/*
    =========================
	Template Name 	 : foodtime
	Author			 : DexignZone
	Version			 : 1.1
	Author Portfolio : https://themeforest.net/user/dexignzone
	=========================
	
	[Table of Contents] 

	=== SCSS Start ===
	
    1. Abstract
		1.1 abstract.scss
		1.2 mixins.scss
		1.3 variable.scss
		
    2. Base
		2.1 base.scss
		2.2 custom-grid.scss
		2.3 fonts.scss
		2.4 preloader.scss
		2.5 reset.scss
		2.6 shortcode.scss
		
    3. Components
		3.1 About
		3.2 Blog Post
		3.3 Iconbox
		3.4 Main Slider
		3.5 Portfolio
		3.6 Team
		3.7 Testimonials
		3.8 Other scss File
		
    4. Layout
		4.1 Banner
		4.2 Footer
		4.3 Header
		4.4 Theme
		4.5 Other scss File
		
    5. Pages
		5.1 blog-details.scss
		5.2 coming-soon.scss
		5.3 contact-us.scss
		5.4 error-404.scss
		5.5 index.scss
		5.6 login.scss
		5.7 pages.scss
		5.8 section-wrapper.scss
		5.9 shop.scss
		5.10 under-construction.scss
	
	=== SCSS Start ===
*/
/*=== Abstract ===*/
/* Icon fonts and Poppins moved to <link> tags in layout for non-blocking load */

:root {
    --primary: #15b4a3;
    --secondary: #FE9F10;
    --gray: #f3f4f8;
    --primary-hover: #11968a;
    --primary-dark: #0c6b61;
    --rgba-secondary-1: rgba(254, 159, 16, 0.1);
    --rgba-primary-1: rgba(21, 180, 163, 0.1);
    --rgba-primary-2: rgba(21, 180, 163, 0.2);
    --rgba-primary-3: rgba(21, 180, 163, 0.3);
    --rgba-primary-4: rgba(21, 180, 163, 0.4);
    --rgba-primary-5: rgba(21, 180, 163, 0.5);
    --rgba-primary-6: rgba(21, 180, 163, 0.6);
    --rgba-primary-7: rgba(21, 180, 163, 0.7);
    --rgba-primary-8: rgba(21, 180, 163, 0.8);
    --rgba-primary-9: rgba(21, 180, 163, 0.9);
    --border-radius-base: 6px;
    --font-family-base: Poppins, sans-serif;
    --font-family-title: Poppins, sans-serif;
    --title: #222222;
}

[data-color="color_1"] {
    --primary: #15b4a3;
    --primary-hover: #11968a;
    --primary-dark: #0c6b61;
    --rgba-primary-1: rgba(21, 180, 163, 0.1);
    --rgba-primary-2: rgba(21, 180, 163, 0.2);
    --rgba-primary-3: rgba(21, 180, 163, 0.3);
    --rgba-primary-4: rgba(21, 180, 163, 0.4);
    --rgba-primary-5: rgba(21, 180, 163, 0.5);
    --rgba-primary-05: rgba(21, 180, 163, 0.05);
    --rgba-primary-6: rgba(21, 180, 163, 0.6);
    --rgba-primary-7: rgba(21, 180, 163, 0.7);
    --rgba-primary-8: rgba(21, 180, 163, 0.8);
    --rgba-primary-9: rgba(21, 180, 163, 0.9);
    --theme-text-color: #fff;
    --secondary: #ffc822;
    --title: #222222;
    --bg-light: #E7FBF9;
}

[data-color="color_2"] {
    --primary: #FE9F10;
    --primary-hover: #d38004;
    --primary-dark: #D27E00;
    --rgba-primary-1: rgba(254, 159, 16, 0.1);
    --rgba-primary-2: rgba(254, 159, 16, 0.2);
    --rgba-primary-3: rgba(254, 159, 16, 0.3);
    --rgba-primary-4: rgba(254, 159, 16, 0.4);
    --rgba-primary-5: rgba(254, 159, 16, 0.5);
    --rgba-primary-05: rgba(254, 159, 16, 0.05);
    --rgba-primary-6: rgba(254, 159, 16, 0.6);
    --rgba-primary-7: rgba(254, 159, 16, 0.7);
    --rgba-primary-8: rgba(254, 159, 16, 0.8);
    --rgba-primary-9: rgba(254, 159, 16, 0.9);
    --theme-text-color: #fff;
    --secondary: #a8cf96;
    --title: #222222;
    --bg-light: #fff8e2;
}

[data-color="color_3"] {
    --primary: #EE2737;
    --primary-hover: #e10d1e;
    --primary-dark: #b91522;
    --rgba-primary-1: rgba(238, 39, 55, 0.1);
    --rgba-primary-2: rgba(238, 39, 55, 0.2);
    --rgba-primary-3: rgba(238, 39, 55, 0.3);
    --rgba-primary-4: rgba(238, 39, 55, 0.4);
    --rgba-primary-5: rgba(238, 39, 55, 0.5);
    --rgba-primary-05: rgba(238, 39, 55, 0.05);
    --rgba-primary-6: rgba(238, 39, 55, 0.6);
    --rgba-primary-7: rgba(238, 39, 55, 0.7);
    --rgba-primary-8: rgba(238, 39, 55, 0.8);
    --rgba-primary-9: rgba(238, 39, 55, 0.9);
    --theme-text-color: #fff;
    --secondary: #cacf7a;
    --title: #222222;
    --bg-light: #ffeff0;
}

[data-color="color_4"] {
    --primary: #A75D5D;
    --primary-hover: #954c4c;
    --primary-dark: #5e2c2c;
    --rgba-primary-1: rgba(167,93,93,0.1);
    --rgba-primary-2: rgba(167,93,93,0.2);
    --rgba-primary-3: rgba(167,93,93,0.3);
    --rgba-primary-4: rgba(167,93,93,0.4);
    --rgba-primary-5: rgba(167,93,93,0.5);
    --rgba-primary-05: rgba(167,93,93,0.05);
    --rgba-primary-6: rgba(167,93,93,0.6);
    --rgba-primary-7: rgba(167,93,93,0.7);
    --rgba-primary-8: rgba(167,93,93,0.8);
    --rgba-primary-9: rgba(167,93,93,0.9);
    --theme-text-color: #fff;
    --secondary: #FFC3A1;
    --title: #222222;
    --bg-light: #fff2f2;
}

[data-color="color_5"] {
    --primary: #EA5C2B;
    --primary-hover: #bf4115;
    --primary-dark: #ad2c00;
    --rgba-primary-1: rgba(234,92,43,0.1);
    --rgba-primary-2: rgba(234,92,43,0.2);
    --rgba-primary-3: rgba(234,92,43,0.3);
    --rgba-primary-4: rgba(234,92,43,0.4);
    --rgba-primary-5: rgba(234,92,43,0.5);
    --rgba-primary-05: rgba(234,92,43,0.05);
    --rgba-primary-6: rgba(234,92,43,0.6);
    --rgba-primary-7: rgba(234,92,43,0.7);
    --rgba-primary-8: rgba(234,92,43,0.8);
    --rgba-primary-9: rgba(234,92,43,0.9);
    --theme-text-color: #fff;
    --secondary: #ebce5a;
    --title: #222222;
    --bg-light: #fff6f3;
}

/*[data-color="color_6"] {
  --primary: #A9907E;
  --primary-hover: #91735e;
  --primary-dark: #6a4a33;
  --rgba-primary-1: rgba(169,144,126,0.1);
  --rgba-primary-2: rgba(169,144,126,0.2);
  --rgba-primary-3: rgba(169,144,126,0.3);
  --rgba-primary-4: rgba(169,144,126,0.4);
  --rgba-primary-5: rgba(169,144,126,0.5);
  --rgba-primary-05: rgba(169,144,126,0.05);
  --rgba-primary-6: rgba(169,144,126,0.6);
  --rgba-primary-7: rgba(169,144,126,0.7);
  --rgba-primary-8: rgba(169,144,126,0.8);
  --rgba-primary-9: rgba(169,144,126,0.9);
  --theme-text-color: #fff;
  --secondary: #ABC4AA;
  --title: #222222;
  --bg-light: #fff7f2; }*/

[data-color="color_7"] {
    --primary: #87805E;
    --primary-hover: #585230;
    --primary-dark: #544d2b;
    --rgba-primary-1: rgba(135,128,94,0.1);
    --rgba-primary-2: rgba(135,128,94,0.2);
    --rgba-primary-3: rgba(135,128,94,0.3);
    --rgba-primary-4: rgba(135,128,94,0.4);
    --rgba-primary-5: rgba(135,128,94,0.5);
    --rgba-primary-05: rgba(135,128,94,0.05);
    --rgba-primary-6: rgba(135,128,94,0.6);
    --rgba-primary-7: rgba(135,128,94,0.7);
    --rgba-primary-8: rgba(135,128,94,0.8);
    --rgba-primary-9: rgba(135,128,94,0.9);
    --theme-text-color: #fff;
    --secondary: #D8CCA3;
    --title: #222222;
    --bg-light: #f9f7ee;
}

[data-color="color_6"] {
    --primary: #15b4a3;
    --primary-hover: #129f91;
    --primary-dark: #0d6f65;
    --rgba-primary-1: rgba(21, 180, 163, 0.1);
    --rgba-primary-2: rgba(21, 180, 163, 0.2);
    --rgba-primary-3: rgba(21, 180, 163, 0.3);
    --rgba-primary-4: rgba(21, 180, 163, 0.4);
    --rgba-primary-5: rgba(21, 180, 163, 0.5);
    --rgba-primary-05: rgba(21, 180, 163, 0.05);
    --rgba-primary-6: rgba(21, 180, 163, 0.6);
    --rgba-primary-7: rgba(21, 180, 163, 0.7);
    --rgba-primary-8: rgba(21, 180, 163, 0.8);
    --rgba-primary-9: rgba(21, 180, 163, 0.9);
    --theme-text-color: #fff;
    --secondary: #ffc822;
    --title: #222222;
    --bg-light: #e7f9f6;
}


/*=== Bootstrap ===*/
/*!
   * Bootstrap  v5.3.0-alpha1 (https://getbootstrap.com/)
   * Copyright 2011-2022 The Bootstrap Authors
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
:root {
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #15b4a3;
    --bs-secondary: #FE9F10;
    --bs-success: #13c24d;
    --bs-info: #00aeff;
    --bs-warning: #FFBD13;
    --bs-danger: #ff0003;
    --bs-light: #faf8f2;
    --bs-dark: #222222;
    --bs-primary-rgb: 21, 180, 163;
    --bs-secondary-rgb: 254, 159, 16;
    --bs-success-rgb: 19, 194, 77;
    --bs-info-rgb: 0, 174, 255;
    --bs-warning-rgb: 255, 189, 19;
    --bs-danger-rgb: 255, 0, 3;
    --bs-light-rgb: 250, 248, 242;
    --bs-dark-rgb: 34, 34, 34;
    --bs-primary-text: #20186f;
    --bs-secondary-text: #6c757d;
    --bs-success-text: #027e5e;
    --bs-info-text: #087990;
    --bs-warning-text: #998b0b;
    --bs-danger-text: #cc0002;
    --bs-light-text: #6c757d;
    --bs-dark-text: #495057;
    --bs-primary-bg-subtle: #d4d2e8;
    --bs-secondary-bg-subtle: #f8f9fa;
    --bs-success-bg-subtle: #ccece4;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fffad0;
    --bs-danger-bg-subtle: #ffcccd;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #a9a5d1;
    --bs-secondary-border-subtle: #e9ecef;
    --bs-success-border-subtle: #9ad8c8;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #fff5a1;
    --bs-danger-border-subtle: #ff999a;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 102, 102, 102;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, 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));
    --bs-body-font-family: "Poppins", sans-serif;
    --bs-body-font-size: 0.9375rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.6;
    --bs-body-color: #666666;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(102, 102, 102, 0.75);
    --bs-secondary-color-rgb: 102, 102, 102;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(102, 102, 102, 0.5);
    --bs-tertiary-color-rgb: 102, 102, 102;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-body-bg: #ffffff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-heading-color: #222222;
    --bs-link-color: #15b4a3;
    --bs-link-color-rgb: 21, 180, 163;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #648533;
    --bs-link-hover-color-rgb: 100, 133, 51;
    --bs-code-color: #ff5e78;
    --bs-highlight-bg: #fffad0;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #E1E1F0;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.25rem;
    --bs-border-radius-sm: 0.75rem;
    --bs-border-radius-lg: 1rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(var(--bs-body-color-rgb), 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(var(--bs-body-color-rgb), 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(var(--bs-body-color-rgb), 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(var(--bs-body-color-rgb), 0.075);
    --bs-emphasis-color: #000;
    --bs-form-control-bg: var(--bs-body-bg);
    --bs-form-control-disabled-bg: var(--bs-secondary-bg);
    --bs-highlight-bg: #fffad0;
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1170px;
    --bs-breakpoint-xxl: 1440;
}

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

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

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: 0.25;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 600;
    line-height: 1.2;
    color: var(--bs-heading-color, inherit);
}

h1, .h1 {
    font-size: calc(1.3875rem + 1.65vw);
}

@media (min-width: 1200px) {
    h1, .h1 {
        font-size: 2.625rem;
    }
}

h2, .h2 {
    font-size: calc(1.35rem + 1.2vw);
}

@media (min-width: 1200px) {
    h2, .h2 {
        font-size: 2.25rem;
    }
}

h3, .h3 {
    font-size: calc(1.3125rem + 0.75vw);
}

@media (min-width: 1200px) {
    h3, .h3 {
        font-size: 1.875rem;
    }
}

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;
}

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: .5rem;
    margin-left: 0;
}

b,
strong {
    font-weight: bolder;
}

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

mark, .mark {
    padding: 0.1875em;
    background-color: var(--bs-highlight-bg);
}

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

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: underline;
}

    a:hover {
        --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
    }

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

pre,
code {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
}

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: var(--bs-code-color);
    word-wrap: break-word;
}

a > code {
    color: inherit;
}

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;
}

    select:disabled {
        opacity: 1;
    }

[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator {
    display: none !important;
}

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-appearance: button;
}

output {
    display: inline-block;
}

iframe {
    border: 0;
}

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

progress {
    vertical-align: baseline;
}

[hidden] {
    display: none !important;
}

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

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

.figure {
    display: inline-block;
}

.container,
.container-fluid {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}

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

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

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

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

.row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

    .row > * {
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        margin-top: var(--bs-gutter-y);
    }

.col {
    flex: 1 0 0%;
}

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

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

@media (min-width: 576px) {

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

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

@media (min-width: 768px) {

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

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

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

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

@media (min-width: 992px) {

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

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

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

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

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

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

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

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

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

@media (min-width: 1170px) {

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

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

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

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

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

.table {
    --bs-table-color: var(--bs-body-color);
    --bs-table-bg: transparent;
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-body-color);
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: var(--bs-body-color);
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: var(--bs-body-color);
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: var(--bs-table-color);
    vertical-align: top;
    border-color: var(--bs-table-border-color);
}

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

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

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

.form-label {
    margin-bottom: 0.5rem;
}

.form-control, .wp-block-categories-dropdown select,
.wp-block-archives-dropdown select {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.6;
    color: var(--bs-body-color);
    background-color: var(--bs-form-control-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    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, .wp-block-categories-dropdown select,
    .wp-block-archives-dropdown select {
        transition: none;
    }
}

.form-control[type="file"], .wp-block-categories-dropdown select[type="file"],
.wp-block-archives-dropdown select[type="file"] {
    overflow: hidden;
}

    .form-control[type="file"]: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, .wp-block-categories-dropdown select:focus,
.wp-block-archives-dropdown select:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-form-control-bg);
    border-color: #bed3a0;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(21, 180, 163, 0.25);
}

.form-control::-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::-webkit-datetime-edit, .wp-block-categories-dropdown select::-webkit-datetime-edit,
.wp-block-archives-dropdown select::-webkit-datetime-edit {
    display: block;
    padding: 0;
}

.form-control::placeholder, .wp-block-categories-dropdown select::placeholder,
.wp-block-archives-dropdown select::placeholder {
    color: var(--bs-secondary-color);
    opacity: 1;
}

.form-control:disabled, .wp-block-categories-dropdown select:disabled,
.wp-block-archives-dropdown select:disabled {
    background-color: var(--bs-form-control-disabled-bg);
    opacity: 1;
}

.form-control::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: var(--bs-body-color);
    background-color: var(--bs-tertiary-bg);
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: var(--bs-border-width);
    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, .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, .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: var(--bs-secondary-bg);
}

textarea.form-control {
    min-height: calc(1.6em + 0.75rem + calc($input-border-width * 2));
}

 select {
    --bs-form-select-bg-img: 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 5 6 6 6-6'/%3e%3c/svg%3e");
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.6;
    color: var(--bs-body-color);
    background-color: var(--bs-form-control-bg);
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
     select {
        transition: none;
    }
}

 select:focus {
    border-color: #bed3a0;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(21, 180, 163, 0.25);
}

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

 select:disabled {
    background-color: var(--bs-form-control-disabled-bg);
}

 select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 var(--bs-body-color);
}

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

    .form-check .form-check-input {
        float: left;
        margin-left: -1.5em;
    }

.form-check-input {
    --bs-form-check-bg: var(--bs-form-control-bg);
    width: 1em;
    height: 1em;
    margin-top: 0.3em;
    vertical-align: top;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: var(--bs-border-width) solid var(--bs-border-color);
    appearance: none;
    print-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: #bed3a0;
        outline: 0;
        box-shadow: 0 0 0 0rem rgba(21, 180, 163, 0.25);
    }

    .form-check-input:checked {
        background-color: #15b4a3;
        border-color: #15b4a3;
    }

        .form-check-input:checked[type="checkbox"] {
            --bs-form-check-bg-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 10 3 3 6-6'/%3e%3c/svg%3e");
        }

        .form-check-input:checked[type="radio"] {
            --bs-form-check-bg-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: #15b4a3;
        border-color: #15b4a3;
        --bs-form-check-bg-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 {
            cursor: default;
            opacity: 0.5;
        }

.form-switch {
    padding-left: 2.5em;
}

    .form-switch .form-check-input {
        --bs-form-switch-bg: 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");
        width: 2em;
        margin-left: -2.5em;
        background-image: var(--bs-form-switch-bg);
        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 {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23bed3a0'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
    background-position: right center;
    --bs-form-switch-bg: 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-switch.form-check-reverse {
    padding-right: 2.5em;
    padding-left: 0;
}

    .form-switch.form-check-reverse .form-check-input {
        margin-right: -2.5em;
        margin-left: 0;
    }

[data-bs-theme="dark"] .form-switch .form-check-input:not(:checked):not(:focus) {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

     .wp-block-categories-dropdown .form-floating > select,
    .wp-block-archives-dropdown .form-floating > select {
        height: calc(3.5rem + calc($input-border-width * 2));
        line-height: 1.25;
    }

    .form-floating > label {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 1rem 0.75rem;
        overflow: hidden;
        text-align: start;
        text-overflow: ellipsis;
        white-space: nowrap;
        pointer-events: none;
        border: var(--bs-border-width) 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;
    }
}

 .wp-block-categories-dropdown .form-floating > select,
.wp-block-archives-dropdown .form-floating > select {
    padding: 1rem 0.75rem;
}

     .wp-block-categories-dropdown .form-floating > select::placeholder,
    .wp-block-archives-dropdown .form-floating > select::placeholder {
        color: transparent;
    }

     .wp-block-categories-dropdown .form-floating > select:focus,
    .wp-block-archives-dropdown .form-floating > select:focus, .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;
    }

     .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-control: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,
    .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-control-plaintext ~ label,
    .form-floating > .form-select ~ label,
    .form-floating > select ~ label {
        opacity: 0.65;
        transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
    }

.form-floating > .form-control:-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);
}

.form-floating > .form-control-plaintext ~ label {
    border-width: var(--bs-border-width) 0;
}

.form-floating > .form-control:disabled ~ label, .wp-block-categories-dropdown .form-floating > select:disabled ~ label, .wp-block-archives-dropdown .form-floating > select:disabled ~ label {
    color: #6c757d;
}

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

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

        .input-group > .form-control:focus, .wp-block-categories-dropdown .input-group > select:focus,
        .wp-block-archives-dropdown .input-group > select:focus,
        .input-group > select:focus {
            z-index: 5;
        }

    .input-group .btn {
        position: relative;
        z-index: 2;
    }

        .input-group .btn:focus {
            z-index: 5;
        }

.input-group-lg > .form-control, .wp-block-categories-dropdown .input-group-lg > select,
.wp-block-archives-dropdown .input-group-lg > select,
.input-group-lg > select,
.input-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.17188rem;
    border-radius: 1rem;
}

.input-group-sm > .form-control, .wp-block-categories-dropdown .input-group-sm > select,
.wp-block-archives-dropdown .input-group-sm > select,
.input-group-sm > select,
.input-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.82031rem;
    border-radius: 0.75rem;
}



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

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.wp-block-categories-dropdown .input-group:not(.has-validation) > .form-floating:not(:last-child) > select,
.wp-block-archives-dropdown .input-group:not(.has-validation) > .form-floating:not(:last-child) > select {
    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):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-control,
.wp-block-categories-dropdown .input-group.has-validation > .form-floating:nth-last-child(n + 3) > select,
.wp-block-archives-dropdown .input-group.has-validation > .form-floating:nth-last-child(n + 3) > select,
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-select,
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > select {
    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: calc($input-border-width * -1);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

 .wp-block-categories-dropdown .input-group > .form-floating:not(:first-child) > select,
.wp-block-archives-dropdown .input-group > .form-floating:not(:first-child) > select {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.82031rem;
    color: #fff;
    background-color: var(--bs-success);
    border-radius: var(--bs-border-radius);
}


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

 .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, .wp-block-categories-dropdown select.is-valid,
.wp-block-archives-dropdown select.is-valid {
    border-color: var(--bs-success);
    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='%2313c24d' d='M2.3 6.73.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 .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, .wp-block-categories-dropdown select.is-valid:focus,
    .wp-block-archives-dropdown select.is-valid:focus {
        border-color: var(--bs-success);
        box-shadow: 0 0 0 0rem rgba(var(--bs-success-rgb), 0.25);
    }

 textarea.form-control.is-valid {
    padding-right: calc(1.6em + 0.75rem);
    background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}

 .form-select.is-valid, select.is-valid {
    border-color: var(--bs-success);
}

     .form-select.is-valid:not([multiple]):not([size]), select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], select.is-valid:not([multiple])[size="1"] {
        --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2313c24d' d='M2.3 6.73.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");
        padding-right: 4.125rem;
        background-position: right 0.75rem center, center right 2.25rem;
        background-size: 16px 12px, calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
    }

     .form-select.is-valid:focus, select.is-valid:focus {
        border-color: var(--bs-success);
        box-shadow: 0 0 0 0rem rgba(var(--bs-success-rgb), 0.25);
    }

 .form-control-color.is-valid {
    width: calc(3rem + calc(1.6em + 0.75rem));
}

 .form-check-input.is-valid {
    border-color: var(--bs-success);
}

     .form-check-input.is-valid:checked {
        background-color: var(--bs-success-text);
    }

     .form-check-input.is-valid:focus {
        box-shadow: 0 0 0 0rem rgba(var(--bs-success-rgb), 0.25);
    }

     .form-check-input.is-valid ~ .form-check-label {
        color: var(--bs-success-text);
    }

 .was-validated .wp-block-categories-dropdown .input-group > select:not(:focus):valid, .wp-block-categories-dropdown .was-validated .input-group > select:not(:focus):valid,
.was-validated .wp-block-archives-dropdown .input-group > select:not(:focus):valid, .wp-block-archives-dropdown .was-validated .input-group > select:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid, .wp-block-categories-dropdown .input-group > select:not(:focus).is-valid,
.wp-block-archives-dropdown .input-group > select:not(:focus).is-valid,
.input-group > .form-select:not(:focus).is-valid,
.input-group > select:not(:focus).is-valid,
.input-group > .form-floating:not(:focus-within).is-valid {
    z-index: 3;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.82031rem;
    color: #fff;
    background-color: var(--bs-danger);
    border-radius: var(--bs-border-radius);
}


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

 .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, .wp-block-categories-dropdown select.is-invalid,
.wp-block-archives-dropdown select.is-invalid {
    border-color: var(--bs-danger);
    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='%23ff0003'%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='%23ff0003' 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 .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, .wp-block-categories-dropdown select.is-invalid:focus,
    .wp-block-archives-dropdown select.is-invalid:focus {
        border-color: var(--bs-danger);
        box-shadow: 0 0 0 0rem rgba(var(--bs-danger-rgb), 0.25);
    }

 textarea.form-control.is-invalid {
    padding-right: calc(1.6em + 0.75rem);
    background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}

 .form-select.is-invalid, select.is-invalid {
    border-color: var(--bs-danger);
}

     .form-select.is-invalid:not([multiple]):not([size]), select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], select.is-invalid:not([multiple])[size="1"] {
        --bs-form-select-bg-icon: 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='%23ff0003'%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='%23ff0003' stroke='none'/%3e%3c/svg%3e");
        padding-right: 4.125rem;
        background-position: right 0.75rem center, center right 2.25rem;
        background-size: 16px 12px, calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
    }

     .form-select.is-invalid:focus, select.is-invalid:focus {
        border-color: var(--bs-danger);
        box-shadow: 0 0 0 0rem rgba(var(--bs-danger-rgb), 0.25);
    }

 .form-control-color.is-invalid {
    width: calc(3rem + calc(1.6em + 0.75rem));
}

 .form-check-input.is-invalid {
    border-color: var(--bs-danger);
}

     .form-check-input.is-invalid:checked {
        background-color: var(--bs-danger-text);
    }

     .form-check-input.is-invalid:focus {
        box-shadow: 0 0 0 0rem rgba(var(--bs-danger-rgb), 0.25);
    }

     .form-check-input.is-invalid ~ .form-check-label {
        color: var(--bs-danger-text);
    }

 .was-validated .wp-block-categories-dropdown .input-group > select:not(:focus):invalid, .wp-block-categories-dropdown .was-validated .input-group > select:not(:focus):invalid,
.was-validated .wp-block-archives-dropdown .input-group > select:not(:focus):invalid, .wp-block-archives-dropdown .was-validated .input-group > select:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid, .wp-block-categories-dropdown .input-group > select:not(:focus).is-invalid,
.wp-block-archives-dropdown .input-group > select:not(:focus).is-invalid,
.input-group > .form-select:not(:focus).is-invalid,
.input-group > select:not(:focus).is-invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
    z-index: 4;
}

.btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family:;
    --bs-btn-font-size: 0.9375rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.6;
    --bs-btn-color: #666666;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 0.25rem;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    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 {
        transition: none;
    }
}

.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
}

.btn:focus-visible {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow);
}


:not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show, .show.wp-block-button__link {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color);
}

    
    :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible, .show.wp-block-button__link:focus-visible {
        box-shadow: var(--bs-btn-focus-box-shadow);
    }

.btn:disabled, .btn.disabled,
fieldset:disabled .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
    --bs-btn-color: #000;
    --bs-btn-bg: #15b4a3;
    --bs-btn-border-color: #15b4a3;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #91b35d;
    --bs-btn-hover-border-color: #8aaf53;
    --bs-btn-focus-shadow-rgb: 106, 141, 54;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #97b866;
    --bs-btn-active-border-color: #8aaf53;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #15b4a3;
    --bs-btn-disabled-border-color: #15b4a3;
}

.btn-danger {
    --bs-btn-color: #000;
    --bs-btn-bg: #ff0003;
    --bs-btn-border-color: #ff0003;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ff2629;
    --bs-btn-hover-border-color: #ff1a1c;
    --bs-btn-focus-shadow-rgb: 217, 0, 3;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ff3335;
    --bs-btn-active-border-color: #ff1a1c;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ff0003;
    --bs-btn-disabled-border-color: #ff0003;
}

.btn-light {
    --bs-btn-color: #000;
    --bs-btn-bg: #faf8f2;
    --bs-btn-border-color: #faf8f2;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #d5d3ce;
    --bs-btn-hover-border-color: #c8c6c2;
    --bs-btn-focus-shadow-rgb: 213, 211, 206;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #c8c6c2;
    --bs-btn-active-border-color: #bcbab6;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #faf8f2;
    --bs-btn-disabled-border-color: #faf8f2;
}

.btn-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: #222222;
    --bs-btn-border-color: #222222;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #434343;
    --bs-btn-hover-border-color: #383838;
    --bs-btn-focus-shadow-rgb: 67, 67, 67;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4e4e4e;
    --bs-btn-active-border-color: #383838;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #222222;
    --bs-btn-disabled-border-color: #222222;
}

.btn-outline-primary, .is-style-outline .wp-block-button__link {
    --bs-btn-color: #15b4a3;
    --bs-btn-border-color: #15b4a3;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #15b4a3;
    --bs-btn-hover-border-color: #15b4a3;
    --bs-btn-focus-shadow-rgb: 21, 180, 163;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #15b4a3;
    --bs-btn-active-border-color: #15b4a3;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #15b4a3;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #15b4a3;
    --bs-gradient: none;
}

.btn-outline-secondary {
    --bs-btn-color: #FE9F10;
    --bs-btn-border-color: #FE9F10;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #FE9F10;
    --bs-btn-hover-border-color: #FE9F10;
    --bs-btn-focus-shadow-rgb: 254, 159, 16;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #FE9F10;
    --bs-btn-active-border-color: #FE9F10;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #FE9F10;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #FE9F10;
    --bs-gradient: none;
}

.btn-outline-light {
    --bs-btn-color: #faf8f2;
    --bs-btn-border-color: #faf8f2;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #faf8f2;
    --bs-btn-hover-border-color: #faf8f2;
    --bs-btn-focus-shadow-rgb: 250, 248, 242;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #faf8f2;
    --bs-btn-active-border-color: #faf8f2;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #faf8f2;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #faf8f2;
    --bs-gradient: none;
}

.btn-sm, .btn-group-sm > .btn {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.82031rem;
    --bs-btn-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;
    }
}

.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
    .collapsing.collapse-horizontal {
        transition: none;
    }
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
    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 {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 0.9375rem;
    --bs-dropdown-color: var(--bs-body-color);
    --bs-dropdown-bg: var(--bs-body-bg);
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: 0.25rem;
    --bs-dropdown-border-width: var(--bs-border-width);
    --bs-dropdown-inner-border-radius: calc($dropdown-border-radius - $dropdown-border-width);
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(var(--bs-body-color-rgb), 0.15);
    --bs-dropdown-link-color: var(--bs-body-color);
    --bs-dropdown-link-hover-color: var(--bs-body-color);
    --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #15b4a3;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    position: absolute;
    z-index: var(--bs-dropdown-zindex);
    display: none;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius);
}

    .dropdown-menu[data-bs-popper] {
        top: 100%;
        left: 0;
        margin-top: var(--bs-dropdown-spacer);
    }

.dropdown-menu-start {
    --bs-position: start;
}

    .dropdown-menu-start[data-bs-popper] {
        right: auto;
        left: 0;
    }

.dropdown-menu-end {
    --bs-position: end;
}

    .dropdown-menu-end[data-bs-popper] {
        right: 0;
        left: auto;
    }

@media (min-width: 576px) {
    .dropdown-menu-sm-start {
        --bs-position: start;
    }

        .dropdown-menu-sm-start[data-bs-popper] {
            right: auto;
            left: 0;
        }

    .dropdown-menu-sm-end {
        --bs-position: end;
    }

        .dropdown-menu-sm-end[data-bs-popper] {
            right: 0;
            left: auto;
        }
}

@media (min-width: 768px) {
    .dropdown-menu-md-start {
        --bs-position: start;
    }

        .dropdown-menu-md-start[data-bs-popper] {
            right: auto;
            left: 0;
        }

    .dropdown-menu-md-end {
        --bs-position: end;
    }

        .dropdown-menu-md-end[data-bs-popper] {
            right: 0;
            left: auto;
        }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-start {
        --bs-position: start;
    }

        .dropdown-menu-lg-start[data-bs-popper] {
            right: auto;
            left: 0;
        }

    .dropdown-menu-lg-end {
        --bs-position: end;
    }

        .dropdown-menu-lg-end[data-bs-popper] {
            right: 0;
            left: auto;
        }
}

@media (min-width: 1170px) {
    .dropdown-menu-xl-start {
        --bs-position: start;
    }

        .dropdown-menu-xl-start[data-bs-popper] {
            right: auto;
            left: 0;
        }

    .dropdown-menu-xl-end {
        --bs-position: end;
    }

        .dropdown-menu-xl-end[data-bs-popper] {
            right: 0;
            left: auto;
        }
}

@media (min-width: 1440) {
    .dropdown-menu-xxl-start {
        --bs-position: start;
    }

        .dropdown-menu-xxl-start[data-bs-popper] {
            right: auto;
            left: 0;
        }

    .dropdown-menu-xxl-end {
        --bs-position: end;
    }

        .dropdown-menu-xxl-end[data-bs-popper] {
            right: 0;
            left: auto;
        }
}

.dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: var(--bs-dropdown-spacer);
}

.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[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: var(--bs-dropdown-spacer);
}

.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[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: var(--bs-dropdown-spacer);
}

.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: var(--bs-dropdown-divider-margin-y) 0;
    overflow: hidden;
    border-top: 1px solid var(--bs-dropdown-divider-bg);
    opacity: 1;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius, 0);
}

    .dropdown-item:hover, .dropdown-item:focus {
        color: var(--bs-dropdown-link-hover-color);
        background-color: var(--bs-dropdown-link-hover-bg);
    }

    .dropdown-item.active, .dropdown-item:active {
        color: var(--bs-dropdown-link-active-color);
        text-decoration: none;
        background-color: var(--bs-dropdown-link-active-bg);
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: var(--bs-dropdown-link-disabled-color);
        pointer-events: none;
        background-color: transparent;
    }

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

.dropdown-header {
    display: block;
    padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
    margin-bottom: 0;
    font-size: 0.82031rem;
    color: var(--bs-dropdown-header-color);
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
    --bs-dropdown-color: #dee2e6;
    --bs-dropdown-bg: #343a40;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-box-shadow:;
    --bs-dropdown-link-color: #dee2e6;
    --bs-dropdown-link-hover-color: #fff;
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #15b4a3;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-header-color: #adb5bd;
}

.btn-group {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}

    .btn-group > .btn {
        position: relative;
        flex: 1 1 auto;
    }

        
        .btn-group > .btn:hover,
        .btn-group > .btn:focus,
        .btn-group > .btn:active,
        .btn-group > .btn.active {
            z-index: 1;
        }

.btn-group {
    border-radius: 0.25rem;
}

    .btn-group > :not(.btn-check:first-child) + .btn,
    .btn-group > .btn-group:not(:first-child) {
        margin-left: calc($btn-border-width * -1);
    }

    .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
    .btn-group > .btn.dropdown-toggle-split:first-child,
    .btn-group > .dropdown-toggle-split.wp-block-button__link:first-child,
    .btn-group > .btn-group:not(:last-child) > .btn {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .btn-group > .btn:nth-child(n + 3),
    .btn-group > :not(.btn-check) + .btn,
    .btn-group > .btn-group:not(:first-child) > .btn {
        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, .btn-group-sm > .btn + .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, .btn-group-lg > .wp-block-button__link + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight:;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: var(--bs-secondary-color);
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    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:hover, .nav-link:focus {
    color: var(--bs-nav-link-hover-color);
}

.nav-link.disabled {
    color: var(--bs-nav-link-disabled-color);
    pointer-events: none;
    cursor: default;
}

        
        .nav-tabs .nav-item.show .nav-link {
            color: var(--bs-nav-tabs-link-active-color);
            background-color: var(--bs-nav-tabs-link-active-bg);
            border-color: var(--bs-nav-tabs-link-active-border-color);
        }

    .nav-tabs .dropdown-menu {
        margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

        
        .nav-pills .show > .nav-link {
            color: var(--bs-nav-pills-link-active-color);
            background-color: var(--bs-nav-pills-link-active-bg);
        }

.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0.5rem;
    --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
    --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
    --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
    --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-padding-y: 0.3125rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.17188rem;
    --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-nav-link-padding-x: 0.5rem;
    --bs-navbar-toggler-padding-y: 0.25rem;
    --bs-navbar-toggler-padding-x: 0.75rem;
    --bs-navbar-toggler-font-size: 1.17188rem;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28102, 102, 102, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
    --bs-navbar-toggler-border-radius: 0.25rem;
    --bs-navbar-toggler-focus-width: 0rem;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}

    .navbar > .container,
    .navbar > .container-fluid {
        display: flex;
        flex-wrap: inherit;
        align-items: center;
        justify-content: space-between;
    }

.navbar-brand {
    padding-top: var(--bs-navbar-brand-padding-y);
    padding-bottom: var(--bs-navbar-brand-padding-y);
    margin-right: var(--bs-navbar-brand-margin-end);
    font-size: var(--bs-navbar-brand-font-size);
    color: var(--bs-navbar-brand-color);
    text-decoration: none;
    white-space: nowrap;
}

    .navbar-brand:hover, .navbar-brand:focus {
        color: var(--bs-navbar-brand-hover-color);
    }

.navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight:;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .navbar-nav .show > .nav-link,
    .navbar-nav .nav-link.active {
        color: var(--bs-navbar-active-color);
    }

    .navbar-nav .dropdown-menu {
        position: static;
    }

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

.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
}

@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 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    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: var(--bs-navbar-nav-link-padding-x);
                padding-left: var(--bs-navbar-nav-link-padding-x);
            }

        .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;
        }

        .navbar-expand-sm .offcanvas {
            position: static;
            z-index: auto;
            flex-grow: 1;
            width: auto !important;
            height: auto !important;
            visibility: visible !important;
            background-color: transparent !important;
            border: 0 !important;
            transform: none !important;
            transition: none;
        }

            .navbar-expand-sm .offcanvas .offcanvas-header {
                display: none;
            }

            .navbar-expand-sm .offcanvas .offcanvas-body {
                display: flex;
                flex-grow: 0;
                padding: 0;
                overflow-y: visible;
            }
}

@media (min-width: 768px) {

            .navbar-expand-md .navbar-nav .dropdown-menu {
                position: absolute;
            }

        .navbar-expand-md .navbar-nav-scroll {
            overflow: visible;
        }

        .navbar-expand-md .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
        }

        .navbar-expand-md .offcanvas {
            position: static;
            z-index: auto;
            flex-grow: 1;
            width: auto !important;
            height: auto !important;
            visibility: visible !important;
            background-color: transparent !important;
            border: 0 !important;
            transform: none !important;
            transition: none;
        }

            .navbar-expand-md .offcanvas .offcanvas-header {
                display: none;
            }

            .navbar-expand-md .offcanvas .offcanvas-body {
                display: flex;
                flex-grow: 0;
                padding: 0;
                overflow-y: visible;
            }
}

@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: var(--bs-navbar-nav-link-padding-x);
                padding-left: var(--bs-navbar-nav-link-padding-x);
            }

        .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;
        }

        .navbar-expand-lg .offcanvas {
            position: static;
            z-index: auto;
            flex-grow: 1;
            width: auto !important;
            height: auto !important;
            visibility: visible !important;
            background-color: transparent !important;
            border: 0 !important;
            transform: none !important;
            transition: none;
        }

            .navbar-expand-lg .offcanvas .offcanvas-header {
                display: none;
            }

            .navbar-expand-lg .offcanvas .offcanvas-body {
                display: flex;
                flex-grow: 0;
                padding: 0;
                overflow-y: visible;
            }
}

@media (min-width: 1170px) {

            .navbar-expand-xl .navbar-nav .dropdown-menu {
                position: absolute;
            }

        .navbar-expand-xl .navbar-nav-scroll {
            overflow: visible;
        }

        .navbar-expand-xl .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
        }

        .navbar-expand-xl .offcanvas {
            position: static;
            z-index: auto;
            flex-grow: 1;
            width: auto !important;
            height: auto !important;
            visibility: visible !important;
            background-color: transparent !important;
            border: 0 !important;
            transform: none !important;
            transition: none;
        }

            .navbar-expand-xl .offcanvas .offcanvas-header {
                display: none;
            }

            .navbar-expand-xl .offcanvas .offcanvas-body {
                display: flex;
                flex-grow: 0;
                padding: 0;
                overflow-y: visible;
            }
}

@media (min-width: 1440) {

            .navbar-expand-xxl .navbar-nav .dropdown-menu {
                position: absolute;
            }

        .navbar-expand-xxl .navbar-nav-scroll {
            overflow: visible;
        }

        .navbar-expand-xxl .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
        }

        .navbar-expand-xxl .offcanvas {
            position: static;
            z-index: auto;
            flex-grow: 1;
            width: auto !important;
            height: auto !important;
            visibility: visible !important;
            background-color: transparent !important;
            border: 0 !important;
            transform: none !important;
            transition: none;
        }

            .navbar-expand-xxl .offcanvas .offcanvas-header {
                display: none;
            }

            .navbar-expand-xxl .offcanvas .offcanvas-body {
                display: flex;
                flex-grow: 0;
                padding: 0;
                overflow-y: visible;
            }
}

        .navbar-expand .navbar-nav .dropdown-menu {
            position: absolute;
        }

    .navbar-expand .navbar-nav-scroll {
        overflow: visible;
    }

    .navbar-expand .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none;
    }

        .navbar-expand .offcanvas .offcanvas-header {
            display: none;
        }

        .navbar-expand .offcanvas .offcanvas-body {
            display: flex;
            flex-grow: 0;
            padding: 0;
            overflow-y: visible;
        }

.card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-title-color:;
    --bs-card-subtitle-color:;
    --bs-card-border-width: var(--bs-border-width);
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: var(--bs-border-radius);
    --bs-card-box-shadow:;
    --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
    --bs-card-cap-color:;
    --bs-card-height:;
    --bs-card-color:;
    --bs-card-bg: var(--bs-body-bg);
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 15px;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
}

    .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: var(--bs-card-inner-border-radius);
            border-top-right-radius: var(--bs-card-inner-border-radius);
        }

        .card > .list-group:last-child {
            border-bottom-width: 0;
            border-bottom-right-radius: var(--bs-card-inner-border-radius);
            border-bottom-left-radius: var(--bs-card-inner-border-radius);
        }

.accordion {
    --bs-accordion-color: var(--bs-body-color);
    --bs-accordion-bg: var(--bs-body-bg);
    --bs-accordion-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;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: var(--bs-border-width);
    --bs-accordion-border-radius: var(--bs-border-radius);
    --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23666666'%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");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2320186f'%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");
    --bs-accordion-btn-focus-border-color: #bed3a0;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0rem rgba(21, 180, 163, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: var(--bs-primary-text);
    --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 0.9375rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button {
        transition: none;
    }
}

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

    .accordion-button:not(.collapsed)::after {
        background-image: var(--bs-accordion-btn-active-icon);
        transform: var(--bs-accordion-btn-icon-transform);
    }

.accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button::after {
        transition: none;
    }
}

.accordion-button:hover {
    z-index: 2;
}

.accordion-button:focus {
    z-index: 3;
    border-color: var(--bs-accordion-btn-focus-border-color);
    outline: 0;
    box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

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

.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}

    .accordion-item:first-of-type {
        border-top-left-radius: var(--bs-accordion-border-radius);
        border-top-right-radius: var(--bs-accordion-border-radius);
    }

        .accordion-item:first-of-type .accordion-button {
            border-top-left-radius: var(--bs-accordion-inner-border-radius);
            border-top-right-radius: var(--bs-accordion-inner-border-radius);
        }

    .accordion-item:not(:first-of-type) {
        border-top: 0;
    }

    .accordion-item:last-of-type {
        border-bottom-right-radius: var(--bs-accordion-border-radius);
        border-bottom-left-radius: var(--bs-accordion-border-radius);
    }

        .accordion-item:last-of-type .accordion-button.collapsed {
            border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
            border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
        }

        .accordion-item:last-of-type .accordion-collapse {
            border-bottom-right-radius: var(--bs-accordion-border-radius);
            border-bottom-left-radius: var(--bs-accordion-border-radius);
        }

.accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush .accordion-collapse {
    border-width: 0;
}

     .accordion-flush .accordion-item .accordion-button.collapsed {
        border-radius: 0;
    }

.breadcrumb {
    --bs-breadcrumb-padding-x: 0;
    --bs-breadcrumb-padding-y: 0;
    --bs-breadcrumb-margin-bottom: 1rem;
    --bs-breadcrumb-bg:;
    --bs-breadcrumb-border-radius:;
    --bs-breadcrumb-divider-color: var(--bs-secondary-color);
    --bs-breadcrumb-item-padding-x: 0.5rem;
    --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
    display: flex;
    flex-wrap: wrap;
    padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
    margin-bottom: var(--bs-breadcrumb-margin-bottom);
    font-size: var(--bs-breadcrumb-font-size);
    list-style: none;
    background-color: var(--bs-breadcrumb-bg);
    border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: var(--bs-breadcrumb-item-padding-x);
}

    .breadcrumb-item + .breadcrumb-item::before {
        float: left;
        padding-right: var(--bs-breadcrumb-item-padding-x);
        color: var(--bs-breadcrumb-divider-color);
        content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
    }

.breadcrumb-item.active {
    color: var(--bs-breadcrumb-item-active-color);
}

.pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 0.9375rem;
    --bs-pagination-color: var(--bs-link-color);
    --bs-pagination-bg: var(--bs-body-bg);
    --bs-pagination-border-width: var(--bs-border-width);
    --bs-pagination-border-color: var(--bs-border-color);
    --bs-pagination-border-radius: var(--bs-border-radius);
    --bs-pagination-hover-color: var(--bs-link-hover-color);
    --bs-pagination-hover-bg: var(--bs-tertiary-bg);
    --bs-pagination-hover-border-color: var(--bs-border-color);
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: var(--bs-secondary-bg);
    --bs-pagination-focus-box-shadow: 0 0 0 0rem rgba(21, 180, 163, 0.25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #15b4a3;
    --bs-pagination-active-border-color: #15b4a3;
    --bs-pagination-disabled-color: var(--bs-secondary-color);
    --bs-pagination-disabled-bg: var(--bs-secondary-bg);
    --bs-pagination-disabled-border-color: var(--bs-border-color);
    display: flex;
    padding-left: 0;
    list-style: none;
}

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

    .badge:empty {
        display: none;
    }

.btn .badge {
    position: relative;
    top: -1px;
}

.alert {
    --bs-alert-bg: transparent;
    --bs-alert-padding-x: 1rem;
    --bs-alert-padding-y: 1rem;
    --bs-alert-margin-bottom: 1rem;
    --bs-alert-color: inherit;
    --bs-alert-border-color: transparent;
    --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
    --bs-alert-border-radius: 0.25rem;
    --bs-alert-link-color: inherit;
    position: relative;
    padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
    margin-bottom: var(--bs-alert-margin-bottom);
    color: var(--bs-alert-color);
    background-color: var(--bs-alert-bg);
    border: var(--bs-alert-border);
    border-radius: var(--bs-alert-border-radius);
}

.alert-success {
    --bs-alert-color: var(--bs-success-text);
    --bs-alert-bg: var(--bs-success-bg-subtle);
    --bs-alert-border-color: var(--bs-success-border-subtle);
    --bs-alert-link-color: var(--bs-success-text);
}

.alert-danger {
    --bs-alert-color: var(--bs-danger-text);
    --bs-alert-bg: var(--bs-danger-bg-subtle);
    --bs-alert-border-color: var(--bs-danger-border-subtle);
    --bs-alert-link-color: var(--bs-danger-text);
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem;
    }
}

.progress {
    --bs-progress-height: 1rem;
    --bs-progress-font-size: 0.70313rem;
    --bs-progress-bg: var(--bs-secondary-bg);
    --bs-progress-border-radius: var(--bs-border-radius);
    --bs-progress-box-shadow: var(--bs-box-shadow-inset);
    --bs-progress-bar-color: #fff;
    --bs-progress-bar-bg: #15b4a3;
    --bs-progress-bar-transition: width 0.6s ease;
    display: flex;
    height: var(--bs-progress-height);
    overflow: hidden;
    font-size: var(--bs-progress-font-size);
    background-color: var(--bs-progress-bg);
    border-radius: var(--bs-progress-border-radius);
}

@media (min-width: 1200px) {
    .progress {
        --bs-progress-font-size: 0.70312rem;
    }
}

.progress-bar-animated {
    animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        animation: none;
    }
}

.list-group {
    --bs-list-group-color: var(--bs-body-color);
    --bs-list-group-bg: var(--bs-body-bg);
    --bs-list-group-border-color: var(--bs-border-color);
    --bs-list-group-border-width: var(--bs-border-width);
    --bs-list-group-border-radius: var(--bs-border-radius);
    --bs-list-group-item-padding-x: 1rem;
    --bs-list-group-item-padding-y: 0.5rem;
    --bs-list-group-action-color: var(--bs-secondary-color);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
    --bs-list-group-action-active-color: var(--bs-body-color);
    --bs-list-group-action-active-bg: var(--bs-secondary-bg);
    --bs-list-group-disabled-color: var(--bs-secondary-color);
    --bs-list-group-disabled-bg: var(--bs-body-bg);
    --bs-list-group-active-color: #fff;
    --bs-list-group-active-bg: #15b4a3;
    --bs-list-group-active-border-color: #15b4a3;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: var(--bs-list-group-border-radius);
}

.list-group-item {
    position: relative;
    display: block;
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
    color: var(--bs-list-group-color);
    text-decoration: none;
    background-color: var(--bs-list-group-bg);
    border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}

    .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: var(--bs-list-group-disabled-color);
        pointer-events: none;
        background-color: var(--bs-list-group-disabled-bg);
    }

    .list-group-item.active {
        z-index: 2;
        color: var(--bs-list-group-active-color);
        background-color: var(--bs-list-group-active-bg);
        border-color: var(--bs-list-group-active-border-color);
    }

    .list-group-item + .list-group-item {
        border-top-width: 0;
    }

        .list-group-item + .list-group-item.active {
            margin-top: calc(-1 * var(--bs-list-group-border-width));
            border-top-width: var(--bs-list-group-border-width);
        }

.btn-close {
    --bs-btn-close-color: #000;
    --bs-btn-close-bg: 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 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    --bs-btn-close-opacity: 0.5;
    --bs-btn-close-hover-opacity: 0.75;
    --bs-btn-close-focus-shadow: 0 0 0 0rem rgba(21, 180, 163, 0.25);
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: var(--bs-btn-close-color);
    background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: var(--bs-btn-close-opacity);
}

    .btn-close:hover {
        color: var(--bs-btn-close-color);
        text-decoration: none;
        opacity: var(--bs-btn-close-hover-opacity);
    }

    .btn-close:focus {
        outline: 0;
        box-shadow: var(--bs-btn-close-focus-shadow);
        opacity: var(--bs-btn-close-focus-opacity);
    }

    .btn-close:disabled, .btn-close.disabled {
        pointer-events: none;
        user-select: none;
        opacity: var(--bs-btn-close-disabled-opacity);
    }

.toast {
    --bs-toast-zindex: 1090;
    --bs-toast-padding-x: 0.75rem;
    --bs-toast-padding-y: 0.5rem;
    --bs-toast-spacing: 30px;
    --bs-toast-max-width: 350px;
    --bs-toast-font-size: 0.875rem;
    --bs-toast-color:;
    --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
    --bs-toast-border-width: var(--bs-border-width);
    --bs-toast-border-color: var(--bs-border-color-translucent);
    --bs-toast-border-radius: var(--bs-border-radius);
    --bs-toast-box-shadow: var(--bs-box-shadow);
    --bs-toast-header-color: var(--bs-secondary-color);
    --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
    --bs-toast-header-border-color: var(--bs-border-color-translucent);
    width: var(--bs-toast-max-width);
    max-width: 100%;
    font-size: var(--bs-toast-font-size);
    color: var(--bs-toast-color);
    pointer-events: auto;
    background-color: var(--bs-toast-bg);
    background-clip: padding-box;
    border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
    box-shadow: var(--bs-toast-box-shadow);
    border-radius: var(--bs-toast-border-radius);
}

    .toast.showing {
        opacity: 0;
    }

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

.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-color:;
    --bs-modal-bg: var(--bs-body-bg);
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: var(--bs-border-width);
    --bs-modal-border-radius: var(--bs-border-radius-lg);
    --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(var(--bs-body-color-rgb), 0.075);
    --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: var(--bs-border-width);
    --bs-modal-title-line-height: 1.6;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-bg:;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: var(--bs-border-width);
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-modal-zindex);
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: var(--bs-modal-margin);
    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% - var(--bs-modal-margin) * 2);
}

    .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% - var(--bs-modal-margin) * 2);
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
}

.modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg);
}

    .modal-backdrop.fade {
        opacity: 0;
    }

    .modal-backdrop.show {
        opacity: var(--bs-backdrop-opacity);
    }

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius);
}

    .modal-header .btn-close {
        padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
        margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto;
    }

.modal-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height);
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding);
}

.modal-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
    background-color: var(--bs-modal-footer-bg);
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}

    .modal-footer > * {
        margin: calc(var(--bs-modal-footer-gap) * .5);
    }

@media (min-width: 576px) {
    .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: 0 0.5rem 1rem rgba(var(--bs-body-color-rgb), 0.15);
    }

    .modal-dialog {
        max-width: var(--bs-modal-width);
        margin-right: auto;
        margin-left: auto;
    }

    .modal-sm {
        --bs-modal-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        --bs-modal-width: 800px;
    }
}

@media (min-width: 1170px) {
    .modal-xl {
        --bs-modal-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,
    .modal-fullscreen .modal-footer {
        border-radius: 0;
    }

    .modal-fullscreen .modal-body {
        overflow-y: auto;
    }

@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,
        .modal-fullscreen-sm-down .modal-footer {
            border-radius: 0;
        }

        .modal-fullscreen-sm-down .modal-body {
            overflow-y: auto;
        }
}

@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,
        .modal-fullscreen-md-down .modal-footer {
            border-radius: 0;
        }

        .modal-fullscreen-md-down .modal-body {
            overflow-y: auto;
        }
}

@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,
        .modal-fullscreen-lg-down .modal-footer {
            border-radius: 0;
        }

        .modal-fullscreen-lg-down .modal-body {
            overflow-y: auto;
        }
}

@media (max-width: 1169.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,
        .modal-fullscreen-xl-down .modal-footer {
            border-radius: 0;
        }

        .modal-fullscreen-xl-down .modal-body {
            overflow-y: auto;
        }
}

@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,
        .modal-fullscreen-xxl-down .modal-footer {
            border-radius: 0;
        }

        .modal-fullscreen-xxl-down .modal-body {
            overflow-y: auto;
        }
}

.tooltip {
    --bs-tooltip-zindex: 1080;
    --bs-tooltip-max-width: 200px;
    --bs-tooltip-padding-x: 0.5rem;
    --bs-tooltip-padding-y: 0.25rem;
    --bs-tooltip-margin:;
    --bs-tooltip-font-size: 0.82031rem;
    --bs-tooltip-color: var(--bs-body-bg);
    --bs-tooltip-bg: var(--bs-emphasis-color);
    --bs-tooltip-border-radius: var(--bs-border-radius);
    --bs-tooltip-opacity: 0.9;
    --bs-tooltip-arrow-width: 0.8rem;
    --bs-tooltip-arrow-height: 0.4rem;
    z-index: var(--bs-tooltip-zindex);
    display: block;
    padding: var(--bs-tooltip-arrow-height);
    margin: var(--bs-tooltip-margin);
    font-family: "Poppins", 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;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-tooltip-font-size);
    word-wrap: break-word;
    opacity: 0;
}

    .tooltip.show {
        opacity: var(--bs-tooltip-opacity);
    }

    .tooltip .tooltip-arrow {
        display: block;
        width: var(--bs-tooltip-arrow-width);
        height: var(--bs-tooltip-arrow-height);
    }

        .tooltip .tooltip-arrow::before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid;
        }

.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: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
        border-top-color: var(--bs-tooltip-bg);
    }

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
    left: 0;
    width: var(--bs-tooltip-arrow-height);
    height: var(--bs-tooltip-arrow-width);
}

    .bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
        right: -1px;
        border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
        border-right-color: var(--bs-tooltip-bg);
    }

/* rtl:end:ignore */
.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 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
        border-bottom-color: var(--bs-tooltip-bg);
    }

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
    right: 0;
    width: var(--bs-tooltip-arrow-height);
    height: var(--bs-tooltip-arrow-width);
}

    .bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
        left: -1px;
        border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
        border-left-color: var(--bs-tooltip-bg);
    }

/* rtl:end:ignore */
.tooltip-inner {
    max-width: var(--bs-tooltip-max-width);
    padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
    color: var(--bs-tooltip-color);
    text-align: center;
    background-color: var(--bs-tooltip-bg);
    border-radius: var(--bs-tooltip-border-radius);
}

.popover {
    --bs-popover-zindex: 1070;
    --bs-popover-max-width: 276px;
    --bs-popover-font-size: 0.82031rem;
    --bs-popover-bg: var(--bs-body-bg);
    --bs-popover-border-width: var(--bs-border-width);
    --bs-popover-border-color: var(--bs-border-color-translucent);
    --bs-popover-border-radius: var(--bs-border-radius-lg);
    --bs-popover-inner-border-radius: calc($popover-border-radius - $popover-border-width);
    --bs-popover-box-shadow: 0 0.5rem 1rem rgba(var(--bs-body-color-rgb), 0.15);
    --bs-popover-header-padding-x: 1rem;
    --bs-popover-header-padding-y: 0.5rem;
    --bs-popover-header-font-size: 0.9375rem;
    --bs-popover-header-color: #222222;
    --bs-popover-header-bg: var(--bs-secondary-bg);
    --bs-popover-body-padding-x: 1rem;
    --bs-popover-body-padding-y: 1rem;
    --bs-popover-body-color: var(--bs-body-color);
    --bs-popover-arrow-width: 1rem;
    --bs-popover-arrow-height: 0.5rem;
    --bs-popover-arrow-border: var(--bs-popover-border-color);
    z-index: var(--bs-popover-zindex);
    display: block;
    max-width: var(--bs-popover-max-width);
    font-family: "Poppins", 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;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-popover-font-size);
    word-wrap: break-word;
    background-color: var(--bs-popover-bg);
    background-clip: padding-box;
    border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-radius: var(--bs-popover-border-radius);
}

    .popover .popover-arrow {
        display: block;
        width: var(--bs-popover-arrow-width);
        height: var(--bs-popover-arrow-height);
    }

        .popover .popover-arrow::before, .popover .popover-arrow::after {
            position: absolute;
            display: block;
            content: "";
            border-color: transparent;
            border-style: solid;
            border-width: 0;
        }

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
    bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

    .bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
        border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
    }

    .bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
        bottom: 0;
        border-top-color: var(--bs-popover-arrow-border);
    }

    .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
        bottom: var(--bs-popover-border-width);
        border-top-color: var(--bs-popover-bg);
    }

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
    left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
    width: var(--bs-popover-arrow-height);
    height: var(--bs-popover-arrow-width);
}

    .bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
        border-width: calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
    }

    .bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
        left: 0;
        border-right-color: var(--bs-popover-arrow-border);
    }

    .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
        left: var(--bs-popover-border-width);
        border-right-color: var(--bs-popover-bg);
    }

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
    top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

    .bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
        border-width: 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
    }

    .bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {
        top: 0;
        border-bottom-color: var(--bs-popover-arrow-border);
    }

    .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
        top: var(--bs-popover-border-width);
        border-bottom-color: var(--bs-popover-bg);
    }

.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: var(--bs-popover-arrow-width);
    margin-left: calc(-.5 * var(--bs-popover-arrow-width));
    content: "";
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
    right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
    width: var(--bs-popover-arrow-height);
    height: var(--bs-popover-arrow-width);
}

    .bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
        border-width: calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
    }

    .bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
        right: 0;
        border-left-color: var(--bs-popover-arrow-border);
    }

    .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
        right: var(--bs-popover-border-width);
        border-left-color: var(--bs-popover-bg);
    }

/* rtl:end:ignore */
.popover-header {
    padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
    margin-bottom: 0;
    font-size: var(--bs-popover-header-font-size);
    color: var(--bs-popover-header-color);
    background-color: var(--bs-popover-header-bg);
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-top-left-radius: var(--bs-popover-inner-border-radius);
    border-top-right-radius: var(--bs-popover-inner-border-radius);
}

    .popover-header:empty {
        display: none;
    }

.popover-body {
    padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
    color: var(--bs-popover-body-color);
}

.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;
}

    .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%);
    }

.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;
}

[data-bs-theme="dark"] .carousel .carousel-control-prev-icon,
[data-bs-theme="dark"] .carousel .carousel-control-next-icon {
    filter: invert(1) grayscale(100);
}

[data-bs-theme="dark"] .carousel .carousel-indicators [data-bs-target] {
    background-color: #000;
}

[data-bs-theme="dark"] .carousel .carousel-caption {
    color: #000;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg) /* rtl:ignore */;
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }

    50% {
        opacity: 1;
        transform: none;
    }
}

.offcanvas-sm, .offcanvas-md, .offcanvas-lg, .offcanvas-xl, .offcanvas-xxl, .offcanvas {
    --bs-offcanvas-zindex: 1045;
    --bs-offcanvas-width: 400px;
    --bs-offcanvas-height: 30vh;
    --bs-offcanvas-padding-x: 1rem;
    --bs-offcanvas-padding-y: 1rem;
    --bs-offcanvas-color: var(--bs-body-color);
    --bs-offcanvas-bg: var(--bs-body-bg);
    --bs-offcanvas-border-width: var(--bs-border-width);
    --bs-offcanvas-border-color: var(--bs-border-color-translucent);
    --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(var(--bs-body-color-rgb), 0.075);
    --bs-offcanvas-transition: transform 0.3s ease-in-out;
    --bs-offcanvas-title-line-height: 1.6;
}

@media (max-width: 575.98px) {
    .offcanvas-sm {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition);
    }
}

@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-sm {
        transition: none;
    }
}

@media (max-width: 575.98px) {
    .offcanvas-sm.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%);
    }

    .offcanvas-sm.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%);
    }

    .offcanvas-sm.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%);
    }

    .offcanvas-sm.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%);
    }

    .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
        transform: none;
    }

    .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
        visibility: visible;
    }
}

@media (min-width: 576px) {
    .offcanvas-sm {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important;
    }

        .offcanvas-sm .offcanvas-header {
            display: none;
        }

        .offcanvas-sm .offcanvas-body {
            display: flex;
            flex-grow: 0;
            padding: 0;
            overflow-y: visible;
            background-color: transparent !important;
        }
}

@media (max-width: 767.98px) {
    .offcanvas-md {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition);
    }
}

@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-md {
        transition: none;
    }
}

@media (max-width: 767.98px) {
    .offcanvas-md.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%);
    }

    .offcanvas-md.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%);
    }

    .offcanvas-md.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%);
    }

    .offcanvas-md.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%);
    }

    .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
        transform: none;
    }

    .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
        visibility: visible;
    }
}

@media (min-width: 768px) {
    .offcanvas-md {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important;
    }

        .offcanvas-md .offcanvas-header {
            display: none;
        }

        .offcanvas-md .offcanvas-body {
            display: flex;
            flex-grow: 0;
            padding: 0;
            overflow-y: visible;
            background-color: transparent !important;
        }
}

@media (max-width: 991.98px) {
    .offcanvas-lg {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition);
    }
}

@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-lg {
        transition: none;
    }
}

@media (max-width: 991.98px) {
    .offcanvas-lg.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%);
    }

    .offcanvas-lg.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%);
    }

    .offcanvas-lg.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%);
    }

    .offcanvas-lg.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%);
    }

    .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
        transform: none;
    }

    .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
        visibility: visible;
    }
}

@media (min-width: 992px) {
    .offcanvas-lg {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important;
    }

        .offcanvas-lg .offcanvas-header {
            display: none;
        }

        .offcanvas-lg .offcanvas-body {
            display: flex;
            flex-grow: 0;
            padding: 0;
            overflow-y: visible;
            background-color: transparent !important;
        }
}

@media (max-width: 1169.98px) {
    .offcanvas-xl {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition);
    }
}

@media (max-width: 1169.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-xl {
        transition: none;
    }
}

@media (max-width: 1169.98px) {
    .offcanvas-xl.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%);
    }

    .offcanvas-xl.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%);
    }

    .offcanvas-xl.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%);
    }

    .offcanvas-xl.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%);
    }

    .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
        transform: none;
    }

    .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
        visibility: visible;
    }
}

@media (min-width: 1170px) {
    .offcanvas-xl {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important;
    }

        .offcanvas-xl .offcanvas-header {
            display: none;
        }

        .offcanvas-xl .offcanvas-body {
            display: flex;
            flex-grow: 0;
            padding: 0;
            overflow-y: visible;
            background-color: transparent !important;
        }
}

@media (max-width: 1439.98) {
    .offcanvas-xxl {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition);
    }
}

@media (max-width: 1439.98) and (prefers-reduced-motion: reduce) {
    .offcanvas-xxl {
        transition: none;
    }
}

@media (max-width: 1439.98) {
    .offcanvas-xxl.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%);
    }

    .offcanvas-xxl.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%);
    }

    .offcanvas-xxl.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%);
    }

    .offcanvas-xxl.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%);
    }

    .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
        transform: none;
    }

    .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
        visibility: visible;
    }
}

@media (min-width: 1440) {
    .offcanvas-xxl {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important;
    }

        .offcanvas-xxl .offcanvas-header {
            display: none;
        }

        .offcanvas-xxl .offcanvas-body {
            display: flex;
            flex-grow: 0;
            padding: 0;
            overflow-y: visible;
            background-color: transparent !important;
        }
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
}

@media (prefers-reduced-motion: reduce) {
    .offcanvas {
        transition: none;
    }
}

.offcanvas.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
}

.offcanvas.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
}

.offcanvas.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
}

.offcanvas.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
}

.offcanvas.showing, .offcanvas.show:not(.hiding) {
    transform: none;
}

.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
    visibility: visible;
}

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

    .offcanvas-backdrop.fade {
        opacity: 0;
    }

    .offcanvas-backdrop.show {
        opacity: 0.5;
    }

.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}

    .offcanvas-header .btn-close {
        padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
        margin-top: calc(-.5 * var(--bs-offcanvas-padding-y));
        margin-right: calc(-.5 * var(--bs-offcanvas-padding-x));
        margin-bottom: calc(-.5 * var(--bs-offcanvas-padding-y));
    }

.offcanvas-title {
    margin-bottom: 0;
    line-height: var(--bs-offcanvas-title-line-height);
}

.offcanvas-body {
    flex-grow: 1;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
    overflow-y: auto;
}

.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentcolor;
    opacity: 0.5;
}

    .placeholder.btn::before {
        display: inline-block;
        content: "";
    }

@keyframes placeholder-glow {
    50% {
        opacity: 0.2;
    }
}

@keyframes placeholder-wave {
    100% {
        mask-position: -200% 0%;
    }
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.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%;
    }

.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;
}

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

@media (min-width: 576px) {
    .sticky-sm-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }

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

@media (min-width: 768px) {
    .sticky-md-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }

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

@media (min-width: 992px) {
    .sticky-lg-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }

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

@media (min-width: 1170px) {
    .sticky-xl-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }

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

@media (min-width: 1440) {
    .sticky-xxl-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }

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

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

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

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

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

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

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

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

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(var(--bs-body-color-rgb), 0.15) !important;
}

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

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

.border {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* rtl:begin:remove */

/* rtl:end:remove */
.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

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

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

@media (min-width: 576px) {

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

@media (min-width: 992px) {

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

/*=== Base  ===*/
* {
    outline: none;
    padding: 0;
}

    *::after {
        margin: 0;
        padding: 0;
    }

    *::before {
        margin: 0;
        padding: 0;
    }

body {
    line-height: 1.6;
    color: #666666;
    font-size: 1rem;
    font-family: var(--font-family-base);
}

@media only screen and (max-width: 575px) {
    body {
        font-size: 15px;
    }
}

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, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: var(--font-family-title);
    color: var(--title);
}

h1, .h1,
.h1 {
    line-height: 1.3;
    font-size: 2.625rem;
    font-weight: 600;
}

@media only screen and (max-width: 991px) {
    h1, .h1,
    .h1 {
        font-size: 2.25rem;
    }
}

@media only screen and (max-width: 575px) {
    h1, .h1,
    .h1 {
        font-size: 2rem;
    }
}

h2, .h2,
.h2 {
    font-size: 2.25rem;
    line-height: 1.3;
    font-weight: 600;
}

@media only screen and (max-width: 991px) {
    h2, .h2,
    .h2 {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 575px) {
    h2, .h2,
    .h2 {
        font-size: 1.75rem;
    }
}

h3, .h3,
.h3 {
    line-height: 1.3;
    font-size: 1.875rem;
    font-weight: 600;
}

@media only screen and (max-width: 575px) {
    h3, .h3,
    .h3 {
        font-size: 1.5625rem;
    }
}

h4, .h4,
.h4 {
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 600;
}

@media only screen and (max-width: 575px) {
    h4, .h4,
    .h4 {
        font-size: 1.375rem;
    }
}

h5, .h5,
.h5 {
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 600;
}

h6, .h6,
.h6 {
    font-size: 1.125rem;
    line-height: 1.2;
    font-weight: 600;
}

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.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

    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;
}

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

.sticky-top {
    top: 100px;
}

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

    #main-wrapper.show {
        opacity: 1;
    }


.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}

@media only screen and (max-width: 1280px) {

    .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 575px) {

    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
}

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

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

.modal {
    z-index: 100000;
}

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

.content-inner {
    padding-top: 100px;
    padding-bottom: 70px;
}

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

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

.content-inner-1 {
    padding-top: 100px;
    padding-bottom: 100px;
}

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

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

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

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

hr {
    margin: 30px 0;
}

code {
    font-size: 0.875em;
    color: #ff5e78;
    word-wrap: break-word;
    background-color: #fff2f5;
    padding: 2px 8px;
    border-radius: 4px;
}

i[class*="flaticon-"] {
    display: inline-flex;
    vertical-align: middle;
}

.screen-lock {
    overflow: hidden;
}

.DZ-theme-btn.hide,
.styleswitcher.hide {
    display: none;
}

/* Google Recaptcha */
.g-recaptcha {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

@media only screen and (max-width: 1280px) {
    
    .g-recaptcha {
        transform: scale(0.7);
        -moz-transform: scale(0.7);
        -o-transform: scale(0.7);
        -webkit-transform: scale(0.7);
        transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

@media only screen and (max-width: 575px) {
    
    .g-recaptcha {
        transform: scale(0.7);
        -moz-transform: scale(0.7);
        -o-transform: scale(0.7);
        -webkit-transform: scale(0.7);
        transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

.dz-move {
    animation: dzMove 7s infinite;
}

@keyframes dzMove {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    25% {
        -webkit-transform: translate(-15px);
        transform: translate(-15px);
    }

    50% {
        -webkit-transform: translate(-8px);
        transform: translate(-8px);
    }

    75% {
        -webkit-transform: translate(-15px);
        transform: translate(-15px);
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@keyframes dzMoveDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    25% {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px);
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    75% {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px);
    }

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

#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: var(--secondary);
    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: 2px 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;
        }

.bg-parallax {
    background-attachment: fixed;
}

.page-wraper {
    background-color: #fff;
}

/* like button */
.heart {
    width: 60px;
    height: 60px;
    display: inline-block;
    background: url(../images/like.png) no-repeat;
    cursor: pointer;
    margin: -25px -18px;
}

.heart-blast {
    background-position: -1680px 0;
    transition: background 1s steps(28);
}

#loading-area {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999999999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

@keyframes dot-anim-1 {
    0% {
        transform: rotate(0);
    }

    60% {
        transform: rotate(1080deg);
    }

    100% {
        transform: rotate(1080deg);
    }
}

@keyframes dot-anim-2 {
    0% {
        transform: rotate(0);
    }

    70% {
        transform: rotate(1080deg);
    }

    100% {
        transform: rotate(1080deg);
    }
}

@keyframes dot-anim-3 {
    0% {
        transform: rotate(0);
    }

    80% {
        transform: rotate(1080deg);
    }

    100% {
        transform: rotate(1080deg);
    }
}

@keyframes dot-anim-4 {
    0% {
        transform: rotate(0);
    }

    90% {
        transform: rotate(1080deg);
    }

    100% {
        transform: rotate(1080deg);
    }
}

@keyframes dot-anim-5 {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(1080deg);
    }

    100% {
        transform: rotate(1080deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg) scale(0.8);
    }

    50% {
        transform: rotate(360deg) scale(1.2);
    }

    100% {
        transform: rotate(720deg) scale(0.8);
    }
}

@keyframes ball1 {
    0% {
        box-shadow: 30px 0 0 var(--primary);
    }

    50% {
        box-shadow: 0 0 0 var(--primary);
        margin-bottom: 0;
        transform: translate(15px, 15px);
    }

    100% {
        box-shadow: 30px 0 0 var(--primary);
        margin-bottom: 10px;
    }
}

@keyframes ball2 {
    0% {
        box-shadow: 30px 0 0 #000;
    }

    50% {
        box-shadow: 0 0 0 #000;
        margin-top: -20px;
        transform: translate(15px, 15px);
    }

    100% {
        box-shadow: 30px 0 0 #000;
        margin-top: 0;
    }
}

@keyframes bounce {
    0%, 100% {
        font-size: 0.75px;
    }

    50% {
        font-size: 1.5px;
    }
}

@keyframes letters-loading {
    0%, 75%, 100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }

    25%, 50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

.loading-page-2 {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .loading-page-2 .text {
        font-size: 32px;
        color: #fff;
        z-index: 1;
        font-weight: 600;
        letter-spacing: 5px;
    }

        .loading-page-2 .text.show {
            opacity: 0;
            animation-name: zoomLoader;
            animation-timing-function: linear;
            animation-duration: 2s;
            animation-iteration-count: 1;
        }

@media only screen and (max-width: 991px) {
    .loading-page-2 .text {
        font-size: 18px;
        letter-spacing: 2px;
    }
}

@media only screen and (max-width: 575px) {
    .loading-page-2 .text {
        font-size: 14px;
    }
}

.loading-page-2::after, .loading-page-2::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.loading-page-2::after {
    background-color: var(--primary);
}

.loading-page-2::before {
    background-color: #fff;
}

.loading-page-2.active::after {
    width: 0;
    transition-delay: 0.1s;
    transform: translateX(-5vh);
}

.loading-page-2.active::before {
    width: 0;
    transition-delay: 0.2s;
    transform: translateX(-5vh);
}

@keyframes zoomLoader {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    15% {
        transform: scale(5);
    }

    25% {
        transform: scale(9);
    }

    35% {
        transform: scale(12);
    }

    45% {
        transform: scale(15);
    }

    55% {
        transform: scale(18);
    }

    65% {
        transform: scale(18) translateX(-20%);
    }

    75% {
        transform: scale(18) translateX(-40%);
    }

    85% {
        transform: scale(18) translateX(-60%);
    }

    95% {
        transform: scale(18) translateX(-80%);
        opacity: 1;
    }

    100% {
        transform: scale(18) translateX(-100%);
    }
}

sticky-top.font-10 {
    font-size: 10px;
}

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

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

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

.m-t5 {
    margin-top: 5px;
}

.m-b5 {
    margin-bottom: 5px;
}

.m-t10 {
    margin-top: 10px;
}

.m-b10 {
    margin-bottom: 10px;
}

.m-l10 {
    margin-left: 10px;
}

.m-b15 {
    margin-bottom: 15px;
}

.m-b20 {
    margin-bottom: 20px;
}

.m-t30 {
    margin-top: 30px;
}

.m-b30 {
    margin-bottom: 30px;
}

.m-r30 {
    margin-right: 30px;
}

.m-b40 {
    margin-bottom: 40px;
}

@media (min-width: 992px) {

    .m-lg-b60 {
        margin-bottom: 60px;
    }
}

@media (min-width: 576px) {

    .m-sm-b50 {
        margin-bottom: 50px;
    }
}

section {
    position: relative;
}

.section-head {
    margin-bottom: 50px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

    .section-head .sub-title {
        text-transform: uppercase;
        color: var(--secondary);
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 5px;
    }

@media only screen and (max-width: 767px) {
    .section-head .sub-title {
        font-size: 16px;
    }
}

.section-head .title {
    margin-bottom: 15px;
}

    .section-head h2.title, .section-head .title.h2, .section-head h3.title, .section-head .title.h3, .section-head h4.title, .section-head .title.h4, .section-head h5.title, .section-head .title.h5 {
        font-family: Orbitron;
        font-weight: 600;
    }

    .section-head h2.title, .section-head .title.h2 {
        font-size: 50px;
        line-height: 1;
        font-style: normal;
        font-family: Orbitron;
    }

@media only screen and (max-width: 1280px) {
    .section-head h2.title, .section-head .title.h2 {
        font-size: 50px;
        line-height: 50px;
    }
}

@media only screen and (max-width: 575px) {
    .section-head h2.title, .section-head .title.h2 {
        font-size: 35px;
        line-height: 45px;
    }
}

@media only screen and (max-width: 1280px) {
    .section-head {
        margin-bottom: 35px;
    }
}

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

.rounded-md {
    border-radius: 10px !important;
}

.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);
}

.shadow {
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05) !important;
}

.separator {
    height: 1px;
    width: 100%;
    background: lightgrey;
}

/*=== Layout ===*/
.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: 180px;
    height: 100px;
    position: relative;
    z-index: 9;
}

@media only screen and (max-width: 991px) {
    .logo-header {
        width: 180px;
        height: 80px;
    }
}

@media only screen and (max-width: 575px) {
    .logo-header {
        width: 180px;
        height: 70px;
    }
}

.logo-header a {
    display: table-cell;
    vertical-align: middle;
}

.logo-header img {
    max-width: 180px;
    object-fit: contain;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

@media only screen and (max-width: 991px) {
    .logo-header img {
        width: 165px;
    }
}

@media only screen and (max-width: 575px) {
    .logo-header img {
        max-width: 150px;
    }
}

.logo-header span {
    font-size: 20px;
    letter-spacing: 20px;
}

.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.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

    .dz-quik-search form {
        width: 100%;
        max-width: 1200px;
        margin: auto;
        position: relative;
        top: 50%;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
        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 {
        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 {
            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 {
            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 {
            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 10px 10px 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;
        height: 100px;
        padding-left: 30px;
    }

        .site-header .extra-nav #quik-search-btn {
            color: #212529;
            cursor: pointer;
            margin-right: 0px;
            border: 0;
            width: 45px;
            height: 45px;
            background: #ebebeb;
            line-height: 45px;
            text-align: center;
            font-size: 18px;
            border-radius: 45px;
        }

@media only screen and (max-width: 575px) {
    .site-header .extra-nav .btn {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.site-header .extra-nav .extra-cell > ul {
    display: flex;
    align-items: center;
}

    .site-header .extra-nav .extra-cell > ul > li {
        display: inline-block;
        margin-left: 10px;
    }

        .site-header .extra-nav .extra-cell > ul > li .icon {
            padding: 0;
            background: transparent;
            min-width: 40px;
            text-align: center;
            height: 40px;
            line-height: 40px;
            border-radius: 4px;
        }

@media only screen and (max-width: 1199px) {
    .site-header .extra-nav {
        height: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .site-header .extra-nav {
        height: 80px;
    }
}

@media only screen and (max-width: 575px) {
    .site-header .extra-nav {
        display: none;
    }
}

.navbar-toggler {
    border: 0 solid #efbb20;
    font-size: 16px;
    line-height: 24px;
    margin: 8px 0px 0px 15px;
    padding: 0;
    float: right;
    outline: none !important;
}

.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: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    border-radius: 6px;
}

    .navicon span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        border-radius: 1px;
        opacity: 1;
        background: var(--theme-text-color);
        left: 10px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

        .navicon span:nth-child(1) {
            top: 11px;
            width: 26px;
        }

        .navicon span:nth-child(2) {
            top: 20px;
            width: 22px;
        }

        .navicon span:nth-child(3) {
            top: 30px;
            width: 17px;
        }

    .navicon.open span:nth-child(1) {
        top: 25px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

@media only screen and (max-width: 1280px) {
    .navicon.open span:nth-child(1) {
        top: 22px;
        width: 25px;
    }
}

.navicon.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.navicon.open span:nth-child(3) {
    top: 25px;
    width: 26px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

@media only screen and (max-width: 1280px) {
    .navicon.open span:nth-child(3) {
        top: 22px;
        width: 25px;
    }
}

.navicon.style-2 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.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
        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.8s;
        -ms-transition: all 0.8s;
        transition: all 0.8s;
        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;
    font-size: 0;
    padding: 0;
}

    .header-nav .nav > li {
        margin: 0px;
        font-weight: 400;
        position: relative;
    }

        .header-nav .nav > li.has-mega-menu {
            position: inherit;
        }

            .header-nav .nav > li.has-mega-menu > a::after {
                content: "\f078";
                font-size: 10px;
                margin-left: 7px;
                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.has-mega-menu > 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;
        border-radius: 6px;
    }
}

@media only screen and (max-width: 991px) {
    .header-nav .nav > li.has-mega-menu > a::after::before {
        content: "\f054";
    }
}

@media only screen and (max-width: 991px) {
    .header-nav .nav > li {
        border-bottom: 1px solid #eee;
        width: 100%;
    }
}

.header-nav .nav > li.sub-menu-down > a::after {
    content: "\f078";
    font-size: 10px;
    margin-left: 7px;
    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.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;
        border-radius: 6px;
    }
}

@media only screen and (max-width: 991px) {
    .header-nav .nav > li.sub-menu-down > a::after::before {
        content: "\f054";
    }
}

@media only screen and (max-width: 991px) {
    .header-nav .nav > li.sub-menu-down.open > a::after {
        content: "\f078";
    }
}

.header-nav .nav > li > a {
    color: #071c35;
    font-size: 18px;
    padding: 40px 15px;
    font-family: var(--font-family-base);
    cursor: pointer;
    font-weight: 500;
    display: inline-block;
    position: relative;
    border-width: 0 0 0 1px;
    text-transform: capitalize;
    line-height: 1.1;
}

@media only screen and (max-width: 1200px) {
    .header-nav .nav > li > a {
        font-size: 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 > a span {
    display: inline-block;
}

.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: 10px 0;
    position: absolute;
    visibility: hidden;
    width: 220px;
    z-index: 10;
    border-radius: 6px;
    margin-top: 20px;
    box-shadow: 0px 1px 40px 0px rgba(0, 0, 0, 0.1);
    text-align: left;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

@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: 10px 0;
        -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: var(--primary) !important;
            height: 30px;
            line-height: 30px;
            right: 0;
            text-align: center;
            width: 30px;
            z-index: 3;
            font-size: 14px !important;
            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: 15px;
        padding: 8px 25px;
        line-height: 1.3;
        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;
    }

@media only screen and (max-width: 991px) {
    .header-nav .nav > li .mega-menu li a,
    .header-nav .nav > li .sub-menu li a {
        padding: 2px 0 1px 16px;
        display: block;
        line-height: 30px;
        position: relative;
    }

        .header-nav .nav > li .mega-menu li a::after,
        .header-nav .nav > li .sub-menu li a::after {
            content: "\f054";
            font-family: "Font Awesome 5 Free";
            width: auto;
            height: auto;
            background: 0 0 !important;
            top: 3px;
            color: #262F5A;
            font-size: 12px;
            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);
}

@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: 2px 0 1px 16px;
        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.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

@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;
        padding-left: 20px;
    }

        .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: "";
            height: 5px;
            background: #262F5A !important;
            border-radius: 4px;
            top: 13px;
        }
}

.header-nav .nav > li .sub-menu li > a > i {
    color: inherit;
    display: block;
    float: right;
    font-size: 12px;
    opacity: 1;
    margin-top: 7px;
    border-radius: 6px;
}

.header-nav .nav > li .sub-menu.open > a > i::before {
    content: "\f078";
}

.header-nav .nav > li .sub-menu > li.open > a i::before {
    content: "\f107";
}

.header-nav .nav > li .mega-menu {
    right: 0px;
    width: 100%;
    z-index: 9;
}

@media only screen and (min-width: 991px) {
    .header-nav .nav > li .mega-menu {
        padding: 0;
        display: table;
        border: 1px solid #f8f8f8;
    }
}

.header-nav .nav > li .mega-menu > li {
    display: table-cell;
    padding: 30px 0 20px;
    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;
        display: block;
    }
}

.header-nav .nav > li .mega-menu > li > a {
    color: #222222;
    display: block;
    padding: 0 25px;
    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 {
    color: #222222;
    background-color: transparent;
}

.header-nav .nav > li .mega-menu > li ul {
    margin-top: 15px;
    padding: 0;
}

@media only screen and (max-width: 991px) {
    .header-nav .nav > li .mega-menu > li ul {
        margin-top: 0px;
    }
}

.header-nav .nav > li .mega-menu > li li i {
    font-size: 14px;
    margin-right: 5px;
    text-align: center;
    width: 15px;
}

.header-nav .nav > li.active > a {
    color: var(--primary);
}

.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.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

@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 .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: 1480px) {
    .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 {
        padding: 0;
    }

        .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 .navbar {
    position: unset;
}

.header-nav .dz-social-icon {
    /*display: none;*/
    text-align: center;
}

    .header-nav .dz-social-icon ul {
        margin: 0 -2px;
    }

    .header-nav .dz-social-icon li {
        display: inline-block;
        padding: 0 2px;
    }

    .header-nav .dz-social-icon a, .footer-top .dz-social-icon a {
        width: 35px;
        height: 35px;
        padding: 0;
        color: var(--primary);
        border: 1px solid lightgrey;
        line-height: 33px;
        text-align: center;
        border-radius: var(--border-radius-base);
        font-size: 15px;
    }

        .header-nav .dz-social-icon a:hover, .footer-top .dz-social-icon a:hover {
            background-color: var(--primary);
            color: white;
            box-shadow: 0px 5px 15px var(--rgba-primary-4);
        }

@media only screen and (max-width: 991px) {
    .header-nav .dz-social-icon, .footer-top .dz-social-icon {
        display: block;
        padding: 30px 10px 20px;
    }
}

.header-transparent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

    
    .header-transparent .main-bar {
        background: transparent;
    }

    .header-transparent .container-fluid {
        padding-left: 80px;
        padding-right: 80px;
    }

@media only screen and (max-width: 1280px) {
    .header-transparent .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.header-transparent .is-fixed .main-bar .container > .logo-header.logo-light,
.header-transparent .is-fixed .main-bar .container-fluid > .logo-header.logo-light,
.header-transparent .is-fixed .main-bar .container-sm > .logo-header.logo-light,
.header-transparent .is-fixed .main-bar .container-md > .logo-header.logo-light,
.header-transparent .is-fixed .main-bar .container-lg > .logo-header.logo-light,
.header-transparent .is-fixed .main-bar .container-xl > .logo-header.logo-light {
    display: none;
}

.header-transparent .is-fixed .main-bar .container > .logo-header.logo-dark,
.header-transparent .is-fixed .main-bar .container-fluid > .logo-header.logo-dark,
.header-transparent .is-fixed .main-bar .container-sm > .logo-header.logo-dark,
.header-transparent .is-fixed .main-bar .container-md > .logo-header.logo-dark,
.header-transparent .is-fixed .main-bar .container-lg > .logo-header.logo-dark,
.header-transparent .is-fixed .main-bar .container-xl > .logo-header.logo-dark {
    display: table;
}

.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;
}

.is-fixed .extra-nav .btn-white {
    background-color: var(--primary);
}

    .is-fixed .extra-nav .btn-white i {
        color: #fff !important;
    }

    .is-fixed .extra-nav .btn-white:hover, .is-fixed .extra-nav .btn-white:focus, .is-fixed .extra-nav .btn-white:active {
        background-color: var(--primary-hover) !important;
    }

@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: 150px;
                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;
        }
}

.main-bar {
    -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    -khtml-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}

.is-fixed .main-bar {
    -webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    -khtml-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    -moz-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    -ms-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    -o-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
}

@-moz-keyframes headerSlideDown {
    0% {
        margin-top: -150px;
    }

    100% {
        margin-top: 0;
    }
}

@-ms-keyframes headerSlideDown {
    0% {
        margin-top: -150px;
    }

    100% {
        margin-top: 0;
    }
}

@-webkit-keyframes headerSlideDown {
    0% {
        margin-top: -150px;
    }

    100% {
        margin-top: 0;
    }
}

@keyframes headerSlideDown {
    0% {
        margin-top: -150px;
    }

    100% {
        margin-top: 0;
    }
}

.cart-list {
    border: 0;
    right: 0;
    left: auto;
    width: 300px;
    top: 100%;
    transition: none;
    margin-top: 0;
}

    .cart-list li {
        padding: 10px 15px;
        border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
        width: 100%;
    }

        .cart-list li:last-child {
            border-bottom: 0;
            padding-bottom: 0;
        }

        .cart-list li .media {
            display: flex;
            align-items: center;
        }

            .cart-list li .media .media-left {
                width: 80px;
                height: 80px;
                border-radius: 6px;
                overflow: hidden;
            }

                .cart-list li .media .media-left img {
                    width: 100%;
                    height: 100%;
                }

            .cart-list li .media .media-body {
                position: relative;
                padding-left: 10px;
                padding-right: 30px;
                flex: 1;
            }

                .cart-list li .media .media-body .dz-title {
                    color: var(--primary);
                }

                .cart-list li .media .media-body .dz-price {
                    font-size: 16px;
                    color: var(--primary);
                }

                .cart-list li .media .media-body .item-close {
                    background-color: var(--bs-danger);
                    color: white;
                    display: block;
                    font-size: 24px;
                    height: 24px;
                    line-height: 24px;
                    position: absolute;
                    right: 0px;
                    text-align: center;
                    top: 0;
                    width: 24px;
                    border-radius: 6px;
                    cursor: pointer;
                    font-weight: 400;
                }

    .cart-list.dropdown-menu {
        width: 300px !important;
        box-shadow: 0 60px 50px 0 rgba(0, 0, 0, 0.1);
    }

@keyframes foodtime-logo {
    from, 45%, 55%, 65%, 75%, 80%, 85%, to {
        animation-timing-function: cubic-bezier(0.2, 0.6, 0.35, 1);
    }

    0% {
        transform: rotate(0);
    }

    45% {
        transform: translate3d(-4%, -13%, 0) rotate(-13deg);
    }

    55% {
        transform: translate3d(1%, -2%, 0) rotate(6deg);
    }

    65% {
        transform: translate3d(-2%, -4%, 0) rotate(-3deg);
    }

    75% {
        transform: translate3d(2%, 3%, 0) rotate(3deg);
    }

    80% {
        transform: translate3d(-2%, 1%, 0) rotate(-2deg);
    }

    to {
        transform: none;
    }
}

.site-header.style-1 {
    --headerheight: 64px;
}

    .site-header.style-1 .main-bar {
        box-shadow: none;
        padding: 10px 0;
    }

    .site-header.style-1 .extra-nav {
        height: var(--headerheight);
        padding-left: 60px;
    }

@media only screen and (max-width: 1200px) {
    .site-header.style-1 .extra-nav {
        padding-left: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .site-header.style-1 .extra-nav {
        display: none;
    }
}

.site-header.style-1 .logo-header {
    height: var(--headerheight);
}

@media only screen and (min-width: 1024px) {
    .site-header.style-1 .header-nav .nav > li > a {
        padding: 20px 12px;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }
}

.site-header.style-1 .header-nav .nav > li > a.active {
    color: var(--primary);
}

.site-header.style-1 .header-nav .nav > li.active > a, .site-header.style-1 .header-nav .nav > li:hover > a {
    color: var(--primary);
}

@media only screen and (min-width: 991px) {
    .site-header.style-1 .header-nav .nav > li.active > a::before, .site-header.style-1 .header-nav .nav > li:hover > a::before {
        transform: translateY(0);
        opacity: 1;
    }
}

.site-header.style-1 .main-bar-wraper:not(.is-fixed) .header-nav .nav.white > li > a {
    color: #fff;
}

@media only screen and (max-width: 991px) {
    .site-header.style-1 .main-bar-wraper:not(.is-fixed) .header-nav .nav.white > li > a {
        color: var(--title);
    }
}

.site-header.style-1 .main-bar-wraper:not(.is-fixed) .header-nav .nav.white > li > a.active, .site-header.style-1 .main-bar-wraper:not(.is-fixed) .header-nav .nav.white > li > a:hover {
    color: var(--primary);
}

.site-header.style-1 .is-fixed:not(.sticky-no) .main-bar {
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
    background-color: white;
    padding: 0;
}

.header-nav .nav > li.active > a {
    color: var(--secondary);
}

.header-transparent:not(.transparent-white) .mostion.logo-header .logo-white {
    display: table-cell;
}


.header-transparent:not(.transparent-white) .mostion.logo-header .logo-dark {
    display: none;
}

.header-transparent:not(.transparent-white) .is-fixed .mostion.logo-header .logo-white,
.header-transparent:not(.transparent-white) .is-fixed .mostion.logo-header .anim-logo-white {
    display: none;
}

.header-transparent:not(.transparent-white) .is-fixed .mostion.logo-header .logo-dark,
.header-transparent:not(.transparent-white) .is-fixed .mostion.logo-header .anim-logo {
    display: table-cell;
}

.header-adv img {
    padding: 15px;
}

@media only screen and (max-width: 991px) {
    .header-adv {
        display: none;
    }

        .header-adv img {
            display: none;
        }
}

.site-header.style-2 {
    --headerheight: 65px;
    --headerspacing: 0 90px;
}

    .site-header.style-2 .main-bar {
        box-shadow: none;
        padding: 15px 0;
    }

        .site-header.style-2 .main-bar .container-fluid {
            padding: var(--headerspacing);
        }

@media only screen and (max-width: 1280px) {
    .site-header.style-2 .main-bar .container-fluid {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 575px) {
    .site-header.style-2 .main-bar {
        padding: 5px 0;
    }
}

.site-header.style-2 .extra-nav {
    height: var(--headerheight);
    padding-left: 25px;
}

@media only screen and (max-width: 1200px) {
    .site-header.style-2 .extra-nav {
        padding-left: 30px;
    }
}

.site-header.style-2 .logo-header {
    height: var(--headerheight);
}

.site-header.style-2 .header-nav .nav > li .mega-menu {
    max-width: 1100px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 1280px) {
    .site-header.style-2 .header-nav .nav > li .mega-menu {
        max-width: 990px;
    }
}

@media only screen and (min-width: 1024px) {
    .site-header.style-2 .header-nav .nav > li > a {
        padding: 20px 12px;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }
}

.site-header.style-2 .header-nav .nav > li > a.active {
    color: var(--primary);
}

.site-header.style-2 .header-nav .nav > li.active > a, .site-header.style-2 .header-nav .nav > li:hover > a {
    color: var(--primary);
}

@media only screen and (min-width: 991px) {
    .site-header.style-2 .header-nav .nav > li.active > a::before, .site-header.style-2 .header-nav .nav > li:hover > a::before {
        transform: translateY(0);
        opacity: 1;
    }
}

.site-header.style-2 .header-nav .nav.white > li > a {
    color: #fff;
}

    .site-header.style-2 .header-nav .nav.white > li > a.active, .site-header.style-2 .header-nav .nav.white > li > a:hover {
        color: var(--primary);
    }

.site-header.style-2 .is-fixed:not(.sticky-no) .main-bar {
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
    background-color: white;
    padding: 0;
}

    .site-header.style-2 .is-fixed:not(.sticky-no) .main-bar .box-header::after {
        box-shadow: none;
    }

.header-nav .nav > li.active > a {
    color: var(--secondary);
}

.extra-nav .extra-cell {
    display: flex;
    align-items: center;
}

    .extra-nav .extra-cell form input {
        height: 45px;
        border-radius: 25px !important;
        border-color: var(--primary);
    }

    .extra-nav .extra-cell form .input-group-addon {
        right: 0;
    }

        .extra-nav .extra-cell form .input-group-addon .btn {
            width: 44px;
            height: 44px;
            line-height: 44px;
            text-align: center;
            padding: 0;
            justify-content: center;
            border-radius: 100%;
        }

            .extra-nav .extra-cell form .input-group-addon .btn i {
                display: block;
                font-size: 18px;
            }

@media only screen and (max-width: 1280px) {
    .extra-nav .extra-cell form {
        display: none;
    }
}

.menu-btn {
    background: transparent;
    width: 45px;
    height: 45px;
    line-height: 45px;
    box-shadow: none;
    margin-left: 30px;
}

@media only screen and (max-width: 1280px) {
    .menu-btn {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 991px) {
    .menu-btn {
        display: none;
    }
}

.contact-sidebar {
    padding: 30px;
    position: fixed;
    height: 100%;
    width: 300px;
    z-index: 999999999;
    background: #fff;
    top: 0;
    left: -300px;
    overflow-y: auto;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

    .contact-sidebar.active {
        left: 0;
    }

    .contact-sidebar .dz-title {
        margin-bottom: 12px;
    }

        .contact-sidebar .dz-title h4, .contact-sidebar .dz-title .h4 {
            font-size: 24px;
        }

    .contact-sidebar .icon-bx-wraper {
        margin-bottom: 20px;
    }

        .contact-sidebar .icon-bx-wraper .icon-md {
            padding: 0;
            margin-right: 15px !important;
            background: var(--primary);
            box-shadow: 0px 5px 10px 0 var(--rgba-primary-1);
            color: #fff;
            width: 50px;
            height: 50px;
            line-height: 50px !important;
            margin-top: 5px;
            border-radius: var(--border-radius-base);
        }

            .contact-sidebar .icon-bx-wraper .icon-md i {
                font-size: 28px;
            }

        .contact-sidebar .icon-bx-wraper .tilte {
            font-family: var(--font-family-title);
            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.90;
    left: 0;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 99998;
}

.contact-sidebar.active + .menu-close {
    width: 100%;
}

.dz-bnr-inr {
    height: 450px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 100%;
}

@media only screen and (max-width: 991px) {
    .dz-bnr-inr {
        height: 400px;
    }
}

@media only screen and (max-width: 575px) {
    .dz-bnr-inr {
        height: 320px;
    }
}

.dz-bnr-inr .container {
    display: table;
    height: 100%;
    z-index: 1;
    position: relative;
}

.dz-bnr-inr .dz-bnr-inr-entry {
    vertical-align: middle;
    display: table-cell;
}

@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;
        }
}

.dz-bnr-inr h1, .dz-bnr-inr .h1 {
    margin-bottom: 0px;
    color: #fff;
    text-transform: capitalize;
}

.breadcrumb-row ul {
    background: #fff;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    margin: 0;
    border-radius: 10px;
    display: inline-block;
    align-items: center;
    padding: 13px 30px;
}

@media only screen and (max-width: 991px) {
    .breadcrumb-row ul {
        padding: 6px 25px;
    }
}

.breadcrumb-row ul li {
    padding: 0;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    color: #222222;
}

    .breadcrumb-row ul li.active {
        color: #222222;
    }

    .breadcrumb-row ul li a {
        color: var(--primary);
    }

.breadcrumb-row ul .breadcrumb-item + .breadcrumb-item::before {
    content: "\f105";
    color: var(--primary);
    font-weight: 700;
    font-family: 'Line Awesome Free';
    font-size: 15px;
    padding-right: 10px;
    top: 0px;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .breadcrumb-row ul {
        padding: 5px 20px;
    }

        .breadcrumb-row ul li {
            font-size: 14px;
        }
}

.dz-bnr-inr.style-1::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(34, 34, 34, 0.9);
}

.dz-bnr-inr.style-1 h1, .dz-bnr-inr.style-1 .h1 {
    color: #fff;
    font-weight: 700;
    font-size: 60px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-family: 'Orbitron';
}

@media only screen and (max-width: 1480px) {
    .dz-bnr-inr.style-1 h1, .dz-bnr-inr.style-1 .h1 {
        font-size: 60px;
    }
}

@media only screen and (max-width: 991px) {
    .dz-bnr-inr.style-1 h1, .dz-bnr-inr.style-1 .h1 {
        font-size: 50px;
        line-height: 1.1;
    }
}

@media only screen and (max-width: 767px) {
    .dz-bnr-inr.style-1 h1, .dz-bnr-inr.style-1 .h1 {
        font-size: 45px;
    }
}

@media only screen and (max-width: 575px) {
    .dz-bnr-inr.style-1 h1, .dz-bnr-inr.style-1 .h1 {
        font-size: 40px;
    }
}

.dz-bnr-inr.style-1 .breadcrumb-row {
    z-index: 1;
}

    .dz-bnr-inr.style-1 .breadcrumb-row ul {
        background: var(--primary);
    }

        .dz-bnr-inr.style-1 .breadcrumb-row ul li {
            color: #fff;
        }

            .dz-bnr-inr.style-1 .breadcrumb-row ul li a {
                color: #fff;
            }

        .dz-bnr-inr.style-1 .breadcrumb-row ul .breadcrumb-item + .breadcrumb-item::before {
            color: #fff;
        }

@media only screen and (max-width: 991px) {
    .dz-bnr-inr.style-1 .breadcrumb-row {
        width: 100%;
    }

        .dz-bnr-inr.style-1 .breadcrumb-row ul {
            padding: 10px 18px;
        }

            .dz-bnr-inr.style-1 .breadcrumb-row ul li {
                font-size: 14px;
            }
}

@media only screen and (max-width: 767px) {
    .dz-bnr-inr.style-1 .breadcrumb-row ul {
        padding: 7px 14px;
    }
}

.style-1.header-transparent ~ .page-content .dz-bnr-inr.style-1 {
    padding-top: 50px;
}

@media only screen and (max-width: 991px) {
    .style-1.header-transparent ~ .page-content .dz-bnr-inr.style-1 {
        padding-top: 30px;
    }
}

.bottom {
    background: #1b2a4e;
}

@media only screen and (max-width: 575px) {
    .bottom {
        padding-bottom: 0;
    }
}

footer {
    position: relative;
}

    footer .widget {
        margin-bottom: 30px;
    }

    footer strong {
        color: #fff;
    }

    footer .footer-logo {
        margin-bottom: 15px;
    }

        footer .footer-logo img {
            max-width: 100%;
        }

footer .footer-title {
    margin: 0;
    margin-bottom: 12px;
    position: relative;
}

    footer .footer-title a {
        color: inherit;
    }

    footer .footer-title .title {
        color: var(--title);
    }

footer .footer-top {
    padding-top: 85px;
    padding-bottom: 40px;
    position: relative;
    z-index: 2;
}

@media only screen and (max-width: 1280px) {
    footer .footer-top {
        padding-top: 80px;
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 991px) {
    footer .footer-top {
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    footer .footer-top {
        padding-top: 60px;
        padding-bottom: 0;
    }
}

footer .footer-bottom {
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 991px) {
    footer .footer-bottom {
        padding: 18px 0;
        text-align: center !important;
    }
}

@media only screen and (max-width: 767px) {
    footer .footer-bottom {
        padding: 22px 0;
    }
}

footer .widget_services ul li a {
    color: inherit;
    display: block;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}


footer .widget_services ul li {
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.footer-link {
    margin: 0px -15px;
    text-align: end;
}

@media only screen and (max-width: 991px) {
    .footer-link {
        text-align: center;
    }
}

.footer-link li {
    display: inline-block;
    position: relative;
    padding: 0px 15px;
}

    .footer-link li a {
        color: rgba(255, 255, 255, 0.5);
        font-size: 14px;
        font-weight: 400;
    }

.site-footer .bg1,
.site-footer .bg2 {
    position: absolute;
}

.site-footer .bg1 {
    left: 0;
    bottom: 10px;
}

.site-footer .bg2 {
    right: 10px;
    top: 15px;
}

@media only screen and (max-width: 1480px) {
    .site-footer .bg1,
    .site-footer .bg2 {
        display: none;
    }
}

.site-footer .footer-bottom {
    position: relative;
    z-index: 1;
}

    .site-footer .footer-bottom p {
        font-weight: 400;
        font-size: 15px;
        line-height: 22px;
        color: #999999;
        margin-bottom: 0;
    }

    .site-footer .footer-bottom .copyright-text {
        color: #999999;
        font-size: 15px;
        font-weight: 400;
        line-height: 1.1;
    }

        .site-footer .footer-bottom .copyright-text a {
            color: var(--primary);
        }

.site-footer .widget_services ul li {
    padding: 0px 0 20px 0px;
}

    .site-footer .widget_services ul li a {
        color: #CCCCCC;
        font-weight: 400;
    }

        .site-footer .widget_services ul li a::before {
            display: none;
        }

.site-footer.style-1 .footer-top .footer-title {
    color: #fff;
}

@media only screen and (max-width: 1280px) {
    .site-footer.style-1 .footer-top .footer-title {
        font-size: 20px;
        margin-bottom: 20px !important;
    }

    .site-footer.style-1 .footer-bottom p {
        font-size: 14px;
    }

    .site-footer.style-1 .footer-bottom .copyright-text {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .site-footer.style-1 .footer-bottom .copyright-text {
        display: block;
        margin-top: 15px;
    }
}

.footer-title {
    margin-bottom: 30px !important;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.site-footer.style-2 {
    background-color: #fff;
}

    .site-footer.style-2 .footer-bg-wrapper {
        margin-left: 100px;
        margin-right: 100px;
        z-index: 1;
        position: relative;
        border-radius: 30px;
        background-color: #222222;
    }

        .site-footer.style-2 .footer-bg-wrapper .particles-js-canvas-el {
            position: absolute;
            bottom: 0;
            left: 0;
        }

    .site-footer.style-2 .footer-top {
        padding-top: 45px;
        padding-bottom: 30px;
    }

        .site-footer.style-2 .footer-top .footer-title {
            margin-bottom: 30px;
            font-weight: 600;
            font-size: 24px;
            line-height: 1.1;
            color: #fff;
            letter-spacing: 0.01em;
            text-transform: uppercase;
        }

    .site-footer.style-2 .footer-bottom .copyright-text {
        color: #666666;
        font-weight: 400;
        font-size: 14px;
        line-height: 1.1;
    }

    .site-footer.style-2 .footer-bottom .footer-link a {
        color: #666666;
        letter-spacing: 0.01em;
    }

@media only screen and (max-width: 1480px) {
    .site-footer.style-2 .footer-bg-wrapper {
        margin-left: 0px;
        margin-right: 0px;
        border-radius: 0;
    }
}

@media only screen and (max-width: 1280px) {
    .site-footer.style-2 .footer-top .footer-title {
        font-size: 20px;
        line-height: 1;
    }
}

@media only screen and (max-width: 575px) {
    .site-footer.style-2 .footer-bottom .footer-link li {
        padding: 0px 5px;
    }

        .site-footer.style-2 .footer-bottom .footer-link li a {
            font-size: 13px;
        }
}

.footer-subscribe-wrapper {
    margin-bottom: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 40px;
}

    .footer-subscribe-wrapper .wrapper-inner .title {
        font-size: 24px;
        letter-spacing: 0.01em;
    }

@media only screen and (max-width: 991px) {
    .footer-subscribe-wrapper {
        margin-bottom: 40px;
    }

        .footer-subscribe-wrapper .wrapper-inner .title {
            font-size: 22px;
        }
}

@media only screen and (max-width: 575px) {
    .footer-subscribe-wrapper {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
}

.site-footer.style-3 {
    background-color: rgba(34, 34, 34, 0.05);
    z-index: 0;
}

    .site-footer.style-3 .footer-subscribe-wrapper, .site-footer.style-3 .footer-top {
        border-bottom: 1px solid rgba(34, 34, 34, 0.1);
    }

    .site-footer.style-3 .footer-subscribe-wrapper {
        margin-bottom: 55px;
    }

    .site-footer.style-3 .footer-title {
        margin-bottom: 20px !important;
    }

@media only screen and (max-width: 991px) {
    .site-footer.style-3 .footer-title {
        font-size: 20px;
        margin-bottom: 15px !important;
    }
}

.site-footer.style-3 .footer-top {
    padding-top: 40px;
    padding-bottom: 50px;
}

@media only screen and (max-width: 991px) {
    .site-footer.style-3 .footer-top {
        padding-top: 20px;
    }
}

.site-footer.style-3 .footer-bottom p {
    color: #666666;
}

.site-footer.style-3 .footer-bottom .copyright-text {
    color: #666666;
}

@media only screen and (max-width: 1280px) {
    .site-footer.style-3 .footer-bottom p {
        font-size: 14px;
    }

    .site-footer.style-3 .footer-bottom .copyright-text {
        font-size: 14px;
    }
}

#bg {
    background-attachment: fixed;
    background-size: cover;
}

.main-bar-wraper.sticky-no .main-bar {
    position: relative;
}

@media only screen and (min-width: 1281px) {
    /* boxed */
    [data-layout="boxed"] .page-wraper {
        max-width: 1280px;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    }

    [data-layout="boxed"] .main-bar {
        transform: translateX(-50%);
        left: 50%;
        max-width: 1280px;
    }

    [data-layout="boxed"] .site-header.style-2 {
        --headerspacing: 0 50px;
    }

    [data-layout="boxed"] .main-bnr-one .main-swiper1-pagination {
        left: 0;
    }

    [data-layout="boxed"] .swiper-btn-lr .btn-prev-long, [data-layout="boxed"] .swiper-btn-lr .btn-prev {
        left: -30px;
    }

    [data-layout="boxed"] .swiper-btn-lr .btn-next-long, [data-layout="boxed"] .swiper-btn-lr .btn-next {
        right: -30px;
    }

    [data-layout="boxed"] .section-wrapper-5, [data-layout="boxed"] .section-wrapper-4, [data-layout="boxed"] .section-wrapper-8 {
        margin-left: 20px;
        margin-right: 20px;
    }

    [data-layout="boxed"] .site-footer.style-1 .bg1 {
        left: -114px;
        bottom: -36px;
        width: 10vw;
    }

    [data-layout="boxed"] .site-footer.style-1 .bg2 {
        right: -18px;
    }

    [data-layout="boxed"] .site-footer.style-2 .footer-bg-wrapper {
        margin-left: 20px;
        margin-right: 20px;
    }

    [data-layout="boxed"] .site-footer.style-3 .bg1 {
        left: -115px;
        bottom: 110px;
    }

    [data-layout="boxed"] .site-footer.style-3 .bg2 {
        top: -100px;
        right: 0;
    }

    [data-layout="boxed"] .section-wrapper-5 .bg1 {
        top: 0;
        left: -190px;
    }

    [data-layout="boxed"] .section-wrapper-5 .bg2 {
        width: 30vw;
        right: 80px;
    }

    [data-layout="boxed"] .icon-bx-wraper.style-5 .icon-content {
        padding: 90px 15px 40px;
    }
    /* Frame */
    [data-layout="frame"] {
        padding: 30px;
    }

        [data-layout="frame"] .page-wraper {
            margin: 0 auto;
            position: relative;
            overflow: hidden;
            box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
            height: auto !important;
        }

        [data-layout="frame"] .is-fixed .main-bar {
            left: 0;
            width: 100%;
            margin: 0;
            position: unset;
        }

        [data-layout="frame"] button.scroltop {
            right: 50px;
            bottom: 50px;
        }
}

@media only screen and (max-width: 1281px) {
    [data-layout="frame"] {
        padding: 0 !important;
    }

        [data-layout="frame"] button.scroltop {
            right: 15px;
            bottom: 15px;
        }
}

.theme-sharped {
    --border-radius-base: 0;
    -webkit-transition: none;
    -ms-transition: none;
    transition: none;
}

.theme-rounded {
    --border-radius-base: 10px;
    -webkit-transition: none;
    -ms-transition: none;
    transition: none;
}

.theme-bg-color {
    background-color: var(--theme-bg-color);
}

[data-body-bg="color_1"] {
    background-color: #15b4a3;
}

[data-body-bg="color_2"] {
    background-color: #fe9f10;
}

[data-body-bg="color_3"] {
    background-color: #ee2737;
}

[data-body-bg="color_4"] {
    background-color: #a75d5d;
}

[data-body-bg="color_5"] {
    background-color: #ea5c2b;
}

[data-body-bg="color_6"] {
    background-color: #a9907e;
}

[data-body-bg="color_7"] {
    background-color: #87805e;
}

/*=== Components ===*/
.card {
    border: 0px solid #E1E1F0;
    margin-bottom: 30px;
    border-radius: 5px;
    box-shadow: 0px 36px 48px rgba(31, 66, 135, 0.04);
    background: #fff;
}

.form-label {
    font-size: 14px;
    font-weight: 500;
    color: #666666;
    margin-bottom: 10px;
    background: transparent;
    border-color: #E1E1F0;
}

input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea, .form-control, .wp-block-categories-dropdown select,
.wp-block-archives-dropdown select {
    height: 50px;
    border: 1px solid #dddddd;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 400;
    color: #666666;
    transition: all 0.3s ease-in-out;
    background: #fff;
    border-radius: var(--border-radius-base);
    width: 100%;
}

    input[type=email] .select,
    input[type=number] .select,
    input[type=password] .select,
    input[type=search] .select,
    input[type=tel] .select,
    input[type=text] .select,
    input[type=url] .select,
    textarea .select,
    .form-control .select,
    .wp-block-categories-dropdown select .select,
    .wp-block-archives-dropdown select .select {
        padding: 12px 0;
    }

    input[type=email] span,
    input[type=number] span,
    input[type=password] span,
    input[type=search] span,
    input[type=tel] span,
    input[type=text] span,
    input[type=url] span,
    textarea span,
    .form-control span,
    .wp-block-categories-dropdown select span,
    .wp-block-archives-dropdown select span {
        margin-top: 0;
    }

    input[type=email]::-webkit-input-placeholder,
    input[type=number]::-webkit-input-placeholder,
    input[type=password]::-webkit-input-placeholder,
    input[type=search]::-webkit-input-placeholder,
    input[type=tel]::-webkit-input-placeholder,
    input[type=text]::-webkit-input-placeholder,
    input[type=url]::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder,
    .form-control::-webkit-input-placeholder,
    .wp-block-categories-dropdown select::-webkit-input-placeholder,
    .wp-block-archives-dropdown select::-webkit-input-placeholder {
        color: #666666;
    }

    input[type=email]:-ms-input-placeholder,
    input[type=number]:-ms-input-placeholder,
    input[type=password]:-ms-input-placeholder,
    input[type=search]:-ms-input-placeholder,
    input[type=tel]:-ms-input-placeholder,
    input[type=text]:-ms-input-placeholder,
    input[type=url]:-ms-input-placeholder,
    textarea:-ms-input-placeholder,
    .form-control:-ms-input-placeholder,
    .wp-block-categories-dropdown select:-ms-input-placeholder,
    .wp-block-archives-dropdown select:-ms-input-placeholder {
        color: #666666;
    }

    input[type=email]::placeholder,
    input[type=number]::placeholder,
    input[type=password]::placeholder,
    input[type=search]::placeholder,
    input[type=tel]::placeholder,
    input[type=text]::placeholder,
    input[type=url]::placeholder,
    textarea::placeholder, .form-control::placeholder, .wp-block-categories-dropdown select::placeholder,
    .wp-block-archives-dropdown select::placeholder {
        color: #666666;
    }

    input[type=email]:focus, input[type=email]:active, input[type=email].active,
    input[type=number]:focus,
    input[type=number]:active,
    input[type=number].active,
    input[type=password]:focus,
    input[type=password]:active,
    input[type=password].active,
    input[type=search]:focus,
    input[type=search]:active,
    input[type=search].active,
    input[type=tel]:focus,
    input[type=tel]:active,
    input[type=tel].active,
    input[type=text]:focus,
    input[type=text]:active,
    input[type=text].active,
    input[type=url]:focus,
    input[type=url]:active,
    input[type=url].active,
    textarea:focus,
    textarea:active,
    textarea.active, .form-control:focus, .wp-block-categories-dropdown select:focus,
    .wp-block-archives-dropdown select:focus,
    .form-control:active,
    .wp-block-categories-dropdown select:active,
    .wp-block-archives-dropdown select:active,
    .form-control.active,
    .wp-block-categories-dropdown select.active,
    .wp-block-archives-dropdown select.active {
        border-color: var(--primary);
    }

@media only screen and (max-width: 991px) {
    input[type=email],
    input[type=number],
    input[type=password],
    input[type=search],
    input[type=tel],
    input[type=text],
    input[type=url],
    textarea, .form-control, .wp-block-categories-dropdown select,
    .wp-block-archives-dropdown select {
        height: 50px;
    }
}

textarea.form-control {
    min-height: unset;
    height: auto;
}

textarea {
    height: 120px;
    resize: none;
}

input:-internal-autofill-selected {
    background: white !important;
    background-image: none !important;
    color: -internal-light-dark-color(black, white) !important;
}

.toggle {
    cursor: pointer;
    display: block;
}

.toggle-switch {
    display: inline-block;
    background: #f7f7f7;
    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;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

label.error {
    color: #ff0003;
    position: absolute;
    bottom: 0;
    margin-bottom: -22px;
    font-size: 12px;
    font-weight: 400;
}

 select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

 select {
    border: 1px solid transparent;
}

    .form-select .dropdown-toggle, select .dropdown-toggle {
        border: 0 !important;
        padding: 0;
        font-weight: normal;
        text-transform: unset;
        outline: none;
        background: none;
        font-size: 18px;
        line-height: 40px;
    }

        .form-select .dropdown-toggle:focus, select .dropdown-toggle:focus, .form-select .dropdown-toggle:hover, select .dropdown-toggle:hover {
            outline: 0 !important;
            outline-offset: 0;
            background: none;
        }

        .form-select .dropdown-toggle::after, select .dropdown-toggle::after {
            content: none;
        }

    .form-select.show, select.show {
        box-shadow: none !important;
        outline: 0px !important;
    }

        .form-select.show .dropdown-toggle, select.show .dropdown-toggle {
            box-shadow: none !important;
            outline: 0px !important;
        }

        .form-select.show.btn-group .dropdown-menu.inner, select.show.btn-group .dropdown-menu.inner {
            display: block;
        }

    .form-select .dropdown-menu, 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, select .dropdown-menu ul li {
            padding: 0;
        }

            .form-select .dropdown-menu ul li a, 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, 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, select .dropdown-menu ul li a:hover {
                    background-color: #f2f2f4;
                }

            .form-select .dropdown-menu ul li.selected a, select .dropdown-menu ul li.selected a {
                background-color: var(--primary);
                color: #fff;
            }

     select:focus, select:active, select.active {
        border-color: var(--primary);
    }

.input-line {
    border-bottom: 1px solid #fff;
    align-items: center;
}

    .input-line .form-control, .input-line .wp-block-categories-dropdown select, .wp-block-categories-dropdown .input-line select,
    .input-line .wp-block-archives-dropdown select, .wp-block-archives-dropdown .input-line select {
        padding: 0;
        height: 48px !important;
        line-height: 24px;
        padding-bottom: 10px;
        font-size: 18px;
        border: none;
        border-radius: 0;
        color: #fff;
        font-weight: 400;
        background-color: transparent;
    }

    .input-line textarea::placeholder {
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        color: #fff;
    }

    .input-line .form-control::placeholder, .input-line .wp-block-categories-dropdown select::placeholder, .wp-block-categories-dropdown .input-line select::placeholder,
    .input-line .wp-block-archives-dropdown select::placeholder, .wp-block-archives-dropdown .input-line select::placeholder {
        font-weight: 400;
        font-size: 18px;
        line-height: 20px;
        color: #fff;
    }

    .input-line .default-select {
        background: transparent;
        border: 0;
        border-radius: 0;
        height: 48px !important;
        padding-bottom: 10px;
        background-color: transparent;
        color: #fff;
        font-weight: 400;
        background-image: none;
        position: relative;
        font-size: 18px;
        line-height: 24px;
        padding: 0;
    }

        .input-line .default-select .btn.show, .input-line .default-select .show.wp-block-button__link {
            color: #fff;
        }

        .input-line .default-select select {
            display: none !important;
        }

        .input-line .default-select:active, .input-line .default-select:hover, .input-line .default-select:focus {
            background-color: transparent;
            border-color: transparent;
        }

         .input-line .wp-block-categories-dropdown .input-group-prepand + select, .wp-block-categories-dropdown .input-line .input-group-prepand + select,
        .input-line .wp-block-archives-dropdown .input-group-prepand + select, .wp-block-archives-dropdown .input-line .input-group-prepand + select {
            padding-left: 40px;
        }

    .input-line.input-black::before, .input-line.input-black::after {
        content: "";
        height: 2px;
        position: absolute;
        bottom: 0;
        left: 0;
        border-radius: 25px;
        -webkit-transition: all 0.2s;
        -ms-transition: all 0.2s;
        transition: all 0.2s;
    }

    .input-line.input-black::after {
        width: 100%;
        background-color: #000;
        opacity: 0.1;
        box-shadow: 10px 10px 20px 0 rgba(0, 7, 66, 0.2);
    }

    .input-line.input-black::before {
        width: 0;
        background-color: #000;
        transform: translateX(-50%);
        left: 50%;
    }

    .input-line.input-black:hover::before, .input-line.input-black:focus::before, .input-line.input-black:active::before, .input-line.input-black.focused::before {
        width: 100%;
    }

    .input-line.input-black .form-control, .input-line.input-black .wp-block-categories-dropdown select, .wp-block-categories-dropdown .input-line.input-black select,
    .input-line.input-black .wp-block-archives-dropdown select, .wp-block-archives-dropdown .input-line.input-black select {
        color: #222;
        border-color: #222222;
    }

        .input-line.input-black .form-control::placeholder, .input-line.input-black .wp-block-categories-dropdown select::placeholder, .wp-block-categories-dropdown .input-line.input-black select::placeholder,
        .input-line.input-black .wp-block-archives-dropdown select::placeholder, .wp-block-archives-dropdown .input-line.input-black select::placeholder {
            color: #222;
        }

    .input-line.input-black textarea {
        height: 105px !important;
    }

    .input-line.input-black .default-select {
        color: #fff;
        border-bottom: 1px solid #222222 !important;
        border-radius: 0;
    }

        .input-line.input-black .default-select button {
            color: #222 !important;
            border-bottom: none !important;
        }

        .input-line.input-black .default-select:option {
            color: #222 !important;
        }

    .input-line .input-group-prepand + .bootstrap-select .dropdown-toggle {
        padding: 0 0 0 40px;
    }

    .input-line .bootstrap-select {
        padding: 0 !important;
    }

     .dz-form-card .wp-block-categories-dropdown select::placeholder, .wp-block-categories-dropdown .dz-form-card select::placeholder,
    .dz-form-card .wp-block-archives-dropdown select::placeholder, .wp-block-archives-dropdown .dz-form-card select::placeholder {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #fff;
        opacity: 0.6;
    }

.input-group .form-control, .input-group .wp-block-categories-dropdown select, .wp-block-categories-dropdown .input-group select,
.input-group .wp-block-archives-dropdown select, .wp-block-archives-dropdown .input-group select {
    height: 65px;
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

    .input-group .form-control.bg-grey, .input-group .wp-block-categories-dropdown select.bg-grey, .wp-block-categories-dropdown .input-group select.bg-grey,
    .input-group .wp-block-archives-dropdown select.bg-grey, .wp-block-archives-dropdown .input-group select.bg-grey {
        background-color: #F8F8F8;
    }

@media only screen and (max-width: 991px) {
    .input-group .form-control, .input-group .wp-block-categories-dropdown select, .wp-block-categories-dropdown .input-group select,
    .input-group .wp-block-archives-dropdown select, .wp-block-archives-dropdown .input-group select {
        height: 55px;
    }
}

.input-group .input-group-addon {
    position: absolute;
    right: 7px;
    top: 50%;
    z-index: 9;
    transform: translateY(-50%);
}

    .input-group .input-group-addon .btn {
        text-align: center;
    }

        .input-group .input-group-addon .btn span {
            display: block;
        }

        .input-group .input-group-addon .btn i {
            display: none;
        }

@media only screen and (max-width: 575px) {
    .input-group .input-group-addon .btn {
        padding: 10px 12px;
    }

        .input-group .input-group-addon .btn span {
            display: none;
        }

        .input-group .input-group-addon .btn i {
            display: block;
        }
}

.form-group .form-select .dropdown-toggle, .form-group select .dropdown-toggle {
    color: #666 !important;
    font-size: 15px;
    line-height: 1.5;
    height: 50px;
    padding: 10px 20px;
}

    .form-group .form-select .dropdown-toggle:hover, .form-group select .dropdown-toggle:hover {
        color: #666 !important;
    }

.form-group .default-select {
    border: 1px solid #dddddd !important;
    padding: 0;
}

.form-group .bootstrap-select .dropdown-toggle .filter-option {
    height: auto !important;
}

button:hover,
button:active,
button:focus {
    outline: 0;
}

.btn {
    padding: 12px 24px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    line-height: 1.5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    color: var(--theme-text-color);
}

@media only screen and (max-width: 1199px) {
    .btn {
        padding: 9px 20px;
        font-size: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .btn {
        font-size: 14px;
        padding: 12px 24px;
    }
}

.btn.btn-md {
    padding: 15px 30px;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
}

@media only screen and (max-width: 991px) {
    .btn.btn-md {
        padding: 15px 20px;
    }
}

@media only screen and (max-width: 767px) {
    .btn.btn-md {
        padding: 10px 20px;
        font-size: 14px;
    }
}

.btn:hover {
    color: var(--theme-text-color);
}

.btn i {
    font-size: 20px;
    line-height: 1;
}

.google-btn {
    color: #000000;
    border: 1px solid #B1B1B1;
}

    .google-btn i {
        margin-right: 15px;
    }

    .google-btn svg {
        margin-right: 15px;
    }

    .google-btn:hover {
        color: #000;
        border: 1px solid #B1B1B1;
    }

.shadow-primary {
    box-shadow: 0px 5px 30px 0px var(--rgba-primary-2);
}

.btn-white {
    background-color: #fff;
    color: #222;
}

    .btn-white:hover {
        color: #222 !important;
        background-color: #fff !important;
    }

.btn-primary {
    border-color: var(--primary);
    background-color: var(--primary);
}

    .btn-primary.disabled, .btn-primary:disabled, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:active, .btn-primary:focus, .btn-primary:hover {
        border-color: var(--primary-hover);
        background-color: var(--primary-hover);
        color: var(--theme-text-color);
    }

.btn-dark {
    color: #fff !important;
}

    .btn-dark:hover {
        color: #fff;
    }

    .btn-dark.light {
        background-color: #7d95ce;
        border-color: #7d95ce;
        color: #151F37 !important;
    }

        .btn-dark.light:hover {
            color: #fff !important;
        }

.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, .is-style-outline .wp-block-button__link: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-outline-secondary {
    color: var(--secondary);
    border-color: var(--secondary);
}

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled, .btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:active, .btn-outline-secondary:focus, .btn-outline-secondary:hover {
        border-color: var(--secondary);
        background-color: var(--secondary);
        color: #fff;
    }

.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: var(--border-radius-base);
}

.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;
    }

.light.btn-primary {
    color: #15b4a3;
    border: 1px solid var(--rgba-primary-3);
    background-color: var(--rgba-primary-1);
}

    .light.btn-primary:hover {
        background-color: var(--primary);
        border-color: var(--primary);
        color: #fff;
    }

.light.btn-danger {
    color: #ff0003;
    border: 1px solid #ffd6d7;
    background-color: #ffe6e6;
}

    .light.btn-danger:hover {
        background-color: #ff0003;
        border-color: #ff0003;
        color: #fff;
    }

.light.btn-dark {
    color: #222222;
    border: 1px solid #d5d5d5;
    background-color: #e1e1e1;
}

    .light.btn-dark:hover {
        background-color: #222222;
        border-color: #222222;
        color: #fff;
    }

.btn-danger {
    color: #fff;
}

.is-style-squared .wp-block-button__link {
    border-radius: 0;
}

@media only screen and (max-width: 575px) {
    .btn-group .btn {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@keyframes animationPlayBtn1 {
    0% {
        opacity: 0.8;
        transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        -webkit-transform: scale(0.9);
    }

    100% {
        transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}

@-webkit-keyframes animationPlayBtn1 {
    0% {
        transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        -webkit-transform: scale(0.9);
    }

    100% {
        transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}

.btn-hover-1 {
    overflow: hidden;
    z-index: 1;
}

    .btn-hover-1::before, .btn-hover-1::after {
        background: #fff;
        content: '';
        position: absolute;
    }

    .btn-hover-1::before {
        width: 120%;
        height: 0;
        padding-bottom: 120%;
        top: -110%;
        left: -10%;
        border-radius: 50%;
        transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
    }

    .btn-hover-1::after {
        width: 90%;
        top: 0;
        left: 0;
        transform: translate3d(0, -100%, 0);
        transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
    }

    .btn-hover-1 span {
        display: block;
        position: relative;
        z-index: 2;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
    }

    .btn-hover-1.btn-white::before {
        background: var(--primary);
    }

    .btn-hover-1.btn-white::after {
        background: var(--primary);
    }

    .btn-hover-1:focus::before, .btn-hover-1:active::before, .btn-hover-1:hover::before {
        transform: translate3d(0, 0, 0) scale3d(1.2, 1, 1);
        transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
    }

    .btn-hover-1:focus::after, .btn-hover-1:active::after, .btn-hover-1:hover::after {
        transform: translate3d(0, 0, 0);
        transition-duration: 0.05s;
        transition-delay: 0.4s;
        transition-timing-function: linear;
    }

    .btn-hover-1:focus span, .btn-hover-1:active span, .btn-hover-1:hover span {
        animation: MoveScaleUpInitial 0.3s forwards, MoveScaleUpEnd 0.3s forwards 0.3s;
        color: var(--primary);
    }

    .btn-hover-1:focus.btn-primary span, .btn-hover-1:focus.btn-outline-primary span, .is-style-outline .btn-hover-1.wp-block-button__link:focus span, .btn-hover-1:active.btn-primary span, .btn-hover-1:active.btn-outline-primary span, .is-style-outline .btn-hover-1.wp-block-button__link:active span, .btn-hover-1:hover.btn-primary span, .btn-hover-1:hover.btn-outline-primary span, .is-style-outline .btn-hover-1.wp-block-button__link:hover span {
        color: var(--primary);
    }

     .btn-hover-1:focus.btn-outline-secondary span, .btn-hover-1:active.btn-outline-secondary span, .btn-hover-1:hover.btn-outline-secondary span {
        color: var(--secondary);
    }

    .btn-hover-1:focus.btn-dark span, .btn-hover-1:active.btn-dark span, .btn-hover-1:hover.btn-dark span {
        color: #222222;
    }

    .btn-hover-1:focus.btn-white span, .btn-hover-1:active.btn-white span, .btn-hover-1:hover.btn-white span {
        color: #fff;
    }

@keyframes MoveScaleUpInitial {
    to {
        transform: translate3d(0, -105%, 0) scale3d(1, 2, 1);
        opacity: 0;
    }
}

@keyframes MoveScaleUpEnd {
    from {
        transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
        opacity: 0;
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.btn-hover-2 {
    color: rgba(0, 0, 0, 0) !important;
    transition: all .3s ease !important;
    text-shadow: 0 0 0 #fff, 500px 0 0 #fff;
    overflow: hidden;
}

    .btn-hover-2.btn-white {
        text-shadow: 0 0 0 #000, 500px 0 0 #000;
    }

    .btn-hover-2:hover {
        text-shadow: -600px 0 0 #fff, 0 0 0 #fff;
    }

        .btn-hover-2:hover.btn-white {
            text-shadow: -600px 0 0 #000, 0 0 0 #000;
        }

.btn-shadow {
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
}

.btn.btn-square {
    padding: 0;
    min-width: 45px;
    width: 45px;
    height: 45px;
    min-height: 45px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    border-radius: var(--border-radius-base);
    outline: none;
    border: 0;
}

    .btn.btn-square.btn-white i {
        color: #222222;
    }

    .btn.btn-square i {
        font-size: 24px;
    }

    .btn.btn-square .badge {
        position: absolute;
        top: -7px;
        right: -6px;
        padding: 0;
        height: 20px;
        width: 20px;
        font-weight: 500;
        font-size: 12px;
        line-height: 20px;
        background: #666666;
        border-radius: 10px;
    }

.table {
    margin-bottom: 0px;
    font-weight: 400;
}

    .table tr td,
    .table tr th {
        padding: 15px;
    }

    .table tr th {
        color: #222222;
        font-weight: 500;
    }

.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 {
            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.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: 40px;
}

    .site-filters.style-1 ul {
        margin-right: -10px;
    }

        .site-filters.style-1 ul li {
            padding: 8px 15px;
            border: none;
            margin-right: 10px;
        }

            .site-filters.style-1 ul li a {
                color: #222222;
                font-weight: 500;
                font-size: 15px;
                line-height: 22px;
                margin: 0;
                display: flex;
                align-items: center;
                overflow: hidden;
            }

                .site-filters.style-1 ul li a i {
                    font-size: 25px;
                    margin-right: 10px;
                }

            .site-filters.style-1 ul li:hover, .site-filters.style-1 ul li.active {
                background: var(--bg-light);
            }

                .site-filters.style-1 ul li:hover a, .site-filters.style-1 ul li.active a {
                    color: var(--primary);
                }

                    .site-filters.style-1 ul li:hover a i, .site-filters.style-1 ul li.active a i {
                        -webkit-animation: upToDown 0.5s forwards;
                        -moz-animation: upToDown 0.5s forwards;
                        animation: upToDown 0.5s forwards;
                    }

@media only screen and (max-width: 1280px) {
    .site-filters.style-1 ul {
        margin-right: -5px;
    }

        .site-filters.style-1 ul li {
            padding: 8px;
            margin-right: 5px;
        }

            .site-filters.style-1 ul li a {
                font-size: 13px;
            }

                .site-filters.style-1 ul li a i {
                    margin-right: 5px;
                }
}

@media only screen and (max-width: 991px) {
    .site-filters.style-1 {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .site-filters.style-1 {
        text-align: center;
    }
}

.site-filters.style-2 {
    margin-bottom: 20px;
}

    .site-filters.style-2 ul li {
        text-align: center;
        border: none;
        padding: 0px 30px;
    }

        .site-filters.style-2 ul li a {
            color: #222222;
            font-weight: 500;
            font-size: 15px;
            line-height: 22px;
            margin: 0;
        }

            .site-filters.style-2 ul li a span {
                display: block;
                margin-bottom: 10px;
            }

                .site-filters.style-2 ul li a span i {
                    font-size: 40px;
                }

        .site-filters.style-2 ul li:hover a, .site-filters.style-2 ul li.active a {
            color: var(--primary);
        }

            .site-filters.style-2 ul li:hover a i, .site-filters.style-2 ul li.active a i {
                animation: shake 1s;
            }

@media only screen and (max-width: 991px) {
    .site-filters.style-2 ul li {
        padding: 0px 20px;
    }
}

@media only screen and (max-width: 767px) {
    .site-filters.style-2 ul li {
        margin-bottom: 20px;
        padding: 0px 10px;
    }

        .site-filters.style-2 ul li a {
            font-size: 12px;
        }

            .site-filters.style-2 ul li a span i {
                font-size: 30px;
            }
}

@-webkit-keyframes upToDown {
    49% {
        -webkit-transform: translateY(100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }

    51% {
        opacity: 1;
    }
}

@-moz-keyframes upToDown {
    49% {
        -moz-transform: translateY(100%);
    }

    50% {
        opacity: 0;
        -moz-transform: translateY(-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;
    }
}

@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }

    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

/*  */

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

    .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-accordion .accordion-collapse {
    border: 0;
    border: 0;
    border-radius: 0 !important;
}

        .dz-accordion .accordion-header .accordion-button.collapsed {
            background: transparent;
            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;
                }

.pagination {
    justify-content: center;
}

.pagination.style-1 {
    display: flex;
    align-items: center;
}

    .pagination.style-1 .main-button-next {
        top: auto !important;
        bottom: 30%;
    }

    .pagination.style-1 .main-button-next,
    .pagination.style-1 .main-button-prev {
        position: absolute;
        top: 30%;
        align-items: center;
        color: var(--primary);
        z-index: 2;
        width: 55px;
        height: 55px;
        line-height: 55px;
        text-align: center;
        left: 105px;
        font-size: 30px;
        margin: 10px 0;
    }

        .pagination.style-1 .main-button-next i,
        .pagination.style-1 .main-button-prev i {
            font-family: 'feather';
            font-style: normal;
        }

@media only screen and (max-width: 1480px) {
    .pagination.style-1 .main-button-next,
    .pagination.style-1 .main-button-prev {
        left: 23px;
    }
}

@media only screen and (max-width: 1320px) {
    .pagination.style-1 .main-button-next,
    .pagination.style-1 .main-button-prev {
        left: 10px;
    }
}

@media only screen and (max-width: 1280px) {
    .pagination.style-1 .main-button-next,
    .pagination.style-1 .main-button-prev {
        display: none;
    }
}

.pagination.style-1.left-align .main-button-next, .pagination.style-1.left-align .main-button-prev {
    left: 10px;
    top: 30%;
}

.pagination.style-1.left-align .main-button-next {
    bottom: 30%;
}

/* 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 {
    z-index: 999999;
}

    .lg-outer .lg-toogle-thumb,
    .lg-outer .lg-thumb-outer,
    .lg-outer .lg-img-wrap,
    .lg-outer .lg-item {
        background-color: transparent;
    }

    .lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
        border-color: var(--primary);
    }

.lg-backdrop {
    z-index: 99999;
    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-item {
    cursor: pointer;
    display: block;
}

.lg-progress-bar .lg-progress {
    background-color: var(--primary);
}

.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;
    border-radius: 6px;
    box-shadow: -4px 4px 24px -10px;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

@media only screen and (max-width: 575px) {
    .scroltop {
        height: 35px;
        width: 35px;
        line-height: 35px;
    }
}

.scroltop-progress {
    position: fixed;
    cursor: pointer;
    bottom: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: block;
    opacity: 0;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
    z-index: 999;
    visibility: hidden;
    transform: translateY(20px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

    .scroltop-progress::after {
        content: "\f062";
        font-size: 18px;
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        position: absolute;
        left: 0;
        top: 0;
        height: 50px;
        cursor: pointer;
        width: 50px;
        line-height: 50px;
        color: var(--dark);
        text-align: center;
        transition: all 200ms linear;
    }

    .scroltop-progress svg path {
        fill: none;
        stroke-width: 4;
        box-sizing: border-box;
        stroke: var(--dark);
        transition: all 200ms linear;
    }

    .scroltop-progress.active-progress {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .scroltop-progress.scroltop-primary::after {
        color: var(--primary);
    }

    .scroltop-progress.scroltop-primary svg path {
        stroke: var(--primary);
    }

    .scroltop-progress:hover::after {
        color: var(--primary);
    }

    .scroltop-progress:hover svg path {
        stroke: var(--primary);
    }

.video {
    z-index: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 87px;
    height: 87px;
    line-height: 87px;
    background-color: var(--primary);
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

    .video:hover {
        transform: translate(-50%, -50%) scale(1.2);
    }

    .video i {
        color: #fff;
    }

@media only screen and (max-width: 1280px) {
    .video {
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .video {
        width: 55px;
        height: 55px;
        line-height: 55px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 575px) {
    .video svg {
        width: 50px;
        height: 50px;
    }
}

.video.style-1 {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
}

@keyframes animationSignal1 {
    /*Video Popup*/
    0% {
        opacity: 0.8;
        transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        -webkit-transform: scale(0.9);
    }

    100% {
        transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}

@-webkit-keyframes animationSignal1 {
    /*Video Popup*/
    0% {
        transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        -webkit-transform: scale(0.9);
    }

    100% {
        transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes animationSignal2 {
    /*Video Popup*/
    0% {
        transform: scale(0.9);
        -moz-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
    }

    100% {
        transform: scale(1.9);
        -moz-transform: scale(1.9);
        -webkit-transform: scale(1.9);
        -ms-transform: scale(1.9);
        -o-transform: scale(1.9);
        opacity: 0;
    }
}

@-webkit-keyframes animationSignal2 {
    /*Video Popup*/
    0% {
        transform: scale(0.9);
        -moz-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
    }

    100% {
        transform: scale(1.9);
        -moz-transform: scale(1.9);
        -webkit-transform: scale(1.9);
        -ms-transform: scale(1.9);
        -o-transform: scale(1.9);
        opacity: 0;
    }
}

.swiper-pagination {
    position: relative;
    width: auto;
    display: flex;
    align-items: center;
}

    .swiper-pagination.style-1 {
        display: inline-block;
        position: absolute;
        bottom: 10px;
    }

        .swiper-pagination.style-1 .swiper-pagination-bullet {
            width: 10px;
            height: 10px;
            text-align: center;
            font-size: 12px;
            opacity: 1;
            border-radius: 30px;
            background: #fff;
            border: 1px solid var(--primary);
        }

        .swiper-pagination.style-1 .swiper-pagination-bullet-active {
            background: var(--primary);
        }

.swiper-button-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.btn-next,
.btn-prev {
    position: static;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 0px;
    color: #fff;
    background: var(--primary);
    font-size: 15px;
    z-index: 1;
    text-align: center;
    margin: 0 10px;
    display: inline-block;
    box-shadow: 0px 10px 30px 0px var(--rgba-primary-3);
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 10px;
}

    .btn-next:hover,
    .btn-prev:hover {
        background: #222222;
        color: #fff;
        box-shadow: 0px 10px 30px 0px rgba(34, 34, 34, 0.2);
    }

    .btn-next::after,
    .btn-prev::after {
        content: none;
    }

    .btn-next.dark:hover,
    .btn-prev.dark:hover {
        background: #fff;
        color: #000;
        box-shadow: 0px 10px 30px 0px rgba(34, 34, 34, 0.2);
    }

    .btn-next i,
    .btn-prev i {
        font-size: 20px;
        line-height: inherit;
    }

@media only screen and (max-width: 1199px) {
    .btn-next,
    .btn-prev {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

        .btn-next i,
        .btn-prev i {
            font-size: 16px;
        }
}

@media only screen and (max-width: 575px) {
    .btn-next,
    .btn-prev {
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin: 0 2px 2px;
    }

        .btn-next i,
        .btn-prev i {
            font-size: 15px;
        }
}

.swiper-visible {
    overflow: unset;
}

    .swiper-visible .swiper-slide {
        opacity: 0;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
    }

    .swiper-visible .swiper-slide-active,
    .swiper-visible:not(.swiper-single) .swiper-slide-next,
    .swiper-visible:not(.swiper-single) .swiper-slide-visible:not(.swiper-slide-duplicate-prev) {
        opacity: 1;
    }

    .swiper-visible.swiper-item-4 .swiper-slide-next + .swiper-slide,
    .swiper-visible.swiper-item-4 .swiper-slide-next + .swiper-slide + .swiper-slide {
        opacity: 1;
    }

.menu-align {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.swiper-btn-lr {
    position: relative;
}

    .swiper-btn-lr .btn-prev-long,
    .swiper-btn-lr .btn-next-long,
    .swiper-btn-lr .btn-prev,
    .swiper-btn-lr .btn-next {
        top: 50%;
        position: absolute;
        transform: translateY(-50%);
        right: -100px;
    }

    .swiper-btn-lr .btn-prev-long,
    .swiper-btn-lr .btn-prev {
        left: -100px;
        right: auto;
    }

@media only screen and (max-width: 1480px) {
    .swiper-btn-lr .btn-prev-long,
    .swiper-btn-lr .btn-prev {
        left: -60px;
    }

    .swiper-btn-lr .btn-next-long,
    .swiper-btn-lr .btn-next {
        right: -60px;
    }
}

@media only screen and (max-width: 1280px) {
    .swiper-btn-lr .btn-prev-long,
    .swiper-btn-lr .btn-next-long {
        position: static;
        transform: translate(0);
        margin: -10px 50px 0;
    }
}

.swiper-btn-lr .btn-prev-1, .swiper-btn-lr .btn-next-1 {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    right: 0;
    background-color: rgba(34, 34, 34, 0.1);
    border-radius: var(--border-radius-base);
    height: 80px;
    width: 27px;
    line-height: 80px;
    text-align: center;
    color: #222222;
    font-size: 14px;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

    .swiper-btn-lr .btn-prev-1:hover, .swiper-btn-lr .btn-next-1:hover {
        background-color: var(--primary);
        color: #fff;
    }

.swiper-btn-lr .btn-prev-1 {
    left: 0;
    right: auto;
}

.widget {
    margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
    .widget {
        margin-bottom: 30px;
    }
}

 .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 {
    background-color: #fff;
    border: 0;
    border-radius: 6px;
    z-index: 0 !important;
    height: 50px;
    padding: 6px 0px 6px 20px;
}

 .search-bx.style-1 form .wp-block-categories-dropdown select, .wp-block-categories-dropdown .search-bx.style-1 form select,
.search-bx.style-1 form .wp-block-archives-dropdown select, .wp-block-archives-dropdown .search-bx.style-1 form select {
    border: 1px solid #efefef;
    border-width: 0;
    font-size: 15px;
    height: 45px;
    padding: 5px 20px;
}

@-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_services ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

    
    .widget_services ul li {
        padding-bottom: 1.125rem;
        margin-bottom: 0.8125rem;
        position: relative;
        padding: 10px 0 10px 20px;
        margin-bottom: 0;
        line-height: 1.25rem;
    }

        
        .widget_services ul li a {
            color: inherit;
            text-transform: capitalize;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            transition: all 0.5s;
            font-size: 15px;
            font-weight: 500;
        }

            
            .widget_services ul li a::before {
                content: "\f0da";
                font-family: "Font Awesome 5 Free";
                background: transparent;
                width: auto;
                height: auto;
                position: absolute;
                left: 0;
                top: 9px;
                font-size: 1rem;
                font-weight: 700;
                color: var(--primary);
            }

            
            .widget_services ul li a:hover {
                color: var(--primary);
            }

        
        .widget_services ul li li {
            border-bottom: none;
            padding-top: 0.5rem;
            padding-bottom: 0.5rem;
            line-height: 1.375rem;
        }

            
            .widget_services ul li li:last-child {
                border-bottom: 0;
                padding-bottom: 0;
            }

            
            .widget_services ul li li::before {
                top: 0.5rem;
                left: 0;
            }

    
    .widget_services ul ul {
        padding-left: 1.125rem;
        margin-top: 0.5rem;
        margin-left: -0.9375rem;
    }


ul cite {
    font-weight: 600;
    color: var(--title);
}

.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%;
    }

 .widget-newslatter .wp-block-categories-dropdown select, .wp-block-categories-dropdown .widget-newslatter select,
.widget-newslatter .wp-block-archives-dropdown select, .wp-block-archives-dropdown .widget-newslatter select {
    background-color: #fff;
    border-radius: var(--border-radius-base);
    border: 1px solid rgba(0, 0, 0, 0.1);
}

#masonry.row {
    width: auto !important;
}


.widget.style-1 {
    box-shadow: 0 0 60px 20px rgba(0, 0, 0, 0.1);
    padding: 35px;
    border-bottom: 4px solid;
    border-color: var(--primary);
}

         .shop-widget .search-bx .wp-block-categories-dropdown select, .wp-block-categories-dropdown .shop-widget .search-bx select,
        .shop-widget .search-bx .wp-block-archives-dropdown select, .wp-block-archives-dropdown .shop-widget .search-bx select,
        .widget.style-1 .search-bx .wp-block-categories-dropdown select,
        .wp-block-categories-dropdown .widget.style-1 .search-bx select,
        .widget.style-1 .search-bx .wp-block-archives-dropdown select,
        .wp-block-archives-dropdown .widget.style-1 .search-bx select {
            background-color: #f3f4f6;
            box-shadow: unset;
        }

@media only screen and (max-width: 1280px) {
    
    .widget.style-1 {
        padding: 25px;
    }
}

.widget_getintuch ul li {
    position: relative;
    margin-bottom: 25px;
    padding-left: 40px;
    color: #000;
}

@media only screen and (max-width: 1199px) {
    .widget_getintuch ul li {
        margin-bottom: 25px;
    }
}

.widget_getintuch ul li h5, .widget_getintuch ul li .h5 {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 5px;
}

.widget_getintuch ul li i {
    position: absolute;
    font-size: 30px;
    line-height: 1;
    left: 0;
    top: 5px;
    color: var(--primary);
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.widget_getintuch ul li p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #CCCCCC;
}

.widget.bg-white {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: var(--border-radius-base);
}

.widget_services li a span {
    position: relative;
}

    .widget_services li a span:after {
        content: '';
        position: absolute;
        height: 1px;
        background-color: var(--primary);
        bottom: 0;
        right: 0;
        width: 0;
        transform-origin: left;
        -moz-transform-origin: left;
        -ms-transform-origin: left;
        -webkit-transform-origin: left;
        -o-transform-origin: left;
        transition: all 0.8s;
        -moz-transition: all 0.8s;
        -webkit-transition: all 0.8s;
        -ms-transition: all 0.8s;
        -o-transition: all 0.8s;
    }

.widget_services li a:hover span:after {
    width: 100%;
    left: 0;
    right: auto;
    transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    -webkit-transform-origin: right;
    -o-transform-origin: right;
}

.modal-dialog {
    max-width: 970px !important;
}

@media only screen and (max-width: 991px) {
    .modal-dialog {
        max-width: 750px !important;
        padding: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .modal-dialog {
        padding: 10px;
    }
}

@keyframes dzMove1 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    50% {
        -webkit-transform: translate(25px, 25px);
        transform: translate(25px, 25px);
    }

    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@-webkit-keyframes dzmove2 {
    0% {
        -webkit-transform: rotate(-25deg) translate(-50px, -50px);
        transform: rotate(-25deg) translate(-50px, -50px);
    }

    50% {
        -webkit-transform: rotate(25deg) translate(50px, 50px);
        transform: rotate(25deg) translate(50px, 50px);
    }

    100% {
        -webkit-transform: rotate(-25deg) translate(-50px, -50px);
        transform: rotate(-25deg) translate(-50px, -50px);
    }
}

@keyframes dzHeart {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(0.9);
    }
}

.range-slider.style-1 {
    padding: 45px 0 0;
}

            .range-slider.style-1 .noUi-horizontal .noUi-handle .noUi-tooltip {
                border: 0px;
                background: var(--primary);
                color: white;
                border-radius: 4px;
                font-size: 13px;
                font-weight: 600;
                padding: 2px 5px;
                bottom: 30px;
            }

                .range-slider.style-1 .noUi-horizontal .noUi-handle .noUi-tooltip::after {
                    content: "";
                    position: absolute;
                    background-color: inherit;
                    width: 10px;
                    height: 10px;
                    bottom: -11px;
                    margin-left: -4px;
                    left: 50%;
                    transform: rotate(45deg) translate(-50%, -50%);
                }

            .range-slider.style-1 .noUi-horizontal .noUi-handle.noUi-handle-lower .noUi-tooltip {
                background: var(--title);
            }

                .range-slider.style-1 .noUi-horizontal .noUi-handle.noUi-handle-lower .noUi-tooltip.after {
                    background-color: var(--title);
                }

.form-check-input:checked {
    background-color: var(--primary);
    border-color: var(--primary);
}

.search-content .form-check-input {
    width: 24px;
    height: 24px;
    border: 2px solid var(--primary);
    margin-top: 0;
}

.dz-social-icon ul {
    margin-left: -5px;
    margin-right: -5px;
}

    .dz-social-icon ul li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

.dz-social-icon.icon-gap-10 ul {
    margin-left: -10px;
    margin-right: -10px;
}

    .dz-social-icon.icon-gap-10 ul li {
        padding-left: 10px;
        padding-right: 10px;
    }

.dz-social-icon.icon-gap-5 ul {
    margin-left: -5px;
    margin-right: -5px;
}

    .dz-social-icon.icon-gap-5 ul li {
        padding-left: 5px;
        padding-right: 5px;
    }

.dz-img-box {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .dz-img-box.style-1 {
        border-radius: 10px;
    }

        .dz-img-box.style-1::after {
            position: absolute;
            content: "";
            z-index: 1;
            opacity: 0;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(0.39deg, var(--primary) 0.33%, rgba(21, 180, 163, 0) 101%);
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            transition: all 0.5s;
        }

        .dz-img-box.style-1 .dz-content {
            display: flex;
            justify-content: space-between;
            opacity: 0;
            align-items: center;
            margin-bottom: -90px;
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: auto;
            z-index: 2;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            transition: all 0.5s;
            padding: 20px 30px;
        }

        .dz-img-box.style-1:hover::after {
            opacity: 1;
        }

        .dz-img-box.style-1:hover .dz-content {
            opacity: 1;
            width: 100%;
            margin-bottom: 0;
        }

    .dz-img-box.style-2 {
        text-align: center;
        padding: 40px 20px 30px;
        border: 1px solid #F5F5F5;
        background: #fff;
        border-radius: var(--border-radius-base);
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

        .dz-img-box.style-2::before, .dz-img-box.style-2::after {
            position: absolute;
            content: "";
            z-index: -1;
            top: -190px;
            left: 50%;
            transform: translateX(-50%);
            background: #F5F5F5;
            width: 335px;
            height: 335px;
            border-radius: 50%;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            transition: all 0.5s;
        }

        .dz-img-box.style-2::before {
            top: -100%;
            background-color: var(--primary);
            z-index: 0;
        }

        .dz-img-box.style-2 .dz-media {
            width: 150px;
            min-width: 150px;
            margin: 0 auto 10px;
            border-radius: 50%;
            border: 9px solid #fff;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            transition: all 0.5s;
        }

        .dz-img-box.style-2 .dz-content {
            margin-top: auto;
        }

            .dz-img-box.style-2 .dz-content p {
                font-size: 14px;
                line-height: 21px;
                margin-bottom: 8px;
            }

            .dz-img-box.style-2 .dz-content .btn {
                margin-top: 18px;
            }

        .dz-img-box.style-2:hover, .dz-img-box.style-2.active {
            border-color: var(--primary);
        }

            .dz-img-box.style-2:hover::after, .dz-img-box.style-2.active::after {
                top: 0;
                border-radius: 0;
                height: 100%;
                width: 100%;
                opacity: 0.5;
            }

            .dz-img-box.style-2:hover::before, .dz-img-box.style-2.active::before {
                top: -190px;
            }

            .dz-img-box.style-2:hover .dz-media, .dz-img-box.style-2.active .dz-media {
                animation: dzRotate360 10s linear infinite;
            }

@media only screen and (max-width: 991px) {
    .dz-img-box.style-2 {
        padding: 40px 20px 30px;
    }
}

.dz-img-box.style-3 {
    border-radius: 10px;
    box-shadow: 0px 15px 55px rgba(34, 34, 34, 0.15);
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

    .dz-img-box.style-3::after {
        position: absolute;
        content: "";
        z-index: 1;
        opacity: 0;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(0.39deg, #222222 0.33%, rgba(34, 34, 34, 0) 101%);
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
    }

    .dz-img-box.style-3 .dz-media {
        width: 100%;
    }

    .dz-img-box.style-3 .dz-content {
        background: #fff;
        text-align: center;
        padding: 23px 15px;
        opacity: 1;
        display: block;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
        width: 100%;
        position: absolute;
        bottom: 0px;
        margin-bottom: 0px;
    }

        .dz-img-box.style-3 .dz-content p {
            font-size: 15px;
            line-height: 24px;
            margin-bottom: 2px;
        }

    .dz-img-box.style-3:hover::after, .dz-img-box.style-3.active::after {
        opacity: 1;
    }

    .dz-img-box.style-3:hover .dz-content, .dz-img-box.style-3.active .dz-content {
        bottom: -150px;
        opacity: 0;
    }

    .dz-img-box.style-3:hover .dz-media, .dz-img-box.style-3.active .dz-media {
        width: 100%;
        min-width: 100%;
        height: 100%;
    }

@media only screen and (max-width: 767px) {
    .dz-img-box.style-3 .dz-content {
        padding: 20px;
    }
}

.dz-img-box.style-4 {
    background: #fff;
    box-shadow: 0px 15px 55px rgba(34, 34, 34, 0.15);
    border-radius: 10px;
    padding: 18px;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    display: flex;
    flex-direction: column;
    height: 160px;
}

    .dz-img-box.style-4::before {
        content: "";
        height: 0;
        width: 0;
        background-color: #222222;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: -1;
        border-radius: 100%;
    }

    .dz-img-box.style-4 .detail-btn {
        background-color: var(--primary);
        width: 48px;
        height: 48px;
        line-height: 48px;
        color: #fff;
        text-align: center;
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        border-radius: 10px 0px;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
    }

    .dz-img-box.style-4.active::before, .dz-img-box.style-4:hover::before {
        height: 120px;
        width: 120px;
        transform: scale(6);
        right: 40%;
    }

    .dz-img-box.style-4.active .detail-btn, .dz-img-box.style-4:hover .detail-btn {
        background: #fff;
        color: var(--primary);
    }

        .dz-img-box.style-4.active .detail-btn i, .dz-img-box.style-4:hover .detail-btn i {
            animation: dzRotate360 10s linear infinite;
        }

.dz-img-box.style-5 {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    height: calc(100% - 30px);
}

    .dz-img-box.style-5 .dz-content {
        margin-bottom: 15px;
    }

        .dz-img-box.style-5 .dz-content .weight, .dz-img-box.style-5 .dz-content .price {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .dz-img-box.style-5 .dz-content .weight {
            margin-bottom: 5px;
        }

            .dz-img-box.style-5 .dz-content .weight span {
                font-size: 12px;
            }

        .dz-img-box.style-5 .dz-content .price h6, .dz-img-box.style-5 .dz-content .price .h6 {
            margin-bottom: 0;
        }

    .dz-img-box.style-5 .dz-media {
        border-radius: 10px;
        margin-top: auto;
        width: 100%;
        height: 100%;
    }

        .dz-img-box.style-5 .dz-media::after {
            background: linear-gradient(0deg, rgba(34, 34, 34, 0.8), rgba(34, 34, 34, 0.8));
            content: "";
            width: 100%;
            height: 100%;
            z-index: 1;
            top: 0;
            left: 0;
            position: absolute;
            opacity: 0;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            transition: all 0.5s;
        }

        .dz-img-box.style-5 .dz-media img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .dz-img-box.style-5 .dz-media .detail-btn {
            width: 48px;
            height: 48px;
            line-height: 48px;
            display: block;
            text-align: center;
            position: absolute;
            top: -50px;
            transform: translateX(-50%);
            left: 50%;
            color: #fff;
            background-color: var(--primary);
            border-radius: 10px;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            transition: all 0.5s;
            z-index: 2;
            opacity: 0;
        }

    .dz-img-box.style-5:hover .dz-media::after {
        opacity: 1;
    }

    .dz-img-box.style-5:hover .dz-media .detail-btn {
        opacity: 1;
        top: 50%;
        transform: translateY(-50%) translateX(-50%);
    }

@media only screen and (max-width: 1280px) {
    .dz-img-box.style-5 {
        padding: 10px;
    }
}

.dz-img-box.style-6 {
    display: flex;
    align-items: center;
    padding: 20px 25px;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 10px;
}

    .dz-img-box.style-6 .dz-media {
        margin-right: 12px;
        min-width: 80px;
        width: 80px;
    }

    .dz-img-box.style-6 .dz-content {
        width: 100%;
    }

        .dz-img-box.style-6 .dz-content .dz-head {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

            .dz-img-box.style-6 .dz-content .dz-head .header-text {
                font-weight: 600;
                font-size: 18px;
                line-height: 28px;
            }

                .dz-img-box.style-6 .dz-content .dz-head .header-text a {
                    color: var(--title);
                    max-width: 250px;
                    text-overflow: ellipsis;
                    overflow: hidden;
                    white-space: nowrap;
                    display: block;
                }

                    .dz-img-box.style-6 .dz-content .dz-head .header-text a:hover {
                        color: var(--primary);
                    }

            .dz-img-box.style-6 .dz-content .dz-head .img-line {
                width: 100%;
                height: 1px;
                margin: 0 15px;
                border-bottom: 1px dashed #7D7D7D;
            }

            .dz-img-box.style-6 .dz-content .dz-head .header-price {
                color: var(--primary);
                font-weight: 600;
                font-size: 20px;
                line-height: 28px;
            }

        .dz-img-box.style-6 .dz-content .dz-body {
            font-weight: 400;
            font-size: 15px;
            line-height: 21px;
            margin-bottom: 0;
        }

    .dz-img-box.style-6:hover {
        box-shadow: 0px 15px 55px rgba(34, 34, 34, 0.15);
    }

@media only screen and (max-width: 1191px) {
    .dz-img-box.style-6 {
        padding: 10px;
    }
}

@media only screen and (max-width: 991px) {
    .dz-img-box.style-6 {
        display: block;
        text-align: center;
    }

        .dz-img-box.style-6 .dz-media {
            min-width: 80px;
            width: 80px;
            margin: 0 auto 20px;
        }

        .dz-img-box.style-6 .dz-content {
            text-align: center;
        }
}

@media only screen and (max-width: 767px) {
    .dz-img-box.style-6 {
        display: flex;
        align-items: center;
        text-align: left;
    }

        .dz-img-box.style-6 .dz-media {
            margin: 0 10px 0 0;
        }

        .dz-img-box.style-6 .dz-content {
            text-align: left;
        }
}

@media only screen and (max-width: 575px) {
    .dz-img-box.style-6 {
        margin-bottom: 10px;
    }

        .dz-img-box.style-6 .dz-content .dz-head .header-text a {
            font-size: 16px;
        }

        .dz-img-box.style-6 .dz-content .dz-head .img-line, .dz-img-box.style-6 .dz-content .dz-head .header-price {
            display: none;
        }

        .dz-img-box.style-6 .dz-content .dz-body {
            font-size: 14px;
        }
}

@keyframes dzRotate360 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

    .dz-divider.icon-left {
        margin-left: 40px;
    }

        .dz-divider.icon-left i {
            left: -40px;
        }

    .dz-divider.icon-right {
        margin-right: 40px;
    }

        .dz-divider.icon-right i {
            left: auto;
            right: -40px;
        }

    .dz-divider.icon-center i {
        left: 50%;
        margin-left: -5px;
    }

    .tempus-dominus-widget .picker-switch {
        font-weight: 600;
    }

.separator.no-highlight {
    background: transparent;
}

    .main-bnr-one .main-thumb1 .swiper-wrapper {
        height: auto;
    }

    .main-bnr-one .main-thumb1 .swiper-slide {
        width: 295px !important;
        opacity: 0.5;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
        cursor: pointer;
    }

        .main-bnr-one .main-thumb1 .swiper-slide.swiper-slide-thumb-active {
            opacity: 1;
        }

.main-bnr-one .swiper-slide.swiper-slide-active .banner-inner .banner-content .sub-title,
.main-bnr-one .swiper-slide.swiper-slide-active .banner-inner .banner-content .banner-btn,
.main-bnr-one .swiper-slide.swiper-slide-active .banner-inner .banner-content h1,
.main-bnr-one .swiper-slide.swiper-slide-active .banner-inner .banner-content .h1,
.main-bnr-one .swiper-slide.swiper-slide-active .banner-inner .banner-content p {
    transform: translateY(0);
    opacity: 1;
}

.main-bnr-one .swiper-slide.swiper-slide-active .banner-inner .banner-media {
    transform: translateY(0);
    opacity: 1;
}

.main-bnr-one .swiper-slide.swiper-slide-active .banner-inner .img2 {
    opacity: 1;
    transform: rotate(0);
}

.main-bnr-one .slider-pagination .swiper-pagination-bullet {
    font-weight: 400;
    font-size: 24px;
    margin: 10px 0;
    text-align: center;
    opacity: 1;
    color: var(--rgba-primary-4);
    font-family: 'Orbitron';
    display: block;
    height: 55px;
    width: 55px;
    line-height: 55px;
    border-radius: 0;
    background: transparent;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

    .main-bnr-one .slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        color: var(--primary);
    }

@media only screen and (max-width: 991px) {

        .main-bnr-one .slider-pagination .swiper-pagination-bullet {
            font-size: 18px;
            height: 40px;
            width: 40px;
            line-height: 40px;
        }
}

@keyframes move1 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    25% {
        -webkit-transform: translate(-15px, -15px);
        transform: translate(-15px, -15px);
    }

    50% {
        -webkit-transform: translate(-8px, -8px);
        transform: translate(-8px, -8px);
    }

    75% {
        -webkit-transform: translate(-15px, 8px);
        transform: translate(-15px, 8px);
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@media only screen and (min-width: 1281px) {

        [data-layout="boxed"] .main-bnr-one .slider-pagination .swiper-pagination-bullet {
            color: #fff;
        }

            [data-layout="boxed"] .main-bnr-one .slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
                color: #fff;
                opacity: 0.5;
            }
}

.main-bnr-three {
    position: relative;
    align-items: center;
    z-index: 1;
    overflow: hidden;
    --slider-left-spacing: 80px;
}

    .main-bnr-three.top-space {
        transform: translateY(95px);
        margin-bottom: 95px;
    }

@media only screen and (max-width: 1280px) {
    .main-bnr-three.top-space {
        transform: translateY(75px);
        margin-bottom: 75px;
    }
}

.main-bnr-three .swiper-wrapper {
    min-height: 825px;
    height: calc(100vh - 95px);
}

@media only screen and (max-width: 1280px) {
    .main-bnr-three .swiper-wrapper {
        min-height: 600px;
        height: 600px;
    }
}

@media only screen and (max-width: 991px) {
    .main-bnr-three .swiper-wrapper {
        min-height: 400px;
        height: 400px;
    }
}

.main-bnr-three .swiper-slide {
    height: 100% !important;
}

.main-bnr-three .banner-inner {
    position: relative;
    z-index: 1;
    margin-left: var(--slider-left-spacing);
    padding: 120px 0 30px;
    border-radius: 30px 0 0 30px;
    overflow: hidden !important;
    height: 100%;
}

    .main-bnr-three .banner-inner::before, .main-bnr-three .banner-inner::after {
        position: absolute;
        z-index: -1;
        content: "";
        height: 100%;
        width: 70%;
        top: 0;
        left: 0;
        background: linear-gradient(90deg, #222222 0%, rgba(34, 34, 34, 0) 99.38%);
    }

    .main-bnr-three .banner-inner::after {
        opacity: 0.8;
        transform: matrix(-1, 0, 0, 1, 0, 0);
        left: auto;
        right: 0;
    }

@media only screen and (max-width: 1280px) {
    .main-bnr-three .banner-inner {
        border-radius: 0;
        margin-left: 0;
    }
}

@media only screen and (max-width: 991px) {
    .main-bnr-three .banner-inner::before, .main-bnr-three .banner-inner::after {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .main-bnr-three .banner-inner {
        padding: 50px 0 30px;
    }
}

.main-bnr-three .banner-inner .banner-content {
    position: relative;
    z-index: 2;
    margin-bottom: 50px;
}

    .main-bnr-three .banner-inner .banner-content .sub-title {
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
        display: block;
    }

    .main-bnr-three .banner-inner .banner-content h1, .main-bnr-three .banner-inner .banner-content .h1 {
        font-family: 'Orbitron';
        font-style: normal;
        font-weight: 600;
        font-size: 50px;
        line-height: 1.2;
        margin-bottom: 16px;
    }

    .main-bnr-three .banner-inner .banner-content .bnr-text {
        font-size: 18px;
        line-height: 27px;
        color: rgba(255, 255, 255, 0.7);
        max-width: 580px;
        font-weight: 300;
    }

    .main-bnr-three .banner-inner .banner-content .banner-btn {
        margin-top: 40px;
        margin-bottom: 80px;
    }

    .main-bnr-three .banner-inner .banner-content .food-card {
        border: 1px dashed rgba(255, 255, 255, 0.4);
        border-radius: 10px;
        width: 370px;
        position: relative;
    }

        .main-bnr-three .banner-inner .banner-content .food-card::before {
            content: "";
            position: absolute;
            border-radius: 100%;
            width: 13px;
            height: 13px;
            background: #F3B700;
            z-index: 1;
            bottom: 200px;
            right: -500px;
        }

        .main-bnr-three .banner-inner .banner-content .food-card .dz-head {
            border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
            display: flex;
            justify-content: space-between;
            padding: 15px 25px;
        }

            .main-bnr-three .banner-inner .banner-content .food-card .dz-head ul {
                display: flex;
            }

                .main-bnr-three .banner-inner .banner-content .food-card .dz-head ul li i {
                    color: #EBBC16;
                }

        .main-bnr-three .banner-inner .banner-content .food-card .dz-body {
            display: flex;
            justify-content: space-between;
            padding: 16px 25px;
        }

            .main-bnr-three .banner-inner .banner-content .food-card .dz-body .dz-left .text {
                font-size: 15px;
                margin-bottom: 0;
                color: #DCDCDC;
            }

@media only screen and (max-width: 1280px) {
    .main-bnr-three .banner-inner .banner-content .food-card {
        display: none;
    }
}

@media only screen and (max-width: 1480px) {
    .main-bnr-three .banner-inner .banner-content h1, .main-bnr-three .banner-inner .banner-content .h1 {
        font-size: 70px;
    }
}

@media only screen and (max-width: 1280px) {
    .main-bnr-three .banner-inner .banner-content {
        margin-bottom: 0;
    }

        .main-bnr-three .banner-inner .banner-content h1, .main-bnr-three .banner-inner .banner-content .h1 {
            font-size: 60px;
        }

        .main-bnr-three .banner-inner .banner-content .bnr-text {
            max-width: 500px;
            font-size: 16px;
        }
}

@media only screen and (max-width: 991px) {
    .main-bnr-three .banner-inner .banner-content h1, .main-bnr-three .banner-inner .banner-content .h1 {
        font-size: 50px;
    }

    .main-bnr-three .banner-inner .banner-content .bnr-text {
        width: 350px;
    }
}

@media only screen and (max-width: 767px) {
    .main-bnr-three .banner-inner .banner-content .bnr-text {
        width: 100%;
    }

    .main-bnr-three .banner-inner .banner-content .banner-btn {
        margin-top: 25px;
    }
}

@media only screen and (max-width: 575px) {
    .main-bnr-three .banner-inner .banner-content h1, .main-bnr-three .banner-inner .banner-content .h1 {
        font-size: 36px;
    }
}

.main-bnr-three .banner-inner .banner-media {
    position: relative;
    z-index: 1;
    height: 100%;
    float: left;
    min-width: 50vw;
    top: -42px;
    left: -37px;
}

    .main-bnr-three .banner-inner .banner-media::after {
        content: "";
        position: absolute;
        border-radius: 100%;
    }

    .main-bnr-three .banner-inner .banner-media::after {
        width: 60vw;
        height: 60vw;
        border: 180px solid var(--primary);
        top: -25vw;
        right: -20vw;
        z-index: -1;
        transform: rotate(-45deg);
    }

    .main-bnr-three .banner-inner .banner-media img {
        width: 40vw;
        min-width: 40vw;
        height: 100%;
        transform: rotate(-25deg);
        -webkit-transition: all 0.8s;
        -ms-transition: all 0.8s;
        transition: all 0.8s;
    }

@media only screen and (max-width: 1680px) {
    .main-bnr-three .banner-inner .banner-media {
        left: -100px;
    }

        .main-bnr-three .banner-inner .banner-media::after {
            border: 100px solid var(--primary);
        }
}

@media only screen and (max-width: 1280px) {
    .main-bnr-three .banner-inner .banner-media {
        left: -30px;
    }

        .main-bnr-three .banner-inner .banner-media::after {
            border: 80px solid var(--primary);
        }
}

@media only screen and (max-width: 991px) {
    .main-bnr-three .banner-inner .banner-media {
        left: -30px;
        top: -30px;
    }

        .main-bnr-three .banner-inner .banner-media img {
            width: 60vw;
            min-width: 60vw;
        }

        .main-bnr-three .banner-inner .banner-media::after {
            display: none;
        }
}

@media only screen and (max-width: 767px) {
    .main-bnr-three .banner-inner .banner-media {
        left: 0;
        width: 100%;
    }

        .main-bnr-three .banner-inner .banner-media img {
            width: 85vw;
            min-width: 85vw;
        }
}

@media only screen and (max-width: 575px) {
    .main-bnr-three .banner-inner .banner-media img {
        width: 90vw;
        min-width: 90vw;
    }
}

.main-bnr-three .banner-inner .target-line {
    position: absolute;
    bottom: 50px;
    right: -100%;
    z-index: 1;
    transform: translateX(25%);
    min-width: 485px;
}

@media only screen and (max-width: 1480px) {
    .main-bnr-three .banner-inner .target-line {
        display: none;
    }
}

.main-bnr-three .banner-inner .leaf {
    position: absolute;
    top: 0;
    left: 48.5%;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .main-bnr-three .banner-inner .leaf {
        display: none;
    }
}

.main-bnr-three .swiper-slide-visible.swiper-slide-active .banner-inner .banner-media img {
    transform: rotate(0deg);
}

.main-bnr-three .swiper-bnr-pagination {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: var(--slider-left-spacing);
    height: 100%;
    position: absolute;
}

@media only screen and (max-width: 575px) {
    .main-bnr-three .swiper-bnr-pagination {
        width: auto;
        right: 0;
    }
}

.main-bnr-three .swiper-bnr-pagination .main-button-next,
.main-bnr-three .swiper-bnr-pagination .main-button-prev {
    color: var(--primary);
    font-size: 30px;
    margin: 10px 0;
}

    .main-bnr-three .swiper-bnr-pagination .main-button-next i,
    .main-bnr-three .swiper-bnr-pagination .main-button-prev i {
        font-family: 'feather';
        font-style: normal;
    }

@media only screen and (max-width: 1280px) {
    .main-bnr-three .swiper-bnr-pagination .main-button-next,
    .main-bnr-three .swiper-bnr-pagination .main-button-prev {
        display: none;
    }
}

.main-bnr-three .main-swiper3-pagination {
    position: static;
    transform: unset !important;
    height: auto !important;
    z-index: 9999;
}

    .main-bnr-three .main-swiper3-pagination .swiper-pagination-bullet {
        font-weight: 400;
        font-size: 24px;
        line-height: 55px;
        margin: 10px 0;
        text-align: center;
        opacity: 1;
        color: var(--rgba-primary-4);
        font-family: 'Orbitron';
        display: block;
        width: 55px;
        border-radius: 0;
        height: 55px;
        background: transparent;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
    }

        .main-bnr-three .main-swiper3-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            color: var(--primary);
        }

@media only screen and (max-width: 1320px) {
    .main-bnr-three .main-swiper3-pagination {
        left: 0;
    }

        .main-bnr-three .main-swiper3-pagination .swiper-pagination-bullet {
            font-size: 22px;
            width: 45px;
            height: 45px;
            line-height: 45px;
        }
}

@media only screen and (max-width: 1280px) {
    .main-bnr-three .main-swiper3-pagination .swiper-pagination-bullet {
        display: inline-block;
    }
}

@media only screen and (max-width: 575px) {
    .main-bnr-three .main-swiper3-pagination {
        width: 30px;
    }

        .main-bnr-three .main-swiper3-pagination .swiper-pagination-bullet {
            font-size: 16px;
            width: 30px;
            height: 30px;
            line-height: 30px;
        }
}

@media only screen and (min-width: 1281px) {
    [data-layout="boxed"] .main-bnr-three .banner-inner .banner-media img {
        width: 40vw;
        min-width: 40vw;
    }
}

@media only screen and (min-width: 1481px) {
    [data-layout="boxed"] .main-bnr-three .banner-inner .banner-media::after {
        border: 120px solid var(--primary);
        top: -20vw;
        right: -8vw;
        width: 50vw;
        height: 50vw;
    }

    [data-layout="boxed"] .main-bnr-three .banner-inner .banner-media img {
        width: 32vw;
        min-width: 32vw;
    }

    [data-layout="boxed"] .main-bnr-three .banner-inner .banner-media {
        min-width: 50vw;
        top: -40px;
        left: -100px;
    }
}

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

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

@-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);
    }
}

@-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);
    }
}

@keyframes move4 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    25% {
        -webkit-transform: translate(10px, 10px);
        transform: translate(10px, 10px);
    }

    50% {
        -webkit-transform: translate(5px, 5px);
        transform: translate(5px, 5px);
    }

    75% {
        -webkit-transform: translate(10px, -5px);
        transform: translate(10px, -5px);
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@keyframes move5 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    25% {
        -webkit-transform: translate(-10px, -10px);
        transform: translate(-10px, -10px);
    }

    50% {
        -webkit-transform: translate(-5px, -5px);
        transform: translate(-5px, -5px);
    }

    75% {
        -webkit-transform: translate(-10px, 5px);
        transform: translate(-10px, 5px);
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@keyframes move6 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    25% {
        -webkit-transform: translate(15px, 15px);
        transform: translate(15px, 15px);
    }

    50% {
        -webkit-transform: translate(8px, 8px);
        transform: translate(8px, 8px);
    }

    75% {
        -webkit-transform: translate(15px, -8px);
        transform: translate(15px, -8px);
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@keyframes move7 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    25% {
        -webkit-transform: translate(-15px, -15px);
        transform: translate(-15px, -15px);
    }

    50% {
        -webkit-transform: translate(-8px, -8px);
        transform: translate(-8px, -8px);
    }

    75% {
        -webkit-transform: translate(-15px, 8px);
        transform: translate(-15px, 8px);
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@keyframes move-lr {
    0% {
        transform: rotate(0);
    }

    10% {
        transform: rotate(-15deg);
    }

    20% {
        transform: rotate(20deg);
    }

    30% {
        transform: rotate(-24deg);
    }

    40% {
        transform: rotate(21deg);
    }

    50% {
        transform: rotate(-18deg);
    }

    60% {
        transform: rotate(14deg);
    }

    70% {
        transform: rotate(-11deg);
    }

    80% {
        transform: rotate(7deg);
    }

    90% {
        transform: rotate(-3deg);
    }

    100% {
        transform: rotate(1deg);
    }
}

.about-p {
    width: 815px;
    margin: auto;
}

@media only screen and (max-width: 991px) {
    .about-p {
        width: 100%;
        font-size: 14px;
    }
}

.about-media {
    height: 430px;
}

    .about-media img {
        height: 100% !important;
        object-fit: cover;
    }

@media only screen and (max-width: 991px) {
    .about-media {
        height: 380px;
    }
}

@media only screen and (max-width: 575px) {
    .about-media {
        height: 300px;
    }
}

.portfolio-slider .swiper-slide {
    width: auto;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.testimonial-text {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    margin: 15px 0;
}

    .testimonial-text p:last-child {
        margin: 0;
    }

.testimonial-detail {
    padding: 5px;
}

.testimonial-position {
    font-size: 15px;
}

.testimonial-name,
.testimonial-position {
    display: block;
}

.testimonial-name {
    color: #222;
}

.testimonial-one-thumb.swiper {
    width: 100%;
    height: 450px;
    margin-left: auto;
    margin-right: auto;
}

.testimonial-one-thumb .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: calc(100% / 2) !important;
    transition: all 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .testimonial-one-thumb .swiper-slide img {
        height: 100%;
        object-fit: cover;
        width: 100%;
    }

    .testimonial-one-thumb .swiper-slide.swiper-slide-thumb-active {
        padding: 10px;
    }

@media only screen and (max-width: 575px) {
    .testimonial-one-thumb.swiper {
        height: 250px;
    }

    .testimonial-one-thumb .swiper-slide.swiper-slide-thumb-active {
        padding: 5px;
    }
}

.testimonial-2 {
    background: #fff;
    position: relative;
    display: flex;
}

    .testimonial-2 .dz-media {
        border-radius: 8px;
        width: 570px;
        min-width: 570px;
    }

        .testimonial-2 .dz-media img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .testimonial-2 .testimonial-detail {
        padding: 20px 30px 30px 0;
        display: flex;
        flex-direction: column;
        width: 100%;
        position: relative;
    }

    .testimonial-2 .dz-media + .testimonial-detail {
        padding: 20px 0 30px 30px;
    }

    .testimonial-2 .testimonial-text p {
        font-weight: 500;
        font-size: 18px;
        line-height: 32px;
        color: var(--title);
    }

    .testimonial-2 .testimonial-info {
        position: relative;
        z-index: 1;
        margin-top: auto;
        padding-left: 20px;
    }

        .testimonial-2 .testimonial-info::after {
            background: var(--primary);
            border-radius: 4px;
            height: 5px;
            width: 50px;
            content: "";
            position: absolute;
            z-index: -1;
            transform: rotate(90deg);
            top: 25px;
            left: -22px;
        }

        .testimonial-2 .testimonial-info .testimonial-name {
            font-size: 22px;
            line-height: 33px;
            font-weight: 700;
            margin-bottom: 0;
        }

        .testimonial-2 .testimonial-info .testimonial-position {
            font-weight: 400;
            font-size: 14px;
            line-height: 21px;
            color: var(--primary);
        }

    .testimonial-2 .quote {
        position: absolute;
        right: 26px;
        bottom: 15px;
        font-size: 102px;
        color: var(--primary);
    }

@media only screen and (max-width: 1280px) {
    .testimonial-2 .dz-media {
        width: 450px;
        min-width: 450px;
    }

        .testimonial-2 .dz-media img {
            height: 100%;
            object-fit: cover;
        }

    .testimonial-2 .testimonial-text {
        margin: 0 0 15px;
    }

        .testimonial-2 .testimonial-text p {
            font-size: 16px;
            line-height: 30px;
        }
}

@media only screen and (max-width: 991px) {
    .testimonial-2 {
        border-radius: 0 0 10px 10px;
        flex-direction: column;
    }

        .testimonial-2 .testimonial-detail {
            padding: 20px 0;
        }

        .testimonial-2 .dz-media + .testimonial-detail {
            padding: 20px 0;
        }

        .testimonial-2 .dz-media {
            width: 100%;
            min-width: 100%;
        }

        .testimonial-2 .testimonial-detail {
            padding: 15px 0;
        }

        .testimonial-2 .quote {
            font-size: 65px;
            bottom: 10px;
            right: 10px;
        }

        .testimonial-2.right {
            flex-direction: column-reverse;
        }

        .testimonial-2 .testimonial-info .testimonial-name {
            font-size: 18px;
        }
}

.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: inline-block;
    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: 67px;
    height: 67px;
    min-width: 67px;
    line-height: 67px;
}

    .icon-bx-sm.radius {
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
    }

    .icon-bx-sm i {
        font-size: 35px;
        vertical-align: middle;
    }

    .icon-bx-sm img {
        vertical-align: middle;
        max-width: 100%;
        width: auto;
        height: 35px;
    }

.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;
    line-height: 1;
}

    .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;
    line-height: 1;
}

    .icon-lg i {
        vertical-align: middle;
        font-size: 60px;
    }

@media only screen and (max-width: 767px) {
    .icon-lg i {
        font-size: 50px;
        line-height: 1.2;
    }
}

.icon-lg img {
    vertical-align: middle;
    max-width: 100%;
    width: auto;
    height: 70px;
}

.icon-md {
    display: inline-block;
    text-align: center;
    line-height: 1;
}

    .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;
    line-height: 1;
}

    .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;
    line-height: 1;
}

    .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;
        font-weight: 600;
    }

    .icon-bx-wraper .after-titile-line {
        margin-bottom: 10px;
        font-size: 15px;
    }

    .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: 15px;
    }

    .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 {
        line-height: 1;
        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 {
            line-height: 1;
            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-media {
    position: relative;
    overflow: hidden;
}

    .dz-media img {
        width: 100%;
        height: auto;
    }

    .dz-box-bg .icon-bx-wraper {
        background-color: #f8f8f8;
    }

    
    .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 .wp-block-button__link {
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
    }

    .dz-box-bg.active .icon-bx-wraper {
        background-color: rgba(0, 0, 0, 0.7);
    }

    
    .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 .wp-block-button__link {
        color: #fff;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
    }

    .dz-box-bg .icon-box-btn .btn,
    .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 {
    padding: 40px 24px;
    background-color: #fff;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    justify-content: center;
}

    .icon-bx-wraper.style-1 .inner-content {
        position: relative;
        z-index: 1;
    }

        .icon-bx-wraper.style-1 .inner-content .icon-cell i {
            font-size: 70px;
            color: var(--secondary);
        }

    .icon-bx-wraper.style-1::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: #fff;
        -webkit-transition: all 0.2s;
        -ms-transition: all 0.2s;
        transition: all 0.2s;
    }

    .icon-bx-wraper.style-1:hover, .icon-bx-wraper.style-1.active {
        transform: scale(1.1);
        border-radius: 10px;
        z-index: 1;
    }

        .icon-bx-wraper.style-1:hover::after, .icon-bx-wraper.style-1.active::after {
            background: var(--rgba-primary-9);
        }

        .icon-bx-wraper.style-1:hover .icon-content .dz-title, .icon-bx-wraper.style-1.active .icon-content .dz-title {
            color: #fff;
        }

        .icon-bx-wraper.style-1:hover .icon-content p, .icon-bx-wraper.style-1.active .icon-content p {
            color: #fff;
        }

@media only screen and (max-width: 991px) {
    .icon-bx-wraper.style-1:hover, .icon-bx-wraper.style-1.active {
        transform: scale(1);
    }
}

.icon-wrapper1 {
    position: relative;
    box-shadow: 0px 15px 55px rgba(34, 34, 34, 0.15);
}

    .icon-wrapper1::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: #fff;
        border-radius: 10px;
        z-index: -1;
    }

@media only screen and (max-width: 991px) {
    .icon-wrapper1 {
        box-shadow: 0px 10px 30px rgba(34, 34, 34, 0.15);
    }
}

.icon-bx-wraper.style-2 {
    background-color: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

    .icon-bx-wraper.style-2 .icon-bx {
        background-color: var(--rgba-primary-1);
        width: 100px;
        height: 100px;
        min-width: 100px;
        border-radius: 100%;
        line-height: 100px;
        text-align: center;
        margin-right: 20px;
    }

        .icon-bx-wraper.style-2 .icon-bx .icon-cell {
            color: var(--primary);
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            transition: all 0.5s;
        }

            .icon-bx-wraper.style-2 .icon-bx .icon-cell i {
                font-size: 45px;
            }

    .icon-bx-wraper.style-2 .icon-content p {
        font-size: 15px;
        font-weight: 300;
        font-family: var(--font-family-title);
    }

    .icon-bx-wraper.style-2:hover .icon-bx, .icon-bx-wraper.style-2.active .icon-bx {
        background-color: var(--primary);
    }

        .icon-bx-wraper.style-2:hover .icon-bx .icon-cell, .icon-bx-wraper.style-2.active .icon-bx .icon-cell {
            color: #fff;
        }

            .icon-bx-wraper.style-2:hover .icon-bx .icon-cell i, .icon-bx-wraper.style-2.active .icon-bx .icon-cell i {
                animation: shake 1s;
            }

@media only screen and (max-width: 1280px) {
    .icon-bx-wraper.style-2 .icon-bx {
        width: 80px;
        min-width: 80px;
        height: 80px;
        line-height: 80px;
        margin-right: 15px;
    }

        .icon-bx-wraper.style-2 .icon-bx .icon-cell i {
            font-size: 35px;
        }

    .icon-bx-wraper.style-2 .icon-content .dz-title {
        font-size: 18px;
    }
}

.icon-wrapper2 {
    position: relative;
}

@media only screen and (min-width: 991px) {
    .icon-wrapper2 > div:not(:nth-child(3)) {
        border-right: 1px dashed rgba(102, 102, 102, 0.2);
    }

    .icon-wrapper2 > div:last-child {
        border-right: none;
    }
}

.icon-bx-wraper.style-3 {
    border-radius: 10px;
    background: rgba(34, 34, 34, 0.05);
    text-align: center;
    padding: 30px 12px;
    border: 2px solid transparent;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    height: 100%;
    display: flex;
    flex-direction: column;
}

    .icon-bx-wraper.style-3 .icon-bx {
        width: 95px;
        height: 95px;
        line-height: 95px;
        border-radius: 100%;
        text-align: center;
        background: var(--primary);
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }

        .icon-bx-wraper.style-3 .icon-bx .icon-cell i {
            font-size: 50px;
            line-height: 100px;
            color: #fff;
        }

    .icon-bx-wraper.style-3 .icon-content {
        margin-top: auto;
    }

        .icon-bx-wraper.style-3 .icon-content p {
            font-size: 14px;
        }

    .icon-bx-wraper.style-3:hover {
        transform: translateY(-10px);
        border: 2px solid var(--primary);
        background-color: #fff;
        box-shadow: 0px 15px 55px rgba(34, 34, 34, 0.15);
    }

        .icon-bx-wraper.style-3:hover .icon-bx .icon-cell i {
            animation: shake 1s;
        }

@media only screen and (max-width: 1280px) {
    .icon-bx-wraper.style-3 .icon-content .title {
        font-size: 18px;
    }
}

@media only screen and (max-width: 991px) {
    .icon-bx-wraper.style-3 .icon-content .title {
        font-size: 20px;
    }
}

.icon-bx-wraper.style-4 {
    border-radius: 10px;
    text-align: center;
    padding: 20px 12px 30px;
    min-height: 180px;
}

    .icon-bx-wraper.style-4 .icon-bx {
        margin-bottom: 20px;
    }

        .icon-bx-wraper.style-4 .icon-bx .icon-cell {
            width: 65px;
            height: 65px;
            margin: auto;
            min-width: 65px;
            line-height: 65px;
        }

            .icon-bx-wraper.style-4 .icon-bx .icon-cell i {
                font-size: 60px;
                color: var(--primary);
            }

    .icon-bx-wraper.style-4 .icon-content p {
        font-weight: 500;
        font-size: 18px;
        line-height: 27px;
        color: var(--title);
    }

    .icon-bx-wraper.style-4:hover .icon-bx .icon-cell i {
        animation: shake 1s;
    }

@media only screen and (max-width: 1280px) {
    .icon-bx-wraper.style-4 .icon-content p {
        font-size: 15px;
        line-height: 1.5;
    }
}

.icon-bx-wraper.style-5 {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    padding-top: 60px;
}

    .icon-bx-wraper.style-5 .icon-bx {
        width: 115px;
        height: 115px;
        line-height: 115px;
        text-align: center;
        position: absolute;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        z-index: 2;
    }

        .icon-bx-wraper.style-5 .icon-bx .icon-cell {
            border-radius: 100%;
            box-shadow: 0px 15px 55px rgba(34, 34, 34, 0.15);
            background-color: #fff;
            color: var(--primary);
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            transition: all 0.5s;
        }

            .icon-bx-wraper.style-5 .icon-bx .icon-cell i {
                font-size: 50px;
                vertical-align: middle;
                line-height: 50px;
            }

    .icon-bx-wraper.style-5 .icon-content {
        padding: 90px 40px 30px;
        box-shadow: 0px 15px 55px rgba(34, 34, 34, 0.15);
        border-radius: 10px;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
        background-color: #fff;
        position: relative;
        overflow: hidden;
        z-index: 1;
    }

        .icon-bx-wraper.style-5 .icon-content .title {
            margin-bottom: 10px;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            transition: all 0.5s;
        }

        .icon-bx-wraper.style-5 .icon-content p {
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            transition: all 0.5s;
        }

            .icon-bx-wraper.style-5 .icon-content p:last-child {
                margin-bottom: 0;
            }

        .icon-bx-wraper.style-5 .icon-content .effect {
            position: absolute;
            display: block;
            width: 0;
            height: 0;
            border-radius: 50%;
            transition: width .4s ease-in-out,height .4s ease-in-out;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            z-index: -1;
        }

    .icon-bx-wraper.style-5:hover .icon-cell i, .icon-bx-wraper.style-5.active .icon-cell i {
        animation: shake 1s;
    }

    .icon-bx-wraper.style-5:hover .icon-content .title, .icon-bx-wraper.style-5.active .icon-content .title {
        color: #fff;
    }

    .icon-bx-wraper.style-5:hover .icon-content p, .icon-bx-wraper.style-5.active .icon-content p {
        color: rgba(255, 255, 255, 0.8);
    }

    .icon-bx-wraper.style-5:hover .icon-content .effect, .icon-bx-wraper.style-5.active .icon-content .effect {
        width: 300%;
        height: 300%;
    }

@media only screen and (max-width: 1280px) {
    .icon-bx-wraper.style-5 {
        padding-top: 45px;
    }

        .icon-bx-wraper.style-5 .icon-bx {
            width: 90px;
            height: 90px;
            line-height: 90px;
        }

            .icon-bx-wraper.style-5 .icon-bx i {
                font-size: 40px;
                line-height: 40px;
            }

        .icon-bx-wraper.style-5 .icon-content {
            padding: 65px 20px 30px;
        }

            .icon-bx-wraper.style-5 .icon-content p {
                font-size: 14px;
            }
}

@media only screen and (max-width: 991px) {
    .icon-bx-wraper.style-5 {
        border-radius: 10px;
        overflow: hidden;
        padding: 30px 20px;
        box-shadow: 0px 15px 55px rgba(34, 34, 34, 0.15);
        position: relative;
        z-index: 1;
    }

        .icon-bx-wraper.style-5 .icon-bx {
            position: initial;
            transform: translateY(0);
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 15px;
            width: 60px;
            height: 60px;
            line-height: 60px;
        }

            .icon-bx-wraper.style-5 .icon-bx .icon-cell {
                box-shadow: none;
                background-color: transparent;
            }

                .icon-bx-wraper.style-5 .icon-bx .icon-cell i {
                    font-size: 45px;
                    line-height: 45px;
                }

        .icon-bx-wraper.style-5 .icon-content {
            border-radius: 0;
            padding: 0;
            box-shadow: none;
            position: static;
            background-color: transparent;
        }

        .icon-bx-wraper.style-5:hover .icon-bx .icon-cell, .icon-bx-wraper.style-5.active .icon-bx .icon-cell {
            color: #fff;
        }
}

.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 {
        box-shadow: 0px 15px 55px rgba(34, 34, 34, 0.15);
        border-radius: 10px;
        background-color: #fff;
        overflow: hidden;
    }

        .dz-team.style-1 .dz-media {
            position: relative;
            z-index: 1;
        }

            .dz-team.style-1 .dz-media img {
                -webkit-transition: all 0.5s;
                -ms-transition: all 0.5s;
                transition: all 0.5s;
            }

            .dz-team.style-1 .dz-media::before {
                content: "";
                position: absolute;
                width: 200px;
                height: 200px;
                background: #000;
                top: -100px;
                left: -100px;
                opacity: 0.2;
                -webkit-transition: all 0.5s;
                -ms-transition: all 0.5s;
                transition: all 0.5s;
                border-radius: 50%;
                transform: scale(0.5) translateX(-50%);
                z-index: 1;
            }

        .dz-team.style-1 .dz-content {
            background-color: #fff;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 15px 20px;
        }

            .dz-team.style-1 .dz-content .dz-name {
                margin-bottom: 2px;
                -webkit-transition: all 0.5s;
                -ms-transition: all 0.5s;
                transition: all 0.5s;
            }

            .dz-team.style-1 .dz-content .dz-position {
                font-weight: 400;
                font-size: 14px;
                line-height: 20px;
                color: var(--primary);
            }

        .dz-team.style-1:hover .dz-media::before {
            transform: scale(5);
        }

        .dz-team.style-1:hover .dz-media img {
            transform: scale(1.1);
        }

.dz-card.blog-half .swiper-container {
    height: 100%;
}

.dz-media.height-md .post-swiper {
    height: 100%;
}

.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;
        }

.swiper-grid-wrapper.swiper {
    width: 100%;
    height: 690px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-grid-wrapper .dz-card.style-1 {
    height: 100%;
}

    .swiper-grid-wrapper .dz-card.style-1 .dz-media {
        height: 100% !important;
    }

.swiper-grid-wrapper .swiper-slide {
    height: calc((100% - 30px) / 2) !important;
    transition: all 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*=== Pages ===*/

@keyframes logoUpToDown {
    49% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    51% {
        opacity: 1;
    }
}

.dropdown-item.active, .dropdown-item:active {
    background-color: var(--primary);
}

.dzFormMsg,
.dzSubscribeMsg {
    position: fixed;
    right: 5%;
    bottom: 20px;
    z-index: 9999999;
}

    .dzFormMsg .alert,
    .dzSubscribeMsg .alert {
        margin: 0;
        position: relative;
        box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    }

@media only screen and (max-width: 1199px) {
    .dzFormMsg,
    .dzSubscribeMsg {
        right: 9%;
        bottom: 17px;
    }
}

@media only screen and (max-width: 767px) {
    .dzFormMsg,
    .dzSubscribeMsg {
        right: 5%;
        bottom: 18%;
        width: 90%;
    }
}

@media only screen and (max-width: 575px) {
    .dzFormMsg,
    .dzSubscribeMsg {
        bottom: 10%;
    }
}

     .alignnone.is-resized {
        margin: 0.3125rem 0 1.563rem 0;
    }

     .aligncenter.is-resized {
        display: block;
        margin: 0.3125rem auto 0.938rem;
        text-align: center;
    }

     .alignright.is-resized {
        margin: 0.3125rem 0 1.563rem 1.563rem;
        float: right;
    }

     .alignleft.is-cropped, .alignleft.is-resized {
        margin: 0.3125rem 1.563rem 1.563rem 0;
        float: left;
    }

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    padding: 1.25rem 2rem 1.25rem 1.75rem;
    font-size: 1.375rem;
    color: var(--title);
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    line-height: 1.875rem;
    position: relative;
    clear: both;
    font-weight: 600;
    z-index: 1;
    border: 0;
    border-radius: 10px;
    box-shadow: 0px 15px 55px rgba(34, 34, 34, 0.15);
}

@media only screen and (max-width: 1280px) {
    .wp-block-quote.is-large,
    .wp-block-quote.is-style-large {
        padding: 1rem 2rem;
    }
}

@media only screen and (max-width: 575px) {
    .wp-block-quote.is-large,
    .wp-block-quote.is-style-large {
        margin-top: 1.7rem;
        margin-bottom: 1.7rem;
    }
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-style-large cite {
    font-style: normal;
    position: relative;
    display: block;
    margin-top: -0.3125rem;
    font-weight: 600;
    color: var(--primary);
    line-height: 1.5;
    font-size: 1rem;
}

    .wp-block-quote.is-large cite::before,
    .wp-block-quote.is-style-large cite::before {
        content: "";
        margin-right: 0.625rem;
        width: 36px;
        height: 2px;
        background: var(--title);
        display: inline-block;
        vertical-align: middle;
    }

.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 {
    color: inherit;
}

.wp-block-quote.is-large::after,
.wp-block-quote.is-style-large::after {
    content: "";
    width: 5px;
    height: 110px;
    border-radius: 50px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: var(--primary);
    position: absolute;
    box-shadow: 0 0 30px 0 var(--rgba-primary-2);
}

.wp-block-quote.is-large .quotes,
.wp-block-quote.is-style-large .quotes {
    position: absolute;
    right: 20px;
    bottom: 17px;
    font-size: 64px;
    color: var(--primary);
}

@media only screen and (max-width: 1280px) {
    .wp-block-quote.is-large .quotes,
    .wp-block-quote.is-style-large .quotes {
        bottom: 5px;
    }
}

@media only screen and (max-width: 575px) {
    .wp-block-quote.is-large .quotes,
    .wp-block-quote.is-style-large .quotes {
        display: none;
    }
}

.wp-block-quote.is-large.wp-block-pullquote.alignleft,
.wp-block-quote.is-style-large.wp-block-pullquote.alignleft {
    margin: 0rem 1.563rem 1.563rem 0rem;
}

    .wp-block-quote.is-large.wp-block-pullquote.alignright,
    .wp-block-quote.is-style-large.wp-block-pullquote.alignright {
        margin: 0rem 0 1.563rem 1.563rem;
    }

        .wp-block-quote.is-large.style-1,
        .wp-block-quote.is-style-large.style-1 {
            background: #fff;
            color: var(--primary);
            padding: 25px 32px 20px 100px;
            box-shadow: 0px 15px 50px rgba(34, 34, 34, 0.15);
            margin-top: 22px;
            margin-bottom: 20px;
        }

            .wp-block-quote.is-large.style-1 p,
            .wp-block-quote.is-style-large.style-1 p {
                font-size: 22px;
                line-height: 35px;
                color: var(--title);
            }

            .wp-block-quote.is-large.style-1::after,
            .wp-block-quote.is-style-large.style-1::after {
                display: none;
            }

            .wp-block-quote.is-large.style-1 .quotes,
            .wp-block-quote.is-style-large.style-1 .quotes {
                right: auto;
                left: 25px;
                bottom: auto;
                top: 25px;
                font-size: 52px;
                transform: rotate(180deg);
            }

            .wp-block-quote.is-large.style-1 .block-author,
            .wp-block-quote.is-style-large.style-1 .block-author {
                padding-left: 40px;
                position: relative;
                margin-top: 10px;
            }

                .wp-block-quote.is-large.style-1 .block-author::after,
                .wp-block-quote.is-style-large.style-1 .block-author::after {
                    content: "";
                    width: 35px;
                    height: 2px;
                    left: 0;
                    top: 50%;
                    background: var(--primary);
                    position: absolute;
                    box-shadow: 0 0 30px 0 var(--rgba-primary-2);
                }

@media only screen and (max-width: 1280px) {
    .wp-block-quote.is-large.style-1 p,
    .wp-block-quote.is-style-large.style-1 p {
        font-size: 18px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .wp-block-quote.is-large.style-1 p,
    .wp-block-quote.is-style-large.style-1 p {
        font-size: 16px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 575px) {
    .wp-block-quote.is-large.style-1,
    .wp-block-quote.is-style-large.style-1 {
        padding: 20px;
    }
}

/* Gutenberg Gallery */
/* Gutenberg Css */
/* .dz-blog.blog-single,
.dz-blog.blog-single + #comment-list */


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;
}

.wp-block-quote.has-text-align-right {
    border-right: 0;
}

/* Gutenberg Gallery */

.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .wp-block-image a,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .wp-block-image img,
.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 .wp-block-image img,
    .wp-block-gallery.is-cropped .wp-block-image a,
    .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 .wp-block-image.has-add-item-button,
.wp-block-gallery .blocks-gallery-item.has-add-item-button {
    width: 100%;
}

.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;
}

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

@media only screen and (max-width: 48.875rem) {
    .admin-bar .is-fixed .main-bar {
        top: 2.8125rem;
    }
}

@media only screen and (max-width: 37.5rem) {
    .admin-bar .is-fixed .main-bar {
        top: 0;
    }

    .admin-bar .mo-left .is-fixed .header-nav {
        top: 0;
        height: 100vh !important;
    }
}

.comment-respond .comment-form p label {
    display: none;
}

    .post-password-form label {
        display: block;
        font-size: 1rem;
    }

@media only screen and (max-width: 991px) {
    .side-bar.sticky-top {
        position: unset;
    }
}

.dz-load-more i::before {
    -webkit-animation: unset !important;
    -moz-animation: unset !important;
    animation: unset !important;
}

.post-swiper,
.post-swiper-thumb,
.service2-swiper,
.service-swiper {
    position: relative;
}

    .post-swiper .btn-prev,
    .post-swiper .btn-next,
    .post-swiper .prev-post-swiper-btn,
    .post-swiper .next-post-swiper-btn,
    .post-swiper .prev-service-swiper-btn,
    .post-swiper .next-service-swiper-btn,
    .post-swiper-thumb .btn-prev,
    .post-swiper-thumb .btn-next,
    .post-swiper-thumb .prev-post-swiper-btn,
    .post-swiper-thumb .next-post-swiper-btn,
    .post-swiper-thumb .prev-service-swiper-btn,
    .post-swiper-thumb .next-service-swiper-btn,
    .service2-swiper .btn-prev,
    .service2-swiper .btn-next,
    .service2-swiper .prev-post-swiper-btn,
    .service2-swiper .next-post-swiper-btn,
    .service2-swiper .prev-service-swiper-btn,
    .service2-swiper .next-service-swiper-btn,
    .service-swiper .btn-prev,
    .service-swiper .btn-next,
    .service-swiper .prev-post-swiper-btn,
    .service-swiper .next-post-swiper-btn,
    .service-swiper .prev-service-swiper-btn,
    .service-swiper .next-service-swiper-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        height: 45px;
        width: 45px;
        line-height: 45px;
        border-radius: 0;
        text-align: center;
        font-size: 20px;
        background-color: #fff;
        color: var(--primary);
        z-index: 1;
        margin: 0 10px;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
    }

        .post-swiper .btn-prev:hover,
        .post-swiper .btn-next:hover,
        .post-swiper .prev-post-swiper-btn:hover,
        .post-swiper .next-post-swiper-btn:hover,
        .post-swiper .prev-service-swiper-btn:hover,
        .post-swiper .next-service-swiper-btn:hover,
        .post-swiper-thumb .btn-prev:hover,
        .post-swiper-thumb .btn-next:hover,
        .post-swiper-thumb .prev-post-swiper-btn:hover,
        .post-swiper-thumb .next-post-swiper-btn:hover,
        .post-swiper-thumb .prev-service-swiper-btn:hover,
        .post-swiper-thumb .next-service-swiper-btn:hover,
        .service2-swiper .btn-prev:hover,
        .service2-swiper .btn-next:hover,
        .service2-swiper .prev-post-swiper-btn:hover,
        .service2-swiper .next-post-swiper-btn:hover,
        .service2-swiper .prev-service-swiper-btn:hover,
        .service2-swiper .next-service-swiper-btn:hover,
        .service-swiper .btn-prev:hover,
        .service-swiper .btn-next:hover,
        .service-swiper .prev-post-swiper-btn:hover,
        .service-swiper .next-post-swiper-btn:hover,
        .service-swiper .prev-service-swiper-btn:hover,
        .service-swiper .next-service-swiper-btn:hover {
            background-color: var(--primary);
            color: #fff;
        }

        .post-swiper .btn-prev i,
        .post-swiper .btn-next i,
        .post-swiper .prev-post-swiper-btn i,
        .post-swiper .next-post-swiper-btn i,
        .post-swiper .prev-service-swiper-btn i,
        .post-swiper .next-service-swiper-btn i,
        .post-swiper-thumb .btn-prev i,
        .post-swiper-thumb .btn-next i,
        .post-swiper-thumb .prev-post-swiper-btn i,
        .post-swiper-thumb .next-post-swiper-btn i,
        .post-swiper-thumb .prev-service-swiper-btn i,
        .post-swiper-thumb .next-service-swiper-btn i,
        .service2-swiper .btn-prev i,
        .service2-swiper .btn-next i,
        .service2-swiper .prev-post-swiper-btn i,
        .service2-swiper .next-post-swiper-btn i,
        .service2-swiper .prev-service-swiper-btn i,
        .service2-swiper .next-service-swiper-btn i,
        .service-swiper .btn-prev i,
        .service-swiper .btn-next i,
        .service-swiper .prev-post-swiper-btn i,
        .service-swiper .next-post-swiper-btn i,
        .service-swiper .prev-service-swiper-btn i,
        .service-swiper .next-service-swiper-btn i {
            font-family: 'feather';
            font-style: normal;
        }

@media only screen and (max-width: 767px) {
    .post-swiper .btn-prev,
    .post-swiper .btn-next,
    .post-swiper .prev-post-swiper-btn,
    .post-swiper .next-post-swiper-btn,
    .post-swiper .prev-service-swiper-btn,
    .post-swiper .next-service-swiper-btn,
    .post-swiper-thumb .btn-prev,
    .post-swiper-thumb .btn-next,
    .post-swiper-thumb .prev-post-swiper-btn,
    .post-swiper-thumb .next-post-swiper-btn,
    .post-swiper-thumb .prev-service-swiper-btn,
    .post-swiper-thumb .next-service-swiper-btn,
    .service2-swiper .btn-prev,
    .service2-swiper .btn-next,
    .service2-swiper .prev-post-swiper-btn,
    .service2-swiper .next-post-swiper-btn,
    .service2-swiper .prev-service-swiper-btn,
    .service2-swiper .next-service-swiper-btn,
    .service-swiper .btn-prev,
    .service-swiper .btn-next,
    .service-swiper .prev-post-swiper-btn,
    .service-swiper .next-post-swiper-btn,
    .service-swiper .prev-service-swiper-btn,
    .service-swiper .next-service-swiper-btn {
        height: 35px;
        width: 35px;
        line-height: 35px;
    }
}

.post-swiper .btn-prev,
.post-swiper .prev-post-swiper-btn,
.post-swiper .prev-service-swiper-btn,
.post-swiper-thumb .btn-prev,
.post-swiper-thumb .prev-post-swiper-btn,
.post-swiper-thumb .prev-service-swiper-btn,
.service2-swiper .btn-prev,
.service2-swiper .prev-post-swiper-btn,
.service2-swiper .prev-service-swiper-btn,
.service-swiper .btn-prev,
.service-swiper .prev-post-swiper-btn,
.service-swiper .prev-service-swiper-btn {
    left: 0;
}

.post-swiper .btn-next,
.post-swiper .next-post-swiper-btn,
.post-swiper .next-service-swiper-btn,
.post-swiper-thumb .btn-next,
.post-swiper-thumb .next-post-swiper-btn,
.post-swiper-thumb .next-service-swiper-btn,
.service2-swiper .btn-next,
.service2-swiper .next-post-swiper-btn,
.service2-swiper .next-service-swiper-btn,
.service-swiper .btn-next,
.service-swiper .next-post-swiper-btn,
.service-swiper .next-service-swiper-btn {
    right: 0;
}

.post-swiper .swiper-slide img,
.post-swiper-thumb .swiper-slide img,
.service2-swiper .swiper-slide img,
.service-swiper .swiper-slide img {
    width: 100%;
}

.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
    margin: 0 var(--gallery-block--gutter-size, 15px) var(--gallery-block--gutter-size, 15px) 0;
}

@media only screen and (max-width: 1280px) {
    .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
        margin: 0 var(--gallery-block--gutter-size, 10px) var(--gallery-block--gutter-size, 10px) 0;
    }
}

.wp-block-group.has-background {
    padding: 1.5em 2em;
}

:where(.wp-block-group.has-background) {
    padding: 1.5em 2em;
}

.offcanvas-form {
    background: #fff;
    padding: 60px 70px;
}

@media only screen and (max-width: 1280px) {
    .offcanvas-form {
        padding: 40px;
    }
}

.offcanvas-form .login-head {
    text-align: center;
}

    .offcanvas-form .login-head .title {
        font-size: 30px;
    }

    .offcanvas-form .login-head p {
        margin-bottom: 35px;
    }

    .offcanvas-form .login-head .login-title {
        text-align: center;
        position: relative;
        z-index: 1;
        display: flex;
        margin: 30px 0;
        align-items: center;
    }

        .offcanvas-form .login-head .login-title::before, .offcanvas-form .login-head .login-title::after {
            content: "";
            height: 1px;
            flex: 1 1;
            left: 0;
            background-color: #C4C4C4;
            top: 50%;
            z-index: -1;
            margin: 0;
            padding: 0;
        }

        .offcanvas-form .login-head .login-title span {
            padding: 0 10px;
        }

.offcanvas-form input {
    height: 50px !important;
}

.offcanvas-form .form-group .form-label {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #000000;
}

.search-input {
    position: relative;
}

    .search-input .show-pass {
        cursor: pointer;
        position: absolute;
        right: 0;
        height: 100%;
        width: 50px;
        top: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 9;
    }

        .search-input .show-pass .eye-close {
            display: block;
        }

        .search-input .show-pass .eye-open {
            display: none;
        }

        .search-input .show-pass.active .eye-close {
            display: none;
        }

        .search-input .show-pass.active .eye-open {
            display: block;
        }

.offcanvas {
    z-index: 999999;
    border: 0;
}

    .offcanvas.offcanvas-end {
        width: 510px;
        overflow-y: auto;
    }

    .offcanvas .offcanvas-body {
        padding: 0;
        overflow-y: initial;
    }

    .offcanvas .btn-close {
        margin: 15px 20px;
    }

        .offcanvas .btn-close.style-1 {
            background: none;
            font-size: 28px;
            padding: 0;
            line-height: 28px;
            margin: 15px 15px;
        }

@media only screen and (max-width: 1280px) {
    .offcanvas.offcanvas-end {
        width: 400px;
    }
}

@media only screen and (max-width: 575px) {
    .offcanvas.offcanvas-end {
        width: 325px;
    }
}

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

.offcanvas .offcanvas-body .category-check-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

    .offcanvas .offcanvas-body .category-check-list .form-check {
        width: 50%;
        margin-bottom: 10px;
    }

        .offcanvas .offcanvas-body .category-check-list .form-check .form-check-input {
            border: 1px solid rgba(34, 34, 34, 0.3);
            border-radius: 4px;
            width: 15px;
            height: 15px;
        }

            .offcanvas .offcanvas-body .category-check-list .form-check .form-check-input:checked {
                background-color: var(--primary);
                border: 1px solid var(--primary);
            }

        .offcanvas .offcanvas-body .category-check-list .form-check .form-check-label {
            font-family: var(--font-family-title);
            margin-left: 0px;
            font-size: 14px;
        }

.offcanvas.filter-category-sidebar {
    padding: 50px 30px 20px;
}

    .offcanvas.filter-category-sidebar .btn-close {
        background: none;
        font-size: 28px;
        padding: 0;
        line-height: 28px;
        margin: 0;
        position: absolute;
        left: 10px;
        top: 10px;
    }

        .offcanvas.filter-category-sidebar .btn-close i {
            color: #000;
        }

    .offcanvas.filter-category-sidebar .widget {
        margin-bottom: 30px;
    }

@media only screen and (max-width: 767px) {
    .offcanvas.filter-category-sidebar {
        padding: 50px 20px 20px;
    }
}

.cart-item {
    position: relative;
}

    .cart-item.style-1 {
        display: flex;
        align-items: center;
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid rgba(34, 34, 34, 0.1);
    }

        .cart-item.style-1 .dz-media {
            width: 80px;
            min-width: 80px;
            height: 80px;
            border-radius: 10px;
        }

            .cart-item.style-1 .dz-media img {
                height: 100%;
                object-fit: cover;
            }

        .cart-item.style-1 .dz-content {
            margin-left: 15px;
            width: 100%;
        }

            .cart-item.style-1 .dz-content .title {
                font-size: 16px;
            }

            .cart-item.style-1 .dz-content .dz-head,
            .cart-item.style-1 .dz-content .dz-body {
                display: flex;
                justify-content: space-between;
                align-items: center;
            }

            .cart-item.style-1 .dz-content .dz-head {
                margin-bottom: 10px;
            }

            .cart-item.style-1 .dz-content .dz-body .price {
                font-size: 18px;
            }

.btn-quantity.style-1 .bootstrap-touchspin {
    width: 105px;
    min-width: 105px;
    position: relative;
    height: 31px;
}

.btn-quantity.style-1 input {
    height: 31px;
    width: auto;
    padding: 0;
    text-align: center;
    z-index: 1 !important;
    background-color: #EAEAEA;
    border: 2px solid #EAEAEA;
    border-radius: var(--border-radius-base) !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--title);
    margin-left: 0 !important;
}

.btn-quantity.style-1 .input-group-btn-vertical {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 2px;
    margin-left: 0 !important;
}

    .btn-quantity.style-1 .input-group-btn-vertical .btn {
        padding: 0px;
        min-width: 26px;
        text-align: center;
        line-height: 26px;
        z-index: 1;
        background-color: #fff;
        color: var(--title);
        position: relative;
        border-radius: 4px;
        justify-content: center;
    }

        .btn-quantity.style-1 .input-group-btn-vertical .btn i {
            font-weight: 900;
            font-size: 14px;
        }

.btn-quantity.style-1 .input-group {
    margin-bottom: 0;
}

.panel-btn {
    display: none;
    padding: 5px 18px;
    margin-bottom: 15px;
}

.panel-close-btn {
    display: none;
}

    .panel-close-btn i {
        font-size: 20px;
    }

@media only screen and (max-width: 991px) {
    .shop-filter {
        padding: 30px 20px;
        position: fixed;
        left: -345px;
        top: 0px;
        z-index: 999999999;
        background: #fff;
        height: 100%;
        -webkit-transition: all 0.8s;
        -ms-transition: all 0.8s;
        transition: all 0.8s;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
        width: 300px;
        overflow: scroll;
    }

        .shop-filter.style-1 {
            width: 350px;
            left: -355px;
        }

        .shop-filter.show {
            left: 0;
        }

    .panel-btn {
        display: block;
    }

    .panel-close-btn {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .shop-filter.style-1 {
        width: 325px;
    }
}

        /* Idle State of the stars */
        .rating-stars ul > li.star > i.fas {
            font-size: 14px;
            /* Change the size of the stars */
            color: #ccc;
            /* Color on idle state */
        }

        /* Hover state of the stars */
        .rating-stars ul > li.star.hover > i.fas {
            color: #FFCC36;
        }

        /* Selected state of the stars */
        .rating-stars ul > li.star.selected > i.fas {
            color: #FF912C;
        }

.product-detail .badge {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: #666666;
    display: flex;
    align-items: center;
    padding: 2px;
    margin-bottom: 10px;
}

    .product-detail .badge svg {
        margin-right: 8px;
    }

.product-detail .detail-media {
    border-radius: 10px;
    overflow: hidden;
}

    .product-detail .detail-media img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

.product-detail .detail-info {
    position: relative;
}

    .product-detail .detail-info .dz-head .rating {
        font-size: 14px;
        line-height: 21px;
    }

        .product-detail .detail-info .dz-head .rating i {
            color: var(--secondary);
        }

    .product-detail .detail-info .text {
        font-size: 15px;
        margin-top: 20px;
    }

    .product-detail .detail-info .detail-list {
        display: flex;
        margin: 25px 0px;
    }

        .product-detail .detail-info .detail-list li {
            margin-right: 45px;
            font-weight: 500;
            font-size: 15px;
            line-height: 22px;
        }

            .product-detail .detail-info .detail-list li span {
                display: flex;
                font-size: 20px;
                font-weight: 600;
                line-height: 30px;
            }

    .product-detail .detail-info .add-product {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin: 0 -5px 30px;
    }

        .product-detail .detail-info .add-product li {
            padding: 5px;
            width: 50%;
        }

        .product-detail .detail-info .add-product .mini-modal {
            display: inline-flex;
            padding: 10px;
            width: 100%;
            border-radius: 10px;
            border: 1px solid rgba(34, 34, 34, 0.1);
            align-items: center;
        }

            .product-detail .detail-info .add-product .mini-modal .dz-media {
                width: 45px;
                min-width: 45px;
                height: 45px;
                border-radius: 6px;
            }

            .product-detail .detail-info .add-product .mini-modal .dz-content {
                margin-left: 15px;
                display: flex;
                width: 100%;
                justify-content: space-between;
            }

                .product-detail .detail-info .add-product .mini-modal .dz-content p {
                    margin-bottom: 0;
                    font-weight: 500;
                    color: var(--title);
                }

    .product-detail .detail-info .modal-btn-group {
        display: flex;
        margin: 0 -7px;
    }

        .product-detail .detail-info .modal-btn-group li {
            margin: 0 7px;
        }

@media only screen and (max-width: 991px) {
    .product-detail .detail-info .modal-btn-group li {
        margin: 0 7px 10px;
    }
}

@media only screen and (max-width: 575px) {
    .product-detail .detail-info .text {
        margin-top: 10px;
    }

    .product-detail .detail-info .detail-list {
        margin: 15px 0;
    }

    .product-detail .detail-info .add-product {
        margin: 0 0 20px;
    }

        .product-detail .detail-info .add-product li {
            padding: 5px 0;
            width: 100%;
        }

    .product-detail .detail-info .modal-btn-group {
        display: block;
    }
}

.modal-content .modal-body.product-detail {
    display: flex;
    padding: 6px;
}

    .modal-content .modal-body.product-detail .detail-info {
        padding: 25px 20px 25px 35px;
    }

    .modal-content .modal-body.product-detail .detail-media {
        width: 365px;
        min-width: 365px;
    }

@media only screen and (max-width: 991px) {
    .modal-content .modal-body.product-detail {
        display: block;
    }

        .modal-content .modal-body.product-detail .detail-info {
            padding: 15px;
        }

        .modal-content .modal-body.product-detail .detail-media {
            width: 100%;
            min-width: 100%;
        }

            .modal-content .modal-body.product-detail .detail-media img {
                height: 400px;
                width: 100%;
            }
}

@media only screen and (max-width: 575px) {
    .modal-content .modal-body.product-detail .detail-media img {
        height: 280px;
    }
}

.section-wrapper-4 {
    margin-left: 100px;
    margin-right: 100px;
    background-color: var(--bg-light);
    border-radius: 30px;
}

@media only screen and (max-width: 1480px) {
    .section-wrapper-4 {
        margin-left: 0px;
        margin-right: 0px;
        border-radius: 0;
    }
}

.section-wrapper-5 {
    margin-left: 100px;
    margin-right: 100px;
    z-index: 1;
    position: relative;
    border-radius: 30px;
}

    .section-wrapper-5::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        backdrop-filter: blur(6px);
        background-color: rgba(21, 21, 21, 0.7);
        width: 100%;
        height: 100%;
        z-index: -1;
    }

@media only screen and (max-width: 1480px) {
    .section-wrapper-5 {
        margin-left: 0px;
        margin-right: 0px;
        border-radius: 0;
    }
}

.section-wrapper-6 {
    position: relative;
    z-index: 1;
}

    .section-wrapper-6::after {
        content: "";
        height: 125px;
        width: 100%;
        background-color: rgba(34, 34, 34, 0.05);
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -1;
    }

    .section-wrapper-6 .inner-section-wrapper {
        margin-bottom: 80px;
    }

@media only screen and (max-width: 767px) {
    .section-wrapper-6 .inner-section-wrapper {
        margin-bottom: 45px;
    }
}

@media only screen and (max-width: 575px) {
    .section-wrapper-6 .inner-section-wrapper {
        margin-bottom: 25px;
    }
}

.section-wrapper-8 {
    position: relative;
    background-color: rgba(34, 34, 34, 0.04);
    border-radius: 30px;
    margin-left: 100px;
    margin-right: 100px;
    margin-top: 270px;
    margin-bottom: 100px;
    padding-left: 30px;
    padding-right: 30px;
}

    .section-wrapper-8 .inner-section-wrapper {
        margin-bottom: 80px;
        margin-top: -215px;
    }

@media only screen and (max-width: 1480px) {
    .section-wrapper-8 {
        margin-left: 50px;
        margin-right: 50px;
        margin-top: 190px;
        margin-bottom: 70px;
    }

        .section-wrapper-8 .inner-section-wrapper {
            margin-top: -170px;
            margin-bottom: 60px;
        }
}

@media only screen and (max-width: 991px) {
    .section-wrapper-8 {
        background-color: #fff;
        margin: 0;
    }

        .section-wrapper-8 .inner-section-wrapper {
            margin-top: 0;
            margin-bottom: 30px;
        }
}

@media only screen and (max-width: 767px) {
    .section-wrapper-8 {
        padding-left: 15px;
        padding-right: 15px;
    }

        .section-wrapper-8 .inner-section-wrapper {
            margin-bottom: 45px;
        }
}

.coming-wrapper {
    position: relative;
    z-index: 1;
    padding: 25px;
}

    .coming-wrapper .logo-header {
        float: unset;
        margin: 0 auto 10px;
        height: 65px;
        width: 160px;
    }

    .coming-wrapper .bg-img {
        position: absolute;
        top: 20px;
        z-index: -1;
    }

    .coming-wrapper .dz-social-icon ul {
        margin-right: -20px;
    }

        .coming-wrapper .dz-social-icon ul li {
            display: inline-block;
            padding: 0 6px;
            margin-right: 20px;
        }

            .coming-wrapper .dz-social-icon ul li a {
                font-size: 18px;
            }

                .coming-wrapper .dz-social-icon ul li a i {
                    color: #000000;
                }

@media only screen and (max-width: 1480px) {
    .coming-wrapper .bg-img {
        top: 25px;
        left: 80px;
    }
}

@media only screen and (max-width: 1280px) {
    .coming-wrapper {
        padding: 45px 25px 25px;
    }

        .coming-wrapper .bg-img {
            top: 10px;
            left: 14px;
        }
}

@media only screen and (max-width: 991px) {
    .coming-wrapper {
        padding: 25px;
    }

        .coming-wrapper .bg-img {
            display: none;
        }

        .coming-wrapper .dz-social-icon ul li a {
            font-size: 16px;
        }
}

@media only screen and (max-width: 575px) {
    .coming-wrapper {
        padding: 25px 0 25px;
    }
}

.coming-wrapper .inner-content {
    width: 100%;
    min-height: 650px;
    overflow: hidden;
}

    .coming-wrapper .inner-content .coming-head {
        font-size: 32px;
        line-height: 1.3;
        letter-spacing: 0.01em;
        color: #323232;
        margin-bottom: 0;
    }

    .coming-wrapper .inner-content .coming-para {
        color: #828282;
        letter-spacing: 0.01em;
    }

    .coming-wrapper .inner-content .coming-media {
        transform: scale(2.5);
        z-index: -1;
        position: relative;
    }

@media only screen and (max-width: 1480px) {
    .coming-wrapper .inner-content {
        min-height: 500px;
    }

        .coming-wrapper .inner-content .coming-media {
            transform: scale(2);
        }
}

@media only screen and (max-width: 991px) {
    .coming-wrapper .inner-content {
        min-height: 600px;
    }

        .coming-wrapper .inner-content .coming-media {
            transform: scale(2.5);
        }
}

@media only screen and (max-width: 767px) {
    .coming-wrapper .inner-content {
        min-height: 500px;
    }

        .coming-wrapper .inner-content .coming-head {
            font-size: 25px;
        }
}

@media only screen and (max-width: 575px) {
    .coming-wrapper .inner-content {
        min-height: 400px;
    }
}

.coming-wrapper .middle-content {
    margin-bottom: 60px;
}

@media only screen and (max-width: 1480px) {
    .coming-wrapper .middle-content {
        margin-bottom: 35px;
    }
}

.coming-wrapper .coming-footer p {
    color: #828282;
    letter-spacing: 0.01em;
    margin-bottom: 0;
}

     .under-construction .inner-construction .space-right .input-group .wp-block-categories-dropdown select, .wp-block-categories-dropdown .under-construction .inner-construction .space-right .input-group select,
    .under-construction .inner-construction .space-right .input-group .wp-block-archives-dropdown select, .wp-block-archives-dropdown .under-construction .inner-construction .space-right .input-group select {
        height: 50px;
        margin-bottom: 15px;
    }
