@charset "UTF-8";
/*
    Name: Codesign 
    Author: DexignZone
    Portfolio : https://themeforest.net/user/dexignzone/portfolio

    Table of Content: 

    1. Abstract 
    2. Bootstrap CSS
    3. Base
    4. Layout
    5. Component
    7. Pages

*/
:root {
  --gradient: linear-gradient(to right,#7355f7 0,#5f3bff 51%,#7355f7 100%);
  --gradient-sec: linear-gradient(to right,#130065 0,#2b0ead 51%,#130065 100%);
  --primary: #c6a47e;
  --secondary: #212529;
  --primary-hover: rgb(182.3709677419, 139.0483870968, 90.6290322581);
  --primary-dark: rgb(118.5967741935, 87.3387096774, 52.4032258065);
  --rgba-primary-1: rgba(198, 164, 126, 0.1);
  --rgba-primary-2: rgba(198, 164, 126, 0.2);
  --rgba-primary-3: rgba(198, 164, 126, 0.3);
  --rgba-primary-4: rgba(198, 164, 126, 0.4);
  --rgba-primary-5: rgba(198, 164, 126, 0.5);
  --rgba-primary-6: rgba(198, 164, 126, 0.6);
  --rgba-primary-7: rgba(198, 164, 126, 0.7);
  --rgba-primary-8: rgba(198, 164, 126, 0.8);
  --rgba-primary-9: rgba(198, 164, 126, 0.9);
  --font-family-base: Montserrat, sans-serif;
  --font-family-title: Oswald, sans-serif;
  --title: #212529;
  --quote: url(../images/quotes-1.svg);
  --quote-2: url(../images/quote-1.png);
}

/*!
 * Bootstrap v5.0.0-beta2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-primary: #c6a47e;
  --bs-secondary: #212529;
  --bs-success: #029e76;
  --bs-info: #00aeff;
  --bs-warning: #fea500;
  --bs-danger: #ff5269;
  --bs-light: #faf8f2;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #777777;
  background-color: #ffffff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #212529;
}

h1, .h1 {
  font-size: calc(1.35rem + 1.2vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.25rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
	  letter-spacing: 0px;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1.125rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #c6a47e;
  text-decoration: underline;
}
a:hover {
  color: rgb(158.4, 131.2, 100.8);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.75rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #AEAED5;
  text-align: left;
}

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

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

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

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 15px);
  padding-left: var(--bs-gutter-x, 15px);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1199px;
  }
}
.row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1440) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-striped-color: #777777;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #777777;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #777777;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #777777;
  vertical-align: top;
  border-color: #E1E1F0;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

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

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

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

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

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

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

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

.table-primary {
  --bs-table-bg: rgb(243.6, 236.8, 229.2);
  --bs-table-striped-bg: rgb(231.42, 224.96, 217.74);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(219.24, 213.12, 206.28);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(225.33, 219.04, 212.01);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(219.24, 213.12, 206.28);
}

.table-secondary {
  --bs-table-bg: rgb(210.6, 211.4, 212.2);
  --bs-table-striped-bg: rgb(200.07, 200.83, 201.59);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(189.54, 190.26, 190.98);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(194.805, 195.545, 196.285);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(189.54, 190.26, 190.98);
}

.table-success {
  --bs-table-bg: rgb(204.4, 235.6, 227.6);
  --bs-table-striped-bg: rgb(194.18, 223.82, 216.22);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(183.96, 212.04, 204.84);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(189.07, 217.93, 210.53);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(183.96, 212.04, 204.84);
}

.table-info {
  --bs-table-bg: rgb(204, 238.8, 255);
  --bs-table-striped-bg: rgb(193.8, 226.86, 242.25);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(183.6, 214.92, 229.5);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(188.7, 220.89, 235.875);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(183.6, 214.92, 229.5);
}

.table-warning {
  --bs-table-bg: rgb(254.8, 237, 204);
  --bs-table-striped-bg: rgb(242.06, 225.15, 193.8);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(229.32, 213.3, 183.6);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(235.69, 219.225, 188.7);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(229.32, 213.3, 183.6);
}

.table-danger {
  --bs-table-bg: rgb(255, 220.4, 225);
  --bs-table-striped-bg: rgb(242.25, 209.38, 213.75);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(229.5, 198.36, 202.5);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(235.875, 203.87, 208.125);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(229.5, 198.36, 202.5);
}

.table-light {
  --bs-table-bg: #faf8f2;
  --bs-table-striped-bg: rgb(237.5, 235.6, 229.9);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(225, 223.2, 217.8);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(231.25, 229.4, 223.85);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(225, 223.2, 217.8);
}

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: rgb(44.1, 47.9, 51.7);
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: rgb(55.2, 58.8, 62.4);
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: rgb(49.65, 53.35, 57.05);
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: rgb(55.2, 58.8, 62.4);
}

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

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1439.98) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.6;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #AEAED5;
}

.form-control, .woocommerce-EditAccountForm.edit-account input[type=text],
.woocommerce-EditAccountForm.edit-account input[type=email],
.woocommerce-EditAccountForm.edit-account input[type=password],
.login input[type=text], .login input[type=password],
.woocommerce-ResetPassword.lost_reset_password input[type=text],
.checkout.woocommerce-checkout input[type=text],
.checkout.woocommerce-checkout input[type=email],
.checkout.woocommerce-checkout input[type=tel],
.checkout.woocommerce-checkout .select2-choice,
.checkout.woocommerce-checkout textarea,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row .select2-selection,
.woocommerce form .form-row .select2-choice, .woocommerce .woocommerce-checkout.checkout form .form-row textarea,
.woocommerce .woocommerce-checkout.checkout form .form-row input[type=text],
.woocommerce .woocommerce-checkout.checkout form .form-row input[type=email],
.woocommerce .woocommerce-checkout.checkout form .form-row input[type=tel],
.woocommerce .woocommerce-checkout.checkout form .form-row select,
.woocommerce .woocommerce-checkout.checkout form .form-row input.input-text,
.woocommerce .woocommerce-checkout.checkout form .form-row input, .woocommerce-cart-form .table tr .quantity input, .woocommerce-cart-form .table tr td.actions .coupon .input-text, .woocommerce #review_form #respond input[type=text],
.woocommerce #review_form #respond textarea,
.woocommerce #review_form #respond input[type=email], .wp-block-categories-dropdown select,
.wp-block-archives-dropdown select {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #777777;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control, .woocommerce-EditAccountForm.edit-account input[type=text],
  .woocommerce-EditAccountForm.edit-account input[type=email],
  .woocommerce-EditAccountForm.edit-account input[type=password],
  .login input[type=text], .login input[type=password],
  .woocommerce-ResetPassword.lost_reset_password input[type=text],
  .checkout.woocommerce-checkout input[type=text],
  .checkout.woocommerce-checkout input[type=email],
  .checkout.woocommerce-checkout input[type=tel],
  .checkout.woocommerce-checkout .select2-choice,
  .checkout.woocommerce-checkout textarea,
  .woocommerce form .form-row input.input-text,
  .woocommerce form .form-row .select2-selection,
  .woocommerce form .form-row .select2-choice, .woocommerce .woocommerce-checkout.checkout form .form-row textarea,
  .woocommerce .woocommerce-checkout.checkout form .form-row input[type=text],
  .woocommerce .woocommerce-checkout.checkout form .form-row input[type=email],
  .woocommerce .woocommerce-checkout.checkout form .form-row input[type=tel],
  .woocommerce .woocommerce-checkout.checkout form .form-row select,
  .woocommerce .woocommerce-checkout.checkout form .form-row input.input-text,
  .woocommerce .woocommerce-checkout.checkout form .form-row input, .woocommerce-cart-form .table tr .quantity input, .woocommerce-cart-form .table tr td.actions .coupon .input-text, .woocommerce #review_form #respond input[type=text],
  .woocommerce #review_form #respond textarea,
  .woocommerce #review_form #respond input[type=email], .wp-block-categories-dropdown select,
  .wp-block-archives-dropdown select {
    transition: none;
  }
}
.form-control[type=file], .woocommerce-EditAccountForm.edit-account input[type=file][type=text],
.woocommerce-EditAccountForm.edit-account input[type=file][type=email],
.woocommerce-EditAccountForm.edit-account input[type=file][type=password],
.login input[type=file][type=text], .login input[type=file][type=password],
.woocommerce-ResetPassword.lost_reset_password input[type=file][type=text],
.checkout.woocommerce-checkout input[type=file][type=text],
.checkout.woocommerce-checkout input[type=file][type=email],
.checkout.woocommerce-checkout input[type=file][type=tel],
.checkout.woocommerce-checkout [type=file].select2-choice,
.checkout.woocommerce-checkout textarea[type=file],
.woocommerce form .form-row input[type=file].input-text,
.woocommerce form .form-row [type=file].select2-selection,
.woocommerce form .form-row [type=file].select2-choice, .woocommerce .woocommerce-checkout.checkout form .form-row textarea[type=file],
.woocommerce .woocommerce-checkout.checkout form .form-row select[type=file],
.woocommerce .woocommerce-checkout.checkout form .form-row input[type=file], .woocommerce-cart-form .table tr .quantity input[type=file], .woocommerce-cart-form .table tr td.actions .coupon [type=file].input-text, .woocommerce #review_form #respond input[type=file][type=text],
.woocommerce #review_form #respond textarea[type=file],
.woocommerce #review_form #respond input[type=file][type=email], .wp-block-categories-dropdown select[type=file],
.wp-block-archives-dropdown select[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]), .woocommerce-EditAccountForm.edit-account input[type=file][type=text]:not(:disabled):not([readonly]),
.woocommerce-EditAccountForm.edit-account input[type=file][type=email]:not(:disabled):not([readonly]),
.woocommerce-EditAccountForm.edit-account input[type=file][type=password]:not(:disabled):not([readonly]),
.login input[type=file][type=text]:not(:disabled):not([readonly]), .login input[type=file][type=password]:not(:disabled):not([readonly]),
.woocommerce-ResetPassword.lost_reset_password input[type=file][type=text]:not(:disabled):not([readonly]),
.checkout.woocommerce-checkout input[type=file][type=text]:not(:disabled):not([readonly]),
.checkout.woocommerce-checkout input[type=file][type=email]:not(:disabled):not([readonly]),
.checkout.woocommerce-checkout input[type=file][type=tel]:not(:disabled):not([readonly]),
.checkout.woocommerce-checkout [type=file].select2-choice:not(:disabled):not([readonly]),
.checkout.woocommerce-checkout textarea[type=file]:not(:disabled):not([readonly]),
.woocommerce form .form-row input[type=file].input-text:not(:disabled):not([readonly]),
.woocommerce form .form-row [type=file].select2-selection:not(:disabled):not([readonly]),
.woocommerce form .form-row [type=file].select2-choice:not(:disabled):not([readonly]),
.woocommerce .woocommerce-checkout.checkout form .form-row select[type=file]:not(:disabled):not([readonly]),
.woocommerce .woocommerce-checkout.checkout form .form-row input[type=file]:not(:disabled):not([readonly]), .woocommerce-cart-form .table tr .quantity input[type=file]:not(:disabled):not([readonly]), .woocommerce-cart-form .table tr td.actions .coupon [type=file].input-text:not(:disabled):not([readonly]), .woocommerce #review_form #respond input[type=file][type=text]:not(:disabled):not([readonly]),
.woocommerce #review_form #respond textarea[type=file]:not(:disabled):not([readonly]),
.woocommerce #review_form #respond input[type=file][type=email]:not(:disabled):not([readonly]), .wp-block-categories-dropdown select[type=file]:not(:disabled):not([readonly]),
.wp-block-archives-dropdown select[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus, .woocommerce-EditAccountForm.edit-account input[type=text]:focus,
.woocommerce-EditAccountForm.edit-account input[type=email]:focus,
.woocommerce-EditAccountForm.edit-account input[type=password]:focus,
.login input[type=text]:focus, .login input[type=password]:focus,
.woocommerce-ResetPassword.lost_reset_password input[type=text]:focus,
.checkout.woocommerce-checkout input[type=text]:focus,
.checkout.woocommerce-checkout input[type=email]:focus,
.checkout.woocommerce-checkout input[type=tel]:focus,
.checkout.woocommerce-checkout .select2-choice:focus,
.checkout.woocommerce-checkout textarea:focus,
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row .select2-selection:focus,
.woocommerce form .form-row .select2-choice:focus, .woocommerce .woocommerce-checkout.checkout form .form-row textarea:focus,
.woocommerce .woocommerce-checkout.checkout form .form-row select:focus,
.woocommerce .woocommerce-checkout.checkout form .form-row input:focus, .woocommerce-cart-form .table tr .quantity input:focus, .woocommerce-cart-form .table tr td.actions .coupon .input-text:focus, .woocommerce #review_form #respond input[type=text]:focus,
.woocommerce #review_form #respond textarea:focus,
.woocommerce #review_form #respond input[type=email]:focus, .wp-block-categories-dropdown select:focus,
.wp-block-archives-dropdown select:focus {
  color: #777777;
  background-color: #fff;
  border-color: rgb(226.5, 209.5, 190.5);
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(198, 164, 126, 0.25);
}
.form-control::-webkit-date-and-time-value, .woocommerce-EditAccountForm.edit-account input[type=text]::-webkit-date-and-time-value,
.woocommerce-EditAccountForm.edit-account input[type=email]::-webkit-date-and-time-value,
.woocommerce-EditAccountForm.edit-account input[type=password]::-webkit-date-and-time-value,
.login input[type=text]::-webkit-date-and-time-value, .login input[type=password]::-webkit-date-and-time-value,
.woocommerce-ResetPassword.lost_reset_password input[type=text]::-webkit-date-and-time-value,
.checkout.woocommerce-checkout input[type=text]::-webkit-date-and-time-value,
.checkout.woocommerce-checkout input[type=email]::-webkit-date-and-time-value,
.checkout.woocommerce-checkout input[type=tel]::-webkit-date-and-time-value,
.checkout.woocommerce-checkout .select2-choice::-webkit-date-and-time-value,
.checkout.woocommerce-checkout textarea::-webkit-date-and-time-value,
.woocommerce form .form-row input.input-text::-webkit-date-and-time-value,
.woocommerce form .form-row .select2-selection::-webkit-date-and-time-value,
.woocommerce form .form-row .select2-choice::-webkit-date-and-time-value, .woocommerce .woocommerce-checkout.checkout form .form-row textarea::-webkit-date-and-time-value,
.woocommerce .woocommerce-checkout.checkout form .form-row input[type=text]::-webkit-date-and-time-value,
.woocommerce .woocommerce-checkout.checkout form .form-row input[type=email]::-webkit-date-and-time-value,
.woocommerce .woocommerce-checkout.checkout form .form-row input[type=tel]::-webkit-date-and-time-value,
.woocommerce .woocommerce-checkout.checkout form .form-row select::-webkit-date-and-time-value,
.woocommerce .woocommerce-checkout.checkout form .form-row input.input-text::-webkit-date-and-time-value,
.woocommerce .woocommerce-checkout.checkout form .form-row input::-webkit-date-and-time-value, .woocommerce-cart-form .table tr .quantity input::-webkit-date-and-time-value, .woocommerce-cart-form .table tr td.actions .coupon .input-text::-webkit-date-and-time-value, .woocommerce #review_form #respond input[type=text]::-webkit-date-and-time-value,
.woocommerce #review_form #respond textarea::-webkit-date-and-time-value,
.woocommerce #review_form #respond input[type=email]::-webkit-date-and-time-value, .wp-block-categories-dropdown select::-webkit-date-and-time-value,
.wp-block-archives-dropdown select::-webkit-date-and-time-value {
  height: 1.6em;
}
.form-control::placeholder, .woocommerce-EditAccountForm.edit-account input[type=text]::placeholder,
.woocommerce-EditAccountForm.edit-account input[type=email]::placeholder,
.woocommerce-EditAccountForm.edit-account input[type=password]::placeholder,
.login input[type=text]::placeholder, .login input[type=password]::placeholder,
.woocommerce-ResetPassword.lost_reset_password input[type=text]::placeholder,
.checkout.woocommerce-checkout input[type=text]::placeholder,
.checkout.woocommerce-checkout input[type=email]::placeholder,
.checkout.woocommerce-checkout input[type=tel]::placeholder,
.checkout.woocommerce-checkout .select2-choice::placeholder,
.checkout.woocommerce-checkout textarea::placeholder,
.woocommerce form .form-row input.input-text::placeholder,
.woocommerce form .form-row .select2-selection::placeholder,
.woocommerce form .form-row .select2-choice::placeholder, .woocommerce .woocommerce-checkout.checkout form .form-row textarea::placeholder,
.woocommerce .woocommerce-checkout.checkout form .form-row input[type=text]::placeholder,
.woocommerce .woocommerce-checkout.checkout form .form-row input[type=email]::placeholder,
.woocommerce .woocommerce-checkout.checkout form .form-row input[type=tel]::placeholder,
.woocommerce .woocommerce-checkout.checkout form .form-row select::placeholder,
.woocommerce .woocommerce-checkout.checkout form .form-row input.input-text::placeholder,
.woocommerce .woocommerce-checkout.checkout form .form-row input::placeholder, .woocommerce-cart-form .table tr .quantity input::placeholder, .woocommerce-cart-form .table tr td.actions .coupon .input-text::placeholder, .woocommerce #review_form #respond input[type=text]::placeholder,
.woocommerce #review_form #respond textarea::placeholder,
.woocommerce #review_form #respond input[type=email]::placeholder, .wp-block-categories-dropdown select::placeholder,
.wp-block-archives-dropdown select::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .woocommerce-EditAccountForm.edit-account input[type=text]:disabled,
.woocommerce-EditAccountForm.edit-account input[type=email]:disabled,
.woocommerce-EditAccountForm.edit-account input[type=password]:disabled,
.login input[type=text]:disabled, .login input[type=password]:disabled,
.woocommerce-ResetPassword.lost_reset_password input[type=text]:disabled,
.checkout.woocommerce-checkout input[type=text]:disabled,
.checkout.woocommerce-checkout input[type=email]:disabled,
.checkout.woocommerce-checkout input[type=tel]:disabled,
.checkout.woocommerce-checkout .select2-choice:disabled,
.checkout.woocommerce-checkout textarea:disabled,
.woocommerce form .form-row input.input-text:disabled,
.woocommerce form .form-row .select2-selection:disabled,
.woocommerce form .form-row .select2-choice:disabled, .woocommerce .woocommerce-checkout.checkout form .form-row textarea:disabled,
.woocommerce .woocommerce-checkout.checkout form .form-row select:disabled,
.woocommerce .woocommerce-checkout.checkout form .form-row input:disabled, .woocommerce-cart-form .table tr .quantity input:disabled, .woocommerce-cart-form .table tr td.actions .coupon .input-text:disabled, .woocommerce #review_form #respond input[type=text]:disabled,
.woocommerce #review_form #respond textarea:disabled,
.woocommerce #review_form #respond input[type=email]:disabled, .wp-block-categories-dropdown select:disabled,
.wp-block-archives-dropdown select:disabled, .form-control[readonly], .woocommerce-EditAccountForm.edit-account input[readonly][type=text],
.woocommerce-EditAccountForm.edit-account input[readonly][type=email],
.woocommerce-EditAccountForm.edit-account input[readonly][type=password],
.login input[readonly][type=text], .login input[readonly][type=password],
.woocommerce-ResetPassword.lost_reset_password input[readonly][type=text],
.checkout.woocommerce-checkout input[readonly][type=text],
.checkout.woocommerce-checkout input[readonly][type=email],
.checkout.woocommerce-checkout input[readonly][type=tel],
.checkout.woocommerce-checkout [readonly].select2-choice,
.checkout.woocommerce-checkout textarea[readonly],
.woocommerce form .form-row input[readonly].input-text,
.woocommerce form .form-row [readonly].select2-selection,
.woocommerce form .form-row [readonly].select2-choice, .woocommerce .woocommerce-checkout.checkout form .form-row textarea[readonly],
.woocommerce .woocommerce-checkout.checkout form .form-row select[readonly],
.woocommerce .woocommerce-checkout.checkout form .form-row input[readonly], .woocommerce-cart-form .table tr .quantity input[readonly], .woocommerce-cart-form .table tr td.actions .coupon [readonly].input-text, .woocommerce #review_form #respond input[readonly][type=text],
.woocommerce #review_form #respond textarea[readonly],
.woocommerce #review_form #respond input[readonly][type=email], .wp-block-categories-dropdown select[readonly],
.wp-block-archives-dropdown select[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button, .woocommerce-EditAccountForm.edit-account input[type=text]::file-selector-button,
.woocommerce-EditAccountForm.edit-account input[type=email]::file-selector-button,
.woocommerce-EditAccountForm.edit-account input[type=password]::file-selector-button,
.login input[type=text]::file-selector-button, .login input[type=password]::file-selector-button,
.woocommerce-ResetPassword.lost_reset_password input[type=text]::file-selector-button,
.checkout.woocommerce-checkout input[type=text]::file-selector-button,
.checkout.woocommerce-checkout input[type=email]::file-selector-button,
.checkout.woocommerce-checkout input[type=tel]::file-selector-button,
.checkout.woocommerce-checkout .select2-choice::file-selector-button,
.checkout.woocommerce-checkout textarea::file-selector-button,
.woocommerce form .form-row input.input-text::file-selector-button,
.woocommerce form .form-row .select2-selection::file-selector-button,
.woocommerce form .form-row .select2-choice::file-selector-button, .woocommerce .woocommerce-checkout.checkout form .form-row textarea::file-selector-button,
.woocommerce .woocommerce-checkout.checkout form .form-row input[type=text]::file-selector-button,
.woocommerce .woocommerce-checkout.checkout form .form-row input[type=email]::file-selector-button,
.woocommerce .woocommerce-checkout.checkout form .form-row input[type=tel]::file-selector-button,
.woocommerce .woocommerce-checkout.checkout form .form-row select::file-selector-button,
.woocommerce .woocommerce-checkout.checkout form .form-row input.input-text::file-selector-button,
.woocommerce .woocommerce-checkout.checkout form .form-row input::file-selector-button, .woocommerce-cart-form .table tr .quantity input::file-selector-button, .woocommerce-cart-form .table tr td.actions .coupon .input-text::file-selector-button, .woocommerce #review_form #respond input[type=text]::file-selector-button,
.woocommerce #review_form #respond textarea::file-selector-button,
.woocommerce #review_form #respond input[type=email]::file-selector-button, .wp-block-categories-dropdown select::file-selector-button,
.wp-block-archives-dropdown select::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #777777;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button, .woocommerce-EditAccountForm.edit-account input[type=text]::file-selector-button,
  .woocommerce-EditAccountForm.edit-account input[type=email]::file-selector-button,
  .woocommerce-EditAccountForm.edit-account input[type=password]::file-selector-button,
  .login input[type=text]::file-selector-button, .login input[type=password]::file-selector-button,
  .woocommerce-ResetPassword.lost_reset_password input[type=text]::file-selector-button,
  .checkout.woocommerce-checkout input[type=text]::file-selector-button,
  .checkout.woocommerce-checkout input[type=email]::file-selector-button,
  .checkout.woocommerce-checkout input[type=tel]::file-selector-button,
  .checkout.woocommerce-checkout .select2-choice::file-selector-button,
  .checkout.woocommerce-checkout textarea::file-selector-button,
  .woocommerce form .form-row input.input-text::file-selector-button,
  .woocommerce form .form-row .select2-selection::file-selector-button,
  .woocommerce form .form-row .select2-choice::file-selector-button, .woocommerce .woocommerce-checkout.checkout form .form-row textarea::file-selector-button,
  .woocommerce .woocommerce-checkout.checkout form .form-row input[type=text]::file-selector-button,
  .woocommerce .woocommerce-checkout.checkout form .form-row input[type=email]::file-selector-button,
  .woocommerce .woocommerce-checkout.checkout form .form-row input[type=tel]::file-selector-button,
  .woocommerce .woocommerce-checkout.checkout form .form-row select::file-selector-button,
  .woocommerce .woocommerce-checkout.checkout form .form-row input.input-text::file-selector-button,
  .woocommerce .woocommerce-checkout.checkout form .form-row input::file-selector-button, .woocommerce-cart-form .table tr .quantity input::file-selector-button, .woocommerce-cart-form .table tr td.actions .coupon .input-text::file-selector-button, .woocommerce #review_form #respond input[type=text]::file-selector-button,
  .woocommerce #review_form #respond textarea::file-selector-button,
  .woocommerce #review_form #respond input[type=email]::file-selector-button, .wp-block-categories-dropdown select::file-selector-button,
  .wp-block-archives-dropdown select::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button, .woocommerce-EditAccountForm.edit-account input[type=text]:hover:not(:disabled):not([readonly])::file-selector-button,
.woocommerce-EditAccountForm.edit-account input[type=email]:hover:not(:disabled):not([readonly])::file-selector-button,
.woocommerce-EditAccountForm.edit-account input[type=password]:hover:not(:disabled):not([readonly])::file-selector-button,
.login input[type=text]:hover:not(:disabled):not([readonly])::file-selector-button, .login input[type=password]:hover:not(:disabled):not([readonly])::file-selector-button,
.woocommerce-ResetPassword.lost_reset_password input[type=text]:hover:not(:disabled):not([readonly])::file-selector-button,
.checkout.woocommerce-checkout input[type=text]:hover:not(:disabled):not([readonly])::file-selector-button,
.checkout.woocommerce-checkout input[type=email]:hover:not(:disabled):not([readonly])::file-selector-button,
.checkout.woocommerce-checkout input[type=tel]:hover:not(:disabled):not([readonly])::file-selector-button,
.checkout.woocommerce-checkout .select2-choice:hover:not(:disabled):not([readonly])::file-selector-button,
.checkout.woocommerce-checkout textarea:hover:not(:disabled):not([readonly])::file-selector-button,
.woocommerce form .form-row input.input-text:hover:not(:disabled):not([readonly])::file-selector-button,
.woocommerce form .form-row .select2-selection:hover:not(:disabled):not([readonly])::file-selector-button,
.woocommerce form .form-row .select2-choice:hover:not(:disabled):not([readonly])::file-selector-button,
.woocommerce .woocommerce-checkout.checkout form .form-row select:hover:not(:disabled):not([readonly])::file-selector-button,
.woocommerce .woocommerce-checkout.checkout form .form-row input:hover:not(:disabled):not([readonly])::file-selector-button, .woocommerce-cart-form .table tr .quantity input:hover:not(:disabled):not([readonly])::file-selector-button, .woocommerce-cart-form .table tr td.actions .coupon .input-text:hover:not(:disabled):not([readonly])::file-selector-button, .woocommerce #review_form #respond input[type=text]:hover:not(:disabled):not([readonly])::file-selector-button,
.woocommerce #review_form #respond textarea:hover:not(:disabled):not([readonly])::file-selector-button,
.woocommerce #review_form #respond input[type=email]:hover:not(:disabled):not([readonly])::file-selector-button, .wp-block-categories-dropdown select:hover:not(:disabled):not([readonly])::file-selector-button,
.wp-block-archives-dropdown select:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: rgb(221.35, 224.2, 227.05);
}
.form-control::-webkit-file-upload-button, .woocommerce-EditAccountForm.edit-account input[type=text]::-webkit-file-upload-button,
.woocommerce-EditAccountForm.edit-account input[type=email]::-webkit-file-upload-button,
.woocommerce-EditAccountForm.edit-account input[type=password]::-webkit-file-upload-button,
.login input[type=text]::-webkit-file-upload-button, .login input[type=password]::-webkit-file-upload-button,
.woocommerce-ResetPassword.lost_reset_password input[type=text]::-webkit-file-upload-button,
.checkout.woocommerce-checkout input[type=text]::-webkit-file-upload-button,
.checkout.woocommerce-checkout input[type=email]::-webkit-file-upload-button,
.checkout.woocommerce-checkout input[type=tel]::-webkit-file-upload-button,
.checkout.woocommerce-checkout .select2-choice::-webkit-file-upload-button,
.checkout.woocommerce-checkout textarea::-webkit-file-upload-button,
.woocommerce form .form-row input.input-text::-webkit-file-upload-button,
.woocommerce form .form-row .select2-selection::-webkit-file-upload-button,
.woocommerce form .form-row .select2-choice::-webkit-file-upload-button, .woocommerce .woocommerce-checkout.checkout form .form-row textarea::-webkit-file-upload-button,
.woocommerce .woocommerce-checkout.checkout form .form-row input[type=text]::-webkit-file-upload-button,
.woocommerce .woocommerce-checkout.checkout form .form-row input[type=email]::-webkit-file-upload-button,
.woocommerce .woocommerce-checkout.checkout form .form-row input[type=tel]::-webkit-file-upload-button,
.woocommerce .woocommerce-checkout.checkout form .form-row select::-webkit-file-upload-button,
.woocommerce .woocommerce-checkout.checkout form .form-row input.input-text::-webkit-file-upload-button,
.woocommerce .woocommerce-checkout.checkout form .form-row input::-webkit-file-upload-button, .woocommerce-cart-form .table tr .quantity input::-webkit-file-upload-button, .woocommerce-cart-form .table tr td.actions .coupon .input-text::-webkit-file-upload-button, .woocommerce #review_form #respond input[type=text]::-webkit-file-upload-button,
.woocommerce #review_form #respond textarea::-webkit-file-upload-button,
.woocommerce #review_form #respond input[type=email]::-webkit-file-upload-button, .wp-block-categories-dropdown select::-webkit-file-upload-button,
.wp-block-archives-dropdown select::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #777777;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button, .woocommerce-EditAccountForm.edit-account input[type=text]::-webkit-file-upload-button,
  .woocommerce-EditAccountForm.edit-account input[type=email]::-webkit-file-upload-button,
  .woocommerce-EditAccountForm.edit-account input[type=password]::-webkit-file-upload-button,
  .login input[type=text]::-webkit-file-upload-button, .login input[type=password]::-webkit-file-upload-button,
  .woocommerce-ResetPassword.lost_reset_password input[type=text]::-webkit-file-upload-button,
  .checkout.woocommerce-checkout input[type=text]::-webkit-file-upload-button,
  .checkout.woocommerce-checkout input[type=email]::-webkit-file-upload-button,
  .checkout.woocommerce-checkout input[type=tel]::-webkit-file-upload-button,
  .checkout.woocommerce-checkout .select2-choice::-webkit-file-upload-button,
  .checkout.woocommerce-checkout textarea::-webkit-file-upload-button,
  .woocommerce form .form-row input.input-text::-webkit-file-upload-button,
  .woocommerce form .form-row .select2-selection::-webkit-file-upload-button,
  .woocommerce form .form-row .select2-choice::-webkit-file-upload-button, .woocommerce .woocommerce-checkout.checkout form .form-row textarea::-webkit-file-upload-button,
  .woocommerce .woocommerce-checkout.checkout form .form-row input[type=text]::-webkit-file-upload-button,
  .woocommerce .woocommerce-checkout.checkout form .form-row input[type=email]::-webkit-file-upload-button,
  .woocommerce .woocommerce-checkout.checkout form .form-row input[type=tel]::-webkit-file-upload-button,
  .woocommerce .woocommerce-checkout.checkout form .form-row select::-webkit-file-upload-button,
  .woocommerce .woocommerce-checkout.checkout form .form-row input.input-text::-webkit-file-upload-button,
  .woocommerce .woocommerce-checkout.checkout form .form-row input::-webkit-file-upload-button, .woocommerce-cart-form .table tr .quantity input::-webkit-file-upload-button, .woocommerce-cart-form .table tr td.actions .coupon .input-text::-webkit-file-upload-button, .woocommerce #review_form #respond input[type=text]::-webkit-file-upload-button,
  .woocommerce #review_form #respond textarea::-webkit-file-upload-button,
  .woocommerce #review_form #respond input[type=email]::-webkit-file-upload-button, .wp-block-categories-dropdown select::-webkit-file-upload-button,
  .wp-block-archives-dropdown select::-webkit-file-upload-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .woocommerce-EditAccountForm.edit-account input[type=text]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
.woocommerce-EditAccountForm.edit-account input[type=email]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
.woocommerce-EditAccountForm.edit-account input[type=password]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
.login input[type=text]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .login input[type=password]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
.woocommerce-ResetPassword.lost_reset_password input[type=text]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
.checkout.woocommerce-checkout input[type=text]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
.checkout.woocommerce-checkout input[type=email]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
.checkout.woocommerce-checkout input[type=tel]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
.checkout.woocommerce-checkout .select2-choice:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
.checkout.woocommerce-checkout textarea:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
.woocommerce form .form-row input.input-text:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
.woocommerce form .form-row .select2-selection:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
.woocommerce form .form-row .select2-choice:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
.woocommerce .woocommerce-checkout.checkout form .form-row select:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
.woocommerce .woocommerce-checkout.checkout form .form-row input:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .woocommerce-cart-form .table tr .quantity input:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .woocommerce-cart-form .table tr td.actions .coupon .input-text:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .woocommerce #review_form #respond input[type=text]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
.woocommerce #review_form #respond textarea:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
.woocommerce #review_form #respond input[type=email]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .wp-block-categories-dropdown select:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
.wp-block-archives-dropdown select:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: rgb(221.35, 224.2, 227.05);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.6;
  color: #777777;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.6em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.75rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.6em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 1rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control,
.checkout.woocommerce-checkout textarea.select2-choice,
.checkout.woocommerce-checkout textarea,
.woocommerce form .form-row textarea.select2-selection,
.woocommerce form .form-row textarea.select2-choice, .woocommerce .woocommerce-checkout.checkout form .form-row textarea, .woocommerce-cart-form .table tr td.actions .coupon textarea.input-text,
.woocommerce #review_form #respond textarea {
  min-height: calc(1.6em + 0.75rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.6em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.6em + 1rem + 2px);
}

.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.6em;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.6em;
  border-radius: 0.25rem;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #777777;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
.form-select:focus {
  border-color: rgb(226.5, 209.5, 190.5);
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(198, 164, 126, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #777777;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.form-check {
  display: block;
  min-height: 1.6rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.3em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: rgb(226.5, 209.5, 190.5);
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(198, 164, 126, 0.25);
}
.form-check-input:checked {
  background-color: #c6a47e;
  border-color: #c6a47e;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #c6a47e;
  border-color: #c6a47e;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28226.5, 209.5, 190.5%29'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .woocommerce #respond .btn-check[disabled] + input#submit,
.woocommerce .btn-check[disabled] + a.button,
.woocommerce .btn-check[disabled] + button.button,
.woocommerce .btn-check[disabled] + input.button,
.woocommerce .btn-check[disabled] + #place_order, .woocommerce-cart .wc-proceed-to-checkout .btn-check[disabled] + a.checkout-button, .woocommerce-cart-form .table tr .btn-check[disabled] + .button, .woocommerce #review_form #respond .form-submit .btn-check[disabled] + input, .woocommerce .widget_shopping_cart .buttons .btn-check[disabled] + a,
.woocommerce.widget_shopping_cart .buttons .btn-check[disabled] + a, .wp-block-search .btn-check[disabled] + .wp-block-search__button, .btn-check[disabled] + .wp-block-button__link, .btn-check:disabled + .btn, .woocommerce #respond .btn-check:disabled + input#submit,
.woocommerce .btn-check:disabled + a.button,
.woocommerce .btn-check:disabled + button.button,
.woocommerce .btn-check:disabled + input.button,
.woocommerce .btn-check:disabled + #place_order, .woocommerce-cart .wc-proceed-to-checkout .btn-check:disabled + a.checkout-button, .woocommerce-cart-form .table tr .btn-check:disabled + .button, .woocommerce #review_form #respond .form-submit .btn-check:disabled + input, .woocommerce .widget_shopping_cart .buttons .btn-check:disabled + a,
.woocommerce.widget_shopping_cart .buttons .btn-check:disabled + a, .wp-block-search .btn-check:disabled + .wp-block-search__button, .btn-check:disabled + .wp-block-button__link {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0rem rgba(198, 164, 126, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0rem rgba(198, 164, 126, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #c6a47e;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: rgb(237.9, 227.7, 216.3);
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #c6a47e;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: rgb(237.9, 227.7, 216.3);
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control, .woocommerce-EditAccountForm.edit-account .form-floating > input[type=text],
.woocommerce-EditAccountForm.edit-account .form-floating > input[type=email],
.woocommerce-EditAccountForm.edit-account .form-floating > input[type=password],
.login .form-floating > input[type=text], .login .form-floating > input[type=password],
.woocommerce-ResetPassword.lost_reset_password .form-floating > input[type=text],
.checkout.woocommerce-checkout .form-floating > input[type=text],
.checkout.woocommerce-checkout .form-floating > input[type=email],
.checkout.woocommerce-checkout .form-floating > input[type=tel],
.checkout.woocommerce-checkout .form-floating > .select2-choice,
.checkout.woocommerce-checkout .form-floating > textarea,
.woocommerce form .form-row .form-floating > input.input-text,
.woocommerce form .form-row .form-floating > .select2-selection,
.woocommerce form .form-row .form-floating > .select2-choice, .woocommerce .woocommerce-checkout.checkout form .form-row .form-floating > textarea,
.woocommerce .woocommerce-checkout.checkout form .form-row .form-floating > select,
.woocommerce .woocommerce-checkout.checkout form .form-row .form-floating > input, .woocommerce-cart-form .table tr .quantity .form-floating > input, .woocommerce-cart-form .table tr td.actions .coupon .form-floating > .input-text, .woocommerce #review_form #respond .form-floating > input[type=text],
.woocommerce #review_form #respond .form-floating > textarea,
.woocommerce #review_form #respond .form-floating > input[type=email], .wp-block-categories-dropdown .form-floating > select,
.wp-block-archives-dropdown .form-floating > select,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  padding: 1rem 0.75rem;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control::placeholder, .woocommerce-EditAccountForm.edit-account .form-floating > input[type=text]::placeholder,
.woocommerce-EditAccountForm.edit-account .form-floating > input[type=email]::placeholder,
.woocommerce-EditAccountForm.edit-account .form-floating > input[type=password]::placeholder,
.login .form-floating > input[type=text]::placeholder, .login .form-floating > input[type=password]::placeholder,
.woocommerce-ResetPassword.lost_reset_password .form-floating > input[type=text]::placeholder,
.checkout.woocommerce-checkout .form-floating > input[type=text]::placeholder,
.checkout.woocommerce-checkout .form-floating > input[type=email]::placeholder,
.checkout.woocommerce-checkout .form-floating > input[type=tel]::placeholder,
.checkout.woocommerce-checkout .form-floating > .select2-choice::placeholder,
.checkout.woocommerce-checkout .form-floating > textarea::placeholder,
.woocommerce form .form-row .form-floating > input.input-text::placeholder,
.woocommerce form .form-row .form-floating > .select2-selection::placeholder,
.woocommerce form .form-row .form-floating > .select2-choice::placeholder, .woocommerce .woocommerce-checkout.checkout form .form-row .form-floating > textarea::placeholder,
.woocommerce .woocommerce-checkout.checkout form .form-row .form-floating > select::placeholder,
.woocommerce .woocommerce-checkout.checkout form .form-row .form-floating > input::placeholder, .woocommerce-cart-form .table tr .quantity .form-floating > input::placeholder, .woocommerce-cart-form .table tr td.actions .coupon .form-floating > .input-text::placeholder, .woocommerce #review_form #respond .form-floating > input[type=text]::placeholder,
.woocommerce #review_form #respond .form-floating > textarea::placeholder,
.woocommerce #review_form #respond .form-floating > input[type=email]::placeholder, .wp-block-categories-dropdown .form-floating > select::placeholder,
.wp-block-archives-dropdown .form-floating > select::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .woocommerce-EditAccountForm.edit-account .form-floating > input[type=text]:focus,
.woocommerce-EditAccountForm.edit-account .form-floating > input[type=email]:focus,
.woocommerce-EditAccountForm.edit-account .form-floating > input[type=password]:focus,
.login .form-floating > input[type=text]:focus, .login .form-floating > input[type=password]:focus,
.woocommerce-ResetPassword.lost_reset_password .form-floating > input[type=text]:focus,
.checkout.woocommerce-checkout .form-floating > input[type=text]:focus,
.checkout.woocommerce-checkout .form-floating > input[type=email]:focus,
.checkout.woocommerce-checkout .form-floating > input[type=tel]:focus,
.checkout.woocommerce-checkout .form-floating > .select2-choice:focus,
.checkout.woocommerce-checkout .form-floating > textarea:focus,
.woocommerce form .form-row .form-floating > input.input-text:focus,
.woocommerce form .form-row .form-floating > .select2-selection:focus,
.woocommerce form .form-row .form-floating > .select2-choice:focus, .woocommerce .woocommerce-checkout.checkout form .form-row .form-floating > textarea:focus,
.woocommerce .woocommerce-checkout.checkout form .form-row .form-floating > select:focus,
.woocommerce .woocommerce-checkout.checkout form .form-row .form-floating > input:focus, .woocommerce-cart-form .table tr .quantity .form-floating > input:focus, .woocommerce-cart-form .table tr td.actions .coupon .form-floating > .input-text:focus, .woocommerce #review_form #respond .form-floating > input[type=text]:focus,
.woocommerce #review_form #respond .form-floating > textarea:focus,
.woocommerce #review_form #respond .form-floating > input[type=email]:focus, .wp-block-categories-dropdown .form-floating > select:focus,
.wp-block-archives-dropdown .form-floating > select:focus, .form-floating > .form-control:not(:placeholder-shown), .woocommerce-EditAccountForm.edit-account .form-floating > input[type=text]:not(:placeholder-shown),
.woocommerce-EditAccountForm.edit-account .form-floating > input[type=email]:not(:placeholder-shown),
.woocommerce-EditAccountForm.edit-account .form-floating > input[type=password]:not(:placeholder-shown),
.login .form-floating > input[type=text]:not(:placeholder-shown), .login .form-floating > input[type=password]:not(:placeholder-shown),
.woocommerce-ResetPassword.lost_reset_password .form-floating > input[type=text]:not(:placeholder-shown),
.checkout.woocommerce-checkout .form-floating > input[type=text]:not(:placeholder-shown),
.checkout.woocommerce-checkout .form-floating > input[type=email]:not(:placeholder-shown),
.checkout.woocommerce-checkout .form-floating > input[type=tel]:not(:placeholder-shown),
.checkout.woocommerce-checkout .form-floating > .select2-choice:not(:placeholder-shown),
.checkout.woocommerce-checkout .form-floating > textarea:not(:placeholder-shown),
.woocommerce form .form-row .form-floating > input.input-text:not(:placeholder-shown),
.woocommerce form .form-row .form-floating > .select2-selection:not(:placeholder-shown),
.woocommerce form .form-row .form-floating > .select2-choice:not(:placeholder-shown), .woocommerce .woocommerce-checkout.checkout form .form-row .form-floating > textarea:not(:placeholder-shown),
.woocommerce .woocommerce-checkout.checkout form .form-row .form-floating > select:not(:placeholder-shown),
.woocommerce .woocommerce-checkout.checkout form .form-row .form-floating > input:not(:placeholder-shown), .woocommerce-cart-form .table tr .quantity .form-floating > input:not(:placeholder-shown), .woocommerce-cart-form .table tr td.actions .coupon .form-floating > .input-text:not(:placeholder-shown), .woocommerce #review_form #respond .form-floating > input[type=text]:not(:placeholder-shown),
.woocommerce #review_form #respond .form-floating > textarea:not(:placeholder-shown),
.woocommerce #review_form #respond .form-floating > input[type=email]:not(:placeholder-shown), .wp-block-categories-dropdown .form-floating > select:not(:placeholder-shown),
.wp-block-archives-dropdown .form-floating > select:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill, .woocommerce-EditAccountForm.edit-account .form-floating > input[type=text]:-webkit-autofill,
.woocommerce-EditAccountForm.edit-account .form-floating > input[type=email]:-webkit-autofill,
.woocommerce-EditAccountForm.edit-account .form-floating > input[type=password]:-webkit-autofill,
.login .form-floating > input[type=text]:-webkit-autofill, .login .form-floating > input[type=password]:-webkit-autofill,
.woocommerce-ResetPassword.lost_reset_password .form-floating > input[type=text]:-webkit-autofill,
.checkout.woocommerce-checkout .form-floating > input[type=text]:-webkit-autofill,
.checkout.woocommerce-checkout .form-floating > input[type=email]:-webkit-autofill,
.checkout.woocommerce-checkout .form-floating > input[type=tel]:-webkit-autofill,
.checkout.woocommerce-checkout .form-floating > .select2-choice:-webkit-autofill,
.checkout.woocommerce-checkout .form-floating > textarea:-webkit-autofill,
.woocommerce form .form-row .form-floating > input.input-text:-webkit-autofill,
.woocommerce form .form-row .form-floating > .select2-selection:-webkit-autofill,
.woocommerce form .form-row .form-floating > .select2-choice:-webkit-autofill, .woocommerce .woocommerce-checkout.checkout form .form-row .form-floating > textarea:-webkit-autofill,
.woocommerce .woocommerce-checkout.checkout form .form-row .form-floating > select:-webkit-autofill,
.woocommerce .woocommerce-checkout.checkout form .form-row .form-floating > input:-webkit-autofill, .woocommerce-cart-form .table tr .quantity .form-floating > input:-webkit-autofill, .woocommerce-cart-form .table tr td.actions .coupon .form-floating > .input-text:-webkit-autofill, .woocommerce #review_form #respond .form-floating > input[type=text]:-webkit-autofill,
.woocommerce #review_form #respond .form-floating > textarea:-webkit-autofill,
.woocommerce #review_form #respond .form-floating > input[type=email]:-webkit-autofill, .wp-block-categories-dropdown .form-floating > select:-webkit-autofill,
.wp-block-archives-dropdown .form-floating > select:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label, .woocommerce-EditAccountForm.edit-account .form-floating > input[type=text]:focus ~ label,
.woocommerce-EditAccountForm.edit-account .form-floating > input[type=email]:focus ~ label,
.woocommerce-EditAccountForm.edit-account .form-floating > input[type=password]:focus ~ label,
.login .form-floating > input[type=text]:focus ~ label, .login .form-floating > input[type=password]:focus ~ label,
.woocommerce-ResetPassword.lost_reset_password .form-floating > input[type=text]:focus ~ label,
.checkout.woocommerce-checkout .form-floating > input[type=text]:focus ~ label,
.checkout.woocommerce-checkout .form-floating > input[type=email]:focus ~ label,
.checkout.woocommerce-checkout .form-floating > input[type=tel]:focus ~ label,
.checkout.woocommerce-checkout .form-floating > .select2-choice:focus ~ label,
.checkout.woocommerce-checkout .form-floating > textarea:focus ~ label,
.woocommerce form .form-row .form-floating > input.input-text:focus ~ label,
.woocommerce form .form-row .form-floating > .select2-selection:focus ~ label,
.woocommerce form .form-row .form-floating > .select2-choice:focus ~ label,
.woocommerce .woocommerce-checkout.checkout form .form-row .form-floating > select:focus ~ label,
.woocommerce .woocommerce-checkout.checkout form .form-row .form-floating > input:focus ~ label, .woocommerce-cart-form .table tr .quantity .form-floating > input:focus ~ label, .woocommerce-cart-form .table tr td.actions .coupon .form-floating > .input-text:focus ~ label, .woocommerce #review_form #respond .form-floating > input[type=text]:focus ~ label,
.woocommerce #review_form #respond .form-floating > textarea:focus ~ label,
.woocommerce #review_form #respond .form-floating > input[type=email]:focus ~ label, .wp-block-categories-dropdown .form-floating > select:focus ~ label,
.wp-block-archives-dropdown .form-floating > select:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.woocommerce-EditAccountForm.edit-account .form-floating > input[type=text]:not(:placeholder-shown) ~ label,
.woocommerce-EditAccountForm.edit-account .form-floating > input[type=email]:not(:placeholder-shown) ~ label,
.woocommerce-EditAccountForm.edit-account .form-floating > input[type=password]:not(:placeholder-shown) ~ label,
.login .form-floating > input[type=text]:not(:placeholder-shown) ~ label,
.login .form-floating > input[type=password]:not(:placeholder-shown) ~ label,
.woocommerce-ResetPassword.lost_reset_password .form-floating > input[type=text]:not(:placeholder-shown) ~ label,
.checkout.woocommerce-checkout .form-floating > input[type=text]:not(:placeholder-shown) ~ label,
.checkout.woocommerce-checkout .form-floating > input[type=email]:not(:placeholder-shown) ~ label,
.checkout.woocommerce-checkout .form-floating > input[type=tel]:not(:placeholder-shown) ~ label,
.checkout.woocommerce-checkout .form-floating > .select2-choice:not(:placeholder-shown) ~ label,
.checkout.woocommerce-checkout .form-floating > textarea:not(:placeholder-shown) ~ label,
.woocommerce form .form-row .form-floating > input.input-text:not(:placeholder-shown) ~ label,
.woocommerce form .form-row .form-floating > .select2-selection:not(:placeholder-shown) ~ label,
.woocommerce form .form-row .form-floating > .select2-choice:not(:placeholder-shown) ~ label,
.woocommerce .woocommerce-checkout.checkout form .form-row .form-floating > select:not(:placeholder-shown) ~ label,
.woocommerce .woocommerce-checkout.checkout form .form-row .form-floating > input:not(:placeholder-shown) ~ label,
.woocommerce-cart-form .table tr .quantity .form-floating > input:not(:placeholder-shown) ~ label,
.woocommerce-cart-form .table tr td.actions .coupon .form-floating > .input-text:not(:placeholder-shown) ~ label,
.woocommerce #review_form #respond .form-floating > input[type=text]:not(:placeholder-shown) ~ label,
.woocommerce #review_form #respond .form-floating > textarea:not(:placeholder-shown) ~ label,
.woocommerce #review_form #respond .form-floating > input[type=email]:not(:placeholder-shown) ~ label,
.wp-block-categories-dropdown .form-floating > select:not(:placeholder-shown) ~ label,
.wp-block-archives-dropdown .form-floating > select:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label, .woocommerce-EditAccountForm.edit-account .form-floating > input[type=text]:-webkit-autofill ~ label,
.woocommerce-EditAccountForm.edit-account .form-floating > input[type=email]:-webkit-autofill ~ label,
.woocommerce-EditAccountForm.edit-account .form-floating > input[type=password]:-webkit-autofill ~ label,
.login .form-floating > input[type=text]:-webkit-autofill ~ label, .login .form-floating > input[type=password]:-webkit-autofill ~ label,
.woocommerce-ResetPassword.lost_reset_password .form-floating > input[type=text]:-webkit-autofill ~ label,
.checkout.woocommerce-checkout .form-floating > input[type=text]:-webkit-autofill ~ label,
.checkout.woocommerce-checkout .form-floating > input[type=email]:-webkit-autofill ~ label,
.checkout.woocommerce-checkout .form-floating > input[type=tel]:-webkit-autofill ~ label,
.checkout.woocommerce-checkout .form-floating > .select2-choice:-webkit-autofill ~ label,
.checkout.woocommerce-checkout .form-floating > textarea:-webkit-autofill ~ label,
.woocommerce form .form-row .form-floating > input.input-text:-webkit-autofill ~ label,
.woocommerce form .form-row .form-floating > .select2-selection:-webkit-autofill ~ label,
.woocommerce form .form-row .form-floating > .select2-choice:-webkit-autofill ~ label,
.woocommerce .woocommerce-checkout.checkout form .form-row .form-floating > select:-webkit-autofill ~ label,
.woocommerce .woocommerce-checkout.checkout form .form-row .form-floating > input:-webkit-autofill ~ label, .woocommerce-cart-form .table tr .quantity .form-floating > input:-webkit-autofill ~ label, .woocommerce-cart-form .table tr td.actions .coupon .form-floating > .input-text:-webkit-autofill ~ label, .woocommerce #review_form #respond .form-floating > input[type=text]:-webkit-autofill ~ label,
.woocommerce #review_form #respond .form-floating > textarea:-webkit-autofill ~ label,
.woocommerce #review_form #respond .form-floating > input[type=email]:-webkit-autofill ~ label, .wp-block-categories-dropdown .form-floating > select:-webkit-autofill ~ label,
.wp-block-archives-dropdown .form-floating > select:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control, .woocommerce-EditAccountForm.edit-account .input-group > input[type=text],
.woocommerce-EditAccountForm.edit-account .input-group > input[type=email],
.woocommerce-EditAccountForm.edit-account .input-group > input[type=password],
.login .input-group > input[type=text], .login .input-group > input[type=password],
.woocommerce-ResetPassword.lost_reset_password .input-group > input[type=text],
.checkout.woocommerce-checkout .input-group > input[type=text],
.checkout.woocommerce-checkout .input-group > input[type=email],
.checkout.woocommerce-checkout .input-group > input[type=tel],
.checkout.woocommerce-checkout .input-group > .select2-choice,
.checkout.woocommerce-checkout .input-group > textarea,
.woocommerce form .form-row .input-group > input.input-text,
.woocommerce form .form-row .input-group > .select2-selection,
.woocommerce form .form-row .input-group > .select2-choice, .woocommerce .woocommerce-checkout.checkout form .form-row .input-group > textarea,
.woocommerce .woocommerce-checkout.checkout form .form-row .input-group > select,
.woocommerce .woocommerce-checkout.checkout form .form-row .input-group > input, .woocommerce-cart-form .table tr .quantity .input-group > input, .woocommerce-cart-form .table tr td.actions .coupon .input-group > .input-text, .woocommerce #review_form #respond .input-group > input[type=text],
.woocommerce #review_form #respond .input-group > textarea,
.woocommerce #review_form #respond .input-group > input[type=email], .wp-block-categories-dropdown .input-group > select,
.wp-block-archives-dropdown .input-group > select,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus, .woocommerce-EditAccountForm.edit-account .input-group > input[type=text]:focus,
.woocommerce-EditAccountForm.edit-account .input-group > input[type=email]:focus,
.woocommerce-EditAccountForm.edit-account .input-group > input[type=password]:focus,
.login .input-group > input[type=text]:focus, .login .input-group > input[type=password]:focus,
.woocommerce-ResetPassword.lost_reset_password .input-group > input[type=text]:focus,
.checkout.woocommerce-checkout .input-group > input[type=text]:focus,
.checkout.woocommerce-checkout .input-group > input[type=email]:focus,
.checkout.woocommerce-checkout .input-group > input[type=tel]:focus,
.checkout.woocommerce-checkout .input-group > .select2-choice:focus,
.checkout.woocommerce-checkout .input-group > textarea:focus,
.woocommerce form .form-row .input-group > input.input-text:focus,
.woocommerce form .form-row .input-group > .select2-selection:focus,
.woocommerce form .form-row .input-group > .select2-choice:focus, .woocommerce .woocommerce-checkout.checkout form .form-row .input-group > textarea:focus,
.woocommerce .woocommerce-checkout.checkout form .form-row .input-group > select:focus,
.woocommerce .woocommerce-checkout.checkout form .form-row .input-group > input:focus, .woocommerce-cart-form .table tr .quantity .input-group > input:focus, .woocommerce-cart-form .table tr td.actions .coupon .input-group > .input-text:focus, .woocommerce #review_form #respond .input-group > input[type=text]:focus,
.woocommerce #review_form #respond .input-group > textarea:focus,
.woocommerce #review_form #respond .input-group > input[type=email]:focus, .wp-block-categories-dropdown .input-group > select:focus,
.wp-block-archives-dropdown .input-group > select:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn, .input-group .woocommerce #respond input#submit, .woocommerce #respond .input-group input#submit,
.input-group .woocommerce a.button,
.woocommerce .input-group a.button,
.input-group .woocommerce button.button,
.woocommerce .input-group button.button,
.input-group .woocommerce input.button,
.woocommerce .input-group input.button,
.input-group .woocommerce #place_order,
.woocommerce .input-group #place_order, .input-group .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .input-group a.checkout-button, .input-group .woocommerce-cart-form .table tr .button, .woocommerce-cart-form .table tr .input-group .button, .input-group .woocommerce #review_form #respond .form-submit input, .woocommerce #review_form #respond .form-submit .input-group input, .input-group .woocommerce .widget_shopping_cart .buttons a, .woocommerce .widget_shopping_cart .buttons .input-group a,
.input-group .woocommerce.widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons .input-group a, .input-group .wp-block-search .wp-block-search__button, .wp-block-search .input-group .wp-block-search__button, .input-group .wp-block-button__link {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus, .input-group .woocommerce #respond input#submit:focus, .woocommerce #respond .input-group input#submit:focus,
.input-group .woocommerce a.button:focus,
.woocommerce .input-group a.button:focus,
.input-group .woocommerce button.button:focus,
.woocommerce .input-group button.button:focus,
.input-group .woocommerce input.button:focus,
.woocommerce .input-group input.button:focus,
.input-group .woocommerce #place_order:focus,
.woocommerce .input-group #place_order:focus, .input-group .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus, .woocommerce-cart .wc-proceed-to-checkout .input-group a.checkout-button:focus, .input-group .woocommerce-cart-form .table tr .button:focus, .woocommerce-cart-form .table tr .input-group .button:focus, .input-group .woocommerce #review_form #respond .form-submit input:focus, .woocommerce #review_form #respond .form-submit .input-group input:focus, .input-group .woocommerce .widget_shopping_cart .buttons a:focus, .woocommerce .widget_shopping_cart .buttons .input-group a:focus,
.input-group .woocommerce.widget_shopping_cart .buttons a:focus,
.woocommerce.widget_shopping_cart .buttons .input-group a:focus, .input-group .wp-block-search .wp-block-search__button:focus, .wp-block-search .input-group .wp-block-search__button:focus, .input-group .wp-block-button__link:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #777777;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-lg > .form-control, .woocommerce-EditAccountForm.edit-account .input-group-lg > input[type=text],
.woocommerce-EditAccountForm.edit-account .input-group-lg > input[type=email],
.woocommerce-EditAccountForm.edit-account .input-group-lg > input[type=password],
.login .input-group-lg > input[type=text], .login .input-group-lg > input[type=password],
.woocommerce-ResetPassword.lost_reset_password .input-group-lg > input[type=text],
.checkout.woocommerce-checkout .input-group-lg > input[type=text],
.checkout.woocommerce-checkout .input-group-lg > input[type=email],
.checkout.woocommerce-checkout .input-group-lg > input[type=tel],
.checkout.woocommerce-checkout .input-group-lg > .select2-choice,
.checkout.woocommerce-checkout .input-group-lg > textarea,
.woocommerce form .form-row .input-group-lg > input.input-text,
.woocommerce form .form-row .input-group-lg > .select2-selection,
.woocommerce form .form-row .input-group-lg > .select2-choice, .woocommerce .woocommerce-checkout.checkout form .form-row .input-group-lg > textarea,
.woocommerce .woocommerce-checkout.checkout form .form-row .input-group-lg > select,
.woocommerce .woocommerce-checkout.checkout form .form-row .input-group-lg > input, .woocommerce-cart-form .table tr .quantity .input-group-lg > input, .woocommerce-cart-form .table tr td.actions .coupon .input-group-lg > .input-text, .woocommerce #review_form #respond .input-group-lg > input[type=text],
.woocommerce #review_form #respond .input-group-lg > textarea,
.woocommerce #review_form #respond .input-group-lg > input[type=email], .wp-block-categories-dropdown .input-group-lg > select,
.wp-block-archives-dropdown .input-group-lg > select,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn,
.woocommerce #respond .input-group-lg > input#submit,
.woocommerce .input-group-lg > a.button,
.woocommerce .input-group-lg > button.button,
.woocommerce .input-group-lg > input.button,
.woocommerce .input-group-lg > #place_order,
.woocommerce-cart .wc-proceed-to-checkout .input-group-lg > a.checkout-button,
.woocommerce-cart-form .table tr .input-group-lg > .button,
.woocommerce #review_form #respond .form-submit .input-group-lg > input,
.woocommerce .widget_shopping_cart .buttons .input-group-lg > a,
.woocommerce.widget_shopping_cart .buttons .input-group-lg > a,
.wp-block-search .input-group-lg > .wp-block-search__button,
.input-group-lg > .wp-block-button__link {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 1rem;
}

.input-group-sm > .form-control, .woocommerce-EditAccountForm.edit-account .input-group-sm > input[type=text],
.woocommerce-EditAccountForm.edit-account .input-group-sm > input[type=email],
.woocommerce-EditAccountForm.edit-account .input-group-sm > input[type=password],
.login .input-group-sm > input[type=text], .login .input-group-sm > input[type=password],
.woocommerce-ResetPassword.lost_reset_password .input-group-sm > input[type=text],
.checkout.woocommerce-checkout .input-group-sm > input[type=text],
.checkout.woocommerce-checkout .input-group-sm > input[type=email],
.checkout.woocommerce-checkout .input-group-sm > input[type=tel],
.checkout.woocommerce-checkout .input-group-sm > .select2-choice,
.checkout.woocommerce-checkout .input-group-sm > textarea,
.woocommerce form .form-row .input-group-sm > input.input-text,
.woocommerce form .form-row .input-group-sm > .select2-selection,
.woocommerce form .form-row .input-group-sm > .select2-choice, .woocommerce .woocommerce-checkout.checkout form .form-row .input-group-sm > textarea,
.woocommerce .woocommerce-checkout.checkout form .form-row .input-group-sm > select,
.woocommerce .woocommerce-checkout.checkout form .form-row .input-group-sm > input, .woocommerce-cart-form .table tr .quantity .input-group-sm > input, .woocommerce-cart-form .table tr td.actions .coupon .input-group-sm > .input-text, .woocommerce #review_form #respond .input-group-sm > input[type=text],
.woocommerce #review_form #respond .input-group-sm > textarea,
.woocommerce #review_form #respond .input-group-sm > input[type=email], .wp-block-categories-dropdown .input-group-sm > select,
.wp-block-archives-dropdown .input-group-sm > select,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn,
.woocommerce #respond .input-group-sm > input#submit,
.woocommerce .input-group-sm > a.button,
.woocommerce .input-group-sm > button.button,
.woocommerce .input-group-sm > input.button,
.woocommerce .input-group-sm > #place_order,
.woocommerce-cart .wc-proceed-to-checkout .input-group-sm > a.checkout-button,
.woocommerce-cart-form .table tr .input-group-sm > .button,
.woocommerce #review_form #respond .form-submit .input-group-sm > input,
.woocommerce .widget_shopping_cart .buttons .input-group-sm > a,
.woocommerce.widget_shopping_cart .buttons .input-group-sm > a,
.wp-block-search .input-group-sm > .wp-block-search__button,
.input-group-sm > .wp-block-button__link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.75rem;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #029e76;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #000;
  background-color: rgba(2, 158, 118, 0.9);
  border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .was-validated .woocommerce-EditAccountForm.edit-account input[type=text]:valid, .woocommerce-EditAccountForm.edit-account .was-validated input[type=text]:valid,
.was-validated .woocommerce-EditAccountForm.edit-account input[type=email]:valid,
.woocommerce-EditAccountForm.edit-account .was-validated input[type=email]:valid,
.was-validated .woocommerce-EditAccountForm.edit-account input[type=password]:valid,
.woocommerce-EditAccountForm.edit-account .was-validated input[type=password]:valid,
.was-validated .login input[type=text]:valid,
.login .was-validated input[type=text]:valid, .was-validated .login input[type=password]:valid, .login .was-validated input[type=password]:valid,
.was-validated .woocommerce-ResetPassword.lost_reset_password input[type=text]:valid,
.woocommerce-ResetPassword.lost_reset_password .was-validated input[type=text]:valid,
.was-validated .checkout.woocommerce-checkout input[type=text]:valid,
.checkout.woocommerce-checkout .was-validated input[type=text]:valid,
.was-validated .checkout.woocommerce-checkout input[type=email]:valid,
.checkout.woocommerce-checkout .was-validated input[type=email]:valid,
.was-validated .checkout.woocommerce-checkout input[type=tel]:valid,
.checkout.woocommerce-checkout .was-validated input[type=tel]:valid,
.was-validated .checkout.woocommerce-checkout .select2-choice:valid,
.checkout.woocommerce-checkout .was-validated .select2-choice:valid,
.was-validated .checkout.woocommerce-checkout textarea:valid,
.checkout.woocommerce-checkout .was-validated textarea:valid,
.was-validated .woocommerce form .form-row input.input-text:valid,
.woocommerce form .form-row .was-validated input.input-text:valid,
.was-validated .woocommerce form .form-row .select2-selection:valid,
.woocommerce form .form-row .was-validated .select2-selection:valid,
.was-validated .woocommerce form .form-row .select2-choice:valid,
.woocommerce form .form-row .was-validated .select2-choice:valid, .was-validated .woocommerce .woocommerce-checkout.checkout form .form-row textarea:valid, .woocommerce .woocommerce-checkout.checkout form .form-row .was-validated textarea:valid,
.was-validated .woocommerce .woocommerce-checkout.checkout form .form-row select:valid,
.woocommerce .woocommerce-checkout.checkout form .form-row .was-validated select:valid,
.was-validated .woocommerce .woocommerce-checkout.checkout form .form-row input:valid,
.woocommerce .woocommerce-checkout.checkout form .form-row .was-validated input:valid, .was-validated .woocommerce-cart-form .table tr .quantity input:valid, .woocommerce-cart-form .table tr .quantity .was-validated input:valid, .was-validated .woocommerce-cart-form .table tr td.actions .coupon .input-text:valid, .woocommerce-cart-form .table tr td.actions .coupon .was-validated .input-text:valid, .was-validated .woocommerce #review_form #respond input[type=text]:valid, .woocommerce #review_form #respond .was-validated input[type=text]:valid,
.was-validated .woocommerce #review_form #respond textarea:valid,
.woocommerce #review_form #respond .was-validated textarea:valid,
.was-validated .woocommerce #review_form #respond input[type=email]:valid,
.woocommerce #review_form #respond .was-validated input[type=email]:valid, .was-validated .wp-block-categories-dropdown select:valid, .wp-block-categories-dropdown .was-validated select:valid,
.was-validated .wp-block-archives-dropdown select:valid,
.wp-block-archives-dropdown .was-validated select:valid, .form-control.is-valid, .woocommerce-EditAccountForm.edit-account input.is-valid[type=text],
.woocommerce-EditAccountForm.edit-account input.is-valid[type=email],
.woocommerce-EditAccountForm.edit-account input.is-valid[type=password],
.login input.is-valid[type=text], .login input.is-valid[type=password],
.woocommerce-ResetPassword.lost_reset_password input.is-valid[type=text],
.checkout.woocommerce-checkout input.is-valid[type=text],
.checkout.woocommerce-checkout input.is-valid[type=email],
.checkout.woocommerce-checkout input.is-valid[type=tel],
.checkout.woocommerce-checkout .is-valid.select2-choice,
.checkout.woocommerce-checkout textarea.is-valid,
.woocommerce form .form-row input.is-valid.input-text,
.woocommerce form .form-row .is-valid.select2-selection,
.woocommerce form .form-row .is-valid.select2-choice, .woocommerce .woocommerce-checkout.checkout form .form-row textarea.is-valid,
.woocommerce .woocommerce-checkout.checkout form .form-row select.is-valid,
.woocommerce .woocommerce-checkout.checkout form .form-row input.is-valid, .woocommerce-cart-form .table tr .quantity input.is-valid, .woocommerce-cart-form .table tr td.actions .coupon .is-valid.input-text, .woocommerce #review_form #respond input.is-valid[type=text],
.woocommerce #review_form #respond textarea.is-valid,
.woocommerce #review_form #respond input.is-valid[type=email], .wp-block-categories-dropdown select.is-valid,
.wp-block-archives-dropdown select.is-valid {
  border-color: #029e76;
  padding-right: calc(1.6em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23029e76' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.1875rem) center;
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}
.was-validated .form-control:valid:focus, .was-validated .woocommerce-EditAccountForm.edit-account input[type=text]:valid:focus, .woocommerce-EditAccountForm.edit-account .was-validated input[type=text]:valid:focus,
.was-validated .woocommerce-EditAccountForm.edit-account input[type=email]:valid:focus,
.woocommerce-EditAccountForm.edit-account .was-validated input[type=email]:valid:focus,
.was-validated .woocommerce-EditAccountForm.edit-account input[type=password]:valid:focus,
.woocommerce-EditAccountForm.edit-account .was-validated input[type=password]:valid:focus,
.was-validated .login input[type=text]:valid:focus,
.login .was-validated input[type=text]:valid:focus, .was-validated .login input[type=password]:valid:focus, .login .was-validated input[type=password]:valid:focus,
.was-validated .woocommerce-ResetPassword.lost_reset_password input[type=text]:valid:focus,
.woocommerce-ResetPassword.lost_reset_password .was-validated input[type=text]:valid:focus,
.was-validated .checkout.woocommerce-checkout input[type=text]:valid:focus,
.checkout.woocommerce-checkout .was-validated input[type=text]:valid:focus,
.was-validated .checkout.woocommerce-checkout input[type=email]:valid:focus,
.checkout.woocommerce-checkout .was-validated input[type=email]:valid:focus,
.was-validated .checkout.woocommerce-checkout input[type=tel]:valid:focus,
.checkout.woocommerce-checkout .was-validated input[type=tel]:valid:focus,
.was-validated .checkout.woocommerce-checkout .select2-choice:valid:focus,
.checkout.woocommerce-checkout .was-validated .select2-choice:valid:focus,
.was-validated .checkout.woocommerce-checkout textarea:valid:focus,
.checkout.woocommerce-checkout .was-validated textarea:valid:focus,
.was-validated .woocommerce form .form-row input.input-text:valid:focus,
.woocommerce form .form-row .was-validated input.input-text:valid:focus,
.was-validated .woocommerce form .form-row .select2-selection:valid:focus,
.woocommerce form .form-row .was-validated .select2-selection:valid:focus,
.was-validated .woocommerce form .form-row .select2-choice:valid:focus,
.woocommerce form .form-row .was-validated .select2-choice:valid:focus,
.was-validated .woocommerce .woocommerce-checkout.checkout form .form-row select:valid:focus,
.woocommerce .woocommerce-checkout.checkout form .form-row .was-validated select:valid:focus,
.was-validated .woocommerce .woocommerce-checkout.checkout form .form-row input:valid:focus,
.woocommerce .woocommerce-checkout.checkout form .form-row .was-validated input:valid:focus, .was-validated .woocommerce-cart-form .table tr .quantity input:valid:focus, .woocommerce-cart-form .table tr .quantity .was-validated input:valid:focus, .was-validated .woocommerce-cart-form .table tr td.actions .coupon .input-text:valid:focus, .woocommerce-cart-form .table tr td.actions .coupon .was-validated .input-text:valid:focus, .was-validated .woocommerce #review_form #respond input[type=text]:valid:focus, .woocommerce #review_form #respond .was-validated input[type=text]:valid:focus,
.was-validated .woocommerce #review_form #respond textarea:valid:focus,
.woocommerce #review_form #respond .was-validated textarea:valid:focus,
.was-validated .woocommerce #review_form #respond input[type=email]:valid:focus,
.woocommerce #review_form #respond .was-validated input[type=email]:valid:focus, .was-validated .wp-block-categories-dropdown select:valid:focus, .wp-block-categories-dropdown .was-validated select:valid:focus,
.was-validated .wp-block-archives-dropdown select:valid:focus,
.wp-block-archives-dropdown .was-validated select:valid:focus, .form-control.is-valid:focus, .woocommerce-EditAccountForm.edit-account input.is-valid[type=text]:focus,
.woocommerce-EditAccountForm.edit-account input.is-valid[type=email]:focus,
.woocommerce-EditAccountForm.edit-account input.is-valid[type=password]:focus,
.login input.is-valid[type=text]:focus, .login input.is-valid[type=password]:focus,
.woocommerce-ResetPassword.lost_reset_password input.is-valid[type=text]:focus,
.checkout.woocommerce-checkout input.is-valid[type=text]:focus,
.checkout.woocommerce-checkout input.is-valid[type=email]:focus,
.checkout.woocommerce-checkout input.is-valid[type=tel]:focus,
.checkout.woocommerce-checkout .is-valid.select2-choice:focus,
.checkout.woocommerce-checkout textarea.is-valid:focus,
.woocommerce form .form-row input.is-valid.input-text:focus,
.woocommerce form .form-row .is-valid.select2-selection:focus,
.woocommerce form .form-row .is-valid.select2-choice:focus, .woocommerce .woocommerce-checkout.checkout form .form-row textarea.is-valid:focus,
.woocommerce .woocommerce-checkout.checkout form .form-row select.is-valid:focus,
.woocommerce .woocommerce-checkout.checkout form .form-row input.is-valid:focus, .woocommerce-cart-form .table tr .quantity input.is-valid:focus, .woocommerce-cart-form .table tr td.actions .coupon .is-valid.input-text:focus, .woocommerce #review_form #respond input.is-valid[type=text]:focus,
.woocommerce #review_form #respond textarea.is-valid:focus,
.woocommerce #review_form #respond input.is-valid[type=email]:focus, .wp-block-categories-dropdown select.is-valid:focus,
.wp-block-archives-dropdown select.is-valid:focus {
  border-color: #029e76;
  box-shadow: 0 0 0 0rem rgba(2, 158, 118, 0.25);
}

.was-validated textarea.form-control:valid,
.was-validated .checkout.woocommerce-checkout textarea:valid,
.checkout.woocommerce-checkout .was-validated textarea:valid,
.was-validated .woocommerce form .form-row textarea.select2-selection:valid,
.woocommerce form .form-row .was-validated textarea.select2-selection:valid,
.was-validated .woocommerce form .form-row textarea.select2-choice:valid,
.woocommerce form .form-row .was-validated textarea.select2-choice:valid, .was-validated .woocommerce .woocommerce-checkout.checkout form .form-row textarea:valid, .woocommerce .woocommerce-checkout.checkout form .form-row .was-validated textarea:valid, .was-validated .woocommerce-cart-form .table tr td.actions .coupon textarea.input-text:valid, .woocommerce-cart-form .table tr td.actions .coupon .was-validated textarea.input-text:valid,
.was-validated .woocommerce #review_form #respond textarea:valid,
.woocommerce #review_form #respond .was-validated textarea:valid, textarea.form-control.is-valid,
.checkout.woocommerce-checkout textarea.is-valid,
.woocommerce form .form-row textarea.is-valid.select2-selection,
.woocommerce form .form-row textarea.is-valid.select2-choice, .woocommerce .woocommerce-checkout.checkout form .form-row textarea.is-valid, .woocommerce-cart-form .table tr td.actions .coupon textarea.is-valid.input-text,
.woocommerce #review_form #respond textarea.is-valid {
  padding-right: calc(1.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #029e76;
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23029e76' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #029e76;
  box-shadow: 0 0 0 0rem rgba(2, 158, 118, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #029e76;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #029e76;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0rem rgba(2, 158, 118, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #029e76;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #ff5269;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #000;
  background-color: rgba(255, 82, 105, 0.9);
  border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .was-validated .woocommerce-EditAccountForm.edit-account input[type=text]:invalid, .woocommerce-EditAccountForm.edit-account .was-validated input[type=text]:invalid,
.was-validated .woocommerce-EditAccountForm.edit-account input[type=email]:invalid,
.woocommerce-EditAccountForm.edit-account .was-validated input[type=email]:invalid,
.was-validated .woocommerce-EditAccountForm.edit-account input[type=password]:invalid,
.woocommerce-EditAccountForm.edit-account .was-validated input[type=password]:invalid,
.was-validated .login input[type=text]:invalid,
.login .was-validated input[type=text]:invalid, .was-validated .login input[type=password]:invalid, .login .was-validated input[type=password]:invalid,
.was-validated .woocommerce-ResetPassword.lost_reset_password input[type=text]:invalid,
.woocommerce-ResetPassword.lost_reset_password .was-validated input[type=text]:invalid,
.was-validated .checkout.woocommerce-checkout input[type=text]:invalid,
.checkout.woocommerce-checkout .was-validated input[type=text]:invalid,
.was-validated .checkout.woocommerce-checkout input[type=email]:invalid,
.checkout.woocommerce-checkout .was-validated input[type=email]:invalid,
.was-validated .checkout.woocommerce-checkout input[type=tel]:invalid,
.checkout.woocommerce-checkout .was-validated input[type=tel]:invalid,
.was-validated .checkout.woocommerce-checkout .select2-choice:invalid,
.checkout.woocommerce-checkout .was-validated .select2-choice:invalid,
.was-validated .checkout.woocommerce-checkout textarea:invalid,
.checkout.woocommerce-checkout .was-validated textarea:invalid,
.was-validated .woocommerce form .form-row input.input-text:invalid,
.woocommerce form .form-row .was-validated input.input-text:invalid,
.was-validated .woocommerce form .form-row .select2-selection:invalid,
.woocommerce form .form-row .was-validated .select2-selection:invalid,
.was-validated .woocommerce form .form-row .select2-choice:invalid,
.woocommerce form .form-row .was-validated .select2-choice:invalid, .was-validated .woocommerce .woocommerce-checkout.checkout form .form-row textarea:invalid, .woocommerce .woocommerce-checkout.checkout form .form-row .was-validated textarea:invalid,
.was-validated .woocommerce .woocommerce-checkout.checkout form .form-row select:invalid,
.woocommerce .woocommerce-checkout.checkout form .form-row .was-validated select:invalid,
.was-validated .woocommerce .woocommerce-checkout.checkout form .form-row input:invalid,
.woocommerce .woocommerce-checkout.checkout form .form-row .was-validated input:invalid, .was-validated .woocommerce-cart-form .table tr .quantity input:invalid, .woocommerce-cart-form .table tr .quantity .was-validated input:invalid, .was-validated .woocommerce-cart-form .table tr td.actions .coupon .input-text:invalid, .woocommerce-cart-form .table tr td.actions .coupon .was-validated .input-text:invalid, .was-validated .woocommerce #review_form #respond input[type=text]:invalid, .woocommerce #review_form #respond .was-validated input[type=text]:invalid,
.was-validated .woocommerce #review_form #respond textarea:invalid,
.woocommerce #review_form #respond .was-validated textarea:invalid,
.was-validated .woocommerce #review_form #respond input[type=email]:invalid,
.woocommerce #review_form #respond .was-validated input[type=email]:invalid, .was-validated .wp-block-categories-dropdown select:invalid, .wp-block-categories-dropdown .was-validated select:invalid,
.was-validated .wp-block-archives-dropdown select:invalid,
.wp-block-archives-dropdown .was-validated select:invalid, .form-control.is-invalid, .woocommerce-EditAccountForm.edit-account input.is-invalid[type=text],
.woocommerce-EditAccountForm.edit-account input.is-invalid[type=email],
.woocommerce-EditAccountForm.edit-account input.is-invalid[type=password],
.login input.is-invalid[type=text], .login input.is-invalid[type=password],
.woocommerce-ResetPassword.lost_reset_password input.is-invalid[type=text],
.checkout.woocommerce-checkout input.is-invalid[type=text],
.checkout.woocommerce-checkout input.is-invalid[type=email],
.checkout.woocommerce-checkout input.is-invalid[type=tel],
.checkout.woocommerce-checkout .is-invalid.select2-choice,
.checkout.woocommerce-checkout textarea.is-invalid,
.woocommerce form .form-row input.is-invalid.input-text,
.woocommerce form .form-row .is-invalid.select2-selection,
.woocommerce form .form-row .is-invalid.select2-choice, .woocommerce .woocommerce-checkout.checkout form .form-row textarea.is-invalid,
.woocommerce .woocommerce-checkout.checkout form .form-row select.is-invalid,
.woocommerce .woocommerce-checkout.checkout form .form-row input.is-invalid, .woocommerce-cart-form .table tr .quantity input.is-invalid, .woocommerce-cart-form .table tr td.actions .coupon .is-invalid.input-text, .woocommerce #review_form #respond input.is-invalid[type=text],
.woocommerce #review_form #respond textarea.is-invalid,
.woocommerce #review_form #respond input.is-invalid[type=email], .wp-block-categories-dropdown select.is-invalid,
.wp-block-archives-dropdown select.is-invalid {
  border-color: #ff5269;
  padding-right: calc(1.6em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23ff5269'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff5269' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.1875rem) center;
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .was-validated .woocommerce-EditAccountForm.edit-account input[type=text]:invalid:focus, .woocommerce-EditAccountForm.edit-account .was-validated input[type=text]:invalid:focus,
.was-validated .woocommerce-EditAccountForm.edit-account input[type=email]:invalid:focus,
.woocommerce-EditAccountForm.edit-account .was-validated input[type=email]:invalid:focus,
.was-validated .woocommerce-EditAccountForm.edit-account input[type=password]:invalid:focus,
.woocommerce-EditAccountForm.edit-account .was-validated input[type=password]:invalid:focus,
.was-validated .login input[type=text]:invalid:focus,
.login .was-validated input[type=text]:invalid:focus, .was-validated .login input[type=password]:invalid:focus, .login .was-validated input[type=password]:invalid:focus,
.was-validated .woocommerce-ResetPassword.lost_reset_password input[type=text]:invalid:focus,
.woocommerce-ResetPassword.lost_reset_password .was-validated input[type=text]:invalid:focus,
.was-validated .checkout.woocommerce-checkout input[type=text]:invalid:focus,
.checkout.woocommerce-checkout .was-validated input[type=text]:invalid:focus,
.was-validated .checkout.woocommerce-checkout input[type=email]:invalid:focus,
.checkout.woocommerce-checkout .was-validated input[type=email]:invalid:focus,
.was-validated .checkout.woocommerce-checkout input[type=tel]:invalid:focus,
.checkout.woocommerce-checkout .was-validated input[type=tel]:invalid:focus,
.was-validated .checkout.woocommerce-checkout .select2-choice:invalid:focus,
.checkout.woocommerce-checkout .was-validated .select2-choice:invalid:focus,
.was-validated .checkout.woocommerce-checkout textarea:invalid:focus,
.checkout.woocommerce-checkout .was-validated textarea:invalid:focus,
.was-validated .woocommerce form .form-row input.input-text:invalid:focus,
.woocommerce form .form-row .was-validated input.input-text:invalid:focus,
.was-validated .woocommerce form .form-row .select2-selection:invalid:focus,
.woocommerce form .form-row .was-validated .select2-selection:invalid:focus,
.was-validated .woocommerce form .form-row .select2-choice:invalid:focus,
.woocommerce form .form-row .was-validated .select2-choice:invalid:focus,
.was-validated .woocommerce .woocommerce-checkout.checkout form .form-row select:invalid:focus,
.woocommerce .woocommerce-checkout.checkout form .form-row .was-validated select:invalid:focus,
.was-validated .woocommerce .woocommerce-checkout.checkout form .form-row input:invalid:focus,
.woocommerce .woocommerce-checkout.checkout form .form-row .was-validated input:invalid:focus, .was-validated .woocommerce-cart-form .table tr .quantity input:invalid:focus, .woocommerce-cart-form .table tr .quantity .was-validated input:invalid:focus, .was-validated .woocommerce-cart-form .table tr td.actions .coupon .input-text:invalid:focus, .woocommerce-cart-form .table tr td.actions .coupon .was-validated .input-text:invalid:focus, .was-validated .woocommerce #review_form #respond input[type=text]:invalid:focus, .woocommerce #review_form #respond .was-validated input[type=text]:invalid:focus,
.was-validated .woocommerce #review_form #respond textarea:invalid:focus,
.woocommerce #review_form #respond .was-validated textarea:invalid:focus,
.was-validated .woocommerce #review_form #respond input[type=email]:invalid:focus,
.woocommerce #review_form #respond .was-validated input[type=email]:invalid:focus, .was-validated .wp-block-categories-dropdown select:invalid:focus, .wp-block-categories-dropdown .was-validated select:invalid:focus,
.was-validated .wp-block-archives-dropdown select:invalid:focus,
.wp-block-archives-dropdown .was-validated select:invalid:focus, .form-control.is-invalid:focus, .woocommerce-EditAccountForm.edit-account input.is-invalid[type=text]:focus,
.woocommerce-EditAccountForm.edit-account input.is-invalid[type=email]:focus,
.woocommerce-EditAccountForm.edit-account input.is-invalid[type=password]:focus,
.login input.is-invalid[type=text]:focus, .login input.is-invalid[type=password]:focus,
.woocommerce-ResetPassword.lost_reset_password input.is-invalid[type=text]:focus,
.checkout.woocommerce-checkout input.is-invalid[type=text]:focus,
.checkout.woocommerce-checkout input.is-invalid[type=email]:focus,
.checkout.woocommerce-checkout input.is-invalid[type=tel]:focus,
.checkout.woocommerce-checkout .is-invalid.select2-choice:focus,
.checkout.woocommerce-checkout textarea.is-invalid:focus,
.woocommerce form .form-row input.is-invalid.input-text:focus,
.woocommerce form .form-row .is-invalid.select2-selection:focus,
.woocommerce form .form-row .is-invalid.select2-choice:focus, .woocommerce .woocommerce-checkout.checkout form .form-row textarea.is-invalid:focus,
.woocommerce .woocommerce-checkout.checkout form .form-row select.is-invalid:focus,
.woocommerce .woocommerce-checkout.checkout form .form-row input.is-invalid:focus, .woocommerce-cart-form .table tr .quantity input.is-invalid:focus, .woocommerce-cart-form .table tr td.actions .coupon .is-invalid.input-text:focus, .woocommerce #review_form #respond input.is-invalid[type=text]:focus,
.woocommerce #review_form #respond textarea.is-invalid:focus,
.woocommerce #review_form #respond input.is-invalid[type=email]:focus, .wp-block-categories-dropdown select.is-invalid:focus,
.wp-block-archives-dropdown select.is-invalid:focus {
  border-color: #ff5269;
  box-shadow: 0 0 0 0rem rgba(255, 82, 105, 0.25);
}

.was-validated textarea.form-control:invalid,
.was-validated .checkout.woocommerce-checkout textarea:invalid,
.checkout.woocommerce-checkout .was-validated textarea:invalid,
.was-validated .woocommerce form .form-row textarea.select2-selection:invalid,
.woocommerce form .form-row .was-validated textarea.select2-selection:invalid,
.was-validated .woocommerce form .form-row textarea.select2-choice:invalid,
.woocommerce form .form-row .was-validated textarea.select2-choice:invalid, .was-validated .woocommerce .woocommerce-checkout.checkout form .form-row textarea:invalid, .woocommerce .woocommerce-checkout.checkout form .form-row .was-validated textarea:invalid, .was-validated .woocommerce-cart-form .table tr td.actions .coupon textarea.input-text:invalid, .woocommerce-cart-form .table tr td.actions .coupon .was-validated textarea.input-text:invalid,
.was-validated .woocommerce #review_form #respond textarea:invalid,
.woocommerce #review_form #respond .was-validated textarea:invalid, textarea.form-control.is-invalid,
.checkout.woocommerce-checkout textarea.is-invalid,
.woocommerce form .form-row textarea.is-invalid.select2-selection,
.woocommerce form .form-row textarea.is-invalid.select2-choice, .woocommerce .woocommerce-checkout.checkout form .form-row textarea.is-invalid, .woocommerce-cart-form .table tr td.actions .coupon textarea.is-invalid.input-text,
.woocommerce #review_form #respond textarea.is-invalid {
  padding-right: calc(1.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #ff5269;
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23ff5269'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff5269' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #ff5269;
  box-shadow: 0 0 0 0rem rgba(255, 82, 105, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #ff5269;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #ff5269;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0rem rgba(255, 82, 105, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #ff5269;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.btn, .woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #place_order, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart-form .table tr .button, .woocommerce #review_form #respond .form-submit input, .woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a, .wp-block-search .wp-block-search__button, .wp-block-button__link {
  display: inline-block;
  font-weight: 400;
  line-height: 1.6;
  color: #777777;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn, .woocommerce #respond input#submit,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button,
  .woocommerce #place_order, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart-form .table tr .button, .woocommerce #review_form #respond .form-submit input, .woocommerce .widget_shopping_cart .buttons a,
  .woocommerce.widget_shopping_cart .buttons a, .wp-block-search .wp-block-search__button, .wp-block-button__link {
    transition: none;
  }
}
.btn:hover, .woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #place_order:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-cart-form .table tr .button:hover, .woocommerce #review_form #respond .form-submit input:hover, .woocommerce .widget_shopping_cart .buttons a:hover,
.woocommerce.widget_shopping_cart .buttons a:hover, .wp-block-search .wp-block-search__button:hover, .wp-block-button__link:hover {
  color: #777777;
}
.btn-check:focus + .btn, .woocommerce #respond .btn-check:focus + input#submit,
.woocommerce .btn-check:focus + a.button,
.woocommerce .btn-check:focus + button.button,
.woocommerce .btn-check:focus + input.button,
.woocommerce .btn-check:focus + #place_order, .woocommerce-cart .wc-proceed-to-checkout .btn-check:focus + a.checkout-button, .woocommerce-cart-form .table tr .btn-check:focus + .button, .woocommerce #review_form #respond .form-submit .btn-check:focus + input, .woocommerce .widget_shopping_cart .buttons .btn-check:focus + a,
.woocommerce.widget_shopping_cart .buttons .btn-check:focus + a, .wp-block-search .btn-check:focus + .wp-block-search__button, .btn-check:focus + .wp-block-button__link, .btn:focus, .woocommerce #respond input#submit:focus,
.woocommerce a.button:focus,
.woocommerce button.button:focus,
.woocommerce input.button:focus,
.woocommerce #place_order:focus, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus, .woocommerce-cart-form .table tr .button:focus, .woocommerce #review_form #respond .form-submit input:focus, .woocommerce .widget_shopping_cart .buttons a:focus,
.woocommerce.widget_shopping_cart .buttons a:focus, .wp-block-search .wp-block-search__button:focus, .wp-block-button__link:focus {
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(198, 164, 126, 0.25);
}
.btn:disabled, .woocommerce #respond input#submit:disabled,
.woocommerce a.button:disabled,
.woocommerce button.button:disabled,
.woocommerce input.button:disabled,
.woocommerce #place_order:disabled, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:disabled, .woocommerce-cart-form .table tr .button:disabled, .woocommerce #review_form #respond .form-submit input:disabled, .woocommerce .widget_shopping_cart .buttons a:disabled,
.woocommerce.widget_shopping_cart .buttons a:disabled, .wp-block-search .wp-block-search__button:disabled, .wp-block-button__link:disabled, .btn.disabled, .woocommerce #respond input.disabled#submit,
.woocommerce a.disabled.button,
.woocommerce button.disabled.button,
.woocommerce input.disabled.button,
.woocommerce .disabled#place_order, .woocommerce-cart .wc-proceed-to-checkout a.disabled.checkout-button, .woocommerce-cart-form .table tr .disabled.button, .woocommerce #review_form #respond .form-submit input.disabled, .woocommerce .widget_shopping_cart .buttons a.disabled,
.woocommerce.widget_shopping_cart .buttons a.disabled, .wp-block-search .disabled.wp-block-search__button, .disabled.wp-block-button__link, fieldset:disabled .btn, fieldset:disabled .woocommerce #respond input#submit, .woocommerce #respond fieldset:disabled input#submit,
fieldset:disabled .woocommerce a.button,
.woocommerce fieldset:disabled a.button,
fieldset:disabled .woocommerce button.button,
.woocommerce fieldset:disabled button.button,
fieldset:disabled .woocommerce input.button,
.woocommerce fieldset:disabled input.button,
fieldset:disabled .woocommerce #place_order,
.woocommerce fieldset:disabled #place_order, fieldset:disabled .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout fieldset:disabled a.checkout-button, fieldset:disabled .woocommerce-cart-form .table tr .button, .woocommerce-cart-form .table tr fieldset:disabled .button, fieldset:disabled .woocommerce #review_form #respond .form-submit input, .woocommerce #review_form #respond .form-submit fieldset:disabled input, fieldset:disabled .woocommerce .widget_shopping_cart .buttons a, .woocommerce .widget_shopping_cart .buttons fieldset:disabled a,
fieldset:disabled .woocommerce.widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons fieldset:disabled a, fieldset:disabled .wp-block-search .wp-block-search__button, .wp-block-search fieldset:disabled .wp-block-search__button, fieldset:disabled .wp-block-button__link {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary, .woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #place_order, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart-form .table tr .button, .woocommerce #review_form #respond .form-submit input, .woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a, .wp-block-search .wp-block-search__button, .wp-block-button__link {
  color: #000;
  background-color: #c6a47e;
  border-color: #c6a47e;
}
.btn-primary:hover, .woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #place_order:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-cart-form .table tr .button:hover, .woocommerce #review_form #respond .form-submit input:hover, .woocommerce .widget_shopping_cart .buttons a:hover,
.woocommerce.widget_shopping_cart .buttons a:hover, .wp-block-search .wp-block-search__button:hover, .wp-block-button__link:hover {
  color: #000;
  background-color: rgb(206.55, 177.65, 145.35);
  border-color: rgb(203.7, 173.1, 138.9);
}
.btn-check:focus + .btn-primary, .woocommerce #respond .btn-check:focus + input#submit,
.woocommerce .btn-check:focus + a.button,
.woocommerce .btn-check:focus + button.button,
.woocommerce .btn-check:focus + input.button,
.woocommerce .btn-check:focus + #place_order, .woocommerce-cart .wc-proceed-to-checkout .btn-check:focus + a.checkout-button, .woocommerce-cart-form .table tr .btn-check:focus + .button, .woocommerce #review_form #respond .form-submit .btn-check:focus + input, .woocommerce .widget_shopping_cart .buttons .btn-check:focus + a,
.woocommerce.widget_shopping_cart .buttons .btn-check:focus + a, .wp-block-search .btn-check:focus + .wp-block-search__button, .btn-check:focus + .wp-block-button__link, .btn-primary:focus, .woocommerce #respond input#submit:focus,
.woocommerce a.button:focus,
.woocommerce button.button:focus,
.woocommerce input.button:focus,
.woocommerce #place_order:focus, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus, .woocommerce-cart-form .table tr .button:focus, .woocommerce #review_form #respond .form-submit input:focus, .woocommerce .widget_shopping_cart .buttons a:focus,
.woocommerce.widget_shopping_cart .buttons a:focus, .wp-block-search .wp-block-search__button:focus, .wp-block-button__link:focus {
  color: #000;
  background-color: rgb(206.55, 177.65, 145.35);
  border-color: rgb(203.7, 173.1, 138.9);
  box-shadow: 0 0 0 0rem rgba(168.3, 139.4, 107.1, 0.5);
}
.btn-check:checked + .btn-primary, .woocommerce #respond .btn-check:checked + input#submit,
.woocommerce .btn-check:checked + a.button,
.woocommerce .btn-check:checked + button.button,
.woocommerce .btn-check:checked + input.button,
.woocommerce .btn-check:checked + #place_order, .woocommerce-cart .wc-proceed-to-checkout .btn-check:checked + a.checkout-button, .woocommerce-cart-form .table tr .btn-check:checked + .button, .woocommerce #review_form #respond .form-submit .btn-check:checked + input, .woocommerce .widget_shopping_cart .buttons .btn-check:checked + a,
.woocommerce.widget_shopping_cart .buttons .btn-check:checked + a, .wp-block-search .btn-check:checked + .wp-block-search__button, .btn-check:checked + .wp-block-button__link, .btn-check:active + .btn-primary, .woocommerce #respond .btn-check:active + input#submit,
.woocommerce .btn-check:active + a.button,
.woocommerce .btn-check:active + button.button,
.woocommerce .btn-check:active + input.button,
.woocommerce .btn-check:active + #place_order, .woocommerce-cart .wc-proceed-to-checkout .btn-check:active + a.checkout-button, .woocommerce-cart-form .table tr .btn-check:active + .button, .woocommerce #review_form #respond .form-submit .btn-check:active + input, .woocommerce .widget_shopping_cart .buttons .btn-check:active + a,
.woocommerce.widget_shopping_cart .buttons .btn-check:active + a, .wp-block-search .btn-check:active + .wp-block-search__button, .btn-check:active + .wp-block-button__link, .btn-primary:active, .woocommerce #respond input#submit:active,
.woocommerce a.button:active,
.woocommerce button.button:active,
.woocommerce input.button:active,
.woocommerce #place_order:active, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:active, .woocommerce-cart-form .table tr .button:active, .woocommerce #review_form #respond .form-submit input:active, .woocommerce .widget_shopping_cart .buttons a:active,
.woocommerce.widget_shopping_cart .buttons a:active, .wp-block-search .wp-block-search__button:active, .wp-block-button__link:active, .btn-primary.active, .woocommerce #respond input.active#submit,
.woocommerce a.active.button,
.woocommerce button.active.button,
.woocommerce input.active.button,
.woocommerce .active#place_order, .woocommerce-cart .wc-proceed-to-checkout a.active.checkout-button, .woocommerce-cart-form .table tr .active.button, .woocommerce #review_form #respond .form-submit input.active, .woocommerce .widget_shopping_cart .buttons a.active,
.woocommerce.widget_shopping_cart .buttons a.active, .wp-block-search .active.wp-block-search__button, .active.wp-block-button__link, .show > .btn-primary.dropdown-toggle, .woocommerce #respond .show > input.dropdown-toggle#submit,
.woocommerce .show > a.dropdown-toggle.button,
.woocommerce .show > button.dropdown-toggle.button,
.woocommerce .show > input.dropdown-toggle.button,
.woocommerce .show > .dropdown-toggle#place_order, .woocommerce-cart .wc-proceed-to-checkout .show > a.dropdown-toggle.checkout-button, .woocommerce-cart-form .table tr .show > .dropdown-toggle.button, .woocommerce #review_form #respond .form-submit .show > input.dropdown-toggle, .woocommerce .widget_shopping_cart .buttons .show > a.dropdown-toggle,
.woocommerce.widget_shopping_cart .buttons .show > a.dropdown-toggle, .wp-block-search .show > .dropdown-toggle.wp-block-search__button, .show > .dropdown-toggle.wp-block-button__link {
  color: #000;
  background-color: rgb(209.4, 182.2, 151.8);
  border-color: rgb(203.7, 173.1, 138.9);
}
.btn-check:checked + .btn-primary:focus, .woocommerce #respond .btn-check:checked + input#submit:focus,
.woocommerce .btn-check:checked + a.button:focus,
.woocommerce .btn-check:checked + button.button:focus,
.woocommerce .btn-check:checked + input.button:focus,
.woocommerce .btn-check:checked + #place_order:focus, .woocommerce-cart .wc-proceed-to-checkout .btn-check:checked + a.checkout-button:focus, .woocommerce-cart-form .table tr .btn-check:checked + .button:focus, .woocommerce #review_form #respond .form-submit .btn-check:checked + input:focus, .woocommerce .widget_shopping_cart .buttons .btn-check:checked + a:focus,
.woocommerce.widget_shopping_cart .buttons .btn-check:checked + a:focus, .wp-block-search .btn-check:checked + .wp-block-search__button:focus, .btn-check:checked + .wp-block-button__link:focus, .btn-check:active + .btn-primary:focus, .woocommerce #respond .btn-check:active + input#submit:focus,
.woocommerce .btn-check:active + a.button:focus,
.woocommerce .btn-check:active + button.button:focus,
.woocommerce .btn-check:active + input.button:focus,
.woocommerce .btn-check:active + #place_order:focus, .woocommerce-cart .wc-proceed-to-checkout .btn-check:active + a.checkout-button:focus, .woocommerce-cart-form .table tr .btn-check:active + .button:focus, .woocommerce #review_form #respond .form-submit .btn-check:active + input:focus, .woocommerce .widget_shopping_cart .buttons .btn-check:active + a:focus,
.woocommerce.widget_shopping_cart .buttons .btn-check:active + a:focus, .wp-block-search .btn-check:active + .wp-block-search__button:focus, .btn-check:active + .wp-block-button__link:focus, .btn-primary:active:focus, .woocommerce #respond input#submit:active:focus,
.woocommerce a.button:active:focus,
.woocommerce button.button:active:focus,
.woocommerce input.button:active:focus,
.woocommerce #place_order:active:focus, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:active:focus, .woocommerce-cart-form .table tr .button:active:focus, .woocommerce #review_form #respond .form-submit input:active:focus, .woocommerce .widget_shopping_cart .buttons a:active:focus,
.woocommerce.widget_shopping_cart .buttons a:active:focus, .wp-block-search .wp-block-search__button:active:focus, .wp-block-button__link:active:focus, .btn-primary.active:focus, .woocommerce #respond input.active#submit:focus,
.woocommerce a.active.button:focus,
.woocommerce button.active.button:focus,
.woocommerce input.active.button:focus,
.woocommerce .active#place_order:focus, .woocommerce-cart .wc-proceed-to-checkout a.active.checkout-button:focus, .woocommerce-cart-form .table tr .active.button:focus, .woocommerce #review_form #respond .form-submit input.active:focus, .woocommerce .widget_shopping_cart .buttons a.active:focus,
.woocommerce.widget_shopping_cart .buttons a.active:focus, .wp-block-search .active.wp-block-search__button:focus, .active.wp-block-button__link:focus, .show > .btn-primary.dropdown-toggle:focus, .woocommerce #respond .show > input.dropdown-toggle#submit:focus,
.woocommerce .show > a.dropdown-toggle.button:focus,
.woocommerce .show > button.dropdown-toggle.button:focus,
.woocommerce .show > input.dropdown-toggle.button:focus,
.woocommerce .show > .dropdown-toggle#place_order:focus, .woocommerce-cart .wc-proceed-to-checkout .show > a.dropdown-toggle.checkout-button:focus, .woocommerce-cart-form .table tr .show > .dropdown-toggle.button:focus, .woocommerce #review_form #respond .form-submit .show > input.dropdown-toggle:focus, .woocommerce .widget_shopping_cart .buttons .show > a.dropdown-toggle:focus,
.woocommerce.widget_shopping_cart .buttons .show > a.dropdown-toggle:focus, .wp-block-search .show > .dropdown-toggle.wp-block-search__button:focus, .show > .dropdown-toggle.wp-block-button__link:focus {
  box-shadow: 0 0 0 0rem rgba(168.3, 139.4, 107.1, 0.5);
}
.btn-primary:disabled, .woocommerce #respond input#submit:disabled,
.woocommerce a.button:disabled,
.woocommerce button.button:disabled,
.woocommerce input.button:disabled,
.woocommerce #place_order:disabled, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:disabled, .woocommerce-cart-form .table tr .button:disabled, .woocommerce #review_form #respond .form-submit input:disabled, .woocommerce .widget_shopping_cart .buttons a:disabled,
.woocommerce.widget_shopping_cart .buttons a:disabled, .wp-block-search .wp-block-search__button:disabled, .wp-block-button__link:disabled, .btn-primary.disabled, .woocommerce #respond input.disabled#submit,
.woocommerce a.disabled.button,
.woocommerce button.disabled.button,
.woocommerce input.disabled.button,
.woocommerce .disabled#place_order, .woocommerce-cart .wc-proceed-to-checkout a.disabled.checkout-button, .woocommerce-cart-form .table tr .disabled.button, .woocommerce #review_form #respond .form-submit input.disabled, .woocommerce .widget_shopping_cart .buttons a.disabled,
.woocommerce.widget_shopping_cart .buttons a.disabled, .wp-block-search .disabled.wp-block-search__button, .disabled.wp-block-button__link {
  color: #000;
  background-color: #c6a47e;
  border-color: #c6a47e;
}

.btn-secondary {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(28.05, 31.45, 34.85);
  border-color: rgb(26.4, 29.6, 32.8);
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: rgb(28.05, 31.45, 34.85);
  border-color: rgb(26.4, 29.6, 32.8);
  box-shadow: 0 0 0 0rem rgba(66.3, 69.7, 73.1, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(26.4, 29.6, 32.8);
  border-color: rgb(24.75, 27.75, 30.75);
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(66.3, 69.7, 73.1, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-success {
  color: #000;
  background-color: #029e76;
  border-color: #029e76;
}
.btn-success:hover {
  color: #000;
  background-color: rgb(39.95, 172.55, 138.55);
  border-color: rgb(27.3, 167.7, 131.7);
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #000;
  background-color: rgb(39.95, 172.55, 138.55);
  border-color: rgb(27.3, 167.7, 131.7);
  box-shadow: 0 0 0 0rem rgba(1.7, 134.3, 100.3, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #000;
  background-color: rgb(52.6, 177.4, 145.4);
  border-color: rgb(27.3, 167.7, 131.7);
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(1.7, 134.3, 100.3, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #000;
  background-color: #029e76;
  border-color: #029e76;
}

.btn-info {
  color: #000;
  background-color: #00aeff;
  border-color: #00aeff;
}
.btn-info:hover {
  color: #000;
  background-color: rgb(38.25, 186.15, 255);
  border-color: rgb(25.5, 182.1, 255);
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: rgb(38.25, 186.15, 255);
  border-color: rgb(25.5, 182.1, 255);
  box-shadow: 0 0 0 0rem rgba(0, 147.9, 216.75, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: rgb(51, 190.2, 255);
  border-color: rgb(25.5, 182.1, 255);
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(0, 147.9, 216.75, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #00aeff;
  border-color: #00aeff;
}

.btn-warning {
  color: #000;
  background-color: #fea500;
  border-color: #fea500;
}
.btn-warning:hover {
  color: #000;
  background-color: rgb(254.15, 178.5, 38.25);
  border-color: rgb(254.1, 174, 25.5);
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: rgb(254.15, 178.5, 38.25);
  border-color: rgb(254.1, 174, 25.5);
  box-shadow: 0 0 0 0rem rgba(215.9, 140.25, 0, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: rgb(254.2, 183, 51);
  border-color: rgb(254.1, 174, 25.5);
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(215.9, 140.25, 0, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #fea500;
  border-color: #fea500;
}

.btn-danger {
  color: #000;
  background-color: #ff5269;
  border-color: #ff5269;
}
.btn-danger:hover {
  color: #000;
  background-color: rgb(255, 107.95, 127.5);
  border-color: rgb(255, 99.3, 120);
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #000;
  background-color: rgb(255, 107.95, 127.5);
  border-color: rgb(255, 99.3, 120);
  box-shadow: 0 0 0 0rem rgba(216.75, 69.7, 89.25, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #000;
  background-color: rgb(255, 116.6, 135);
  border-color: rgb(255, 99.3, 120);
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(216.75, 69.7, 89.25, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #000;
  background-color: #ff5269;
  border-color: #ff5269;
}

.btn-light {
  color: #000;
  background-color: #faf8f2;
  border-color: #faf8f2;
}
.btn-light:hover {
  color: #000;
  background-color: rgb(250.75, 249.05, 243.95);
  border-color: rgb(250.5, 248.7, 243.3);
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: rgb(250.75, 249.05, 243.95);
  border-color: rgb(250.5, 248.7, 243.3);
  box-shadow: 0 0 0 0rem rgba(212.5, 210.8, 205.7, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: rgb(251, 249.4, 244.6);
  border-color: rgb(250.5, 248.7, 243.3);
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(212.5, 210.8, 205.7, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #faf8f2;
  border-color: #faf8f2;
}

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(28.05, 31.45, 34.85);
  border-color: rgb(26.4, 29.6, 32.8);
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: rgb(28.05, 31.45, 34.85);
  border-color: rgb(26.4, 29.6, 32.8);
  box-shadow: 0 0 0 0rem rgba(66.3, 69.7, 73.1, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(26.4, 29.6, 32.8);
  border-color: rgb(24.75, 27.75, 30.75);
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(66.3, 69.7, 73.1, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-outline-primary, .is-style-outline .wp-block-button__link {
  color: #c6a47e;
  border-color: #c6a47e;
}
.btn-outline-primary:hover, .is-style-outline .wp-block-button__link:hover {
  color: #000;
  background-color: #c6a47e;
  border-color: #c6a47e;
}
.btn-check:focus + .btn-outline-primary, .is-style-outline .btn-check:focus + .wp-block-button__link, .btn-outline-primary:focus, .is-style-outline .wp-block-button__link:focus {
  box-shadow: 0 0 0 0rem rgba(198, 164, 126, 0.5);
}
.btn-check:checked + .btn-outline-primary, .is-style-outline .btn-check:checked + .wp-block-button__link, .btn-check:active + .btn-outline-primary, .is-style-outline .btn-check:active + .wp-block-button__link, .btn-outline-primary:active, .is-style-outline .wp-block-button__link:active, .btn-outline-primary.active, .is-style-outline .active.wp-block-button__link, .btn-outline-primary.dropdown-toggle.show, .is-style-outline .dropdown-toggle.show.wp-block-button__link {
  color: #000;
  background-color: #c6a47e;
  border-color: #c6a47e;
}
.btn-check:checked + .btn-outline-primary:focus, .is-style-outline .btn-check:checked + .wp-block-button__link:focus, .btn-check:active + .btn-outline-primary:focus, .is-style-outline .btn-check:active + .wp-block-button__link:focus, .btn-outline-primary:active:focus, .is-style-outline .wp-block-button__link:active:focus, .btn-outline-primary.active:focus, .is-style-outline .active.wp-block-button__link:focus, .btn-outline-primary.dropdown-toggle.show:focus, .is-style-outline .dropdown-toggle.show.wp-block-button__link:focus {
  box-shadow: 0 0 0 0rem rgba(198, 164, 126, 0.5);
}
.btn-outline-primary:disabled, .is-style-outline .wp-block-button__link:disabled, .btn-outline-primary.disabled, .is-style-outline .disabled.wp-block-button__link {
  color: #c6a47e;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #212529;
  border-color: #212529;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0rem rgba(33, 37, 41, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0rem rgba(33, 37, 41, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #212529;
  background-color: transparent;
}

.btn-outline-success {
  color: #029e76;
  border-color: #029e76;
}
.btn-outline-success:hover {
  color: #000;
  background-color: #029e76;
  border-color: #029e76;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0rem rgba(2, 158, 118, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #000;
  background-color: #029e76;
  border-color: #029e76;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0rem rgba(2, 158, 118, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #029e76;
  background-color: transparent;
}

.btn-outline-info {
  color: #00aeff;
  border-color: #00aeff;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #00aeff;
  border-color: #00aeff;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0rem rgba(0, 174, 255, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #00aeff;
  border-color: #00aeff;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0rem rgba(0, 174, 255, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #00aeff;
  background-color: transparent;
}

.btn-outline-warning {
  color: #fea500;
  border-color: #fea500;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #fea500;
  border-color: #fea500;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0rem rgba(254, 165, 0, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #fea500;
  border-color: #fea500;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0rem rgba(254, 165, 0, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #fea500;
  background-color: transparent;
}

.btn-outline-danger {
  color: #ff5269;
  border-color: #ff5269;
}
.btn-outline-danger:hover {
  color: #000;
  background-color: #ff5269;
  border-color: #ff5269;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0rem rgba(255, 82, 105, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #000;
  background-color: #ff5269;
  border-color: #ff5269;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0rem rgba(255, 82, 105, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #ff5269;
  background-color: transparent;
}

.btn-outline-light {
  color: #faf8f2;
  border-color: #faf8f2;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #faf8f2;
  border-color: #faf8f2;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0rem rgba(250, 248, 242, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #faf8f2;
  border-color: #faf8f2;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0rem rgba(250, 248, 242, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #faf8f2;
  background-color: transparent;
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0rem rgba(33, 37, 41, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #c6a47e;
  text-decoration: underline;
}
.btn-link:hover {
  color: rgb(158.4, 131.2, 100.8);
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg, .btn-group-lg > .btn, .woocommerce #respond .btn-group-lg > input#submit,
.woocommerce .btn-group-lg > a.button,
.woocommerce .btn-group-lg > button.button,
.woocommerce .btn-group-lg > input.button,
.woocommerce .btn-group-lg > #place_order, .woocommerce-cart .wc-proceed-to-checkout .btn-group-lg > a.checkout-button, .woocommerce-cart-form .table tr .btn-group-lg > .button, .woocommerce #review_form #respond .form-submit .btn-group-lg > input, .woocommerce .widget_shopping_cart .buttons .btn-group-lg > a,
.woocommerce.widget_shopping_cart .buttons .btn-group-lg > a, .wp-block-search .btn-group-lg > .wp-block-search__button, .btn-group-lg > .wp-block-button__link {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 1rem;
}

.btn-sm, .wp-block-search .wp-block-search__button, .btn-group-sm > .btn, .woocommerce #respond .btn-group-sm > input#submit,
.woocommerce .btn-group-sm > a.button,
.woocommerce .btn-group-sm > button.button,
.woocommerce .btn-group-sm > input.button,
.woocommerce .btn-group-sm > #place_order, .woocommerce-cart .wc-proceed-to-checkout .btn-group-sm > a.checkout-button, .woocommerce-cart-form .table tr .btn-group-sm > .button, .woocommerce #review_form #respond .form-submit .btn-group-sm > input, .woocommerce .widget_shopping_cart .buttons .btn-group-sm > a,
.woocommerce.widget_shopping_cart .buttons .btn-group-sm > a, .btn-group-sm > .wp-block-button__link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.75rem;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #777777;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu[data-bs-popper] {
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto /* rtl:ignore */;
  left: 0 /* rtl:ignore */;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0 /* rtl:ignore */;
  left: auto /* rtl:ignore */;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 1440) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}
.dropup .dropdown-menu[data-bs-popper] {
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
}
.dropend .dropdown-menu[data-bs-popper] {
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
}
.dropstart .dropdown-menu[data-bs-popper] {
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(29.7, 33.3, 36.9);
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #c6a47e;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #c6a47e;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .woocommerce #respond .btn-group > input#submit,
.woocommerce .btn-group > a.button,
.woocommerce .btn-group > button.button,
.woocommerce .btn-group > input.button,
.woocommerce .btn-group > #place_order, .woocommerce-cart .wc-proceed-to-checkout .btn-group > a.checkout-button, .woocommerce-cart-form .table tr .btn-group > .button, .woocommerce #review_form #respond .form-submit .btn-group > input, .woocommerce .widget_shopping_cart .buttons .btn-group > a,
.woocommerce.widget_shopping_cart .buttons .btn-group > a, .wp-block-search .btn-group > .wp-block-search__button, .btn-group > .wp-block-button__link,
.btn-group-vertical > .btn,
.woocommerce #respond .btn-group-vertical > input#submit,
.woocommerce .btn-group-vertical > a.button,
.woocommerce .btn-group-vertical > button.button,
.woocommerce .btn-group-vertical > input.button,
.woocommerce .btn-group-vertical > #place_order,
.woocommerce-cart .wc-proceed-to-checkout .btn-group-vertical > a.checkout-button,
.woocommerce-cart-form .table tr .btn-group-vertical > .button,
.woocommerce #review_form #respond .form-submit .btn-group-vertical > input,
.woocommerce .widget_shopping_cart .buttons .btn-group-vertical > a,
.woocommerce.widget_shopping_cart .buttons .btn-group-vertical > a,
.wp-block-search .btn-group-vertical > .wp-block-search__button,
.btn-group-vertical > .wp-block-button__link {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn, .woocommerce #respond .btn-group > .btn-check:checked + input#submit,
.woocommerce .btn-group > .btn-check:checked + a.button,
.woocommerce .btn-group > .btn-check:checked + button.button,
.woocommerce .btn-group > .btn-check:checked + input.button,
.woocommerce .btn-group > .btn-check:checked + #place_order, .woocommerce-cart .wc-proceed-to-checkout .btn-group > .btn-check:checked + a.checkout-button, .woocommerce-cart-form .table tr .btn-group > .btn-check:checked + .button, .woocommerce #review_form #respond .form-submit .btn-group > .btn-check:checked + input, .woocommerce .widget_shopping_cart .buttons .btn-group > .btn-check:checked + a,
.woocommerce.widget_shopping_cart .buttons .btn-group > .btn-check:checked + a, .wp-block-search .btn-group > .btn-check:checked + .wp-block-search__button, .btn-group > .btn-check:checked + .wp-block-button__link,
.btn-group > .btn-check:focus + .btn,
.woocommerce #respond .btn-group > .btn-check:focus + input#submit,
.woocommerce .btn-group > .btn-check:focus + a.button,
.woocommerce .btn-group > .btn-check:focus + button.button,
.woocommerce .btn-group > .btn-check:focus + input.button,
.woocommerce .btn-group > .btn-check:focus + #place_order,
.woocommerce-cart .wc-proceed-to-checkout .btn-group > .btn-check:focus + a.checkout-button,
.woocommerce-cart-form .table tr .btn-group > .btn-check:focus + .button,
.woocommerce #review_form #respond .form-submit .btn-group > .btn-check:focus + input,
.woocommerce .widget_shopping_cart .buttons .btn-group > .btn-check:focus + a,
.woocommerce.widget_shopping_cart .buttons .btn-group > .btn-check:focus + a,
.wp-block-search .btn-group > .btn-check:focus + .wp-block-search__button,
.btn-group > .btn-check:focus + .wp-block-button__link,
.btn-group > .btn:hover,
.woocommerce #respond .btn-group > input#submit:hover,
.woocommerce .btn-group > a.button:hover,
.woocommerce .btn-group > button.button:hover,
.woocommerce .btn-group > input.button:hover,
.woocommerce .btn-group > #place_order:hover,
.woocommerce-cart .wc-proceed-to-checkout .btn-group > a.checkout-button:hover,
.woocommerce-cart-form .table tr .btn-group > .button:hover,
.woocommerce #review_form #respond .form-submit .btn-group > input:hover,
.woocommerce .widget_shopping_cart .buttons .btn-group > a:hover,
.woocommerce.widget_shopping_cart .buttons .btn-group > a:hover,
.wp-block-search .btn-group > .wp-block-search__button:hover,
.btn-group > .wp-block-button__link:hover,
.btn-group > .btn:focus,
.woocommerce #respond .btn-group > input#submit:focus,
.woocommerce .btn-group > a.button:focus,
.woocommerce .btn-group > button.button:focus,
.woocommerce .btn-group > input.button:focus,
.woocommerce .btn-group > #place_order:focus,
.woocommerce-cart .wc-proceed-to-checkout .btn-group > a.checkout-button:focus,
.woocommerce-cart-form .table tr .btn-group > .button:focus,
.woocommerce #review_form #respond .form-submit .btn-group > input:focus,
.woocommerce .widget_shopping_cart .buttons .btn-group > a:focus,
.woocommerce.widget_shopping_cart .buttons .btn-group > a:focus,
.wp-block-search .btn-group > .wp-block-search__button:focus,
.btn-group > .wp-block-button__link:focus,
.btn-group > .btn:active,
.woocommerce #respond .btn-group > input#submit:active,
.woocommerce .btn-group > a.button:active,
.woocommerce .btn-group > button.button:active,
.woocommerce .btn-group > input.button:active,
.woocommerce .btn-group > #place_order:active,
.woocommerce-cart .wc-proceed-to-checkout .btn-group > a.checkout-button:active,
.woocommerce-cart-form .table tr .btn-group > .button:active,
.woocommerce #review_form #respond .form-submit .btn-group > input:active,
.woocommerce .widget_shopping_cart .buttons .btn-group > a:active,
.woocommerce.widget_shopping_cart .buttons .btn-group > a:active,
.wp-block-search .btn-group > .wp-block-search__button:active,
.btn-group > .wp-block-button__link:active,
.btn-group > .btn.active,
.woocommerce #respond .btn-group > input.active#submit,
.woocommerce .btn-group > a.active.button,
.woocommerce .btn-group > button.active.button,
.woocommerce .btn-group > input.active.button,
.woocommerce .btn-group > .active#place_order,
.woocommerce-cart .wc-proceed-to-checkout .btn-group > a.active.checkout-button,
.woocommerce-cart-form .table tr .btn-group > .active.button,
.woocommerce #review_form #respond .form-submit .btn-group > input.active,
.woocommerce .widget_shopping_cart .buttons .btn-group > a.active,
.woocommerce.widget_shopping_cart .buttons .btn-group > a.active,
.wp-block-search .btn-group > .active.wp-block-search__button,
.btn-group > .active.wp-block-button__link,
.btn-group-vertical > .btn-check:checked + .btn,
.woocommerce #respond .btn-group-vertical > .btn-check:checked + input#submit,
.woocommerce .btn-group-vertical > .btn-check:checked + a.button,
.woocommerce .btn-group-vertical > .btn-check:checked + button.button,
.woocommerce .btn-group-vertical > .btn-check:checked + input.button,
.woocommerce .btn-group-vertical > .btn-check:checked + #place_order,
.woocommerce-cart .wc-proceed-to-checkout .btn-group-vertical > .btn-check:checked + a.checkout-button,
.woocommerce-cart-form .table tr .btn-group-vertical > .btn-check:checked + .button,
.woocommerce #review_form #respond .form-submit .btn-group-vertical > .btn-check:checked + input,
.woocommerce .widget_shopping_cart .buttons .btn-group-vertical > .btn-check:checked + a,
.woocommerce.widget_shopping_cart .buttons .btn-group-vertical > .btn-check:checked + a,
.wp-block-search .btn-group-vertical > .btn-check:checked + .wp-block-search__button,
.btn-group-vertical > .btn-check:checked + .wp-block-button__link,
.btn-group-vertical > .btn-check:focus + .btn,
.woocommerce #respond .btn-group-vertical > .btn-check:focus + input#submit,
.woocommerce .btn-group-vertical > .btn-check:focus + a.button,
.woocommerce .btn-group-vertical > .btn-check:focus + button.button,
.woocommerce .btn-group-vertical > .btn-check:focus + input.button,
.woocommerce .btn-group-vertical > .btn-check:focus + #place_order,
.woocommerce-cart .wc-proceed-to-checkout .btn-group-vertical > .btn-check:focus + a.checkout-button,
.woocommerce-cart-form .table tr .btn-group-vertical > .btn-check:focus + .button,
.woocommerce #review_form #respond .form-submit .btn-group-vertical > .btn-check:focus + input,
.woocommerce .widget_shopping_cart .buttons .btn-group-vertical > .btn-check:focus + a,
.woocommerce.widget_shopping_cart .buttons .btn-group-vertical > .btn-check:focus + a,
.wp-block-search .btn-group-vertical > .btn-check:focus + .wp-block-search__button,
.btn-group-vertical > .btn-check:focus + .wp-block-button__link,
.btn-group-vertical > .btn:hover,
.woocommerce #respond .btn-group-vertical > input#submit:hover,
.woocommerce .btn-group-vertical > a.button:hover,
.woocommerce .btn-group-vertical > button.button:hover,
.woocommerce .btn-group-vertical > input.button:hover,
.woocommerce .btn-group-vertical > #place_order:hover,
.woocommerce-cart .wc-proceed-to-checkout .btn-group-vertical > a.checkout-button:hover,
.woocommerce-cart-form .table tr .btn-group-vertical > .button:hover,
.woocommerce #review_form #respond .form-submit .btn-group-vertical > input:hover,
.woocommerce .widget_shopping_cart .buttons .btn-group-vertical > a:hover,
.woocommerce.widget_shopping_cart .buttons .btn-group-vertical > a:hover,
.wp-block-search .btn-group-vertical > .wp-block-search__button:hover,
.btn-group-vertical > .wp-block-button__link:hover,
.btn-group-vertical > .btn:focus,
.woocommerce #respond .btn-group-vertical > input#submit:focus,
.woocommerce .btn-group-vertical > a.button:focus,
.woocommerce .btn-group-vertical > button.button:focus,
.woocommerce .btn-group-vertical > input.button:focus,
.woocommerce .btn-group-vertical > #place_order:focus,
.woocommerce-cart .wc-proceed-to-checkout .btn-group-vertical > a.checkout-button:focus,
.woocommerce-cart-form .table tr .btn-group-vertical > .button:focus,
.woocommerce #review_form #respond .form-submit .btn-group-vertical > input:focus,
.woocommerce .widget_shopping_cart .buttons .btn-group-vertical > a:focus,
.woocommerce.widget_shopping_cart .buttons .btn-group-vertical > a:focus,
.wp-block-search .btn-group-vertical > .wp-block-search__button:focus,
.btn-group-vertical > .wp-block-button__link:focus,
.btn-group-vertical > .btn:active,
.woocommerce #respond .btn-group-vertical > input#submit:active,
.woocommerce .btn-group-vertical > a.button:active,
.woocommerce .btn-group-vertical > button.button:active,
.woocommerce .btn-group-vertical > input.button:active,
.woocommerce .btn-group-vertical > #place_order:active,
.woocommerce-cart .wc-proceed-to-checkout .btn-group-vertical > a.checkout-button:active,
.woocommerce-cart-form .table tr .btn-group-vertical > .button:active,
.woocommerce #review_form #respond .form-submit .btn-group-vertical > input:active,
.woocommerce .widget_shopping_cart .buttons .btn-group-vertical > a:active,
.woocommerce.widget_shopping_cart .buttons .btn-group-vertical > a:active,
.wp-block-search .btn-group-vertical > .wp-block-search__button:active,
.btn-group-vertical > .wp-block-button__link:active,
.btn-group-vertical > .btn.active,
.woocommerce #respond .btn-group-vertical > input.active#submit,
.woocommerce .btn-group-vertical > a.active.button,
.woocommerce .btn-group-vertical > button.active.button,
.woocommerce .btn-group-vertical > input.active.button,
.woocommerce .btn-group-vertical > .active#place_order,
.woocommerce-cart .wc-proceed-to-checkout .btn-group-vertical > a.active.checkout-button,
.woocommerce-cart-form .table tr .btn-group-vertical > .active.button,
.woocommerce #review_form #respond .form-submit .btn-group-vertical > input.active,
.woocommerce .widget_shopping_cart .buttons .btn-group-vertical > a.active,
.woocommerce.widget_shopping_cart .buttons .btn-group-vertical > a.active,
.wp-block-search .btn-group-vertical > .active.wp-block-search__button,
.btn-group-vertical > .active.wp-block-button__link {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child), .woocommerce #respond .btn-group > input#submit:not(:first-child),
.woocommerce .btn-group > a.button:not(:first-child),
.woocommerce .btn-group > button.button:not(:first-child),
.woocommerce .btn-group > input.button:not(:first-child),
.woocommerce .btn-group > #place_order:not(:first-child), .woocommerce-cart .wc-proceed-to-checkout .btn-group > a.checkout-button:not(:first-child), .woocommerce-cart-form .table tr .btn-group > .button:not(:first-child), .woocommerce #review_form #respond .form-submit .btn-group > input:not(:first-child), .woocommerce .widget_shopping_cart .buttons .btn-group > a:not(:first-child),
.woocommerce.widget_shopping_cart .buttons .btn-group > a:not(:first-child), .wp-block-search .btn-group > .wp-block-search__button:not(:first-child), .btn-group > .wp-block-button__link:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .woocommerce #respond .btn-group > input#submit:not(:last-child):not(.dropdown-toggle),
.woocommerce .btn-group > a.button:not(:last-child):not(.dropdown-toggle),
.woocommerce .btn-group > button.button:not(:last-child):not(.dropdown-toggle),
.woocommerce .btn-group > input.button:not(:last-child):not(.dropdown-toggle),
.woocommerce .btn-group > #place_order:not(:last-child):not(.dropdown-toggle), .woocommerce-cart .wc-proceed-to-checkout .btn-group > a.checkout-button:not(:last-child):not(.dropdown-toggle), .woocommerce-cart-form .table tr .btn-group > .button:not(:last-child):not(.dropdown-toggle), .woocommerce #review_form #respond .form-submit .btn-group > input:not(:last-child):not(.dropdown-toggle), .woocommerce .widget_shopping_cart .buttons .btn-group > a:not(:last-child):not(.dropdown-toggle),
.woocommerce.widget_shopping_cart .buttons .btn-group > a:not(:last-child):not(.dropdown-toggle), .wp-block-search .btn-group > .wp-block-search__button:not(:last-child):not(.dropdown-toggle), .btn-group > .wp-block-button__link:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.woocommerce #respond .btn-group > .btn-group:not(:last-child) > input#submit,
.woocommerce .btn-group > .btn-group:not(:last-child) > a.button,
.woocommerce .btn-group > .btn-group:not(:last-child) > button.button,
.woocommerce .btn-group > .btn-group:not(:last-child) > input.button,
.woocommerce .btn-group > .btn-group:not(:last-child) > #place_order,
.woocommerce-cart .wc-proceed-to-checkout .btn-group > .btn-group:not(:last-child) > a.checkout-button,
.woocommerce-cart-form .table tr .btn-group > .btn-group:not(:last-child) > .button,
.woocommerce #review_form #respond .form-submit .btn-group > .btn-group:not(:last-child) > input,
.woocommerce .widget_shopping_cart .buttons .btn-group > .btn-group:not(:last-child) > a,
.woocommerce.widget_shopping_cart .buttons .btn-group > .btn-group:not(:last-child) > a,
.wp-block-search .btn-group > .btn-group:not(:last-child) > .wp-block-search__button,
.btn-group > .btn-group:not(:last-child) > .wp-block-button__link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3), .woocommerce #respond .btn-group > input#submit:nth-child(n+3),
.woocommerce .btn-group > a.button:nth-child(n+3),
.woocommerce .btn-group > button.button:nth-child(n+3),
.woocommerce .btn-group > input.button:nth-child(n+3),
.woocommerce .btn-group > #place_order:nth-child(n+3), .woocommerce-cart .wc-proceed-to-checkout .btn-group > a.checkout-button:nth-child(n+3), .woocommerce-cart-form .table tr .btn-group > .button:nth-child(n+3), .woocommerce #review_form #respond .form-submit .btn-group > input:nth-child(n+3), .woocommerce .widget_shopping_cart .buttons .btn-group > a:nth-child(n+3),
.woocommerce.widget_shopping_cart .buttons .btn-group > a:nth-child(n+3), .wp-block-search .btn-group > .wp-block-search__button:nth-child(n+3), .btn-group > .wp-block-button__link:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.woocommerce #respond .btn-group > :not(.btn-check) + input#submit,
.woocommerce .btn-group > :not(.btn-check) + a.button,
.woocommerce .btn-group > :not(.btn-check) + button.button,
.woocommerce .btn-group > :not(.btn-check) + input.button,
.woocommerce .btn-group > :not(.btn-check) + #place_order,
.woocommerce-cart .wc-proceed-to-checkout .btn-group > :not(.btn-check) + a.checkout-button,
.woocommerce-cart-form .table tr .btn-group > :not(.btn-check) + .button,
.woocommerce #review_form #respond .form-submit .btn-group > :not(.btn-check) + input,
.woocommerce .widget_shopping_cart .buttons .btn-group > :not(.btn-check) + a,
.woocommerce.widget_shopping_cart .buttons .btn-group > :not(.btn-check) + a,
.wp-block-search .btn-group > :not(.btn-check) + .wp-block-search__button,
.btn-group > :not(.btn-check) + .wp-block-button__link,
.btn-group > .btn-group:not(:first-child) > .btn,
.woocommerce #respond .btn-group > .btn-group:not(:first-child) > input#submit,
.woocommerce .btn-group > .btn-group:not(:first-child) > a.button,
.woocommerce .btn-group > .btn-group:not(:first-child) > button.button,
.woocommerce .btn-group > .btn-group:not(:first-child) > input.button,
.woocommerce .btn-group > .btn-group:not(:first-child) > #place_order,
.woocommerce-cart .wc-proceed-to-checkout .btn-group > .btn-group:not(:first-child) > a.checkout-button,
.woocommerce-cart-form .table tr .btn-group > .btn-group:not(:first-child) > .button,
.woocommerce #review_form #respond .form-submit .btn-group > .btn-group:not(:first-child) > input,
.woocommerce .widget_shopping_cart .buttons .btn-group > .btn-group:not(:first-child) > a,
.woocommerce.widget_shopping_cart .buttons .btn-group > .btn-group:not(:first-child) > a,
.wp-block-search .btn-group > .btn-group:not(:first-child) > .wp-block-search__button,
.btn-group > .btn-group:not(:first-child) > .wp-block-button__link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .wp-block-search .wp-block-search__button + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .woocommerce #respond .btn-group-sm > input#submit + .dropdown-toggle-split,
.woocommerce .btn-group-sm > a.button + .dropdown-toggle-split,
.woocommerce .btn-group-sm > button.button + .dropdown-toggle-split,
.woocommerce .btn-group-sm > input.button + .dropdown-toggle-split,
.woocommerce .btn-group-sm > #place_order + .dropdown-toggle-split, .woocommerce-cart .wc-proceed-to-checkout .btn-group-sm > a.checkout-button + .dropdown-toggle-split, .woocommerce-cart-form .table tr .btn-group-sm > .button + .dropdown-toggle-split, .woocommerce #review_form #respond .form-submit .btn-group-sm > input + .dropdown-toggle-split, .woocommerce .widget_shopping_cart .buttons .btn-group-sm > a + .dropdown-toggle-split,
.woocommerce.widget_shopping_cart .buttons .btn-group-sm > a + .dropdown-toggle-split, .btn-group-sm > .wp-block-button__link + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .woocommerce #respond .btn-group-lg > input#submit + .dropdown-toggle-split,
.woocommerce .btn-group-lg > a.button + .dropdown-toggle-split,
.woocommerce .btn-group-lg > button.button + .dropdown-toggle-split,
.woocommerce .btn-group-lg > input.button + .dropdown-toggle-split,
.woocommerce .btn-group-lg > #place_order + .dropdown-toggle-split, .woocommerce-cart .wc-proceed-to-checkout .btn-group-lg > a.checkout-button + .dropdown-toggle-split, .woocommerce-cart-form .table tr .btn-group-lg > .button + .dropdown-toggle-split, .woocommerce #review_form #respond .form-submit .btn-group-lg > input + .dropdown-toggle-split, .woocommerce .widget_shopping_cart .buttons .btn-group-lg > a + .dropdown-toggle-split,
.woocommerce.widget_shopping_cart .buttons .btn-group-lg > a + .dropdown-toggle-split, .wp-block-search .btn-group-lg > .wp-block-search__button + .dropdown-toggle-split, .btn-group-lg > .wp-block-button__link + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn, .woocommerce #respond .btn-group-vertical > input#submit,
.woocommerce .btn-group-vertical > a.button,
.woocommerce .btn-group-vertical > button.button,
.woocommerce .btn-group-vertical > input.button,
.woocommerce .btn-group-vertical > #place_order, .woocommerce-cart .wc-proceed-to-checkout .btn-group-vertical > a.checkout-button, .woocommerce-cart-form .table tr .btn-group-vertical > .button, .woocommerce #review_form #respond .form-submit .btn-group-vertical > input, .woocommerce .widget_shopping_cart .buttons .btn-group-vertical > a,
.woocommerce.widget_shopping_cart .buttons .btn-group-vertical > a, .wp-block-search .btn-group-vertical > .wp-block-search__button, .btn-group-vertical > .wp-block-button__link,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child), .woocommerce #respond .btn-group-vertical > input#submit:not(:first-child),
.woocommerce .btn-group-vertical > a.button:not(:first-child),
.woocommerce .btn-group-vertical > button.button:not(:first-child),
.woocommerce .btn-group-vertical > input.button:not(:first-child),
.woocommerce .btn-group-vertical > #place_order:not(:first-child), .woocommerce-cart .wc-proceed-to-checkout .btn-group-vertical > a.checkout-button:not(:first-child), .woocommerce-cart-form .table tr .btn-group-vertical > .button:not(:first-child), .woocommerce #review_form #respond .form-submit .btn-group-vertical > input:not(:first-child), .woocommerce .widget_shopping_cart .buttons .btn-group-vertical > a:not(:first-child),
.woocommerce.widget_shopping_cart .buttons .btn-group-vertical > a:not(:first-child), .wp-block-search .btn-group-vertical > .wp-block-search__button:not(:first-child), .btn-group-vertical > .wp-block-button__link:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .woocommerce #respond .btn-group-vertical > input#submit:not(:last-child):not(.dropdown-toggle),
.woocommerce .btn-group-vertical > a.button:not(:last-child):not(.dropdown-toggle),
.woocommerce .btn-group-vertical > button.button:not(:last-child):not(.dropdown-toggle),
.woocommerce .btn-group-vertical > input.button:not(:last-child):not(.dropdown-toggle),
.woocommerce .btn-group-vertical > #place_order:not(:last-child):not(.dropdown-toggle), .woocommerce-cart .wc-proceed-to-checkout .btn-group-vertical > a.checkout-button:not(:last-child):not(.dropdown-toggle), .woocommerce-cart-form .table tr .btn-group-vertical > .button:not(:last-child):not(.dropdown-toggle), .woocommerce #review_form #respond .form-submit .btn-group-vertical > input:not(:last-child):not(.dropdown-toggle), .woocommerce .widget_shopping_cart .buttons .btn-group-vertical > a:not(:last-child):not(.dropdown-toggle),
.woocommerce.widget_shopping_cart .buttons .btn-group-vertical > a:not(:last-child):not(.dropdown-toggle), .wp-block-search .btn-group-vertical > .wp-block-search__button:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .wp-block-button__link:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.woocommerce #respond .btn-group-vertical > .btn-group:not(:last-child) > input#submit,
.woocommerce .btn-group-vertical > .btn-group:not(:last-child) > a.button,
.woocommerce .btn-group-vertical > .btn-group:not(:last-child) > button.button,
.woocommerce .btn-group-vertical > .btn-group:not(:last-child) > input.button,
.woocommerce .btn-group-vertical > .btn-group:not(:last-child) > #place_order,
.woocommerce-cart .wc-proceed-to-checkout .btn-group-vertical > .btn-group:not(:last-child) > a.checkout-button,
.woocommerce-cart-form .table tr .btn-group-vertical > .btn-group:not(:last-child) > .button,
.woocommerce #review_form #respond .form-submit .btn-group-vertical > .btn-group:not(:last-child) > input,
.woocommerce .widget_shopping_cart .buttons .btn-group-vertical > .btn-group:not(:last-child) > a,
.woocommerce.widget_shopping_cart .buttons .btn-group-vertical > .btn-group:not(:last-child) > a,
.wp-block-search .btn-group-vertical > .btn-group:not(:last-child) > .wp-block-search__button,
.btn-group-vertical > .btn-group:not(:last-child) > .wp-block-button__link {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn, .woocommerce #respond .btn-group-vertical > input#submit ~ .btn,
.woocommerce .btn-group-vertical > a.button ~ .btn,
.woocommerce .btn-group-vertical > button.button ~ .btn,
.woocommerce .btn-group-vertical > input.button ~ .btn,
.woocommerce .btn-group-vertical > #place_order ~ .btn, .woocommerce #respond .btn-group-vertical > .btn ~ input#submit, .woocommerce #respond .btn-group-vertical > input#submit ~ input#submit,
.woocommerce #respond .btn-group-vertical > a.button ~ input#submit,
.woocommerce #respond .btn-group-vertical > button.button ~ input#submit,
.woocommerce #respond .btn-group-vertical > input.button ~ input#submit,
.woocommerce #respond .btn-group-vertical > #place_order ~ input#submit,
.woocommerce .btn-group-vertical > .btn ~ a.button,
.woocommerce #respond .btn-group-vertical > input#submit ~ a.button,
.woocommerce .btn-group-vertical > a.button ~ a.button,
.woocommerce .btn-group-vertical > button.button ~ a.button,
.woocommerce .btn-group-vertical > input.button ~ a.button,
.woocommerce .btn-group-vertical > #place_order ~ a.button,
.woocommerce .btn-group-vertical > .btn ~ button.button,
.woocommerce #respond .btn-group-vertical > input#submit ~ button.button,
.woocommerce .btn-group-vertical > a.button ~ button.button,
.woocommerce .btn-group-vertical > button.button ~ button.button,
.woocommerce .btn-group-vertical > input.button ~ button.button,
.woocommerce .btn-group-vertical > #place_order ~ button.button,
.woocommerce .btn-group-vertical > .btn ~ input.button,
.woocommerce #respond .btn-group-vertical > input#submit ~ input.button,
.woocommerce .btn-group-vertical > a.button ~ input.button,
.woocommerce .btn-group-vertical > button.button ~ input.button,
.woocommerce .btn-group-vertical > input.button ~ input.button,
.woocommerce .btn-group-vertical > #place_order ~ input.button,
.woocommerce .btn-group-vertical > .btn ~ #place_order,
.woocommerce #respond .btn-group-vertical > input#submit ~ #place_order,
.woocommerce .btn-group-vertical > a.button ~ #place_order,
.woocommerce .btn-group-vertical > button.button ~ #place_order,
.woocommerce .btn-group-vertical > input.button ~ #place_order,
.woocommerce .btn-group-vertical > #place_order ~ #place_order, .woocommerce-cart .wc-proceed-to-checkout .btn-group-vertical > a.checkout-button ~ .btn, .woocommerce-cart .wc-proceed-to-checkout .woocommerce #respond .btn-group-vertical > a.checkout-button ~ input#submit, .woocommerce #respond .woocommerce-cart .wc-proceed-to-checkout .btn-group-vertical > a.checkout-button ~ input#submit,
.woocommerce-cart .wc-proceed-to-checkout .woocommerce .btn-group-vertical > a.checkout-button ~ a.button,
.woocommerce .woocommerce-cart .wc-proceed-to-checkout .btn-group-vertical > a.checkout-button ~ a.button,
.woocommerce-cart .wc-proceed-to-checkout .woocommerce .btn-group-vertical > a.checkout-button ~ button.button,
.woocommerce .woocommerce-cart .wc-proceed-to-checkout .btn-group-vertical > a.checkout-button ~ button.button,
.woocommerce-cart .wc-proceed-to-checkout .woocommerce .btn-group-vertical > a.checkout-button ~ input.button,
.woocommerce .woocommerce-cart .wc-proceed-to-checkout .btn-group-vertical > a.checkout-button ~ input.button,
.woocommerce-cart .wc-proceed-to-checkout .woocommerce .btn-group-vertical > a.checkout-button ~ #place_order,
.woocommerce .woocommerce-cart .wc-proceed-to-checkout .btn-group-vertical > a.checkout-button ~ #place_order, .woocommerce-cart .wc-proceed-to-checkout .btn-group-vertical > .btn ~ a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .woocommerce #respond .btn-group-vertical > input#submit ~ a.checkout-button, .woocommerce #respond .woocommerce-cart .wc-proceed-to-checkout .btn-group-vertical > input#submit ~ a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout .woocommerce .btn-group-vertical > a.button ~ a.checkout-button,
.woocommerce .woocommerce-cart .wc-proceed-to-checkout .btn-group-vertical > a.button ~ a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout .woocommerce .btn-group-vertical > button.button ~ a.checkout-button,
.woocommerce .woocommerce-cart .wc-proceed-to-checkout .btn-group-vertical > button.button ~ a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout .woocommerce .btn-group-vertical > input.button ~ a.checkout-button,
.woocommerce .woocommerce-cart .wc-proceed-to-checkout .btn-group-vertical > input.button ~ a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout .woocommerce .btn-group-vertical > #place_order ~ a.checkout-button,
.woocommerce .woocommerce-cart .wc-proceed-to-checkout .btn-group-vertical > #place_order ~ a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .btn-group-vertical > a.checkout-button ~ a.checkout-button, .woocommerce-cart-form .table tr .btn-group-vertical > .button ~ .btn, .woocommerce-cart-form .table tr .woocommerce #respond .btn-group-vertical > .button ~ input#submit, .woocommerce #respond .woocommerce-cart-form .table tr .btn-group-vertical > .button ~ input#submit,
.woocommerce-cart-form .table tr .woocommerce .btn-group-vertical > .button ~ a.button,
.woocommerce .woocommerce-cart-form .table tr .btn-group-vertical > .button ~ a.button,
.woocommerce-cart-form .table tr .woocommerce .btn-group-vertical > .button ~ button.button,
.woocommerce .woocommerce-cart-form .table tr .btn-group-vertical > .button ~ button.button,
.woocommerce-cart-form .table tr .woocommerce .btn-group-vertical > .button ~ input.button,
.woocommerce .woocommerce-cart-form .table tr .btn-group-vertical > .button ~ input.button,
.woocommerce-cart-form .table tr .woocommerce .btn-group-vertical > .button ~ #place_order,
.woocommerce .woocommerce-cart-form .table tr .btn-group-vertical > .button ~ #place_order, .woocommerce-cart-form .table tr .woocommerce-cart .wc-proceed-to-checkout .btn-group-vertical > .button ~ a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .woocommerce-cart-form .table tr .btn-group-vertical > .button ~ a.checkout-button, .woocommerce-cart-form .table tr .btn-group-vertical > .btn ~ .button, .woocommerce-cart-form .table tr .woocommerce #respond .btn-group-vertical > input#submit ~ .button, .woocommerce #respond .woocommerce-cart-form .table tr .btn-group-vertical > input#submit ~ .button,
.woocommerce-cart-form .table tr .woocommerce .btn-group-vertical > a.button ~ .button,
.woocommerce .woocommerce-cart-form .table tr .btn-group-vertical > a.button ~ .button,
.woocommerce-cart-form .table tr .woocommerce .btn-group-vertical > button.button ~ .button,
.woocommerce .woocommerce-cart-form .table tr .btn-group-vertical > button.button ~ .button,
.woocommerce-cart-form .table tr .woocommerce .btn-group-vertical > input.button ~ .button,
.woocommerce .woocommerce-cart-form .table tr .btn-group-vertical > input.button ~ .button,
.woocommerce-cart-form .table tr .woocommerce .btn-group-vertical > #place_order ~ .button,
.woocommerce .woocommerce-cart-form .table tr .btn-group-vertical > #place_order ~ .button, .woocommerce-cart-form .table tr .woocommerce-cart .wc-proceed-to-checkout .btn-group-vertical > a.checkout-button ~ .button, .woocommerce-cart .wc-proceed-to-checkout .woocommerce-cart-form .table tr .btn-group-vertical > a.checkout-button ~ .button, .woocommerce-cart-form .table tr .btn-group-vertical > .button ~ .button, .woocommerce #review_form #respond .form-submit .btn-group-vertical > input ~ .btn, .woocommerce #review_form #respond .form-submit .btn-group-vertical > input ~ input#submit,
.woocommerce #review_form #respond .form-submit .btn-group-vertical > input ~ a.button,
.woocommerce #review_form #respond .form-submit .btn-group-vertical > input ~ button.button,
.woocommerce #review_form #respond .form-submit .btn-group-vertical > input ~ input.button,
.woocommerce #review_form #respond .form-submit .btn-group-vertical > input ~ #place_order, .woocommerce #review_form #respond .form-submit .woocommerce-cart .wc-proceed-to-checkout .btn-group-vertical > input ~ a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .woocommerce #review_form #respond .form-submit .btn-group-vertical > input ~ a.checkout-button, .woocommerce #review_form #respond .form-submit .woocommerce-cart-form .table tr .btn-group-vertical > input ~ .button, .woocommerce-cart-form .table tr .woocommerce #review_form #respond .form-submit .btn-group-vertical > input ~ .button, .woocommerce #review_form #respond .form-submit .btn-group-vertical > .btn ~ input, .woocommerce #review_form #respond .form-submit .btn-group-vertical > input#submit ~ input,
.woocommerce #review_form #respond .form-submit .btn-group-vertical > a.button ~ input,
.woocommerce #review_form #respond .form-submit .btn-group-vertical > button.button ~ input,
.woocommerce #review_form #respond .form-submit .btn-group-vertical > input.button ~ input,
.woocommerce #review_form #respond .form-submit .btn-group-vertical > #place_order ~ input, .woocommerce #review_form #respond .form-submit .woocommerce-cart .wc-proceed-to-checkout .btn-group-vertical > a.checkout-button ~ input, .woocommerce-cart .wc-proceed-to-checkout .woocommerce #review_form #respond .form-submit .btn-group-vertical > a.checkout-button ~ input, .woocommerce #review_form #respond .form-submit .woocommerce-cart-form .table tr .btn-group-vertical > .button ~ input, .woocommerce-cart-form .table tr .woocommerce #review_form #respond .form-submit .btn-group-vertical > .button ~ input, .woocommerce #review_form #respond .form-submit .btn-group-vertical > input ~ input, .woocommerce .widget_shopping_cart .buttons .btn-group-vertical > a ~ .btn, .woocommerce .widget_shopping_cart .buttons #respond .btn-group-vertical > a ~ input#submit, .woocommerce #respond .widget_shopping_cart .buttons .btn-group-vertical > a ~ input#submit,
.woocommerce .widget_shopping_cart .buttons .btn-group-vertical > a ~ a.button,
.woocommerce .widget_shopping_cart .buttons .btn-group-vertical > a ~ button.button,
.woocommerce .widget_shopping_cart .buttons .btn-group-vertical > a ~ input.button,
.woocommerce .widget_shopping_cart .buttons .btn-group-vertical > a ~ #place_order, .woocommerce .widget_shopping_cart .buttons .woocommerce-cart-form .table tr .btn-group-vertical > a ~ .button, .woocommerce-cart-form .table tr .woocommerce .widget_shopping_cart .buttons .btn-group-vertical > a ~ .button, .woocommerce .widget_shopping_cart .buttons #review_form #respond .form-submit .btn-group-vertical > a ~ input, .woocommerce #review_form #respond .form-submit .widget_shopping_cart .buttons .btn-group-vertical > a ~ input,
.woocommerce.widget_shopping_cart .buttons .btn-group-vertical > a ~ .btn,
.woocommerce.widget_shopping_cart .buttons #respond .btn-group-vertical > a ~ input#submit,
.woocommerce.widget_shopping_cart #respond .buttons .btn-group-vertical > a ~ input#submit,
.woocommerce.widget_shopping_cart .buttons .btn-group-vertical > a ~ a.button,
.woocommerce.widget_shopping_cart .buttons .btn-group-vertical > a ~ button.button,
.woocommerce.widget_shopping_cart .buttons .btn-group-vertical > a ~ input.button,
.woocommerce.widget_shopping_cart .buttons .btn-group-vertical > a ~ #place_order,
.woocommerce.widget_shopping_cart .buttons .woocommerce-cart-form .table tr .btn-group-vertical > a ~ .button,
.woocommerce-cart-form .table tr .woocommerce.widget_shopping_cart .buttons .btn-group-vertical > a ~ .button,
.woocommerce.widget_shopping_cart .buttons #review_form #respond .form-submit .btn-group-vertical > a ~ input,
.woocommerce.widget_shopping_cart #review_form #respond .form-submit .buttons .btn-group-vertical > a ~ input, .woocommerce .widget_shopping_cart .buttons .btn-group-vertical > .btn ~ a, .woocommerce .widget_shopping_cart .buttons #respond .btn-group-vertical > input#submit ~ a, .woocommerce #respond .widget_shopping_cart .buttons .btn-group-vertical > input#submit ~ a,
.woocommerce .widget_shopping_cart .buttons .btn-group-vertical > a.button ~ a,
.woocommerce .widget_shopping_cart .buttons .btn-group-vertical > button.button ~ a,
.woocommerce .widget_shopping_cart .buttons .btn-group-vertical > input.button ~ a,
.woocommerce .widget_shopping_cart .buttons .btn-group-vertical > #place_order ~ a, .woocommerce .widget_shopping_cart .buttons .woocommerce-cart-form .table tr .btn-group-vertical > .button ~ a, .woocommerce-cart-form .table tr .woocommerce .widget_shopping_cart .buttons .btn-group-vertical > .button ~ a, .woocommerce .widget_shopping_cart .buttons #review_form #respond .form-submit .btn-group-vertical > input ~ a, .woocommerce #review_form #respond .form-submit .widget_shopping_cart .buttons .btn-group-vertical > input ~ a, .woocommerce .widget_shopping_cart .buttons .btn-group-vertical > a ~ a,
.woocommerce.widget_shopping_cart .buttons .btn-group-vertical > .btn ~ a,
.woocommerce.widget_shopping_cart .buttons #respond .btn-group-vertical > input#submit ~ a,
.woocommerce.widget_shopping_cart #respond .buttons .btn-group-vertical > input#submit ~ a,
.woocommerce.widget_shopping_cart .buttons .btn-group-vertical > a.button ~ a,
.woocommerce.widget_shopping_cart .buttons .btn-group-vertical > button.button ~ a,
.woocommerce.widget_shopping_cart .buttons .btn-group-vertical > input.button ~ a,
.woocommerce.widget_shopping_cart .buttons .btn-group-vertical > #place_order ~ a,
.woocommerce.widget_shopping_cart .buttons .woocommerce-cart-form .table tr .btn-group-vertical > .button ~ a,
.woocommerce-cart-form .table tr .woocommerce.widget_shopping_cart .buttons .btn-group-vertical > .button ~ a,
.woocommerce.widget_shopping_cart .buttons #review_form #respond .form-submit .btn-group-vertical > input ~ a,
.woocommerce.widget_shopping_cart #review_form #respond .form-submit .buttons .btn-group-vertical > input ~ a,
.woocommerce.widget_shopping_cart .buttons .btn-group-vertical > a ~ a, .wp-block-search .btn-group-vertical > .wp-block-search__button ~ .btn, .wp-block-search .woocommerce #respond .btn-group-vertical > .wp-block-search__button ~ input#submit, .woocommerce #respond .wp-block-search .btn-group-vertical > .wp-block-search__button ~ input#submit,
.wp-block-search .woocommerce .btn-group-vertical > .wp-block-search__button ~ a.button,
.woocommerce .wp-block-search .btn-group-vertical > .wp-block-search__button ~ a.button,
.wp-block-search .woocommerce .btn-group-vertical > .wp-block-search__button ~ button.button,
.woocommerce .wp-block-search .btn-group-vertical > .wp-block-search__button ~ button.button,
.wp-block-search .woocommerce .btn-group-vertical > .wp-block-search__button ~ input.button,
.woocommerce .wp-block-search .btn-group-vertical > .wp-block-search__button ~ input.button,
.wp-block-search .woocommerce .btn-group-vertical > .wp-block-search__button ~ #place_order,
.woocommerce .wp-block-search .btn-group-vertical > .wp-block-search__button ~ #place_order, .wp-block-search .woocommerce-cart .wc-proceed-to-checkout .btn-group-vertical > .wp-block-search__button ~ a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .wp-block-search .btn-group-vertical > .wp-block-search__button ~ a.checkout-button, .wp-block-search .woocommerce-cart-form .table tr .btn-group-vertical > .wp-block-search__button ~ .button, .woocommerce-cart-form .table tr .wp-block-search .btn-group-vertical > .wp-block-search__button ~ .button, .wp-block-search .woocommerce #review_form #respond .form-submit .btn-group-vertical > .wp-block-search__button ~ input, .woocommerce #review_form #respond .form-submit .wp-block-search .btn-group-vertical > .wp-block-search__button ~ input, .wp-block-search .woocommerce .widget_shopping_cart .buttons .btn-group-vertical > .wp-block-search__button ~ a, .woocommerce .widget_shopping_cart .buttons .wp-block-search .btn-group-vertical > .wp-block-search__button ~ a,
.wp-block-search .woocommerce.widget_shopping_cart .buttons .btn-group-vertical > .wp-block-search__button ~ a,
.woocommerce.widget_shopping_cart .buttons .wp-block-search .btn-group-vertical > .wp-block-search__button ~ a, .wp-block-search .btn-group-vertical > .btn ~ .wp-block-search__button, .wp-block-search .woocommerce #respond .btn-group-vertical > input#submit ~ .wp-block-search__button, .woocommerce #respond .wp-block-search .btn-group-vertical > input#submit ~ .wp-block-search__button,
.wp-block-search .woocommerce .btn-group-vertical > a.button ~ .wp-block-search__button,
.woocommerce .wp-block-search .btn-group-vertical > a.button ~ .wp-block-search__button,
.wp-block-search .woocommerce .btn-group-vertical > button.button ~ .wp-block-search__button,
.woocommerce .wp-block-search .btn-group-vertical > button.button ~ .wp-block-search__button,
.wp-block-search .woocommerce .btn-group-vertical > input.button ~ .wp-block-search__button,
.woocommerce .wp-block-search .btn-group-vertical > input.button ~ .wp-block-search__button,
.wp-block-search .woocommerce .btn-group-vertical > #place_order ~ .wp-block-search__button,
.woocommerce .wp-block-search .btn-group-vertical > #place_order ~ .wp-block-search__button, .wp-block-search .woocommerce-cart .wc-proceed-to-checkout .btn-group-vertical > a.checkout-button ~ .wp-block-search__button, .woocommerce-cart .wc-proceed-to-checkout .wp-block-search .btn-group-vertical > a.checkout-button ~ .wp-block-search__button, .wp-block-search .woocommerce-cart-form .table tr .btn-group-vertical > .button ~ .wp-block-search__button, .woocommerce-cart-form .table tr .wp-block-search .btn-group-vertical > .button ~ .wp-block-search__button, .wp-block-search .woocommerce #review_form #respond .form-submit .btn-group-vertical > input ~ .wp-block-search__button, .woocommerce #review_form #respond .form-submit .wp-block-search .btn-group-vertical > input ~ .wp-block-search__button, .wp-block-search .woocommerce .widget_shopping_cart .buttons .btn-group-vertical > a ~ .wp-block-search__button, .woocommerce .widget_shopping_cart .buttons .wp-block-search .btn-group-vertical > a ~ .wp-block-search__button,
.wp-block-search .woocommerce.widget_shopping_cart .buttons .btn-group-vertical > a ~ .wp-block-search__button,
.woocommerce.widget_shopping_cart .buttons .wp-block-search .btn-group-vertical > a ~ .wp-block-search__button, .wp-block-search .btn-group-vertical > .wp-block-search__button ~ .wp-block-search__button, .btn-group-vertical > .wp-block-button__link ~ .btn, .woocommerce #respond .btn-group-vertical > .wp-block-button__link ~ input#submit,
.woocommerce .btn-group-vertical > .wp-block-button__link ~ a.button,
.woocommerce .btn-group-vertical > .wp-block-button__link ~ button.button,
.woocommerce .btn-group-vertical > .wp-block-button__link ~ input.button,
.woocommerce .btn-group-vertical > .wp-block-button__link ~ #place_order, .woocommerce-cart .wc-proceed-to-checkout .btn-group-vertical > .wp-block-button__link ~ a.checkout-button, .woocommerce-cart-form .table tr .btn-group-vertical > .wp-block-button__link ~ .button, .woocommerce #review_form #respond .form-submit .btn-group-vertical > .wp-block-button__link ~ input, .woocommerce .widget_shopping_cart .buttons .btn-group-vertical > .wp-block-button__link ~ a,
.woocommerce.widget_shopping_cart .buttons .btn-group-vertical > .wp-block-button__link ~ a, .wp-block-search .btn-group-vertical > .wp-block-button__link ~ .wp-block-search__button, .btn-group-vertical > .btn ~ .wp-block-button__link, .woocommerce #respond .btn-group-vertical > input#submit ~ .wp-block-button__link,
.woocommerce .btn-group-vertical > a.button ~ .wp-block-button__link,
.woocommerce .btn-group-vertical > button.button ~ .wp-block-button__link,
.woocommerce .btn-group-vertical > input.button ~ .wp-block-button__link,
.woocommerce .btn-group-vertical > #place_order ~ .wp-block-button__link, .woocommerce-cart .wc-proceed-to-checkout .btn-group-vertical > a.checkout-button ~ .wp-block-button__link, .woocommerce-cart-form .table tr .btn-group-vertical > .button ~ .wp-block-button__link, .woocommerce #review_form #respond .form-submit .btn-group-vertical > input ~ .wp-block-button__link, .woocommerce .widget_shopping_cart .buttons .btn-group-vertical > a ~ .wp-block-button__link,
.woocommerce.widget_shopping_cart .buttons .btn-group-vertical > a ~ .wp-block-button__link, .wp-block-search .btn-group-vertical > .wp-block-search__button ~ .wp-block-button__link, .btn-group-vertical > .wp-block-button__link ~ .wp-block-button__link,
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.woocommerce #respond .btn-group-vertical > .btn-group:not(:first-child) > input#submit,
.woocommerce .btn-group-vertical > .btn-group:not(:first-child) > a.button,
.woocommerce .btn-group-vertical > .btn-group:not(:first-child) > button.button,
.woocommerce .btn-group-vertical > .btn-group:not(:first-child) > input.button,
.woocommerce .btn-group-vertical > .btn-group:not(:first-child) > #place_order,
.woocommerce-cart .wc-proceed-to-checkout .btn-group-vertical > .btn-group:not(:first-child) > a.checkout-button,
.woocommerce-cart-form .table tr .btn-group-vertical > .btn-group:not(:first-child) > .button,
.woocommerce #review_form #respond .form-submit .btn-group-vertical > .btn-group:not(:first-child) > input,
.woocommerce .widget_shopping_cart .buttons .btn-group-vertical > .btn-group:not(:first-child) > a,
.woocommerce.widget_shopping_cart .buttons .btn-group-vertical > .btn-group:not(:first-child) > a,
.wp-block-search .btn-group-vertical > .btn-group:not(:first-child) > .wp-block-search__button,
.btn-group-vertical > .btn-group:not(:first-child) > .wp-block-button__link {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #ffffff;
  border-color: #dee2e6 #dee2e6 #ffffff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #c6a47e;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0rem;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1440) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

.card-title {
  margin-bottom: 0.5rem;
}

.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1rem /* rtl:ignore */;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #777777;
  text-align: left;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button.collapsed {
  border-bottom-width: 0;
}
.accordion-button:not(.collapsed) {
  color: rgb(178.2, 147.6, 113.4);
  background-color: rgb(249.3, 245.9, 242.1);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28178.2, 147.6, 113.4%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23777777'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: rgb(226.5, 209.5, 190.5);
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(198, 164, 126, 0.25);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-width: 1px;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-width: 1px;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-collapse {
  border: solid rgba(0, 0, 0, 0.125);
  border-width: 0 1px;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-button {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item:first-of-type .accordion-button {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion-flush .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: #6c757d;
}

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

.page-link {
  position: relative;
  display: block;
  color: #c6a47e;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: rgb(158.4, 131.2, 100.8);
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: rgb(158.4, 131.2, 100.8);
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(198, 164, 126, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #c6a47e;
  border-color: #c6a47e;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}

.btn .badge, .woocommerce #respond input#submit .badge,
.woocommerce a.button .badge,
.woocommerce button.button .badge,
.woocommerce input.button .badge,
.woocommerce #place_order .badge, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button .badge, .woocommerce-cart-form .table tr .button .badge, .woocommerce #review_form #respond .form-submit input .badge, .woocommerce .widget_shopping_cart .buttons a .badge,
.woocommerce.widget_shopping_cart .buttons a .badge, .wp-block-search .wp-block-search__button .badge, .wp-block-button__link .badge {
  position: relative;
  top: -1px;
}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  color: rgb(118.8, 98.4, 75.6);
  background-color: rgb(243.6, 236.8, 229.2);
  border-color: rgb(237.9, 227.7, 216.3);
}
.alert-primary .alert-link {
  color: rgb(95.04, 78.72, 60.48);
}

.alert-secondary {
  color: rgb(19.8, 22.2, 24.6);
  background-color: rgb(210.6, 211.4, 212.2);
  border-color: rgb(188.4, 189.6, 190.8);
}
.alert-secondary .alert-link {
  color: rgb(15.84, 17.76, 19.68);
}

.alert-success {
  color: rgb(1.2, 94.8, 70.8);
  background-color: rgb(204.4, 235.6, 227.6);
  border-color: rgb(179.1, 225.9, 213.9);
}
.alert-success .alert-link {
  color: rgb(0.96, 75.84, 56.64);
}

.alert-info {
  color: rgb(0, 104.4, 153);
  background-color: rgb(204, 238.8, 255);
  border-color: rgb(178.5, 230.7, 255);
}
.alert-info .alert-link {
  color: rgb(0, 83.52, 122.4);
}

.alert-warning {
  color: rgb(101.6, 66, 0);
  background-color: rgb(254.8, 237, 204);
  border-color: rgb(254.7, 228, 178.5);
}
.alert-warning .alert-link {
  color: rgb(81.28, 52.8, 0);
}

.alert-danger {
  color: rgb(153, 49.2, 63);
  background-color: rgb(255, 220.4, 225);
  border-color: rgb(255, 203.1, 210);
}
.alert-danger .alert-link {
  color: rgb(122.4, 39.36, 50.4);
}

.alert-light {
  color: rgb(100, 99.2, 96.8);
  background-color: rgb(254, 253.6, 252.4);
  border-color: rgb(253.5, 252.9, 251.1);
}
.alert-light .alert-link {
  color: rgb(80, 79.36, 77.44);
}

.alert-dark {
  color: rgb(19.8, 22.2, 24.6);
  background-color: rgb(210.6, 211.4, 212.2);
  border-color: rgb(188.4, 189.6, 190.8);
}
.alert-dark .alert-link {
  color: rgb(15.84, 17.76, 19.68);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #c6a47e;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #777777;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #c6a47e;
  border-color: #c6a47e;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1440) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: rgb(118.8, 98.4, 75.6);
  background-color: rgb(243.6, 236.8, 229.2);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(118.8, 98.4, 75.6);
  background-color: rgb(219.24, 213.12, 206.28);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(118.8, 98.4, 75.6);
  border-color: rgb(118.8, 98.4, 75.6);
}

.list-group-item-secondary {
  color: rgb(19.8, 22.2, 24.6);
  background-color: rgb(210.6, 211.4, 212.2);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(19.8, 22.2, 24.6);
  background-color: rgb(189.54, 190.26, 190.98);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(19.8, 22.2, 24.6);
  border-color: rgb(19.8, 22.2, 24.6);
}

.list-group-item-success {
  color: rgb(1.2, 94.8, 70.8);
  background-color: rgb(204.4, 235.6, 227.6);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(1.2, 94.8, 70.8);
  background-color: rgb(183.96, 212.04, 204.84);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(1.2, 94.8, 70.8);
  border-color: rgb(1.2, 94.8, 70.8);
}

.list-group-item-info {
  color: rgb(0, 104.4, 153);
  background-color: rgb(204, 238.8, 255);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(0, 104.4, 153);
  background-color: rgb(183.6, 214.92, 229.5);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(0, 104.4, 153);
  border-color: rgb(0, 104.4, 153);
}

.list-group-item-warning {
  color: rgb(101.6, 66, 0);
  background-color: rgb(254.8, 237, 204);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(101.6, 66, 0);
  background-color: rgb(229.32, 213.3, 183.6);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(101.6, 66, 0);
  border-color: rgb(101.6, 66, 0);
}

.list-group-item-danger {
  color: rgb(153, 49.2, 63);
  background-color: rgb(255, 220.4, 225);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(153, 49.2, 63);
  background-color: rgb(229.5, 198.36, 202.5);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(153, 49.2, 63);
  border-color: rgb(153, 49.2, 63);
}

.list-group-item-light {
  color: rgb(100, 99.2, 96.8);
  background-color: rgb(254, 253.6, 252.4);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(100, 99.2, 96.8);
  background-color: rgb(228.6, 228.24, 227.16);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(100, 99.2, 96.8);
  border-color: rgb(100, 99.2, 96.8);
}

.list-group-item-dark {
  color: rgb(19.8, 22.2, 24.6);
  background-color: rgb(210.6, 211.4, 212.2);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(19.8, 22.2, 24.6);
  background-color: rgb(189.54, 190.26, 190.98);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(19.8, 22.2, 24.6);
  border-color: rgb(19.8, 22.2, 24.6);
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(198, 164, 126, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.toast:not(.showing):not(.show) {
  opacity: 0;
}
.toast.hide {
  display: none;
}

.toast-container {
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 15px;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #E1E1F0;
  border-top-left-radius: calc(1rem - 1px);
  border-top-right-radius: calc(1rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.6;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #E1E1F0;
  border-bottom-right-radius: calc(1rem - 1px);
  border-bottom-left-radius: calc(1rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1439.98) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid rgb(239.7, 239.7, 239.7);
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #212529;
  background-color: rgb(239.7, 239.7, 239.7);
  border-bottom: 1px solid rgb(215.73, 215.73, 215.73);
  border-top-left-radius: calc(1rem - 1px);
  border-top-right-radius: calc(1rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color: #777777;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #c6a47e;
}
.link-primary:hover, .link-primary:focus {
  color: rgb(209.4, 182.2, 151.8);
}

.link-secondary {
  color: #212529;
}
.link-secondary:hover, .link-secondary:focus {
  color: rgb(26.4, 29.6, 32.8);
}

.link-success {
  color: #029e76;
}
.link-success:hover, .link-success:focus {
  color: rgb(52.6, 177.4, 145.4);
}

.link-info {
  color: #00aeff;
}
.link-info:hover, .link-info:focus {
  color: rgb(51, 190.2, 255);
}

.link-warning {
  color: #fea500;
}
.link-warning:hover, .link-warning:focus {
  color: rgb(254.2, 183, 51);
}

.link-danger {
  color: #ff5269;
}
.link-danger:hover, .link-danger:focus {
  color: rgb(255, 116.6, 135);
}

.link-light {
  color: #faf8f2;
}
.link-light:hover, .link-light:focus {
  color: rgb(251, 249.4, 244.6);
}

.link-dark {
  color: #212529;
}
.link-dark:hover, .link-dark:focus {
  color: rgb(26.4, 29.6, 32.8);
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1440) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

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

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

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

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

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: 1px solid #E1E1F0 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 1px solid #E1E1F0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: 1px solid #E1E1F0 !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #E1E1F0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: 1px solid #E1E1F0 !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #c6a47e !important;
}

.border-secondary {
  border-color: #212529 !important;
}

.border-success {
  border-color: #029e76 !important;
}

.border-info {
  border-color: #00aeff !important;
}

.border-warning {
  border-color: #fea500 !important;
}

.border-danger {
  border-color: #ff5269 !important;
}

.border-light {
  border-color: #faf8f2 !important;
}

.border-dark {
  border-color: #212529 !important;
}

.border-white {
  border-color: #fff !important;
}

.border-0 {
  border-width: 0 !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

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

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

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

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

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

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

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

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

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

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

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

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

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

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

.justify-content-evenly {
  justify-content: space-evenly !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

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

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

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

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

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

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.fs-1 {
  font-size: calc(1.35rem + 1.2vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1.125rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

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

.text-capitalize {
  text-transform: capitalize !important;
}

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

.text-end {
  text-align: right !important;
}

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

.text-primary {
  color: #c6a47e !important;
}

.text-secondary {
  color: #212529 !important;
}

.text-success {
  color: #029e76 !important;
}

.text-info {
  color: #00aeff !important;
}

.text-warning {
  color: #fea500 !important;
}

.text-danger {
  color: #ff5269 !important;
}

.text-light {
  color: #faf8f2 !important;
}

.text-dark {
  color: #212529 !important;
}

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

.text-body {
  color: #777777 !important;
}

.text-muted {
  color: #AEAED5 !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  color: inherit !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.6 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.bg-primary {
  background-color: #c6a47e !important;
}

.bg-secondary {
  background-color: #212529 !important;
}

.bg-success {
  background-color: #029e76 !important;
}

.bg-info {
  background-color: #00aeff !important;
}

.bg-warning {
  background-color: #fea500 !important;
}

.bg-danger {
  background-color: #ff5269 !important;
}

.bg-light {
  background-color: #faf8f2 !important;
}

.bg-dark {
  background-color: #212529 !important;
}

.bg-body {
  background-color: #ffffff !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

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

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

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 0.75rem !important;
}

.rounded-2 {
  border-radius: 0.25rem !important;
}

.rounded-3 {
  border-radius: 1rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1440) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.25rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
* {
  outline: none;
  padding: 0;
}
*::after {
  margin: 0;
  padding: 0;
}
*::before {
  margin: 0;
  padding: 0;
}

body {
  line-height: 1.6;
  color: #777777;
  font-size: 15px;
  font-family: var(--font-family-base);
}
body.fixed {
  overflow: hidden;
  position: fixed;
}

h1 a, .h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
  color: var(--title);
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: var(--font-family-base);
  font-weight: 700;
  color: var(--title);
}

h1,
.h1 {
  line-height: 1.3;
}
@media only screen and (max-width: 991px) {
  h1,
  .h1 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 1.875rem;
  }
}

h2,
.h2 {
  line-height: 1.4;
}
@media only screen and (max-width: 991px) {
  h2,
  .h2 {
    font-size: 1.75rem;
    letter-spacing: 1px !important;
  }
}
@media only screen and (max-width: 767px) {
  h2,
  .h2 {
    font-size: 1.5rem;
    letter-spacing: 1px !important;
  }
}

h3,
.h3 {
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  h3,
  .h3 {
    font-size: 1.375rem;
  }
}

h4,
.h4 {
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  h4,
  .h4 {
    font-size: 1.25rem;
  }
}

h5,
.h5 {
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  h5,
  .h5 {
    font-size: 1.125rem;
  }
}

h6,
.h6 {
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  h6,
  .h6 {
    font-size: 1rem;
  }
}

ul {
  padding: 0;
  margin: 0;
}

img {
  border-style: none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  outline: none;
  color: var(--primary);
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
a:hover, a:focus, a.active {
  text-decoration: none;
  outline: none;
  color: var(--primary-hover);
}

.text-primary {
  color: var(--primary) !important;
}

.bg-primary {
  background-color: var(--primary) !important;
}

b,
strong,
.strong {
  font-weight: 500;
}

.h-0 {
  height: 0;
}

#main-wrapper {
  opacity: 0;
  transition: all 0.25s ease-in;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-top: 60px;
}
#main-wrapper.show {
  opacity: 1;
}

.content-body {
  margin-left: 65px;
  margin-top: 18px;
  margin-right: 6px;
  margin-bottom: 45px;
}

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  padding-left: 80px;
  padding-right: 80px;
}
@media only screen and (max-width: 1680px) {
  .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 1280px) {
  .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.bg-gray {
  background-color: #f8f8f8;
}

::selection {
  color: #fff;
  background: var(--primary);
}

.row.sp60,
.sp60 {
  margin-left: -30px;
  margin-right: -30px;
}
.row.sp60 [class*=col-],
.sp60 [class*=col-] {
  padding-left: 30px;
  padding-right: 30px;
}

.row.sp40,
.sp40 {
  margin-left: -20px;
  margin-right: -20px;
}
.row.sp40 [class*=col-],
.sp40 [class*=col-] {
  padding-left: 20px;
  padding-right: 20px;
}

.row.sp20,
.sp20 {
  margin-left: -10px;
  margin-right: -10px;
}
.row.sp20 [class*=col-],
.sp20 [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}

.row.sp16,
.sp16 {
  margin-left: -8px;
  margin-right: -8px;
}
.row.sp16 [class*=col-],
.sp16 [class*=col-] {
  padding-left: 8px;
  padding-right: 8px;
}

.row.sp10,
.sp10 {
  margin-left: -5px;
  margin-right: -5px;
}
.row.sp10 [class*=col-],
.sp10 [class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
}

.row.sp4,
.sp4 {
  margin-left: -2px;
  margin-right: -2px;
}
.row.sp4 [class*=col-],
.sp4 [class*=col-] {
  padding-left: 2px;
  padding-right: 2px;
}

.row.spno,
.spno {
  margin-left: 0;
  margin-right: 0;
}
.row.spno [class*=col-],
.spno [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}

.modal-backdrop {
  z-index: 99999;
}

.modal {
  z-index: 100000;
}

/* Flaticon */
[class*=flaticon-] {
  font-family: "Flaticon";
}

@media only screen and (max-width: 991px) {
  .dz-order-1 {
    order: 1;
    margin-top: 20px;
  }
}
#pointer-dot {
  left: -4px;
  top: -4px;
  width: 12px;
  height: 12px;
  position: fixed;
  border-radius: 10px;
  z-index: 999998;
  pointer-events: none;
  transition: border-color 0.5s;
  background: #333;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.2);
}

#pointer-ring {
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  display: block;
  border: 1px solid var(--primary) !important;
  position: fixed;
  border-radius: 100px;
  z-index: 999999;
  pointer-events: none;
  transition: width 0.3s, height 0.3s;
}

#pointer-ring.active {
  width: 50px;
  height: 50px;
  opacity: 0.5;
}

#pointer-ring.active + #pointer-dot {
  opacity: 0;
}

.content-inner {
  padding-top: 120px;
  padding-bottom: 90px;
}
@media only screen and (max-width: 991px) {
  .content-inner {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}

.content-inner-1 {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 991px) {
  .content-inner-1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.content-inner-2 {
  padding-top: 120px;
  padding-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .content-inner-2 {
    padding-top: 50px;
  }
}

.content-inner-3 {
  padding-top: 60px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .content-inner-3 {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}

.content-inner-4 {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media only screen and (max-width: 991px) {
  .content-inner-4 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.mfp-bg {
  z-index: 999999;
}

.mfp-wrap {
  z-index: 999999;
}

#loading-area {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999999999;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80px;
  background: #fff;
}
#loading-area.loading-page-1 {
  display: flex;
  background: #fff;
  align-items: center;
  justify-content: center;
}
#loading-area.loading-page-1 img,
#loading-area.loading-page-1 svg {
  width: 140px;
}
#loading-area.loading-page-2 {
  display: flex;
  background: #fff;
  align-items: center;
  justify-content: center;
}
#loading-area.loading-page-2 img,
#loading-area.loading-page-2 svg {
  width: 100px;
}
#loading-area.loading-page-3 {
  display: flex;
  background: #fff;
  align-items: center;
  justify-content: center;
}
#loading-area.loading-page-3 img,
#loading-area.loading-page-3 svg {
  width: 100px;
}

.dz-loader {
  width: 250px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--font-family-title);
  text-transform: uppercase;
  font-weight: 500;
  color: #131f2b;
  letter-spacing: 3px;
  font-size: 20px;
}
.dz-loader::before, .dz-loader::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: var(--primary);
  position: absolute;
  animation: load 0.7s infinite alternate ease-in-out;
}
.dz-loader::before {
  top: 0;
}
.dz-loader::after {
  bottom: 0;
}

@keyframes load {
  0% {
    left: 0;
    height: 30px;
    width: 15px;
  }
  50% {
    height: 5px;
    width: 40px;
  }
  100% {
    left: 235px;
    height: 30px;
    width: 15px;
  }
}
.font-10 {
  font-size: 10px;
}

.font-12 {
  font-size: 12px;
}

.font-13 {
  font-size: 13px;
}

.font-14 {
  font-size: 14px;
}

.font-16 {
  font-size: 16px;
}

.font-18 {
  font-size: 18px;
}

.font-20 {
  font-size: 20px;
}

.font-22 {
  font-size: 22px;
}

.font-24 {
  font-size: 24px;
}

.font-26 {
  font-size: 26px;
}

.font-30 {
  font-size: 30px;
}

.font-35 {
  font-size: 35px;
}

.font-40 {
  font-size: 40px;
}

.font-45 {
  font-size: 45px;
}

.font-50 {
  font-size: 50px;
}

.font-55 {
  font-size: 55px;
}

.font-60 {
  font-size: 60px;
}

.font-70 {
  font-size: 70px;
}

.font-75 {
  font-size: 75px;
}

.font-80 {
  font-size: 80px;
}

.font-90 {
  font-size: 90px;
}

.font-100 {
  font-size: 100px;
}

.font-weight-300 {
  font-weight: 300;
}

.font-weight-400 {
  font-weight: 400;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600;
}

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

.font-weight-800 {
  font-weight: 800;
}

.font-weight-900 {
  font-weight: 900;
}

.p-a0 {
  padding: 0;
}

.p-a5 {
  padding: 5px;
}

.p-a10 {
  padding: 10px;
}

.p-a15 {
  padding: 15px;
}

.p-a20 {
  padding: 20px;
}

.p-a25 {
  padding: 25px;
}

.p-a30 {
  padding: 30px;
}

.p-a40 {
  padding: 40px;
}

.p-a50 {
  padding: 50px;
}

.p-a60 {
  padding: 60px;
}

.p-a70 {
  padding: 70px;
}

.p-a80 {
  padding: 80px;
}

.p-a90 {
  padding: 90px;
}

.p-a100 {
  padding: 100px;
}

.p-t0 {
  padding-top: 0;
}

.p-t5 {
  padding-top: 5px;
}

.p-t10 {
  padding-top: 10px;
}

.p-t15 {
  padding-top: 15px;
}

.p-t20 {
  padding-top: 20px;
}

.p-t30 {
  padding-top: 30px;
}

.p-t40 {
  padding-top: 40px;
}

.p-t50 {
  padding-top: 50px;
}

.p-t60 {
  padding-top: 60px;
}

.p-t70 {
  padding-top: 70px;
}

.p-t80 {
  padding-top: 80px;
}

.p-t90 {
  padding-top: 90px;
}

.p-t100 {
  padding-top: 100px;
}

.p-b0 {
  padding-bottom: 0;
}

.p-b5 {
  padding-bottom: 5px;
}

.p-b10 {
  padding-bottom: 10px;
}

.p-b15 {
  padding-bottom: 15px;
}

.p-b20 {
  padding-bottom: 20px;
}

.p-b30 {
  padding-bottom: 30px;
}

.p-b40 {
  padding-bottom: 40px;
}

.p-b50 {
  padding-bottom: 50px;
}

.p-b60 {
  padding-bottom: 60px;
}

.p-b70 {
  padding-bottom: 70px;
}

.p-b80 {
  padding-bottom: 80px;
}

.p-b90 {
  padding-bottom: 90px;
}

.p-b100 {
  padding-bottom: 100px;
}

.p-l0 {
  padding-left: 0;
}

.p-l5 {
  padding-left: 5px;
}

.p-l10 {
  padding-left: 10px;
}

.p-l15 {
  padding-left: 15px;
}

.p-l20 {
  padding-left: 20px;
}

.p-l30 {
  padding-left: 30px;
}

.p-l40 {
  padding-left: 40px;
}

.p-l50 {
  padding-left: 50px;
}

.p-l60 {
  padding-left: 60px;
}

.p-l70 {
  padding-left: 70px;
}

.p-l80 {
  padding-left: 80px;
}

.p-l90 {
  padding-left: 90px;
}

.p-l100 {
  padding-left: 100px;
}

.p-r0 {
  padding-right: 0;
}

.p-r5 {
  padding-right: 5px;
}

.p-r10 {
  padding-right: 10px;
}

.p-r15 {
  padding-right: 15px;
}

.p-r20 {
  padding-right: 20px;
}

.p-r30 {
  padding-right: 30px;
}

.p-r40 {
  padding-right: 40px;
}

.p-r50 {
  padding-right: 50px;
}

.p-r60 {
  padding-right: 60px;
}

.p-r70 {
  padding-right: 70px;
}

.p-r80 {
  padding-right: 80px;
}

.p-r90 {
  padding-right: 90px;
}

.p-r100 {
  padding-right: 100px;
}

.p-lr0 {
  padding-left: 0;
  padding-right: 0;
}

.p-lr5 {
  padding-left: 5px;
  padding-right: 5px;
}

.p-lr10 {
  padding-left: 10px;
  padding-right: 10px;
}

.p-lr15 {
  padding-left: 15px;
  padding-right: 15px;
}

.p-lr20 {
  padding-left: 20px;
  padding-right: 20px;
}

.p-lr30 {
  padding-left: 30px;
  padding-right: 30px;
}

.p-lr40 {
  padding-left: 40px;
  padding-right: 40px;
}

.p-lr50 {
  padding-left: 50px;
  padding-right: 50px;
}

.p-lr60 {
  padding-left: 60px;
  padding-right: 60px;
}

.p-lr70 {
  padding-left: 70px;
  padding-right: 70px;
}

.p-lr80 {
  padding-left: 80px;
  padding-right: 80px;
}

.p-lr90 {
  padding-left: 90px;
  padding-right: 90px;
}

.p-lr100 {
  padding-left: 100px;
  padding-right: 100px;
}

.p-tb0 {
  padding-bottom: 0;
  padding-top: 0;
}

.p-tb5 {
  padding-bottom: 5px;
  padding-top: 5px;
}

.p-tb10 {
  padding-bottom: 10px;
  padding-top: 10px;
}

.p-tb15 {
  padding-bottom: 15px;
  padding-top: 15px;
}

.p-tb20 {
  padding-bottom: 20px;
  padding-top: 20px;
}

.p-tb30 {
  padding-bottom: 30px;
  padding-top: 30px;
}

.p-tb40 {
  padding-bottom: 40px;
  padding-top: 40px;
}

.p-tb50 {
  padding-bottom: 50px;
  padding-top: 50px;
}

.p-tb60 {
  padding-bottom: 60px;
  padding-top: 60px;
}

.p-tb70 {
  padding-bottom: 70px;
  padding-top: 70px;
}

.p-tb80 {
  padding-bottom: 80px;
  padding-top: 80px;
}

.p-tb90 {
  padding-bottom: 90px;
  padding-top: 90px;
}

.p-tb100 {
  padding-bottom: 100px;
  padding-top: 100px;
}

.m-auto {
  margin: auto;
}

.m-a0 {
  margin: 0;
}

.m-a5 {
  margin: 5px;
}

.m-a10 {
  margin: 10px;
}

.m-a15 {
  margin: 15px;
}

.m-a20 {
  margin: 20px;
}

.m-a30 {
  margin: 30px;
}

.m-a40 {
  margin: 40px;
}

.m-a50 {
  margin: 50px;
}

.m-a60 {
  margin: 60px;
}

.m-a70 {
  margin: 70px;
}

.m-a80 {
  margin: 80px;
}

.m-a90 {
  margin: 90px;
}

.m-a100 {
  margin: 100px;
}

.m-t0 {
  margin-top: 0;
}

.m-t5 {
  margin-top: 5px;
}

.m-t10 {
  margin-top: 10px;
}

.m-t15 {
  margin-top: 15px;
}

.m-t20 {
  margin-top: 20px;
}

.m-t30 {
  margin-top: 30px;
}

.m-t40 {
  margin-top: 40px;
}

.m-t50 {
  margin-top: 50px;
}

.m-t60 {
  margin-top: 60px;
}

.m-t70 {
  margin-top: 70px;
}

.m-t80 {
  margin-top: 80px;
}

.m-t90 {
  margin-top: 90px;
}

.m-t100 {
  margin-top: 100px;
}

.m-b0 {
  margin-bottom: 0;
}

.m-b5 {
  margin-bottom: 5px;
}

.m-b10 {
  margin-bottom: 10px;
}

.m-b15 {
  margin-bottom: 15px;
}

.m-b20 {
  margin-bottom: 20px;
}

.m-b30 {
  margin-bottom: 30px;
}

.m-b40 {
  margin-bottom: 40px;
}

.m-b50 {
  margin-bottom: 50px;
}

.m-b60 {
  margin-bottom: 60px;
}

.m-b70 {
  margin-bottom: 70px;
}

.m-b80 {
  margin-bottom: 80px;
}

.m-b90 {
  margin-bottom: 90px;
}

.m-b100 {
  margin-bottom: 100px;
}

.m-l0 {
  margin-left: 0;
}

.m-l5 {
  margin-left: 5px;
}

.m-l10 {
  margin-left: 10px;
}

.m-l15 {
  margin-left: 15px;
}

.m-l20 {
  margin-left: 20px;
}

.m-l30 {
  margin-left: 30px;
}

.m-l40 {
  margin-left: 40px;
}

.m-l50 {
  margin-left: 50px;
}

.m-l60 {
  margin-left: 60px;
}

.m-l70 {
  margin-left: 70px;
}

.m-l80 {
  margin-left: 80px;
}

.m-l90 {
  margin-left: 90px;
}

.m-l100 {
  margin-left: 100px;
}

.m-r0 {
  margin-right: 0;
}

.m-r5 {
  margin-right: 5px;
}

.m-r10 {
  margin-right: 10px;
}

.m-r15 {
  margin-right: 15px;
}

.m-r20 {
  margin-right: 20px;
}

.m-r30 {
  margin-right: 30px;
}

.m-r40 {
  margin-right: 40px;
}

.m-r50 {
  margin-right: 50px;
}

.m-r60 {
  margin-right: 60px;
}

.m-r70 {
  margin-right: 70px;
}

.m-r80 {
  margin-right: 80px;
}

.m-r90 {
  margin-right: 90px;
}

.m-r100 {
  margin-right: 100px;
}

.m-lr0 {
  margin-left: 0;
  margin-right: 0;
}

.m-lr5 {
  margin-left: 5px;
  margin-right: 5px;
}

.m-lr10 {
  margin-left: 10px;
  margin-right: 10px;
}

.m-lr15 {
  margin-left: 15px;
  margin-right: 15px;
}

.m-lr20 {
  margin-left: 20px;
  margin-right: 20px;
}

.m-lr30 {
  margin-left: 30px;
  margin-right: 30px;
}

.m-lr40 {
  margin-left: 40px;
  margin-right: 40px;
}

.m-lr50 {
  margin-left: 50px;
  margin-right: 50px;
}

.m-lr60 {
  margin-left: 60px;
  margin-right: 60px;
}

.m-lr70 {
  margin-left: 70px;
  margin-right: 70px;
}

.m-lr80 {
  margin-left: 80px;
  margin-right: 80px;
}

.m-lr90 {
  margin-left: 90px;
  margin-right: 90px;
}

.m-lr100 {
  margin-left: 100px;
  margin-right: 100px;
}

.m-tb0 {
  margin-bottom: 0;
  margin-top: 0;
}

.m-tb5 {
  margin-bottom: 5px;
  margin-top: 5px;
}

.m-tb10 {
  margin-bottom: 10px;
  margin-top: 10px;
}

.m-tb15 {
  margin-bottom: 15px;
  margin-top: 15px;
}

.m-tb20 {
  margin-bottom: 20px;
  margin-top: 20px;
}

.m-tb30 {
  margin-bottom: 30px;
  margin-top: 30px;
}

.m-tb40 {
  margin-bottom: 40px;
  margin-top: 40px;
}

.m-tb50 {
  margin-bottom: 50px;
  margin-top: 50px;
}

.m-tb60 {
  margin-bottom: 60px;
  margin-top: 60px;
}

.m-tb70 {
  margin-bottom: 70px;
  margin-top: 70px;
}

.m-tb80 {
  margin-bottom: 80px;
  margin-top: 80px;
}

.m-tb90 {
  margin-bottom: 90px;
  margin-top: 90px;
}

.m-tb100 {
  margin-bottom: 100px;
  margin-top: 100px;
}

@media only screen and (max-width: 1200px) {
  .m-lg-t0 {
    margin-top: 0;
  }
  .m-lg-t5 {
    margin-top: 5px;
  }
  .m-lg-t10 {
    margin-top: 10px;
  }
  .m-lg-t15 {
    margin-top: 15px;
  }
  .m-lg-t20 {
    margin-top: 20px;
  }
  .m-lg-t30 {
    margin-top: 30px;
  }
  .m-lg-t40 {
    margin-top: 40px;
  }
  .m-lg-t50 {
    margin-top: 50px;
  }
  .m-lg-t60 {
    margin-top: 60px;
  }
  .m-lg-t70 {
    margin-top: 70px;
  }
  .m-lg-t80 {
    margin-top: 80px;
  }
  .m-lg-t90 {
    margin-top: 90px;
  }
  .m-lg-t100 {
    margin-top: 100px;
  }
  .m-lg-b0 {
    margin-bottom: 0;
  }
  .m-lg-b5 {
    margin-bottom: 5px;
  }
  .m-lg-b10 {
    margin-bottom: 10px;
  }
  .m-lg-b15 {
    margin-bottom: 15px;
  }
  .m-lg-b20 {
    margin-bottom: 20px;
  }
  .m-lg-b30 {
    margin-bottom: 30px;
  }
  .m-lg-b40 {
    margin-bottom: 40px;
  }
  .m-lg-b50 {
    margin-bottom: 50px;
  }
  .m-lg-b60 {
    margin-bottom: 60px;
  }
  .m-lg-b70 {
    margin-bottom: 70px;
  }
  .m-lg-b80 {
    margin-bottom: 80px;
  }
  .m-lg-b90 {
    margin-bottom: 90px;
  }
  .m-lg-b100 {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .m-md-t0 {
    margin-top: 0;
  }
  .m-md-t5 {
    margin-top: 5px;
  }
  .m-md-t10 {
    margin-top: 10px;
  }
  .m-md-t15 {
    margin-top: 15px;
  }
  .m-md-t20 {
    margin-top: 20px;
  }
  .m-md-t30 {
    margin-top: 30px;
  }
  .m-md-t40 {
    margin-top: 40px;
  }
  .m-md-t50 {
    margin-top: 50px;
  }
  .m-md-t60 {
    margin-top: 60px;
  }
  .m-md-t70 {
    margin-top: 70px;
  }
  .m-md-t80 {
    margin-top: 80px;
  }
  .m-md-t90 {
    margin-top: 90px;
  }
  .m-md-t100 {
    margin-top: 100px;
  }
  .m-md-b0 {
    margin-bottom: 0;
  }
  .m-md-b5 {
    margin-bottom: 5px;
  }
  .m-md-b10 {
    margin-bottom: 10px;
  }
  .m-md-b15 {
    margin-bottom: 15px;
  }
  .m-md-b20 {
    margin-bottom: 20px;
  }
  .m-md-b30 {
    margin-bottom: 30px;
  }
  .m-md-b40 {
    margin-bottom: 40px;
  }
  .m-md-b50 {
    margin-bottom: 50px;
  }
  .m-md-b60 {
    margin-bottom: 60px;
  }
  .m-md-b70 {
    margin-bottom: 70px;
  }
  .m-md-b80 {
    margin-bottom: 80px;
  }
  .m-md-b90 {
    margin-bottom: 90px;
  }
  .m-md-b100 {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .m-sm-t0 {
    margin-top: 0;
  }
  .m-sm-t5 {
    margin-top: 5px;
  }
  .m-sm-t10 {
    margin-top: 10px;
  }
  .m-sm-t15 {
    margin-top: 15px;
  }
  .m-sm-t20 {
    margin-top: 20px;
  }
  .m-sm-t30 {
    margin-top: 30px;
  }
  .m-sm-t40 {
    margin-top: 40px;
  }
  .m-sm-t50 {
    margin-top: 50px;
  }
  .m-sm-t60 {
    margin-top: 60px;
  }
  .m-sm-t70 {
    margin-top: 70px;
  }
  .m-sm-t80 {
    margin-top: 80px;
  }
  .m-sm-t90 {
    margin-top: 90px;
  }
  .m-sm-t100 {
    margin-top: 100px;
  }
  .m-sm-b0 {
    margin-bottom: 0;
  }
  .m-sm-b5 {
    margin-bottom: 5px;
  }
  .m-sm-b10 {
    margin-bottom: 10px;
  }
  .m-sm-b15 {
    margin-bottom: 15px;
  }
  .m-sm-b20 {
    margin-bottom: 20px;
  }
  .m-sm-b30 {
    margin-bottom: 30px;
  }
  .m-sm-b40 {
    margin-bottom: 40px;
  }
  .m-sm-b50 {
    margin-bottom: 50px;
  }
  .m-sm-b60 {
    margin-bottom: 60px;
  }
  .m-sm-b70 {
    margin-bottom: 70px;
  }
  .m-sm-b80 {
    margin-bottom: 80px;
  }
  .m-sm-b90 {
    margin-bottom: 90px;
  }
  .m-sm-b100 {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 576px) {
  .m-xs-t0 {
    margin-top: 0;
  }
  .m-xs-t5 {
    margin-top: 5px;
  }
  .m-xs-t10 {
    margin-top: 10px;
  }
  .m-xs-t15 {
    margin-top: 15px;
  }
  .m-xs-t20 {
    margin-top: 20px;
  }
  .m-xs-t30 {
    margin-top: 30px;
  }
  .m-xs-t40 {
    margin-top: 40px;
  }
  .m-xs-t50 {
    margin-top: 50px;
  }
  .m-xs-t60 {
    margin-top: 60px;
  }
  .m-xs-t70 {
    margin-top: 70px;
  }
  .m-xs-t80 {
    margin-top: 80px;
  }
  .m-xs-t90 {
    margin-top: 90px;
  }
  .m-xs-t100 {
    margin-top: 100px;
  }
  .m-xs-b0 {
    margin-bottom: 0;
  }
  .m-xs-b5 {
    margin-bottom: 5px;
  }
  .m-xs-b10 {
    margin-bottom: 10px;
  }
  .m-xs-b15 {
    margin-bottom: 15px;
  }
  .m-xs-b20 {
    margin-bottom: 20px;
  }
  .m-xs-b30 {
    margin-bottom: 30px;
  }
  .m-xs-b40 {
    margin-bottom: 40px;
  }
  .m-xs-b50 {
    margin-bottom: 50px;
  }
  .m-xs-b60 {
    margin-bottom: 60px;
  }
  .m-xs-b70 {
    margin-bottom: 70px;
  }
  .m-xs-b80 {
    margin-bottom: 80px;
  }
  .m-xs-b90 {
    margin-bottom: 90px;
  }
  .m-xs-b100 {
    margin-bottom: 100px;
  }
}
.max-w50 {
  max-width: 50px;
}

.max-w60 {
  max-width: 60px;
}

.max-w80 {
  max-width: 80px;
}

.max-w100 {
  max-width: 100px;
}

.max-w200 {
  max-width: 200px;
}

.max-w300 {
  max-width: 300px;
}

.max-w400 {
  max-width: 400px;
}

.max-w500 {
  max-width: 500px;
}

.max-w600 {
  max-width: 600px;
}

.max-w700 {
  max-width: 700px;
}

.max-w800 {
  max-width: 800px;
}

.max-w900 {
  max-width: 900px;
}

.max-w1000 {
  max-width: 1000px;
}

.bg-img-fix {
  background-attachment: unset;
  background-size: cover;
}

.full-img {
  width: 100%;
}

.sticky-top {
  top: 120px;
}

.page-title {
  padding: 65px 0px 45px;
  position: relative;
  background: #faf8f2;
  background-image: url("./../images/hero/5.png");
  background-size: cover;
  background-position: center;
}
.page-title p {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #7272A8;
  text-transform: capitalize;
}
@media only screen and (max-width: 575px) {
  .page-title p {
    font-size: 16px;
  }
}
.page-title h3, .page-title .h3 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: capitalize;
}
@media only screen and (max-width: 575px) {
  .page-title h3, .page-title .h3 {
    font-size: 28px;
  }
}

section {
  position: relative;
  z-index: 1;
}

.section-head {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1280px) {
  .section-head {
    margin-bottom: 30px;
  }
}
.section-head h1, .section-head .h1, .section-head h2, .section-head .h2, .section-head h3, .section-head .h3, .section-head h4, .section-head .h4, .section-head h5, .section-head .h5, .section-head h6, .section-head .h6 {
  font-family: var(--font-family-title);
}
.section-head p {
  font-size: 15px;
  line-height: 25px;
}
.section-head.text-center p {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.row.spno,
.spno {
  margin-left: 0;
  margin-right: 0;
}
.row.spno [class*=col],
.row.spno [class*=col],
.spno [class*=col],
.spno [class*=col] {
  padding-left: 0;
  padding-right: 0;
}

.row.sp4,
.sp4 {
  margin-left: -4px;
  margin-right: -4px;
}
.row.sp4 [class*=col],
.row.sp4 [class*=col],
.sp4 [class*=col],
.sp4 [class*=col] {
  padding-left: 4px;
  padding-right: 4px;
}

.row.sp15,
.sp15 {
  margin-left: -7px;
  margin-right: -7px;
}
.row.sp15 [class*=col],
.row.sp15 [class*=col],
.sp15 [class*=col],
.sp15 [class*=col] {
  padding-left: 7px;
  padding-right: 7px;
}

.row.sp10,
.sp10 {
  margin-left: -10px;
  margin-right: -10px;
}
.row.sp10 [class*=col],
.row.sp10 [class*=col],
.sp10 [class*=col],
.sp10 [class*=col] {
  padding-left: 10px;
  padding-right: 10px;
}

.rounded-xl {
  border-radius: 30px !important;
}

.rounded-lg {
  border-radius: 20px !important;
}

.rounded-md {
  border-radius: 10px !important;
}

.rounded-sm {
  border-radius: 5px !important;
}

.text-maroon {
  color: #9e0168;
}

.text-orange {
  color: #ff8853;
}

.text-yellow {
  color: #ffa808;
}

.text-skyblue {
  color: #029e76;
}

.text-red {
  color: #ff586e;
}

.text-green {
  color: #029e76;
}

.text-blue {
  color: #5543d1;
}

.bg-maroon {
  background-color: #9e0168;
}

.bg-orange {
  background-color: #ff8853;
}

.bg-yellow {
  background-color: #ffa808;
}

.bg-skyblue {
  background-color: #00aeff;
}

.bg-red {
  background-color: #ff586e;
}

.bg-green {
  background-color: #029e76;
}

.bg-blue {
  background-color: #5543d1;
}

.scale8 {
  transform: scale(1.85);
  -moz-transform: scale(1.85);
  -webkit-transform: scale(1.85);
  -ms-transform: scale(1.85);
  -o-transform: scale(1.85);
}

.scale7 {
  transform: scale(1.7);
  -moz-transform: scale(1.7);
  -webkit-transform: scale(1.7);
  -ms-transform: scale(1.7);
  -o-transform: scale(1.7);
}

.scale5 {
  transform: scale(1.5);
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
}

.scale3 {
  transform: scale(1.3);
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
}

.scale2 {
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.card {
  border: 0px solid #E1E1F0;
  margin-bottom: 30px;
  border-radius: 5px;
  box-shadow: 0px 36px 48px rgba(31, 66, 135, 0.04);
  background: #fff;
}
.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #E1E1F0;
  background: #fff;
  padding: 20px 30px;
}
.card-title {
  font-size: 24px;
  margin-bottom: 0px;
}
.card .card-body {
  padding: 20px 30px;
  background: #fff;
  border-radius: 15px;
}

.form-label {
  font-size: 14px;
  font-weight: 500;
  color: #777777;
  margin-bottom: 10px;
  background: transparent;
  border-color: #E1E1F0;
}

.form-control, .woocommerce-EditAccountForm.edit-account input[type=text],
.woocommerce-EditAccountForm.edit-account input[type=email],
.woocommerce-EditAccountForm.edit-account input[type=password],
.login input[type=text], .login input[type=password],
.woocommerce-ResetPassword.lost_reset_password input[type=text],
.checkout.woocommerce-checkout input[type=text],
.checkout.woocommerce-checkout input[type=email],
.checkout.woocommerce-checkout input[type=tel],
.checkout.woocommerce-checkout .select2-choice,
.checkout.woocommerce-checkout textarea,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row .select2-selection,
.woocommerce form .form-row .select2-choice, .woocommerce .woocommerce-checkout.checkout form .form-row textarea,
.woocommerce .woocommerce-checkout.checkout form .form-row input[type=text],
.woocommerce .woocommerce-checkout.checkout form .form-row input[type=email],
.woocommerce .woocommerce-checkout.checkout form .form-row input[type=tel],
.woocommerce .woocommerce-checkout.checkout form .form-row select,
.woocommerce .woocommerce-checkout.checkout form .form-row input.input-text,
.woocommerce .woocommerce-checkout.checkout form .form-row input, .woocommerce-cart-form .table tr .quantity input, .woocommerce-cart-form .table tr td.actions .coupon .input-text, .woocommerce #review_form #respond input[type=text],
.woocommerce #review_form #respond textarea,
.woocommerce #review_form #respond input[type=email], .wp-block-categories-dropdown select,
.wp-block-archives-dropdown select {
  height: 60px;
  border: 1px solid transparent;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 400;
  color: #777777;
  transition: all 0.3s ease-in-out;
  background-color: #e7e7e7;
  border-radius: 0;
}
.form-control .select, .woocommerce-EditAccountForm.edit-account input[type=text] .select,
.woocommerce-EditAccountForm.edit-account input[type=email] .select,
.woocommerce-EditAccountForm.edit-account input[type=password] .select,
.login input[type=text] .select, .login input[type=password] .select,
.woocommerce-ResetPassword.lost_reset_password input[type=text] .select,
.checkout.woocommerce-checkout input[type=text] .select,
.checkout.woocommerce-checkout input[type=email] .select,
.checkout.woocommerce-checkout input[type=tel] .select,
.checkout.woocommerce-checkout .select2-choice .select,
.checkout.woocommerce-checkout textarea .select,
.woocommerce form .form-row input.input-text .select,
.woocommerce form .form-row .select2-selection .select,
.woocommerce form .form-row .select2-choice .select, .woocommerce .woocommerce-checkout.checkout form .form-row textarea .select,
.woocommerce .woocommerce-checkout.checkout form .form-row select .select,
.woocommerce .woocommerce-checkout.checkout form .form-row input .select, .woocommerce-cart-form .table tr .quantity input .select, .woocommerce-cart-form .table tr td.actions .coupon .input-text .select, .woocommerce #review_form #respond input[type=text] .select,
.woocommerce #review_form #respond textarea .select,
.woocommerce #review_form #respond input[type=email] .select, .wp-block-categories-dropdown select .select,
.wp-block-archives-dropdown select .select {
  padding: 12px 0;
}
.form-control span, .woocommerce-EditAccountForm.edit-account input[type=text] span,
.woocommerce-EditAccountForm.edit-account input[type=email] span,
.woocommerce-EditAccountForm.edit-account input[type=password] span,
.login input[type=text] span, .login input[type=password] span,
.woocommerce-ResetPassword.lost_reset_password input[type=text] span,
.checkout.woocommerce-checkout input[type=text] span,
.checkout.woocommerce-checkout input[type=email] span,
.checkout.woocommerce-checkout input[type=tel] span,
.checkout.woocommerce-checkout .select2-choice span,
.checkout.woocommerce-checkout textarea span,
.woocommerce form .form-row input.input-text span,
.woocommerce form .form-row .select2-selection span,
.woocommerce form .form-row .select2-choice span, .woocommerce .woocommerce-checkout.checkout form .form-row textarea span,
.woocommerce .woocommerce-checkout.checkout form .form-row input[type=text] span,
.woocommerce .woocommerce-checkout.checkout form .form-row input[type=email] span,
.woocommerce .woocommerce-checkout.checkout form .form-row input[type=tel] span,
.woocommerce .woocommerce-checkout.checkout form .form-row select span,
.woocommerce .woocommerce-checkout.checkout form .form-row input.input-text span,
.woocommerce .woocommerce-checkout.checkout form .form-row input span, .woocommerce-cart-form .table tr .quantity input span, .woocommerce-cart-form .table tr td.actions .coupon .input-text span, .woocommerce #review_form #respond input[type=text] span,
.woocommerce #review_form #respond textarea span,
.woocommerce #review_form #respond input[type=email] span, .wp-block-categories-dropdown select span,
.wp-block-archives-dropdown select span {
  margin-top: 0;
}
.form-control::-webkit-input-placeholder, .woocommerce-EditAccountForm.edit-account input[type=text]::-webkit-input-placeholder,
.woocommerce-EditAccountForm.edit-account input[type=email]::-webkit-input-placeholder,
.woocommerce-EditAccountForm.edit-account input[type=password]::-webkit-input-placeholder,
.login input[type=text]::-webkit-input-placeholder, .login input[type=password]::-webkit-input-placeholder,
.woocommerce-ResetPassword.lost_reset_password input[type=text]::-webkit-input-placeholder,
.checkout.woocommerce-checkout input[type=text]::-webkit-input-placeholder,
.checkout.woocommerce-checkout input[type=email]::-webkit-input-placeholder,
.checkout.woocommerce-checkout input[type=tel]::-webkit-input-placeholder,
.checkout.woocommerce-checkout .select2-choice::-webkit-input-placeholder,
.checkout.woocommerce-checkout textarea::-webkit-input-placeholder,
.woocommerce form .form-row input.input-text::-webkit-input-placeholder,
.woocommerce form .form-row .select2-selection::-webkit-input-placeholder,
.woocommerce form .form-row .select2-choice::-webkit-input-placeholder, .woocommerce .woocommerce-checkout.checkout form .form-row textarea::-webkit-input-placeholder,
.woocommerce .woocommerce-checkout.checkout form .form-row input[type=text]::-webkit-input-placeholder,
.woocommerce .woocommerce-checkout.checkout form .form-row input[type=email]::-webkit-input-placeholder,
.woocommerce .woocommerce-checkout.checkout form .form-row input[type=tel]::-webkit-input-placeholder,
.woocommerce .woocommerce-checkout.checkout form .form-row select::-webkit-input-placeholder,
.woocommerce .woocommerce-checkout.checkout form .form-row input.input-text::-webkit-input-placeholder,
.woocommerce .woocommerce-checkout.checkout form .form-row input::-webkit-input-placeholder, .woocommerce-cart-form .table tr .quantity input::-webkit-input-placeholder, .woocommerce-cart-form .table tr td.actions .coupon .input-text::-webkit-input-placeholder, .woocommerce #review_form #respond input[type=text]::-webkit-input-placeholder,
.woocommerce #review_form #respond textarea::-webkit-input-placeholder,
.woocommerce #review_form #respond input[type=email]::-webkit-input-placeholder, .wp-block-categories-dropdown select::-webkit-input-placeholder,
.wp-block-archives-dropdown select::-webkit-input-placeholder {
  color: #777777;
}
.form-control:-ms-input-placeholder, .woocommerce-EditAccountForm.edit-account input[type=text]:-ms-input-placeholder,
.woocommerce-EditAccountForm.edit-account input[type=email]:-ms-input-placeholder,
.woocommerce-EditAccountForm.edit-account input[type=password]:-ms-input-placeholder,
.login input[type=text]:-ms-input-placeholder, .login input[type=password]:-ms-input-placeholder,
.woocommerce-ResetPassword.lost_reset_password input[type=text]:-ms-input-placeholder,
.checkout.woocommerce-checkout input[type=text]:-ms-input-placeholder,
.checkout.woocommerce-checkout input[type=email]:-ms-input-placeholder,
.checkout.woocommerce-checkout input[type=tel]:-ms-input-placeholder,
.checkout.woocommerce-checkout .select2-choice:-ms-input-placeholder,
.checkout.woocommerce-checkout textarea:-ms-input-placeholder,
.woocommerce form .form-row input.input-text:-ms-input-placeholder,
.woocommerce form .form-row .select2-selection:-ms-input-placeholder,
.woocommerce form .form-row .select2-choice:-ms-input-placeholder, .woocommerce .woocommerce-checkout.checkout form .form-row textarea:-ms-input-placeholder,
.woocommerce .woocommerce-checkout.checkout form .form-row select:-ms-input-placeholder,
.woocommerce .woocommerce-checkout.checkout form .form-row input:-ms-input-placeholder, .woocommerce-cart-form .table tr .quantity input:-ms-input-placeholder, .woocommerce-cart-form .table tr td.actions .coupon .input-text:-ms-input-placeholder, .woocommerce #review_form #respond input[type=text]:-ms-input-placeholder,
.woocommerce #review_form #respond textarea:-ms-input-placeholder,
.woocommerce #review_form #respond input[type=email]:-ms-input-placeholder, .wp-block-categories-dropdown select:-ms-input-placeholder,
.wp-block-archives-dropdown select:-ms-input-placeholder {
  color: #777777;
}
.form-control::placeholder, .woocommerce-EditAccountForm.edit-account input[type=text]::placeholder,
.woocommerce-EditAccountForm.edit-account input[type=email]::placeholder,
.woocommerce-EditAccountForm.edit-account input[type=password]::placeholder,
.login input[type=text]::placeholder, .login input[type=password]::placeholder,
.woocommerce-ResetPassword.lost_reset_password input[type=text]::placeholder,
.checkout.woocommerce-checkout input[type=text]::placeholder,
.checkout.woocommerce-checkout input[type=email]::placeholder,
.checkout.woocommerce-checkout input[type=tel]::placeholder,
.checkout.woocommerce-checkout .select2-choice::placeholder,
.checkout.woocommerce-checkout textarea::placeholder,
.woocommerce form .form-row input.input-text::placeholder,
.woocommerce form .form-row .select2-selection::placeholder,
.woocommerce form .form-row .select2-choice::placeholder, .woocommerce .woocommerce-checkout.checkout form .form-row textarea::placeholder,
.woocommerce .woocommerce-checkout.checkout form .form-row input[type=text]::placeholder,
.woocommerce .woocommerce-checkout.checkout form .form-row input[type=email]::placeholder,
.woocommerce .woocommerce-checkout.checkout form .form-row input[type=tel]::placeholder,
.woocommerce .woocommerce-checkout.checkout form .form-row select::placeholder,
.woocommerce .woocommerce-checkout.checkout form .form-row input.input-text::placeholder,
.woocommerce .woocommerce-checkout.checkout form .form-row input::placeholder, .woocommerce-cart-form .table tr .quantity input::placeholder, .woocommerce-cart-form .table tr td.actions .coupon .input-text::placeholder, .woocommerce #review_form #respond input[type=text]::placeholder,
.woocommerce #review_form #respond textarea::placeholder,
.woocommerce #review_form #respond input[type=email]::placeholder, .wp-block-categories-dropdown select::placeholder,
.wp-block-archives-dropdown select::placeholder {
  color: #777777;
}
.form-control:focus, .woocommerce-EditAccountForm.edit-account input[type=text]:focus,
.woocommerce-EditAccountForm.edit-account input[type=email]:focus,
.woocommerce-EditAccountForm.edit-account input[type=password]:focus,
.login input[type=text]:focus, .login input[type=password]:focus,
.woocommerce-ResetPassword.lost_reset_password input[type=text]:focus,
.checkout.woocommerce-checkout input[type=text]:focus,
.checkout.woocommerce-checkout input[type=email]:focus,
.checkout.woocommerce-checkout input[type=tel]:focus,
.checkout.woocommerce-checkout .select2-choice:focus,
.checkout.woocommerce-checkout textarea:focus,
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row .select2-selection:focus,
.woocommerce form .form-row .select2-choice:focus, .woocommerce .woocommerce-checkout.checkout form .form-row textarea:focus,
.woocommerce .woocommerce-checkout.checkout form .form-row select:focus,
.woocommerce .woocommerce-checkout.checkout form .form-row input:focus, .woocommerce-cart-form .table tr .quantity input:focus, .woocommerce-cart-form .table tr td.actions .coupon .input-text:focus, .woocommerce #review_form #respond input[type=text]:focus,
.woocommerce #review_form #respond textarea:focus,
.woocommerce #review_form #respond input[type=email]:focus, .wp-block-categories-dropdown select:focus,
.wp-block-archives-dropdown select:focus, .form-control:active, .woocommerce-EditAccountForm.edit-account input[type=text]:active,
.woocommerce-EditAccountForm.edit-account input[type=email]:active,
.woocommerce-EditAccountForm.edit-account input[type=password]:active,
.login input[type=text]:active, .login input[type=password]:active,
.woocommerce-ResetPassword.lost_reset_password input[type=text]:active,
.checkout.woocommerce-checkout input[type=text]:active,
.checkout.woocommerce-checkout input[type=email]:active,
.checkout.woocommerce-checkout input[type=tel]:active,
.checkout.woocommerce-checkout .select2-choice:active,
.checkout.woocommerce-checkout textarea:active,
.woocommerce form .form-row input.input-text:active,
.woocommerce form .form-row .select2-selection:active,
.woocommerce form .form-row .select2-choice:active, .woocommerce .woocommerce-checkout.checkout form .form-row textarea:active,
.woocommerce .woocommerce-checkout.checkout form .form-row select:active,
.woocommerce .woocommerce-checkout.checkout form .form-row input:active, .woocommerce-cart-form .table tr .quantity input:active, .woocommerce-cart-form .table tr td.actions .coupon .input-text:active, .woocommerce #review_form #respond input[type=text]:active,
.woocommerce #review_form #respond textarea:active,
.woocommerce #review_form #respond input[type=email]:active, .wp-block-categories-dropdown select:active,
.wp-block-archives-dropdown select:active, .form-control.active, .woocommerce-EditAccountForm.edit-account input.active[type=text],
.woocommerce-EditAccountForm.edit-account input.active[type=email],
.woocommerce-EditAccountForm.edit-account input.active[type=password],
.login input.active[type=text], .login input.active[type=password],
.woocommerce-ResetPassword.lost_reset_password input.active[type=text],
.checkout.woocommerce-checkout input.active[type=text],
.checkout.woocommerce-checkout input.active[type=email],
.checkout.woocommerce-checkout input.active[type=tel],
.checkout.woocommerce-checkout .active.select2-choice,
.checkout.woocommerce-checkout textarea.active,
.woocommerce form .form-row input.active.input-text,
.woocommerce form .form-row .active.select2-selection,
.woocommerce form .form-row .active.select2-choice, .woocommerce .woocommerce-checkout.checkout form .form-row textarea.active,
.woocommerce .woocommerce-checkout.checkout form .form-row select.active,
.woocommerce .woocommerce-checkout.checkout form .form-row input.active, .woocommerce-cart-form .table tr .quantity input.active, .woocommerce-cart-form .table tr td.actions .coupon .active.input-text, .woocommerce #review_form #respond input.active[type=text],
.woocommerce #review_form #respond textarea.active,
.woocommerce #review_form #respond input.active[type=email], .wp-block-categories-dropdown select.active,
.wp-block-archives-dropdown select.active {
  border-color: var(--primary);
}

textarea.form-control,
.checkout.woocommerce-checkout textarea.select2-choice,
.checkout.woocommerce-checkout textarea,
.woocommerce form .form-row textarea.select2-selection,
.woocommerce form .form-row textarea.select2-choice, .woocommerce .woocommerce-checkout.checkout form .form-row textarea, .woocommerce-cart-form .table tr td.actions .coupon textarea.input-text,
.woocommerce #review_form #respond textarea {
  min-height: 120px;
}

textarea {
  height: 120px;
  resize: none;
}

input:-internal-autofill-selected {
  background: white !important;
  background-image: none !important;
  color: -internal-light-dark-color(black, white) !important;
}

.input-group-text {
  padding: 5px 15px;
  background: #ffffff;
  margin-bottom: 0px !important;
  color: #777777;
  border-color: transparent;
}

.toggle {
  cursor: pointer;
  display: block;
}

.toggle-switch {
  display: inline-block;
  background: rgb(247.35, 247.35, 247.35);
  border-radius: 16px;
  width: 45px;
  height: 20px;
  position: relative;
  vertical-align: middle;
  transition: background 0.25s;
}
.toggle-switch:before, .toggle-switch:after {
  content: "";
}
.toggle-switch:before {
  display: block;
  background: linear-gradient(to bottom, #fff 0%, #eee 100%);
  border-radius: 50%;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 1px;
  left: 3px;
  transition: left 0.25s;
}
.toggle:hover .toggle-switch:before {
  background: linear-gradient(to bottom, #fff 0%, #fff 100%);
}
.toggle-checkbox:checked + .toggle-switch {
  background: var(--primary);
}
.toggle-checkbox:checked + .toggle-switch:before {
  left: 26px;
}

.toggle-checkbox {
  position: absolute;
  visibility: hidden;
}

.toggle-label {
  margin-left: 15px;
  position: relative;
  top: 2px;
  font-size: 16px;
  font-weight: 400;
}

.file-upload-wrapper {
  position: relative;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  border: 1px solid #E1E1F0;
  border-radius: 5px;
  color: #AEAED5;
}
.file-upload-wrapper:after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  padding: 4px 15px;
  display: block;
  width: calc(100% - 40px);
  pointer-events: none;
  z-index: 20;
  height: calc(1.5em + 1rem + 2px);
  line-height: 30px;
  border-radius: 5px 10px 10px 5px;
  font-weight: 400;
  overflow: hidden;
}
.file-upload-wrapper:before {
  content: "Upload";
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  height: calc(1.5em + 1rem + 2px);
  background: var(--primary);
  color: #fff;
  font-weight: 400;
  z-index: 25;
  font-size: 14px;
  line-height: 40px;
  padding: 0 15px;
  text-transform: capitalize;
  pointer-events: none;
  border-radius: 0 5px 5px 0;
}
.file-upload-wrapper:hover:before {
  background: rgb(182.3709677419, 139.0483870968, 90.6290322581);
}
.file-upload-wrapper input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  height: calc(1.5em + 1rem + 2px);
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  width: 100%;
}

#ui-datepicker-div {
  display: none;
  background: rgb(249.9, 249.9, 249.9);
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
  margin-top: 0.25rem;
  border-radius: 0.5rem;
  padding: 0.5rem;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.ui-datepicker-calendar thead th {
  padding: 0.25rem 0;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 400;
  color: #777777;
}
.ui-datepicker-calendar tbody td {
  width: 2.5rem;
  text-align: center;
  padding: 0;
}
.ui-datepicker-calendar tbody td a {
  display: block;
  border-radius: 0.25rem;
  line-height: 2rem;
  transition: 0.3s all;
  color: #777777;
  font-size: 0.875rem;
  text-decoration: none;
}
.ui-datepicker-calendar tbody td a:hover {
  background-color: var(--primary);
  color: white;
}
.ui-datepicker-calendar tbody td a.ui-state-active {
  background-color: var(--primary);
  color: white;
}

.ui-datepicker-header a.ui-corner-all {
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 2rem;
  height: 2rem;
  margin: 0.5rem;
  border-radius: 0.25rem;
  transition: 0.3s all;
}
.ui-datepicker-header a.ui-corner-all:hover {
  background-color: rgb(244.8870967742, 238.8548387097, 232.1129032258);
  color: #fff;
}
.ui-datepicker-header a.ui-datepicker-prev {
  left: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 0.5rem;
  background-position: 50%;
  transform: rotate(180deg);
}
.ui-datepicker-header a.ui-datepicker-next {
  right: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 50%;
}
.ui-datepicker-header a > span {
  display: none;
}

.ui-datepicker-title {
  text-align: center;
  line-height: 2rem;
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  padding-bottom: 0.25rem;
}

.ui-datepicker-week-col {
  color: #777777;
  font-weight: 400;
  font-size: 0.75rem;
}

label.error {
  color: #ff5269;
  position: absolute;
  bottom: 0;
  margin-bottom: -22px;
  font-size: 12px;
  font-weight: 400;
}

.nice-select {
  display: flex;
  align-items: center;
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}
.nice-select ul {
  width: 100% !important;
}

.nice-select .list {
  background: #212529;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #212529;
  color: var(--primary);
}

.form-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}

.form-select {
  border: 1px solid transparent;
}
.form-select .dropdown-toggle {
  border: 0 !important;
  padding: 0;
  font-weight: normal;
  text-transform: unset;
  outline: none;
}
.form-select .dropdown-toggle:focus {
  outline: 0 !important;
  outline-offset: 0;
}
.form-select .dropdown-toggle:after {
  content: none;
}
.form-select.show {
  box-shadow: none !important;
  outline: 0px !important;
}
.form-select.show .dropdown-toggle {
  box-shadow: none !important;
  outline: 0px !important;
}
.form-select.show.btn-group .dropdown-menu.inner {
  display: block;
}
.form-select .dropdown-menu {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-top: -1px;
  padding: 10px 0;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
  font-size: 14px;
}
.form-select .dropdown-menu ul li {
  padding: 0;
}
.form-select .dropdown-menu ul li a {
  display: block;
  padding: 8px 20px;
  clear: both;
  font-weight: 400;
  color: #333;
  white-space: nowrap;
}
.form-select .dropdown-menu ul li a img {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  margin-right: 5px;
}
.form-select .dropdown-menu ul li a:hover {
  background-color: #f2f2f4;
}
.form-select .dropdown-menu ul li.selected a {
  background-color: var(--primary);
  color: #fff;
}
.form-select:focus, .form-select:active, .form-select.active {
  border-color: var(--primary);
}

.form-select.btn-group {
  padding: 10px 20px;
  border-width: 1px;
}
.form-select.btn-group.show {
  box-shadow: 0 0px 10px 4px rgba(31, 66, 135, 0.1) !important;
  border-color: var(--primary);
}
.form-select.btn-group .form-control .dropdown-toggle.btn-default, .form-select.btn-group .woocommerce-EditAccountForm.edit-account input[type=text] .dropdown-toggle.btn-default, .woocommerce-EditAccountForm.edit-account .form-select.btn-group input[type=text] .dropdown-toggle.btn-default,
.form-select.btn-group .woocommerce-EditAccountForm.edit-account input[type=email] .dropdown-toggle.btn-default,
.woocommerce-EditAccountForm.edit-account .form-select.btn-group input[type=email] .dropdown-toggle.btn-default,
.form-select.btn-group .woocommerce-EditAccountForm.edit-account input[type=password] .dropdown-toggle.btn-default,
.woocommerce-EditAccountForm.edit-account .form-select.btn-group input[type=password] .dropdown-toggle.btn-default,
.form-select.btn-group .login input[type=text] .dropdown-toggle.btn-default,
.login .form-select.btn-group input[type=text] .dropdown-toggle.btn-default, .form-select.btn-group .login input[type=password] .dropdown-toggle.btn-default, .login .form-select.btn-group input[type=password] .dropdown-toggle.btn-default,
.form-select.btn-group .woocommerce-ResetPassword.lost_reset_password input[type=text] .dropdown-toggle.btn-default,
.woocommerce-ResetPassword.lost_reset_password .form-select.btn-group input[type=text] .dropdown-toggle.btn-default,
.form-select.btn-group .checkout.woocommerce-checkout input[type=text] .dropdown-toggle.btn-default,
.checkout.woocommerce-checkout .form-select.btn-group input[type=text] .dropdown-toggle.btn-default,
.form-select.btn-group .checkout.woocommerce-checkout input[type=email] .dropdown-toggle.btn-default,
.checkout.woocommerce-checkout .form-select.btn-group input[type=email] .dropdown-toggle.btn-default,
.form-select.btn-group .checkout.woocommerce-checkout input[type=tel] .dropdown-toggle.btn-default,
.checkout.woocommerce-checkout .form-select.btn-group input[type=tel] .dropdown-toggle.btn-default,
.form-select.btn-group .checkout.woocommerce-checkout .select2-choice .dropdown-toggle.btn-default,
.checkout.woocommerce-checkout .form-select.btn-group .select2-choice .dropdown-toggle.btn-default,
.form-select.btn-group .checkout.woocommerce-checkout textarea .dropdown-toggle.btn-default,
.checkout.woocommerce-checkout .form-select.btn-group textarea .dropdown-toggle.btn-default,
.form-select.btn-group .woocommerce form .form-row input.input-text .dropdown-toggle.btn-default,
.woocommerce form .form-row .form-select.btn-group input.input-text .dropdown-toggle.btn-default,
.form-select.btn-group .woocommerce form .form-row .select2-selection .dropdown-toggle.btn-default,
.woocommerce form .form-row .form-select.btn-group .select2-selection .dropdown-toggle.btn-default,
.form-select.btn-group .woocommerce form .form-row .select2-choice .dropdown-toggle.btn-default,
.woocommerce form .form-row .form-select.btn-group .select2-choice .dropdown-toggle.btn-default,
.form-select.btn-group .woocommerce .woocommerce-checkout.checkout form .form-row select .dropdown-toggle.btn-default,
.woocommerce .woocommerce-checkout.checkout form .form-row .form-select.btn-group select .dropdown-toggle.btn-default,
.form-select.btn-group .woocommerce .woocommerce-checkout.checkout form .form-row input .dropdown-toggle.btn-default,
.woocommerce .woocommerce-checkout.checkout form .form-row .form-select.btn-group input .dropdown-toggle.btn-default, .form-select.btn-group .woocommerce-cart-form .table tr .quantity input .dropdown-toggle.btn-default, .woocommerce-cart-form .table tr .quantity .form-select.btn-group input .dropdown-toggle.btn-default, .form-select.btn-group .woocommerce-cart-form .table tr td.actions .coupon .input-text .dropdown-toggle.btn-default, .woocommerce-cart-form .table tr td.actions .coupon .form-select.btn-group .input-text .dropdown-toggle.btn-default, .form-select.btn-group .woocommerce #review_form #respond input[type=text] .dropdown-toggle.btn-default, .woocommerce #review_form #respond .form-select.btn-group input[type=text] .dropdown-toggle.btn-default,
.form-select.btn-group .woocommerce #review_form #respond textarea .dropdown-toggle.btn-default,
.woocommerce #review_form #respond .form-select.btn-group textarea .dropdown-toggle.btn-default,
.form-select.btn-group .woocommerce #review_form #respond input[type=email] .dropdown-toggle.btn-default,
.woocommerce #review_form #respond .form-select.btn-group input[type=email] .dropdown-toggle.btn-default, .form-select.btn-group .wp-block-categories-dropdown select .dropdown-toggle.btn-default, .wp-block-categories-dropdown .form-select.btn-group select .dropdown-toggle.btn-default,
.form-select.btn-group .wp-block-archives-dropdown select .dropdown-toggle.btn-default,
.wp-block-archives-dropdown .form-select.btn-group select .dropdown-toggle.btn-default {
  padding: 0;
}
.form-select.btn-group .dropdown-toggle .caret {
  font-size: 10px;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}
.form-select.btn-group .dropdown-toggle .caret:before {
  content: "\f078";
}

.custom-file-label {
  box-shadow: 0 0px 10px 4px rgba(31, 66, 135, 0.1);
  height: 45px;
  border-radius: 30px !important;
  padding: 10px 20px;
  font-size: 15px;
  border-color: transparent;
}
.custom-file-label:after {
  content: none !important;
}

.dz-form.radius-no .form-control, .dz-form.radius-no .woocommerce-EditAccountForm.edit-account input[type=text], .woocommerce-EditAccountForm.edit-account .dz-form.radius-no input[type=text],
.dz-form.radius-no .woocommerce-EditAccountForm.edit-account input[type=email],
.woocommerce-EditAccountForm.edit-account .dz-form.radius-no input[type=email],
.dz-form.radius-no .woocommerce-EditAccountForm.edit-account input[type=password],
.woocommerce-EditAccountForm.edit-account .dz-form.radius-no input[type=password],
.dz-form.radius-no .login input[type=text],
.login .dz-form.radius-no input[type=text], .dz-form.radius-no .login input[type=password], .login .dz-form.radius-no input[type=password],
.dz-form.radius-no .woocommerce-ResetPassword.lost_reset_password input[type=text],
.woocommerce-ResetPassword.lost_reset_password .dz-form.radius-no input[type=text],
.dz-form.radius-no .checkout.woocommerce-checkout input[type=text],
.checkout.woocommerce-checkout .dz-form.radius-no input[type=text],
.dz-form.radius-no .checkout.woocommerce-checkout input[type=email],
.checkout.woocommerce-checkout .dz-form.radius-no input[type=email],
.dz-form.radius-no .checkout.woocommerce-checkout input[type=tel],
.checkout.woocommerce-checkout .dz-form.radius-no input[type=tel],
.dz-form.radius-no .checkout.woocommerce-checkout .select2-choice,
.checkout.woocommerce-checkout .dz-form.radius-no .select2-choice,
.dz-form.radius-no .checkout.woocommerce-checkout textarea,
.checkout.woocommerce-checkout .dz-form.radius-no textarea,
.dz-form.radius-no .woocommerce form .form-row input.input-text,
.woocommerce form .form-row .dz-form.radius-no input.input-text,
.dz-form.radius-no .woocommerce form .form-row .select2-selection,
.woocommerce form .form-row .dz-form.radius-no .select2-selection,
.dz-form.radius-no .woocommerce form .form-row .select2-choice,
.woocommerce form .form-row .dz-form.radius-no .select2-choice, .dz-form.radius-no .woocommerce .woocommerce-checkout.checkout form .form-row textarea, .woocommerce .woocommerce-checkout.checkout form .form-row .dz-form.radius-no textarea,
.dz-form.radius-no .woocommerce .woocommerce-checkout.checkout form .form-row select,
.woocommerce .woocommerce-checkout.checkout form .form-row .dz-form.radius-no select,
.dz-form.radius-no .woocommerce .woocommerce-checkout.checkout form .form-row input,
.woocommerce .woocommerce-checkout.checkout form .form-row .dz-form.radius-no input, .dz-form.radius-no .woocommerce-cart-form .table tr .quantity input, .woocommerce-cart-form .table tr .quantity .dz-form.radius-no input, .dz-form.radius-no .woocommerce-cart-form .table tr td.actions .coupon .input-text, .woocommerce-cart-form .table tr td.actions .coupon .dz-form.radius-no .input-text, .dz-form.radius-no .woocommerce #review_form #respond input[type=text], .woocommerce #review_form #respond .dz-form.radius-no input[type=text],
.dz-form.radius-no .woocommerce #review_form #respond textarea,
.woocommerce #review_form #respond .dz-form.radius-no textarea,
.dz-form.radius-no .woocommerce #review_form #respond input[type=email],
.woocommerce #review_form #respond .dz-form.radius-no input[type=email], .dz-form.radius-no .wp-block-categories-dropdown select, .wp-block-categories-dropdown .dz-form.radius-no select,
.dz-form.radius-no .wp-block-archives-dropdown select,
.wp-block-archives-dropdown .dz-form.radius-no select {
  border-radius: 0;
}
.dz-form.style-1 textarea {
  height: 185px;
  padding: 15px ​20px;
}

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

.form-select,
select {
  height: 60px;
  background-image: url(../images/down.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 13px;
  background-color: #e7e7e7 !important;
  appearance: none;
  padding: 10px 20px;
  border: 0;
  font-size: 15px;
}

button:hover,
button:active,
button:focus {
  outline: 0;
}

.btn, .woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #place_order, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart-form .table tr .button, .woocommerce #review_form #respond .form-submit input, .woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a, .wp-block-search .wp-block-search__button, .wp-block-button__link {
  padding: 18px 30px;
  display: inline-flex;
  border-radius: 0;
  font-size: 15px;
  font-weight: 400;
  position: relative;
  line-height: 1.5;
  letter-spacing: 3px;
  font-family: "Oswald", sans-serif;
  box-shadow: 0 5px 15px -10px var(--primary);
  align-items: center;
}
.btn.btn-lg, .woocommerce #respond input.btn-lg#submit,
.woocommerce a.btn-lg.button,
.woocommerce button.btn-lg.button,
.woocommerce input.btn-lg.button,
.woocommerce .btn-lg#place_order, .woocommerce-cart .wc-proceed-to-checkout a.btn-lg.checkout-button, .woocommerce-cart-form .table tr .btn-lg.button, .woocommerce #review_form #respond .form-submit input.btn-lg, .woocommerce .widget_shopping_cart .buttons a.btn-lg,
.woocommerce.widget_shopping_cart .buttons a.btn-lg, .wp-block-search .btn-lg.wp-block-search__button, .btn-lg.wp-block-button__link, .btn-group-lg > .btn, .woocommerce #respond .btn-group-lg > input#submit,
.woocommerce .btn-group-lg > a.button,
.woocommerce .btn-group-lg > button.button,
.woocommerce .btn-group-lg > input.button,
.woocommerce .btn-group-lg > #place_order, .woocommerce-cart .wc-proceed-to-checkout .btn-group-lg > a.checkout-button, .woocommerce-cart-form .table tr .btn-group-lg > .button, .woocommerce #review_form #respond .form-submit .btn-group-lg > input, .woocommerce .widget_shopping_cart .buttons .btn-group-lg > a,
.woocommerce.widget_shopping_cart .buttons .btn-group-lg > a, .wp-block-search .btn-group-lg > .wp-block-search__button, .btn-group-lg > .wp-block-button__link {
  padding: 24px 40px;
  font-size: 16px;
}
.btn.btn-sm, .woocommerce #respond input.btn-sm#submit,
.woocommerce a.btn-sm.button,
.woocommerce button.btn-sm.button,
.woocommerce input.btn-sm.button,
.woocommerce .btn-sm#place_order, .woocommerce-cart .wc-proceed-to-checkout a.btn-sm.checkout-button, .woocommerce-cart-form .table tr .btn-sm.button, .woocommerce #review_form #respond .form-submit input.btn-sm, .woocommerce .widget_shopping_cart .buttons a.btn-sm,
.woocommerce.widget_shopping_cart .buttons a.btn-sm, .wp-block-search .wp-block-search__button, .btn-sm.wp-block-button__link, .btn-group-sm > .btn, .woocommerce #respond .btn-group-sm > input#submit,
.woocommerce .btn-group-sm > a.button,
.woocommerce .btn-group-sm > button.button,
.woocommerce .btn-group-sm > input.button,
.woocommerce .btn-group-sm > #place_order, .woocommerce-cart .wc-proceed-to-checkout .btn-group-sm > a.checkout-button, .woocommerce-cart-form .table tr .btn-group-sm > .button, .woocommerce #review_form #respond .form-submit .btn-group-sm > input, .woocommerce .widget_shopping_cart .buttons .btn-group-sm > a,
.woocommerce.widget_shopping_cart .buttons .btn-group-sm > a, .btn-group-sm > .wp-block-button__link {
  font-size: 14px;
  padding: 14px 24px;
}
.btn.btn-xs, .woocommerce #respond input.btn-xs#submit,
.woocommerce a.btn-xs.button,
.woocommerce button.btn-xs.button,
.woocommerce input.btn-xs.button,
.woocommerce .btn-xs#place_order, .woocommerce-cart .wc-proceed-to-checkout a.btn-xs.checkout-button, .woocommerce-cart-form .table tr .btn-xs.button, .woocommerce #review_form #respond .form-submit input.btn-xs, .woocommerce .widget_shopping_cart .buttons a.btn-xs,
.woocommerce.widget_shopping_cart .buttons a.btn-xs, .wp-block-search .btn-xs.wp-block-search__button, .btn-xs.wp-block-button__link {
  font-size: 14px;
  padding: 11px 25px;
}
@media only screen and (max-width: 767px) {
  .btn, .woocommerce #respond input#submit,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button,
  .woocommerce #place_order, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart-form .table tr .button, .woocommerce #review_form #respond .form-submit input, .woocommerce .widget_shopping_cart .buttons a,
  .woocommerce.widget_shopping_cart .buttons a, .wp-block-search .wp-block-search__button, .wp-block-button__link {
    padding: 14px 25px;
    font-size: 14px;
  }
}
.btn.btn-primary, .woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #place_order, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart-form .table tr .btn.button,
.woocommerce-cart-form .table tr .woocommerce a.button,
.woocommerce .woocommerce-cart-form .table tr a.button,
.woocommerce-cart-form .table tr .woocommerce button.button,
.woocommerce .woocommerce-cart-form .table tr button.button,
.woocommerce-cart-form .table tr .woocommerce input.button,
.woocommerce .woocommerce-cart-form .table tr input.button, .woocommerce-cart-form .table tr .woocommerce-cart .wc-proceed-to-checkout a.button.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .woocommerce-cart-form .table tr a.button.checkout-button, .woocommerce-cart-form .table tr .btn-primary.button,
.woocommerce-cart-form .table tr .woocommerce a.button,
.woocommerce .woocommerce-cart-form .table tr a.button,
.woocommerce-cart-form .table tr .woocommerce button.button,
.woocommerce .woocommerce-cart-form .table tr button.button,
.woocommerce-cart-form .table tr .woocommerce input.button,
.woocommerce .woocommerce-cart-form .table tr input.button, .woocommerce-cart-form .table tr .button, .woocommerce #review_form #respond .form-submit input, .woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a, .wp-block-search .wp-block-search__button, .wp-block-button__link {
  color: #fff;
}
.btn.btn-primary:hover, .woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #place_order:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-cart-form .table tr .btn.button:hover,
.woocommerce-cart-form .table tr .woocommerce a.button:hover,
.woocommerce .woocommerce-cart-form .table tr a.button:hover,
.woocommerce-cart-form .table tr .woocommerce button.button:hover,
.woocommerce .woocommerce-cart-form .table tr button.button:hover,
.woocommerce-cart-form .table tr .woocommerce input.button:hover,
.woocommerce .woocommerce-cart-form .table tr input.button:hover, .woocommerce-cart-form .table tr .woocommerce-cart .wc-proceed-to-checkout a.button.checkout-button:hover, .woocommerce-cart .wc-proceed-to-checkout .woocommerce-cart-form .table tr a.button.checkout-button:hover, .woocommerce-cart-form .table tr .btn-primary.button:hover, .woocommerce-cart-form .table tr .button:hover, .woocommerce #review_form #respond .form-submit input:hover, .woocommerce .widget_shopping_cart .buttons a:hover,
.woocommerce.widget_shopping_cart .buttons a:hover, .wp-block-search .wp-block-search__button:hover, .wp-block-button__link:hover {
  color: #fff;
}
.btn i, .woocommerce #respond input#submit i,
.woocommerce a.button i,
.woocommerce button.button i,
.woocommerce input.button i,
.woocommerce #place_order i, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button i, .woocommerce-cart-form .table tr .button i, .woocommerce #review_form #respond .form-submit input i, .woocommerce .widget_shopping_cart .buttons a i,
.woocommerce.widget_shopping_cart .buttons a i, .wp-block-search .wp-block-search__button i, .wp-block-button__link i {
  font-size: 18px;
  line-height: 1;
}
.btn.text-center, .woocommerce #respond input.text-center#submit,
.woocommerce a.text-center.button,
.woocommerce button.text-center.button,
.woocommerce input.text-center.button,
.woocommerce .text-center#place_order, .woocommerce-cart .wc-proceed-to-checkout a.text-center.checkout-button, .woocommerce-cart-form .table tr .text-center.button, .woocommerce #review_form #respond .form-submit input.text-center, .woocommerce .widget_shopping_cart .buttons a.text-center,
.woocommerce.widget_shopping_cart .buttons a.text-center, .wp-block-search .text-center.wp-block-search__button, .text-center.wp-block-button__link, .btn.btn-block, .woocommerce #respond input.btn-block#submit,
.woocommerce a.btn-block.button,
.woocommerce button.btn-block.button,
.woocommerce input.btn-block.button,
.woocommerce .btn-block#place_order, .woocommerce-cart .wc-proceed-to-checkout a.btn-block.checkout-button, .woocommerce-cart-form .table tr .btn-block.button, .woocommerce #review_form #respond .form-submit input.btn-block, .woocommerce .widget_shopping_cart .buttons a.btn-block,
.woocommerce.widget_shopping_cart .buttons a.btn-block, .wp-block-search .btn-block.wp-block-search__button, .btn-block.wp-block-button__link, .btn.w-100, .woocommerce #respond input.w-100#submit,
.woocommerce a.w-100.button,
.woocommerce button.w-100.button,
.woocommerce input.w-100.button,
.woocommerce .w-100#place_order, .woocommerce-cart .wc-proceed-to-checkout a.w-100.checkout-button, .woocommerce-cart-form .table tr .w-100.button, .woocommerce #review_form #respond .form-submit input.w-100, .woocommerce .widget_shopping_cart .buttons a.w-100,
.woocommerce.widget_shopping_cart .buttons a.w-100, .wp-block-search .w-100.wp-block-search__button, .w-100.wp-block-button__link {
  justify-content: center;
}
.btn:after, .woocommerce #respond input#submit:after,
.woocommerce a.button:after,
.woocommerce button.button:after,
.woocommerce input.button:after,
.woocommerce #place_order:after, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:after, .woocommerce-cart-form .table tr .button:after, .woocommerce #review_form #respond .form-submit input:after, .woocommerce .widget_shopping_cart .buttons a:after,
.woocommerce.widget_shopping_cart .buttons a:after, .wp-block-search .wp-block-search__button:after, .wp-block-button__link:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/linex.png) -30px 6px, url(../images/liney.png) 6px -30px, url(../images/linex.png) right -30px bottom 7px, url(../images/liney.png) right 7px bottom -30px;
  background-repeat: no-repeat;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
.btn:active:after, .woocommerce #respond input#submit:active:after,
.woocommerce a.button:active:after,
.woocommerce button.button:active:after,
.woocommerce input.button:active:after,
.woocommerce #place_order:active:after, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:active:after, .woocommerce-cart-form .table tr .button:active:after, .woocommerce #review_form #respond .form-submit input:active:after, .woocommerce .widget_shopping_cart .buttons a:active:after,
.woocommerce.widget_shopping_cart .buttons a:active:after, .wp-block-search .wp-block-search__button:active:after, .wp-block-button__link:active:after, .btn:focus:after, .woocommerce #respond input#submit:focus:after,
.woocommerce a.button:focus:after,
.woocommerce button.button:focus:after,
.woocommerce input.button:focus:after,
.woocommerce #place_order:focus:after, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus:after, .woocommerce-cart-form .table tr .button:focus:after, .woocommerce #review_form #respond .form-submit input:focus:after, .woocommerce .widget_shopping_cart .buttons a:focus:after,
.woocommerce.widget_shopping_cart .buttons a:focus:after, .wp-block-search .wp-block-search__button:focus:after, .wp-block-button__link:focus:after, .btn:hover:after, .woocommerce #respond input#submit:hover:after,
.woocommerce a.button:hover:after,
.woocommerce button.button:hover:after,
.woocommerce input.button:hover:after,
.woocommerce #place_order:hover:after, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover:after, .woocommerce-cart-form .table tr .button:hover:after, .woocommerce #review_form #respond .form-submit input:hover:after, .woocommerce .widget_shopping_cart .buttons a:hover:after,
.woocommerce.widget_shopping_cart .buttons a:hover:after, .wp-block-search .wp-block-search__button:hover:after, .wp-block-button__link:hover:after {
  background: url(../images/linex.png) 2px 6px, url(../images/liney.png) 6px 2px, url(../images/linex.png) right 2px bottom 7px, url(../images/liney.png) right 7px bottom 2px;
  background-repeat: no-repeat;
}

.btn-primary, .woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #place_order, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart-form .table tr .button, .woocommerce #review_form #respond .form-submit input, .woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a, .wp-block-search .wp-block-search__button, .wp-block-button__link {
  border-color: var(--primary);
  background-color: var(--primary);
}
.btn-primary.disabled, .woocommerce #respond input.disabled#submit,
.woocommerce a.disabled.button,
.woocommerce button.disabled.button,
.woocommerce input.disabled.button,
.woocommerce .disabled#place_order, .woocommerce-cart .wc-proceed-to-checkout a.disabled.checkout-button, .woocommerce-cart-form .table tr .disabled.button, .woocommerce #review_form #respond .form-submit input.disabled, .woocommerce .widget_shopping_cart .buttons a.disabled,
.woocommerce.widget_shopping_cart .buttons a.disabled, .wp-block-search .disabled.wp-block-search__button, .disabled.wp-block-button__link, .btn-primary:disabled, .woocommerce #respond input#submit:disabled,
.woocommerce a.button:disabled,
.woocommerce button.button:disabled,
.woocommerce input.button:disabled,
.woocommerce #place_order:disabled, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:disabled, .woocommerce-cart-form .table tr .button:disabled, .woocommerce #review_form #respond .form-submit input:disabled, .woocommerce .widget_shopping_cart .buttons a:disabled,
.woocommerce.widget_shopping_cart .buttons a:disabled, .wp-block-search .wp-block-search__button:disabled, .wp-block-button__link:disabled, .btn-primary:not(:disabled):not(.disabled).active, .woocommerce #respond input#submit:not(:disabled):not(.disabled).active,
.woocommerce a.button:not(:disabled):not(.disabled).active,
.woocommerce button.button:not(:disabled):not(.disabled).active,
.woocommerce input.button:not(:disabled):not(.disabled).active,
.woocommerce #place_order:not(:disabled):not(.disabled).active, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:not(:disabled):not(.disabled).active, .woocommerce-cart-form .table tr .button:not(:disabled):not(.disabled).active, .woocommerce #review_form #respond .form-submit input:not(:disabled):not(.disabled).active, .woocommerce .widget_shopping_cart .buttons a:not(:disabled):not(.disabled).active,
.woocommerce.widget_shopping_cart .buttons a:not(:disabled):not(.disabled).active, .wp-block-search .wp-block-search__button:not(:disabled):not(.disabled).active, .wp-block-button__link:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .woocommerce-cart-form .table tr .button:not(:disabled):not(.disabled):active, .btn-primary:active, .woocommerce #respond input#submit:active,
.woocommerce a.button:active,
.woocommerce button.button:active,
.woocommerce input.button:active,
.woocommerce #place_order:active, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:active, .woocommerce-cart-form .table tr .button:active, .woocommerce #review_form #respond .form-submit input:active, .woocommerce .widget_shopping_cart .buttons a:active,
.woocommerce.widget_shopping_cart .buttons a:active, .wp-block-search .wp-block-search__button:active, .wp-block-button__link:active, .btn-primary:focus, .woocommerce #respond input#submit:focus,
.woocommerce a.button:focus,
.woocommerce button.button:focus,
.woocommerce input.button:focus,
.woocommerce #place_order:focus, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus, .woocommerce-cart-form .table tr .button:focus, .woocommerce #review_form #respond .form-submit input:focus, .woocommerce .widget_shopping_cart .buttons a:focus,
.woocommerce.widget_shopping_cart .buttons a:focus, .wp-block-search .wp-block-search__button:focus, .wp-block-button__link:focus, .btn-primary:hover, .woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #place_order:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-cart-form .table tr .button:hover, .woocommerce #review_form #respond .form-submit input:hover, .woocommerce .widget_shopping_cart .buttons a:hover,
.woocommerce.widget_shopping_cart .buttons a:hover, .wp-block-search .wp-block-search__button:hover, .wp-block-button__link:hover {
  border-color: var(--primary-hover);
  background-color: var(--primary-hover);
}

.btn-link {
  color: var(--primary);
  text-decoration: none;
}
.btn-link:hover {
  color: var(--primary-hover);
}

.btn-outline-primary, .is-style-outline .wp-block-button__link {
  color: var(--primary);
  border-color: var(--primary);
}
.btn-outline-primary.disabled, .is-style-outline .disabled.wp-block-button__link, .btn-outline-primary:disabled, .is-style-outline .wp-block-button__link:disabled, .btn-outline-primary:not(:disabled):not(.disabled).active, .is-style-outline .wp-block-button__link:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:active, .is-style-outline .wp-block-button__link:active, .btn-outline-primary:focus, .is-style-outline .wp-block-button__link:focus, .btn-outline-primary:hover, .is-style-outline .wp-block-button__link:hover {
  border-color: var(--primary-hover);
  background-color: var(--primary-hover);
  color: #fff;
}

.btn-link-lg {
  font-weight: 700;
  font-size: 18px;
}
.btn-link-lg:hover {
  text-decoration: unset;
}

.btn-light {
  background-color: #fff;
}
.btn-light:hover {
  background-color: var(--primary);
  color: #fff !important;
  border-color: transparent;
}
.btn-light.text-primary:hover {
  color: #fff !important;
}

.wp-block-button {
  margin-bottom: 0.3125rem;
}

.is-style-squared .wp-block-button__link {
  border-radius: 0;
}

.wp-block-button__link {
  border-radius: 60px;
}
.wp-block-button__link:after {
  content: none;
}

.is-content-justification-center .wp-block-button__link,
.wp-block-button__width-100 .wp-block-button__link {
  justify-content: center;
}

.video-btn.style-1 {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}
.video-btn.style-1 i {
  display: inline-block;
  height: 55px;
  width: 55px;
  min-width: 55px;
  border-radius: 55px;
  line-height: 55px;
  background: var(--rgba-primary-2);
  text-align: center;
  color: var(--primary);
  font-size: 15px;
  margin-right: 15px;
}
.video-btn.style-1 .text {
  font-weight: 500;
  font-size: 16px;
  padding-right: 30px;
  margin: 0;
  color: #000000;
}
.video-btn.style-1:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  height: 55px;
  width: 55px;
  border-radius: 55px;
  background: #fff;
  z-index: -1;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.video-btn.style-1:hover .text {
  color: #000;
}
@media only screen and (max-width: 575px) {
  .video-btn.style-1:hover .text {
    display: none;
  }
}
.video-btn.style-1:hover:before {
  width: 100%;
  box-shadow: 1px 1.732px 55px 0px rgba(0, 0, 0, 0.1);
}
.video-btn.style-1.video-btn-dark i {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: var(--secondary);
}
.video-btn.style-1.video-btn-dark .text {
  color: #fff;
}
.video-btn.style-1.video-btn-dark:before {
  background: var(--primary);
}
@media only screen and (min-width: 991px) {
  .video-btn.style-1.video-btn-dark {
    margin-top: 20px;
  }
}

.table-responsive-sm {
  min-width: 48rem;
}

.table {
  margin-bottom: 0px;
  font-weight: 400;
}
.table tr td,
.table tr th {
  padding: 15px;
}

.table tr th {
  color: #212529;
  font-weight: 500;
}

.table-striped thead tr th {
  padding-bottom: 15px !important;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #ffffff;
}
.table-striped tfoot {
  border-top: 2px solid #E1E1F0;
}
.table-striped tfoot tr th {
  padding-top: 10px;
}

.dz-separator {
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 8px;
  position: relative;
}
.dz-separator.m-b0 {
  margin-bottom: 0;
}
.dz-separator.style-liner {
  width: 20px;
}
.dz-separator.style-icon {
  width: 30px;
  height: auto;
  text-align: center;
  font-size: 20px;
}
.dz-separator.style-skew {
  width: 15px;
  height: 10px;
  margin-left: 1px;
  margin-right: 1px;
  -moz-transform: skewX(-10deg);
  -webkit-transform: skewX(-10deg);
  -o-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  transform: skewX(-10deg);
}
.dz-separator.style-skew[class*=style-]:after, .dz-separator.style-skew[class*=style-]:before {
  width: 80px;
  height: 4px;
  left: 20px;
  -moz-transform: translateY(-50%) skewX(-10deg);
  -webkit-transform: translateY(-50%) skewX(-10deg);
  -o-transform: translateY(-50%) skewX(-10deg);
  -ms-transform: translateY(-50%) skewX(-10deg);
  transform: translateY(-50%) skewX(-10deg);
}
.dz-separator.style-skew[class*=style-]:before {
  right: 20px;
  left: auto;
}
.dz-separator.bnr-title {
  height: 1px;
  width: 155px;
  opacity: 0.5;
}
.dz-separator.bnr-title:before, .dz-separator.bnr-title:after {
  position: absolute;
  content: "";
  background-color: inherit;
}
.dz-separator.bnr-title:before {
  height: inherit;
  right: -80px;
  width: 25px;
}
.dz-separator.bnr-title:after {
  height: inherit;
  right: -90px;
  top: 0;
  width: 6px;
}
.dz-separator.bnr-title i {
  background-color: inherit;
  display: block;
  height: inherit;
  position: absolute;
  right: -50px;
  width: 45px;
}

.dz-separator-outer {
  overflow: hidden;
}

.dz-separator.style-1 {
  height: 12px;
  display: inline-flex;
  width: 92px;
}
.dz-separator.style-1:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  line-height: 12px;
  text-shadow: 10px 0px 0 #000000, 20px 0px 0 #000000, 30px 0px 0 #000000, 40px 0px 0 #000000, 50px 0px 0 #000000, 60px 0px 0 #000000, 70px 0px 0 #000000, 80px 0px 0 #000000;
  color: #000000;
}
.dz-separator.style-1.text-primary:after {
  text-shadow: 10px 0px 0 var(--primary), 20px 0px 0 var(--primary), 30px 0px 0 var(--primary), 40px 0px 0 var(--primary), 50px 0px 0 var(--primary), 60px 0px 0 var(--primary), 70px 0px 0 var(--primary), 80px 0px 0 var(--primary);
  color: var(--primary);
}
.dz-separator.style-1.text-white:after {
  text-shadow: 10px 0px 0 #fff, 20px 0px 0 #fff, 30px 0px 0 #fff, 40px 0px 0 #fff, 50px 0px 0 #fff, 60px 0px 0 #fff, 70px 0px 0 #fff, 80px 0px 0 #fff;
  color: #fff;
}
.dz-separator.style-2 {
  width: 45px;
  height: 2px;
  background-color: var(--primary);
}

.site-filters {
  margin-bottom: 30px;
}
.site-filters ul {
  margin: 0;
  list-style: none;
}
.site-filters li {
  display: inline-block;
  padding: 0;
  margin-bottom: 3px;
}
.site-filters li.btn,
.site-filters .woocommerce li#place_order,
.woocommerce .site-filters li#place_order, .site-filters .woocommerce-cart-form .table tr li.button, .woocommerce-cart-form .table tr .site-filters li.button, .site-filters .wp-block-search li.wp-block-search__button, .wp-block-search .site-filters li.wp-block-search__button, .site-filters li.wp-block-button__link {
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: none !important;
}
.site-filters li input {
  display: none;
}
.site-filters li a {
  margin: 0 5px 5px 0;
  display: block;
}
.site-filters li.active [class*=btn] {
  color: #fff;
  background-color: #EFBB20;
}
.site-filters.center {
  text-align: center;
}
.site-filters.center ul {
  display: inline-block;
  margin: auto;
}
.site-filters.center [class*=btn] {
  display: inline-block;
  margin: 0 5px 10px;
  text-transform: uppercase;
}
@media only screen and (max-width: 575px) {
  .site-filters.center [class*=btn] {
    margin: 0 1px 5px;
    padding: 5px 10px;
    font-size: 12px;
  }
}
.site-filters.style-1 {
  margin-bottom: 45px;
}
.site-filters.style-1 .filters li {
  text-transform: capitalize !important;
  margin: 0 20px -1px;
  border: 0;
}
.site-filters.style-1 .filters li:after {
  content: none;
}
.site-filters.style-1 .filters li a {
  color: #212529;
  font-size: 18px;
  margin: 0;
  border-bottom: 2px solid;
  border-color: transparent;
  padding: 0 2px 10px;
  font-weight: 600;
  text-transform: uppercase;
}
.site-filters.style-1 .filters li.active a {
  color: var(--primary);
  border-color: var(--primary);
}
.site-filters.style-1 .filters li:first-child {
  margin-left: 0;
}
.site-filters.style-1 .filters li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 991px) {
  .site-filters.style-1 .filters li {
    margin: 0 5px -1px;
  }
  .site-filters.style-1 .filters li a {
    font-size: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .site-filters.style-1 .filters li {
    margin: 0 0px -6px;
  }
  .site-filters.style-1 .filters li a {
    font-size: 14px;
  }
}

.dz-img-overlay1,
.dz-img-overlay2,
.dz-img-overlay3,
.dz-img-overlay4,
.dz-img-overlay5,
.dz-img-overlay6,
.dz-img-overlay7,
.dz-img-overlay8,
.dz-img-overlay9,
.dz-img-overlay11,
.dz-img-overlay12 {
  position: relative;
}
.dz-img-overlay1:before, .dz-img-overlay1:after,
.dz-img-overlay2:before,
.dz-img-overlay2:after,
.dz-img-overlay3:before,
.dz-img-overlay3:after,
.dz-img-overlay4:before,
.dz-img-overlay4:after,
.dz-img-overlay5:before,
.dz-img-overlay5:after,
.dz-img-overlay6:before,
.dz-img-overlay6:after,
.dz-img-overlay7:before,
.dz-img-overlay7:after,
.dz-img-overlay8:before,
.dz-img-overlay8:after,
.dz-img-overlay9:before,
.dz-img-overlay9:after,
.dz-img-overlay11:before,
.dz-img-overlay11:after,
.dz-img-overlay12:before,
.dz-img-overlay12:after {
  content: "";
  background: #282d32;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0.4;
  z-index: 1;
  -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  -ms-transition: all 0.8s linear;
  -o-transition: all 0.8s linear;
  transition: all 0.8s linear;
}
.dz-img-overlay1.overlay-primary,
.dz-img-overlay2.overlay-primary,
.dz-img-overlay3.overlay-primary,
.dz-img-overlay4.overlay-primary,
.dz-img-overlay5.overlay-primary,
.dz-img-overlay6.overlay-primary,
.dz-img-overlay7.overlay-primary,
.dz-img-overlay8.overlay-primary,
.dz-img-overlay9.overlay-primary,
.dz-img-overlay11.overlay-primary,
.dz-img-overlay12.overlay-primary {
  background: var(--primary);
}

.dz-box:hover .dz-img-overlay1:before {
  opacity: 0.5;
}
.dz-box:hover .dz-img-overlay2:before {
  opacity: 0.9;
}
.dz-box:hover .dz-img-overlay3:before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.dz-box:hover .dz-img-overlay4:before {
  width: 100%;
  left: 0;
}
.dz-box:hover .dz-img-overlay5:before {
  height: 100%;
  top: 0;
}
.dz-box:hover .dz-img-overlay6:before {
  height: 100%;
}
.dz-box:hover .dz-img-overlay7:before,
.dz-box:hover .dz-img-overlay7:after {
  width: 50%;
}
.dz-box:hover .dz-img-overlay8:before,
.dz-box:hover .dz-img-overlay8:after {
  width: 100%;
  opacity: 0.3;
}
.dz-box:hover .dz-img-overlay9:before,
.dz-box:hover .dz-img-overlay9:after {
  width: 100%;
  height: 100%;
  opacity: 0.3;
}

.dz-img-overlay1:before {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.dz-img-overlay1:hover:before {
  opacity: 0.5;
}

.dz-img-overlay2:before {
  width: 100%;
  height: 100%;
  opacity: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.dz-img-overlay2:before:hover:before {
  opacity: 0.9;
}

.dz-img-overlay3:before {
  left: 50%;
  top: 50%;
}
.dz-img-overlay3:hover:before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.dz-img-overlay4:before {
  left: 50%;
  top: 0;
  height: 100%;
}
.dz-img-overlay4:hover:before {
  width: 100%;
  left: 0;
}

.dz-img-overlay5:before {
  left: 0;
  top: 50%;
  width: 100%;
}
.dz-img-overlay5:hover:before {
  height: 100%;
  top: 0;
}

.dz-img-overlay6:before {
  left: 0;
  top: auto;
  bottom: 0;
  width: 100%;
}
.dz-img-overlay6:hover:before {
  height: 100%;
}

.dz-img-overlay7:before, .dz-img-overlay7:after {
  height: 100%;
}
.dz-img-overlay7:after {
  left: auto;
  right: 0;
}
.dz-img-overlay7:hover:before, .dz-img-overlay7:hover:after {
  width: 50%;
}

.dz-img-overlay8:before, .dz-img-overlay8:after {
  height: 100%;
}
.dz-img-overlay8:after {
  left: auto;
  right: 0;
}
.dz-img-overlay8:hover:before, .dz-img-overlay8:hover:after {
  width: 100%;
  opacity: 0.3;
}

.dz-img-overlay9:before:before, .dz-img-overlay9:before:after,
.dz-img-overlay9:after:before,
.dz-img-overlay9:after:after {
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
}
.dz-img-overlay9:before:hover:before, .dz-img-overlay9:before:hover:after,
.dz-img-overlay9:after:hover:before,
.dz-img-overlay9:after:hover:after {
  width: 100%;
  height: 100%;
  opacity: 0.3;
}

/*  */
.overlay-black-light,
.overlay-black-middle,
.overlay-black-dark,
.overlay-gradient-light,
.overlay-gradient-middle,
.overlay-gradient-dark,
.overlay-white-light,
.overlay-white-middle,
.overlay-white-dark,
.overlay-primary-light,
.overlay-primary-middle,
.overlay-primary-dark,
.overlay-primary {
  position: relative;
}
.overlay-black-light:before,
.overlay-black-middle:before,
.overlay-black-dark:before,
.overlay-gradient-light:before,
.overlay-gradient-middle:before,
.overlay-gradient-dark:before,
.overlay-white-light:before,
.overlay-white-middle:before,
.overlay-white-dark:before,
.overlay-primary-light:before,
.overlay-primary-middle:before,
.overlay-primary-dark:before,
.overlay-primary:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.overlay-black-light .container,
.overlay-black-light .container-fluid,
.overlay-black-light .container-sm,
.overlay-black-light .container-md,
.overlay-black-light .container-lg,
.overlay-black-light .container-xl,
.overlay-black-middle .container,
.overlay-black-middle .container-fluid,
.overlay-black-middle .container-sm,
.overlay-black-middle .container-md,
.overlay-black-middle .container-lg,
.overlay-black-middle .container-xl,
.overlay-black-dark .container,
.overlay-black-dark .container-fluid,
.overlay-black-dark .container-sm,
.overlay-black-dark .container-md,
.overlay-black-dark .container-lg,
.overlay-black-dark .container-xl,
.overlay-gradient-light .container,
.overlay-gradient-light .container-fluid,
.overlay-gradient-light .container-sm,
.overlay-gradient-light .container-md,
.overlay-gradient-light .container-lg,
.overlay-gradient-light .container-xl,
.overlay-gradient-middle .container,
.overlay-gradient-middle .container-fluid,
.overlay-gradient-middle .container-sm,
.overlay-gradient-middle .container-md,
.overlay-gradient-middle .container-lg,
.overlay-gradient-middle .container-xl,
.overlay-gradient-dark .container,
.overlay-gradient-dark .container-fluid,
.overlay-gradient-dark .container-sm,
.overlay-gradient-dark .container-md,
.overlay-gradient-dark .container-lg,
.overlay-gradient-dark .container-xl,
.overlay-white-light .container,
.overlay-white-light .container-fluid,
.overlay-white-light .container-sm,
.overlay-white-light .container-md,
.overlay-white-light .container-lg,
.overlay-white-light .container-xl,
.overlay-white-middle .container,
.overlay-white-middle .container-fluid,
.overlay-white-middle .container-sm,
.overlay-white-middle .container-md,
.overlay-white-middle .container-lg,
.overlay-white-middle .container-xl,
.overlay-white-dark .container,
.overlay-white-dark .container-fluid,
.overlay-white-dark .container-sm,
.overlay-white-dark .container-md,
.overlay-white-dark .container-lg,
.overlay-white-dark .container-xl,
.overlay-primary-light .container,
.overlay-primary-light .container-fluid,
.overlay-primary-light .container-sm,
.overlay-primary-light .container-md,
.overlay-primary-light .container-lg,
.overlay-primary-light .container-xl,
.overlay-primary-middle .container,
.overlay-primary-middle .container-fluid,
.overlay-primary-middle .container-sm,
.overlay-primary-middle .container-md,
.overlay-primary-middle .container-lg,
.overlay-primary-middle .container-xl,
.overlay-primary-dark .container,
.overlay-primary-dark .container-fluid,
.overlay-primary-dark .container-sm,
.overlay-primary-dark .container-md,
.overlay-primary-dark .container-lg,
.overlay-primary-dark .container-xl,
.overlay-primary .container,
.overlay-primary .container-fluid,
.overlay-primary .container-sm,
.overlay-primary .container-md,
.overlay-primary .container-lg,
.overlay-primary .container-xl {
  position: relative;
  z-index: 1;
}

.overlay-black-light:before,
.overlay-black-middle:before,
.overlay-black-dark:before {
  background: #000;
}

.overlay-gradient-light:before,
.overlay-gradient-middle:before,
.overlay-gradient-dark:before {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
}

.overlay-white-light:before,
.overlay-white-middle:before,
.overlay-white-dark:before {
  background: #FFF;
}

.overlay-primary-light:before,
.overlay-primary-middle:before,
.overlay-primary-dark:before,
.overlay-primary:before {
  background: var(--primary);
}

.overlay-primary-light:before,
.overlay-white-light:before,
.overlay-gradient-light:before,
.overlay-black-light:before {
  opacity: 0.3;
}

.overlay-primary-middle:before,
.overlay-white-middle:before,
.overlay-gradient-middle:before,
.overlay-black-middle:before {
  opacity: 0.5;
}

.overlay-primary-dark:before,
.overlay-white-dark:before,
.overlay-gradient-dark:before,
.overlay-black-dark:before {
  opacity: 0.9;
}

.overlay-bx {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.overlay-bx .align-b {
  height: auto;
  left: 0;
  list-style: outside none none;
  margin: 0;
  position: absolute;
  top: auto;
  bottom: 0;
  width: 100%;
  transform: translate(0);
  -o-transform: translate(0);
  -moz-transform: translate(0);
  -webkit-transform: translate(0);
}
.overlay-bx .align-m {
  height: auto;
  left: 50%;
  list-style: outside none none;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 10px;
}

.overlay-icon {
  height: auto;
  left: 50%;
  list-style: outside none none;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 10px;
}
.overlay-icon a {
  display: inline-block;
  padding: 0;
  margin: 0 2px;
}
.overlay-icon a i {
  background-color: #FFF;
}

.overlay-bx:hover a > i,
.dz-media:hover .overlay-bx a > i,
.dz-box-bx:hover .overlay-bx a > i {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.overlay-bx:hover,
.dz-media:hover .overlay-bx,
.dz-box:hover .overlay-bx,
.ow-img:hover .overlay-bx,
.ow-portfolio-img:hover .overlay-bx {
  opacity: 1;
  visibility: visible;
}

.gallery-box-1 .overlay-bx .overlay-icon span i,
.gallery-box-1 .overlay-bx .overlay-icon a i {
  background-color: #000;
  color: #fff;
  border-radius: 50px;
  font-size: 14px;
  cursor: pointer;
}
.gallery-box-1 .overlay-bx .icon-bx-xs {
  width: 60px;
  height: 60px;
  line-height: 60px;
}

.img-overlay-gradients {
  position: relative;
}
.img-overlay-gradients:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.img-overlay-gradients.gradients-secondary:before {
  background: -moz-linear-gradient(bottom, transparent 0%, #212529 100%);
  background: -webkit-linear-gradient(bottom, transparent 0%, #212529 100%);
  background: linear-gradient(to bottom, transparent 0%, #212529 100%);
}
.img-overlay-gradients.gradients-primary:before {
  background: -moz-linear-gradient(bottom, transparent 0%, var(--primary) 100%);
  background: -webkit-linear-gradient(bottom, transparent 0%, var(--primary) 100%);
  background: linear-gradient(to bottom, transparent 0%, var(--primary) 100%);
}

.overlay-shine .dz-media {
  position: relative;
  overflow: hidden;
}
.overlay-shine .dz-media:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.overlay-shine:hover .dz-media:before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
/* info box show */
.dz-info-has {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 30px 15px 40px;
  opacity: 0;
  margin-bottom: -100px;
  z-index: 2;
}
.dz-info-has.p-a15 {
  padding: 15px;
}
.dz-info-has.p-a20 {
  padding: 20px;
}
.dz-info-has h1, .dz-info-has .h1,
.dz-info-has h2,
.dz-info-has .h2,
.dz-info-has h3,
.dz-info-has .h3,
.dz-info-has h4,
.dz-info-has .h4,
.dz-info-has h5,
.dz-info-has .h5,
.dz-info-has a,
.dz-info-has p,
.dz-info-has h6,
.dz-info-has .h6 {
  color: #fff;
}
.dz-info-has .dz-info-has-text {
  margin-bottom: 20px;
  line-height: 24px;
}
.dz-info-has.bg-white h1, .dz-info-has.bg-white .h1,
.dz-info-has.bg-white h2,
.dz-info-has.bg-white .h2,
.dz-info-has.bg-white h3,
.dz-info-has.bg-white .h3,
.dz-info-has.bg-white h4,
.dz-info-has.bg-white .h4,
.dz-info-has.bg-white h5,
.dz-info-has.bg-white .h5,
.dz-info-has.bg-white h6,
.dz-info-has.bg-white .h6 {
  color: #3d474a;
}
.dz-info-has.bg-white h1 a, .dz-info-has.bg-white .h1 a,
.dz-info-has.bg-white h2 a,
.dz-info-has.bg-white .h2 a,
.dz-info-has.bg-white h3 a,
.dz-info-has.bg-white .h3 a,
.dz-info-has.bg-white h4 a,
.dz-info-has.bg-white .h4 a,
.dz-info-has.bg-white h5 a,
.dz-info-has.bg-white .h5 a,
.dz-info-has.bg-white h6 a,
.dz-info-has.bg-white .h6 a {
  color: #3d474a;
}
.dz-info-has.bg-white p {
  color: #3d474a;
}

.dz-info-has.bg-primary {
  background-color: rgba(27, 188, 232, 0.9);
}

.dz-info-has.bg-green {
  background-color: rgba(106, 179, 62, 0.9);
}

.dz-info-has.bg-black {
  background-color: rgba(0, 0, 0, 0.6);
}

.dz-info-has.bg-white {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.dz-media {
  overflow: hidden;
  position: relative;
}
.dz-media:hover .dz-info-has {
  opacity: 1;
  width: 100%;
  margin-bottom: 0;
}

.dz-box:hover .dz-info-has {
  opacity: 1;
  width: 100%;
  margin-bottom: 0;
}

.overlay-bx.no-hover,
.dz-info-has.no-hover {
  opacity: 1;
  width: 100%;
  margin-bottom: 0;
  visibility: visible;
}

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

.owl-nav button.owl-prev, .owl-nav button.owl-next {
  cursor: pointer;
  transition: all 0.5s;
  display: inline-block;
  font-size: 24px !important;
  font-weight: 500 !important;
}

.owl-theme .owl-nav,
.owl-theme .owl-dots {
  margin-top: 20px;
  text-align: center;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-dots {
  text-align: center;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot:hover span, .owl-theme .owl-dots .owl-dot.active span {
  background: #869791;
}
.owl-theme.owl-dots-1 .owl-dots .owl-dot span {
  background-color: #dadada;
  width: 15px;
  height: 15px;
  margin: 5px;
}
.owl-theme.owl-dots-1 .owl-dots .owl-dot:hover span, .owl-theme.owl-dots-1 .owl-dots .owl-dot.active span {
  background-color: var(--primary);
}
.owl-theme.owl-dots-2 .owl-dots {
  margin-top: 40px;
  position: unset;
  right: auto;
  text-align: center;
  top: auto;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: auto;
}
.owl-theme.owl-dots-2 .owl-dots .owl-dot {
  display: inline-block;
  margin: 4px;
}
.owl-theme.owl-dots-2 .owl-dots .owl-dot span {
  height: 10px;
  width: 10px;
  margin: 0;
  border-radius: 0;
}
.owl-theme.owl-dots-2 .owl-dots .owl-dot:hover span, .owl-theme.owl-dots-2 .owl-dots .owl-dot.active span {
  background-color: var(--primary);
}
.owl-theme.owl-dots-3 .owl-dots {
  margin-top: 40px;
  position: unset;
  display: block;
  right: auto;
  text-align: center;
  top: auto;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: auto;
}
.owl-theme.owl-dots-3 .owl-dots .owl-dot {
  display: inline-block;
  margin: 4px;
}
.owl-theme.owl-dots-3 .owl-dots .owl-dot span {
  height: 8px;
  width: 8px;
  margin: 0;
  background-color: #898c90;
  border-radius: 8px;
}
.owl-theme.owl-dots-3 .owl-dots .owl-dot:hover span, .owl-theme.owl-dots-3 .owl-dots .owl-dot.active span {
  background-color: var(--primary);
}

.owl-btn-top-c .owl-nav {
  text-align: center;
}

.owl-btn-top-l .owl-nav {
  text-align: left;
}
.owl-btn-top-l .owl-nav .owl-prev {
  margin-left: 0;
}

.owl-btn-top-r .owl-nav {
  position: absolute;
  top: -125px;
  right: 0;
  margin: 0;
}
.owl-btn-top-r .owl-nav .owl-next {
  margin-right: 0;
}

.owl-btn-top-lr .owl-nav {
  text-align: left;
}
.owl-btn-top-lr .owl-nav .owl-next {
  margin-right: 0;
  float: right;
}

.owl-btn-full .owl-prev,
.owl-btn-full .owl-next {
  padding: 40px 8px;
}

.owl-btn-center .owl-nav {
  justify-content: center;
}

.owl-btn-center-lr .owl-prev,
.owl-btn-center-lr .owl-next {
  position: absolute;
  left: 0;
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  cursor: pointer;
}
.owl-btn-center-lr .owl-prev {
  left: -110px;
}
.owl-btn-center-lr .owl-next {
  left: auto;
  right: -110px;
}
@media only screen and (max-width: 1400px) {
  .owl-btn-center-lr .owl-prev {
    left: -40px;
  }
  .owl-btn-center-lr .owl-next {
    right: -40px;
  }
}
@media only screen and (max-width: 1280px) {
  .owl-btn-center-lr .owl-prev {
    left: -20px;
  }
  .owl-btn-center-lr .owl-next {
    right: -20px;
  }
}

.owl-carousel .owl-item img {
  transform-style: inherit;
}

.owl-btn-1 .owl-nav button.owl-prev, .owl-btn-1 .owl-nav button.owl-next {
  border-radius: 3px;
  line-height: 40px;
  margin: 0 20px !important;
  padding: 0;
  text-align: center;
  color: var(--primary) !important;
  font-size: 35px;
  height: auto;
  width: auto;
  background-color: transparent;
  position: relative;
}
.owl-btn-1 .owl-nav button.owl-prev:before, .owl-btn-1 .owl-nav button.owl-next:before {
  content: "";
  position: absolute;
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 3px;
  position: absolute;
  font-weight: 400;
  top: 8px;
  color: #212529;
}
.owl-btn-1 .owl-nav button.owl-prev:hover, .owl-btn-1 .owl-nav button.owl-next:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #000;
  opacity: 1;
}
@media only screen and (max-width: 991px) {
  .owl-btn-1 .owl-nav button.owl-prev, .owl-btn-1 .owl-nav button.owl-next {
    margin: 0 10px !important;
  }
}
.owl-btn-1 .owl-nav button.owl-prev {
  padding: 0 30px 0 0px !important;
}
.owl-btn-1 .owl-nav button.owl-prev:before {
  content: "PREV";
  right: 0;
}
.owl-btn-1 .owl-nav button.owl-next {
  padding: 0 0 0 30px !important;
}
.owl-btn-1 .owl-nav button.owl-next:before {
  content: "NEXT";
  left: 0;
}
.owl-btn-1.btn-white .owl-nav .owl-prev,
.owl-btn-1.btn-white .owl-nav .owl-next {
  color: #fff;
}
.owl-btn-1.btn-white .owl-nav .owl-prev:hover,
.owl-btn-1.btn-white .owl-nav .owl-next:hover {
  color: #fff;
}

.owl-btn-2.owl-btn-rounded .owl-nav .owl-prev,
.owl-btn-2.owl-btn-rounded .owl-nav .owl-next {
  border-radius: 8px;
}
.owl-btn-2 .owl-nav .owl-prev,
.owl-btn-2 .owl-nav .owl-next {
  height: 60px;
  line-height: 60px;
  margin: 0 10px !important;
  padding: 0;
  text-align: center;
  width: 60px;
  box-shadow: 0 4px 15px var(--rgba-primary-2);
}
@media only screen and (max-width: 575px) {
  .owl-btn-2 .owl-nav .owl-prev,
  .owl-btn-2 .owl-nav .owl-next {
    height: 40px;
    line-height: 40px;
    width: 40px;
    font-size: 18px !important;
  }
}

.owl-btn-3 .owl-nav .owl-prev,
.owl-btn-3 .owl-nav .owl-next {
  border-radius: 50px;
  height: 45px;
  line-height: 45px;
  margin: 0 10px !important;
  padding: 0;
  text-align: center;
  width: 45px;
}

.owl-btn-primary .owl-nav button.owl-prev, .owl-btn-primary .owl-nav button.owl-next {
  background-color: var(--primary);
  color: #fff;
  transition: all 0.5s;
}
.owl-btn-primary .owl-nav button.owl-prev:hover, .owl-btn-primary .owl-nav button.owl-next:hover {
  background-color: #fff;
  color: var(--primary);
}

.owl-btn-white .owl-prev,
.owl-btn-white .owl-next {
  background-color: #fff;
  color: var(--primary);
  transition: all 0.5s;
}
.owl-btn-white .owl-prev:hover,
.owl-btn-white .owl-next:hover {
  background-color: var(--primary);
  color: #fff;
}

.owl-dots-none .owl-dots {
  display: none;
}

.owl-dots-white-full .owl-dots .owl-dot span,
.owl-dots-black-full .owl-dots .owl-dot span,
.owl-dots-primary-full .owl-dots .owl-dot span {
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  margin: 4px;
}
.owl-dots-white-full .owl-dots .owl-dot:active span, .owl-dots-white-full .owl-dots .owl-dot.active span,
.owl-dots-black-full .owl-dots .owl-dot:active span,
.owl-dots-black-full .owl-dots .owl-dot.active span,
.owl-dots-primary-full .owl-dots .owl-dot:active span,
.owl-dots-primary-full .owl-dots .owl-dot.active span {
  opacity: 1;
  background-color: var(--primary);
}

.owl-dots-white-big .owl-dots .owl-dot span,
.owl-dots-black-big .owl-dots .owl-dot span,
.owl-dots-primary-big .owl-dots .owl-dot span {
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  margin: 4px;
}
.owl-dots-white-big .owl-dots .owl-dot:active span,
.owl-dots-black-big .owl-dots .owl-dot:active span,
.owl-dots-primary-big .owl-dots .owl-dot:active span {
  width: 14px;
  height: 14px;
  opacity: 1;
  margin: 0px 4px 2px 4px;
}

.owl-dots-primary-full .owl-dots .owl-dot span,
.owl-dots-primary-big .owl-dots .owl-dot span {
  background-color: var(--primary);
}

.owl-dots-black-full .owl-dots .owl-dot span,
.owl-dots-black-big .owl-dots .owl-dot span {
  background-color: #333;
}

.owl-dots-white-full .owl-dots .owl-dot span,
.owl-dots-white-big .owl-dots .owl-dot span {
  background-color: #f5f5f5;
}

/* owl num count */
.owl-num-count .owl-dots {
  text-align: right;
  counter-reset: li;
  justify-content: center;
  display: flex;
}
.owl-num-count .owl-dots .owl-dot {
  padding: 5px 2px !important;
  cursor: pointer;
  font-size: 18px;
  position: relative;
}
.owl-num-count .owl-dots .owl-dot span {
  width: 20px;
  height: 5px;
  border-radius: 10px;
  transition: all 0.5s;
  background-color: transparent;
}
.owl-num-count .owl-dots .owl-dot:before {
  content: "0" counter(li, decimal);
  counter-increment: li;
  font-weight: 600;
  color: #777777;
  font-size: 18px;
}
.owl-num-count .owl-dots .owl-dot.active:before {
  color: var(--primary);
}
.owl-num-count .owl-dots .owl-dot.active span {
  background-color: var(--primary);
}

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

.pricingtable-features {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pricingtable-features li {
  padding: 12px;
}
.pricingtable-features li i {
  margin: 0 3px;
}

.no-col-gap .pricingtable-wrapper {
  margin-left: -1px;
}

.table-option {
  border: 2px solid #adadad;
  border-radius: 6px;
  padding: 50px 0px 30px 0;
}
.table-option .pricingtable-footer {
  border: 0;
  background-color: transparent;
}
.table-option .pricingtable-features {
  border: 0;
  background-color: transparent;
}
.table-option .pricingtable-features li {
  border: 0;
  background-color: transparent;
  color: #919191;
  font-size: 18px;
}
.table-option .pricingtable-title {
  border: 0;
  background-color: transparent;
  padding: 0;
}
.table-option .pricingtable-title * {
  color: #000;
}
.table-option .pricingtable-title h2, .table-option .pricingtable-title .h2 {
  font-size: 28px;
  line-height: 36px;
}
.table-option .pricingtable-price {
  padding: 0;
  border: 0;
  background-color: transparent;
}
.table-option .pricingtable-bx {
  color: #000;
  font-size: 63px;
  font-weight: 800;
}
.table-option .pricingtable-bx strong, .table-option .pricingtable-bx sup {
  font-size: 30px;
  font-weight: 700;
}
.table-option:hover, .table-option.active {
  background-color: #eeeeee;
  border: 2px solid #eeeeee;
}
.table-option.dark {
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
.table-option.dark:hover, .table-option.dark.active {
  background-color: #404040;
  border: 2px solid #404040;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3);
  transition: all 0.5s;
}
.table-option.dark:hover .pricingtable-features li,
.table-option.dark:hover .pricingtable-title h2,
.table-option.dark:hover .pricingtable-title .h2,
.table-option.dark:hover .pricingtable-price .pricingtable-bx, .table-option.dark.active .pricingtable-features li,
.table-option.dark.active .pricingtable-title h2,
.table-option.dark.active .pricingtable-title .h2,
.table-option.dark.active .pricingtable-price .pricingtable-bx {
  color: #fff;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
.table-option.dark:hover .pricingtable-footer .btn.black, .table-option.dark:hover .pricingtable-footer .woocommerce #respond input.black#submit, .woocommerce #respond .table-option.dark:hover .pricingtable-footer input.black#submit,
.table-option.dark:hover .pricingtable-footer .woocommerce a.black.button,
.woocommerce .table-option.dark:hover .pricingtable-footer a.black.button,
.table-option.dark:hover .pricingtable-footer .woocommerce button.black.button,
.woocommerce .table-option.dark:hover .pricingtable-footer button.black.button,
.table-option.dark:hover .pricingtable-footer .woocommerce input.black.button,
.woocommerce .table-option.dark:hover .pricingtable-footer input.black.button,
.table-option.dark:hover .pricingtable-footer .woocommerce .black#place_order,
.woocommerce .table-option.dark:hover .pricingtable-footer .black#place_order, .table-option.dark:hover .pricingtable-footer .woocommerce-cart .wc-proceed-to-checkout a.black.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .table-option.dark:hover .pricingtable-footer a.black.checkout-button, .table-option.dark:hover .pricingtable-footer .woocommerce-cart-form .table tr .black.button, .woocommerce-cart-form .table tr .table-option.dark:hover .pricingtable-footer .black.button, .table-option.dark:hover .pricingtable-footer .woocommerce #review_form #respond .form-submit input.black, .woocommerce #review_form #respond .form-submit .table-option.dark:hover .pricingtable-footer input.black, .table-option.dark:hover .pricingtable-footer .woocommerce .widget_shopping_cart .buttons a.black, .woocommerce .widget_shopping_cart .buttons .table-option.dark:hover .pricingtable-footer a.black,
.table-option.dark:hover .pricingtable-footer .woocommerce.widget_shopping_cart .buttons a.black,
.woocommerce.widget_shopping_cart .buttons .table-option.dark:hover .pricingtable-footer a.black, .table-option.dark:hover .pricingtable-footer .wp-block-search .black.wp-block-search__button, .wp-block-search .table-option.dark:hover .pricingtable-footer .black.wp-block-search__button, .table-option.dark:hover .pricingtable-footer .black.wp-block-button__link, .table-option.dark.active .pricingtable-footer .btn.black, .table-option.dark.active .pricingtable-footer .woocommerce #respond input.black#submit, .woocommerce #respond .table-option.dark.active .pricingtable-footer input.black#submit,
.table-option.dark.active .pricingtable-footer .woocommerce a.black.button,
.woocommerce .table-option.dark.active .pricingtable-footer a.black.button,
.table-option.dark.active .pricingtable-footer .woocommerce button.black.button,
.woocommerce .table-option.dark.active .pricingtable-footer button.black.button,
.table-option.dark.active .pricingtable-footer .woocommerce input.black.button,
.woocommerce .table-option.dark.active .pricingtable-footer input.black.button,
.table-option.dark.active .pricingtable-footer .woocommerce .black#place_order,
.woocommerce .table-option.dark.active .pricingtable-footer .black#place_order, .table-option.dark.active .pricingtable-footer .woocommerce-cart .wc-proceed-to-checkout a.black.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .table-option.dark.active .pricingtable-footer a.black.checkout-button, .table-option.dark.active .pricingtable-footer .woocommerce-cart-form .table tr .black.button, .woocommerce-cart-form .table tr .table-option.dark.active .pricingtable-footer .black.button, .table-option.dark.active .pricingtable-footer .woocommerce #review_form #respond .form-submit input.black, .woocommerce #review_form #respond .form-submit .table-option.dark.active .pricingtable-footer input.black, .table-option.dark.active .pricingtable-footer .woocommerce .widget_shopping_cart .buttons a.black, .woocommerce .widget_shopping_cart .buttons .table-option.dark.active .pricingtable-footer a.black,
.table-option.dark.active .pricingtable-footer .woocommerce.widget_shopping_cart .buttons a.black,
.woocommerce.widget_shopping_cart .buttons .table-option.dark.active .pricingtable-footer a.black, .table-option.dark.active .pricingtable-footer .wp-block-search .black.wp-block-search__button, .wp-block-search .table-option.dark.active .pricingtable-footer .black.wp-block-search__button, .table-option.dark.active .pricingtable-footer .black.wp-block-button__link {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0);
  color: #000;
}

.pricingtable-toggle {
  display: flex;
  margin: auto;
  justify-content: center;
  padding: 0;
  margin-bottom: 10px;
}
.pricingtable-toggle span {
  font-size: 18px;
  margin-top: 5px;
  font-weight: 500;
}
.pricingtable-toggle .custom-control-label {
  margin: 0 35px 0 50px;
}

.dz-img-effect {
  position: relative;
  overflow: hidden;
  display: block;
  vertical-align: middle;
}
.dz-img-effect img {
  display: block;
  margin: 0;
  width: 100%;
  height: auto;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.dz-img-effect.opacity img:hover {
  opacity: 0.8;
}
.dz-img-effect.zoom-slow img {
  transition: all 10s;
  -moz-transition: all 10s;
  -webkit-transition: all 10s;
  -o-transition: all 10s;
}
.dz-img-effect.zoom-slow:hover img {
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.dz-img-effect.zoom:hover img {
  transform: scale(1.5);
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
}
.dz-img-effect.shrink:hover img {
  transform: scale(0.8);
  -moz-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
}
.dz-img-effect.side-pan:hover img {
  margin-left: -11%;
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.dz-img-effect.vertical-pan:hover img {
  margin-top: -10%;
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.dz-img-effect.fade-in {
  background: #000;
}
.dz-img-effect.fade-in img {
  opacity: 0.65;
}
.dz-img-effect.fade-in:hover img {
  opacity: 1;
}
.dz-img-effect.fade-out {
  background: #000;
}
.dz-img-effect.fade-out:hover img {
  opacity: 0.7;
}
.dz-img-effect.rotate:hover img {
  -moz-transform: scale(1.5) rotate(-20deg);
  -webkit-transform: scale(1.5) rotate(-20deg);
  -o-transform: scale(1.5) rotate(-20deg);
  -ms-transform: scale(1.5) rotate(-20deg);
  transform: scale(1.5) rotate(-20deg);
}
.dz-img-effect.image-sepia img {
  -webkit-filter: sepia(100%);
  filter: sepia(100%);
}
.dz-img-effect.blurr img {
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.dz-img-effect.blurr:hover img {
  filter: blur(3px);
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
}
.dz-img-effect.blurr-invert img {
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  filter: blur(3px);
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
}
.dz-img-effect.blurr-invert:hover img {
  filter: blur(0px);
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -o-filter: blur(0px);
  -ms-filter: blur(0px);
}
.dz-img-effect.off-color img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0);
}
.dz-img-effect.off-color:hover img {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1);
}
.dz-img-effect.on-color img {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1);
}
.dz-img-effect.on-color:hover img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0);
}

.dz-box:hover .dz-img-effect.rotate img {
  -moz-transform: scale(1.5) rotate(-20deg);
  -webkit-transform: scale(1.5) rotate(-20deg);
  -o-transform: scale(1.5) rotate(-20deg);
  -ms-transform: scale(1.5) rotate(-20deg);
  transform: scale(1.5) rotate(-20deg);
}

.dz-accordion .accordion-item {
  box-shadow: 1px 0px 60px 0 rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
}
.dz-accordion .accordion-body {
  padding: 25px 30px;
  border-radius: 0;
}
.dz-accordion .accordion-collapse {
  border: 0;
}
.dz-accordion .accordion-header .accordion-button {
  font-size: 18px;
  border: 0;
  border-radius: 8px;
  padding: 22px 65px 22px 30px;
  transition: all 0.5s;
  color: #fff;
  box-shadow: 5px 0 15px var(--rgba-primary-4);
  background-color: var(--primary);
}
.dz-accordion .accordion-header .accordion-button:after {
  content: none;
}
.dz-accordion .accordion-header .accordion-button .toggle-close {
  background-color: #fff;
  font-family: themify;
  height: 55px;
  width: 55px;
  display: block;
  position: absolute;
  right: 5px;
  top: 5px;
  border-radius: 0.25rem;
  line-height: 57px;
  text-align: center;
  font-size: 24px;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  z-index: 1;
  overflow: hidden;
}
.dz-accordion .accordion-header .accordion-button .toggle-close:after {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: var(--primary);
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}
.dz-accordion .accordion-header .accordion-button .toggle-close:before {
  content: "\e61a";
  color: var(--primary);
  font-size: 24px;
  font-family: "themify";
  z-index: 99;
  opacity: 1;
  transform: rotate(45deg);
  transition: all 0.5s;
  line-height: 55px;
  display: block;
}
.dz-accordion .accordion-header .accordion-button.collapsed {
  background: #fff;
  color: inherit;
}
.dz-accordion .accordion-header .accordion-button.collapsed:after {
  opacity: 0;
}
.dz-accordion .accordion-header .accordion-button.collapsed .toggle-close {
  content: "";
}
.dz-accordion .accordion-header .accordion-button.collapsed .toggle-close:after {
  opacity: 1;
}
.dz-accordion .accordion-header .accordion-button.collapsed .toggle-close:before {
  opacity: 1;
  transform: rotate(0);
  color: #fff;
}
@media only screen and (max-width: 575px) {
  .dz-accordion .accordion-header .accordion-header .accordion-button {
    padding: 15px 65px 15px 15px;
  }
}
.dz-accordion.accordion-sm .accordion-body {
  padding: 25px;
}
.dz-accordion.accordion-sm .accordion-header .accordion-button {
  padding: 15px 55px 15px 20px;
}
.dz-accordion.accordion-sm .accordion-header .accordion-button .toggle-close {
  height: 40px;
  width: 40px;
}
.dz-accordion.accordion-sm .accordion-header .accordion-button .toggle-close:before {
  font-size: 18px;
  line-height: 40px;
}
@media only screen and (max-width: 575px) {
  .dz-accordion.accordion-sm .accordion-header .accordion-header .accordion-button {
    padding: 15px 65px 15px 15px;
  }
}

.pagination li {
  margin: 0 5px;
}
.pagination li .page-numbers,
.pagination li .page-link {
  height: 45px;
  min-width: 45px;
  line-height: 42px;
  border-radius: 0;
  color: #777777;
  text-align: center;
  border: 0;
  padding: 0;
  transition: all 0.5s;
  border: 1px solid;
  border-color: #777777;
  font-size: 18px;
  padding: 0 10px;
  display: block;
}
.pagination li .page-numbers.current, .pagination li .page-numbers.active, .pagination li .page-numbers:hover,
.pagination li .page-link.current,
.pagination li .page-link.active,
.pagination li .page-link:hover {
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary);
  box-shadow: 0px 5px 12px var(--rgba-primary-4);
}
.pagination li .prev,
.pagination li .next {
  border-color: transparent;
  font-size: 18px;
}
.pagination.text-center {
  justify-content: center;
}
.pagination.rounded-0 .page-item .page-link {
  border-radius: 0;
}

.dz-content-bx {
  position: relative;
  overflow: hidden;
}
.dz-content-bx .content-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dz-content-bx .dz-content-inner {
  position: relative;
}
.dz-content-bx.style-1 .dz-content-inner .content-media {
  width: 50vw;
  height: calc(100% + 50px);
  float: right;
  margin-top: -50px;
  z-index: 1;
  padding-bottom: 50px;
  background: #fff;
}
.dz-content-bx.style-1 .dz-content-inner .inner-content {
  padding: 50px 0px 50px 50px;
}
@media only screen and (max-width: 991px) {
  .dz-content-bx.style-1 .dz-content-inner .content-media {
    width: 100%;
    padding-bottom: 0;
  }
  .dz-content-bx.style-1 .dz-content-inner .inner-content {
    padding: 60px 15px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .dz-content-bx.style-1 .dz-content-inner .inner-content {
    padding: 50px 15px 0;
  }
}
.dz-content-bx.style-2 .dz-content-inner {
  margin-top: 80px;
}
.dz-content-bx.style-2 .dz-content-inner .content-media {
  width: 50vw;
  margin: -200px 0 0 0;
  float: right;
}
.dz-content-bx.style-2 .dz-content-inner .content-media.right {
  float: left;
}
.dz-content-bx.style-3 .dz-content-inner {
  padding-right: 80px;
}
.dz-content-bx.style-3 .counter-info {
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  padding: 80px 80px 50px 80px;
}
.dz-content-bx.style-3 .counter-info .counter {
  margin: 0 10px 0 0;
  writing-mode: tb-rl;
  border-right: 2px solid #a3cc02;
  font-size: 50px;
  line-height: 40px;
  padding-right: 10px;
}
.dz-content-bx.style-3 .counter-info .counter-bx {
  display: flex;
  align-items: center;
}
.dz-content-bx.style-3 .video-btn {
  margin-top: 120px;
}
.dz-content-bx.style-4 {
  position: relative;
}
.dz-content-bx.style-4 .content-media {
  margin: 100px auto;
  max-width: 1000px;
}
.dz-content-bx.style-4 .content-media img {
  box-shadow: 40px -40px 0 0 var(--primary);
  margin: 40px 40px 0 0;
}
.dz-content-bx.style-4 .content-media:after {
  content: attr(data-name);
  font-size: 100px;
  opacity: 0.6;
  position: absolute;
  color: transparent;
  top: 50px;
  z-index: 1;
  right: 10px;
  line-height: 80px;
  -webkit-text-stroke: 1px #fff;
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
  text-align: right;
  letter-spacing: 10px;
}
.dz-content-bx.style-4:after {
  content: "";
  left: 0;
  bottom: 0;
  height: 300px;
  background-color: #fff;
  width: 100%;
  position: absolute;
  z-index: -1;
}

.list-circle li,
.list-angle-double li,
.list-square li {
  position: relative;
  padding: 6px 5px 6px 15px;
}
.list-circle li:before,
.list-angle-double li:before,
.list-square li:before {
  position: absolute;
  left: 0;
  top: 4px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.list-circle.primary li:before,
.list-angle-double.primary li:before,
.list-square.primary li:before {
  color: var(--primary);
}

.list-angle-double li {
  padding-left: 25px;
}

ul.list-circle li:before {
  content: "\f111";
  font-size: 8px;
  font-weight: 900;
  top: 50%;
  transform: translateY(-50%);
}
ul.list-angle-double li:before {
  content: "\f101";
  font-size: 18px;
}
ul.list-square li:before {
  content: "\f45c";
  top: 50%;
  transform: translateY(-50%);
}
ul.grid-2 {
  display: flex;
  flex-wrap: wrap;
}
ul.grid-2 li {
  width: 50%;
}
@media only screen and (max-width: 575px) {
  ul.grid-2 li {
    width: 100%;
  }
}

/* Light Gallery */
.lg-actions .lg-next,
.lg-actions .lg-prev,
.lg-sub-html,
.lg-toolbar {
  background-color: rgba(30, 30, 30, 0.6);
}

.lg-outer .lg-toogle-thumb,
.lg-outer .lg-thumb-outer,
.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
  background-color: transparent;
}

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

.lg-outer .lg-toogle-thumb,
.lg-actions .lg-next,
.lg-actions .lg-prev,
.lg-toolbar .lg-icon,
#lg-counter {
  color: #fff;
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: var(--primary);
}

.lightimg {
  cursor: pointer;
}

.progress-bx {
  overflow: hidden;
}
.progress-bx .progress-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.progress-bx .progress-info .title {
  margin-bottom: 0;
}
.progress-bx .progress-info .progress-value {
  margin-bottom: 0;
}
.progress-bx .progress {
  overflow: unset;
}
.progress-bx .progress .progress-bar {
  position: relative;
  overflow: unset;
}
.progress-bx.style-1 .progress {
  background-color: #f8f8f8;
  border-radius: 0;
  height: 15px;
}
.progress-bx.style-1 .progress .progress-bar {
  background-color: var(--primary);
}
.progress-bx.style-1 .title,
.progress-bx.style-1 .progress-value {
  letter-spacing: 3px;
  font-weight: 300;
  font-family: var(--font-family-title);
}
.progress-bx.style-2 .progress {
  background-color: var(--rgba-primary-1);
  height: 15px;
  border-radius: 30px;
}
.progress-bx.style-2 .progress .progress-bar {
  background-color: var(--primary);
  border-radius: 30px;
}
.progress-bx.style-3 .progress {
  height: 7px;
  border-radius: 0;
}
.progress-bx.style-3 .progress .progress-bar {
  background-color: var(--primary);
}
.progress-bx.style-3 .progress .progress-bar .progress-value {
  position: absolute;
  right: 0;
  top: -35px;
  font-size: 18px;
}

.scroltop {
  box-shadow: -4px 4px 24px -10px var(--primary) !important;
  background: var(--primary);
  border-color: var(--primary);
  border-style: solid;
  border-width: 0;
  bottom: 15px;
  color: #fff;
  cursor: pointer;
  display: none;
  height: 50px;
  line-height: 50px;
  margin: 0;
  position: fixed;
  right: 15px;
  text-align: center;
  width: 50px;
  z-index: 999;
  box-shadow: -4px 4px 24px -10px;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
}
@media only screen and (max-width: 575px) {
  .scroltop {
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
}

.twentytwenty-img-area {
  position: relative;
}

.twentytwenty-wrapper {
  width: 100%;
  overflow: hidden;
}
.twentytwenty-wrapper .twentytwenty-overlay {
  display: none;
}
.twentytwenty-wrapper .twentytwenty-container img {
  width: 100%;
}
.twentytwenty-wrapper .twentytwenty-handle {
  height: 90px;
  width: 90px;
  border: 0;
  background-color: var(--primary);
  transform: translate(-50%, -50%);
  margin: 0;
}
.twentytwenty-wrapper .twentytwenty-handle:before, .twentytwenty-wrapper .twentytwenty-handle:after {
  content: none;
}
.twentytwenty-wrapper .twentytwenty-handle .twentytwenty-left-arrow,
.twentytwenty-wrapper .twentytwenty-handle .twentytwenty-right-arrow {
  border: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  height: auto;
}
.twentytwenty-wrapper .twentytwenty-handle .twentytwenty-left-arrow:before,
.twentytwenty-wrapper .twentytwenty-handle .twentytwenty-right-arrow:before {
  content: "";
  font-family: "Line Awesome Free";
  color: #fff;
  font-weight: 900;
  font-size: 24px;
}
.twentytwenty-wrapper .twentytwenty-handle .twentytwenty-left-arrow {
  left: 0;
  margin: 0 0 0 18px;
}
.twentytwenty-wrapper .twentytwenty-handle .twentytwenty-left-arrow:before {
  content: "\f104";
}
.twentytwenty-wrapper .twentytwenty-handle .twentytwenty-right-arrow {
  right: 0;
  margin: 0 18px 0 0;
}
.twentytwenty-wrapper .twentytwenty-handle .twentytwenty-right-arrow:before {
  content: "\f105";
}

.video-bx {
  position: relative;
}
.video-bx.style-1 .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.video-bx.style-1 .video-btn .popup-youtube {
  height: 100px;
  width: 100px;
  justify-content: center;
  align-items: center;
  line-height: 100px;
  text-align: center;
  background-color: var(--primary);
  display: flex;
  color: #fff;
  font-size: 42px;
  margin: 0 auto;
  transition: all 0.5s;
  box-shadow: 0 0 0 20px var(--rgba-primary-5);
}
@media only screen and (max-width: 575px) {
  .video-bx.style-1 .video-btn .popup-youtube {
    height: 70px;
    width: 70px;
    line-height: 70px;
    font-size: 28px;
    box-shadow: 0 0 0 15px var(--rgba-primary-5);
  }
}
.video-bx.style-2 .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.video-bx.style-2 .video-btn .popup-youtube {
  height: 100px;
  width: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 100px;
  background-color: #fff;
  display: block;
  color: var(--primary);
  font-size: 24px;
  margin: 0 auto;
  transition: all 0.5s;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.5);
}
.video-bx.style-2 .video-btn .popup-youtube:after {
  content: "";
  border: 1px solid #fff;
  border-radius: 50%;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(1.7);
}
.video-bx.style-3 {
  display: inline-block;
}
.video-bx.style-3 .video-btn {
  margin: 13px;
}
.video-bx.style-3 .video-btn .popup-youtube {
  display: inline-block;
  color: #fff;
  height: 136px;
  width: 136px;
  line-height: 136px;
  border-radius: 136px;
  background-color: var(--primary);
  text-align: center;
}
.video-bx.style-3 .video-btn .popup-youtube:after {
  content: "";
  border: 1px solid var(--primary);
  border-radius: 50%;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(1.2);
}
@media only screen and (max-width: 575px) {
  .video-bx.style-3 .video-btn .popup-youtube {
    height: 90px;
    width: 90px;
    line-height: 90px;
  }
}

.swiper-pagination,
.btn-next,
.btn-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: auto;
  height: auto;
  color: #212529;
  font-family: var(--font-family-title);
  margin: auto;
  font-size: 15px;
  letter-spacing: 2px;
  z-index: 1;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  display: inline-block;
}
.swiper-pagination:after,
.btn-next:after,
.btn-prev:after {
  content: none;
}
.swiper-pagination i,
.btn-next i,
.btn-prev i {
  position: absolute;
  font-size: 40px;
  top: -7px;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  color: var(--primary);
  z-index: -1;
}

.btn-next i {
  right: -20px;
}
.btn-next:hover i {
  right: -30px;
}

.btn-prev i {
  left: -20px;
}
.btn-prev:hover i {
  left: -30px;
}

.widget {
  margin-bottom: 50px;
}
.widget:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .widget {
    margin-bottom: 30px;
  }
}
.widget.style-1 .widget-title {
  padding: 0 0 12px;
  margin-bottom: 30px;
}
.widget.style-1 .widget-title:after, .widget.style-1 .widget-title:before {
  content: "";
  height: 2px;
  border-radius: 10px;
  background-image: var(--gradient);
  background-size: 200%;
  position: absolute;
  bottom: 0;
}
.widget.style-1 .widget-title:before {
  width: 25px;
  left: 0;
  top: auto;
}
.widget.style-1 .widget-title:after {
  width: 55px;
  left: 32px;
}

.widget-title {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .widget-title {
    margin-bottom: 15px;
  }
}
.widget-title .title {
  position: relative;
  margin-bottom: 5px;
  font-weight: 800;
  text-transform: uppercase;
  font-family: var(--font-family-title);
  letter-spacing: 4px;
}
@media only screen and (max-width: 767px) {
  .widget-title .title {
    font-size: 24px;
  }
}

.search-bx form {
  margin-bottom: 10px;
}
.search-bx .form-control, .search-bx .woocommerce-EditAccountForm.edit-account input[type=text], .woocommerce-EditAccountForm.edit-account .search-bx input[type=text],
.search-bx .woocommerce-EditAccountForm.edit-account input[type=email],
.woocommerce-EditAccountForm.edit-account .search-bx input[type=email],
.search-bx .woocommerce-EditAccountForm.edit-account input[type=password],
.woocommerce-EditAccountForm.edit-account .search-bx input[type=password],
.search-bx .login input[type=text],
.login .search-bx input[type=text], .search-bx .login input[type=password], .login .search-bx input[type=password],
.search-bx .woocommerce-ResetPassword.lost_reset_password input[type=text],
.woocommerce-ResetPassword.lost_reset_password .search-bx input[type=text],
.search-bx .checkout.woocommerce-checkout input[type=text],
.checkout.woocommerce-checkout .search-bx input[type=text],
.search-bx .checkout.woocommerce-checkout input[type=email],
.checkout.woocommerce-checkout .search-bx input[type=email],
.search-bx .checkout.woocommerce-checkout input[type=tel],
.checkout.woocommerce-checkout .search-bx input[type=tel],
.search-bx .checkout.woocommerce-checkout .select2-choice,
.checkout.woocommerce-checkout .search-bx .select2-choice,
.search-bx .checkout.woocommerce-checkout textarea,
.checkout.woocommerce-checkout .search-bx textarea,
.search-bx .woocommerce form .form-row input.input-text,
.woocommerce form .form-row .search-bx input.input-text,
.search-bx .woocommerce form .form-row .select2-selection,
.woocommerce form .form-row .search-bx .select2-selection,
.search-bx .woocommerce form .form-row .select2-choice,
.woocommerce form .form-row .search-bx .select2-choice, .search-bx .woocommerce .woocommerce-checkout.checkout form .form-row textarea, .woocommerce .woocommerce-checkout.checkout form .form-row .search-bx textarea,
.search-bx .woocommerce .woocommerce-checkout.checkout form .form-row select,
.woocommerce .woocommerce-checkout.checkout form .form-row .search-bx select,
.search-bx .woocommerce .woocommerce-checkout.checkout form .form-row input,
.woocommerce .woocommerce-checkout.checkout form .form-row .search-bx input, .search-bx .woocommerce-cart-form .table tr .quantity input, .woocommerce-cart-form .table tr .quantity .search-bx input, .search-bx .woocommerce-cart-form .table tr td.actions .coupon .input-text, .woocommerce-cart-form .table tr td.actions .coupon .search-bx .input-text, .search-bx .woocommerce #review_form #respond input[type=text], .woocommerce #review_form #respond .search-bx input[type=text],
.search-bx .woocommerce #review_form #respond textarea,
.woocommerce #review_form #respond .search-bx textarea,
.search-bx .woocommerce #review_form #respond input[type=email],
.woocommerce #review_form #respond .search-bx input[type=email], .search-bx .wp-block-categories-dropdown select, .wp-block-categories-dropdown .search-bx select,
.search-bx .wp-block-archives-dropdown select,
.wp-block-archives-dropdown .search-bx select {
  padding: 10px 25px 10px 25px;
  height: 60px;
  border-radius: 0;
}
.search-bx .input-group-prepend {
  border-right: 0;
  top: 50%;
}
.search-bx .input-group-prepend .input-group-text i {
  color: #828282;
}
.search-bx button {
  height: 60px;
  font-size: 24px;
  padding: 0;
  border-radius: 0;
  width: 60px;
  box-shadow: none;
  justify-content: center;
}
.search-bx.style-1 {
  padding: 30px;
  background-color: #212529;
  border-radius: 0.25rem;
}
.search-bx.style-1 .input-group {
  margin-bottom: 0;
}
.search-bx.style-1 button {
  border-radius: 0 0.25rem 0.25rem 0;
  padding: 0px 10px;
}

.download-file {
  background-image: var(--gradient);
  color: #fff;
  padding: 25px 25px 20px 20px;
  border-radius: 4px;
}
.download-file .title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
.download-file ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.download-file ul li a {
  background-color: #fff;
  color: #000;
  display: block;
  margin-bottom: 10px;
  border-radius: 4px;
  width: 100%;
  padding: 15px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.download-file ul li a i {
  width: 18px;
  height: 18px;
  position: relative;
}
.download-file ul li a i:after, .download-file ul li a i:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
}
.download-file ul li a i:before {
  background-image: url(../images/icon/download-icon2.png);
  -webkit-animation: download1 2s ease infinite;
  animation: download1 2s ease infinite;
}
.download-file ul li a i:after {
  background-image: url(../images/icon/download-icon1.png);
}
.download-file ul li a .text {
  display: inline;
  position: relative;
}
.download-file ul li a:hover .text {
  color: var(--primary);
}

@-webkit-keyframes download1 {
  0%, 10%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes download1 {
  0%, 10%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
.widget_contact {
  position: relative;
  padding: 50px 30px;
  border-radius: 6px;
  background-size: cover;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.widget_contact:after {
  background: var(--gradient-sec);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.85;
  z-index: -1;
  background-size: 200%;
}
.widget_contact img {
  margin-bottom: 20px;
}
.widget_contact h4, .widget_contact .h4 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 30px;
}
.widget_contact .phone-number {
  position: relative;
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 11px;
}
.widget_contact .phone-number a {
  color: #fff;
}
.widget_contact .email {
  position: relative;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 30px;
}
.widget_contact .email a {
  color: #fff;
}

.service-carouse .item {
  overflow: hidden;
  border-radius: 6px;
}

/* widget listing*/
.wp-block-latest-posts,
.wp-block-categories-list,
.wp-block-archives-list,
.widget_categories ul,
.widget_archive ul,
.widget_meta ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_nav_menu ul,
.widget_recent_entries ul,
.widget_services ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.wp-block-latest-posts li,
.wp-block-categories-list li,
.wp-block-archives-list li,
.widget_categories ul li,
.widget_archive ul li,
.widget_meta ul li,
.widget_pages ul li,
.widget_recent_comments ul li,
.widget_nav_menu ul li,
.widget_recent_entries ul li,
.widget_services ul li {
  padding-bottom: 1.125rem;
  margin-bottom: 0.8125rem;
  position: relative;
  padding: 0.5rem 0rem 0.5rem 1.5rem;
  margin-bottom: 0;
  line-height: 1.25rem;
}
.wp-block-latest-posts li a,
.wp-block-categories-list li a,
.wp-block-archives-list li a,
.widget_categories ul li a,
.widget_archive ul li a,
.widget_meta ul li a,
.widget_pages ul li a,
.widget_recent_comments ul li a,
.widget_nav_menu ul li a,
.widget_recent_entries ul li a,
.widget_services ul li a {
  color: inherit;
  text-transform: capitalize;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  position: relative;
}
.wp-block-latest-posts li a:before,
.wp-block-categories-list li a:before,
.wp-block-archives-list li a:before,
.widget_categories ul li a:before,
.widget_archive ul li a:before,
.widget_meta ul li a:before,
.widget_pages ul li a:before,
.widget_recent_comments ul li a:before,
.widget_nav_menu ul li a:before,
.widget_recent_entries ul li a:before,
.widget_services ul li a:before {
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  display: block;
  left: -1.5rem;
  top: 0.063rem;
  font-size: 14px;
  font-weight: 900;
}
.wp-block-latest-posts li a:hover,
.wp-block-categories-list li a:hover,
.wp-block-archives-list li a:hover,
.widget_categories ul li a:hover,
.widget_archive ul li a:hover,
.widget_meta ul li a:hover,
.widget_pages ul li a:hover,
.widget_recent_comments ul li a:hover,
.widget_nav_menu ul li a:hover,
.widget_recent_entries ul li a:hover,
.widget_services ul li a:hover {
  color: var(--primary);
}
.wp-block-latest-posts li li,
.wp-block-categories-list li li,
.wp-block-archives-list li li,
.widget_categories ul li li,
.widget_archive ul li li,
.widget_meta ul li li,
.widget_pages ul li li,
.widget_recent_comments ul li li,
.widget_nav_menu ul li li,
.widget_recent_entries ul li li,
.widget_services ul li li {
  border-bottom: none;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 1.375rem;
}
.wp-block-latest-posts li li:last-child,
.wp-block-categories-list li li:last-child,
.wp-block-archives-list li li:last-child,
.widget_categories ul li li:last-child,
.widget_archive ul li li:last-child,
.widget_meta ul li li:last-child,
.widget_pages ul li li:last-child,
.widget_recent_comments ul li li:last-child,
.widget_nav_menu ul li li:last-child,
.widget_recent_entries ul li li:last-child,
.widget_services ul li li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.wp-block-latest-posts li li:before,
.wp-block-categories-list li li:before,
.wp-block-archives-list li li:before,
.widget_categories ul li li:before,
.widget_archive ul li li:before,
.widget_meta ul li li:before,
.widget_pages ul li li:before,
.widget_recent_comments ul li li:before,
.widget_nav_menu ul li li:before,
.widget_recent_entries ul li li:before,
.widget_services ul li li:before {
  top: 0.5rem;
  left: 0;
}
.wp-block-latest-posts ul,
.wp-block-categories-list ul,
.wp-block-archives-list ul,
.widget_categories ul ul,
.widget_archive ul ul,
.widget_meta ul ul,
.widget_pages ul ul,
.widget_recent_comments ul ul,
.widget_nav_menu ul ul,
.widget_recent_entries ul ul,
.widget_services ul ul {
  padding-left: 1.125rem;
  margin-top: 0.5rem;
  margin-left: -0.9375rem;
}

/*widget categories*/
.widget_archive li ul,
.wp-block-categories-list li ul,
.wp-block-archives-list li ul,
.wp-block-latest-posts li ul,
.widget_categories li ul {
  margin-bottom: -0.625rem;
}

.widget_archive ul li,
.wp-block-categories-list li,
.wp-block-archives-list li,
.wp-block-latest-posts li,
.widget_categories ul li {
  text-align: right;
  display: table;
  width: 100%;
  padding: 0.5rem 0rem 0.5rem 1.5rem !important;
  line-height: 1.3 !important;
}

.wp-block-categories-list li:before,
.wp-block-archives-list li:before,
.wp-block-latest-posts li:before {
  content: none !important;
}

.widget_archive li a,
.wp-block-latest-posts li a,
.wp-block-categories-list li a,
.wp-block-archives-list li a,
.widget_categories li a {
  float: left;
  text-transform: capitalize;
  text-align: left;
}

.wp-block-latest-posts,
.wp-block-categories-list,
.wp-block-archives-list {
  margin-bottom: 2.5rem;
  padding: 0 !important;
}

.widget_recent_comments ul {
  margin-top: -0.625rem;
}
.widget_recent_comments ul li {
  padding-left: 1.875rem;
  line-height: 1.625rem;
}
.widget_recent_comments ul li a {
  font-weight: 500;
}
.widget_recent_comments ul li a:before {
  content: none;
}
.widget_recent_comments ul li:before {
  content: "\f27a";
  font-family: "Font Awesome 5 Free";
  background: transparent;
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  top: 0.625rem;
  font-size: 1.125rem;
  font-weight: 500;
}

.widget_meta ul li a abbr[title] {
  color: #333;
  border-bottom: none;
}

.widget_calendar th,
.widget_calendar td {
  text-align: center;
  border: 0.0625rem solid var(--rgba-primary-1);
  padding: 0.4em;
}
.widget_calendar th,
.widget_calendar tfoot td {
  border-color: rgba(0, 0, 0, 0.05);
}
.widget_calendar th:last-child,
.widget_calendar tfoot td:last-child {
  border: 0;
}
.widget_calendar tr {
  border-bottom: 0.0625rem solid var(--rgba-primary-1);
}
.widget_calendar tr:nth-child(2n+2) {
  background-color: var(--rgba-primary-1);
}
.widget_calendar table {
  border-collapse: collapse;
  margin: 0;
  width: 100%;
}
.widget_calendar .calendar_wrap th,
.widget_calendar tfoot td a {
  color: #fff;
  background: #1f2471;
}
.widget_calendar .calendar_wrap td a {
  text-transform: uppercase;
  color: inherit;
}
.widget_calendar caption {
  text-align: center;
  font-weight: 600;
  caption-side: top;
  background: #1f2471;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  text-transform: uppercase;
  font-size: 0.9375rem;
}

.calendar_wrap {
  background-color: #fff;
}

footer .widget_calendar th,
footer .widget_calendar td {
  border-color: var(--rgba-primary-1);
}
footer .widget_calendar tr {
  border-bottom: 0.0625rem solid var(--rgba-primary-1);
}
footer .widget_calendar tr:nth-child(2n+2) {
  background-color: var(--rgba-primary-1);
}

.wp-calendar-nav {
  color: #fff;
  background: #1f2471;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.wp-calendar-nav span {
  padding: 0.3125rem 1.25rem;
  width: 44%;
  border-right: 0.0625rem solid rgba(255, 255, 255, 0.2);
}
.wp-calendar-nav span a {
  color: #fff;
}

.widget_archive select,
select {
  padding: 14px 20px;
  font-weight: normal;
  text-transform: unset;
  outline: none;
  border-radius: 0;
  width: 100%;
}

.widget_text select {
  width: 100%;
}
.widget_text select option {
  width: 100%;
}
.widget_text p {
  font-size: 0.9375rem;
  line-height: 1.75rem;
}

/*widget rss  */
.rsswidget img {
  display: inherit;
}

.widget-title .rsswidget {
  display: inline-block;
}

ul a.rsswidget,
ul cite {
  font-weight: 600;
  color: var(--title);
}

ul a.rsswidget {
  font-size: 1.125rem;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
ul a.rsswidget:hover {
  color: var(--primary);
}

.rssSummary {
  margin: 1.25rem 0;
  line-height: 1.7;
  font-size: 15px;
}

.rss-date {
  display: block;
  margin-top: 0.3125rem;
  font-weight: 400;
}

.widget_rss ul li {
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.1);
  padding-top: 0;
}
.widget_rss ul li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}

.widget_gallery ul {
  padding-left: 0;
  display: table;
}
.widget_gallery.gallery-grid-2 li {
  width: 50%;
}
.widget_gallery.gallery-grid-4 li {
  width: 25%;
}
.widget_gallery li {
  display: inline-block;
  width: 33.33%;
  float: left;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  padding: 0.125rem;
}
.widget_gallery li img {
  display: inline-block;
  width: 100%;
}
.widget_gallery li:nth-child(3n-3) {
  margin-right: 0;
}
.widget_gallery li:hover {
  opacity: 0.7;
}
.widget_gallery li a {
  display: inline-block;
}

.widget_tag_cloud .tagcloud {
  clear: both;
  display: table;
}
.widget_tag_cloud .tagcloud a {
  position: relative;
  border: 1px solid;
  border-radius: 0.25rem;
  padding: 6px 15px;
  display: inline-block;
  margin: 0 15px 15px 0;
  font-size: 15px;
  color: inherit;
  line-height: 1.4;
}
.widget_tag_cloud .tagcloud a:hover {
  background-color: var(--primary-hover);
  border-color: var(--primary-hover);
  color: #fff;
}

.recent-posts-entry .widget-post-bx .widget-post {
  display: flex;
  align-items: center;
  border-radius: 0.25rem;
  margin-bottom: 20px;
  transition: all 0.5s;
}
.recent-posts-entry .widget-post-bx .widget-post .dz-media {
  width: 100px;
  min-width: 100px;
}
.recent-posts-entry .widget-post-bx .widget-post .dz-info {
  padding-left: 15px;
}
.recent-posts-entry .widget-post-bx .widget-post .dz-meta {
  margin-bottom: 0;
}
.recent-posts-entry .widget-post-bx .widget-post .dz-meta ul {
  line-height: 1;
}
.recent-posts-entry .widget-post-bx .widget-post .dz-meta ul li {
  color: var(--primary);
  font-family: var(--font-family-title);
  font-size: 13px;
  padding-left: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  font-weight: 300;
}
.recent-posts-entry .widget-post-bx .widget-post .dz-meta ul li:after {
  content: "";
  height: 5px;
  width: 5px;
  background: var(--primary);
  position: absolute;
  left: 0;
  top: 4px;
}
.recent-posts-entry .widget-post-bx .widget-post .title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 1.5;
}
.recent-posts-entry.style-2 .widget-post-bx .widget-post {
  margin-bottom: 30px;
}
.recent-posts-entry.style-2 .widget-post-bx .widget-post .dz-media {
  height: 170px;
  width: 170px;
  min-width: 170px;
}
@media only screen and (max-width: 575px) {
  .recent-posts-entry.style-2 .widget-post-bx .widget-post .dz-media {
    height: 100px;
    width: 10px;
    min-width: 100px;
  }
  .recent-posts-entry.style-2 .widget-post-bx .widget-post .dz-meta ul li {
    line-height: 1.8;
  }
  .recent-posts-entry.style-2 .widget-post-bx .widget-post .dz-meta ul li:after {
    top: 10px;
  }
}

.service_menu_nav {
  background: #fff;
  padding: 30px 30px;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
@media only screen and (max-width: 1280px) {
  .service_menu_nav {
    padding: 15px;
  }
}
.service_menu_nav ul li {
  padding: 0;
}
.service_menu_nav ul li a {
  background-color: #fff;
  display: block;
  border-radius: 6px;
  padding: 15px 25px;
  margin-bottom: 10px;
  color: #000;
  font-weight: 600;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  background-size: 200%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (max-width: 1280px) {
  .service_menu_nav ul li a {
    padding: 15px;
  }
}
.service_menu_nav ul li a:before {
  content: "\f30b";
  font-weight: 900;
  font-family: "Line Awesome Free";
  position: absolute;
  right: 50px;
  left: auto;
  top: 50%;
  font-size: 30px;
  opacity: 0;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1280px) {
  .service_menu_nav ul li a:before {
    font-size: 22px;
  }
}
.service_menu_nav ul li a:after {
  background-image: var(--gradient);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  content: "";
  background-size: 200%;
  opacity: 0;
  z-index: -1;
}
.service_menu_nav ul li:hover a, .service_menu_nav ul li.current-menu-item a, .service_menu_nav ul li.active a {
  padding-left: 20px;
  border-color: transparent;
  transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  color: #fff;
}
.service_menu_nav ul li:hover a:before, .service_menu_nav ul li.current-menu-item a:before, .service_menu_nav ul li.active a:before {
  opacity: 1;
  right: 10px;
  color: #fff;
}
@media only screen and (max-width: 1280px) {
  .service_menu_nav ul li:hover a:before, .service_menu_nav ul li.current-menu-item a:before, .service_menu_nav ul li.active a:before {
    font-size: 22px;
    right: 5px;
  }
}
.service_menu_nav ul li:hover a:after, .service_menu_nav ul li.current-menu-item a:after, .service_menu_nav ul li.active a:after {
  opacity: 1;
}

.wp-block-categories-dropdown,
.wp-block-archives-dropdown {
  margin-bottom: 20px;
}
.wp-block-categories-dropdown select:after,
.wp-block-archives-dropdown select:after {
  content: "\f078";
  font-weight: 900;
  font-family: "Line Awesome Free";
  position: absolute;
  right: 50px;
  left: auto;
  top: 50%;
}

.post-tags strong {
  font-weight: 700;
  color: #212529;
  margin-right: 10px;
}
.post-tags a {
  margin-right: 10px;
  display: inline-block;
}

.author-box {
  padding: 30px;
  background: #ffffff;
  box-shadow: 2px 5px 15px 0 rgba(0, 0, 0, 0.1);
}
.author-box .author-profile-info {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 575px) {
  .author-box .author-profile-info {
    display: block;
    text-align: center;
  }
}
.author-box .author-profile-info .author-profile-pic {
  width: 100px;
  height: 100px;
  overflow: hidden;
  min-width: 100px;
}
@media only screen and (max-width: 575px) {
  .author-box .author-profile-info .author-profile-pic {
    width: 80px;
    height: 80px;
    min-width: 80px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.author-box .author-profile-info .author-profile-pic img {
  width: 100%;
}
.author-box .author-profile-info .author-profile-content {
  padding-left: 20px;
}
@media only screen and (max-width: 575px) {
  .author-box .author-profile-info .author-profile-content {
    padding-left: 0;
  }
}
.author-box .author-profile-info .author-profile-content h6, .author-box .author-profile-info .author-profile-content .h6 {
  font-size: 24px;
}
.author-box .author-profile-info .author-profile-content p {
  margin-bottom: 15px;
}
.author-box .author-profile-info .author-profile-content ul {
  padding: 0;
  margin: 0;
  margin-right: 5px;
  display: table;
  float: left;
}
@media only screen and (max-width: 575px) {
  .author-box .author-profile-info .author-profile-content ul {
    display: inline-block;
    float: none;
    margin-right: 0;
  }
}
.author-box .author-profile-info .author-profile-content ul li {
  padding: 0;
  margin: 0;
  margin-right: 10px;
  float: left;
}
@media only screen and (max-width: 575px) {
  .author-box .author-profile-info .author-profile-content ul li {
    margin-right: 5px;
    margin-left: 5px;
  }
}
.author-box .author-profile-info .author-profile-content ul li a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  background: var(--primary);
  color: #fff;
  vertical-align: middle;
  display: block;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
.author-box .author-profile-info .author-profile-content ul li a:hover {
  background: var(--primary-hover);
}

.inquiry-modal .modal-dialog {
  max-width: 700px;
  display: flex;
  min-height: auto;
  justify-content: stretch;
  align-items: stretch;
}
.inquiry-modal .form-control, .inquiry-modal .woocommerce-EditAccountForm.edit-account input[type=text], .woocommerce-EditAccountForm.edit-account .inquiry-modal input[type=text],
.inquiry-modal .woocommerce-EditAccountForm.edit-account input[type=email],
.woocommerce-EditAccountForm.edit-account .inquiry-modal input[type=email],
.inquiry-modal .woocommerce-EditAccountForm.edit-account input[type=password],
.woocommerce-EditAccountForm.edit-account .inquiry-modal input[type=password],
.inquiry-modal .login input[type=text],
.login .inquiry-modal input[type=text], .inquiry-modal .login input[type=password], .login .inquiry-modal input[type=password],
.inquiry-modal .woocommerce-ResetPassword.lost_reset_password input[type=text],
.woocommerce-ResetPassword.lost_reset_password .inquiry-modal input[type=text],
.inquiry-modal .checkout.woocommerce-checkout input[type=text],
.checkout.woocommerce-checkout .inquiry-modal input[type=text],
.inquiry-modal .checkout.woocommerce-checkout input[type=email],
.checkout.woocommerce-checkout .inquiry-modal input[type=email],
.inquiry-modal .checkout.woocommerce-checkout input[type=tel],
.checkout.woocommerce-checkout .inquiry-modal input[type=tel],
.inquiry-modal .checkout.woocommerce-checkout .select2-choice,
.checkout.woocommerce-checkout .inquiry-modal .select2-choice,
.inquiry-modal .checkout.woocommerce-checkout textarea,
.checkout.woocommerce-checkout .inquiry-modal textarea,
.inquiry-modal .woocommerce form .form-row input.input-text,
.woocommerce form .form-row .inquiry-modal input.input-text,
.inquiry-modal .woocommerce form .form-row .select2-selection,
.woocommerce form .form-row .inquiry-modal .select2-selection,
.inquiry-modal .woocommerce form .form-row .select2-choice,
.woocommerce form .form-row .inquiry-modal .select2-choice, .inquiry-modal .woocommerce .woocommerce-checkout.checkout form .form-row textarea, .woocommerce .woocommerce-checkout.checkout form .form-row .inquiry-modal textarea,
.inquiry-modal .woocommerce .woocommerce-checkout.checkout form .form-row select,
.woocommerce .woocommerce-checkout.checkout form .form-row .inquiry-modal select,
.inquiry-modal .woocommerce .woocommerce-checkout.checkout form .form-row input,
.woocommerce .woocommerce-checkout.checkout form .form-row .inquiry-modal input, .inquiry-modal .woocommerce-cart-form .table tr .quantity input, .woocommerce-cart-form .table tr .quantity .inquiry-modal input, .inquiry-modal .woocommerce-cart-form .table tr td.actions .coupon .input-text, .woocommerce-cart-form .table tr td.actions .coupon .inquiry-modal .input-text, .inquiry-modal .woocommerce #review_form #respond input[type=text], .woocommerce #review_form #respond .inquiry-modal input[type=text],
.inquiry-modal .woocommerce #review_form #respond textarea,
.woocommerce #review_form #respond .inquiry-modal textarea,
.inquiry-modal .woocommerce #review_form #respond input[type=email],
.woocommerce #review_form #respond .inquiry-modal input[type=email], .inquiry-modal .wp-block-categories-dropdown select, .wp-block-categories-dropdown .inquiry-modal select,
.inquiry-modal .wp-block-archives-dropdown select,
.wp-block-archives-dropdown .inquiry-modal select {
  font-size: 15px;
  border-radius: 0;
  font-family: var(--font-family-title);
  letter-spacing: 2px;
  font-weight: 300;
  color: #000;
}
.inquiry-modal .inquiry-adv {
  flex: 0 0 50%;
  max-width: 50%;
}
@media only screen and (max-width: 767px) {
  .inquiry-modal .inquiry-adv {
    display: none;
  }
}
.inquiry-modal .inquiry-adv img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.inquiry-modal .modal-content {
  border: 0;
  border-radius: 0;
  background: #fff;
  padding: 30px;
  flex: 0 0 50%;
  max-width: 50%;
}
@media only screen and (max-width: 767px) {
  .inquiry-modal .modal-content {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 20px;
  }
}
.inquiry-modal .modal-content .modal-header {
  border: 0;
  padding: 0;
  display: block;
  text-align: center;
}
.inquiry-modal .modal-content .modal-header .modal-title {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 1.3;
  font-family: var(--font-family-title);
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  letter-spacing: 2px;
}
.inquiry-modal .modal-content .modal-header i {
  color: var(--primary);
  font-size: 54px;
  line-height: 1;
  display: inline-block;
}
.inquiry-modal .modal-content .modal-body {
  padding: 0;
}
.inquiry-modal .btn-close {
  margin: 0;
  position: absolute;
  right: -40px;
  top: -40px;
  color: #fff;
  font-weight: 100;
  text-shadow: none;
  opacity: 1;
  font-size: 40px;
  padding: 0;
  height: 40px;
  line-height: 40px;
  width: 40px;
  border: 0;
  background: transparent;
}
@media only screen and (max-width: 767px) {
  .inquiry-modal .btn-close {
    right: 0;
  }
}

.move-1 {
  -webkit-animation: move1 5s infinite;
  animation: move1 5s infinite;
}

.move-2 {
  -webkit-animation: move2 5s infinite;
  animation: move2 5s infinite;
}

.move-3 {
  -webkit-animation: move3 5s infinite;
  animation: move3 5s infinite;
}

@-webkit-keyframes move1 {
  0% {
    -webkit-transform: rotate(-1deg) translate(-2px, -2px);
    transform: rotate(-1deg) translate(-2px, -2px);
  }
  50% {
    -webkit-transform: rotate(1deg) translate(2px, 2px);
    transform: rotate(1deg) translate(2px, 2px);
  }
  100% {
    -webkit-transform: rotate(-1deg) translate(-2px, -2px);
    transform: rotate(-1deg) translate(-2px, -2px);
  }
}
@keyframes move1 {
  0% {
    -webkit-transform: rotate(-1deg) translate(-2px, -2px);
    transform: rotate(-1deg) translate(-2px, -2px);
  }
  50% {
    -webkit-transform: rotate(1deg) translate(2px, 2px);
    transform: rotate(1deg) translate(2px, 2px);
  }
  100% {
    -webkit-transform: rotate(-1deg) translate(-2px, -2px);
    transform: rotate(-1deg) translate(-2px, -2px);
  }
}
@-webkit-keyframes move2 {
  0% {
    -webkit-transform: rotate(1deg) translate(2px, 2px);
    transform: rotate(1deg) translate(2px, 2px);
  }
  50% {
    -webkit-transform: rotate(-1deg) translate(-2px, -2px);
    transform: rotate(-1deg) translate(-2px, -2px);
  }
  100% {
    -webkit-transform: rotate(1deg) translate(2px, 2px);
    transform: rotate(1deg) translate(2px, 2px);
  }
}
@-webkit-keyframes move3 {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(5px, 0);
  }
  40% {
    transform: translate(5px, 5px);
  }
  65% {
    transform: translate(0, 5px);
  }
  65% {
    transform: translate(5px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
.about-bx1 .dz-media {
  position: relative;
  overflow: unset;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 15px;
}
.about-bx1 .dz-media .img1 {
  padding: 20px;
  margin-right: 0;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  background-color: #fff;
}
.about-bx1 .dz-media .img2 {
  margin-left: 200px;
  margin-top: 20px;
  position: relative;
  z-index: -1;
}
.about-bx1 .dz-media .img2:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 60px;
  top: 60px;
  border: 5px solid #f8f8f8;
  z-index: -1;
}
.about-bx1 .title {
  margin-bottom: 30px;
}
.about-bx1 .year-exp {
  display: flex;
  align-items: center;
  padding: 15px 30px;
  background-color: #212529;
}
.about-bx1 .year-exp .year {
  margin: 0 20px 0 0;
  font-family: "Oswald", sans-serif;
}
.about-bx1 .year-exp .text {
  margin: 0;
  color: #fff;
  font-weight: 400;
  letter-spacing: 3px;
  font-family: "Oswald", sans-serif;
}
.about-bx1 .year-exp .text span {
  font-weight: 300;
}
@media only screen and (max-width: 575px) {
  .about-bx1 .year-exp .text {
    letter-spacing: 1px;
  }
}
@media only screen and (max-width: 991px) {
  .about-bx1 .dz-media .img1 {
    width: 300px;
  }
  .about-bx1 .dz-media .img2 {
    margin-left: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .about-bx1 .dz-media .img1 {
    padding: 10px;
  }
  .about-bx1 .dz-media .img2 {
    margin-left: 200px;
  }
}
@media only screen and (max-width: 575px) {
  .about-bx1 .dz-media {
    padding-bottom: 35px;
  }
  .about-bx1 .dz-media .img1 {
    width: 200px;
  }
  .about-bx1 .dz-media .img2 {
    margin-left: 100px;
    margin-top: 0px;
  }
  .about-bx1 .dz-media .img2:after {
    right: 30px;
    top: 40px;
  }
}

.about-bx2 .history-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about-bx2 .history-row .year,
.about-bx2 .history-row .awards,
.about-bx2 .history-row .sales {
  font-family: "Oswald", sans-serif;
  font-size: 65px;
  font-weight: 500;
  min-width: 120px;
  letter-spacing: 0px;
  border-bottom: 4px solid var(--primary);
  display: inline-block;
}
.about-bx2 .history-row .text {
  display: block;
}
.about-bx2 .dz-media {
  height: 100%;
  overflow: visible;
  padding-right: 15px;
  z-index: 1;
}
.about-bx2 .dz-media img {
  height: 100%;
}
.about-bx2 .dz-media:after {
  position: absolute;
  content: "";
  height: 100%;
  width: calc(50vw - 104px);
  right: 80px;
  z-index: -2;
  background: #f8f8f8;
  bottom: -80px;
}
.about-bx2 .dz-media:before {
  position: absolute;
  content: "";
  height: 400px;
  width: 400px;
  left: -25%;
  z-index: -1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("../images/pattern/pt13.png");
  bottom: -80px;
  -webkit-animation: move1 10s ease-in infinite;
  animation: move1 10s ease-in infinite;
}
.about-bx2 .dz-media.right {
  padding-right: 0;
  padding-left: 15px;
}
.about-bx2 .dz-media.right:after {
  left: 80px;
}
.about-bx2 .dz-media.right:before {
  left: auto;
  right: -25%;
}
@media only screen and (max-width: 991px) {
  .about-bx2 .dz-media {
    padding-right: 0;
  }
  .about-bx2 .dz-media:after {
    content: none;
  }
  .about-bx2 .dz-media:before {
    display: none;
  }
  .about-bx2 .dz-media.right {
    padding-right: 0;
    padding-left: 0;
  }
  .about-bx2 .history-row .year,
  .about-bx2 .history-row .awards,
  .about-bx2 .history-row .sales {
    font-size: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .about-bx2 .history-row .year,
  .about-bx2 .history-row .awards,
  .about-bx2 .history-row .sales {
    font-size: 38px;
    min-width: 80px;
  }
}

@keyframes move1 {
  0% {
    transform: rotate(45deg);
  }
  50% {
    transform: rotate(60deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
.about-bx3 .dz-media {
  padding-left: 170px;
  overflow: visible;
}
@media only screen and (max-width: 1280px) {
  .about-bx3 .dz-media {
    padding-left: 90px;
  }
}
@media only screen and (max-width: 991px) {
  .about-bx3 .dz-media {
    padding-left: 60px;
  }
}
.about-bx3 .dz-media .dz-info {
  background: rgb(255, 255, 255);
  padding: 15px;
  padding-bottom: 20px;
  width: 180px;
  text-align: center;
  position: absolute;
  top: 10%;
  left: 50px;
  box-shadow: -16px 15px 30px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1280px) {
  .about-bx3 .dz-media .dz-info {
    padding: 16px 13px;
    width: 150px;
    left: 0;
  }
}
@media only screen and (max-width: 575px) {
  .about-bx3 .dz-media .dz-info {
    padding: 10px 5px;
    width: 115px;
    left: 0px;
  }
}
.about-bx3 .dz-media .dz-info .Product {
  font-size: 70px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
  font-family: var(--font-family-title);
}
@media only screen and (max-width: 1280px) {
  .about-bx3 .dz-media .dz-info .Product {
    font-size: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .about-bx3 .dz-media .dz-info .Product {
    font-size: 50px;
  }
}
.about-bx3 .dz-media .dz-info .text {
  font-weight: 600;
  font-size: 20px;
  margin: 0;
  line-height: 1.4;
}
@media only screen and (max-width: 1280px) {
  .about-bx3 .dz-media .dz-info .text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .about-bx3 .dz-media .dz-info .text {
    font-size: 14px;
  }
}
.about-bx3 .view-more-btn {
  margin-top: 90px;
}
@media only screen and (max-width: 991px) {
  .about-bx3 .view-more-btn {
    margin-top: 0;
  }
}

.about-bx4 {
  margin-top: -15%;
}
@media only screen and (max-width: 1400px) {
  .about-bx4 {
    margin-top: 0px;
  }
}
.about-bx4 .title {
  font-size: 28px;
  font-weight: 600;
  font-family: Oswald, sans-serif;
  padding-top: 13.5rem;
  padding-bottom: 2rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 1.6;
}
@media only screen and (max-width: 575px) {
  .about-bx4 .title {
    font-size: 23px;
  }
}
@media only screen and (max-width: 991px) {
  .about-bx4 .title {
    padding-top: 0.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .about-bx4 .title {
    padding-top: 0.5rem;
  }
}
.about-bx5 {
  margin-top: -29.5%;
}
.about-bx5 .about-content {
  margin-left: 10px;
}
@media only screen and (max-width: 1680px) {
  .about-bx5 {
    margin-top: -23.5%;
  }
}
@media only screen and (max-width: 1400px) {
  .about-bx5 {
    margin-top: -15%;
  }
}
@media only screen and (max-width: 1280px) {
  .about-bx5 {
    margin-top: 0%;
  }
}
.about-bx5 .title {
  padding-bottom: 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 575px) {
  .about-bx5 .title {
    font-size: 23px;
  }
}
@media only screen and (max-width: 991px) {
  .about-bx5 .title {
    padding-top: 0.5rem;
  }
}
.about-bx5 .section-head {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .about-bx5 .section-head {
    margin-bottom: 0px;
  }
}
.about-bx5 .section-head .title {
  line-height: 1.3;
}
.about-bx5 .year,
.about-bx5 .awards,
.about-bx5 .sales {
  font-size: 70px;
  font-weight: 600px;
  text-transform: uppercase;
  font-family: "Oswald";
  color: var(--primary);
}
@media only screen and (max-width: 1280px) {
  .about-bx5 .year,
  .about-bx5 .awards,
  .about-bx5 .sales {
    font-size: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .about-bx5 .year,
  .about-bx5 .awards,
  .about-bx5 .sales {
    font-size: 50px;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .about-bx5 .year,
  .about-bx5 .awards,
  .about-bx5 .sales {
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .about-bx5 .year,
  .about-bx5 .awards,
  .about-bx5 .sales {
    font-size: 35px;
  }
}
.about-bx5 .text {
  font-weight: 500;
  font-size: 18px;
  display: block;
  color: #636363;
}
@media only screen and (max-width: 1280px) {
  .about-bx5 .text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .about-bx5 .text {
    text-align: center;
  }
}
.about-bx5 .dz-media {
  margin-right: 70px;
}
@media only screen and (max-width: 1280px) {
  .about-bx5 .dz-media {
    margin: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .about-bx5 .dz-media {
    margin: 0;
  }
}
.about-bx5 .dz-media .img1 img {
  object-fit: cover;
}
@media only screen and (max-width: 1280px) {
  .about-bx5 .dz-media .img1 {
    max-height: 400px;
  }
}
@media only screen and (max-width: 991px) {
  .about-bx5 .about-content {
    padding: 0 15px;
  }
}

.dz-box {
  position: relative;
}

.swiper-portfolio {
  padding: 40px 0;
  margin: -40px 0 -40px 0;
}

.dz-box.style-1 {
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  overflow: hidden;
}
.dz-box.style-1 .mheight-lg {
  height: 650px;
  background-size: cover;
}
.dz-box.style-1 .mheight-md {
  height: 325px;
  background-size: cover;
}
.dz-box.style-1 .dz-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  background: rgba(33, 37, 41, 0.5);
}
.dz-box.style-1 .sub-title {
  font-family: var(--font-family-title);
  writing-mode: tb-rl;
  float: right;
  margin: 0;
  color: #fff;
  font-weight: 300;
  letter-spacing: 3px;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
.dz-box.style-1 .sub-title a {
  color: inherit;
}
.dz-box.style-1 .title {
  position: absolute;
  bottom: 20px;
  padding-right: 20%;
  margin: 0;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
.dz-box.style-1 .title a {
  color: #fff;
}
.dz-box.style-1 .view-btn {
  width: 75px;
  height: 75px;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 1;
  transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
}
.dz-box.style-1 .view-btn:after, .dz-box.style-1 .view-btn:before {
  content: "";
  position: absolute;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  background: #fff;
  opacity: 0;
}
.dz-box.style-1 .view-btn:after {
  height: 4px;
  width: 26px;
  top: 50%;
  left: 50%;
  transform: translate(-500px, 50%);
  -moz-transform: translate(-500px, 50%);
  -webkit-transform: translate(-500px, 50%);
  -ms-transform: translate(-500px, 50%);
  -o-transform: translate(-500px, 50%);
}
.dz-box.style-1 .view-btn:before {
  height: 26px;
  width: 4px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -500px);
  -moz-transform: translate(-50%, -500px);
  -webkit-transform: translate(-50%, -500px);
  -ms-transform: translate(-50%, -500px);
  -o-transform: translate(-50%, -500px);
}
.dz-box.style-1:hover {
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  z-index: 1;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.35);
}
.dz-box.style-1:hover .view-btn {
  background: var(--primary);
  transition-delay: 0s;
}
.dz-box.style-1:hover .view-btn:after, .dz-box.style-1:hover .view-btn:before {
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  opacity: 1;
}

.dz-box.style-2 {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.dz-box.style-2 .dz-info {
  display: flex;
  padding: 30px 30px;
  position: absolute;
  background: #f8f8f8;
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: 0.3s ease-in-out 0.03s;
  transition: 0.3s ease-in-out 0.03s;
}
.dz-box.style-2 .dz-info .line {
  display: inline-block;
  position: relative;
  top: 15px;
  margin-right: 15px;
  height: 1px;
  width: 50px;
  background: var(--primary);
}
.dz-box.style-2 .dz-media {
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 0;
}
.dz-box.style-2 .dz-media:after {
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: rgba(20, 20, 22, 0.2);
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out 0.03s;
  transition: 0.3s ease-in-out 0.03s;
}
.dz-box.style-2 .view-btn {
  width: 75px;
  height: 75px;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 1;
  transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
.dz-box.style-2 .view-btn:after, .dz-box.style-2 .view-btn:before {
  content: "";
  position: absolute;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  background: #fff;
  opacity: 0;
}
.dz-box.style-2 .view-btn:after {
  height: 4px;
  width: 26px;
  top: 50%;
  left: 50%;
  transform: translate(-500px, 50%);
  -moz-transform: translate(-500px, 50%);
  -webkit-transform: translate(-500px, 50%);
  -ms-transform: translate(-500px, 50%);
  -o-transform: translate(-500px, 50%);
}
.dz-box.style-2 .view-btn:before {
  height: 26px;
  width: 4px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -500px);
  -moz-transform: translate(-50%, -500px);
  -webkit-transform: translate(-50%, -500px);
  -ms-transform: translate(-50%, -500px);
  -o-transform: translate(-50%, -500px);
}
.dz-box.style-2 .sub-title {
  margin-bottom: 0;
  font-size: 15px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 3px;
}
.dz-box.style-2:hover .dz-info {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.dz-box.style-2:hover .dz-media:after {
  opacity: 1;
}
.dz-box.style-2:hover .view-btn {
  background: var(--primary);
  transition-delay: 0s;
}
.dz-box.style-2:hover .view-btn:after, .dz-box.style-2:hover .view-btn:before {
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .dz-box.style-2 .dz-media {
    height: 360px;
  }
}

.dz-box.style-3 {
  position: relative;
  overflow: hidden;
  margin: 0 5px;
  z-index: 1;
}
.dz-box.style-3 .dz-info {
  position: absolute;
  top: 50%;
  left: 0;
  transform: scale(0);
  opacity: 0 !important;
  -webkit-transition: 0.5s ease-in-out 0.05s;
  transition: 0.5s ease-in-out 0.05s;
  text-align: center;
  width: 100%;
  transform: translateY(-50%) !important;
}
.dz-box.style-3 .dz-info .title a {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}
.dz-box.style-3 .dz-media {
  height: 340px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 0;
}
.dz-box.style-3 .dz-media:after {
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: #212529;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out 0.03s;
  transition: 0.3s ease-in-out 0.03s;
}
.dz-box.style-3 .view-btn {
  width: 75px;
  height: 75px;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 1;
  transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
.dz-box.style-3 .view-btn:after, .dz-box.style-3 .view-btn:before {
  content: "";
  position: absolute;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  background: #fff;
  opacity: 0;
}
.dz-box.style-3 .view-btn:after {
  height: 4px;
  width: 26px;
  top: 50%;
  left: 50%;
  transform: translate(-500px, 50%);
  -moz-transform: translate(-500px, 50%);
  -webkit-transform: translate(-500px, 50%);
  -ms-transform: translate(-500px, 50%);
  -o-transform: translate(-500px, 50%);
}
.dz-box.style-3 .view-btn:before {
  height: 26px;
  width: 4px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -500px);
  -moz-transform: translate(-50%, -500px);
  -webkit-transform: translate(-50%, -500px);
  -ms-transform: translate(-50%, -500px);
  -o-transform: translate(-50%, -500px);
}
.dz-box.style-3 .sub-title {
  margin-bottom: 0;
  font-size: 15px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 3px;
}
.dz-box.style-3:hover .dz-info {
  transform: scale(1);
  opacity: 1 !important;
}
.dz-box.style-3:hover .dz-media:after {
  opacity: 80%;
}
.dz-box.style-3:hover .view-btn {
  background: var(--primary);
  transition-delay: 0s;
}
.dz-box.style-3:hover .view-btn:after, .dz-box.style-3:hover .view-btn:before {
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .dz-box.style-3 .dz-media {
    height: 360px;
  }
}

.dz-box.style-4 {
  position: relative;
  overflow: hidden;
  margin: 25px;
  z-index: 1;
}
@media only screen and (max-width: 1280px) {
  .dz-box.style-4 {
    margin: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .dz-box.style-4 {
    margin: 5px;
  }
}
.dz-box.style-4 .dz-info {
  position: absolute;
  top: 50%;
  left: 0;
  transform: scale(0);
  opacity: 0 !important;
  -webkit-transition: 0.5s ease-in-out 0.05s;
  transition: 0.5s ease-in-out 0.05s;
  text-align: center;
  width: 100%;
  transform: translateY(-50%) !important;
}
.dz-box.style-4 .dz-info .title a {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}
.dz-box.style-4 .dz-media {
  height: 340px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 0;
}
.dz-box.style-4 .dz-media:after {
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: #212529;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out 0.03s;
  transition: 0.3s ease-in-out 0.03s;
}
.dz-box.style-4 .view-btn {
  width: 75px;
  height: 75px;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 1;
  transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
.dz-box.style-4 .view-btn:after, .dz-box.style-4 .view-btn:before {
  content: "";
  position: absolute;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  background: #fff;
  opacity: 0;
}
.dz-box.style-4 .view-btn:after {
  height: 4px;
  width: 26px;
  top: 50%;
  left: 50%;
  transform: translate(-500px, 50%);
  -moz-transform: translate(-500px, 50%);
  -webkit-transform: translate(-500px, 50%);
  -ms-transform: translate(-500px, 50%);
  -o-transform: translate(-500px, 50%);
}
.dz-box.style-4 .view-btn:before {
  height: 26px;
  width: 4px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -500px);
  -moz-transform: translate(-50%, -500px);
  -webkit-transform: translate(-50%, -500px);
  -ms-transform: translate(-50%, -500px);
  -o-transform: translate(-50%, -500px);
}
.dz-box.style-4 .sub-title {
  margin-bottom: 0;
  font-size: 15px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 3px;
}
.dz-box.style-4:hover .dz-info {
  transform: scale(1);
  opacity: 1 !important;
}
.dz-box.style-4:hover .dz-media:after {
  opacity: 80%;
}
.dz-box.style-4:hover .view-btn {
  background: var(--primary);
  transition-delay: 0s;
}
.dz-box.style-4:hover .view-btn:after, .dz-box.style-4:hover .view-btn:before {
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .dz-box.style-4 .dz-media {
    height: 360px;
  }
}

.testimonial-pic {
  background: #FFF;
  width: 100px;
  height: 100px;
  position: relative;
  display: inline-block;
  border: 5px solid #FFF;
}
.testimonial-pic.radius {
  border-radius: 100%;
  -webkit-border-radius: 100%;
}
.testimonial-pic.radius img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -webkit-border-radius: 100%;
}
.testimonial-pic.shadow {
  -webkit-box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, 0.35);
  box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, 0.35);
}

.quote-left,
.quote-right {
  position: relative;
}
.quote-left:before,
.quote-right:before {
  font-family: "Flaticon";
  position: absolute;
  z-index: 10;
  height: 36px;
  width: 36px;
  line-height: 36px;
  background-color: var(--primary);
  color: #fff;
  border-radius: 30px;
  text-align: center;
  font-size: 18px;
}

.quote-left:before {
  top: 15px;
  content: "\f115";
  left: 0;
}

.quote-right:before {
  top: 15px;
  content: "\f11e";
  right: 0;
}

.testimonial-text {
  position: relative;
  font-size: 15px;
  font-weight: 400;
}
.testimonial-text p:last-child {
  margin: 0;
}

.testimonial-detail {
  padding: 5px;
}

.testimonial-position {
  font-size: 15px;
}

.testimonial-name,
.testimonial-position {
  display: block;
}

.testimonial-bg {
  color: #fff;
}

.star-rating li {
  display: inline-block;
}

.testimonial-1 {
  background-color: #212529;
  padding: 35px 35px 0;
  margin: 60px 0;
  box-shadow: 5px 0 15px rgba(0, 0, 0, 0.15);
  position: relative;
  border: 2px solid;
  border-color: #212529;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
.testimonial-1 .testimonial-info {
  position: relative;
  padding: 25px 25px 10px;
}
.testimonial-1:after {
  content: "\f11d";
  font-family: flaticon;
  font-size: 80px;
  left: 40px;
  position: absolute;
  bottom: 40px;
  color: var(--primary);
  line-height: 1;
  opacity: 0.1;
}
.testimonial-1 .sep-tl {
  left: 0;
  top: 0;
}
.testimonial-1 .sep-br {
  right: 0;
  bottom: 20px;
}
.testimonial-1 .testimonial-text {
  margin-bottom: 20px;
}
.testimonial-1 .testimonial-text p {
  color: #fff;
}
.testimonial-1 .testimonial-pic {
  background-color: transparent;
  border: 0;
  width: auto;
  height: auto;
}
.testimonial-1 .testimonial-pic img {
  height: 90px;
  width: 90px;
  min-width: 90px;
  outline: 2px solid var(--primary);
  border: 0;
  outline-offset: 10px;
  margin: 10px 10px -45px;
}
.testimonial-1 .quote-left:before {
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  bottom: -18px;
}
.testimonial-1 .testimonial-name {
  margin-bottom: 5px;
}
.testimonial-1 .testimonial-position {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Oswald", sans-serif;
}
.testimonial-1 .testimonial-detail {
  padding: 0;
  margin-bottom: 25px;
}
.testimonial-1 .star-rating {
  margin: 0 -2px 20px;
}
.testimonial-1 .star-rating li {
  margin: 0 2px;
  font-size: 18px;
}
@media only screen and (max-width: 1280px) {
  .testimonial-1 {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1280px) {
  .testimonial-1 {
    padding: 20px;
  }
  .testimonial-1:after {
    font-size: 50px;
    left: 20px;
    bottom: 20px;
  }
  .testimonial-1 .testimonial-pic img {
    margin: 10px 10px -65px;
  }
}
@media only screen and (max-width: 575px) {
  .testimonial-1 {
    padding: 10px;
    margin: 5px 0 50px;
  }
  .testimonial-1 .testimonial-pic img {
    height: 70px;
    width: 70px;
    min-width: 70px;
    margin: 10px 10px -50px;
  }
  .testimonial-1 .testimonial-text p {
    font-size: 14px;
  }
}

.swiper-wrapper .swiper-slide-next .testimonial-1 {
  border-color: var(--primary);
  margin-top: 10px;
}

.testimonial-2:after {
  content: "\f11d";
  font-family: flaticon;
  font-size: 80px;
  right: 40px;
  position: absolute;
  bottom: 40px;
  color: #000;
  transform: rotate(180deg);
  line-height: 1;
  opacity: 0.1;
}
.testimonial-2 .testimonial-detail {
  display: flex;
  align-items: center;
}
.testimonial-2 .testimonial-pic {
  height: 90px;
  width: 90px;
  overflow: hidden;
  border: 0;
  border-radius: 50%;
}
.testimonial-2 .testimonial-name {
  margin-bottom: 0;
}
.testimonial-2 .testimonial-position {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 3px;
}
.testimonial-2 .star-rating i {
  font-size: 18px;
}
@media only screen and (max-width: 575px) {
  .testimonial-2 .testimonial-pic {
    height: 70px;
    width: 70px;
  }
  .testimonial-2:after {
    font-size: 50px;
    right: 15px;
    bottom: 15px;
  }
}

.testimonial-swiper-2 .swiper-pagination {
  margin-top: 50px;
  position: relative;
  z-index: 1;
}
.testimonial-swiper-2 .swiper-pagination .swiper-pagination-bullet {
  height: 6px;
  width: 6px;
  position: relative;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
.testimonial-swiper-2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--primary);
  margin: 0 14px;
}
.testimonial-swiper-2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  content: "";
  display: block;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  position: absolute;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  border: 1px solid var(--primary);
}
.testimonial-swiper-2 .btn-prev {
  margin-right: 45px;
}
.testimonial-swiper-2 .btn-prev,
.testimonial-swiper-2 .btn-next {
  height: 36px;
  width: 36px;
  line-height: 36px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  padding: 0;
}
.testimonial-swiper-2 .btn-prev:hover,
.testimonial-swiper-2 .btn-next:hover {
  background: var(--rgba-primary-1);
}
.testimonial-swiper-2 .btn-prev:hover i,
.testimonial-swiper-2 .btn-next:hover i {
  color: var(--primary);
}
.testimonial-swiper-2 .btn-prev:hover i {
  transform: translateX(-20px);
}
.testimonial-swiper-2 .btn-next:hover i {
  transform: translateX(20px);
}
.testimonial-swiper-2 .swiper-pagination i, .testimonial-swiper-2 .btn-next i, .testimonial-swiper-2 .btn-prev i {
  font-size: 50px;
  top: -8px;
  color: #000;
}
.testimonial-swiper-2 .btn-next i {
  right: 3px;
}
.testimonial-swiper-2 .btn-prev i {
  left: 3px;
}

/*testimonial-3 */
@media only screen and (max-width: 575px) {
  .testimonial-3 {
    background: #fff;
  }
}
.testimonial-3 .testimonial-info {
  display: flex;
  position: relative;
  background: #fff;
  padding: 15px;
}
@media only screen and (max-width: 575px) {
  .testimonial-3 .testimonial-info {
    padding: 10px;
    display: unset;
    text-align: center;
    background: #fff;
  }
}
.testimonial-3 .testimonial-info .testimonial-detail .testimonial-pic {
  border: 4px solid white;
  width: 140px;
  height: 140px;
  margin: 0px;
  z-index: 9;
}
.testimonial-3 .testimonial-info .testimonial-detail .testimonial-pic img {
  width: 100%;
}
.testimonial-3 .testimonial-info .testimonial-detail .testimonial-name {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  line-height: 1.2;
  margin-top: 10px;
}
.testimonial-3 .testimonial-info .testimonial-detail .testimonial-position {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 5px;
}
.testimonial-3 .testimonial-info .testimonial-detail .star-rating li i {
  font-size: 13px;
  color: #D0D0D0;
}
.testimonial-3 .testimonial-info .testimonial-text p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  padding: 10px;
}
@media only screen and (max-width: 991px) {
  .testimonial-3 .testimonial-info .testimonial-text p {
    font-size: 17px;
  }
}
.testimonial-3 .testimonial-info svg {
  position: absolute;
  bottom: 0;
  right: 15px;
  opacity: 15%;
}
@media only screen and (max-width: 575px) {
  .testimonial-3 .testimonial-info svg {
    right: 50px;
  }
}
.testimonial-3 .testimonial-info:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 125px;
  height: 125px;
  background: var(--primary);
  z-index: 0;
}
@media only screen and (max-width: 575px) {
  .testimonial-3 .testimonial-info:after {
    display: none;
  }
}

.section-head.style-1 .title {
  font-family: var(--font-family-title);
  font-weight: 500;

}
.section-head.style-1 h2, .section-head.style-1 .h2 {
  font-size: 2.8125rem;
}
.section-head.style-1 h2 span, .section-head.style-1 .h2 span {
  color: var(--primary);
}
@media only screen and (max-width: 991px) {
  .section-head.style-1 h2, .section-head.style-1 .h2 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-head.style-1 h2, .section-head.style-1 .h2 {
    font-size: 1.875rem;
  }
}

.icon-bx-xl {
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  width: 150px;
  height: 150px;
  line-height: 150px;
}
.icon-bx-xl.radius {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.icon-bx-xl i {
  font-size: 80px;
  vertical-align: middle;
}
.icon-bx-xl img {
  vertical-align: middle;
  max-width: 100%;
  width: auto;
  height: 80px;
}

.icon-bx-lg {
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  width: 120px;
  height: 120px;
  line-height: 120px;
}
.icon-bx-lg.radius {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.icon-bx-lg i {
  font-size: 60px;
  vertical-align: middle;
}
.icon-bx-lg img {
  vertical-align: middle;
  max-width: 100%;
  width: auto;
  height: 55px;
}

.icon-bx-md {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 3px;
  width: 100px;
  height: 100px;
  line-height: 100px;
}
.icon-bx-md.radius {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.icon-bx-md i {
  font-size: 45px;
  vertical-align: middle;
}
.icon-bx-md img {
  vertical-align: middle;
  max-width: 100%;
  width: auto;
  height: 40px;
}

.icon-bx-sm {
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  width: 80px;
  height: 80px;
  min-width: 80px;
  line-height: 80px;
}
.icon-bx-sm.radius {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.icon-bx-sm i {
  font-size: 30px;
  vertical-align: middle;
}
.icon-bx-sm img {
  vertical-align: middle;
  max-width: 100%;
  width: auto;
  height: 30px;
}

.icon-bx-xs {
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.icon-bx-xs.radius {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.icon-bx-xs i {
  font-size: 30px;
  vertical-align: middle;
}
.icon-bx-xs img {
  vertical-align: middle;
  max-width: 100%;
  width: auto;
  height: 20px;
}

.icon-xl {
  display: inline-block;
  text-align: center;
  width: 100px;
}
.icon-xl i {
  vertical-align: middle;
  font-size: 80px;
}
.icon-xl img {
  vertical-align: middle;
  max-width: 100%;
  width: auto;
  height: 80px;
}

.icon-lg {
  display: inline-block;
  text-align: center;
}
.icon-lg i {
  vertical-align: middle;
  font-size: 60px;
}
.icon-lg img {
  vertical-align: middle;
  max-width: 100%;
  width: auto;
  height: 70px;
}

.icon-md {
  display: inline-block;
  text-align: center;
}
.icon-md i {
  vertical-align: middle;
  font-size: 45px;
}
.icon-md img {
  vertical-align: middle;
  max-width: 100%;
  width: auto;
  height: 50px;
}

.icon-sm {
  display: inline-block;
  text-align: center;
  width: 40px;
}
.icon-sm i {
  vertical-align: middle;
  font-size: 30px;
}
.icon-sm img {
  vertical-align: middle;
  max-width: 100%;
  width: auto;
  height: 30px;
}

.icon-xs {
  display: inline-block;
  text-align: center;
  width: 30px;
}
.icon-xs i {
  vertical-align: middle;
  font-size: 20px;
}
.icon-xs img {
  vertical-align: middle;
  max-width: 100%;
  width: auto;
  height: 20px;
}

.icon-bx-wraper {
  position: relative;
}
.icon-bx-wraper .dz-tilte {
  margin-top: 0;
}
.icon-bx-wraper .after-titile-line {
  margin-bottom: 10px;
}
.icon-bx-wraper p:last-child {
  margin: 0;
}
.icon-bx-wraper.center {
  text-align: center;
}
.icon-bx-wraper.left .icon-bx-xl,
.icon-bx-wraper.left .icon-bx-lg,
.icon-bx-wraper.left .icon-bx-md,
.icon-bx-wraper.left .icon-bx-sm,
.icon-bx-wraper.left .icon-bx-xs {
  float: left;
  margin-right: 20px;
}
.icon-bx-wraper.left .icon-xl,
.icon-bx-wraper.left .icon-lg,
.icon-bx-wraper.left .icon-md,
.icon-bx-wraper.left .icon-sm,
.icon-bx-wraper.left .icon-xs {
  float: left;
  margin-right: 10px;
}
.icon-bx-wraper.right {
  text-align: right;
}
.icon-bx-wraper.right .icon-bx-xl,
.icon-bx-wraper.right .icon-bx-lg,
.icon-bx-wraper.right .icon-bx-md,
.icon-bx-wraper.right .icon-bx-sm,
.icon-bx-wraper.right .icon-bx-xs {
  float: right;
  margin-left: 20px;
}
.icon-bx-wraper.right .icon-xl,
.icon-bx-wraper.right .icon-lg,
.icon-bx-wraper.right .icon-md,
.icon-bx-wraper.right .icon-sm,
.icon-bx-wraper.right .icon-xs {
  float: right;
  margin-left: 10px;
}
.icon-bx-wraper.bx-style-1, .icon-bx-wraper.bx-style-2 {
  border-width: 1px;
  border-style: solid;
  border-color: #ebedf2;
}
.icon-bx-wraper.bx-style-2.center [class*=icon-bx-] {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.icon-bx-wraper.bx-style-2.center .icon-bx-xl {
  margin-left: -75px;
}
.icon-bx-wraper.bx-style-2.center .icon-bx-lg {
  margin-left: -60px;
}
.icon-bx-wraper.bx-style-2.center .icon-bx-md {
  margin-left: -50px;
}
.icon-bx-wraper.bx-style-2.center .icon-bx-sm {
  margin-left: -40px;
}
.icon-bx-wraper.bx-style-2.center .icon-bx-xs {
  margin-left: -20px;
}
.icon-bx-wraper.bx-style-2.left [class*=icon-bx-] {
  position: absolute;
  top: auto;
  left: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.icon-bx-wraper.bx-style-2.right [class*=icon-bx-] {
  position: absolute;
  top: auto;
  right: 0;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

.icon-content {
  overflow: hidden;
}

[class*=icon-bx-][class*=bg-] a,
[class*=icon-bx-][class*=bg-] span {
  color: #fff;
}

[class*=icon-bx-].bg-white a {
  color: inherit;
}

[class*=icon-bx-][class*=border-] {
  display: table;
  line-height: normal;
  margin-left: auto;
  margin-right: auto;
}

[class*=icon-bx-][class*=border-] .icon-cell {
  display: table-cell;
  vertical-align: middle;
}

.dz-box,
.dz-info,
.dz-tilte,
.dz-tilte-inner {
  position: relative;
}

.dz-tilte-inner {
  display: inline-block;
}

.dz-box[class*=border-],
.dz-info[class*=border-] {
  border-color: #eee;
}

.dz-info.border-1,
.dz-info.border-2,
.dz-info.border-3,
.dz-info.border-4,
.dz-info.border-5 {
  border-top: none;
}

.border-1,
.border-2,
.border-3,
.border-4,
.border-5 {
  border-style: solid;
}

.border-1 {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-3 {
  border-width: 3px;
}

.border-4 {
  border-width: 4px;
}

.border-5 {
  border-width: 5px;
}

.left-border,
.right-border {
  position: relative;
}
.left-border:before,
.right-border:before {
  content: "";
  position: absolute;
  top: 5px;
  width: 1px;
  height: 90%;
  background: #CCC;
}

.right-border:before {
  right: 0;
}

.dz-media,
.dz-post-media {
  position: relative;
  overflow: hidden;
}
.dz-media img,
.dz-post-media img {
  width: 100%;
  height: auto;
}

.dz-box-bg {
  overflow: hidden;
  background-size: cover;
}
.dz-box-bg .btn, .dz-box-bg .woocommerce #respond input#submit, .woocommerce #respond .dz-box-bg input#submit,
.dz-box-bg .woocommerce a.button,
.woocommerce .dz-box-bg a.button,
.dz-box-bg .woocommerce button.button,
.woocommerce .dz-box-bg button.button,
.dz-box-bg .woocommerce input.button,
.woocommerce .dz-box-bg input.button,
.dz-box-bg .woocommerce #place_order,
.woocommerce .dz-box-bg #place_order, .dz-box-bg .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .dz-box-bg a.checkout-button, .dz-box-bg .woocommerce-cart-form .table tr .button, .woocommerce-cart-form .table tr .dz-box-bg .button, .dz-box-bg .woocommerce #review_form #respond .form-submit input, .woocommerce #review_form #respond .form-submit .dz-box-bg input, .dz-box-bg .woocommerce .widget_shopping_cart .buttons a, .woocommerce .widget_shopping_cart .buttons .dz-box-bg a,
.dz-box-bg .woocommerce.widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons .dz-box-bg a, .dz-box-bg .wp-block-search .wp-block-search__button, .wp-block-search .dz-box-bg .wp-block-search__button, .dz-box-bg .wp-block-button__link {
  overflow: unset;
}
.dz-box-bg .glyph-icon {
  font-size: 50px;
}
.dz-box-bg .icon-bx-wraper {
  background-color: #f8f8f8;
}
.dz-box-bg .text-primary,
.dz-box-bg .icon-content .dz-tilte,
.dz-box-bg .icon-content p,
.dz-box-bg .icon-box-btn .btn,
.dz-box-bg .icon-box-btn .woocommerce #respond input#submit,
.woocommerce #respond .dz-box-bg .icon-box-btn input#submit,
.dz-box-bg .icon-box-btn .woocommerce a.button,
.woocommerce .dz-box-bg .icon-box-btn a.button,
.dz-box-bg .icon-box-btn .woocommerce button.button,
.woocommerce .dz-box-bg .icon-box-btn button.button,
.dz-box-bg .icon-box-btn .woocommerce input.button,
.woocommerce .dz-box-bg .icon-box-btn input.button,
.dz-box-bg .icon-box-btn .woocommerce #place_order,
.woocommerce .dz-box-bg .icon-box-btn #place_order,
.dz-box-bg .icon-box-btn .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout .dz-box-bg .icon-box-btn a.checkout-button,
.dz-box-bg .icon-box-btn .woocommerce-cart-form .table tr .button,
.woocommerce-cart-form .table tr .dz-box-bg .icon-box-btn .button,
.dz-box-bg .icon-box-btn .woocommerce #review_form #respond .form-submit input,
.woocommerce #review_form #respond .form-submit .dz-box-bg .icon-box-btn input,
.dz-box-bg .icon-box-btn .woocommerce .widget_shopping_cart .buttons a,
.woocommerce .widget_shopping_cart .buttons .dz-box-bg .icon-box-btn a,
.dz-box-bg .icon-box-btn .woocommerce.widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons .dz-box-bg .icon-box-btn a,
.dz-box-bg .icon-box-btn .wp-block-search .wp-block-search__button,
.wp-block-search .dz-box-bg .icon-box-btn .wp-block-search__button,
.dz-box-bg .icon-box-btn .wp-block-button__link {
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
.dz-box-bg.active .icon-bx-wraper {
  background-color: rgba(0, 0, 0, 0.7);
}
.dz-box-bg.active .text-primary,
.dz-box-bg.active .icon-content .dz-tilte,
.dz-box-bg.active .icon-content p,
.dz-box-bg.active .icon-box-btn .btn,
.dz-box-bg.active .icon-box-btn .woocommerce #respond input#submit,
.woocommerce #respond .dz-box-bg.active .icon-box-btn input#submit,
.dz-box-bg.active .icon-box-btn .woocommerce a.button,
.woocommerce .dz-box-bg.active .icon-box-btn a.button,
.dz-box-bg.active .icon-box-btn .woocommerce button.button,
.woocommerce .dz-box-bg.active .icon-box-btn button.button,
.dz-box-bg.active .icon-box-btn .woocommerce input.button,
.woocommerce .dz-box-bg.active .icon-box-btn input.button,
.dz-box-bg.active .icon-box-btn .woocommerce #place_order,
.woocommerce .dz-box-bg.active .icon-box-btn #place_order,
.dz-box-bg.active .icon-box-btn .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout .dz-box-bg.active .icon-box-btn a.checkout-button,
.dz-box-bg.active .icon-box-btn .woocommerce-cart-form .table tr .button,
.woocommerce-cart-form .table tr .dz-box-bg.active .icon-box-btn .button,
.dz-box-bg.active .icon-box-btn .woocommerce #review_form #respond .form-submit input,
.woocommerce #review_form #respond .form-submit .dz-box-bg.active .icon-box-btn input,
.dz-box-bg.active .icon-box-btn .woocommerce .widget_shopping_cart .buttons a,
.woocommerce .widget_shopping_cart .buttons .dz-box-bg.active .icon-box-btn a,
.dz-box-bg.active .icon-box-btn .woocommerce.widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons .dz-box-bg.active .icon-box-btn a,
.dz-box-bg.active .icon-box-btn .wp-block-search .wp-block-search__button,
.wp-block-search .dz-box-bg.active .icon-box-btn .wp-block-search__button,
.dz-box-bg.active .icon-box-btn .wp-block-button__link {
  color: #fff;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
.dz-box-bg .icon-box-btn .btn, .dz-box-bg .icon-box-btn .woocommerce #respond input#submit, .woocommerce #respond .dz-box-bg .icon-box-btn input#submit,
.dz-box-bg .icon-box-btn .woocommerce a.button,
.woocommerce .dz-box-bg .icon-box-btn a.button,
.dz-box-bg .icon-box-btn .woocommerce button.button,
.woocommerce .dz-box-bg .icon-box-btn button.button,
.dz-box-bg .icon-box-btn .woocommerce input.button,
.woocommerce .dz-box-bg .icon-box-btn input.button,
.dz-box-bg .icon-box-btn .woocommerce #place_order,
.woocommerce .dz-box-bg .icon-box-btn #place_order, .dz-box-bg .icon-box-btn .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .dz-box-bg .icon-box-btn a.checkout-button, .dz-box-bg .icon-box-btn .woocommerce-cart-form .table tr .button, .woocommerce-cart-form .table tr .dz-box-bg .icon-box-btn .button, .dz-box-bg .icon-box-btn .woocommerce #review_form #respond .form-submit input, .woocommerce #review_form #respond .form-submit .dz-box-bg .icon-box-btn input, .dz-box-bg .icon-box-btn .woocommerce .widget_shopping_cart .buttons a, .woocommerce .widget_shopping_cart .buttons .dz-box-bg .icon-box-btn a,
.dz-box-bg .icon-box-btn .woocommerce.widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons .dz-box-bg .icon-box-btn a, .dz-box-bg .icon-box-btn .wp-block-search .wp-block-search__button, .wp-block-search .dz-box-bg .icon-box-btn .wp-block-search__button, .dz-box-bg .icon-box-btn .wp-block-button__link {
  background-color: #eeeeee;
  padding: 15px 20px;
  text-transform: uppercase;
  font-size: 15px;
  border-radius: 0;
  color: #1abc9c;
  font-weight: 600;
  margin-bottom: 0;
}

.icon-bx-wraper.style-1 {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.icon-bx-wraper.style-1 .sep-tl {
  left: 30px;
  top: 30px;
}
.icon-bx-wraper.style-1 .sep-br {
  right: 30px;
  bottom: 30px;
}
.icon-bx-wraper.style-1 .sep-tr {
  right: 30px;
  top: 30px;
}
.icon-bx-wraper.style-1 .sep-bl {
  left: 30px;
  bottom: 30px;
}
.icon-bx-wraper.style-1 .title {
  color: #fff;
}
.icon-bx-wraper.style-1 .title a {
  color: inherit;
}
.icon-bx-wraper.style-1 .sub-title {
  letter-spacing: 3px;
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 0;
}
.icon-bx-wraper.style-2 {
  margin-bottom: 30px;
}
.icon-bx-wraper.style-2 .icon-bx {
  box-shadow: inset 0 0 0 5px #e2e2e3;
  font-size: 30px;
  font-weight: 700;
  color: #212529;
  border-radius: 0;
}
.icon-bx-wraper.style-6 .counter {
  font-family: var(--font-family-title);
  letter-spacing: 3px;
}
.icon-bx-wraper.style-6 i {
  line-height: 1;
  text-shadow: 0px 0 15px var(--rgba-primary-5);
}
.icon-bx-wraper.style-6 .title {
  font-family: var(--font-family-title);
  letter-spacing: 3px;
  font-weight: 400;
}
@media only screen and (max-width: 575px) {
  .icon-bx-wraper.style-6 {
    margin-bottom: 50px;
  }
}
.icon-bx-wraper.style-7 {
  display: flex;
  align-items: center;
}
.icon-bx-wraper.style-7 .icon-cell i {
  font-size: 40px;
}
.icon-bx-wraper.style-7 p {
  font-size: 18px;
  font-weight: 500;
}
.icon-bx-wraper.style-8 {
  display: flex;
  align-items: center;
  padding: 20px 30px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
}
.icon-bx-wraper.style-8 p {
  font-size: 18px;
}
.icon-bx-wraper.style-9 {
  border-color: #e1e1e1;
  height: calc(100% - 30px);
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
.icon-bx-wraper.style-9 [class*=icon-bx-] {
  background: var(--rgba-primary-1);
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
.icon-bx-wraper.style-9 .icon-bx-sm {
  height: 60px;
  width: 60px;
  min-width: 60px;
  line-height: 60px;
}
.icon-bx-wraper.style-9 .title a {
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
.icon-bx-wraper.style-9:after {
  height: 0;
  bottom: 0;
  content: "";
  left: 0;
  width: 100%;
  position: absolute;
  background: var(--primary);
  z-index: -1;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
.icon-bx-wraper.style-9:before {
  height: 0;
  bottom: 0;
  content: "";
  left: 0;
  width: 100%;
  position: absolute;
  background: #212529;
  z-index: 0;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.icon-bx-wraper.style-9:hover {
  border-color: var(--primary);
  box-shadow: 1px 1.732px 60px 0px var(--rgba-primary-3);
  color: #fff;
}
.icon-bx-wraper.style-9:hover [class*=icon-bx-] {
  background: #fff;
}
.icon-bx-wraper.style-9:hover .title a {
  color: #fff;
}
.icon-bx-wraper.style-9:hover:after {
  height: 100%;
}
.icon-bx-wraper.style-9:hover:before {
  height: 5px;
}
.icon-bx-wraper.style-10 {
  background: #fff;
  position: relative;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
.icon-bx-wraper.style-10 .title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
}
@media only screen and (max-width: 1280px) {
  .icon-bx-wraper.style-10 .title {
    font-size: 19px;
  }
}
.icon-bx-wraper.style-10:after {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  width: 0px;
  height: 0px;
  z-index: 0;
  border-left: 4px solid var(--primary);
  border-top: 4px solid var(--primary);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.icon-bx-wraper.style-10:before {
  content: "";
  position: absolute;
  bottom: -3px;
  right: -3px;
  width: 0px;
  height: 0px;
  z-index: 0;
  border-right: 4px solid var(--primary);
  border-bottom: 4px solid var(--primary);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.icon-bx-wraper.style-10.active, .icon-bx-wraper.style-10:hover {
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
}
.icon-bx-wraper.style-10.active:after, .icon-bx-wraper.style-10:hover:after {
  opacity: 1;
  visibility: visible;
  width: 30px;
  height: 30px;
}
.icon-bx-wraper.style-10.active:before, .icon-bx-wraper.style-10:hover:before {
  opacity: 1;
  visibility: visible;
  width: 100px;
  height: 100px;
}
.icon-bx-wraper.style-11 {
  background: #F4F4F5;
  position: relative;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
.icon-bx-wraper.style-11 .title {
  font-weight: 400;
  font-size: 28px;
  font-family: "Oswald";
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
}
.icon-bx-wraper.style-11 p {
  font-size: 16px;
}
.icon-bx-wraper.style-11 .icon-bx-sm {
  margin-bottom: 15px;
}
.icon-bx-wraper.style-11:after {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  width: 0px;
  height: 0px;
  z-index: 0;
  border-left: 4px solid var(--primary);
  border-top: 4px solid var(--primary);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.icon-bx-wraper.style-11:before {
  content: "";
  position: absolute;
  bottom: -3px;
  right: -3px;
  width: 0px;
  height: 0px;
  z-index: 0;
  border-right: 4px solid var(--primary);
  border-bottom: 4px solid var(--primary);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.icon-bx-wraper.style-11.active:after, .icon-bx-wraper.style-11:hover:after {
  opacity: 1;
  visibility: visible;
  width: 30px;
  height: 30px;
}
.icon-bx-wraper.style-11.active:before, .icon-bx-wraper.style-11:hover:before {
  opacity: 1;
  visibility: visible;
  width: 100px;
  height: 100px;
}

.flip-bx {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.flip-bx .inner {
  -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
  transform: translateY(-50%) translateZ(60px) scale(0.94);
  top: 50%;
  position: absolute;
  left: 0;
  width: 100%;
  padding: 2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flip-bx .front,
.flip-bx .back {
  background-size: cover;
  background-position: center;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center;
  min-height: 370px;
  height: auto;
  color: #fff;
}
.flip-bx .back {
  background: #212529;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.flip-bx .back .inner p {
  font-size: 16px;
  color: #fff;
}
.flip-bx .back .inner .site-button-link {
  font-size: 16px;
}
.flip-bx .front {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.flip-bx .front:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  opacity: 0.4;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 4px;
}
.flip-bx:hover .back,
.flip-bx:hover .front {
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
}
.flip-bx:hover .back {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.flip-bx:hover .front {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.dz-team {
  transition: all 0.5s;
}
.dz-team .dz-name a {
  transition: all 0.5s;
}
.dz-team .dz-content {
  transition: all 0.5s;
  position: relative;
}
.dz-team .dz-media img {
  width: 100%;
}
.dz-team .dz-position {
  display: block;
}

.dz-team.style-1 .dz-content {
  box-shadow: 0px 5px 10px rgba(31, 66, 135, 0.1);
  padding: 25px;
  z-index: 99;
  background-color: #212529;
  margin: -50px 30px 0;
}
.dz-team.style-1 .dz-name {
  margin-bottom: 10px;
  color: #fff;
}
.dz-team.style-1 .dz-name a {
  color: inherit;
}
.dz-team.style-1 .dz-position {
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 3px;
  font-weight: 400;
  margin: 0;
  font-family: "Oswald", sans-serif;
}
.dz-team.style-1 .dz-media {
  position: relative;
  overflow: hidden;
}
.dz-team.style-1 .dz-media .team-social {
  position: absolute;
  right: -100px;
  top: 10px;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
.dz-team.style-1 .dz-media .team-social li {
  display: block;
  margin-bottom: 10px;
}
.dz-team.style-1 .dz-media .team-social li a {
  background: #212529;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  display: block;
  color: #fff;
}
.dz-team.style-1 .dz-media .team-social li a:hover {
  background: var(--primary);
}
.dz-team.style-1:hover .dz-media .team-social {
  right: 10px;
}
.dz-team.style-2 .dz-position {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 15px;
}
.dz-team.style-2 .dz-position.line:before {
  content: "";
  position: relative;
  height: 1px;
  top: -5px;
  margin-left: -50px;
  margin-right: 10px;
  display: inline-block;
  width: 40px;
  background: var(--primary);
}
.dz-team.style-2 .dz-media {
  position: relative;
  overflow: hidden;
}
.dz-team.style-2 .dz-media .team-social {
  position: absolute;
  left: 50%;
  bottom: -50px;
  display: flex;
  transform: translateX(-50%);
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
.dz-team.style-2 .dz-media .team-social li {
  display: block;
  margin-right: 15px;
}
.dz-team.style-2 .dz-media .team-social li a {
  background: var(--primary);
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  display: block;
  color: #fff;
}
.dz-team.style-2 .dz-media .team-social li a:hover {
  background: var(--primary);
}
.dz-team.style-2 .dz-media .team-social li:last-child {
  margin-right: 0;
}
.dz-team.style-2:hover .dz-media .team-social {
  bottom: 20px;
}
.dz-team.style-3 {
  background: #fff;
  text-align: center;
  overflow: visible !important;
  padding-top: 40px;
  padding-bottom: 30px;
  z-index: 9999;
  position: relative;
  margin-top: 40px;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
.dz-team.style-3 .dz-media {
  width: 180px;
  height: 180px;
  margin: auto;
  margin-top: -80px;
}
.dz-team.style-3 .dz-media img {
  width: 100%;
}
.dz-team.style-3 .dz-content .dz-name {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 25px;
}
.dz-team.style-3 .dz-content .dz-position {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 35px;
}
.dz-team.style-3 .team-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.dz-team.style-3 .team-social li a {
  background: var(--primary);
  color: #fff;
  width: 40px;
  height: 40px;
  display: block;
  line-height: 40px;
}
.dz-team.style-3 .team-social li:hover a i {
  animation: upToDown 0.5s forwards;
}
.dz-team.style-3:after {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  width: 0px;
  height: 0px;
  z-index: -1;
  border-left: 4px solid var(--primary);
  border-top: 4px solid var(--primary);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.dz-team.style-3:before {
  content: "";
  position: absolute;
  bottom: -3px;
  right: -3px;
  width: 0px;
  height: 0px;
  z-index: -1;
  border-right: 4px solid var(--primary);
  border-bottom: 4px solid var(--primary);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.dz-team.style-3.active, .dz-team.style-3:hover {
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
}
.dz-team.style-3.active:after, .dz-team.style-3:hover:after {
  opacity: 1;
  visibility: visible;
  width: 30px;
  height: 30px;
}
.dz-team.style-3.active:before, .dz-team.style-3:hover:before {
  opacity: 1;
  visibility: visible;
  width: 100px;
  height: 100px;
}

@media only screen and (max-width: 767px) {
  .swiper-wrapper .dz-team {
    margin: 0;
  }
}

.blog-swiper {
  margin: -15px;
  width: auto;
}
.blog-swiper .swiper-slide > div {
  margin: 15px;
}

.dz-card {
  position: relative;
}
.dz-card .dz-info {
  padding: 30px;
  position: relative;
}
.dz-card .dz-title {
  margin-bottom: 15px;
  word-break: break-word;
}
.dz-card.blog-half {
  display: flex;
}
@media only screen and (max-width: 575px) {
  .dz-card.blog-half {
    display: block;
  }
}
.dz-card.blog-half .dz-info {
  padding: 30px;
  position: relative;
  flex: 1;
}
.dz-card.blog-half .dz-media {
  margin-bottom: 0;
  max-width: 300px;
  min-width: 300px;
}
@media only screen and (max-width: 1280px) {
  .dz-card.blog-half .dz-media {
    max-width: 250px;
    min-width: 250px;
  }
}
@media only screen and (max-width: 575px) {
  .dz-card.blog-half .dz-media {
    max-width: 100%;
    min-width: 100%;
  }
}
.dz-card.blog-half .dz-media a {
  display: block;
  height: 100%;
}
.dz-card.blog-half .dz-media img {
  height: 100%;
  object-fit: cover;
  min-height: 235px;
}
@media only screen and (max-width: 575px) {
  .dz-card.blog-half .dz-media img {
    min-height: auto;
  }
}
.dz-card.blog-half.post-video .post-video-icon {
  width: 60px;
  height: 60px;
  font-size: 20px;
}
.dz-card.blog-half .swiper-container {
  height: 100%;
}

.dz-meta {
  margin-bottom: 10px;
}
.dz-meta ul {
  margin: 0;
  padding: 0;
}
.dz-meta ul li {
  display: inline-block;
  margin-right: 20px;
}
.dz-meta ul li a {
  color: inherit;
  margin-left: 6px;
}
.dz-meta ul li a:first-child {
  margin-left: 0;
}
.dz-meta ul li i {
  transform: scale(1.5);
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
}

.post-video .post-video-icon {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--primary);
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
  font-size: 30px;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
}

.dz-card.style-1 {
  box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.15);
  background: #fff;
}
.dz-card.style-1 .dz-meta ul {
  line-height: 1;
}
.dz-card.style-1 .dz-meta ul li {
  color: var(--primary);
  font-family: var(--font-family-title);
  font-size: 13px;
  padding-left: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  font-weight: 300;
  display: inline;
  line-height: 1.8;
}
.dz-card.style-1 .dz-meta ul li:after {
  content: "";
  height: 5px;
  width: 5px;
  background: var(--primary);
  position: absolute;
  left: 0;
  top: 8px;
}
.dz-card.style-1 .dz-info {
  position: unset;
}
.dz-card.style-1 .icon-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 45px;
  height: 45px;
  padding: 0 0 0 4px;
  text-align: center;
  justify-content: center;
}
.dz-card.style-2 .dz-media {
  position: relative;
}
.dz-card.style-2 .dz-meta {
  position: absolute;
  padding: 20px 20px;
  width: 100%;
  left: 0;
  top: 0;
  background: #212529;
}
.dz-card.style-2 .dz-meta ul {
  line-height: 1;
}
.dz-card.style-2 .dz-meta ul li {
  color: var(--primary);
  font-family: var(--font-family-title);
  font-size: 13px;
  padding-left: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  font-weight: 300;
}
.dz-card.style-2 .dz-meta ul li:after {
  content: "";
  height: 5px;
  width: 5px;
  background: var(--primary);
  position: absolute;
  left: 0;
  top: 4px;
}
.dz-card.style-3 {
  display: flex;
  background: #fff;
  justify-content: center;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.15);
}
.dz-card.style-3 .dz-media {
  width: 220px;
  min-width: 220px;
}
.dz-card.style-3 .dz-media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
@media only screen and (max-width: 575px) {
  .dz-card.style-3 .dz-media img {
    height: 260px;
  }
}
@media only screen and (max-width: 767px) {
  .dz-card.style-3 .dz-media {
    width: 180px;
    min-width: 180px;
  }
}
@media only screen and (max-width: 575px) {
  .dz-card.style-3 .dz-media {
    width: 100%;
    min-width: 100%;
  }
}
.dz-card.style-3 .dz-info {
  padding: 30px;
  position: relative;
}
.dz-card.style-3 .dz-info .dz-title {
  margin-bottom: 5px;
}
.dz-card.style-3 .dz-info .text p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}
.dz-card.style-3 .dz-info .dz-meta ul {
  display: flex;
  align-items: center;
}
.dz-card.style-3 .dz-info .dz-meta ul .post-btn a {
  padding: 5px 10px;
  margin: 0;
  font-size: 12px;
  font-weight: 500;
}
.dz-card.style-3 .dz-info .dz-meta ul li {
  margin-right: 15px;
}
.dz-card.style-3 .dz-info .dz-meta ul li span i {
  margin-right: 5px;
}
@media only screen and (max-width: 1280px) {
  .dz-card.style-3 .dz-info .dz-meta ul li {
    margin-right: 10px;
    font-size: 14px;
  }
}
.dz-card.style-3 .dz-info .dz-meta ul li:nth-child(3) {
  margin-right: 0;
}
.dz-card.style-3 .dz-info .icon-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 15px 10px;
}
.dz-card.style-3 .dz-info .icon-btn i {
  font-size: 25px;
}
.dz-card.style-3 .dz-info .icon-btn:hover i {
  animation: upToRight 0.5s forwards;
}
@media only screen and (max-width: 575px) {
  .dz-card.style-3 .dz-info .icon-btn {
    padding: 10px 5px;
  }
}
@media only screen and (max-width: 1280px) {
  .dz-card.style-3 .dz-info {
    padding: 25px;
  }
}
@media only screen and (max-width: 575px) {
  .dz-card.style-3 {
    display: block;
  }
}
.dz-card.style-4 .dz-title {
  font-size: 20px;
  font-weight: 500;
  font-family: "Oswald";
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.dz-card.style-4 .dz-media {
  position: relative;
}
.dz-card.style-4 .dz-media:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 86px;
  background: linear-gradient(180deg, rgba(51, 51, 51, 0) 0%, #333333 100%);
  z-index: 0;
}
.dz-card.style-4 .dz-media .dz-meta {
  position: absolute;
  bottom: 0px;
  left: 20px;
  z-index: 1;
}
.dz-card.style-4 .dz-media .dz-meta ul {
  align-items: center;
}
.dz-card.style-4 .dz-media .dz-meta ul li {
  color: #fff;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 13px;
}
.dz-card.style-4 .dz-media .dz-meta ul li span i {
  margin-right: 5px;
}
.dz-card.style-4 .dz-media .dz-meta ul .post-btn a {
  padding: 5px 15px;
}
.dz-card.style-4 .dz-info {
  padding: 15px 0;
  display: flex;
  align-items: center;
}
.dz-card.style-4 .dz-info .text p {
  margin: 0;
  padding-right: 10px;
}
.dz-card.style-4 .dz-info .btn, .dz-card.style-4 .dz-info .woocommerce #respond input#submit, .woocommerce #respond .dz-card.style-4 .dz-info input#submit,
.dz-card.style-4 .dz-info .woocommerce a.button,
.woocommerce .dz-card.style-4 .dz-info a.button,
.dz-card.style-4 .dz-info .woocommerce button.button,
.woocommerce .dz-card.style-4 .dz-info button.button,
.dz-card.style-4 .dz-info .woocommerce input.button,
.woocommerce .dz-card.style-4 .dz-info input.button,
.dz-card.style-4 .dz-info .woocommerce #place_order,
.woocommerce .dz-card.style-4 .dz-info #place_order, .dz-card.style-4 .dz-info .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .dz-card.style-4 .dz-info a.checkout-button, .dz-card.style-4 .dz-info .woocommerce-cart-form .table tr .button, .woocommerce-cart-form .table tr .dz-card.style-4 .dz-info .button, .dz-card.style-4 .dz-info .woocommerce #review_form #respond .form-submit input, .woocommerce #review_form #respond .form-submit .dz-card.style-4 .dz-info input, .dz-card.style-4 .dz-info .woocommerce .widget_shopping_cart .buttons a, .woocommerce .widget_shopping_cart .buttons .dz-card.style-4 .dz-info a,
.dz-card.style-4 .dz-info .woocommerce.widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons .dz-card.style-4 .dz-info a, .dz-card.style-4 .dz-info .wp-block-search .wp-block-search__button, .wp-block-search .dz-card.style-4 .dz-info .wp-block-search__button, .dz-card.style-4 .dz-info .wp-block-button__link {
  padding: 0px 15px;
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.post-swiper .prev-post-swiper-btn,
.post-swiper .next-post-swiper-btn {
  position: absolute;
  top: 50%;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: var(--primary);
  color: #fff;
  font-size: 18px;
  transform: translateY(-50%);
  z-index: 1;
}
.post-swiper .prev-post-swiper-btn {
  left: 0;
}
.post-swiper .next-post-swiper-btn {
  right: 0;
}

.dz-card.blog-half.sticky {
  position: relative;
  border: 0.375rem solid var(--primary);
  overflow: hidden;
}
.dz-card.blog-half.sticky .sticky-icon {
  background: var(--primary);
  width: 3.125rem;
  height: 3.125rem;
  position: absolute;
  transform: rotate(45deg);
  top: -1.563rem;
  right: -1.563rem;
  z-index: 1;
  color: #fff;
}
.dz-card.blog-half.sticky .sticky-icon i {
  position: absolute;
  bottom: 0.1875rem;
  right: 1.125rem;
  transform: rotate(5deg);
  color: #fff;
  font-size: 1rem;
}

/* Silder One */
.silder-one {
  position: relative;
}
.silder-one .silder-content {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #f8f8f8;
  width: 50%;
  padding: 80px;
}
@media only screen and (max-width: 1680px) {
  .silder-one .silder-content {
    padding: 40px;
  }
}
.silder-one .silder-content .title {
  font-size: 48px;
  letter-spacing: 0px;
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 25px;
  font-family: "Oswald", sans-serif;
}
.silder-one .silder-content .title span {
  font-weight: 300;
  color: var(--primary);
}
@media only screen and (max-width: 1680px) {
  .silder-one .silder-content .title {
    margin-bottom: 10px;
    font-size: 35px;
    letter-spacing: 4px;
    line-height: 1.3;
  }
}
.silder-one .silder-content .sub-title {
  font-weight: 400;
  margin-bottom: 30px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 4px;
}
@media only screen and (max-width: 1680px) {
  .silder-one .silder-content .sub-title {
    margin-bottom: 10px;
  }
}
.silder-one .silder-img {
  overflow: hidden;
  height: calc(100vh - 100px);
}
@media only screen and (max-width: 1280px) {
  .silder-one .silder-img {
    height: calc(100vh - 85px);
  }
}
.silder-one .silder-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.silder-one .slider-one-pagination {
  background-color: #f8f8f8;
  position: absolute;
  bottom: 0;
  right: 80px;
  z-index: 1;
  width: auto;
  display: flex;
  align-items: center;
  padding: 30px 50px;
}
.silder-one .slider-one-pagination .swiper-pagination-bullet {
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  opacity: 0.2;
  margin: 0 8px;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
.silder-one .slider-one-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  color: var(--primary);
}
.silder-one .slider-one-pagination .swiper-pagination {
  margin: 0 10px;
  position: unset;
}
@media only screen and (max-width: 1280px) {
  .silder-one .silder-content {
    width: 60%;
    padding: 35px;
  }
  .silder-one .silder-content .sub-title {
    margin-bottom: 15px;
  }
  .silder-one .silder-content .title {
    font-size: 36px;
    letter-spacing: 3px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .silder-one .silder-content {
    padding: 30px;
  }
  .silder-one .silder-content .title {
    font-size: 32px;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
  .silder-one .silder-content p {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .silder-one .slider-one-pagination {
    right: 0;
    padding: 25px 40px;
  }
  .silder-one .silder-content p {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .silder-one .silder-content {
    width: auto;
    left: 15px;
    right: 15px;
    bottom: 90px;
    padding: 20px;
  }
  .silder-one .silder-content .title {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 20px;
  }
  .silder-one .silder-content .sub-title {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

.follow-info {
  height: 100%;
  background-color: #fff;
  width: 80px;
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  z-index: 9;
  align-items: center;
}
.follow-info .inner-info {
  margin: auto;
  text-align: center;
}
.follow-info .title {
  letter-spacing: 3px;
  writing-mode: tb-rl;
  transform-origin: center;
  text-transform: uppercase;
  margin: 0 0 15px;
  font-weight: 300;
  font-size: 15px;
  font-family: "Oswald", sans-serif;
  text-align: center;
}
.follow-info ul li {
  display: block;
  margin-top: 5px;
}
.follow-info ul li a {
  color: #212529;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .follow-info {
    display: none;
  }
}

.sep-tl,
.sep-tr,
.sep-br,
.sep-bl {
  height: 45px;
  width: 45px;
  position: absolute;
}
.sep-tl:before, .sep-tl:after,
.sep-tr:before,
.sep-tr:after,
.sep-br:before,
.sep-br:after,
.sep-bl:before,
.sep-bl:after {
  content: "";
  position: absolute;
  background-color: var(--primary);
}

.sep-tl:before {
  height: 100%;
  width: 1px;
  left: 10px;
  top: 0;
}
.sep-tl:after {
  height: 1px;
  width: 100%;
  left: 0;
  top: 10px;
}

.sep-br:before {
  height: 100%;
  width: 1px;
  right: 10px;
  top: 0;
}
.sep-br:after {
  height: 1px;
  width: 100%;
  right: 0;
  bottom: 10px;
}

.sep-tr:before {
  height: 100%;
  width: 1px;
  right: 10px;
  top: 0;
}
.sep-tr:after {
  height: 1px;
  width: 100%;
  left: 0;
  top: 10px;
}

.sep-bl:before {
  height: 100%;
  width: 1px;
  left: 20px;
  top: 0;
}
.sep-bl:after {
  height: 1px;
  width: 100%;
  left: 10px;
  bottom: 10px;
}

.social-list.style-1 li a {
  height: 45px;
  width: 45px;
  background-color: #000;
  display: block;
  text-align: center;
  line-height: 45px;
}
.social-list.style-1 li a:hover {
  background-color: var(--primary);
  color: #fff !important;
}

.features-wraper-1 {
  position: relative;
}
.features-wraper-1 .icon-bx {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.features-wraper-1 .icon-bx-wraper {
  padding: 0 20px;
}
.features-wraper-1 > div:not(:last-child) .icon-bx-wraper:after {
  content: "";
  height: 1px;
  border-bottom: 1px dashed var(--primary);
  right: -50%;
  top: 55px;
  position: absolute;
  width: 100%;
}
@media only screen and (max-width: 1280px) {
  .features-wraper-1 .icon-bx-wraper {
    padding: 0;
  }
}
@media only screen and (max-width: 991px) {
  .features-wraper-1 > div:not(:last-child) .icon-bx-wraper:after {
    content: none;
  }
}

.dz-media-1 {
  position: relative;
  padding: 0 50px 50px 0;
}
.dz-media-1 img {
  outline: 10px solid #fff;
  outline-offset: -35px;
  z-index: 1;
  width: 100%;
}
.dz-media-1:after {
  content: "";
  top: 30px;
  right: 0;
  left: 30px;
  bottom: 0;
  position: absolute;
  z-index: -1;
  border: 5px solid #f8f8f8;
}
@media only screen and (max-width: 575px) {
  .dz-media-1 {
    padding: 0 30px 30px 0;
  }
  .dz-media-1 img {
    outline: 5px solid #fff;
    outline-offset: -30px;
  }
  .dz-media-1:after {
    top: 20px;
    left: 20px;
  }
}

.clients-section-1 {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 575px) {
  .clients-section-1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.clients-logo {
  padding: 0 25px;
  height: 100px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  transition: all 0.5s;
}
.clients-logo img {
  margin: auto;
  transition: all 0.5s;
}
.clients-logo .logo-hover {
  display: none !important;
}
.clients-logo:hover .logo-main {
  display: none;
}
.clients-logo:hover .logo-hover {
  display: block !important;
}

.ext-sidebar-menu ul {
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .ext-sidebar-menu ul {
    margin-right: 0;
  }
}
.ext-sidebar-menu ul li {
  padding: 30px 0;
  border-bottom: 1px dashed #7a7e82;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
.ext-sidebar-menu ul li:before {
  content: none;
}
.ext-sidebar-menu ul li a {
  font-size: 25px;
  line-height: 25px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: var(--font-family-title);
  color: #212529;
  display: block;
}
.ext-sidebar-menu ul li a:before {
  content: none;
}
.ext-sidebar-menu ul li.active, .ext-sidebar-menu ul li:hover {
  padding-left: 40px;
}
.ext-sidebar-menu ul li.active a, .ext-sidebar-menu ul li:hover a {
  color: var(--primary);
}
@media only screen and (max-width: 991px) {
  .ext-sidebar-menu ul li {
    padding: 15px 0;
  }
  .ext-sidebar-menu ul li a {
    font-size: 18px;
    line-height: 18px;
  }
}

.service-detail .dz-media {
  margin-bottom: 45px;
}
@media only screen and (max-width: 575px) {
  .service-detail .dz-media {
    margin-bottom: 30px;
  }
}

.video-section {
  height: 400px;
}

.port-detail .title {
  line-height: 1.5;
  font-weight: 800;
}
.port-detail .info-list li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.port-detail .info-list li h2, .port-detail .info-list li .h2 {
  margin: 0;
  width: 150px;
  letter-spacing: 6px;
  font-family: var(--font-family-title);
  font-weight: 400;
}
.port-detail .info-list li span {
  font-size: 18px;
  text-transform: uppercase;
  color: #212529;
  font-family: var(--font-family-title);
  letter-spacing: 3px;
  font-weight: 300;
}
@media only screen and (max-width: 575px) {
  .port-detail .info-list li {
    margin-bottom: 20px;
  }
  .port-detail .info-list li h2, .port-detail .info-list li .h2 {
    width: 100px;
  }
}

.line-img {
  background-image: url(../images/pattern/line.png);
  background-position: center;
  background-size: 100%;
}

.section-title:after {
  content: attr(data-name);
  font-size: 100px;
  position: absolute;
  line-height: 100px;
  color: #6d6d6d;
  font-weight: 700;
  z-index: -1;
  opacity: 0.1;
  text-transform: uppercase;
  font-family: var(--font-family-base);
}
.section-title.style-1:after {
  top: 130px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.section-title.style-2:after {
  right: 100px;
  writing-mode: tb-rl;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  text-align: center;
}
@media only screen and (max-width: 1280px) {
  .section-title.style-1:after {
    font-size: 80px;
    line-height: 80px;
    top: 120px;
  }
  .section-title.style-2:after {
    font-size: 80px;
    line-height: 80px;
    top: 120px;
    writing-mode: unset;
    height: auto;
    transform: unset;
    right: 0;
    left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .section-title.style-1:after, .section-title.style-2:after {
    font-size: 50px;
    line-height: 50px;
    top: 100px;
  }
}
@media only screen and (max-width: 575px) {
  .section-title.style-1:after, .section-title.style-2:after {
    font-size: 36px;
    line-height: 36px;
    top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .section-head-bx .text-end,
  .section-head-bx .section-head {
    text-align: center !important;
  }
}

.client-logo-wrapper {
  display: flex;
  flex-flow: wrap;
  /* &.border-bottom{
  	border-color:#a8a8a8!important;
  } */
}
.client-logo-wrapper .clients-logo {
  border-radius: 0;
  border-right: 1px solid #a8a8a8;
  border-bottom: 1px solid #a8a8a8;
  width: 20%;
}
.client-logo-wrapper .clients-logo:nth-child(5), .client-logo-wrapper .clients-logo:nth-child(10) {
  border-right: 0;
}
.client-logo-wrapper .clients-logo:nth-child(n+6) {
  border-bottom: 0;
}
@media only screen and (max-width: 575px) {
  .client-logo-wrapper .clients-logo {
    width: 50%;
  }
  .client-logo-wrapper .clients-logo:nth-child(n+6) {
    border-bottom: 1px solid #a8a8a8;
  }
  .client-logo-wrapper .clients-logo:nth-child(n+9) {
    border-bottom: 0;
  }
  .client-logo-wrapper .clients-logo:nth-child(5), .client-logo-wrapper .clients-logo:nth-child(10) {
    border-right: 1px solid #a8a8a8;
  }
  .client-logo-wrapper .clients-logo:nth-child(even) {
    border-right: 0;
  }
}

.ft-subscribe-wrapper {
  margin-bottom: -40px;
}
@media only screen and (max-width: 575px) {
  .ft-subscribe-wrapper {
    margin-bottom: -105px;
  }
}

.ft-subscribe.style-2 {
  box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
}
.ft-subscribe.style-2 button {
  margin: 0 !important;
}
.ft-subscribe.style-2 .form-control, .ft-subscribe.style-2 .woocommerce-EditAccountForm.edit-account input[type=text], .woocommerce-EditAccountForm.edit-account .ft-subscribe.style-2 input[type=text],
.ft-subscribe.style-2 .woocommerce-EditAccountForm.edit-account input[type=email],
.woocommerce-EditAccountForm.edit-account .ft-subscribe.style-2 input[type=email],
.ft-subscribe.style-2 .woocommerce-EditAccountForm.edit-account input[type=password],
.woocommerce-EditAccountForm.edit-account .ft-subscribe.style-2 input[type=password],
.ft-subscribe.style-2 .login input[type=text],
.login .ft-subscribe.style-2 input[type=text], .ft-subscribe.style-2 .login input[type=password], .login .ft-subscribe.style-2 input[type=password],
.ft-subscribe.style-2 .woocommerce-ResetPassword.lost_reset_password input[type=text],
.woocommerce-ResetPassword.lost_reset_password .ft-subscribe.style-2 input[type=text],
.ft-subscribe.style-2 .checkout.woocommerce-checkout input[type=text],
.checkout.woocommerce-checkout .ft-subscribe.style-2 input[type=text],
.ft-subscribe.style-2 .checkout.woocommerce-checkout input[type=email],
.checkout.woocommerce-checkout .ft-subscribe.style-2 input[type=email],
.ft-subscribe.style-2 .checkout.woocommerce-checkout input[type=tel],
.checkout.woocommerce-checkout .ft-subscribe.style-2 input[type=tel],
.ft-subscribe.style-2 .checkout.woocommerce-checkout .select2-choice,
.checkout.woocommerce-checkout .ft-subscribe.style-2 .select2-choice,
.ft-subscribe.style-2 .checkout.woocommerce-checkout textarea,
.checkout.woocommerce-checkout .ft-subscribe.style-2 textarea,
.ft-subscribe.style-2 .woocommerce form .form-row input.input-text,
.woocommerce form .form-row .ft-subscribe.style-2 input.input-text,
.ft-subscribe.style-2 .woocommerce form .form-row .select2-selection,
.woocommerce form .form-row .ft-subscribe.style-2 .select2-selection,
.ft-subscribe.style-2 .woocommerce form .form-row .select2-choice,
.woocommerce form .form-row .ft-subscribe.style-2 .select2-choice, .ft-subscribe.style-2 .woocommerce .woocommerce-checkout.checkout form .form-row textarea, .woocommerce .woocommerce-checkout.checkout form .form-row .ft-subscribe.style-2 textarea,
.ft-subscribe.style-2 .woocommerce .woocommerce-checkout.checkout form .form-row select,
.woocommerce .woocommerce-checkout.checkout form .form-row .ft-subscribe.style-2 select,
.ft-subscribe.style-2 .woocommerce .woocommerce-checkout.checkout form .form-row input,
.woocommerce .woocommerce-checkout.checkout form .form-row .ft-subscribe.style-2 input, .ft-subscribe.style-2 .woocommerce-cart-form .table tr .quantity input, .woocommerce-cart-form .table tr .quantity .ft-subscribe.style-2 input, .ft-subscribe.style-2 .woocommerce-cart-form .table tr td.actions .coupon .input-text, .woocommerce-cart-form .table tr td.actions .coupon .ft-subscribe.style-2 .input-text, .ft-subscribe.style-2 .woocommerce #review_form #respond input[type=text], .woocommerce #review_form #respond .ft-subscribe.style-2 input[type=text],
.ft-subscribe.style-2 .woocommerce #review_form #respond textarea,
.woocommerce #review_form #respond .ft-subscribe.style-2 textarea,
.ft-subscribe.style-2 .woocommerce #review_form #respond input[type=email],
.woocommerce #review_form #respond .ft-subscribe.style-2 input[type=email], .ft-subscribe.style-2 .wp-block-categories-dropdown select, .wp-block-categories-dropdown .ft-subscribe.style-2 select,
.ft-subscribe.style-2 .wp-block-archives-dropdown select,
.wp-block-archives-dropdown .ft-subscribe.style-2 select {
  height: 80px;
  background-color: #fff;
}
.ft-subscribe.style-2 .form-control::placeholder, .ft-subscribe.style-2 .woocommerce-EditAccountForm.edit-account input[type=text]::placeholder, .woocommerce-EditAccountForm.edit-account .ft-subscribe.style-2 input[type=text]::placeholder,
.ft-subscribe.style-2 .woocommerce-EditAccountForm.edit-account input[type=email]::placeholder,
.woocommerce-EditAccountForm.edit-account .ft-subscribe.style-2 input[type=email]::placeholder,
.ft-subscribe.style-2 .woocommerce-EditAccountForm.edit-account input[type=password]::placeholder,
.woocommerce-EditAccountForm.edit-account .ft-subscribe.style-2 input[type=password]::placeholder,
.ft-subscribe.style-2 .login input[type=text]::placeholder,
.login .ft-subscribe.style-2 input[type=text]::placeholder, .ft-subscribe.style-2 .login input[type=password]::placeholder, .login .ft-subscribe.style-2 input[type=password]::placeholder,
.ft-subscribe.style-2 .woocommerce-ResetPassword.lost_reset_password input[type=text]::placeholder,
.woocommerce-ResetPassword.lost_reset_password .ft-subscribe.style-2 input[type=text]::placeholder,
.ft-subscribe.style-2 .checkout.woocommerce-checkout input[type=text]::placeholder,
.checkout.woocommerce-checkout .ft-subscribe.style-2 input[type=text]::placeholder,
.ft-subscribe.style-2 .checkout.woocommerce-checkout input[type=email]::placeholder,
.checkout.woocommerce-checkout .ft-subscribe.style-2 input[type=email]::placeholder,
.ft-subscribe.style-2 .checkout.woocommerce-checkout input[type=tel]::placeholder,
.checkout.woocommerce-checkout .ft-subscribe.style-2 input[type=tel]::placeholder,
.ft-subscribe.style-2 .checkout.woocommerce-checkout .select2-choice::placeholder,
.checkout.woocommerce-checkout .ft-subscribe.style-2 .select2-choice::placeholder,
.ft-subscribe.style-2 .checkout.woocommerce-checkout textarea::placeholder,
.checkout.woocommerce-checkout .ft-subscribe.style-2 textarea::placeholder,
.ft-subscribe.style-2 .woocommerce form .form-row input.input-text::placeholder,
.woocommerce form .form-row .ft-subscribe.style-2 input.input-text::placeholder,
.ft-subscribe.style-2 .woocommerce form .form-row .select2-selection::placeholder,
.woocommerce form .form-row .ft-subscribe.style-2 .select2-selection::placeholder,
.ft-subscribe.style-2 .woocommerce form .form-row .select2-choice::placeholder,
.woocommerce form .form-row .ft-subscribe.style-2 .select2-choice::placeholder,
.ft-subscribe.style-2 .woocommerce .woocommerce-checkout.checkout form .form-row select::placeholder,
.woocommerce .woocommerce-checkout.checkout form .form-row .ft-subscribe.style-2 select::placeholder,
.ft-subscribe.style-2 .woocommerce .woocommerce-checkout.checkout form .form-row input::placeholder,
.woocommerce .woocommerce-checkout.checkout form .form-row .ft-subscribe.style-2 input::placeholder, .ft-subscribe.style-2 .woocommerce-cart-form .table tr .quantity input::placeholder, .woocommerce-cart-form .table tr .quantity .ft-subscribe.style-2 input::placeholder, .ft-subscribe.style-2 .woocommerce-cart-form .table tr td.actions .coupon .input-text::placeholder, .woocommerce-cart-form .table tr td.actions .coupon .ft-subscribe.style-2 .input-text::placeholder, .ft-subscribe.style-2 .woocommerce #review_form #respond input[type=text]::placeholder, .woocommerce #review_form #respond .ft-subscribe.style-2 input[type=text]::placeholder,
.ft-subscribe.style-2 .woocommerce #review_form #respond textarea::placeholder,
.woocommerce #review_form #respond .ft-subscribe.style-2 textarea::placeholder,
.ft-subscribe.style-2 .woocommerce #review_form #respond input[type=email]::placeholder,
.woocommerce #review_form #respond .ft-subscribe.style-2 input[type=email]::placeholder, .ft-subscribe.style-2 .wp-block-categories-dropdown select::placeholder, .wp-block-categories-dropdown .ft-subscribe.style-2 select::placeholder,
.ft-subscribe.style-2 .wp-block-archives-dropdown select::placeholder,
.wp-block-archives-dropdown .ft-subscribe.style-2 select::placeholder {
  color: #777777;
  font-family: var(--font-family-base);
  letter-spacing: 0;
}
@media only screen and (max-width: 575px) {
  .ft-subscribe.style-2 {
    box-shadow: none;
  }
  .ft-subscribe.style-2 .input-group {
    display: block;
  }
  .ft-subscribe.style-2 .form-control, .ft-subscribe.style-2 .woocommerce-EditAccountForm.edit-account input[type=text], .woocommerce-EditAccountForm.edit-account .ft-subscribe.style-2 input[type=text],
  .ft-subscribe.style-2 .woocommerce-EditAccountForm.edit-account input[type=email],
  .woocommerce-EditAccountForm.edit-account .ft-subscribe.style-2 input[type=email],
  .ft-subscribe.style-2 .woocommerce-EditAccountForm.edit-account input[type=password],
  .woocommerce-EditAccountForm.edit-account .ft-subscribe.style-2 input[type=password],
  .ft-subscribe.style-2 .login input[type=text],
  .login .ft-subscribe.style-2 input[type=text], .ft-subscribe.style-2 .login input[type=password], .login .ft-subscribe.style-2 input[type=password],
  .ft-subscribe.style-2 .woocommerce-ResetPassword.lost_reset_password input[type=text],
  .woocommerce-ResetPassword.lost_reset_password .ft-subscribe.style-2 input[type=text],
  .ft-subscribe.style-2 .checkout.woocommerce-checkout input[type=text],
  .checkout.woocommerce-checkout .ft-subscribe.style-2 input[type=text],
  .ft-subscribe.style-2 .checkout.woocommerce-checkout input[type=email],
  .checkout.woocommerce-checkout .ft-subscribe.style-2 input[type=email],
  .ft-subscribe.style-2 .checkout.woocommerce-checkout input[type=tel],
  .checkout.woocommerce-checkout .ft-subscribe.style-2 input[type=tel],
  .ft-subscribe.style-2 .checkout.woocommerce-checkout .select2-choice,
  .checkout.woocommerce-checkout .ft-subscribe.style-2 .select2-choice,
  .ft-subscribe.style-2 .checkout.woocommerce-checkout textarea,
  .checkout.woocommerce-checkout .ft-subscribe.style-2 textarea,
  .ft-subscribe.style-2 .woocommerce form .form-row input.input-text,
  .woocommerce form .form-row .ft-subscribe.style-2 input.input-text,
  .ft-subscribe.style-2 .woocommerce form .form-row .select2-selection,
  .woocommerce form .form-row .ft-subscribe.style-2 .select2-selection,
  .ft-subscribe.style-2 .woocommerce form .form-row .select2-choice,
  .woocommerce form .form-row .ft-subscribe.style-2 .select2-choice, .ft-subscribe.style-2 .woocommerce .woocommerce-checkout.checkout form .form-row textarea, .woocommerce .woocommerce-checkout.checkout form .form-row .ft-subscribe.style-2 textarea,
  .ft-subscribe.style-2 .woocommerce .woocommerce-checkout.checkout form .form-row select,
  .woocommerce .woocommerce-checkout.checkout form .form-row .ft-subscribe.style-2 select,
  .ft-subscribe.style-2 .woocommerce .woocommerce-checkout.checkout form .form-row input,
  .woocommerce .woocommerce-checkout.checkout form .form-row .ft-subscribe.style-2 input, .ft-subscribe.style-2 .woocommerce-cart-form .table tr .quantity input, .woocommerce-cart-form .table tr .quantity .ft-subscribe.style-2 input, .ft-subscribe.style-2 .woocommerce-cart-form .table tr td.actions .coupon .input-text, .woocommerce-cart-form .table tr td.actions .coupon .ft-subscribe.style-2 .input-text, .ft-subscribe.style-2 .woocommerce #review_form #respond input[type=text], .woocommerce #review_form #respond .ft-subscribe.style-2 input[type=text],
  .ft-subscribe.style-2 .woocommerce #review_form #respond textarea,
  .woocommerce #review_form #respond .ft-subscribe.style-2 textarea,
  .ft-subscribe.style-2 .woocommerce #review_form #respond input[type=email],
  .woocommerce #review_form #respond .ft-subscribe.style-2 input[type=email], .ft-subscribe.style-2 .wp-block-categories-dropdown select, .wp-block-categories-dropdown .ft-subscribe.style-2 select,
  .ft-subscribe.style-2 .wp-block-archives-dropdown select,
  .wp-block-archives-dropdown .ft-subscribe.style-2 select {
    margin-bottom: 15px;
    width: 100%;
    box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
  }
}

.social-list.style-2 {
  display: flex;
}
.social-list.style-2 li a {
  height: 45px;
  width: 45px;
  line-height: 45px;
  font-size: 20px;
  margin-right: 8px;
  color: #777777;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  position: relative;
}
.social-list.style-2 li a:hover {
  color: var(--primary);
}
.social-list.style-2 li a:hover:after {
  transform: translate(-50%, -50%) scale(1);
}
.social-list.style-2 li a:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  border: 1px solid var(--primary);
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
}
.social-list.style-2 li:last-child a {
  margin-right: 0;
}

.follow-info.left {
  left: 0;
  right: auto;
}
.follow-info.style-2 {
  transform: rotate(180deg);
  width: 100px;
}
.follow-info.style-2 .inner-info ul li {
  writing-mode: tb;
  text-transform: uppercase;
  color: #000;
  font-family: "Oswald", sans-serif;
  letter-spacing: 3px;
  margin-top: 60px;
}
.follow-info.style-2 .inner-info ul li:first-child {
  margin-top: 0;
}

.silder-two {
  padding-left: 100px;
  position: relative;
}
.silder-two .dz-slide-item {
  display: flex;
  align-items: center;
  height: calc(100vh - 100px);
}
.silder-two .silder-content {
  display: table;
  width: 50%;
  margin-right: -55px;
  padding-left: 80px;
  height: 100%;
  padding-right: 100px;
  background-color: #f8f8f8;
}
.silder-two .silder-content .inner-content {
  display: table-cell;
  vertical-align: middle;
}
.silder-two .sub-title {
  font-family: "Oswald", sans-serif;
  letter-spacing: 3px;
  font-weight: 400;
}
.silder-two .title {
  font-family: "Oswald", sans-serif;
  font-size: 65px;
  letter-spacing: 9px;
  font-weight: 500;
  text-transform: uppercase;
}
.silder-two .title span {
  font-weight: 300;
  display: block;
}
.silder-two .silder-img {
  width: calc(50% + 55px);
  height: calc(100% - 100px);
}
.silder-two .silder-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 1280px) {
  .silder-two .title {
    font-size: 45px;
  }
  .silder-two .silder-content {
    width: 60%;
    padding-right: 80px;
    padding-left: 40px;
  }
  .silder-two .silder-img {
    width: calc(40% + 55px);
  }
}
@media only screen and (max-width: 991px) {
  .silder-two {
    padding-left: 0;
  }
  .silder-two .title {
    font-size: 38px;
  }
  .silder-two .btn, .silder-two .woocommerce #respond input#submit, .woocommerce #respond .silder-two input#submit,
  .silder-two .woocommerce a.button,
  .woocommerce .silder-two a.button,
  .silder-two .woocommerce button.button,
  .woocommerce .silder-two button.button,
  .silder-two .woocommerce input.button,
  .woocommerce .silder-two input.button,
  .silder-two .woocommerce #place_order,
  .woocommerce .silder-two #place_order, .silder-two .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .silder-two a.checkout-button, .silder-two .woocommerce-cart-form .table tr .button, .woocommerce-cart-form .table tr .silder-two .button, .silder-two .woocommerce #review_form #respond .form-submit input, .woocommerce #review_form #respond .form-submit .silder-two input, .silder-two .woocommerce .widget_shopping_cart .buttons a, .woocommerce .widget_shopping_cart .buttons .silder-two a,
  .silder-two .woocommerce.widget_shopping_cart .buttons a,
  .woocommerce.widget_shopping_cart .buttons .silder-two a, .silder-two .wp-block-search .wp-block-search__button, .wp-block-search .silder-two .wp-block-search__button, .silder-two .wp-block-button__link {
    padding: 12px 20px;
    font-size: 13px;
  }
  .silder-two .btn.m-r30, .silder-two .woocommerce #respond input.m-r30#submit, .woocommerce #respond .silder-two input.m-r30#submit,
  .silder-two .woocommerce a.m-r30.button,
  .woocommerce .silder-two a.m-r30.button,
  .silder-two .woocommerce button.m-r30.button,
  .woocommerce .silder-two button.m-r30.button,
  .silder-two .woocommerce input.m-r30.button,
  .woocommerce .silder-two input.m-r30.button,
  .silder-two .woocommerce .m-r30#place_order,
  .woocommerce .silder-two .m-r30#place_order, .silder-two .woocommerce-cart .wc-proceed-to-checkout a.m-r30.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .silder-two a.m-r30.checkout-button, .silder-two .woocommerce-cart-form .table tr .m-r30.button, .woocommerce-cart-form .table tr .silder-two .m-r30.button, .silder-two .woocommerce #review_form #respond .form-submit input.m-r30, .woocommerce #review_form #respond .form-submit .silder-two input.m-r30, .silder-two .woocommerce .widget_shopping_cart .buttons a.m-r30, .woocommerce .widget_shopping_cart .buttons .silder-two a.m-r30,
  .silder-two .woocommerce.widget_shopping_cart .buttons a.m-r30,
  .woocommerce.widget_shopping_cart .buttons .silder-two a.m-r30, .silder-two .wp-block-search .m-r30.wp-block-search__button, .wp-block-search .silder-two .m-r30.wp-block-search__button, .silder-two .m-r30.wp-block-button__link {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .silder-two .dz-slide-item {
    display: block;
    height: auto;
    padding: 0 15px;
  }
  .silder-two .silder-content {
    width: 100%;
    height: auto;
    padding: 30px 15px;
  }
  .silder-two .silder-img {
    width: 100%;
    height: 360px;
  }
}
@media only screen and (max-width: 575px) {
  .silder-two .title {
    font-size: 22px;
    letter-spacing: 5px;
    line-height: 1.5;
  }
  .silder-two .sub-title {
    font-size: 14px;
  }
  .silder-two .silder-img {
    height: 230px;
  }
}

/* Silder One */
.silder-three {
  position: relative;
}
.silder-three .silder-content {
  position: absolute;
  left: 10%;
  top: 50%;
  width: 650px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1680px) {
  .silder-three .silder-content {
    left: 15%;
    top: 50%;
    width: 500px;
  }
}
@media only screen and (max-width: 991px) {
  .silder-three .silder-content {
    left: 5%;
  }
}
@media only screen and (max-width: 575px) {
  .silder-three .silder-content {
    left: 0;
    width: 100%;
    padding: 20px 40px 20px 20px;
  }
}
.silder-three .silder-content p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
}
@media only screen and (max-width: 1680px) {
  .silder-three .silder-content p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .silder-three .silder-content p {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.silder-three .silder-content .title {
  font-size: 70px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 25px;
  font-family: "Oswald", sans-serif;
  color: #fff;
}
@media only screen and (max-width: 1680px) {
  .silder-three .silder-content .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .silder-three .silder-content .title {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
.silder-three .silder-content .sub-title {
  font-weight: 400;
  margin-bottom: 30px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 4px;
}
@media only screen and (max-width: 1680px) {
  .silder-three .silder-content .sub-title {
    margin-bottom: 10px;
  }
}
.silder-three .silder-img {
  overflow: hidden;
  height: 100vh;
  position: relative;
  z-index: 0;
}
.silder-three .silder-img.overlay-black-middle:before {
  opacity: 0.6;
  background: #212529;
  z-index: 1;
}
.silder-three .silder-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.silder-three .swiperThumbsHome {
  width: 800px;
  height: 140px;
  background: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 1680px) {
  .silder-three .swiperThumbsHome {
    width: 650px;
  }
}
@media only screen and (max-width: 991px) {
  .silder-three .swiperThumbsHome {
    width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .silder-three .swiperThumbsHome {
    height: auto;
  }
}
.silder-three .main-silder-swiper-03 .swiper-pagination {
  position: absolute;
  right: 80px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  left: auto;
  bottom: auto;
  width: 20px;
}
@media only screen and (max-width: 991px) {
  .silder-three .main-silder-swiper-03 .swiper-pagination {
    right: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .silder-three .main-silder-swiper-03 .swiper-pagination {
    right: 15px;
  }
}
.silder-three .main-silder-swiper-03 .swiper-pagination span {
  background: #fff;
  margin: 10px 5px;
}
.silder-three .main-silder-swiper-03 .swiper-pagination span.swiper-pagination-bullet-active {
  background: var(--primary);
  transform: scale(2);
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
.silder-three .slider-one-pagination {
  position: absolute;
  bottom: 0;
  right: 800px;
  width: 70px;
}
@media only screen and (max-width: 1680px) {
  .silder-three .slider-one-pagination {
    right: 650px;
  }
}
@media only screen and (max-width: 991px) {
  .silder-three .slider-one-pagination {
    right: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .silder-three .slider-one-pagination {
    width: 50px;
  }
}
.silder-three .slider-one-pagination .btn-prev,
.silder-three .slider-one-pagination .btn-next {
  width: 70px;
  height: 70px;
  display: block;
  line-height: 70px;
  text-align: center;
  background: var(--primary);
  color: #fff;
  font-size: 20px;
  margin: 0;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
@media only screen and (max-width: 575px) {
  .silder-three .slider-one-pagination .btn-prev,
  .silder-three .slider-one-pagination .btn-next {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
  }
}
.silder-three .slider-one-pagination .btn-prev:hover,
.silder-three .slider-one-pagination .btn-next:hover {
  background: var(--primary-hover);
}
.silder-three .slider-one-pagination .btn-prev i,
.silder-three .slider-one-pagination .btn-next i {
  color: inherit;
  position: unset;
  line-height: inherit;
  font-size: inherit;
}
.silder-three .thumb-content {
  padding: 25px 30px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1680px) {
  .silder-three .thumb-content {
    padding: 15px 20px;
  }
}
.silder-three .thumb-content .thumb-title {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  margin: 0;
  opacity: 0.5;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
.silder-three .thumb-content .number {
  font-family: var(--font-family-title);
  color: var(--title);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  opacity: 0.5;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
.silder-three .swiper-slide-thumb-active .thumb-content .thumb-title {
  opacity: 1;
}
.silder-three .swiper-slide-thumb-active .thumb-content .number {
  color: var(--primary);
  opacity: 1;
}

.scroll-down {
  position: absolute;
  color: #fff;
  z-index: 1;
  writing-mode: tb;
  left: 80px;
  bottom: 70px;
  padding: 0 0px 50px 0px;
  line-height: 1.5;
}
@media only screen and (max-width: 991px) {
  .scroll-down {
    left: 20px;
    bottom: 20px;
  }
}
.scroll-down:after {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--primary);
  position: absolute;
  border-radius: 8px;
  left: 50%;
  margin-left: -4px;
  bottom: 23px;
  animation: passing 2s linear infinite;
}
.scroll-down:before {
  content: "";
  width: 100%;
  height: 38px;
  border: 1px solid #fff;
  position: absolute;
  bottom: 0;
  border-radius: 15px;
}

@keyframes passing {
  0% {
    bottom: 23px;
    opacity: 1;
  }
  100% {
    bottom: 8px;
    opacity: 0;
  }
}
@keyframes passing-reverse {
  0% {
    transform: translateX(50%);
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}
/* Silder One */
.silder-for {
  position: relative;
}
.silder-for .silder-content {
  position: absolute;
  left: 10%;
  top: 50%;
  width: 800px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1680px) {
  .silder-for .silder-content {
    left: 10%;
    top: 50%;
    width: 500px;
  }
}
@media only screen and (max-width: 991px) {
  .silder-for .silder-content {
    left: 5%;
  }
}
@media only screen and (max-width: 575px) {
  .silder-for .silder-content {
    left: 0;
    width: 100%;
    padding: 20px 40px 20px 20px;
  }
}
.silder-for .silder-content p {
  font-size: 30px;
  font-weight: 200;
  line-height: 1.3;
  color: #fff;
}
@media only screen and (max-width: 1680px) {
  .silder-for .silder-content p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .silder-for .silder-content p {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.silder-for .silder-content .title {
  font-size: 120px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 25px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
}
.silder-for .silder-content .title strong {
  color: inherit;
  font-weight: 800;
}
.silder-for .silder-content .title span {
  font-weight: 300;
}
@media only screen and (max-width: 1680px) {
  .silder-for .silder-content .title {
    font-size: 80px;
  }
}
@media only screen and (max-width: 575px) {
  .silder-for .silder-content .title {
    font-size: 45px;
    margin-bottom: 15px;
  }
}
.silder-for .silder-content .title .extext {
  font-family: "Lora", serif;
  font-style: italic;
  font-weight: 400;
}
.silder-for .silder-content .sub-title {
  font-weight: 400;
  margin-bottom: 30px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 4px;
}
@media only screen and (max-width: 1680px) {
  .silder-for .silder-content .sub-title {
    margin-bottom: 10px;
  }
}
.silder-for .silder-img {
  overflow: hidden;
  height: calc(100vh - 100px);
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 991px) {
  .silder-for .silder-img {
    height: calc(100vh - 85px);
  }
}
.silder-for .silder-img.overlay-black-middle:before {
  background: linear-gradient(to right, rgba(33, 37, 41, 0.8) 0%, rgba(33, 37, 41, 0) 100%);
  z-index: 1;
  width: 80%;
  opacity: 1;
}
.silder-for .silder-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.silder-for .main-silder-swiper-04 .swiper-pagination-hs4 {
  position: absolute;
  display: block;
  left: 0;
  bottom: 10px;
  z-index: 1;
  text-align: center;
}
.silder-for .main-silder-swiper-04 .swiper-pagination-hs4 span {
  background: #fff;
  margin: 10px 5px;
  width: 60px;
  border-radius: 0;
  opacity: 0.5;
  height: 5px;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
@media only screen and (max-width: 991px) {
  .silder-for .main-silder-swiper-04 .swiper-pagination-hs4 span {
    height: 3px;
    width: 35px;
  }
}
.silder-for .main-silder-swiper-04 .swiper-pagination-hs4 span.swiper-pagination-bullet-active {
  opacity: 1;
}

#video-background {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  max-width: initial;
}

/* banner */
.silder-five {
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .silder-five .row .col-md-12 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
@media only screen and (max-width: 991px) {
  .silder-five .row {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
.silder-five .slider-one-pagination {
  position: absolute;
  left: 50%;
  z-index: 99999;
  background-color: #f8f8f8;
  display: flex;
  align-items: center;
  padding: 30px 50px;
  transform: translate(-148px, -140px);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
@media only screen and (max-width: 991px) {
  .silder-five .slider-one-pagination {
    transform: translate(-50px, -31px);
  }
}
.silder-five .slider-one-pagination .swiper-pagination, .silder-five .slider-one-pagination .btn-next, .silder-five .slider-one-pagination .btn-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: auto;
  height: auto;
  color: #212529;
  font-family: var(--font-family-title);
  margin: auto;
  font-size: 15px;
  letter-spacing: 2px;
  z-index: 1;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  display: inline-block;
}
.silder-five .slider-one-pagination .swiper-pagination {
  margin: 0 20px;
}
.silder-five .inner-content {
  height: 100%;
}
@media only screen and (max-width: 1280px) {
  .silder-five .inner-content {
    margin-left: 0.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .silder-five .inner-content {
    padding: 30px 0;
    margin: 0;
  }
}
.silder-five .overlay-black-light:before {
  opacity: 30%;
  background: #000;
}
.silder-five .silder-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.silder-five .main-silder-thumb-05 {
  width: 45vw;
}
@media only screen and (max-width: 991px) {
  .silder-five .main-silder-thumb-05 {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .silder-five .main-silder-thumb-05 {
    width: 100%;
  }
}
.silder-five .sub-title {
  font-family: Oswald, sans-serif;
  letter-spacing: 3px;
  font-weight: 400;
}
.silder-five .title {
  font-family: Oswald, sans-serif;
  font-size: 48px;
  letter-spacing: 0px;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 10.5rem;
  margin-bottom: 13px;
}
@media only screen and (max-width: 1680px) {
  .silder-five .title {
    padding-top: 5rem;
  }
}
@media only screen and (max-width: 1280px) {
  .silder-five .title {
    padding-top: 6rem;
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .silder-five .title {
    font-size: 29px;
  }
}
@media only screen and (max-width: 991px) {
  .silder-five .title {
    padding: 0;
  }
}
@media only screen and (max-width: 575px) {
  .silder-five .title {
    font-size: 28px;
    letter-spacing: 6px;
  }
}
.silder-five p.text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  width: 83%;
  margin-bottom: 47px;
}
@media only screen and (max-width: 1280px) {
  .silder-five p.text {
    width: 100%;
  }
}
.silder-five .contant-box {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 575px) {
  .silder-five .contant-box .video-btn.style-1 .text {
    display: none;
  }
}
.silder-five .follow-info .inner-info {
  margin-right: 60px;
}
@media only screen and (max-width: 1280px) {
  .silder-five .follow-info .inner-info {
    margin-right: 0;
  }
}
.silder-five .follow-info.style-3 {
  background-color: transparent;
  transform: rotate(0deg);
  width: 100px;
}
@media only screen and (max-width: 1280px) {
  .silder-five .follow-info.style-3 {
    width: 40px;
  }
}
.silder-five .follow-info.style-3 .inner-info ul li {
  writing-mode: tb;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  letter-spacing: 3px;
  font-weight: 500px;
  font-size: 14px;
}
.silder-five .follow-info.style-3 .inner-info ul li ul {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.silder-five .follow-info.style-3 .inner-info ul li ul li a {
  color: #777777;
  padding-top: 20px;
}

.point-list li {
  position: absolute;
}
.point-list li i {
  height: 37px;
  width: 37px;
  font-size: 15px;
  border-radius: 50px;
  line-height: 37px;
  text-align: center;
  cursor: pointer;
  z-index: 1;
  position: relative;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  background: var(--primary);
  color: #fff;
}
@media only screen and (max-width: 1280px) {
  .point-list li i {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 18px;
  }
}
.point-list li .contant-box-inner {
  position: absolute;
  background: rgb(255, 255, 255);
  width: 250px;
  padding: 15px 18px;
  box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.point-list li .contant-box-inner h6, .point-list li .contant-box-inner .h6 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}
.point-list li .contant-box-inner p {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  line-height: 1.3;
}
.point-list li:nth-child(1) {
  top: 27%;
  left: 37%;
}
@media only screen and (max-width: 991px) {
  .point-list li:nth-child(1) {
    left: 38% !important;
  }
}
.point-list li:nth-child(1) .contant-box-inner {
  top: 50%;
  left: 0%;
  transform: translate(-100%, -100%) scale(0);
  transform-origin: right bottom;
}
.point-list li:nth-child(1).show .contant-box-inner {
  transform: translate(-100%, -100%) scale(1);
}
@media only screen and (max-width: 575px) {
  .point-list li:nth-child(1).show .contant-box-inner {
    transform: translate(-100%, -100%) scale(0.7);
  }
}
.point-list li:nth-child(2) {
  bottom: 35%;
  left: 40%;
}
.point-list li:nth-child(2) .contant-box-inner {
  top: 50%;
  left: 0%;
  transform: translate(-100%, -100%) scale(0);
  transform-origin: right bottom;
}
.point-list li:nth-child(2).show .contant-box-inner {
  transform: translate(-100%, -100%) scale(1);
}
@media only screen and (max-width: 575px) {
  .point-list li:nth-child(2).show .contant-box-inner {
    transform: translate(-100%, -100%) scale(0.7);
  }
}
.point-list li:nth-child(3) {
  bottom: 27%;
  right: 10%;
}
@media only screen and (max-width: 991px) {
  .point-list li:nth-child(3) {
    right: 5% !important;
  }
}
.point-list li:nth-child(3) .contant-box-inner {
  top: 50%;
  left: 0;
  transform: translate(-100%, -100%) scale(0);
  transform-origin: right bottom;
}
.point-list li:nth-child(3).show .contant-box-inner {
  transform: translate(-100%, -100%) scale(1);
}
@media only screen and (max-width: 575px) {
  .point-list li:nth-child(3).show .contant-box-inner {
    transform: translate(-100%, -100%) scale(0.7);
  }
}
@media only screen and (max-width: 1280px) {
  .point-list li:nth-child(3) {
    right: 15% !important;
  }
}
.point-list li.show i {
  background: #212529;
  color: #fff;
}
.point-list li.show i:before {
  content: "\f068";
}
@media only screen and (max-width: 767px) {
  .point-list {
    display: none;
  }
}

.animation-btn a {
  position: absolute;
  top: 7%;
  left: 7%;
  z-index: 999;
}
.animation-btn a i {
  position: absolute;
  top: 42%;
  left: 82px;
  font-size: 18px;
}
.animation-btn a img {
  animation: rotate-360 20s infinite linear;
  width: 100%;
}
@media only screen and (max-width: 1680px) {
  .animation-btn a {
    top: 20%;
    left: 1.5%;
    transform: scale(0.8);
  }
}
@media only screen and (max-width: 1400px) {
  .animation-btn a {
    display: none;
  }
}
.animation-btn a .img1 {
  display: unset;
}
.animation-btn a .img2 {
  display: none;
}

@keyframes rotate-360 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* heading style-2 */
.section-head.style-2 .title {
  font-size: 45px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 1.4;
  text-transform: uppercase;
}
@media only screen and (max-width: 1280px) {
  .section-head.style-2 .title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 575px) {
  .section-head.style-2 .title {
    font-size: 25px;
  }
}

/* heading style-2 end*/
.swiper-container.team-swiper-3 {
  padding-top: 50px;
}

/*testimonial-3 end */
.blog-swiper-2 {
  overflow: visible !important;
}
.blog-swiper-2 .swiper-wrapper .swiper-slide {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.blog-swiper-2 .swiper-wrapper .swiper-slide.swiper-slide-next, .blog-swiper-2 .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
}

/* View More Product */
.view-more-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  white-space: nowrap;
  max-width: 370px;
}
@media only screen and (max-width: 767px) {
  .view-more-btn {
    max-width: unset;
  }
}
.view-more-btn .text {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 3px;
  color: #000;
  font-family: var(--font-family-title);
  margin: 0;
  text-transform: uppercase;
}
.view-more-btn .line {
  background-color: rgb(181, 181, 181);
  width: 100%;
  height: 1px;
  margin: 0 20px;
}
.view-more-btn .btn-icon {
  height: 40px;
  width: 40px;
  min-width: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .view-more-btn {
    margin: 10px 0;
  }
}
.view-more-btn:hover .btn-icon i {
  animation: upToRight 0.5s forwards;
}

@keyframes upToRight {
  49% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes upToDown {
  49% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
.banner-six .title {
  font-weight: 700;
  font-size: 85px;
  line-height: 97px;
  text-transform: uppercase;
  font-family: "Oswald";
  padding-top: 37px;
}
@media only screen and (max-width: 1680px) {
  .banner-six .title {
    font-size: 80px;
    padding-top: 35px;
  }
}
@media only screen and (max-width: 1280px) {
  .banner-six .title {
    font-size: 65px;
    padding-top: 20px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 991px) {
  .banner-six .title {
    font-size: 53px;
    padding-top: 20px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 767px) {
  .banner-six .title {
    font-size: 38px;
    padding-top: 20px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 575px) {
  .banner-six .title {
    font-size: 25px;
  }
}
.banner-six .inner-content p {
  font-size: 20px;
  padding-top: 15px;
  margin-bottom: 40px;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .banner-six .inner-content p {
    padding: 0;
    margin-bottom: 20px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-six .inner-content p {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.banner-six .inner-content .contant-box {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 575px) {
  .banner-six .inner-content .contant-box .video-btn.style-1 span {
    display: none;
  }
}
.banner-six .overlay-black-light:before {
  opacity: 30%;
  background: #000;
}
.banner-six .dz-media img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.banner-six .banner-media {
  width: 50vw;
  margin-top: 55px;
}
@media only screen and (max-width: 1680px) {
  .banner-six .banner-media {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-six .banner-media {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .banner-six .banner-media {
    margin-top: 25px;
  }
}

@media only screen and (max-width: 575px) {
  .section-head.style-2 {
    margin-bottom: 0;
  }
}

.new-page {
  padding: 2px 5px;
  font-size: 10px;
  background: var(--primary);
  color: #fff;
  font-weight: 500;
  border-radius: 4px;
  vertical-align: middle;
  margin-left: 10px;
}

.section-head-bx .section-head.style-2 {
  margin-bottom: 0;
}

.subscrible-bx.style-1 {
  position: relative;
  background-position: right bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .subscrible-bx.style-1 {
    background-position: unset;
  }
}
.subscrible-bx.style-1 .ft-subscribe-wrapper {
  margin: 0;
  padding: 0;
}
.subscrible-bx.style-1 .ft-subscribe-wrapper .section-head {
  margin-bottom: 20px;
}
@media only screen and (max-width: 575px) {
  .subscrible-bx.style-1 .ft-subscribe-wrapper .section-head .title {
    font-size: 26px;
  }
}
.subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .form-control, .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce-EditAccountForm.edit-account input[type=text], .woocommerce-EditAccountForm.edit-account .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group input[type=text],
.subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce-EditAccountForm.edit-account input[type=email],
.woocommerce-EditAccountForm.edit-account .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group input[type=email],
.subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce-EditAccountForm.edit-account input[type=password],
.woocommerce-EditAccountForm.edit-account .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group input[type=password],
.subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .login input[type=text],
.login .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group input[type=text], .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .login input[type=password], .login .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group input[type=password],
.subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce-ResetPassword.lost_reset_password input[type=text],
.woocommerce-ResetPassword.lost_reset_password .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group input[type=text],
.subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .checkout.woocommerce-checkout input[type=text],
.checkout.woocommerce-checkout .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group input[type=text],
.subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .checkout.woocommerce-checkout input[type=email],
.checkout.woocommerce-checkout .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group input[type=email],
.subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .checkout.woocommerce-checkout input[type=tel],
.checkout.woocommerce-checkout .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group input[type=tel],
.subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .checkout.woocommerce-checkout .select2-choice,
.checkout.woocommerce-checkout .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .select2-choice,
.subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .checkout.woocommerce-checkout textarea,
.checkout.woocommerce-checkout .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group textarea,
.subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce form .form-row input.input-text,
.woocommerce form .form-row .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group input.input-text,
.subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce form .form-row .select2-selection,
.woocommerce form .form-row .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .select2-selection,
.subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce form .form-row .select2-choice,
.woocommerce form .form-row .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .select2-choice,
.subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce .woocommerce-checkout.checkout form .form-row select,
.woocommerce .woocommerce-checkout.checkout form .form-row .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group select,
.subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce .woocommerce-checkout.checkout form .form-row input,
.woocommerce .woocommerce-checkout.checkout form .form-row .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group input, .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce-cart-form .table tr .quantity input, .woocommerce-cart-form .table tr .quantity .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group input, .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce-cart-form .table tr td.actions .coupon .input-text, .woocommerce-cart-form .table tr td.actions .coupon .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .input-text, .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce #review_form #respond input[type=text], .woocommerce #review_form #respond .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group input[type=text],
.subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce #review_form #respond textarea,
.woocommerce #review_form #respond .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group textarea,
.subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce #review_form #respond input[type=email],
.woocommerce #review_form #respond .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group input[type=email], .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .wp-block-categories-dropdown select, .wp-block-categories-dropdown .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group select,
.subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .wp-block-archives-dropdown select,
.wp-block-archives-dropdown .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group select {
  height: 70px;
  background-color: #fff;
  border-radius: 0;
  z-index: 1 !important;
  padding: 20px 35px;
  color: #636363;
  font-weight: 300;
  letter-spacing: 2px;
  padding-right: 12rem;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 575px) {
  .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .form-control, .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce-EditAccountForm.edit-account input[type=text], .woocommerce-EditAccountForm.edit-account .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group input[type=text],
  .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce-EditAccountForm.edit-account input[type=email],
  .woocommerce-EditAccountForm.edit-account .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group input[type=email],
  .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce-EditAccountForm.edit-account input[type=password],
  .woocommerce-EditAccountForm.edit-account .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group input[type=password],
  .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .login input[type=text],
  .login .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group input[type=text], .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .login input[type=password], .login .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group input[type=password],
  .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce-ResetPassword.lost_reset_password input[type=text],
  .woocommerce-ResetPassword.lost_reset_password .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group input[type=text],
  .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .checkout.woocommerce-checkout input[type=text],
  .checkout.woocommerce-checkout .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group input[type=text],
  .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .checkout.woocommerce-checkout input[type=email],
  .checkout.woocommerce-checkout .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group input[type=email],
  .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .checkout.woocommerce-checkout input[type=tel],
  .checkout.woocommerce-checkout .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group input[type=tel],
  .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .checkout.woocommerce-checkout .select2-choice,
  .checkout.woocommerce-checkout .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .select2-choice,
  .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .checkout.woocommerce-checkout textarea,
  .checkout.woocommerce-checkout .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group textarea,
  .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce form .form-row input.input-text,
  .woocommerce form .form-row .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group input.input-text,
  .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce form .form-row .select2-selection,
  .woocommerce form .form-row .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .select2-selection,
  .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce form .form-row .select2-choice,
  .woocommerce form .form-row .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .select2-choice,
  .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce .woocommerce-checkout.checkout form .form-row select,
  .woocommerce .woocommerce-checkout.checkout form .form-row .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group select,
  .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce .woocommerce-checkout.checkout form .form-row input,
  .woocommerce .woocommerce-checkout.checkout form .form-row .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group input, .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce-cart-form .table tr .quantity input, .woocommerce-cart-form .table tr .quantity .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group input, .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce-cart-form .table tr td.actions .coupon .input-text, .woocommerce-cart-form .table tr td.actions .coupon .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .input-text, .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce #review_form #respond input[type=text], .woocommerce #review_form #respond .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group input[type=text],
  .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce #review_form #respond textarea,
  .woocommerce #review_form #respond .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group textarea,
  .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce #review_form #respond input[type=email],
  .woocommerce #review_form #respond .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group input[type=email], .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .wp-block-categories-dropdown select, .wp-block-categories-dropdown .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group select,
  .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .wp-block-archives-dropdown select,
  .wp-block-archives-dropdown .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group select {
    height: 50px;
    padding: 10px 0 10px 10px;
    font-size: 15px;
  }
}
.subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .btn.style-1, .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce #respond input.style-1#submit, .woocommerce #respond .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group input.style-1#submit,
.subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce a.style-1.button,
.woocommerce .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group a.style-1.button,
.subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce button.style-1.button,
.woocommerce .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group button.style-1.button,
.subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce input.style-1.button,
.woocommerce .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group input.style-1.button,
.subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce .style-1#place_order,
.woocommerce .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .style-1#place_order, .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce-cart .wc-proceed-to-checkout a.style-1.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group a.style-1.checkout-button, .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce-cart-form .table tr .style-1.button, .woocommerce-cart-form .table tr .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .style-1.button, .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce #review_form #respond .form-submit input.style-1, .woocommerce #review_form #respond .form-submit .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group input.style-1, .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce .widget_shopping_cart .buttons a.style-1, .woocommerce .widget_shopping_cart .buttons .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group a.style-1,
.subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce.widget_shopping_cart .buttons a.style-1,
.woocommerce.widget_shopping_cart .buttons .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group a.style-1, .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .wp-block-search .style-1.wp-block-search__button, .wp-block-search .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .style-1.wp-block-search__button, .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .style-1.wp-block-button__link {
  line-height: 0;
  top: -4px;
  right: 15px;
  position: absolute;
  padding: 23px 25px;
}
@media only screen and (max-width: 991px) {
  .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .btn.style-1, .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce #respond input.style-1#submit, .woocommerce #respond .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group input.style-1#submit,
  .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce a.style-1.button,
  .woocommerce .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group a.style-1.button,
  .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce button.style-1.button,
  .woocommerce .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group button.style-1.button,
  .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce input.style-1.button,
  .woocommerce .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group input.style-1.button,
  .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce .style-1#place_order,
  .woocommerce .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .style-1#place_order, .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce-cart .wc-proceed-to-checkout a.style-1.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group a.style-1.checkout-button, .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce-cart-form .table tr .style-1.button, .woocommerce-cart-form .table tr .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .style-1.button, .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce #review_form #respond .form-submit input.style-1, .woocommerce #review_form #respond .form-submit .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group input.style-1, .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce .widget_shopping_cart .buttons a.style-1, .woocommerce .widget_shopping_cart .buttons .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group a.style-1,
  .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce.widget_shopping_cart .buttons a.style-1,
  .woocommerce.widget_shopping_cart .buttons .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group a.style-1, .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .wp-block-search .style-1.wp-block-search__button, .wp-block-search .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .style-1.wp-block-search__button, .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .style-1.wp-block-button__link {
    display: none;
  }
}
.subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .btn.style-2, .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce #respond input.style-2#submit, .woocommerce #respond .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group input.style-2#submit,
.subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce a.style-2.button,
.woocommerce .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group a.style-2.button,
.subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce button.style-2.button,
.woocommerce .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group button.style-2.button,
.subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce input.style-2.button,
.woocommerce .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group input.style-2.button,
.subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce .style-2#place_order,
.woocommerce .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .style-2#place_order, .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce-cart .wc-proceed-to-checkout a.style-2.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group a.style-2.checkout-button, .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce-cart-form .table tr .style-2.button, .woocommerce-cart-form .table tr .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .style-2.button, .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce #review_form #respond .form-submit input.style-2, .woocommerce #review_form #respond .form-submit .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group input.style-2, .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce .widget_shopping_cart .buttons a.style-2, .woocommerce .widget_shopping_cart .buttons .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group a.style-2,
.subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce.widget_shopping_cart .buttons a.style-2,
.woocommerce.widget_shopping_cart .buttons .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group a.style-2, .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .wp-block-search .style-2.wp-block-search__button, .wp-block-search .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .style-2.wp-block-search__button, .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .style-2.wp-block-button__link {
  line-height: 0;
  top: -4px;
  right: 10px;
  position: absolute;
  padding: 15px 17px;
}
@media only screen and (min-width: 991px) {
  .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .btn.style-2, .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce #respond input.style-2#submit, .woocommerce #respond .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group input.style-2#submit,
  .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce a.style-2.button,
  .woocommerce .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group a.style-2.button,
  .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce button.style-2.button,
  .woocommerce .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group button.style-2.button,
  .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce input.style-2.button,
  .woocommerce .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group input.style-2.button,
  .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce .style-2#place_order,
  .woocommerce .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .style-2#place_order, .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce-cart .wc-proceed-to-checkout a.style-2.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group a.style-2.checkout-button, .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce-cart-form .table tr .style-2.button, .woocommerce-cart-form .table tr .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .style-2.button, .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce #review_form #respond .form-submit input.style-2, .woocommerce #review_form #respond .form-submit .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group input.style-2, .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce .widget_shopping_cart .buttons a.style-2, .woocommerce .widget_shopping_cart .buttons .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group a.style-2,
  .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce.widget_shopping_cart .buttons a.style-2,
  .woocommerce.widget_shopping_cart .buttons .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group a.style-2, .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .wp-block-search .style-2.wp-block-search__button, .wp-block-search .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .style-2.wp-block-search__button, .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .style-2.wp-block-button__link {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .btn.style-2, .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce #respond input.style-2#submit, .woocommerce #respond .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group input.style-2#submit,
  .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce a.style-2.button,
  .woocommerce .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group a.style-2.button,
  .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce button.style-2.button,
  .woocommerce .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group button.style-2.button,
  .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce input.style-2.button,
  .woocommerce .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group input.style-2.button,
  .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce .style-2#place_order,
  .woocommerce .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .style-2#place_order, .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce-cart .wc-proceed-to-checkout a.style-2.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group a.style-2.checkout-button, .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce-cart-form .table tr .style-2.button, .woocommerce-cart-form .table tr .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .style-2.button, .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce #review_form #respond .form-submit input.style-2, .woocommerce #review_form #respond .form-submit .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group input.style-2, .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce .widget_shopping_cart .buttons a.style-2, .woocommerce .widget_shopping_cart .buttons .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group a.style-2,
  .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce.widget_shopping_cart .buttons a.style-2,
  .woocommerce.widget_shopping_cart .buttons .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group a.style-2, .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .wp-block-search .style-2.wp-block-search__button, .wp-block-search .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .style-2.wp-block-search__button, .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .style-2.wp-block-button__link {
    top: -8px;
    right: 8px;
    padding: 8px 10px;
  }
}

/*Blog single */
.blog-single {
  margin-bottom: 3.125rem;
}
.blog-single .dz-post-meta {
  margin-bottom: 1.25rem;
}
.blog-single .dz-post-text {
  margin-top: 1.25rem;
  padding-bottom: 30px;
}
.blog-single .dz-post-text:after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}
.blog-single .dz-post-tags {
  margin-top: 1.25rem;
}
.blog-single .dz-post-media {
  border-radius: 0.25rem;
}
.blog-single.dz-card .post-tags {
  margin-bottom: 0;
}
.blog-single.style-1 {
  box-shadow: unset;
  border-radius: 0;
  overflow: unset;
  margin-bottom: 60px;
}
.blog-single.style-1 .dz-info {
  padding: 0;
}
.blog-single.style-1 .dz-media + .dz-info {
  padding: 30px 0 0 0;
}

.dz-post-text a {
  text-decoration: underline;
  box-shadow: inset 0 -10px 0 var(--rgba-primary-1);
}
.dz-post-text .widget_archive li a,
.dz-post-text .wp-block-latest-posts li a,
.dz-post-text .wp-block-categories-list li a,
.dz-post-text .wp-block-archives-list li a,
.dz-post-text .widget_categories li a,
.dz-post-text blockquote a,
.dz-post-text .wp-block-button__link {
  box-shadow: none;
  text-decoration: none;
}
.dz-post-text iframe {
  max-width: 100%;
}

.dz-card.post-header,
.post-header {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 575px) {
  .dz-card.post-header,
  .post-header {
    margin-bottom: 1.25rem;
  }
}
.dz-card.post-header .dz-media img,
.post-header .dz-media img {
  min-height: 250px;
  object-fit: cover;
}
.dz-card.post-header .dz-info,
.post-header .dz-info {
  position: absolute;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+1,000000+100&0+1,0.6+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.6) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.6) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#99000000",GradientType=0 ); /* IE6-9 */
  position: absolute;
  bottom: 0;
  text-align: center;
  padding: 100px 30px 30px 30px !important;
  width: 100%;
}
@media only screen and (max-width: 575px) {
  .dz-card.post-header .dz-info,
  .post-header .dz-info {
    padding: 40px 15px 15px 15px !important;
  }
}
.dz-card.post-header .dz-info .dz-title,
.post-header .dz-info .dz-title {
  color: #fff;
}
@media only screen and (max-width: 575px) {
  .dz-card.post-header .dz-info .dz-title,
  .post-header .dz-info .dz-title {
    font-size: 1.125rem;
  }
}
.dz-card.post-header .dz-info .dz-meta > ul,
.post-header .dz-info .dz-meta > ul {
  justify-content: center;
}
.dz-card.post-header .dz-info .dz-meta > ul > li,
.post-header .dz-info .dz-meta > ul > li {
  color: #fff;
}

.post-link-in {
  padding: 15px 50px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
.post-link-in:hover {
  background: var(--primary);
  color: #fff;
}
@media only screen and (max-width: 575px) {
  .post-link-in {
    padding: 8px 15px;
    font-size: 15px;
  }
}

.side-bar {
  padding-left: 20px;
}
@media only screen and (max-width: 991px) {
  .side-bar {
    padding-left: 0;
    padding-right: 0;
  }
}
.side-bar.left {
  padding-left: 0;
  padding-right: 20px;
}
@media only screen and (max-width: 991px) {
  .side-bar.left {
    padding-right: 0;
    padding-left: 0;
  }
}

.alignnone {
  margin: 0.3125rem 0 1.563rem 0;
}
.alignnoneimg, .alignnone.wp-caption, .alignnone.is-resized {
  margin: 0.3125rem 0 1.563rem 0;
}

.aligncenter {
  display: block;
  margin: 0.3125rem auto 0.938rem;
  text-align: center;
}
.aligncenterimg, .aligncenter.wp-caption, .aligncenter.is-resized {
  display: block;
  margin: 0.3125rem auto 0.938rem;
  text-align: center;
}

.alignright {
  float: right;
  margin: 0.3125rem 0 1.563rem 1.563rem;
}
.alignrightimg, .alignright.wp-caption, .alignright.is-resized {
  margin: 0.3125rem 0 1.563rem 1.563rem;
  float: right;
}

.alignleft {
  float: left;
  margin: 0.3125rem 1.563rem 1.563rem 0;
}
.alignleftimg, .alignleft.is-cropped, .alignleft.wp-caption, .alignleft.is-resized {
  margin: 0.3125rem 1.563rem 1.563rem 0;
  float: left;
}

.wp-caption {
  max-width: 100%;
  text-align: center;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin: 0;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 0.813rem;
  line-height: 1.125rem;
  margin: 0;
  padding: 0.625rem 0;
  text-align: left;
}

.wp-block-quote.is-large:not(.is-style-plain),
.wp-block-quote.is-style-large:not(.is-style-plain),
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
blockquote.wp-block-quote,
blockquote.wp-block-pullquote,
blockquote.wp-block-pullquote.alignright,
blockquote.wp-block-pullquote.alignleft,
blockquote {
  padding: 1.25rem 2rem 1.25rem 3rem;
  font-size: 0.938rem;
  color: var(--title);
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  line-height: 1.875rem;
  position: relative;
  clear: both;
  font-weight: 700;
  z-index: 1;
  border: 0;
}
@media only screen and (max-width: 991px) {
  .wp-block-quote.is-large:not(.is-style-plain),
  .wp-block-quote.is-style-large:not(.is-style-plain),
  .wp-block-quote.is-large,
  .wp-block-quote.is-style-large,
  blockquote.wp-block-quote,
  blockquote.wp-block-pullquote,
  blockquote.wp-block-pullquote.alignright,
  blockquote.wp-block-pullquote.alignleft,
  blockquote {
    padding: 1.25rem 1.25rem 0.938rem 1.25rem;
    font-size: 0.813rem;
  }
}
.wp-block-quote.is-large:not(.is-style-plain) cite,
.wp-block-quote.is-style-large:not(.is-style-plain) cite,
.wp-block-quote.is-large cite,
.wp-block-quote.is-style-large cite,
blockquote.wp-block-quote cite,
blockquote.wp-block-pullquote cite,
blockquote.wp-block-pullquote.alignright cite,
blockquote.wp-block-pullquote.alignleft cite,
blockquote cite {
  font-style: normal;
  position: relative;
  display: block;
  margin-top: -0.3125rem;
  font-weight: 600;
  color: var(--primary);
  line-height: 1.3;
}
.wp-block-quote.is-large:not(.is-style-plain) cite:before,
.wp-block-quote.is-style-large:not(.is-style-plain) cite:before,
.wp-block-quote.is-large cite:before,
.wp-block-quote.is-style-large cite:before,
blockquote.wp-block-quote cite:before,
blockquote.wp-block-pullquote cite:before,
blockquote.wp-block-pullquote.alignright cite:before,
blockquote.wp-block-pullquote.alignleft cite:before,
blockquote cite:before {
  content: "";
  margin-right: 0.625rem;
  width: 15px;
  height: 2px;
  background: var(--primary);
  display: inline-block;
  vertical-align: middle;
}
.wp-block-quote.is-large:not(.is-style-plain) b, .wp-block-quote.is-large:not(.is-style-plain) strong, .wp-block-quote.is-large:not(.is-style-plain) .strong,
.wp-block-quote.is-style-large:not(.is-style-plain) b,
.wp-block-quote.is-style-large:not(.is-style-plain) strong,
.wp-block-quote.is-style-large:not(.is-style-plain) .strong,
.wp-block-quote.is-large b,
.wp-block-quote.is-large strong,
.wp-block-quote.is-large .strong,
.wp-block-quote.is-style-large b,
.wp-block-quote.is-style-large strong,
.wp-block-quote.is-style-large .strong,
blockquote.wp-block-quote b,
blockquote.wp-block-quote strong,
blockquote.wp-block-quote .strong,
blockquote.wp-block-pullquote b,
blockquote.wp-block-pullquote strong,
blockquote.wp-block-pullquote .strong,
blockquote.wp-block-pullquote.alignright b,
blockquote.wp-block-pullquote.alignright strong,
blockquote.wp-block-pullquote.alignright .strong,
blockquote.wp-block-pullquote.alignleft b,
blockquote.wp-block-pullquote.alignleft strong,
blockquote.wp-block-pullquote.alignleft .strong,
blockquote b,
blockquote strong,
blockquote .strong {
  color: inherit;
}
.wp-block-quote.is-large:not(.is-style-plain):after,
.wp-block-quote.is-style-large:not(.is-style-plain):after,
.wp-block-quote.is-large:after,
.wp-block-quote.is-style-large:after,
blockquote.wp-block-quote:after,
blockquote.wp-block-pullquote:after,
blockquote.wp-block-pullquote.alignright:after,
blockquote.wp-block-pullquote.alignleft:after,
blockquote:after {
  content: "";
  width: 6px;
  border-radius: 4px;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--primary);
  position: absolute;
  box-shadow: 0 0 30px 0 var(--rgba-primary-2);
}
.wp-block-quote.is-large:not(.is-style-plain):before,
.wp-block-quote.is-style-large:not(.is-style-plain):before,
.wp-block-quote.is-large:before,
.wp-block-quote.is-style-large:before,
blockquote.wp-block-quote:before,
blockquote.wp-block-pullquote:before,
blockquote.wp-block-pullquote.alignright:before,
blockquote.wp-block-pullquote.alignleft:before,
blockquote:before {
  content: "";
  z-index: -1;
  background-size: cover;
  left: 20px;
  background-image: var(--quote);
  background-position: center right;
  width: 90px;
  padding: 0;
  opacity: 0.1;
  background-repeat: no-repeat;
  height: 90px;
  top: 0px;
  position: absolute;
}
.wp-block-quote.is-large:not(.is-style-plain).wp-block-pullquote.alignleft,
.wp-block-quote.is-style-large:not(.is-style-plain).wp-block-pullquote.alignleft,
.wp-block-quote.is-large.wp-block-pullquote.alignleft,
.wp-block-quote.is-style-large.wp-block-pullquote.alignleft,
blockquote.wp-block-quote.wp-block-pullquote.alignleft,
blockquote.wp-block-pullquote.wp-block-pullquote.alignleft,
blockquote.wp-block-pullquote.alignright.wp-block-pullquote.alignleft,
blockquote.wp-block-pullquote.alignleft.wp-block-pullquote.alignleft,
blockquote.wp-block-pullquote.alignleft {
  margin: 0rem 1.563rem 1.563rem 0rem;
}
.wp-block-quote.is-large:not(.is-style-plain).wp-block-pullquote.alignright,
.wp-block-quote.is-style-large:not(.is-style-plain).wp-block-pullquote.alignright,
.wp-block-quote.is-large.wp-block-pullquote.alignright,
.wp-block-quote.is-style-large.wp-block-pullquote.alignright,
blockquote.wp-block-quote.wp-block-pullquote.alignright,
blockquote.wp-block-pullquote.wp-block-pullquote.alignright,
blockquote.wp-block-pullquote.alignright.wp-block-pullquote.alignright,
blockquote.wp-block-pullquote.alignleft.wp-block-pullquote.alignright,
blockquote.wp-block-pullquote.alignright {
  margin: 0rem 0 1.563rem 1.563rem;
}
.wp-block-quote.is-large:not(.is-style-plain).style-1,
.wp-block-quote.is-style-large:not(.is-style-plain).style-1,
.wp-block-quote.is-large.style-1,
.wp-block-quote.is-style-large.style-1,
blockquote.wp-block-quote.style-1,
blockquote.wp-block-pullquote.style-1,
blockquote.wp-block-pullquote.alignright.style-1,
blockquote.wp-block-pullquote.alignleft.style-1,
blockquote.style-1 {
  background: #212529;
  color: var(--primary);
  padding: 25px 30px;
}
.wp-block-quote.is-large:not(.is-style-plain).style-1 p,
.wp-block-quote.is-style-large:not(.is-style-plain).style-1 p,
.wp-block-quote.is-large.style-1 p,
.wp-block-quote.is-style-large.style-1 p,
blockquote.wp-block-quote.style-1 p,
blockquote.wp-block-pullquote.style-1 p,
blockquote.wp-block-pullquote.alignright.style-1 p,
blockquote.wp-block-pullquote.alignleft.style-1 p,
blockquote.style-1 p {
  font-size: 18px;
  line-height: 1.5;
  color: var(--primary);
}
.wp-block-quote.is-large:not(.is-style-plain).style-1:after,
.wp-block-quote.is-style-large:not(.is-style-plain).style-1:after,
.wp-block-quote.is-large.style-1:after,
.wp-block-quote.is-style-large.style-1:after,
blockquote.wp-block-quote.style-1:after,
blockquote.wp-block-pullquote.style-1:after,
blockquote.wp-block-pullquote.alignright.style-1:after,
blockquote.wp-block-pullquote.alignleft.style-1:after,
blockquote.style-1:after {
  content: none;
}
.wp-block-quote.is-large:not(.is-style-plain).style-1:before,
.wp-block-quote.is-style-large:not(.is-style-plain).style-1:before,
.wp-block-quote.is-large.style-1:before,
.wp-block-quote.is-style-large.style-1:before,
blockquote.wp-block-quote.style-1:before,
blockquote.wp-block-pullquote.style-1:before,
blockquote.wp-block-pullquote.alignright.style-1:before,
blockquote.wp-block-pullquote.alignleft.style-1:before,
blockquote.style-1:before {
  left: auto;
  background-size: contain;
  width: 50px;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  background-image: var(--quote-2);
}
.wp-block-quote.is-large:not(.is-style-plain).style-1 cite,
.wp-block-quote.is-style-large:not(.is-style-plain).style-1 cite,
.wp-block-quote.is-large.style-1 cite,
.wp-block-quote.is-style-large.style-1 cite,
blockquote.wp-block-quote.style-1 cite,
blockquote.wp-block-pullquote.style-1 cite,
blockquote.wp-block-pullquote.alignright.style-1 cite,
blockquote.wp-block-pullquote.alignleft.style-1 cite,
blockquote.style-1 cite {
  color: #fff;
}
.wp-block-quote.is-large:not(.is-style-plain).style-1 cite:before,
.wp-block-quote.is-style-large:not(.is-style-plain).style-1 cite:before,
.wp-block-quote.is-large.style-1 cite:before,
.wp-block-quote.is-style-large.style-1 cite:before,
blockquote.wp-block-quote.style-1 cite:before,
blockquote.wp-block-pullquote.style-1 cite:before,
blockquote.wp-block-pullquote.alignright.style-1 cite:before,
blockquote.wp-block-pullquote.alignleft.style-1 cite:before,
blockquote.style-1 cite:before {
  background: #fff;
}

blockquote.wp-block-pullquote:not(.is-style-solid-color) {
  background: #5608e0;
}

.wp-caption-text {
  font-size: 0.875rem;
  line-height: 1.3;
}

.dz-card.blog-single .dz-post-text blockquote p,
.dz-page-text blockquote p,
blockquote p {
  font-size: 1.5rem;
  line-height: 1.5;
  color: var(--title);
  margin-bottom: 1rem;
  font-weight: 700;
  font-style: italic;
}
.dz-card.blog-single .dz-post-text blockquote p cite,
.dz-page-text blockquote p cite,
blockquote p cite {
  margin-top: 20px;
}
@media only screen and (max-width: 991px) {
  .dz-card.blog-single .dz-post-text blockquote p,
  .dz-page-text blockquote p,
  blockquote p {
    font-size: 1.125rem;
  }
}

.dz-page-text {
  padding-bottom: 30px !important;
}

.dz-card.blog-single .dz-post-text blockquote.style-1 p,
.dz-page-text blockquote.style-1 p,
blockquote.style-1 p {
  color: var(--primary);
  margin-bottom: 1.5rem;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

/* Gutenberg Gallery */
/* Gutenberg Css */
/* .dz-card.blog-single,
.dz-card.blog-single + #comment-list */
.min-container,
.dz-page-text,
.dz-page-text + #comment-list,
.dz-page-text + #comment-list + .paginate-links {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.938rem;
  padding-right: 0.938rem;
}

.dz-card.blog-single.sidebar + #comment-list {
  padding: 0;
  max-width: 100%;
}

.max-container {
  max-width: 93.75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.4375rem;
  padding-right: 3.4375rem;
}

.dz-page-text + #comment-list + .paginate-links,
.dz-page-text + #comment-list,
.dz-page-text {
  padding: 0;
}

.dz-page-text.sidebar {
  width: 100%;
  padding: 0;
  max-width: 100%;
}

.dz-card.blog-single .dz-media + .dz-info {
  padding: 30px 0 0 0;
}

.dz-page-text > ol,
.dz-page-text > ul,
.dz-page-text > .wp-block-gallery,
.dz-card.blog-single .dz-post-text > .wp-block-gallery,
.dz-card.blog-single .dz-post-text > ol,
.dz-card.blog-single .dz-post-text > ul {
  list-style: none;
  margin-bottom: 1.875rem;
}

.dz-page-text > ol,
.dz-page-text > ul,
.dz-card.blog-single .dz-post-text > ol,
.dz-card.blog-single .dz-post-text > ul,
.dz-card.blog-single .dz-post-text.text > ol,
.dz-card.blog-single .dz-post-text.text > ul {
  padding-left: 1.25rem;
}
.dz-page-text > ol ol,
.dz-page-text > ol ul,
.dz-page-text > ul ol,
.dz-page-text > ul ul,
.dz-card.blog-single .dz-post-text > ol ol,
.dz-card.blog-single .dz-post-text > ol ul,
.dz-card.blog-single .dz-post-text > ul ol,
.dz-card.blog-single .dz-post-text > ul ul,
.dz-card.blog-single .dz-post-text.text > ol ol,
.dz-card.blog-single .dz-post-text.text > ol ul,
.dz-card.blog-single .dz-post-text.text > ul ol,
.dz-card.blog-single .dz-post-text.text > ul ul {
  padding-left: 1.563rem;
}

.dz-page-text > ol li,
.dz-page-text > ul li,
.dz-card.blog-single .dz-post-text > ol li,
.dz-card.blog-single .dz-post-text > ul li,
.dz-card.blog-single .dz-post-text > ol li,
.dz-card.blog-single .dz-post-text > ul li,
.dz-card.blog-single .dz-post-text.text > ol li,
.dz-card.blog-single .dz-post-text.text > ul li {
  padding: 0.5rem 0.5rem;
  position: relative;
  list-style: inherit;
}

.dz-page-text > .wp-block-gallery,
.dz-card.blog-single .dz-post-text > .wp-block-gallery,
.dz-card.blog-single .dz-post-text.text > .wp-block-gallery {
  padding: 0;
  list-style: none;
}

.dz-page-text > .wp-block-gallery li,
.dz-card.blog-single .dz-post-text > .wp-block-gallery li,
.dz-card.blog-single .dz-post-text.text > .wp-block-gallery li {
  padding: 0;
  list-style: none;
  margin: 0.25rem;
}

.dz-page-text > .wp-block-gallery li:before,
.dz-card.blog-single .dz-post-text > .wp-block-gallery li:before,
.dz-card.blog-single .dz-post-text.text > .wp-block-gallery li:before {
  content: none;
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  margin: 0 0.5rem 0.5rem 0;
}

.wp-block-gallery.columns-4 .blocks-gallery-image,
.wp-block-gallery.columns-4 .blocks-gallery-item,
.wp-block-gallery.columns-3 .blocks-gallery-image,
.wp-block-gallery.columns-3 .blocks-gallery-item {
  margin-right: 0.5rem;
}

.content-spacious-full .wp-block-gallery {
  margin-left: -12.6565rem;
  margin-right: -12.6565rem;
  width: calc(100% + 25rem + 0.313rem);
  max-width: initial;
}

.wp-block-gallery.alignwide,
.alignwide {
  margin-left: -6.4065rem;
  margin-right: -6.4065rem;
  width: calc(100% + 12.5rem + 0.313rem);
  max-width: initial;
}

.wp-block-gallery.alignfull,
.wp-block-gallery.alignfullwide,
.alignfull,
.alignfullwide {
  margin-left: calc(50% - 15px - (50vw - 30px) - var(--content-share-ml, 0px) / 2);
  width: calc(100vw - 30px);
  max-width: calc(100vw - 30px);
  box-sizing: border-box;
}

.dz-page-text h1, .dz-page-text .h1,
.dz-post-text h1,
.dz-post-text .h1,
.thm-unit-test .dz-post-text h1 {
  margin-bottom: 1rem;
  font-weight: 700;
}

.dz-page-text h2, .dz-page-text .h2,
.dz-post-text h2,
.dz-post-text .h2,
.thm-unit-test .dz-post-text h2 {
  margin-bottom: 1rem;
  font-weight: 700;
}

.dz-page-text h3, .dz-page-text .h3,
.dz-post-text h3,
.dz-post-text .h3,
.thm-unit-test .dz-post-text h3 {
  margin-bottom: 1rem;
  font-weight: 700;
}

.dz-page-text h4, .dz-page-text .h4,
.dz-post-text h4,
.dz-post-text .h4,
.thm-unit-test .dz-post-text h4 {
  margin-bottom: 0.75rem;
  font-weight: 600;
}

.dz-page-text h5, .dz-page-text .h5,
.dz-post-text h5,
.dz-post-text .h5,
.thm-unit-test .dz-post-text h5 {
  margin-bottom: 0.75rem;
}

.dz-page-text h6, .dz-page-text .h6,
.dz-post-text h6,
.dz-post-text .h6,
.thm-unit-test .dz-post-text h6 {
  margin-bottom: 0.625rem;
}

.wp-block-code,
pre.wp-block-code,
pre {
  margin: 0 0 1.563rem;
  padding: 1.25rem;
  color: #fff;
  background-color: #212326;
  white-space: pre;
  font-size: 0.938rem;
  border-radius: 0.1875rem;
  border: 0;
}

.dz-page-text,
.dz-page-text ul li,
.dz-page-text ol li,
.dz-card.blog-single .dz-post-text,
.dz-card.blog-single .dz-post-text ul li,
.dz-card.blog-single .dz-post-text ol li,
.dz-card.blog-single .dz-card.blog-single .dz-post-text p:not(.has-text-color):not(.has-text-align-center):not(.has-text-align-left):not(.has-text-align-right) {
  font-size: 1rem;
  line-height: 1.7;
}

.wp-block-cover,
.wp-block-cover-image {
  color: #fff;
}

.wp-block-cover p:last-child,
.wp-block-cover-image p:last-child {
  margin-bottom: 0;
}

.wp-block-quote.has-text-align-right {
  border-right: 0;
}

.dz-page-text ul li,
.dz-page-text ol li,
.dz-card.blog-single .dz-post-text ul li,
.dz-card.blog-single .dz-post-text ol li {
  position: relative;
}

.dz-page-text ul > li:before,
.dz-page-text ol > li:before,
.dz-card.blog-single .dz-post-text ul > li:before,
.dz-card.blog-single .dz-post-text ol > li:before {
  content: "";
  display: inline-block;
  width: 0.375rem;
  height: 0.375rem;
  background: var(--primary);
  left: -0.938rem;
  position: absolute;
  top: 1.063rem;
}

.dz-page-text ul > li li:before,
.dz-page-text ol > li li:before,
.dz-card.blog-single .dz-post-text ul > li li:before,
.dz-card.blog-single .dz-post-text ol > li li:before {
  content: none;
}

.dz-page-text p,
.dz-card.blog-single .dz-post-text p {
  margin-bottom: 1.65rem;
}

.paginate-links {
  display: flex;
  align-items: center;
  margin: 1.5rem 0 4rem 0;
}
.paginate-links > a, .paginate-links > span {
  margin: 0 0 0 0.625rem;
  position: relative;
  border: 0rem solid #6cc000;
  color: #1f2471;
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  text-transform: capitalize;
  transition: all 500ms ease 0s;
  background: #f3f4f6;
  border-radius: 0.1875rem;
}
.paginate-links .current {
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary);
  box-shadow: 0px 5px 12px var(--rgba-primary-4);
}

.wp-block-columns {
  margin-bottom: 0;
}

/* Gutenberg Gallery */
.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  margin: 0 1rem 1rem 0;
  position: relative;
}

.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
  height: 100%;
  margin: 0;
}

@supports (position: -webkit-sticky) or (position: sticky) {
  .wp-block-gallery .blocks-gallery-image figure,
  .wp-block-gallery .blocks-gallery-item figure {
    align-items: flex-end;
    display: flex;
    justify-content: flex-start;
  }
}
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

@supports (position: -webkit-sticky) or (position: sticky) {
  .wp-block-gallery .blocks-gallery-image img,
  .wp-block-gallery .blocks-gallery-item img {
    width: auto;
  }
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 60%, transparent);
  bottom: 0;
  color: #fff;
  font-size: 0.813rem;
  max-height: 100%;
  overflow: auto;
  padding: 2.5rem 0.625rem 0.3125rem;
  position: absolute;
  text-align: center;
  width: 100%;
}

.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
  display: inline;
}

.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
  width: 100%;
}

@supports (position: -webkit-sticky) or (position: sticky) {
  .wp-block-gallery.is-cropped .blocks-gallery-image a,
  .wp-block-gallery.is-cropped .blocks-gallery-image img,
  .wp-block-gallery.is-cropped .blocks-gallery-item a,
  .wp-block-gallery.is-cropped .blocks-gallery-item img {
    -o-object-fit: cover;
    flex: 1;
    height: 100%;
    object-fit: cover;
  }
}
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  width: calc(50% - 0.5rem);
}

.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
  margin-right: 0;
}

.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
  margin-right: 0;
  width: 100%;
}

@media only screen and (max-width: 64rem) {
  .alignwide {
    margin-left: 0;
    margin-right: 0;
    width: 100% !important;
    max-width: 100% !important;
  }
  .alignwide .alignleft img {
    width: 100%;
  }
  .alignwide .alignleft {
    margin: 0.3125rem 0rem 1.563rem 0;
    float: none;
  }
}
@media (min-width: 37.5rem) {
  .wp-block-gallery.columns-3 .blocks-gallery-image,
  .wp-block-gallery.columns-3 .blocks-gallery-item {
    margin-right: 1rem;
    width: calc(33.33333% - 0.666rem);
  }
  .wp-block-gallery.columns-4 .blocks-gallery-image,
  .wp-block-gallery.columns-4 .blocks-gallery-item {
    margin-right: 1rem;
    width: calc(25% - 0.75rem);
  }
  .wp-block-gallery.columns-5 .blocks-gallery-image,
  .wp-block-gallery.columns-5 .blocks-gallery-item {
    margin-right: 1rem;
    width: calc(20% - 0.8rem);
  }
  .wp-block-gallery.columns-6 .blocks-gallery-image,
  .wp-block-gallery.columns-6 .blocks-gallery-item {
    margin-right: 1rem;
    width: calc(16.66667% - 0.833rem);
  }
  .wp-block-gallery.columns-7 .blocks-gallery-image,
  .wp-block-gallery.columns-7 .blocks-gallery-item {
    margin-right: 1rem;
    width: calc(14.28571% - 0.857rem);
  }
  .wp-block-gallery.columns-8 .blocks-gallery-image,
  .wp-block-gallery.columns-8 .blocks-gallery-item {
    margin-right: 1rem;
    width: calc(12.5% - 0.875rem);
  }
  .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
  .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),
  .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
  .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
  .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
  .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
  .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
  .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
  .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
  .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
  .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
  .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
  .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
  .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
  .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
  .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
    margin-right: 0;
  }
  .dz-card.blog-single .dz-post-text > .wp-block-gallery[class*=columns-] .blocks-gallery-image:last-child,
  .dz-card.blog-single .dz-post-text > .wp-block-gallery[class*=columns-] .blocks-gallery-item:last-child {
    margin-right: 0;
  }
}
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
  margin-right: 0;
}

.wp-block-gallery .blocks-gallery-item.has-add-item-button {
  width: 100%;
}

.wp-block-image.alignfullwide img {
  border-radius: 0;
  width: 100%;
}

.wp-block-image img {
  border-radius: 0.625rem;
}

.wp-block-cover,
.wp-block-cover-image,
.wp-block-embed,
.wp-block-image {
  margin-bottom: 1.875rem;
  margin-top: 1.875rem;
}

.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
  max-width: 19.0625rem;
  width: 100%;
}

.wp-block-gallery.aligncenter,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
  display: flex;
}

.wp-block-gallery.aligncenter .blocks-gallery-item figure {
  justify-content: center;
}

.dz-page-text.sidebar .alignfull,
.dz-page-text.sidebar .alignfullwide,
.dz-page-text.sidebar .alignwide,
.dz-page-text.sidebar .wp-block-gallery,
.blog-single.dz-card.sidebar .alignfullwide,
.blog-single.dz-card.sidebar .alignwide,
.blog-single.dz-card.sidebar .dz-post-text .wp-block-gallery,
.blog-single.dz-card.sidebar .wp-block-gallery.alignfull,
.blog-single.dz-card.sidebar .wp-block-gallery.alignfullwide,
.blog-single.dz-card.sidebar .alignfull,
.blog-single.dz-card.sidebar .alignfullwide {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  max-width: initial;
}

.blog-overlap {
  background: #fff;
  margin-top: -8.75rem;
  padding: 1.25rem 1.25rem 0;
  border-radius: 0.25rem 0.25rem 0rem 0rem;
}

.blog-single.dz-card.sidebar {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.dz-post-text table,
.dz-page-text table,
.wp-block-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
  font-size: 1rem;
  margin-bottom: 1.875rem;
}

.wp-block-image figcaption,
.dz-post-text figcaption,
.dz-page-text figcaption {
  font-size: 0.875rem;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  margin-top: 0.625rem;
}

.dz-post-text table tbody tr:nth-of-type(odd),
.dz-page-text table tbody tr:nth-of-type(odd),
.wp-block-table tbody tr:nth-of-type(odd) {
  background-color: #fafafa;
}

.dz-post-text td,
.dz-post-text th,
.dz-page-text td,
.dz-page-text th,
.wp-block-table td,
.wp-block-table th {
  padding: 0.625rem 0.938rem;
  border: 0.0625rem solid #e4e4e4;
  border-right: 0;
  border-left: 0;
}
@media only screen and (max-width: 575px) {
  .dz-post-text td,
  .dz-post-text th,
  .dz-page-text td,
  .dz-page-text th,
  .wp-block-table td,
  .wp-block-table th {
    padding: 0.5rem 0.5rem;
  }
}

.wp-block-media-text {
  margin-bottom: 30px;
}
.wp-block-media-text .wp-block-media-text__content {
  padding: 0 1.875rem;
}

.wp-block-column ol li:before,
.wp-block-column ul li:before {
  content: none !important;
}

.wp-block-pullquote {
  padding: 1em 0;
  border-top: 0;
  border-bottom: 0;
}
.wp-block-pullquote.alignright, .wp-block-pullquote.alignleft {
  padding: 0;
  border-top: 0;
  border-bottom: 0;
}
.wp-block-pullquote.alignright blockquote, .wp-block-pullquote.alignleft blockquote {
  margin: 0;
}

.dz-post-text .wp-block-cover-image-text,
.dz-post-text .wp-block-cover-text,
.dz-post-text section.wp-block-cover-image h2,
.dz-post-text section.wp-block-cover-image .h2,
.dz-page-text .wp-block-cover-image-text,
.dz-page-text .wp-block-cover-text,
.dz-page-text section.wp-block-cover-image h2,
.dz-page-text section.wp-block-cover-image .h2 {
  color: #fff;
}

.dz-post-text .bootstrap-select .dropdown-menu li a,
.dz-page-text .bootstrap-select .dropdown-menu li a {
  box-shadow: none;
  font-size: 0.875rem;
  font-family: "Poppins", sans-serif;
}

.dz-post-text .wp-block-calendar a {
  box-shadow: none !important;
  text-decoration: unset;
}

.wp-block-search,
.wp-block-archives,
.wp-block-latest-posts,
.wp-block-latest-comments,
.wp-block-categories,
.wp-block-calendar {
  margin-bottom: 2.5rem;
}

/* Admin Bar */
.admin-bar .is-fixed .main-bar {
  top: 1.875rem;
}

.wp-block-quote.is-style-large cite:before {
  display: none;
}

/* Theme Unit Test */
.post-password-form label {
  font-size: 1rem;
}
.post-password-form input[type=submit] {
  padding: 0.625rem 1.563rem;
  background-color: var(--primary);
  border: none;
  height: 2.8125rem;
  font-weight: 600;
  font-size: 0.875rem;
  outline: none;
}
.post-password-form input[type=submit]:hover {
  background-color: var(--primary);
}
.post-password-form input[type=password] {
  height: 2.8125rem;
  border: 0.0625rem solid #ced4da;
}

.wp-block-search .wp-block-search__input {
  border: 0.0625rem solid #e1e6eb;
  height: 60px;
  padding: 0.625rem 1.25rem;
  font-size: 0.875rem;
  outline: none;
}

.wp-block-tag-cloud a {
  padding: 0.5rem 0.625rem;
  background: var(--primary);
  font-size: 0.75rem;
  display: inline-block;
  margin: 0 0 0.3125rem;
  color: #fff;
  font-weight: 600;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-decoration: none;
  box-shadow: none;
}
.wp-block-tag-cloud a:hover {
  background: var(--primary-hover);
}

.wp-block-latest-comments {
  padding: 0 !important;
}
.wp-block-latest-comments .avatar {
  width: 3.4375rem;
  height: 3.4375rem;
  border-radius: 3.4375rem;
}
.wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt {
  margin-left: 4.375rem;
}
.wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  color: var(--title);
  font-family: "Poppins", sans-serif;
  font-size: 1.063rem;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 0.625rem;
}
.wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a {
  color: var(--title);
  box-shadow: none;
  text-decoration: none;
}
.wp-block-latest-comments img + article .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  margin-left: 4.375rem;
}
.wp-block-latest-comments .wp-block-latest-comments__comment-meta time {
  display: block;
  width: 100%;
  color: #9fa1a4;
  font-size: 0.813rem;
  font-weight: 400;
}
.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
  font-size: 1rem !important;
  line-height: 1.5 !important;
  margin-bottom: 0.625rem !important;
}
.wp-block-latest-comments li {
  padding: 0 !important;
  border-bottom: 0.0625rem solid #eee;
  padding-bottom: 0.625rem !important;
}
.wp-block-latest-comments li:before {
  content: none !important;
}

.wp-block-latest-comments__comment-avatar {
  width: 3.4375rem;
  height: 3.4375rem;
  border-radius: 3.4375rem;
}

.comment-content.dz-page-text {
  max-width: 100%;
}

.wp-block-rss {
  padding: 0 !important;
}
.wp-block-rss .wp-block-rss__item {
  padding: 0.3125rem 0 !important;
  border-bottom: 0.0625rem solid #eee;
}
.wp-block-rss .wp-block-rss__item:before {
  content: none !important;
}
.wp-block-rss .wp-block-rss__item a {
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  box-shadow: unset !important;
  font-weight: 600;
  color: var(--title);
  text-decoration: none;
}

@media only screen and (max-width: 75rem) {
  .dz-page-text .wp-block-gallery,
  .dz-card.blog-single .dz-post-text .wp-block-gallery {
    margin-left: -6.5625rem;
    margin-right: -6.5625rem;
    width: calc(100% + 12.5rem + 0.625rem);
  }
}
@media only screen and (max-width: 61.9375rem) {
  .admin-bar .mo-left .header-nav {
    top: 1.875rem;
    height: calc(100vh - 1.875rem) !important;
  }
  .dz-page-text .wp-block-gallery,
  .dz-card.blog-single .dz-post-text .wp-block-gallery {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .dz-page-text,
  .dz-page-text ul li,
  .dz-page-text ol li,
  .dz-page-text p,
  .dz-card.blog-single .dz-post-text,
  .dz-card.blog-single .dz-post-text ul li,
  .dz-card.blog-single .dz-post-text ol li,
  .dz-card.blog-single .dz-post-text p {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 48.875rem) {
  .admin-bar .is-fixed .main-bar {
    top: 2.8125rem;
  }
  .admin-bar .mo-left .header-nav {
    top: 2.8125rem;
    height: calc(100vh - 2.812rem) !important;
  }
  .wp-block-media-text {
    display: block;
  }
  .wp-block-media-text .wp-block-media-text__media {
    margin-bottom: 0.938rem;
  }
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0;
  }
}
@media only screen and (max-width: 37.5rem) {
  .admin-bar .is-fixed .main-bar {
    top: 0;
  }
  .admin-bar .mo-left .header-nav {
    top: 2.8125rem;
    height: calc(100vh - 2.812rem) !important;
  }
  .admin-bar .mo-left .is-fixed .header-nav {
    top: 0;
    height: 100vh !important;
  }
}
.post-footer {
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.938rem 0 0;
}
.post-footer .dz-meta .tag-list {
  padding-bottom: 0;
  text-align: left;
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: capitalize;
  display: inline;
}
.post-footer .dz-meta ul li {
  margin-right: 0.3125rem;
  padding: 0;
  display: inline-block;
  color: #333333;
  font-weight: 500;
  font-size: 0.938rem;
  font-style: italic;
}
.post-footer .post-tag a {
  text-transform: capitalize;
  font-size: 0.938rem;
  color: #999;
  background: transparent;
  padding: 0;
  border: 0;
  line-height: 0.875rem;
  font-weight: 500;
}

.share-post li {
  display: inline-block;
}
.share-post a {
  width: 2.1875rem;
  height: 2.1875rem;
  border-radius: 2.1875rem;
  border: 0.0625rem solid #eee;
  display: block;
  text-align: center;
  line-height: 2.0625rem;
  color: #212529;
}

.extra-blog {
  margin-bottom: 30px;
}
@media only screen and (max-width: 575px) {
  .extra-blog {
    margin-bottom: 2.5rem;
  }
}

@media only screen and (max-width: 575px) {
  .comment-respond.style-1 .comment-reply-title {
    margin-bottom: 20px;
  }
}

.default-form.comment-respond .comment-reply-title,
.comments-area .comments-title,
.extra-blog .blog-title {
  font-size: 23px;
  font-weight: 800;
}

.comments-area .comment-list {
  margin-bottom: 60px;
  padding: 0;
}
.comments-area .comment-list .default-form {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}
.comments-area .comment-list .default-form small, .comments-area .comment-list .default-form .small {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
}
.comments-area .comment-list .default-form small a, .comments-area .comment-list .default-form .small a {
  color: #e10000;
}
.comments-area .comment-list .dz-page-text {
  padding-bottom: 0 !important;
}
.comments-area .comment-list > .comment .comment-body {
  position: relative;
  padding: 0 0 0 110px;
  margin-bottom: 30px;
  min-height: 95px;
}
@media only screen and (max-width: 767px) {
  .comments-area .comment-list > .comment .comment-body {
    padding: 0 0 0 75px;
  }
}
.comments-area .comment-list > .comment .comment-body .comment-author .avatar {
  position: absolute;
  left: 0;
  height: 95px;
  width: 95px;
}
@media only screen and (max-width: 767px) {
  .comments-area .comment-list > .comment .comment-body .comment-author .avatar {
    height: 60px;
    width: 60px;
  }
}
.comments-area .comment-list > .comment .comment-body .comment-author .fn {
  font-size: 18px;
  line-height: 18px;
  color: var(--title);
  font-weight: 600;
  font-style: normal;
  margin-bottom: 10px;
  display: block;
}
.comments-area .comment-list > .comment .comment-body p {
  font-size: 15px;
  margin-bottom: 10px;
}
.comments-area .comment-list > .comment .comment-body .reply .comment-reply-link {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
}
.comments-area .comment-list > .comment .comment-body .reply .comment-reply-link i {
  margin-right: 8px;
}
.comments-area .comment-list > .comment > .children {
  padding-left: 50px;
}
.comments-area.style-1 .comment-list > .comment .comment-body {
  position: relative;
  padding: 0 0 25px 110px;
  margin-bottom: 30px;
  min-height: 125px;
  border-bottom: 1px solid #E1E1F0;
}
@media only screen and (max-width: 767px) {
  .comments-area.style-1 .comment-list > .comment .comment-body {
    padding: 0 0 25px 75px;
    min-height: 95px;
  }
}
.comments-area.style-1 .comment-list > .comment .comment-body .comment-author .avatar {
  border-radius: 0;
}
.comments-area.style-1 .comment-list > .comment:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.comments-area.style-2 .comment-list > .comment {
  border-bottom: 1px solid #E1E1F0;
  margin-bottom: 30px;
}
.comments-area.style-2 .comment-list > .comment .comment-body .comment-author .avatar {
  border-radius: 50%;
  box-shadow: 0 0px 10px 4px rgba(31, 66, 135, 0.1);
  border: 5px solid #fff;
}
.comments-area.style-2 .comment-list > .comment:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.comments-area.style-3 .comment-list > .comment {
  margin-bottom: 30px;
}
.comments-area.style-3 .comment-list > .comment .comment-body .comment-author .avatar {
  border-radius: 5px;
  box-shadow: 0 0px 10px 4px rgba(31, 66, 135, 0.1);
  border: 5px solid #fff;
}
.comments-area.style-3 .comment-list > .comment:last-child {
  margin-bottom: 0;
}

.comment-reply-title a {
  font-size: 16px;
  font-weight: 600;
}

.comment-respond .comment-form {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.comment-respond .comment-form p {
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.comment-respond .comment-form p label {
  display: none;
}
.comment-respond .comment-form p.comment-form-author input, .comment-respond .comment-form p.comment-form-email input, .comment-respond .comment-form p.comment-form-url input,
.comment-respond .comment-form p textarea {
  background: #e7e7e7;
  width: 100%;
  height: 60px;
  border-radius: 0 !important;
  padding: 10px 20px;
  position: relative;
  font-size: 15px;
  border: 0;
}
.comment-respond .comment-form p textarea {
  height: 120px !important;
}
.comment-respond .comment-form .comment-form-comment {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.comment-respond.style-1 .comment-form .comment-form-author,
.comment-respond.style-1 .comment-form .comment-form-email,
.comment-respond.style-1 .comment-form .comment-form-url, .comment-respond.style-3 .comment-form .comment-form-author,
.comment-respond.style-3 .comment-form .comment-form-email,
.comment-respond.style-3 .comment-form .comment-form-url {
  width: 50%;
}
.comment-respond.style-2 .comment-form .comment-form-author,
.comment-respond.style-2 .comment-form .comment-form-email {
  width: 50%;
}
.comment-respond.style-2 .comment-form .comment-form-url {
  width: 100%;
}
@media only screen and (max-width: 575px) {
  .comment-respond .comment-form .comment-form-author,
  .comment-respond .comment-form .comment-form-email,
  .comment-respond .comment-form .comment-form-url {
    width: 100% !important;
  }
}

.dz-page-text [class*=galleryid-],
.dz-post-text [class*=galleryid-] {
  clear: both;
  margin: 0 auto;
  overflow: hidden;
}

.gallery .gallery-item {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 0.3125rem;
  position: relative;
  box-sizing: border-box;
}
.gallery .gallery-item img {
  float: left;
  padding: 0 0rem;
  width: 100%;
  border: none !important;
}
.gallery .gallery-caption {
  font-size: 0.813rem;
  color: #707070;
  display: block;
  font-family: "Noto Sans", sans-serif;
  line-height: 1.5;
  padding: 0.5em 0;
  clear: both;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-icon img {
  margin: 0 auto;
}

.post-password-form {
  position: relative;
  clear: both;
}
.post-password-form label {
  display: block;
  font-size: 1rem;
}
.post-password-form input[type=password] {
  width: 100%;
  border: 0.0625rem solid #ebedf2;
  padding: 0.625rem 6.25rem 0.625rem 0.938rem;
  height: 2.8125rem;
  border: 0.0625rem solid #ced4da;
}
.post-password-form input[type=submit] {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0.625rem 1.25rem;
  background: var(--primary);
  color: #FFF;
  border: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.875rem;
  outline: none;
  height: 2.8125rem;
}
.post-password-form input[type=submit]:hover {
  background: var(--primary-hover);
}

@media only screen and (max-width: 991px) {
  .side-bar.sticky-top {
    position: unset;
  }
}
.blog-post-banner {
  min-height: 300px;
  padding-top: 70px;
  padding-bottom: 70px;
}
.blog-post-banner .dz-title {
  color: #fff;
  font-size: 32px;
  margin-bottom: 20px;
}
.blog-post-banner .dz-meta {
  color: #fff;
}
.blog-post-banner .dz-meta ul {
  display: flex;
  opacity: 0.7;
}
.blog-post-banner .dz-meta ul li {
  margin-right: 20px;
}
.blog-post-banner .dz-meta ul li a {
  color: #fff;
}

.post-outside {
  margin-top: -120px;
}

.single-post .main-bar {
  border-bottom: 1px solid #eee;
}

.dz-load-more i:before,
.loadmore-btn i:before {
  -webkit-animation: unset !important;
  -moz-animation: unset !important;
  animation: unset !important;
}

.dz-share-post {
  padding: 15px 25px;
  background: #212529;
  display: flex;
  align-items: center;
}
.dz-share-post .title {
  display: inline-block;
  color: var(--primary);
  font-size: 18px;
  padding-right: 10px;
  font-family: var(--font-family-title);
  margin: 0;
  font-weight: 400;
  letter-spacing: 2px;
}
.dz-share-post ul {
  padding: 0;
  margin: 0;
}
.dz-share-post ul li {
  display: inline-block;
  margin-right: 5px;
}
.dz-share-post ul li a {
  width: 30px;
  height: 30px;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
}
.dz-share-post ul li a:hover {
  background: var(--primary);
}

#comment-list:empty + .paginate-links {
  margin-top: -30px;
}

.post-btn:after {
  content: "";
  height: calc(100% - 30px);
  width: 1px;
  background: #ededee;
  position: absolute;
  left: 50%;
  top: 15px;
}
.post-btn .prev-post,
.post-btn .next-post {
  max-width: 50%;
  flex: 0 0 50%;
  display: flex;
  align-items: center;
  position: relative;
}
.post-btn .prev-post img,
.post-btn .next-post img {
  height: 70px;
  width: 85px;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .post-btn .prev-post img,
  .post-btn .next-post img {
    display: none;
  }
}
.post-btn .prev-post .start,
.post-btn .prev-post .end,
.post-btn .next-post .start,
.post-btn .next-post .end {
  color: #b5b5b5;
  cursor: not-allowed;
  width: 100%;
  padding: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .post-btn .prev-post .title,
  .post-btn .next-post .title {
    font-size: 14px;
  }
}
.post-btn .prev-post .title a,
.post-btn .next-post .title a {
  display: block;
  margin-bottom: 5px;
}
.post-btn .prev-post .title .post-date,
.post-btn .next-post .title .post-date {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #666;
}
@media only screen and (max-width: 767px) {
  .post-btn .prev-post .title .post-date,
  .post-btn .next-post .title .post-date {
    font-size: 12px;
  }
}
.post-btn .next-post {
  padding-right: 30px;
  padding-left: 10px;
}
@media only screen and (max-width: 767px) {
  .post-btn .next-post {
    padding-right: 20px;
  }
}
.post-btn .next-post .title {
  text-align: right;
  width: 100%;
  margin-bottom: 0;
}
.post-btn .next-post .title + img {
  margin-left: 20px;
}
.post-btn .next-post .end {
  text-align: right;
}
.post-btn .next-post:after {
  content: "\f105";
  font-family: "FontAwesome";
  color: var(--primary);
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 30px;
  transform: translateY(-50%);
}
.post-btn .prev-post {
  padding-left: 30px;
  padding-right: 10px;
}
@media only screen and (max-width: 767px) {
  .post-btn .prev-post {
    padding-left: 20px;
  }
}
.post-btn .prev-post .title {
  margin-bottom: 0;
  width: 100%;
}
.post-btn .prev-post img + .title {
  padding: 0 20px;
}
.post-btn .prev-post:after {
  content: "\f104";
  font-family: "FontAwesome";
  color: var(--primary);
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 30px;
  transform: translateY(-50%);
}

.bypostauthor {
  font-size: normal;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.wp-block-group:where(.has-background) {
  padding: 1.25em 2.375em;
}
@media only screen and (max-width: 575px) {
  .wp-block-group:where(.has-background) {
    padding: 1em 1.5em;
  }
}

.wp-block-group .alignfull,
.wp-block-group .alignwide {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

@media only screen and (max-width: 575px) {
  .wp-block-media-text:where(.has-background) .wp-block-media-text__content {
    padding: 1.25em 2.375em;
  }
}

.wp-block-separator {
  border-color: #d7d7d7;
}

.wp-block-separator.is-style-dots:before {
  color: #d7d7d7;
}

.dlab-blog.blog-single .dlab-post-text .wp-block-social-links,
.dlab-blog.blog-single .dlab-post-text ul.has-background,
.dlab-blog.blog-single .dlab-post-text .wp-block-post-template {
  padding-left: 0;
}

.dlab-blog.blog-single .dlab-post-text .wp-block-social-links li:before,
.dlab-blog.blog-single .dlab-post-text ul.has-background li:before,
.dlab-blog.blog-single .dlab-post-text .wp-block-post-template li.wp-block-post:before {
  content: none;
}

p.has-background,
.dlab-blog.blog-single .dlab-post-text ul.has-background {
  padding: 1.25em 2.375em;
}
@media only screen and (max-width: 575px) {
  p.has-background,
  .dlab-blog.blog-single .dlab-post-text ul.has-background {
    padding: 1.25em 1.375em;
  }
}

.wp-block-social-links {
  padding-left: 0 !important;
}
.wp-block-social-links.is-style-default {
  margin-top: 30px;
}
.wp-block-social-links .wp-block-social-link:hover {
  transform: scale(1);
}
.wp-block-social-links li.wp-block-social-link:before {
  content: none !important;
}

.wp-block-cover__inner-container {
  max-width: 1100px;
}

.wp-block-columns.alignfull {
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .wp-block-columns.alignfull {
    padding: 0;
  }
}

.wp-block-buttons.alignfull {
  width: 100%;
  margin: 0;
}

.wp-block-column.has-background .wp-block-buttons {
  margin-top: 30px;
}
.wp-block-column.has-background hr.wp-block-separator {
  height: 0;
}
.wp-block-column.has-background .wp-block-separator {
  border-color: #000;
  border-bottom: 1px solid;
}

.wp-block-post-template .wp-block-post.tag-sticky-2.tag-template {
  border: 0;
  overflow: unset;
}

.wp-block-query .wp-block-post-template li.wp-block-post {
  margin-bottom: 30px;
}

.wp-block-button__link.has-background {
  border-color: inherit;
}

@media only screen and (max-width: 575px) {
  .wp-block-image .alignright {
    margin-left: 0;
    margin-right: 0;
  }
}

.dz-coming-soon {
  position: relative;
  min-height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
  padding-left: 90px;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .dz-coming-soon {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 575px) {
  .dz-coming-soon {
    padding-left: 50px;
  }
}
.dz-coming-soon .dz-title {
  font-size: 60px;
  line-height: 1.2;
  color: #000;
  font-family: var(--font-family-title);
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1400px) {
  .dz-coming-soon .dz-title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 1280px) {
  .dz-coming-soon .dz-title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .dz-coming-soon .dz-title {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 15px;
  }
}
.dz-coming-soon .dz-coming-bx {
  padding-left: 80px;
  padding-right: 80px;
  flex: 0 0 50%;
  max-width: 50%;
  align-items: center;
  display: flex;
}
@media only screen and (max-width: 1400px) {
  .dz-coming-soon .dz-coming-bx {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .dz-coming-soon .dz-coming-bx {
    flex: 0 0 100%;
    max-width: 100%;
    align-items: center;
    display: flex;
    padding: 60px 20px;
    text-align: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 575px) {
  .dz-coming-soon .dz-coming-bx {
    padding: 20px 10px;
  }
}
@media only screen and (max-width: 1280px) {
  .dz-coming-soon .btn, .dz-coming-soon .woocommerce #respond input#submit, .woocommerce #respond .dz-coming-soon input#submit,
  .dz-coming-soon .woocommerce a.button,
  .woocommerce .dz-coming-soon a.button,
  .dz-coming-soon .woocommerce button.button,
  .woocommerce .dz-coming-soon button.button,
  .dz-coming-soon .woocommerce input.button,
  .woocommerce .dz-coming-soon input.button,
  .dz-coming-soon .woocommerce #place_order,
  .woocommerce .dz-coming-soon #place_order, .dz-coming-soon .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .dz-coming-soon a.checkout-button, .dz-coming-soon .woocommerce-cart-form .table tr .button, .woocommerce-cart-form .table tr .dz-coming-soon .button, .dz-coming-soon .woocommerce #review_form #respond .form-submit input, .woocommerce #review_form #respond .form-submit .dz-coming-soon input, .dz-coming-soon .woocommerce .widget_shopping_cart .buttons a, .woocommerce .widget_shopping_cart .buttons .dz-coming-soon a,
  .dz-coming-soon .woocommerce.widget_shopping_cart .buttons a,
  .woocommerce.widget_shopping_cart .buttons .dz-coming-soon a, .dz-coming-soon .wp-block-button__link, .dz-coming-soon .wp-block-search .wp-block-search__button, .wp-block-search .dz-coming-soon .wp-block-search__button {
    font-size: 13px;
    padding: 15px 20px;
  }
}
@media only screen and (max-width: 575px) {
  .dz-coming-soon .btn, .dz-coming-soon .woocommerce #respond input#submit, .woocommerce #respond .dz-coming-soon input#submit,
  .dz-coming-soon .woocommerce a.button,
  .woocommerce .dz-coming-soon a.button,
  .dz-coming-soon .woocommerce button.button,
  .woocommerce .dz-coming-soon button.button,
  .dz-coming-soon .woocommerce input.button,
  .woocommerce .dz-coming-soon input.button,
  .dz-coming-soon .woocommerce #place_order,
  .woocommerce .dz-coming-soon #place_order, .dz-coming-soon .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .dz-coming-soon a.checkout-button, .dz-coming-soon .woocommerce-cart-form .table tr .button, .woocommerce-cart-form .table tr .dz-coming-soon .button, .dz-coming-soon .woocommerce #review_form #respond .form-submit input, .woocommerce #review_form #respond .form-submit .dz-coming-soon input, .dz-coming-soon .woocommerce .widget_shopping_cart .buttons a, .woocommerce .widget_shopping_cart .buttons .dz-coming-soon a,
  .dz-coming-soon .woocommerce.widget_shopping_cart .buttons a,
  .woocommerce.widget_shopping_cart .buttons .dz-coming-soon a, .dz-coming-soon .wp-block-button__link, .dz-coming-soon .wp-block-search .wp-block-search__button, .wp-block-search .dz-coming-soon .wp-block-search__button {
    font-size: 12px;
    padding: 12px 18px;
    letter-spacing: 1px;
  }
}
.dz-coming-soon .slider-box {
  flex: 0 0 50%;
  max-width: 50%;
}
@media only screen and (max-width: 991px) {
  .dz-coming-soon .slider-box {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.dz-coming-soon .slider-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.countdown {
  margin-bottom: 40px;
}
@media only screen and (max-width: 575px) {
  .countdown {
    margin-bottom: 20px;
  }
}
.countdown .date {
  color: #000;
  padding-right: 30px;
  display: inline-block;
}
@media only screen and (max-width: 1280px) {
  .countdown .date {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1280px) {
  .countdown .date {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .countdown .date {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.countdown .date .time {
  color: var(--primary);
  font-family: var(--font-family-title);
  font-weight: 700;
  letter-spacing: 4px;
  font-size: 90px;
  line-height: 90px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1400px) {
  .countdown .date .time {
    font-size: 70px;
    line-height: 70px;
  }
}
@media only screen and (max-width: 1280px) {
  .countdown .date .time {
    font-size: 50px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .countdown .date .time {
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
  }
}
.countdown .date span {
  display: block;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media only screen and (max-width: 1280px) {
  .countdown .date span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .countdown .date span {
    font-size: 12px;
  }
}

.sidenav-menu {
  position: fixed;
  left: 0;
  height: 100vh;
  width: 90px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 20px 20px;
  justify-content: space-between;
}
@media only screen and (max-width: 575px) {
  .sidenav-menu {
    width: 50px;
    padding: 10px 5px 20px 5px;
  }
}
.sidenav-menu .dz-social-icon {
  margin: 0;
}
.sidenav-menu .dz-social-icon li a {
  color: #000;
  text-transform: capitalize;
  font-weight: 400;
  writing-mode: vertical-rl;
  padding: 10px 10px;
  margin: 0;
  display: block;
}
@media only screen and (max-width: 991px) {
  .sidenav-menu .dz-social-icon li a {
    padding: 4px 8px;
    font-size: 14px;
  }
}

.under-construct {
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: relative;
  padding: 80px;
  background-color: #f2f2f4;
  background-position: center;
  z-index: 1;
  overflow: hidden;
}
.under-construct:after {
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}
@media only screen and (max-width: 575px) {
  .under-construct:after {
    opacity: 0.85;
  }
}
@media only screen and (max-width: 1680px) {
  .under-construct {
    padding: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .under-construct {
    padding: 20px;
  }
}
.under-construct .logo-header {
  height: auto;
  width: 100%;
}
.under-construct .logo-header a {
  display: inline-block;
  width: 180px;
}
.under-construct .dz-content {
  margin-top: auto;
}
.under-construct .dz-content .dz-title {
  font-size: 90px;
  line-height: 1.2;
  margin-bottom: 10px;
  color: #212529;
  font-family: var(--font-family-title);
}
@media only screen and (max-width: 1680px) {
  .under-construct .dz-content .dz-title {
    font-size: 70px;
  }
}
@media only screen and (max-width: 1280px) {
  .under-construct .dz-content .dz-title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .under-construct .dz-content .dz-title {
    font-size: 40px;
  }
}
.under-construct .dz-content p {
  font-size: 35px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.2;
  color: #333;
}
@media only screen and (max-width: 1680px) {
  .under-construct .dz-content p {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1280px) {
  .under-construct .dz-content p {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .under-construct .dz-content p {
    font-size: 16px;
    font-weight: 500;
  }
}
.under-construct .inner-box {
  height: 100%;
  display: flex;
  width: 50%;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1280px) {
  .under-construct .inner-box {
    width: 100%;
  }
}

/* Error Page */
.error-page {
  padding: 50px 0;
}
.error-page .dlab_error {
  font-size: 180px;
  font-weight: 800;
  line-height: 1.2;
  margin: auto;
  color: var(--primary);
  font-family: var(--font-family-title);
}
.error-page .error-head {
  font-size: 32px;
  margin: 15px 0 25px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 575px) {
  .error-page {
    padding: 50px 0;
  }
  .error-page .dlab_error {
    font-size: 120px;
    line-height: 120px;
  }
  .error-page .error-head {
    font-size: 24px;
    line-height: 34px;
  }
}

.dz-box.product {
  margin-bottom: 30px !important;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  height: calc(100% - 30px);
  background: #fff;
}
.dz-box.product .item-box .item-img {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.dz-box.product .item-box .item-img > img {
  width: 100%;
}
.dz-box.product .item-box .item-img:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 0;
  background: #212529;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
.dz-box.product .item-box .item-info {
  padding: 20px;
  text-align: center;
}
.dz-box.product .item-box .item-info .item-title {
  font-size: 20px;
  margin-bottom: 0;
  line-height: 1.2;
}
.dz-box.product .item-box .item-info .item-price {
  line-height: 1.2;
  margin-bottom: 0;
}
.dz-box.product .item-box .item-info .item-price .price {
  color: var(--primary);
  font-size: 16px !important;
  font-weight: 600;
}
.dz-box.product .item-box .item-info-in {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 30px 20px;
  z-index: 1;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  transform: translateY(100px);
  -moz-transform: translateY(100px);
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  opacity: 0;
}
.dz-box.product .item-box .item-info-in ul {
  margin: 0;
  padding: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dz-box.product .item-box .item-info-in ul li {
  list-style: none;
  display: inline-block;
  margin: 0 5px;
}
.dz-box.product .item-box .item-info-in ul li a {
  background: var(--primary);
  color: #fff;
  width: 45px;
  text-align: center;
  display: block;
  font-size: 16px;
  height: 45px;
  line-height: 45px;
  box-shadow: 0 5px 15px -10px var(--primary);
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
.dz-box.product .item-box .item-info-in ul li a .fa-heart:before {
  font-weight: 500;
}
.dz-box.product .item-box .item-info-in ul li a i {
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  display: inline-block;
}
.dz-box.product .item-box .item-info-in ul li a:hover {
  background: var(--primary-hover);
}
.dz-box.product .item-box .item-info-in ul li a:hover i {
  transform: scale(1.25);
  -moz-transform: scale(1.25);
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
}
.dz-box.product .item-box .item-info-in ul li a.add_to_cart_button.added i:before {
  content: "\f217";
}
.dz-box.product .item-box .item-info-in ul li a.add_to_cart_button.loading i:before {
  content: "\f110";
}
.dz-box.product .item-box .item-info-in ul li .add_to_cart_button:before {
  content: none;
}
.dz-box.product .item-box .item-info-in ul li .yith-wcwl-add-to-wishlist {
  margin-top: 0;
}
.dz-box.product:hover {
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.15);
  transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
}
.dz-box.product:hover .item-box .item-img:after {
  opacity: 0.7;
}
.dz-box.product:hover .item-box .item-img .item-info-in {
  transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  opacity: 1;
}

.woocommerce div.product .dz-box .woocommerce-product-rating {
  display: block;
}
.woocommerce div.product .dz-box .woocommerce-product-rating .star-rating {
  float: none;
  position: relative;
  display: inline-block;
  font-size: 13px;
  top: 2px;
}
.woocommerce div.product .dz-box .woocommerce-product-rating .star-rating span {
  font-size: 13px;
}
.woocommerce div.product .dz-box .woocommerce-product-rating .woocommerce-review-link {
  display: inline-block;
}

.woocommerce .woocommerce-ordering {
  margin: 0 0 30px;
}

.woocommerce nav.woocommerce-pagination ul li {
  overflow: unset;
}
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a {
  height: 45px;
  width: 45px;
  line-height: 42px !important;
  border-radius: 0;
  color: #777777;
  text-align: center;
  border: 0;
  padding: 0;
  transition: all 0.5s;
  border: 1px solid;
  border-color: #777777;
  font-size: 18px;
  background-color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li span:focus, .woocommerce nav.woocommerce-pagination ul li span:hover, .woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a.current {
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary);
  box-shadow: 0px 5px 12px var(--rgba-primary-4);
}

.woocommerce a.remove {
  color: #000 !important;
  display: block;
  font-size: 14px;
  height: 22px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  width: 22px;
  opacity: 1 !important;
  background: #fff;
  padding: 0;
  border: 1px solid #000;
  border-radius: 0;
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
  font-family: var(--font-family-base);
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  color: var(--title);
  margin-bottom: 5px;
}

.woocommerce .product_list_widget .star-rating {
  position: relative;
  font-size: 13px;
}
.woocommerce .product_list_widget .star-rating span {
  font-size: 13px;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
  left: auto;
  right: 0;
}

.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
  padding-left: 0;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
  padding: 0 0 15px 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
}
.woocommerce ul.cart_list li:last-child,
.woocommerce ul.product_list_widget li:last-child {
  border: 0;
  margin-bottom: 0;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li .amount {
  color: var(--primary);
  font-size: 13px;
  font-weight: 600;
}

.woocommerce .widget_shopping_cart .total strong,
.woocommerce.widget_shopping_cart .total strong {
  margin-right: 10px;
}

.woocommerce-mini-cart__buttons.buttons {
  justify-content: center;
}

.woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a {
  margin-right: 5px;
  margin-bottom: 5px;
  letter-spacing: 2px;
  padding: 10px 15px;
  text-transform: uppercase;
}

.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
  border-top: 3px solid #ebe9eb;
  padding: 10px 0 10px;
}

.woocommerce.widget_shopping_cart .woocommerce-mini-cart__total .woocommerce-Price-amount {
  float: right;
}
.woocommerce.widget_shopping_cart .woocommerce-mini-cart__total .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
  float: left;
  margin-right: 5px;
}

.widget_shopping_cart_content p strong {
  margin-right: 10px;
  color: var(--title);
}
.widget_shopping_cart_content p .amount {
  color: var(--primary);
}

.woocommerce .widget_price_filter .price_slider_amount .button {
  background: var(--primary);
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 600;
  width: auto;
}

.woocommerce .widget_rating_filter ul li {
  position: relative;
}

.woocommerce .woocommerce.widget_price_filter .ui-slider .ui-slider-range {
  background-color: var(--primary) !important;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  border: 2px solid var(--primary);
}

.woocommerce .widget_price_filter .price_slider_amount .price_label {
  font-weight: 700;
  color: var(--title);
}

.widget_product_categories ul li {
  border: 0;
  color: inherit;
  font-family: inherit;
  text-align: right;
  display: table;
  width: 100%;
  padding: 0.5rem 0rem 0.5rem 1.25rem !important;
  line-height: 1.3 !important;
}
.widget_product_categories ul li a {
  color: inherit;
  float: left;
  text-transform: capitalize;
  text-align: left;
  position: relative;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
.widget_product_categories ul li a:after {
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  display: block;
  left: -1.25rem;
  top: 0.063rem;
  font-size: 14px;
  font-weight: 900;
}
.widget_product_categories ul li a:hover {
  color: var(--primary);
  transform: translateX(10px);
}
.widget_product_categories ul li ul {
  margin-bottom: -0.625rem;
}
.widget_product_categories ul ul {
  padding-left: 1.125rem;
  margin-top: 0.5rem;
  margin-left: -0.9375rem;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce div.product .price ins span {
  font-weight: 700;
  font-size: inherit !important;
  color: var(--primary);
  display: inline-block;
  font-family: inherit;
  line-height: inherit;
  margin: 0;
}

.woocommerce-product-details__short-description {
  margin-bottom: 20px;
  display: block;
  clear: both;
}

.product_meta {
  color: var(--title);
  margin-bottom: 20px;
  font-weight: 500;
}
.product_meta a {
  margin: 0 4px;
  font-weight: 500;
}

.woocommerce-review-link {
  color: inherit;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  padding: 0;
  margin: 8px 0 0 0;
}

.woocommerce div.product .woocommerce-product-rating {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.price-rating-area {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border: 1px solid #eee;
  border-width: 1px 0 1px 0;
  align-items: center;
  margin-bottom: 20px;
}
.price-rating-area .main-price {
  margin-bottom: 0;
}
.price-rating-area .star-rating {
  margin: 0;
  float: right;
  position: relative !important;
}

.woocommerce .woocommerce-product-rating .star-rating {
  margin: 0;
  float: right;
}

.woocommerce div.product form.cart .variations label {
  font-weight: 500;
  color: var(--title);
  margin: 0;
}

.cart .quantity input.input-text {
  height: 50px !important;
  font-size: 18px;
  text-align: left;
  padding: 0 20px;
}

.woocommerce.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item {
  border-radius: 0;
}

.woocommerce.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
  background-color: var(--primary);
  color: #fff;
  font-size: 14px;
  box-shadow: none;
  padding: 0px;
  box-shadow: none;
}

.woocommerce .button-variable-item span {
  font-size: 13px;
  font-weight: 600;
}

.woocommerce-variation-add-to-cart .btn, .woocommerce-variation-add-to-cart .woocommerce #respond input#submit, .woocommerce #respond .woocommerce-variation-add-to-cart input#submit,
.woocommerce-variation-add-to-cart .woocommerce a.button,
.woocommerce .woocommerce-variation-add-to-cart a.button,
.woocommerce-variation-add-to-cart .woocommerce button.button,
.woocommerce .woocommerce-variation-add-to-cart button.button,
.woocommerce-variation-add-to-cart .woocommerce input.button,
.woocommerce .woocommerce-variation-add-to-cart input.button,
.woocommerce-variation-add-to-cart .woocommerce #place_order,
.woocommerce .woocommerce-variation-add-to-cart #place_order, .woocommerce-variation-add-to-cart .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .woocommerce-variation-add-to-cart a.checkout-button, .woocommerce-variation-add-to-cart .woocommerce-cart-form .table tr .button, .woocommerce-cart-form .table tr .woocommerce-variation-add-to-cart .button, .woocommerce-variation-add-to-cart .woocommerce #review_form #respond .form-submit input, .woocommerce #review_form #respond .form-submit .woocommerce-variation-add-to-cart input, .woocommerce-variation-add-to-cart .wp-block-button__link, .woocommerce-variation-add-to-cart .wp-block-search .wp-block-search__button, .wp-block-search .woocommerce-variation-add-to-cart .wp-block-search__button, .woocommerce-variation-add-to-cart .woocommerce .widget_shopping_cart .buttons a, .woocommerce .widget_shopping_cart .buttons .woocommerce-variation-add-to-cart a,
.woocommerce-variation-add-to-cart .woocommerce.widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons .woocommerce-variation-add-to-cart a {
  text-transform: uppercase;
}

.woocommerce.woo-variation-swatches .variable-items-wrapper {
  margin-bottom: 10px !important;
}

.woocommerce div.product form.cart {
  margin-bottom: 1rem;
  margin-top: 1rem;
}

#tab-reviews, #tab-description {
  background: transparent !important;
  margin-top: 0px;
  padding: 0;
  border: 0;
}

.woocommerce div.product .woocommerce-tabs .panel {
  padding: 0;
  background: transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0px !important;
  margin: 0px 0px 30px !important;
  border: none !important;
  border-bottom: 1px solid #eee !important;
  overflow: unset;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  margin-bottom: 0;
  background: transparent !important;
  border: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: var(--title);
  border: 0;
  margin: 0;
  padding: 10px 20px;
  position: relative;
  background: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:before {
  bottom: 0;
  background: var(--primary);
  top: auto;
  width: 0;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  opacity: 1;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a, .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  background: transparent;
  color: var(--primary);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a:before, .woocommerce div.product .woocommerce-tabs ul.tabs li.active a:before {
  width: 100%;
  opacity: 1;
}

.woocommerce #review_form #respond p {
  width: 100%;
}

.comment-reply-title {
  position: relative;
  font-weight: 800;
  text-transform: uppercase;
  font-family: var(--font-family-title);
  letter-spacing: 4px;
  font-size: 1.25rem;
  line-height: 1.5;
  color: var(--title);
  padding-bottom: 20px;
  display: block;
  margin-bottom: 15px;
}
.comment-reply-title:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  line-height: 12px;
  text-shadow: 10px 0px 0 var(--primary), 20px 0px 0 var(--primary), 30px 0px 0 var(--primary), 40px 0px 0 var(--primary), 50px 0px 0 var(--primary), 60px 0px 0 var(--primary), 70px 0px 0 var(--primary), 80px 0px 0 var(--primary);
  color: var(--primary);
  position: absolute;
  bottom: 0;
  left: 0;
}

.woocommerce #review_form #respond p {
  margin: 0px 0px 20px !important;
  display: inline-block;
}

#review_form {
  padding: 30px;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
  margin: 30px 0;
}
@media only screen and (max-width: 767px) {
  #review_form {
    padding: 20px;
  }
}
#review_form .comment-form-rating {
  margin-bottom: 0;
  display: block;
  width: 100%;
  padding: 0 10px;
}
#review_form .comment-form-rating p {
  display: inline-block !important;
  width: auto !important;
  top: 5px;
  position: relative;
}
#review_form .comment-respond .comment-form p label {
  display: inline-block;
}
#review_form #respond .comment-form-email,
#review_form #respond .comment-form-author {
  width: 50% !important;
}

.woocommerce #reviews #comments ol.commentlist li {
  border-bottom: 1px solid #eee;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  width: 80px;
  border: 0;
  padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0 0 0 95px;
  padding: 0;
  border: 0;
  border-radius: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
  font-size: 16px;
  font-weight: 400;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  color: var(--primary);
  font-weight: 500;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong {
  color: var(--title);
  font-size: 20px;
  display: block;
  font-family: var(--font-family-title);
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 5px;
}

.woocommerce .star-rating {
  font-size: 15px;
  color: var(--primary);
  position: absolute;
  right: 0px;
  top: 5px;
}
.woocommerce .star-rating span {
  font-size: 15px;
  color: var(--primary);
}

.woocommerce #reviews #comments h2, .woocommerce #reviews #comments .h2,
#tab-description h2,
#tab-description .h2,
.woocommerce div.product .woocommerce-tabs .panel h2,
.woocommerce div.product .woocommerce-tabs .panel .h2 {
  font-family: var(--font-family-title);
  color: var(--title);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.woocommerce-cart-form {
  overflow: auto;
}
.woocommerce-cart-form .table {
  font-size: 14px;
  font-weight: 500;
}
.woocommerce-cart-form .table tr {
  vertical-align: middle;
}
.woocommerce-cart-form .table tr td.actions .coupon .input-text {
  height: 50px;
  width: 180px;
  display: inline-block;
  margin-right: 10px;
}
.woocommerce-cart-form .table tr th {
  color: var(--title);
  font-weight: 700;
  font-size: 16px;
}
@media only screen and (max-width: 575px) {
  .woocommerce-cart-form .table tr th {
    font-size: 14px;
  }
}
.woocommerce-cart-form .table tr th.product-thumbnail {
  width: 100px;
}
.woocommerce-cart-form .table tr th.product-remove {
  width: 40px;
}
.woocommerce-cart-form .table tr img {
  width: 80px;
}
.woocommerce-cart-form .table tr .product-item-name {
  font-weight: 600;
  font-size: 16px;
}
.woocommerce-cart-form .table tr .quantity input {
  height: 50px;
  width: 70px;
  padding: 0 10px 0 15px;
  text-align: left;
}
.woocommerce-cart-form .table tr .button {
  padding: 14px 20px;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
}
.woocommerce-cart-form .button:disabled {
  color: #fff !important;
}
.woocommerce-cart-form .cart-subtotal .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol {
  margin-right: 5px;
}

.woocommerce .cart_totals h2, .woocommerce .cart_totals .h2 {
  font-family: var(--font-family-title);
  background: var(--primary);
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 20px;
  font-weight: 500;
  letter-spacing: 2px;
}

.cart_totals {
  color: var(--title);
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  padding: 13px 30px;
  display: block;
}

.woocommerce .woocommerce-checkout.checkout form .form-row textarea,
.woocommerce .woocommerce-checkout.checkout form .form-row input[type=text],
.woocommerce .woocommerce-checkout.checkout form .form-row input[type=email],
.woocommerce .woocommerce-checkout.checkout form .form-row input[type=tel],
.woocommerce .woocommerce-checkout.checkout form .form-row select,
.woocommerce .woocommerce-checkout.checkout form .form-row input.input-text,
.woocommerce .woocommerce-checkout.checkout form .form-row input {
  height: 50px;
}
.woocommerce .woocommerce-checkout.checkout .col-2,
.woocommerce .woocommerce-checkout.checkout .col-1 {
  padding-left: 15px;
  padding-right: 15px;
}

.woocommerce-EditAccountForm.edit-account input[type=text],
.woocommerce-EditAccountForm.edit-account input[type=email],
.woocommerce-EditAccountForm.edit-account input[type=password],
.login input[type=text], .login input[type=password],
.woocommerce-ResetPassword.lost_reset_password input[type=text],
.checkout.woocommerce-checkout input[type=text],
.checkout.woocommerce-checkout input[type=email],
.checkout.woocommerce-checkout input[type=tel],
.checkout.woocommerce-checkout .select2-choice,
.checkout.woocommerce-checkout textarea,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row .select2-selection,
.woocommerce form .form-row .select2-choice {
  height: 50px;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  width: 48%;
}

.lost_reset_password .button {
  display: block;
  width: 100%;
  text-align: center;
}

.woocommerce .woocommerce-message {
  border-top-color: var(--primary);
}

.woocommerce form .form-row label {
  font-family: var(--font-family-base);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 2px;
}

.woocommerce .col2-set, .woocommerce-page .col2-set {
  width: auto;
  margin-left: -15px !important;
  margin-right: -15px !important;
}

.woocommerce form .form-row {
  margin: 0 0 15px;
  padding: 0;
}

.woocommerce-additional-fields h3, .woocommerce-additional-fields .h3 {
  color: var(--title);
  font-family: var(--font-family-title);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4em;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.woocommerce table.shop_table thead th {
  color: #fff;
  background: var(--primary);
  font-family: var(--font-family-title);
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #place_order {
  text-transform: uppercase;
  text-align: center;
  padding: 13px 30px;
}

.woocommerce-form-coupon-toggle {
  display: none;
}

.payment_methods input + label {
  font-weight: 600;
  color: var(--title);
  padding-left: 30px;
  line-height: 1.2;
  position: relative;
}
.payment_methods input + label:after {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 18px;
  background: #fff;
  border: 2px solid var(--primary);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.payment_methods input:checked + label:after {
  border-width: 2px;
  background: var(--primary);
  box-shadow: inset 0px 0 0px 3px #fff;
  border-color: var(--primary);
}

.woocommerce-checkout #payment div.payment_box::after {
  content: none;
}

.yith-wcwl-wishlistexistsbrowse,
.yith-wcwl-wishlistaddedbrowse {
  position: relative;
  top: 0px;
}
.yith-wcwl-wishlistexistsbrowse .feedback,
.yith-wcwl-wishlistaddedbrowse .feedback {
  display: inline-block;
  padding: 0 !important;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  line-height: 45px;
  text-align: center;
}
.yith-wcwl-wishlistexistsbrowse .yith-wcwl-icon,
.yith-wcwl-wishlistaddedbrowse .yith-wcwl-icon {
  margin-right: 0 !important;
}
.yith-wcwl-wishlistexistsbrowse .yith-wcwl-icon:before,
.yith-wcwl-wishlistaddedbrowse .yith-wcwl-icon:before {
  font-weight: 900;
}

.woocommerce form.woocommerce-form.checkout_coupon,
.woocommerce-ResetPassword,
.woocommerce form.woocommerce-form.login,
.woocommerce form.woocommerce-form.register {
  border: 0;
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.woocommerce-ResetPassword .form-row-first {
  width: 100% !important;
}

.woocommerce-Addresses .col-2,
.woocommerce-Addresses .col-1 {
  padding-left: 15px;
  padding-right: 15px;
}

.product-details .product_meta > span {
  display: block;
}

.pswp {
  z-index: 9999;
}

.shop-item-rating .woocommerce-product-rating .count {
  margin-left: 2px;
  margin-right: 5px;
}

.woocommerce .dz-separator {
  margin: 0 auto;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  float: unset;
  margin-right: 0;
  display: block;
  margin-top: 10px;
}

.shop-cart .site-button-link {
  color: var(--title);
}

.minicart .widget_shopping_cart .total span {
  margin-right: 5px;
  float: unset;
}

/* Extra css */
.woocommerce .product-details .product form .woo-selected-variation-item-name {
  display: none !important;
}
.woocommerce .product-details .product form .reset_variations {
  display: none !important;
}
.woocommerce .product-details .product form.cart .button {
  background-color: var(--primary);
  border-color: var(--primary);
}
.woocommerce .product-details .product .yith-wcwl-wishlistexistsbrowse {
  position: unset;
}
.woocommerce .product-details .product .yith-wcwl-wishlistexistsbrowse .feedback {
  display: block !important;
  margin-bottom: 15px;
  position: unset;
  background-color: var(--primary);
  color: #fff;
  border-radius: var(--border-radius-base);
}
.woocommerce .product-details .product .yith-wcwl-wishlistexistsbrowse .feedback .yith-wcwl-icon {
  margin-right: 8px !important;
}
.woocommerce .product-details .product .yith-wcwl-wishlistexistsbrowse a {
  display: none;
}
.woocommerce .product-details .product .yith-wcwl-add-button {
  display: none;
}
.woocommerce .product-details .product .related-product .yith-wcwl-wishlistexistsbrowse {
  position: relative;
}
.woocommerce .product-details .product .related-product .yith-wcwl-wishlistexistsbrowse .feedback {
  position: absolute;
}
.woocommerce .product-details .product .related-product .yith-wcwl-wishlistexistsbrowse .feedback .yith-wcwl-icon {
  margin-right: 0 !important;
}
.woocommerce .product-details .product .related-product .yith-wcwl-add-button {
  display: block;
}
.woocommerce .product-details .product .related-product .woocommerce-product-rating {
  margin: 0;
}
.woocommerce .product-details .product .woocommerce-product-rating {
  text-align: right;
  float: right;
  margin: -20px 0 20px;
  position: relative;
}
.woocommerce .product-details .product .woocommerce-product-rating .star-rating {
  position: relative;
  top: 0;
}
.woocommerce .product-details .product .woocommerce-product-rating .woocommerce-review-link {
  margin: 15px 0 0 0;
}
@media only screen and (max-width: 575px) {
  .woocommerce .product-details .product .woocommerce-product-rating {
    display: block;
    float: left;
    margin: 0 0 10px;
  }
  .woocommerce .product-details .product .woocommerce-product-rating .woocommerce-review-link {
    margin: 25px 0 0 0;
  }
  .woocommerce .product-details .product .woocommerce-product-rating .star-rating {
    float: left;
  }
}
.woocommerce .product-details .product .price {
  font-size: 24px !important;
}
@media only screen and (max-width: 575px) {
  .woocommerce .product-details .product .price {
    font-size: 18px !important;
    margin-bottom: 10px;
  }
}
.woocommerce .woocommerce-product-rating .woocommerce-review-link .count {
  margin-right: 4px;
}

.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.button-variable-item {
  width: auto;
  padding: 0px 5px;
}

.woocommerce.single-product .product .summary-content .single_add_to_cart_button.button {
  background-color: var(--primary);
  border-color: var(--primary);
}
.woocommerce.single-product .product .summary-content .product_meta > span {
  display: block;
}
.woocommerce.single-product .product .summary-content .price {
  font-size: 24px !important;
}

#yith-quick-view-modal .yith-wcqv-wrapper {
  height: auto !important;
}
@media only screen and (max-width: 575px) {
  #yith-quick-view-modal .yith-wcqv-wrapper {
    height: calc(100vh - 100px) !important;
  }
}

.yith-wcqv-wrapper #yith-quick-view-close {
  border: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  opacity: 1;
  background-color: var(--primary);
  color: #fff;
}

.extra-cell ul.minicart {
  margin-top: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 10px;
}

.dz-box.product .yith-wcwl-add-to-wishlist {
  position: unset;
}
.dz-box.product .yith-wcwl-add-to-wishlist i {
  font-size: 14px;
}
.dz-box.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.dz-box.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.dz-box.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.dz-box.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse span,
.dz-box.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback,
.dz-box.product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
  font-size: 0 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.dz-box.product .yith-wcwl-add-to-wishlist a {
  color: inherit;
}

#yith-quick-view-modal {
  z-index: 999999;
}
#yith-quick-view-modal .yith-wcqv-wrapper {
  height: auto !important;
  max-height: calc(100vh - 30px);
  position: static;
}
@media only screen and (max-width: 767px) {
  #yith-quick-view-modal .yith-wcqv-wrapper {
    overflow-y: scroll;
  }
}
#yith-quick-view-modal .yith-wcqv-wrapper .type-product.product {
  display: flex;
}
@media only screen and (max-width: 767px) {
  #yith-quick-view-modal .yith-wcqv-wrapper .type-product.product {
    display: block;
  }
}
#yith-quick-view-modal .yith-wcqv-wrapper #yith-quick-view-content div.images {
  width: 100%;
  float: none;
}
#yith-quick-view-modal .yith-wcqv-wrapper .dz-product-detail {
  margin-bottom: 0;
  width: 50%;
  flex: 0 0 50%;
  background: #ffffff;
}
@media only screen and (max-width: 767px) {
  #yith-quick-view-modal .yith-wcqv-wrapper .dz-product-detail {
    width: 100%;
    flex: 0 0 100%;
    position: unset !important;
  }
}
#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-close {
  background-color: var(--light);
  color: var(--secondary);
  font-size: 0;
  border-radius: 0;
  transition: all 0.5s;
  border: 0;
  width: 30px;
  height: 30px;
  top: 15px;
  line-height: 30px;
  right: 15px;
  opacity: 1;
}
#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-close:after {
  content: "\f00d";
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  font-size: 18px;
}
#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-close:hover {
  background-color: var(--secondary);
  color: #fff;
}
#yith-quick-view-modal .yith-wcqv-wrapper div.summary {
  padding: 30px;
  width: 50%;
  flex: 0 0 50%;
  height: 530px;
  scrollbar-width: thin;
  background: #ffffff;
  overflow-y: scroll;
}
#yith-quick-view-modal .yith-wcqv-wrapper div.summary::-webkit-scrollbar {
  width: 6px;
  display: block;
}
#yith-quick-view-modal .yith-wcqv-wrapper div.summary::-webkit-scrollbar-track {
  background: #F0F0F0;
}
#yith-quick-view-modal .yith-wcqv-wrapper div.summary::-webkit-scrollbar-thumb {
  background: #CDCDCD;
}
#yith-quick-view-modal .yith-wcqv-wrapper div.summary .dz-product-meta {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  #yith-quick-view-modal .yith-wcqv-wrapper div.summary {
    padding: 30px 15px;
  }
  #yith-quick-view-modal .yith-wcqv-wrapper div.summary .dz-simple-product {
    gap: 10px;
    display: inline-flex;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  #yith-quick-view-modal .yith-wcqv-wrapper div.summary {
    width: 100%;
    flex: 0 0 100%;
    height: auto;
  }
}
@media only screen and (max-width: 991px) {
  #yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-close {
    top: 0;
    right: 0;
  }
}
@media only screen and (max-width: 991px) {
  #yith-quick-view-modal .yith-wcqv-wrapper #yith-quick-view-content div.images a {
    max-height: 400px;
  }
}
#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main {
  padding: 0;
  overflow: unset;
}
@media only screen and (max-width: 767px) {
  #yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  #yith-quick-view-modal .yith-wcqv-wrapper div.summary,
  #yith-quick-view-modal .yith-wcqv-wrapper div.images {
    width: 100%;
    float: none;
  }
}

.logo-header {
  display: table;
  float: left;
  vertical-align: middle;
  padding: 0;
  color: #EFBB20;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  width: 140px;
  height: 100px;
  position: relative;
  z-index: 9;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
@media only screen and (max-width: 991px) {
  .logo-header {
    width: 180px;
    height: 85px;
  }
}
@media only screen and (max-width: 575px) {
  .logo-header {
    width: 130px;
  }
}
.logo-header a {
  display: table-cell;
  vertical-align: middle;
}
.logo-header img {
  height: 100px;
  max-width: 140px;
  object-fit: contain;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
@media only screen and (max-width: 1280px) {
  .logo-header img {
    max-width: 180px;
    height: 85px;
  }
}
@media only screen and (max-width: 575px) {
  .logo-header img {
    max-width: 130px;
  }
}
.logo-header span {
  font-size: 20px;
  letter-spacing: 20px;
}
.logo-header .text-logo {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.text-logo {
  position: relative;
}
.text-logo .site-title {
  line-height: 1;
  margin: 0 0 10px 0;
  font-size: 2rem;
}
.text-logo .site-title:hover a {
  color: inherit;
}
@media only screen and (max-width: 1280px) {
  .text-logo .site-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .text-logo .site-title {
    font-size: 28px;
  }
}
.text-logo .site-description {
  color: var(--primary);
  text-transform: uppercase;
  font-size: 14px;
  font-family: var(--font-family-title);
  margin: 0;
  line-height: 1;
  letter-spacing: 2px;
}
@media only screen and (max-width: 575px) {
  .text-logo .site-description {
    letter-spacing: 1px;
  }
}

.top-bar {
  background-color: #fff;
  color: #212529;
  padding: 8px 0;
  z-index: 9;
  position: relative;
}
.top-bar .dz-topbar-left {
  float: left;
}
.top-bar .dz-topbar-left li {
  padding-right: 20px;
}
.top-bar .dz-topbar-right {
  float: right;
}
.top-bar .dz-topbar-right li {
  padding-left: 15px;
}
.top-bar .dz-social li a {
  color: inherit;
}
.top-bar .dz-topbar-center,
.top-bar .dz-topbar-left,
.top-bar .dz-topbar-right {
  padding-left: 15px;
  padding-right: 15px;
  width: auto;
}
.top-bar .dz-topbar-center ul,
.top-bar .dz-topbar-left ul,
.top-bar .dz-topbar-right ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.top-bar .dz-topbar-center ul li,
.top-bar .dz-topbar-left ul li,
.top-bar .dz-topbar-right ul li {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 2px;
}
.top-bar .dz-topbar-center ul i,
.top-bar .dz-topbar-left ul i,
.top-bar .dz-topbar-right ul i {
  color: var(--primary);
  transform: scale(1.3);
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  margin-right: 5px;
  font-size: 18px;
}
.top-bar .dz-topbar-center .dz-social-icon li,
.top-bar .dz-topbar-left .dz-social-icon li,
.top-bar .dz-topbar-right .dz-social-icon li {
  padding-left: 0;
}
@media only screen and (max-width: 991px) {
  .top-bar {
    display: none;
  }
}
.top-bar .dz-social-icon {
  padding: 0;
  margin: 0;
}
.top-bar .dz-social-icon li {
  display: inline-block;
  list-style: none;
}
.top-bar .dz-social-icon li a {
  padding: 5px;
}

.dz-quik-search {
  background: rgba(33, 37, 41, 0.95);
  position: fixed;
  height: 100%;
  width: 100%;
  top: -100%;
  left: 0;
  padding: 0px 30px;
  z-index: 999;
  overflow: hidden;
  display: none;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
.dz-quik-search form {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  position: relative;
  top: 50%;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  opacity: 1;
  transform: translateY(-50%);
}
.dz-quik-search .form-control, .dz-quik-search .wp-block-categories-dropdown select, .wp-block-categories-dropdown .dz-quik-search select,
.dz-quik-search .wp-block-archives-dropdown select,
.wp-block-archives-dropdown .dz-quik-search select, .dz-quik-search .woocommerce #review_form #respond input[type=text], .woocommerce #review_form #respond .dz-quik-search input[type=text],
.dz-quik-search .woocommerce #review_form #respond textarea,
.woocommerce #review_form #respond .dz-quik-search textarea,
.dz-quik-search .woocommerce #review_form #respond input[type=email],
.woocommerce #review_form #respond .dz-quik-search input[type=email], .dz-quik-search .woocommerce-cart-form .table tr td.actions .coupon .input-text, .woocommerce-cart-form .table tr td.actions .coupon .dz-quik-search .input-text, .dz-quik-search .woocommerce-cart-form .table tr .quantity input, .woocommerce-cart-form .table tr .quantity .dz-quik-search input, .dz-quik-search .woocommerce .woocommerce-checkout.checkout form .form-row textarea, .woocommerce .woocommerce-checkout.checkout form .form-row .dz-quik-search textarea,
.dz-quik-search .woocommerce .woocommerce-checkout.checkout form .form-row select,
.woocommerce .woocommerce-checkout.checkout form .form-row .dz-quik-search select,
.dz-quik-search .woocommerce .woocommerce-checkout.checkout form .form-row input,
.woocommerce .woocommerce-checkout.checkout form .form-row .dz-quik-search input, .dz-quik-search .woocommerce-EditAccountForm.edit-account input[type=text], .woocommerce-EditAccountForm.edit-account .dz-quik-search input[type=text],
.dz-quik-search .woocommerce-EditAccountForm.edit-account input[type=email],
.woocommerce-EditAccountForm.edit-account .dz-quik-search input[type=email],
.dz-quik-search .woocommerce-EditAccountForm.edit-account input[type=password],
.woocommerce-EditAccountForm.edit-account .dz-quik-search input[type=password],
.dz-quik-search .login input[type=text],
.login .dz-quik-search input[type=text], .dz-quik-search .login input[type=password], .login .dz-quik-search input[type=password],
.dz-quik-search .woocommerce-ResetPassword.lost_reset_password input[type=text],
.woocommerce-ResetPassword.lost_reset_password .dz-quik-search input[type=text],
.dz-quik-search .checkout.woocommerce-checkout input[type=text],
.checkout.woocommerce-checkout .dz-quik-search input[type=text],
.dz-quik-search .checkout.woocommerce-checkout input[type=email],
.checkout.woocommerce-checkout .dz-quik-search input[type=email],
.dz-quik-search .checkout.woocommerce-checkout input[type=tel],
.checkout.woocommerce-checkout .dz-quik-search input[type=tel],
.dz-quik-search .checkout.woocommerce-checkout .select2-choice,
.checkout.woocommerce-checkout .dz-quik-search .select2-choice,
.dz-quik-search .checkout.woocommerce-checkout textarea,
.checkout.woocommerce-checkout .dz-quik-search textarea,
.dz-quik-search .woocommerce form .form-row input.input-text,
.woocommerce form .form-row .dz-quik-search input.input-text,
.dz-quik-search .woocommerce form .form-row .select2-selection,
.woocommerce form .form-row .dz-quik-search .select2-selection,
.dz-quik-search .woocommerce form .form-row .select2-choice,
.woocommerce form .form-row .dz-quik-search .select2-choice {
  padding: 15px 60px 15px 15px;
  width: 100%;
  height: 90px;
  border: none;
  background: 0 0;
  color: #fff;
  font-size: 20px;
  border-bottom: 2px solid #fff;
  border-radius: 0;
}
.dz-quik-search .form-control::-webkit-input-placeholder, .dz-quik-search .wp-block-categories-dropdown select::-webkit-input-placeholder, .wp-block-categories-dropdown .dz-quik-search select::-webkit-input-placeholder,
.dz-quik-search .wp-block-archives-dropdown select::-webkit-input-placeholder,
.wp-block-archives-dropdown .dz-quik-search select::-webkit-input-placeholder, .dz-quik-search .woocommerce #review_form #respond input[type=text]::-webkit-input-placeholder, .woocommerce #review_form #respond .dz-quik-search input[type=text]::-webkit-input-placeholder,
.dz-quik-search .woocommerce #review_form #respond textarea::-webkit-input-placeholder,
.woocommerce #review_form #respond .dz-quik-search textarea::-webkit-input-placeholder,
.dz-quik-search .woocommerce #review_form #respond input[type=email]::-webkit-input-placeholder,
.woocommerce #review_form #respond .dz-quik-search input[type=email]::-webkit-input-placeholder, .dz-quik-search .woocommerce-cart-form .table tr td.actions .coupon .input-text::-webkit-input-placeholder, .woocommerce-cart-form .table tr td.actions .coupon .dz-quik-search .input-text::-webkit-input-placeholder, .dz-quik-search .woocommerce-cart-form .table tr .quantity input::-webkit-input-placeholder, .woocommerce-cart-form .table tr .quantity .dz-quik-search input::-webkit-input-placeholder, .dz-quik-search .woocommerce .woocommerce-checkout.checkout form .form-row textarea::-webkit-input-placeholder, .woocommerce .woocommerce-checkout.checkout form .form-row .dz-quik-search textarea::-webkit-input-placeholder,
.dz-quik-search .woocommerce .woocommerce-checkout.checkout form .form-row select::-webkit-input-placeholder,
.woocommerce .woocommerce-checkout.checkout form .form-row .dz-quik-search select::-webkit-input-placeholder,
.dz-quik-search .woocommerce .woocommerce-checkout.checkout form .form-row input::-webkit-input-placeholder,
.woocommerce .woocommerce-checkout.checkout form .form-row .dz-quik-search input::-webkit-input-placeholder, .dz-quik-search .woocommerce-EditAccountForm.edit-account input[type=text]::-webkit-input-placeholder, .woocommerce-EditAccountForm.edit-account .dz-quik-search input[type=text]::-webkit-input-placeholder,
.dz-quik-search .woocommerce-EditAccountForm.edit-account input[type=email]::-webkit-input-placeholder,
.woocommerce-EditAccountForm.edit-account .dz-quik-search input[type=email]::-webkit-input-placeholder,
.dz-quik-search .woocommerce-EditAccountForm.edit-account input[type=password]::-webkit-input-placeholder,
.woocommerce-EditAccountForm.edit-account .dz-quik-search input[type=password]::-webkit-input-placeholder,
.dz-quik-search .login input[type=text]::-webkit-input-placeholder,
.login .dz-quik-search input[type=text]::-webkit-input-placeholder, .dz-quik-search .login input[type=password]::-webkit-input-placeholder, .login .dz-quik-search input[type=password]::-webkit-input-placeholder,
.dz-quik-search .woocommerce-ResetPassword.lost_reset_password input[type=text]::-webkit-input-placeholder,
.woocommerce-ResetPassword.lost_reset_password .dz-quik-search input[type=text]::-webkit-input-placeholder,
.dz-quik-search .checkout.woocommerce-checkout input[type=text]::-webkit-input-placeholder,
.checkout.woocommerce-checkout .dz-quik-search input[type=text]::-webkit-input-placeholder,
.dz-quik-search .checkout.woocommerce-checkout input[type=email]::-webkit-input-placeholder,
.checkout.woocommerce-checkout .dz-quik-search input[type=email]::-webkit-input-placeholder,
.dz-quik-search .checkout.woocommerce-checkout input[type=tel]::-webkit-input-placeholder,
.checkout.woocommerce-checkout .dz-quik-search input[type=tel]::-webkit-input-placeholder,
.dz-quik-search .checkout.woocommerce-checkout .select2-choice::-webkit-input-placeholder,
.checkout.woocommerce-checkout .dz-quik-search .select2-choice::-webkit-input-placeholder,
.dz-quik-search .checkout.woocommerce-checkout textarea::-webkit-input-placeholder,
.checkout.woocommerce-checkout .dz-quik-search textarea::-webkit-input-placeholder,
.dz-quik-search .woocommerce form .form-row input.input-text::-webkit-input-placeholder,
.woocommerce form .form-row .dz-quik-search input.input-text::-webkit-input-placeholder,
.dz-quik-search .woocommerce form .form-row .select2-selection::-webkit-input-placeholder,
.woocommerce form .form-row .dz-quik-search .select2-selection::-webkit-input-placeholder,
.dz-quik-search .woocommerce form .form-row .select2-choice::-webkit-input-placeholder,
.woocommerce form .form-row .dz-quik-search .select2-choice::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.dz-quik-search .form-control:-ms-input-placeholder, .dz-quik-search .wp-block-categories-dropdown select:-ms-input-placeholder, .wp-block-categories-dropdown .dz-quik-search select:-ms-input-placeholder,
.dz-quik-search .wp-block-archives-dropdown select:-ms-input-placeholder,
.wp-block-archives-dropdown .dz-quik-search select:-ms-input-placeholder, .dz-quik-search .woocommerce #review_form #respond input[type=text]:-ms-input-placeholder, .woocommerce #review_form #respond .dz-quik-search input[type=text]:-ms-input-placeholder,
.dz-quik-search .woocommerce #review_form #respond textarea:-ms-input-placeholder,
.woocommerce #review_form #respond .dz-quik-search textarea:-ms-input-placeholder,
.dz-quik-search .woocommerce #review_form #respond input[type=email]:-ms-input-placeholder,
.woocommerce #review_form #respond .dz-quik-search input[type=email]:-ms-input-placeholder, .dz-quik-search .woocommerce-cart-form .table tr td.actions .coupon .input-text:-ms-input-placeholder, .woocommerce-cart-form .table tr td.actions .coupon .dz-quik-search .input-text:-ms-input-placeholder, .dz-quik-search .woocommerce-cart-form .table tr .quantity input:-ms-input-placeholder, .woocommerce-cart-form .table tr .quantity .dz-quik-search input:-ms-input-placeholder, .dz-quik-search .woocommerce .woocommerce-checkout.checkout form .form-row textarea:-ms-input-placeholder, .woocommerce .woocommerce-checkout.checkout form .form-row .dz-quik-search textarea:-ms-input-placeholder,
.dz-quik-search .woocommerce .woocommerce-checkout.checkout form .form-row select:-ms-input-placeholder,
.woocommerce .woocommerce-checkout.checkout form .form-row .dz-quik-search select:-ms-input-placeholder,
.dz-quik-search .woocommerce .woocommerce-checkout.checkout form .form-row input:-ms-input-placeholder,
.woocommerce .woocommerce-checkout.checkout form .form-row .dz-quik-search input:-ms-input-placeholder, .dz-quik-search .woocommerce-EditAccountForm.edit-account input[type=text]:-ms-input-placeholder, .woocommerce-EditAccountForm.edit-account .dz-quik-search input[type=text]:-ms-input-placeholder,
.dz-quik-search .woocommerce-EditAccountForm.edit-account input[type=email]:-ms-input-placeholder,
.woocommerce-EditAccountForm.edit-account .dz-quik-search input[type=email]:-ms-input-placeholder,
.dz-quik-search .woocommerce-EditAccountForm.edit-account input[type=password]:-ms-input-placeholder,
.woocommerce-EditAccountForm.edit-account .dz-quik-search input[type=password]:-ms-input-placeholder,
.dz-quik-search .login input[type=text]:-ms-input-placeholder,
.login .dz-quik-search input[type=text]:-ms-input-placeholder, .dz-quik-search .login input[type=password]:-ms-input-placeholder, .login .dz-quik-search input[type=password]:-ms-input-placeholder,
.dz-quik-search .woocommerce-ResetPassword.lost_reset_password input[type=text]:-ms-input-placeholder,
.woocommerce-ResetPassword.lost_reset_password .dz-quik-search input[type=text]:-ms-input-placeholder,
.dz-quik-search .checkout.woocommerce-checkout input[type=text]:-ms-input-placeholder,
.checkout.woocommerce-checkout .dz-quik-search input[type=text]:-ms-input-placeholder,
.dz-quik-search .checkout.woocommerce-checkout input[type=email]:-ms-input-placeholder,
.checkout.woocommerce-checkout .dz-quik-search input[type=email]:-ms-input-placeholder,
.dz-quik-search .checkout.woocommerce-checkout input[type=tel]:-ms-input-placeholder,
.checkout.woocommerce-checkout .dz-quik-search input[type=tel]:-ms-input-placeholder,
.dz-quik-search .checkout.woocommerce-checkout .select2-choice:-ms-input-placeholder,
.checkout.woocommerce-checkout .dz-quik-search .select2-choice:-ms-input-placeholder,
.dz-quik-search .checkout.woocommerce-checkout textarea:-ms-input-placeholder,
.checkout.woocommerce-checkout .dz-quik-search textarea:-ms-input-placeholder,
.dz-quik-search .woocommerce form .form-row input.input-text:-ms-input-placeholder,
.woocommerce form .form-row .dz-quik-search input.input-text:-ms-input-placeholder,
.dz-quik-search .woocommerce form .form-row .select2-selection:-ms-input-placeholder,
.woocommerce form .form-row .dz-quik-search .select2-selection:-ms-input-placeholder,
.dz-quik-search .woocommerce form .form-row .select2-choice:-ms-input-placeholder,
.woocommerce form .form-row .dz-quik-search .select2-choice:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.dz-quik-search .form-control::placeholder, .dz-quik-search .wp-block-categories-dropdown select::placeholder, .wp-block-categories-dropdown .dz-quik-search select::placeholder,
.dz-quik-search .wp-block-archives-dropdown select::placeholder,
.wp-block-archives-dropdown .dz-quik-search select::placeholder, .dz-quik-search .woocommerce #review_form #respond input[type=text]::placeholder, .woocommerce #review_form #respond .dz-quik-search input[type=text]::placeholder,
.dz-quik-search .woocommerce #review_form #respond textarea::placeholder,
.woocommerce #review_form #respond .dz-quik-search textarea::placeholder,
.dz-quik-search .woocommerce #review_form #respond input[type=email]::placeholder,
.woocommerce #review_form #respond .dz-quik-search input[type=email]::placeholder, .dz-quik-search .woocommerce-cart-form .table tr td.actions .coupon .input-text::placeholder, .woocommerce-cart-form .table tr td.actions .coupon .dz-quik-search .input-text::placeholder, .dz-quik-search .woocommerce-cart-form .table tr .quantity input::placeholder, .woocommerce-cart-form .table tr .quantity .dz-quik-search input::placeholder, .dz-quik-search .woocommerce .woocommerce-checkout.checkout form .form-row textarea::placeholder, .woocommerce .woocommerce-checkout.checkout form .form-row .dz-quik-search textarea::placeholder,
.dz-quik-search .woocommerce .woocommerce-checkout.checkout form .form-row select::placeholder,
.woocommerce .woocommerce-checkout.checkout form .form-row .dz-quik-search select::placeholder,
.dz-quik-search .woocommerce .woocommerce-checkout.checkout form .form-row input::placeholder,
.woocommerce .woocommerce-checkout.checkout form .form-row .dz-quik-search input::placeholder, .dz-quik-search .woocommerce-EditAccountForm.edit-account input[type=text]::placeholder, .woocommerce-EditAccountForm.edit-account .dz-quik-search input[type=text]::placeholder,
.dz-quik-search .woocommerce-EditAccountForm.edit-account input[type=email]::placeholder,
.woocommerce-EditAccountForm.edit-account .dz-quik-search input[type=email]::placeholder,
.dz-quik-search .woocommerce-EditAccountForm.edit-account input[type=password]::placeholder,
.woocommerce-EditAccountForm.edit-account .dz-quik-search input[type=password]::placeholder,
.dz-quik-search .login input[type=text]::placeholder,
.login .dz-quik-search input[type=text]::placeholder, .dz-quik-search .login input[type=password]::placeholder, .login .dz-quik-search input[type=password]::placeholder,
.dz-quik-search .woocommerce-ResetPassword.lost_reset_password input[type=text]::placeholder,
.woocommerce-ResetPassword.lost_reset_password .dz-quik-search input[type=text]::placeholder,
.dz-quik-search .checkout.woocommerce-checkout input[type=text]::placeholder,
.checkout.woocommerce-checkout .dz-quik-search input[type=text]::placeholder,
.dz-quik-search .checkout.woocommerce-checkout input[type=email]::placeholder,
.checkout.woocommerce-checkout .dz-quik-search input[type=email]::placeholder,
.dz-quik-search .checkout.woocommerce-checkout input[type=tel]::placeholder,
.checkout.woocommerce-checkout .dz-quik-search input[type=tel]::placeholder,
.dz-quik-search .checkout.woocommerce-checkout .select2-choice::placeholder,
.checkout.woocommerce-checkout .dz-quik-search .select2-choice::placeholder,
.dz-quik-search .checkout.woocommerce-checkout textarea::placeholder,
.checkout.woocommerce-checkout .dz-quik-search textarea::placeholder,
.dz-quik-search .woocommerce form .form-row input.input-text::placeholder,
.woocommerce form .form-row .dz-quik-search input.input-text::placeholder,
.dz-quik-search .woocommerce form .form-row .select2-selection::placeholder,
.woocommerce form .form-row .dz-quik-search .select2-selection::placeholder,
.dz-quik-search .woocommerce form .form-row .select2-choice::placeholder,
.woocommerce form .form-row .dz-quik-search .select2-choice::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.dz-quik-search span {
  position: absolute;
  right: 15px;
  top: 50%;
  margin: -15px 0;
  height: 25px;
  font-size: 20px;
  cursor: pointer;
}
.dz-quik-search.On {
  top: 0;
}

.site-header {
  position: relative;
  z-index: 9999;
}
.site-header .main-bar {
  background: #fff;
  width: 100%;
  position: relative;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}
.site-header .container {
  position: relative;
}
.site-header .extra-nav {
  float: right;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 9;
  margin-left: 20px;
  height: 100px;
}
@media only screen and (max-width: 991px) {
  .site-header .extra-nav {
    height: 85px;
  }
}
@media only screen and (max-width: 575px) {
  .site-header .extra-nav {
    margin-left: 10px;
  }
}
.site-header .extra-nav #quik-search-btn {
  color: #020d26;
  cursor: pointer;
  margin-right: 0px;
  border: 0;
  line-height: 1;
}
@media only screen and (max-width: 575px) {
  .site-header .extra-nav .btn, .site-header .extra-nav .wp-block-button__link, .site-header .extra-nav .wp-block-search .wp-block-search__button, .wp-block-search .site-header .extra-nav .wp-block-search__button, .site-header .extra-nav .woocommerce .widget_shopping_cart .buttons a, .woocommerce .widget_shopping_cart .buttons .site-header .extra-nav a,
  .site-header .extra-nav .woocommerce.widget_shopping_cart .buttons a,
  .woocommerce.widget_shopping_cart .buttons .site-header .extra-nav a, .site-header .extra-nav .woocommerce #review_form #respond .form-submit input, .woocommerce #review_form #respond .form-submit .site-header .extra-nav input, .site-header .extra-nav .woocommerce-cart-form .table tr .button, .woocommerce-cart-form .table tr .site-header .extra-nav .button, .site-header .extra-nav .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .site-header .extra-nav a.checkout-button, .site-header .extra-nav .woocommerce #respond input#submit, .woocommerce #respond .site-header .extra-nav input#submit,
  .site-header .extra-nav .woocommerce a.button,
  .woocommerce .site-header .extra-nav a.button,
  .site-header .extra-nav .woocommerce button.button,
  .woocommerce .site-header .extra-nav button.button,
  .site-header .extra-nav .woocommerce input.button,
  .woocommerce .site-header .extra-nav input.button,
  .site-header .extra-nav .woocommerce #place_order,
  .woocommerce .site-header .extra-nav #place_order {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.site-header .extra-nav ul li {
  display: inline-block;
}
.site-header .extra-nav ul li .icon {
  padding: 0;
  background: transparent;
  min-width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
}

.navbar-toggler {
  border: 0 solid #efbb20;
  font-size: 16px;
  line-height: 24px;
  margin: 40px 0 39px 15px;
  padding: 0;
  float: right;
  outline: none !important;
}
@media only screen and (max-width: 991px) {
  .navbar-toggler {
    margin: 20px 0 20px 15px;
  }
}
@media only screen and (max-width: 575px) {
  .navbar-toggler {
    margin: 20px 0 20px 20px;
  }
}

.navicon {
  width: 45px;
  height: 45px;
  background: var(--primary);
  box-shadow: 0 5px 15px -10px var(--primary);
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  border-radius: 0;
}
.navicon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 1px;
  opacity: 1;
  background: #fff;
  left: 10px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.navicon span:nth-child(1) {
  top: 14px;
  width: 25px;
}
.navicon span:nth-child(2) {
  top: 21.5px;
  width: 20px;
}
.navicon span:nth-child(3) {
  top: 29px;
  width: 15px;
}
.navicon.open span:nth-child(1) {
  top: 22px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.navicon.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.navicon.open span:nth-child(3) {
  top: 22px;
  width: 25px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.header-tb .navicon span {
  background: #fff;
}

.header-nav {
  padding: 0;
}
@media only screen and (max-width: 991px) {
  .header-nav {
    overflow-y: scroll;
    position: fixed;
    width: 60px;
    left: -280px;
    height: 100vh !important;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    top: 0;
    background-color: #fff;
    margin: 0;
    z-index: 99;
  }
}
@media only screen and (max-width: 991px) {
  .header-nav.show {
    left: -1px;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
    width: 280px;
  }
}
.header-nav .logo-header {
  display: none;
}
@media only screen and (max-width: 991px) {
  .header-nav .logo-header {
    padding: 30px 20px;
    float: none;
    height: auto;
    width: 240px;
  }
}
.header-nav .nav {
  float: right;
  padding: 0;
  font-size: 0;
}
.header-nav .nav > li {
  margin: 0px;
  font-weight: 400;
  position: relative;
}
.header-nav .nav > li.has-mega-menu {
  position: inherit;
}
@media only screen and (max-width: 991px) {
  .header-nav .nav > li {
    border-bottom: 1px solid #eee;
    width: 100%;
  }
}
.header-nav .nav > li.menu-item-has-children > a:after, .header-nav .nav > li.sub-menu-down > a:after {
  content: "";
  font-size: 9px;
  margin-left: 5px;
  margin-top: 0;
  vertical-align: middle;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}
@media only screen and (max-width: 991px) {
  .header-nav .nav > li.menu-item-has-children > a:after, .header-nav .nav > li.sub-menu-down > a:after {
    content: "\f054";
    background-color: var(--primary);
    color: #fff;
    height: 30px;
    line-height: 30px;
    right: 0;
    text-align: center;
    width: 30px;
    z-index: 3;
    float: right;
    font-size: 12px;
    margin: 0;
  }
}
@media only screen and (max-width: 991px) {
  .header-nav .nav > li.menu-item-has-children > a:after:before, .header-nav .nav > li.sub-menu-down > a:after:before {
    content: "\f078";
  }
}
@media only screen and (max-width: 991px) {
  .header-nav .nav > li.menu-item-has-children.open > a:after, .header-nav .nav > li.sub-menu-down.open > a:after {
    content: "\f078";
    background: #333;
  }
}
.header-nav .nav > li > a {
  color: #212529;
  font-size: 15px;
  padding: 42px 20px;
  cursor: pointer;
  font-weight: 400;
  display: inline-block;
  position: relative;
  border-width: 0 0 0 1px;
  text-transform: capitalize;
  line-height: 1.1;
}
@media only screen and (max-width: 1680px) {
  .header-nav .nav > li > a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 1280px) {
  .header-nav .nav > li > a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .header-nav .nav > li > a {
    padding: 8px 0;
    display: block;
    line-height: 30px;
    font-size: 16px;
  }
}
.header-nav .nav > li .mega-menu,
.header-nav .nav > li .sub-menu {
  background-color: #fff;
  display: block;
  left: 0;
  list-style: none;
  opacity: 0;
  padding: 5px 0;
  position: absolute;
  visibility: hidden;
  width: 220px;
  z-index: 10;
  margin-top: 20px;
  box-shadow: 0px 1px 40px 0px rgba(0, 0, 0, 0.1);
  text-align: left;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 991px) {
  .header-nav .nav > li .mega-menu,
  .header-nav .nav > li .sub-menu {
    display: none;
    position: static;
    visibility: visible;
    width: auto;
    padding: 0;
    background: transparent;
    box-shadow: none;
    margin: 0;
    border-top: 1px solid #eee;
    -webkit-transition: none;
    -ms-transition: none;
    transition: none;
  }
  .header-nav .nav > li .mega-menu > li > a i,
  .header-nav .nav > li .sub-menu > li > a i {
    color: #fff !important;
    height: 30px;
    line-height: 30px;
    right: 0;
    text-align: center;
    width: 30px;
    z-index: 3;
    font-size: 14px !important;
    margin: 0 !important;
    background: #aaa;
  }
}
.header-nav .nav > li .mega-menu .menu-item-has-children > a:before,
.header-nav .nav > li .sub-menu .menu-item-has-children > a:before {
  content: "\f054";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  float: right;
  font-size: 12px;
  margin-top: 2px;
}
@media only screen and (max-width: 991px) {
  .header-nav .nav > li .mega-menu .menu-item-has-children.open > a:before,
  .header-nav .nav > li .sub-menu .menu-item-has-children.open > a:before {
    content: "\f054";
  }
}
@media only screen and (max-width: 991px) {
  .header-nav .nav > li .mega-menu,
  .header-nav .nav > li .sub-menu {
    display: none;
    position: static;
    visibility: visible;
    width: auto;
    background: transparent;
    box-shadow: none;
    margin: 0;
    border-top: 1px solid #eee;
    padding: 0 0;
    -webkit-transition: none;
    -ms-transition: none;
    transition: none;
    opacity: 1;
  }
  .header-nav .nav > li .mega-menu .menu-item-has-children > a:before, .header-nav .nav > li .mega-menu > li > a i,
  .header-nav .nav > li .sub-menu .menu-item-has-children > a:before,
  .header-nav .nav > li .sub-menu > li > a i {
    color: var(--primary) !important;
    height: 30px;
    line-height: 30px;
    right: 0;
    text-align: center;
    width: 30px;
    z-index: 3;
    margin: 0 !important;
    background: var(--rgba-primary-2);
  }
}
.header-nav .nav > li .mega-menu li,
.header-nav .nav > li .sub-menu li {
  position: relative;
}
.header-nav .nav > li .mega-menu li a,
.header-nav .nav > li .sub-menu li a {
  color: #212529;
  display: block;
  font-size: 14px;
  padding: 10px 25px;
  text-transform: capitalize;
  position: relative;
  transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  font-weight: 500;
}
.header-nav .nav > li .mega-menu li a:after,
.header-nav .nav > li .sub-menu li a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: var(--primary);
  left: 20px;
  top: 20px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
@media only screen and (max-width: 991px) {
  .header-nav .nav > li .mega-menu li a,
  .header-nav .nav > li .sub-menu li a {
    padding: 5px 0 5px 15px;
    display: block;
    line-height: 30px;
    position: relative;
    border: 1px solid #eee;
    border-width: 0 0 1px 0px;
    font-weight: 400;
    color: #777;
    font-size: 15px;
  }
  .header-nav .nav > li .mega-menu li a:after,
  .header-nav .nav > li .sub-menu li a:after {
    font-family: FontAwesome;
    width: auto;
    height: auto;
    background: 0 0 !important;
    top: 1px;
    color: #070120;
    font-size: 16px;
    position: absolute;
    left: 0;
    font-weight: 700;
  }
}
.header-nav .nav > li .mega-menu li:hover > a,
.header-nav .nav > li .sub-menu li:hover > a {
  color: var(--primary);
  padding: 10px 20px 10px 35px;
}
@media only screen and (max-width: 991px) {
  .header-nav .nav > li .mega-menu li:hover > a,
  .header-nav .nav > li .sub-menu li:hover > a {
    padding: 5px 0 5px 15px;
    background: transparent;
  }
}
.header-nav .nav > li .mega-menu li:hover > a:after,
.header-nav .nav > li .sub-menu li:hover > a:after {
  width: 10px;
}
.header-nav .nav > li .mega-menu li > .sub-menu,
.header-nav .nav > li .sub-menu li > .sub-menu {
  left: 220px;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
@media only screen and (max-width: 991px) {
  .header-nav .nav > li .mega-menu li > .sub-menu,
  .header-nav .nav > li .sub-menu li > .sub-menu {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .header-nav .nav > li .mega-menu .mega-menu,
  .header-nav .nav > li .mega-menu .sub-menu,
  .header-nav .nav > li .sub-menu .mega-menu,
  .header-nav .nav > li .sub-menu .sub-menu {
    border-top: 0;
  }
  .header-nav .nav > li .mega-menu .mega-menu li a,
  .header-nav .nav > li .mega-menu .sub-menu li a,
  .header-nav .nav > li .sub-menu .mega-menu li a,
  .header-nav .nav > li .sub-menu .sub-menu li a {
    padding: 5px 0 5px 30px;
  }
  .header-nav .nav > li .mega-menu .mega-menu li a:after,
  .header-nav .nav > li .mega-menu .sub-menu li a:after,
  .header-nav .nav > li .sub-menu .mega-menu li a:after,
  .header-nav .nav > li .sub-menu .sub-menu li a:after {
    width: 5px;
    content: none;
    height: 5px;
    background: #262F5A !important;
    border-radius: 4px;
    top: 13px;
  }
}
@media only screen and (max-width: 1280px) {
  .header-nav .nav > li:nth-last-child(4) .mega-menu li > .sub-menu,
  .header-nav .nav > li:nth-last-child(4) .sub-menu li > .sub-menu, .header-nav .nav > li:nth-last-child(3) .mega-menu li > .sub-menu,
  .header-nav .nav > li:nth-last-child(3) .sub-menu li > .sub-menu, .header-nav .nav > li:nth-last-child(2) .mega-menu li > .sub-menu,
  .header-nav .nav > li:nth-last-child(2) .sub-menu li > .sub-menu, .header-nav .nav > li:nth-last-child(1) .mega-menu li > .sub-menu,
  .header-nav .nav > li:nth-last-child(1) .sub-menu li > .sub-menu {
    left: auto;
    right: 220px;
  }
  .header-nav .nav > li:nth-last-child(2) .mega-menu,
  .header-nav .nav > li:nth-last-child(2) .sub-menu, .header-nav .nav > li:nth-last-child(1) .mega-menu,
  .header-nav .nav > li:nth-last-child(1) .sub-menu {
    left: auto;
    right: 0;
  }
}
.header-nav .nav > li .sub-menu li > a > i {
  color: inherit;
  display: block;
  float: right;
  font-size: 10px;
  opacity: 1;
  margin-top: 7px;
}
.header-nav .nav > li .mega-menu {
  display: flex;
  right: 0px;
  width: 100%;
  z-index: 9;
  padding: 0;
}
.header-nav .nav > li .mega-menu > li {
  display: block;
  padding: 30px 0 25px;
  position: relative;
  vertical-align: top;
  width: 25%;
}
@media only screen and (max-width: 991px) {
  .header-nav .nav > li .mega-menu > li {
    width: 100%;
    padding: 0;
  }
}
.header-nav .nav > li .mega-menu > li > a {
  color: #212529;
  display: block;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
}
.header-nav .nav > li .mega-menu > li > a > i {
  font-size: 14px;
  margin-right: 5px;
  text-align: center;
  width: 15px;
}
@media only screen and (max-width: 991px) {
  .header-nav .nav > li .mega-menu > li > a {
    display: none;
  }
}
.header-nav .nav > li .mega-menu > li:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 0px;
  top: 0px;
  display: block;
  width: 1px;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .header-nav .nav > li .mega-menu > li:after {
    content: none;
  }
}
.header-nav .nav > li .mega-menu > li:last-child:after {
  display: none;
}
.header-nav .nav > li .mega-menu > li:hover > a {
  background-color: transparent;
}
.header-nav .nav > li .mega-menu > li li i {
  font-size: 14px;
  margin-right: 5px;
  text-align: center;
  width: 15px;
}
@media only screen and (max-width: 991px) {
  .header-nav .nav > li .mega-menu {
    display: none;
    padding: 10px 0;
  }
}
.header-nav .nav > li:hover > .mega-menu, .header-nav .nav > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 991px) {
  .header-nav .nav > li:hover > .mega-menu, .header-nav .nav > li:hover > .sub-menu {
    -webkit-transition: none;
    -ms-transition: none;
    transition: none;
  }
}
.header-nav .nav > li:hover > .mega-menu li:hover > .sub-menu, .header-nav .nav > li:hover > .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  top: -1px;
}
.header-nav .nav > li.open .mega-menu,
.header-nav .nav > li.open .sub-menu {
  display: block;
  opacity: 1;
  -webkit-transition: none;
  -ms-transition: none;
  transition: none;
}
.header-nav .nav > li.open .open.menu-item-has-children > a:before {
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.header-nav .nav > li.open .open .mega-menu,
.header-nav .nav > li.open .open .sub-menu {
  display: block;
  opacity: 1;
  -webkit-transition: none;
  -ms-transition: none;
  transition: none;
}
@media only screen and (max-width: 1400px) {
  .header-nav .nav > li:nth-last-child(3) .sub-menu .sub-menu, .header-nav .nav > li:nth-last-child(2) .sub-menu .sub-menu, .header-nav .nav > li:last-child .sub-menu .sub-menu {
    left: -220px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-nav .nav > li:last-child .sub-menu {
    left: auto;
    right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .header-nav .nav {
    float: none;
    padding: 0 20px;
  }
}
.header-nav .sidebar-footer {
  display: none;
}
@media only screen and (max-width: 991px) {
  .header-nav .sidebar-footer {
    display: block;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-top: auto;
    width: 100%;
  }
}
.header-nav .sidebar-footer .dz-login-register {
  text-align: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.header-nav .dz-social-icon {
  display: none;
  text-align: center;
}
.header-nav .dz-social-icon li {
  display: inline-block;
  margin: 0 2px;
}
.header-nav .dz-social-icon a {
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid #eee;
  line-height: 38px;
  text-align: center;
  border-radius: 40px;
}
@media only screen and (max-width: 991px) {
  .header-nav .dz-social-icon {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.header-transparent .top-bar,
.header-transparent .main-bar {
  background: transparent;
}
.header-transparent .container-fluid, .header-transparent .container-sm, .header-transparent .container-md, .header-transparent .container-lg, .header-transparent .container-xl {
  padding-left: 80px;
  padding-right: 80px;
}
@media only screen and (max-width: 1280px) {
  .header-transparent .container-fluid, .header-transparent .container-sm, .header-transparent .container-md, .header-transparent .container-lg, .header-transparent .container-xl {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header-transparent .side-menu-btn .menu-icon-in span {
  background-color: #fff;
}
.header-transparent .is-fixed .side-menu-btn .menu-icon-in span {
  background-color: #212529;
}
@media only screen and (min-width: 991px) {
  .header-transparent .nav > li > a {
    color: #fff;
  }
}
.header-transparent .navbar-toggler span {
  background: #fff;
}
.header-transparent .is-fixed .nav > li > a {
  color: #212529;
}
.header-transparent .is-fixed .navbar-toggler span {
  background: #212529;
}
.header-transparent .top-bar {
  border-color: #fff;
}
.header-transparent .top-bar .dz-topbar-left li,
.header-transparent .top-bar .dz-topbar-left i,
.header-transparent .top-bar .dz-topbar-right li,
.header-transparent .top-bar .dz-topbar-right i {
  color: #fff;
}

.is-fixed .main-bar {
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  transition: all 0.5s;
}

@media only screen and (max-width: 991px) {
  .mo-left .header-nav {
    overflow-y: scroll;
    position: fixed;
    width: 280px;
    left: -280px;
    height: 100vh !important;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    top: 0;
    background-color: #fff;
    margin: 0;
    z-index: 99;
  }
  .mo-left .header-nav.nav-dark {
    background-color: #202020;
  }
  .mo-left .header-nav.show {
    left: -1px;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    margin: 0;
    width: 280px;
  }
  .mo-left .header-nav .logo-header {
    display: block;
    float: none;
    height: auto !important;
    max-width: 100%;
    padding: 25px 20px;
    width: 100% !important;
  }
  .mo-left .header-nav .logo-header img {
    max-width: unset;
    width: 180px;
    vertical-align: middle;
  }
  .mo-left .header-nav li.open a {
    position: relative;
  }
  .mo-left .navbar-toggler.open {
    z-index: 99;
  }
  .mo-left .navbar-toggler.open:after {
    background-color: rgba(0, 0, 0, 0.6);
    content: "";
    left: 0;
    position: fixed;
    right: -20px;
    top: -63px;
    transform: scale(100);
    -o-transform: scale(100);
    -moz-transform: scale(100);
    -webkit-transform: scale(100);
    width: 100%;
    z-index: -1;
    transition: all 0.5s;
    transform-origin: top right;
    margin: 0 0px 0px 20px;
    -webkit-box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.6);
  }
  .mo-left .navbar-toggler.open span {
    background: #fff;
  }
}
.shop-cart {
  margin-right: 20px;
}
@media only screen and (max-width: 575px) {
  .shop-cart {
    margin-right: 10px;
  }
}
.shop-cart > a {
  font-size: 22px;
}
.shop-cart .cart-btn .badge {
  padding: 2px 4px 2px 4px;
  font-size: 12px;
  top: -5px;
  position: absolute;
  right: -5px;
  background: var(--primary);
  border-radius: 0;
}

.text-black .nav > li > a {
  color: #212529;
}
.text-black .navbar-toggler span {
  background: #212529;
}

.logo-header .logo-main {
  display: block;
}
.logo-header .logo-show-fix {
  display: none;
}

.is-fixed .logo-main {
  display: none;
}
.is-fixed .logo-show-fix {
  display: block;
}

.site-header.style-1 .top-bar {
  background: var(--primary);
  z-index: 1;
  font-family: var(--font-family-title);
}
.site-header.style-1 .top-bar .dz-topbar-left li,
.site-header.style-1 .top-bar .dz-topbar-left i,
.site-header.style-1 .top-bar .dz-topbar-left a,
.site-header.style-1 .top-bar .dz-topbar-right li,
.site-header.style-1 .top-bar .dz-topbar-right i,
.site-header.style-1 .top-bar .dz-topbar-right a {
  color: #fff;
}
.site-header.style-1 .extra-cell {
  display: flex;
  align-items: center;
}
.site-header.style-1 .extra-cell .login-btn {
  margin-left: 30px;
}
.site-header.style-1 .extra-cell .login-btn i {
  font-size: 18px;
  margin-right: 10px;
  line-height: 18px;
}
@media only screen and (max-width: 1680px) {
  .site-header.style-1 .extra-cell .login-btn i {
    margin: 0;
  }
}
@media only screen and (max-width: 1680px) {
  .site-header.style-1 .extra-cell .login-btn {
    margin-left: 20px;
    width: 45px;
    height: 45px;
    padding: 12px;
  }
  .site-header.style-1 .extra-cell .login-btn span {
    display: none;
  }
}
.site-header.style-1 .search-link i {
  font-size: 18px;
  line-height: 18px;
}
.site-header.style-1 .header-nav .nav > li {
  font-family: "Oswald", sans-serif;
}
@media only screen and (max-width: 991px) {
  .site-header.style-1 .header-nav .nav > li {
    font-family: var(--font-family-base);
  }
}
.site-header.style-1 .header-nav .nav > li > a {
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 3px;
}
@media only screen and (max-width: 991px) {
  .site-header.style-1 .header-nav .nav > li > a {
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: unset;
  }
}
@media only screen and (min-width: 991px) {
  .site-header.style-1 .header-nav .nav > li > a:after {
    width: 5px;
    height: 5px;
    background: var(--primary);
    display: block;
    position: absolute;
    right: -2px;
    top: calc(50% - 2px);
    content: "";
  }
}
@media only screen and (min-width: 991px) {
  .site-header.style-1 .header-nav .nav > li:last-child > a:after {
    content: none;
  }
}
.site-header.style-1 .header-nav .nav > li .mega-menu li a,
.site-header.style-1 .header-nav .nav > li .sub-menu li a {
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .site-header.style-1 .header-nav .nav > li .mega-menu li a,
  .site-header.style-1 .header-nav .nav > li .sub-menu li a {
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: unset;
  }
}
@media only screen and (max-width: 991px) {
  .site-header.style-1 {
    padding-top: 0;
    position: relative;
  }
}
.site-header.style-1 .phone-no {
  color: var(--primary);
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 3px;
  margin: 0;
  font-family: "Oswald", sans-serif;
}
@media only screen and (max-width: 1680px) {
  .site-header.style-1 .phone-no {
    display: none;
  }
}
.site-header.style-1.header-transparent .extra-nav #quik-search-btn {
  color: #fff;
}
.site-header.style-1.header-transparent .shop-cart .site-button-link {
  color: #fff;
}
.site-header.style-1.header-transparent .is-fixed .extra-nav #quik-search-btn {
  color: var(--title);
}
.site-header.style-1.header-transparent .is-fixed .shop-cart .site-button-link {
  color: var(--title);
}
.site-header.style-1.header-transparent .logo-header .site-title a {
  color: #fff;
}
.site-header.style-1.header-transparent .is-fixed .logo-header .site-title a {
  color: var(--title);
}
.site-header.style-2 .main-bar {
  box-shadow: none;
}
.site-header.style-2 .is-fixed .main-bar {
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
}
.site-header.style-2 .menu-btn {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100px;
}
.site-header.style-2 .menu-btn span {
  left: 36px;
}
.site-header.style-2 .menu-btn span:nth-child(1) {
  top: 41px;
  width: 25px;
}
.site-header.style-2 .menu-btn span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
.site-header.style-2 .menu-btn span:nth-child(3) {
  top: 58px;
  width: 15px;
}
.site-header.style-2 .extra-nav .extra-cell {
  display: flex;
  align-items: center;
}
.site-header.style-2 .extra-nav .extra-cell .login-btn {
  margin-right: 20px;
}
.site-header.style-2 .extra-nav .extra-cell .login-btn i {
  margin-right: 10px;
}
@media only screen and (max-width: 1680px) {
  .site-header.style-2 .extra-nav .extra-cell .login-btn {
    width: 45px;
    height: 45px;
    padding: 12px;
  }
  .site-header.style-2 .extra-nav .extra-cell .login-btn span {
    display: none;
  }
}
.site-header.style-2 .extra-nav .extra-cell .shop-cart {
  margin-right: 25px;
}
@media only screen and (max-width: 991px) {
  .site-header.style-2 .extra-nav .extra-cell {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1280px) {
  .site-header.style-2 .extra-nav .social-list {
    display: none;
  }
}
.site-header.style-2 .header-nav .nav > li {
  font-family: "Oswald", sans-serif;
}
.site-header.style-2 .header-nav .nav > li > a {
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 3px;
  padding: 42px 20px;
}
@media only screen and (max-width: 1680px) {
  .site-header.style-2 .header-nav .nav > li > a {
    padding: 42px 12px;
  }
}
@media only screen and (max-width: 991px) {
  .site-header.style-2 .header-nav .nav > li > a {
    padding: 8px 0px;
  }
}
.site-header.style-2 .header-nav .nav > li .sub-menu li a {
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.site-header.style-2 .logo-header {
  margin-left: 100px;
}
@media only screen and (max-width: 1280px) {
  .site-header.style-2 .logo-header {
    margin-left: 120px;
  }
}
@media only screen and (max-width: 991px) {
  .site-header.style-2 .logo-header {
    margin-left: 0;
  }
}
.site-header.center .logo-header {
  position: absolute;
  transform: translate(-50%);
  -moz-transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -o-transform: translate(-50%);
  position: absolute;
  left: 50%;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .site-header.center .logo-header {
    position: unset;
    transform: unset;
    -moz-transform: unset;
    -webkit-transform: unset;
    -o-transform: unset;
    position: unset;
    left: auto;
    text-align: left;
  }
}
.site-header.center .header-nav .nav {
  display: inline-block;
  float: left;
  width: 40%;
}
@media only screen and (max-width: 991px) {
  .site-header.center .header-nav .nav {
    width: 100%;
    float: none;
  }
}
.site-header.center .header-nav .nav > li {
  display: inline-block;
}
.site-header.center .header-nav .nav.navbar-left {
  text-align: right;
  margin-right: 100px;
}
@media only screen and (max-width: 991px) {
  .site-header.center .header-nav .nav.navbar-left {
    text-align: left;
    margin-right: 0;
  }
}
.site-header.center .header-nav .nav.navbar-right {
  float: right;
  margin-left: 100px;
}
@media only screen and (max-width: 991px) {
  .site-header.center .header-nav .nav.navbar-right {
    float: none;
    margin-left: 0;
  }
}

.site-header.style-2 .header-nav .nav > li:hover > a,
.site-header.style-1 .header-nav .nav > li.active > a {
  color: var(--primary);
}

.menu-btn {
  background: var(--primary);
  width: 45px;
  height: 45px;
  box-shadow: 0 5px 15px -10px var(--primary);
  margin-right: 55px;
}
@media only screen and (max-width: 1680px) {
  .menu-btn {
    margin-right: 0;
  }
}
.menu-btn span {
  background: #fff;
  left: 10px;
}
.menu-btn span:nth-child(1) {
  top: 14px;
  width: 25px;
}
.menu-btn span:nth-child(2) {
  top: 21.5px;
  width: 20px;
}
.menu-btn span:nth-child(3) {
  top: 29px;
  width: 15px;
}
.menu-btn.open span:nth-child(1) {
  top: 22px;
}
.menu-btn.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.menu-btn.open span:nth-child(3) {
  top: 22px;
  width: 25px;
}

.sidebar-menu {
  display: flex;
  align-items: center;
  height: 100px;
  float: left;
  margin-right: 20px;
}
@media only screen and (max-width: 991px) {
  .sidebar-menu {
    display: none;
  }
}

.contact-sidebar {
  padding: 30px;
  position: fixed;
  height: 100%;
  width: 300px;
  z-index: 99999;
  background: #fff;
  top: 0;
  left: -300px;
  overflow-y: auto;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
.contact-sidebar.active {
  left: 0;
}
.contact-sidebar .logo-contact {
  margin-bottom: 40px;
  display: block;
}
.contact-sidebar .logo-contact img {
  width: 180px;
}
.contact-sidebar .dz-title {
  margin-bottom: 10px;
}
.contact-sidebar .dz-title h4, .contact-sidebar .dz-title .h4 {
  font-size: 24px;
  font-family: var(--font-family-title);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0px;
  font-weight: 500;
  line-height: 1;
}
.contact-sidebar .contact-text p {
  font-weight: 500;
}
.contact-sidebar .icon-bx-wraper {
  margin-bottom: 20px;
}
.contact-sidebar .icon-bx-wraper .icon-md {
  padding: 0;
  margin-right: 15px;
  background: var(--primary);
  box-shadow: 0px 5px 10px 0 var(--rgba-primary-1);
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-top: 5px;
}
.contact-sidebar .icon-bx-wraper .icon-md i {
  font-size: 28px;
}
.contact-sidebar .icon-bx-wraper .tilte {
  font-family: var(--font-family-title);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 5px;
}
.contact-sidebar .icon-bx-wraper p {
  font-size: 14px;
  font-weight: 500;
}

.menu-close {
  width: 0;
  position: fixed;
  height: 100%;
  background: #333;
  top: 0;
  opacity: 0.9;
  left: 0;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  z-index: 99998;
}

.contact-sidebar.active + .menu-close {
  width: 100%;
}

.dz-bnr-inr {
  background: #f8f8f8;
  height: 400px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .dz-bnr-inr {
    height: 300px;
  }
}
@media only screen and (max-width: 575px) {
  .dz-bnr-inr {
    height: 230px;
  }
}
.dz-bnr-inr .container {
  display: table;
  height: 100%;
}
.dz-bnr-inr .dz-bnr-inr-entry {
  height: 400px;
  vertical-align: middle;
  display: table-cell;
}
@media only screen and (max-width: 991px) {
  .dz-bnr-inr .dz-bnr-inr-entry {
    height: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .dz-bnr-inr .dz-bnr-inr-entry {
    text-align: center;
  }
  .dz-bnr-inr .dz-bnr-inr-entry .breadcrumb-row {
    display: inline-block;
  }
}
@media only screen and (max-width: 575px) {
  .dz-bnr-inr .dz-bnr-inr-entry {
    height: 230px;
  }
}
.dz-bnr-inr h1, .dz-bnr-inr .h1 {
  font-weight: 700;
  font-size: 50px;
  margin-bottom: 10px;
  text-transform: capitalize;
}
@media only screen and (max-width: 991px) {
  .dz-bnr-inr h1, .dz-bnr-inr .h1 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .dz-bnr-inr h1, .dz-bnr-inr .h1 {
    font-size: 28px;
  }
}
.dz-bnr-inr.dz-bnr-inr-lg {
  height: 575px;
}
.dz-bnr-inr.dz-bnr-inr-lg .dz-bnr-inr-entry {
  height: 575px;
}
@media only screen and (max-width: 991px) {
  .dz-bnr-inr.dz-bnr-inr-lg {
    height: 400px;
  }
  .dz-bnr-inr.dz-bnr-inr-lg .dz-bnr-inr-entry {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .dz-bnr-inr.dz-bnr-inr-lg {
    height: 350px;
  }
  .dz-bnr-inr.dz-bnr-inr-lg .dz-bnr-inr-entry {
    height: 350px;
  }
}
@media only screen and (max-width: 575px) {
  .dz-bnr-inr.dz-bnr-inr-lg {
    height: 300px;
  }
  .dz-bnr-inr.dz-bnr-inr-lg .dz-bnr-inr-entry {
    height: 300px;
  }
}
.dz-bnr-inr.dz-bnr-inr-sm {
  height: 300px;
}
.dz-bnr-inr.dz-bnr-inr-sm .dz-bnr-inr-entry {
  height: 300px;
}
.dz-bnr-inr.bnr-no-img:before {
  content: none;
}
.dz-bnr-inr.dz-bnr-inr-md {
  height: 400px;
}
.dz-bnr-inr.dz-bnr-inr-md .dz-bnr-inr-entry {
  height: 400px;
}

.breadcrumb-row ul {
  background: transparent;
  padding: 0;
}
.breadcrumb-row ul li {
  padding: 0;
  margin-right: 3px;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}
.breadcrumb-row ul li.active {
  color: #fff;
}
.breadcrumb-row ul li a {
  color: #fff;
}
.breadcrumb-row ul .breadcrumb-item + .breadcrumb-item::before {
  content: "|";
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  padding-right: 10px;
}

.dz-bnr-inr.style-1.overlay-white-dark:before {
  opacity: 1;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.5+0,1+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgb(255, 255, 255) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgb(255, 255, 255) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#80ffffff", endColorstr="#ffffff",GradientType=0 ); /* IE6-9 */
}
.dz-bnr-inr.style-1 .breadcrumb-row {
  display: inline-table;
}
.dz-bnr-inr.style-1 .breadcrumb-row ul {
  margin: 0;
  justify-content: center;
}
.dz-bnr-inr.style-1 .breadcrumb-row ul li {
  position: relative;
  color: #212529;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
  padding-left: 25px;
  padding-right: 25px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .dz-bnr-inr.style-1 .breadcrumb-row ul li {
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.dz-bnr-inr.style-1 .breadcrumb-row ul li a {
  color: #212529;
}
.dz-bnr-inr.style-1 .breadcrumb-row ul li::before {
  content: "";
  height: 8px;
  width: 8px;
  background-color: var(--primary);
  padding: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .dz-bnr-inr.style-1 .breadcrumb-row ul li::before {
    height: 5px;
    width: 5px;
    left: -1px;
  }
}
.dz-bnr-inr.style-1 .breadcrumb-row ul li:first-child::before {
  content: none;
}
.dz-bnr-inr.style-1 h1, .dz-bnr-inr.style-1 .h1 {
  margin-bottom: 25px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .dz-bnr-inr.style-1 h1, .dz-bnr-inr.style-1 .h1 {
    letter-spacing: 0;
  }
}
.dz-bnr-inr.style-1 .dz-bnr-inr-entry {
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .dz-bnr-inr.style-1 .dz-media {
    display: none;
  }
  .dz-bnr-inr.style-1 .dz-bnr-inr-entry {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .dz-bnr-inr.style-1 h1, .dz-bnr-inr.style-1 .h1 {
    margin-bottom: 10px;
  }
}
.dz-bnr-inr.style-2 {
  overflow: unset;
  margin-bottom: 25px;
}
.dz-bnr-inr.style-2 .dz-bnr-inr-entry {
  padding-top: 0;
  text-align: center;
}
.dz-bnr-inr.style-2 h1, .dz-bnr-inr.style-2 .h1 {
  font-size: 80px;
}
.dz-bnr-inr.style-2 p {
  width: 600px;
  margin: auto;
}
.dz-bnr-inr.style-2:after {
  content: "";
  background-image: url(../images/banner/pattern1.png);
  background-size: cover;
  z-index: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.dz-bnr-inr.style-2 .breadcrumb-row {
  position: absolute;
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%);
  display: inline-table;
  padding: 0 15px;
}
.dz-bnr-inr.style-2 .breadcrumb-row ul {
  margin: 0;
  background-color: var(--primary);
  padding: 15px 30px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-bottom: 3px solid;
  border-color: #212529 !important;
  border-radius: 0;
}
@media only screen and (max-width: 767px) {
  .dz-bnr-inr.style-2 p {
    width: 100%;
  }
}
.dz-bnr-inr.style-3:after {
  content: "";
  background-image: url(../images/banner/pattern2.png);
  background-position: center 35%;
  background-size: cover;
  z-index: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.dz-bnr-inr.style-3 .dz-bnr-inr-entry {
  padding-top: 0;
  text-align: center;
}
.dz-bnr-inr.style-3 h1, .dz-bnr-inr.style-3 .h1 {
  font-size: 80px;
}
.dz-bnr-inr.style-3 .breadcrumb-row ul {
  justify-content: center;
  margin-bottom: 0;
}
.dz-bnr-inr.style-3 .breadcrumb-row ul li:last-child {
  color: var(--primary);
}

.square-bx {
  position: absolute;
  width: 170px;
  height: 130px;
  top: 50%;
  transform: translate(-25%, -50%);
  right: 25%;
  z-index: -1;
}
.square-bx:before, .square-bx:after {
  content: "";
  position: absolute;
  background-color: var(--primary);
  border-radius: 10px;
}
.square-bx:before {
  height: 95px;
  width: 95px;
  left: 0;
  top: 0;
}
.square-bx:after {
  height: 55px;
  width: 55px;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 991px) {
  .square-bx {
    width: 100px;
    height: 80px;
    top: 40%;
    transform: translate(-25%, -40%);
  }
  .square-bx:before {
    height: 60px;
    width: 60px;
  }
  .square-bx:after {
    height: 30px;
    width: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .square-bx {
    display: none;
  }
}

.page-title {
  padding: 30px 0;
}
.page-title.dashboard {
  background: transparent;
  margin-left: 75px;
  padding: 20px 0 0px;
}
.page-title .page-title-content p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0px;
}
.page-title .page-title-content p span {
  font-weight: 500;
  color: var(--primary);
}

.breadcrumbs {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 575px) {
  .breadcrumbs {
    justify-content: flex-start;
  }
}
.breadcrumbs li a {
  color: #AEAED5;
  display: inline-block;
  margin-left: 15px;
  font-size: 14px;
}
.breadcrumbs li:first-child a {
  margin-left: 0px;
}
.breadcrumbs li.active a {
  color: var(--primary);
}

.bottom {
  background: #1b2a4e;
}
@media only screen and (max-width: 575px) {
  .bottom {
    padding-bottom: 0;
  }
}
.bottom .bottom-logo p {
  line-height: 30px;
  font-weight: 400;
  color: #aaaaaa;
}
@media only screen and (max-width: 991px) {
  .bottom .bottom-widget {
    margin-bottom: 30px;
  }
}
.bottom .bottom-widget .widget-title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.bottom .bottom-widget ul li a {
  color: #aaaaaa;
  font-weight: 400;
  margin-bottom: 10px;
  display: inline-block;
}

footer {
  font-size: 15px;
  background-image: url();
}
footer .widget {
  margin-bottom: 50px;
}
footer strong {
  color: #fff;
}
footer .footer-logo {
  margin-bottom: 25px;
}
footer .footer-logo img {
  max-width: 100%;
}
footer .widget-logo ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
footer .widget-logo ul li {
  display: inline-block;
  flex: 50%;
  padding: 0 15px 15px 0px;
}
footer .widget_about p {
  margin-bottom: 20px;
  line-height: 24px;
}
footer .footer-title {
  margin: 0;
  font-weight: 700;
  padding-bottom: 15px;
  margin-bottom: 30px;
  position: relative;
  color: #fff;
  line-height: 1.2;
}
footer .footer-title .dz-separator {
  position: absolute;
  bottom: 0;
  left: 0;
}
footer .widget:hover .footer-title span:after {
  width: 5px;
}
footer .widget:hover .footer-title span:before {
  width: 55px;
}
footer .footer-top {
  padding: 70px 0 20px;
}
@media only screen and (max-width: 767px) {
  footer .footer-top {
    padding: 50px 0 0;
  }
}
footer .footer-bottom {
  background-color: #36404a;
  font-size: 15px;
  padding: 15px 0;
}
footer .footer-bottom .copyright-text a {
  color: #fff;
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  footer .footer-bottom {
    text-align: center !important;
  }
  footer .footer-bottom .text-left,
  footer .footer-bottom .text-right {
    text-align: center !important;
  }
  footer .footer-bottom .text-right {
    margin-top: 10px;
  }
}
footer .widget-link li {
  display: inline-block;
  text-transform: uppercase;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  footer .widget-link li {
    margin-left: 8px;
    margin-right: 7px;
  }
}
footer .widget-link a {
  color: #fff;
}
footer .widget_services ul li a {
  color: #fff;
  display: block;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
footer .widget_services.style-1 ul li a {
  padding: 5px 0 5px 15px;
}
footer .widget_services.style-1 ul li a:before {
  content: "\f105";
  font-family: fontawesome;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: var(--primary);
}
footer .wp-block-latest-posts li,
footer .wp-block-categories-list li,
footer .wp-block-archives-list li,
footer .widget_categories ul li,
footer .widget_archive ul li,
footer .widget_meta ul li,
footer .widget_pages ul li,
footer .widget_recent_comments ul li,
footer .widget_nav_menu li,
footer .widget_recent_entries ul li,
footer .widget_services ul li {
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  left: 0;
}

.widget_getintuch ul li {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.widget_getintuch ul li i {
  height: 40px;
  width: 40px;
  min-width: 40px;
  line-height: 40px;
  margin-right: 10px;
  text-align: center;
  background-color: var(--primary);
  display: block;
  border-radius: 50px;
}

.contact-ft-1 {
  text-align: center;
  margin-bottom: 40px;
}
.contact-ft-1 i {
  color: var(--primary);
  font-size: 50px;
  line-height: 1;
  margin-bottom: 15px;
  display: inline-block;
}
.contact-ft-1 h4, .contact-ft-1 .h4 {
  color: #fff;
  text-decoration: underline;
}
.contact-ft-1 h5, .contact-ft-1 .h5 {
  color: #fff;
  font-weight: 400;
}

.list-column ul {
  display: flex;
  flex-wrap: wrap;
}
.list-column ul li {
  flex: 0 0 50%;
  max-width: 50%;
}

.fb-link {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fb-link li {
  display: inline-block;
}
.fb-link li a {
  color: #fff;
  position: relative;
}
.fb-link li a:after {
  content: "";
  background: var(--primary);
  width: 5px;
  height: 5px;
}

.footer-link li {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  position: relative;
  padding: 0 25px 0 20px;
}
.footer-link li a {
  color: #212529;
  letter-spacing: 3px;
}
.footer-link li:before {
  content: "";
  height: 5px;
  width: 5px;
  background-color: var(--primary);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.widget_time ul li {
  display: block;
  margin-bottom: 5px;
}
.widget_time ul li label {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
  margin-right: 3px;
}

.ft-clients {
  background-color: #fff;
  border-bottom: 10px solid var(--primary);
  box-shadow: 5px 0 15px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  z-index: 1;
  position: relative;
}

.ft-clients-area {
  position: relative;
}
.ft-clients-area:before {
  content: "";
  position: absolute;
  height: 50%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
}
.ft-clients-area.bg-gray {
  background-color: transparent;
}
.ft-clients-area.bg-gray:before {
  background-color: #f7f9fb;
}

.site-footer.style-1 {
  color: #777777;
  background-image: url(../images/background/pattern2.png), url(../images/pattern/line.png);
  background-color: #f8f8f8;
  background-position: center;
  background-size: 100%;
}
.site-footer.style-1 .footer-top {
  padding: 120px 0 90px;
}
.site-footer.style-1 .footer-top .text {
  margin: 0 50px 45px;
}
.site-footer.style-1 .footer-top .footer-logo {
  margin-bottom: 45px;
}
.site-footer.style-1 .footer-top .footer-logo img {
  height: 50px;
}
.site-footer.style-1 .footer-bottom {
  background-color: #212529;
  color: #fff;
  padding: 18px 0;
  background-image: url(../images/pattern/line1.png);
  background-position: center;
  background-size: 100%;
}
.site-footer.style-1 .footer-bottom ul li {
  display: inline-block;
}
.site-footer.style-1 .footer-bottom ul li a {
  color: #fff;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
.site-footer.style-1 .footer-bottom ul li a:hover {
  color: var(--primary);
}
.site-footer.style-1 .footer-bottom ul li:before {
  color: var(--primary);
}
.site-footer.style-1 .footer-bottom ul li:last-child {
  padding-right: 0;
}
.site-footer.style-1 .social-list {
  margin-left: -10px;
  margin-right: -10px;
}
.site-footer.style-1 .social-list li {
  margin: 2px;
}
@media only screen and (max-width: 767px) {
  .site-footer.style-1 .social-list li {
    margin-left: 2px;
    margin-right: 2px;
  }
}
.site-footer.style-1 .social-list li a {
  background-color: rgba(255, 255, 255, 0.1);
}
.site-footer.style-1 .social-list li a:hover {
  background-color: var(--primary);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.site-footer.style-1 .ft-subscribe {
  margin-bottom: 45px;
}
.site-footer.style-1 .mail-text {
  margin-top: 45px;
  margin-bottom: 30px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  letter-spacing: 3px;
}
.site-footer.style-1 .mail-text span {
  font-weight: 400;
  margin-right: 5px;
}
.site-footer.style-1 .dz-social-icon li a {
  height: 38px;
  width: 38px;
  line-height: 38px;
  font-size: 16px;
}
.site-footer.style-1 .footer-title {
  padding-bottom: 0;
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .site-footer.style-1 .footer-top {
    padding: 50px 0 30px;
  }
  .site-footer.style-1 .footer-bottom .text-start,
  .site-footer.style-1 .footer-bottom .text-end {
    text-align: center !important;
  }
  .site-footer.style-1 .footer-bottom .text-end {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .site-footer.style-1 .footer-top .text {
    margin: 0 0px 30px;
  }
  .site-footer.style-1 .footer-top .footer-logo {
    margin-bottom: 30px;
  }
  .site-footer.style-1 .mail-text {
    margin-top: 15px;
  }
  .site-footer.style-1 .ft-subscribe .form-control, .site-footer.style-1 .ft-subscribe .wp-block-categories-dropdown select, .wp-block-categories-dropdown .site-footer.style-1 .ft-subscribe select,
  .site-footer.style-1 .ft-subscribe .wp-block-archives-dropdown select,
  .wp-block-archives-dropdown .site-footer.style-1 .ft-subscribe select, .site-footer.style-1 .ft-subscribe .woocommerce #review_form #respond input[type=text], .woocommerce #review_form #respond .site-footer.style-1 .ft-subscribe input[type=text],
  .site-footer.style-1 .ft-subscribe .woocommerce #review_form #respond textarea,
  .woocommerce #review_form #respond .site-footer.style-1 .ft-subscribe textarea,
  .site-footer.style-1 .ft-subscribe .woocommerce #review_form #respond input[type=email],
  .woocommerce #review_form #respond .site-footer.style-1 .ft-subscribe input[type=email], .site-footer.style-1 .ft-subscribe .woocommerce-cart-form .table tr td.actions .coupon .input-text, .woocommerce-cart-form .table tr td.actions .coupon .site-footer.style-1 .ft-subscribe .input-text, .site-footer.style-1 .ft-subscribe .woocommerce-cart-form .table tr .quantity input, .woocommerce-cart-form .table tr .quantity .site-footer.style-1 .ft-subscribe input,
  .site-footer.style-1 .ft-subscribe .woocommerce .woocommerce-checkout.checkout form .form-row select,
  .woocommerce .woocommerce-checkout.checkout form .form-row .site-footer.style-1 .ft-subscribe select,
  .site-footer.style-1 .ft-subscribe .woocommerce .woocommerce-checkout.checkout form .form-row input,
  .woocommerce .woocommerce-checkout.checkout form .form-row .site-footer.style-1 .ft-subscribe input, .site-footer.style-1 .ft-subscribe .woocommerce-EditAccountForm.edit-account input[type=text], .woocommerce-EditAccountForm.edit-account .site-footer.style-1 .ft-subscribe input[type=text],
  .site-footer.style-1 .ft-subscribe .woocommerce-EditAccountForm.edit-account input[type=email],
  .woocommerce-EditAccountForm.edit-account .site-footer.style-1 .ft-subscribe input[type=email],
  .site-footer.style-1 .ft-subscribe .woocommerce-EditAccountForm.edit-account input[type=password],
  .woocommerce-EditAccountForm.edit-account .site-footer.style-1 .ft-subscribe input[type=password],
  .site-footer.style-1 .ft-subscribe .login input[type=text],
  .login .site-footer.style-1 .ft-subscribe input[type=text], .site-footer.style-1 .ft-subscribe .login input[type=password], .login .site-footer.style-1 .ft-subscribe input[type=password],
  .site-footer.style-1 .ft-subscribe .woocommerce-ResetPassword.lost_reset_password input[type=text],
  .woocommerce-ResetPassword.lost_reset_password .site-footer.style-1 .ft-subscribe input[type=text],
  .site-footer.style-1 .ft-subscribe .checkout.woocommerce-checkout input[type=text],
  .checkout.woocommerce-checkout .site-footer.style-1 .ft-subscribe input[type=text],
  .site-footer.style-1 .ft-subscribe .checkout.woocommerce-checkout input[type=email],
  .checkout.woocommerce-checkout .site-footer.style-1 .ft-subscribe input[type=email],
  .site-footer.style-1 .ft-subscribe .checkout.woocommerce-checkout input[type=tel],
  .checkout.woocommerce-checkout .site-footer.style-1 .ft-subscribe input[type=tel],
  .site-footer.style-1 .ft-subscribe .checkout.woocommerce-checkout .select2-choice,
  .checkout.woocommerce-checkout .site-footer.style-1 .ft-subscribe .select2-choice,
  .site-footer.style-1 .ft-subscribe .checkout.woocommerce-checkout textarea,
  .checkout.woocommerce-checkout .site-footer.style-1 .ft-subscribe textarea,
  .site-footer.style-1 .ft-subscribe .woocommerce form .form-row input.input-text,
  .woocommerce form .form-row .site-footer.style-1 .ft-subscribe input.input-text,
  .site-footer.style-1 .ft-subscribe .woocommerce form .form-row .select2-selection,
  .woocommerce form .form-row .site-footer.style-1 .ft-subscribe .select2-selection,
  .site-footer.style-1 .ft-subscribe .woocommerce form .form-row .select2-choice,
  .woocommerce form .form-row .site-footer.style-1 .ft-subscribe .select2-choice {
    height: 60px;
    padding: 20px 25px;
    width: 100%;
  }
  .site-footer.style-1 .ft-subscribe button {
    margin: 20px 0 0 !important;
    width: 100%;
    justify-content: center;
    padding: 18px 20px;
  }
}
.site-footer.style-2 {
  color: #777777;
  background-color: #f8f8f8;
  position: relative;
}
.site-footer.style-2 .widget_getintuch ul li i {
  background-color: transparent;
  color: var(--primary);
  font-size: 23px;
  text-align: left;
  width: 25px;
  min-width: 25px;
}
.site-footer.style-2 .widget_nav_menu ul li {
  padding: 5px 0;
}
.site-footer.style-2 .widget_nav_menu ul li a {
  color: #777777;
}
.site-footer.style-2 .widget_nav_menu ul li a:before {
  content: none;
}
.site-footer.style-2 .widget_nav_menu ul li:before {
  position: relative;
  content: "";
  display: inline-block;
  top: -5px;
  width: 0;
  height: 1px;
  background: var(--primary);
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
.site-footer.style-2 .widget_nav_menu ul li:hover:before {
  width: 20px;
  margin-right: 8px;
}
.site-footer.style-2 .widget_nav_menu ul li:hover a {
  color: var(--primary);
}
.site-footer.style-2 .copyright-text {
  color: #000;
}
.site-footer.style-2 .footer-link li a {
  text-transform: uppercase;
}
.site-footer.style-2 .footer-top {
  padding: 130px 0 100px 0px;
}
@media only screen and (max-width: 575px) {
  .site-footer.style-2 .footer-top {
    padding: 130px 0 20px 0px;
  }
}
.site-footer.style-2 .footer-bottom {
  background-color: #ebebeb;
  z-index: 1;
  position: relative;
}
.site-footer.style-2:after {
  content: "";
  position: absolute;
  opacity: 1;
  top: 80px;
  left: -7%;
  width: 320px;
  height: 320px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("../images/pattern/pt13.png");
}
.site-footer.style-2:before {
  content: "";
  position: absolute;
  opacity: 1;
  bottom: 0;
  right: -2%;
  width: 220px;
  height: 220px;
  z-index: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("../images/pattern/pt13.png");
}
.site-footer.style-3 {
  color: #777777;
  background-color: #25292E;
  position: relative;
  padding-top: 30px;
}
.site-footer.style-3 .widget_getintuch ul li svg, .site-footer.style-3 .widget_getintuch ul li i {
  margin-right: 10px;
  background: transparent;
  font-size: 1.8rem;
  color: #fff;
}
.site-footer.style-3 .widget_getintuch ul li:nth-child(1) svg, .site-footer.style-3 .widget_getintuch ul li:nth-child(1) i {
  width: 38px;
}
@media only screen and (max-width: 991px) {
  .site-footer.style-3 .widget_getintuch ul li:nth-child(1) svg, .site-footer.style-3 .widget_getintuch ul li:nth-child(1) i {
    width: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .site-footer.style-3 .widget_getintuch ul li:nth-child(1) svg, .site-footer.style-3 .widget_getintuch ul li:nth-child(1) i {
    width: 30px;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .site-footer.style-3 .widget_getintuch ul li:nth-child(1) svg, .site-footer.style-3 .widget_getintuch ul li:nth-child(1) i {
    width: 25px;
    margin-right: 15px;
  }
}
.site-footer.style-3 .widget_links ul li {
  padding: 5px 0;
}
.site-footer.style-3 .widget_links ul li a {
  color: #A2A3A5;
}
.site-footer.style-3 .widget_links ul li:before {
  position: relative;
  content: "";
  display: inline-block;
  top: -5px;
  width: 0;
  height: 1px;
  background: var(--primary);
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
.site-footer.style-3 .widget_links ul li:hover:before {
  width: 20px;
  margin-right: 8px;
}
.site-footer.style-3 .widget_links ul li:hover a {
  color: var(--primary);
}
.site-footer.style-3 .copyright-text {
  color: #A2A3A5;
  font-family: var(--font-family-base);
  font-size: 14px;
  font-weight: 400;
}
.site-footer.style-3 .footer-link li {
  list-style: none;
  padding: 0 8px;
  font-size: 14px;
  font-weight: 500;
}
.site-footer.style-3 .footer-link li:before {
  display: none;
}
.site-footer.style-3 .footer-link li a {
  color: #A2A3A5;
  font-family: var(--font-family-base);
  letter-spacing: 1px;
}
.site-footer.style-3 .footer-top {
  padding-top: 30px;
}
@media only screen and (max-width: 991px) {
  .site-footer.style-3 .footer-top {
    padding: 30px 0 20px 0px;
  }
}
.site-footer.style-3 .footer-top .widget .widget-title {
  padding-bottom: 15px;
}
.site-footer.style-3 .footer-top .widget .widget-title .title {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 3px;
  position: relative;
}
.site-footer.style-3 .footer-top .widget .widget-title .title:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  height: 3px;
  width: 40px;
  background: var(--primary);
}
.site-footer.style-3 .footer-top .widget ul li {
  color: #A2A3A5;
}
.site-footer.style-3 .footer-top .widget p {
  color: #A2A3A5;
}
.site-footer.style-3 .footer-top .widget .dzSubscribe {
  padding-top: 15px;
}
.site-footer.style-3 .footer-top .widget .dzSubscribe .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 10px;
}
.site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .form-control, .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .wp-block-categories-dropdown select, .wp-block-categories-dropdown .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group select,
.site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .wp-block-archives-dropdown select,
.wp-block-archives-dropdown .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group select, .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .woocommerce #review_form #respond input[type=text], .woocommerce #review_form #respond .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group input[type=text],
.site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .woocommerce #review_form #respond textarea,
.woocommerce #review_form #respond .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group textarea,
.site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .woocommerce #review_form #respond input[type=email],
.woocommerce #review_form #respond .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group input[type=email], .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .woocommerce-cart-form .table tr td.actions .coupon .input-text, .woocommerce-cart-form .table tr td.actions .coupon .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .input-text, .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .woocommerce-cart-form .table tr .quantity input, .woocommerce-cart-form .table tr .quantity .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group input,
.site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .woocommerce .woocommerce-checkout.checkout form .form-row select,
.woocommerce .woocommerce-checkout.checkout form .form-row .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group select,
.site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .woocommerce .woocommerce-checkout.checkout form .form-row input,
.woocommerce .woocommerce-checkout.checkout form .form-row .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group input, .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .woocommerce-EditAccountForm.edit-account input[type=text], .woocommerce-EditAccountForm.edit-account .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group input[type=text],
.site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .woocommerce-EditAccountForm.edit-account input[type=email],
.woocommerce-EditAccountForm.edit-account .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group input[type=email],
.site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .woocommerce-EditAccountForm.edit-account input[type=password],
.woocommerce-EditAccountForm.edit-account .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group input[type=password],
.site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .login input[type=text],
.login .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group input[type=text], .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .login input[type=password], .login .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group input[type=password],
.site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .woocommerce-ResetPassword.lost_reset_password input[type=text],
.woocommerce-ResetPassword.lost_reset_password .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group input[type=text],
.site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .checkout.woocommerce-checkout input[type=text],
.checkout.woocommerce-checkout .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group input[type=text],
.site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .checkout.woocommerce-checkout input[type=email],
.checkout.woocommerce-checkout .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group input[type=email],
.site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .checkout.woocommerce-checkout input[type=tel],
.checkout.woocommerce-checkout .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group input[type=tel],
.site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .checkout.woocommerce-checkout .select2-choice,
.checkout.woocommerce-checkout .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .select2-choice,
.site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .checkout.woocommerce-checkout textarea,
.checkout.woocommerce-checkout .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group textarea,
.site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .woocommerce form .form-row input.input-text,
.woocommerce form .form-row .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group input.input-text,
.site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .woocommerce form .form-row .select2-selection,
.woocommerce form .form-row .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .select2-selection,
.site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .woocommerce form .form-row .select2-choice,
.woocommerce form .form-row .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .select2-choice {
  height: 60px;
  border: 1px solid transparent;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 400;
  width: 100%;
  color: rgb(119, 119, 119);
  transition: all 0.3s ease-in-out 0s;
  background: #fff;
  border-radius: 0;
  padding-right: 120px;
}
.site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .btn, .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .wp-block-button__link, .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .wp-block-search .wp-block-search__button, .wp-block-search .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .wp-block-search__button, .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .woocommerce .widget_shopping_cart .buttons a, .woocommerce .widget_shopping_cart .buttons .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group a,
.site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .woocommerce.widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group a, .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .woocommerce #review_form #respond .form-submit input, .woocommerce #review_form #respond .form-submit .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group input, .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .woocommerce-cart-form .table tr .button, .woocommerce-cart-form .table tr .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .button, .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group a.checkout-button, .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .woocommerce #respond input#submit, .woocommerce #respond .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group input#submit,
.site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .woocommerce a.button,
.woocommerce .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group a.button,
.site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .woocommerce button.button,
.woocommerce .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group button.button,
.site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .woocommerce input.button,
.woocommerce .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group input.button,
.site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .woocommerce #place_order,
.woocommerce .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group #place_order {
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 400;
  height: 48px;
  position: absolute;
  letter-spacing: 3px;
  top: 6px;
  right: 6px;
  z-index: 999;
  text-transform: uppercase;
}
.site-footer.style-3 .footer-bottom {
  background-color: #1D1F22;
  z-index: 1;
  position: relative;
}
.site-footer.style-3 .circle-bg {
  position: absolute;
  opacity: 1;
  top: 80px;
  left: -7%;
  width: 320px;
}
.site-footer.style-3 .circle-bg-2 {
  position: absolute;
  opacity: 1;
  bottom: 0;
  right: -2%;
  width: 220px;
  z-index: 0;
}
.site-footer.style-4 {
  color: #777777;
  background-color: #fff;
  position: relative;
}
.site-footer.style-4 .widget_getintuch ul li svg, .site-footer.style-4 .widget_getintuch ul li i {
  margin-right: 10px;
  background: transparent;
  font-size: 1.8rem;
  color: var(--primary);
}
.site-footer.style-4 .widget_getintuch ul li svg path, .site-footer.style-4 .widget_getintuch ul li i path {
  stroke: var(--primary);
}
.site-footer.style-4 .widget_getintuch ul li:nth-child(1) svg {
  width: 59px;
}
@media only screen and (max-width: 991px) {
  .site-footer.style-4 .widget_getintuch ul li:nth-child(1) svg {
    width: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .site-footer.style-4 .widget_getintuch ul li:nth-child(1) svg {
    width: 30px;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .site-footer.style-4 .widget_getintuch ul li:nth-child(1) svg {
    width: 25px;
    margin-right: 15px;
  }
}
.site-footer.style-4 .widget_links ul li {
  padding: 5px 0;
}
.site-footer.style-4 .widget_links ul li a {
  color: #A2A3A5;
}
.site-footer.style-4 .widget_links ul li:before {
  position: relative;
  content: "";
  display: inline-block;
  top: -5px;
  width: 0;
  height: 1px;
  background: var(--primary);
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
.site-footer.style-4 .widget_links ul li:hover:before {
  width: 20px;
  margin-right: 8px;
}
.site-footer.style-4 .widget_links ul li:hover a {
  color: var(--primary);
}
.site-footer.style-4 .copyright-text {
  color: #636363;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 14px;
}
.site-footer.style-4 .footer-link li {
  list-style: none;
  padding: 0 8px;
  font-size: 14px;
  font-weight: 500;
}
.site-footer.style-4 .footer-link li:before {
  display: none;
}
.site-footer.style-4 .footer-link li a {
  color: #636363;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.01em;
}
.site-footer.style-4 .footer-top {
  padding-top: 78px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .site-footer.style-4 .footer-top {
    padding: 30px 0 20px 0px;
  }
}
.site-footer.style-4 .footer-top .widget .widget-title {
  padding-bottom: 15px;
}
.site-footer.style-4 .footer-top .widget .widget-title .title {
  color: var(--title);
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 3px;
  position: relative;
}
.site-footer.style-4 .footer-top .widget .widget-title .title:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  height: 3px;
  width: 40px;
  background: var(--primary);
}
.site-footer.style-4 .footer-top .widget ul li {
  color: #A2A3A5;
}
.site-footer.style-4 .footer-top .widget p {
  color: #A2A3A5;
}
.site-footer.style-4 .footer-top .widget .dzSubscribe {
  padding-top: 15px;
}
.site-footer.style-4 .footer-top .widget .dzSubscribe .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 10px;
}
.site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .form-control, .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .wp-block-categories-dropdown select, .wp-block-categories-dropdown .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group select,
.site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .wp-block-archives-dropdown select,
.wp-block-archives-dropdown .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group select, .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .woocommerce #review_form #respond input[type=text], .woocommerce #review_form #respond .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group input[type=text],
.site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .woocommerce #review_form #respond textarea,
.woocommerce #review_form #respond .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group textarea,
.site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .woocommerce #review_form #respond input[type=email],
.woocommerce #review_form #respond .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group input[type=email], .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .woocommerce-cart-form .table tr td.actions .coupon .input-text, .woocommerce-cart-form .table tr td.actions .coupon .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .input-text, .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .woocommerce-cart-form .table tr .quantity input, .woocommerce-cart-form .table tr .quantity .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group input,
.site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .woocommerce .woocommerce-checkout.checkout form .form-row select,
.woocommerce .woocommerce-checkout.checkout form .form-row .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group select,
.site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .woocommerce .woocommerce-checkout.checkout form .form-row input,
.woocommerce .woocommerce-checkout.checkout form .form-row .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group input, .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .woocommerce-EditAccountForm.edit-account input[type=text], .woocommerce-EditAccountForm.edit-account .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group input[type=text],
.site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .woocommerce-EditAccountForm.edit-account input[type=email],
.woocommerce-EditAccountForm.edit-account .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group input[type=email],
.site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .woocommerce-EditAccountForm.edit-account input[type=password],
.woocommerce-EditAccountForm.edit-account .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group input[type=password],
.site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .login input[type=text],
.login .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group input[type=text], .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .login input[type=password], .login .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group input[type=password],
.site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .woocommerce-ResetPassword.lost_reset_password input[type=text],
.woocommerce-ResetPassword.lost_reset_password .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group input[type=text],
.site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .checkout.woocommerce-checkout input[type=text],
.checkout.woocommerce-checkout .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group input[type=text],
.site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .checkout.woocommerce-checkout input[type=email],
.checkout.woocommerce-checkout .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group input[type=email],
.site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .checkout.woocommerce-checkout input[type=tel],
.checkout.woocommerce-checkout .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group input[type=tel],
.site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .checkout.woocommerce-checkout .select2-choice,
.checkout.woocommerce-checkout .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .select2-choice,
.site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .checkout.woocommerce-checkout textarea,
.checkout.woocommerce-checkout .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group textarea,
.site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .woocommerce form .form-row input.input-text,
.woocommerce form .form-row .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group input.input-text,
.site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .woocommerce form .form-row .select2-selection,
.woocommerce form .form-row .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .select2-selection,
.site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .woocommerce form .form-row .select2-choice,
.woocommerce form .form-row .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .select2-choice {
  height: 60px;
  border: 1px solid transparent;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 400;
  width: 100%;
  color: #777777;
  transition: all 0.3s ease-in-out 0s;
  background: #fff;
  border-radius: 0;
  padding-right: 120px;
  background: #E9EAEA;
}
.site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .btn, .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .wp-block-button__link, .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .wp-block-search .wp-block-search__button, .wp-block-search .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .wp-block-search__button, .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .woocommerce .widget_shopping_cart .buttons a, .woocommerce .widget_shopping_cart .buttons .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group a,
.site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .woocommerce.widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group a, .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .woocommerce #review_form #respond .form-submit input, .woocommerce #review_form #respond .form-submit .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group input, .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .woocommerce-cart-form .table tr .button, .woocommerce-cart-form .table tr .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .button, .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group a.checkout-button, .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .woocommerce #respond input#submit, .woocommerce #respond .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group input#submit,
.site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .woocommerce a.button,
.woocommerce .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group a.button,
.site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .woocommerce button.button,
.woocommerce .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group button.button,
.site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .woocommerce input.button,
.woocommerce .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group input.button,
.site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .woocommerce #place_order,
.woocommerce .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group #place_order {
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 400;
  height: 48px;
  position: absolute;
  letter-spacing: 3px;
  top: 6px;
  right: 6px;
  z-index: 999;
  text-transform: uppercase;
}
.site-footer.style-4 .footer-bottom {
  background-color: #e9eaea;
  z-index: 1;
  position: relative;
}
.site-footer.style-4 .circle-bg {
  position: absolute;
  opacity: 1;
  top: 80px;
  left: -7%;
  width: 320px;
}
.site-footer.style-4 .circle-bg-2 {
  position: absolute;
  opacity: 1;
  bottom: 0;
  right: -2%;
  width: 220px;
  z-index: 0;
}

.ft-subscribe .form-control, .ft-subscribe .wp-block-categories-dropdown select, .wp-block-categories-dropdown .ft-subscribe select,
.ft-subscribe .wp-block-archives-dropdown select,
.wp-block-archives-dropdown .ft-subscribe select, .ft-subscribe .woocommerce #review_form #respond input[type=text], .woocommerce #review_form #respond .ft-subscribe input[type=text],
.ft-subscribe .woocommerce #review_form #respond textarea,
.woocommerce #review_form #respond .ft-subscribe textarea,
.ft-subscribe .woocommerce #review_form #respond input[type=email],
.woocommerce #review_form #respond .ft-subscribe input[type=email], .ft-subscribe .woocommerce-cart-form .table tr td.actions .coupon .input-text, .woocommerce-cart-form .table tr td.actions .coupon .ft-subscribe .input-text, .ft-subscribe .woocommerce-cart-form .table tr .quantity input, .woocommerce-cart-form .table tr .quantity .ft-subscribe input, .ft-subscribe .woocommerce .woocommerce-checkout.checkout form .form-row textarea, .woocommerce .woocommerce-checkout.checkout form .form-row .ft-subscribe textarea,
.ft-subscribe .woocommerce .woocommerce-checkout.checkout form .form-row select,
.woocommerce .woocommerce-checkout.checkout form .form-row .ft-subscribe select,
.ft-subscribe .woocommerce .woocommerce-checkout.checkout form .form-row input,
.woocommerce .woocommerce-checkout.checkout form .form-row .ft-subscribe input, .ft-subscribe .woocommerce-EditAccountForm.edit-account input[type=text], .woocommerce-EditAccountForm.edit-account .ft-subscribe input[type=text],
.ft-subscribe .woocommerce-EditAccountForm.edit-account input[type=email],
.woocommerce-EditAccountForm.edit-account .ft-subscribe input[type=email],
.ft-subscribe .woocommerce-EditAccountForm.edit-account input[type=password],
.woocommerce-EditAccountForm.edit-account .ft-subscribe input[type=password],
.ft-subscribe .login input[type=text],
.login .ft-subscribe input[type=text], .ft-subscribe .login input[type=password], .login .ft-subscribe input[type=password],
.ft-subscribe .woocommerce-ResetPassword.lost_reset_password input[type=text],
.woocommerce-ResetPassword.lost_reset_password .ft-subscribe input[type=text],
.ft-subscribe .checkout.woocommerce-checkout input[type=text],
.checkout.woocommerce-checkout .ft-subscribe input[type=text],
.ft-subscribe .checkout.woocommerce-checkout input[type=email],
.checkout.woocommerce-checkout .ft-subscribe input[type=email],
.ft-subscribe .checkout.woocommerce-checkout input[type=tel],
.checkout.woocommerce-checkout .ft-subscribe input[type=tel],
.ft-subscribe .checkout.woocommerce-checkout .select2-choice,
.checkout.woocommerce-checkout .ft-subscribe .select2-choice,
.ft-subscribe .checkout.woocommerce-checkout textarea,
.checkout.woocommerce-checkout .ft-subscribe textarea,
.ft-subscribe .woocommerce form .form-row input.input-text,
.woocommerce form .form-row .ft-subscribe input.input-text,
.ft-subscribe .woocommerce form .form-row .select2-selection,
.woocommerce form .form-row .ft-subscribe .select2-selection,
.ft-subscribe .woocommerce form .form-row .select2-choice,
.woocommerce form .form-row .ft-subscribe .select2-choice {
  height: 90px;
  background-color: #e7e7e7;
  border-radius: 0;
  z-index: 1 !important;
  padding: 20px 35px;
  color: #212529;
  letter-spacing: 2px;
}
.ft-subscribe .form-control::-webkit-input-placeholder, .ft-subscribe .wp-block-categories-dropdown select::-webkit-input-placeholder, .wp-block-categories-dropdown .ft-subscribe select::-webkit-input-placeholder,
.ft-subscribe .wp-block-archives-dropdown select::-webkit-input-placeholder,
.wp-block-archives-dropdown .ft-subscribe select::-webkit-input-placeholder, .ft-subscribe .woocommerce #review_form #respond input[type=text]::-webkit-input-placeholder, .woocommerce #review_form #respond .ft-subscribe input[type=text]::-webkit-input-placeholder,
.ft-subscribe .woocommerce #review_form #respond textarea::-webkit-input-placeholder,
.woocommerce #review_form #respond .ft-subscribe textarea::-webkit-input-placeholder,
.ft-subscribe .woocommerce #review_form #respond input[type=email]::-webkit-input-placeholder,
.woocommerce #review_form #respond .ft-subscribe input[type=email]::-webkit-input-placeholder, .ft-subscribe .woocommerce-cart-form .table tr td.actions .coupon .input-text::-webkit-input-placeholder, .woocommerce-cart-form .table tr td.actions .coupon .ft-subscribe .input-text::-webkit-input-placeholder, .ft-subscribe .woocommerce-cart-form .table tr .quantity input::-webkit-input-placeholder, .woocommerce-cart-form .table tr .quantity .ft-subscribe input::-webkit-input-placeholder, .ft-subscribe .woocommerce .woocommerce-checkout.checkout form .form-row textarea::-webkit-input-placeholder, .woocommerce .woocommerce-checkout.checkout form .form-row .ft-subscribe textarea::-webkit-input-placeholder,
.ft-subscribe .woocommerce .woocommerce-checkout.checkout form .form-row select::-webkit-input-placeholder,
.woocommerce .woocommerce-checkout.checkout form .form-row .ft-subscribe select::-webkit-input-placeholder,
.ft-subscribe .woocommerce .woocommerce-checkout.checkout form .form-row input::-webkit-input-placeholder,
.woocommerce .woocommerce-checkout.checkout form .form-row .ft-subscribe input::-webkit-input-placeholder, .ft-subscribe .woocommerce-EditAccountForm.edit-account input[type=text]::-webkit-input-placeholder, .woocommerce-EditAccountForm.edit-account .ft-subscribe input[type=text]::-webkit-input-placeholder,
.ft-subscribe .woocommerce-EditAccountForm.edit-account input[type=email]::-webkit-input-placeholder,
.woocommerce-EditAccountForm.edit-account .ft-subscribe input[type=email]::-webkit-input-placeholder,
.ft-subscribe .woocommerce-EditAccountForm.edit-account input[type=password]::-webkit-input-placeholder,
.woocommerce-EditAccountForm.edit-account .ft-subscribe input[type=password]::-webkit-input-placeholder,
.ft-subscribe .login input[type=text]::-webkit-input-placeholder,
.login .ft-subscribe input[type=text]::-webkit-input-placeholder, .ft-subscribe .login input[type=password]::-webkit-input-placeholder, .login .ft-subscribe input[type=password]::-webkit-input-placeholder,
.ft-subscribe .woocommerce-ResetPassword.lost_reset_password input[type=text]::-webkit-input-placeholder,
.woocommerce-ResetPassword.lost_reset_password .ft-subscribe input[type=text]::-webkit-input-placeholder,
.ft-subscribe .checkout.woocommerce-checkout input[type=text]::-webkit-input-placeholder,
.checkout.woocommerce-checkout .ft-subscribe input[type=text]::-webkit-input-placeholder,
.ft-subscribe .checkout.woocommerce-checkout input[type=email]::-webkit-input-placeholder,
.checkout.woocommerce-checkout .ft-subscribe input[type=email]::-webkit-input-placeholder,
.ft-subscribe .checkout.woocommerce-checkout input[type=tel]::-webkit-input-placeholder,
.checkout.woocommerce-checkout .ft-subscribe input[type=tel]::-webkit-input-placeholder,
.ft-subscribe .checkout.woocommerce-checkout .select2-choice::-webkit-input-placeholder,
.checkout.woocommerce-checkout .ft-subscribe .select2-choice::-webkit-input-placeholder,
.ft-subscribe .checkout.woocommerce-checkout textarea::-webkit-input-placeholder,
.checkout.woocommerce-checkout .ft-subscribe textarea::-webkit-input-placeholder,
.ft-subscribe .woocommerce form .form-row input.input-text::-webkit-input-placeholder,
.woocommerce form .form-row .ft-subscribe input.input-text::-webkit-input-placeholder,
.ft-subscribe .woocommerce form .form-row .select2-selection::-webkit-input-placeholder,
.woocommerce form .form-row .ft-subscribe .select2-selection::-webkit-input-placeholder,
.ft-subscribe .woocommerce form .form-row .select2-choice::-webkit-input-placeholder,
.woocommerce form .form-row .ft-subscribe .select2-choice::-webkit-input-placeholder {
  font-family: var(--font-family-title);
  color: #212529;
}
.ft-subscribe .form-control:-ms-input-placeholder, .ft-subscribe .wp-block-categories-dropdown select:-ms-input-placeholder, .wp-block-categories-dropdown .ft-subscribe select:-ms-input-placeholder,
.ft-subscribe .wp-block-archives-dropdown select:-ms-input-placeholder,
.wp-block-archives-dropdown .ft-subscribe select:-ms-input-placeholder, .ft-subscribe .woocommerce #review_form #respond input[type=text]:-ms-input-placeholder, .woocommerce #review_form #respond .ft-subscribe input[type=text]:-ms-input-placeholder,
.ft-subscribe .woocommerce #review_form #respond textarea:-ms-input-placeholder,
.woocommerce #review_form #respond .ft-subscribe textarea:-ms-input-placeholder,
.ft-subscribe .woocommerce #review_form #respond input[type=email]:-ms-input-placeholder,
.woocommerce #review_form #respond .ft-subscribe input[type=email]:-ms-input-placeholder, .ft-subscribe .woocommerce-cart-form .table tr td.actions .coupon .input-text:-ms-input-placeholder, .woocommerce-cart-form .table tr td.actions .coupon .ft-subscribe .input-text:-ms-input-placeholder, .ft-subscribe .woocommerce-cart-form .table tr .quantity input:-ms-input-placeholder, .woocommerce-cart-form .table tr .quantity .ft-subscribe input:-ms-input-placeholder, .ft-subscribe .woocommerce .woocommerce-checkout.checkout form .form-row textarea:-ms-input-placeholder, .woocommerce .woocommerce-checkout.checkout form .form-row .ft-subscribe textarea:-ms-input-placeholder,
.ft-subscribe .woocommerce .woocommerce-checkout.checkout form .form-row select:-ms-input-placeholder,
.woocommerce .woocommerce-checkout.checkout form .form-row .ft-subscribe select:-ms-input-placeholder,
.ft-subscribe .woocommerce .woocommerce-checkout.checkout form .form-row input:-ms-input-placeholder,
.woocommerce .woocommerce-checkout.checkout form .form-row .ft-subscribe input:-ms-input-placeholder, .ft-subscribe .woocommerce-EditAccountForm.edit-account input[type=text]:-ms-input-placeholder, .woocommerce-EditAccountForm.edit-account .ft-subscribe input[type=text]:-ms-input-placeholder,
.ft-subscribe .woocommerce-EditAccountForm.edit-account input[type=email]:-ms-input-placeholder,
.woocommerce-EditAccountForm.edit-account .ft-subscribe input[type=email]:-ms-input-placeholder,
.ft-subscribe .woocommerce-EditAccountForm.edit-account input[type=password]:-ms-input-placeholder,
.woocommerce-EditAccountForm.edit-account .ft-subscribe input[type=password]:-ms-input-placeholder,
.ft-subscribe .login input[type=text]:-ms-input-placeholder,
.login .ft-subscribe input[type=text]:-ms-input-placeholder, .ft-subscribe .login input[type=password]:-ms-input-placeholder, .login .ft-subscribe input[type=password]:-ms-input-placeholder,
.ft-subscribe .woocommerce-ResetPassword.lost_reset_password input[type=text]:-ms-input-placeholder,
.woocommerce-ResetPassword.lost_reset_password .ft-subscribe input[type=text]:-ms-input-placeholder,
.ft-subscribe .checkout.woocommerce-checkout input[type=text]:-ms-input-placeholder,
.checkout.woocommerce-checkout .ft-subscribe input[type=text]:-ms-input-placeholder,
.ft-subscribe .checkout.woocommerce-checkout input[type=email]:-ms-input-placeholder,
.checkout.woocommerce-checkout .ft-subscribe input[type=email]:-ms-input-placeholder,
.ft-subscribe .checkout.woocommerce-checkout input[type=tel]:-ms-input-placeholder,
.checkout.woocommerce-checkout .ft-subscribe input[type=tel]:-ms-input-placeholder,
.ft-subscribe .checkout.woocommerce-checkout .select2-choice:-ms-input-placeholder,
.checkout.woocommerce-checkout .ft-subscribe .select2-choice:-ms-input-placeholder,
.ft-subscribe .checkout.woocommerce-checkout textarea:-ms-input-placeholder,
.checkout.woocommerce-checkout .ft-subscribe textarea:-ms-input-placeholder,
.ft-subscribe .woocommerce form .form-row input.input-text:-ms-input-placeholder,
.woocommerce form .form-row .ft-subscribe input.input-text:-ms-input-placeholder,
.ft-subscribe .woocommerce form .form-row .select2-selection:-ms-input-placeholder,
.woocommerce form .form-row .ft-subscribe .select2-selection:-ms-input-placeholder,
.ft-subscribe .woocommerce form .form-row .select2-choice:-ms-input-placeholder,
.woocommerce form .form-row .ft-subscribe .select2-choice:-ms-input-placeholder {
  font-family: var(--font-family-title);
  color: #212529;
}
.ft-subscribe .form-control::placeholder, .ft-subscribe .wp-block-categories-dropdown select::placeholder, .wp-block-categories-dropdown .ft-subscribe select::placeholder,
.ft-subscribe .wp-block-archives-dropdown select::placeholder,
.wp-block-archives-dropdown .ft-subscribe select::placeholder, .ft-subscribe .woocommerce #review_form #respond input[type=text]::placeholder, .woocommerce #review_form #respond .ft-subscribe input[type=text]::placeholder,
.ft-subscribe .woocommerce #review_form #respond textarea::placeholder,
.woocommerce #review_form #respond .ft-subscribe textarea::placeholder,
.ft-subscribe .woocommerce #review_form #respond input[type=email]::placeholder,
.woocommerce #review_form #respond .ft-subscribe input[type=email]::placeholder, .ft-subscribe .woocommerce-cart-form .table tr td.actions .coupon .input-text::placeholder, .woocommerce-cart-form .table tr td.actions .coupon .ft-subscribe .input-text::placeholder, .ft-subscribe .woocommerce-cart-form .table tr .quantity input::placeholder, .woocommerce-cart-form .table tr .quantity .ft-subscribe input::placeholder, .ft-subscribe .woocommerce .woocommerce-checkout.checkout form .form-row textarea::placeholder, .woocommerce .woocommerce-checkout.checkout form .form-row .ft-subscribe textarea::placeholder,
.ft-subscribe .woocommerce .woocommerce-checkout.checkout form .form-row select::placeholder,
.woocommerce .woocommerce-checkout.checkout form .form-row .ft-subscribe select::placeholder,
.ft-subscribe .woocommerce .woocommerce-checkout.checkout form .form-row input::placeholder,
.woocommerce .woocommerce-checkout.checkout form .form-row .ft-subscribe input::placeholder, .ft-subscribe .woocommerce-EditAccountForm.edit-account input[type=text]::placeholder, .woocommerce-EditAccountForm.edit-account .ft-subscribe input[type=text]::placeholder,
.ft-subscribe .woocommerce-EditAccountForm.edit-account input[type=email]::placeholder,
.woocommerce-EditAccountForm.edit-account .ft-subscribe input[type=email]::placeholder,
.ft-subscribe .woocommerce-EditAccountForm.edit-account input[type=password]::placeholder,
.woocommerce-EditAccountForm.edit-account .ft-subscribe input[type=password]::placeholder,
.ft-subscribe .login input[type=text]::placeholder,
.login .ft-subscribe input[type=text]::placeholder, .ft-subscribe .login input[type=password]::placeholder, .login .ft-subscribe input[type=password]::placeholder,
.ft-subscribe .woocommerce-ResetPassword.lost_reset_password input[type=text]::placeholder,
.woocommerce-ResetPassword.lost_reset_password .ft-subscribe input[type=text]::placeholder,
.ft-subscribe .checkout.woocommerce-checkout input[type=text]::placeholder,
.checkout.woocommerce-checkout .ft-subscribe input[type=text]::placeholder,
.ft-subscribe .checkout.woocommerce-checkout input[type=email]::placeholder,
.checkout.woocommerce-checkout .ft-subscribe input[type=email]::placeholder,
.ft-subscribe .checkout.woocommerce-checkout input[type=tel]::placeholder,
.checkout.woocommerce-checkout .ft-subscribe input[type=tel]::placeholder,
.ft-subscribe .checkout.woocommerce-checkout .select2-choice::placeholder,
.checkout.woocommerce-checkout .ft-subscribe .select2-choice::placeholder,
.ft-subscribe .checkout.woocommerce-checkout textarea::placeholder,
.checkout.woocommerce-checkout .ft-subscribe textarea::placeholder,
.ft-subscribe .woocommerce form .form-row input.input-text::placeholder,
.woocommerce form .form-row .ft-subscribe input.input-text::placeholder,
.ft-subscribe .woocommerce form .form-row .select2-selection::placeholder,
.woocommerce form .form-row .ft-subscribe .select2-selection::placeholder,
.ft-subscribe .woocommerce form .form-row .select2-choice::placeholder,
.woocommerce form .form-row .ft-subscribe .select2-choice::placeholder {
  font-family: var(--font-family-title);
  color: #212529;
}
.ft-subscribe button {
  margin: 15px 0 15px -100px !important;
}

.layout-dark {
  background-color: #282d32;
  color: #ffffff;
  --title: #fff;
}
.layout-dark .header-nav .nav > li .mega-menu,
.layout-dark .header-nav .nav > li .sub-menu,
.layout-dark .contact-sidebar,
.layout-dark .inquiry-modal .form-control,
.layout-dark .inquiry-modal .wp-block-categories-dropdown select,
.wp-block-categories-dropdown .layout-dark .inquiry-modal select,
.layout-dark .inquiry-modal .wp-block-archives-dropdown select,
.wp-block-archives-dropdown .layout-dark .inquiry-modal select,
.layout-dark .inquiry-modal .woocommerce #review_form #respond input[type=text],
.woocommerce #review_form #respond .layout-dark .inquiry-modal input[type=text],
.layout-dark .inquiry-modal .woocommerce #review_form #respond textarea,
.woocommerce #review_form #respond .layout-dark .inquiry-modal textarea,
.layout-dark .inquiry-modal .woocommerce #review_form #respond input[type=email],
.woocommerce #review_form #respond .layout-dark .inquiry-modal input[type=email],
.layout-dark .inquiry-modal .woocommerce-cart-form .table tr td.actions .coupon .input-text,
.woocommerce-cart-form .table tr td.actions .coupon .layout-dark .inquiry-modal .input-text,
.layout-dark .inquiry-modal .woocommerce-cart-form .table tr .quantity input,
.woocommerce-cart-form .table tr .quantity .layout-dark .inquiry-modal input,
.layout-dark .inquiry-modal .woocommerce .woocommerce-checkout.checkout form .form-row textarea,
.woocommerce .woocommerce-checkout.checkout form .form-row .layout-dark .inquiry-modal textarea,
.layout-dark .inquiry-modal .woocommerce .woocommerce-checkout.checkout form .form-row input[type=text],
.woocommerce .woocommerce-checkout.checkout form .form-row .layout-dark .inquiry-modal input[type=text],
.layout-dark .inquiry-modal .woocommerce .woocommerce-checkout.checkout form .form-row input[type=email],
.woocommerce .woocommerce-checkout.checkout form .form-row .layout-dark .inquiry-modal input[type=email],
.layout-dark .inquiry-modal .woocommerce .woocommerce-checkout.checkout form .form-row input[type=tel],
.woocommerce .woocommerce-checkout.checkout form .form-row .layout-dark .inquiry-modal input[type=tel],
.layout-dark .inquiry-modal .woocommerce .woocommerce-checkout.checkout form .form-row select,
.woocommerce .woocommerce-checkout.checkout form .form-row .layout-dark .inquiry-modal select,
.layout-dark .inquiry-modal .woocommerce .woocommerce-checkout.checkout form .form-row input.input-text,
.woocommerce .woocommerce-checkout.checkout form .form-row .layout-dark .inquiry-modal input.input-text,
.layout-dark .inquiry-modal .woocommerce .woocommerce-checkout.checkout form .form-row input,
.woocommerce .woocommerce-checkout.checkout form .form-row .layout-dark .inquiry-modal input,
.layout-dark .inquiry-modal .woocommerce-EditAccountForm.edit-account input[type=text],
.woocommerce-EditAccountForm.edit-account .layout-dark .inquiry-modal input[type=text],
.layout-dark .inquiry-modal .woocommerce-EditAccountForm.edit-account input[type=email],
.woocommerce-EditAccountForm.edit-account .layout-dark .inquiry-modal input[type=email],
.layout-dark .inquiry-modal .woocommerce-EditAccountForm.edit-account input[type=password],
.woocommerce-EditAccountForm.edit-account .layout-dark .inquiry-modal input[type=password],
.layout-dark .inquiry-modal .login input[type=text],
.login .layout-dark .inquiry-modal input[type=text],
.layout-dark .inquiry-modal .login input[type=password],
.login .layout-dark .inquiry-modal input[type=password],
.layout-dark .inquiry-modal .woocommerce-ResetPassword.lost_reset_password input[type=text],
.woocommerce-ResetPassword.lost_reset_password .layout-dark .inquiry-modal input[type=text],
.layout-dark .inquiry-modal .checkout.woocommerce-checkout input[type=text],
.checkout.woocommerce-checkout .layout-dark .inquiry-modal input[type=text],
.layout-dark .inquiry-modal .checkout.woocommerce-checkout input[type=email],
.checkout.woocommerce-checkout .layout-dark .inquiry-modal input[type=email],
.layout-dark .inquiry-modal .checkout.woocommerce-checkout input[type=tel],
.checkout.woocommerce-checkout .layout-dark .inquiry-modal input[type=tel],
.layout-dark .inquiry-modal .checkout.woocommerce-checkout .select2-choice,
.checkout.woocommerce-checkout .layout-dark .inquiry-modal .select2-choice,
.layout-dark .inquiry-modal .checkout.woocommerce-checkout textarea,
.checkout.woocommerce-checkout .layout-dark .inquiry-modal textarea,
.layout-dark .inquiry-modal .woocommerce form .form-row input.input-text,
.woocommerce form .form-row .layout-dark .inquiry-modal input.input-text,
.layout-dark .inquiry-modal .woocommerce form .form-row .select2-selection,
.woocommerce form .form-row .layout-dark .inquiry-modal .select2-selection,
.layout-dark .inquiry-modal .woocommerce form .form-row .select2-choice,
.woocommerce form .form-row .layout-dark .inquiry-modal .select2-choice,
.layout-dark .silder-one .slider-one-pagination,
.layout-dark .dz-card.style-1,
.layout-dark .silder-one .silder-content,
.layout-dark .form-control,
.layout-dark .wp-block-categories-dropdown select,
.wp-block-categories-dropdown .layout-dark select,
.layout-dark .wp-block-archives-dropdown select,
.wp-block-archives-dropdown .layout-dark select,
.layout-dark .woocommerce #review_form #respond input[type=text],
.woocommerce #review_form #respond .layout-dark input[type=text],
.layout-dark .woocommerce #review_form #respond textarea,
.woocommerce #review_form #respond .layout-dark textarea,
.layout-dark .woocommerce #review_form #respond input[type=email],
.woocommerce #review_form #respond .layout-dark input[type=email],
.layout-dark .woocommerce-cart-form .table tr td.actions .coupon .input-text,
.woocommerce-cart-form .table tr td.actions .coupon .layout-dark .input-text,
.layout-dark .woocommerce-cart-form .table tr .quantity input,
.woocommerce-cart-form .table tr .quantity .layout-dark input,
.layout-dark .woocommerce .woocommerce-checkout.checkout form .form-row textarea,
.woocommerce .woocommerce-checkout.checkout form .form-row .layout-dark textarea,
.layout-dark .woocommerce .woocommerce-checkout.checkout form .form-row input[type=text],
.woocommerce .woocommerce-checkout.checkout form .form-row .layout-dark input[type=text],
.layout-dark .woocommerce .woocommerce-checkout.checkout form .form-row input[type=email],
.woocommerce .woocommerce-checkout.checkout form .form-row .layout-dark input[type=email],
.layout-dark .woocommerce .woocommerce-checkout.checkout form .form-row input[type=tel],
.woocommerce .woocommerce-checkout.checkout form .form-row .layout-dark input[type=tel],
.layout-dark .woocommerce .woocommerce-checkout.checkout form .form-row select,
.woocommerce .woocommerce-checkout.checkout form .form-row .layout-dark select,
.layout-dark .woocommerce .woocommerce-checkout.checkout form .form-row input.input-text,
.woocommerce .woocommerce-checkout.checkout form .form-row .layout-dark input.input-text,
.layout-dark .woocommerce .woocommerce-checkout.checkout form .form-row input,
.woocommerce .woocommerce-checkout.checkout form .form-row .layout-dark input,
.layout-dark .woocommerce-EditAccountForm.edit-account input[type=text],
.woocommerce-EditAccountForm.edit-account .layout-dark input[type=text],
.layout-dark .woocommerce-EditAccountForm.edit-account input[type=email],
.woocommerce-EditAccountForm.edit-account .layout-dark input[type=email],
.layout-dark .woocommerce-EditAccountForm.edit-account input[type=password],
.woocommerce-EditAccountForm.edit-account .layout-dark input[type=password],
.layout-dark .login input[type=text],
.login .layout-dark input[type=text],
.layout-dark .login input[type=password],
.login .layout-dark input[type=password],
.layout-dark .woocommerce-ResetPassword.lost_reset_password input[type=text],
.woocommerce-ResetPassword.lost_reset_password .layout-dark input[type=text],
.layout-dark .checkout.woocommerce-checkout input[type=text],
.checkout.woocommerce-checkout .layout-dark input[type=text],
.layout-dark .checkout.woocommerce-checkout input[type=email],
.checkout.woocommerce-checkout .layout-dark input[type=email],
.layout-dark .checkout.woocommerce-checkout input[type=tel],
.checkout.woocommerce-checkout .layout-dark input[type=tel],
.layout-dark .checkout.woocommerce-checkout .select2-choice,
.checkout.woocommerce-checkout .layout-dark .select2-choice,
.layout-dark .checkout.woocommerce-checkout textarea,
.checkout.woocommerce-checkout .layout-dark textarea,
.layout-dark .woocommerce form .form-row input.input-text,
.woocommerce form .form-row .layout-dark input.input-text,
.layout-dark .woocommerce form .form-row .select2-selection,
.woocommerce form .form-row .layout-dark .select2-selection,
.layout-dark .woocommerce form .form-row .select2-choice,
.woocommerce form .form-row .layout-dark .select2-choice,
.layout-dark .sidenav-menu,
.layout-dark .comment-respond .comment-form p.comment-form-author input,
.layout-dark .comment-respond .comment-form p.comment-form-email input,
.layout-dark .comment-respond .comment-form p.comment-form-url input,
.layout-dark .comment-respond .comment-form p textarea,
.layout-dark .dz-box.product,
.layout-dark .author-box,
.layout-dark #review_form,
.layout-dark ul.minicart,
.layout-dark .silder-three .swiperThumbsHome,
.layout-dark .bg-gray,
.layout-dark .post-password-form input[type=password],
.layout-dark .wp-block-search .wp-block-search__input,
.layout-dark #yith-wcwl-popup-message,
.layout-dark .woocommerce-product-search .search-field {
  background-color: #212529;
}
.layout-dark .bg-white {
  background-color: #282d32 !important;
}
.layout-dark .icon-bx-wraper.style-8 {
  background-color: #212529 !important;
}
.layout-dark .countdown .date,
.layout-dark .dz-bnr-inr.style-1 .breadcrumb-row ul li,
.layout-dark .dz-bnr-inr.style-1 .breadcrumb-row ul li a,
.layout-dark .site-header .extra-nav #quik-search-btn,
.layout-dark .header-nav .nav > li > a,
.layout-dark .swiper-pagination,
.layout-dark .btn-next,
.layout-dark .follow-info ul li a,
.layout-dark .sidenav-menu .dz-social-icon li a,
.layout-dark .dz-coming-soon .dz-title,
.layout-dark .comments-area .comment-list > .comment .comment-body .comment-author .fn,
.layout-dark .port-detail .info-list li span,
.layout-dark .btn-prev,
.layout-dark .site-filters.style-1 .filters li a,
.layout-dark .icon-bx-wraper.style-2 .icon-bx, .layout-dark.woocommerce p.stars a,
.layout-dark .silder-three .thumb-content .number,
.layout-dark h1, .layout-dark .h1, .layout-dark h2, .layout-dark .h2, .layout-dark h3, .layout-dark .h3, .layout-dark h4, .layout-dark .h4, .layout-dark h5, .layout-dark .h5, .layout-dark h6, .layout-dark .h6 {
  color: #fff;
}
.layout-dark .header-nav .nav > li .mega-menu li a,
.layout-dark .header-nav .nav > li .sub-menu li a,
.layout-dark .footer-link li a,
.layout-dark .ext-sidebar-menu ul li a,
.layout-dark h1 a, .layout-dark .h1 a, .layout-dark h2 a, .layout-dark .h2 a, .layout-dark h3 a, .layout-dark .h3 a, .layout-dark h4 a, .layout-dark .h4 a, .layout-dark h5 a, .layout-dark .h5 a, .layout-dark h6 a, .layout-dark .h6 a {
  color: #fff;
}
.layout-dark .header-nav .nav > li .mega-menu li a:hover, .layout-dark .header-nav .nav > li .mega-menu li a:focus, .layout-dark .header-nav .nav > li .mega-menu li a.active,
.layout-dark .header-nav .nav > li .sub-menu li a:hover,
.layout-dark .header-nav .nav > li .sub-menu li a:focus,
.layout-dark .header-nav .nav > li .sub-menu li a.active,
.layout-dark .footer-link li a:hover,
.layout-dark .footer-link li a:focus,
.layout-dark .footer-link li a.active,
.layout-dark .ext-sidebar-menu ul li a:hover,
.layout-dark .ext-sidebar-menu ul li a:focus,
.layout-dark .ext-sidebar-menu ul li a.active,
.layout-dark h1 a:hover,
.layout-dark h1 a:focus,
.layout-dark h1 a.active, .layout-dark .h1 a:hover, .layout-dark .h1 a:focus, .layout-dark .h1 a.active, .layout-dark h2 a:hover, .layout-dark h2 a:focus, .layout-dark h2 a.active, .layout-dark .h2 a:hover, .layout-dark .h2 a:focus, .layout-dark .h2 a.active, .layout-dark h3 a:hover, .layout-dark h3 a:focus, .layout-dark h3 a.active, .layout-dark .h3 a:hover, .layout-dark .h3 a:focus, .layout-dark .h3 a.active, .layout-dark h4 a:hover, .layout-dark h4 a:focus, .layout-dark h4 a.active, .layout-dark .h4 a:hover, .layout-dark .h4 a:focus, .layout-dark .h4 a.active, .layout-dark h5 a:hover, .layout-dark h5 a:focus, .layout-dark h5 a.active, .layout-dark .h5 a:hover, .layout-dark .h5 a:focus, .layout-dark .h5 a.active, .layout-dark h6 a:hover, .layout-dark h6 a:focus, .layout-dark h6 a.active, .layout-dark .h6 a:hover, .layout-dark .h6 a:focus, .layout-dark .h6 a.active {
  color: var(--primary);
}
.layout-dark .ext-sidebar-menu ul li.active a,
.layout-dark .site-filters.style-1 .filters li.active a {
  color: var(--primary);
}
.layout-dark .testimonial-1,
.layout-dark .site-header .main-bar,
.layout-dark .follow-info,
.layout-dark .about-bx1 .dz-media .img1,
.layout-dark .inquiry-modal .modal-content,
.layout-dark .dz-content-bx.style-1 .dz-content-inner .content-media,
.layout-dark .calendar_wrap {
  background-color: #282d32;
}
.layout-dark .icon-bx-wraper.style-2 .icon-bx {
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.2);
}
.layout-dark .dz-media-1:after,
.layout-dark .about-bx1 .dz-media .img2:after {
  border: 5px solid rgba(255, 255, 255, 0.2);
}
.layout-dark .ft-subscribe .form-control, .layout-dark .ft-subscribe .wp-block-categories-dropdown select, .wp-block-categories-dropdown .layout-dark .ft-subscribe select,
.layout-dark .ft-subscribe .wp-block-archives-dropdown select,
.wp-block-archives-dropdown .layout-dark .ft-subscribe select, .layout-dark .ft-subscribe .woocommerce #review_form #respond input[type=text], .woocommerce #review_form #respond .layout-dark .ft-subscribe input[type=text],
.layout-dark .ft-subscribe .woocommerce #review_form #respond textarea,
.woocommerce #review_form #respond .layout-dark .ft-subscribe textarea,
.layout-dark .ft-subscribe .woocommerce #review_form #respond input[type=email],
.woocommerce #review_form #respond .layout-dark .ft-subscribe input[type=email], .layout-dark .ft-subscribe .woocommerce-cart-form .table tr td.actions .coupon .input-text, .woocommerce-cart-form .table tr td.actions .coupon .layout-dark .ft-subscribe .input-text, .layout-dark .ft-subscribe .woocommerce-cart-form .table tr .quantity input, .woocommerce-cart-form .table tr .quantity .layout-dark .ft-subscribe input, .layout-dark .ft-subscribe .woocommerce .woocommerce-checkout.checkout form .form-row textarea, .woocommerce .woocommerce-checkout.checkout form .form-row .layout-dark .ft-subscribe textarea,
.layout-dark .ft-subscribe .woocommerce .woocommerce-checkout.checkout form .form-row select,
.woocommerce .woocommerce-checkout.checkout form .form-row .layout-dark .ft-subscribe select,
.layout-dark .ft-subscribe .woocommerce .woocommerce-checkout.checkout form .form-row input,
.woocommerce .woocommerce-checkout.checkout form .form-row .layout-dark .ft-subscribe input, .layout-dark .ft-subscribe .woocommerce-EditAccountForm.edit-account input[type=text], .woocommerce-EditAccountForm.edit-account .layout-dark .ft-subscribe input[type=text],
.layout-dark .ft-subscribe .woocommerce-EditAccountForm.edit-account input[type=email],
.woocommerce-EditAccountForm.edit-account .layout-dark .ft-subscribe input[type=email],
.layout-dark .ft-subscribe .woocommerce-EditAccountForm.edit-account input[type=password],
.woocommerce-EditAccountForm.edit-account .layout-dark .ft-subscribe input[type=password],
.layout-dark .ft-subscribe .login input[type=text],
.login .layout-dark .ft-subscribe input[type=text], .layout-dark .ft-subscribe .login input[type=password], .login .layout-dark .ft-subscribe input[type=password],
.layout-dark .ft-subscribe .woocommerce-ResetPassword.lost_reset_password input[type=text],
.woocommerce-ResetPassword.lost_reset_password .layout-dark .ft-subscribe input[type=text],
.layout-dark .ft-subscribe .checkout.woocommerce-checkout input[type=text],
.checkout.woocommerce-checkout .layout-dark .ft-subscribe input[type=text],
.layout-dark .ft-subscribe .checkout.woocommerce-checkout input[type=email],
.checkout.woocommerce-checkout .layout-dark .ft-subscribe input[type=email],
.layout-dark .ft-subscribe .checkout.woocommerce-checkout input[type=tel],
.checkout.woocommerce-checkout .layout-dark .ft-subscribe input[type=tel],
.layout-dark .ft-subscribe .checkout.woocommerce-checkout .select2-choice,
.checkout.woocommerce-checkout .layout-dark .ft-subscribe .select2-choice,
.layout-dark .ft-subscribe .checkout.woocommerce-checkout textarea,
.checkout.woocommerce-checkout .layout-dark .ft-subscribe textarea,
.layout-dark .ft-subscribe .woocommerce form .form-row input.input-text,
.woocommerce form .form-row .layout-dark .ft-subscribe input.input-text,
.layout-dark .ft-subscribe .woocommerce form .form-row .select2-selection,
.woocommerce form .form-row .layout-dark .ft-subscribe .select2-selection,
.layout-dark .ft-subscribe .woocommerce form .form-row .select2-choice,
.woocommerce form .form-row .layout-dark .ft-subscribe .select2-choice {
  background-color: #383b3f;
}
.layout-dark .site-footer.style-1 .footer-bottom {
  background-color: #282d32;
}
.layout-dark .dz-bnr-inr.style-1.overlay-white-dark:before {
  background: -webkit-linear-gradient(top, rgba(40, 45, 50, 0.3) 0%, #282d32 100%);
  background: linear-gradient(to bottom, rgba(40, 45, 50, 0.3) 0%, #282d32 100%);
}
.layout-dark .line-img {
  background-image: url(../images/pattern/line1.png);
}
.layout-dark .site-footer.style-1 {
  background-image: url(../images/background/pattern2.png), url(../images/pattern/line1.png);
  background-color: #212529;
  color: #fff;
}
.layout-dark .dz-card.blog-single.style-1 {
  background-color: transparent;
}
.layout-dark .form-control, .layout-dark .wp-block-categories-dropdown select, .wp-block-categories-dropdown .layout-dark select,
.layout-dark .wp-block-archives-dropdown select,
.wp-block-archives-dropdown .layout-dark select, .layout-dark .woocommerce #review_form #respond input[type=text], .woocommerce #review_form #respond .layout-dark input[type=text],
.layout-dark .woocommerce #review_form #respond textarea,
.woocommerce #review_form #respond .layout-dark textarea,
.layout-dark .woocommerce #review_form #respond input[type=email],
.woocommerce #review_form #respond .layout-dark input[type=email], .layout-dark .woocommerce-cart-form .table tr td.actions .coupon .input-text, .woocommerce-cart-form .table tr td.actions .coupon .layout-dark .input-text, .layout-dark .woocommerce-cart-form .table tr .quantity input, .woocommerce-cart-form .table tr .quantity .layout-dark input, .layout-dark .woocommerce .woocommerce-checkout.checkout form .form-row textarea, .woocommerce .woocommerce-checkout.checkout form .form-row .layout-dark textarea,
.layout-dark .woocommerce .woocommerce-checkout.checkout form .form-row select,
.woocommerce .woocommerce-checkout.checkout form .form-row .layout-dark select,
.layout-dark .woocommerce .woocommerce-checkout.checkout form .form-row input,
.woocommerce .woocommerce-checkout.checkout form .form-row .layout-dark input, .layout-dark .woocommerce-EditAccountForm.edit-account input[type=text], .woocommerce-EditAccountForm.edit-account .layout-dark input[type=text],
.layout-dark .woocommerce-EditAccountForm.edit-account input[type=email],
.woocommerce-EditAccountForm.edit-account .layout-dark input[type=email],
.layout-dark .woocommerce-EditAccountForm.edit-account input[type=password],
.woocommerce-EditAccountForm.edit-account .layout-dark input[type=password],
.layout-dark .login input[type=text],
.login .layout-dark input[type=text], .layout-dark .login input[type=password], .login .layout-dark input[type=password],
.layout-dark .woocommerce-ResetPassword.lost_reset_password input[type=text],
.woocommerce-ResetPassword.lost_reset_password .layout-dark input[type=text],
.layout-dark .checkout.woocommerce-checkout input[type=text],
.checkout.woocommerce-checkout .layout-dark input[type=text],
.layout-dark .checkout.woocommerce-checkout input[type=email],
.checkout.woocommerce-checkout .layout-dark input[type=email],
.layout-dark .checkout.woocommerce-checkout input[type=tel],
.checkout.woocommerce-checkout .layout-dark input[type=tel],
.layout-dark .checkout.woocommerce-checkout .select2-choice,
.checkout.woocommerce-checkout .layout-dark .select2-choice,
.layout-dark .checkout.woocommerce-checkout textarea,
.checkout.woocommerce-checkout .layout-dark textarea,
.layout-dark .woocommerce form .form-row input.input-text,
.woocommerce form .form-row .layout-dark input.input-text,
.layout-dark .woocommerce form .form-row .select2-selection,
.woocommerce form .form-row .layout-dark .select2-selection,
.layout-dark .woocommerce form .form-row .select2-choice,
.woocommerce form .form-row .layout-dark .select2-choice,
.layout-dark .comment-respond .comment-form p.comment-form-author input,
.layout-dark .comment-respond .comment-form p.comment-form-email input,
.layout-dark .comment-respond .comment-form p.comment-form-url input,
.layout-dark .comment-respond .comment-form p textarea {
  color: #fff;
}
.layout-dark .form-control::-webkit-input-placeholder, .layout-dark .wp-block-categories-dropdown select::-webkit-input-placeholder, .wp-block-categories-dropdown .layout-dark select::-webkit-input-placeholder,
.layout-dark .wp-block-archives-dropdown select::-webkit-input-placeholder,
.wp-block-archives-dropdown .layout-dark select::-webkit-input-placeholder, .layout-dark .woocommerce #review_form #respond input[type=text]::-webkit-input-placeholder, .woocommerce #review_form #respond .layout-dark input[type=text]::-webkit-input-placeholder,
.layout-dark .woocommerce #review_form #respond textarea::-webkit-input-placeholder,
.woocommerce #review_form #respond .layout-dark textarea::-webkit-input-placeholder,
.layout-dark .woocommerce #review_form #respond input[type=email]::-webkit-input-placeholder,
.woocommerce #review_form #respond .layout-dark input[type=email]::-webkit-input-placeholder, .layout-dark .woocommerce-cart-form .table tr td.actions .coupon .input-text::-webkit-input-placeholder, .woocommerce-cart-form .table tr td.actions .coupon .layout-dark .input-text::-webkit-input-placeholder, .layout-dark .woocommerce-cart-form .table tr .quantity input::-webkit-input-placeholder, .woocommerce-cart-form .table tr .quantity .layout-dark input::-webkit-input-placeholder, .layout-dark .woocommerce .woocommerce-checkout.checkout form .form-row textarea::-webkit-input-placeholder, .woocommerce .woocommerce-checkout.checkout form .form-row .layout-dark textarea::-webkit-input-placeholder,
.layout-dark .woocommerce .woocommerce-checkout.checkout form .form-row select::-webkit-input-placeholder,
.woocommerce .woocommerce-checkout.checkout form .form-row .layout-dark select::-webkit-input-placeholder,
.layout-dark .woocommerce .woocommerce-checkout.checkout form .form-row input::-webkit-input-placeholder,
.woocommerce .woocommerce-checkout.checkout form .form-row .layout-dark input::-webkit-input-placeholder, .layout-dark .woocommerce-EditAccountForm.edit-account input[type=text]::-webkit-input-placeholder, .woocommerce-EditAccountForm.edit-account .layout-dark input[type=text]::-webkit-input-placeholder,
.layout-dark .woocommerce-EditAccountForm.edit-account input[type=email]::-webkit-input-placeholder,
.woocommerce-EditAccountForm.edit-account .layout-dark input[type=email]::-webkit-input-placeholder,
.layout-dark .woocommerce-EditAccountForm.edit-account input[type=password]::-webkit-input-placeholder,
.woocommerce-EditAccountForm.edit-account .layout-dark input[type=password]::-webkit-input-placeholder,
.layout-dark .login input[type=text]::-webkit-input-placeholder,
.login .layout-dark input[type=text]::-webkit-input-placeholder, .layout-dark .login input[type=password]::-webkit-input-placeholder, .login .layout-dark input[type=password]::-webkit-input-placeholder,
.layout-dark .woocommerce-ResetPassword.lost_reset_password input[type=text]::-webkit-input-placeholder,
.woocommerce-ResetPassword.lost_reset_password .layout-dark input[type=text]::-webkit-input-placeholder,
.layout-dark .checkout.woocommerce-checkout input[type=text]::-webkit-input-placeholder,
.checkout.woocommerce-checkout .layout-dark input[type=text]::-webkit-input-placeholder,
.layout-dark .checkout.woocommerce-checkout input[type=email]::-webkit-input-placeholder,
.checkout.woocommerce-checkout .layout-dark input[type=email]::-webkit-input-placeholder,
.layout-dark .checkout.woocommerce-checkout input[type=tel]::-webkit-input-placeholder,
.checkout.woocommerce-checkout .layout-dark input[type=tel]::-webkit-input-placeholder,
.layout-dark .checkout.woocommerce-checkout .select2-choice::-webkit-input-placeholder,
.checkout.woocommerce-checkout .layout-dark .select2-choice::-webkit-input-placeholder,
.layout-dark .checkout.woocommerce-checkout textarea::-webkit-input-placeholder,
.checkout.woocommerce-checkout .layout-dark textarea::-webkit-input-placeholder,
.layout-dark .woocommerce form .form-row input.input-text::-webkit-input-placeholder,
.woocommerce form .form-row .layout-dark input.input-text::-webkit-input-placeholder,
.layout-dark .woocommerce form .form-row .select2-selection::-webkit-input-placeholder,
.woocommerce form .form-row .layout-dark .select2-selection::-webkit-input-placeholder,
.layout-dark .woocommerce form .form-row .select2-choice::-webkit-input-placeholder,
.woocommerce form .form-row .layout-dark .select2-choice::-webkit-input-placeholder,
.layout-dark .comment-respond .comment-form p.comment-form-author input::-webkit-input-placeholder,
.layout-dark .comment-respond .comment-form p.comment-form-email input::-webkit-input-placeholder,
.layout-dark .comment-respond .comment-form p.comment-form-url input::-webkit-input-placeholder,
.layout-dark .comment-respond .comment-form p textarea::-webkit-input-placeholder {
  color: #999;
}
.layout-dark .form-control:-ms-input-placeholder, .layout-dark .wp-block-categories-dropdown select:-ms-input-placeholder, .wp-block-categories-dropdown .layout-dark select:-ms-input-placeholder,
.layout-dark .wp-block-archives-dropdown select:-ms-input-placeholder,
.wp-block-archives-dropdown .layout-dark select:-ms-input-placeholder, .layout-dark .woocommerce #review_form #respond input[type=text]:-ms-input-placeholder, .woocommerce #review_form #respond .layout-dark input[type=text]:-ms-input-placeholder,
.layout-dark .woocommerce #review_form #respond textarea:-ms-input-placeholder,
.woocommerce #review_form #respond .layout-dark textarea:-ms-input-placeholder,
.layout-dark .woocommerce #review_form #respond input[type=email]:-ms-input-placeholder,
.woocommerce #review_form #respond .layout-dark input[type=email]:-ms-input-placeholder, .layout-dark .woocommerce-cart-form .table tr td.actions .coupon .input-text:-ms-input-placeholder, .woocommerce-cart-form .table tr td.actions .coupon .layout-dark .input-text:-ms-input-placeholder, .layout-dark .woocommerce-cart-form .table tr .quantity input:-ms-input-placeholder, .woocommerce-cart-form .table tr .quantity .layout-dark input:-ms-input-placeholder, .layout-dark .woocommerce .woocommerce-checkout.checkout form .form-row textarea:-ms-input-placeholder, .woocommerce .woocommerce-checkout.checkout form .form-row .layout-dark textarea:-ms-input-placeholder,
.layout-dark .woocommerce .woocommerce-checkout.checkout form .form-row select:-ms-input-placeholder,
.woocommerce .woocommerce-checkout.checkout form .form-row .layout-dark select:-ms-input-placeholder,
.layout-dark .woocommerce .woocommerce-checkout.checkout form .form-row input:-ms-input-placeholder,
.woocommerce .woocommerce-checkout.checkout form .form-row .layout-dark input:-ms-input-placeholder, .layout-dark .woocommerce-EditAccountForm.edit-account input[type=text]:-ms-input-placeholder, .woocommerce-EditAccountForm.edit-account .layout-dark input[type=text]:-ms-input-placeholder,
.layout-dark .woocommerce-EditAccountForm.edit-account input[type=email]:-ms-input-placeholder,
.woocommerce-EditAccountForm.edit-account .layout-dark input[type=email]:-ms-input-placeholder,
.layout-dark .woocommerce-EditAccountForm.edit-account input[type=password]:-ms-input-placeholder,
.woocommerce-EditAccountForm.edit-account .layout-dark input[type=password]:-ms-input-placeholder,
.layout-dark .login input[type=text]:-ms-input-placeholder,
.login .layout-dark input[type=text]:-ms-input-placeholder, .layout-dark .login input[type=password]:-ms-input-placeholder, .login .layout-dark input[type=password]:-ms-input-placeholder,
.layout-dark .woocommerce-ResetPassword.lost_reset_password input[type=text]:-ms-input-placeholder,
.woocommerce-ResetPassword.lost_reset_password .layout-dark input[type=text]:-ms-input-placeholder,
.layout-dark .checkout.woocommerce-checkout input[type=text]:-ms-input-placeholder,
.checkout.woocommerce-checkout .layout-dark input[type=text]:-ms-input-placeholder,
.layout-dark .checkout.woocommerce-checkout input[type=email]:-ms-input-placeholder,
.checkout.woocommerce-checkout .layout-dark input[type=email]:-ms-input-placeholder,
.layout-dark .checkout.woocommerce-checkout input[type=tel]:-ms-input-placeholder,
.checkout.woocommerce-checkout .layout-dark input[type=tel]:-ms-input-placeholder,
.layout-dark .checkout.woocommerce-checkout .select2-choice:-ms-input-placeholder,
.checkout.woocommerce-checkout .layout-dark .select2-choice:-ms-input-placeholder,
.layout-dark .checkout.woocommerce-checkout textarea:-ms-input-placeholder,
.checkout.woocommerce-checkout .layout-dark textarea:-ms-input-placeholder,
.layout-dark .woocommerce form .form-row input.input-text:-ms-input-placeholder,
.woocommerce form .form-row .layout-dark input.input-text:-ms-input-placeholder,
.layout-dark .woocommerce form .form-row .select2-selection:-ms-input-placeholder,
.woocommerce form .form-row .layout-dark .select2-selection:-ms-input-placeholder,
.layout-dark .woocommerce form .form-row .select2-choice:-ms-input-placeholder,
.woocommerce form .form-row .layout-dark .select2-choice:-ms-input-placeholder,
.layout-dark .comment-respond .comment-form p.comment-form-author input:-ms-input-placeholder,
.layout-dark .comment-respond .comment-form p.comment-form-email input:-ms-input-placeholder,
.layout-dark .comment-respond .comment-form p.comment-form-url input:-ms-input-placeholder,
.layout-dark .comment-respond .comment-form p textarea:-ms-input-placeholder {
  color: #999;
}
.layout-dark .form-control::placeholder, .layout-dark .wp-block-categories-dropdown select::placeholder, .wp-block-categories-dropdown .layout-dark select::placeholder,
.layout-dark .wp-block-archives-dropdown select::placeholder,
.wp-block-archives-dropdown .layout-dark select::placeholder, .layout-dark .woocommerce #review_form #respond input[type=text]::placeholder, .woocommerce #review_form #respond .layout-dark input[type=text]::placeholder,
.layout-dark .woocommerce #review_form #respond textarea::placeholder,
.woocommerce #review_form #respond .layout-dark textarea::placeholder,
.layout-dark .woocommerce #review_form #respond input[type=email]::placeholder,
.woocommerce #review_form #respond .layout-dark input[type=email]::placeholder, .layout-dark .woocommerce-cart-form .table tr td.actions .coupon .input-text::placeholder, .woocommerce-cart-form .table tr td.actions .coupon .layout-dark .input-text::placeholder, .layout-dark .woocommerce-cart-form .table tr .quantity input::placeholder, .woocommerce-cart-form .table tr .quantity .layout-dark input::placeholder, .layout-dark .woocommerce .woocommerce-checkout.checkout form .form-row textarea::placeholder, .woocommerce .woocommerce-checkout.checkout form .form-row .layout-dark textarea::placeholder,
.layout-dark .woocommerce .woocommerce-checkout.checkout form .form-row select::placeholder,
.woocommerce .woocommerce-checkout.checkout form .form-row .layout-dark select::placeholder,
.layout-dark .woocommerce .woocommerce-checkout.checkout form .form-row input::placeholder,
.woocommerce .woocommerce-checkout.checkout form .form-row .layout-dark input::placeholder, .layout-dark .woocommerce-EditAccountForm.edit-account input[type=text]::placeholder, .woocommerce-EditAccountForm.edit-account .layout-dark input[type=text]::placeholder,
.layout-dark .woocommerce-EditAccountForm.edit-account input[type=email]::placeholder,
.woocommerce-EditAccountForm.edit-account .layout-dark input[type=email]::placeholder,
.layout-dark .woocommerce-EditAccountForm.edit-account input[type=password]::placeholder,
.woocommerce-EditAccountForm.edit-account .layout-dark input[type=password]::placeholder,
.layout-dark .login input[type=text]::placeholder,
.login .layout-dark input[type=text]::placeholder, .layout-dark .login input[type=password]::placeholder, .login .layout-dark input[type=password]::placeholder,
.layout-dark .woocommerce-ResetPassword.lost_reset_password input[type=text]::placeholder,
.woocommerce-ResetPassword.lost_reset_password .layout-dark input[type=text]::placeholder,
.layout-dark .checkout.woocommerce-checkout input[type=text]::placeholder,
.checkout.woocommerce-checkout .layout-dark input[type=text]::placeholder,
.layout-dark .checkout.woocommerce-checkout input[type=email]::placeholder,
.checkout.woocommerce-checkout .layout-dark input[type=email]::placeholder,
.layout-dark .checkout.woocommerce-checkout input[type=tel]::placeholder,
.checkout.woocommerce-checkout .layout-dark input[type=tel]::placeholder,
.layout-dark .checkout.woocommerce-checkout .select2-choice::placeholder,
.checkout.woocommerce-checkout .layout-dark .select2-choice::placeholder,
.layout-dark .checkout.woocommerce-checkout textarea::placeholder,
.checkout.woocommerce-checkout .layout-dark textarea::placeholder,
.layout-dark .woocommerce form .form-row input.input-text::placeholder,
.woocommerce form .form-row .layout-dark input.input-text::placeholder,
.layout-dark .woocommerce form .form-row .select2-selection::placeholder,
.woocommerce form .form-row .layout-dark .select2-selection::placeholder,
.layout-dark .woocommerce form .form-row .select2-choice::placeholder,
.woocommerce form .form-row .layout-dark .select2-choice::placeholder,
.layout-dark .comment-respond .comment-form p.comment-form-author input::placeholder,
.layout-dark .comment-respond .comment-form p.comment-form-email input::placeholder,
.layout-dark .comment-respond .comment-form p.comment-form-url input::placeholder,
.layout-dark .comment-respond .comment-form p textarea::placeholder {
  color: #999;
}
.layout-dark.woocommerce #reviews #comments ol.commentlist li,
.layout-dark .price-rating-area,
.layout-dark .comments-area .comment-list > .comment .comment-body {
  border-color: rgba(255, 255, 255, 0.1);
}
.layout-dark.woocommerce div.product .woocommerce-tabs ul.tabs {
  border-color: rgba(255, 255, 255, 0.1) !important;
}
.layout-dark nav .pagination .page-item .page-link {
  background: #212529;
  border-color: #212529;
}
.layout-dark nav .pagination .page-item .page-link:hover, .layout-dark nav .pagination .page-item .page-link.active {
  background-color: var(--primary);
  border-color: var(--primary);
}
.layout-dark #loading-area.loading-page-1 {
  background-color: #212529;
}
.layout-dark #loading-area.loading-page-1 .dz-loader {
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .layout-dark .mo-left .header-nav.show {
    background-color: #212529;
  }
  .layout-dark .header-nav .nav > li .mega-menu,
  .layout-dark .header-nav .nav > li .sub-menu,
  .layout-dark .header-nav .nav > li,
  .layout-dark .header-nav .nav > li .mega-menu li a,
  .layout-dark .header-nav .nav > li .sub-menu li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .layout-dark .header-nav .nav > li .mega-menu,
  .layout-dark .header-nav .nav > li .sub-menu {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .layout-dark .header-nav .nav > li .mega-menu li a:after,
  .layout-dark .header-nav .nav > li .sub-menu li a:after {
    color: var(--primary);
  }
  .layout-dark .header-nav .dz-social-icon a {
    background: #282d32;
    border-color: #282d32;
  }
}
.layout-dark.single-post .main-bar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.layout-dark.woocommerce table.shop_table tbody th,
.layout-dark.woocommerce table.shop_table tfoot td,
.layout-dark.woocommerce table.shop_table tfoot th {
  border-top: 1px solid #fff;
}
.layout-dark.woocommerce-checkout #payment {
  background: #212529;
}
.layout-dark .select2-dropdown,
.layout-dark #yith-quick-view-modal .yith-wcqv-main {
  background-color: #212529;
}
.layout-dark .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
}
.layout-dark.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
  background: #383b3f;
  color: #fff;
}
.layout-dark.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li:hover a, .layout-dark.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
  background: var(--primary);
}
.layout-dark .woocommerce-error,
.layout-dark .woocommerce-info,
.layout-dark .woocommerce-message {
  background: #1e2328;
  color: #fff;
}
.layout-dark.woocommerce form.woocommerce-form.checkout_coupon,
.layout-dark .woocommerce-ResetPassword, .layout-dark.woocommerce form.woocommerce-form.login, .layout-dark.woocommerce form.woocommerce-form.register {
  background: #383b3f;
}
.layout-dark .widget_shopping_cart .total,
.layout-dark .minicart .acod-title {
  border-color: rgba(255, 255, 255, 0.1);
}
.layout-dark .header-nav .sidebar-footer .dz-login-register, .layout-dark.woocommerce ul.cart_list li, .layout-dark.woocommerce ul.product_list_widget li {
  border-color: rgba(255, 255, 255, 0.1);
}
.layout-dark .dz-bnr-inr {
  background-color: #191b1d;
}
.layout-dark .silder-two .silder-content,
.layout-dark .about-bx2 .dz-media::after,
.layout-dark .dz-box.style-2 .dz-info,
.layout-dark .icon-bx-wraper.style-9::after,
.layout-dark .site-footer.style-2,
.layout-dark .ft-subscribe.style-2 .form-control,
.layout-dark .ft-subscribe.style-2 .wp-block-categories-dropdown select,
.wp-block-categories-dropdown .layout-dark .ft-subscribe.style-2 select,
.layout-dark .ft-subscribe.style-2 .wp-block-archives-dropdown select,
.wp-block-archives-dropdown .layout-dark .ft-subscribe.style-2 select,
.layout-dark .ft-subscribe.style-2 .woocommerce #review_form #respond input[type=text],
.woocommerce #review_form #respond .layout-dark .ft-subscribe.style-2 input[type=text],
.layout-dark .ft-subscribe.style-2 .woocommerce #review_form #respond textarea,
.woocommerce #review_form #respond .layout-dark .ft-subscribe.style-2 textarea,
.layout-dark .ft-subscribe.style-2 .woocommerce #review_form #respond input[type=email],
.woocommerce #review_form #respond .layout-dark .ft-subscribe.style-2 input[type=email],
.layout-dark .ft-subscribe.style-2 .woocommerce-cart-form .table tr td.actions .coupon .input-text,
.woocommerce-cart-form .table tr td.actions .coupon .layout-dark .ft-subscribe.style-2 .input-text,
.layout-dark .ft-subscribe.style-2 .woocommerce-cart-form .table tr .quantity input,
.woocommerce-cart-form .table tr .quantity .layout-dark .ft-subscribe.style-2 input,
.layout-dark .ft-subscribe.style-2 .woocommerce .woocommerce-checkout.checkout form .form-row select,
.woocommerce .woocommerce-checkout.checkout form .form-row .layout-dark .ft-subscribe.style-2 select,
.layout-dark .ft-subscribe.style-2 .woocommerce .woocommerce-checkout.checkout form .form-row input,
.woocommerce .woocommerce-checkout.checkout form .form-row .layout-dark .ft-subscribe.style-2 input,
.layout-dark .ft-subscribe.style-2 .woocommerce-EditAccountForm.edit-account input[type=text],
.woocommerce-EditAccountForm.edit-account .layout-dark .ft-subscribe.style-2 input[type=text],
.layout-dark .ft-subscribe.style-2 .woocommerce-EditAccountForm.edit-account input[type=email],
.woocommerce-EditAccountForm.edit-account .layout-dark .ft-subscribe.style-2 input[type=email],
.layout-dark .ft-subscribe.style-2 .woocommerce-EditAccountForm.edit-account input[type=password],
.woocommerce-EditAccountForm.edit-account .layout-dark .ft-subscribe.style-2 input[type=password],
.layout-dark .ft-subscribe.style-2 .login input[type=text],
.login .layout-dark .ft-subscribe.style-2 input[type=text],
.layout-dark .ft-subscribe.style-2 .login input[type=password],
.login .layout-dark .ft-subscribe.style-2 input[type=password],
.layout-dark .ft-subscribe.style-2 .woocommerce-ResetPassword.lost_reset_password input[type=text],
.woocommerce-ResetPassword.lost_reset_password .layout-dark .ft-subscribe.style-2 input[type=text],
.layout-dark .ft-subscribe.style-2 .checkout.woocommerce-checkout input[type=text],
.checkout.woocommerce-checkout .layout-dark .ft-subscribe.style-2 input[type=text],
.layout-dark .ft-subscribe.style-2 .checkout.woocommerce-checkout input[type=email],
.checkout.woocommerce-checkout .layout-dark .ft-subscribe.style-2 input[type=email],
.layout-dark .ft-subscribe.style-2 .checkout.woocommerce-checkout input[type=tel],
.checkout.woocommerce-checkout .layout-dark .ft-subscribe.style-2 input[type=tel],
.layout-dark .ft-subscribe.style-2 .checkout.woocommerce-checkout .select2-choice,
.checkout.woocommerce-checkout .layout-dark .ft-subscribe.style-2 .select2-choice,
.layout-dark .ft-subscribe.style-2 .checkout.woocommerce-checkout textarea,
.checkout.woocommerce-checkout .layout-dark .ft-subscribe.style-2 textarea,
.layout-dark .ft-subscribe.style-2 .woocommerce form .form-row input.input-text,
.woocommerce form .form-row .layout-dark .ft-subscribe.style-2 input.input-text,
.layout-dark .ft-subscribe.style-2 .woocommerce form .form-row .select2-selection,
.woocommerce form .form-row .layout-dark .ft-subscribe.style-2 .select2-selection,
.layout-dark .ft-subscribe.style-2 .woocommerce form .form-row .select2-choice,
.woocommerce form .form-row .layout-dark .ft-subscribe.style-2 .select2-choice,
.layout-dark .progress-bx.style-3 .progress {
  background-color: #23262f;
}
.layout-dark .site-footer.style-2 {
  color: #c5c5c5;
}
.layout-dark .site-footer.style-2 .widget_nav_menu ul li a {
  color: #c5c5c5;
}
.layout-dark .social-list.style-2 li a {
  color: #b9b9ba;
}
.layout-dark .social-list.style-2 li a:hover {
  color: var(--primary);
}
.layout-dark .about-bx2 .dz-media:before {
  opacity: 0.2;
}
.layout-dark .site-filters.style-2 .filters li a {
  color: #fff;
}
.layout-dark .icon-bx-wraper.style-9::before {
  background: var(--primary);
}
.layout-dark .icon-bx-wraper.style-9 {
  border-color: #363a46;
}
.layout-dark .icon-bx-wraper.style-9:hover {
  border-color: #23262f;
  box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.4);
}
.layout-dark .icon-bx-wraper.style-9:hover [class*=icon-bx-] {
  background: var(--primary);
}
.layout-dark .icon-bx-wraper.style-9:hover [class*=icon-bx-] a {
  color: #fff;
}
.layout-dark .testimonial-swiper-2 .btn-prev,
.layout-dark .testimonial-swiper-2 .btn-next {
  background: rgba(255, 255, 255, 0.1);
}
.layout-dark .testimonial-swiper-2 .swiper-pagination i,
.layout-dark .testimonial-swiper-2 .btn-next i,
.layout-dark .testimonial-swiper-2 .btn-prev i {
  color: #fff;
}
.layout-dark .testimonial-swiper-2 .btn-prev:hover,
.layout-dark .testimonial-swiper-2 .btn-next:hover {
  background: var(--rgba-primary-1);
}
.layout-dark .testimonial-swiper-2 .btn-prev:hover i,
.layout-dark .testimonial-swiper-2 .btn-next:hover i {
  color: var(--primary);
}
.layout-dark .testimonial-2::after {
  color: #fff;
}
.layout-dark .overlay-white-light::before,
.layout-dark .overlay-white-middle::before,
.layout-dark .overlay-white-dark::before {
  background: #141416;
}
.layout-dark .dz-card.style-2 .dz-meta {
  background: #23262f;
}
.layout-dark .site-footer.style-2 .footer-bottom {
  background-color: #191c24;
}
.layout-dark .site-footer.style-2 .copyright-text {
  color: #fff;
}
.layout-dark .ft-subscribe.style-2 {
  box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.4);
}
.layout-dark .ft-subscribe.style-2 .form-control::placeholder, .layout-dark .ft-subscribe.style-2 .wp-block-categories-dropdown select::placeholder, .wp-block-categories-dropdown .layout-dark .ft-subscribe.style-2 select::placeholder,
.layout-dark .ft-subscribe.style-2 .wp-block-archives-dropdown select::placeholder,
.wp-block-archives-dropdown .layout-dark .ft-subscribe.style-2 select::placeholder, .layout-dark .ft-subscribe.style-2 .woocommerce #review_form #respond input[type=text]::placeholder, .woocommerce #review_form #respond .layout-dark .ft-subscribe.style-2 input[type=text]::placeholder,
.layout-dark .ft-subscribe.style-2 .woocommerce #review_form #respond textarea::placeholder,
.woocommerce #review_form #respond .layout-dark .ft-subscribe.style-2 textarea::placeholder,
.layout-dark .ft-subscribe.style-2 .woocommerce #review_form #respond input[type=email]::placeholder,
.woocommerce #review_form #respond .layout-dark .ft-subscribe.style-2 input[type=email]::placeholder, .layout-dark .ft-subscribe.style-2 .woocommerce-cart-form .table tr td.actions .coupon .input-text::placeholder, .woocommerce-cart-form .table tr td.actions .coupon .layout-dark .ft-subscribe.style-2 .input-text::placeholder, .layout-dark .ft-subscribe.style-2 .woocommerce-cart-form .table tr .quantity input::placeholder, .woocommerce-cart-form .table tr .quantity .layout-dark .ft-subscribe.style-2 input::placeholder,
.layout-dark .ft-subscribe.style-2 .woocommerce .woocommerce-checkout.checkout form .form-row select::placeholder,
.woocommerce .woocommerce-checkout.checkout form .form-row .layout-dark .ft-subscribe.style-2 select::placeholder,
.layout-dark .ft-subscribe.style-2 .woocommerce .woocommerce-checkout.checkout form .form-row input::placeholder,
.woocommerce .woocommerce-checkout.checkout form .form-row .layout-dark .ft-subscribe.style-2 input::placeholder, .layout-dark .ft-subscribe.style-2 .woocommerce-EditAccountForm.edit-account input[type=text]::placeholder, .woocommerce-EditAccountForm.edit-account .layout-dark .ft-subscribe.style-2 input[type=text]::placeholder,
.layout-dark .ft-subscribe.style-2 .woocommerce-EditAccountForm.edit-account input[type=email]::placeholder,
.woocommerce-EditAccountForm.edit-account .layout-dark .ft-subscribe.style-2 input[type=email]::placeholder,
.layout-dark .ft-subscribe.style-2 .woocommerce-EditAccountForm.edit-account input[type=password]::placeholder,
.woocommerce-EditAccountForm.edit-account .layout-dark .ft-subscribe.style-2 input[type=password]::placeholder,
.layout-dark .ft-subscribe.style-2 .login input[type=text]::placeholder,
.login .layout-dark .ft-subscribe.style-2 input[type=text]::placeholder, .layout-dark .ft-subscribe.style-2 .login input[type=password]::placeholder, .login .layout-dark .ft-subscribe.style-2 input[type=password]::placeholder,
.layout-dark .ft-subscribe.style-2 .woocommerce-ResetPassword.lost_reset_password input[type=text]::placeholder,
.woocommerce-ResetPassword.lost_reset_password .layout-dark .ft-subscribe.style-2 input[type=text]::placeholder,
.layout-dark .ft-subscribe.style-2 .checkout.woocommerce-checkout input[type=text]::placeholder,
.checkout.woocommerce-checkout .layout-dark .ft-subscribe.style-2 input[type=text]::placeholder,
.layout-dark .ft-subscribe.style-2 .checkout.woocommerce-checkout input[type=email]::placeholder,
.checkout.woocommerce-checkout .layout-dark .ft-subscribe.style-2 input[type=email]::placeholder,
.layout-dark .ft-subscribe.style-2 .checkout.woocommerce-checkout input[type=tel]::placeholder,
.checkout.woocommerce-checkout .layout-dark .ft-subscribe.style-2 input[type=tel]::placeholder,
.layout-dark .ft-subscribe.style-2 .checkout.woocommerce-checkout .select2-choice::placeholder,
.checkout.woocommerce-checkout .layout-dark .ft-subscribe.style-2 .select2-choice::placeholder,
.layout-dark .ft-subscribe.style-2 .checkout.woocommerce-checkout textarea::placeholder,
.checkout.woocommerce-checkout .layout-dark .ft-subscribe.style-2 textarea::placeholder,
.layout-dark .ft-subscribe.style-2 .woocommerce form .form-row input.input-text::placeholder,
.woocommerce form .form-row .layout-dark .ft-subscribe.style-2 input.input-text::placeholder,
.layout-dark .ft-subscribe.style-2 .woocommerce form .form-row .select2-selection::placeholder,
.woocommerce form .form-row .layout-dark .ft-subscribe.style-2 .select2-selection::placeholder,
.layout-dark .ft-subscribe.style-2 .woocommerce form .form-row .select2-choice::placeholder,
.woocommerce form .form-row .layout-dark .ft-subscribe.style-2 .select2-choice::placeholder {
  color: #a1a1a1;
}
.layout-dark .follow-info.style-2 .inner-info ul li {
  color: #fff;
}
.layout-dark .testimonial-swiper-2 .swiper-pagination .swiper-pagination-bullet {
  background: #ffffff;
}
.layout-dark .testimonial-swiper-2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--primary);
}
.layout-dark .site-footer.style-2:after,
.layout-dark .site-footer.style-2:before {
  opacity: 0.2;
}
.layout-dark .shop-cart .site-button-link {
  color: #fff;
}
.layout-dark footer .calendar_wrap {
  background-color: #23262f;
}
.layout-dark .form-select,
.layout-dark select {
  background-image: url(../images/down-white.svg);
  background-color: #212529 !important;
  color: #fff;
}
.layout-dark .dz-post-text table tbody tr:nth-of-type(odd),
.layout-dark .dz-page-text table tbody tr:nth-of-type(odd),
.layout-dark .wp-block-table tbody tr:nth-of-type(odd),
.layout-dark table.shop_attributes tr:nth-child(even) td,
.layout-dark table.shop_attributes tr:nth-child(even) th {
  background-color: rgba(255, 255, 255, 0.05);
}
.layout-dark .wp-block-calendar table th {
  background: rgba(255, 255, 255, 0.2);
}
.layout-dark .post-tags strong,
.layout-dark .wp-block-image figcaption,
.layout-dark .blocks-gallery-caption,
.layout-dark .wp-block-video figcaption,
.layout-dark .wp-block-embed figcaption,
.layout-dark .gallery .gallery-caption,
.layout-dark .post-password-form input[type=password],
.layout-dark .wp-block-search .wp-block-search__input,
.layout-dark .wp-block-calendar table caption,
.layout-dark .wp-block-calendar table tbody,
.layout-dark .woocommerce-ordering select,
.layout-dark .woocommerce-product-search .search-field,
.layout-dark .woocommerce .shop_table tbody tr.cart_item td, .layout-dark.woocommerce-cart .cart-collaterals .cart_totals p small, .layout-dark.woocommerce-cart .cart-collaterals .cart_totals p .small,
.layout-dark table tr th,
.layout-dark table tr td {
  color: #fff;
}
.layout-dark .widget_rss ul li,
.layout-dark .dz-post-text td,
.layout-dark .dz-post-text th,
.layout-dark .dz-page-text td,
.layout-dark .dz-page-text th,
.layout-dark .wp-block-table td,
.layout-dark .wp-block-table th,
.layout-dark .post-password-form input[type=password],
.layout-dark .wp-block-table.is-style-stripes,
.layout-dark .wp-block-latest-comments li,
.layout-dark .wp-block-rss .wp-block-rss__item,
.layout-dark .wp-block-search .wp-block-search__input,
.layout-dark .woocommerce-product-search .search-field,
.layout-dark .woocommerce ul.cart_list li,
.layout-dark .woocommerce ul.product_list_widget li,
.layout-dark .woocommerce-checkout #payment ul.payment_methods,
.layout-dark .woocommerce table.shop_table tbody th,
.layout-dark .woocommerce table.shop_table tfoot td,
.layout-dark .woocommerce table.shop_table tfoot th,
.layout-dark .woocommerce table.shop_table,
.layout-dark .woocommerce .shop_table tbody tr.cart_item td,
.layout-dark .woocommerce .cart_totals,
.layout-dark #add_payment_method .cart-collaterals .cart_totals tr td,
.layout-dark #add_payment_method .cart-collaterals .cart_totals tr th, .layout-dark.woocommerce-cart .cart-collaterals .cart_totals tr td, .layout-dark.woocommerce-cart .cart-collaterals .cart_totals tr th,
.layout-dark .woocommerce-checkout .cart-collaterals .cart_totals tr td,
.layout-dark .woocommerce-checkout .cart-collaterals .cart_totals tr th,
.layout-dark .woocommerce-cart-form .table tr td,
.layout-dark .woocommerce-cart-form .table tr th {
  border-color: rgba(255, 255, 255, 0.1);
}
.layout-dark .woocommerce-ordering select,
.layout-dark .woocommerce .cart_totals tr {
  border-color: rgba(255, 255, 255, 0.1) !important;
}
.layout-dark .has-background p,
.layout-dark .has-background span {
  color: #777;
}
.layout-dark .has-background h1, .layout-dark .has-background .h1, .layout-dark .has-background h2, .layout-dark .has-background .h2, .layout-dark .has-background h3, .layout-dark .has-background .h3, .layout-dark .has-background h4, .layout-dark .has-background .h4, .layout-dark .has-background h5, .layout-dark .has-background .h5, .layout-dark .has-background h6, .layout-dark .has-background .h6 {
  color: #212529;
}
.layout-dark .has-background h1 a, .layout-dark .has-background .h1 a, .layout-dark .has-background h2 a, .layout-dark .has-background .h2 a, .layout-dark .has-background h3 a, .layout-dark .has-background .h3 a, .layout-dark .has-background h4 a, .layout-dark .has-background .h4 a, .layout-dark .has-background h5 a, .layout-dark .has-background .h5 a, .layout-dark .has-background h6 a, .layout-dark .has-background .h6 a {
  color: #212529;
}

.layout-dark {
  background-color: #212529;
  color: #ffffff;
}
.layout-dark .header-nav .nav > li .mega-menu,
.layout-dark .header-nav .nav > li .sub-menu,
.layout-dark .contact-sidebar,
.layout-dark .inquiry-modal .form-control,
.layout-dark .inquiry-modal .wp-block-categories-dropdown select,
.wp-block-categories-dropdown .layout-dark .inquiry-modal select,
.layout-dark .inquiry-modal .wp-block-archives-dropdown select,
.wp-block-archives-dropdown .layout-dark .inquiry-modal select,
.layout-dark .inquiry-modal .woocommerce #review_form #respond input[type=text],
.woocommerce #review_form #respond .layout-dark .inquiry-modal input[type=text],
.layout-dark .inquiry-modal .woocommerce #review_form #respond textarea,
.woocommerce #review_form #respond .layout-dark .inquiry-modal textarea,
.layout-dark .inquiry-modal .woocommerce #review_form #respond input[type=email],
.woocommerce #review_form #respond .layout-dark .inquiry-modal input[type=email],
.layout-dark .inquiry-modal .woocommerce-cart-form .table tr td.actions .coupon .input-text,
.woocommerce-cart-form .table tr td.actions .coupon .layout-dark .inquiry-modal .input-text,
.layout-dark .inquiry-modal .woocommerce-cart-form .table tr .quantity input,
.woocommerce-cart-form .table tr .quantity .layout-dark .inquiry-modal input,
.layout-dark .inquiry-modal .woocommerce .woocommerce-checkout.checkout form .form-row textarea,
.woocommerce .woocommerce-checkout.checkout form .form-row .layout-dark .inquiry-modal textarea,
.layout-dark .inquiry-modal .woocommerce .woocommerce-checkout.checkout form .form-row input[type=text],
.woocommerce .woocommerce-checkout.checkout form .form-row .layout-dark .inquiry-modal input[type=text],
.layout-dark .inquiry-modal .woocommerce .woocommerce-checkout.checkout form .form-row input[type=email],
.woocommerce .woocommerce-checkout.checkout form .form-row .layout-dark .inquiry-modal input[type=email],
.layout-dark .inquiry-modal .woocommerce .woocommerce-checkout.checkout form .form-row input[type=tel],
.woocommerce .woocommerce-checkout.checkout form .form-row .layout-dark .inquiry-modal input[type=tel],
.layout-dark .inquiry-modal .woocommerce .woocommerce-checkout.checkout form .form-row select,
.woocommerce .woocommerce-checkout.checkout form .form-row .layout-dark .inquiry-modal select,
.layout-dark .inquiry-modal .woocommerce .woocommerce-checkout.checkout form .form-row input.input-text,
.woocommerce .woocommerce-checkout.checkout form .form-row .layout-dark .inquiry-modal input.input-text,
.layout-dark .inquiry-modal .woocommerce .woocommerce-checkout.checkout form .form-row input,
.woocommerce .woocommerce-checkout.checkout form .form-row .layout-dark .inquiry-modal input,
.layout-dark .inquiry-modal .woocommerce-EditAccountForm.edit-account input[type=text],
.woocommerce-EditAccountForm.edit-account .layout-dark .inquiry-modal input[type=text],
.layout-dark .inquiry-modal .woocommerce-EditAccountForm.edit-account input[type=email],
.woocommerce-EditAccountForm.edit-account .layout-dark .inquiry-modal input[type=email],
.layout-dark .inquiry-modal .woocommerce-EditAccountForm.edit-account input[type=password],
.woocommerce-EditAccountForm.edit-account .layout-dark .inquiry-modal input[type=password],
.layout-dark .inquiry-modal .login input[type=text],
.login .layout-dark .inquiry-modal input[type=text],
.layout-dark .inquiry-modal .login input[type=password],
.login .layout-dark .inquiry-modal input[type=password],
.layout-dark .inquiry-modal .woocommerce-ResetPassword.lost_reset_password input[type=text],
.woocommerce-ResetPassword.lost_reset_password .layout-dark .inquiry-modal input[type=text],
.layout-dark .inquiry-modal .checkout.woocommerce-checkout input[type=text],
.checkout.woocommerce-checkout .layout-dark .inquiry-modal input[type=text],
.layout-dark .inquiry-modal .checkout.woocommerce-checkout input[type=email],
.checkout.woocommerce-checkout .layout-dark .inquiry-modal input[type=email],
.layout-dark .inquiry-modal .checkout.woocommerce-checkout input[type=tel],
.checkout.woocommerce-checkout .layout-dark .inquiry-modal input[type=tel],
.layout-dark .inquiry-modal .checkout.woocommerce-checkout .select2-choice,
.checkout.woocommerce-checkout .layout-dark .inquiry-modal .select2-choice,
.layout-dark .inquiry-modal .checkout.woocommerce-checkout textarea,
.checkout.woocommerce-checkout .layout-dark .inquiry-modal textarea,
.layout-dark .inquiry-modal .woocommerce form .form-row input.input-text,
.woocommerce form .form-row .layout-dark .inquiry-modal input.input-text,
.layout-dark .inquiry-modal .woocommerce form .form-row .select2-selection,
.woocommerce form .form-row .layout-dark .inquiry-modal .select2-selection,
.layout-dark .inquiry-modal .woocommerce form .form-row .select2-choice,
.woocommerce form .form-row .layout-dark .inquiry-modal .select2-choice,
.layout-dark .silder-one .slider-one-pagination,
.layout-dark .dz-card.style-1,
.layout-dark .silder-one .silder-content,
.layout-dark .form-control,
.layout-dark .wp-block-categories-dropdown select,
.wp-block-categories-dropdown .layout-dark select,
.layout-dark .wp-block-archives-dropdown select,
.wp-block-archives-dropdown .layout-dark select,
.layout-dark .woocommerce #review_form #respond input[type=text],
.woocommerce #review_form #respond .layout-dark input[type=text],
.layout-dark .woocommerce #review_form #respond textarea,
.woocommerce #review_form #respond .layout-dark textarea,
.layout-dark .woocommerce #review_form #respond input[type=email],
.woocommerce #review_form #respond .layout-dark input[type=email],
.layout-dark .woocommerce-cart-form .table tr td.actions .coupon .input-text,
.woocommerce-cart-form .table tr td.actions .coupon .layout-dark .input-text,
.layout-dark .woocommerce-cart-form .table tr .quantity input,
.woocommerce-cart-form .table tr .quantity .layout-dark input,
.layout-dark .woocommerce .woocommerce-checkout.checkout form .form-row textarea,
.woocommerce .woocommerce-checkout.checkout form .form-row .layout-dark textarea,
.layout-dark .woocommerce .woocommerce-checkout.checkout form .form-row input[type=text],
.woocommerce .woocommerce-checkout.checkout form .form-row .layout-dark input[type=text],
.layout-dark .woocommerce .woocommerce-checkout.checkout form .form-row input[type=email],
.woocommerce .woocommerce-checkout.checkout form .form-row .layout-dark input[type=email],
.layout-dark .woocommerce .woocommerce-checkout.checkout form .form-row input[type=tel],
.woocommerce .woocommerce-checkout.checkout form .form-row .layout-dark input[type=tel],
.layout-dark .woocommerce .woocommerce-checkout.checkout form .form-row select,
.woocommerce .woocommerce-checkout.checkout form .form-row .layout-dark select,
.layout-dark .woocommerce .woocommerce-checkout.checkout form .form-row input.input-text,
.woocommerce .woocommerce-checkout.checkout form .form-row .layout-dark input.input-text,
.layout-dark .woocommerce .woocommerce-checkout.checkout form .form-row input,
.woocommerce .woocommerce-checkout.checkout form .form-row .layout-dark input,
.layout-dark .woocommerce-EditAccountForm.edit-account input[type=text],
.woocommerce-EditAccountForm.edit-account .layout-dark input[type=text],
.layout-dark .woocommerce-EditAccountForm.edit-account input[type=email],
.woocommerce-EditAccountForm.edit-account .layout-dark input[type=email],
.layout-dark .woocommerce-EditAccountForm.edit-account input[type=password],
.woocommerce-EditAccountForm.edit-account .layout-dark input[type=password],
.layout-dark .login input[type=text],
.login .layout-dark input[type=text],
.layout-dark .login input[type=password],
.login .layout-dark input[type=password],
.layout-dark .woocommerce-ResetPassword.lost_reset_password input[type=text],
.woocommerce-ResetPassword.lost_reset_password .layout-dark input[type=text],
.layout-dark .checkout.woocommerce-checkout input[type=text],
.checkout.woocommerce-checkout .layout-dark input[type=text],
.layout-dark .checkout.woocommerce-checkout input[type=email],
.checkout.woocommerce-checkout .layout-dark input[type=email],
.layout-dark .checkout.woocommerce-checkout input[type=tel],
.checkout.woocommerce-checkout .layout-dark input[type=tel],
.layout-dark .checkout.woocommerce-checkout .select2-choice,
.checkout.woocommerce-checkout .layout-dark .select2-choice,
.layout-dark .checkout.woocommerce-checkout textarea,
.checkout.woocommerce-checkout .layout-dark textarea,
.layout-dark .woocommerce form .form-row input.input-text,
.woocommerce form .form-row .layout-dark input.input-text,
.layout-dark .woocommerce form .form-row .select2-selection,
.woocommerce form .form-row .layout-dark .select2-selection,
.layout-dark .woocommerce form .form-row .select2-choice,
.woocommerce form .form-row .layout-dark .select2-choice,
.layout-dark .sidenav-menu,
.layout-dark .comment-respond .comment-form p.comment-form-author input,
.layout-dark .comment-respond .comment-form p.comment-form-email input,
.layout-dark .comment-respond .comment-form p.comment-form-url input,
.layout-dark .comment-respond .comment-form p textarea,
.layout-dark .silder-three .swiperThumbsHome,
.layout-dark .bg-gray {
  background-color: #212529;
}
.layout-dark .bg-white {
  background-color: #282d32 !important;
}
.layout-dark .icon-bx-wraper.style-8 {
  background-color: #212529 !important;
}
.layout-dark .dz-bnr-inr.style-1 .breadcrumb-row ul li,
.layout-dark .dz-bnr-inr.style-1 .breadcrumb-row ul li a,
.layout-dark .site-header .extra-nav #quik-search-btn,
.layout-dark .header-nav .nav > li > a,
.layout-dark .swiper-pagination,
.layout-dark .btn-next,
.layout-dark .follow-info ul li a,
.layout-dark .sidenav-menu .dz-social-icon li a,
.layout-dark .dz-coming-soon .dz-title,
.layout-dark .comments-area .comment-list > .comment .comment-body .comment-author .fn,
.layout-dark .port-detail .info-list li span,
.layout-dark .btn-prev,
.layout-dark .site-filters.style-1 .filters li a,
.layout-dark .icon-bx-wraper.style-2 .icon-bx,
.layout-dark .silder-three .thumb-content .number,
.layout-dark h1, .layout-dark .h1, .layout-dark h2, .layout-dark .h2, .layout-dark h3, .layout-dark .h3, .layout-dark h4, .layout-dark .h4, .layout-dark h5, .layout-dark .h5, .layout-dark h6, .layout-dark .h6,
.layout-dark .view-more-btn .text {
  color: #fff;
}
.layout-dark .header-nav .nav > li .mega-menu li a,
.layout-dark .header-nav .nav > li .sub-menu li a,
.layout-dark .footer-link li a,
.layout-dark .ext-sidebar-menu ul li a,
.layout-dark h1 a, .layout-dark .h1 a, .layout-dark h2 a, .layout-dark .h2 a, .layout-dark h3 a, .layout-dark .h3 a, .layout-dark h4 a, .layout-dark .h4 a, .layout-dark h5 a, .layout-dark .h5 a, .layout-dark h6 a, .layout-dark .h6 a {
  color: #fff;
}
.layout-dark .header-nav .nav > li .mega-menu li a:hover, .layout-dark .header-nav .nav > li .mega-menu li a:focus, .layout-dark .header-nav .nav > li .mega-menu li a.active,
.layout-dark .header-nav .nav > li .sub-menu li a:hover,
.layout-dark .header-nav .nav > li .sub-menu li a:focus,
.layout-dark .header-nav .nav > li .sub-menu li a.active,
.layout-dark .footer-link li a:hover,
.layout-dark .footer-link li a:focus,
.layout-dark .footer-link li a.active,
.layout-dark .ext-sidebar-menu ul li a:hover,
.layout-dark .ext-sidebar-menu ul li a:focus,
.layout-dark .ext-sidebar-menu ul li a.active,
.layout-dark h1 a:hover,
.layout-dark h1 a:focus,
.layout-dark h1 a.active, .layout-dark .h1 a:hover, .layout-dark .h1 a:focus, .layout-dark .h1 a.active, .layout-dark h2 a:hover, .layout-dark h2 a:focus, .layout-dark h2 a.active, .layout-dark .h2 a:hover, .layout-dark .h2 a:focus, .layout-dark .h2 a.active, .layout-dark h3 a:hover, .layout-dark h3 a:focus, .layout-dark h3 a.active, .layout-dark .h3 a:hover, .layout-dark .h3 a:focus, .layout-dark .h3 a.active, .layout-dark h4 a:hover, .layout-dark h4 a:focus, .layout-dark h4 a.active, .layout-dark .h4 a:hover, .layout-dark .h4 a:focus, .layout-dark .h4 a.active, .layout-dark h5 a:hover, .layout-dark h5 a:focus, .layout-dark h5 a.active, .layout-dark .h5 a:hover, .layout-dark .h5 a:focus, .layout-dark .h5 a.active, .layout-dark h6 a:hover, .layout-dark h6 a:focus, .layout-dark h6 a.active, .layout-dark .h6 a:hover, .layout-dark .h6 a:focus, .layout-dark .h6 a.active {
  color: var(--primary);
}
.layout-dark .ext-sidebar-menu ul li.active a,
.layout-dark .site-filters.style-1 .filters li.active a {
  color: var(--primary);
}
.layout-dark .testimonial-1,
.layout-dark .site-header .main-bar,
.layout-dark .follow-info,
.layout-dark .about-bx1 .dz-media .img1,
.layout-dark .inquiry-modal .modal-content,
.layout-dark .dz-content-bx.style-1 .dz-content-inner .content-media {
  background-color: #282d32;
}
.layout-dark .icon-bx-wraper.style-2 .icon-bx {
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.2);
}
.layout-dark .dz-media-1:after,
.layout-dark .about-bx1 .dz-media .img2:after {
  border: 5px solid rgba(255, 255, 255, 0.2);
}
.layout-dark .ft-subscribe .form-control, .layout-dark .ft-subscribe .wp-block-categories-dropdown select, .wp-block-categories-dropdown .layout-dark .ft-subscribe select,
.layout-dark .ft-subscribe .wp-block-archives-dropdown select,
.wp-block-archives-dropdown .layout-dark .ft-subscribe select, .layout-dark .ft-subscribe .woocommerce #review_form #respond input[type=text], .woocommerce #review_form #respond .layout-dark .ft-subscribe input[type=text],
.layout-dark .ft-subscribe .woocommerce #review_form #respond textarea,
.woocommerce #review_form #respond .layout-dark .ft-subscribe textarea,
.layout-dark .ft-subscribe .woocommerce #review_form #respond input[type=email],
.woocommerce #review_form #respond .layout-dark .ft-subscribe input[type=email], .layout-dark .ft-subscribe .woocommerce-cart-form .table tr td.actions .coupon .input-text, .woocommerce-cart-form .table tr td.actions .coupon .layout-dark .ft-subscribe .input-text, .layout-dark .ft-subscribe .woocommerce-cart-form .table tr .quantity input, .woocommerce-cart-form .table tr .quantity .layout-dark .ft-subscribe input, .layout-dark .ft-subscribe .woocommerce .woocommerce-checkout.checkout form .form-row textarea, .woocommerce .woocommerce-checkout.checkout form .form-row .layout-dark .ft-subscribe textarea,
.layout-dark .ft-subscribe .woocommerce .woocommerce-checkout.checkout form .form-row select,
.woocommerce .woocommerce-checkout.checkout form .form-row .layout-dark .ft-subscribe select,
.layout-dark .ft-subscribe .woocommerce .woocommerce-checkout.checkout form .form-row input,
.woocommerce .woocommerce-checkout.checkout form .form-row .layout-dark .ft-subscribe input, .layout-dark .ft-subscribe .woocommerce-EditAccountForm.edit-account input[type=text], .woocommerce-EditAccountForm.edit-account .layout-dark .ft-subscribe input[type=text],
.layout-dark .ft-subscribe .woocommerce-EditAccountForm.edit-account input[type=email],
.woocommerce-EditAccountForm.edit-account .layout-dark .ft-subscribe input[type=email],
.layout-dark .ft-subscribe .woocommerce-EditAccountForm.edit-account input[type=password],
.woocommerce-EditAccountForm.edit-account .layout-dark .ft-subscribe input[type=password],
.layout-dark .ft-subscribe .login input[type=text],
.login .layout-dark .ft-subscribe input[type=text], .layout-dark .ft-subscribe .login input[type=password], .login .layout-dark .ft-subscribe input[type=password],
.layout-dark .ft-subscribe .woocommerce-ResetPassword.lost_reset_password input[type=text],
.woocommerce-ResetPassword.lost_reset_password .layout-dark .ft-subscribe input[type=text],
.layout-dark .ft-subscribe .checkout.woocommerce-checkout input[type=text],
.checkout.woocommerce-checkout .layout-dark .ft-subscribe input[type=text],
.layout-dark .ft-subscribe .checkout.woocommerce-checkout input[type=email],
.checkout.woocommerce-checkout .layout-dark .ft-subscribe input[type=email],
.layout-dark .ft-subscribe .checkout.woocommerce-checkout input[type=tel],
.checkout.woocommerce-checkout .layout-dark .ft-subscribe input[type=tel],
.layout-dark .ft-subscribe .checkout.woocommerce-checkout .select2-choice,
.checkout.woocommerce-checkout .layout-dark .ft-subscribe .select2-choice,
.layout-dark .ft-subscribe .checkout.woocommerce-checkout textarea,
.checkout.woocommerce-checkout .layout-dark .ft-subscribe textarea,
.layout-dark .ft-subscribe .woocommerce form .form-row input.input-text,
.woocommerce form .form-row .layout-dark .ft-subscribe input.input-text,
.layout-dark .ft-subscribe .woocommerce form .form-row .select2-selection,
.woocommerce form .form-row .layout-dark .ft-subscribe .select2-selection,
.layout-dark .ft-subscribe .woocommerce form .form-row .select2-choice,
.woocommerce form .form-row .layout-dark .ft-subscribe .select2-choice {
  background-color: #383b3f;
}
.layout-dark .site-footer.style-1 .footer-bottom {
  background-color: #282d32;
}
.layout-dark .dz-bnr-inr.style-1.overlay-white-dark:before {
  background: -webkit-linear-gradient(top, rgba(40, 45, 50, 0.3) 0%, #282d32 100%);
  background: linear-gradient(to bottom, rgba(40, 45, 50, 0.3) 0%, #282d32 100%);
}
.layout-dark .line-img {
  background-image: url(../images/pattern/line1.png);
}
.layout-dark .site-footer.style-1 {
  background-image: url(../images/background/pattern2.png), url(../images/pattern/line1.png);
  background-color: #212529;
  color: #fff;
}
.layout-dark .dz-card.blog-single.style-1 {
  background-color: transparent;
}
.layout-dark .form-control, .layout-dark .wp-block-categories-dropdown select, .wp-block-categories-dropdown .layout-dark select,
.layout-dark .wp-block-archives-dropdown select,
.wp-block-archives-dropdown .layout-dark select, .layout-dark .woocommerce #review_form #respond input[type=text], .woocommerce #review_form #respond .layout-dark input[type=text],
.layout-dark .woocommerce #review_form #respond textarea,
.woocommerce #review_form #respond .layout-dark textarea,
.layout-dark .woocommerce #review_form #respond input[type=email],
.woocommerce #review_form #respond .layout-dark input[type=email], .layout-dark .woocommerce-cart-form .table tr td.actions .coupon .input-text, .woocommerce-cart-form .table tr td.actions .coupon .layout-dark .input-text, .layout-dark .woocommerce-cart-form .table tr .quantity input, .woocommerce-cart-form .table tr .quantity .layout-dark input, .layout-dark .woocommerce .woocommerce-checkout.checkout form .form-row textarea, .woocommerce .woocommerce-checkout.checkout form .form-row .layout-dark textarea,
.layout-dark .woocommerce .woocommerce-checkout.checkout form .form-row select,
.woocommerce .woocommerce-checkout.checkout form .form-row .layout-dark select,
.layout-dark .woocommerce .woocommerce-checkout.checkout form .form-row input,
.woocommerce .woocommerce-checkout.checkout form .form-row .layout-dark input, .layout-dark .woocommerce-EditAccountForm.edit-account input[type=text], .woocommerce-EditAccountForm.edit-account .layout-dark input[type=text],
.layout-dark .woocommerce-EditAccountForm.edit-account input[type=email],
.woocommerce-EditAccountForm.edit-account .layout-dark input[type=email],
.layout-dark .woocommerce-EditAccountForm.edit-account input[type=password],
.woocommerce-EditAccountForm.edit-account .layout-dark input[type=password],
.layout-dark .login input[type=text],
.login .layout-dark input[type=text], .layout-dark .login input[type=password], .login .layout-dark input[type=password],
.layout-dark .woocommerce-ResetPassword.lost_reset_password input[type=text],
.woocommerce-ResetPassword.lost_reset_password .layout-dark input[type=text],
.layout-dark .checkout.woocommerce-checkout input[type=text],
.checkout.woocommerce-checkout .layout-dark input[type=text],
.layout-dark .checkout.woocommerce-checkout input[type=email],
.checkout.woocommerce-checkout .layout-dark input[type=email],
.layout-dark .checkout.woocommerce-checkout input[type=tel],
.checkout.woocommerce-checkout .layout-dark input[type=tel],
.layout-dark .checkout.woocommerce-checkout .select2-choice,
.checkout.woocommerce-checkout .layout-dark .select2-choice,
.layout-dark .checkout.woocommerce-checkout textarea,
.checkout.woocommerce-checkout .layout-dark textarea,
.layout-dark .woocommerce form .form-row input.input-text,
.woocommerce form .form-row .layout-dark input.input-text,
.layout-dark .woocommerce form .form-row .select2-selection,
.woocommerce form .form-row .layout-dark .select2-selection,
.layout-dark .woocommerce form .form-row .select2-choice,
.woocommerce form .form-row .layout-dark .select2-choice,
.layout-dark .comment-respond .comment-form p.comment-form-author input,
.layout-dark .comment-respond .comment-form p.comment-form-email input,
.layout-dark .comment-respond .comment-form p.comment-form-url input,
.layout-dark .comment-respond .comment-form p textarea {
  color: #fff;
}
.layout-dark .form-control::-webkit-input-placeholder, .layout-dark .wp-block-categories-dropdown select::-webkit-input-placeholder, .wp-block-categories-dropdown .layout-dark select::-webkit-input-placeholder,
.layout-dark .wp-block-archives-dropdown select::-webkit-input-placeholder,
.wp-block-archives-dropdown .layout-dark select::-webkit-input-placeholder, .layout-dark .woocommerce #review_form #respond input[type=text]::-webkit-input-placeholder, .woocommerce #review_form #respond .layout-dark input[type=text]::-webkit-input-placeholder,
.layout-dark .woocommerce #review_form #respond textarea::-webkit-input-placeholder,
.woocommerce #review_form #respond .layout-dark textarea::-webkit-input-placeholder,
.layout-dark .woocommerce #review_form #respond input[type=email]::-webkit-input-placeholder,
.woocommerce #review_form #respond .layout-dark input[type=email]::-webkit-input-placeholder, .layout-dark .woocommerce-cart-form .table tr td.actions .coupon .input-text::-webkit-input-placeholder, .woocommerce-cart-form .table tr td.actions .coupon .layout-dark .input-text::-webkit-input-placeholder, .layout-dark .woocommerce-cart-form .table tr .quantity input::-webkit-input-placeholder, .woocommerce-cart-form .table tr .quantity .layout-dark input::-webkit-input-placeholder, .layout-dark .woocommerce .woocommerce-checkout.checkout form .form-row textarea::-webkit-input-placeholder, .woocommerce .woocommerce-checkout.checkout form .form-row .layout-dark textarea::-webkit-input-placeholder,
.layout-dark .woocommerce .woocommerce-checkout.checkout form .form-row select::-webkit-input-placeholder,
.woocommerce .woocommerce-checkout.checkout form .form-row .layout-dark select::-webkit-input-placeholder,
.layout-dark .woocommerce .woocommerce-checkout.checkout form .form-row input::-webkit-input-placeholder,
.woocommerce .woocommerce-checkout.checkout form .form-row .layout-dark input::-webkit-input-placeholder, .layout-dark .woocommerce-EditAccountForm.edit-account input[type=text]::-webkit-input-placeholder, .woocommerce-EditAccountForm.edit-account .layout-dark input[type=text]::-webkit-input-placeholder,
.layout-dark .woocommerce-EditAccountForm.edit-account input[type=email]::-webkit-input-placeholder,
.woocommerce-EditAccountForm.edit-account .layout-dark input[type=email]::-webkit-input-placeholder,
.layout-dark .woocommerce-EditAccountForm.edit-account input[type=password]::-webkit-input-placeholder,
.woocommerce-EditAccountForm.edit-account .layout-dark input[type=password]::-webkit-input-placeholder,
.layout-dark .login input[type=text]::-webkit-input-placeholder,
.login .layout-dark input[type=text]::-webkit-input-placeholder, .layout-dark .login input[type=password]::-webkit-input-placeholder, .login .layout-dark input[type=password]::-webkit-input-placeholder,
.layout-dark .woocommerce-ResetPassword.lost_reset_password input[type=text]::-webkit-input-placeholder,
.woocommerce-ResetPassword.lost_reset_password .layout-dark input[type=text]::-webkit-input-placeholder,
.layout-dark .checkout.woocommerce-checkout input[type=text]::-webkit-input-placeholder,
.checkout.woocommerce-checkout .layout-dark input[type=text]::-webkit-input-placeholder,
.layout-dark .checkout.woocommerce-checkout input[type=email]::-webkit-input-placeholder,
.checkout.woocommerce-checkout .layout-dark input[type=email]::-webkit-input-placeholder,
.layout-dark .checkout.woocommerce-checkout input[type=tel]::-webkit-input-placeholder,
.checkout.woocommerce-checkout .layout-dark input[type=tel]::-webkit-input-placeholder,
.layout-dark .checkout.woocommerce-checkout .select2-choice::-webkit-input-placeholder,
.checkout.woocommerce-checkout .layout-dark .select2-choice::-webkit-input-placeholder,
.layout-dark .checkout.woocommerce-checkout textarea::-webkit-input-placeholder,
.checkout.woocommerce-checkout .layout-dark textarea::-webkit-input-placeholder,
.layout-dark .woocommerce form .form-row input.input-text::-webkit-input-placeholder,
.woocommerce form .form-row .layout-dark input.input-text::-webkit-input-placeholder,
.layout-dark .woocommerce form .form-row .select2-selection::-webkit-input-placeholder,
.woocommerce form .form-row .layout-dark .select2-selection::-webkit-input-placeholder,
.layout-dark .woocommerce form .form-row .select2-choice::-webkit-input-placeholder,
.woocommerce form .form-row .layout-dark .select2-choice::-webkit-input-placeholder,
.layout-dark .comment-respond .comment-form p.comment-form-author input::-webkit-input-placeholder,
.layout-dark .comment-respond .comment-form p.comment-form-email input::-webkit-input-placeholder,
.layout-dark .comment-respond .comment-form p.comment-form-url input::-webkit-input-placeholder,
.layout-dark .comment-respond .comment-form p textarea::-webkit-input-placeholder {
  color: #999;
}
.layout-dark .form-control:-ms-input-placeholder, .layout-dark .wp-block-categories-dropdown select:-ms-input-placeholder, .wp-block-categories-dropdown .layout-dark select:-ms-input-placeholder,
.layout-dark .wp-block-archives-dropdown select:-ms-input-placeholder,
.wp-block-archives-dropdown .layout-dark select:-ms-input-placeholder, .layout-dark .woocommerce #review_form #respond input[type=text]:-ms-input-placeholder, .woocommerce #review_form #respond .layout-dark input[type=text]:-ms-input-placeholder,
.layout-dark .woocommerce #review_form #respond textarea:-ms-input-placeholder,
.woocommerce #review_form #respond .layout-dark textarea:-ms-input-placeholder,
.layout-dark .woocommerce #review_form #respond input[type=email]:-ms-input-placeholder,
.woocommerce #review_form #respond .layout-dark input[type=email]:-ms-input-placeholder, .layout-dark .woocommerce-cart-form .table tr td.actions .coupon .input-text:-ms-input-placeholder, .woocommerce-cart-form .table tr td.actions .coupon .layout-dark .input-text:-ms-input-placeholder, .layout-dark .woocommerce-cart-form .table tr .quantity input:-ms-input-placeholder, .woocommerce-cart-form .table tr .quantity .layout-dark input:-ms-input-placeholder, .layout-dark .woocommerce .woocommerce-checkout.checkout form .form-row textarea:-ms-input-placeholder, .woocommerce .woocommerce-checkout.checkout form .form-row .layout-dark textarea:-ms-input-placeholder,
.layout-dark .woocommerce .woocommerce-checkout.checkout form .form-row select:-ms-input-placeholder,
.woocommerce .woocommerce-checkout.checkout form .form-row .layout-dark select:-ms-input-placeholder,
.layout-dark .woocommerce .woocommerce-checkout.checkout form .form-row input:-ms-input-placeholder,
.woocommerce .woocommerce-checkout.checkout form .form-row .layout-dark input:-ms-input-placeholder, .layout-dark .woocommerce-EditAccountForm.edit-account input[type=text]:-ms-input-placeholder, .woocommerce-EditAccountForm.edit-account .layout-dark input[type=text]:-ms-input-placeholder,
.layout-dark .woocommerce-EditAccountForm.edit-account input[type=email]:-ms-input-placeholder,
.woocommerce-EditAccountForm.edit-account .layout-dark input[type=email]:-ms-input-placeholder,
.layout-dark .woocommerce-EditAccountForm.edit-account input[type=password]:-ms-input-placeholder,
.woocommerce-EditAccountForm.edit-account .layout-dark input[type=password]:-ms-input-placeholder,
.layout-dark .login input[type=text]:-ms-input-placeholder,
.login .layout-dark input[type=text]:-ms-input-placeholder, .layout-dark .login input[type=password]:-ms-input-placeholder, .login .layout-dark input[type=password]:-ms-input-placeholder,
.layout-dark .woocommerce-ResetPassword.lost_reset_password input[type=text]:-ms-input-placeholder,
.woocommerce-ResetPassword.lost_reset_password .layout-dark input[type=text]:-ms-input-placeholder,
.layout-dark .checkout.woocommerce-checkout input[type=text]:-ms-input-placeholder,
.checkout.woocommerce-checkout .layout-dark input[type=text]:-ms-input-placeholder,
.layout-dark .checkout.woocommerce-checkout input[type=email]:-ms-input-placeholder,
.checkout.woocommerce-checkout .layout-dark input[type=email]:-ms-input-placeholder,
.layout-dark .checkout.woocommerce-checkout input[type=tel]:-ms-input-placeholder,
.checkout.woocommerce-checkout .layout-dark input[type=tel]:-ms-input-placeholder,
.layout-dark .checkout.woocommerce-checkout .select2-choice:-ms-input-placeholder,
.checkout.woocommerce-checkout .layout-dark .select2-choice:-ms-input-placeholder,
.layout-dark .checkout.woocommerce-checkout textarea:-ms-input-placeholder,
.checkout.woocommerce-checkout .layout-dark textarea:-ms-input-placeholder,
.layout-dark .woocommerce form .form-row input.input-text:-ms-input-placeholder,
.woocommerce form .form-row .layout-dark input.input-text:-ms-input-placeholder,
.layout-dark .woocommerce form .form-row .select2-selection:-ms-input-placeholder,
.woocommerce form .form-row .layout-dark .select2-selection:-ms-input-placeholder,
.layout-dark .woocommerce form .form-row .select2-choice:-ms-input-placeholder,
.woocommerce form .form-row .layout-dark .select2-choice:-ms-input-placeholder,
.layout-dark .comment-respond .comment-form p.comment-form-author input:-ms-input-placeholder,
.layout-dark .comment-respond .comment-form p.comment-form-email input:-ms-input-placeholder,
.layout-dark .comment-respond .comment-form p.comment-form-url input:-ms-input-placeholder,
.layout-dark .comment-respond .comment-form p textarea:-ms-input-placeholder {
  color: #999;
}
.layout-dark .form-control::placeholder, .layout-dark .wp-block-categories-dropdown select::placeholder, .wp-block-categories-dropdown .layout-dark select::placeholder,
.layout-dark .wp-block-archives-dropdown select::placeholder,
.wp-block-archives-dropdown .layout-dark select::placeholder, .layout-dark .woocommerce #review_form #respond input[type=text]::placeholder, .woocommerce #review_form #respond .layout-dark input[type=text]::placeholder,
.layout-dark .woocommerce #review_form #respond textarea::placeholder,
.woocommerce #review_form #respond .layout-dark textarea::placeholder,
.layout-dark .woocommerce #review_form #respond input[type=email]::placeholder,
.woocommerce #review_form #respond .layout-dark input[type=email]::placeholder, .layout-dark .woocommerce-cart-form .table tr td.actions .coupon .input-text::placeholder, .woocommerce-cart-form .table tr td.actions .coupon .layout-dark .input-text::placeholder, .layout-dark .woocommerce-cart-form .table tr .quantity input::placeholder, .woocommerce-cart-form .table tr .quantity .layout-dark input::placeholder, .layout-dark .woocommerce .woocommerce-checkout.checkout form .form-row textarea::placeholder, .woocommerce .woocommerce-checkout.checkout form .form-row .layout-dark textarea::placeholder,
.layout-dark .woocommerce .woocommerce-checkout.checkout form .form-row select::placeholder,
.woocommerce .woocommerce-checkout.checkout form .form-row .layout-dark select::placeholder,
.layout-dark .woocommerce .woocommerce-checkout.checkout form .form-row input::placeholder,
.woocommerce .woocommerce-checkout.checkout form .form-row .layout-dark input::placeholder, .layout-dark .woocommerce-EditAccountForm.edit-account input[type=text]::placeholder, .woocommerce-EditAccountForm.edit-account .layout-dark input[type=text]::placeholder,
.layout-dark .woocommerce-EditAccountForm.edit-account input[type=email]::placeholder,
.woocommerce-EditAccountForm.edit-account .layout-dark input[type=email]::placeholder,
.layout-dark .woocommerce-EditAccountForm.edit-account input[type=password]::placeholder,
.woocommerce-EditAccountForm.edit-account .layout-dark input[type=password]::placeholder,
.layout-dark .login input[type=text]::placeholder,
.login .layout-dark input[type=text]::placeholder, .layout-dark .login input[type=password]::placeholder, .login .layout-dark input[type=password]::placeholder,
.layout-dark .woocommerce-ResetPassword.lost_reset_password input[type=text]::placeholder,
.woocommerce-ResetPassword.lost_reset_password .layout-dark input[type=text]::placeholder,
.layout-dark .checkout.woocommerce-checkout input[type=text]::placeholder,
.checkout.woocommerce-checkout .layout-dark input[type=text]::placeholder,
.layout-dark .checkout.woocommerce-checkout input[type=email]::placeholder,
.checkout.woocommerce-checkout .layout-dark input[type=email]::placeholder,
.layout-dark .checkout.woocommerce-checkout input[type=tel]::placeholder,
.checkout.woocommerce-checkout .layout-dark input[type=tel]::placeholder,
.layout-dark .checkout.woocommerce-checkout .select2-choice::placeholder,
.checkout.woocommerce-checkout .layout-dark .select2-choice::placeholder,
.layout-dark .checkout.woocommerce-checkout textarea::placeholder,
.checkout.woocommerce-checkout .layout-dark textarea::placeholder,
.layout-dark .woocommerce form .form-row input.input-text::placeholder,
.woocommerce form .form-row .layout-dark input.input-text::placeholder,
.layout-dark .woocommerce form .form-row .select2-selection::placeholder,
.woocommerce form .form-row .layout-dark .select2-selection::placeholder,
.layout-dark .woocommerce form .form-row .select2-choice::placeholder,
.woocommerce form .form-row .layout-dark .select2-choice::placeholder,
.layout-dark .comment-respond .comment-form p.comment-form-author input::placeholder,
.layout-dark .comment-respond .comment-form p.comment-form-email input::placeholder,
.layout-dark .comment-respond .comment-form p.comment-form-url input::placeholder,
.layout-dark .comment-respond .comment-form p textarea::placeholder {
  color: #999;
}
.layout-dark .comments-area .comment-list > .comment .comment-body {
  border-color: rgba(255, 255, 255, 0.1);
}
.layout-dark nav .pagination .page-item .page-link {
  background: #212529;
  border-color: #212529;
}
.layout-dark nav .pagination .page-item .page-link:hover, .layout-dark nav .pagination .page-item .page-link.active {
  background-color: var(--primary);
  border-color: var(--primary);
}
.layout-dark #loading-area.loading-page-1 {
  background-color: #212529;
}
.layout-dark #loading-area.loading-page-1 .loader {
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .layout-dark .mo-left .header-nav.show {
    background-color: #212529;
  }
  .layout-dark .header-nav .nav > li .mega-menu,
  .layout-dark .header-nav .nav > li .sub-menu,
  .layout-dark .header-nav .nav > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .layout-dark .header-nav .nav > li .mega-menu li a:after,
  .layout-dark .header-nav .nav > li .sub-menu li a:after {
    color: var(--primary);
  }
  .layout-dark .header-nav .dz-social-icon a {
    background: #282d32;
    border-color: #282d32;
  }
}
.layout-dark .silder-two .silder-content,
.layout-dark .about-bx2 .dz-media::after,
.layout-dark .dz-box.style-2 .dz-info,
.layout-dark .icon-bx-wraper.style-9::after,
.layout-dark .site-footer.style-2,
.layout-dark .ft-subscribe.style-2 .form-control,
.layout-dark .ft-subscribe.style-2 .wp-block-categories-dropdown select,
.wp-block-categories-dropdown .layout-dark .ft-subscribe.style-2 select,
.layout-dark .ft-subscribe.style-2 .wp-block-archives-dropdown select,
.wp-block-archives-dropdown .layout-dark .ft-subscribe.style-2 select,
.layout-dark .ft-subscribe.style-2 .woocommerce #review_form #respond input[type=text],
.woocommerce #review_form #respond .layout-dark .ft-subscribe.style-2 input[type=text],
.layout-dark .ft-subscribe.style-2 .woocommerce #review_form #respond textarea,
.woocommerce #review_form #respond .layout-dark .ft-subscribe.style-2 textarea,
.layout-dark .ft-subscribe.style-2 .woocommerce #review_form #respond input[type=email],
.woocommerce #review_form #respond .layout-dark .ft-subscribe.style-2 input[type=email],
.layout-dark .ft-subscribe.style-2 .woocommerce-cart-form .table tr td.actions .coupon .input-text,
.woocommerce-cart-form .table tr td.actions .coupon .layout-dark .ft-subscribe.style-2 .input-text,
.layout-dark .ft-subscribe.style-2 .woocommerce-cart-form .table tr .quantity input,
.woocommerce-cart-form .table tr .quantity .layout-dark .ft-subscribe.style-2 input,
.layout-dark .ft-subscribe.style-2 .woocommerce .woocommerce-checkout.checkout form .form-row select,
.woocommerce .woocommerce-checkout.checkout form .form-row .layout-dark .ft-subscribe.style-2 select,
.layout-dark .ft-subscribe.style-2 .woocommerce .woocommerce-checkout.checkout form .form-row input,
.woocommerce .woocommerce-checkout.checkout form .form-row .layout-dark .ft-subscribe.style-2 input,
.layout-dark .ft-subscribe.style-2 .woocommerce-EditAccountForm.edit-account input[type=text],
.woocommerce-EditAccountForm.edit-account .layout-dark .ft-subscribe.style-2 input[type=text],
.layout-dark .ft-subscribe.style-2 .woocommerce-EditAccountForm.edit-account input[type=email],
.woocommerce-EditAccountForm.edit-account .layout-dark .ft-subscribe.style-2 input[type=email],
.layout-dark .ft-subscribe.style-2 .woocommerce-EditAccountForm.edit-account input[type=password],
.woocommerce-EditAccountForm.edit-account .layout-dark .ft-subscribe.style-2 input[type=password],
.layout-dark .ft-subscribe.style-2 .login input[type=text],
.login .layout-dark .ft-subscribe.style-2 input[type=text],
.layout-dark .ft-subscribe.style-2 .login input[type=password],
.login .layout-dark .ft-subscribe.style-2 input[type=password],
.layout-dark .ft-subscribe.style-2 .woocommerce-ResetPassword.lost_reset_password input[type=text],
.woocommerce-ResetPassword.lost_reset_password .layout-dark .ft-subscribe.style-2 input[type=text],
.layout-dark .ft-subscribe.style-2 .checkout.woocommerce-checkout input[type=text],
.checkout.woocommerce-checkout .layout-dark .ft-subscribe.style-2 input[type=text],
.layout-dark .ft-subscribe.style-2 .checkout.woocommerce-checkout input[type=email],
.checkout.woocommerce-checkout .layout-dark .ft-subscribe.style-2 input[type=email],
.layout-dark .ft-subscribe.style-2 .checkout.woocommerce-checkout input[type=tel],
.checkout.woocommerce-checkout .layout-dark .ft-subscribe.style-2 input[type=tel],
.layout-dark .ft-subscribe.style-2 .checkout.woocommerce-checkout .select2-choice,
.checkout.woocommerce-checkout .layout-dark .ft-subscribe.style-2 .select2-choice,
.layout-dark .ft-subscribe.style-2 .checkout.woocommerce-checkout textarea,
.checkout.woocommerce-checkout .layout-dark .ft-subscribe.style-2 textarea,
.layout-dark .ft-subscribe.style-2 .woocommerce form .form-row input.input-text,
.woocommerce form .form-row .layout-dark .ft-subscribe.style-2 input.input-text,
.layout-dark .ft-subscribe.style-2 .woocommerce form .form-row .select2-selection,
.woocommerce form .form-row .layout-dark .ft-subscribe.style-2 .select2-selection,
.layout-dark .ft-subscribe.style-2 .woocommerce form .form-row .select2-choice,
.woocommerce form .form-row .layout-dark .ft-subscribe.style-2 .select2-choice,
.layout-dark .progress-bx.style-3 .progress {
  background-color: #23262f;
}
.layout-dark .site-footer.style-2 {
  color: #c5c5c5;
}
.layout-dark .site-footer.style-2 .widget_links ul li a {
  color: #c5c5c5;
}
.layout-dark .social-list.style-2 li a {
  color: #b9b9ba;
}
.layout-dark .social-list.style-2 li a:hover {
  color: var(--primary);
}
.layout-dark .about-bx2 .dz-media .circle-bg {
  opacity: 0.2;
}
.layout-dark .site-filters.style-2 .filters li a {
  color: #fff;
}
.layout-dark .icon-bx-wraper.style-9::before {
  background: var(--primary);
}
.layout-dark .icon-bx-wraper.style-9 {
  border-color: #363a46;
}
.layout-dark .icon-bx-wraper.style-9:hover {
  border-color: #23262f;
  box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.4);
}
.layout-dark .icon-bx-wraper.style-9:hover [class*=icon-bx-] {
  background: var(--primary);
}
.layout-dark .icon-bx-wraper.style-9:hover [class*=icon-bx-] a {
  color: #fff;
}
.layout-dark .icon-bx-wraper.style-10 {
  background-color: #23262f;
}
.layout-dark .icon-bx-wraper.style-11 {
  background-color: #23262f;
}
.layout-dark .testimonial-swiper-2 .btn-prev,
.layout-dark .testimonial-swiper-2 .btn-next {
  background: rgba(255, 255, 255, 0.1);
}
.layout-dark .testimonial-swiper-2 .swiper-pagination i,
.layout-dark .testimonial-swiper-2 .btn-next i,
.layout-dark .testimonial-swiper-2 .btn-prev i {
  color: #fff;
}
.layout-dark .testimonial-swiper-2 .btn-prev:hover,
.layout-dark .testimonial-swiper-2 .btn-next:hover {
  background: var(--rgba-primary-1);
}
.layout-dark .testimonial-swiper-2 .btn-prev:hover i,
.layout-dark .testimonial-swiper-2 .btn-next:hover i {
  color: var(--primary);
}
.layout-dark .testimonial-2::after {
  color: #fff;
}
.layout-dark .testimonial-3 .testimonial-info {
  background: #23262f;
}
.layout-dark .overlay-white-light::before,
.layout-dark .overlay-white-middle::before,
.layout-dark .overlay-white-dark::before {
  background: #141416;
}
.layout-dark .dz-card.style-2 .dz-meta {
  background: #23262f;
}
.layout-dark .site-footer.style-2 .footer-bottom {
  background-color: #191c24;
}
.layout-dark .site-footer.style-2 .copyright-text {
  color: #fff;
}
.layout-dark .ft-subscribe.style-2 {
  box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.4);
}
.layout-dark .ft-subscribe.style-2 .form-control::placeholder, .layout-dark .ft-subscribe.style-2 .wp-block-categories-dropdown select::placeholder, .wp-block-categories-dropdown .layout-dark .ft-subscribe.style-2 select::placeholder,
.layout-dark .ft-subscribe.style-2 .wp-block-archives-dropdown select::placeholder,
.wp-block-archives-dropdown .layout-dark .ft-subscribe.style-2 select::placeholder, .layout-dark .ft-subscribe.style-2 .woocommerce #review_form #respond input[type=text]::placeholder, .woocommerce #review_form #respond .layout-dark .ft-subscribe.style-2 input[type=text]::placeholder,
.layout-dark .ft-subscribe.style-2 .woocommerce #review_form #respond textarea::placeholder,
.woocommerce #review_form #respond .layout-dark .ft-subscribe.style-2 textarea::placeholder,
.layout-dark .ft-subscribe.style-2 .woocommerce #review_form #respond input[type=email]::placeholder,
.woocommerce #review_form #respond .layout-dark .ft-subscribe.style-2 input[type=email]::placeholder, .layout-dark .ft-subscribe.style-2 .woocommerce-cart-form .table tr td.actions .coupon .input-text::placeholder, .woocommerce-cart-form .table tr td.actions .coupon .layout-dark .ft-subscribe.style-2 .input-text::placeholder, .layout-dark .ft-subscribe.style-2 .woocommerce-cart-form .table tr .quantity input::placeholder, .woocommerce-cart-form .table tr .quantity .layout-dark .ft-subscribe.style-2 input::placeholder,
.layout-dark .ft-subscribe.style-2 .woocommerce .woocommerce-checkout.checkout form .form-row select::placeholder,
.woocommerce .woocommerce-checkout.checkout form .form-row .layout-dark .ft-subscribe.style-2 select::placeholder,
.layout-dark .ft-subscribe.style-2 .woocommerce .woocommerce-checkout.checkout form .form-row input::placeholder,
.woocommerce .woocommerce-checkout.checkout form .form-row .layout-dark .ft-subscribe.style-2 input::placeholder, .layout-dark .ft-subscribe.style-2 .woocommerce-EditAccountForm.edit-account input[type=text]::placeholder, .woocommerce-EditAccountForm.edit-account .layout-dark .ft-subscribe.style-2 input[type=text]::placeholder,
.layout-dark .ft-subscribe.style-2 .woocommerce-EditAccountForm.edit-account input[type=email]::placeholder,
.woocommerce-EditAccountForm.edit-account .layout-dark .ft-subscribe.style-2 input[type=email]::placeholder,
.layout-dark .ft-subscribe.style-2 .woocommerce-EditAccountForm.edit-account input[type=password]::placeholder,
.woocommerce-EditAccountForm.edit-account .layout-dark .ft-subscribe.style-2 input[type=password]::placeholder,
.layout-dark .ft-subscribe.style-2 .login input[type=text]::placeholder,
.login .layout-dark .ft-subscribe.style-2 input[type=text]::placeholder, .layout-dark .ft-subscribe.style-2 .login input[type=password]::placeholder, .login .layout-dark .ft-subscribe.style-2 input[type=password]::placeholder,
.layout-dark .ft-subscribe.style-2 .woocommerce-ResetPassword.lost_reset_password input[type=text]::placeholder,
.woocommerce-ResetPassword.lost_reset_password .layout-dark .ft-subscribe.style-2 input[type=text]::placeholder,
.layout-dark .ft-subscribe.style-2 .checkout.woocommerce-checkout input[type=text]::placeholder,
.checkout.woocommerce-checkout .layout-dark .ft-subscribe.style-2 input[type=text]::placeholder,
.layout-dark .ft-subscribe.style-2 .checkout.woocommerce-checkout input[type=email]::placeholder,
.checkout.woocommerce-checkout .layout-dark .ft-subscribe.style-2 input[type=email]::placeholder,
.layout-dark .ft-subscribe.style-2 .checkout.woocommerce-checkout input[type=tel]::placeholder,
.checkout.woocommerce-checkout .layout-dark .ft-subscribe.style-2 input[type=tel]::placeholder,
.layout-dark .ft-subscribe.style-2 .checkout.woocommerce-checkout .select2-choice::placeholder,
.checkout.woocommerce-checkout .layout-dark .ft-subscribe.style-2 .select2-choice::placeholder,
.layout-dark .ft-subscribe.style-2 .checkout.woocommerce-checkout textarea::placeholder,
.checkout.woocommerce-checkout .layout-dark .ft-subscribe.style-2 textarea::placeholder,
.layout-dark .ft-subscribe.style-2 .woocommerce form .form-row input.input-text::placeholder,
.woocommerce form .form-row .layout-dark .ft-subscribe.style-2 input.input-text::placeholder,
.layout-dark .ft-subscribe.style-2 .woocommerce form .form-row .select2-selection::placeholder,
.woocommerce form .form-row .layout-dark .ft-subscribe.style-2 .select2-selection::placeholder,
.layout-dark .ft-subscribe.style-2 .woocommerce form .form-row .select2-choice::placeholder,
.woocommerce form .form-row .layout-dark .ft-subscribe.style-2 .select2-choice::placeholder {
  color: #a1a1a1;
}
.layout-dark .follow-info.style-2 .inner-info ul li {
  color: #fff;
}
.layout-dark .testimonial-swiper-2 .swiper-pagination .swiper-pagination-bullet {
  background: #ffffff;
}
.layout-dark .testimonial-swiper-2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--primary);
}
.layout-dark .site-footer.style-2 .circle-bg,
.layout-dark .site-footer.style-2 .circle-bg-2 {
  opacity: 0.2;
}
.layout-dark .site-filters.style-3 .filters li a {
  color: #fff;
}
.layout-dark .site-filters.style-3 .filters li.active a {
  color: var(--primary) !important;
}
.layout-dark .about-bx3 .dz-media .dz-info {
  background: rgb(35, 38, 47);
}
.layout-dark .video-btn.style-1 .text {
  color: #fff;
}
.layout-dark .dz-team.style-3 {
  background: rgb(35, 38, 47);
}
.layout-dark .dz-card.style-3 {
  background: rgb(35, 38, 47);
}
.layout-dark .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .form-control, .layout-dark .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .wp-block-categories-dropdown select, .wp-block-categories-dropdown .layout-dark .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group select,
.layout-dark .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .wp-block-archives-dropdown select,
.wp-block-archives-dropdown .layout-dark .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group select, .layout-dark .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .woocommerce #review_form #respond input[type=text], .woocommerce #review_form #respond .layout-dark .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group input[type=text],
.layout-dark .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .woocommerce #review_form #respond textarea,
.woocommerce #review_form #respond .layout-dark .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group textarea,
.layout-dark .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .woocommerce #review_form #respond input[type=email],
.woocommerce #review_form #respond .layout-dark .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group input[type=email], .layout-dark .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .woocommerce-cart-form .table tr td.actions .coupon .input-text, .woocommerce-cart-form .table tr td.actions .coupon .layout-dark .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .input-text, .layout-dark .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .woocommerce-cart-form .table tr .quantity input, .woocommerce-cart-form .table tr .quantity .layout-dark .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group input,
.layout-dark .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .woocommerce .woocommerce-checkout.checkout form .form-row select,
.woocommerce .woocommerce-checkout.checkout form .form-row .layout-dark .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group select,
.layout-dark .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .woocommerce .woocommerce-checkout.checkout form .form-row input,
.woocommerce .woocommerce-checkout.checkout form .form-row .layout-dark .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group input, .layout-dark .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .woocommerce-EditAccountForm.edit-account input[type=text], .woocommerce-EditAccountForm.edit-account .layout-dark .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group input[type=text],
.layout-dark .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .woocommerce-EditAccountForm.edit-account input[type=email],
.woocommerce-EditAccountForm.edit-account .layout-dark .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group input[type=email],
.layout-dark .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .woocommerce-EditAccountForm.edit-account input[type=password],
.woocommerce-EditAccountForm.edit-account .layout-dark .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group input[type=password],
.layout-dark .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .login input[type=text],
.login .layout-dark .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group input[type=text], .layout-dark .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .login input[type=password], .login .layout-dark .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group input[type=password],
.layout-dark .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .woocommerce-ResetPassword.lost_reset_password input[type=text],
.woocommerce-ResetPassword.lost_reset_password .layout-dark .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group input[type=text],
.layout-dark .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .checkout.woocommerce-checkout input[type=text],
.checkout.woocommerce-checkout .layout-dark .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group input[type=text],
.layout-dark .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .checkout.woocommerce-checkout input[type=email],
.checkout.woocommerce-checkout .layout-dark .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group input[type=email],
.layout-dark .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .checkout.woocommerce-checkout input[type=tel],
.checkout.woocommerce-checkout .layout-dark .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group input[type=tel],
.layout-dark .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .checkout.woocommerce-checkout .select2-choice,
.checkout.woocommerce-checkout .layout-dark .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .select2-choice,
.layout-dark .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .checkout.woocommerce-checkout textarea,
.checkout.woocommerce-checkout .layout-dark .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group textarea,
.layout-dark .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .woocommerce form .form-row input.input-text,
.woocommerce form .form-row .layout-dark .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group input.input-text,
.layout-dark .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .woocommerce form .form-row .select2-selection,
.woocommerce form .form-row .layout-dark .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .select2-selection,
.layout-dark .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .woocommerce form .form-row .select2-choice,
.woocommerce form .form-row .layout-dark .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .select2-choice {
  background: rgb(35, 38, 47);
}
.layout-dark .video-btn.style-1::before {
  background: rgb(35, 38, 47);
}
.layout-dark .video-btn.style-1 i {
  background: rgb(35, 38, 47);
}
.layout-dark .point-list li .contant-box-inner {
  background: rgb(35, 38, 47);
}
.layout-dark .animation-btn a .img1 {
  display: none;
}
.layout-dark .animation-btn a .img2 {
  display: unset;
}
.layout-dark .site-footer.style-4 {
  background-color: rgb(35, 38, 47);
}
.layout-dark .ft-subscribe.style-3 .input-group .form-control, .layout-dark .ft-subscribe.style-3 .input-group .wp-block-categories-dropdown select, .wp-block-categories-dropdown .layout-dark .ft-subscribe.style-3 .input-group select,
.layout-dark .ft-subscribe.style-3 .input-group .wp-block-archives-dropdown select,
.wp-block-archives-dropdown .layout-dark .ft-subscribe.style-3 .input-group select, .layout-dark .ft-subscribe.style-3 .input-group .woocommerce #review_form #respond input[type=text], .woocommerce #review_form #respond .layout-dark .ft-subscribe.style-3 .input-group input[type=text],
.layout-dark .ft-subscribe.style-3 .input-group .woocommerce #review_form #respond textarea,
.woocommerce #review_form #respond .layout-dark .ft-subscribe.style-3 .input-group textarea,
.layout-dark .ft-subscribe.style-3 .input-group .woocommerce #review_form #respond input[type=email],
.woocommerce #review_form #respond .layout-dark .ft-subscribe.style-3 .input-group input[type=email], .layout-dark .ft-subscribe.style-3 .input-group .woocommerce-cart-form .table tr td.actions .coupon .input-text, .woocommerce-cart-form .table tr td.actions .coupon .layout-dark .ft-subscribe.style-3 .input-group .input-text, .layout-dark .ft-subscribe.style-3 .input-group .woocommerce-cart-form .table tr .quantity input, .woocommerce-cart-form .table tr .quantity .layout-dark .ft-subscribe.style-3 .input-group input,
.layout-dark .ft-subscribe.style-3 .input-group .woocommerce .woocommerce-checkout.checkout form .form-row select,
.woocommerce .woocommerce-checkout.checkout form .form-row .layout-dark .ft-subscribe.style-3 .input-group select,
.layout-dark .ft-subscribe.style-3 .input-group .woocommerce .woocommerce-checkout.checkout form .form-row input,
.woocommerce .woocommerce-checkout.checkout form .form-row .layout-dark .ft-subscribe.style-3 .input-group input, .layout-dark .ft-subscribe.style-3 .input-group .woocommerce-EditAccountForm.edit-account input[type=text], .woocommerce-EditAccountForm.edit-account .layout-dark .ft-subscribe.style-3 .input-group input[type=text],
.layout-dark .ft-subscribe.style-3 .input-group .woocommerce-EditAccountForm.edit-account input[type=email],
.woocommerce-EditAccountForm.edit-account .layout-dark .ft-subscribe.style-3 .input-group input[type=email],
.layout-dark .ft-subscribe.style-3 .input-group .woocommerce-EditAccountForm.edit-account input[type=password],
.woocommerce-EditAccountForm.edit-account .layout-dark .ft-subscribe.style-3 .input-group input[type=password],
.layout-dark .ft-subscribe.style-3 .input-group .login input[type=text],
.login .layout-dark .ft-subscribe.style-3 .input-group input[type=text], .layout-dark .ft-subscribe.style-3 .input-group .login input[type=password], .login .layout-dark .ft-subscribe.style-3 .input-group input[type=password],
.layout-dark .ft-subscribe.style-3 .input-group .woocommerce-ResetPassword.lost_reset_password input[type=text],
.woocommerce-ResetPassword.lost_reset_password .layout-dark .ft-subscribe.style-3 .input-group input[type=text],
.layout-dark .ft-subscribe.style-3 .input-group .checkout.woocommerce-checkout input[type=text],
.checkout.woocommerce-checkout .layout-dark .ft-subscribe.style-3 .input-group input[type=text],
.layout-dark .ft-subscribe.style-3 .input-group .checkout.woocommerce-checkout input[type=email],
.checkout.woocommerce-checkout .layout-dark .ft-subscribe.style-3 .input-group input[type=email],
.layout-dark .ft-subscribe.style-3 .input-group .checkout.woocommerce-checkout input[type=tel],
.checkout.woocommerce-checkout .layout-dark .ft-subscribe.style-3 .input-group input[type=tel],
.layout-dark .ft-subscribe.style-3 .input-group .checkout.woocommerce-checkout .select2-choice,
.checkout.woocommerce-checkout .layout-dark .ft-subscribe.style-3 .input-group .select2-choice,
.layout-dark .ft-subscribe.style-3 .input-group .checkout.woocommerce-checkout textarea,
.checkout.woocommerce-checkout .layout-dark .ft-subscribe.style-3 .input-group textarea,
.layout-dark .ft-subscribe.style-3 .input-group .woocommerce form .form-row input.input-text,
.woocommerce form .form-row .layout-dark .ft-subscribe.style-3 .input-group input.input-text,
.layout-dark .ft-subscribe.style-3 .input-group .woocommerce form .form-row .select2-selection,
.woocommerce form .form-row .layout-dark .ft-subscribe.style-3 .input-group .select2-selection,
.layout-dark .ft-subscribe.style-3 .input-group .woocommerce form .form-row .select2-choice,
.woocommerce form .form-row .layout-dark .ft-subscribe.style-3 .input-group .select2-choice {
  background-color: rgb(35, 38, 47);
}
.layout-dark .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .form-control, .layout-dark .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .wp-block-categories-dropdown select, .wp-block-categories-dropdown .layout-dark .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group select,
.layout-dark .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .wp-block-archives-dropdown select,
.wp-block-archives-dropdown .layout-dark .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group select, .layout-dark .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce #review_form #respond input[type=text], .woocommerce #review_form #respond .layout-dark .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group input[type=text],
.layout-dark .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce #review_form #respond textarea,
.woocommerce #review_form #respond .layout-dark .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group textarea,
.layout-dark .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce #review_form #respond input[type=email],
.woocommerce #review_form #respond .layout-dark .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group input[type=email], .layout-dark .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce-cart-form .table tr td.actions .coupon .input-text, .woocommerce-cart-form .table tr td.actions .coupon .layout-dark .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .input-text, .layout-dark .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce-cart-form .table tr .quantity input, .woocommerce-cart-form .table tr .quantity .layout-dark .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group input,
.layout-dark .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce .woocommerce-checkout.checkout form .form-row select,
.woocommerce .woocommerce-checkout.checkout form .form-row .layout-dark .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group select,
.layout-dark .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce .woocommerce-checkout.checkout form .form-row input,
.woocommerce .woocommerce-checkout.checkout form .form-row .layout-dark .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group input, .layout-dark .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce-EditAccountForm.edit-account input[type=text], .woocommerce-EditAccountForm.edit-account .layout-dark .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group input[type=text],
.layout-dark .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce-EditAccountForm.edit-account input[type=email],
.woocommerce-EditAccountForm.edit-account .layout-dark .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group input[type=email],
.layout-dark .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce-EditAccountForm.edit-account input[type=password],
.woocommerce-EditAccountForm.edit-account .layout-dark .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group input[type=password],
.layout-dark .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .login input[type=text],
.login .layout-dark .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group input[type=text], .layout-dark .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .login input[type=password], .login .layout-dark .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group input[type=password],
.layout-dark .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce-ResetPassword.lost_reset_password input[type=text],
.woocommerce-ResetPassword.lost_reset_password .layout-dark .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group input[type=text],
.layout-dark .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .checkout.woocommerce-checkout input[type=text],
.checkout.woocommerce-checkout .layout-dark .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group input[type=text],
.layout-dark .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .checkout.woocommerce-checkout input[type=email],
.checkout.woocommerce-checkout .layout-dark .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group input[type=email],
.layout-dark .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .checkout.woocommerce-checkout input[type=tel],
.checkout.woocommerce-checkout .layout-dark .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group input[type=tel],
.layout-dark .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .checkout.woocommerce-checkout .select2-choice,
.checkout.woocommerce-checkout .layout-dark .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .select2-choice,
.layout-dark .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .checkout.woocommerce-checkout textarea,
.checkout.woocommerce-checkout .layout-dark .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group textarea,
.layout-dark .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce form .form-row input.input-text,
.woocommerce form .form-row .layout-dark .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group input.input-text,
.layout-dark .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce form .form-row .select2-selection,
.woocommerce form .form-row .layout-dark .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .select2-selection,
.layout-dark .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .woocommerce form .form-row .select2-choice,
.woocommerce form .form-row .layout-dark .subscrible-bx.style-1 .ft-subscribe-wrapper .ft-subscribe .input-group .select2-choice {
  background-color: rgb(35, 38, 47);
}
.layout-dark .site-footer.style-4 .footer-bottom {
  background: #1D1F22;
}
.layout-dark .site-footer.style-4 .footer-top .widget .widget-title .title {
  color: #fff;
}
.layout-dark .site-footer.style-4 .copyright-text {
  color: #fff;
}
.layout-dark .site-footer.style-4 .footer-link li a {
  color: #fff;
}
.layout-dark .about-bx5 .text {
  color: #fff;
}
.layout-dark .testimonial-3 {
  background: rgb(35, 38, 47);
}

#bg {
  background-attachment: fixed;
  background-size: cover;
}

.boxed .page-wraper {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.boxed .tp-banner-container,
.boxed .rev_slider_wrapper {
  left: 0 !important;
  width: 100% !important;
}
.boxed .tp-rightarrow {
  right: 0 !important;
}
.boxed .tp-leftarrow {
  left: 0 !important;
}
.boxed .footer-fixed .site-footer {
  left: 50%;
  width: 1200px;
  margin: 0 -600px;
}
.boxed .is-fixed .main-bar {
  left: 50%;
  width: 1200px;
  margin: 0 -600px;
  transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -webkit-transition: none;
  -o-transition: none;
}
@media only screen and (min-width: 1680px) {
  .boxed .site-header.style-1 .extra-cell .login-btn i {
    margin: 0;
  }
}
@media only screen and (min-width: 1680px) {
  .boxed .site-header.style-1 .extra-cell .login-btn {
    margin-left: 20px;
    width: 45px;
    height: 45px;
    padding: 12px;
  }
  .boxed .site-header.style-1 .extra-cell .login-btn span {
    display: none;
  }
}
@media only screen and (min-width: 1680px) {
  .boxed .site-header.style-1 .phone-no {
    display: none;
  }
}
@media only screen and (min-width: 1680px) {
  .boxed .site-header.style-2 .extra-cell .login-btn i {
    margin: 0;
  }
}
@media only screen and (min-width: 1680px) {
  .boxed .site-header.style-2 .extra-cell .login-btn {
    margin-left: 20px;
    width: 45px;
    height: 45px;
    padding: 12px;
  }
  .boxed .site-header.style-2 .extra-cell .login-btn span {
    display: none;
  }
}
.boxed .site-header.style-2 .header-nav .nav > li > a {
  padding: 42px 12px;
}
@media only screen and (min-width: 1680px) {
  .boxed .header-nav .nav > li > a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.boxed .silder-for .silder-content .title {
  font-size: 80px;
}
@media only screen and (min-width: 1680px) {
  .boxed .menu-btn {
    margin-right: 35px;
  }
}
@media only screen and (min-width: 1680px) {
  .boxed .silder-one .silder-content {
    padding: 40px;
  }
}
@media only screen and (min-width: 1680px) {
  .boxed .silder-one .silder-content .title {
    margin-bottom: 10px;
    font-size: 35px;
    letter-spacing: 4px;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 1680px) {
  .boxed .silder-one .silder-content .sub-title {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1680px) {
  .boxed .container-fluid, .boxed .container-sm, .boxed .container-md, .boxed .container-lg, .boxed .container-xl {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 1680px) {
  .boxed .under-construct {
    padding: 50px;
  }
}
@media only screen and (min-width: 1680px) {
  .boxed .under-construct .dz-content .dz-title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 1680px) {
  .boxed .under-construct .dz-content p {
    font-size: 28px;
  }
}
.boxed .scroll-down {
  left: 30px;
  bottom: 30px;
}
.boxed .silder-three .silder-content {
  left: 10%;
}

/* Frame */
.frame {
  padding: 30px;
}
.frame .page-wraper {
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.frame .tp-banner-container,
.frame .rev_slider_wrapper {
  left: 0 !important;
  width: 100% !important;
}
.frame .tp-rightarrow {
  right: 0 !important;
}
.frame .tp-leftarrow {
  left: 0 !important;
}
.frame .is-fixed .main-bar {
  left: 0;
  width: 100%;
  margin: 0;
}
.frame .is-fixed.header-curve .logo-header:after {
  right: auto;
  left: -15px;
  width: 90%;
}
.frame button.scroltop {
  right: 50px;
  bottom: 50px;
}

@media only screen and (max-width: 1024px) {
  .frame {
    padding: 0;
  }
  .frame button.scroltop {
    right: 15px;
    bottom: 15px;
  }
}
[dir=rtl] .logo-header {
  float: right;
}
[dir=rtl] .top-bar .dz-topbar-left {
  float: right;
}
[dir=rtl] .top-bar .dz-topbar-left li {
  padding-right: 0;
  padding-left: 20px;
}
[dir=rtl] .top-bar .dz-topbar-right {
  float: left;
}
[dir=rtl] .top-bar .dz-topbar-right li {
  padding-left: 0;
  padding-right: 15px;
}
[dir=rtl] .top-bar .dz-topbar-center .dz-social-icon li,
[dir=rtl] .top-bar .dz-topbar-left .dz-social-icon li,
[dir=rtl] .top-bar .dz-topbar-right .dz-social-icon li {
  padding-right: 0;
}
[dir=rtl] .dz-quik-search {
  left: auto;
  right: 0;
}
[dir=rtl] .dz-quik-search .form-control, [dir=rtl] .dz-quik-search .wp-block-categories-dropdown select, .wp-block-categories-dropdown [dir=rtl] .dz-quik-search select,
[dir=rtl] .dz-quik-search .wp-block-archives-dropdown select,
.wp-block-archives-dropdown [dir=rtl] .dz-quik-search select, [dir=rtl] .dz-quik-search .woocommerce #review_form #respond input[type=text], .woocommerce #review_form #respond [dir=rtl] .dz-quik-search input[type=text],
[dir=rtl] .dz-quik-search .woocommerce #review_form #respond textarea,
.woocommerce #review_form #respond [dir=rtl] .dz-quik-search textarea,
[dir=rtl] .dz-quik-search .woocommerce #review_form #respond input[type=email],
.woocommerce #review_form #respond [dir=rtl] .dz-quik-search input[type=email], [dir=rtl] .dz-quik-search .woocommerce-cart-form .table tr td.actions .coupon .input-text, .woocommerce-cart-form .table tr td.actions .coupon [dir=rtl] .dz-quik-search .input-text, [dir=rtl] .dz-quik-search .woocommerce-cart-form .table tr .quantity input, .woocommerce-cart-form .table tr .quantity [dir=rtl] .dz-quik-search input, [dir=rtl] .dz-quik-search .woocommerce .woocommerce-checkout.checkout form .form-row textarea, .woocommerce .woocommerce-checkout.checkout form .form-row [dir=rtl] .dz-quik-search textarea,
[dir=rtl] .dz-quik-search .woocommerce .woocommerce-checkout.checkout form .form-row select,
.woocommerce .woocommerce-checkout.checkout form .form-row [dir=rtl] .dz-quik-search select,
[dir=rtl] .dz-quik-search .woocommerce .woocommerce-checkout.checkout form .form-row input,
.woocommerce .woocommerce-checkout.checkout form .form-row [dir=rtl] .dz-quik-search input, [dir=rtl] .dz-quik-search .woocommerce-EditAccountForm.edit-account input[type=text], .woocommerce-EditAccountForm.edit-account [dir=rtl] .dz-quik-search input[type=text],
[dir=rtl] .dz-quik-search .woocommerce-EditAccountForm.edit-account input[type=email],
.woocommerce-EditAccountForm.edit-account [dir=rtl] .dz-quik-search input[type=email],
[dir=rtl] .dz-quik-search .woocommerce-EditAccountForm.edit-account input[type=password],
.woocommerce-EditAccountForm.edit-account [dir=rtl] .dz-quik-search input[type=password],
[dir=rtl] .dz-quik-search .login input[type=text],
.login [dir=rtl] .dz-quik-search input[type=text], [dir=rtl] .dz-quik-search .login input[type=password], .login [dir=rtl] .dz-quik-search input[type=password],
[dir=rtl] .dz-quik-search .woocommerce-ResetPassword.lost_reset_password input[type=text],
.woocommerce-ResetPassword.lost_reset_password [dir=rtl] .dz-quik-search input[type=text],
[dir=rtl] .dz-quik-search .checkout.woocommerce-checkout input[type=text],
.checkout.woocommerce-checkout [dir=rtl] .dz-quik-search input[type=text],
[dir=rtl] .dz-quik-search .checkout.woocommerce-checkout input[type=email],
.checkout.woocommerce-checkout [dir=rtl] .dz-quik-search input[type=email],
[dir=rtl] .dz-quik-search .checkout.woocommerce-checkout input[type=tel],
.checkout.woocommerce-checkout [dir=rtl] .dz-quik-search input[type=tel],
[dir=rtl] .dz-quik-search .checkout.woocommerce-checkout .select2-choice,
.checkout.woocommerce-checkout [dir=rtl] .dz-quik-search .select2-choice,
[dir=rtl] .dz-quik-search .checkout.woocommerce-checkout textarea,
.checkout.woocommerce-checkout [dir=rtl] .dz-quik-search textarea,
[dir=rtl] .dz-quik-search .woocommerce form .form-row input.input-text,
.woocommerce form .form-row [dir=rtl] .dz-quik-search input.input-text,
[dir=rtl] .dz-quik-search .woocommerce form .form-row .select2-selection,
.woocommerce form .form-row [dir=rtl] .dz-quik-search .select2-selection,
[dir=rtl] .dz-quik-search .woocommerce form .form-row .select2-choice,
.woocommerce form .form-row [dir=rtl] .dz-quik-search .select2-choice {
  padding: 15px 15px 15px 60px;
}
[dir=rtl] .dz-quik-search span {
  right: auto;
  left: 15px;
}
[dir=rtl] .site-header .extra-nav {
  float: left;
  margin-left: 0;
  margin-right: 20px;
}
[dir=rtl] .site-header .extra-nav #quik-search-btn {
  margin-left: 0px;
}
[dir=rtl] .site-header.style-1 .extra-cell .login-btn i {
  margin-right: 0;
  margin-left: 10px;
}
[dir=rtl] .navbar-toggler {
  margin: 40px 15px 39px 0;
  float: left;
}
@media only screen and (max-width: 991px) {
  [dir=rtl] .navbar-toggler {
    margin: 20px 15px 20px 0;
  }
}
@media only screen and (max-width: 575px) {
  [dir=rtl] .navbar-toggler {
    margin: 20px 15px 20px 0;
  }
}
[dir=rtl] .navicon span {
  left: auto;
  right: 10px;
}
[dir=rtl] .navicon.open span:nth-child(2) {
  left: auto;
  right: -60px;
}
@media only screen and (max-width: 991px) {
  [dir=rtl] .header-nav {
    left: auto;
    right: -280px;
  }
}
@media only screen and (max-width: 991px) {
  [dir=rtl] .header-nav.show {
    left: auto;
    right: -1px;
  }
}
[dir=rtl] .header-nav .nav {
  float: left;
}
[dir=rtl] .header-nav .nav > li.sub-menu-down > a:after {
  margin-right: auto;
  margin-left: 5px;
}
@media only screen and (max-width: 991px) {
  [dir=rtl] .header-nav .nav > li.sub-menu-down > a:after {
    content: "\f053";
    right: auto;
    left: 0;
    float: left;
    margin: 0;
  }
}
@media only screen and (max-width: 991px) {
  [dir=rtl] .header-nav .nav > li.sub-menu-down > a {
    padding: 8px 0;
  }
}
@media only screen and (max-width: 991px) {
  [dir=rtl] .header-nav .nav > li.sub-menu-down.open > a:after {
    content: "\f078";
    background: #333;
  }
}
[dir=rtl] .header-nav .nav > li .mega-menu,
[dir=rtl] .header-nav .nav > li .sub-menu {
  left: auto;
  right: 0;
  text-align: right;
}
@media only screen and (max-width: 991px) {
  [dir=rtl] .header-nav .nav > li .mega-menu > li > a i,
  [dir=rtl] .header-nav .nav > li .sub-menu > li > a i {
    right: auto;
    left: 0;
  }
}
[dir=rtl] .header-nav .nav > li .mega-menu li a:after,
[dir=rtl] .header-nav .nav > li .sub-menu li a:after {
  left: auto;
  left: auto;
  right: 20px;
}
@media only screen and (max-width: 991px) {
  [dir=rtl] .header-nav .nav > li .mega-menu li a,
  [dir=rtl] .header-nav .nav > li .sub-menu li a {
    padding: 2px 16px 1px 0;
  }
  [dir=rtl] .header-nav .nav > li .mega-menu li a:after,
  [dir=rtl] .header-nav .nav > li .sub-menu li a:after {
    left: auto;
    right: 0;
  }
}
[dir=rtl] .header-nav .nav > li .mega-menu li:hover > a,
[dir=rtl] .header-nav .nav > li .sub-menu li:hover > a {
  padding: 10px 35px 10px 20px;
}
[dir=rtl] .header-nav .nav > li .mega-menu li > .sub-menu,
[dir=rtl] .header-nav .nav > li .sub-menu li > .sub-menu {
  left: auto;
  right: 220px;
}
@media only screen and (max-width: 991px) {
  [dir=rtl] .header-nav .nav > li .mega-menu .mega-menu,
  [dir=rtl] .header-nav .nav > li .mega-menu .sub-menu,
  [dir=rtl] .header-nav .nav > li .sub-menu .mega-menu,
  [dir=rtl] .header-nav .nav > li .sub-menu .sub-menu {
    padding-left: 0;
    padding-right: 20px;
  }
}
[dir=rtl] .header-nav .nav > li .sub-menu li > a > i {
  float: left;
}
[dir=rtl] .header-nav .nav > li .mega-menu {
  right: auto;
  left: 0px;
}
[dir=rtl] .header-nav .nav > li .mega-menu > li > a > i {
  margin-right: 0;
  margin-left: 5px;
}
[dir=rtl] .header-nav .nav > li .mega-menu > li:after {
  right: auto;
  left: 0px;
}
[dir=rtl] .header-nav .nav > li .mega-menu > li li i {
  margin-right: 0;
  margin-left: 5px;
}
@media only screen and (max-width: 1400px) {
  [dir=rtl] .header-nav .nav > li:nth-last-child(3) .sub-menu .sub-menu, [dir=rtl] .header-nav .nav > li:nth-last-child(2) .sub-menu .sub-menu, [dir=rtl] .header-nav .nav > li:last-child .sub-menu .sub-menu {
    left: auto;
    right: -220px;
  }
}
@media only screen and (max-width: 1199px) {
  [dir=rtl] .header-nav .nav > li:last-child .sub-menu {
    right: auto;
    left: 0;
  }
}
@media only screen and (max-width: 991px) {
  [dir=rtl] .header-nav .nav {
    float: unset;
  }
}
[dir=rtl] .header-transparent {
  left: auto;
  right: 0;
}
[dir=rtl] .is-fixed .main-bar {
  left: auto;
  right: 0;
}
@media only screen and (max-width: 991px) {
  [dir=rtl] .mo-left .header-nav {
    left: auto;
    right: -280px;
  }
  [dir=rtl] .mo-left .header-nav.show {
    left: auto;
    right: -1px;
  }
  [dir=rtl] .mo-left .navbar-toggler.open:after {
    left: -20px;
    right: 0;
    transform-origin: top left;
    margin: 0 20px 0px 0px;
  }
}
[dir=rtl] .site-header.style-1 .extra-cell .login-btn {
  margin-left: 0;
  margin-right: 30px;
}
@media only screen and (max-width: 1680px) {
  [dir=rtl] .site-header.style-1 .extra-cell .login-btn {
    margin-left: 0;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 991px) {
  [dir=rtl] .site-header.style-1 .header-nav .nav > li > a:after {
    right: auto;
    left: -2px;
  }
}
[dir=rtl] .site-header.style-2 .menu-btn {
  left: auto;
  right: 0;
}
[dir=rtl] .site-header.style-2 .menu-btn span {
  left: auto;
  right: 36px;
}
[dir=rtl] .site-header.style-2 .extra-nav .extra-cell {
  margin-right: 0;
  margin-left: 30px;
}
[dir=rtl] .site-header.style-2 .extra-nav .extra-cell .login-btn i {
  margin-right: 0;
  margin-left: 10px;
}
@media only screen and (max-width: 991px) {
  [dir=rtl] .site-header.style-2 .extra-nav .extra-cell {
    margin-left: 0;
  }
}
[dir=rtl] .site-header.style-2 .logo-header {
  margin-left: 0;
  margin-right: 100px;
}
@media only screen and (max-width: 1280px) {
  [dir=rtl] .site-header.style-2 .logo-header {
    margin-left: 0;
    margin-right: 120px;
  }
}
@media only screen and (max-width: 991px) {
  [dir=rtl] .site-header.style-2 .logo-header {
    margin-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  [dir=rtl] .site-header.center .logo-header {
    text-align: right;
  }
}
[dir=rtl] .site-header.center .header-nav .nav {
  float: right;
}
[dir=rtl] .site-header.center .header-nav .nav.navbar-left {
  text-align: left;
  margin-left: 100px;
  margin-right: 0;
}
@media only screen and (max-width: 991px) {
  [dir=rtl] .site-header.center .header-nav .nav.navbar-left {
    text-align: right;
    margin-left: 0;
  }
}
[dir=rtl] .site-header.center .header-nav .nav.navbar-right {
  float: left;
  margin-left: 0;
  margin-right: 100px;
}
@media only screen and (max-width: 991px) {
  [dir=rtl] .site-header.center .header-nav .nav.navbar-right {
    margin-right: 0;
    float: unset;
  }
}
[dir=rtl] .menu-btn {
  margin-right: 0;
  margin-left: 55px;
}
@media only screen and (max-width: 1680px) {
  [dir=rtl] .menu-btn {
    margin-right: 0;
    margin-left: 35px;
  }
}
[dir=rtl] .menu-btn span {
  left: auto;
  right: 10px;
}
[dir=rtl] .menu-btn.open span:nth-child(2) {
  left: auto;
  right: -60px;
}
[dir=rtl] .sidebar-menu {
  float: right;
  margin-right: 0;
  margin-left: 20px;
}
[dir=rtl] .contact-sidebar {
  left: auto;
  right: -300px;
}
[dir=rtl] .contact-sidebar.active {
  left: auto;
  right: 0;
}
[dir=rtl] .contact-sidebar .icon-bx-wraper .icon-md {
  margin-right: 0;
  margin-left: 15px;
}
[dir=rtl] .menu-close {
  left: auto;
  right: 0;
}
@media only screen and (max-width: 1680px) {
  [dir=rtl] .site-header.style-1 .extra-cell .login-btn {
    padding: 10px;
  }
}

[dir=rtl] footer .widget-logo ul li {
  padding: 0 0 15px 15px;
}
[dir=rtl] footer .footer-title .dz-separator {
  left: auto;
  right: 0;
}
[dir=rtl] footer .widget-link li {
  margin-left: 0;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  [dir=rtl] footer .widget-link li {
    margin-right: 8px;
    margin-left: 7px;
  }
}
[dir=rtl] footer .widget_services.style-1 ul li a {
  padding: 5px 15px 5px 0;
}
[dir=rtl] footer .widget_services.style-1 ul li a:before {
  left: auto;
  right: 0;
}
[dir=rtl] footer .wp-block-latest-posts li,
[dir=rtl] footer .wp-block-categories-list li,
[dir=rtl] footer .wp-block-archives-list li,
[dir=rtl] footer .widget_categories ul li,
[dir=rtl] footer .widget_archive ul li,
[dir=rtl] footer .widget_meta ul li,
[dir=rtl] footer .widget_pages ul li,
[dir=rtl] footer .widget_recent_comments ul li,
[dir=rtl] footer .widget_nav_menu li,
[dir=rtl] footer .widget_recent_entries ul li,
[dir=rtl] footer .widget_services ul li {
  left: auto;
  right: 0;
}
[dir=rtl] footer .wp-block-latest-posts li:hover,
[dir=rtl] footer .wp-block-categories-list li:hover,
[dir=rtl] footer .wp-block-archives-list li:hover,
[dir=rtl] footer .widget_categories ul li:hover,
[dir=rtl] footer .widget_archive ul li:hover,
[dir=rtl] footer .widget_meta ul li:hover,
[dir=rtl] footer .widget_pages ul li:hover,
[dir=rtl] footer .widget_recent_comments ul li:hover,
[dir=rtl] footer .widget_nav_menu li:hover,
[dir=rtl] footer .widget_recent_entries ul li:hover,
[dir=rtl] footer .widget_services ul li:hover {
  left: auto;
  right: 10px;
}
[dir=rtl] .footer-link li {
  padding: 0 20px 0 25px;
}
[dir=rtl] .footer-link li:before {
  left: auto;
  right: 0;
}
[dir=rtl] .widget_time ul li label {
  margin-right: 0;
  margin-left: 3px;
}
[dir=rtl] .ft-clients-area:before {
  left: auto;
  right: 0;
}
[dir=rtl] .site-footer.style-1 .footer-bottom ul li:last-child {
  padding-left: 0;
}
[dir=rtl] .site-footer.style-2 .widget_getintuch ul li i {
  text-align: right;
}
[dir=rtl] .site-footer.style-2 .widget_links ul li:hover:before {
  margin-right: 0;
  margin-left: 8px;
}
[dir=rtl] .site-footer.style-2 .circle-bg {
  left: auto;
  right: -7%;
}
[dir=rtl] .site-footer.style-2 .circle-bg-2 {
  right: auto;
  left: -2%;
}
[dir=rtl] .site-footer.style-3 .widget_getintuch ul li svg {
  margin-left: 10px;
}
[dir=rtl] .site-footer.style-3 .footer-top .widget .widget-title .title:after {
  right: 0;
}
[dir=rtl] .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .form-control, [dir=rtl] .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .wp-block-categories-dropdown select, .wp-block-categories-dropdown [dir=rtl] .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group select,
[dir=rtl] .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .wp-block-archives-dropdown select,
.wp-block-archives-dropdown [dir=rtl] .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group select, [dir=rtl] .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .woocommerce #review_form #respond input[type=text], .woocommerce #review_form #respond [dir=rtl] .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group input[type=text],
[dir=rtl] .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .woocommerce #review_form #respond textarea,
.woocommerce #review_form #respond [dir=rtl] .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group textarea,
[dir=rtl] .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .woocommerce #review_form #respond input[type=email],
.woocommerce #review_form #respond [dir=rtl] .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group input[type=email], [dir=rtl] .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .woocommerce-cart-form .table tr td.actions .coupon .input-text, .woocommerce-cart-form .table tr td.actions .coupon [dir=rtl] .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .input-text, [dir=rtl] .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .woocommerce-cart-form .table tr .quantity input, .woocommerce-cart-form .table tr .quantity [dir=rtl] .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group input,
[dir=rtl] .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .woocommerce .woocommerce-checkout.checkout form .form-row select,
.woocommerce .woocommerce-checkout.checkout form .form-row [dir=rtl] .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group select,
[dir=rtl] .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .woocommerce .woocommerce-checkout.checkout form .form-row input,
.woocommerce .woocommerce-checkout.checkout form .form-row [dir=rtl] .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group input, [dir=rtl] .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .woocommerce-EditAccountForm.edit-account input[type=text], .woocommerce-EditAccountForm.edit-account [dir=rtl] .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group input[type=text],
[dir=rtl] .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .woocommerce-EditAccountForm.edit-account input[type=email],
.woocommerce-EditAccountForm.edit-account [dir=rtl] .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group input[type=email],
[dir=rtl] .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .woocommerce-EditAccountForm.edit-account input[type=password],
.woocommerce-EditAccountForm.edit-account [dir=rtl] .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group input[type=password],
[dir=rtl] .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .login input[type=text],
.login [dir=rtl] .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group input[type=text], [dir=rtl] .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .login input[type=password], .login [dir=rtl] .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group input[type=password],
[dir=rtl] .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .woocommerce-ResetPassword.lost_reset_password input[type=text],
.woocommerce-ResetPassword.lost_reset_password [dir=rtl] .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group input[type=text],
[dir=rtl] .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .checkout.woocommerce-checkout input[type=text],
.checkout.woocommerce-checkout [dir=rtl] .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group input[type=text],
[dir=rtl] .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .checkout.woocommerce-checkout input[type=email],
.checkout.woocommerce-checkout [dir=rtl] .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group input[type=email],
[dir=rtl] .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .checkout.woocommerce-checkout input[type=tel],
.checkout.woocommerce-checkout [dir=rtl] .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group input[type=tel],
[dir=rtl] .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .checkout.woocommerce-checkout .select2-choice,
.checkout.woocommerce-checkout [dir=rtl] .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .select2-choice,
[dir=rtl] .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .checkout.woocommerce-checkout textarea,
.checkout.woocommerce-checkout [dir=rtl] .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group textarea,
[dir=rtl] .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .woocommerce form .form-row input.input-text,
.woocommerce form .form-row [dir=rtl] .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group input.input-text,
[dir=rtl] .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .woocommerce form .form-row .select2-selection,
.woocommerce form .form-row [dir=rtl] .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .select2-selection,
[dir=rtl] .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .woocommerce form .form-row .select2-choice,
.woocommerce form .form-row [dir=rtl] .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .select2-choice {
  padding: 10px 20px 10px 120px;
}
[dir=rtl] .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .btn, [dir=rtl] .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .wp-block-button__link, [dir=rtl] .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .wp-block-search .wp-block-search__button, .wp-block-search [dir=rtl] .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .wp-block-search__button, [dir=rtl] .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .woocommerce .widget_shopping_cart .buttons a, .woocommerce .widget_shopping_cart .buttons [dir=rtl] .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group a,
[dir=rtl] .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .woocommerce.widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons [dir=rtl] .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group a, [dir=rtl] .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .woocommerce #review_form #respond .form-submit input, .woocommerce #review_form #respond .form-submit [dir=rtl] .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group input, [dir=rtl] .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .woocommerce-cart-form .table tr .button, .woocommerce-cart-form .table tr [dir=rtl] .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .button, [dir=rtl] .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout [dir=rtl] .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group a.checkout-button, [dir=rtl] .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .woocommerce #respond input#submit, .woocommerce #respond [dir=rtl] .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group input#submit,
[dir=rtl] .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .woocommerce a.button,
.woocommerce [dir=rtl] .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group a.button,
[dir=rtl] .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .woocommerce button.button,
.woocommerce [dir=rtl] .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group button.button,
[dir=rtl] .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .woocommerce input.button,
.woocommerce [dir=rtl] .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group input.button,
[dir=rtl] .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group .woocommerce #place_order,
.woocommerce [dir=rtl] .site-footer.style-3 .footer-top .widget .dzSubscribe .input-group #place_order {
  left: 8px;
  right: unset;
}
[dir=rtl] .site-footer.style-4 .widget_getintuch ul li svg {
  margin-left: 10px;
}
[dir=rtl] .site-footer.style-4 .footer-top .widget .widget-title .title:after {
  right: 0;
}
[dir=rtl] .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .form-control, [dir=rtl] .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .wp-block-categories-dropdown select, .wp-block-categories-dropdown [dir=rtl] .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group select,
[dir=rtl] .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .wp-block-archives-dropdown select,
.wp-block-archives-dropdown [dir=rtl] .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group select, [dir=rtl] .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .woocommerce #review_form #respond input[type=text], .woocommerce #review_form #respond [dir=rtl] .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group input[type=text],
[dir=rtl] .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .woocommerce #review_form #respond textarea,
.woocommerce #review_form #respond [dir=rtl] .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group textarea,
[dir=rtl] .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .woocommerce #review_form #respond input[type=email],
.woocommerce #review_form #respond [dir=rtl] .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group input[type=email], [dir=rtl] .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .woocommerce-cart-form .table tr td.actions .coupon .input-text, .woocommerce-cart-form .table tr td.actions .coupon [dir=rtl] .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .input-text, [dir=rtl] .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .woocommerce-cart-form .table tr .quantity input, .woocommerce-cart-form .table tr .quantity [dir=rtl] .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group input,
[dir=rtl] .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .woocommerce .woocommerce-checkout.checkout form .form-row select,
.woocommerce .woocommerce-checkout.checkout form .form-row [dir=rtl] .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group select,
[dir=rtl] .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .woocommerce .woocommerce-checkout.checkout form .form-row input,
.woocommerce .woocommerce-checkout.checkout form .form-row [dir=rtl] .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group input, [dir=rtl] .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .woocommerce-EditAccountForm.edit-account input[type=text], .woocommerce-EditAccountForm.edit-account [dir=rtl] .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group input[type=text],
[dir=rtl] .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .woocommerce-EditAccountForm.edit-account input[type=email],
.woocommerce-EditAccountForm.edit-account [dir=rtl] .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group input[type=email],
[dir=rtl] .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .woocommerce-EditAccountForm.edit-account input[type=password],
.woocommerce-EditAccountForm.edit-account [dir=rtl] .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group input[type=password],
[dir=rtl] .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .login input[type=text],
.login [dir=rtl] .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group input[type=text], [dir=rtl] .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .login input[type=password], .login [dir=rtl] .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group input[type=password],
[dir=rtl] .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .woocommerce-ResetPassword.lost_reset_password input[type=text],
.woocommerce-ResetPassword.lost_reset_password [dir=rtl] .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group input[type=text],
[dir=rtl] .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .checkout.woocommerce-checkout input[type=text],
.checkout.woocommerce-checkout [dir=rtl] .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group input[type=text],
[dir=rtl] .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .checkout.woocommerce-checkout input[type=email],
.checkout.woocommerce-checkout [dir=rtl] .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group input[type=email],
[dir=rtl] .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .checkout.woocommerce-checkout input[type=tel],
.checkout.woocommerce-checkout [dir=rtl] .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group input[type=tel],
[dir=rtl] .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .checkout.woocommerce-checkout .select2-choice,
.checkout.woocommerce-checkout [dir=rtl] .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .select2-choice,
[dir=rtl] .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .checkout.woocommerce-checkout textarea,
.checkout.woocommerce-checkout [dir=rtl] .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group textarea,
[dir=rtl] .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .woocommerce form .form-row input.input-text,
.woocommerce form .form-row [dir=rtl] .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group input.input-text,
[dir=rtl] .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .woocommerce form .form-row .select2-selection,
.woocommerce form .form-row [dir=rtl] .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .select2-selection,
[dir=rtl] .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .woocommerce form .form-row .select2-choice,
.woocommerce form .form-row [dir=rtl] .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .select2-choice {
  padding: 10px 20px 10px 120px;
}
[dir=rtl] .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .btn, [dir=rtl] .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .wp-block-button__link, [dir=rtl] .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .wp-block-search .wp-block-search__button, .wp-block-search [dir=rtl] .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .wp-block-search__button, [dir=rtl] .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .woocommerce .widget_shopping_cart .buttons a, .woocommerce .widget_shopping_cart .buttons [dir=rtl] .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group a,
[dir=rtl] .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .woocommerce.widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons [dir=rtl] .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group a, [dir=rtl] .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .woocommerce #review_form #respond .form-submit input, .woocommerce #review_form #respond .form-submit [dir=rtl] .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group input, [dir=rtl] .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .woocommerce-cart-form .table tr .button, .woocommerce-cart-form .table tr [dir=rtl] .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .button, [dir=rtl] .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout [dir=rtl] .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group a.checkout-button, [dir=rtl] .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .woocommerce #respond input#submit, .woocommerce #respond [dir=rtl] .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group input#submit,
[dir=rtl] .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .woocommerce a.button,
.woocommerce [dir=rtl] .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group a.button,
[dir=rtl] .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .woocommerce button.button,
.woocommerce [dir=rtl] .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group button.button,
[dir=rtl] .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .woocommerce input.button,
.woocommerce [dir=rtl] .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group input.button,
[dir=rtl] .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group .woocommerce #place_order,
.woocommerce [dir=rtl] .site-footer.style-4 .footer-top .widget .dzSubscribe .input-group #place_order {
  left: 8px;
  right: unset;
}
[dir=rtl] .ft-subscribe button {
  margin: 15px -100px 15px 0 !important;
}

[dir=rtl] {
  /* widget listing*/
  /*widget categories*/
}
[dir=rtl] .widget_getintuch ul li i {
  margin-right: 0;
  margin-left: 10px;
}
[dir=rtl] .widget.style-1 .widget-title:before {
  left: auto;
  right: 0;
}
[dir=rtl] .widget.style-1 .widget-title:after {
  left: auto;
  right: 32px;
}
[dir=rtl] .search-bx .input-group-prepend {
  border-left: 0;
}
[dir=rtl] .download-file {
  padding: 25px 20px 20px 25px;
}
[dir=rtl] .download-file ul li a {
  text-align: right;
}
[dir=rtl] .download-file ul li a i:after, [dir=rtl] .download-file ul li a i:before {
  left: auto;
  right: 0;
}
[dir=rtl] .widget_contact:after {
  left: auto;
  right: 0;
}
[dir=rtl] .wp-block-latest-posts,
[dir=rtl] .wp-block-categories-list,
[dir=rtl] .wp-block-archives-list,
[dir=rtl] .widget_categories ul,
[dir=rtl] .widget_archive ul,
[dir=rtl] .widget_meta ul,
[dir=rtl] .widget_pages ul,
[dir=rtl] .widget_recent_comments ul,
[dir=rtl] .widget_nav_menu ul,
[dir=rtl] .widget_recent_entries ul,
[dir=rtl] .widget_services ul {
  padding-right: 0;
}
[dir=rtl] .wp-block-latest-posts li,
[dir=rtl] .wp-block-categories-list li,
[dir=rtl] .wp-block-archives-list li,
[dir=rtl] .widget_categories ul li,
[dir=rtl] .widget_archive ul li,
[dir=rtl] .widget_meta ul li,
[dir=rtl] .widget_pages ul li,
[dir=rtl] .widget_recent_comments ul li,
[dir=rtl] .widget_nav_menu ul li,
[dir=rtl] .widget_recent_entries ul li,
[dir=rtl] .widget_services ul li {
  padding: 0.5rem 1.5rem 0.5rem 0rem;
}
[dir=rtl] .wp-block-latest-posts li a:before,
[dir=rtl] .wp-block-categories-list li a:before,
[dir=rtl] .wp-block-archives-list li a:before,
[dir=rtl] .widget_categories ul li a:before,
[dir=rtl] .widget_archive ul li a:before,
[dir=rtl] .widget_meta ul li a:before,
[dir=rtl] .widget_pages ul li a:before,
[dir=rtl] .widget_recent_comments ul li a:before,
[dir=rtl] .widget_nav_menu ul li a:before,
[dir=rtl] .widget_recent_entries ul li a:before,
[dir=rtl] .widget_services ul li a:before {
  left: auto;
  right: -1.5rem;
  transform: rotate(180deg);
}
[dir=rtl] .wp-block-latest-posts li li:before,
[dir=rtl] .wp-block-categories-list li li:before,
[dir=rtl] .wp-block-archives-list li li:before,
[dir=rtl] .widget_categories ul li li:before,
[dir=rtl] .widget_archive ul li li:before,
[dir=rtl] .widget_meta ul li li:before,
[dir=rtl] .widget_pages ul li li:before,
[dir=rtl] .widget_recent_comments ul li li:before,
[dir=rtl] .widget_nav_menu ul li li:before,
[dir=rtl] .widget_recent_entries ul li li:before,
[dir=rtl] .widget_services ul li li:before {
  left: auto;
  right: 0;
}
[dir=rtl] .wp-block-latest-posts ul,
[dir=rtl] .wp-block-categories-list ul,
[dir=rtl] .wp-block-archives-list ul,
[dir=rtl] .widget_categories ul ul,
[dir=rtl] .widget_archive ul ul,
[dir=rtl] .widget_meta ul ul,
[dir=rtl] .widget_pages ul ul,
[dir=rtl] .widget_recent_comments ul ul,
[dir=rtl] .widget_nav_menu ul ul,
[dir=rtl] .widget_recent_entries ul ul,
[dir=rtl] .widget_services ul ul {
  padding-left: 0;
  padding-right: 1.125rem;
  margin-left: 0;
  margin-right: -0.9375rem;
}
[dir=rtl] .widget_archive ul li,
[dir=rtl] .wp-block-categories-list li,
[dir=rtl] .wp-block-archives-list li,
[dir=rtl] .wp-block-latest-posts li,
[dir=rtl] .widget_categories ul li {
  text-align: left;
  padding: 0.5rem 1.5rem 0.5rem 0rem !important;
}
[dir=rtl] .widget_archive li a,
[dir=rtl] .wp-block-latest-posts li a,
[dir=rtl] .wp-block-categories-list li a,
[dir=rtl] .wp-block-archives-list li a,
[dir=rtl] .widget_categories li a {
  float: right;
  text-align: right;
}
[dir=rtl] .widget_archive li a:hover,
[dir=rtl] .wp-block-latest-posts li a:hover,
[dir=rtl] .wp-block-categories-list li a:hover,
[dir=rtl] .wp-block-archives-list li a:hover,
[dir=rtl] .widget_categories li a:hover {
  transform: translateX(-10px);
}
[dir=rtl] .widget_recent_comments ul li {
  padding-left: 0;
  padding-right: 1.875rem;
}
[dir=rtl] .widget_recent_comments ul li:before {
  left: auto;
  right: 0;
}
[dir=rtl] .widget_gallery ul {
  padding-right: 0;
}
[dir=rtl] .widget_gallery li {
  float: right;
}
[dir=rtl] .widget_gallery li:nth-child(3n-3) {
  margin-left: 0;
}
[dir=rtl] .widget_tag_cloud .tagcloud a {
  margin: 0 0 15px 15px;
}
[dir=rtl] .recent-posts-entry .widget-post-bx .widget-post .dz-info {
  padding-left: 0;
  padding-right: 15px;
}
[dir=rtl] .recent-posts-entry .widget-post-bx .widget-post .dz-meta ul li {
  padding-left: 0;
  padding-right: 15px;
}
[dir=rtl] .recent-posts-entry .widget-post-bx .widget-post .dz-meta ul li:after {
  left: auto;
  right: 0;
}
[dir=rtl] .service_menu_nav ul li a:before {
  right: auto;
  left: 50px;
}
[dir=rtl] .service_menu_nav ul li a:after {
  left: auto;
  right: 0;
}
[dir=rtl] .service_menu_nav ul li:hover a, [dir=rtl] .service_menu_nav ul li.current-menu-item a, [dir=rtl] .service_menu_nav ul li.active a {
  padding-left: 0;
  padding-right: 20px;
}
[dir=rtl] .service_menu_nav ul li:hover a:before, [dir=rtl] .service_menu_nav ul li.current-menu-item a:before, [dir=rtl] .service_menu_nav ul li.active a:before {
  right: auto;
  left: 10px;
}
@media only screen and (max-width: 1280px) {
  [dir=rtl] .service_menu_nav ul li:hover a:before, [dir=rtl] .service_menu_nav ul li.current-menu-item a:before, [dir=rtl] .service_menu_nav ul li.active a:before {
    right: auto;
    left: 5px;
  }
}

[dir=rtl] .about-bx1 .dz-media .img1 {
  margin-left: 0;
  left: auto;
  right: 0;
}
[dir=rtl] .about-bx1 .dz-media .img2 {
  margin-left: 0;
  margin-right: 200px;
}
[dir=rtl] .about-bx1 .dz-media .img2:after {
  right: auto;
  left: 60px;
}
[dir=rtl] .about-bx1 .year-exp .year {
  margin: 0 0 0 20px;
}
@media only screen and (max-width: 991px) {
  [dir=rtl] .about-bx1 .dz-media .img2 {
    margin-left: 0;
    margin-right: 250px;
  }
}
@media only screen and (max-width: 767px) {
  [dir=rtl] .about-bx1 .dz-media .img2 {
    margin-left: 0;
    margin-right: 200px;
  }
}
@media only screen and (max-width: 575px) {
  [dir=rtl] .about-bx1 .dz-media .img2 {
    margin-left: 0;
    margin-right: 100px;
  }
  [dir=rtl] .about-bx1 .dz-media .img2:after {
    right: auto;
    left: 30px;
  }
}
[dir=rtl] .about-bx2 .dz-media {
  padding-right: 0;
  padding-left: 15px;
}
[dir=rtl] .about-bx2 .dz-media:after {
  right: auto;
  left: 80px;
}
[dir=rtl] .about-bx2 .dz-media.right {
  padding-left: 0;
  padding-right: 15px;
}
[dir=rtl] .about-bx2 .dz-media.right:after {
  left: auto;
  right: 80px;
}
[dir=rtl] .about-bx2 .dz-media.right .circle-bg {
  right: auto;
  left: -25%;
}
@media only screen and (max-width: 575px) {
  [dir=rtl] .about-bx2 .dz-media.right {
    padding-left: 0;
    padding-right: 0;
  }
}
[dir=rtl] .about-bx2 .dz-media .circle-bg {
  left: auto;
  right: -25%;
}
@media only screen and (max-width: 991px) {
  [dir=rtl] .about-bx2 .dz-media {
    padding-left: 0;
  }
}
[dir=rtl] .about-bx3 .dz-media {
  padding-right: 140px;
  padding-left: 0;
}
@media only screen and (max-width: 991px) {
  [dir=rtl] .about-bx3 .dz-media {
    padding-right: 20px;
  }
}
[dir=rtl] .about-bx3 .dz-media .dz-info {
  right: 20px;
}
[dir=rtl] .about-bx5 .dz-media {
  margin-right: 0;
  margin-left: 70px;
}

[dir=rtl] .text-start {
  text-align: right !important;
}
[dir=rtl] .text-end {
  text-align: left !important;
}
@media only screen and (max-width: 767px) {
  [dir=rtl] .text-end {
    text-align: center !important;
  }
}
[dir=rtl] .float-start {
  float: right !important;
}
[dir=rtl] .float-end {
  float: left !important;
}
@media only screen and (max-width: 767px) {
  [dir=rtl] .float-md-end {
    float: left !important;
  }
}
@media only screen and (max-width: 575px) {
  [dir=rtl] .float-md-end {
    float: none !important;
  }
}
@media (min-width: 992px) {
  [dir=rtl] .text-lg-start {
    text-align: right !important;
  }
  [dir=rtl] .text-lg-end {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  [dir=rtl] .text-md-start {
    text-align: right !important;
  }
  [dir=rtl] .text-md-end {
    text-align: left !important;
  }
}
@media (min-width: 576px) {
  [dir=rtl] .text-sm-end {
    text-align: left !important;
  }
  [dir=rtl] .text-sm-start {
    text-align: right !important;
  }
}
[dir=rtl] .ms-1 {
  margin-left: 0 !important;
  margin-right: 0.25rem !important;
}
[dir=rtl] .ms-2 {
  margin-left: 0 !important;
  margin-right: 0.5rem !important;
}
[dir=rtl] .ms-3 {
  margin-left: 0 !important;
  margin-right: 1rem !important;
}
[dir=rtl] .ms-4 {
  margin-left: 0 !important;
  margin-right: 1.5rem !important;
}
[dir=rtl] .ms-5 {
  margin-left: 0 !important;
  margin-right: 3rem !important;
}
[dir=rtl] .me-1 {
  margin-right: 0 !important;
  margin-left: 0.25rem !important;
}
[dir=rtl] .me-2 {
  margin-right: 0 !important;
  margin-left: 0.5rem !important;
}
[dir=rtl] .me-3 {
  margin-right: 0 !important;
  margin-left: 1rem !important;
}
[dir=rtl] .me-4 {
  margin-right: 0 !important;
  margin-left: 1.5rem !important;
}
[dir=rtl] .me-5 {
  margin-right: 0 !important;
  margin-left: 3rem !important;
}
[dir=rtl] .ps-1 {
  padding-left: 0 !important;
  padding-right: 0.25rem !important;
}
[dir=rtl] .ps-2 {
  padding-left: 0 !important;
  padding-right: 0.5rem !important;
}
[dir=rtl] .ps-3 {
  padding-left: 0 !important;
  padding-right: 1rem !important;
}
[dir=rtl] .ps-4 {
  padding-left: 0 !important;
  padding-right: 1.5rem !important;
}
[dir=rtl] .ps-5 {
  padding-left: 0 !important;
  padding-right: 3rem !important;
}
[dir=rtl] .pe-1 {
  padding-left: 0.25rem !important;
  padding-right: 0 !important;
}
[dir=rtl] .pe-2 {
  padding-left: 0.5rem !important;
  padding-right: 0 !important;
}
[dir=rtl] .pe-3 {
  padding-left: 1rem !important;
  padding-right: 0 !important;
}
[dir=rtl] .pe-4 {
  padding-left: 1.5rem !important;
  padding-right: 0 !important;
}
[dir=rtl] .pe-5 {
  padding-left: 3rem !important;
  padding-right: 0 !important;
}

[dir=rtl] {
  /* info box show */
}
[dir=rtl] .dz-info-has {
  left: auto;
  right: 0;
}

[dir=rtl] .toggle-switch:before {
  left: auto;
  right: 3px;
  transition: left 0.25s;
}
.toggle-checkbox:checked + [dir=rtl] .toggle-switch:before {
  left: auto;
  right: 26px;
}
[dir=rtl] .toggle-label {
  margin-left: auto;
  margin-right: 15px;
}
[dir=rtl] .file-upload-wrapper:after {
  left: auto;
  right: 0;
}
[dir=rtl] .file-upload-wrapper:before {
  right: auto;
  left: 0;
  border-radius: 0 0 5px 5px;
}
[dir=rtl] .ui-datepicker-header a.ui-datepicker-prev {
  left: auto;
  right: 0;
}
[dir=rtl] .ui-datepicker-header a.ui-datepicker-next {
  right: auto;
  left: 0;
}
[dir=rtl] .form-select .dropdown-menu ul li a img {
  margin-right: 0;
  margin-left: 5px;
}
[dir=rtl] .form-select.btn-group .dropdown-toggle .caret {
  right: auto;
  left: 5px;
}

[dir=rtl] .dz-team.style-1 .dz-media .team-social {
  right: auto;
  left: -100px;
}
[dir=rtl] .dz-team.style-1:hover .dz-media .team-social {
  right: auto;
  left: 10px;
}
[dir=rtl] .dz-team.style-2 .dz-position.line:before {
  margin-right: -50px;
  margin-left: 10px;
}
[dir=rtl] .dz-team.style-2 .dz-media .team-social {
  left: 50%;
}
[dir=rtl] .dz-team.style-2 .dz-media .team-social li {
  margin-right: 0;
  margin-left: 20px;
}
[dir=rtl] .dz-team.style-3:after {
  right: -3px;
  border-right: 4px solid var(--primary);
  border-left: 0px;
  border-top: 4px solid var(--primary);
}
[dir=rtl] .dz-team.style-3:before {
  left: -3px;
  right: unset;
  border-left: 4px solid var(--primary);
  border-right: 0px;
  border-bottom: 4px solid var(--primary);
}

[dir=rtl] .page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  transform: rotate(180deg);
}
[dir=rtl] .page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  transform: rotate(180deg);
}

[dir=rtl] .no-col-gap .pricingtable-wrapper {
  margin-left: 0;
  margin-right: -1px;
}
[dir=rtl] .pricingtable-toggle .custom-control-label {
  margin: 0 50px 0 35px;
}

[dir=rtl] .scroltop {
  right: auto;
  left: 15px;
}

[dir=rtl] .dz-separator.style-skew[class*=style-]:after, [dir=rtl] .dz-separator.style-skew[class*=style-]:before {
  left: auto;
  right: 20px;
}
[dir=rtl] .dz-separator.style-skew[class*=style-]:before {
  left: 20px;
  right: auto;
}
[dir=rtl] .dz-separator.bnr-title:after {
  right: auto;
  left: -90px;
}
[dir=rtl] .dz-separator.bnr-title i {
  right: auto;
  left: -50px;
}
[dir=rtl] .dz-separator.style-1:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  line-height: 12px;
  text-shadow: 10px 0px 0 #000000, 20px 0px 0 #000000, 30px 0px 0 #000000, 40px 0px 0 #000000, 50px 0px 0 #000000, 60px 0px 0 #000000, 70px 0px 0 #000000, 80px 0px 0 #000000;
  color: #000000;
}
[dir=rtl] .dz-separator.style-1.text-primary:after {
  text-shadow: -10px 0px 0 var(--primary), -20px 0px 0 var(--primary), -30px 0px 0 var(--primary), -40px 0px 0 var(--primary), -50px 0px 0 var(--primary), -60px 0px 0 var(--primary), -70px 0px 0 var(--primary), -80px 0px 0 var(--primary);
  color: var(--primary);
}
[dir=rtl] .dz-separator.style-1.text-white:after {
  text-shadow: 10px 0px 0 #fff, 20px 0px 0 #fff, 30px 0px 0 #fff, 40px 0px 0 #fff, 50px 0px 0 #fff, 60px 0px 0 #fff, 70px 0px 0 #fff, 80px 0px 0 #fff;
  color: #fff;
}

[dir=rtl] .p-l0 {
  padding-right: 0;
}
[dir=rtl] .p-l5 {
  padding-left: 0;
  padding-right: 5px;
}
[dir=rtl] .p-l10 {
  padding-left: 0;
  padding-right: 10px;
}
[dir=rtl] .p-l15 {
  padding-left: 0;
  padding-right: 15px;
}
[dir=rtl] .p-l20 {
  padding-left: 0;
  padding-right: 20px;
}
[dir=rtl] .p-l30 {
  padding-left: 0;
  padding-right: 30px;
}
[dir=rtl] .p-l40 {
  padding-left: 0;
  padding-right: 40px;
}
[dir=rtl] .p-l50 {
  padding-left: 0;
  padding-right: 50px;
}
[dir=rtl] .p-l60 {
  padding-left: 0;
  padding-right: 60px;
}
[dir=rtl] .p-l70 {
  padding-left: 0;
  padding-right: 70px;
}
[dir=rtl] .p-l80 {
  padding-left: 0;
  padding-right: 80px;
}
[dir=rtl] .p-l90 {
  padding-left: 0;
  padding-right: 90px;
}
[dir=rtl] .p-l100 {
  padding-left: 0;
  padding-right: 100px;
}
[dir=rtl] .p-r0 {
  padding-left: 0;
}
[dir=rtl] .p-r5 {
  padding-right: 0;
  padding-left: 5px;
}
[dir=rtl] .p-r10 {
  padding-right: 0;
  padding-left: 10px;
}
[dir=rtl] .p-r15 {
  padding-right: 0;
  padding-left: 15px;
}
[dir=rtl] .p-r20 {
  padding-right: 0;
  padding-left: 20px;
}
[dir=rtl] .p-r30 {
  padding-right: 0;
  padding-left: 30px;
}
[dir=rtl] .p-r40 {
  padding-right: 0;
  padding-left: 40px;
}
[dir=rtl] .p-r50 {
  padding-right: 0;
  padding-left: 50px;
}
[dir=rtl] .p-r60 {
  padding-right: 0;
  padding-left: 60px;
}
[dir=rtl] .p-r70 {
  padding-right: 0;
  padding-left: 70px;
}
[dir=rtl] .p-r80 {
  padding-right: 0;
  padding-left: 80px;
}
[dir=rtl] .p-r90 {
  padding-right: 0;
  padding-left: 90px;
}
[dir=rtl] .p-r100 {
  padding-right: 0;
  padding-left: 100px;
}
[dir=rtl] .p-lr0 {
  padding-left: 0;
  padding-right: 0;
}
[dir=rtl] .p-lr5 {
  padding-left: 5px;
  padding-right: 5px;
}
[dir=rtl] .p-lr10 {
  padding-left: 10px;
  padding-right: 10px;
}
[dir=rtl] .p-lr15 {
  padding-left: 15px;
  padding-right: 15px;
}
[dir=rtl] .p-lr20 {
  padding-left: 20px;
  padding-right: 20px;
}
[dir=rtl] .p-lr30 {
  padding-left: 30px;
  padding-right: 30px;
}
[dir=rtl] .p-lr40 {
  padding-left: 40px;
  padding-right: 40px;
}
[dir=rtl] .p-lr50 {
  padding-left: 50px;
  padding-right: 50px;
}
[dir=rtl] .p-lr60 {
  padding-left: 60px;
  padding-right: 60px;
}
[dir=rtl] .p-lr70 {
  padding-left: 70px;
  padding-right: 70px;
}
[dir=rtl] .p-lr80 {
  padding-left: 80px;
  padding-right: 80px;
}
[dir=rtl] .p-lr90 {
  padding-left: 90px;
  padding-right: 90px;
}
[dir=rtl] .p-lr100 {
  padding-left: 100px;
  padding-right: 100px;
}
[dir=rtl] .m-l0 {
  margin-right: 0;
}
[dir=rtl] .m-l5 {
  margin-left: 0;
  margin-right: 5px;
}
[dir=rtl] .m-l10 {
  margin-left: 0;
  margin-right: 10px;
}
[dir=rtl] .m-l15 {
  margin-left: 0;
  margin-right: 15px;
}
[dir=rtl] .m-l20 {
  margin-left: 0;
  margin-right: 20px;
}
[dir=rtl] .m-l30 {
  margin-left: 0;
  margin-right: 30px;
}
[dir=rtl] .m-l40 {
  margin-left: 0;
  margin-right: 40px;
}
[dir=rtl] .m-l50 {
  margin-left: 0;
  margin-right: 50px;
}
[dir=rtl] .m-l60 {
  margin-left: 0;
  margin-right: 60px;
}
[dir=rtl] .m-l70 {
  margin-left: 0;
  margin-right: 70px;
}
[dir=rtl] .m-l80 {
  margin-left: 0;
  margin-right: 80px;
}
[dir=rtl] .m-l90 {
  margin-left: 0;
  margin-right: 90px;
}
[dir=rtl] .m-l100 {
  margin-left: 0;
  margin-right: 100px;
}
[dir=rtl] .m-r0 {
  margin-left: 0;
}
[dir=rtl] .m-r5 {
  margin-right: 0;
  margin-left: 5px;
}
[dir=rtl] .m-r10 {
  margin-right: 0;
  margin-left: 10px;
}
[dir=rtl] .m-r15 {
  margin-right: 0;
  margin-left: 15px;
}
[dir=rtl] .m-r20 {
  margin-right: 0;
  margin-left: 20px;
}
[dir=rtl] .m-r30 {
  margin-right: 0;
  margin-left: 30px;
}
[dir=rtl] .m-r40 {
  margin-right: 0;
  margin-left: 40px;
}
[dir=rtl] .m-r50 {
  margin-right: 0;
  margin-left: 50px;
}
[dir=rtl] .m-r60 {
  margin-right: 0;
  margin-left: 60px;
}
[dir=rtl] .m-r70 {
  margin-right: 0;
  margin-left: 70px;
}
[dir=rtl] .m-r80 {
  margin-right: 0;
  margin-left: 80px;
}
[dir=rtl] .m-r90 {
  margin-right: 0;
  margin-left: 90px;
}
[dir=rtl] .m-r100 {
  margin-right: 0;
  margin-left: 100px;
}
[dir=rtl] .m-lr0 {
  margin-left: 0;
  margin-right: 0;
}
[dir=rtl] .m-lr5 {
  margin-left: 5px;
  margin-right: 5px;
}
[dir=rtl] .m-lr10 {
  margin-left: 10px;
  margin-right: 10px;
}
[dir=rtl] .m-lr15 {
  margin-left: 15px;
  margin-right: 15px;
}
[dir=rtl] .m-lr20 {
  margin-left: 20px;
  margin-right: 20px;
}
[dir=rtl] .m-lr30 {
  margin-left: 30px;
  margin-right: 30px;
}
[dir=rtl] .m-lr40 {
  margin-left: 40px;
  margin-right: 40px;
}
[dir=rtl] .m-lr50 {
  margin-left: 50px;
  margin-right: 50px;
}
[dir=rtl] .m-lr60 {
  margin-left: 60px;
  margin-right: 60px;
}
[dir=rtl] .m-lr70 {
  margin-left: 70px;
  margin-right: 70px;
}
[dir=rtl] .m-lr80 {
  margin-left: 80px;
  margin-right: 80px;
}
[dir=rtl] .m-lr90 {
  margin-left: 90px;
  margin-right: 90px;
}
[dir=rtl] .m-lr100 {
  margin-left: 100px;
  margin-right: 100px;
}

[dir=rtl] .btn-next i {
  right: auto;
  left: -20px;
  transform: rotate(180deg);
}
[dir=rtl] .btn-next:hover i {
  right: auto;
  left: -30px;
}
[dir=rtl] .btn-prev i {
  left: auto;
  right: -20px;
  transform: rotate(180deg);
}
[dir=rtl] .btn-prev:hover i {
  left: auto;
  right: -30px;
}

[dir=rtl] .breadcrumb-row ul li {
  margin-right: 0;
  margin-left: 3px;
}
[dir=rtl] .breadcrumb-row ul .breadcrumb-item + .breadcrumb-item::before {
  padding-right: 0;
  padding-left: 10px;
}
[dir=rtl] .dz-bnr-inr.style-1 .breadcrumb-row ul li::before {
  left: auto;
  right: -4px;
}
[dir=rtl] .dz-bnr-inr.style-2:after {
  left: auto;
  right: 0;
}
[dir=rtl] .dz-bnr-inr.style-2 .breadcrumb-row {
  left: auto;
  right: 50%;
}
[dir=rtl] .dz-bnr-inr.style-3:after {
  left: auto;
  right: 0;
}
[dir=rtl] .square-bx {
  right: auto;
  left: 25%;
}
[dir=rtl] .square-bx:before {
  left: auto;
  right: 0;
}
[dir=rtl] .square-bx:after {
  right: auto;
  left: 0;
}

[dir=rtl] .video-bx.style-2 .video-btn {
  left: auto;
  right: 50%;
}
[dir=rtl] .video-bx.style-2 .video-btn .popup-youtube:after {
  left: auto;
  right: 0;
}
[dir=rtl] .video-bx.style-3 .video-btn .popup-youtube:after {
  left: auto;
  right: 0;
}

[dir=rtl] .twentytwenty-wrapper .twentytwenty-handle .twentytwenty-left-arrow {
  left: auto;
  right: 0;
  margin: 0 18px 0 0;
}
[dir=rtl] .twentytwenty-wrapper .twentytwenty-handle .twentytwenty-right-arrow {
  right: auto;
  left: 0;
  margin: 0 0 0 18px;
}

[dir=rtl] .progress-bx.style-3 .progress .progress-bar .progress-value {
  right: auto;
  left: 0;
}

[dir=rtl] .list-circle li,
[dir=rtl] .list-angle-double li,
[dir=rtl] .list-square li {
  padding: 6px 15px 6px 5px;
}
[dir=rtl] .list-circle li:before,
[dir=rtl] .list-angle-double li:before,
[dir=rtl] .list-square li:before {
  left: auto;
  right: 0;
}
[dir=rtl] .list-angle-double li {
  padding-left: auto;
  padding-right: 25px;
}

[dir=rtl] .inquiry-modal .btn-close {
  right: auto;
  left: -40px;
}
@media only screen and (max-width: 767px) {
  [dir=rtl] .inquiry-modal .btn-close {
    right: auto;
    left: 0;
  }
}

[dir=rtl] {
  /* owl num count */
}
[dir=rtl] .owl-theme.owl-dots-2 .owl-dots {
  left: auto;
  right: unset;
}
[dir=rtl] .owl-theme.owl-dots-3 .owl-dots {
  right: unset;
  left: auto;
}
[dir=rtl] .owl-btn-top-l .owl-nav {
  text-align: right;
}
[dir=rtl] .owl-btn-top-l .owl-nav .owl-prev {
  margin-right: 0;
}
[dir=rtl] .owl-btn-top-r .owl-nav {
  right: auto;
  left: 0;
  margin: 0;
}
[dir=rtl] .owl-btn-top-r .owl-nav .owl-next {
  margin-right: 0;
}
[dir=rtl] .owl-btn-top-lr .owl-nav {
  text-align: right;
}
[dir=rtl] .owl-btn-top-lr .owl-nav .owl-next {
  margin-left: 0;
  float: left;
}
[dir=rtl] .owl-btn-center-lr .owl-prev,
[dir=rtl] .owl-btn-center-lr .owl-next {
  left: auto;
  right: 0;
}
[dir=rtl] .owl-btn-center-lr .owl-prev {
  left: auto;
  right: -110px;
}
[dir=rtl] .owl-btn-center-lr .owl-next {
  left: -110px;
  right: auto;
}
@media only screen and (max-width: 1400px) {
  [dir=rtl] .owl-btn-center-lr .owl-prev {
    left: auto;
    right: -40px;
  }
  [dir=rtl] .owl-btn-center-lr .owl-next {
    right: auto;
    left: -40px;
  }
}
@media only screen and (max-width: 1280px) {
  [dir=rtl] .owl-btn-center-lr .owl-prev {
    left: auto;
    right: -20px;
  }
  [dir=rtl] .owl-btn-center-lr .owl-next {
    right: auto;
    left: -20px;
  }
}
[dir=rtl] .owl-btn-1 .owl-nav button.owl-prev {
  padding: 0 0 0 30px !important;
}
[dir=rtl] .owl-btn-1 .owl-nav button.owl-prev:before {
  right: auto;
  left: 0;
}
[dir=rtl] .owl-btn-1 .owl-nav button.owl-next:before {
  left: auto;
  right: 0;
}
[dir=rtl] .owl-num-count .owl-dots {
  text-align: left;
  counter-reset: li;
  justify-content: center;
  display: flex;
}

[dir=rtl] .overlay-shine .dz-media:before {
  left: -85%;
}

[dir=rtl] .dz-img-effect.side-pan:hover img {
  margin-left: 0;
  margin-right: -11%;
}

[dir=rtl] .quote-left:before {
  left: auto;
  right: 0;
}
[dir=rtl] .quote-right:before {
  right: auto;
  left: 0;
}
[dir=rtl] .testimonial-1:after {
  left: auto;
  auto: 40px;
}
[dir=rtl] .testimonial-1 .sep-tl {
  left: auto;
  right: 0;
}
[dir=rtl] .testimonial-1 .sep-br {
  right: auto;
  left: 0;
}
[dir=rtl] .testimonial-1 .quote-left:before {
  left: auto;
  right: 50%;
}
@media only screen and (max-width: 1280px) {
  [dir=rtl] .testimonial-1:after {
    left: auto;
    right: 20px;
  }
}
[dir=rtl] .testimonial-2:after {
  right: auto;
  left: 40px;
}
@media only screen and (max-width: 575px) {
  [dir=rtl] .testimonial-2:after {
    right: auto;
    left: 15px;
  }
}
[dir=rtl] .testimonial-swiper-2 .btn-prev {
  margin-right: 0;
  margin-left: 45px !important;
}
[dir=rtl] .testimonial-swiper-2 .btn-next i {
  right: auto;
  left: 3px;
  transform: rotate(180deg);
}
[dir=rtl] .testimonial-swiper-2 .btn-next i:hover {
  left: -20px;
}
[dir=rtl] .testimonial-swiper-2 .btn-prev i {
  left: auto;
  right: 3px;
  transform: rotate(180deg);
}
[dir=rtl] .testimonial-swiper-2 .btn-prev i:hover {
  right: -20px;
}
[dir=rtl] .testimonial-3 .testimonial-info {
  display: flex;
  position: relative;
  background: #fff;
  padding: 15px;
}
@media only screen and (max-width: 575px) {
  [dir=rtl] .testimonial-3 .testimonial-info {
    padding: 10px;
    display: unset;
    text-align: center;
  }
}
[dir=rtl] .testimonial-3 .testimonial-info:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 125px;
  height: 125px;
  background: var(--primary);
  z-index: 0;
}
[dir=rtl] .testimonial-3 .testimonial-info svg {
  left: 15px;
  right: unset;
}

[dir=rtl] .dz-accordion .accordion-header .accordion-button {
  padding: 22px 30px 22px 65px;
}
[dir=rtl] .dz-accordion .accordion-header .accordion-button .toggle-close {
  right: auto;
  left: 5px;
}
[dir=rtl] .dz-accordion .accordion-header .accordion-button .toggle-close:after {
  left: auto;
  right: 0;
}
@media only screen and (max-width: 575px) {
  [dir=rtl] .dz-accordion .accordion-header .accordion-header .accordion-button {
    padding: 15px 15px 15px 65px;
  }
}
[dir=rtl] .dz-accordion.accordion-sm .accordion-header .accordion-button {
  padding: 15px 20px 15px 55px;
}
@media only screen and (max-width: 575px) {
  [dir=rtl] .dz-accordion.accordion-sm .accordion-header .accordion-header .accordion-button {
    padding: 15px 15px 15px 65px;
  }
}

[dir=rtl] .dz-meta ul li {
  margin-right: 0;
  margin-left: 20px;
}
@media only screen and (max-width: 1280px) {
  [dir=rtl] .dz-meta ul li {
    margin-right: 0;
    margin-left: 5px;
  }
}
[dir=rtl] .post-video .post-video-icon {
  left: 50%;
  padding-left: 0;
  padding-right: 5px;
}
[dir=rtl] .dz-card.style-1 .dz-meta ul li {
  padding-left: 0;
  padding-right: 15px;
}
[dir=rtl] .dz-card.style-1 .dz-meta ul li:after {
  left: auto;
  right: 0;
}
[dir=rtl] .dz-card.style-1 .icon-btn {
  right: auto;
  left: 0;
}
[dir=rtl] .dz-card.style-2 .dz-meta {
  left: auto;
  right: 0;
}
[dir=rtl] .dz-card.style-2 .dz-meta ul li {
  padding-left: 0;
  padding-right: 15px;
}
[dir=rtl] .dz-card.style-2 .dz-meta ul li:after {
  left: auto;
  right: 0;
}
[dir=rtl] .dz-card.style-3 .dz-info .dz-meta ul li {
  margin-right: unset;
  margin-left: 15px;
}
[dir=rtl] .dz-card.style-3 .dz-info .dz-meta ul li span i {
  margin-left: 5px;
  margin-right: unset;
}
[dir=rtl] .dz-card.style-3 .dz-info .dz-meta ul li:nth-child(3) {
  margin: 0;
}
[dir=rtl] .dz-card.style-3 .dz-info .icon-btn {
  right: 86%;
}
[dir=rtl] .post-swiper .prev-post-swiper-btn {
  right: auto;
  left: 0;
}
[dir=rtl] .post-swiper .next-post-swiper-btn {
  left: auto;
  right: 0;
}

[dir=rtl] {
  /* Gutenberg Gallery */
  /* Gutenberg Css */
  /* .dz-card.blog-single,
  .dz-card.blog-single + #comment-list */
}
[dir=rtl] .post-link-in {
  left: auto;
  right: 0;
}
[dir=rtl] .side-bar {
  padding-left: 0;
  padding-right: 20px;
}
[dir=rtl] .side-bar.left {
  padding-right: 0;
  padding-left: 20px;
}
@media only screen and (max-width: 991px) {
  [dir=rtl] .side-bar.left {
    padding-right: 0;
    padding-left: 0;
  }
}
[dir=rtl] .alignright {
  float: left;
  margin: 0.3125rem 1.563rem 1.563rem 0;
}
[dir=rtl] .alignrightimg, [dir=rtl] .alignright.wp-caption, [dir=rtl] .alignright.is-resized {
  margin: 0.3125rem 1.563rem 1.563rem 0;
  float: left;
}
[dir=rtl] .alignleft {
  float: right;
  margin: 0.3125rem 0 1.563rem 1.563rem;
}
[dir=rtl] .alignleftimg, [dir=rtl] .alignleft.wp-caption, [dir=rtl] .alignleft.is-resized {
  margin: 0.3125rem 0 1.563rem 1.563rem;
  float: right;
}
[dir=rtl] .wp-caption p.wp-caption-text {
  text-align: right;
}
[dir=rtl] .wp-block-quote.is-large,
[dir=rtl] .wp-block-quote.is-style-large,
[dir=rtl] blockquote.wp-block-quote,
[dir=rtl] blockquote.wp-block-pullquote,
[dir=rtl] blockquote.wp-block-pullquote.alignright,
[dir=rtl] blockquote.wp-block-pullquote.alignleft,
[dir=rtl] blockquote {
  padding: 1.25rem 3rem 1.25rem 2rem;
}
[dir=rtl] .wp-block-quote.is-large cite:before,
[dir=rtl] .wp-block-quote.is-style-large cite:before,
[dir=rtl] blockquote.wp-block-quote cite:before,
[dir=rtl] blockquote.wp-block-pullquote cite:before,
[dir=rtl] blockquote.wp-block-pullquote.alignright cite:before,
[dir=rtl] blockquote.wp-block-pullquote.alignleft cite:before,
[dir=rtl] blockquote cite:before {
  margin-right: 0;
  margin-left: 0.625rem;
}
[dir=rtl] .wp-block-quote.is-large:after,
[dir=rtl] .wp-block-quote.is-style-large:after,
[dir=rtl] blockquote.wp-block-quote:after,
[dir=rtl] blockquote.wp-block-pullquote:after,
[dir=rtl] blockquote.wp-block-pullquote.alignright:after,
[dir=rtl] blockquote.wp-block-pullquote.alignleft:after,
[dir=rtl] blockquote:after {
  left: auto;
  right: 0;
}
[dir=rtl] .wp-block-quote.is-large:before,
[dir=rtl] .wp-block-quote.is-style-large:before,
[dir=rtl] blockquote.wp-block-quote:before,
[dir=rtl] blockquote.wp-block-pullquote:before,
[dir=rtl] blockquote.wp-block-pullquote.alignright:before,
[dir=rtl] blockquote.wp-block-pullquote.alignleft:before,
[dir=rtl] blockquote:before {
  left: auto;
  right: 20px;
  background-position: center left;
}
[dir=rtl] .wp-block-quote.is-large.wp-block-pullquote.alignleft,
[dir=rtl] .wp-block-quote.is-style-large.wp-block-pullquote.alignleft,
[dir=rtl] blockquote.wp-block-quote.wp-block-pullquote.alignleft,
[dir=rtl] blockquote.wp-block-pullquote.wp-block-pullquote.alignleft,
[dir=rtl] blockquote.wp-block-pullquote.alignright.wp-block-pullquote.alignleft,
[dir=rtl] blockquote.wp-block-pullquote.alignleft.wp-block-pullquote.alignleft,
[dir=rtl] blockquote.wp-block-pullquote.alignleft {
  margin: 0rem 0rem 1.563rem 1.563rem;
}
[dir=rtl] .wp-block-quote.is-large.wp-block-pullquote.alignright,
[dir=rtl] .wp-block-quote.is-style-large.wp-block-pullquote.alignright,
[dir=rtl] blockquote.wp-block-quote.wp-block-pullquote.alignright,
[dir=rtl] blockquote.wp-block-pullquote.wp-block-pullquote.alignright,
[dir=rtl] blockquote.wp-block-pullquote.alignright.wp-block-pullquote.alignright,
[dir=rtl] blockquote.wp-block-pullquote.alignleft.wp-block-pullquote.alignright,
[dir=rtl] blockquote.wp-block-pullquote.alignright {
  margin: 0rem 1.563rem 1.563rem 0rem;
}
[dir=rtl] blockquote.style-1:before {
  right: auto;
  left: 30px;
}
[dir=rtl] .min-container,
[dir=rtl] .dz-page-text,
[dir=rtl] .dz-page-text + #comment-list,
[dir=rtl] .dz-page-text + #comment-list + .paginate-links {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.938rem;
  padding-right: 0.938rem;
}
[dir=rtl] .max-container {
  max-width: 93.75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.4375rem;
  padding-right: 3.4375rem;
}
[dir=rtl] .dz-page-text > ol ol,
[dir=rtl] .dz-page-text > ol ul,
[dir=rtl] .dz-page-text > ul ol,
[dir=rtl] .dz-page-text > ul ul,
[dir=rtl] .dz-card.blog-single .dz-post-text > ol ol,
[dir=rtl] .dz-card.blog-single .dz-post-text > ol ul,
[dir=rtl] .dz-card.blog-single .dz-post-text > ul ol,
[dir=rtl] .dz-card.blog-single .dz-post-text > ul ul,
[dir=rtl] .dz-card.blog-single .dz-post-text.text > ol ol,
[dir=rtl] .dz-card.blog-single .dz-post-text.text > ol ul,
[dir=rtl] .dz-card.blog-single .dz-post-text.text > ul ol,
[dir=rtl] .dz-card.blog-single .dz-post-text.text > ul ul {
  padding-left: 0;
  padding-right: 1.563rem;
}
[dir=rtl] .wp-block-gallery .blocks-gallery-image,
[dir=rtl] .wp-block-gallery .blocks-gallery-item {
  margin: 0 0 0.5rem 0.5rem;
}
[dir=rtl] .wp-block-gallery.columns-4 .blocks-gallery-image,
[dir=rtl] .wp-block-gallery.columns-4 .blocks-gallery-item,
[dir=rtl] .wp-block-gallery.columns-3 .blocks-gallery-image,
[dir=rtl] .wp-block-gallery.columns-3 .blocks-gallery-item {
  margin-right: 0;
  margin-left: 0.5rem;
}
[dir=rtl] .content-spacious-full .wp-block-gallery {
  margin-left: -12.6565rem;
  margin-right: -12.6565rem;
}
[dir=rtl] .alignfull,
[dir=rtl] .alignwide {
  margin-left: -6.4065rem;
  margin-right: -6.4065rem;
}
[dir=rtl] .alignfull,
[dir=rtl] .alignfullwide {
  margin-left: 0;
  margin-right: calc(50% - 50vw - var(--content-share-ml, 0px) / 2);
}
[dir=rtl] .wp-block-quote.has-text-align-right {
  border-left: 0;
}
[dir=rtl] .dz-page-text ul > li:before,
[dir=rtl] .dz-page-text ol > li:before,
[dir=rtl] .dz-card.blog-single .dz-post-text ul > li:before,
[dir=rtl] .dz-card.blog-single .dz-post-text ol > li:before {
  left: auto;
  right: -0.938rem;
}
[dir=rtl] .paginate-links a,
[dir=rtl] .paginate-links > span {
  margin: 0 0.625rem 0 0;
}
[dir=rtl] .wp-block-gallery .blocks-gallery-image,
[dir=rtl] .wp-block-gallery .blocks-gallery-item {
  margin: 0 0 1rem 1rem;
}
[dir=rtl] .wp-block-gallery .blocks-gallery-image:nth-of-type(2n),
[dir=rtl] .wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
  margin-left: 0;
}
[dir=rtl] .wp-block-gallery.columns-1 .blocks-gallery-image,
[dir=rtl] .wp-block-gallery.columns-1 .blocks-gallery-item {
  margin-left: 0;
}
@media only screen and (max-width: 64rem) {
  [dir=rtl] .alignwide {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 37.5rem) {
  [dir=rtl] .wp-block-gallery.columns-3 .blocks-gallery-image,
  [dir=rtl] .wp-block-gallery.columns-3 .blocks-gallery-item {
    margin-right: 0;
    margin-left: 1rem;
  }
  [dir=rtl] .wp-block-gallery.columns-4 .blocks-gallery-image,
  [dir=rtl] .wp-block-gallery.columns-4 .blocks-gallery-item {
    margin-right: 0;
    margin-left: 1rem;
  }
  [dir=rtl] .wp-block-gallery.columns-5 .blocks-gallery-image,
  [dir=rtl] .wp-block-gallery.columns-5 .blocks-gallery-item {
    margin-right: 0;
    margin-left: 1rem;
  }
  [dir=rtl] .wp-block-gallery.columns-6 .blocks-gallery-image,
  [dir=rtl] .wp-block-gallery.columns-6 .blocks-gallery-item {
    margin-right: 0;
    margin-left: 1rem;
  }
  [dir=rtl] .wp-block-gallery.columns-7 .blocks-gallery-image,
  [dir=rtl] .wp-block-gallery.columns-7 .blocks-gallery-item {
    margin-right: 0;
    margin-left: 1rem;
  }
  [dir=rtl] .wp-block-gallery.columns-8 .blocks-gallery-image,
  [dir=rtl] .wp-block-gallery.columns-8 .blocks-gallery-item {
    margin-right: 0;
    margin-left: 1rem;
  }
  [dir=rtl] .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
  [dir=rtl] .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),
  [dir=rtl] .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
  [dir=rtl] .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
  [dir=rtl] .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
  [dir=rtl] .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
  [dir=rtl] .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
  [dir=rtl] .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
  [dir=rtl] .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
  [dir=rtl] .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
  [dir=rtl] .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
  [dir=rtl] .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
  [dir=rtl] .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
  [dir=rtl] .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
  [dir=rtl] .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
  [dir=rtl] .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
    margin-left: 0;
  }
}
[dir=rtl] .wp-block-gallery .blocks-gallery-image:last-child,
[dir=rtl] .wp-block-gallery .blocks-gallery-item:last-child {
  margin-left: 0;
}
[dir=rtl] .dz-page-text.sidebar .alignfull,
[dir=rtl] .dz-page-text.sidebar .alignfullwide,
[dir=rtl] .dz-page-text.sidebar .alignwide,
[dir=rtl] .dz-page-text.sidebar .wp-block-gallery,
[dir=rtl] .blog-single.dz-card.sidebar .alignfullwide,
[dir=rtl] .blog-single.dz-card.sidebar .alignwide,
[dir=rtl] .blog-single.dz-card.sidebar .dz-post-text .wp-block-gallery {
  margin-left: 0;
  margin-right: 0;
}
[dir=rtl] .blog-single.dz-card.sidebar {
  padding-left: 0;
  padding-right: 0;
}
[dir=rtl] .dz-post-text td,
[dir=rtl] .dz-post-text th,
[dir=rtl] .dz-page-text td,
[dir=rtl] .dz-page-text th,
[dir=rtl] .wp-block-table td,
[dir=rtl] .wp-block-table th {
  border-right: 0;
  border-left: 0;
}
[dir=rtl] .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt {
  margin-left: 0;
  margin-right: 4.375rem;
}
[dir=rtl] .wp-block-latest-comments img + article .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  margin-left: 0;
  margin-right: 4.375rem;
}
@media only screen and (max-width: 75rem) {
  [dir=rtl] .dz-page-text .wp-block-gallery,
  [dir=rtl] .dz-card.blog-single .dz-post-text .wp-block-gallery {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 61.9375rem) {
  [dir=rtl] .dz-page-text .wp-block-gallery,
  [dir=rtl] .dz-card.blog-single .dz-post-text .wp-block-gallery {
    margin-left: 0;
    margin-right: 0;
  }
}
[dir=rtl] .post-footer .dz-meta .tag-list {
  text-align: right;
}
[dir=rtl] .post-footer .dz-meta ul li {
  margin-right: 0;
  margin-left: 0.3125rem;
}
[dir=rtl] .comments-area .comment-list > .comment .comment-body {
  padding: 0 110px 0 0;
}
[dir=rtl] .comments-area .comment-list > .comment .comment-body .comment-author .avatar {
  left: auto;
  right: 0;
}
[dir=rtl] .comments-area .comment-list > .comment .comment-body .reply .comment-reply-link i {
  margin-right: 0;
  margin-left: 8px;
}
@media only screen and (max-width: 767px) {
  [dir=rtl] .comments-area .comment-list > .comment .comment-body {
    padding: 0 75px 0 0;
  }
}
[dir=rtl] .comments-area .comment-list > .comment > .children {
  padding-left: 0;
  padding-right: 50px;
}
[dir=rtl] .comments-area.style-1 .comment-list > .comment .comment-body {
  padding: 0 110px 25px 0;
}
@media only screen and (max-width: 767px) {
  [dir=rtl] .comments-area.style-1 .comment-list > .comment .comment-body {
    padding: 0 75px 25px 0;
  }
}
[dir=rtl] .comment-respond .comment-form {
  margin-left: -10px;
  margin-right: -10px;
}
[dir=rtl] .comment-respond .comment-form p {
  padding-left: 10px;
  padding-right: 10px;
}
[dir=rtl] .comment-respond .comment-form .comment-form-comment {
  padding-left: 10px;
  padding-right: 10px;
}
[dir=rtl] .gallery .gallery-item img {
  float: right;
}
[dir=rtl] .post-password-form input[type=password] {
  padding: 0.625rem 0.938rem 0.625rem 6.25rem;
}
[dir=rtl] .post-password-form input[type=submit] {
  right: auto;
  left: 0;
}
[dir=rtl] .blog-post-banner .dz-meta ul li {
  margin-right: 0;
  margin-left: 20px;
}
[dir=rtl] .dz-share-post .title {
  padding-right: 0;
  padding-left: 10px;
}
[dir=rtl] .dz-share-post ul li {
  margin-right: 0;
  margin-left: 5px;
}

[dir=rtl] .dz-coming-soon {
  padding-left: 0;
  padding-right: 90px;
  display: flex;
}
@media only screen and (max-width: 575px) {
  [dir=rtl] .dz-coming-soon {
    padding-left: 0;
    padding-right: 50px;
  }
}
[dir=rtl] .dz-coming-soon .dz-coming-bx {
  padding-left: 80px;
  padding-right: 80px;
}
@media only screen and (max-width: 1400px) {
  [dir=rtl] .dz-coming-soon .dz-coming-bx {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 575px) {
  [dir=rtl] .dz-coming-soon .dz-coming-bx {
    padding: 20px 10px;
  }
}
[dir=rtl] .countdown .date {
  padding-right: 0;
  padding-left: 30px;
}
@media only screen and (max-width: 1280px) {
  [dir=rtl] .countdown .date {
    padding-right: 0;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 1280px) {
  [dir=rtl] .countdown .date {
    padding-right: 0;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 575px) {
  [dir=rtl] .countdown .date {
    padding-right: 5px;
    padding-left: 5px;
  }
}
[dir=rtl] .sidenav-menu {
  left: auto;
  right: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}

[dir=rtl] .under-construct:after {
  left: auto;
  right: 0;
  transform: rotate(180deg);
}

[dir=rtl] .dz-box.style-1 .dz-info {
  left: auto;
  right: 0;
}
[dir=rtl] .dz-box.style-1 .sub-title {
  float: left;
}
[dir=rtl] .dz-box.style-1 .title {
  padding-right: 0;
  padding-left: 20%;
}
[dir=rtl] .dz-box.style-1 .view-btn {
  left: auto;
  right: 30px;
  /* &:after{
  	left: auto;
  	right: 50%;
  }	
  &:before{
  	left: auto;
  	right: 50%;
  } */
}
[dir=rtl] .dz-box.style-2 .dz-info {
  right: auto;
  left: 0;
}
[dir=rtl] .dz-box.style-2 .dz-info .line {
  margin-right: 0;
  margin-left: 15px;
}
[dir=rtl] .dz-box.style-2 .dz-media:after {
  left: auto;
  right: 0;
}
[dir=rtl] .dz-box.style-2 .view-btn {
  left: auto;
  right: 30px;
}
[dir=rtl] .dz-box.style-2 .view-btn:after {
  left: 50%;
  right: auto;
}
[dir=rtl] .dz-box.style-2 .view-btn:before {
  left: 50%;
  right: auto;
}
[dir=rtl] .dz-box.style-3 .view-btn {
  right: 30px;
}
[dir=rtl] .dz-box.style-3 .view-btn:after {
  right: 21%;
}
[dir=rtl] .dz-box.style-3 .view-btn:before {
  right: 50%;
  top: 50%;
}

[dir=rtl] .icon-bx-wraper.left .icon-bx-xl,
[dir=rtl] .icon-bx-wraper.left .icon-bx-lg,
[dir=rtl] .icon-bx-wraper.left .icon-bx-md,
[dir=rtl] .icon-bx-wraper.left .icon-bx-sm,
[dir=rtl] .icon-bx-wraper.left .icon-bx-xs {
  float: right;
  margin-right: 0;
  margin-left: 20px;
}
[dir=rtl] .icon-bx-wraper.left .icon-xl,
[dir=rtl] .icon-bx-wraper.left .icon-lg,
[dir=rtl] .icon-bx-wraper.left .icon-md,
[dir=rtl] .icon-bx-wraper.left .icon-sm,
[dir=rtl] .icon-bx-wraper.left .icon-xs {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}
[dir=rtl] .icon-bx-wraper.right {
  text-align: left;
}
[dir=rtl] .icon-bx-wraper.right .icon-bx-xl,
[dir=rtl] .icon-bx-wraper.right .icon-bx-lg,
[dir=rtl] .icon-bx-wraper.right .icon-bx-md,
[dir=rtl] .icon-bx-wraper.right .icon-bx-sm,
[dir=rtl] .icon-bx-wraper.right .icon-bx-xs {
  float: left;
  margin-left: 0;
  margin-right: 20px;
}
[dir=rtl] .icon-bx-wraper.right .icon-xl,
[dir=rtl] .icon-bx-wraper.right .icon-lg,
[dir=rtl] .icon-bx-wraper.right .icon-md,
[dir=rtl] .icon-bx-wraper.right .icon-sm,
[dir=rtl] .icon-bx-wraper.right .icon-xs {
  float: left;
  margin-left: 0;
  margin-right: 10px;
}
[dir=rtl] .icon-bx-wraper.bx-style-2.center [class*=icon-bx-] {
  left: auto;
  right: 50%;
}
[dir=rtl] .icon-bx-wraper.bx-style-2.center .icon-bx-xl {
  margin-left: 0;
  margin-right: -75px;
}
[dir=rtl] .icon-bx-wraper.bx-style-2.center .icon-bx-lg {
  margin-left: 0;
  margin-right: -60px;
}
[dir=rtl] .icon-bx-wraper.bx-style-2.center .icon-bx-md {
  margin-left: 0;
  margin-right: -50px;
}
[dir=rtl] .icon-bx-wraper.bx-style-2.center .icon-bx-sm {
  margin-left: 0;
  margin-right: -40px;
}
[dir=rtl] .icon-bx-wraper.bx-style-2.center .icon-bx-xs {
  margin-left: 0;
  margin-right: -20px;
}
[dir=rtl] .icon-bx-wraper.bx-style-2.left [class*=icon-bx-] {
  left: auto;
  right: 0;
}
[dir=rtl] .icon-bx-wraper.bx-style-2.right [class*=icon-bx-] {
  right: auto;
  left: 0;
}
[dir=rtl] .right-border:before {
  right: auto;
  left: 0;
}
[dir=rtl] .icon-bx-wraper.style-1 .sep-tl {
  left: auto;
  right: 30px;
}
[dir=rtl] .icon-bx-wraper.style-1 .sep-br {
  right: auto;
  left: 30px;
}
[dir=rtl] .icon-bx-wraper.style-1 .sep-tr {
  right: auto;
  left: 30px;
}
[dir=rtl] .icon-bx-wraper.style-1 .sep-bl {
  left: auto;
  right: 30px;
}
[dir=rtl] .icon-bx-wraper.style-9:after {
  left: auto;
  right: 0;
}
[dir=rtl] .icon-bx-wraper.style-9:before {
  left: auto;
  right: 0;
}
[dir=rtl] .icon-bx-wraper.style-10:after {
  right: -3px;
  border-right: 4px solid var(--primary);
  border-left: 0px;
  border-top: 4px solid var(--primary);
}
[dir=rtl] .icon-bx-wraper.style-10:before {
  left: -3px;
  right: unset;
  border-left: 4px solid var(--primary);
  border-right: 0px;
  border-bottom: 4px solid var(--primary);
}
[dir=rtl] .flip-bx .inner {
  left: auto;
  right: 0;
}
[dir=rtl] .flip-bx .back {
  left: auto;
  right: 0;
}
[dir=rtl] .flip-bx .front:after {
  left: auto;
  right: 0;
}

[dir=rtl] {
  /* Silder One */
  /* Support and Buy Button */
  /* Support and Buy Button END */
}
[dir=rtl] .silder-one .silder-content {
  left: auto;
  right: 0;
}
[dir=rtl] .silder-one .slider-one-pagination {
  right: auto;
  left: 80px;
}
@media only screen and (max-width: 767px) {
  [dir=rtl] .silder-one .slider-one-pagination {
    right: auto;
    left: 0;
  }
}
@media only screen and (max-width: 575px) {
  [dir=rtl] .silder-one .silder-content {
    left: 15px;
    right: 15px;
  }
}
[dir=rtl] .follow-info {
  right: auto;
  left: 0;
}
[dir=rtl] .follow-info.left {
  left: auto;
  right: 0;
}
[dir=rtl] .sep-tr:before {
  right: auto;
  left: 10px;
}
[dir=rtl] .sep-tr:after {
  left: auto;
  right: 0;
}
[dir=rtl] .sep-bl:before {
  left: auto;
  right: 20px;
}
[dir=rtl] .sep-bl:after {
  left: auto;
  right: 10px;
}
[dir=rtl] .features-wraper-1 > div:not(:last-child) .icon-bx-wraper:after {
  right: auto;
  left: -50%;
}
[dir=rtl] .dz-media-1 {
  padding: 0 0 50px 50px;
}
[dir=rtl] .dz-media-1:after {
  right: 30px;
  left: 0;
}
@media only screen and (max-width: 575px) {
  [dir=rtl] .dz-media-1 {
    padding: 0 0 30px 30px;
  }
  [dir=rtl] .dz-media-1:after {
    left: auto;
    right: 20px;
  }
}
[dir=rtl] .ext-sidebar-menu ul li.active, [dir=rtl] .ext-sidebar-menu ul li:hover {
  padding-left: 0;
  padding-right: 40px;
}
[dir=rtl] .section-title.style-2:after {
  right: auto;
  left: 100px;
}
@media only screen and (max-width: 1280px) {
  [dir=rtl] .section-title.style-2:after {
    right: 0;
    left: 0;
  }
}
[dir=rtl] .sep-tl:before {
  left: auto;
  right: 10px;
}
[dir=rtl] .sep-br:before {
  right: auto;
  left: 10px;
}
[dir=rtl] .theme-btn {
  left: auto;
  right: 10px;
}
[dir=rtl] .at-expanding-share-button[data-position=bottom-left] {
  bottom: 10px;
  left: auto;
  right: 10px;
}
[dir=rtl] .theme-btn:hover span {
  padding-left: 0;
  padding-right: 10px;
}
[dir=rtl] .lg-outer {
  direction: ltr;
}

[dir=rtl] .client-logo-wrapper .clients-logo {
  border-left: 1px solid #a8a8a8;
  border-right: none;
}
[dir=rtl] .client-logo-wrapper .clients-logo:nth-child(5), [dir=rtl] .client-logo-wrapper .clients-logo:nth-child(10) {
  border-left: 0;
}
@media only screen and (max-width: 575px) {
  [dir=rtl] .client-logo-wrapper .clients-logo:nth-child(5), [dir=rtl] .client-logo-wrapper .clients-logo:nth-child(10) {
    border-left: 1px solid #a8a8a8;
  }
  [dir=rtl] .client-logo-wrapper .clients-logo:nth-child(even) {
    border-left: 0;
  }
}
[dir=rtl] .social-list.style-2 li a {
  margin-right: 0;
  margin-left: 8px;
}
[dir=rtl] .social-list.style-2 li a:after {
  left: 50%;
}
[dir=rtl] .social-list.style-2 li:last-child a {
  margin-left: 0;
}
[dir=rtl] .silder-two {
  padding-left: 0;
  padding-right: 100px;
}
[dir=rtl] .silder-two .silder-content {
  margin-right: 0;
  margin-left: -55px;
  padding-right: 80px;
  padding-left: 100px;
}
@media only screen and (max-width: 1280px) {
  [dir=rtl] .silder-two .silder-content {
    padding-left: 80px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 991px) {
  [dir=rtl] .silder-two {
    padding-right: 0;
  }
  [dir=rtl] .silder-two .btn.m-r30, [dir=rtl] .silder-two .m-r30.wp-block-button__link, [dir=rtl] .silder-two .wp-block-search .m-r30.wp-block-search__button, .wp-block-search [dir=rtl] .silder-two .m-r30.wp-block-search__button, [dir=rtl] .silder-two .woocommerce .widget_shopping_cart .buttons a.m-r30, .woocommerce .widget_shopping_cart .buttons [dir=rtl] .silder-two a.m-r30,
  [dir=rtl] .silder-two .woocommerce.widget_shopping_cart .buttons a.m-r30,
  .woocommerce.widget_shopping_cart .buttons [dir=rtl] .silder-two a.m-r30, [dir=rtl] .silder-two .woocommerce #review_form #respond .form-submit input.m-r30, .woocommerce #review_form #respond .form-submit [dir=rtl] .silder-two input.m-r30, [dir=rtl] .silder-two .woocommerce-cart-form .table tr .m-r30.button, .woocommerce-cart-form .table tr [dir=rtl] .silder-two .m-r30.button, [dir=rtl] .silder-two .woocommerce-cart .wc-proceed-to-checkout a.m-r30.checkout-button, .woocommerce-cart .wc-proceed-to-checkout [dir=rtl] .silder-two a.m-r30.checkout-button, [dir=rtl] .silder-two .woocommerce #respond input.m-r30#submit, .woocommerce #respond [dir=rtl] .silder-two input.m-r30#submit,
  [dir=rtl] .silder-two .woocommerce a.m-r30.button,
  .woocommerce [dir=rtl] .silder-two a.m-r30.button,
  [dir=rtl] .silder-two .woocommerce button.m-r30.button,
  .woocommerce [dir=rtl] .silder-two button.m-r30.button,
  [dir=rtl] .silder-two .woocommerce input.m-r30.button,
  .woocommerce [dir=rtl] .silder-two input.m-r30.button,
  [dir=rtl] .silder-two .woocommerce .m-r30#place_order,
  .woocommerce [dir=rtl] .silder-two .m-r30#place_order {
    margin-right: 0;
    margin-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  [dir=rtl] .silder-two .silder-content {
    padding: 30px 15px;
  }
}
[dir=rtl] .ft-subscribe.style-2 button {
  margin: 0 !important;
}

[dir=rtl] {
  /* Silder One */
}
[dir=rtl] .silder-three .silder-content {
  left: auto;
  right: 10%;
}
@media only screen and (max-width: 1680px) {
  [dir=rtl] .silder-three .silder-content {
    left: auto;
    right: 15%;
  }
}
@media only screen and (max-width: 991px) {
  [dir=rtl] .silder-three .silder-content {
    left: auto;
    right: 5%;
  }
}
@media only screen and (max-width: 575px) {
  [dir=rtl] .silder-three .silder-content {
    left: auto;
    right: 0;
    padding: 20px 20px 20px 40px;
  }
}
[dir=rtl] .silder-three .swiperThumbsHome {
  right: auto;
  left: 0;
}
[dir=rtl] .silder-three .main-silder-swiper-03 .swiper-pagination {
  left: 80px;
  right: auto;
}
@media only screen and (max-width: 991px) {
  [dir=rtl] .silder-three .main-silder-swiper-03 .swiper-pagination {
    right: auto;
    left: 40px;
  }
}
@media only screen and (max-width: 575px) {
  [dir=rtl] .silder-three .main-silder-swiper-03 .swiper-pagination {
    right: auto;
    left: 15px;
  }
}
[dir=rtl] .silder-three .slider-one-pagination {
  right: auto;
  left: 800px;
}
@media only screen and (max-width: 1680px) {
  [dir=rtl] .silder-three .slider-one-pagination {
    right: auto;
    left: 650px;
  }
}
@media only screen and (max-width: 991px) {
  [dir=rtl] .silder-three .slider-one-pagination {
    right: auto;
    left: 50%;
  }
}
[dir=rtl] .silder-three .thumb-content {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
[dir=rtl] .scroll-down {
  left: auto;
  right: 80px;
}
@media only screen and (max-width: 991px) {
  [dir=rtl] .scroll-down {
    left: auto;
    right: 20px;
  }
}
[dir=rtl] .scroll-down:after {
  left: auto;
  right: 50%;
  margin-left: 0;
  margin-right: -4px;
}
[dir=rtl] .sep-tl:before {
  left: auto;
  right: 10px;
}
[dir=rtl] .sep-br:before {
  right: auto;
  left: 10px;
}

[dir=rtl] {
  /* Silder One */
}
[dir=rtl] .silder-for .silder-content {
  left: auto;
  right: 10%;
}
@media only screen and (max-width: 1680px) {
  [dir=rtl] .silder-for .silder-content {
    left: auto;
    right: 10%;
  }
}
@media only screen and (max-width: 991px) {
  [dir=rtl] .silder-for .silder-content {
    left: auto;
    right: 5%;
  }
}
@media only screen and (max-width: 575px) {
  [dir=rtl] .silder-for .silder-content {
    left: auto;
    right: 0;
    padding: 20px 20px 20px 40px;
  }
}
[dir=rtl] .silder-for .silder-content .sub-title {
  font-weight: 400;
  margin-bottom: 30px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 4px;
}
@media only screen and (max-width: 1680px) {
  [dir=rtl] .silder-for .silder-content .sub-title {
    margin-bottom: 10px;
  }
}
[dir=rtl] .silder-for .main-silder-swiper-04 .swiper-pagination {
  left: auto;
  right: 0;
}
[dir=rtl] #video-background {
  right: auto;
  left: 0;
}

[dir=rtl] .follow-info .inner-info {
  margin-left: 0;
  margin-right: 20px;
}
[dir=rtl] .animation-btn a {
  left: unset;
  right: 5%;
}
[dir=rtl] .animation-btn a {
  position: absolute;
  top: 20%;
  right: 5%;
  z-index: 9999;
  left: unset;
}

[dir=rtl] .ft-subscribe.style-3 .input-group .form-control, [dir=rtl] .ft-subscribe.style-3 .input-group .wp-block-categories-dropdown select, .wp-block-categories-dropdown [dir=rtl] .ft-subscribe.style-3 .input-group select,
[dir=rtl] .ft-subscribe.style-3 .input-group .wp-block-archives-dropdown select,
.wp-block-archives-dropdown [dir=rtl] .ft-subscribe.style-3 .input-group select, [dir=rtl] .ft-subscribe.style-3 .input-group .woocommerce #review_form #respond input[type=text], .woocommerce #review_form #respond [dir=rtl] .ft-subscribe.style-3 .input-group input[type=text],
[dir=rtl] .ft-subscribe.style-3 .input-group .woocommerce #review_form #respond textarea,
.woocommerce #review_form #respond [dir=rtl] .ft-subscribe.style-3 .input-group textarea,
[dir=rtl] .ft-subscribe.style-3 .input-group .woocommerce #review_form #respond input[type=email],
.woocommerce #review_form #respond [dir=rtl] .ft-subscribe.style-3 .input-group input[type=email], [dir=rtl] .ft-subscribe.style-3 .input-group .woocommerce-cart-form .table tr td.actions .coupon .input-text, .woocommerce-cart-form .table tr td.actions .coupon [dir=rtl] .ft-subscribe.style-3 .input-group .input-text, [dir=rtl] .ft-subscribe.style-3 .input-group .woocommerce-cart-form .table tr .quantity input, .woocommerce-cart-form .table tr .quantity [dir=rtl] .ft-subscribe.style-3 .input-group input,
[dir=rtl] .ft-subscribe.style-3 .input-group .woocommerce .woocommerce-checkout.checkout form .form-row select,
.woocommerce .woocommerce-checkout.checkout form .form-row [dir=rtl] .ft-subscribe.style-3 .input-group select,
[dir=rtl] .ft-subscribe.style-3 .input-group .woocommerce .woocommerce-checkout.checkout form .form-row input,
.woocommerce .woocommerce-checkout.checkout form .form-row [dir=rtl] .ft-subscribe.style-3 .input-group input, [dir=rtl] .ft-subscribe.style-3 .input-group .woocommerce-EditAccountForm.edit-account input[type=text], .woocommerce-EditAccountForm.edit-account [dir=rtl] .ft-subscribe.style-3 .input-group input[type=text],
[dir=rtl] .ft-subscribe.style-3 .input-group .woocommerce-EditAccountForm.edit-account input[type=email],
.woocommerce-EditAccountForm.edit-account [dir=rtl] .ft-subscribe.style-3 .input-group input[type=email],
[dir=rtl] .ft-subscribe.style-3 .input-group .woocommerce-EditAccountForm.edit-account input[type=password],
.woocommerce-EditAccountForm.edit-account [dir=rtl] .ft-subscribe.style-3 .input-group input[type=password],
[dir=rtl] .ft-subscribe.style-3 .input-group .login input[type=text],
.login [dir=rtl] .ft-subscribe.style-3 .input-group input[type=text], [dir=rtl] .ft-subscribe.style-3 .input-group .login input[type=password], .login [dir=rtl] .ft-subscribe.style-3 .input-group input[type=password],
[dir=rtl] .ft-subscribe.style-3 .input-group .woocommerce-ResetPassword.lost_reset_password input[type=text],
.woocommerce-ResetPassword.lost_reset_password [dir=rtl] .ft-subscribe.style-3 .input-group input[type=text],
[dir=rtl] .ft-subscribe.style-3 .input-group .checkout.woocommerce-checkout input[type=text],
.checkout.woocommerce-checkout [dir=rtl] .ft-subscribe.style-3 .input-group input[type=text],
[dir=rtl] .ft-subscribe.style-3 .input-group .checkout.woocommerce-checkout input[type=email],
.checkout.woocommerce-checkout [dir=rtl] .ft-subscribe.style-3 .input-group input[type=email],
[dir=rtl] .ft-subscribe.style-3 .input-group .checkout.woocommerce-checkout input[type=tel],
.checkout.woocommerce-checkout [dir=rtl] .ft-subscribe.style-3 .input-group input[type=tel],
[dir=rtl] .ft-subscribe.style-3 .input-group .checkout.woocommerce-checkout .select2-choice,
.checkout.woocommerce-checkout [dir=rtl] .ft-subscribe.style-3 .input-group .select2-choice,
[dir=rtl] .ft-subscribe.style-3 .input-group .checkout.woocommerce-checkout textarea,
.checkout.woocommerce-checkout [dir=rtl] .ft-subscribe.style-3 .input-group textarea,
[dir=rtl] .ft-subscribe.style-3 .input-group .woocommerce form .form-row input.input-text,
.woocommerce form .form-row [dir=rtl] .ft-subscribe.style-3 .input-group input.input-text,
[dir=rtl] .ft-subscribe.style-3 .input-group .woocommerce form .form-row .select2-selection,
.woocommerce form .form-row [dir=rtl] .ft-subscribe.style-3 .input-group .select2-selection,
[dir=rtl] .ft-subscribe.style-3 .input-group .woocommerce form .form-row .select2-choice,
.woocommerce form .form-row [dir=rtl] .ft-subscribe.style-3 .input-group .select2-choice {
  padding-left: 12rem;
  padding-right: 35px;
}
[dir=rtl] .ft-subscribe.style-3 .input-group .btn, [dir=rtl] .ft-subscribe.style-3 .input-group .wp-block-button__link, [dir=rtl] .ft-subscribe.style-3 .input-group .wp-block-search .wp-block-search__button, .wp-block-search [dir=rtl] .ft-subscribe.style-3 .input-group .wp-block-search__button, [dir=rtl] .ft-subscribe.style-3 .input-group .woocommerce .widget_shopping_cart .buttons a, .woocommerce .widget_shopping_cart .buttons [dir=rtl] .ft-subscribe.style-3 .input-group a,
[dir=rtl] .ft-subscribe.style-3 .input-group .woocommerce.widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons [dir=rtl] .ft-subscribe.style-3 .input-group a, [dir=rtl] .ft-subscribe.style-3 .input-group .woocommerce #review_form #respond .form-submit input, .woocommerce #review_form #respond .form-submit [dir=rtl] .ft-subscribe.style-3 .input-group input, [dir=rtl] .ft-subscribe.style-3 .input-group .woocommerce-cart-form .table tr .button, .woocommerce-cart-form .table tr [dir=rtl] .ft-subscribe.style-3 .input-group .button, [dir=rtl] .ft-subscribe.style-3 .input-group .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout [dir=rtl] .ft-subscribe.style-3 .input-group a.checkout-button, [dir=rtl] .ft-subscribe.style-3 .input-group .woocommerce #respond input#submit, .woocommerce #respond [dir=rtl] .ft-subscribe.style-3 .input-group input#submit,
[dir=rtl] .ft-subscribe.style-3 .input-group .woocommerce a.button,
.woocommerce [dir=rtl] .ft-subscribe.style-3 .input-group a.button,
[dir=rtl] .ft-subscribe.style-3 .input-group .woocommerce button.button,
.woocommerce [dir=rtl] .ft-subscribe.style-3 .input-group button.button,
[dir=rtl] .ft-subscribe.style-3 .input-group .woocommerce input.button,
.woocommerce [dir=rtl] .ft-subscribe.style-3 .input-group input.button,
[dir=rtl] .ft-subscribe.style-3 .input-group .woocommerce #place_order,
.woocommerce [dir=rtl] .ft-subscribe.style-3 .input-group #place_order {
  left: 10px;
  right: unset;
}
[dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .btn.style-1, [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .style-1.wp-block-button__link, [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .wp-block-search .style-1.wp-block-search__button, .wp-block-search [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .style-1.wp-block-search__button, [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .woocommerce .widget_shopping_cart .buttons a.style-1, .woocommerce .widget_shopping_cart .buttons [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group a.style-1,
[dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .woocommerce.widget_shopping_cart .buttons a.style-1,
.woocommerce.widget_shopping_cart .buttons [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group a.style-1, [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .woocommerce #review_form #respond .form-submit input.style-1, .woocommerce #review_form #respond .form-submit [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group input.style-1, [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .woocommerce-cart-form .table tr .style-1.button, .woocommerce-cart-form .table tr [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .style-1.button, [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .woocommerce-cart .wc-proceed-to-checkout a.style-1.checkout-button, .woocommerce-cart .wc-proceed-to-checkout [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group a.style-1.checkout-button, [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .woocommerce #respond input.style-1#submit, .woocommerce #respond [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group input.style-1#submit,
[dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .woocommerce a.style-1.button,
.woocommerce [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group a.style-1.button,
[dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .woocommerce button.style-1.button,
.woocommerce [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group button.style-1.button,
[dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .woocommerce input.style-1.button,
.woocommerce [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group input.style-1.button,
[dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .woocommerce .style-1#place_order,
.woocommerce [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .style-1#place_order {
  left: 15px;
  right: auto;
}
[dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .btn.style-2, [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .style-2.wp-block-button__link, [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .wp-block-search .style-2.wp-block-search__button, .wp-block-search [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .style-2.wp-block-search__button, [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .woocommerce .widget_shopping_cart .buttons a.style-2, .woocommerce .widget_shopping_cart .buttons [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group a.style-2,
[dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .woocommerce.widget_shopping_cart .buttons a.style-2,
.woocommerce.widget_shopping_cart .buttons [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group a.style-2, [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .woocommerce #review_form #respond .form-submit input.style-2, .woocommerce #review_form #respond .form-submit [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group input.style-2, [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .woocommerce-cart-form .table tr .style-2.button, .woocommerce-cart-form .table tr [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .style-2.button, [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .woocommerce-cart .wc-proceed-to-checkout a.style-2.checkout-button, .woocommerce-cart .wc-proceed-to-checkout [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group a.style-2.checkout-button, [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .woocommerce #respond input.style-2#submit, .woocommerce #respond [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group input.style-2#submit,
[dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .woocommerce a.style-2.button,
.woocommerce [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group a.style-2.button,
[dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .woocommerce button.style-2.button,
.woocommerce [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group button.style-2.button,
[dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .woocommerce input.style-2.button,
.woocommerce [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group input.style-2.button,
[dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .woocommerce .style-2#place_order,
.woocommerce [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .style-2#place_order {
  left: 10px;
  right: auto;
}
[dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .form-control, [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .wp-block-categories-dropdown select, .wp-block-categories-dropdown [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group select,
[dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .wp-block-archives-dropdown select,
.wp-block-archives-dropdown [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group select, [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .woocommerce #review_form #respond input[type=text], .woocommerce #review_form #respond [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group input[type=text],
[dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .woocommerce #review_form #respond textarea,
.woocommerce #review_form #respond [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group textarea,
[dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .woocommerce #review_form #respond input[type=email],
.woocommerce #review_form #respond [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group input[type=email], [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .woocommerce-cart-form .table tr td.actions .coupon .input-text, .woocommerce-cart-form .table tr td.actions .coupon [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .input-text, [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .woocommerce-cart-form .table tr .quantity input, .woocommerce-cart-form .table tr .quantity [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group input,
[dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .woocommerce .woocommerce-checkout.checkout form .form-row select,
.woocommerce .woocommerce-checkout.checkout form .form-row [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group select,
[dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .woocommerce .woocommerce-checkout.checkout form .form-row input,
.woocommerce .woocommerce-checkout.checkout form .form-row [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group input, [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .woocommerce-EditAccountForm.edit-account input[type=text], .woocommerce-EditAccountForm.edit-account [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group input[type=text],
[dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .woocommerce-EditAccountForm.edit-account input[type=email],
.woocommerce-EditAccountForm.edit-account [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group input[type=email],
[dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .woocommerce-EditAccountForm.edit-account input[type=password],
.woocommerce-EditAccountForm.edit-account [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group input[type=password],
[dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .login input[type=text],
.login [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group input[type=text], [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .login input[type=password], .login [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group input[type=password],
[dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .woocommerce-ResetPassword.lost_reset_password input[type=text],
.woocommerce-ResetPassword.lost_reset_password [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group input[type=text],
[dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .checkout.woocommerce-checkout input[type=text],
.checkout.woocommerce-checkout [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group input[type=text],
[dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .checkout.woocommerce-checkout input[type=email],
.checkout.woocommerce-checkout [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group input[type=email],
[dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .checkout.woocommerce-checkout input[type=tel],
.checkout.woocommerce-checkout [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group input[type=tel],
[dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .checkout.woocommerce-checkout .select2-choice,
.checkout.woocommerce-checkout [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .select2-choice,
[dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .checkout.woocommerce-checkout textarea,
.checkout.woocommerce-checkout [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group textarea,
[dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .woocommerce form .form-row input.input-text,
.woocommerce form .form-row [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group input.input-text,
[dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .woocommerce form .form-row .select2-selection,
.woocommerce form .form-row [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .select2-selection,
[dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .woocommerce form .form-row .select2-choice,
.woocommerce form .form-row [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .select2-choice {
  padding: 20px 35px 20px 12rem;
}
@media only screen and (max-width: 575px) {
  [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .form-control, [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .wp-block-categories-dropdown select, .wp-block-categories-dropdown [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group select,
  [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .wp-block-archives-dropdown select,
  .wp-block-archives-dropdown [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group select, [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .woocommerce #review_form #respond input[type=text], .woocommerce #review_form #respond [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group input[type=text],
  [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .woocommerce #review_form #respond textarea,
  .woocommerce #review_form #respond [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group textarea,
  [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .woocommerce #review_form #respond input[type=email],
  .woocommerce #review_form #respond [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group input[type=email], [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .woocommerce-cart-form .table tr td.actions .coupon .input-text, .woocommerce-cart-form .table tr td.actions .coupon [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .input-text, [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .woocommerce-cart-form .table tr .quantity input, .woocommerce-cart-form .table tr .quantity [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group input,
  [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .woocommerce .woocommerce-checkout.checkout form .form-row select,
  .woocommerce .woocommerce-checkout.checkout form .form-row [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group select,
  [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .woocommerce .woocommerce-checkout.checkout form .form-row input,
  .woocommerce .woocommerce-checkout.checkout form .form-row [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group input, [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .woocommerce-EditAccountForm.edit-account input[type=text], .woocommerce-EditAccountForm.edit-account [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group input[type=text],
  [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .woocommerce-EditAccountForm.edit-account input[type=email],
  .woocommerce-EditAccountForm.edit-account [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group input[type=email],
  [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .woocommerce-EditAccountForm.edit-account input[type=password],
  .woocommerce-EditAccountForm.edit-account [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group input[type=password],
  [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .login input[type=text],
  .login [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group input[type=text], [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .login input[type=password], .login [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group input[type=password],
  [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .woocommerce-ResetPassword.lost_reset_password input[type=text],
  .woocommerce-ResetPassword.lost_reset_password [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group input[type=text],
  [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .checkout.woocommerce-checkout input[type=text],
  .checkout.woocommerce-checkout [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group input[type=text],
  [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .checkout.woocommerce-checkout input[type=email],
  .checkout.woocommerce-checkout [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group input[type=email],
  [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .checkout.woocommerce-checkout input[type=tel],
  .checkout.woocommerce-checkout [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group input[type=tel],
  [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .checkout.woocommerce-checkout .select2-choice,
  .checkout.woocommerce-checkout [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .select2-choice,
  [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .checkout.woocommerce-checkout textarea,
  .checkout.woocommerce-checkout [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group textarea,
  [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .woocommerce form .form-row input.input-text,
  .woocommerce form .form-row [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group input.input-text,
  [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .woocommerce form .form-row .select2-selection,
  .woocommerce form .form-row [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .select2-selection,
  [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .woocommerce form .form-row .select2-choice,
  .woocommerce form .form-row [dir=rtl] .subscrible-bx.style-1 .dzSubscribe .input-group .select2-choice {
    padding: 10px 10px 10px 0px;
  }
}

[dir=rtl] .dz-content-bx.style-1 .dz-content-inner .content-media {
  float: left;
}
[dir=rtl] .dz-content-bx.style-1 .dz-content-inner .inner-content {
  padding: 30px 15px 0px 0;
}
@media only screen and (max-width: 991px) {
  [dir=rtl] .dz-content-bx.style-1 .dz-content-inner .inner-content {
    padding: 60px 15px 10px;
  }
}
@media only screen and (max-width: 767px) {
  [dir=rtl] .dz-content-bx.style-1 .dz-content-inner .inner-content {
    padding: 50px 15px 0;
  }
}
[dir=rtl] .dz-content-bx.style-2 .dz-content-inner .content-media {
  float: left;
}
[dir=rtl] .dz-content-bx.style-2 .dz-content-inner .content-media.right {
  float: right;
}
[dir=rtl] .dz-content-bx.style-3 .dz-content-inner {
  padding-right: 0;
  padding-left: 80px;
}
[dir=rtl] .dz-content-bx.style-3 .counter-info {
  left: auto;
  right: 0;
}
[dir=rtl] .dz-content-bx.style-3 .counter-info .counter {
  margin: 0 0 0 10px;
  padding-right: 0;
  padding-left: 10px;
}
[dir=rtl] .dz-content-bx.style-4 .content-media:after {
  right: auto;
  left: 10px;
  text-align: left;
}
[dir=rtl] .dz-content-bx.style-4:after {
  left: auto;
  right: 0;
}

[dir=rtl] {
  /* Frame */
}
[dir=rtl] .boxed .footer-fixed .site-footer {
  left: 50%;
  width: 1200px;
  margin: 0 -600px;
}
[dir=rtl] .boxed .is-fixed .main-bar {
  left: 50%;
  right: unset;
}
[dir=rtl] .boxed .site-header.style-1 .extra-cell .login-btn {
  padding: 10px;
}
@media only screen and (min-width: 1680px) {
  [dir=rtl] .boxed .site-header.style-1 .extra-cell .login-btn {
    margin-left: 0;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1680px) {
  [dir=rtl] .boxed .site-header.style-2 .extra-cell .login-btn {
    margin-left: 0;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1680px) {
  [dir=rtl] .boxed .menu-btn {
    margin-right: 0;
    margin-left: 35px;
  }
}
@media only screen and (min-width: 1200px) {
  [dir=rtl] .boxed .silder-two .silder-content {
    padding-right: 40px;
    padding-left: 80px;
  }
}
[dir=rtl] .frame .is-fixed .main-bar {
  left: auto;
  right: 0;
}
[dir=rtl] .frame .is-fixed.header-curve .logo-header:after {
  right: -15px;
  left: auto;
}
[dir=rtl] .frame button.scroltop {
  right: auto;
  left: 50px;
}
@media only screen and (max-width: 1024px) {
  [dir=rtl] .frame button.scroltop {
    right: auto;
    left: 15px;
  }
}

[dir=rtl] .video-btn.style-1 i {
  margin-left: 15px;
  margin-right: unset;
}
[dir=rtl] .video-btn.style-1 .text {
  padding-left: 30px;
  padding-right: unset;
}
[dir=rtl] .video-btn.style-1:before {
  right: 0;
  left: unset;
}

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