@import url(../icons/feather/css/iconfont.css);

:root {
  --gradient: linear-gradient(to right,
      rgb(255, 64, 62) 0%,
      rgb(255, 129, 27) 100%);
  --gradient-sec: linear-gradient(to right,
      rgb(57, 26, 166) 0%,
      rgb(6, 163, 245) 100%);
  --primary: #50cdff;
  --secondary: #24262b;
  --primary-hover: #12a582;
  --primary-dark: rgb(255, 255, 255);
  --rgba-primary-1: rgba(13, 119, 94, 0.1);
  --rgba-primary-2: rgba(13, 119, 94, 0.2);
  --rgba-primary-3: rgba(13, 119, 94, 0.3);
  --rgba-primary-4: rgba(13, 119, 94, 0.4);
  --rgba-primary-5: rgba(13, 119, 94, 0.5);
  --rgba-primary-6: rgba(13, 119, 94, 0.6);
  --rgba-primary-7: rgba(13, 119, 94, 0.7);
  --rgba-primary-8: rgba(13, 119, 94, 0.8);
  --rgba-primary-9: rgba(13, 119, 94, 0.9);
  --font-family-base: Roboto, sans-serif;
  --grey: #f7f7f7;
  --border-radius-base: 6px;
  --border-color: #d7d7d7;
  --font-family-title: DM Sans, sans-serif;
  --title: #000000;
  --headings-font-weight: 600;
  --headings-font-weight2: 400;
  --headings-font-weight3: 300;
  --white: var(--title);
  --light: #f3f3f3;
}

: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: #0d775e;
  --bs-secondary: #24262b;
  --bs-success: #31a56d;
  --bs-info: #0194d9;
  --bs-warning: #e79600;
  --bs-danger: #d23636;
  --bs-light: #f3f3f3;
  --bs-dark: #444444;
  --bs-primary-rgb: 13, 119, 94;
  --bs-secondary-rgb: 36, 38, 43;
  --bs-success-rgb: 49, 165, 109;
  --bs-info-rgb: 1, 148, 217;
  --bs-warning-rgb: 231, 150, 0;
  --bs-danger-rgb: 210, 54, 54;
  --bs-light-rgb: 243, 243, 243;
  --bs-dark-rgb: 68, 68, 68;
  --bs-primary-text-emphasis: #053026;
  --bs-secondary-text-emphasis: #0e0f11;
  --bs-success-text-emphasis: #14422c;
  --bs-info-text-emphasis: #003b57;
  --bs-warning-text-emphasis: #5c3c00;
  --bs-danger-text-emphasis: #541616;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe4df;
  --bs-secondary-bg-subtle: #d3d4d5;
  --bs-success-bg-subtle: #d6ede2;
  --bs-info-bg-subtle: #cceaf7;
  --bs-warning-bg-subtle: #faeacc;
  --bs-danger-bg-subtle: #f6d7d7;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec9bf;
  --bs-secondary-border-subtle: #a7a8aa;
  --bs-success-border-subtle: #addbc5;
  --bs-info-border-subtle: #99d4f0;
  --bs-warning-border-subtle: #f5d599;
  --bs-danger-border-subtle: #edafaf;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --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: "Roboto", sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.6;
  --bs-body-color: #5e626f;
  --bs-body-color-rgb: 94, 98, 111;
  --bs-body-bg: #ffffff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(94, 98, 111, 0.75);
  --bs-secondary-color-rgb: 94, 98, 111;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(94, 98, 111, 0.5);
  --bs-tertiary-color-rgb: 94, 98, 111;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: #24262b;
  --bs-link-color: #0d775e;
  --bs-link-color-rgb: 13, 119, 94;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a5f4b;
  --bs-link-hover-color-rgb: 10, 95, 75;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #ffeece;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #d7d7d7;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.75rem;
  --bs-border-radius-lg: 1rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 119, 94, 0.25);
  --bs-form-valid-color: #31a56d;
  --bs-form-valid-border-color: #31a56d;
  --bs-form-invalid-color: #d23636;
  --bs-form-invalid-border-color: #d23636;
}

*,
*::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: #fff0;
}

h1,
h2,
h3,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 600;
  line-height: 1.2;
  color: var(--bs-heading-color, inherit);
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h2 {
    font-size: 1.75rem;
  }
}

h3 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  h3 {
    font-size: 1.5rem;
  }
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul {
  padding-left: 2rem;
}

ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

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);
}

img {
  vertical-align: middle;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  text-transform: none;
}

button,
[type="button"] {
  -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;
}

::-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;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

.container,
.container-fluid {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.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: 1200px) {
  .container {
    max-width: 1200px;
  }
}

:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1440;
}

.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(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.gx-0 {
  --bs-gutter-x: 0;
}

.g-3 {
  --bs-gutter-x: 1rem;
}

.g-3 {
  --bs-gutter-y: 1rem;
}

@media (min-width: 576px) {
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (min-width: 768px) {
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .g-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
}

.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

[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");
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.6;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --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), 0.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,
.wp-block-button__link:focus-visible,
.woocommerce .widget_shopping_cart .buttons a:focus-visible,
.woocommerce.widget_shopping_cart .buttons a:focus-visible,
.woocommerce #review_form #respond .form-submit input:focus-visible,
.woocommerce-cart-form .table tr .button:focus-visible,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus-visible,
.woocommerce #respond input#submit:focus-visible,
.woocommerce a.button:focus-visible,
.woocommerce button.button:focus-visible,
.woocommerce input.button:focus-visible,
.woocommerce #place_order: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);
}

.btn-check:focus-visible+.btn,
.btn-check:focus-visible+.wp-block-button__link,
.woocommerce .widget_shopping_cart .buttons .btn-check:focus-visible+a,
.woocommerce.widget_shopping_cart .buttons .btn-check:focus-visible+a,
.woocommerce #review_form #respond .form-submit .btn-check:focus-visible+input,
.woocommerce-cart-form .table tr .btn-check:focus-visible+.button,
.woocommerce-cart .wc-proceed-to-checkout .btn-check:focus-visible+a.checkout-button,
.woocommerce #respond .btn-check:focus-visible+input#submit,
.woocommerce .btn-check:focus-visible+a.button,
.woocommerce .btn-check:focus-visible+button.button,
.woocommerce .btn-check:focus-visible+input.button,
.woocommerce .btn-check:focus-visible+#place_order {
  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 {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}

.btn-check:checked+.btn:focus-visible,
.btn-check:checked+.wp-block-button__link:focus-visible,
.woocommerce .widget_shopping_cart .buttons .btn-check:checked+a:focus-visible,
.woocommerce.widget_shopping_cart .buttons .btn-check:checked+a:focus-visible,
.woocommerce #review_form #respond .form-submit .btn-check:checked+input:focus-visible,
.woocommerce-cart-form .table tr .btn-check:checked+.button:focus-visible,
.woocommerce-cart .wc-proceed-to-checkout .btn-check:checked+a.checkout-button:focus-visible,
.woocommerce #respond .btn-check:checked+input#submit:focus-visible,
.woocommerce .btn-check:checked+a.button:focus-visible,
.woocommerce .btn-check:checked+button.button:focus-visible,
.woocommerce .btn-check:checked+input.button:focus-visible,
.woocommerce .btn-check:checked+#place_order:focus-visible,
:not(.btn-check)+.btn:active:focus-visible,
:not(.btn-check)+.wp-block-button__link:active:focus-visible,
.woocommerce .widget_shopping_cart .buttons :not(.btn-check)+a:active:focus-visible,
.woocommerce.widget_shopping_cart .buttons :not(.btn-check)+a:active:focus-visible,
.woocommerce #review_form #respond .form-submit :not(.btn-check)+input:active:focus-visible,
.woocommerce-cart-form .table tr :not(.btn-check)+.button:active:focus-visible,
.woocommerce-cart .wc-proceed-to-checkout :not(.btn-check)+a.checkout-button:active:focus-visible,
.woocommerce #respond :not(.btn-check)+input#submit:active:focus-visible,
.woocommerce :not(.btn-check)+a.button:active:focus-visible,
.woocommerce :not(.btn-check)+button.button:active:focus-visible,
.woocommerce :not(.btn-check)+input.button:active:focus-visible,
.woocommerce :not(.btn-check)+#place_order:active:focus-visible,
.btn:first-child:active:focus-visible,
.wp-block-button__link:first-child:active:focus-visible,
.woocommerce .widget_shopping_cart .buttons a:first-child:active:focus-visible,
.woocommerce.widget_shopping_cart .buttons a:first-child:active:focus-visible,
.woocommerce #review_form #respond .form-submit input:first-child:active:focus-visible,
.woocommerce-cart-form .table tr .button:first-child:active:focus-visible,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:first-child:active:focus-visible,
.woocommerce #respond input#submit:first-child:active:focus-visible,
.woocommerce a.button:first-child:active:focus-visible,
.woocommerce button.button:first-child:active:focus-visible,
.woocommerce input.button:first-child:active:focus-visible,
.woocommerce #place_order:first-child:active:focus-visible,
.btn.active:focus-visible,
.active.wp-block-button__link:focus-visible,
.woocommerce .widget_shopping_cart .buttons a.active:focus-visible,
.woocommerce.widget_shopping_cart .buttons a.active:focus-visible,
.woocommerce #review_form #respond .form-submit input.active:focus-visible,
.woocommerce-cart-form .table tr .active.button:focus-visible,
.woocommerce-cart .wc-proceed-to-checkout a.active.checkout-button:focus-visible,
.woocommerce #respond input.active#submit:focus-visible,
.woocommerce a.active.button:focus-visible,
.woocommerce button.active.button:focus-visible,
.woocommerce input.active.button:focus-visible,
.woocommerce .active#place_order:focus-visible,
.btn.show:focus-visible,
.show.wp-block-button__link:focus-visible,
.woocommerce .widget_shopping_cart .buttons a.show:focus-visible,
.woocommerce.widget_shopping_cart .buttons a.show:focus-visible,
.woocommerce #review_form #respond .form-submit input.show:focus-visible,
.woocommerce-cart-form .table tr .show.button:focus-visible,
.woocommerce-cart .wc-proceed-to-checkout a.show.checkout-button:focus-visible,
.woocommerce #respond input.show#submit:focus-visible,
.woocommerce a.show.button:focus-visible,
.woocommerce button.show.button:focus-visible,
.woocommerce input.show.button:focus-visible,
.woocommerce .show#place_order:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn:disabled {
  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-secondary {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #24262b;
  --bs-btn-border-color: #24262b;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #c72b69;
  --bs-btn-hover-border-color: #1d1e22;
  --bs-btn-focus-shadow-rgb: 69, 71, 75;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #1d1e22;
  --bs-btn-active-border-color: #1b1d20;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #24262b;
  --bs-btn-disabled-border-color: #24262b;
}

.btn-outline-secondary {
  --bs-btn-color: #24262b;
  --bs-btn-border-color: #24262b;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #2096c1;
  --bs-btn-hover-border-color: #24262b;
  --bs-btn-focus-shadow-rgb: 36, 38, 43;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #24262b;
  --bs-btn-active-border-color: #24262b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #24262b;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #24262b;
  --bs-gradient: none;
}

.btn-link:focus-visible {
  color: var(--bs-btn-color);
}

.collapse:not(.show) {
  display: none;
}

.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;
  background: none;
  border: 0;
  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:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(13 119 94 / 0.25);
}

.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-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: #fff0;
  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);
}

@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-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.icon-link-hover:focus-visible>.bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.d-flex {
  display: flex !important;
}

.position-relative {
  position: relative !important;
}

.flex-column {
  flex-direction: column !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.align-items-center {
  align-items: center !important;
}

.align-self-center {
  align-self: center !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.text-center {
  text-align: center !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-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;
}

@media (min-width: 768px) {
  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .me-md-5 {
    margin-right: 1rem !important;
  }
}

@media (min-width: 992px) {
  .justify-content-lg-center {
    justify-content: center !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .text-xl-start {
    text-align: left !important;
  }
}

* {
  outline: none;
  padding: 0;
}

*::after {
  margin: 0;
  padding: 0;
}

*::before {
  margin: 0;
  padding: 0;
}

body {
  line-height: 1.6;
  color: #5e626f;
  font-size: 1rem;
  font-family: var(--font-family-base);
}

@media only screen and (max-width: 575px) {
  body {
    font-size: 14px;
  }
}

p {
  font-family: var(--font-family-base);
}

h1,
h2,
h3,
h6 {
  font-family: var(--font-family-title);
  font-weight: 600;
  color: var(--title);
  line-height: 1.4;
}

h1 {
  font-size: 2.5rem;
  line-height: 1.2;
}

@media only screen and (max-width: 1199px) {
  h1 {
    font-size: 2.2rem;
  }
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 575px) {
  h1 {
    font-size: 1.7rem;
  }
}

h2 {
  font-size: 1.75rem;
}

@media only screen and (max-width: 1199px) {
  h2 {
    font-size: 1.7rem;
  }
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 1.5rem;
  }
}

h3 {
  font-size: 1.5rem;
}

@media only screen and (max-width: 767px) {
  h3 {
    font-size: 1.625rem;
  }
}

h6 {
  font-size: 1rem;
}

@media only screen and (max-width: 767px) {
  h6 {
    font-size: 1rem;
  }
}

ul {
  padding: 0;
  margin: 0;
}

img {
  border-style: none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  outline: none;
  color: var(--primary);
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

a:hover {
  text-decoration: none;
  outline: none;
  color: #23a8d6;
}

@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

.container-fluid {
  padding-left: 80px;
  padding-right: 80px;
}

@media only screen and (max-width: 1280px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 575px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

::selection {
  color: #fff;
  background: var(--primary);
}

[class*="flaticon-"] {
  font-family: "Flaticon";
}

.content-inner {
  padding-top: 100px;
  padding-bottom: 70px;
}

@media only screen and (max-width: 1480px) {
  .content-inner {
    padding-top: 70px;
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .content-inner {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .content-inner {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}

.content-inner-1 {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 1480px) {
  .content-inner-1 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .content-inner-1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 575px) {
  .content-inner-1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.p-b30 {
  padding-bottom: 30px;
}

.m-b30 {
  margin-bottom: 30px;
}

section {
  position: relative;
}

.section-head {
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .section-head {
    margin-bottom: 20px;
  }
}

.section-head h2,
.section-head h3 {
  font-family: var(--font-family-title);
}

.section-head h2 {
  font-size: 2.625rem;
  font-weight: 600;
}

@media only screen and (max-width: 1480px) {
  .section-head h2 {
    font-size: 2.25rem;
  }
}

@media only screen and (max-width: 767px) {
  .section-head h2 {
    font-size: 1.625rem;
  }
}

.section-head h3 {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.2;
}

@media only screen and (max-width: 1200px) {
  .section-head h3 {
    font-size: 2.15rem;
  }
}

@media only screen and (max-width: 991px) {
  .section-head h3 {
    font-size: 1.75rem;
  }
}

.section-head p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .section-head p {
    font-size: 14px;
  }
}

.section-head .sub-title {
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .g-xl-4 {
    --bs-gutter-x: 1.875rem;
  }
}

.main-slider {
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 1480px) {
  .main-slider .btn {
    padding: 9px 18px;
    font-size: 14px;
  }
}

.main-slider.style-1 .swiper-slide {
  height: 100% !important;
  background-repeat: no-repeat;
  background-position: center bottom;
  overflow: hidden;
}

.main-slider.style-1 .swiper-slide:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: #2096c1;
  width: 540px;
  height: 100%;
}

@media only screen and (min-width: 1281px) and (max-width: 1360px) {
  .main-slider.style-1 .swiper-slide:after {
    width: 455px;
  }
}

@media only screen and (max-width: 991px) {
  .main-slider.style-1 .swiper-slide:after {
    display: none;
  }
}

.main-slider.style-1 .swiper-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 60px 0;
  max-width: 650px;
  margin-left: auto;
  margin-right: 80px;
}

@media only screen and (max-width: 1480px) {
  .main-slider.style-1 .swiper-content {
    max-width: 500px;
    margin-right: auto;
  }
}

.main-slider.style-1 .swiper-pagination-wrapper {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 20px;
  z-index: 999;
  display: flex;
  justify-content: flex-end;
}

@media only screen and (max-width: 991px) {
  .main-slider.style-1 .swiper-pagination-wrapper {
    display: none;
  }
}

.main-slider.style-1 .banner-content {
  padding-top: 80px;
}

@media only screen and (min-width: 1481px) {
  .main-slider.style-1 .banner-content {
    height: 900px;
  }

  .main-slider.style-1 .banner-content>* {
    height: 100%;
  }
}

.main-slider.style-1 .banner-content .content-info {
  padding-bottom: 30px;
  z-index: 2;
  position: relative;
}

.main-slider.style-1 .banner-content .title {
  color: var(--title);
  font-size: 5rem;
  line-height: 1.1;
}

@media only screen and (max-width: 1480px) {
  .main-slider.style-1 .banner-content .title {
    font-size: 3.75rem;
  }
}

.main-slider.style-1 .banner-content .text {
  color: #5e626f;
  font-size: 18px;
  font-weight: 400;
  max-width: 480px;
}

.main-slider.style-1 .banner-media {
  position: relative;
  width: 100%;
  z-index: 1;
  float: left;
  background-color: #fafafa;
  height: 100%;
  text-align: center;
  display: flex;
  align-content: center;
  justify-content: center;
}

.main-slider.style-1 .banner-media .img-preview {
  padding: 70px;
  width: 550px;
}

.main-slider.style-1 .banner-media img {
  width: 100%;
}

@media only screen and (min-width: 1281px) and (max-width: 1360px) {
  .main-slider.style-1 .banner-media .img-preview {
    padding: 50px;
    width: 400px;
  }
}

@media only screen and (max-width: 1199px) {
  .main-slider.style-1 .banner-content {
    padding-top: 80px;
  }

  .main-slider.style-1 .banner-content .content-btn {
    margin-bottom: 0;
  }

  .main-slider.style-1 .banner-content .title {
    font-size: 2.5rem;
  }

  .main-slider.style-1 .banner-content .swiper-content {
    max-width: 370px;
  }

  .main-slider.style-1 .banner-media {
    width: 550px;
  }

  .main-slider.style-1 .banner-media .img-preview {
    padding: 80px;
    width: 460px;
  }

  .main-slider.style-1 .swiper-slide:after {
    width: 320px;
  }
}

@media only screen and (max-width: 991px) {
  .main-slider.style-1 .banner-media {
    width: 100%;
  }

  .main-slider.style-1 .banner-media .img-preview {
    padding: 80px;
    width: 100%;
  }

  .main-slider.style-1 .swiper-content {
    padding: 0;
  }

  .main-slider.style-1 .banner-content .title {
    font-size: 1.875rem;
  }

  .main-slider.style-1 .banner-content .text {
    font-size: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .main-slider.style-1 .banner-content .text {
    padding-left: 0;
    padding-right: 0;
    border: 0;
    max-width: 270px;
  }

  .main-slider.style-1 .banner-content .content-btn {
    margin-top: 30px;
  }

  .main-slider.style-1 .banner-media .img-preview {
    padding: 50px;
  }
}

@media only screen and (max-width: 575px) {
  .main-slider.style-1 .banner-content {
    padding-top: 80px;
  }

  .main-slider.style-1 .banner-content .title {
    font-size: 2rem;
    margin-bottom: 10px !important;
  }

  .main-slider.style-1 .banner-content .swiper-content {
    max-width: 100%;
  }

  .main-slider.style-1 .banner-content .text {
    max-width: 100%;
  }

  .main-slider.style-1 .banner-content .content-btn {
    margin-top: 15px;
  }
}

.main-swiper .swiper-pagination-five {
  position: static;
  top: 50%;
  left: 0;
  z-index: 9;
  width: auto !important;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .main-swiper .swiper-pagination-five {
    left: auto;
    right: 0;
  }
}

@media screen and (max-width: 600px) {
  .main-swiper .swiper-pagination-five {
    writing-mode: horizontal-tb;
  }
}

button:hover,
button:active,
button:focus {
  outline: 0 !important;
}

.btn {
  font-size: 16px;
  padding: 12px 30px;
  line-height: 24px;
  display: inline-flex;
  border-radius: 0;
  font-weight: 500;
  position: relative;
  text-transform: capitalize;
  font-family: "DM Sans", sans-serif;
  align-items: center;
  overflow: hidden;
  z-index: 1;
  text-align: center;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  justify-content: center;
}

.btn-secondary {
  background-color: #2096c1;
}

.btn-secondary:after {
  background-color: #2096c1;
}

.btn-gray:not(:disabled):not(.disabled).active,
.btn-gray:not(:disabled):not(.disabled):active {
  border-color: var(--primary-hover);
  background-color: var(--primary-hover);
  color: #fff;
}

.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 {
  border-color: var(--primary-hover);
  background-color: var(--primary-hover);
  color: #fff;
}

[class*="btn-outline"],
.btn-secondary {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

[class*="btn-outline"]:after,
.btn-secondary:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.8;
  -webkit-transform: translate(-105%, 0);
  transform: translate(-105%, 0);
  border-right-width: 2px;
  border-right-style: solid;
  border-right-color: #fff;
  background-color: rgb(255 255 255 / 0.5);
}

[class*="btn-outline"]:hover::after,
.btn-secondary:hover::after {
  opacity: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.badge {
  padding: 5px 10px;
  font-weight: var(--headings-font-weight);
  background-color: var(--primary);
  color: #fff;
  border-radius: 0;
  font-family: var(--font-family-base);
  font-size: 12px;
  min-width: 22px;
  min-height: 22px;
  text-transform: uppercase;
  text-align: center;
}

.badge:hover {
  color: #fff;
}

.badge.badge-primary {
  background-color: #2096c1;
}

.overlay-white-middle,
.overlay-white-dark {
  position: relative;
}

.overlay-white-middle:before,
.overlay-white-dark:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.overlay-white-middle .container,
.overlay-white-middle .container-fluid,
.overlay-white-dark .container {
  position: relative;
  z-index: 1;
}

.overlay-white-middle:before,
.overlay-white-dark:before {
  background: #fff;
}

.overlay-white-middle:before {
  opacity: 0.7;
}

.overlay-white-dark:before {
  opacity: 0.9;
}

.dz-media {
  overflow: hidden;
  position: relative;
}

.dz-img-effect {
  position: relative;
  overflow: hidden;
  display: block;
  vertical-align: middle;
}

.dz-img-effect img {
  display: block;
  margin: 0;
  width: 100%;
  height: auto;
  box-shadow: 0 0 0 #fff0;
  -webkit-box-shadow: 0 0 0 #fff0;
  -moz-box-shadow: 0 0 0 #fff0;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.dz-img-effect.rotate:hover img {
  -moz-transform: scale(1.3) rotate(-20deg);
  -webkit-transform: scale(1.3) rotate(-20deg);
  -o-transform: scale(1.3) rotate(-20deg);
  -ms-transform: scale(1.3) rotate(-20deg);
  transform: scale(1.3) rotate(-20deg);
}

.scroltop {
  background: var(--secondary);
  bottom: 30px;
  color: #fff !important;
  cursor: pointer;
  display: none;
  height: 40px;
  line-height: 40px;
  margin: 0;
  position: fixed;
  right: 30px;
  text-align: center;
  width: 40px;
  z-index: 999;
  box-shadow: 0 10px 20px 0 rgb(0 0 0 / 0.2);
  border: 0;
}

.scroltop:hover i {
  -webkit-animation: toTopFromBottom 0.8s forwards;
  -moz-animation: toTopFromBottom 0.8s forwards;
  animation: toTopFromBottom 0.8s forwards;
}

@-webkit-keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%);
  }

  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }

  51% {
    opacity: 1;
  }
}

@-moz-keyframes toTopFromBottom {
  49% {
    -moz-transform: translateY(-100%);
  }

  50% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }

  51% {
    opacity: 1;
  }
}

@keyframes toTopFromBottom {
  49% {
    transform: translateY(-100%);
  }

  50% {
    opacity: 0;
    transform: translateY(100%);
  }

  51% {
    opacity: 1;
  }
}

.swiper-button-next,
.swiper-button-prev {
  background-image: none !important;
}

.btn-next,
.btn-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--secondary);
  background: #f3f3f3;
  font-size: 18px;
  letter-spacing: 2px;
  z-index: 1;
  border-radius: 50%;
  margin: 0 5px;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.btn-next:hover,
.btn-prev:hover {
  background: var(--secondary);
}

.btn-next:hover i,
.btn-prev:hover i {
  color: #fff;
}

.btn-next:after,
.btn-prev:after {
  content: none;
}

.btn-next i,
.btn-prev i {
  font-size: 24px;
}

@media only screen and (max-width: 575px) {

  .btn-next,
  .btn-prev {
    width: 40px;
    height: 40px;
    line-height: 38px;
  }
}

.dz-social-icon ul {
  display: flex;
}

.dz-social-icon li {
  display: inline-block;
  margin-right: 5px;
}

.dz-social-icon li a {
  height: 40px;
  width: 40px;
  min-width: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  border-radius: 5px;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}


.dz-media {
  position: relative;
  overflow: hidden;
}

.dz-media img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

.about-style1 .section-head {
  margin-bottom: 20px;
}

.about-style1 .section-head .title {
  font-size: 45px;
  font-weight: 700;
}

@media only screen and (max-width: 1199px) {
  .about-style1 .section-head {
    margin-bottom: 12px;
  }

  .about-style1 .section-head .title {
    font-size: 38px;
  }
}

@media only screen and (max-width: 575px) {
  .about-style1 .section-head {
    margin-bottom: 6px;
  }

  .about-style1 .section-head .title {
    font-size: 30px;
  }
}

.about-style1 .about-content .para-text {
  line-height: 28px;
  color: var(--secondary);
  margin-bottom: 40px;
}

@media only screen and (max-width: 1199px) {
  .about-style1 .about-content .para-text {
    line-height: 26px;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 575px) {
  .about-style1 .about-content .para-text {
    line-height: 25px;
  }
}

.about-style1 .about-thumb {
  text-align: center;
  position: relative;
  overflow: hidden;
  width: 424px;
  margin-left: 50px;
}

@media only screen and (max-width: 1199px) {
  .about-style1 .about-thumb {
    margin-left: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .about-style1 .about-thumb {
    margin-left: auto;
    margin-right: auto;
  }
}

.about-style1 .about-thumb:after {
  content: "";
  position: absolute;
  background-image: url(../images/circle-shape.png);
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  width: 424px;
  height: 424px;
  background-color: #fff;
  border-radius: 50%;
  z-index: -1;
}

.about-style1 .about-thumb img {
  -webkit-mask-image: url(../images/circle-shape2.png);
  mask-image: url(../images/circle-shape2.png);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  box-sizing: border-box;
}

.about-style1 .about-bx-detail {
  display: flex;
  align-items: center;
}

.about-style1 .about-bx-detail .about-bx-pic {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
  border: 2px solid #fff;
}

.about-style1 .about-bx-detail .about-bx-pic img {
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.about-style1 .about-bx-detail .name {
  font-size: 22px;
  color: var(--title);
  margin-bottom: 0;
}

.about-style1 .about-bx-detail .position {
  font-size: 14px;
}

@media only screen and (max-width: 575px) {
  .about-style1 .about-bx-detail .about-bx-pic {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }

  .about-style1 .about-bx-detail .name {
    font-size: 16px;
  }

  .about-style1 .about-bx-detail .position {
    font-size: 13px;
  }
}

@media only screen and (max-width: 575px) {
  .about-style1 .about-thumb {
    width: 325px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-style1 .about-thumb:after {
    width: 325px;
    height: 325px;
  }
}

.about-thumb {
  height: 100%;
}

.about-thumb img {
  width: 100%;
  height: 100%;
}

.product-style1 .product-box {
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #eee;
}

.product-box {
  position: relative;
  overflow: hidden;
  background-color: #eee;
}

.product-box.style-1 {
  height: 590px;
  background-position: center;
}

@media only screen and (max-width: 575px) {
  .product-box.style-1 {
    height: 300px;
  }
}

.product-box .product-content {
  bottom: 0;
  display: flex;
  align-items: end;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  right: 0;
  padding: 40px;
  z-index: 1;
}

.product-box .product-content .product-name {
  font-size: 2.5rem;
  font-weight: 700;
  color: #000 !important;
}

.title {
  color: #000 !important;
}

.product-box .product-content .offer {
  font-size: 16px;
}

@media only screen and (max-width: 1199px) {
  .product-box .product-content {
    padding: 20px 30px;
  }

  .product-box .product-content .product-name {
    font-size: 2rem;
    margin-bottom: 5px;
    line-height: 1.3;
  }

  .product-box .product-content .btn {
    padding: 8px 16px;
    font-size: 14px;
  }

  .product-box .product-content .offer {
    font-size: 15px;
  }
}

@media only screen and (max-width: 575px) {
  .product-box .product-content {
    padding: 15px 18px;
  }

  .product-box .product-content .product-name {
    font-size: 1.4rem;
    margin-bottom: 5px;
    line-height: 1.2;
  }

  .product-box .product-content .btn {
    padding: 8px 16px;
    font-size: 14px;
  }

  .product-box .product-content .offer {
    font-size: 14px;
  }
}

.product-box.style-2 {
  height: 280px;
  background-position: center;
  background-size: cover;
}

@media only screen and (max-width: 575px) {
  .product-box.style-2 {
    height: 100%;
    min-height: 200px;
  }
}

@media only screen and (max-width: 360px) {
  .product-box.style-2 {
    min-height: 160px;
  }
}

.product-box.style-2 .product-content {
  display: flex;
  align-items: start;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  padding: 35px 40px;
  flex-direction: column;
  z-index: 1;
}

.product-box.style-2 .product-content .product-name {
  font-size: rem;
  font-weight: 700;
  max-width: 230px;
}

@media only screen and (max-width: 1380px) {
  .product-box.style-2 .product-content {
    padding: 20px 30px;
  }

  .product-box.style-2 .product-content .product-name {
    font-size: 2rem;
    line-height: 1.3;
    font-weight: 700;
  }

  .product-box.style-2 .product-content .btn {
    padding: 8px 16px;
    font-size: 14px;
  }

  .product-box.style-2 .product-content .offer {
    font-size: 15px;
  }
}

@media only screen and (max-width: 575px) {
  .product-box.style-2 .product-content {
    padding: 15px 18px;
  }

  .product-box.style-2 .product-content .product-name {
    font-size: 1.2rem;
    margin-bottom: 5px;
    line-height: 1.1;
    max-width: 170px;
  }

  .product-box.style-2 .product-content .btn {
    padding: 6px 14px;
    font-size: 13px;
  }

  .product-box.style-2 .product-content .offer {
    font-size: 13px;
  }
}

.product-box.style-3 {
  height: 280px;
}

@media only screen and (max-width: 575px) {
  .product-box.style-3 {
    height: 100%;
    min-height: 200px;
  }
}

@media only screen and (max-width: 360px) {
  .product-box.style-3 {
    min-height: 160px;
  }
}

.product-box.style-3 .product-content {
  display: flex;
  align-items: start;
  justify-content: space-between;
  position: absolute;
  width: 60%;
  height: 100%;
  right: 0;
  padding: 35px 40px;
  flex-direction: column;
  z-index: 1;
}

.product-box.style-3 .product-content .product-name {
  font-size: 2rem;
  font-weight: 700;
  max-width: 300px;
}

@media only screen and (max-width: 1199px) {
  .product-box.style-3 .product-content {
    padding: 20px 30px;
  }

  .product-box.style-3 .product-content .product-name {
    font-size: 1.4rem;
    line-height: 1.3;
  }

  .product-box.style-3 .product-content .btn {
    padding: 8px 16px;
    font-size: 14px;
  }

  .product-box.style-3 .product-content .offer {
    font-size: 15px;
  }
}

@media only screen and (max-width: 575px) {
  .product-box.style-3 .product-content {
    padding: 15px 18px;
  }

  .product-box.style-3 .product-content .product-name {
    font-size: 1.2rem;
    margin-bottom: 5px;
    line-height: 1.1;
    max-width: 170px;
  }

  .product-box.style-3 .product-content .product-name br {
    display: none;
  }

  .product-box.style-3 .product-content .btn {
    padding: 6px 14px;
    font-size: 13px;
  }

  .product-box.style-3 .product-content .offer {
    font-size: 13px;
  }
}

.shop-card {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  height: 100%;
  border-radius: 10px;
  box-shadow: rgb(149 157 165 / 0.2) 0 8px 24px;
}

.shop-card .dz-content {
  text-align: center;
  background-color: #fff;
}

@media only screen and (max-width: 1199px) {
  .shop-card .dz-content {
    padding: 15px 12px;
  }
}

.shop-card .product-tag {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 575px) {
  .shop-card .dz-content {
    padding: 10px;
    text-align: left;
  }
}

.pagination-align {
  display: flex;
  align-items: center;
}

.pagination-align.style-1 {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.pagination-align.style-1 .swiper-button-prev {
  background-color: #fff;
}

.pagination-align.style-1 .swiper-button-next {
  background-color: var(--secondary);
  color: #ffffff !important;
}

.pagination-align.style-1 .swiper-button-next:hover {
  background-color: #f3f3f3 !important;
  color: var(--secondary) !important;
}

.pagination-align.style-1 .swiper-button-next,
.pagination-align.style-1 .swiper-button-prev {
  position: unset;
  top: 0;
  align-items: center;
  width: 60px;
  height: 60px;
  font-size: 20px;
  line-height: 0;
  color: var(--secondary);
  margin-top: 0;
  background-image: none;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

@media only screen and (max-width: 767px) {

  .pagination-align.style-1 .swiper-button-next,
  .pagination-align.style-1 .swiper-button-prev {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

.pagination-align.style-1 .swiper-button-next:after,
.pagination-align.style-1 .swiper-button-prev:after {
  content: "none";
}

.pagination-align.style-1 .swiper-button-next:hover,
.pagination-align.style-1 .swiper-button-prev:hover {
  background: var(--secondary);
  color: #fff;
}

.newsletter-wrapper {
  position: relative;
  z-index: 1;
}

.newsletter-wrapper:after {
  content: "";
  position: absolute;
  background-color: #24262b;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 0;
  top: 0;
}

.newsletter-wrapper.style-1 {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 40px;
}

@media only screen and (max-width: 575px) {
  .newsletter-wrapper.style-1 {
    padding: 40px 0;
  }
}

.newsletter-wrapper.style-1 .subscride-inner .section-head .title {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 8px;
}

@media only screen and (max-width: 575px) {
  .newsletter-wrapper.style-1 .subscride-inner .section-head .title {
    font-size: 24px;
  }
}

.newsletter-wrapper.style-1 .subscride-inner .section-head .sub-title {
  margin-bottom: 0;
  text-transform: capitalize;
}

.newsletter-wrapper.style-1:after {
  background-color: var(--secondary);
}

.banner-social-media {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  z-index: 1;
}

.banner-social-media ul {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.banner-social-media ul li {
  padding: 20px 0;
  writing-mode: tb-rl;
}

.banner-social-media ul li a {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff;
}

@media only screen and (max-width: 1280px) {
  .banner-social-media {
    display: none;
  }
}

.swiper-five {
  position: relative;
}

.swiper-five .pagination-align {
  position: absolute;
  right: 0;
  bottom: 15px;
}

.swiper-five .pagination-align .btn-next,
.swiper-five .pagination-align .btn-prev {
  background: #fff;
}

.swiper-five .pagination-align .btn-next:hover,
.swiper-five .pagination-align .btn-prev:hover {
  background: var(--secondary);
}

@media only screen and (max-width: 767px) {
  .swiper-five .pagination-align {
    bottom: 0;
  }
}

.insta-post img {
  width: 100%;
}

:root {
  --fix-height: 100px;
}

@media only screen and (max-width: 1400px) {
  :root {
    --fix-height: 70px;
  }
}

@media only screen and (max-width: 576px) {
  :root {
    --fix-height: 45px;
  }
}

@supports (position: -webkit-sticky) or (position: sticky) {}

@supports (position: -webkit-sticky) or (position: sticky) {}

@supports (position: -webkit-sticky) or (position: sticky) {}

:where(.wp-block-group.has-background) {
  padding: 1.5em 2em;
}


::-webkit-scrollbar {
  display: none;
}

.logo-header {
  display: flex;
  align-items: center;
  float: left;
  vertical-align: middle;
  padding: 0;
  color: #efbb20;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  width: 180px;
  height: 80px;
  position: relative;
  z-index: 9;
}

@media only screen and (max-width: 575px) {
  .logo-header {
    height: 65px;
  }
}

.logo-header a {
  display: table-cell;
  vertical-align: middle;
}

.logo-header img {
  height: 80px;
  max-width: 180px;
  object-fit: contain;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

@media only screen and (max-width: 991px) {
  .logo-header img {
    max-width: 180px;
    height: 90px;
  }
}

@media only screen and (max-width: 575px) {
  .logo-header img {
    max-width: 130px;
  }
}

.site-header {
  position: relative;
  z-index: 9999;
}

.site-header .main-bar {
  background: #fff;
  width: 100%;
  position: relative;
}

.site-header .extra-nav {
  float: right;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 9;
  height: 80px;
  padding-left: 30px;
}

.site-header .extra-nav .extra-cell {
  display: flex;
  align-items: center;
}

.site-header .extra-nav .extra-cell>* {
  margin-left: 20px;
  display: flex;
  align-items: center;
  flex-direction: inherit;
  margin-right: -10px;
}

@media only screen and (max-width: 991px) {
  .site-header .extra-nav .extra-cell>* {
    margin-left: 15px;
  }
}

.site-header .extra-nav .extra-cell .login-link {
  color: var(--title);
  font-size: 15px;
  font-weight: 400;
  margin-right: 15px;
}

.site-header .extra-nav .extra-cell .login-link a i {
  color: var(--title);
}

@media only screen and (max-width: 991px) {
  .site-header .extra-nav .extra-cell .login-link {
    margin-right: 0;
  }
}

.site-header .extra-nav .extra-cell ul li a {
  min-width: 40px;
  min-height: 40px;
  padding: 9px 10px;
  display: flex;
  align-content: center;
  justify-content: center;
  vertical-align: middle;
  position: relative;
}

.site-header .extra-nav .extra-cell ul li a i {
  color: #000;
  font-size: 18px;
}

.site-header .extra-nav .extra-cell ul li.login-link a {
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (max-width: 991px) {
  .site-header .extra-nav {
    height: 80px;
  }
}

@media only screen and (max-width: 1680px) {
  .site-header .extra-nav {
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .site-header .extra-nav .extra-cell .login-link {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    margin-right: 15px;
  }

  .site-header .extra-nav {
    width: 100%;
    background: #fff;
    position: fixed;
    bottom: -80px;
    left: 0;
    padding: 0 20px;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 0.15);
    height: 50px;
    transition: all 0.5s ease 0.5s;
  }

  .site-header .extra-nav .extra-cell {
    width: 100%;
  }

  .site-header .extra-nav .extra-cell ul {
    width: 100%;
  }

  .site-header .extra-nav .extra-cell ul .login-link {
    margin-right: 11px;
    margin-left: -25px;
  }
}

.site-header .extra-nav ul li {
  display: inline-block;
}

a {
  color: var(--title);
}

.navbar-toggler {
  border: 0 solid #efbb20;
  font-size: 16px;
  line-height: 24px;
  margin: 40px 0 39px 15px;
  padding: 0;
  float: right;
  outline: none !important;
}

@media only screen and (max-width: 991px) {
  .navbar-toggler {
    margin: 18px 0 16px 30px;
  }
}

@media only screen and (max-width: 575px) {
  .navbar-toggler {
    margin: 10px 0 10px 20px;
  }
}

.navicon {
  width: 45px;
  height: 45px;
  background: var(--secondary);
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.navicon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 1px;
  opacity: 1;
  background: #fff;
  left: 10px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.navicon span:nth-child(1) {
  top: 13px;
  width: 22px;
}

.navicon span:nth-child(2) {
  top: 22px;
  width: 25px;
}

.navicon span:nth-child(3) {
  top: 32px;
  width: 20px;
}

.header-nav {
  padding: 0;
}

@media only screen and (max-width: 991px) {
  .header-nav {
    overflow-y: scroll;
    position: fixed;
    width: 60px;
    left: -280px;
    height: 100vh !important;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    top: 0;
    background-color: #fff;
    margin: 0;
    z-index: 99;
  }
}

.header-nav .logo-header {
  display: none;
}

@media only screen and (max-width: 991px) {
  .header-nav .logo-header {
    padding: 30px 20px;
    float: none;
    height: auto;
    width: 240px;
  }
}

.header-nav .nav {
  float: right;
  padding: 0;
  font-size: 0;
}

.header-nav .nav>li {
  margin: 0;
  font-weight: 400;
  position: relative;
}

.header-nav .nav>li.has-mega-menu {
  position: inherit;
}

@media only screen and (max-width: 991px) {
  .header-nav .nav>li {
    border-bottom: 1px solid #eee;
    width: 100%;
  }
}

.header-nav .nav>li>a {
  color: var(--white);
  font-size: 15px;
  padding: 28px 18px;
  font-family: var(--font-family-base);
  cursor: pointer;
  font-weight: 400;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  line-height: 24px;
}

@media only screen and (max-width: 1199px) {
  .header-nav .nav>li>a {
    padding-left: 10px;
    padding-right: 10px;
  }

  .logo-header {
    display: flex;
    align-items: center;
    float: left;
    vertical-align: middle;
    padding: 0;
    color: #efbb20;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    width: 155px;
    height: 80px;
    position: relative;
    z-index: 9;
  }

  .site-header .extra-nav .extra-cell ul li.login-link a {
    padding-left: 0;
    padding-right: 0;
  }
}

@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:hover>a {
  color: var(--primary);
}

@media only screen and (max-width: 991px) {
  .header-nav .nav {
    float: none;
    padding: 0 20px;
  }
}

.header-nav .dz-social-icon {
  text-align: center;
  display: none;
}

.header-nav .dz-social-icon li {
  display: inline-block;
  margin: 0 2px;
}

.header-nav .dz-social-icon a {
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid rgb(0 0 0 / 0.1);
  line-height: 38px;
  text-align: center;
  border-radius: 0;
}

@media only screen and (max-width: 991px) {
  .header-nav .dz-social-icon {
    display: block;
    padding: 20px;
  }
}

.header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.header-transparent .main-bar {
  background: #fff0;
  box-shadow: none;
}

.header-transparent .container-fluid {
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 10px;
}

@media only screen and (max-width: 1280px) {
  .header-transparent .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .header-transparent .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.header-transparent .navbar-toggler span {
  background: #fff;
}






.header-nav .nav>li.menu-item-has-children>a:after,
.header-nav .nav>li.sub-menu-down>a:after {
  content: "\f078";
  font-size: 9px;
  margin-left: 5px;
  margin-top: -3px;
  vertical-align: middle;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  display: inline-block
}

@media only screen and (max-width:991px) {

  .header-nav .nav>li.menu-item-has-children>a:after,
  .header-nav .nav>li.sub-menu-down>a:after {
    content: "\f054";
    background-color: var(--secondary);
    color: #fff;
    height: 30px;
    line-height: 30px;
    right: 0;
    text-align: center;
    width: 30px;
    z-index: 3;
    float: right;
    font-size: 14px;
    margin: 0
  }
}

@media only screen and (max-width:991px) {

  .header-nav .nav>li.menu-item-has-children>a:after:before,
  .header-nav .nav>li.sub-menu-down>a:after:before {
    content: "\f078"
  }
}

@media only screen and (max-width:991px) {

  .header-nav .nav>li.menu-item-has-children.open>a:after,
  .header-nav .nav>li.sub-menu-down.open>a:after {
    content: "\f078";
    background: var(--title)
  }
}



.header-nav .nav>li .sub-menu {
  background-color: #fff;
  display: block;
  left: 0;
  list-style: none;
  opacity: 0;
  padding: 20px 30px;
  position: absolute;
  visibility: hidden;
  width: 220px;
  z-index: 10;
  margin-top: 20px;
  text-align: left;
  -webkit-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
  box-shadow: 0 20px 40px rgb(0 0 0 / .05)
}

@media only screen and (max-width:991px) {

  .header-nav .nav>li .sub-menu {
    display: none;
    position: static;
    visibility: visible;
    width: auto;
    background: #fff0;
    box-shadow: none;
    margin: 0;
    border-top: 1px solid #eee;
    padding: 15px 0;
    -webkit-transition: none;
    -ms-transition: none;
    transition: none
  }

  .header-nav .nav>li .sub-menu>li>a i {
    color: #fff !important;
    height: 30px;
    line-height: 30px;
    right: 0;
    text-align: center;
    width: 30px;
    z-index: 3;
    font-size: 14px !important;
    margin: 0 !important;
    background: #eee
  }
}

.header-nav .nav>li .sub-menu .menu-item-has-children>a:before {
  content: "\f054";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  float: right;
  font-size: 10px;
  margin-top: 2px
}

@media only screen and (max-width:991px) {

  .header-nav .nav>li .sub-menu .menu-item-has-children.open>a:before {
    content: "\f054"
  }
}

@media only screen and (max-width:991px) {
  .header-nav .nav>li .sub-menu {
    display: none;
    position: static;
    visibility: visible;
    width: auto;
    background: #fff0;
    box-shadow: none;
    margin: 0;
    border-top: 1px solid #eee;
    padding: 15px 0;
    -webkit-transition: none;
    -ms-transition: none;
    transition: none;
    opacity: 1
  }

  .header-nav .nav>li .sub-menu>li>a i {
    display: none
  }

  .header-nav .nav>li .sub-menu .has-child>a:before,
  .header-nav .nav>li .sub-menu .menu-item-has-children>a:before,
  .header-nav .nav>li .sub-menu>li>a i {
    color: #fff !important;
    font-size: 14px;
    content: "\f054";
    height: 30px;
    line-height: 30px;
    right: 0;
    text-align: center;
    width: 30px;
    font-family: "Font Awesome 5 Free";
    z-index: 3;
    margin: 0 !important;
    background: var(--primary);
    border-radius: var(--border-radius-base);
    font-weight: 900;
    float: right
  }

  .header-nav .nav>li .sub-menu .has-child.open>a:before .menu-item-has-children.open>a:before {
    content: "\f078";
    background: #333
  }
}

.header-nav .nav>li .sub-menu li {
  position: relative
}

.header-nav .nav>li .sub-menu li a {
  color: #5e626f;
  display: block;
  font-size: 14px;
  padding: 5px 0;
  line-height: 20px;
  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: 400
}

.header-nav .nav>li .sub-menu li:hover>a {
  color: var(--primary)
}

.header-nav .nav>li .sub-menu li:hover>a:after {
  width: 10px
}

.header-nav .nav>li .sub-menu li .name a {
  font-size: 15px;
  font-weight: 500;
  color: inherit;
  padding: 0
}

.header-nav .nav>li .sub-menu li>.sub-menu {
  left: 220px;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s
}

@media only screen and (max-width:991px) {

  .header-nav .nav>li .sub-menu li>.sub-menu {
    display: none
  }
}

@media only screen and (max-width:991px) {

  .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 .sub-menu .mega-menu li a:after,
  .header-nav .nav>li .sub-menu .sub-menu li a:after {
    width: 5px;
    content: none;
    height: 5px;
    background: #262f5a !important;
    border-radius: 4px;
    top: 13px
  }
}

.header-nav .nav>li .sub-menu li>a>i {
  color: inherit;
  display: block;
  float: right;
  font-size: 18px;
  opacity: 1;
  margin-top: 0
}

@media only screen and (max-width:991px) {
  .header-nav .nav>li .sub-menu li>a>i {
    display: none
  }
}



.header-nav .nav>li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  -webkit-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
  z-index: 11
}

@media only screen and (max-width:991px) {

  .header-nav .nav>li:hover>.sub-menu {
    -webkit-transition: none;
    -ms-transition: none;
    transition: none
  }
}

.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 .sub-menu {
  display: block;
  opacity: 1;
  -webkit-transition: none;
  -ms-transition: none;
  transition: none
}

.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(4) .sub-menu .sub-menu,
  .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:991px) {
  .header-nav .nav {
    float: none;
    padding: 0 20px
  }
}

.header-nav.nav-dark .nav>li .sub-menu {
  background-color: var(--secondary)
}

.header-nav.nav-dark .nav>li .sub-menu .menu-title {
  color: #fff
}

.header-nav.nav-dark .nav>li .mega-menu li a,
.header-nav.nav-dark .nav>li .sub-menu li a {
  color: #bababa
}

.header-nav.nav-dark .nav>li .mega-menu li a:hover,
.header-nav.nav-dark .nav>li .sub-menu li a:hover {
  color: #fff
}

.header-nav.nav-dark .nav>li .mega-menu .name a,
.header-nav.nav-dark .nav>li .sub-menu .name a {
  color: #fff
}

.header-nav.nav-dark .line-left::after {
  background: #fff;
  opacity: .1
}

.header-nav.nav-dark .month-deal {
  border-color: rgb(255 255 255 / .1);
  --title: #fff
}

.header-nav.nav-dark .month-deal .sale-countdown .date .time {
  background: rgb(255 255 255 / .1);
  color: #fff
}

.header-nav.nav-dark .month-deal .sale-countdown .date .work-time {
  color: rgb(255 255 255 / .7)
}

.header-nav .sidebar-footer {
  display: none
}

@media only screen and (max-width:991px) {
  .header-nav .sidebar-footer {
    display: block;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-top: auto;
    width: 100%;
    text-align: center
  }
}

.header-nav .sidebar-footer .dz-login-register {
  text-align: center;
  padding-bottom: 10px
}

.header-nav .dz-social-icon {
  text-align: center;
  display: none
}

.header-nav .dz-social-icon li {
  display: inline-block;
  margin: 0 2px
}

.header-nav .dz-social-icon a {
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid rgb(0 0 0 / .1);
  line-height: 38px;
  text-align: center;
  border-radius: 0
}

@media only screen and (max-width:991px) {
  .header-nav .dz-social-icon {
    display: block;
    padding: 20px
  }
}









@media only screen and (max-width: 991px) {
  .mo-left .header-nav {
    overflow-y: scroll;
    position: fixed;
    width: 100%;
    left: -100%;
    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 .logo-header {
    display: block;
    float: none;
    height: auto !important;
    max-width: 100%;
    padding: 30px 20px;
    width: 100% !important;
  }

  .mo-left .header-nav .logo-header img {
    max-width: unset;
    width: 180px;
    height: auto;
    vertical-align: middle;
  }
}

.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;
}

@media only screen and (min-width: 991px) {
  .site-header.style-1 .extra-nav .extra-cell>* {
    --title: #fff;
    --white: #fff;
  }
}

@media only screen and (max-width: 1199px) {
  .site-header .main-bar .extra-nav .extra-cell .header-right {
    margin-left: 10px;
  }
}

.nav-item a i {
  margin-top: 4px;
  margin-right: 8px;
}

.nav-item a i {
  margin-top: 4px;
  margin-right: 8px;
}

.icon-div h1 {
  font-size: 20px;
  color: #fff;
  margin-left: 5px;
}

.icon-div h1 span i {
  margin-right: 10px;
  color: #2096c1;
}

@media only screen and (max-width: 1024px) {
  .content-inner {
    padding-top: 25px;
    padding-bottom: 36px;
  }
}

@media screen and (min-device-width: 768px) and (max-device-width: 995px) {
  .content-inner {
    padding-top: 52px;
    padding-bottom: 2px;
  }
}

@media screen and (min-device-width: 1025px) and (max-device-width: 1200px) {
  .content-inner {
    padding-top: 41px;
    padding-bottom: 40px;
  }
}


.main-slider.style-1 .swiper-pagination-wrapper {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 20px;
  z-index: 999;
  display: flex;
  justify-content: flex-end
}

@media only screen and (max-width:991px) {
  .main-slider.style-1 .swiper-pagination-wrapper {
    display: none
  }
}


.main-swiper .swiper-pagination-five {
  position: static;
  top: 50%;
  left: 0;
  z-index: 9;
  width: auto !important;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  display: flex;
  justify-content: center;
  align-items: center
}

.main-swiper .swiper-pagination-five .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  margin: 15px !important;
  color: var(--title);
  font-weight: 400;
  position: relative;
  font-size: 14px;
  opacity: .2;
  background-color: #fff0;
  writing-mode: horizontal-tb
}

.main-swiper .swiper-pagination-five .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff0;
  opacity: 1;
  font-size: 18px
}

.main-swiper .swiper-pagination-five .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  opacity: 1
}

.main-swiper .swiper-pagination-five .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -45px;
  background-color: var(--primary);
  width: 30px;
  height: 2px;
  opacity: 0
}

@media only screen and (max-width:767px) {
  .main-swiper .swiper-pagination-five {
    left: auto;
    right: 0
  }
}

@media screen and (max-width:600px) {
  .main-swiper .swiper-pagination-five {
    writing-mode: horizontal-tb
  }
}


.main-swiper .swiper-pagination-five .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  margin: 15px !important;
  color: var(--title);
  font-weight: 400;
  position: relative;
  font-size: 14px;
  opacity: .2;
  background-color: #fff0;
  writing-mode: horizontal-tb
}

.main-swiper .swiper-pagination-five .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff0;
  opacity: 1;
  font-size: 18px
}

.main-swiper .swiper-pagination-five .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  opacity: 1
}

.main-swiper .swiper-pagination-five .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -45px;
  background-color: var(--primary);
  width: 30px;
  height: 2px;
  opacity: 0
}


footer .fb-inner {
  padding: 28px 0;
  border-top: 1px solid #f3f3f3;
  color: #5E626F;
  font-weight: 400;
  font-size: 15px;
}

footer .footer-bottom p {
  margin-bottom: 0;
}

footer .fb-inner .copyright-text a {
  color: #2096c1;
}







.about-style2 .section-head .title {
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: 700;
  max-width: 520px;
}

.about-style2 .section-head p {
  color: #5E626F;
}

@media only screen and (max-width: 1199px) {
  .about-style2 .section-head {
    margin-bottom: 25px;
  }

  .about-style2 .section-head .title {
    margin-bottom: 12px;
    font-size: 34px;
  }
}

@media only screen and (max-width: 991px) {
  .about-style2 .section-head .title {
    margin-bottom: 12px;
    font-size: 30px;
  }

  .about-style2 .section-head p {
    font-size: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .about-style2 .section-head .title {
    font-size: 24px;
  }

  .about-style2 .section-head p {
    text-align: justify;
  }
}

@media only screen and (max-width: 575px) {
  .about-style2 .section-head .title {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .about-style2 .section-head p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 575px) {
  .about-style2 .sticky-top {
    position: unset;
  }
}

.about-style2 .about-thumb {
  text-align: center;
  position: relative;
  background: #F6F6F6;
  margin-right: 40px;
}

@media only screen and (max-width: 991px) {
  .about-style2 .about-thumb {
    margin-right: 0;
  }
}

.about-style2 .our-customer {
  position: absolute;
  bottom: 80px;
  right: 130px;
  width: 180px;
  padding: 18px 20px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
}

@media only screen and (max-width: 1199px) {
  .about-style2 .our-customer {
    bottom: 80px;
    right: 80px;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .about-style2 .our-customer {
    bottom: -20px;
    right: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .about-style2 .our-customer {
    bottom: -10px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}

.about-style2 .our-customer ul {
  display: flex;
  padding: 0 10px;
}

.about-style2 .our-customer .total-customer {
  background-color: #ffffff;
  border: 2px solid #d6d6d6;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--title);
}

.about-style2 .our-customer .total-customer,
.about-style2 .our-customer .customer-image {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: -10px;
}

.about-style2 .our-customer .total-customer img,
.about-style2 .our-customer .customer-image img {
  border: 2px solid #ffffff;
  border-radius: 50%;
}

.about-style2 .about-bx-detail {
  display: flex;
  align-items: center;
}

.about-style2 .about-bx-detail .about-bx-pic {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
  border: 2px solid #fff;
}

.about-style2 .about-bx-detail .about-bx-pic img {
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.about-style2 .about-bx-detail .name {
  font-size: 22px;
  color: var(--title);
  margin-bottom: 0;
}

.about-style2 .about-bx-detail .position {
  font-size: 14px;
}

@media only screen and (max-width: 575px) {
  .about-style2 .about-bx-detail .about-bx-pic {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }

  .about-style2 .about-bx-detail .name {
    font-size: 16px;
  }

  .about-style2 .about-bx-detail .position {
    font-size: 13px;
  }
}

.product-info-inner {
  margin-bottom: 20px;
}

.product-info-inner .info-title {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}


@media only screen and (max-width: 767px) {
  .product-info-inner {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .product-info-inner .info-title {
    font-size: 18px;
  }
}

@media only screen and (max-width: 575px) {
  .product-info-inner {
    margin-bottom: 10px;
  }
}

.about-style2 .section-head {
  margin-bottom: 20px;
}

.product-info h4 {
  margin: 10px 0;
}


.custom-list {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}

.custom-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}

.custom-list li::before {
  content: "\f00c";
  /* Font Awesome check icon */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  color: #ff6600;
  /* Theme orange */
  font-size: 16px;
}



/* About products2 */
.about-products2 .bg-img,
.about-products2 .bg-img2 {
  position: absolute;
  bottom: 0;
}

.about-products2 .bg-img {
  left: 0;
}

.about-products2 .bg-img2 {
  right: 0;
}

.about-products2 .section-head.style-2 {
  display: block;
}

.about-products2 .section-head.style-2 .title {
  font-weight: 700;
}

.about-products2 .section-head.style-2 p {
  font-family: var(--font-family-base);
  font-size: 16px;
  font-weight: 400;
  color: #5E626F;
}

@media only screen and (max-width: 1199px) {

  .about-products2 .about-products2 .bg-img,
  .about-products2 .about-products2 .bg-img2 {
    height: 700px;
  }

  .about-products2 .section-head.style-2 {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .about-products2 .dz-product-media {
    width: 300px;
    margin: auto;
  }
}

@media only screen and (max-width: 767px) {
  .about-products2 .section-head.style-2 {
    margin-bottom: 10px;
    display: block;
  }

  .about-products2 .section-head.style-2 .title {
    font-size: 24px;
  }

  .about-products2 .section-head.style-2 p {
    font-size: 14px;
  }

  .about-products2 .specification-list .list-info {
    font-size: 14px;
  }
}

@media only screen and (max-width: 575px) {
  .about-products2 .dz-product-media {
    width: 250px;
    margin-bottom: 30px;
  }

  .about-products2 .section-head.style-2 .title {
    font-size: 22px;
  }
}

.specification-list .list-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 400;
  color: #5E626F;
  padding: 7px 0;
  border-bottom: 1px solid var(--border-color);
}

.about-products2 .product-specification h4 {
  color: #000;
  font-size: 19px;
  margin: 10px 0;
}

.my-index {
  margin: 40px 0px;
}

.my-index .sp {
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
  border-radius: 20px;
  padding: 30px;
}

.my-index h4 {
  color: #000;
  text-align: center;
  margin: 10px;
}


.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
blockquote.wp-block-quote,
blockquote.wp-block-pullquote,
blockquote.wp-block-pullquote.alignright,
blockquote.wp-block-pullquote.alignleft,
blockquote {
  padding: 1.25rem 2rem 1.25rem 1.875rem;
  font-size: 0.938rem;
  color: var(--title);
  margin: 1rem;
  line-height: 1.875rem;
  position: relative;
  clear: both;
  background-color: #ffffff91;
  border-radius: 15px;
  font-weight: 700;
  z-index: 1;
  border: 0;
  font-family: var(--font-family-title);
}

.wp-block-quote.is-large svg,
.wp-block-quote.is-style-large svg,
blockquote.wp-block-quote svg,
blockquote.wp-block-pullquote svg,
blockquote.wp-block-pullquote.alignright svg,
blockquote.wp-block-pullquote.alignleft svg,
blockquote svg {
  position: absolute;
  right: 24px;
  bottom: 15px;
}

@media only screen and (max-width: 991px) {

  .wp-block-quote.is-large,
  .wp-block-quote.is-style-large,
  blockquote.wp-block-quote,
  blockquote.wp-block-pullquote,
  blockquote.wp-block-pullquote.alignright,
  blockquote.wp-block-pullquote.alignleft,
  blockquote {
    padding: 1.25rem 2.25rem 0.938rem 1.25rem;
    font-size: 0.813rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

@media only screen and (max-width: 575px) {

  .wp-block-quote.is-large,
  .wp-block-quote.is-style-large,
  blockquote.wp-block-quote,
  blockquote.wp-block-pullquote,
  blockquote.wp-block-pullquote.alignright,
  blockquote.wp-block-pullquote.alignleft,
  blockquote {
    padding: 1.25rem 0.25rem 0.938rem 1.25rem;
  }
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-style-large cite,
blockquote.wp-block-quote cite,
blockquote.wp-block-pullquote cite,
blockquote.wp-block-pullquote.alignright cite,
blockquote.wp-block-pullquote.alignleft cite,
blockquote cite {
  font-style: normal;
  position: relative;
  display: block;
  margin-top: -0.3125rem;
  font-weight: 600;
  color: var(--primary);
  line-height: 1.3;
}

.wp-block-quote.is-large cite:before,
.wp-block-quote.is-style-large cite:before,
blockquote.wp-block-quote cite:before,
blockquote.wp-block-pullquote cite:before,
blockquote.wp-block-pullquote.alignright cite:before,
blockquote.wp-block-pullquote.alignleft cite:before,
blockquote cite:before {
  content: "";
  margin-right: 0.625rem;
  width: 15px;
  height: 2px;
  background: var(--primary);
  display: inline-block;
  vertical-align: middle;
}

.wp-block-quote.is-large b,
.wp-block-quote.is-large strong,
.wp-block-quote.is-large .strong,
.wp-block-quote.is-style-large b,
.wp-block-quote.is-style-large strong,
.wp-block-quote.is-style-large .strong,
blockquote.wp-block-quote b,
blockquote.wp-block-quote strong,
blockquote.wp-block-quote .strong,
blockquote.wp-block-pullquote b,
blockquote.wp-block-pullquote strong,
blockquote.wp-block-pullquote .strong,
blockquote.wp-block-pullquote.alignright b,
blockquote.wp-block-pullquote.alignright strong,
blockquote.wp-block-pullquote.alignright .strong,
blockquote.wp-block-pullquote.alignleft b,
blockquote.wp-block-pullquote.alignleft strong,
blockquote.wp-block-pullquote.alignleft .strong,
blockquote b,
blockquote strong,
blockquote .strong {
  color: inherit;
}

.wp-block-quote.is-large:after,
.wp-block-quote.is-style-large:after,
blockquote.wp-block-quote:after,
blockquote.wp-block-pullquote:after,
blockquote.wp-block-pullquote.alignright:after,
blockquote.wp-block-pullquote.alignleft:after,
blockquote:after {
  content: "";
  width: 4px;
  border-radius: 2px;
  height: 110px;
  left: 0;
  top: 50%;
  background: var(--primary);
  position: absolute;
  box-shadow: 0 0 30px 0 var(--rgba-primary-2);
  transform: translateY(-50%);
}

@media only screen and (max-width: 575px) {

  .wp-block-quote.is-large:after,
  .wp-block-quote.is-style-large:after,
  blockquote.wp-block-quote:after,
  blockquote.wp-block-pullquote:after,
  blockquote.wp-block-pullquote.alignright:after,
  blockquote.wp-block-pullquote.alignleft:after,
  blockquote:after {
    height: 150px;
  }
}

.wp-block-quote.is-large:before,
.wp-block-quote.is-style-large:before,
blockquote.wp-block-quote:before,
blockquote.wp-block-pullquote:before,
blockquote.wp-block-pullquote.alignright:before,
blockquote.wp-block-pullquote.alignleft:before,
blockquote:before {
  content: "";
  z-index: -1;
  background-size: cover;
  left: 20px;
  background-image: var(--quote);
  background-position: center right;
  width: 90px;
  padding: 0;
  opacity: 0.1;
  background-repeat: no-repeat;
  height: 90px;
  top: 0px;
  position: absolute;
}

.wp-block-quote.is-large.wp-block-pullquote.alignleft,
.wp-block-quote.is-style-large.wp-block-pullquote.alignleft,
blockquote.wp-block-quote.wp-block-pullquote.alignleft,
blockquote.wp-block-pullquote.wp-block-pullquote.alignleft,
blockquote.wp-block-pullquote.alignright.wp-block-pullquote.alignleft,
blockquote.wp-block-pullquote.alignleft.wp-block-pullquote.alignleft,
blockquote.wp-block-pullquote.alignleft {
  margin: 0rem 1.563rem 1.563rem 0rem;
}

.wp-block-quote.is-large.wp-block-pullquote.alignright,
.wp-block-quote.is-style-large.wp-block-pullquote.alignright,
blockquote.wp-block-quote.wp-block-pullquote.alignright,
blockquote.wp-block-pullquote.wp-block-pullquote.alignright,
blockquote.wp-block-pullquote.alignright.wp-block-pullquote.alignright,
blockquote.wp-block-pullquote.alignleft.wp-block-pullquote.alignright,
blockquote.wp-block-pullquote.alignright {
  margin: 0rem 0 1.563rem 1.563rem;
}

.wp-block-quote.is-large.style-1,
.wp-block-quote.is-style-large.style-1,
blockquote.wp-block-quote.style-1,
blockquote.wp-block-pullquote.style-1,
blockquote.wp-block-pullquote.alignright.style-1,
blockquote.wp-block-pullquote.alignleft.style-1,
blockquote.style-1 {
  background: #f5f5f5;
  color: var(--primary);
  padding: 25px 40px;
}

.wp-block-quote.is-large.style-1 p,
.wp-block-quote.is-style-large.style-1 p,
blockquote.wp-block-quote.style-1 p,
blockquote.wp-block-pullquote.style-1 p,
blockquote.wp-block-pullquote.alignright.style-1 p,
blockquote.wp-block-pullquote.alignleft.style-1 p,
blockquote.style-1 p {
  font-size: 18px;
  line-height: 1.5;
  color: var(--primary);
}

.wp-block-quote.is-large.style-1 h4,
.wp-block-quote.is-large.style-1 .h4,
.wp-block-quote.is-style-large.style-1 h4,
.wp-block-quote.is-style-large.style-1 .h4,
blockquote.wp-block-quote.style-1 h4,
blockquote.wp-block-quote.style-1 .h4,
blockquote.wp-block-pullquote.style-1 h4,
blockquote.wp-block-pullquote.style-1 .h4,
blockquote.wp-block-pullquote.alignright.style-1 h4,
blockquote.wp-block-pullquote.alignright.style-1 .h4,
blockquote.wp-block-pullquote.alignleft.style-1 h4,
blockquote.wp-block-pullquote.alignleft.style-1 .h4,
blockquote.style-1 h4,
blockquote.style-1 .h4 {
  font-weight: 800;
}

.wp-block-quote.is-large.style-1:after,
.wp-block-quote.is-style-large.style-1:after,
blockquote.wp-block-quote.style-1:after,
blockquote.wp-block-pullquote.style-1:after,
blockquote.wp-block-pullquote.alignright.style-1:after,
blockquote.wp-block-pullquote.alignleft.style-1:after,
blockquote.style-1:after {
  content: none;
}

.wp-block-quote.is-large.style-1:before,
.wp-block-quote.is-style-large.style-1:before,
blockquote.wp-block-quote.style-1:before,
blockquote.wp-block-pullquote.style-1:before,
blockquote.wp-block-pullquote.alignright.style-1:before,
blockquote.wp-block-pullquote.alignleft.style-1:before,
blockquote.style-1:before {
  right: 70px;
  top: -10px;
  color: white;
  content: "";
  font-family: flaticon;
  height: auto;
  font-size: 180px;
  transform: rotate(180deg);
  width: auto;
  background: none;
  line-height: 1;
  opacity: 1;
}

.wp-block-quote.is-large.style-1 cite,
.wp-block-quote.is-style-large.style-1 cite,
blockquote.wp-block-quote.style-1 cite,
blockquote.wp-block-pullquote.style-1 cite,
blockquote.wp-block-pullquote.alignright.style-1 cite,
blockquote.wp-block-pullquote.alignleft.style-1 cite,
blockquote.style-1 cite {
  color: var(--title);
}

.wp-block-quote.is-large.style-1 cite:before,
.wp-block-quote.is-style-large.style-1 cite:before,
blockquote.wp-block-quote.style-1 cite:before,
blockquote.wp-block-pullquote.style-1 cite:before,
blockquote.wp-block-pullquote.alignright.style-1 cite:before,
blockquote.wp-block-pullquote.alignleft.style-1 cite:before,
blockquote.style-1 cite:before {
  background: var(--title);
}

.wp-block-quote.is-large.style-2,
.wp-block-quote.is-style-large.style-2,
blockquote.wp-block-quote.style-2,
blockquote.wp-block-pullquote.style-2,
blockquote.wp-block-pullquote.alignright.style-2,
blockquote.wp-block-pullquote.alignleft.style-2,
blockquote.style-2 {
  padding: 10px 0 10px 25px;
}

.wp-block-quote.is-large.style-2:before,
.wp-block-quote.is-style-large.style-2:before,
blockquote.wp-block-quote.style-2:before,
blockquote.wp-block-pullquote.style-2:before,
blockquote.wp-block-pullquote.alignright.style-2:before,
blockquote.wp-block-pullquote.alignleft.style-2:before,
blockquote.style-2:before {
  content: none;
}

.wp-block-quote.is-large.style-2 cite,
.wp-block-quote.is-style-large.style-2 cite,
blockquote.wp-block-quote.style-2 cite,
blockquote.wp-block-pullquote.style-2 cite,
blockquote.wp-block-pullquote.alignright.style-2 cite,
blockquote.wp-block-pullquote.alignleft.style-2 cite,
blockquote.style-2 cite {
  color: #777777;
  font-size: 18px;
  font-family: var(--font-family-title);
}

.wp-block-quote.is-large.style-2 cite:before,
.wp-block-quote.is-style-large.style-2 cite:before,
blockquote.wp-block-quote.style-2 cite:before,
blockquote.wp-block-pullquote.style-2 cite:before,
blockquote.wp-block-pullquote.alignright.style-2 cite:before,
blockquote.wp-block-pullquote.alignleft.style-2 cite:before,
blockquote.style-2 cite:before {
  background: #777777;
}

.wp-block-quote.is-large.style-3,
.wp-block-quote.is-style-large.style-3,
blockquote.wp-block-quote.style-3,
blockquote.wp-block-pullquote.style-3,
blockquote.wp-block-pullquote.alignright.style-3,
blockquote.wp-block-pullquote.alignleft.style-3,
blockquote.style-3 {
  text-align: center;
  padding: 0 0;
}

.wp-block-quote.is-large.style-3:after,
.wp-block-quote.is-style-large.style-3:after,
blockquote.wp-block-quote.style-3:after,
blockquote.wp-block-pullquote.style-3:after,
blockquote.wp-block-pullquote.alignright.style-3:after,
blockquote.wp-block-pullquote.alignleft.style-3:after,
blockquote.style-3:after {
  content: none;
}

.wp-block-quote.is-large.style-3:before,
.wp-block-quote.is-style-large.style-3:before,
blockquote.wp-block-quote.style-3:before,
blockquote.wp-block-pullquote.style-3:before,
blockquote.wp-block-pullquote.alignright.style-3:before,
blockquote.wp-block-pullquote.alignleft.style-3:before,
blockquote.style-3:before {
  background: var(--primary);
  opacity: 1;
  color: #fff;
  content: "\f10e";
  height: 60px;
  width: 60px;
  border-radius: 60px;
  position: relative;
  left: 0;
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-size: 28px;
  line-height: 60px;
  margin-bottom: 15px;
}

.wp-block-quote.is-large.style-3 cite,
.wp-block-quote.is-style-large.style-3 cite,
blockquote.wp-block-quote.style-3 cite,
blockquote.wp-block-pullquote.style-3 cite,
blockquote.wp-block-pullquote.alignright.style-3 cite,
blockquote.wp-block-pullquote.alignleft.style-3 cite,
blockquote.style-3 cite {
  font-size: 18px;
}

.wp-block-quote.is-large.style-3 cite:before,
.wp-block-quote.is-style-large.style-3 cite:before,
blockquote.wp-block-quote.style-3 cite:before,
blockquote.wp-block-pullquote.style-3 cite:before,
blockquote.wp-block-pullquote.alignright.style-3 cite:before,
blockquote.wp-block-pullquote.alignleft.style-3 cite:before,
blockquote.style-3 cite:before {
  content: none;
}

.wp-block-quote.is-large.style-4,
.wp-block-quote.is-style-large.style-4,
blockquote.wp-block-quote.style-4,
blockquote.wp-block-pullquote.style-4,
blockquote.wp-block-pullquote.alignright.style-4,
blockquote.wp-block-pullquote.alignleft.style-4,
blockquote.style-4 {
  background: var(--primary);
  padding: 30px 30px;
  border-radius: var(--border-radius-base);
}

.wp-block-quote.is-large.style-4 .title,
.wp-block-quote.is-style-large.style-4 .title,
blockquote.wp-block-quote.style-4 .title,
blockquote.wp-block-pullquote.style-4 .title,
blockquote.wp-block-pullquote.alignright.style-4 .title,
blockquote.wp-block-pullquote.alignleft.style-4 .title,
blockquote.style-4 .title {
  color: #fff;
  margin-bottom: 20px;
}

.wp-block-quote.is-large.style-4 cite,
.wp-block-quote.is-style-large.style-4 cite,
blockquote.wp-block-quote.style-4 cite,
blockquote.wp-block-pullquote.style-4 cite,
blockquote.wp-block-pullquote.alignright.style-4 cite,
blockquote.wp-block-pullquote.alignleft.style-4 cite,
blockquote.style-4 cite {
  color: #fff;
  font-size: 18px;
  font-family: var(--font-family-title);
}

.wp-block-quote.is-large.style-4 cite:before,
.wp-block-quote.is-style-large.style-4 cite:before,
blockquote.wp-block-quote.style-4 cite:before,
blockquote.wp-block-pullquote.style-4 cite:before,
blockquote.wp-block-pullquote.alignright.style-4 cite:before,
blockquote.wp-block-pullquote.alignleft.style-4 cite:before,
blockquote.style-4 cite:before {
  background: #fff;
}

.wp-block-quote.is-large.style-4:after,
.wp-block-quote.is-style-large.style-4:after,
blockquote.wp-block-quote.style-4:after,
blockquote.wp-block-pullquote.style-4:after,
blockquote.wp-block-pullquote.alignright.style-4:after,
blockquote.wp-block-pullquote.alignleft.style-4:after,
blockquote.style-4:after {
  content: none;
}

.wp-block-quote.is-large.style-4:before,
.wp-block-quote.is-style-large.style-4:before,
blockquote.wp-block-quote.style-4:before,
blockquote.wp-block-pullquote.style-4:before,
blockquote.wp-block-pullquote.alignright.style-4:before,
blockquote.wp-block-pullquote.alignleft.style-4:before,
blockquote.style-4:before {
  left: 30%;
  top: -10px;
  color: white;
  content: "";
  font-family: flaticon;
  height: auto;
  font-size: 180px;
  transform: rotate(180deg) translateX(-50%);
  width: auto;
  background: none;
  line-height: 1;
  opacity: .1;
}

blockquote.wp-block-pullquote:not(.is-style-solid-color) {
  background: #5608e0;
}

.wp-caption-text {
  font-size: 0.875rem;
  line-height: 1.3;
}

.dz-blog.blog-single .dz-post-text blockquote p,
.dz-page-text blockquote p,
blockquote p {
  line-height: 1.5;
  color: var(--title);
  margin-bottom: 1rem;
  font-weight: 500;
  font-size: 22px;
  font-family: var(--font-family-title);
  font-style: normal;
}

.dz-blog.blog-single .dz-post-text blockquote p cite,
.dz-page-text blockquote p cite,
blockquote p cite {
  margin-top: 20px;
}

@media only screen and (max-width: 991px) {

  .dz-blog.blog-single .dz-post-text blockquote p,
  .dz-page-text blockquote p,
  blockquote p {
    font-size: 1.125rem;
  }
}

.dz-page-text {
  padding-bottom: 30px !important;
}

.dz-blog.blog-single .dz-post-text blockquote.style-1 p,
.dz-page-text blockquote.style-1 p,
blockquote.style-1 p {
  color: var(--primary);
  margin-bottom: 1.5rem;
}


.blog-single.style-1 .list-check-2 {
  padding-left: 0;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.blog-single.style-1 .list-check-2 li {
  padding: 15px 8px 15px 55px !important;
  position: relative;
  align-items: center;
  display: flex;
  font-weight: 500;
  font-size: 16px !important;
  color: #222222;
  font-family: var(--font-family-title);
  width: 50%;
}

.blog-single.style-1 .list-check-2 li:after {
  position: absolute;
  left: 5px;
  top: 50%;
  content: "\e83f";
  font-family: 'feather' !important;
  font-weight: 300;
  color: var(--primary);
  font-size: 22px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  transform: translateY(-50%);
}

.blog-single.style-1 .list-check-2.check-circle li:after {
  border-radius: 50%;
  background-color: transparent;
  color: var(--primary);
  border: 1px solid #0D775E;
}

@media only screen and (max-width: 1199px) {
  .blog-single.style-1 .list-check-2 li {
    padding: 12px 8px 12px 48px !important;
    font-size: 15px !important;
  }

  .blog-single.style-1 .list-check-2 li:after {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-single.style-1 .list-check-2 li {
    width: 100%;
  }
}


footer {
  background-image: url()
}

@media only screen and (max-width:767px) {
  footer .row {
    --bs-gutter-x: 10px
  }
}

footer .widget_about p {
  margin-bottom: 20px
}

footer .footer-logo {
  margin-bottom: 15px
}

footer .footer-logo img {
  max-width: 180px
}

footer .footer-title {
  margin: 0;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  line-height: 1.2;
  margin-top: 70px
}

footer .footer-top {
  padding: 70px 0 30px
}

footer .footer-top .widget {
  margin-bottom: 30px
}

@media only screen and (max-width:767px) {
  footer .footer-top {
    padding: 50px 0 0
  }
}

footer .footer-bottom p {
  margin-bottom: 0
}

footer .footer-bottom .heart {
  width: 60px;
  height: 60px;
  display: inline-block;
  background: url(../images/like.png);
  cursor: pointer;
  margin: -25px -15px
}

footer .footer-bottom .heart.heart-blast {
  background-position: -1680px 0 !important;
  transition: background 1s steps(28)
}

footer .fb-inner {
  padding: 28px 0;
  border-top: 1px solid #f3f3f3;
  color: #5e626f;
  font-weight: 400;
  font-size: 15px
}

footer .fb-inner .copyright-text a {
  color: #2096c1
}

@media only screen and (max-width:575px) {
  footer .fb-inner {
    padding: 20px 0;
    font-size: 14px
  }
}

@media only screen and (max-width:1024px) {
  footer .footer-bottom p {
    font-size: 13px
  }
}

@media only screen and (max-width:991px) {
  footer .footer-top {
    padding: 50px 0 20px
  }

  footer .footer-bottom .text-start,
  footer .footer-bottom .text-end {
    text-align: center !important
  }

  footer .footer-bottom .text-end {
    margin-top: 15px
  }

  footer .footer-bottom p {
    font-size: 15px
  }
}

@media only screen and (max-width:575px) {
  footer .footer-top {
    padding: 45px 0 0
  }
}

footer .widget_services ul li a {
  display: block;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s
}

footer .widget-address {
  margin-bottom: 24px
}

footer .widget-address li {
  padding: 4px 0;
  font-size: 17px;
  font-weight: 400
}

footer .widget-address li p {
  margin-bottom: 0
}

footer .widget-address li span {
  color: #2096c1
}

footer.footer-dark {
  background: var(--secondary);
  --title: #fff
}

footer.footer-dark .footer-bottom .fb-inner {
  border-color: rgb(255 255 255 / .1);
  color: rgb(255 255 255 / .6)
}

footer.footer-dark .footer-top {
  color: rgb(255 255 255 / .6)
}

footer.footer-dark .icon-bx-wraper {
  --title: #24262b
}


footer .footer-top .widget {
    margin-bottom: 30px;
}

footer .footer-title {
    margin: 0;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    line-height: 1.2;
    margin-top: 70px;
}

.wp-block-latest-posts li, .wp-block-categories-list li, .wp-block-archives-list li, .widget_categories ul li, .widget_archive ul li, .widget_meta ul li, .widget_pages ul li, .widget_recent_comments ul li, .widget_nav_menu ul li, .widget_recent_entries ul li, .widget_services ul li {
    padding-bottom: 1.125rem;
    margin-bottom: .8125rem;
    position: relative;
    padding: .5rem 0rem .5rem 0;
    font-size: 15px;
    margin-bottom: 0;
    line-height: 1.25rem;
}

h5, .h5, .h5 {
    font-size: 1.125rem;
}

@media only screen and (max-width: 991px) {
    .header-nav .nav {
        float: none;
        padding: 0 20px;
    }
}

.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;
}

@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: 15px 0;
        -webkit-transition: none;
        -ms-transition: none;
        transition: none;
        opacity: 1;
    }
}