<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8"; /*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme="light"] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --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: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --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: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --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, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}
[data-bs-theme="dark"] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}
*,
::after,
::before {
  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: transparent;
}
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}
.h1,
h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .h1,
  h1 {
    font-size: 2.5rem;
  }
}
.h2,
h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .h2,
  h2 {
    font-size: 2rem;
  }
}
.h3,
h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  .h3,
  h3 {
    font-size: 1.75rem;
  }
}
.h4,
h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .h4,
  h4 {
    font-size: 1.5rem;
  }
}
.h5,
h5 {
  font-size: 1.25rem;
}
.h6,
h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  padding-left: 2rem;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
.small,
small {
  font-size: 0.875em;
}
.mark,
mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
code,
kbd,
pre,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a &gt; code {
  color: inherit;
}
kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not(
    [type="week"]
  ):not([type="time"])::-webkit-calendar-picker-indicator {
  display: none !important;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote &gt; :last-child {
  margin-bottom: 0;
}
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 1.5rem;
  --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,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}
.row {
  --bs-gutter-x: 1.5rem;
  --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 &gt; * {
  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 {
  flex: 1 0;
}
.row-cols-auto &gt; * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 &gt; * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 &gt; * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 &gt; * {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.row-cols-4 &gt; * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 &gt; * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 &gt; * {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0;
  }
  .row-cols-sm-auto &gt; * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 &gt; * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 &gt; * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 &gt; * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 &gt; * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 &gt; * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 &gt; * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0;
  }
  .row-cols-md-auto &gt; * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 &gt; * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 &gt; * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 &gt; * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 &gt; * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 &gt; * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 &gt; * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0;
  }
  .row-cols-lg-auto &gt; * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 &gt; * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 &gt; * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 &gt; * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 &gt; * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 &gt; * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 &gt; * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0;
  }
  .row-cols-xl-auto &gt; * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 &gt; * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 &gt; * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 &gt; * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 &gt; * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 &gt; * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 &gt; * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0;
  }
  .row-cols-xxl-auto &gt; * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 &gt; * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 &gt; * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 &gt; * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 &gt; * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 &gt; * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 &gt; * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table &gt; :not(caption) &gt; * &gt; * {
  padding: 0.5rem 0.5rem;
  color: var(
    --bs-table-color-state,
    var(--bs-table-color-type, var(--bs-table-color))
  );
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px
    var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table &gt; tbody {
  vertical-align: inherit;
}
.table &gt; thead {
  vertical-align: bottom;
}
.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}
.caption-top {
  caption-side: top;
}
.table-sm &gt; :not(caption) &gt; * &gt; * {
  padding: 0.25rem 0.25rem;
}
.table-bordered &gt; :not(caption) &gt; * {
  border-width: var(--bs-border-width) 0;
}
.table-bordered &gt; :not(caption) &gt; * &gt; * {
  border-width: 0 var(--bs-border-width);
}
.table-borderless &gt; :not(caption) &gt; * &gt; * {
  border-bottom-width: 0;
}
.table-borderless &gt; :not(:first-child) {
  border-top-width: 0;
}
.table-striped &gt; tbody &gt; tr:nth-of-type(odd) &gt; * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}
.table-striped-columns &gt; :not(caption) &gt; tr &gt; :nth-child(2n) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}
.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}
.table-hover &gt; tbody &gt; tr:hover &gt; * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}
.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #cfe2ff;
  --bs-table-border-color: #a6b5cc;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #b5b6b7;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #a7b9b1;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #a6c3ca;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #ccc2a4;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #c6acae;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #c6c7c8;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #4d5154;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}
.col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type="file"] {
  overflow: hidden;
}
.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  -webkit-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;
  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;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: var(--bs-secondary-bg);
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}
.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}
.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img),
    var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}
.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
[data-bs-theme="dark"] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}
.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
}
.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}
.form-check-input[type="radio"] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type="checkbox"] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type="radio"] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type="checkbox"]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}
.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check:disabled + .btn,
.btn-check[disabled] + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}
[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");
}
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  -webkit-appearance: none;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  -moz-appearance: none;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}
.form-floating {
  position: relative;
}
.form-floating &gt; .form-control,
.form-floating &gt; .form-control-plaintext,
.form-floating &gt; .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating &gt; label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating &gt; label {
    transition: none;
  }
}
.form-floating &gt; .form-control,
.form-floating &gt; .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating &gt; .form-control-plaintext::placeholder,
.form-floating &gt; .form-control::placeholder {
  color: transparent;
}
.form-floating &gt; .form-control-plaintext:focus,
.form-floating &gt; .form-control-plaintext:not(:placeholder-shown),
.form-floating &gt; .form-control:focus,
.form-floating &gt; .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating &gt; .form-control-plaintext:-webkit-autofill,
.form-floating &gt; .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating &gt; .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating &gt; .form-control-plaintext ~ label,
.form-floating &gt; .form-control:focus ~ label,
.form-floating &gt; .form-control:not(:placeholder-shown) ~ label,
.form-floating &gt; .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating &gt; .form-control-plaintext ~ label::after,
.form-floating &gt; .form-control:focus ~ label::after,
.form-floating &gt; .form-control:not(:placeholder-shown) ~ label::after,
.form-floating &gt; .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating &gt; .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating &gt; .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating &gt; .form-control:disabled ~ label,
.form-floating &gt; :disabled ~ label {
  color: #6c757d;
}
.form-floating &gt; .form-control:disabled ~ label::after,
.form-floating &gt; :disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group &gt; .form-control,
.input-group &gt; .form-floating,
.input-group &gt; .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group &gt; .form-control:focus,
.input-group &gt; .form-floating:focus-within,
.input-group &gt; .form-select:focus {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}
.input-group-lg &gt; .btn,
.input-group-lg &gt; .form-control,
.input-group-lg &gt; .form-select,
.input-group-lg &gt; .input-group-text {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.input-group-sm &gt; .btn,
.input-group-sm &gt; .form-control,
.input-group-sm &gt; .form-select,
.input-group-sm &gt; .input-group-text {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.input-group-lg &gt; .form-select,
.input-group-sm &gt; .form-select {
  padding-right: 3rem;
}
.input-group:not(.has-validation) &gt; .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation)
  &gt; .form-floating:not(:last-child)
  &gt; .form-control,
.input-group:not(.has-validation)
  &gt; .form-floating:not(:last-child)
  &gt; .form-select,
.input-group:not(.has-validation)
  &gt; :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(
    .form-floating
  ) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation &gt; .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation
  &gt; .form-floating:nth-last-child(n + 3)
  &gt; .form-control,
.input-group.has-validation
  &gt; .form-floating:nth-last-child(n + 3)
  &gt; .form-select,
.input-group.has-validation
  &gt; :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu):not(
    .form-floating
  ) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group
  &gt; :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
    .valid-feedback
  ):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group &gt; .form-floating:not(:first-child) &gt; .form-control,
.input-group &gt; .form-floating:not(:first-child) &gt; .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
  display: block;
}
.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}
.form-select.is-valid,
.was-validated .form-select:valid {
  border-color: var(--bs-form-valid-border-color);
}
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.form-control-color.is-valid,
.was-validated .form-control-color:valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}
.form-check-input.is-valid,
.was-validated .form-check-input:valid {
  border-color: var(--bs-form-valid-border-color);
}
.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
  background-color: var(--bs-form-valid-color);
}
.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.input-group &gt; .form-control:not(:focus).is-valid,
.input-group &gt; .form-floating:not(:focus-within).is-valid,
.input-group &gt; .form-select:not(:focus).is-valid,
.was-validated .input-group &gt; .form-control:not(:focus):valid,
.was-validated .input-group &gt; .form-floating:not(:focus-within):valid,
.was-validated .input-group &gt; .form-select:not(:focus):valid {
  z-index: 3;
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
  display: block;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}
.form-select.is-invalid,
.was-validated .form-select:invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.form-control-color.is-invalid,
.was-validated .form-control-color:invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}
.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
.input-group &gt; .form-control:not(:focus).is-invalid,
.input-group &gt; .form-floating:not(:focus-within).is-invalid,
.input-group &gt; .form-select:not(:focus).is-invalid,
.was-validated .input-group &gt; .form-control:not(:focus):invalid,
.was-validated .input-group &gt; .form-floating:not(:focus-within):invalid,
.was-validated .input-group &gt; .form-select:not(:focus):invalid {
  z-index: 4;
}
.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --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 0.25rem
    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;
  -webkit-user-select: none;
  -moz-user-select: none;
  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-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn: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.active:focus-visible,
.btn.show:focus-visible,
.btn:first-child:active:focus-visible,
:not(.btn-check) + .btn:active:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}
.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}
.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}
.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}
.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}
.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}
.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}
.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}
.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}
.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}
.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}
.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}
.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}
.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}
.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}
.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}
.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}
.btn-group-lg &gt; .btn,
.btn-lg {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}
.btn-group-sm &gt; .btn,
.btn-sm {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}
.dropdown,
.dropdown-center,
.dropend,
.dropstart,
.dropup,
.dropup-center {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(
    var(--bs-border-radius) - var(--bs-border-width)
  );
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}
.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}
.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active,
.dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y)
    var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}
.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group-vertical &gt; .btn,
.btn-group &gt; .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group-vertical &gt; .btn-check:checked + .btn,
.btn-group-vertical &gt; .btn-check:focus + .btn,
.btn-group-vertical &gt; .btn.active,
.btn-group-vertical &gt; .btn:active,
.btn-group-vertical &gt; .btn:focus,
.btn-group-vertical &gt; .btn:hover,
.btn-group &gt; .btn-check:checked + .btn,
.btn-group &gt; .btn-check:focus + .btn,
.btn-group &gt; .btn.active,
.btn-group &gt; .btn:active,
.btn-group &gt; .btn:focus,
.btn-group &gt; .btn:hover {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group {
  border-radius: var(--bs-border-radius);
}
.btn-group &gt; .btn-group:not(:first-child),
.btn-group &gt; :not(.btn-check:first-child) + .btn {
  margin-left: calc(var(--bs-border-width) * -1);
}
.btn-group &gt; .btn-group:not(:last-child) &gt; .btn,
.btn-group &gt; .btn.dropdown-toggle-split:first-child,
.btn-group &gt; .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group &gt; .btn-group:not(:first-child) &gt; .btn,
.btn-group &gt; .btn:nth-child(n + 3),
.btn-group &gt; :not(.btn-check) + .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-group-sm &gt; .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-group-lg &gt; .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical &gt; .btn,
.btn-group-vertical &gt; .btn-group {
  width: 100%;
}
.btn-group-vertical &gt; .btn-group:not(:first-child),
.btn-group-vertical &gt; .btn:not(:first-child) {
  margin-top: calc(var(--bs-border-width) * -1);
}
.btn-group-vertical &gt; .btn-group:not(:last-child) &gt; .btn,
.btn-group-vertical &gt; .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical &gt; .btn-group:not(:first-child) &gt; .btn,
.btn-group-vertical &gt; .btn ~ .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.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: 0 0;
  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:focus,
.nav-link:hover {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.nav-link.disabled,
.nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg)
    var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color)
    var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid
    var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show &gt; .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}
.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:focus,
.nav-underline .nav-link:hover {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show &gt; .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}
.nav-fill .nav-item,
.nav-fill &gt; .nav-link {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item,
.nav-justified &gt; .nav-link {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}
.tab-content &gt; .tab-pane {
  display: none;
}
.tab-content &gt; .active {
  display: block;
}
.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar &gt; .container,
.navbar &gt; .container-fluid,
.navbar &gt; .container-lg,
.navbar &gt; .container-md,
.navbar &gt; .container-sm,
.navbar &gt; .container-xl,
.navbar &gt; .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
  color: var(--bs-navbar-brand-hover-color);
}
.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}
.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:focus,
.navbar-text a:hover {
  color: var(--bs-navbar-active-color);
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}
.navbar-dark,
.navbar[data-bs-theme="dark"] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
[data-bs-theme="dark"] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(
    var(--bs-border-radius) - (var(--bs-border-width))
  );
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card &gt; hr {
  margin-right: 0;
  margin-left: 0;
}
.card &gt; .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card &gt; .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card &gt; .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card &gt; .card-header + .list-group,
.card &gt; .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}
.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}
.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}
.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius)
    var(--bs-card-inner-border-radius) 0 0;
}
.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius)
    var(--bs-card-inner-border-radius);
}
.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}
.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}
.card-img,
.card-img-bottom,
.card-img-top {
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card-group &gt; .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group &gt; .card {
    flex: 1 0;
    margin-bottom: 0;
  }
  .card-group &gt; .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group &gt; .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group &gt; .card:not(:last-child) .card-header,
  .card-group &gt; .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group &gt; .card:not(:last-child) .card-footer,
  .card-group &gt; .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group &gt; .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group &gt; .card:not(:first-child) .card-header,
  .card-group &gt; .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group &gt; .card:not(:first-child) .card-footer,
  .card-group &gt; .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}
.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(
    var(--bs-border-radius) - (var(--bs-border-width))
  );
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0
    var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}
.accordion-header {
  margin-bottom: 0;
}
.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid
    var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type &gt; .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type &gt; .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type &gt; .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}
.accordion-flush &gt; .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush &gt; .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush &gt; .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush &gt; .accordion-item &gt; .accordion-header .accordion-button,
.accordion-flush
  &gt; .accordion-item
  &gt; .accordion-header
  .accordion-button.collapsed {
  border-radius: 0;
}
.accordion-flush &gt; .accordion-item &gt; .accordion-collapse {
  border-radius: 0;
}
[data-bs-theme="dark"] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/");
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}
.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}
.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid
    var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.active &gt; .page-link,
.page-link.active {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.disabled &gt; .page-link,
.page-link.disabled {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}
.page-item:not(:first-child) .page-link {
  margin-left: calc(var(--bs-border-width) * -1);
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}
.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}
.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}
.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}
.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}
.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}
.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}
.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}
.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}
.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}
.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}
.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}
.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress,
.progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}
.progress-stacked &gt; .progress {
  overflow: visible;
}
.progress-stacked &gt; .progress &gt; .progress-bar {
  width: 100%;
}
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered &gt; .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}
.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y)
    var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid
    var(--bs-list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal &gt; .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal &gt; .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.list-group-horizontal &gt; .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal &gt; .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal &gt; .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm &gt; .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm &gt; .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm &gt; .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm &gt; .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm &gt; .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md &gt; .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md &gt; .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md &gt; .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md &gt; .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md &gt; .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg &gt; .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg &gt; .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg &gt; .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg &gt; .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg &gt; .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl &gt; .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl &gt; .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl &gt; .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl &gt; .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl &gt; .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl &gt; .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl &gt; .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl &gt; .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl &gt; .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl &gt; .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush &gt; .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush &gt; .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}
.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}
.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}
.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}
.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}
.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}
.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}
.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}
.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close.disabled,
.btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}
.btn-close-white {
  filter: var(--bs-btn-close-white-filter);
}
[data-bs-theme="dark"] .btn-close {
  filter: var(--bs-btn-close-white-filter);
}
.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}
.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container &gt; :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}
.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid
    var(--bs-toast-header-border-color);
  border-top-left-radius: calc(
    var(--bs-toast-border-radius) - var(--bs-toast-border-width)
  );
  border-top-right-radius: calc(
    var(--bs-toast-border-radius) - var(--bs-toast-border-width)
  );
}
.toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}
.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}
.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(
    var(--bs-border-radius-lg) - (var(--bs-border-width))
  );
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}
.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid
    var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5)
    calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y))
    calc(-0.5 * var(--bs-modal-header-padding-x))
    calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}
.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid
    var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer &gt; * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}
@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-footer,
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-footer,
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-footer,
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-footer,
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-footer,
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-footer,
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height)
    calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5)
    var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5)
    var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0
    calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}
.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(
    var(--bs-border-radius-lg) - var(--bs-border-width)
  );
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::after,
.popover .popover-arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}
.bs-popover-auto[data-popper-placement^="top"] &gt; .popover-arrow,
.bs-popover-top &gt; .popover-arrow {
  bottom: calc(
    -1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width)
  );
}
.bs-popover-auto[data-popper-placement^="top"] &gt; .popover-arrow::after,
.bs-popover-auto[data-popper-placement^="top"] &gt; .popover-arrow::before,
.bs-popover-top &gt; .popover-arrow::after,
.bs-popover-top &gt; .popover-arrow::before {
  border-width: var(--bs-popover-arrow-height)
    calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-auto[data-popper-placement^="top"] &gt; .popover-arrow::before,
.bs-popover-top &gt; .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-auto[data-popper-placement^="top"] &gt; .popover-arrow::after,
.bs-popover-top &gt; .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}
.bs-popover-auto[data-popper-placement^="right"] &gt; .popover-arrow,
.bs-popover-end &gt; .popover-arrow {
  left: calc(
    -1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width)
  );
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-auto[data-popper-placement^="right"] &gt; .popover-arrow::after,
.bs-popover-auto[data-popper-placement^="right"] &gt; .popover-arrow::before,
.bs-popover-end &gt; .popover-arrow::after,
.bs-popover-end &gt; .popover-arrow::before {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5)
    var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-auto[data-popper-placement^="right"] &gt; .popover-arrow::before,
.bs-popover-end &gt; .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-auto[data-popper-placement^="right"] &gt; .popover-arrow::after,
.bs-popover-end &gt; .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}
.bs-popover-auto[data-popper-placement^="bottom"] &gt; .popover-arrow,
.bs-popover-bottom &gt; .popover-arrow {
  top: calc(
    -1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width)
  );
}
.bs-popover-auto[data-popper-placement^="bottom"] &gt; .popover-arrow::after,
.bs-popover-auto[data-popper-placement^="bottom"] &gt; .popover-arrow::before,
.bs-popover-bottom &gt; .popover-arrow::after,
.bs-popover-bottom &gt; .popover-arrow::before {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5)
    var(--bs-popover-arrow-height);
}
.bs-popover-auto[data-popper-placement^="bottom"] &gt; .popover-arrow::before,
.bs-popover-bottom &gt; .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-auto[data-popper-placement^="bottom"] &gt; .popover-arrow::after,
.bs-popover-bottom &gt; .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before,
.bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid
    var(--bs-popover-header-bg);
}
.bs-popover-auto[data-popper-placement^="left"] &gt; .popover-arrow,
.bs-popover-start &gt; .popover-arrow {
  right: calc(
    -1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width)
  );
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-auto[data-popper-placement^="left"] &gt; .popover-arrow::after,
.bs-popover-auto[data-popper-placement^="left"] &gt; .popover-arrow::before,
.bs-popover-start &gt; .popover-arrow::after,
.bs-popover-start &gt; .popover-arrow::before {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0
    calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-auto[data-popper-placement^="left"] &gt; .popover-arrow::before,
.bs-popover-start &gt; .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-auto[data-popper-placement^="left"] &gt; .popover-arrow::after,
.bs-popover-start &gt; .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid
    var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}
.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
  transform: translateX(100%);
}
.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-end,
  .carousel-fade .active.carousel-item-start {
    transition: none;
  }
}
.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-next,
  .carousel-control-prev {
    transition: none;
  }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}
[data-bs-theme="dark"] .carousel .carousel-control-next-icon,
[data-bs-theme="dark"] .carousel .carousel-control-prev-icon,
[data-bs-theme="dark"].carousel .carousel-control-next-icon,
[data-bs-theme="dark"].carousel .carousel-control-prev-icon {
  filter: invert(1) grayscale(100);
}
[data-bs-theme="dark"] .carousel .carousel-indicators [data-bs-target],
[data-bs-theme="dark"].carousel .carousel-indicators [data-bs-target] {
  background-color: #000;
}
[data-bs-theme="dark"] .carousel .carousel-caption,
[data-bs-theme="dark"].carousel .carousel-caption {
  color: #000;
}
.spinner-border,
.spinner-grow {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite
    var(--bs-spinner-animation-name);
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}
.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}
.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.offcanvas,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm,
.offcanvas-xl,
.offcanvas-xxl {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}
@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.show:not(.hiding),
  .offcanvas-sm.showing {
    transform: none;
  }
  .offcanvas-sm.hiding,
  .offcanvas-sm.show,
  .offcanvas-sm.showing {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.show:not(.hiding),
  .offcanvas-md.showing {
    transform: none;
  }
  .offcanvas-md.hiding,
  .offcanvas-md.show,
  .offcanvas-md.showing {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.show:not(.hiding),
  .offcanvas-lg.showing {
    transform: none;
  }
  .offcanvas-lg.hiding,
  .offcanvas-lg.show,
  .offcanvas-lg.showing {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.show:not(.hiding),
  .offcanvas-xl.showing {
    transform: none;
  }
  .offcanvas-xl.hiding,
  .offcanvas-xl.show,
  .offcanvas-xl.showing {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl.show:not(.hiding),
  .offcanvas-xxl.showing {
    transform: none;
  }
  .offcanvas-xxl.hiding,
  .offcanvas-xxl.show,
  .offcanvas-xxl.showing {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid
    var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid
    var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid
    var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid
    var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.show:not(.hiding),
.offcanvas.showing {
  transform: none;
}
.offcanvas.hiding,
.offcanvas.show,
.offcanvas.showing {
  visibility: visible;
}
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}
.offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5)
    calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-offcanvas-padding-y))
    calc(-0.5 * var(--bs-offcanvas-padding-x))
    calc(-0.5 * var(--bs-offcanvas-padding-y)) auto;
}
.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}
.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}
.placeholder-xs {
  min-height: 0.6em;
}
.placeholder-sm {
  min-height: 0.8em;
}
.placeholder-lg {
  min-height: 1.2em;
}
.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}
@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  -webkit-mask-image: linear-gradient(
    130deg,
    #000 55%,
    rgba(0, 0, 0, 0.8) 75%,
    #000 95%
  );
  mask-image: linear-gradient(
    130deg,
    #000 55%,
    rgba(0, 0, 0, 0.8) 75%,
    #000 95%
  );
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}
@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(
    var(--bs-primary-rgb),
    var(--bs-bg-opacity, 1)
  ) !important;
}
.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(
    var(--bs-secondary-rgb),
    var(--bs-bg-opacity, 1)
  ) !important;
}
.text-bg-success {
  color: #fff !important;
  background-color: RGBA(
    var(--bs-success-rgb),
    var(--bs-bg-opacity, 1)
  ) !important;
}
.text-bg-info {
  color: #000 !important;
  background-color: RGBA(
    var(--bs-info-rgb),
    var(--bs-bg-opacity, 1)
  ) !important;
}
.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(
    var(--bs-warning-rgb),
    var(--bs-bg-opacity, 1)
  ) !important;
}
.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(
    var(--bs-danger-rgb),
    var(--bs-bg-opacity, 1)
  ) !important;
}
.text-bg-light {
  color: #000 !important;
  background-color: RGBA(
    var(--bs-light-rgb),
    var(--bs-bg-opacity, 1)
  ) !important;
}
.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(
    var(--bs-dark-rgb),
    var(--bs-bg-opacity, 1)
  ) !important;
}
.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(
    var(--bs-primary-rgb),
    var(--bs-link-underline-opacity, 1)
  ) !important;
  text-decoration-color: RGBA(
    var(--bs-primary-rgb),
    var(--bs-link-underline-opacity, 1)
  ) !important;
}
.link-primary:focus,
.link-primary:hover {
  color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(
    10,
    88,
    202,
    var(--bs-link-underline-opacity, 1)
  ) !important;
  text-decoration-color: RGBA(
    10,
    88,
    202,
    var(--bs-link-underline-opacity, 1)
  ) !important;
}
.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(
    var(--bs-secondary-rgb),
    var(--bs-link-underline-opacity, 1)
  ) !important;
  text-decoration-color: RGBA(
    var(--bs-secondary-rgb),
    var(--bs-link-underline-opacity, 1)
  ) !important;
}
.link-secondary:focus,
.link-secondary:hover {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(
    86,
    94,
    100,
    var(--bs-link-underline-opacity, 1)
  ) !important;
  text-decoration-color: RGBA(
    86,
    94,
    100,
    var(--bs-link-underline-opacity, 1)
  ) !important;
}
.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(
    var(--bs-success-rgb),
    var(--bs-link-underline-opacity, 1)
  ) !important;
  text-decoration-color: RGBA(
    var(--bs-success-rgb),
    var(--bs-link-underline-opacity, 1)
  ) !important;
}
.link-success:focus,
.link-success:hover {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(
    20,
    108,
    67,
    var(--bs-link-underline-opacity, 1)
  ) !important;
  text-decoration-color: RGBA(
    20,
    108,
    67,
    var(--bs-link-underline-opacity, 1)
  ) !important;
}
.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(
    var(--bs-info-rgb),
    var(--bs-link-underline-opacity, 1)
  ) !important;
  text-decoration-color: RGBA(
    var(--bs-info-rgb),
    var(--bs-link-underline-opacity, 1)
  ) !important;
}
.link-info:focus,
.link-info:hover {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(
    61,
    213,
    243,
    var(--bs-link-underline-opacity, 1)
  ) !important;
  text-decoration-color: RGBA(
    61,
    213,
    243,
    var(--bs-link-underline-opacity, 1)
  ) !important;
}
.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(
    var(--bs-warning-rgb),
    var(--bs-link-underline-opacity, 1)
  ) !important;
  text-decoration-color: RGBA(
    var(--bs-warning-rgb),
    var(--bs-link-underline-opacity, 1)
  ) !important;
}
.link-warning:focus,
.link-warning:hover {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(
    255,
    205,
    57,
    var(--bs-link-underline-opacity, 1)
  ) !important;
  text-decoration-color: RGBA(
    255,
    205,
    57,
    var(--bs-link-underline-opacity, 1)
  ) !important;
}
.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(
    var(--bs-danger-rgb),
    var(--bs-link-underline-opacity, 1)
  ) !important;
  text-decoration-color: RGBA(
    var(--bs-danger-rgb),
    var(--bs-link-underline-opacity, 1)
  ) !important;
}
.link-danger:focus,
.link-danger:hover {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(
    176,
    42,
    55,
    var(--bs-link-underline-opacity, 1)
  ) !important;
  text-decoration-color: RGBA(
    176,
    42,
    55,
    var(--bs-link-underline-opacity, 1)
  ) !important;
}
.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(
    var(--bs-light-rgb),
    var(--bs-link-underline-opacity, 1)
  ) !important;
  text-decoration-color: RGBA(
    var(--bs-light-rgb),
    var(--bs-link-underline-opacity, 1)
  ) !important;
}
.link-light:focus,
.link-light:hover {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(
    249,
    250,
    251,
    var(--bs-link-underline-opacity, 1)
  ) !important;
  text-decoration-color: RGBA(
    249,
    250,
    251,
    var(--bs-link-underline-opacity, 1)
  ) !important;
}
.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(
    var(--bs-dark-rgb),
    var(--bs-link-underline-opacity, 1)
  ) !important;
  text-decoration-color: RGBA(
    var(--bs-dark-rgb),
    var(--bs-link-underline-opacity, 1)
  ) !important;
}
.link-dark:focus,
.link-dark:hover {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(
    26,
    30,
    33,
    var(--bs-link-underline-opacity, 1)
  ) !important;
  text-decoration-color: RGBA(
    26,
    30,
    33,
    var(--bs-link-underline-opacity, 1)
  ) !important;
}
.link-body-emphasis {
  color: RGBA(
    var(--bs-emphasis-color-rgb),
    var(--bs-link-opacity, 1)
  ) !important;
  -webkit-text-decoration-color: RGBA(
    var(--bs-emphasis-color-rgb),
    var(--bs-link-underline-opacity, 1)
  ) !important;
  text-decoration-color: RGBA(
    var(--bs-emphasis-color-rgb),
    var(--bs-link-underline-opacity, 1)
  ) !important;
}
.link-body-emphasis:focus,
.link-body-emphasis:hover {
  color: RGBA(
    var(--bs-emphasis-color-rgb),
    var(--bs-link-opacity, 0.75)
  ) !important;
  -webkit-text-decoration-color: RGBA(
    var(--bs-emphasis-color-rgb),
    var(--bs-link-underline-opacity, 0.75)
  ) !important;
  text-decoration-color: RGBA(
    var(--bs-emphasis-color-rgb),
    var(--bs-link-underline-opacity, 0.75)
  ) !important;
}
.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0)
    var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width)
    var(--bs-focus-ring-color);
}
.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  -webkit-text-decoration-color: rgba(
    var(--bs-link-color-rgb),
    var(--bs-link-opacity, 0.5)
  );
  text-decoration-color: rgba(
    var(--bs-link-color-rgb),
    var(--bs-link-opacity, 0.5)
  );
  text-underline-offset: 0.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.icon-link &gt; .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link &gt; .bi {
    transition: none;
  }
}
.icon-link-hover:focus-visible &gt; .bi,
.icon-link-hover:hover &gt; .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio &gt; * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}
.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}
.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}
.sticky-bottom {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}
.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}
.visually-hidden,
.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),
.visually-hidden:not(caption) {
  position: absolute !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.float-start {
  float: left !important;
}
.float-end {
  float: right !important;
}
.float-none {
  float: none !important;
}
.object-fit-contain {
  object-fit: contain !important;
}
.object-fit-cover {
  object-fit: cover !important;
}
.object-fit-fill {
  object-fit: fill !important;
}
.object-fit-scale {
  object-fit: scale-down !important;
}
.object-fit-none {
  object-fit: none !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-25 {
  opacity: 0.25 !important;
}
.opacity-50 {
  opacity: 0.5 !important;
}
.opacity-75 {
  opacity: 0.75 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.overflow-x-auto {
  overflow-x: auto !important;
}
.overflow-x-hidden {
  overflow-x: hidden !important;
}
.overflow-x-visible {
  overflow-x: visible !important;
}
.overflow-x-scroll {
  overflow-x: scroll !important;
}
.overflow-y-auto {
  overflow-y: auto !important;
}
.overflow-y-hidden {
  overflow-y: hidden !important;
}
.overflow-y-visible {
  overflow-y: visible !important;
}
.overflow-y-scroll {
  overflow-y: scroll !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-inline-grid {
  display: inline-grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}
.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}
.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.focus-ring-primary {
  --bs-focus-ring-color: rgba(
    var(--bs-primary-rgb),
    var(--bs-focus-ring-opacity)
  );
}
.focus-ring-secondary {
  --bs-focus-ring-color: rgba(
    var(--bs-secondary-rgb),
    var(--bs-focus-ring-opacity)
  );
}
.focus-ring-success {
  --bs-focus-ring-color: rgba(
    var(--bs-success-rgb),
    var(--bs-focus-ring-opacity)
  );
}
.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-warning {
  --bs-focus-ring-color: rgba(
    var(--bs-warning-rgb),
    var(--bs-focus-ring-opacity)
  );
}
.focus-ring-danger {
  --bs-focus-ring-color: rgba(
    var(--bs-danger-rgb),
    var(--bs-focus-ring-opacity)
  );
}
.focus-ring-light {
  --bs-focus-ring-color: rgba(
    var(--bs-light-rgb),
    var(--bs-focus-ring-opacity)
  );
}
.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.top-0 {
  top: 0 !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
.start-0 {
  left: 0 !important;
}
.start-50 {
  left: 50% !important;
}
.start-100 {
  left: 100% !important;
}
.end-0 {
  right: 0 !important;
}
.end-50 {
  right: 50% !important;
}
.end-100 {
  right: 100% !important;
}
.translate-middle {
  transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
  transform: translateX(-50%) !important;
}
.translate-middle-y {
  transform: translateY(-50%) !important;
}
.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style)
    var(--bs-border-color) !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style)
    var(--bs-border-color) !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style)
    var(--bs-border-color) !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style)
    var(--bs-border-color) !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(
    var(--bs-primary-rgb),
    var(--bs-border-opacity)
  ) !important;
}
.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(
    var(--bs-secondary-rgb),
    var(--bs-border-opacity)
  ) !important;
}
.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(
    var(--bs-success-rgb),
    var(--bs-border-opacity)
  ) !important;
}
.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}
.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(
    var(--bs-warning-rgb),
    var(--bs-border-opacity)
  ) !important;
}
.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}
.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}
.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}
.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}
.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}
.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}
.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}
.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}
.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}
.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}
.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}
.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}
.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}
.border-1 {
  border-width: 1px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-3 {
  border-width: 3px !important;
}
.border-4 {
  border-width: 4px !important;
}
.border-5 {
  border-width: 5px !important;
}
.border-opacity-10 {
  --bs-border-opacity: 0.1;
}
.border-opacity-25 {
  --bs-border-opacity: 0.25;
}
.border-opacity-50 {
  --bs-border-opacity: 0.5;
}
.border-opacity-75 {
  --bs-border-opacity: 0.75;
}
.border-opacity-100 {
  --bs-border-opacity: 1;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.vw-100 {
  width: 100vw !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mh-100 {
  max-height: 100% !important;
}
.vh-100 {
  height: 100vh !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: 0.25rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-3 {
  gap: 1rem !important;
}
.gap-4 {
  gap: 1.5rem !important;
}
.gap-5 {
  gap: 3rem !important;
}
.row-gap-0 {
  row-gap: 0 !important;
}
.row-gap-1 {
  row-gap: 0.25rem !important;
}
.row-gap-2 {
  row-gap: 0.5rem !important;
}
.row-gap-3 {
  row-gap: 1rem !important;
}
.row-gap-4 {
  row-gap: 1.5rem !important;
}
.row-gap-5 {
  row-gap: 3rem !important;
}
.column-gap-0 {
  column-gap: 0 !important;
}
.column-gap-1 {
  column-gap: 0.25rem !important;
}
.column-gap-2 {
  column-gap: 0.5rem !important;
}
.column-gap-3 {
  column-gap: 1rem !important;
}
.column-gap-4 {
  column-gap: 1.5rem !important;
}
.column-gap-5 {
  column-gap: 3rem !important;
}
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
  font-size: 1.25rem !important;
}
.fs-6 {
  font-size: 1rem !important;
}
.fst-italic {
  font-style: italic !important;
}
.fst-normal {
  font-style: normal !important;
}
.fw-lighter {
  font-weight: lighter !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-medium {
  font-weight: 500 !important;
}
.fw-semibold {
  font-weight: 600 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-bolder {
  font-weight: bolder !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.25 !important;
}
.lh-base {
  line-height: 1.5 !important;
}
.lh-lg {
  line-height: 2 !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}
.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}
.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}
.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}
.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}
.text-opacity-25 {
  --bs-text-opacity: 0.25;
}
.text-opacity-50 {
  --bs-text-opacity: 0.5;
}
.text-opacity-75 {
  --bs-text-opacity: 0.75;
}
.text-opacity-100 {
  --bs-text-opacity: 1;
}
.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}
.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}
.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}
.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}
.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}
.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}
.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}
.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}
.link-opacity-10 {
  --bs-link-opacity: 0.1;
}
.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}
.link-opacity-25 {
  --bs-link-opacity: 0.25;
}
.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}
.link-opacity-50 {
  --bs-link-opacity: 0.5;
}
.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}
.link-opacity-75 {
  --bs-link-opacity: 0.75;
}
.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}
.link-opacity-100 {
  --bs-link-opacity: 1;
}
.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}
.link-offset-1 {
  text-underline-offset: 0.125em !important;
}
.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}
.link-offset-2 {
  text-underline-offset: 0.25em !important;
}
.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}
.link-offset-3 {
  text-underline-offset: 0.375em !important;
}
.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}
.link-underline-primary {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(
    var(--bs-primary-rgb),
    var(--bs-link-underline-opacity)
  ) !important;
  text-decoration-color: rgba(
    var(--bs-primary-rgb),
    var(--bs-link-underline-opacity)
  ) !important;
}
.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(
    var(--bs-secondary-rgb),
    var(--bs-link-underline-opacity)
  ) !important;
  text-decoration-color: rgba(
    var(--bs-secondary-rgb),
    var(--bs-link-underline-opacity)
  ) !important;
}
.link-underline-success {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(
    var(--bs-success-rgb),
    var(--bs-link-underline-opacity)
  ) !important;
  text-decoration-color: rgba(
    var(--bs-success-rgb),
    var(--bs-link-underline-opacity)
  ) !important;
}
.link-underline-info {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(
    var(--bs-info-rgb),
    var(--bs-link-underline-opacity)
  ) !important;
  text-decoration-color: rgba(
    var(--bs-info-rgb),
    var(--bs-link-underline-opacity)
  ) !important;
}
.link-underline-warning {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(
    var(--bs-warning-rgb),
    var(--bs-link-underline-opacity)
  ) !important;
  text-decoration-color: rgba(
    var(--bs-warning-rgb),
    var(--bs-link-underline-opacity)
  ) !important;
}
.link-underline-danger {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(
    var(--bs-danger-rgb),
    var(--bs-link-underline-opacity)
  ) !important;
  text-decoration-color: rgba(
    var(--bs-danger-rgb),
    var(--bs-link-underline-opacity)
  ) !important;
}
.link-underline-light {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(
    var(--bs-light-rgb),
    var(--bs-link-underline-opacity)
  ) !important;
  text-decoration-color: rgba(
    var(--bs-light-rgb),
    var(--bs-link-underline-opacity)
  ) !important;
}
.link-underline-dark {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(
    var(--bs-dark-rgb),
    var(--bs-link-underline-opacity)
  ) !important;
  text-decoration-color: rgba(
    var(--bs-dark-rgb),
    var(--bs-link-underline-opacity)
  ) !important;
}
.link-underline {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(
    var(--bs-link-color-rgb),
    var(--bs-link-underline-opacity, 1)
  ) !important;
  text-decoration-color: rgba(
    var(--bs-link-color-rgb),
    var(--bs-link-underline-opacity, 1)
  ) !important;
}
.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}
.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}
.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}
.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}
.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}
.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}
.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}
.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}
.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}
.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}
.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}
.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}
.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-primary-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-secondary-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-success-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-warning-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-body-bg-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}
.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-secondary-bg-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-tertiary-bg-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}
.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}
.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}
.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}
.bg-opacity-100 {
  --bs-bg-opacity: 1;
}
.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}
.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}
.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}
.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}
.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}
.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}
.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}
.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.rounded {
  border-radius: var(--bs-border-radius) !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}
.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}
.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}
.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}
.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}
.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}
.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}
.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}
.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}
.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}
.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}
.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}
.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}
.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}
.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}
.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}
.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}
.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}
.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}
.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}
.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}
.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}
.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}
.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}
.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.z-n1 {
  z-index: -1 !important;
}
.z-0 {
  z-index: 0 !important;
}
.z-1 {
  z-index: 1 !important;
}
.z-2 {
  z-index: 2 !important;
}
.z-3 {
  z-index: 3 !important;
}
@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: FontAwesome;
  src: url(/_next/static/media/fontawesome-webfont.2b13baa7.eot);
  src: url(/_next/static/media/fontawesome-webfont.2b13baa7.eot?#iefix&amp;v=4.7.0)
      format("embedded-opentype"),
    url(/_next/static/media/fontawesome-webfont.e9955780.woff2) format("woff2"),
    url(/_next/static/media/fontawesome-webfont.cf011583.woff) format("woff"),
    /* url(../webfonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), */
      url(/_next/static/media/fontawesome-webfont.da909aa0.svg#fontawesomeregular)
      format("svg");
  font-weight: 400;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul &gt; li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

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

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

.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-cog:before,
.fa-gear:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-repeat:before,
.fa-rotate-right:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-exclamation-triangle:before,
.fa-warning:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-cogs:before,
.fa-gears:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-floppy-o:before,
.fa-save:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-sort:before,
.fa-unsorted:before {
  content: "\f0dc";
}

.fa-sort-desc:before,
.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-asc:before,
.fa-sort-up:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-gavel:before,
.fa-legal:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-bolt:before,
.fa-flash:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-clipboard:before,
.fa-paste:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-chain-broken:before,
.fa-unlink:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
  content: "\f150";
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
  content: "\f151";
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
  content: "\f152";
}

.fa-eur:before,
.fa-euro:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-inr:before,
.fa-rupee:before {
  content: "\f156";
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
  content: "\f157";
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
  content: "\f158";
}

.fa-krw:before,
.fa-won:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-try:before,
.fa-turkish-lira:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
  content: "\f19c";
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
  content: "\f1c5";
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
  content: "\f1c6";
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
  content: "\f1d0";
}

.fa-empire:before,
.fa-ge:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-paper-plane:before,
.fa-send:before {
  content: "\f1d8";
}

.fa-paper-plane-o:before,
.fa-send-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-bed:before,
.fa-hotel:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-y-combinator:before,
.fa-yc:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-television:before,
.fa-tv:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
  content: "\f2a3";
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-sign-language:before,
.fa-signing:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-address-card:before,
.fa-vcard:before {
  content: "\f2bb";
}

.fa-address-card-o:before,
.fa-vcard-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

@font-face {
  font-family: "icomoon";
  src: url(/_next/static/media/icomoon.87b2b4c9.eot);
  src: url(/_next/static/media/icomoon.87b2b4c9.eot#iefix)
      format("embedded-opentype"),
    url(/_next/static/media/icomoon.8cc7f3b7.ttf) format("truetype"),
    url(/_next/static/media/icomoon.7f4a1769.woff) format("woff"),
    url(/_next/static/media/icomoon.82c143c8.svg#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-right-arrow-long:before {
  content: "\e91d";
}

.icon-search:before {
  content: "\e914";
}

.icon-close:before {
  content: "\e949";
}

.icon-text:before {
  content: "\e90b";
}

.icon-shopping-cart:before {
  content: "\ea27";
}

.icon-plus-1:before {
  content: "\e92f";
}

.icon-arrow-right:before {
  content: "\e964";
}

/*------===============-main-style-sheet-==============------*/
/*--==================spacing===================--*/
.pd_zero {
  padding: 0px !important;
}



.gutter_30px {
  --bs-gutter-x: 30px !important;
}

.gutter_40px {
  --bs-gutter-x: 40px !important;
}


/*--==================padding top===================--*/
.pd_top_5 {
  padding-top: 5px !important;
}

.pd_top_10 {
  padding-top: 10px !important;
}

.pd_top_15 {
  padding-top: 15px !important;
}

.pd_top_20 {
  padding-top: 20px !important;
}

.pd_top_25 {
  padding-top: 25px !important;
}

.pd_top_30 {
  padding-top: 30px !important;
}

.pd_top_35 {
  padding-top: 35px !important;
}

.pd_top_40 {
  padding-top: 40px !important;
}

.pd_top_45 {
  padding-top: 45px !important;
}

.pd_top_50 {
  padding-top: 50px !important;
}

.pd_top_55 {
  padding-top: 55px !important;
}

.pd_top_60 {
  padding-top: 60px !important;
}

.pd_top_65 {
  padding-top: 65px !important;
}

.pd_top_70 {
  padding-top: 70px !important;
}

.pd_top_75 {
  padding-top: 75px !important;
}

.pd_top_80 {
  padding-top: 80px !important;
}

.pd_top_85 {
  padding-top: 85px !important;
}

.pd_top_90 {
  padding-top: 90px !important;
}

.pd_top_95 {
  padding-top: 95px !important;
}

.pd_top_100 {
  padding-top: 100px !important;
}

.pd_top_110 {
  padding-top: 110px !important;
}

.pd_top_120 {
  padding-top: 120px !important;
}

.pd_top_130 {
  padding-top: 130px !important;
}

.pd_top_140 {
  padding-top: 140px !important;
}

.pd_top_150 {
  padding-top: 150px !important;
}

.pd_top_160 {
  padding-top: 160px !important;
}

.pd_top_170 {
  padding-top: 170px !important;
}

.pd_top_180 {
  padding-top: 180px !important;
}

.pd_top_190 {
  padding-top: 190px !important;
}

.pd_top_200 {
  padding-top: 200px !important;
}

.pd_top_210 {
  padding-top: 210px !important;
}

.pd_top_220 {
  padding-top: 220px !important;
}

.pd_top_230 {
  padding-top: 230px !important;
}

.pd_top_240 {
  padding-top: 240px !important;
}

.pd_top_250 {
  padding-top: 250px !important;
}

.pd_top_260 {
  padding-top: 260px !important;
}

.pd_top_270 {
  padding-top: 270px !important;
}

.pd_top_280 {
  padding-top: 280px !important;
}

.pd_top_290 {
  padding-top: 290px !important;
}

.pd_top_300 {
  padding-top: 300px !important;
}

/*--==================padding top end===================--*/
/*--==================padding left===================--*/
.pd_left_5 {
  padding-left: 5px;
}

.pd_left_10 {
  padding-left: 10px !important;
}

.pd_left_15 {
  padding-left: 15px !important;
}

.pd_left_20 {
  padding-left: 20px !important;
}

.pd_left_25 {
  padding-left: 25px !important;
}

.pd_left_30 {
  padding-left: 30px !important;
}

.pd_left_35 {
  padding-left: 35px !important;
}

.pd_left_40 {
  padding-left: 40px !important;
}

.pd_left_45 {
  padding-left: 45px !important;
}

.pd_left_50 {
  padding-left: 50px !important;
}

.pd_left_55 {
  padding-left: 55px !important;
}

.pd_left_60 {
  padding-left: 60px !important;
}

.pd_left_65 {
  padding-left: 65px !important;
}

.pd_left_70 {
  padding-left: 70px !important;
}

.pd_left_75 {
  padding-left: 75px !important;
}

.pd_left_80 {
  padding-left: 80px !important;
}

.pd_left_85 {
  padding-left: 85px !important;
}

.pd_left_90 {
  padding-left: 90px !important;
}

.pd_left_95 {
  padding-left: 95px !important;
}

.pd_left_100 {
  padding-left: 100px !important;
}

/*--==================padding left end===================--*/
/*--==================padding right===================--*/
.pd_right_5 {
  padding-right: 5px !important;
}

.pd_right_10 {
  padding-right: 10px !important;
}

.pd_right_15 {
  padding-right: 15px !important;
}

.pd_right_20 {
  padding-right: 20px !important;
}

.pd_right_25 {
  padding-right: 25px !important;
}

.pd_right_30 {
  padding-right: 30px !important;
}

.pd_right_35 {
  padding-right: 35px !important;
}

.pd_right_40 {
  padding-right: 40px !important;
}

.pd_right_45 {
  padding-right: 45px !important;
}

.pd_right_50 {
  padding-right: 50px !important;
}

.pd_right_55 {
  padding-right: 55px !important;
}

.pd_right_60 {
  padding-right: 60px !important;
}

.pd_right_65 {
  padding-right: 65px !important;
}

.pd_right_70 {
  padding-right: 70px !important;
}

.pd_right_75 {
  padding-right: 75px !important;
}

.pd_right_80 {
  padding-right: 80px !important;
}

.pd_right_85 {
  padding-right: 85px !important;
}

.pd_right_90 {
  padding-right: 90px !important;
}

.pd_right_95 {
  padding-right: 95px !important;
}

.pd_right_100 {
  padding-right: 100px !important;
}

/*--==================padding right end===================--*/
/*--==================padding bottom===================--*/
.pd_bottom_5 {
  padding-bottom: 5px;
}

.pd_bottom_10 {
  padding-bottom: 10px;
}

.pd_bottom_15 {
  padding-bottom: 15px;
}

.pd_bottom_20 {
  padding-bottom: 20px;
}

.pd_bottom_25 {
  padding-bottom: 25px;
}

.pd_bottom_30 {
  padding-bottom: 30px;
}

.pd_bottom_35 {
  padding-bottom: 35px;
}

.pd_bottom_40 {
  padding-bottom: 40px;
}

.pd_bottom_45 {
  padding-bottom: 45px;
}

.pd_bottom_50 {
  padding-bottom: 50px;
}

.pd_bottom_55 {
  padding-bottom: 55px;
}

.pd_bottom_60 {
  padding-bottom: 60px;
}

.pd_bottom_65 {
  padding-bottom: 65px;
}

.pd_bottom_70 {
  padding-bottom: 70px;
}

.pd_bottom_75 {
  padding-bottom: 75px;
}

.pd_bottom_80 {
  padding-bottom: 80px;
}

.pd_bottom_85 {
  padding-bottom: 85px;
}

.pd_bottom_90 {
  padding-bottom: 90px;
}

.pd_bottom_95 {
  padding-bottom: 95px;
}

.pd_bottom_100 {
  padding-bottom: 100px;
}

.pd_bottom_110 {
  padding-bottom: 110px;
}

.pd_bottom_120 {
  padding-bottom: 120px !important;
}

.pd_bottom_130 {
  padding-bottom: 130px !important;
}

.pd_bottom_140 {
  padding-bottom: 140px !important;
}

.pd_bottom_150 {
  padding-bottom: 150px !important;
}

.pd_bottom_160 {
  padding-bottom: 160px !important;
}

.pd_bottom_170 {
  padding-bottom: 170px !important;
}

.pd_bottom_180 {
  padding-bottom: 180px !important;
}

.pd_bottom_190 {
  padding-bottom: 190px !important;
}

.pd_bottom_200 {
  padding-bottom: 200px !important;
}

.pd_bottom_210 {
  padding-bottom: 2010px !important;
}

.pd_bottom_220 {
  padding-bottom: 220px !important;
}

.pd_bottom_230 {
  padding-bottom: 230px !important;
}

.pd_bottom_240 {
  padding-bottom: 240px !important;
}

.pd_bottom_250 {
  padding-bottom: 250px !important;
}

.pd_bottom_260 {
  padding-bottom: 260px !important;
}

.pd_bottom_270 {
  padding-bottom: 270px !important;
}

.pd_bottom_280 {
  padding-bottom: 280px !important;
}

.pd_bottom_290 {
  padding-bottom: 290px !important;
}

.pd_bottom_300 {
  padding-bottom: 300px !important;
}

/*--==================padding top end===================--*/
/*--==================margin top===================--*/
.mr_top_5 {
  margin-top: 5px;
}

.mr_top_10 {
  margin-top: 10px;
}

.mr_top_15 {
  margin-top: 15px;
}

.mr_top_20 {
  margin-top: 20px;
}

.mr_top_25 {
  margin-top: 25px;
}

.mr_top_30 {
  margin-top: 30px;
}

.mr_top_35 {
  margin-top: 35px;
}

.mr_top_40 {
  margin-top: 40px;
}

.mr_top_45 {
  margin-top: 45px;
}

.mr_top_50 {
  margin-top: 50px;
}

.mr_top_55 {
  margin-top: 55px;
}

.mr_top_60 {
  margin-top: 60px;
}

.mr_top_65 {
  margin-top: 65px;
}

.mr_top_70 {
  margin-top: 70px;
}

.mr_top_75 {
  margin-top: 75px;
}

.mr_top_80 {
  margin-top: 80px;
}

.mr_top_85 {
  margin-top: 85px;
}

.mr_top_90 {
  margin-top: 90px;
}

.mr_top_95 {
  margin-top: 95px;
}

.mr_top_100 {
  margin-top: 100px;
}

.mr_top_minus_40 {
  margin-top: -40px;
}

.mr_top_minus_50 {
  margin-top: -50px;
}

.mr_top_minus_60 {
  margin-top: -60px;
}

.mr_top_minus_70 {
  margin-top: -70px;
}

.mr_top_minus_80 {
  margin-top: -80px;
}

.mr_top_minus_90 {
  margin-top: -90px;
}

.mr_top_minus_100 {
  margin-top: -100px;
}

.mr_top_minus_110 {
  margin-top: -110px;
}

.mr_top_minus_120 {
  margin-top: -120px;
}

.mr_top_minus_130 {
  margin-top: -130px;
}

.mr_top_minus_140 {
  margin-top: -140px;
}

.mr_top_minus_150 {
  margin-top: -150px;
}

.mr_top_minus_160 {
  margin-top: -160px;
}

.mr_top_minus_170 {
  margin-top: -170px;
}

.mr_top_minus_320 {
  margin-top: -320px;
}

/*--==================margin top end===================--*/
/*--==================margin right===================--*/
.mr_right_5 {
  margin-right: 5px;
}

.mr_right_10 {
  margin-right: 10px;
}

.mr_right_15 {
  margin-right: 15px;
}

.mr_right_20 {
  margin-right: 20px;
}

.mr_right_25 {
  margin-right: 25px;
}

.mr_right_30 {
  margin-right: 30px;
}

.mr_right_35 {
  margin-right: 35px;
}

.mr_right_40 {
  margin-right: 40px;
}

.mr_right_45 {
  margin-right: 45px;
}

.mr_right_50 {
  margin-right: 50px;
}

.mr_right_55 {
  margin-right: 55px;
}

.mr_right_60 {
  margin-right: 60px;
}

.mr_right_65 {
  margin-right: 65px;
}

.mr_right_70 {
  margin-right: 70px;
}

.mr_right_75 {
  margin-right: 75px;
}

.mr_right_80 {
  margin-right: 80px;
}

.mr_right_85 {
  margin-right: 85px;
}

.mr_right_90 {
  margin-right: 90px;
}

.mr_right_95 {
  margin-right: 95px;
}

.mr_right_100 {
  margin-right: 100px;
}

.mr_right_minus_40 {
  margin-right: -40px;
}

.mr_right_minus_50 {
  margin-right: -50px;
}

.mr_right_minus_60 {
  margin-right: -60px;
}

.mr_right_minus_70 {
  margin-right: -70px;
}

.mr_right_minus_80 {
  margin-right: -80px;
}

.mr_right_minus_90 {
  margin-right: -90px;
}

.mr_right_minus_100 {
  margin-right: -100px;
}

.mr_right_minus_110 {
  margin-right: -110px;
}

.mr_right_minus_120 {
  margin-right: -120px;
}

.mr_right_minus_130 {
  margin-right: -130px;
}

.mr_right_minus_140 {
  margin-right: -140px;
}

.mr_right_minus_150 {
  margin-right: -150px;
}

.mr_right_minus_160 {
  margin-right: -160px;
}

.mr_right_minus_170 {
  margin-right: -170px;
}

.mr_right_minus_320 {
  margin-right: -320px;
}

/*--==================margin right end===================--*/
/*--==================margin left===================--*/
.mr_left_5 {
  margin-left: 5px;
}

.mr_left_10 {
  margin-left: 10px;
}

.mr_left_15 {
  margin-left: 15px;
}

.mr_left_20 {
  margin-left: 20px;
}

.mr_left_25 {
  margin-left: 25px;
}

.mr_left_30 {
  margin-left: 30px;
}

.mr_left_35 {
  margin-left: 35px;
}

.mr_left_40 {
  margin-left: 40px;
}

.mr_left_45 {
  margin-left: 45px;
}

.mr_left_50 {
  margin-left: 50px;
}

.mr_left_55 {
  margin-left: 55px;
}

.mr_left_60 {
  margin-left: 60px;
}

.mr_left_65 {
  margin-left: 65px;
}

.mr_left_70 {
  margin-left: 70px;
}

.mr_left_75 {
  margin-left: 75px;
}

.mr_left_80 {
  margin-left: 80px;
}

.mr_left_85 {
  margin-left: 85px;
}

.mr_left_90 {
  margin-left: 90px;
}

.mr_left_95 {
  margin-left: 95px;
}

.mr_left_100 {
  margin-left: 100px;
}

.mr_left_minus_40 {
  margin-left: -40px;
}

.mr_left_minus_50 {
  margin-left: -50px;
}

.mr_left_minus_60 {
  margin-left: -60px;
}

.mr_left_minus_70 {
  margin-left: -70px;
}

.mr_left_minus_80 {
  margin-left: -80px;
}

.mr_left_minus_90 {
  margin-left: -90px;
}

.mr_left_minus_100 {
  margin-left: -100px;
}

.mr_left_minus_110 {
  margin-left: -110px;
}

.mr_left_minus_120 {
  margin-left: -120px;
}

.mr_left_minus_130 {
  margin-left: -130px;
}

.mr_left_minus_140 {
  margin-left: -140px;
}

.mr_left_minus_150 {
  margin-left: -150px;
}

.mr_left_minus_160 {
  margin-left: -160px;
}

.mr_left_minus_170 {
  margin-left: -170px;
}

.mr_left_minus_320 {
  margin-left: -320px;
}

/*--==================margin left end===================--*/
/*--==================margin bottom===================--*/
.mr_bottom_5 {
  margin-bottom: 5px;
}

.mr_bottom_10 {
  margin-bottom: 10px;
}

.mr_bottom_15 {
  margin-bottom: 15px;
}

.mr_bottom_20 {
  margin-bottom: 20px;
}

.mr_bottom_25 {
  margin-bottom: 25px;
}

.mr_bottom_30 {
  margin-bottom: 30px;
}

.mr_bottom_35 {
  margin-bottom: 35px;
}

.mr_bottom_40 {
  margin-bottom: 40px;
}

.mr_bottom_45 {
  margin-bottom: 45px;
}

.mr_bottom_50 {
  margin-bottom: 50px;
}

.mr_bottom_55 {
  margin-bottom: 55px;
}

.mr_bottom_60 {
  margin-bottom: 60px;
}

.mr_bottom_65 {
  margin-bottom: 65px;
}

.mr_bottom_70 {
  margin-bottom: 70px;
}

.mr_bottom_75 {
  margin-bottom: 75px;
}

.mr_bottom_80 {
  margin-bottom: 80px;
}

.mr_bottom_85 {
  margin-bottom: 85px;
}

.mr_bottom_90 {
  margin-bottom: 90px;
}

.mr_bottom_95 {
  margin-bottom: 95px;
}

.mr_bottom_100 {
  margin-bottom: 100px;
}

.mr_bottom_minus_90 {
  margin-bottom: -90px;
}

.mr_bottom_minus_100 {
  margin-bottom: -100px;
}

.mr_bottom_minus_110 {
  margin-bottom: -110px;
}

.mr_bottom_minus_140 {
  margin-bottom: -140px;
}

.mr_bottom_minus_150 {
  margin-bottom: -150px;
}

.mr_bottom_minus_200 {
  margin-bottom: -200px;
}

.margin_extra {
  margin: -47px -178px -330px 0px !important;
}


/*--==================top  end===================--*/
/*--==================spacing===================--*/
/*--==================background option===================--*/
.bg_op_1 {
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}

/*--==================import styles===================--*/
:root {
  --creote-family-one: "Assistant", sans-serif !important;
  --creote-family-two: "Assistant", sans-serif !important;
  --primary-color-one: #074c65;
  --primary-color-two: #074c65;
  --primary-color-three: #f3f3f3;
  --color-white: #fff;
  --primary-color-four: #fafcff;
  --primary-color-five: #1f2530;
  --text-color-dark: #4a4e56;
  --text-color-dark-two: #888888;
  --text-color-light: #aaafb8;
  --heading-dark: #054157;
  --link-color-dark: #054157;
  --border-color-dark: #e4e7ee;
  --border-color-dark-two: #373e4a;
  --border-color-light: #fbfcfe;
  --menu-color: #054157;
  --menu-color-white: #ffffff;
  --menu-dropdown-color: #054157;
  --menu-active-color: #078586;
  --box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
  --box-shadow-two: 0px 3px 16px 0px rgba(0, 0, 0, 0.05);
  --footer-default-bgcolor: #1f2530;
  --preloader-background-color: #078586;
  --bg-light-color-one: #f0f3f947;
  --bg-light-color-two: #f0f3f969;
}

.color_white {
  color: #fff !important;
}

/*--================bg light colors ====================--*/
.bg_light_1 {
  background: var(--primary-color-three) !important;
}


/*--================bg light colors ====================--*/
/*--================bg dark colors ====================--*/
.bg_dark_1 {
  background: var(--primary-color-one) !important;
}

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

/*--================bg dark colors ====================--*/
/*--================divider colors ====================--*/
.divider_w_1 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/*--================box shadows ======================--*/
/*------===============-css-start-==============------*/
body {
  font-family: "Assistant", sans-serif;
  font-size: 16px;
  color: var(--text-color-dark);
  font-weight: 400;
  background: #ffffff;
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased !important;
  -moz-font-smoothing: antialiased !important;
  -o-font-smoothing: antialiased !important;
  -ms-font-smoothing: antialiased !important;
  transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}

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

ul {
  padding-left: 17px;
}

.page_wapper {
  position: relative;
}

.footer_sticky_body .content_all_warpper {
  position: relative;
  z-index: 99999;
}

.fancybox-container {
  z-index: 99999999;
}

.admin-bar .fixed-header .sticky_header_main {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .fixed-header .sticky_header_main {
    top: 0px;
  }
}


@media (max-width: 992px) {
  body.home .page_header_default {
    padding: 100px 0px;
    min-height: auto;
  }
}

.no-results.not-found .header {
  padding: 0px !important;
  box-shadow: unset !important;
}

.row {
  --bs-gutter-x: 0;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-right: 15px;
  padding-left: 15px;
}

h1 a,
h1,
h2 a,
h2,
h3 a,
h3,
h4 a,
h4,
h5 a,
h5,
h6 a,
h6 {
  font-weight: 700;
  margin: 0;
  color: var(--primary-color-two);
  font-family: "Assistant", sans-serif;
  transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  word-break: break-word;
}

.h1,
h1 {
  line-height: 54px;
}

.h2,
h2 {
  line-height: 44px;
}

.h3,
h3 {
  line-height: 38px;
}

.h4,
h4 {
  line-height: 34px;
}

.h5,
h5 {
  line-height: 30px;
}

.h6,
h6 {
  line-height: 26px;
}

p {
  font-size: 16px;
  line-height: 26px;

  font-weight: 400;
  margin-bottom: 15px;
  transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}

input,
input[type="text"],
input[type="email"],
input[type="number"],
textarea,
select {
  position: relative;
  height: 56px;
  line-height: 26px;
  border-radius: 5px;
  border: 1px solid var(--border-color-dark);
  width: 100%;
  padding: 4px 15px 0px 15px;
  display: block;
  transition: 0.5s ease-in-out !important;
  -moz-transition: 0.5s ease-in-out !important;
  -o-transition: 0.5s ease-in-out !important;
  -ms-transition: 0.5s ease-in-out !important;
  margin-bottom: 20px;
  color: var(--text-color-dark);
}

input::placeholder {
  color: var(--text-color-dark);
}

textarea {
  height: 150px;
  padding: 20px 20px;
}

input[type="checkbox"],
input[type="radio"] {
  width: auto;
  height: auto;
  margin: 0px;
  display: inline-block;
  padding: 0px;
}

input:focus,
textarea:focus,
select:focus,
input:active,
textarea:active,
select:active {
  outline: 0px;
  border-color: var(--primary-color-one);
}

body input[type="submit"],
body button[type="submit"] {
  position: relative;
  display: inline-block;
  min-width: 160px;
  min-height: 60px;
  font-size: 12px;
  line-height: 60px;
  padding: 0px 20px;
  border-radius: 10px 0px 10px 0px;
  border: 1px solid var(--border-color-one);
  background: var(--primary-color-one);
  font-family: "Assistant", sans-serif;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

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

.container-fluid {
  padding: 0px;
}

.full-container {
  position: static;
  max-width: 1800px;
  padding: 0px 15px;
  margin: 0 auto;
}

.large-container {
  position: static;
  max-width: 1480px;
  padding: 0px 15px;
  margin: 0 auto;
}

.medium-container {
  position: static;
  max-width: 1350px;
  padding: 0px 15px;
  margin: 0 auto;
}

.default-container {
  position: static;
  max-width: 1280px;
  padding: 0px 15px;
  margin: 0 auto;
}

.auto-container,
.auto_container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.small-container {
  max-width: 680px;
  margin: 0 auto;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: var(--primary-color-one);
  transition: 0.5s ease-in-out !important;
  -moz-transition: 0.5s ease-in-out !important;
  -o-transition: 0.5s ease-in-out !important;
  -ms-transition: 0.5s ease-in-out !important;
}

a:hover {
  color: var(--primary-color-one);
}

#wrapper,
#content {
  width: 100%;
  height: 100%;
}

.elementor-column {
  min-height: 0px !important;
}

ul li,
ol li {
  margin-bottom: 5px;
}

/*--==================vc_custom_r_s ===================--*/
.vc_custom_r_s .container-fluid {
  padding: 0px;
}

.header_area .vc_column-inner {
  padding: 0px !important;
}

/*----====Content--css========----*/
body.error404 .right-sidebar .content-area,
body.error404 .left-sidebar .content-area {
  display: none;
}

.project-template-template-fullwidth article.col-lg-12 {
  padding: 0px;
}

.single-post .sec_comments .col-lg-12 {
  padding: 0px;
}

/*----====page-header--css========----*/
.page_header_default {
  position: relative;
  min-height: 320px;
  padding: 100px 0px 100px;
  overflow: hidden;
  align-items: center;
}

.page_header_default::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: var(--primary-color-two);
  opacity: 0.85;
  z-index: 1;
}

.page_header_default .parallax_cover {
  position: absolute;
  top: 0;
  min-height: 485px;
  height: 100%;
  width: 100%;
  left: 0;
}

.page_header_default .parallax_cover img {
  max-width: 100%;
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
  margin-bottom: 0px;
}

.page_header_default .page_header_content {
  position: relative;
  z-index: 3;
  text-align: center;
}

.page_header_default .page_header_content .banner_title_inner {
  position: relative;
  margin-bottom: 20px;
}

.page_header_default .page_header_content .banner_title_inner .title_page {
  color: #fff;
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
  font-family: "Assistant", sans-serif;
}

@media (max-width: 1400px) {
  .page_header_default .simpleParallax {
    position: absolute;
    top: 0;
    height: 100%;
    bottom: 0;
    right: 0;
    width: 100%;
    left: 0;
  }
}

@media (max-width: 1200px) {
  .page_header_default::after {
    display: none;
  }
}

.breadcrumbs {
  position: relative;
  display: inline-block;
}

.breadcrumbs ul {
  position: relative;
  padding: 0;
}

.breadcrumbs ul li {
  margin-right: 30px;
  color: #fff;
  position: relative;
  font-family: "Assistant", sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.breadcrumbs ul li a {
  color: rgba(255, 255, 255, 0.7);
  position: relative;
  text-decoration: none;
  font-family: "Assistant", sans-serif;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  padding-right: 30px;
}

.breadcrumbs ul li a:before {
  position: absolute;
  content: "\f105";
  font-family: "FontAwesome";
  right: 11px;
  top: -4px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.breadcrumbs ul li a:last-child {
  padding-right: 0px;
}

.breadcrumbs ul li a:last-child:before {
  display: none;
}

.breadcrumbs ul li:before {
  position: absolute;
  content: "\f105";
  font-family: "FontAwesome";
  right: -19px;
  top: -2px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.breadcrumbs ul li:last-child {
  margin-right: 0;
}

.breadcrumbs ul li:last-child::before {
  display: none;
}

.home.blog .page_header_default {
  padding: 210px 0px 100px;
}

.home.blog .page_header_default .banner_title_inner {
  margin: 0;
}

.home.blog .page_header_default .banner_title_inner h1 {
  margin: 0px;
}

.blog_single_pageheader.page_header_default {
  padding: 0px;
}

.blog_single_pageheader.page_header_default .page_header_content {
  padding: 100px 0px 60px;
}

.blog_single_pageheader.page_header_default
  .page_header_content
  .banner_title_inner
  .date
  span {
  color: #fff;
  font-family: "Assistant", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
  display: block;
  margin-bottom: 15px;
}

.blog_single_pageheader.page_header_default .meta_blog_single {
  position: relative;
  z-index: 3;
  text-align: inherit;
  padding-bottom: 25px;
}

.blog_single_pageheader.page_header_default .meta_blog_single .left_side {
  position: relative;
  padding-top: 30px;
  float: left;
}

.blog_single_pageheader.page_header_default
  .meta_blog_single
  .left_side
  .category,
.blog_single_pageheader.page_header_default
  .meta_blog_single
  .left_side
  .comments {
  position: relative;
  margin-right: 15px;
  display: inline-block;
  color: #fff;
}

.blog_single_pageheader.page_header_default
  .meta_blog_single
  .left_side
  .category
  a,
.blog_single_pageheader.page_header_default
  .meta_blog_single
  .left_side
  .category
  span,
.blog_single_pageheader.page_header_default
  .meta_blog_single
  .left_side
  .comments
  a,
.blog_single_pageheader.page_header_default
  .meta_blog_single
  .left_side
  .comments
  span {
  color: #fff;
  font-family: "Assistant", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
}

.blog_single_pageheader.page_header_default
  .meta_blog_single
  .left_side
  .category
  i,
.blog_single_pageheader.page_header_default
  .meta_blog_single
  .left_side
  .comments
  i {
  display: inline-block;
  font-size: 16px;
  color: var(--primary-color-one);
  margin-right: 6px;
}

.blog_single_pageheader.page_header_default .meta_blog_single .right_side {
  position: relative;
  float: right;
}

.blog_single_pageheader.page_header_default
  .meta_blog_single
  .right_side
  .content_box_auht {
  position: relative;
}

.blog_single_pageheader.page_header_default
  .meta_blog_single
  .right_side
  .content_box_auht
  .authour_content {
  position: relative;
  margin-right: 10px;
  text-align: right;
  padding: 10px 0px 0px;
}

.blog_single_pageheader.page_header_default
  .meta_blog_single
  .right_side
  .content_box_auht
  .authour_content
  h6 {
  color: #fff;
  font-family: "Assistant", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 5px;
}

.blog_single_pageheader.page_header_default
  .meta_blog_single
  .right_side
  .content_box_auht
  .authour_content
  h4 {
  color: #fff;
  font-family: "Assistant", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
}

.blog_single_pageheader.page_header_default
  .meta_blog_single
  .right_side
  .content_box_auht
  .authour_image {
  position: relative;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
}

.blog_single_pageheader.page_header_default
  .meta_blog_single
  .right_side
  .content_box_auht
  .authour_image
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 992px) {
  .page_header_default {
    padding: 100px 0px;
    min-height: auto;
  }

  .home.blog .page_header_default {
    padding: 100px 0px;
    min-height: auto;
  }

  .page_header_default .parallax_cover {
    min-height: 100%;
  }

  .page_header_default .page_header_content .banner_title_inner h1 {
    font-size: 45px;
    line-height: 55px;
  }
}

@media (max-width: 768px) {
  .page_header_default .page_header_content .banner_title_inner h1 {
    font-size: 35px;
    line-height: 45px;
  }
}


body.blog .extra_tit,
body.archive .extra_tit {
  display: none;
}

body.blog .enabled_custom_title .title_page .main_tit,
body.archive .enabled_custom_title .title_page .main_tit {
  display: block;
}

body .enabled_custom_title .title_page .main_tit {
  display: none;
}


.theme-btn {
  position: relative;
  font-family: "Assistant", sans-serif;
  /*----theme-btn one-----*/
  /*----theme-btn two-----*/
}

.theme-btn.one {
  display: inline-block;
  padding: 0px 25px;
  border-radius: 10px 0px 10px 0px;
  background: var(--primary-color-one);
  color: #fff;
  border: 1px solid var(--primary-color-one);
  line-height: 56px;
  min-height: 56px;
  min-width: 160px;
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.theme-btn.one:hover {
  background: #fff;
  color: var(--primary-color-one);
  border-radius: 0px 10px 0px 10px;
}

.theme-btn.two {
  display: inline-block;
  padding: 0px 25px;
  border-radius: 10px 0px 10px 0px;
  background: transparent;
  color: var(--primary-color-one);
  border: 1px solid var(--primary-color-one);
  line-height: 56px;
  min-height: 56px;
  min-width: 160px;
  text-align: center;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  font-weight: 600;
  font-size: 15px;
}

.theme-btn.two:hover {
  background: var(--primary-color-one);
  color: #fff;
  border-radius: 0px 10px 0px 10px;
}

.theme-btn.three {
  display: inline-block;
  padding: 0px 25px;
  border-radius: 30px;
  background: var(--primary-color-one);
  color: #fff;
  line-height: 56px;
  min-height: 56px;
  min-width: 160px;
  text-align: center;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  overflow: hidden;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  z-index: 0;
  border: unset !important;
}

.theme-btn.three::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  left: -100%;
  top: 0;
  bottom: 0;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  background: var(--primary-color-two);
  z-index: -1;
}

.theme-btn.three::after {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  right: -100%;
  top: 0;
  bottom: 0;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  background: var(--primary-color-two);
  z-index: -1;
}

.theme-btn.three:hover {
  color: #fff;
}

.theme-btn.three:hover::after {
  right: 0;
}

.theme-btn.three:hover::before {
  left: 0;
}

.theme-btn.four {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 22px;
  color: var(--heading-dark);
  text-transform: uppercase;
  background: none !important;
  font-family: "Assistant", sans-serif;
  font-weight: 600;
}

.theme-btn.four i {
  position: relative;
  top: 2px;
  font-size: 18px;
  left: 5px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.theme-btn.four:hover {
  color: var(--primary-color-one);
  background: none !important;
}

.theme-btn.four:hover i {
  left: 10px;
}

.theme-btn.five {
  font-size: 12px;
  position: relative;
  text-align: center !important;
  color: #fff;
  background: var(--primary-color-one);
  display: inline-block;
  /* min-width: 180px; */
  min-width: auto;
  /* height: 56px; */
  padding: 10px 18px;
  /* line-height: 60px !important; */
  font-weight: 600;
  transition: all 0.5s ease;
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  text-transform: uppercase;
  border-radius: 5px;
}

.theme-btn.five i {
  position: relative;
  top: 2px;
  font-size: 18px;
  left: 10px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.theme-btn.five:hover {
  background-color: #013a4e;
  color: #fff;
}

.theme-btn.five:hover i {
  left: 10px;
}

.theme-btn.six {
  font-size: 15px;
  position: relative;
  text-align: center !important;
  color: white;
  background: var(--primary-color-one);
  display: inline-block;
  /* min-width: 180px; */
  min-width: auto;
  /* height: 56px; */
  padding: 10px 18px;
  /* line-height: 60px !important; */
  font-weight: 600;
  transition: all 0.5s ease;
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  text-transform: uppercase;
  border-radius: 5px;
}

.theme-btn.six i {
  position: relative;
  top: 2px;
  font-size: 18px;
  left: 5px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.theme-btn.six:hover {
  background-color: #61b6e6;
  color: black;
}

.theme-btn.six:hover i {
  left: 10px;
}

.theme-btn.nine {
  font-size: 15px;
  position: relative;
  text-align: center !important;
  color: white;
  background-color: #ff9f00;
  border: 2px solid #ff9f00;
  display: inline-block;
  /* min-width: 180px; */
  min-width: auto;
  /* height: 56px; */
  padding: 10px 18px;
  /* line-height: 60px !important; */
  font-weight: 600;
  transition: all 0.5s ease;
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  text-transform: uppercase;
  border-radius: 5px;
}

.theme-btn.nine i {
  position: relative;
  top: 2px;
  font-size: 18px;
  left: 5px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.theme-btn.nine:hover {
  background-color: #df8c04;
  border: 2px solid #df8c04;
}

.theme-btn.nine:hover i {
  left: 10px;
}

.theme-btn.ten {
  font-size: 15px;
  position: relative;
  text-align: center !important;
  color: white;
  background-color: #61b6e6;
  border: 2px solid #61b6e6;
  display: inline-block;
  /* min-width: 180px; */
  min-width: auto;
  /* height: 56px; */
  padding: 10px 18px;
  /* line-height: 60px !important; */
  font-weight: 600;
  transition: all 0.5s ease;
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  text-transform: uppercase;
  border-radius: 5px;
}

.theme-btn.ten i {
  position: relative;
  top: 2px;
  font-size: 18px;
  left: 5px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.theme-btn.ten:hover {
  background-color: #2c9ede;
  border: 2px solid #2c9ede;
}

.theme-btn.ten:hover i {
  left: 10px;
}
.theme-btn.eleven {
  font-size: 15px;
  position: relative;
  text-align: center !important;
  color: white;
  background-color: #17a2b8;
  border: 2px solid #17a2b8;
  display: inline-block;
  /* min-width: 180px; */
  min-width: auto;
  /* height: 56px; */
  padding: 10px 18px;
  /* line-height: 60px !important; */
  font-weight: 600;
  transition: all 0.5s ease;
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  text-transform: uppercase;
  border-radius: 5px;
}

.theme-btn.eleven i {
  position: relative;
  top: 2px;
  font-size: 18px;
  left: 5px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.theme-btn.eleven:hover {
  background-color: #138496;
  border: 2px solid #138496;
}

.theme-btn.eleven:hover i {
  left: 10px;
}

.theme-btn.seven {
  font-size: 15px;
  position: relative;
  text-align: center !important;
  color: var(--primary-color-one);
  border: 2px solid var(--primary-color-one);
  background: white;
  display: inline-block;
  /* min-width: 180px; */
  min-width: auto;
  /* height: 56px; */
  padding: 10px 18px;
  /* line-height: 60px !important; */
  font-weight: 600;
  transition: all 0.5s ease;
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  text-transform: uppercase;
  border-radius: 5px;
}

.theme-btn.seven i {
  position: relative;
  top: 2px;
  font-size: 18px;
  left: 5px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.theme-btn.seven:hover {
  background: var(--primary-color-one);
  color: white;
}

.theme-btn.seven:hover i {
  left: 10px;
}

.theme-btn.eight {
  background: #61b6e6;
  font-size: 15px;
  position: relative;
  text-align: center !important;
  color: #61b6e6;
  display: inline-block;
  border: 2px solid #61b6e6;

  /* min-width: 180px; */
  min-width: auto;
  /* height: 56px; */
  padding: 10px 18px;
  /* line-height: 60px !important; */
  font-weight: 600;
  transition: all 0.5s ease;
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  text-transform: uppercase;
  border-radius: 5px;
}

.theme-btn.eight:hover {
  background: #2c9ede;
  border: 2px solid #2c9ede;
  color: #fff;
}

.theme-btn.color_white {
  color: #fff !important;
  border-color: #fff !important;
  background: transparent !important;
}

.theme-btn.color_white_1 {
  color: var(--heading-dark) !important;
  border-color: #fff !important;
  background: #fff !important;
}

.theme_btn_all {
  position: relative;
}

.theme_btn_all.color_two a {
  background: var(--primary-color-two);
  border-color: var(--primary-color-two);
  color: #fff;
}

.theme_btn_all.color_two a:hover {
  background: #fff;
  color: var(--primary-color-one);
}

.theme_btn_all.color_two a.two {
  background: transparent;
  border-color: var(--primary-color-two);
  color: var(--primary-color-two);
}

.theme_btn_all.color_two a.two:hover {
  background: var(--primary-color-two);
  color: #fff;
}


/*--------------top_bar  style_six with header style_six-------------------*/
.header_style_six_nw .top_bar.style_six {
  position: relative;
  background: transparent;
}

.header_style_six_nw .top_bar.style_six .top_inner {
  display: flex;
  position: relative;
  justify-content: space-between;
}

.header_style_six_nw .top_bar.style_six .top_inner .common_css {
  position: relative;
}

.header_style_six_nw .top_bar.style_six .top_inner .common_css.left_side ul {
  float: left;
}

.header_style_six_nw .top_bar.style_six .top_inner .common_css.left_side ul li {
  margin-right: 12px;
  padding-left: 15px;
}

.header_style_six_nw
  .top_bar.style_six
  .top_inner
  .common_css.left_side
  ul
  li::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 10px;
  background: #fff;
  opacity: 0.5;
  top: 0;
  left: 3px;
  bottom: 0;
  margin: auto;
}

.header_style_six_nw
  .top_bar.style_six
  .top_inner
  .common_css.left_side
  ul
  li::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: transparent;
  border: 1px solid #fff;
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.header_style_six_nw .top_bar.style_six .top_inner .common_css ul {
  position: relative;
  padding-left: 0px;
  margin-bottom: 0px;
}

.header_style_six_nw .top_bar.style_six .top_inner .common_css ul li {
  display: inline-block;
  margin-bottom: 0px;
  position: relative;
}

.header_style_six_nw .top_bar.style_six .top_inner .common_css ul li a {
  font-size: 15px;
  color: #fff;
  line-height: 25px;
  font-weight: 400;
}

.header_style_six_nw .top_bar.style_six .top_inner .common_css ul li a:hover {
  color: #fff;
}

.header_style_six_nw
  .top_bar.style_six
  .top_inner
  .common_css.right_side
  .rg_content_box {
  display: flex;
  float: right;
}

.header_style_six_nw
  .top_bar.style_six
  .top_inner
  .common_css.right_side
  .rg_content_box
  .btn_lf_side {
  position: relative;
  margin-right: 20px;
}

.header_style_six_nw
  .top_bar.style_six
  .top_inner
  .common_css.right_side
  .rg_content_box
  .btn_lf_side
  a {
  font-size: 15px;
  line-height: 30px;
  border-radius: 30px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: inline-block;
  padding: 0px 22px;
  height: 31px;
}

.header_style_six_nw
  .top_bar.style_six
  .top_inner
  .common_css.right_side
  .rg_content_box
  .btn_lf_side
  a:hover {
  border-color: #fff;
  background: #fff;
  color: var(--primary-color-one);
}

.header_style_six_nw
  .top_bar.style_six
  .top_inner
  .common_css.right_side
  .rg_content_box
  .med_rg_side {
  position: relative;
}

.header_style_six_nw
  .top_bar.style_six
  .top_inner
  .common_css.right_side
  .rg_content_box
  .med_rg_side
  ul {
  position: relative;
  padding-left: 0px;
  margin-bottom: 0px;
}

.header_style_six_nw
  .top_bar.style_six
  .top_inner
  .common_css.right_side
  .rg_content_box
  .med_rg_side
  ul
  li {
  display: inline-block;
  margin-bottom: 0px;
}

.header_style_six_nw
  .top_bar.style_six
  .top_inner
  .common_css.right_side
  .rg_content_box
  .med_rg_side
  ul
  li:last-child {
  margin-right: 0px;
}

.header_style_six_nw
  .top_bar.style_six
  .top_inner
  .common_css.right_side
  .rg_content_box
  .med_rg_side
  ul
  li
  a {
  font-size: 14px;
  line-height: 30px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: block;
  height: 31px;
  text-align: center;
  width: 31px;
  color: #fff;
}

.header_style_six_nw
  .top_bar.style_six
  .top_inner
  .common_css.right_side
  .rg_content_box
  .med_rg_side
  ul
  li
  a:hover {
  border-color: #fff;
  background: #fff;
  color: var(--primary-color-one);
}

@media (max-width: 768px) {
  .top_bar .top_inner .common_css .contntent {
    margin: 0px 0px 15px;
    display: block;
  }

  .top_bar .top_inner .common_css .contntent i {
    display: none;
  }

  .header_style_six_nw .top_bar.style_six .top_inner .common_css.left_side ul {
    float: unset;
  }

  .header_style_six_nw
    .top_bar.style_six
    .top_inner
    .common_css.right_side
    .rg_content_box {
    float: unset !important;
    padding-top: 10px;
    display: block !important;
  }

  .header_style_six_nw
    .top_bar.style_six
    .top_inner
    .common_css.right_side
    .rg_content_box
    .btn_lf_side {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}

/*-===============---crt_mobile_menu---====================--*/
.nav-link {
  padding: 0px;
}

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

.crt_mobile_menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  z-index: 999999;
  visibility: hidden;
  transform: translateX(-100%);
  transition: all 500ms ease 0ms;
  -moz-transition: all 500ms ease 0ms;
  -ms-transition: all 500ms ease 0ms;
  -o-transition: all 500ms ease 0ms;
}

.crt_mobile_menu .menu-backdrop {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  background: #054157;
  opacity: 0.8;
  cursor: pointer;
}

.crt_mobile_menu .menu-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 300px;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #fff;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: all 500ms ease 0ms;
  -moz-transition: all 500ms ease 0ms;
  -ms-transition: all 500ms ease 0ms;
  -o-transition: all 500ms ease 0ms;
  border-radius: 0px;
  padding: 20px;
}

.crt_mobile_menu .menu-box form {
  position: relative;
  margin-bottom: 30px;
}

.crt_mobile_menu .menu-box form input {
  margin-bottom: 0px;
}

.crt_mobile_menu .menu-box form button.sch_btn {
  position: absolute;
  line-height: 41px;
  min-width: unset;
  padding: 0;
  min-height: unset;
  right: 7px;
  border-radius: 5px;
  background: var(--primary-color-one);
  width: 41px;
  height: 41px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  border: 0px;
  bottom: 0;
  top: 0;
  margin: auto;
}

.crt_mobile_menu .menu-box .menu-outer ul.navbar_nav {
  margin: 0px;
  padding: 0px;
}

.crt_mobile_menu .menu-box .menu-outer ul.navbar_nav li {
  list-style: none;
  position: relative;
  border-bottom: 1px solid var(--border-color-dark);
}

.crt_mobile_menu .menu-box .menu-outer ul.navbar_nav li a.nav-link {
  font-size: 15px;
  line-height: 50px;
  font-weight: 600;
  color: var(--menu-color);
  font-family: "Assistant", sans-serif;
  transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  padding: 0px 40px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.crt_mobile_menu
  .menu-box
  .menu-outer
  ul.navbar_nav
  li
  a.nav-link
  .fa-angle-down {
  position: relative;
  right: 0px;
  top: 10px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid var(--border-color-dark);
  border-radius: 3px;
  cursor: pointer;
}

.crt_mobile_menu .menu-box .menu-outer ul.navbar_nav li.dropdown .dropdown-btn {
  position: absolute;
  right: 0px;
  top: 10px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid var(--border-color-dark);
  border-radius: 3px;
  cursor: pointer;
  z-index: 99;
}

.crt_mobile_menu
  .menu-box
  .menu-outer
  ul.navbar_nav
  li.dropdown.mega_menu
  .dropdown-menu {
  padding: 20px 5px !important;
  width: 100% !important;
}

.crt_mobile_menu
  .menu-box
  .menu-outer
  ul.navbar_nav
  li.dropdown.mega_menu
  .dropdown-menu
  .m_column {
  width: 33.33%;
}

.crt_mobile_menu
  .menu-box
  .menu-outer
  ul.navbar_nav
  li.dropdown.mega_menu
  .dropdown-menu
  li
  ul {
  border: 0px !important;
}

.crt_mobile_menu .menu-box .menu-outer ul.navbar_nav li .dropdown-menu {
  position: relative;
  border: 0px;
  padding: 0px !important;
  border-radius: 0px;
}

.crt_mobile_menu .menu-box .menu-outer ul.navbar_nav li .dropdown-menu h1,
.crt_mobile_menu .menu-box .menu-outer ul.navbar_nav li .dropdown-menu h2,
.crt_mobile_menu .menu-box .menu-outer ul.navbar_nav li .dropdown-menu h3,
.crt_mobile_menu .menu-box .menu-outer ul.navbar_nav li .dropdown-menu h4,
.crt_mobile_menu .menu-box .menu-outer ul.navbar_nav li .dropdown-menu h5,
.crt_mobile_menu .menu-box .menu-outer ul.navbar_nav li .dropdown-menu h6 {
  margin-bottom: 15px;
  font-size: 16px;
}

.crt_mobile_menu
  .menu-box
  .menu-outer
  ul.navbar_nav
  li
  .dropdown-menu
  .list_item_box
  ul {
  margin-left: 0px !important;
}

.crt_mobile_menu .menu-box .menu-outer ul.navbar_nav li .dropdown-menu li {
  display: block;
  padding-right: 0px;
}

.crt_mobile_menu .menu-box .menu-outer ul.navbar_nav li:last-child {
  border: 0px;
  padding-bottom: 0px;
}

.crt_mobile_menu .menu-box .menu-outer ul.navbar_nav li ul {
  border-top: 1px solid var(--border-color-dark) !important;
  margin-left: 7px !important;
}

.crt_mobile_menu .menu-box .menu-outer ul.navbar_nav li li a.nav-link {
  font-size: 14px;
}

.crt_mobile_menu .menu-box .close-btn {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  line-height: 40px;
  text-align: center;
  border: 1px solid var(--border-color-dark);
  text-align: center;
  display: block;
  margin-bottom: 20px;
  margin-left: auto;
}

.crt_mobile_menu-visible .crt_mobile_menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: all 500ms ease 0ms;
  -moz-transition: all 500ms ease 0ms;
  -ms-transition: all 500ms ease 0ms;
  -o-transition: all 500ms ease 0ms;
}

.crt_mobile_menu-visible .crt_mobile_menu .menu-box {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: all 500ms ease 0ms;
  -moz-transition: all 500ms ease 0ms;
  -ms-transition: all 500ms ease 0ms;
  -o-transition: all 500ms ease 0ms;
}

/*----============---header_default-styles--===========---*/
.sticky_header_main {
  position: relative;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.header,
.default_sickty_heaad {
  position: relative;
  background: #ffffff;
  padding: 20px 0px 20px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.header .header_logo_box,
.default_sickty_heaad .header_logo_box {
  position: relative;
}

.header .header_logo_box img,
.default_sickty_heaad .header_logo_box img {
  display: block;
  width: 140px;
  height: 90px;
  margin-bottom: 0px;
}

.header .header_logo_box .logo_default,
.default_sickty_heaad .header_logo_box .logo_default {
  display: block;
}

.header .header_logo_box .logo__sticky,
.default_sickty_heaad .header_logo_box .logo__sticky {
  display: none;
}

.header .header_logo_box .site-description,
.default_sickty_heaad .header_logo_box .site-description {
  position: absolute !important;
  text-indent: -9999px !important;
  height: 0 !important;
  line-height: 0 !important;
  visibility: hidden !important;
}

.header .header_logo_box .mobile_logo,
.default_sickty_heaad .header_logo_box .mobile_logo {
  display: none;
}

.header .header_logo_box .mobile_logo_sticky,
.default_sickty_heaad .header_logo_box .mobile_logo_sticky {
  display: none;
}

.header .header_content_collapse .navigation_menu,
.default_sickty_heaad .header_content_collapse .navigation_menu {
  float: right;
}

.header .header_content_collapse .navigation_menu .navbar_nav,
.default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav {
  padding: 0;
  margin: 0px;
}

.header .header_content_collapse .navigation_menu .navbar_nav li,
.default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li {
  position: relative;
  margin-right: 30px;
  padding: 0px 0px;
  margin-bottom: 0px !important;
  display: inline-block;
  transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}

.header .header_content_collapse .navigation_menu .navbar_nav li.dropdown,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li.dropdown {
  margin-right: 40px;
}

.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li.dropdown.mega_menu,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li.dropdown.mega_menu {
  margin-right: 27px;
}

.header .header_content_collapse .navigation_menu .navbar_nav li .dropdown-btn,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-btn {
  position: absolute;
  right: -31px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
}

.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-btn
  span:before,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-btn
  span:before {
  font-family: "FontAwesome";
  color: var(--text-color-light);
  font-weight: 400;
}

.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li.mega_menu
  a.nav-link
  span.fa-angle-down,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li.mega_menu
  a.nav-link
  span.fa-angle-down {
  display: inline-block;
  margin-left: 6px;
  color: var(--text-color-light);
  top: 1px;
  position: relative;
}

.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li.mega_menu
  a.nav-link
  span.fa-angle-down::before,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li.mega_menu
  a.nav-link
  span.fa-angle-down::before {
  font-weight: 400;
  font-family: "fontawesome";
}

.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li.mega_menu
  .dropdown-btn,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li.mega_menu
  .dropdown-btn {
  display: none;
}

.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li.mega_menu
  .dropdown-menu,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li.mega_menu
  .dropdown-menu {
  z-index: 999;
}

.header .header_content_collapse .navigation_menu .navbar_nav li a.nav-link,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  a.nav-link {
  font-size: 17px;
  line-height: 40px;
  padding: 0;
  font-weight: 600;
  color: var(--menu-color);
  font-family: "Assistant", sans-serif;
  transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}

.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  a.nav-link:hover,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  a.nav-link:hover {
  /* color: var(--menu-active-color); */
  color: var(--color-white) !important;

  background-color: #64c8e4;
}

.header .header_content_collapse .navigation_menu .navbar_nav li:last-child,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li:last-child {
  margin-right: 0px;
}

.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li.active
  a.nav-link,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li.active
  a.nav-link {
  color: var(--menu-active-color) !important;
}

.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li.active
  .dropdown-btn
  span,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li.active
  .dropdown-btn
  span {
  color: var(--menu-active-color);
}

.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li.active
  .dropdown-btn
  span:before,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li.active
  .dropdown-btn
  span:before {
  color: var(--menu-active-color);
}

.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li.active.mega_menu
  a.nav-link
  span.fa-angle-down,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li.active.mega_menu
  a.nav-link
  span.fa-angle-down {
  color: var(--menu-active-color);
}

.header .header_content_collapse .navigation_menu .navbar_nav li .dropdown-menu,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu {
  position: absolute;
  display: block !important;
  pointer-events: none;
  left: -65px;
  /* top: 30px; */
  margin-left: 0;
  background-color: #fff;
  min-width: 250px;
  max-width: 1200px;
  padding: 20px 0px;
  transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
  border-radius: 5px;
  z-index: 0;
  box-shadow: var(--box-shadow);
  border: 0px !important;
}

.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  li,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  li {
  display: block;
  padding: 5px 0px;
  margin: 0 !important;
}

.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  li
  a.nav-link,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  li
  a.nav-link {
  color: var(--text-color-dark);
  padding-left: 25px;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;

  display: block;
  white-space: inherit;
}

.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  li,
.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  ul
  li,
.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  ul
  li,
.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  ul
  li,
.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  ul
  li,
.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  ul
  li,
.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  ul
  li,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  li,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  ul
  li,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  ul
  li,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  ul
  li,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  ul
  li,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  ul
  li,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  ul
  li {
  transition-delay: 0.1s;
}

.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  .dropdown-btn,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  .dropdown-btn {
  right: 0;
  transform: rotate(-90deg);
}

.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  .dropdown-btn
  span:before,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  .dropdown-btn
  span:before {
  color: var(--text-color-dark);
}

.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  .dropdown-menu,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  .dropdown-menu {
  left: 255px;
  top: 0;
  border-radius: 5px;
  /* margin-top: -22px; */
  opacity: 1;
}

.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  .dropdown-menu::before,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  .dropdown-menu::before {
  left: -35px;
  height: 60px;
}

.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  .dropdown-menu
  .dropdown-menu
  .dropdown-menu,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  .dropdown-menu
  .dropdown-menu
  .dropdown-menu {
  left: -40px;
  margin-top: 10px;
}

.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li.mega_menu
  .dropdown-menu,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li.mega_menu
  .dropdown-menu {
  width: 96%;
  margin-left: auto !important;
  margin-right: auto !important;
  right: 0;
}

.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li.mega_menu
  .dropdown-menu
  li,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li.mega_menu
  .dropdown-menu
  li {
  position: relative;
}

.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li.mega_menu
  .dropdown-menu
  li
  a,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li.mega_menu
  .dropdown-menu
  li
  a {
  display: block;
  font-size: 15px;
  line-height: 26px;
  color: var(--menu-color);
  font-weight: 400;
}

.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li.mega_menu
  .dropdown-menu
  h2,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li.mega_menu
  .dropdown-menu
  h2 {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px !important;
}

.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li:hover
  &gt; .dropdown-menu,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li:hover
  &gt; .dropdown-menu {
  opacity: 1;
  z-index: 99;
  margin-left: 0;
  padding-top: 0 !important;
  z-index: 9999 !important;
  visibility: visible;
  transform: translateX(0);
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  pointer-events: fill;
}

.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  li,
.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  li
  .dropdown-menu
  li,
.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li,
.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li,
.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li,
.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li,
.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li,
.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  li,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  li
  .dropdown-menu
  li,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li {
  transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
  opacity: 0;
  visibility: hidden;
  transform: translateY(5px);
  transition-delay: 0.19s;
}

.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li:hover
  .dropdown-menu
  li,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li:hover
  .dropdown-menu
  li {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  li:hover
  .dropdown-menu
  li,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  li:hover
  .dropdown-menu
  li {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  li
  .dropdown-menu
  li:hover
  .dropdown-menu
  li,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  li
  .dropdown-menu
  li:hover
  .dropdown-menu
  li {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li:hover
  .dropdown-menu
  li,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li:hover
  .dropdown-menu
  li {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li:hover
  .dropdown-menu
  li,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li:hover
  .dropdown-menu
  li {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li:hover
  .dropdown-menu
  li,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li:hover
  .dropdown-menu
  li {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li:hover
  .dropdown-menu
  li,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li:hover
  .dropdown-menu
  li {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li:hover
  .dropdown-menu
  li,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li:hover
  .dropdown-menu
  li {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.header .hamburger_menu,
.default_sickty_heaad .hamburger_menu {
  position: relative;
  float: none;
  top: 0px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  margin-top: 0px;
  z-index: 11;
}

.header .hamburger_menu .line,
.default_sickty_heaad .hamburger_menu .line {
  width: 25px;
  height: 2px;
  background-color: var(--menu-color);
  display: block;
  margin: 6px auto;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.header .hamburger_menu:before,
.default_sickty_heaad .hamburger_menu:before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border: 1px solid transparent;
  top: calc(50% - 20px);
  left: calc(50% - 21px);
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  margin-left: 1px;
}

.default_sickty_heaad {
  padding: 12px 0px 7px !important;
}

.default_sickty_heaad .header_logo_box img {
  width: 140px;
  margin-top: 7px;
}

.hamburger_menu.color_white .line {
  background-color: var(--color-white);
}

/*----navbar-togller-styles--*/
.header .navbar_togglers,
.sticky_header_main .navbar_togglers {
  position: relative;
  display: none;
}

.default_sickty_heaad .d-flex {
  justify-content: space-between;
}

.default_sickty_heaad .logo_column {
  padding-right: 50px;
}

.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li:last-child {
  margin-left: 0px !important;
}

.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active {
  background: transparent;
  border: none;
}

.dropdown-toggle::after {
  display: none !important;
}

/*-------search---popup--------*/
.search-popup {
  position: fixed;
  left: 0;
  top: 0px;
  width: 100%;
  height: 20%;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  overflow: auto;
  background: var(--primary-color-one);
  transform: translateY(-101%);
  transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
}

.search-popup.popup-visible {
  transform: translateY(0%);
  visibility: visible;
  opacity: 1;
}

.search-popup.popup-visible .search-form {
  opacity: 1;
  transform: translateY(0px);
  transition: all 500ms ease 500ms;
  -moz-transition: all 900ms ease 500ms;
  -webkit-transition: all 900ms ease 500ms;
  -ms-transition: all 900ms ease 500ms;
  -o-transition: all 900ms ease 500ms;
}

.search-popup.popup-visible .search-form fieldset {
  position: relative;
  padding: 0px;
}

.search-popup .overlay-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
}

.search-popup .close-search {
  position: absolute;
  right: 25px;
  top: 25px;
  width: 30px;
  color: #fff;
  height: 30px;
  line-height: 26px;
  text-align: center;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 700;
  cursor: pointer;
  z-index: 5;
  transition: all 500ms ease;
}

.search-popup .close-search i {
  font-size: 20px;
}

.search-popup .search-form {
  position: relative;
  padding: 55px 15px 0px;
  max-width: 1024px;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(50px);
  z-index: 10;
}

.search-popup .search-form {
  margin-bottom: 30px;
}

.search-popup .search-form input,
.search-popup .search-form input[type="search"] {
  position: relative;
  height: 60px;
  padding: 20px 60px 20px 30px;
  background: #fff;
  line-height: 30px;
  font-size: 16px;
  color: var(--primary-color-one);
  border-radius: 5px;
  box-shadow: none;
  outline: none;
  border: none;
  margin: auto;
}

.search-popup .search-form button {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  background: #64c8e4;
  color: #fff;
  border-radius: 5px;
  bottom: 0;
  margin: auto;
  border: 0px;
  font-weight: 400;
}

.search-popup h3 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 1px;
  text-align: center;
}

.search-popup .recent-searches {
  font-size: 16px;
  text-align: center;
}

.search-popup .recent-searches li {
  display: inline-block;
  margin: 0px 10px 10px 0px;
}

.search-popup .recent-searches li a {
  display: block;
  line-height: 24px;
  padding: 7px 15px;
  border-radius: 3px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

/*-----contact modal----------*/
.modal_popup {
  position: fixed;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  padding: 100px 0px 0px;
  overflow: auto;
  background: none;
  /* -webkit-transform: translateY(-101%);
  -ms-transform: translateY(-101%);
  transform: translateY(-101%);
  transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease; */
}

.modal_popup::before {
  position: absolute;
  content: "";
  /* background: #4a4545; */
  background: #0000004d;
  /* opacity: 0.3; */
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
}

.modal_popup_industryreport::before {
  position: absolute;
  content: "";
  background: #4a4545;

  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
}

.GmipulsePopup::before {
  background: #000000a6 !important;
}

.modal_popup.contact-popup-visible {
  transform: translateY(0%);
  visibility: visible;
  opacity: 1;
}

.modal_popup .modal-popup-inner {
  background: var(--primary-color-three);
  border-radius: 10px;
  position: relative;
  max-width: 1140px;
  margin: auto;
}

.modal_popup .modal-popup-inner .close-modal {
  position: absolute;
  right: -15px;
  top: -15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50px;
  background: var(--primary-color-one);
  color: #fff;
  font-size: 16px;
  z-index: 3;
  cursor: pointer;
}

.modal_popup .modal-popup-inner .form_inner {
  position: relative;
  padding: 15px 20px 15px;
  background: #fff;
  border-radius: 10px;
  /* box-shadow: var(--box-shadow-two); */
}

.modal_popup .modal-popup-inner .form_inner p {
  position: relative;
  margin: 0px 0px 15px;
  padding: 0px;
}

.modal_popup .modal-popup-inner .form_inner p:last-child input {
  margin: 0px;
}

.modal_popup .modal-popup-inner .form_inner p span {
  display: block;
  width: 100%;
}

.modal_popup .modal-popup-inner .form_inner p label {
  display: block;
  width: 100%;
  font-size: 12px;
  color: var(--heading-dark);
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Assistant", sans-serif;
}

.modal_popup .modal-popup-inner .form_inner textarea {
  height: 150px;
}

.modal_popup .modal-popup-inner .form_inner .ajax-loader,
.modal_popup .modal-popup-inner .form_inner .wpcf7-spinner {
  position: absolute;
  bottom: 20px;
  right: 4px;
  width: auto;
  display: inline-block;
}

.modal_popup .modal-popup-inner .form_inner .wpcf7-not-valid-tip {
  font-size: 14px;
  font-weight: 400;
  font-family: "Assistant", sans-serif;
  line-height: 26px;
  color: var(--primary-color-one);
  text-transform: none;
}

.modal_popup .modal-popup-inner .form_inner .wpcf7-response-output {
  position: absolute;
  z-index: 11;
  background: var(--primary-color-one);
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  margin: 0px 50px;

  color: #fff;
  padding: 20px;
  border-radius: 5px;
  border-color: var(--primary-color-one);
  bottom: -50px;
  right: 0;
  left: 0;
  width: auto;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.modal_popup .modal-popup-inner .form_inner .wpcf7-response-output::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  width: 20px;
  height: 20px;
  top: -22px;
  margin: auto;
  border-top: 10px solid transparent;
  border-bottom: 10px solid var(--primary-color-one);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.modal_popup .modal-popup-inner .about_company_inner {
  position: relative;
  border-radius: 10px;
  padding: 40px 50px 50px 50px;
  overflow: hidden;
}

.modal_popup .modal-popup-inner .about_company_inner .logo {
  position: relative;
  margin-bottom: 30px;
}

.modal_popup .modal-popup-inner .about_company_inner .logo img {
  width: 150px;
}

.modal_popup .modal-popup-inner .about_company_inner .text {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--border-color-dark);
}

.modal_popup .modal-popup-inner .about_company_inner .text p {
  margin-bottom: 30px;
}

.modal_popup .modal-popup-inner .about_company_inner .text a {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: var(--text-color-dark);
  font-family: "Assistant", sans-serif;
}

.modal_popup .modal-popup-inner .post_contet_modal {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-color-dark);
}

.modal_popup .modal-popup-inner .post_contet_modal h2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--heading-dark);
}

.modal_popup .modal-popup-inner .post_contet_modal .post_enable {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
}

.modal_popup
  .modal-popup-inner
  .post_contet_modal
  .post_enable
  .modal_post_grid {
  position: relative;
  margin-bottom: 15px;
}

.modal_popup
  .modal-popup-inner
  .post_contet_modal
  .post_enable
  .modal_post_grid
  a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.modal_popup
  .modal-popup-inner
  .post_contet_modal
  .post_enable
  .modal_post_grid
  a::before {
  position: absolute;
  background: var(--primary-color-two);
  content: "";
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.modal_popup
  .modal-popup-inner
  .post_contet_modal
  .post_enable
  .modal_post_grid
  a:after {
  position: absolute;
  content: "\e912";
  font-family: "icomoon";
  width: 16px;
  font-size: 16px;
  height: 16px;
  color: var(--primary-color-one);
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.modal_popup
  .modal-popup-inner
  .post_contet_modal
  .post_enable
  .modal_post_grid
  img {
  height: 100px;
  width: 100%;
  object-fit: cover;
}

.modal_popup
  .modal-popup-inner
  .post_contet_modal
  .post_enable
  .modal_post_grid:hover
  a:before {
  opacity: 0.8;
}

.modal_popup
  .modal-popup-inner
  .post_contet_modal
  .post_enable
  .modal_post_grid:hover
  a:after {
  opacity: 1;
}

/*-------header with elementor-------------*/
.navbar-brand {
  padding: 0px;
  display: block;
  margin: 0px;
}

/*----style-one-----*/
.header .header_content_collapse,
.default_sickty_heaad .header_content_collapse {
  display: table;
  width: 100%;
}

.header .header_content_collapse .header_menu_box,
.default_sickty_heaad .header_content_collapse .header_menu_box {
  display: table-cell;
  vertical-align: middle;
}

.header .header_right_content,
.default_sickty_heaad .header_right_content {
  display: table-cell;
  vertical-align: middle;
  float: right;
}

.header .header_right_content ul,
.default_sickty_heaad .header_right_content ul {
  padding: 2px 0px 0px;
  margin: 0px;
}

.header .header_right_content ul li,
.default_sickty_heaad .header_right_content ul li {
  display: inline-block;
  margin-left: 20px;
}

.header .header_right_content .contact-toggler,
.default_sickty_heaad .header_right_content .contact-toggler {
  position: relative;
  width: 54px;
  height: 54px;
  line-height: 54px;
  border-radius: 50%;
  border: 1px solid var(--border-color-dark);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  background: #fff;
  box-shadow: 0px 0px 0px 0px;
  top: 4px;
}

.header .header_right_content .contact-toggler::before,
.default_sickty_heaad .header_right_content .contact-toggler::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--primary-color-one);
  border-radius: 50%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.header .header_right_content .contact-toggler i,
.default_sickty_heaad .header_right_content .contact-toggler i {
  color: #fff;
  font-size: 18px;
  position: relative;
  z-index: 1;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.header .header_right_content .contact-toggler:hover,
.default_sickty_heaad .header_right_content .contact-toggler:hover {
  border-color: transparent;
}

.header .header_right_content .contact-toggler:hover::before,
.default_sickty_heaad .header_right_content .contact-toggler:hover::before {
  width: 100%;
  height: 100%;
}

.header .header_right_content .search-toggler,
.default_sickty_heaad .header_right_content .search-toggler {
  position: relative;
  display: inline-block;
  background: transparent;
  border: 0px;
  box-shadow: 0px 0px 0px 0px;
  font-size: 20px;
  line-height: 20px;
  color: var(--text-color-dark);
  top: 4px;
}

.header.style_two,
.default_sickty_heaad.style_two {
  position: absolute;
  background: transparent;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
}

.header.style_two .auto-container,
.default_sickty_heaad.style_two .auto-container {
  max-width: 1400px;
}

.header.style_two .logo_column,
.default_sickty_heaad.style_two .logo_column {
  position: relative;
}

.header.style_two .logo_column .header_log_outer,
.default_sickty_heaad.style_two .logo_column .header_log_outer {
  position: relative;
  display: flex;
}

.header.style_two .logo_column .header_log_outer .header_logo_box,
.default_sickty_heaad.style_two
  .logo_column
  .header_log_outer
  .header_logo_box {
  position: relative;
  margin-right: 50px;
}

.header.style_two .logo_column .header_log_outer .phone_box,
.default_sickty_heaad.style_two .logo_column .header_log_outer .phone_box {
  position: relative;
  margin-left: 50px;
}

.header.style_two .logo_column .header_log_outer .phone_box i,
.default_sickty_heaad.style_two .logo_column .header_log_outer .phone_box i {
  position: absolute;
  left: -50px;
  font-size: 40px;
  line-height: 40px;
  top: 0;
  margin: auto;
  bottom: 0;
  height: 40px;
  color: var(--primary-color-one);
}

.header.style_two .logo_column .header_log_outer .phone_box .text,
.default_sickty_heaad.style_two
  .logo_column
  .header_log_outer
  .phone_box
  .text {
  position: relative;
  top: 10px;
}

.header.style_two .logo_column .header_log_outer .phone_box .text small,
.default_sickty_heaad.style_two
  .logo_column
  .header_log_outer
  .phone_box
  .text
  small {
  display: block;
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  font-family: "Assistant", sans-serif;
  margin-bottom: 0;
  color: #fff;
  opacity: 0.8;
}

.header.style_two .logo_column .header_log_outer .phone_box .text a,
.default_sickty_heaad.style_two
  .logo_column
  .header_log_outer
  .phone_box
  .text
  a {
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  color: #fff;
}

.header.style_two
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  a.nav-link,
.default_sickty_heaad.style_two
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  a.nav-link {
  color: var(--menu-color-white);
}

.header.style_two
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  a.nav-link
  .fa,
.default_sickty_heaad.style_two
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  a.nav-link
  .fa {
  color: var(--menu-color-white);
  opacity: 0.5;
}

.header.style_two
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-btn,
.default_sickty_heaad.style_two
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-btn {
  color: var(--menu-color-white);
  opacity: 0.5;
}

.header.style_two
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li.active
  &gt; a.nav-link,
.default_sickty_heaad.style_two
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li.active
  &gt; a.nav-link {
  color: #fff;
}

.header.style_two
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li.active
  .dropdown-menu
  li.active
  a.nav-link,
.default_sickty_heaad.style_two
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li.active
  .dropdown-menu
  li.active
  a.nav-link {
  color: var(--primary-color-one) !important;
}

.header.style_two
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li.active
  .dropdown-btn
  span,
.default_sickty_heaad.style_two
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li.active
  .dropdown-btn
  span {
  color: #fff;
  opacity: 0.5;
}

.header.style_two
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li.active
  .dropdown-btn
  span:before,
.default_sickty_heaad.style_two
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li.active
  .dropdown-btn
  span:before {
  color: #fff;
}

.header.style_two .header_content_collapse .navigation_menu .navbar_nav li,
.default_sickty_heaad.style_two
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li {
  margin-right: 40px;
}

.header.style_two
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li.dropdown,
.default_sickty_heaad.style_two
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li.dropdown {
  margin-right: 50px;
}

.header.style_two .header_content_collapse .header_right_content,
.default_sickty_heaad.style_two .header_content_collapse .header_right_content {
  position: relative;
  top: 10px;
}

.header.style_two .header_content_collapse .header_right_content ul li,
.default_sickty_heaad.style_two
  .header_content_collapse
  .header_right_content
  ul
  li {
  margin-left: 10px;
}

.header.style_two
  .header_content_collapse
  .header_right_content
  .contact-toggler,
.header.style_two
  .header_content_collapse
  .header_right_content
  .search-toggler,
.default_sickty_heaad.style_two
  .header_content_collapse
  .header_right_content
  .contact-toggler,
.default_sickty_heaad.style_two
  .header_content_collapse
  .header_right_content
  .search-toggler {
  width: 40px;
  height: 40px;
  line-height: 42px;
  border: 0px;
  background: var(--primary-color-one);
  border-radius: 50px;
  top: 0;
  font-size: 17px;
  color: #fff;
}

.header.style_two
  .header_content_collapse
  .header_right_content
  .contact-toggler::before,
.header.style_two
  .header_content_collapse
  .header_right_content
  .search-toggler::before,
.default_sickty_heaad.style_two
  .header_content_collapse
  .header_right_content
  .contact-toggler::before,
.default_sickty_heaad.style_two
  .header_content_collapse
  .header_right_content
  .search-toggler::before {
  display: none;
}

.header.style_three,
.default_sickty_heaad.style_three {
  position: relative;
  padding: 0px;
}

.header.style_three .header_top,
.default_sickty_heaad.style_three .header_top {
  position: relative;
  background: var(--primary-color-one);
}

.header.style_three .header_top .top_left,
.default_sickty_heaad.style_three .header_top .top_left {
  position: relative;
}

.header.style_three .header_top .top_left p,
.default_sickty_heaad.style_three .header_top .top_left p {
  padding: 13px 0px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  margin: 0px;
}

.header.style_three .header_top .top_mid ul li:last-child,
.default_sickty_heaad.style_three .header_top .top_mid ul li:last-child {
  margin-right: 0px;
}

.header.style_three .header_top .top_mid ul li span,
.default_sickty_heaad.style_three .header_top .top_mid ul li span {
  margin-right: 5px;
}

.header.style_three .header_top .top_mid ul li small,
.default_sickty_heaad.style_three .header_top .top_mid ul li small {
  font-size: 11px;
  font-weight: 500;
  font-family: "Assistant", sans-serif;
  text-transform: uppercase;
  margin-right: 5px;
  opacity: 0.8;
}

.header.style_three .header_top .top_right,
.default_sickty_heaad.style_three .header_top .top_right {
  text-align: right;
  position: relative;
}

.header.style_three .header_top .top_right ul li,
.default_sickty_heaad.style_three .header_top .top_right ul li {
  margin-right: 3px;
  padding: 6px 0px 0px;
}

.header.style_three .header_top .top_right ul li:last-child,
.default_sickty_heaad.style_three .header_top .top_right ul li:last-child {
  margin-right: 0px;
}

.header.style_three .header_top .top_right ul li a i,
.default_sickty_heaad.style_three .header_top .top_right ul li a i {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  text-align: center;
  background: #117f80;
  line-height: 40px;
}

.header.style_three .header_top ul,
.default_sickty_heaad.style_three .header_top ul {
  padding: 0;
  margin: 0;
}

.header.style_three .header_top ul li,
.default_sickty_heaad.style_three .header_top ul li {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 15px;
  padding: 15px 0px;
  font-weight: 400;
  margin-right: 30px;
}

.header.style_three .header_top ul li a,
.default_sickty_heaad.style_three .header_top ul li a {
  color: #fff;
}

.header.style_three .header_mid,
.default_sickty_heaad.style_three .header_mid {
  position: relative;
  background: #fff;
  padding: 27px 0px 27px;
  border-top: 4px solid var(--primary-color-one);
}

.header.style_three .header_mid .mid_logo_icon img,
.default_sickty_heaad.style_three .header_mid .mid_logo_icon img {
  width: 200px;
}

.header.style_three .header_mid .same_column,
.default_sickty_heaad.style_three .header_mid .same_column {
  position: relative;
  margin-top: 7px;
}

.header.style_three .header_mid .mid_content,
.default_sickty_heaad.style_three .header_mid .mid_content {
  position: relative;
  margin-left: 62px;
}

.header.style_three .header_mid .mid_content .mid_icon,
.default_sickty_heaad.style_three .header_mid .mid_content .mid_icon {
  position: absolute;
  left: -62px;
  height: 48px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 48px;
  color: var(--primary-color-one);
}

.header.style_three .header_mid .mid_content .text,
.default_sickty_heaad.style_three .header_mid .mid_content .text {
  position: relative;
}

.header.style_three .header_mid .mid_content .text h4,
.default_sickty_heaad.style_three .header_mid .mid_content .text h4 {
  font-size: 15px;
  line-height: 25px;
  color: var(--primary-color-one);
  font-weight: 600;
  margin-bottom: 3px;
}

.header.style_three .header_mid .mid_content .text p,
.default_sickty_heaad.style_three .header_mid .mid_content .text p {
  font-size: 15px;
  margin: 0px;
}

.header.style_three .navbar_outer,
.default_sickty_heaad.style_three .navbar_outer {
  position: relative;
  padding: 7px 0px;
  background: var(--primary-color-one);
}

.header.style_three .navbar_outer .modal_box_buttom,
.default_sickty_heaad.style_three .navbar_outer .modal_box_buttom {
  position: relative;
  left: 0px;
  top: 14px;
  bottom: 0;
  margin-right: 40px;
  width: 40px;
  height: 40px;
  display: inline-block;
}

.header.style_three .navbar_outer .modal_box_buttom .contact-toggler,
.default_sickty_heaad.style_three
  .navbar_outer
  .modal_box_buttom
  .contact-toggler {
  width: 40px;
  height: 40px;
  line-height: 42px;
  border: 0px;
  background: var(--primary-color-one);
  border-radius: 50px;
  top: 0;
  font-size: 17px;
  color: #fff;
  border: 1px solid #fff;
}

.header.style_three .navbar_outer .modal_box_buttom i,
.default_sickty_heaad.style_three .navbar_outer .modal_box_buttom i {
  color: #fff;
  font-size: 18px;
  position: relative;
  z-index: 1;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.header.style_three .navbar_outer .header_content_collapse,
.default_sickty_heaad.style_three .navbar_outer .header_content_collapse {
  display: block;
}

.header.style_three .navbar_outer .header_content_collapse .header_menu_box,
.default_sickty_heaad.style_three
  .navbar_outer
  .header_content_collapse
  .header_menu_box {
  display: inline-block;
}

.header.style_three
  .navbar_outer
  .header_content_collapse
  .header_menu_box
  .navigation_menu
  .navbar_nav
  li
  a,
.default_sickty_heaad.style_three
  .navbar_outer
  .header_content_collapse
  .header_menu_box
  .navigation_menu
  .navbar_nav
  li
  a {
  color: #fff;
}

.header.style_three
  .navbar_outer
  .header_content_collapse
  .header_menu_box
  .navigation_menu
  .navbar_nav
  li
  ul.dropdown-menu
  li,
.default_sickty_heaad.style_three
  .navbar_outer
  .header_content_collapse
  .header_menu_box
  .navigation_menu
  .navbar_nav
  li
  ul.dropdown-menu
  li {
  padding: 5px;
}

.header.style_three
  .navbar_outer
  .header_content_collapse
  .header_menu_box
  .navigation_menu
  .navbar_nav
  li
  ul.dropdown-menu
  li
  a.nav-link,
.default_sickty_heaad.style_three
  .navbar_outer
  .header_content_collapse
  .header_menu_box
  .navigation_menu
  .navbar_nav
  li
  ul.dropdown-menu
  li
  a.nav-link {
  color: var(--text-color-dark) !important;
}

.header.style_three
  .navbar_outer
  .header_content_collapse
  .header_menu_box
  .navigation_menu
  .navbar_nav
  li.active
  &gt; a.nav-link,
.default_sickty_heaad.style_three
  .navbar_outer
  .header_content_collapse
  .header_menu_box
  .navigation_menu
  .navbar_nav
  li.active
  &gt; a.nav-link {
  color: #fff;
}

.header.style_three
  .navbar_outer
  .header_content_collapse
  .header_menu_box
  .navigation_menu
  .navbar_nav
  li.active
  &gt; a.nav-link
  span,
.default_sickty_heaad.style_three
  .navbar_outer
  .header_content_collapse
  .header_menu_box
  .navigation_menu
  .navbar_nav
  li.active
  &gt; a.nav-link
  span {
  color: #fff;
}

.header.style_three
  .navbar_outer
  .header_content_collapse
  .header_menu_box
  .navigation_menu
  .navbar_nav
  li.active
  .dropdown-menu
  li.active
  a.nav-link,
.default_sickty_heaad.style_three
  .navbar_outer
  .header_content_collapse
  .header_menu_box
  .navigation_menu
  .navbar_nav
  li.active
  .dropdown-menu
  li.active
  a.nav-link {
  color: var(--primary-color-one) !important;
}

.header.style_three
  .navbar_outer
  .header_content_collapse
  .header_menu_box
  .navigation_menu
  .navbar_nav
  li.active
  .dropdown-btn
  span,
.default_sickty_heaad.style_three
  .navbar_outer
  .header_content_collapse
  .header_menu_box
  .navigation_menu
  .navbar_nav
  li.active
  .dropdown-btn
  span {
  color: #fff;
  opacity: 0.5;
}

.header.style_three
  .navbar_outer
  .header_content_collapse
  .header_menu_box
  .navigation_menu
  .navbar_nav
  li.active
  .dropdown-btn
  span:before,
.default_sickty_heaad.style_three
  .navbar_outer
  .header_content_collapse
  .header_menu_box
  .navigation_menu
  .navbar_nav
  li.active
  .dropdown-btn
  span:before {
  color: #fff;
}

.header.style_three
  .navbar_outer
  .header_content_collapse
  .header_right_content,
.default_sickty_heaad.style_three
  .navbar_outer
  .header_content_collapse
  .header_right_content {
  padding-top: 4px;
}

.header.style_three
  .navbar_outer
  .header_content_collapse
  .header_right_content
  .search-toggler,
.default_sickty_heaad.style_three
  .navbar_outer
  .header_content_collapse
  .header_right_content
  .search-toggler {
  position: relative;
  width: 40px;
  height: 40px;
  font-size: 16px;
  border-radius: 50px;
  border: 1px solid #fff;
  color: #fff;
  line-height: 40px;
  text-align: center;
}

.header.style_three
  .navbar_outer
  .header_content_collapse
  .header_right_content
  .theme-btn,
.default_sickty_heaad.style_three
  .navbar_outer
  .header_content_collapse
  .header_right_content
  .theme-btn {
  background: var(--primary-color-two) !important;
}

.header.style_three
  .navbar_outer
  .header_content_collapse
  .header_right_content
  .theme-btn:hover,
.default_sickty_heaad.style_three
  .navbar_outer
  .header_content_collapse
  .header_right_content
  .theme-btn:hover {
  background: #fff !important;
  color: var(--primary-color-one) !important;
}

.header.style_one
  .header_content_collapse
  .header_menu_box
  .navigation_menu
  .navbar_nav
  li.active
  &gt; a.nav-link,
.default_sickty_heaad.style_one
  .header_content_collapse
  .header_menu_box
  .navigation_menu
  .navbar_nav
  li.active
  &gt; a.nav-link {
  color: var(--menu-active-color);
}

.header.style_one
  .header_content_collapse
  .header_menu_box
  .navigation_menu
  .navbar_nav
  li.active
  .dropdown-menu
  &gt; li.active
  &gt; a.nav-link,
.default_sickty_heaad.style_one
  .header_content_collapse
  .header_menu_box
  .navigation_menu
  .navbar_nav
  li.active
  .dropdown-menu
  &gt; li.active
  &gt; a.nav-link {
  color: var(--primary-color-one) !important;
}

.header.style_one.style_two_remade,
.default_sickty_heaad.style_one.style_two_remade {
  padding: 0px !important;
  background: transparent !important;
  position: absolute;
  box-shadow: unset !important;
  z-index: 999;
  left: 0;
  width: 100%;
  right: 0;
}

.header.style_one.style_two_remade .auto-container,
.default_sickty_heaad.style_one.style_two_remade .auto-container {
  padding: 15px 20px 10px;
  background: #fff;
  border-radius: 60px 0px 0px 60px;
}

.header.style_one.style_two_remade .auto-container:before,
.default_sickty_heaad.style_one.style_two_remade .auto-container:before {
  position: absolute;
  content: "";
  width: 100%;
  right: -50%;
  height: 100%;
  background: #fff;
  top: 0;
}

.header.style_five .container-fluid,
.default_sickty_heaad.style_five .container-fluid {
  padding: 0px 50px;
}

.header.style_five .header_content_collapse .header_menu_box,
.default_sickty_heaad.style_five .header_content_collapse .header_menu_box {
  text-align: left;
}

.header.style_five .header_content_collapse .header_menu_box .navigation_menu,
.default_sickty_heaad.style_five
  .header_content_collapse
  .header_menu_box
  .navigation_menu {
  float: none;
}

.header.style_five
  .header_content_collapse
  .header_menu_box
  .navbar_nav
  li
  a.nav-link,
.default_sickty_heaad.style_five
  .header_content_collapse
  .header_menu_box
  .navbar_nav
  li
  a.nav-link {
  font-size: 16px;
}

.header.style_five .header_content_collapse .header_right_content,
.default_sickty_heaad.style_five
  .header_content_collapse
  .header_right_content {
  position: relative;
}

.header.style_five .header_content_collapse .header_right_content ul,
.default_sickty_heaad.style_five
  .header_content_collapse
  .header_right_content
  ul {
  display: flex;
  align-items: center;
}

.header.style_five .header_content_collapse .header_right_content ul li,
.default_sickty_heaad.style_five
  .header_content_collapse
  .header_right_content
  ul
  li {
  margin-bottom: 0px;
  margin-left: 30px;
}

.header.style_five .header_content_collapse .header_right_content .theme-btn,
.default_sickty_heaad.style_five
  .header_content_collapse
  .header_right_content
  .theme-btn {
  border-radius: 30px;
  box-shadow: var(--box-shadow-two);
  border-color: #fff;
  background: #fff;
  color: var(--primary-color-one);
}

.header.style_five
  .header_content_collapse
  .header_right_content
  .theme-btn:hover,
.default_sickty_heaad.style_five
  .header_content_collapse
  .header_right_content
  .theme-btn:hover {
  background: var(--primary-color-one);
  color: #fff;
}

.header.style_five
  .header_content_collapse
  .header_right_content
  .contntent.phone
  small,
.default_sickty_heaad.style_five
  .header_content_collapse
  .header_right_content
  .contntent.phone
  small {
  color: var(--primary-color-one);
  font-size: 16px;
  font-weight: 500;
  font-family: "Assistant", sans-serif;
  margin-right: 6px;
}

.header.style_five
  .header_content_collapse
  .header_right_content
  .contntent.phone
  small
  i,
.default_sickty_heaad.style_five
  .header_content_collapse
  .header_right_content
  .contntent.phone
  small
  i {
  font-size: 25px;
  margin-right: 14px;
  top: 5px;
  position: relative;
  color: var(--text-color-light);
}

.header.style_five
  .header_content_collapse
  .header_right_content
  .contntent.phone
  a,
.default_sickty_heaad.style_five
  .header_content_collapse
  .header_right_content
  .contntent.phone
  a {
  font-size: 16px;
  font-weight: 600;
  font-family: "Assistant", sans-serif;
  color: var(--primary-color-two);
}

.header.style_five .header_content_collapse .header_right_content .round_btn,
.default_sickty_heaad.style_five
  .header_content_collapse
  .header_right_content
  .round_btn {
  position: relative;
  display: inline-block;
  padding: 8px 15px;
  background: var(--primary-color-one);
  border-radius: 50px;
  top: 0px;
  line-height: 28px;
  width: 120px;
  height: 56px;
  text-align: center;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.header.style_five
  .header_content_collapse
  .header_right_content
  .round_btn::before,
.default_sickty_heaad.style_five
  .header_content_collapse
  .header_right_content
  .round_btn::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  opacity: 0.5;
}

.header.style_five
  .header_content_collapse
  .header_right_content
  .round_btn
  button,
.default_sickty_heaad.style_five
  .header_content_collapse
  .header_right_content
  .round_btn
  button {
  position: absolute;
}

.header.style_five
  .header_content_collapse
  .header_right_content
  .round_btn:hover,
.default_sickty_heaad.style_five
  .header_content_collapse
  .header_right_content
  .round_btn:hover {
  background: var(--primary-color-two);
  color: #fff;
}

.header.style_five
  .header_content_collapse
  .header_right_content
  .search-toggler,
.default_sickty_heaad.style_five
  .header_content_collapse
  .header_right_content
  .search-toggler {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  color: #fff;
  font-size: 18px;
  left: 24px;
  top: 3px;
  bottom: 0;
}

.header.style_five
  .header_content_collapse
  .header_right_content
  .contact-toggler,
.default_sickty_heaad.style_five
  .header_content_collapse
  .header_right_content
  .contact-toggler {
  display: inline-block;
  width: 0px;
  right: 38px;
  bottom: 0;
  top: 3px;
  color: #fff;
  margin: 0px;
  height: 0px;
  border: 0px;
  background: transparent;
  border-radius: 0px;
}

.header.style_five
  .header_content_collapse
  .header_right_content
  .contact-toggler::before,
.default_sickty_heaad.style_five
  .header_content_collapse
  .header_right_content
  .contact-toggler::before {
  display: none;
}

.header.style_five
  .header_content_collapse
  .header_right_content
  .contact-toggler::after,
.default_sickty_heaad.style_five
  .header_content_collapse
  .header_right_content
  .contact-toggler::after {
  display: none;
}

.header_boxed.style_four {
  position: absolute;
  width: 100%;
  z-index: 99;
  left: 0;
  right: 0;
  top: 25px;
}

.header_boxed.style_four .top_bar {
  border-radius: 10px 10px 0px 0px;
  background: var(--primary-color-one);
}

.header_boxed.style_four .top_bar .col-lg-12 {
  padding: 7px 10px 5px 19px;
}

.header_boxed.style_four .top_bar .theme-btn {
  height: auto;
  width: auto;
  font-size: 12px;
  min-height: auto;
  min-width: auto;
  padding: 10px 22px 8px;
  line-height: 22px;
  background: #fff;
  border-radius: 5px;
  color: var(--primary-color-two);
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Assistant", sans-serif;
}

.header_boxed.style_four .top_bar .theme-btn i {
  position: relative;
  left: inherit;
  right: -5px;
  top: 2px;
  font-size: 19px;
  color: var(--primary-color-two);
}

.header_boxed.style_four .header {
  position: unset;
  border-radius: 0px 0px 10px 10px;
}

.header_boxed.style_four .header .header_content_collapse .header_menu_box {
  text-align: center;
}

.header_boxed.style_four
  .header
  .header_content_collapse
  .header_menu_box
  .navigation_menu {
  float: none;
}

.header_boxed.style_four
  .header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  a.nav-link
  span,
.header_boxed.style_four
  .default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  a.nav-link
  span {
  color: unset;
  opacity: unset;
}

/*--------------------------------------
===============fixed-header=============
--------------------------------------*/
.sticky_header_main {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  transition: top 0.3s ease;
}

.default_sickty_heaad {
  padding: 20px 0px 14px;
  background: #fff;
}

.default_sickty_heaad .header_content_collapse .search-toggler {
  height: 54px;
}

.default_sickty_heaad .header_content_collapse .navigation_menu {
  float: none;
  text-align: center;
}

.default_sickty_heaad
  .header_content_collapse.no_right_content
  .navigation_menu {
  text-align: right;
}

.df_before ul li a.nav-link {
  color: var(--primary-color-two) !important;
}

/*-----------header_logo_box_solo----------------*/
.header_area {
  position: relative;
  display: block;
  width: 100%;
  /* z-index: 9999; */
  top: 0;
  left: 0;
  background: 0 0;
}

.header_area .header_position_absolute {
  position: absolute !important;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
}

/*------===============================================-------------*/
.header_solo {
  background: none;
  padding: unset !important;
}

.header_solo .header_content_collapse {
  display: block;
}

.header_solo .header_content_collapse .header_menu_box {
  display: block;
}

.header_solo .header_content_collapse .navigation_menu {
  float: unset !important;
}

.header_solo .header_content_collapse .navigation_menu .navbar_nav {
  display: inline-block;
}

.header_solo
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li.mega_menu
  .dropdown-menu {
  width: 150%;
  left: -30%;
}

.header_solo .header_content_collapse .navigation_menu {
  float: none;
}

/*--------header_style_six_nw-------*/
.header_style_six_nw {
  position: absolute;
  z-index: 999;
  width: 100%;
  left: 0;
  top: 0;
}

.header_style_six_nw .header {
  background: rgba(40, 47, 59, 0.4);
  padding: 0px 0px 14px;
  min-height: auto;
}

.header_style_six_nw .header .header_content_collapse .navigation_menu {
  float: none;
  text-align: center;
}

.header_style_six_nw
  .header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  a.nav-link {
  color: #fff;
}

.header_style_six_nw
  .header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li:hover
  a,
.header_style_six_nw
  .header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li.active
  a {
  color: var(--primary-color-one);
}

.header_style_six_nw
  .header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  li
  a.nav-link {
  color: var(--text-color-dark);
}

.header_style_six_nw .header .header_content_collapse .header_right_content ul {
  margin-bottom: 0px;
  padding: 0px 0px 0px;
  position: relative;
  height: 50px;
  padding-left: 0px;
  top: -4px;
}

.header_style_six_nw
  .header
  .header_content_collapse
  .header_right_content
  ul
  .header_side_cart
  .mini-cart-count {
  position: absolute;
  width: 20px;
  top: -12px;
  height: 20px;
  border-radius: 20px;
  background: var(--primary-color-one);
  color: #fff;
  line-height: 20px;
  font-size: 10px;
  text-align: center;
}

.header_style_six_nw
  .header
  .header_content_collapse
  .header_right_content
  ul
  .contact-toggler {
  border: 0px;
  background: transparent;
}

.header_style_six_nw
  .header
  .header_content_collapse
  .header_right_content
  ul
  .contact-toggler::before {
  display: none;
}

.header_style_six_nw
  .header
  .header_content_collapse
  .header_right_content
  ul
  li {
  margin-bottom: 0px;
  margin-left: 10px;
  position: relative;
  height: 40px;
  width: 40px;
  text-align: center;
  top: 10px;
}

.header_style_six_nw
  .header
  .header_content_collapse
  .header_right_content
  ul
  li
  .search-toggler,
.header_style_six_nw
  .header
  .header_content_collapse
  .header_right_content
  ul
  li
  .header_side_cart,
.header_style_six_nw
  .header
  .header_content_collapse
  .header_right_content
  ul
  li
  .contact-toggler {
  position: absolute;
  cursor: pointer;
  height: 38px;
  width: 38px;
  line-height: 38px;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.header_style_six_nw
  .header
  .header_content_collapse
  .header_right_content
  ul
  li
  .search-toggler
  i,
.header_style_six_nw
  .header
  .header_content_collapse
  .header_right_content
  ul
  li
  .header_side_cart
  i,
.header_style_six_nw
  .header
  .header_content_collapse
  .header_right_content
  ul
  li
  .contact-toggler
  i {
  font-size: 20px !important;
  line-height: 20px !important;
  color: #fff;
}

.header_style_six_nw
  .header
  .header_content_collapse
  .header_right_content
  ul
  li.last {
  width: unset;
  top: -13px;
  margin-left: 40px;
}

.header_style_six_nw
  .header
  .header_content_collapse
  .header_right_content
  ul
  li.last::before {
  position: absolute;
  content: "";
  height: 42px;
  width: 1px;
  left: -24px;
  top: -1px;
  background: rgba(255, 255, 255, 0.2);
}

.header_style_six_nw
  .header
  .header_content_collapse
  .header_right_content
  ul
  li.last
  a {
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  font-family: "Assistant", sans-serif;
  display: block;
  padding-left: 28px;
  position: relative;
  font-weight: 600;
  top: 9px;
}

.header_style_six_nw
  .header
  .header_content_collapse
  .header_right_content
  ul
  li.last
  a
  i {
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.header_style_six_nw
  .header
  .header_content_collapse
  .header_right_content
  ul
  li
  .contact-toggler
  i {
  font-size: 25px !important;
  line-height: 35px !important;
  color: #fff;
}

.header_style_six_nw
  .header.dark_color
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  a.nav-link {
  color: var(--menu-color);
}

.header_style_six_nw
  .header.dark_color
  .header_content_collapse
  .header_right_content
  ul
  li
  .search-toggler
  i,
.header_style_six_nw
  .header.dark_color
  .header_content_collapse
  .header_right_content
  ul
  li
  .header_side_cart
  i,
.header_style_six_nw
  .header.dark_color
  .header_content_collapse
  .header_right_content
  ul
  li
  .contact-toggler
  i {
  color: var(--menu-color);
}

.header_style_six_nw
  .header.dark_color
  .header_content_collapse
  .header_right_content
  ul
  li.last::before {
  position: absolute;
  content: "";
  height: 42px;
  width: 1px;
  left: -24px;
  top: -1px;
  background: var(--border-color-dark);
}

.header_style_six_nw
  .header.dark_color
  .header_content_collapse
  .header_right_content
  ul
  li.last
  a {
  color: var(--menu-color);
}

.header_style_six_nw
  .header.dark_color
  .header_content_collapse
  .header_right_content
  ul
  li
  .contact-toggler
  i {
  font-size: 25px !important;
  line-height: 35px !important;
  color: var(--menu-color);
}

.header_style_six_nw.ver_2 {
  position: relative;
}

.header_style_six_nw.ver_2 .top_bar.style_six {
  background: var(--primary-color-one);
}

.header_style_six_nw.ver_2 .header {
  background: #fff !important;
}

.header_style_six_nw.ver_2
  .header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  a.nav-link {
  color: var(--menu-color);
}

.header_style_six_nw.ver_2
  .header
  .header_content_collapse
  .header_right_content {
  text-align: right;
  float: unset !important;
}

.header_style_six_nw.ver_2
  .header
  .header_content_collapse
  .header_right_content
  ul
  li
  .search-toggler
  i,
.header_style_six_nw.ver_2
  .header
  .header_content_collapse
  .header_right_content
  ul
  li
  .header_side_cart
  i,
.header_style_six_nw.ver_2
  .header
  .header_content_collapse
  .header_right_content
  ul
  li
  .contact-toggler
  i {
  color: var(--menu-color);
}

.header_style_six_nw.ver_2
  .header
  .header_content_collapse
  .header_right_content
  ul
  li.last::before {
  position: absolute;
  content: "";
  height: 42px;
  width: 1px;
  left: -24px;
  top: -1px;
  background: var(--border-color-dark);
}

.header_style_six_nw.ver_2
  .header
  .header_content_collapse
  .header_right_content
  ul
  li.last
  a {
  color: var(--menu-color);
}

.header_style_six_nw.ver_2
  .header
  .header_content_collapse
  .header_right_content
  ul
  li
  .contact-toggler
  i {
  font-size: 25px !important;
  line-height: 35px !important;
  color: var(--menu-color);
}

/*---------=================header_default-style seven================---------------*/
.header_default.head_absolute {
  position: absolute !important;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
}

.header_default.style_seven {
  position: relative;
  background: #fff;
  padding: 20px 0px 10px;
}

.header_default.style_seven .left_side_box {
  position: relative;
  display: flex;
  padding-top: 2px;
}

.header_default.style_seven .left_side_box .modal_box_buttom {
  position: relative;
  min-width: 120px;
  width: 120px;
}

.header_default.style_seven .left_side_box .modal_box_buttom::before {
  position: absolute;
  width: 1px;
  height: 54px;
  right: 33px;
  top: 0;
  background: var(--border-color-dark);
  content: "";
}

.header_default.style_seven .left_side_box .modal_box_buttom .contact-toggler {
  position: relative;
  width: 54px;
  height: 54px;
  line-height: 54px;
  border-radius: 50%;
  border: 1px solid var(--border-color-dark);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  background: transparent;
  box-shadow: 0px 0px 0px 0px;
}

.header_default.style_seven
  .left_side_box
  .modal_box_buttom
  .contact-toggler::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--primary-color-one);
  border-radius: 50%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.header_default.style_seven
  .left_side_box
  .modal_box_buttom
  .contact-toggler
  i {
  color: #fff;
  font-size: 18px;
  position: relative;
  z-index: 1;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.header_default.style_seven .container-fluid {
  padding: 0px 100px;
}

.header_default.style_seven .header_content_collapse .navigation_menu {
  float: none;
}

.header_default.style_seven .right_column {
  padding-left: 0px;
}

.header_default.style_seven .header_right_content {
  position: relative;
  top: 17px;
  text-align: right;
}

.header_default.style_seven .header_right_content ul {
  padding-left: 0px;
  position: relative;
}

.header_default.style_seven .header_right_content ul li {
  display: inline-block;
  margin-left: 15px;
  margin-bottom: 0px;
}

.header_default.style_seven
  .header_right_content
  ul
  li
  .med_rg_side
  .social_media_head {
  padding-right: 20px;
  padding-left: 0px;
  margin-right: 2px;
}

.header_default.style_seven
  .header_right_content
  ul
  li
  .med_rg_side
  .social_media_head
  li {
  display: inline-block;
  margin-right: 10px;
  margin-left: 0px;
  margin-bottom: 0px;
}

.header_default.style_seven
  .header_right_content
  ul
  li
  .med_rg_side
  .social_media_head
  li
  a {
  font-size: 14px;
  line-height: 14px;
  color: var(--text-color-dark);
  text-transform: uppercase;
}

.header_default.style_seven
  .header_right_content
  ul
  li
  .med_rg_side
  .social_media_head
  li
  a
  small {
  font-size: 14px;
  line-height: 15px;
}

.header_default.style_seven
  .header_right_content
  ul
  li
  .med_rg_side
  .social_media_head
  li.shared_m {
  color: var(--text-color-dark);
}

.header_default.style_seven
  .header_right_content
  ul
  li
  .med_rg_side
  .social_media_head
  li.shared_m
  span {
  margin-right: 5px;
}

.header_default.style_seven
  .header_right_content
  ul
  li
  .med_rg_side
  .social_media_head
  li.shared_m
  a {
  font-size: 14px;
  line-height: 14px;
}

.header_default.style_seven
  .header_right_content
  ul
  li
  .med_rg_side
  .social_media_head:before {
  position: absolute;
  width: 1px;
  height: 50px;
  right: 0px;
  top: -12px;
  background: var(--border-color-dark);
  content: "";
}

.header_default.style_seven .header_right_content ul li .search-toggler,
.header_default.style_seven .header_right_content ul li .mini_cart_togglers {
  background: transparent;
  border: 0px;
  position: relative;
  box-shadow: none;
  cursor: pointer;
}

.header_default.style_seven .header_right_content ul li .search-toggler i,
.header_default.style_seven .header_right_content ul li .mini_cart_togglers i {
  font-size: 20px;
  position: relative;
  top: 3px;
  line-height: 20px;
}

.header_default.style_seven
  .header_right_content
  ul
  li
  .search-toggler
  .mini-cart-count,
.header_default.style_seven
  .header_right_content
  ul
  li
  .mini_cart_togglers
  .mini-cart-count {
  position: absolute;
  width: 18px;
  height: 18px;
  font-size: 10px;
  border-radius: 30px;
  color: #fff;
  top: -17px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  background: var(--primary-color-one);
}

.header_default.style_seven .header_right_content ul li .login {
  position: relative;
  font-family: "Assistant", sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding-left: 26px;
  line-height: 26px;
  color: var(--text-color-dark);
}

.header_default.style_seven .header_right_content ul li .login i {
  margin-right: 5px;
  font-size: 20px;
  position: absolute;
  height: 20px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  line-height: 20px;
}

.header_default.style_seven .header_right_content ul li:first-child {
  margin-left: 0px;
}

.header_default.style_seven.style_eight .container-fluid {
  padding: 0px 50px;
}

.header_default.style_seven.style_eight .header_right_content {
  top: 9px;
}

.header_default.style_seven.style_eight .header_right_content ul li {
  position: relative;
}

.header_default.style_seven.style_eight
  .header_right_content
  ul
  li
  .mini_cart_togglers
  i,
.header_default.style_seven.style_eight
  .header_right_content
  ul
  li
  .contact-toggler
  i,
.header_default.style_seven.style_eight
  .header_right_content
  ul
  li
  .search-toggler
  i {
  font-size: 20px;
}

.header_default.style_seven.style_eight
  .header_right_content
  ul
  li
  .contact-toggler
  i {
  position: relative;
  top: 3px;
  font-size: 25px;
}

.header_default.style_seven.style_eight
  .header_right_content
  ul
  li
  .med_rg_side
  .social_media_head {
  margin-right: 0px;
  padding-right: 0px;
}

.header_default.style_seven.style_eight
  .header_right_content
  ul
  li
  .med_rg_side
  .social_media_head::before {
  display: none;
}

.header_default.style_seven.style_eight
  .header_right_content
  ul
  li
  .med_rg_side
  .social_media_head
  li {
  margin-right: 5px;
}

.header_default.style_seven.style_eight
  .header_right_content
  ul
  li
  .med_rg_side
  .social_media_head
  li
  a {
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 40px;
  border: 1px solid var(--border-color-dark);
  display: block;
  text-align: center;
}

.header_default.style_seven.style_eight
  .header_right_content
  ul
  li
  .med_rg_side
  .social_media_head
  li
  a
  i,
.header_default.style_seven.style_eight
  .header_right_content
  ul
  li
  .med_rg_side
  .social_media_head
  li
  a
  small {
  font-size: 14px;
  color: var(--text-color-dark);
}

.header_default.style_seven.style_eight .header_right_content ul li.last {
  padding-left: 25px;
  margin-left: 20px;
}

.header_default.style_seven.style_eight
  .header_right_content
  ul
  li.last:before {
  position: absolute;
  width: 1px;
  height: 50px;
  left: 0px;
  top: -12px;
  background: var(--border-color-dark);
  content: "";
}

.header_default.style_seven.style_eight .header_right_content ul li button {
  border: 0px;
  box-shadow: none;
  background: none;
}

@media (max-width: 1200px) {
  .header_default.style_seven.style_eight .header_right_content {
    display: none;
  }

  .header_default.style_seven.style_eight .container-fluid {
    padding: 0px 15px;
  }
}

/*---------=================header header_default style_nine side_menu head_================---------------*/
.header.style_nine {
  position: relative;
  padding: 15px 0px;
}

.header.style_nine .d-flex {
  justify-content: space-between;
}

.header.style_nine
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  a.nav-link {
  color: var(--menu-color-white);
}

.header.style_nine
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  a.nav-link
  .fa {
  color: var(--menu-color-white);
  opacity: 0.5;
}

.header.style_nine
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-btn {
  color: var(--menu-color-white);
  opacity: 0.5;
}

.header.style_nine
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li.active
  &gt; a.nav-link {
  color: var(--primary-color-two) !important;
}

.header.style_nine
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li.active
  &gt; a.nav-link
  span.fa-angle-down {
  color: var(--primary-color-two) !important;
}

.header.style_nine
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li.active
  .dropdown-menu
  &gt; li.active
  &gt; a.nav-link {
  color: var(--primary-color-one) !important;
}

.header.style_nine
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li.active
  .dropdown-btn
  span {
  color: #fff;
  opacity: 0.5;
}

.header.style_nine
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li.active
  .dropdown-btn
  span:before {
  color: #fff;
}

.header.style_nine .header_content_collapse .navigation_menu .navbar_nav li {
  margin-right: 40px !important;
}

.header.style_nine .header_right_content {
  position: relative;
}

.header.style_nine .header_right_content ul li {
  margin-left: 10px;
}

.header.style_nine .header_right_content .contact-toggler,
.header.style_nine .header_right_content .search-toggler {
  color: #fff;
}

.header.style_nine.header_eleven
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li.active
  &gt; a.nav-link {
  color: var(--primary-color-one) !important;
}

.header.style_nine.header_eleven
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li.active
  &gt; a.nav-link
  span.fa-angle-down {
  color: var(--primary-color-one) !important;
}

.icon-search3 {
  font-weight: 600;
  font-size: 15px;
}

/*---------=================header style ten shop ================---------------*/
.header_style_ten {
  position: relative;
}

.header_style_ten .top_bar.style_six {
  background: #ffffff;
  border-bottom: 1px solid var(--border-color-dark);
}

.header_style_ten .top_bar.style_six .top_inner .common_css ul li a,
.header_style_ten
  .top_bar.style_six
  .top_inner
  .common_css.right_side
  .rg_content_box
  .med_rg_side
  ul
  li
  a {
  color: var(--heading-dark);
}

.header_style_ten .notice {
  position: relative;
  padding-right: 20px;
  float: left;
  font-size: 15px;
  padding: 12px 29px 12px 0px;
  bottom: 0;
  left: 0;
  margin: 0px 20px 0px 0px;
}

.header_style_ten .notice::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  background: var(--border-color-dark);
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.header_style_ten .header_content_collapse {
  position: unset !important;
}

.header_style_ten .rg_content_box .med_rg_side {
  margin-left: 20px;
}

.header_style_ten .rg_content_box .med_rg_side ul li a {
  border: 1px solid var(--border-color-dark) !important;
}

.header_style_ten .serch_simple {
  position: relative;
  top: 7px;
}

.header_style_ten .serch_simple button {
  position: absolute;
  top: 11px;
  right: 4px;
  background: transparent;
  border: 0px;
  color: var(--heading-dark);
  font-size: 15px;
}

.header_style_ten .serch_simple input {
  height: auto !important;
  padding: 5px 12px !important;
  border-radius: 5px;
  border: 1px solid var(--border-color-dark);
  background: transparent !important;
  margin: 0px !important;
}

.header_style_ten .serch_simple input::placeholder {
  color: var(--text-color-dark) !important;
  opacity: 0.7;
}

.header_style_ten .auto-container {
  max-width: 1600px;
}

.header_style_ten .con_button {
  width: auto !important;
}

.header_style_ten .con_button a {
  padding: 0px 30px;
  height: auto;
  min-height: auto;
  background: var(--primary-color-one);
  display: block;
  line-height: 40px;
  color: #fff;
  top: -15px;
  position: relative;
  margin-left: 8px;
}

.header_style_ten .header_content_collapse .header_right_content {
  position: relative;
  top: 7px;
}

.header_style_ten .header_default {
  background: #fff;
}

.header_style_ten
  .header_default
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li {
  padding: 19px 0px 14px;
}

.header_style_ten
  .header_default
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  a.nav-link {
  color: var(--heading-dark);
}

.header_style_ten
  .header_default
  .header_content_collapse
  .header_right_content
  ul
  li
  .search-toggler
  i,
.header_style_ten
  .header_default
  .header_content_collapse
  .header_right_content
  ul
  li
  .header_side_cart
  i,
.header_style_ten
  .header_default
  .header_content_collapse
  .header_right_content
  ul
  li
  .contact-toggler
  i {
  color: var(--text-color-dark);
}

@media (max-width: 992px) {
  .header_style_ten {
    position: relative;
  }

  .header_style_ten .top_inner {
    display: block !important;
  }

  .header_style_ten .top_inner .common_css {
    min-width: 100% !important;
    width: 100% !important;
    text-align: center;
  }

  .header_style_ten .top_inner .common_css .notice {
    float: none !important;
    padding: 10px 0px !important;
    margin: unset !important;
  }

  .header_style_ten .top_inner .common_css .notice::before {
    display: none;
  }

  .header_style_ten .top_inner .common_css ul,
  .header_style_ten .top_inner .common_css .serch_simple {
    margin-bottom: 20px !important;
  }

  .header_style_ten .top_inner .common_css .rg_content_box {
    display: block !important;
    float: none !important;
  }

  .header_style_ten .top_inner .common_css .serch_simple {
    top: unset !important;
  }
}

body.single-header {
  padding: 0px 0px 0px 0px !important;
}

.mega_menu .mg_image_box h2 {
  padding: 2px 10px;
}

.mega_menu .mg_image_box h2 a {
  font-size: 14px;
  color: #fff !important;
}

.mega_menu .mg_image_box .image_box .ab_link span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
}

.mega_menu .mg_image_box {
  margin-bottom: 20px;
}

.mega_menu .mg_image_box .tag {
  background: #fc2158 !important;
}

/*-----mega_menu  style for mobilr-------*/
@media (max-width: 1200px) {
  .mega_menu .image_grid_content .col-xs-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .mega_menu .image_grid_content .col-xs-12 .mg_image_box h2 a {
    font-size: 15px !important;
  }

  .mega_menu .image_grid_content .col-xs-12 .mg_image_box .image_box {
    height: auto;
  }

  .mega_menu .image_grid_content .col-xs-12 .mg_image_box .tag {
    font-size: 14px !important;
    line-height: 24px !important;
  }

  .mega_menu .image_grid_content .col-xs-12 .mg_image_box h2 a {
    color: #fff !important;
    font-size: 14px !important;
    line-height: 24px !important;
    display: block !important;
    min-height: unset !important;
    padding: 0px !important;
  }

  .mega_menu .elementor-section {
    padding: 10px 0px !important;
    display: block !important;
  }

  .mega_menu .elementor-section .elementor-container {
    display: block !important;
  }

  .mega_menu .elementor-section .elementor-column {
    width: 100% !important;
    display: block !important;
  }

  .mega_menu .elementor-section .elementor-widget-wrap {
    display: block !important;
  }
}

.crt_mobile_menu
  .menu-box
  .menu-outer
  ul.navbar_nav
  li
  .elementor-element
  .menu {
  margin: 0px 0px 0px 0px !important;
  padding: 0px !important;
  border: 0px !important;
}

.crt_mobile_menu
  .menu-box
  .menu-outer
  ul.navbar_nav
  li
  .elementor-element
  .menu
  li {
  border-bottom: 0px !important;
}

.crt_mobile_menu
  .menu-box
  .menu-outer
  ul.navbar_nav
  li
  .elementor-element
  .list_item_box
  ul {
  position: relative;
  margin: 0px 0px 0px 0px !important;
  padding: 0px !important;
  border: 0px !important;
}

.crt_mobile_menu
  .menu-box
  .menu-outer
  ul.navbar_nav
  li
  .elementor-element
  .list_item_box
  ul
  li
  a {
  min-height: unset !important;
}

.floating_menu_box {
  position: fixed;
  width: 100%;
  height: auto;
  text-align: center;
  left: 0;
  z-index: 99;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  opacity: 0;
  bottom: -100px;
  visibility: hidden;
}

.floating_menu_box ul {
  display: inline-block;
  position: relative;
  border-radius: 50px;
  background: #fff;
  padding: 10px 55px 10px 15px;
  box-shadow: var(--box-shadow-two);
  margin: auto;
  margin: 0px;
}

.floating_menu_box ul .close {
  position: absolute;
  right: 4px;
  top: 0;
  width: 38px;
  height: 38px;
  background: var(--primary-color-one);
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 38px;
  border-radius: 50px;
  bottom: 0;
  cursor: pointer;
  margin: auto;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.floating_menu_box ul .close:hover {
  background: var(--primary-color-two);
  color: #fff;
}

.floating_menu_box ul li {
  display: inline-block;
  position: relative;
  margin-bottom: 0px !important;
}

.floating_menu_box ul li a {
  font-size: 15px;
  font-family: "Assistant", sans-serif;
  font-weight: 600;
  color: var(--heading-dark);
  padding: 7px 12px;
  border-radius: 30px;
  margin-right: 5px;
  cursor: pointer;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  margin-bottom: 0px !important;
}

.floating_menu_box ul li.active a,
.floating_menu_box ul li:hover a {
  background: var(--primary-color-one);
  color: #fff;
}

.floating_menu_box ul li:last-child a {
  margin-right: 0px;
}

.floating_menu_box.remove_floating {
  display: none;
}

.floating-menu .floating_menu_box {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}

.floating-menu.floating_close .floating_menu_box {
  opacity: 0 !important;
  visibility: hidden !important;
}

@media (max-width: 768px) {
  .floating_menu_box {
    display: none !important;
  }
}

.dropdown-menu .list_item_box ul {
  margin-left: 0px !important;
}

.dropdown-menu .list_item_box.style_one li .d-flex {
  justify-content: flex-start !important;
}

.dropdown-menu .list_item_box.style_one li .only_icon {
  color: var(--primary-color-one);
  margin-right: 5px;
  font-size: 16px;
  display: inline-block;
  line-height: 16px;
  position: relative;
  top: -1px;
}

.dropdown-menu h1,
.dropdown-menu h2,
.dropdown-menu h3,
.dropdown-menu h4,
.dropdown-menu h5,
.dropdown-menu h6 {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
}

.header_v15 .top {
  padding: 10px 0px;
  background: var(--primary-color-two);
}

.header_v15 .top .row {
  align-items: center;
}

.header_v15 .top .infotext {
  color: var(--color-white);
  margin: 0px;
  font-size: 15px;
}

.header_v15 .top .infotext i {
  display: inline-block;
  margin-right: 5px;
}

.header_v15 .top .same_contact a,
.header_v15 .top .same_contact p {
  color: var(--color-white) !important;
  font-size: 15px;
}

.header_v15 .top .same_contact a i,
.header_v15 .top .same_contact a span,
.header_v15 .top .same_contact p i,
.header_v15 .top .same_contact p span {
  color: var(--color-white) !important;
}

.header_v15 .header {
  position: relative;
  background: var(--primary-color-one);
}

.header_v15
  .header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  a.nav-link {
  color: var(--color-white);
}

.header_v15 .header .theme-btn {
  color: var(--primary-color-one);
  border-color: var(--color-white);
  background: var(--color-white);
}

.header_v15 .header .navigation_menu {
  float: unset;
  text-align: center;
}

.header_v15
  .header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li.active
  a.nav-link {
  color: var(--color-white) !important;
}

.header_v15
  .header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li.active
  a.nav-link
  span.fa-angle-down {
  color: var(--color-white) !important;
}

/*--------------------------------------
===============fixed-header=============
--------------------------------------*/

@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translateZ(0);
  }
}

.fixed-header .get_sticky_header {
  position: fixed !important;
  visibility: visible;
  opacity: 1;
  left: 0;
  top: 0;
  padding: 10px 0px;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  transition: top 0.3s ease;
  animation-name: slideInUp;
}

.fixed-header .get_sticky_header.style_two {
  background: var(--primary-color-two);
}

.fixed-header .header_default.style_seven.style_eight.get_sticky_header {
  padding: 10px 0px !important;
  background: #ffffff !important;
}

.fixed-header .header_default.style_six.get_sticky_header {
  padding: 0px 0px !important;
  background: #ffffff !important;
}

.fixed-header .header_default.style_nine {
  background: var(--primary-color-one) !important;
}

.fixed-header .header_default.style_nine .theme-btn {
  background: #fff;
  color: var(--primary-color-one);
  border-radius: 0px 10px 0px 10px;
}

.fixed-header
  .header_default.style_nine
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li.active
  &gt; a.nav-link {
  color: #fff !important;
}

.fixed-header
  .header_default.style_nine
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li.active
  &gt; a.nav-link
  span.fa-angle-down {
  color: #fff !important;
}

.fixed-header .header_v15 .get_sticky_header {
  background: var(--primary-color-two) !important;
}

.fixed-header .header_v15 .get_sticky_header .hamburger_menu .line {
  background: #fff;
}

.fixed-header .header_v14 .navbar_outer {
  margin-top: 5px;
  background: unset !important;
  box-shadow: unset;
}

.dropdown-menu li.dropdown a.nav-link {
  position: relative !important;
  display: flex !important;
  justify-content: space-between !important;
}

.mega_menu .width_45_percentage {
  width: 45% !important;
}

.mega_menu .width_50_percentage {
  width: 50% !important;
}

.mega_menu .width_55_percentage {
  width: 55% !important;
}

.mega_menu .width_60_percentage {
  width: 60% !important;
}

.mega_menu .width_65_percentage {
  width: 65% !important;
}

.mega_menu .width_70_percentage {
  width: 70% !important;
}

.mega_menu .width_75_percentage {
  width: 75% !important;
}

.mega_menu .width_80_percentage {
  width: 80% !important;
}

.mega_menu .width_85_percentage {
  width: 85% !important;
}

.mega_menu .width_90_percentage {
  width: 90% !important;
}

.mega_menu .width_95_percentage {
  width: 95% !important;
}

.dropdown-menu .dropdown-menu {
  top: 0px;
  margin-left: -5px !important;
}

.header_v14 .header_mid .d_md_block {
  display: none;
}

.header_v14 .header_mid .hamburger_menu .line,
.header_v14 .header_mid .hamburger_menu .line {
  margin: 6px 0 6px auto;
}

/*-----header-media-----*/
@media (max-width: 1200px) {
  .header_content_collapse {
    display: none !important;
  }

  .header .navbar_togglers,
  .sticky_header_main .navbar_togglers {
    display: block;
  }

  .header .logo_column,
  .sticky_header_main .logo_column {
    width: 86%;
  }

  .header .menu_column,
  .sticky_header_main .menu_column {
    width: 14%;
  }

  .crt_mobile_menu .navbar_nav li.mega_menu {
    position: relative !important;
  }

  .crt_mobile_menu .navbar_nav li.mega_menu a span.fa-angle-down {
    display: none !important;
  }

  .crt_mobile_menu .navbar_nav li.mega_menu .dropdown-btn {
    display: block;
  }

  .crt_mobile_menu .navbar_nav li.mega_menu .vc_row.wpb_row {
    margin: 10px 0px !important;
  }

  .crt_mobile_menu
    .navbar_nav
    li.mega_menu
    .vc_column_container
    &gt; .vc_column-inner {
    padding: 0px !important;
  }

  .crt_mobile_menu .navbar_nav li.mega_menu .wpb_column {
    width: 100%;
  }

  .crt_mobile_menu .navbar_nav li.mega_menu .wpb_column .wpb_button,
  .crt_mobile_menu .navbar_nav li.mega_menu .wpb_column .wpb_content_element,
  .crt_mobile_menu
    .navbar_nav
    li.mega_menu
    .wpb_column
    ul.wpb_thumbnails-fluid
    &gt; li {
    margin: 10px 0px !important;
  }

  .header.header_default.style_two .hamburger_menu .line {
    background: #fff;
  }

  header.header_default.style_nine .right_column {
    display: none;
  }

  .header_v14 .header_mid {
    padding: 10px 0px !important;
  }

  .header_v14 .header_top {
    display: none;
  }

  .header_v14 .navbar_outer {
    display: none;
  }

  .header_v14 .header_mid .d_md_block {
    display: block;
  }

  .header_v14 .header_mid .dnone {
    display: none;
  }
}

@media (max-width: 1200px) {
  .header_v15 .top {
    text-align: center;
  }

  .header_v15 .top .d-flex {
    display: block !important;
  }

  .header_v15 .top .d-flex .contact_list {
    display: flex;
    justify-content: center;
    padding: 5px 0px 5px !important;
  }

  .header_v15 .hamburger_menu .line {
    margin: 6px 0px 6px auto !important;
  }

  .header_v13 .header_top .header_top_inner {
    text-align: center;
    display: block !important;
  }

  .header_v13 .header_top .header_top_inner .top_left {
    display: block !important;
  }

  .header_v13 .header_top .header_top_inner .contact_info_two {
    text-align: center;
    margin: auto;
    padding-top: 8px;
  }

  .header_v13 .header_top .header_top_inner .contact_info_two li {
    margin-left: unset !important;
    padding: 5px 10px;
  }
}

.navbar_right .dropdown-btn {
  display: none;
}

.header_v13 .logo img,
.header_v14 .logo img,
.header_v17 .logo img {
  display: block;
  width: 170px;
  height: auto;
  margin-bottom: 0px;
}

.header_v13 .search-toggler,
.header_v14 .search-toggler {
  border: 0px;
  background: unset;
}

.header_v13 .mini_cart_togglers,
.header_v14 .mini_cart_togglers {
  position: relative;
}

.header_v13 {
  position: relative;
  padding: 0px !important;
}

.header_v13 .header_top {
  position: relative;
  padding: 10px 0px;
  background: var(--primary-color-two);
}

.header_v13 .header_top ul {
  margin-bottom: 0px;
  padding-left: 0px;
}

.header_v13 .header_top ul li {
  display: inline-block;
  color: var(--color-white);
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  margin: 0px;
}

.header_v13 .header_top ul li a {
  color: var(--color-white);
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
}

.header_v13 .header_top ul li span {
  color: var(--primary-color-one);
  font-size: 16px;
  margin-right: 6px;
  line-height: 25px;
}

.header_v13 .header_top ul li:last-child {
  margin-right: 0px;
}

.header_v13 .header_top p {
  margin-bottom: 0px;
  color: var(--color-white);
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
}

.header_v13 .header_top .header_top_inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.header_v13 .header_top .top_right,
.header_v13 .header_top .top_left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.header_v13 .header_top .contact_info_two li {
  padding-left: 15px;
}

.header_v13 .header_top .get_a_quote {
  background: var(--primary-color-one);
  padding: 5px 16px;
  color: var(--color-white);
  border-radius: 5px;
  font-size: 15px;
  line-height: 26px;
  margin-right: 15px;
}

.header_v13 .navbar_outer {
  position: relative;
  padding: 10px 0px;
}

.header_v13 .navbar_outer .site-logo {
  position: relative;
  padding-right: 30px;
}

.header_v13 .navbar_outer .site-logo a {
  display: block;
}

.header_v13 .navbar_outer .inner_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_v13 .navbar_outer .header_content .navbar_nav &gt; li.dropdown::after {
  top: 3px;
}

.header_v13 .navbar_outer .header_content .navbar_nav &gt; li .dropdown_menu {
  margin-top: 3rem;
}

.header_v13
  .navbar_outer
  .header_content
  .navbar_nav
  &gt; li
  .dropdown_menu
  &gt; li.dropdown::after {
  transform: rotate(270deg);
}

.header_v13
  .navbar_outer
  .header_content
  .navbar_nav
  &gt; li:hover
  &gt; .dropdown_menu {
  margin-top: 2.5rem !important;
}

.header_v13
  .navbar_outer
  .header_content
  .navbar_nav
  &gt; li:hover
  &gt; .dropdown_menu
  li:hover
  .dropdown_menu {
  margin-top: 1rem !important;
}

.header_v13 .navbar_outer .navbar_right {
  position: relative;
  padding-left: 40px;
  margin-bottom: 0px;
  text-align: right;
}

.header_v13 .navbar_outer .navbar_right li {
  display: inline-block;
  padding-left: 20px;
  margin-left: 6px;
  padding-top: 15px !important;
}

.header_v13 .navbar_outer .navbar_right li i {
  font-size: 22px;
  color: var(--menu-color);
  line-height: 40px;
  transition: all 0.6s ease-in-out;
  font-weight: normal !important;
}

.header_v13 .navbar_outer .navbar_right li .contact-toggler {
  width: 40px;
  border-radius: 8px;
  background: var(--primary-color-one);
  color: var(--color-white);
  font-size: 22px;
  align-items: center !important;
  font-weight: normal !important;
  border: 0px;
}

.header_v13 .navbar_outer .navbar_right li .contact-toggler i {
  color: var(--color-white);
}

.header_v13 .navbar_outer .navbar_right li .contact-toggler:hover {
  background: var(--primary-color-two);
  color: var(--color-white);
}

.header_v13 .navbar_outer .navbar_right li .mini-cart-count {
  top: 2px;
}

.header_v13 .header_content {
  display: flex;
  justify-content: flex-end;
}

header .flaticon-list {
  display: block !important;
}

.header_v14 {
  position: relative;
  padding: 0px !important;
}

.header_v14 ul {
  padding: 0px;
  margin: 0px;
}

.header_v14 ul.navbar_left {
  padding-left: 10px;
}

.header_v14 .header_top {
  position: relative;
  background: var(--primary-color-one);
}

.header_v14 .header_top ul.contact_info_two li {
  position: relative;
  display: inline-block;
  color: var(--color-white);
  font-size: 15px;
  padding: 15px 0px;
  font-weight: 400;
  margin-bottom: 0px;
  margin-right: 30px;
}

.header_v14 .header_top ul.contact_info_two li:last-child {
  margin-right: 0px;
}

.header_v14 .header_top .top_right {
  text-align: right;
}

.header_v14 .header_top .top_right ul li {
  position: relative;
  display: inline-block;
  list-style: none;
  font-size: 15px;
  font-weight: 400;
  padding-bottom: 0px;
  margin-right: 25px;
}

.header_v14 .header_top .top_right ul li a {
  color: #fff;
}

.header_v14 .header_top .top_right ul li:last-child {
  margin-right: 0px;
}

.header_v14 .header_mid {
  position: relative;
  padding: 27px 0px 47px;
}

.header_v14 .header_mid .contact_widget {
  text-align: center;
}

.header_v14 .header_mid .logo a {
  display: block;
}

.header_v14 .header_mid .contact_info {
  display: inline-block;
  margin: auto;
}

.header_v14 .header_mid .contact_info li {
  list-style: none;
  padding-left: 60px;
  position: relative;
  display: inline-block;
  margin-right: 45px;
  text-align: left;
}

.header_v14 .header_mid .contact_info li small {
  font-size: 18px;
  font-weight: 600;
  color: var(--heading-dark);
  line-height: 26px;
  margin-bottom: 3px;
  font-family: "Assistant", sans-serif;
}

.header_v14 .header_mid .contact_info li span {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 40px;
  display: block;
  font-weight: 500;
  line-height: 50px;
  color: var(--primary-color-one);
}

.header_v14 .header_mid .contact_info li p {
  margin-bottom: 0px;
}

.header_v14 .header_mid .contact_info li p a {
  color: var(--text-color-dark);
}

.header_v14 .header_mid .contact_info li:last-child {
  margin-right: 0px;
}

.header_v14 .header_mid .theme_btn.type_one {
  min-width: 200px;
  width: auto;
  padding: 0px 15px;
  border-radius: 50px;
}

.header_v14 .navbar_outer {
  position: absolute;
  content: "";
  width: 100%;
  z-index: 99;
  background: transparent;
  left: 0;
  margin-top: -25px;
}

.header_v14 .navbar_outer .navbar_inner {
  position: relative;
  padding: 6px 0px 4px;
}

.header_v14 .navbar_outer .navbar_inner:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 6px;
  left: 6px;
  background: var(--color-white);
  z-index: -2;
  border-radius: 4px;
  opacity: 0.3;
}

.header_v14 .navbar_outer .navbar_inner:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--color-white);
  z-index: -1;
  border-radius: 5px;
  box-shadow: var(--box-shadow);
}

.header_v14 .navbar_outer .header_content_collapse {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_v14 .navbar_outer .header_menu_box {
  padding-left: 10px;
}

.header_v14 .navbar_outer .navbar_right li {
  list-style: none;
  margin-left: 0px !important;
  padding: 0px 25px !important;
  display: inline-block;
  position: relative;
}

.header_v14 .navbar_outer .navbar_right li i {
  font-size: 20px;
  color: var(--heading-dark);
  font-weight: 500;
}

.header_v14 .navbar_outer .navbar_right li:before {
  position: absolute;
  content: "";
  width: 1px;
  background: var(--text-color-dark);
  height: 25px;
  right: 0;
  opacity: 0.5;
  top: 1px;
}

.header_v14 .navbar_outer .navbar_right li:last-child {
  padding-right: 0px !important;
}

.header_v14 .navbar_outer .navbar_right li:last-child::before {
  display: none;
}

.header_v14 .navbar_outer .navbar_right li.dropdown::after {
  display: none;
}

.header_v14 .navbar_outer .navbar_right li .dropdown_menu {
  left: unset;
  right: 0;
}

.header_v14 .navbar_outer .navbar_right li .woocommerce-mini-cart li::before {
  display: none;
}

.header_v14 .navbar_outer .navbar_right li.search_link .dropdown_menu {
  margin-top: 27px !important;
  left: unset !important;
  right: 0;
  width: 350px !important;
  padding: 10px !important;
}

.header_v14 .navbar_outer .navbar_right li.search_link .dropdown_menu:before {
  position: absolute;
  content: "";
  width: 54%;
  height: 30px;
  top: -37px;
  right: 0;
  z-index: 1;
}

.header_v14 .navbar_outer .navbar_right li.search_link .dropdown_menu li {
  padding: 0px !important;
}

.header_v14 .navbar_outer .navbar_right li.search_link .dropdown_menu input {
  border-radius: 30px;
}

.header_v14
  .navbar_outer
  .navbar_right
  li.search_link
  .dropdown_menu
  .search_box {
  position: relative;
}

.header_v14
  .navbar_outer
  .navbar_right
  li.search_link
  .dropdown_menu
  .search_box
  button[type="submit"] {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
  line-height: 50px;
  border-radius: 50px;
}

.header_v14 .navbar_outer .navbar_right .widget_shopping_cart_content {
  padding: 0px;
}

.header_v14 .navbar_outer .navbar_right .contact-toggler {
  width: 40px;
  border-radius: 8px;
  background: var(--primary-color-one);
  font-size: 22px;
  height: 40px;
  border: unset;
  border-radius: 50%;
  align-items: center !important;
  font-weight: normal !important;
}

.header_v14 .navbar_outer .navbar_right .contact-toggler i {
  display: block !important;
  color: var(--color-white);
}

.header_v14 .navbar_outer .navbar_right .nav-item {
  padding: 0px 18px;
  position: relative;
}

.header_v14 .navbar_outer .navbar_right .search_btn {
  background: unset;
  border: 0;
}

.header_v14 .navbar_outer .navbar_right .search_btn:after {
  display: none;
}

.header_v14 .navbar_outer .site-logo {
  display: none;
}

.header_v17 {
  position: relative;
  padding: 0px !important;
  background: unset !important;
}

.header_v17 .header_mid {
  position: relative;
  background: var(--primary-color-two);
  padding: 15px 0px;
}

.header_v17 .header_mid .midbar_mid {
  text-align: center;
}

.header_v17 .header_mid .midbar_mid ul {
  margin: 0px;
  padding: 0px;
}

.header_v17 .header_mid .midbar_mid ul li {
  list-style: none;
  display: inline-block;
  position: relative;
  padding-right: 50px;
  text-align: left;
}

.header_v17 .header_mid .midbar_mid ul li:last-child {
  padding-right: 0px;
}

.header_v17 .header_mid .midbar_mid ul li span {
  position: absolute;
  height: 32px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  font-size: 32px;
  line-height: 32px;
  color: var(--primary-color-one);
  margin-right: 20px;
}

.header_v17 .header_mid .midbar_mid ul li small {
  color: var(--color-white);
  padding-left: 50px;
}

.header_v17 .header_mid .midbar_mid ul li p {
  margin: 0px;
  padding-left: 50px;
  color: var(--color-white);
}

.header_v17 .header_mid .midbar_mid ul li p a {
  color: var(--color-white);
}

.header_v17 .navbar_outer {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 99;
  padding: 20px 0px;
}

.header_v17 .navbar_outer .site-logo {
  position: relative;
  padding-right: 30px;
}

.header_v17 .navbar_outer .site-logo a {
  display: block;
}

.header_v17 .navbar_outer .inner_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
  border: 1px solid var(--color-white);
  border-radius: 50px;
}

.header_v17 .navbar_outer .header_content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header_v17 .navbar_outer .navbar_right {
  position: relative;
  padding: 5px 5px;
  border-radius: 30px;
  background: var(--color-white);
}

.header_v17 .navbar_outer .navbar_right .flaticon-list {
  display: block !important;
}

.header_v17 .navbar_outer .navbar_right .flaticon-list:before {
  content: "\f146";
  position: relative;
  top: 2px;
}

.header_v17 .navbar_outer .navbar_right ul {
  display: flex;
  align-items: center;
  margin: 0px;
  padding: 0px;
}

.header_v17 .navbar_outer .navbar_right ul li {
  display: block;
  padding: 0px 10px;
  padding-top: 0px !important;
  margin: 0px;
}

.header_v17 .navbar_outer .navbar_right ul li.search_link i {
  top: 2px;
  position: relative;
}

.header_v17 .navbar_outer .navbar_right ul li .mini-cart-count {
  top: -3px;
}

.header_v17 .navbar_outer .navbar_right ul li .contact-toggler {
  border-radius: 30px;
}

.header_v17 .navbar_outer .navbar_right ul li a {
  cursor: pointer;
  text-align: center;
  padding: 0px;
  margin: 0px;
}

.header_v17 .navbar_outer .navbar_right ul li a i {
  font-size: 22px;
  color: var(--menu-color);
  line-height: 22px;
  transition: all 0.6s ease-in-out;
  font-weight: normal !important;
}

.header_v17 .navbar_outer .navbar_right ul li a.side-menu__toggler {
  width: 40px;
  height: 40px;
  border-radius: 30px;
  background: var(--primary-color-one);
  color: var(--color-white);
  font-size: 20px;
  align-items: center !important;
  font-weight: normal !important;
}

.header_v17 .navbar_outer .navbar_right ul li a.side-menu__toggler i {
  color: var(--color-white);
}

.header_v17 .navbar_outer .navbar_right ul li a.side-menu__toggler:hover {
  background: var(--primary-color-two);
  color: var(--primary-color-one);
}

.header_v17 .navbar_outer .navbar_right ul li:last-child {
  padding-right: 0px;
}

.header_v17 .navbar_outer .navbar_right ul li:first-child {
  padding-left: 0px;
}

.header_v17 .navbar_outer .navbar_right .search_link .dropdown-menu {
  margin-top: 27px !important;
  left: -190px !important;
  width: 350px !important;
  padding: 10px !important;
}

.header_v17
  .navbar_outer
  .navbar_right
  .search_link
  .dropdown-menu
  .search_box
  button[type="submit"] {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
  line-height: 50px;
  border-radius: 50px;
}

.header_v17 .navbar_outer .navbar_right .cart_box .dropdown-menu {
  margin-top: 27px !important;
  left: -200px !important;
  width: 300px !important;
  padding: 10px !important;
}

.main-header .mini-cart-count {
  position: absolute;
  background: var(--primary-color-one);
  font-size: 10px;
  font-family: "Assistant", sans-serif;
  font-weight: 700;
  width: 16px;
  top: -10px;
  right: 0;
  left: 0;
  margin: auto;
  height: 16px;
  text-align: center;
  line-height: 19px;
  border-radius: 27px;
  display: block;
  color: var(--color-white);
}

.main-header .mini-cart-count i {
  font-size: 24px;
  line-height: 24px;
  color: var(--menu-color);
  font-weight: 500;
}

.main-header .dropdown-menu-mini-cart {
  left: unset !important;
  right: 0 !important;
  min-width: 350px !important;
  padding: 10px 10px !important;
}

.main-header .dropdown-menu-mini-cart li {
  display: block !important;
  list-style: none !important;
}

.main-header .dropdown-menu-mini-cart li .remove_from_cart_button {
  font-size: 16px;
}

.header_v13
  .navbar_outer
  .header_content
  .navbar_nav
  &gt; li:hover
  &gt; .dropdown_menu.dropdown-menu-mini-cart {
  margin-top: 1.6rem !important;
}

@media (max-width: 1024px) {
  .display_none_after_1200 {
    display: none;
  }

  .navbar_right {
    display: none !important;
  }

  .button_box_menu {
    display: block !important;
  }

  .main-header.header_v2 .header_top {
    text-align: center;
  }

  .main-header.header_v2 .header_top ul li {
    margin-left: 15px;
  }

  .main-header.header_v2 .header_top .top_right {
    padding-bottom: 15px;
    text-align: center !important;
  }

  .main-header.header_v2 .navbar_outer .col-lg-12 {
    padding: 15px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .main-header.header_v2 .navbar_outer .site-logo {
    display: block !important;
  }

  .main-header.header_v2 .navbar_outer .site-logo a {
    display: block;
  }
}

@media (max-width: 768px) {
  .header_v13 .header_top ul {
    text-align: center;
  }

  .header_v2 .header_top ul.contact_info_two {
    margin-bottom: 15px;
    margin-top: 10px;
  }

  .header_v2 .header_top ul.contact_info_two li {
    padding: 5px 10px !important;
    margin: 0px !important;
  }

  .header_v2 .header_mid .contact_info li {
    padding-bottom: 20px !important;
    margin: 0px !important;
  }

  .header_v2 .header_mid .contact_info li:last-child {
    padding-bottom: 0px !important;
  }
}

/*----------------animate-csss---------------*/
.owl-item .animate_up {
  position: relative;
  display: block;
  overflow: hidden;
  opacity: 1;
  transform: perspective(400px) rotateY(0deg) translateY(-120px);
  transform-origin: bottom;
  transition: all 1000ms ease;
  z-index: 10;
}

.owl-item.active .animate_up {
  opacity: 1 !important;
  visibility: visible !important;
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  transition-delay: 1000ms;
}

.owl-item .animate_down {
  position: relative;
  display: block;
  overflow: hidden;
  opacity: 1;
  transform: perspective(400px) rotateY(0deg) translateY(120px);
  transform-origin: bottom;
  transition: all 1000ms ease;
  z-index: 10;
}

.owl-item.active .animate_down {
  opacity: 1 !important;
  visibility: visible !important;
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  transition-delay: 1000ms;
}

.owl-item .animate_left {
  position: relative;
  display: block;
  overflow: hidden;
  opacity: 1;
  transform: perspective(400px) rotateY(0deg) translateX(120px);
  transform-origin: bottom;
  transition: all 1000ms ease;
  z-index: 10;
}

.owl-item.active .animate_left {
  opacity: 1 !important;
  visibility: visible !important;
  transform: perspective(400px) rotateY(0deg) translateX(0px);
  transition-delay: 1000ms;
}

.owl-item .animate_right {
  position: relative;
  display: block;
  overflow: hidden;
  opacity: 1;
  transform: perspective(400px) rotateY(0deg) translateX(-120px);
  transform-origin: bottom;
  transition: all 1000ms ease;
  z-index: 10;
}

.owl-item.active .animate_right {
  opacity: 1 !important;
  visibility: visible !important;
  transform: perspective(400px) rotateY(0deg) translateX(0px);
  transition-delay: 1000ms;
}

/*----------------slider-csss---------------*/
.slider {
  position: relative;
  width: 100%;
}

.slider .slide-item {
  position: relative;
  display: block;
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  width: 100%;
}

.slider .animated {
  animation-duration: 1.25s;
}

.slider.style_one .slide-item-content {
  position: relative;
  overflow: hidden;
}

.slider.style_one .slide-item-content .image-layer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}

.slider.style_one .slide-item-content .auto-container {
  position: relative;
  z-index: 10;
  padding: 0px 15px;
}

.slider.style_one .slide-item-content .slider_content {
  position: relative;
  padding: 350px 0px 200px;
  z-index: 11;
}

.slider.style_one .slide-item-content .slider_content h1 {
  font-size: 72px;
  line-height: 90px;
  font-weight: 800;
  margin-bottom: 20px;
  color: #fff;
  opacity: 1;
  transition: 0.9s ease-in-out;
  -moz-transition: 0.9s ease-in-out;
  -o-transition: 0.9s ease-in-out;
  -ms-transition: 0.9s ease-in-out;
}

.slider.style_one .slide-item-content .slider_content h6 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #fff;
  opacity: 1;
  transition: 0.9s ease-in-out;
  -moz-transition: 0.9s ease-in-out;
  -o-transition: 0.9s ease-in-out;
  -ms-transition: 0.9s ease-in-out;
}

.slider.style_one .slide-item-content .slider_content p {
  font-size: 17px;
  line-height: 27px;
  font-weight: 400;
  color: var(--text-color-light);
  margin-bottom: 30px;
  opacity: 1;
  transition: 0.9s ease-in-out;
  -moz-transition: 0.9s ease-in-out;
  -o-transition: 0.9s ease-in-out;
  -ms-transition: 0.9s ease-in-out;
}

.slider.style_one .slide-item-content .slider_content .theme-btn.one {
  opacity: 1;
  transition: 0.9s ease-in-out;
  -moz-transition: 0.9s ease-in-out;
  -o-transition: 0.9s ease-in-out;
  -ms-transition: 0.9s ease-in-out;
}

.slider.style_one .slide-item-content .slider_image {
  opacity: 1;
  transition: 0.9s ease-in-out;
  -moz-transition: 0.9s ease-in-out;
  -o-transition: 0.9s ease-in-out;
  margin-bottom: -100px;
  -ms-transition: 0.9s ease-in-out;
}

.slider.style_one .slide-item-content::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: var(--primary-color-two);
  opacity: 0.8;
  z-index: 1;
}

.slider.style_one .slide-item-content.content_left .slider_image {
  position: relative;
  margin-right: -100px;
  height: auto;
  width: 700px;
}

.slider.style_one .slide-item-content.content_right .slider_image {
  position: relative;
  margin-left: -270px;
  height: auto;
  width: 700px;
}

.slider.style_one .slide-item-content.content_right .image_column {
  order: -1;
}

.slider.style_one .owl-item.active .slide-item-content .slider_image {
  opacity: 1;
}

.slider.style_one .owl-item.active .slide-item-content .slider_content h1 {
  opacity: 1;
}

.slider.style_one .owl-item.active .slide-item-content .slider_content h6 {
  opacity: 1;
}

.slider.style_one .owl-item.active .slide-item-content .slider_content p {
  opacity: 1;
}

.slider.style_one
  .owl-item.active
  .slide-item-content
  .slider_content
  .theme-btn.one {
  opacity: 1;
}

.slider.style_two {
  min-height: 740px;
}

.slider.style_two .slide-item-content {
  position: relative;
  overflow: hidden;
}

.slider.style_two .slide-item-content .image-layer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.slider.style_two .slide-item-content .auto-container {
  position: relative;
  z-index: 10;
  padding: 180px 15px 110px;
}

.slider.style_two .slide-item-content .slider_content {
  padding: 50px 0px 50px 0px;
  position: relative;
  z-index: 11;
}

.slider.style_two .slide-item-content .slider_content h1 {
  font-size: 70px;
  line-height: 90px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #fff;
  opacity: 1;
  transition: 0.9s ease-in-out;
  -moz-transition: 0.9s ease-in-out;
  -o-transition: 0.9s ease-in-out;
  -ms-transition: 0.9s ease-in-out;
  padding-left: 22px;
  padding-bottom: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.09);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.slider.style_two .slide-item-content .slider_content p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #fff;
  opacity: 0.8;
  margin-bottom: 50px;
  opacity: 1;
  transition: 0.9s ease-in-out;
  -moz-transition: 0.9s ease-in-out;
  -o-transition: 0.9s ease-in-out;
  -ms-transition: 0.9s ease-in-out;
}

.slider.style_two .slide-item-content .slider_content ul {
  padding: 0;
  margin: 0;
  opacity: 1;
  transition: 0.9s ease-in-out;
  -moz-transition: 0.9s ease-in-out;
  -o-transition: 0.9s ease-in-out;
  -ms-transition: 0.9s ease-in-out;
}

.slider.style_two .slide-item-content .slider_content ul li {
  display: inline-block;
}

.slider.style_two .slide-item-content .slider_content ul li .video_box {
  position: relative;
  top: -20px;
  left: 28px;
}

.slider.style_two .slide-item-content .slider_content ul li .video_box a {
  position: relative;
  display: inline-block;
  font-size: 18px !important;
  color: #ffffff;
  width: 56px;
  height: 56px;
  line-height: 60px;
  text-align: center !important;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  background-image: inherit;
}

.slider.style_two .slide-item-content .slider_image {
  border-radius: 15px;
  border-left: 5px solid var(--primary-color-one);
  border-top: 5px solid var(--primary-color-one);
  overflow: hidden;
  height: 500px;
  width: 500px;
  opacity: 1;
  transition: 0.9s ease-in-out;
  -moz-transition: 0.9s ease-in-out;
  -o-transition: 0.9s ease-in-out;
  -ms-transition: 0.9s ease-in-out;
}

.slider.style_two .slide-item-content .slider_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider.style_two .slide-item-content.content_left .slider_image {
  position: relative;
  margin: 0px 0px 0px 0px;
  margin-left: auto;
}

.slider.style_two .slide-item-content.content_right .slider_image {
  position: relative;
  margin-left: -100px;
}

.slider.style_two .slide-item-content.content_right .image_column {
  order: -1;
}

.slider.style_two .slide-item-content::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: var(--primary-color-two);
  opacity: 0.92;
  z-index: 1;
}

.slider.style_two .owl-item.active .slide-item-content .image-layer {
  opacity: 1;
}

.slider.style_two .owl-item.active .slide-item-content .slider_image {
  opacity: 1;
}

.slider.style_two .owl-item.active .slide-item-content .slider_content h1 {
  opacity: 1;
}

.slider.style_two .owl-item.active .slide-item-content .slider_content p {
  opacity: 1;
}

.slider.style_two .owl-item.active .slide-item-content .slider_content ul {
  opacity: 1;
}

.slider.style_two .swiper-button-prev::before,
.slider.style_two .swiper-button-next::before {
  position: absolute;
  /* font-family: "FontAwesome" !important; */
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: rgba(255, 255, 255, 0.08);
  text-align: center;
  font-size: 18px;
  border-radius: 50%;
  color: #fff;
}

.slider.style_two .swiper-button-next {
  right: 50px;
}

.slider.style_three .content_right .slider_content {
  text-align: right;
}

.slider.style_three .content_center .slider_content {
  text-align: center;
}

.slider.style_three .slide-item-content {
  position: relative;
  overflow: hidden;
}

.slider.style_three
  .slide-item-content.content_right
  .slider_content
  ul
  li
  .video_box {
  left: inherit !important;
}

.slider.style_three
  .slide-item-content.content_right
  .slider_content
  ul
  li
  .theme-btn {
  margin-right: 40px;
}

.slider.style_three .slide-item-content .image-layer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}

.slider.style_three .slide-item-content .auto-container {
  position: relative;
  z-index: 10;
  padding: 150px 15px;
}

.slider.style_three .slide-item-content .slider_content {
  padding: 50px 0px 0px 0px;
  position: relative;
  z-index: 11;
}

.slider.style_three .slide-item-content .slider_content h1 {
  font-size: 80px;
  line-height: 100px;
  font-weight: 800;
  margin-bottom: 25px;
  color: #fff;
  opacity: 1;
  transition: 0.9s ease-in-out;
  -moz-transition: 0.9s ease-in-out;
  -o-transition: 0.9s ease-in-out;
  -ms-transition: 0.9s ease-in-out;
}

.slider.style_three .slide-item-content .slider_content p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 50px;
  opacity: 1;
  transition: 0.9s ease-in-out;
  -moz-transition: 0.9s ease-in-out;
  -o-transition: 0.9s ease-in-out;
  -ms-transition: 0.9s ease-in-out;
}

.slider.style_three .slide-item-content .slider_content a.theme-btn {
  background: #fff;
  color: var(--primary-color-one);
}

.slider.style_three .slide-item-content .slider_content ul {
  padding: 0;
  margin: 0;
  opacity: 1;
  transition: 0.9s ease-in-out;
  -moz-transition: 0.9s ease-in-out;
  -o-transition: 0.9s ease-in-out;
  -ms-transition: 0.9s ease-in-out;
}

.slider.style_three .slide-item-content .slider_content ul li {
  display: inline-block;
}

.slider.style_three .slide-item-content .slider_content ul li .video_box {
  position: relative;
  top: 3px;
  left: 40px;
}

.slider.style_three .slide-item-content .slider_content ul li .video_box a {
  position: relative;
  display: inline-block;
  font-size: 18px !important;
  color: #ffffff;
  width: 56px;
  height: 56px;
  line-height: 60px;
  text-align: center !important;
  border-radius: 50%;
  background: var(--primary-color-one);
  background-image: inherit;
}

.slider.style_three .slide-item-content .slider_content .video_box a:before,
.slider.style_three .slide-item-content .slider_content .video_box a:after {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1);
  width: 56px;
  height: 56px;
}

.slider.style_three .slide-item-content .slider_image {
  border-radius: 50%;
  overflow: hidden;
  height: 500px;
  width: 500px;
}

.slider.style_three .slide-item-content .slider_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider.style_three .slide-item-content.content_left .slider_image {
  position: relative;
  margin: 0px 0px 0px 0px;
  margin-left: auto;
}

.slider.style_three .slide-item-content.content_right .slider_image {
  position: relative;
  margin: 0px 0px 0px 0px;
}

.slider.style_three .slide-item-content.content_right .image_column {
  order: -1;
}

.slider.style_three .slide-item-content::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(
    180deg,
    var(--primary-color-two) 40%,
    rgba(0, 0, 0, 0) 100%
  );
  opacity: 0.9;
  z-index: 1;
}

.slider.style_three .slide-item-content .content_left {
  text-align: left;
}

.slider.style_three .slide-item-content .content_left::after {
  background: linear-gradient(
    132deg,
    var(--primary-color-two) 40%,
    rgba(0, 0, 0, 0) 100%
  );
}

.slider.style_three .slide-item-content .content_center {
  text-align: center;
}

.slider.style_three .slide-item-content .content_center::after {
  background: linear-gradient(
    180deg,
    var(--primary-color-two) 60%,
    rgba(0, 0, 0, 0) 120%
  );
}

.slider.style_three .slide-item-content .content_right {
  text-align: right;
}

.slider.style_three .slide-item-content .content_right::after {
  background: linear-gradient(
    -132deg,
    var(--primary-color-two) 40%,
    rgba(0, 0, 0, 0) 100%
  );
}

.slider.style_three .owl-item.active .image-layer {
  opacity: 1;
}

.slider.style_three .owl-item.active .slider_content h1,
.slider.style_three .owl-item.active .slider_content p,
.slider.style_three .owl-item.active .slider_content ul {
  opacity: 1;
}

.slider.style_three .swiper-button-prev::before,
.slider.style_three .swiper-button-next::before {
  position: absolute;
  /* font-family: "FontAwesome" !important; */
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: rgba(255, 255, 255, 0.08);
  text-align: center;
  font-size: 18px;
  color: var(--primary-color-two);
  border-radius: 50%;
  color: #fff;
}

.slider.style_three .swiper-button-next {
  right: 50px;
}

.slider.style_three .swiper-button-prev::before,
.slider.style_three .swiper-button-next::before {
  background: rgba(0, 0, 0, 0.2);
}

.slider.style_four .slide-item-content {
  position: relative;
  overflow: hidden;
}

.slider.style_four .slide-item-content .image-layer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}

.slider.style_four .slide-item-content .auto-container {
  position: relative;
  z-index: 10;
  padding: 0px 15px;
}

.slider.style_four .slide-item-content .slider_content {
  position: relative;
  padding: 350px 0px 200px;
  z-index: 11;
}

.slider.style_four .slide-item-content .slider_content h1 {
  font-size: 72px;
  line-height: 90px;
  font-weight: 800;
  margin-bottom: 20px;
  color: #fff;
  opacity: 1;
  transition: 0.9s ease-in-out;
  -moz-transition: 0.9s ease-in-out;
  -o-transition: 0.9s ease-in-out;
  -ms-transition: 0.9s ease-in-out;
}

.slider.style_four .slide-item-content .slider_content h6 {
  font-size: 18px;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid var(--primary-color-one);
  padding: 10px 30px;
  line-height: 32px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 25px;
  border-radius: 20px 0px;
  color: #fff;
  opacity: 1;
  transition: 0.9s ease-in-out;
  -moz-transition: 0.9s ease-in-out;
  -o-transition: 0.9s ease-in-out;
  -ms-transition: 0.9s ease-in-out;
}

.slider.style_four .slide-item-content .slider_content p {
  font-size: 17px;
  line-height: 27px;
  font-weight: 400;
  color: var(--text-color-light);
  margin-bottom: 30px;
  opacity: 1;
  transition: 0.9s ease-in-out;
  -moz-transition: 0.9s ease-in-out;
  -o-transition: 0.9s ease-in-out;
  -ms-transition: 0.9s ease-in-out;
}

.slider.style_four .slide-item-content .slider_content .theme-btn.one {
  opacity: 1;
  transition: 0.9s ease-in-out;
  -moz-transition: 0.9s ease-in-out;
  -o-transition: 0.9s ease-in-out;
  -ms-transition: 0.9s ease-in-out;
}

.slider.style_four .slide-item-content .content_left {
  text-align: left !important;
}

.slider.style_four .slide-item-content .content_right {
  text-align: right !important;
}

.slider.style_four .slide-item-content .content_center {
  text-align: center !important;
}

.slider.style_four .owl-item.active .slide-item-content .image-layer {
  opacity: 1;
}

.slider.style_four .owl-item.active .slide-item-content .slider_content h1 {
  opacity: 1;
}

.slider.style_four .owl-item.active .slide-item-content .slider_content h6 {
  opacity: 1;
}

.slider.style_four .owl-item.active .slide-item-content .slider_content p {
  opacity: 1;
}

.slider.style_four
  .owl-item.active
  .slide-item-content
  .slider_content
  .theme-btn.one {
  opacity: 1;
}

.slider.slider_version_v4.slider .owl-prev::before,
.slider.slider_version_v4.slider .owl-next::before {
  background: #fff;
  color: var(--primary-color-one);
}

.slider.slider_version_v4 .slide-item-content::before {
  display: none;
}

.slider.slider_version_v4 .slide-item-content .slider_content {
  padding: 250px 0px 200px;
}

.slider.slider_version_v4 .slide-item-content .slider_content h1 {
  font-size: 54px;
  line-height: 66px;
  color: var(--heading-dark);
}

.slider.slider_version_v4 .slide-item-content .slider_content h6 {
  font-size: 18px;
  line-height: 30px;
  padding: 5px 15px;
  background: #fff;
  color: var(--primary-color-one);
  font-weight: 600;
  display: inline-block;
  margin-bottom: 30px;
}

.slider.slider_version_v4 .slide-item-content .slider_content ul {
  margin: 0px;
  padding: 0px;
}

.slider.slider_version_v4 .slide-item-content .slider_content ul li {
  display: inline-block;
}

.slider.slider_version_v4
  .slide-item-content
  .slider_content
  ul
  li:first-child {
  margin-right: 20px;
}

.slider.slider_version_v4 .slide-item-content .slider_content .tag_content {
  position: relative;
  font-size: 30px;
  font-family: "Assistant", sans-serif;
  font-weight: 700;
  line-height: 40px;
  display: flex;
  top: 7px;
  color: var(--heading-dark);
}

.slider .owl-nav {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 0px;
  left: 0;
  right: 0;
}

.slider.nav_position_two .owl-nav,
.slider.nav_position_one .owl-nav {
  display: block;
}

.slider .owl-prev,
.slider .owl-next {
  background: none;
}

.slider .owl-prev span,
.slider .owl-next span {
  display: none;
}

.slider .owl-prev::before,
.slider .owl-next::before {
  position: absolute;
  /* font-family: "FontAwesome" !important; */
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
  font-size: 22px;
  color: #fff;
  border-radius: 50%;
}

.slider .owl-prev::after,
.slider .owl-next::after {
  display: none !important;
}

.slider .owl-next::before {
  content: "\f105";
}

.slider .owl-prev::before {
  content: "\f104";
}

.slider.nav_position_one .owl-next {
  position: absolute;
  top: 0;
  right: 110px;
  bottom: 0;
  margin: auto;
  z-index: 99;
}

.slider.nav_position_one .owl-prev {
  position: absolute;
  top: 0;
  left: 50px;
  bottom: 0;
  margin: auto;
  z-index: 99;
}

.slider.nav_position_two .owl-nav {
  position: absolute;
  bottom: 80px;
  width: 100%;
  top: inherit;
  left: 0;
  right: 0;
  text-align: center;
  height: auto;
}

.slider.nav_position_two .owl-next,
.slider.nav_position_two .owl-prev {
  position: relative;
  display: inline-block;
  top: inherit;
  left: 0;
  right: 0;
  margin: auto;
}

.slider.nav_position_two .owl-next {
  right: -70px;
}

.slider.nav_position_two .owl-prev {
  left: -70px;
}

.slider .owl-dots {
  display: none;
}

.slider.pag_position_two .owl-dots,
.slider.pag_position_one .owl-dots {
  display: block;
}

.slider .banner_carousel .owl-dots {
  position: absolute !important;
  bottom: 20px !important;
  left: 0 !important;
  right: 0 !important;
  margin: auto;
  width: 100% !important;
  transform: inherit !important;
  text-align: center;
}

.slider .banner_carousel .owl-dots .owl-dot {
  position: relative;
  left: 0 !important;
  display: inline-block;
  margin: 0px 10px;
  width: 10px;
  height: 10px;
  opacity: 1;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 30px;
  transform: inherit !important;
  transition: all 500ms ease 0ms !important;
  -moz-transition: all 500ms ease 0ms !important;
  -ms-transition: all 500ms ease 0ms !important;
  -o-transition: all 500ms ease 0ms !important;
}

.slider .banner_carousel .owl-dots .owl-dot.active {
  background: var(--primary-color-one);
  width: 15px;
  border-color: var(--primary-color-one);
}

.slider .banner_carousel .owl-dots .owl-dot:hover {
  background: var(--primary-color-one);
  width: 15px;
  border-color: var(--primary-color-one);
}

.slider.pag_position_two .owl-dots {
  position: absolute !important;
  left: 20px !important;
  top: 50%;
  bottom: inherit !important;
  transform: translate3d(0px, -50%, 0) !important;
  -ms-transform: translate3d(0px, -50%, 0) !important;
  -moz-transform: translate3d(0px, -50%, 0) !important;
  -o-transform: translate3d(0px, -50%, 0) !important;
  margin: inherit !important;
  width: 50px !important;
}

.slider.pag_position_two .owl-dots .owl-dot {
  display: block !important;
  margin: 10px 0px;
}

.slider.pag_position_two .owl-dots .owl-dot.active {
  width: 10px;
  height: 15px;
}

.slider.pag_position_two .owl-dots .owl-dot:hover {
  width: 10px;
  height: 15px;
}

/*------slider-v2-----*/
.slider_version_v2 {
  position: relative;
}

.slider_version_v2 .slide-item-content.content_left {
  text-align: left;
}

.slider_version_v2 .slide-item-content.content_center {
  text-align: center;
}

.slider_version_v2 .slide-item-content.content_right {
  text-align: right;
}

.slider_version_v2 .slide-item-content .full-container {
  padding: 200px 100px 200px;
}

.slider_version_v2 .banner_carousel .owl-dots .owl-dot {
  margin: 0px 5px;
}

.slider_version_v2 .banner_carousel .owl-dots .owl-dot.active {
  background: #fff;
  border-color: #fff;
}

.slider_version_v2 .owl-prev {
  top: -64px !important;
}

.slider_version_v2 .owl-prev::before {
  content: "\e934";
  font-family: "icomoon" !important;
}

.slider_version_v2 .owl-next {
  top: -64px !important;
}

.slider_version_v2 .owl-next::before {
  content: "\e933";
  font-family: "icomoon" !important;
}

.slider_version_v2.style_one .slide-item-content::before {
  display: none !important;
}

.slider_version_v2.style_one .slide-item-content .slider_content h6 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}

.slider_version_v2.style_one .slide-item-content .slider_content h1 {
  font-size: 72px;
  text-decoration: underline;
  line-height: 90px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  -webkit-text-decoration: 4px underline;
          text-decoration: 4px underline;
}

.slider_version_v2.style_one .slide-item-content .slider_content p {
  font-size: 17px;
  color: var(--text-color-dark);
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 40px;
}

.slider_version_v2.style_two .slide-item-content::before {
  display: none !important;
}

.slider_version_v2.style_two .slide-item-content::after {
  display: none !important;
}

.slider_version_v2.style_two .slide-item-content .slider_content h6 {
  font-size: 14px;
  -webkit-text-decoration: 1px underline;
          text-decoration: 1px underline;
  text-transform: uppercase;
  line-height: 28px;
  font-weight: 600;
  color: var(--primary-color-one);
  margin-bottom: 25px;
}

.slider_version_v2.style_two .slide-item-content .slider_content h1 {
  font-size: 72px;
  line-height: 90px;
  font-weight: 700;
  color: var(--primary-color-two);
  margin-bottom: 20px;
  padding-left: 0px;
  padding-bottom: 0px;
  border: 0px !important;
}

.slider_version_v2.style_two .slide-item-content .slider_content p {
  font-size: 17px;
  color: var(--text-color-dark);
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 40px;
}

.slider_version_v2.style_two .slide-item-content .slider_content a.theme-btn {
  font-size: 12px;
  font-weight: 600;
  font-family: "Assistant", sans-serif;
  text-transform: uppercase;
}

.slider_version_v2.style_two .owl-prev::before {
  background: rgba(0, 0, 0, 0.1);
}

.slider_version_v2.style_two .owl-next::before {
  background: rgba(0, 0, 0, 0.1);
}

.slider_version_v2.style_three .slide-item-content:before {
  display: none !important;
}

.slider_version_v2.style_three .slide-item-content:after {
  display: none !important;
}

.slider_version_v2.style_three .slide-item-content .slider_content h6 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 25px;
}

.slider_version_v2.style_three .slide-item-content .slider_content h1 {
  font-size: 72px;
  line-height: 90px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
  padding-left: 0px;
  padding-bottom: 0px;
  border: 0px !important;
}

.slider_version_v2.style_three .slide-item-content .slider_content p {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 40px;
}

.slider_version_v2.style_three .slide-item-content .slider_content a.theme-btn {
  font-size: 12px;
  font-weight: 600;
  font-family: "Assistant", sans-serif;
  color: #fff;
  background: var(--primary-color-one);
  text-transform: uppercase;
}

.slider_version_v2.style_five .slide-item {
  background: transparent !important;
}

.slider_version_v2.style_five .image-layer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}

.slider_version_v2.style_five .slide-item-content::before {
  display: none !important;
}

.slider_version_v2.style_five .slide-item-content::after {
  display: none !important;
}

.slider_version_v2.style_five .slide-item-content .slider_content {
  padding: 100px 0px;
}

.slider_version_v2.style_five .slide-item-content .slider_content h6 {
  font-size: 14px;
  line-height: 28px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
  display: block;
  position: relative;
}

.slider_version_v2.style_five .slide-item-content .slider_content h1 {
  font-size: 72px;
  line-height: 90px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 20px;
  padding-left: 0px;
  padding-bottom: 0px;
  border: 0px !important;
  position: relative;
}

.slider_version_v2.style_five .slide-item-content .slider_content p {
  font-size: 17px;
  color: #fff;
  opacity: 0.9;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 40px;
}

.slider_version_v2.style_five .slide-item-content .slider_content a.theme-btn {
  font-size: 12px;
  font-weight: 600;
  font-family: "Assistant", sans-serif;
  text-transform: uppercase;
  border-radius: 8px;
}

.slider_version_v2.style_five .owl-prev::before {
  background: rgba(0, 0, 0, 0.1);
}

.slider_version_v2.style_five .owl-next::before {
  background: rgba(0, 0, 0, 0.1);
}

.slider_version_v2.style_four .slider_content h1 {
  font-size: 85px;
  line-height: 100px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 20px;
}

.slider_version_v2.style_four .slider_content h1 span {
  font-size: 50px;
  display: block;
  line-height: 70px;
  font-weight: 600;
  margin-bottom: 10px;
}

.slider_version_v2.style_four .slider_content p {
  font-size: 17px;
  color: #fff;
  opacity: 0.9;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 40px;
}

.slider_version_v2.style_four .slider_content .thm_btn {
  position: relative;
  padding-top: 20px;
}

.slider_version_v2.style_four .slider_content .thm_btn a {
  font-size: 15px;
  text-transform: unset;
  font-weight: 600;
  border-radius: 50px;
}

.slider_version_v2.style_four .slider_content .thm_btn a.two {
  border-color: #fff;
  color: #fff;
}

.slider_version_v2.style_four .slider_content .thm_btn a.two:hover {
  border-color: var(--primary-color-one);
}

.slider_version_v2.style_four .content_left .slider_content .thm_btn a {
  margin-right: 15px;
}

.slider_version_v2.style_four .content_center .slider_content .thm_btn a {
  margin: 0px 10px;
}

.slider_version_v2.style_four .content_right .slider_content .thm_btn a {
  margin-left: 15px;
}

.slider_version_v3.style_one .slide-item-content::before {
  display: none;
}

.slider_version_v3.style_one .slide-item-content .contnet_d_flex {
  display: flex;
  padding: 0px 15px;
}

.slider_version_v3.style_one
  .slide-item-content
  .contnet_d_flex
  .text_box_content {
  position: relative;
  width: 55%;
  min-width: 55%;
}

.slider_version_v3.style_one .slide-item-content .slider_content {
  padding: 215px 0px 240px;
}

.slider_version_v3.style_one .slide-item-content .slider_content h6 {
  font-size: 14px;
  -webkit-text-decoration: 1px underline;
          text-decoration: 1px underline;
  text-transform: uppercase;
  line-height: 28px;
  font-weight: 600;
  color: var(--primary-color-one);
  margin-bottom: 25px;
}

.slider_version_v3.style_one .slide-item-content .slider_content h1 {
  font-size: 60px;
  line-height: 72px;
  font-weight: 700;
  color: var(--primary-color-two);
  margin-bottom: 20px;
  padding-left: 0px;
  padding-bottom: 0px;
  border: 0px !important;
}

.slider_version_v3.style_one .slide-item-content .slider_content p {
  font-size: 17px;
  color: var(--text-color-dark);
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 25px;
}

.slider_version_v3.style_one .slide-item-content .slider_content ul {
  position: relative;
  margin: 0 0 40px 0;
  padding: 0 0px 0px 20px;
}

.slider_version_v3.style_one .slide-item-content .slider_content ul li {
  list-style: none;
  position: relative;
}

.slider_version_v3.style_one .slide-item-content .slider_content ul li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  left: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: var(--primary-color-one);
}

.slider_version_v3.style_one .slide-item-content .slider_content ul li:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  opacity: 0.4;
  left: -14px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: var(--primary-color-one);
}

.slider_version_v3.style_one .slide-item-content .slider_content a.theme-btn {
  font-size: 12px;
  font-weight: 600;
  font-family: "Assistant", sans-serif;
  text-transform: uppercase;
}

.slider_version_v3.style_one .slide-item-content .slider_image {
  position: absolute;
  display: flex;
  min-width: 695px;
  bottom: -21px;
}

.slider_version_v3 .pr_relative {
  position: relative;
}

.slider_version_v3 .pr_relative .contact_box_ban {
  position: absolute;
  display: flex;
  bottom: 0;
  left: 0;
  z-index: 9;
  padding: 10px 20px 50px;
}

.slider_version_v3 .pr_relative .contact_box_ban .icon_bx {
  min-width: 65px;
  width: 65px;
  align-items: center;
}

.slider_version_v3 .pr_relative .contact_box_ban .icon_bx span {
  font-size: 25px;
  width: 50px;
  height: 50px;
  background: var(--primary-color-one);
  line-height: 50px;
  border-radius: 50px;
  text-align: center;
  display: block;
  color: #fff;
  top: 6px;
}

.slider_version_v3 .pr_relative .contact_box_ban .conent_bx {
  position: relative;
}

.slider_version_v3 .pr_relative .contact_box_ban .conent_bx h6 {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 26px;
}

.slider_version_v3 .pr_relative .contact_box_ban .conent_bx p {
  margin-bottom: 0px;
}

.slider_version_v4 .slide-item-content::before {
  display: none;
}

.slider_version_v4.slider.style_one .tag_content {
  position: relative;
  font-size: 30px;
  font-family: "Assistant", sans-serif;
  font-weight: 700;
  line-height: 40px;
  display: flex;
  top: 7px;
  color: var(--heading-dark);
}

.slider_version_v4.slider.style_one .tag_content span {
  font-size: 16px;
  display: inline-block;
  font-weight: 600;
  font-style: italic;
  margin-right: 15px;
  color: var(--primary-color-one);
}

.slider_version_v4.slider.style_one .slide-item-content .slider_content h6 {
  font-size: 18px;
  line-height: 30px;
  padding: 5px 15px;
  background: #fff;
  color: var(--primary-color-one);
  font-weight: 600;
  display: inline-block;
  margin-bottom: 30px;
}

.slider_version_v4.slider.style_one .slide-item-content .slider_content h1 {
  font-size: 54px;
  line-height: 66px;
}

.slider_version_v4.slider.style_one .slide-item-content ul {
  padding: 0px;
  margin: 0px;
}

.slider_version_v4.slider.style_one .slide-item-content ul li {
  display: inline-block;
  margin-right: 20px;
}

.slide-item-content.content_left .video_box:before,
.slide-item-content.content_left .video_box:after {
  top: 40% !important;
  left: 40% !important;
}

.slide-item-content.content_center .video_box:before,
.slide-item-content.content_center .video_box:after {
  top: 40% !important;
}

.slide-item-content.content_right .video_box:before,
.slide-item-content.content_right .video_box:after {
  top: 40% !important;
  left: 60% !important;
}

.slider.style_two .slide-item-content.content_right .video_box:before,
.slider.style_two .slide-item-content.content_right .video_box:after {
  top: 40% !important;
  left: 40% !important;
}

@media (max-width: 992px) {
  .slider_version_v3.style_one .slide-item-content {
    text-align: left !important;
    padding: 200px 0px !important;
  }

  .slider_version_v3.style_one .slide-item-content .contnet_d_flex {
    display: block;
  }

  .slider_version_v3.style_one
    .slide-item-content
    .contnet_d_flex
    .text_box_content {
    width: 100%;
    min-height: 100%;
  }

  .slider_version_v3.style_one .slide-item-content .slider_image {
    display: none;
    position: relative;
    border: 0px;
    min-width: 30%;
    margin: auto;
  }

  .slider_version_v3.style_one .owl-nav {
    display: none !important;
  }

  .slider_version_v4.style_one .tag_content {
    display: block !important;
  }

  .slider_version_v4 .owl-nav {
    display: none !important;
  }
}

.style_page_eleven .slide-item-content {
  position: relative;
  overflow: hidden;
}

.style_page_eleven .slide-item-content .image-layer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}

.style_page_eleven .slide-item-content .auto-container {
  position: relative;
  z-index: 10;
  padding: 0px 15px;
}

.style_page_eleven .slide-item-content .slider_content {
  position: relative;
  padding: 250px 0px 200px;
  z-index: 11;
}

.style_page_eleven .slide-item-content .slider_content h6 {
  color: #fff;
  text-decoration: none;
  white-space: normal;
  line-height: 40px;
  font-weight: 600;
  font-size: 20px;
  transition: 0.9s ease-in-out;
  -moz-transition: 0.9s ease-in-out;
  -o-transition: 0.9s ease-in-out;
  -ms-transition: 0.9s ease-in-out;
  margin-bottom: 30px;
}

.style_page_eleven .slide-item-content .slider_content h1 {
  line-height: 77px;
  letter-spacing: 1px;
  font-weight: 800;
  font-size: 57px;
  margin-bottom: 50px;
  color: #fff;
  transition: 0.9s ease-in-out;
  -moz-transition: 0.9s ease-in-out;
  -o-transition: 0.9s ease-in-out;
  -ms-transition: 0.9s ease-in-out;
}

.style_page_eleven .slide-item-content .slider_content .theme-btn.one {
  transition: 0.9s ease-in-out;
  -moz-transition: 0.9s ease-in-out;
  -o-transition: 0.9s ease-in-out;
  -ms-transition: 0.9s ease-in-out;
}

.style_page_eleven .slide-item-content .slide-item {
  min-height: 750px;
}

.style_page_eleven .slide-item-content .content_center {
  text-align: center;
}

.style_page_eleven .slide-item-content .content_right {
  text-align: right;
}

.style_page_twelve .slide-item-content {
  position: relative;
  overflow: hidden;
}

.style_page_twelve .slide-item-content .image-layer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}

.style_page_twelve .slide-item-content .auto-container {
  position: relative;
  z-index: 10;
  padding: 0px 15px;
}

.style_page_twelve .slide-item-content .slider_content {
  position: relative;
  z-index: 11;
}

.style_page_twelve .slide-item-content .slider_content h6 {
  color: #fff;
  text-decoration: none;
  white-space: normal;
  line-height: 40px;
  font-weight: 600;
  font-size: 20px;
  transition: 0.9s ease-in-out;
  -moz-transition: 0.9s ease-in-out;
  -o-transition: 0.9s ease-in-out;
  -ms-transition: 0.9s ease-in-out;
  margin-bottom: 30px;
}

.style_page_twelve .slide-item-content .slider_content h1 {
  line-height: 77px;
  letter-spacing: 1px;
  font-weight: 800;
  font-size: 57px;
  margin-bottom: 50px;
  color: #fff;
  transition: 0.9s ease-in-out;
  -moz-transition: 0.9s ease-in-out;
  -o-transition: 0.9s ease-in-out;
  -ms-transition: 0.9s ease-in-out;
}

.style_page_twelve .slide-item-content .slider_content .theme-btn.one {
  transition: 0.9s ease-in-out;
  -moz-transition: 0.9s ease-in-out;
  -o-transition: 0.9s ease-in-out;
  -ms-transition: 0.9s ease-in-out;
}

.style_page_twelve .slide-item-content .slide-item {
  min-height: 750px;
  padding: 150px 0px 170px;
}

.style_page_twelve .slide-item-content .slider_image {
  z-index: 12;
  color: var(--color-white);
  width: 600px;
  height: 600px;
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: none;
  overflow: hidden;
  border-color: rgba(7, 127, 128, 0.68);
  border-style: solid;
  border-width: 40px;
  border-radius: 50%;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  filter: none;
  transform-origin: 50% 50%;
}

.style_page_twelve .slide-item-content .content_center {
  text-align: center;
}

.style_page_twelve .slide-item-content .content_right {
  text-align: right;
}

.style_page_thirteen .slide-item-content {
  position: relative;
  overflow: hidden;
}

.style_page_thirteen .slide-item-content .image-layer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}

.style_page_thirteen .slide-item-content .auto-container {
  position: relative;
  z-index: 10;
  padding: 0px 15px;
}

.style_page_thirteen .slide-item-content .slider_content {
  position: relative;
  z-index: 11;
}

.style_page_thirteen .slide-item-content .slider_content h6 {
  color: #fff;
  text-decoration: none;
  white-space: normal;
  line-height: 40px;
  font-weight: 700;
  font-size: 25px;
  transition: 0.9s ease-in-out;
  -moz-transition: 0.9s ease-in-out;
  -o-transition: 0.9s ease-in-out;
  -ms-transition: 0.9s ease-in-out;
  margin-bottom: 32px;
}

.style_page_thirteen .slide-item-content .slider_content h1 {
  z-index: 9;
  color: var(--color-white);
  line-height: 90px;
  text-shadow: rgba(7, 133, 134, 0.83) 4px 2px 0px;
  letter-spacing: 0px;
  font-weight: 800;
  font-size: 80px;
  transition: 0.9s ease-in-out;
  -moz-transition: 0.9s ease-in-out;
  -o-transition: 0.9s ease-in-out;
  -ms-transition: 0.9s ease-in-out;
  margin-bottom: 20px;
}

.style_page_thirteen .slide-item-content .slider_content p {
  color: var(--color-white);
  text-decoration: none;
  white-space: normal;
  line-height: 28px;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 18px;
  transition: 0.9s ease-in-out;
  -moz-transition: 0.9s ease-in-out;
  -o-transition: 0.9s ease-in-out;
  -ms-transition: 0.9s ease-in-out;
  margin-bottom: 30px;
}

.style_page_thirteen .slide-item-content .slider_content ul {
  margin: 0px;
  padding: 0px;
}

.style_page_thirteen .slide-item-content .slider_content ul li {
  display: inline-block;
  padding-right: 30px;
}

.style_page_thirteen .slide-item-content .slider_content ul li:last-child {
  padding-right: 0px;
}

.style_page_thirteen .slide-item-content .slider_content .theme-btn.one {
  transition: 0.9s ease-in-out;
  -moz-transition: 0.9s ease-in-out;
  -o-transition: 0.9s ease-in-out;
  -ms-transition: 0.9s ease-in-out;
}

.style_page_thirteen .slide-item-content .slide-item {
  min-height: 750px;
  padding: 170px 0px 200px;
}

.style_page_thirteen .slide-item-content .slider_image {
  z-index: 12;
  color: var(--color-white);
  width: 600px;
  height: 600px;
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: none;
  overflow: hidden;
  border-color: rgba(7, 127, 128, 0.68);
  border-style: solid;
  border-width: 40px;
  border-radius: 50%;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  filter: none;
  transform-origin: 50% 50%;
}

.style_page_thirteen .slide-item-content .content_center {
  text-align: center;
}

.style_page_thirteen .slide-item-content .content_right {
  text-align: right;
}

.style_page_fourteen .slide-item-content {
  position: relative;
  overflow: hidden;
}

.style_page_fourteen .slide-item-content .image-layer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}

.style_page_fourteen .slide-item-content .auto-container {
  position: relative;
  z-index: 10;
  padding: 0px 15px;
}

.style_page_fourteen .slide-item-content .slider_content {
  position: relative;
  z-index: 11;
}

.style_page_fourteen .slide-item-content .slider_content h6 {
  color: #fff;
  text-decoration: none;
  white-space: normal;
  line-height: 40px;
  font-weight: 700;
  font-size: 25px;
  transition: 0.9s ease-in-out;
  -moz-transition: 0.9s ease-in-out;
  -o-transition: 0.9s ease-in-out;
  -ms-transition: 0.9s ease-in-out;
  margin-bottom: 32px;
}

.style_page_fourteen .slide-item-content .slider_content h1 {
  color: var(--color-white);
  line-height: 90px;
  letter-spacing: 0px;
  font-weight: 800;
  font-size: 80px;
  transition: 0.9s ease-in-out;
  -moz-transition: 0.9s ease-in-out;
  -o-transition: 0.9s ease-in-out;
  -ms-transition: 0.9s ease-in-out;
  margin-bottom: 20px;
}

.style_page_fourteen .slide-item-content .slider_content p {
  color: var(--color-white);
  text-decoration: none;
  white-space: normal;
  line-height: 28px;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 18px;
  transition: 0.9s ease-in-out;
  -moz-transition: 0.9s ease-in-out;
  -o-transition: 0.9s ease-in-out;
  -ms-transition: 0.9s ease-in-out;
  margin-bottom: 30px;
}

.style_page_fourteen .slide-item-content .slider_content ul {
  margin: 0px;
  padding: 0px;
}

.style_page_fourteen .slide-item-content .slider_content ul li {
  display: inline-block;
  padding-right: 30px;
}

.style_page_fourteen .slide-item-content .slider_content ul li:last-child {
  padding-right: 0px;
}

.style_page_fourteen .slide-item-content .slider_content .theme-btn.one {
  transition: 0.9s ease-in-out;
  -moz-transition: 0.9s ease-in-out;
  -o-transition: 0.9s ease-in-out;
  -ms-transition: 0.9s ease-in-out;
}

.style_page_fourteen .slide-item-content .slide-item {
  min-height: 750px;
  padding: 200px 0px 160px;
}

.style_page_fourteen .slide-item-content .slider_image {
  z-index: 12;
  color: var(--color-white);
  width: 600px;
  height: 600px;
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: none;
  overflow: hidden;
  border-color: rgba(7, 127, 128, 0.68);
  border-style: solid;
  border-width: 40px;
  border-radius: 50%;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  filter: none;
  transform-origin: 50% 50%;
}

.style_page_fourteen .slide-item-content .content_center {
  text-align: center;
}

.style_page_fourteen .slide-item-content .content_right {
  text-align: right;
}

/*
=======================================
            single_banner
=======================================
*/
.single_banner {
  position: relative;
}

.single_banner.style_one {
  padding: 100px 0px;
  background: var(--border-color-light);
}

.single_banner.style_one .slider_image {
  position: relative;
  text-align: right;
}

.single_banner.style_one .d_inline_block {
  position: relative;
  padding: 0px;
  margin: 0px;
}

.single_banner.style_one .d_inline_block li {
  display: inline-block;
  list-style: none;
}

.single_banner.style_one .d_inline_block li .video_box {
  height: 56px !important;
  width: 56px !important;
  position: relative;
}

.single_banner.style_one .d_inline_block li .video_box a {
  height: 56px !important;
  width: 56px !important;
  line-height: 56px;
  position: relative;
  background: var(--primary-color-three);
  color: var(--primary-color-one);
}

.single_banner.style_one .d_inline_block li .video_box a i {
  position: absolute;
  font-size: 18px;
  line-height: 18px;
  height: 18px;
  width: 18px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.single_banner.style_one .d_inline_block li .video_box:before,
.single_banner.style_one .d_inline_block li .video_box:after {
  display: none !important;
}

.single_banner.style_one .d_inline_block li.vd_bx {
  position: relative;
  top: 25px;
  left: 20px;
  margin-bottom: 0px;
}

.single_banner.style_one .slider_content {
  position: relative;
}

.single_banner.style_one .slider_content h6 {
  font-size: 16px;
  line-height: 30px;
  background: #fff;
  color: var(--primary-color-one);
  border-radius: 10px 0px 10px 0px;
  padding: 0px 5px;
  display: inline-block;
  margin-bottom: 20px;
}

.single_banner.style_one .slider_content h1 {
  font-size: 66px;
  line-height: 82px;
  font-weight: 800;
  margin-bottom: 20px;
}

._media {
  padding: 20px;
}

._media li {
  display: inline-block;
  margin: 0px 5px;
}

@media (max-width: 992px) {
  .single_banner.style_one {
    padding: 0px;
  }

  .single_banner.style_one .slider_image {
    width: 50%;
    margin: auto !important;
  }

  .style_page_twelve .slide-item-content .slider_image {
    width: 100%;
    height: 100%;
    margin: 0px;
  }
}

.banner_section_hm_15 {
  position: relative;
  padding-top: 80px;
  padding-bottom: 60px;
  background-color: transparent;
  background-image: linear-gradient(
    180deg,
    var(--primary-color-one) 0%,
    #ffffff 63%
  );
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.banner_section_hm_15 .image {
  margin-top: 30px;
  border-radius: 30px;
  position: relative;
  height: 812px;
  text-align: center;
}

.banner_section_hm_15 .image .video_btn_all .video_box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.banner_section_hm_16 .inner_section {
  border-radius: 30px;
}

.banner_section_hm_16
  .inner_section
  .team_intro_box
  .team_intro_inner
  .team_intro_start
  .left_content {
  padding: 120px 0px;
}

.banner_section_hm_16
  .inner_section
  .team_intro_box
  .team_intro_inner
  .team_intro_start
  .title
  h6 {
  color: #fff;
}

.banner_section_hm_16
  .inner_section
  .team_intro_box
  .team_intro_inner
  .team_intro_start
  .authour_dtls
  h4
  span {
  color: #fff;
}

.banner_section_hm_16 .inner_section .team_intro_box .image_right {
  height: 700px;
  margin: 3% 0 0 0;
}

.banner_section_hm_16 .inner_section .team_intro_box .image_right img {
  height: 700px;
}

/*--=====================================---
--------------Blog css-----------------
---=====================================--*/
/*--====== hover-1 ======--*/
.img_hover-1 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.img_hover-1::before {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  opacity: 0;
  background: var(--primary-color-two);
  opacity: 0;
  transition: 0.5s ease-in-out !important;
}

.img_hover-1::after {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  margin: auto;
}

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

  40% {
    opacity: 1;
  }

  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}

.news_box:hover .img_hover-1::before {
  opacity: 0.85;
}

.news_box:hover .img_hover-1::after {
  animation: circle 0.75s;
}

/*----sticky ------*/
.sticky .news_box.normal_view .content_box:before {
  position: absolute;
  content: "";
  border-left: 15px solid transparent;
  border-top: 15px solid var(--primary-color-one);
  border-right: 15px solid var(--primary-color-one);
  border-bottom: 15px solid transparent;
  top: 0;
  right: 0;
  border-radius: 0px 10px 0px 0px;
}

.tag-sticky-2 .single_content_upper:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  right: -54px;
  background: var(--primary-color-one);
  border-radius: 50px 0px 0px 50px;
  top: 3px;
}

/*------ news_box style_one ------*/
.news_box.style_one {
  position: relative;
  margin: 0px 0px 30px;
  text-align: center;
  box-shadow: var(--box-shadow);
  border-radius: 10px;
  overflow: hidden;
}

.news_box.style_one .image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 340px;
}

.news_box.style_one .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news_box.style_one .image .arrow {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 15px 0px 15px 0px;
  background: var(--primary-color-one);
  color: #fff;
  font-size: 14px;
  line-height: 60px;
  text-align: center;
  transition: 0.9s ease-in-out;
  -moz-transition: 0.9s ease-in-out;
  -o-transition: 0.9s ease-in-out;
  -ms-transition: 0.9s ease-in-out;
  left: 0;
  right: 0;
  opacity: 0;
  margin: auto;
  top: 30px;
  bottom: 0;
  z-index: 3;
}

.news_box.style_one .content_box {
  position: relative;
  z-index: 4;
  padding: 60px 20px 30px;
}

.news_box.style_one .content_box .date {
  position: absolute;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: var(--primary-color-one);
  border: 4px solid #ffffff;
  top: 0;
  left: 0;
  right: 0;
  padding: 9px 10px 0px;
}

.news_box.style_one .content_box .date span {
  display: block;
  color: #fff;
  font-family: "Assistant", sans-serif;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
}

.news_box.style_one .content_box .date span.date_in_number {
  font-size: 18px;
  line-height: 24px;
}

.news_box.style_one .content_box .categories {
  font-size: 12px;
  display: block;
  color: var(--text-color-dark);
  font-family: "Assistant", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
}

.news_box.style_one .content_box .categories i {
  font-size: 16px;
  margin-right: 5px;
}

.news_box.style_one .content_box h2 a {
  display: block;
  color: var(--heading-dark);
  line-height: 32px;
  font-size: 22px;
  font-weight: 700;
}

.news_box.style_one .content_box h2 a:hover {
  color: var(--primary-color-one);
}

.news_box.style_one .content_box p {
  line-height: 26px;
}

.news_box.style_one:hover .img_hover-1 .arrow {
  opacity: 1;
  top: 0;
}

.news_box.style_one:hover .content_box .categories {
  color: var(--primary-color-one);
}

.news_box.style_one.has_images .content_box .date {
  margin: -30px auto 0;
}

.news_box.style_one.no_images .content_box {
  padding: 30px 20px;
}

.news_box.style_one.no_images .content_box .date {
  position: relative;
  margin: 0px auto 20px;
  display: inline-block;
}

/*----====news_box default_style list_vi=====----*/
.news_box.default_style.list_view {
  position: relative;
  display: flex;
  box-shadow: var(--box-shadow);
  margin-bottom: 50px;
  overflow: hidden;
  border-radius: 10px;
}

.news_box.default_style.list_view .image {
  position: relative;
  max-width: 40%;
  min-width: 40%;
  min-height: 378px;
}

.news_box.default_style.list_view .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news_box.default_style.list_view .image .categories {
  position: absolute;
  top: 0;
  left: 0;
  padding: 7px 12px 2px;
  background: var(--primary-color-two);
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 26px;
  border-radius: 0px 0px 10px 0px;
  font-family: "Assistant", sans-serif;
  transition: 0.9s ease-in-out;
  -moz-transition: 0.9s ease-in-out;
  -o-transition: 0.9s ease-in-out;
  -ms-transition: 0.9s ease-in-out;
}

.news_box.default_style.list_view .image .categories i {
  margin-right: 6px;
}

.news_box.default_style.list_view .content_box {
  position: relative;
  padding: 40px;
}

.news_box.default_style.list_view .content_box .date {
  position: relative;
  margin-bottom: 15px;
}

.news_box.default_style.list_view .content_box .date span {
  display: block;
  color: var(--primary-color-one);
  font-family: "Assistant", sans-serif;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
}

.news_box.default_style.list_view .content_box h2 a {
  display: block;
  color: var(--heading-dark);
  line-height: 32px;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}

.news_box.default_style.list_view .content_box h2 a:hover {
  color: var(--primary-color-one);
}

.news_box.default_style.list_view .content_box p {
  margin-bottom: 25px;
}

.news_box.default_style.list_view .content_box a.link__go {
  display: block;
  color: var(--text-color-dark);
  font-family: "Assistant", sans-serif;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
}

.news_box.default_style.list_view .content_box .source {
  margin-bottom: 30px;
  border-bottom: 1px solid var(--border-color-dark);
  padding-bottom: 25px;
}

.news_box.default_style.list_view .content_box .auhtour_box {
  position: relative;
}

.news_box.default_style.list_view .content_box .auhtour_box img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  float: left;
  border-radius: 50%;
}

.news_box.default_style.list_view .content_box .auhtour_box .contnet_a {
  position: relative;
  margin-left: 60px;
  padding: 6px 0px 0px 0px;
}

.news_box.default_style.list_view .content_box .auhtour_box .contnet_a p {
  font-family: "Assistant", sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  margin-bottom: 4px;
  color: var(--primary-color-one);
}

.news_box.default_style.list_view .content_box .auhtour_box .contnet_a h4 {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  color: var(--text-color-dark);
}

.news_box.default_style.list_view:hover .image .categories {
  background: var(--primary-color-one);
}

.news_box.default_style.list_view.has_image .content_box {
  margin-left: 45%;
}

.news_box.default_style.list_view.no_images {
  display: block;
}

.news_box.default_style.list_view.normal_view {
  display: block;
}

.news_box.default_style.list_view.normal_view .image {
  height: 350px;
  min-width: auto;
  width: 100%;
  max-width: 100%;
}

.news_box.default_style.list_view.normal_view .content_box {
  margin-left: 0px;
}

.news_box.style_two {
  position: relative;
  margin-bottom: 25px;
}

.news_box.style_two .content_box {
  position: relative;
  padding: 25px;
  overflow: hidden;
  border-radius: 10px;
}

.news_box.style_two .content_box img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  border-radius: 13px;
}

.news_box.style_two .content_box .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--primary-color-two);
  opacity: 0.4;
  z-index: 1;
  transition: 0.9s ease-in-out;
  -moz-transition: 0.9s ease-in-out;
  -o-transition: 0.9s ease-in-out;
  -ms-transition: 0.9s ease-in-out;
}

.news_box.style_two .content_box .category {
  position: relative;
  z-index: 2;
}

.news_box.style_two .content_box .category a {
  font-size: 12px;
  font-family: "Assistant", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}

.news_box.style_two .content_box .category a i {
  margin-right: 6px;
  font-size: 14px;
}

.news_box.style_two .content_box .content_mid {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 80px 40px;
}

.news_box.style_two .content_box .content_mid .date_in_number {
  display: block;
  color: #fff;
  font-family: "Assistant", sans-serif;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.news_box.style_two .content_box .content_mid h2 a {
  display: block;
  color: #fff;
  line-height: 30px;
  font-size: 20px;
  font-weight: 700;
}

.news_box.style_two .content_box .content_mid h2 a:hover {
  color: var(--primary-color-one);
}

.news_box.style_two .content_box .content_mid p {
  line-height: 26px;
}

.news_box.style_two .content_box .auhtour_box {
  position: absolute;
  z-index: 2;
  left: 20px;
  bottom: 20px;
}

.news_box.style_two .content_box .auhtour_box img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  float: left;
  border-radius: 50%;
}

.news_box.style_two .content_box .auhtour_box .contnet_a {
  position: relative;
  margin-left: 60px;
  padding: 6px 0px 0px 0px;
}

.news_box.style_two .content_box .auhtour_box .contnet_a p {
  font-family: "Assistant", sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  margin-bottom: 4px;
  color: #fff;
}

.news_box.style_two .content_box .auhtour_box .contnet_a h4 {
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  color: #fff;
}

.news_box.style_two:hover {
  cursor: pointer;
}

.news_box.style_two:hover .content_box .overlay {
  opacity: 0.8;
}

.news_box.style_four {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  min-height: 390px;
  background: transparent;
  margin-bottom: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.news_box.style_four.no_radius {
  border-radius: 0px;
}

.news_box.style_four .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--primary-color-two);
  opacity: 0.4;
  z-index: 0;
  transition: 0.9s ease-in-out;
  -moz-transition: 0.9s ease-in-out;
  -o-transition: 0.9s ease-in-out;
  -ms-transition: 0.9s ease-in-out;
}

.news_box.style_four .date {
  position: absolute;
  width: 60px;
  background: var(--primary-color-one);
  top: 0;
  right: 0;
  padding-bottom: 5px;
  padding-top: 18px;
  border-radius: 0px 0px 50px 50px;
  text-align: center;
  text-transform: uppercase;
}

.news_box.style_four .date span {
  display: block;
  font-size: 12px;
  font-family: "Assistant", sans-serif;
  font-weight: 600;
  line-height: 20px;
  color: #fff;
}

.news_box.style_four .date span.date_in_number {
  position: relative;
  width: 50px;
  background: #fff;
  font-size: 18px;
  line-height: 58px;
  height: 50px;
  color: var(--text-color-dark);
  font-weight: 700;
  text-align: center;
  border-radius: 50%;
  margin: 10px auto 0px;
  transition: 0.9s ease-in-out;
  -moz-transition: 0.9s ease-in-out;
  -o-transition: 0.9s ease-in-out;
  -ms-transition: 0.9s ease-in-out;
}

.news_box.style_four .content_box {
  position: relative;
  padding: 300px 25px 25px 25px;
}

.news_box.style_four .content_box .category {
  position: relative;
  z-index: 2;
  margin-bottom: 12px;
}

.news_box.style_four .content_box .category a {
  font-size: 12px;
  font-family: "Assistant", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}

.news_box.style_four .content_box .category a i {
  margin-right: 6px;
}

.news_box.style_four .content_box h2 a {
  display: block;
  color: #fff;
  line-height: 30px;
  font-size: 20px;
  font-weight: 700;
}

.news_box.style_four .content_box h2 a:hover {
  color: var(--primary-color-one);
}

.news_box.style_four .auhtour_box {
  position: absolute;
  z-index: 2;
  top: 25px;
  left: -100px;
  opacity: 0;
  transition: 0.9s ease-in-out;
  -moz-transition: 0.9s ease-in-out;
  -o-transition: 0.9s ease-in-out;
  -ms-transition: 0.9s ease-in-out;
}

.news_box.style_four .auhtour_box img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  float: left;
  border-radius: 50%;
}

.news_box.style_four .auhtour_box .contnet_a {
  position: relative;
  margin-left: 60px;
  padding: 6px 0px 0px 0px;
}

.news_box.style_four .auhtour_box .contnet_a p {
  font-family: "Assistant", sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  margin-bottom: 4px;
  color: #fff;
}

.news_box.style_four .auhtour_box .contnet_a h4 {
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  color: #fff;
}

.news_box.style_four:hover {
  cursor: pointer;
}

.news_box.style_four:hover .overlay {
  opacity: 0.8;
}

.news_box.style_four:hover .auhtour_box {
  left: 25px;
  opacity: 1;
}

.news_box.style_four:hover .date span.date_in_number {
  transform: rotate(360deg);
}

.news_box.style_five {
  background: #fff;
  position: relative;
  padding: 30px;
  border-radius: 5px;
  border: 1px solid var(--border-color-dark);
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  overflow: hidden;
}

.news_box.style_five .content_box {
  position: relative;
  z-index: 1;
}

.news_box.style_five::before {
  position: absolute;
  content: "";
  background: var(--primary-color-one);
  width: 100%;
  top: 100%;
  left: 0;
  height: 100%;
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}

.news_box.style_five h2 a {
  font-size: 20px;
  color: var(--heading-dark);
  line-height: 30px;
  padding: 15px 0px;
  display: block;
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}

.news_box.style_five p {
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}

.news_box.style_five ul {
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--border-color-dark);
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  margin: 0px;
  padding-left: 0px;
}

.news_box.style_five ul li {
  display: inline-block;
  padding-right: 12px;
}

.news_box.style_five ul li span,
.news_box.style_five ul li i {
  margin-right: 5px;
  color: var(--text-color-light);
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}

.news_box.style_five ul li a {
  color: var(--text-color-dark);
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  font-size: 15px;
}

.news_box.style_five ul li:last-child {
  padding-right: 0px;
}

.news_box.style_five a.link__go {
  padding-top: 15px;
  border-top: 1px solid var(--border-color-dark);
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  font-family: "Assistant", sans-serif;
  font-size: 15px;
  display: block;
  font-weight: 500;
  color: var(--primary-color-one);
}

.news_box.style_five a.link__go i {
  position: relative;
  left: 6px;
  top: 3px;
  font-size: 19px;
}

.news_box.style_five:hover {
  border-color: var(--primary-color-one);
}

.news_box.style_five:hover h2 A {
  color: #fff;
}

.news_box.style_five:hover::before {
  top: 0;
}

.news_box.style_five:hover p {
  transform: translateY(-30px);
  opacity: 0;
}

.news_box.style_five:hover a.link__go {
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.news_box.style_five:hover ul {
  border-color: rgba(255, 255, 255, 0.2);
}

.news_box.style_five:hover ul li span,
.news_box.style_five:hover ul li i {
  color: #fff;
}

.news_box.style_five:hover ul li a {
  color: #fff;
}

.news_box.style_six {
  position: relative;
  margin-bottom: 30px;
}

.news_box.style_six .content_box {
  position: relative;
  padding: 25px;
  overflow: hidden;
  border-radius: 10px;
}

.news_box.style_six .content_box::before {
  position: absolute;
  bottom: -249px;
  left: -36px;
  width: 100%;
  height: 100%;
  z-index: 2;
  transform: rotate(13deg);
  transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
}

.news_box.style_six .content_box::after {
  position: absolute;
  right: -33px;
  top: -243px;
  width: 100%;
  height: 100%;
  z-index: 2;
  transform: rotate(-170deg);
  transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
}

.news_box.style_six .content_box img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  border-radius: 13px;
}

.news_box.style_six .content_box .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--primary-color-three);
  opacity: 1;
  z-index: 1;
  transition: 0.9s ease-in-out;
  -moz-transition: 0.9s ease-in-out;
  -o-transition: 0.9s ease-in-out;
  -ms-transition: 0.9s ease-in-out;
  border-radius: 10px;
}

.news_box.style_six .content_box .category {
  position: relative;
  z-index: 3;
}

.news_box.style_six .content_box .category a {
  font-size: 12px;
  font-family: "Assistant", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--text-color-dark);
}

.news_box.style_six .content_box .category a i {
  margin-right: 6px;
  color: var(--primary-color-one);
  font-size: 14px;
}

.news_box.style_six .content_box .content_mid {
  position: relative;
  z-index: 3;
  text-align: center;
  padding: 80px 40px;
}

.news_box.style_six .content_box .content_mid .date_in_number {
  display: block;
  color: var(--text-color-dark);
  font-family: "Assistant", sans-serif;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.news_box.style_six .content_box .content_mid h2 a {
  display: block;
  color: var(--heading-dark);
  line-height: 30px;
  font-size: 20px;
  font-weight: 700;
}

.news_box.style_six .content_box .content_mid h2 a:hover {
  color: var(--primary-color-one);
}

.news_box.style_six .content_box .auhtour_box {
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 20px;
}

.news_box.style_six .content_box .auhtour_box img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  float: left;
  border-radius: 50%;
}

.news_box.style_six .content_box .auhtour_box .contnet_a {
  position: relative;
  margin-left: 60px;
  padding: 6px 0px 0px 0px;
}

.news_box.style_six .content_box .auhtour_box .contnet_a p {
  font-family: "Assistant", sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  margin-bottom: 4px;
  color: var(--text-color-dark);
}

.news_box.style_six .content_box .auhtour_box .contnet_a h4 {
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  color: var(--heading-dark);
}

.news_box.style_six:hover {
  cursor: pointer;
}

.news_box.style_six:hover .content_box::before {
  opacity: 0;
}

.news_box.style_six:hover .content_box::after {
  opacity: 0;
}

.news_box.style_six:hover .content_box .overlay {
  opacity: 0.93;
}

.news_box.style_seven {
  position: relative;
  margin-bottom: 30px;
  box-shadow: var(--box-shadow-two);
  border-radius: 10px;
  overflow: hidden;
}

.news_box.style_seven .image_box {
  position: relative;
  overflow: hidden;
}

.news_box.style_seven .image_box img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}

.news_box.style_seven .image_box::before {
  position: absolute;
  content: "";
  top: 0px;
  border-radius: 5px;
  left: 0px;
  opacity: 0;
  width: 0%;
  background: var(--primary-color-one);
  height: 0%;
  transition: all 0.5s ease-in-out;
}

.news_box.style_seven .image_box .date {
  position: absolute;
  padding: 5px 10px;
  font-size: 15px;
  color: #fff;
  border-radius: 5px;
  top: 10px;
  left: 10px;
  background: var(--primary-color-one);
  transition: all 0.5s ease-in-out;
}

.news_box.style_seven .content_box {
  position: relative;
  padding: 30px;
}

.news_box.style_seven .content_box h2 {
  line-height: normal;
}

.news_box.style_seven .content_box h2 a {
  font-size: 20px;
  display: block;
  line-height: 28px;
  color: var(--heading-dark);
  margin-bottom: 15px;
}

.news_box.style_seven .content_box ul {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  margin-left: 0px;
  padding-left: 0px;
  border-bottom: 1px solid var(--border-color-dark);
}

.news_box.style_seven .content_box ul li {
  position: relative;
  margin-right: 30px;
  display: inline-block;
}

.news_box.style_seven .content_box ul li::before {
  position: absolute;
  content: "";
  width: 1px;
  background: var(--border-color-dark);
  right: -18px;
  height: 16px;
  top: 5px;
}

.news_box.style_seven .content_box ul li:last-child:before {
  display: none;
}

.news_box.style_seven .content_box ul li a {
  font-size: 15px;
  color: var(--text-color-dark);
}

.news_box.style_seven .content_box ul li a span {
  margin-right: 8px;
  color: var(--primary-color-one);
}

.news_box.style_seven .content_box ul li:last-child {
  margin-right: 0px !important;
}

.news_box.style_seven .content_box a.read_more {
  position: relative;
  display: block;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid var(--border-color-dark);
  font-size: 15px;
  line-height: 25px;
  font-family: "Assistant", sans-serif;
  font-weight: 600;
}

.news_box.style_seven .content_box a.read_more i {
  position: relative;
  right: -8px;
  top: 2px;
  font-size: 17px;
}

.news_box.style_seven:hover .image_box::before {
  opacity: 0.8;
  width: 100%;
  height: 100%;
}

.news_box.style_eight {
  position: relative;
  margin-bottom: 30px;
}

.news_box.style_eight .image_box {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.news_box.style_eight .image_box img {
  position: relative;
  width: 100%;
  height: 250px;
  object-fit: cover;
  transform: scale(1.01);
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
  transition: all 700ms ease;
}

.news_box.style_eight .image_box a {
  position: absolute;
  opacity: 0;
}

.news_box.style_eight .content_box {
  position: relative;
  padding: 0px 0px 0px;
  margin-top: -22px;
}

.news_box.style_eight .content_box .category {
  display: inline-block;
  background: var(--primary-color-one);
  padding: 10px 20px;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 22px;
  font-weight: 600;
  border-radius: 30px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.news_box.style_eight .content_box .category a {
  color: #fff;
}

.news_box.style_eight .content_box .category a i {
  margin-right: 5px;
  font-size: 15px;
  position: relative;
  top: 1px;
}

.news_box.style_eight .content_box h2 {
  line-height: normal;
}

.news_box.style_eight .content_box h2 a {
  font-size: 20px;
  line-height: 30px;
  display: block;
  color: var(--heading-dark);
  margin-bottom: 10px;
}

.news_box.style_eight .content_box a.link__go {
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: var(--text-color-dark);
}

.news_box.style_eight .content_box a.link__go i {
  position: relative;
  top: 4px;
  left: 10px;
  font-size: 20px;
}

.news_box.style_eight:hover .image_box img {
  transform: scale(1.2) rotate(2deg);
  -moz-transform: scale(1.2) rotate(2deg);
  -ms-transform: scale(1.2) rotate(2deg);
  -o-transform: scale(1.2) rotate(2deg);
}

.masonary_enable .style_man:nth-child(2) .news_box.style_four .content_box,
.masonary_enable .style_man:nth-child(7) .news_box.style_four .content_box,
.masonary_enable .style_man:nth-child(12) .news_box.style_four .content_box,
.masonary_enable .style_man:nth-child(17) .news_box.style_four .content_box {
  padding-top: 680px;
}

.grid_box .news_box {
  margin-bottom: 0px !important;
}

.grid_layout.row .grid_box .news_box {
  margin-bottom: 30px !important;
}

.three_column .news_box.default_style.list_view.normal_view .image,
.four_column .news_box.default_style.list_view.normal_view .image,
.five_column .news_box.default_style.list_view.normal_view .image,
.two_column .news_box.default_style.list_view.normal_view .image {
  height: 280px !important;
  min-height: 280px !important;
}

.four_column .news_box.style_six .content_box .content_mid,
.four_column .news_box.style_two .content_box .content_mid,
.five_column .news_box.style_six .content_box .content_mid,
.five_column .news_box.style_two .content_box .content_mid {
  padding: 90px 0px 0px;
}

.four_column .news_box.style_six .content_box,
.five_column .news_box.style_six .content_box {
  padding: 25px 30px;
}

.four_column .news_box.style_six .content_box .content_mid h2 a,
.four_column .news_box.style_two .content_box .content_mid h2 a,
.five_column .news_box.style_six .content_box .content_mid h2 a,
.five_column .news_box.style_two .content_box .content_mid h2 a {
  font-size: 18px;
  line-height: 28px;
}

.four_column .news_box.style_six .content_box,
.four_column .news_box.style_two .content_box,
.five_column .news_box.style_six .content_box,
.five_column .news_box.style_two .content_box {
  min-height: 400px;
}

.three_column .news_box.style_six .content_box .content_mid,
.three_column .news_box.style_two .content_box .content_mid {
  padding: 90px 15px 0px;
}

.three_column .news_box.style_six .content_box,
.three_column .news_box.style_two .content_box {
  min-height: 414px;
}

.two_column .news_box.style_six .content_box .content_mid,
.two_column .news_box.style_two .content_box .content_mid {
  padding: 90px 40px 0px;
}

.two_column .news_box.style_six .content_box,
.two_column .news_box.style_two .content_box {
  min-height: 370px;
}

.one_column .news_box.style_six .content_box .content_mid,
.one_column .news_box.style_two .content_box .content_mid {
  padding: 90px 40px 110px;
}

.blog_feature_image {
  position: relative;
  overflow: hidden;
}

.blog_feature_image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 15px;
}

/*-----------====================related_post ===========================------------------*/
.related_post {
  position: relative;
  margin-top: 50px;
  padding-top: 50px;
  margin-bottom: 20px;
  border-top: 1px solid var(--border-color-dark);
}

.related_post .title_sections_inner {
  position: relative;
  margin-bottom: 30px;
}

.related_post .title_sections_inner h2 {
  font-size: 24px;
  color: var(--heading-dark);
  line-height: 34px;
}

.related_post .news_box.default_style.list_view {
  box-shadow: none !important;
  background: var(--primary-color-three);
  margin-bottom: 20px;
}

.related_post .news_box.default_style.list_view .image {
  height: 250px !important;
  min-height: 250px !important;
}

.related_post .news_box.default_style.list_view .content_box {
  padding: 30px !important;
}

.related_post .news_box.default_style.list_view .content_box h2 a {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 8px;
}

.related_post .news_box.default_style.list_view .content_box .source {
  margin: 0px !important;
  padding: 0px !important;
  border-bottom: 0px !important;
}

.related_post .news_box.default_style.list_view .content_box .source p {
  margin: 0px !important;
}

.related_post .arrow_related {
  position: absolute;
  right: 0;
  top: 43px;
}

.related_post .arrow_related .related-button-next,
.related_post .arrow_related .related-button-prev {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  text-align: center;
  line-height: 50px;
  border: 1px solid var(--border-color-dark);
}

.related_post .arrow_related .related-button-next i,
.related_post .arrow_related .related-button-prev i {
  position: absolute;
  font-size: 20px;
  height: 20px;
  width: 20px;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
}

.related_post .arrow_related .related-button-prev {
  margin-right: 8px;
}

@media (max-width: 992px) {
  .arrow_related {
    top: inherit !important;
    bottom: -40px;
    left: 0;
    margin: auto;
    text-align: center;
  }
}

.news_box.style_nine {
  position: relative;
}

.news_box.style_nine .content_box {
  position: relative;
  padding: 25px 25px 32px;
  border-top: 1px solid var(--border-color-dark);
  border-left: 1px solid var(--border-color-dark);
  border-right: 1px solid var(--border-color-dark);
  border-radius: 5px 5px 0px 0px;
  background: #fff;
}

.news_box.style_nine .content_box .category a {
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: var(--primary-color-one);
  margin-bottom: 10px;
}

.news_box.style_nine .content_box .category a i {
  position: relative;
  margin-right: 5px;
}

.news_box.style_nine .content_box .date {
  position: absolute;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: var(--primary-color-one);
  border: 4px solid var(--primary-color-three);
  right: 15px;
  padding: 9px 10px 0px;
  text-align: center;
  bottom: -33px;
  z-index: 1;
  transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}

.news_box.style_nine .content_box .date span {
  display: block;
  color: #fff;
  font-family: "Assistant", sans-serif;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
}

.news_box.style_nine .content_box .date span.date_in_number {
  font-size: 18px;
  line-height: 24px;
}

.news_box.style_nine .content_box h2 {
  line-height: normal;
}

.news_box.style_nine .content_box h2 a {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 4px;
  color: var(--heading-dark);
  display: block;
}

.news_box.style_nine .image_box {
  position: relative;
  overflow: hidden;
  height: 220px;
  margin-bottom: 5px;
  border-radius: 0px 0px 5px 5px;
  transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}

.news_box.style_nine .image_box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: -100%;
  border-radius: 0px 0px 5px 5px;
  top: 0;
  background: linear-gradient(
    90deg,
    var(--primary-color-two) 40%,
    rgba(0, 0, 0, 0.09) 180%
  );
  transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}

.news_box.style_nine .image_box img {
  border-radius: 0px 0px 5px 5px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news_box.style_nine:hover .image_box::before {
  left: 0;
  opacity: 0.9;
}

.news_box.style_nine:hover .content_box .date {
  border-color: var(--primary-color-one);
}

.news_box.style_ten {
  position: relative;
  padding: 15px;
  box-shadow: var(--box-shadow-two);
  background: #fff;
  transform: translateY(0px);
  transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}

.news_box.style_ten .image_box {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}

.news_box.style_ten .image_box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  opacity: 0;
}

.news_box.style_ten .image_box img {
  height: 200px;
  object-fit: cover;
  width: 100%;
}

.news_box.style_ten:hover {
  transform: translateY(-10px);
}

.news_box.style_ten:hover .image_box:before {
  opacity: 0.5;
}

.news_box.style_ten h2 {
  line-height: normal;
}

.news_box.style_ten h2 a {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 15px;
  color: var(--heading-dark);
  display: block;
}

.news_box.style_ten ul {
  padding: 0px;
  position: relative;
  margin: 0px 0px 5px;
}

.news_box.style_ten ul li {
  display: inline-block;
  margin-right: 15px;
  font-size: 15px;
}

.news_box.style_ten ul li.cag {
  position: relative;
  padding: 5px 15px;
  background: var(--primary-color-one);
}

.news_box.style_ten ul li.cag a {
  color: #fff;
}

.news_box.style_ten ul li.cag i {
  display: none;
}

.news_box.style_ten ul li.dte i {
  color: var(--primary-color-one);
  margin-right: 5px;
}

.news_box.style_ten ul li:last-child {
  margin-right: 0px;
}

/*---==========================================-----
-----==================team===============-----
-----=========================================-----*/
.team_box {
  position: relative;
  margin-bottom: 30px;
}

.team_box.style_one .team_box_outer {
  position: relative;
  min-height: 370px;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}

.team_box.style_one .team_box_outer .member_image {
  position: relative;
  overflow: hidden;
}

.team_box.style_one .team_box_outer .member_image img {
  width: 100%;
  height: 370px;
  object-fit: cover;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.team_box.style_one .team_box_outer .member_image::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: -30px;
  background: linear-gradient(
    to top,
    var(--primary-color-two) 6%,
    rgba(0, 0, 0, 0) 70%
  );
  z-index: 9;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.team_box.style_one .team_box_outer .about_member {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 15;
}

.team_box.style_one .team_box_outer .about_member .share_media {
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.team_box.style_one .team_box_outer .about_member .share_media ul {
  position: absolute;
  width: 54px;
  height: auto;
  padding: 10px 7px 4px;
  background: var(--primary-color-one);
  border-radius: 0px 0px 50px 50px;
  top: 0;
  right: 0;
  opacity: 0;
  z-index: 1;
  margin: 0;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transform: translateY(-40px);
}

.team_box.style_one .team_box_outer .about_member .share_media ul li {
  display: block;
  margin: 5px 0px;
  cursor: pointer;
}

.team_box.style_one .team_box_outer .about_member .share_media ul li i,
.team_box.style_one .team_box_outer .about_member .share_media ul li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  color: var(--text-color-dark);
  background: #fff;
  text-align: center;
  border-radius: 50%;
}

.team_box.style_one .team_box_outer .about_member .share_media ul li.shar_alt i,
.team_box.style_one
  .team_box_outer
  .about_member
  .share_media
  ul
  li.shar_alt
  a {
  background: transparent;
  border: 1px dashed #fff;
  color: #fff;
}

.team_box.style_one .team_box_outer .about_member .share_media ul.first {
  opacity: 1;
  z-index: 2;
  padding: 15px 7px 8px;
  transform: translateY(0px);
}

.team_box.style_one .team_box_outer .about_member .share_media ul.first li {
  margin: 0px 0px;
}

.team_box.style_one .team_box_outer .about_member .share_media ul.first .text {
  transform: rotate(-90deg);
  margin-bottom: 30px;
  margin-top: 17px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;

  text-transform: uppercase;
  display: inline-block;
  margin-left: -4px;
}

.team_box.style_one .team_box_outer .about_member .share_media:hover ul {
  opacity: 1;
  transform: translateY(0);
}

.team_box.style_one .team_box_outer .about_member .share_media:hover ul.first {
  opacity: 0;
  transform: translateY(-40px);
}

.team_box.style_one .team_box_outer .about_member .authour_details {
  position: absolute;
  width: 100%;
  height: auto;
  padding: 20px 25px;
  bottom: 0;
  left: 0;
}

.team_box.style_one .team_box_outer .about_member .authour_details span {
  display: block;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  font-family: "Assistant", sans-serif;
  margin-bottom: 10px;
  transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
}

.team_box.style_one .team_box_outer .about_member .authour_details h6 {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  display: block;
  line-height: 30px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.team_box.style_one
  .team_box_outer
  .about_member
  .authour_details
  .button_view {
  position: absolute;
  left: 25px;
  transform: translateX(-100%);
  bottom: 25px;
  opacity: 0;
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
}

.team_box.style_one .team_box_outer:hover .about_member .authour_details span {
  transform: translateX(-140%);
}

.team_box.style_one .team_box_outer:hover .about_member .authour_details h6 {
  transform: translateX(-140%);
}

.team_box.style_one
  .team_box_outer:hover
  .about_member
  .authour_details
  .button_view {
  left: 25px;
  opacity: 1;
  transform: translateX(0%);
}

.team_box.style_one .team_box_outer:hover .member_image img {
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.team_box.style_one .team_box_outer:hover .member_image::before {
  bottom: 0;
}

.team_box.style_two .team_box_outer {
  position: relative;
  background: var(--primary-color-three);
  margin-bottom: 30px;
  margin: 0px 0px 30px;
  border-radius: 0px 0px 5px 5px;
}

.team_box.style_two .team_box_outer .image_box {
  position: relative;
  overflow: hidden;
}

.team_box.style_two .team_box_outer .image_box img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}

.team_box.style_two .team_box_outer .image_box::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  text-align: center;
  transition: all 0.5s;
  background-color: var(--primary-color-two);
  z-index: 10;
}

.team_box.style_two .team_box_outer .image_box .overlay {
  position: absolute;
  top: 0%;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}

.team_box.style_two .team_box_outer .image_box .overlay .read_m {
  position: absolute;
  top: 38%;
  opacity: 0;
  text-align: center;
  left: 0;
  font-size: 16px;
  font-weight: 500;
  right: 0;
  left: 0;
  width: 100%;
  font-family: "Assistant", sans-serif;
  text-align: center;
  transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -ms-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  color: #fff;
}

.team_box.style_two .team_box_outer .image_box .overlay .read_m i {
  position: relative;
  font-size: 16px;
  display: inline-block;
  top: 1px;
}

.team_box.style_two .team_box_outer .image_box .overlay ul {
  padding: 0;
  margin: 0;
  position: absolute;
  width: 100%;
  bottom: 40px;
  text-align: center;
}

.team_box.style_two .team_box_outer .image_box .overlay ul li {
  padding: 0px 10px;
  display: inline-block;
  transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -ms-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
}

.team_box.style_two .team_box_outer .image_box .overlay ul li:first-child {
  transform: translateY(200px);
}

.team_box.style_two .team_box_outer .image_box .overlay ul li:nth-child(2) {
  transform: translateY(300px);
}

.team_box.style_two .team_box_outer .image_box .overlay ul li:nth-child(3) {
  transform: translateY(400px);
}

.team_box.style_two .team_box_outer .image_box .overlay ul li:last-child {
  transform: translateY(500px);
}

.team_box.style_two .team_box_outer .image_box .overlay ul li a {
  color: var(--primary-color-two);
  font-size: 15px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: block;
  text-align: center;
  background: #fff;
  transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -ms-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
}

.team_box.style_two .team_box_outer .image_box .overlay ul li a:hover {
  color: #fff;
  background: var(--primary-color-one);
}

.team_box.style_two .team_box_outer .content_box {
  position: relative;
  text-align: center;
  overflow: hidden;
  padding: 30px 30px;
  z-index: 0;
  border-radius: 0px 0px 5px 5px;
}

.team_box.style_two .team_box_outer .content_box::before {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  height: 100%;
  top: 100%;
  background: var(--primary-color-one);
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  z-index: -1;
}

.team_box.style_two .team_box_outer .content_box h2 a {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 5px;
  color: var(--heading-dark);
}

.team_box.style_two .team_box_outer .content_box p {
  margin-bottom: 0px;
}

.team_box.style_two .team_box_outer .content_box p.job_details {
  font-weight: 600;
  font-family: "Assistant", sans-serif;
  font-size: 16px;
  color: var(--primary-color-one);
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--border-color-dark);
  transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -ms-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
}

.team_box.style_two .team_box_outer:hover .image_box::before {
  opacity: 0.9;
  top: 0;
}

.team_box.style_two .team_box_outer:hover .image_box .overlay .read_m {
  color: #fff;
  top: 34%;
  opacity: 1;
}

.team_box.style_two .team_box_outer:hover .image_box .overlay ul li {
  transform: translateY(0);
}

.team_box.style_two .team_box_outer:hover .content_box::before {
  top: 0;
}

.team_box.style_two .team_box_outer:hover .content_box h2 a {
  color: #fff;
}

.team_box.style_two .team_box_outer:hover .content_box p {
  color: #fff;
  opacity: 0.8;
}

.team_box.style_two .team_box_outer:hover .content_box p.job_details {
  color: #fff;
  opacity: 1;
  border-color: rgba(255, 255, 255, 0.1);
}

.team_box.style_three .team_box_outer {
  position: relative;
}

.team_box.style_three .team_box_outer .image_box {
  position: relative;
  margin-top: 10px;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 10px;
}

.team_box.style_three .team_box_outer .image_box::before {
  position: absolute;
  content: "";
  top: 0px;
  border-radius: 5px;
  left: 0;
  opacity: 0;
  width: 0%;
  background: var(--primary-color-one);
  height: 0%;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.team_box.style_three .team_box_outer .image_box img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.team_box.style_three .team_box_outer .image_box .share_links {
  position: absolute;
  content: "";
  right: 0px;
  width: 100%;
  padding: 20px;
  height: 100%;
  bottom: 0px;
}

.team_box.style_three .team_box_outer .image_box .share_links a.shar_icon {
  position: absolute;
  width: 40px;
  height: 40px;
  font-size: 14px;
  color: var(--primary-color-one);
  bottom: 20px;
  right: 20px;
  line-height: 40px;
  background: #fff;
  border-radius: 50px;
  text-align: center;
  display: block;
  z-index: 10;
  transition: all 0.9s ease-in-out;
  transform: rotate(0);
}

.team_box.style_three .team_box_outer .image_box .share_links ul {
  position: absolute;
  width: 40px;
  padding: 10px 0px;
  border-radius: 30px;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  transition: all 0.9s ease-in-out;
  background: #fff;
  z-index: 0;
  padding-bottom: 30px;
  background: var(--primary-color-two);
}

.team_box.style_three .team_box_outer .image_box .share_links ul li {
  display: block;
  padding: 5px 15px;
}

.team_box.style_three .team_box_outer .image_box .share_links ul li a {
  font-size: 15px;
  color: #fff;
}

.team_box.style_three .team_box_outer .content_box {
  position: relative;
}

.team_box.style_three .team_box_outer .content_box h2 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 5px;
}

.team_box.style_three .team_box_outer .content_box h6 {
  font-size: 16px;
  margin-bottom: 10px;
  color: var(--primary-color-one);
  font-weight: 500;
}

.team_box.style_three .team_box_outer .content_box p {
  margin-bottom: 0px;
}

.team_box.style_three .team_box_outer:hover .image_box::before {
  opacity: 0.8;
  width: 100%;
  height: 100%;
}

.team_box.style_three
  .team_box_outer:hover
  .image_box
  .share_links
  a.shar_icon {
  transform: rotate(360deg);
  color: var(--primary-color-two);
}

.team_box.style_three .team_box_outer:hover .image_box .share_links ul {
  opacity: 1;
}

.team_box.style_four {
  position: relative;
}

.team_box.style_four .team_box_outer {
  position: relative;
  padding: 10px;
  background: #fff;
  border-radius: 5px;
}

.team_box.style_four .team_box_outer .image_box {
  position: relative;
  height: 220px;
  overflow: hidden;
  border-radius: 5px;
  margin: auto;
  z-index: 1;
}

.team_box.style_four .team_box_outer .image_box::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: -100%;
  background: linear-gradient(
    0deg,
    var(--primary-color-two) 40%,
    rgba(0, 0, 0, 0.09) 150%
  );
  border-radius: 0px;
  opacity: 0.8;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.team_box.style_four .team_box_outer .image_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.team_box.style_four .team_box_outer .content_box {
  position: relative;
  padding: 30px 15px 10px 15px;
  background: #fff;
  text-align: center;
}

.team_box.style_four .team_box_outer .content_box .share_links {
  position: relative;
}

.team_box.style_four .team_box_outer .content_box .share_links ul {
  margin-left: 0px;
  padding-left: 0px;
  margin-bottom: 10px;
}

.team_box.style_four .team_box_outer .content_box .share_links ul li {
  display: inline-block;
  padding: 0px 5px;
}

.team_box.style_four .team_box_outer .content_box .share_links ul li a {
  width: 30px;
  height: 30px;
  background: transparent;
  color: var(--primary-color-one);
  border: 1px solid var(--primary-color-three);
  border-radius: 30px;
  line-height: 30px;
  display: block;
  text-align: center;
  font-size: 14px;
}

.team_box.style_four .team_box_outer .content_box h2 {
  line-height: normal;
}

.team_box.style_four .team_box_outer .content_box h2 a {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 4px;
  display: block;
}

.team_box.style_four .team_box_outer .content_box h6 {
  font-size: 16px;
  line-height: 26px;
  color: var(--primary-color-one);
  font-weight: 500;
  margin-bottom: 10px;
}

.team_box.style_four .team_box_outer:hover .image_box::after {
  bottom: 0%;
}

/*---==========================================-----
-----==================team_intro_box ===============-----
-----=========================================-----*/
.team_intro_box {
  position: relative;
}

.team_intro_box .team_intro_inner {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  min-height: 480px;
}

.team_intro_box .team_intro_inner .image_bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.team_intro_box .team_intro_inner .image_bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  background: var(--primary-color-two);
  opacity: 0.9;
  z-index: 2;
}

.team_intro_box .team_intro_inner .team_intro_start {
  position: relative;
  z-index: 3;
}

.team_intro_box .team_intro_inner .team_intro_start .left_content {
  position: relative;
  padding: 80px 60px 80px;
}

.team_intro_box .team_intro_inner .team_intro_start .title {
  margin-bottom: 30px;
}

.team_intro_box .team_intro_inner .team_intro_start .title h6 {
  font-size: 30px;
  font-weight: 700;
  text-decoration: underline;
  color: var(--primary-color-one);
  line-height: 40px;
  margin-bottom: 5px;
}

.team_intro_box .team_intro_inner .team_intro_start .title h1 {
  font-size: 44px;
  font-weight: 700;
  color: #fff;
  line-height: 54px;
  margin-bottom: 10px;
}

.team_intro_box .team_intro_inner .team_intro_start .quotes {
  position: relative;
  padding-left: 75px;
  margin-bottom: 20px;
  margin-bottom: 20px;
}

.team_intro_box .team_intro_inner .team_intro_start .quotes span {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 46px;
  line-height: 46px;
  color: #fff;
}

.team_intro_box .team_intro_inner .team_intro_start .quotes h5 {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  line-height: 36px;
  margin-bottom: 10px;
}

.team_intro_box .team_intro_inner .team_intro_start .authour_dtls {
  position: relative;
  margin-left: 75px;
}

.team_intro_box .team_intro_inner .team_intro_start .authour_dtls img {
  margin-bottom: 10px;
}

.team_intro_box .team_intro_inner .team_intro_start .authour_dtls h4 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  line-height: 28px;
}

.team_intro_box .team_intro_inner .team_intro_start .authour_dtls h4 span {
  color: var(--primary-color-one);

  font-size: 16px;
  font-weight: 400;
}

.team_intro_box .image_right {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  margin: -50px 13px 0px 0px;
  height: 536px;
}

.team_intro_box .image_right img {
  width: auto !important;
  height: 536px;
}

/*-----====================== team_box_all ==========================----*/
.team_box_all {
  position: relative;
}

.team_box.type_one {
  position: relative;
  background: var(--color-white);
  box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.06);
  margin-bottom: 30px;
  border-radius: 10px;
}

.team_box.type_one .image_box {
  position: relative;
  overflow: hidden;
}

.team_box.type_one .image_box img {
  border-radius: 10px;
}

.team_box.type_one .image_box::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  text-align: center;
  transform: perspective(400px) rotateX(-90deg);
  transform-origin: top;
  transition: all 0.5s;
  background-color: var(--heading-dark);
  z-index: 10;
  border-radius: 10px;
}

.team_box.type_one .image_box .overlay {
  position: absolute;
  top: 40%;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}

.team_box.type_one .image_box .overlay ul {
  position: relative;
  text-align: center;
}

.team_box.type_one .image_box .overlay ul li {
  padding: 0px 2px;
  display: inline-block;
  transition: all 0.6s ease-in-out;
  opacity: 0;
}

.team_box.type_one .image_box .overlay ul li a {
  color: var(--heading-dark);
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  display: block;
  text-align: center;
  background: var(--color-white);
  transition: all 0.6s ease-in-out;
}

.team_box.type_one .image_box .overlay ul li a i {
  line-height: 50px;
  display: block;
}

.team_box.type_one .image_box .overlay ul li:hover a {
  color: var(--color-white);
  background: var(--primary-color-one);
}

.team_box.type_one .image_box .overlay ul li:first-child {
  transform: translateY(-200px);
}

.team_box.type_one .image_box .overlay ul li:nth-child(2) {
  transform: translateY(-300px);
}

.team_box.type_one .image_box .overlay ul li:nth-child(3) {
  transform: translateY(-400px);
}

.team_box.type_one .image_box .overlay ul li:last-child {
  transform: translateY(-500px);
}

.team_box.type_one .content_box {
  position: relative;
  text-align: center;
  padding: 30px 20px;
}

.team_box.type_one .content_box p {
  margin-bottom: 0px;
}

.team_box.type_one .content_box h2 a {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 8px;
  color: #000;
}

.team_box.type_one .content_box h2 a:hover {
  color: var(--primary-color-one);
}

.team_box.type_one .content_box h6 {
  color: var(--primary-color-one);
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--border-color-dark);
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

.team_box.type_one:hover .image_box::before {
  opacity: 0.8;
  transform: perspective(400px) rotateX(0deg);
  transition: all 700ms ease 100ms;
}

.team_box.type_one:hover .image_box .overlay ul li {
  transform: translateY(0);
  opacity: 1;
}

/*--=====================================---
--------------service css-----------------
---=====================================--*/
.service_section {
  position: relative;
}

.service_box {
  position: relative;
}

.service_box.style_one .service_content {
  position: relative;
  cursor: pointer;
  background: #fff;
  padding: 30px;
  box-shadow: var(--box-shadow);
  border-radius: 10px;
  transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}

.service_box.style_one .service_content .image {
  position: relative;
  margin-bottom: 20px;
}

.service_box.style_one .service_content .image img {
  width: auto;
  display: block;
}

.service_box.style_one .service_content .image.image_fit {
  overflow: hidden;
  width: 100%;
  border-radius: 10px;
  height: 100%;
}

.service_box.style_one .service_content .image.image_fit::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  left: -50%;
  top: 0;
  bottom: 0;
  background: var(--primary-color-one);
  opacity: 0;
  transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  border-radius: 10px 0px 0px 10px;
}

.service_box.style_one .service_content .image.image_fit::after {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  right: -50%;
  top: 0;
  bottom: 0;
  background: var(--primary-color-one);
  opacity: 0;
  transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  border-radius: 0px 10px 10px 0px;
}

.service_box.style_one .service_content .image.image_fit img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.service_box.style_one .service_content .content_inner {
  position: relative;
}

.service_box.style_one .service_content .content_inner h2 a {
  font-size: 22px;
  font-weight: 700;
  color: var(--heading-dark);
  display: block;
  line-height: 32px;
  margin-bottom: 10px;
}

.service_box.style_one .service_content .content_inner h2 a:hover {
  color: var(--primary-color-one);
}

.service_box.style_one .service_content .content_inner a.read_more {
  font-size: 12px;
  line-height: 26px;
  font-weight: 600;
  font-family: "Assistant", sans-serif;
  color: var(--heading-dark);
  position: relative;
  text-transform: uppercase;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.service_box.style_one .service_content .content_inner a.read_more::before {
  position: absolute;
  content: "\f105";
  /* font-family: "FontAwesome"; */
  right: -16px;
  top: -4px;
  font-size: 17px;
  color: var(--heading-dark);
  height: 15px;
  line-height: 15px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.service_box.style_one .service_content .content_inner a.read_more:hover {
  color: var(--primary-color-one);
}

.service_box.style_one
  .service_content
  .content_inner
  a.read_more:hover::before {
  right: -25px;
  color: var(--primary-color-one);
}

.service_box.style_one .service_content:hover .image_fit::before {
  left: 0;
  opacity: 0.8;
}

.service_box.style_one .service_content:hover .image_fit::after {
  right: 0;
  opacity: 0.8;
}

.service_box.style_one .service_content:hover .content_inner h2 a {
  color: var(--primary-color-one);
}

.service_box.style_one .service_content:hover {
  transform: translateY(-10px);
}

.service_box.style_one.light_color .service_content {
  background: var(--primary-color-two);
}

.service_box.style_one.light_color .service_content h2 a {
  color: #fff;
}

.service_box.style_one.light_color .service_content p {
  color: #fff;
  opacity: 0.8;
}

.service_box.style_one.light_color .service_content a.read_more {
  color: #fff;
}

.service_box.style_one.light_color .service_content a.read_more::before {
  color: #fff;
}

.service_box.style_two .service_content_two {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}

.service_box.style_two .service_content_two .content_inner {
  position: relative;
  padding: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.service_box.style_two .service_content_two .content_inner .content_inner_in {
  background: #fff;
  height: 100%;
  width: 100%;
  top: 0;
  padding: 25px;
  border-radius: 10px 0px 10px 0px;
  transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}

.service_box.style_two
  .service_content_two
  .content_inner
  .content_inner_in
  .icon_image {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}

.service_box.style_two
  .service_content_two
  .content_inner
  .content_inner_in
  .icon_image
  img {
  width: 90px;
  margin: auto;
}

.service_box.style_two .service_content_two .content_inner ul {
  margin: 0;
  padding: 0;
}

.service_box.style_two .service_content_two .content_inner ul li {
  padding-left: 20px;
  list-style: none;
  font-size: 16px;
  line-height: 26px;
  color: var(--text-color-dark);
  font-weight: 400;
  position: relative;
  margin-bottom: 8px;
}

.service_box.style_two .service_content_two .content_inner ul li::before,
.service_box.style_two .service_content_two .content_inner ul li:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: var(--primary-color-one);
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.service_box.style_two .service_content_two .content_inner ul li:after {
  opacity: 0.6;
  left: 6px;
}

.service_box.style_two .service_content_two .content_inner h2 a {
  font-size: 22px;
  font-weight: 700;
  color: var(--heading-dark);
  display: block;
  line-height: 30px;
  margin-bottom: 10px;
}

.service_box.style_two .service_content_two .ovarlay_link {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 10px 0px 10px 0px;
  background: var(--primary-color-one);
  text-align: center;
  line-height: 64px;
  transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -150%);
  -ms-transform: translate(-50%, -150%);
}

.service_box.style_two .service_content_two .ovarlay_link a {
  width: 60px;
  height: 60px;
  display: block;
}

.service_box.style_two .service_content_two .ovarlay_link i {
  color: #fff;
}

.service_box.style_two .service_content_two .overlay_content {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: auto;
  left: 0;
  bottom: 0;
  transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  padding: 25px;
  background: #fff;
}

.service_box.style_two .service_content_two .overlay_content h2 a {
  font-size: 22px;
  font-weight: 700;
  color: var(--heading-dark);
  display: block;
  line-height: 30px;
  margin-bottom: 10px;
}

.service_box.style_two .service_content_two .overlay_content p {
  margin: 0px;
}

.service_box.style_two .service_content_two:hover {
  box-shadow: var(--box-shadow);
}

.service_box.style_two .service_content_two:hover .ovarlay_link {
  opacity: 1;
}

.service_box.style_two .service_content_two:hover .content_inner_in {
  opacity: 0;
  transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
}

.service_box.style_two .service_content_two:hover .overlay_content {
  bottom: 0;
  opacity: 1;
  transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
}

.service_box.style_two .service_content_two.active_ser {
  box-shadow: var(--box-shadow);
}

.service_box.style_two .service_content_two.active_ser .ovarlay_link {
  opacity: 1;
}

.service_box.style_two .service_content_two.active_ser .content_inner_in {
  opacity: 0;
  transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
}

.service_box.style_two .service_content_two.active_ser .overlay_content {
  bottom: 0;
  opacity: 1;
  transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
}

.service_box.style_two.light_color .service_content_two .content_inner_in {
  background: var(--primary-color-two);
}

.service_box.style_two.light_color .service_content_two .content_inner_in h2 a {
  color: #fff;
}

.service_box.style_two.light_color .service_content_two .content_inner_in p {
  color: #fff;
  opacity: 0.6;
}

.service_box.style_two.light_color
  .service_content_two
  .content_inner_in
  ul
  li {
  color: #fff;
  opacity: 0.6;
}

.service_box.style_two.light_color .overlay_content {
  background: var(--primary-color-two);
}

.service_box.style_two.light_color .overlay_content h2 a {
  color: #fff;
}

.service_box.style_two.light_color .overlay_content p {
  color: #fff;
  opacity: 0.6;
}

.service_box.style_three {
  margin-left: 25px;
}

.service_box.style_three .service_content {
  position: relative;
  padding: 25px;
  background: #fff;
  border-radius: 0px 0px 30px 0px;
  box-shadow: var(--box-shadow);
}

.service_box.style_three .service_content .content_inner {
  position: relative;
  padding-top: 85px;
}

.service_box.style_three .service_content .content_inner span {
  position: absolute;
  top: -50px;
  left: -50px;
  width: 110px;
  height: 110px;
  background: var(--primary-color-one);
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 50px;
  line-height: 110px;
}

.service_box.style_three .service_content .content_inner span i {
  position: absolute;
  width: 110px;
  height: 110px;
  background: transparent;
  top: -10px;
  left: 9px;
  border: 4px solid var(--primary-color-two);
  border-radius: 50%;
  transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
}

.service_box.style_three .service_content .content_inner .nom {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 24px;
  font-family: "Assistant", sans-serif;
  line-height: 60px;
  font-weight: 700;
  color: var(--primary-color-one);
  opacity: 0.5;
  transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
}

.service_box.style_three .service_content .content_inner h2 a {
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  display: block;
  color: var(--heading-dark);
  margin-bottom: 10px;
}

.service_box.style_three .service_content .content_inner h2 a:hover {
  color: var(--primary-color-one);
}

.service_box.style_three .service_content .content_inner .read_more {
  font-size: 12px;
  font-weight: 600;
  color: var(--heading-dark);
  text-transform: uppercase;
  display: block;
  line-height: 23px;
  font-family: "Assistant", sans-serif;
  margin-top: 5px;
}

.service_box.style_three .service_content .content_inner .read_more i {
  font-size: 11px;
  display: inline-block;
  position: relative;
  font-size: 20px;
  top: 3px;
  left: 5px;
}

.service_box.style_three .service_content .content_inner .read_more:hover {
  color: var(--primary-color-one);
}

.service_box.style_three:hover .service_content .content_inner span i {
  top: 0;
  left: 0;
}

.service_box.style_three:hover .service_content .content_inner small {
  font-size: 60px;
  color: var(--primary-color-one);
}

.service_box.style_four .service_content {
  position: relative;
  padding: 0px 20px 20px 20px;
  box-shadow: var(--box-shadow);
  background: #fff;
  border-radius: 10px;
  text-align: center;
  margin-top: 20px;
}

.service_box.style_four .service_content .image_box {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  top: -20px;
}

.service_box.style_four .service_content .image_box img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.service_box.style_four .service_content .image_box span {
  position: absolute;
  display: block;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 10px 0px 10px 0px;
  background: #fff;
  font-size: 25px;
  color: var(--primary-color-one);
  transition: 0.5s ease-in-out !important;
  -moz-transition: 0.5s ease-in-out !important;
  -o-transition: 0.5s ease-in-out !important;
  -ms-transition: 0.5s ease-in-out !important;
}

.service_box.style_four .service_content .image_box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: -100%;
  left: 0;
  background: var(--primary-color-two);
  opacity: 0;
  transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}

.service_box.style_four .service_content .content_inner {
  position: relative;
  padding: 5px 15px;
}

.service_box.style_four .service_content .content_inner h2 a {
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: var(--heading-dark);
  margin-bottom: 8px;
}

.service_box.style_four .service_content .content_inner p {
  text-transform: uppercase;
  margin-bottom: 0px;
  font-size: 12px;
  font-family: "Assistant", sans-serif;
  font-weight: 500;
  color: var(--primary-color-one);
  line-height: 22px;
}

.service_box.style_four .service_content:hover .image_box span {
  background: var(--primary-color-one);
  color: #fff;
}

.service_box.style_four .service_content:hover .image_box::before {
  bottom: 0;
  opacity: 0.9;
}

.service_box.style_five .service_content {
  position: relative;
}

.service_box.style_five .service_content .image_box {
  position: relative;
  overflow: hidden;
  height: 220px;
  margin-bottom: 5px;
  border-radius: 5px;
  transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}

.service_box.style_five .service_content .image_box img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service_box.style_five .service_content .image_box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: -100%;
  border: 5px;
  top: 0;
  background: linear-gradient(
    90deg,
    var(--primary-color-two) 40%,
    rgba(0, 0, 0, 0.09) 180%
  );
  transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}

.service_box.style_five .service_content .content_inner {
  position: relative;
  padding: 25px 20px;
  border: 1px solid var(--border-color-dark);
  border-radius: 5px;
  background: #fff;
}

.service_box.style_five .service_content .content_inner span {
  display: block;
  position: absolute;
  width: 60px;
  border-radius: 5px;
  color: var(--primary-color-one);
  border: 1px solid var(--border-color-dark);
  height: 60px;
  left: 20px;
  top: 0px;
  bottom: 0;
  margin: auto;
  font-size: 30px;
  text-align: center;
  line-height: 60px;
  border-radius: 50px;
  transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}

.service_box.style_five .service_content .content_inner .text_box {
  position: relative;
  margin-left: 80px;
}

.service_box.style_five .service_content .content_inner .text_box h2 {
  line-height: normal;
}

.service_box.style_five .service_content .content_inner .text_box h2 a {
  font-size: 20px;
  font-weight: 700;
  color: var(--heading-dark);
  line-height: 30px;
  margin-bottom: 6px;
  display: block;
}

.service_box.style_five .service_content .content_inner .text_box p {
  margin-bottom: 0px;
}

.service_box.style_five .service_content:hover .image_box::before {
  left: 0;
  opacity: 0.9;
}

.service_box.style_five .service_content:hover .content_inner span {
  border-color: var(--primary-color-one);
  background: var(--primary-color-one);
  color: #fff;
}

.service_box.type_one {
  position: relative;
  margin: 0px 0px 30px;
  background: var(--color-white);
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.04);
}

.service_box.type_one .image_box {
  position: relative;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  overflow: hidden;
  display: block;
}

.service_box.type_one .image_box img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 350px;
}

.service_box.type_one .image_box .overlay {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.service_box.type_one .image_box .overlay:before {
  position: absolute;
  width: 0%;
  height: 100%;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  right: 0;
  top: 0;
  content: "";
  background: var(--heading-dark);
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

.service_box.type_one .content_box {
  position: relative;
  padding: 45px 30px 30px;
}

.service_box.type_one .content_box h2 a {
  position: relative;
  font-size: 20px;
  display: block;
  font-weight: 700;
  color: var(--heading-dark);
  line-height: 30px;
  margin-bottom: 8px;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

.service_box.type_one .content_box h2 a:hover {
  color: var(--primary-color-one);
}

.service_box.type_one .content_box .icon_box {
  position: absolute;
  width: 100%;
  left: 0;
  top: -36px;
}

.service_box.type_one .content_box .icon_box .icon_box_inner {
  position: relative;
  margin: 0px 30px;
}

.service_box.type_one .content_box .icon_box .icon_box_inner:before {
  position: absolute;
  content: "";
  width: 100%;
  left: 2px;
  top: 34px;
  height: 5px;
  background: var(--primary-color-one);
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

.service_box.type_one .content_box .icon_box .icon_box_inner .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: block;
  background: var(--primary-color-one);
  text-align: center;
  border-radius: 50%;
  color: var(--color-white);
  font-size: 35px;
  position: relative;
  z-index: 1;
  right: inherit;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

.service_box.type_one .content_box p {
  margin-bottom: 15px;
}

.service_box.type_one:hover .image_box .overlay:before {
  width: calc(100% + 60px);
  left: -30px;
  opacity: 0.8;
}

.service_box.type_two {
  position: relative;
  background: var(--color-white);
  border-radius: 10px;
  margin: 0px 0px 30px;
  padding: 10px 10px 30px;
  text-align: center;
  box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.06);
}

.service_box.type_two .icon_box {
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 11;
  bottom: 0;
  left: 0;
  height: 30px;
}

.service_box.type_two .icon_box .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: block;
  background: var(--primary-color-one);
  text-align: center;
  border-radius: 50%;
  color: var(--color-white);
  font-size: 40px;
  position: absolute;
  z-index: 1;
  right: inherit;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  left: 0;
  right: 0;
  margin: auto;
}

.service_box.type_two .image_box {
  position: relative;
  z-index: 0;
  overflow: hidden;
  border-radius: 10px;
}

.service_box.type_two .image_box img {
  position: relative;
  border-radius: 10px;
}

.service_box.type_two .image_box::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 102%;
  border-radius: 10px;
  height: 102%;
  display: block;
  opacity: 0;
  text-align: center;
  transform: perspective(400px) rotateX(-90deg);
  transform-origin: top;
  transition: all 0.5s;
  background-color: var(--heading-dark);
  z-index: 10;
}

.service_box.type_two .content_heaing {
  position: relative;
  padding: 20px 20px 0px;
}

.service_box.type_two .content_heaing h2 a {
  display: block;
  position: relative;
  font-size: 20px;
  color: var(--heading-dark);
  line-height: 30px;
  margin-bottom: 10px;
}

.service_box.type_two .content_heaing p {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(34, 34, 34, 0.1);
  margin-bottom: 20px;
}

.service_box.type_two .btn_box {
  position: relative;
  padding-top: 20px;
}

.service_box.type_two:hover .image_box::before {
  opacity: 0.9;
  transform: perspective(400px) rotateX(0deg);
  transition: all 700ms ease 100ms;
}

.service_box.type_two.light_color {
  background: rgba(40, 47, 59, 0.09);
}

.service_box.type_two.light_color .icon_box .icon {
  background: var(--color-white);
  color: var(--primary-color-one);
}

.service_box.type_two.light_color .content_heaing h2 a {
  color: var(--color-white);
}

.service_box.type_two.light_color .content_heaing p {
  color: var(--color-white);
  border-color: rgba(255, 255, 255, 0.05);
}

.service_box.type_two.light_color .btn_box a {
  color: var(--color-white);
}

.service_box.type_three {
  position: relative;
  padding: 5px;
  background: var(--color-white);
  margin-bottom: 20px;
}

.service_box.type_three .image_box {
  position: relative;
  overflow: hidden;
}

.service_box.type_three .image_box img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.service_box.type_three .image_box .overlay {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.service_box.type_three .image_box .overlay:before {
  position: absolute;
  width: 0%;
  height: 100%;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  right: 0;
  top: 0;
  content: "";
  background: var(--heading-dark);
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

.service_box.type_three .content_box {
  padding: 25px 25px 20px;
  position: relative;
}

.service_box.type_three .content_box .icon_box {
  position: absolute;
  top: -55px;
  width: 60px;
  height: 60px;
  background: var(--primary-color-one);
  right: 1px;
  z-index: 1;
  text-align: center;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

.service_box.type_three .content_box .icon_box img {
  width: 40px;
  height: auto;
  margin: auto;
}

.service_box.type_three .content_box .icon_box i {
  font-size: 40px;
  line-height: 60px;
  color: var(--color-white);
}

.service_box.type_three .content_box h2 a {
  font-size: 20px;
  line-height: 30px;
  display: block;
  margin-bottom: 10px;
}

.service_box.type_three .content_box p {
  margin-bottom: 0px;
}

.service_box.type_three:hover .image_box .overlay:before {
  width: calc(100% + 60px);
  left: -30px;
  opacity: 0.8;
}

.service_post {
  position: relative;
}

.service_post.style_one {
  border-top: 2px solid var(--primary-color-one);
  margin-bottom: 40px;
  cursor: pointer;
}

.service_post.style_one .image {
  position: relative;
  overflow: hidden;
}

.service_post.style_one .image .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 100%;
  opacity: 0;
  background: var(--primary-color-two);
  z-index: 1;
  transition: 0.9s ease-in-out;
  -moz-transition: 0.9s ease-in-out;
  -o-transition: 0.9s ease-in-out;
  -ms-transition: 0.9s ease-in-out;
}

.service_post.style_one .image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.service_post.style_one .service_content {
  position: relative;
  z-index: 10;
  border-left: 1px solid var(--border-color-dark);
  border-right: 1px solid var(--border-color-dark);
  border-bottom: 1px solid var(--border-color-dark);
  padding: 25px 20px 20px;
  text-align: center;
  border-radius: 0px 0px 10px 10px;
}

.service_post.style_one .service_content.icon_yes {
  padding: 40px 20px 20px;
}

.service_post.style_one .service_content .icon_box {
  position: absolute;
  top: -33px;
  left: 0px;
  width: 60px;
  line-height: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--primary-color-one);
  text-align: center;
  right: 0;
  margin: auto;
  z-index: 2;
}

.service_post.style_one .service_content .icon_box span {
  color: #fff;
  font-size: 30px;
  display: block;
  line-height: 60px;
}

.service_post.style_one .service_content .icon_box img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: 30px;
  margin: auto;
}

.service_post.style_one .service_content h2 a {
  display: block;
  color: var(--heading-dark);
  line-height: 28px;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.service_post.style_one .service_content p {
  margin-bottom: 30px;
}

.service_post.style_one .service_content a.read_more {
  position: absolute;
  width: 150px;
  height: 50px;
  background: var(--primary-color-one);
  text-align: center;
  line-height: 50px;
  color: #fff;
  border-radius: 50px;
  left: 0;
  padding-top: 2px;
  right: 0;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  margin: auto;
  font-family: "Assistant", sans-serif;
  bottom: -24px;
}

.service_post.style_one .service_content a.read_more i {
  margin-left: 6px;
  display: inline-block;
  position: relative;
  top: 2px;
  font-size: 15px;
}

.service_post.style_one:hover .image .overlay {
  top: 0%;
  opacity: 0.8;
}

.service_post.style_two {
  position: relative;
  background: #fff;
  border-radius: 10px;
  box-shadow: var(--box-shadow);
  padding: 20px;
  text-align: center;
}

.service_post.style_two .image {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 190px;
}

.service_post.style_two .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service_post.style_two .image .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 100%;
  opacity: 0;
  background: var(--primary-color-two);
  z-index: 1;
  transition: 0.9s ease-in-out;
  -moz-transition: 0.9s ease-in-out;
  -o-transition: 0.9s ease-in-out;
  -ms-transition: 0.9s ease-in-out;
}

.service_post.style_two .image .icon_box {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 10px 3px 10px 3px;
  background: #fff;
  z-index: 3;
  transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
}

.service_post.style_two .image .icon_box span {
  display: block;
  font-size: 25px;
  color: var(--primary-color-one);
  line-height: 53px;
  transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  opacity: 1;
}

.service_post.style_two .image .icon_box a {
  position: absolute;
  font-size: 26px;
  line-height: 26px;
  width: 26px;
  height: 26px;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  opacity: 0;
}

.service_post.style_two .service_content {
  position: relative;
  padding: 20px 10px 0px;
}

.service_post.style_two .service_content .catss {
  position: relative;
  display: block;
  margin-bottom: 6px;
}

.service_post.style_two .service_content .catss a {
  color: var(--primary-color-one);
  text-transform: uppercase;
  line-height: 23px;
  font-size: 13px;
  font-weight: 500;
  display: inline-block;
}

.service_post.style_two .service_content .catss a:last-child span {
  display: none;
}

.service_post.style_two .service_content h2 {
  margin: 0px;
}

.service_post.style_two .service_content h2 a {
  display: block;
  color: var(--heading-dark);
  line-height: 32px;
  font-size: 22px;
  font-weight: 700;
}

.service_post.style_two:hover .image .overlay {
  top: 0;
  opacity: 0.8;
}

.service_post.style_two:hover .image .icon_box {
  width: 60px;
  height: 60px;
  line-height: 60px;
  right: 0;
  bottom: 0;
  background: var(--primary-color-one);
}

.service_post.style_two:hover .image .icon_box span {
  opacity: 0;
}

.service_post.style_two:hover .image .icon_box a {
  color: #fff;
  opacity: 1;
}

.service_post.style_three {
  position: relative;
  background: #fff;
  box-shadow: var(--box-shadow-two);
  border-radius: 0px 0px 5px 5px;
}

.service_post.style_three .image_box {
  position: relative;
  overflow: hidden;
}

.service_post.style_three .image_box::before {
  position: absolute;
  content: "";
  left: 0;
  top: 100%;
  background: var(--primary-color-two);
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.service_post.style_three .image_box img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}

.service_post.style_three .text_box {
  position: relative;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  z-index: 2;
}

.service_post.style_three .text_box .text_box_inner {
  position: relative;
  padding: 40px 30px 30px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  overflow: hidden;
  z-index: 0;
}

.service_post.style_three .text_box .text_box_inner::before {
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  border-radius: 0px 0px 5px 5px;
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 100%;
  left: 0;
  background: var(--primary-color-one);
  z-index: -1;
}

.service_post.style_three .text_box .text_box_inner span.icon {
  font-size: 50px;
  line-height: 50px;
  display: block;
  margin-bottom: 22px;
  color: var(--primary-color-one);
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.service_post.style_three .text_box .text_box_inner img {
  margin-bottom: 22px;
  height: 50px;
  width: auto;
}

.service_post.style_three .text_box .text_box_inner h2 a {
  font-size: 18px;
  color: var(--heading-dark);
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 26px;
}

.service_post.style_three .text_box .text_box_inner p {
  margin-bottom: 10px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.service_post.style_three .text_box .text_box_inner .read_more {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: var(--heading-dark);
  font-weight: 500;
  line-height: 25px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.service_post.style_three .text_box .text_box_inner .read_more i {
  position: relative;
  top: 2px;
  font-size: 18px;
  left: 10px;
}

.service_post.style_three .text_box .text_box_inner .bg_icon {
  position: absolute;
  top: 25px;
  right: 40px;
}

.service_post.style_three .text_box .text_box_inner .bg_icon span {
  opacity: 0.1;
  font-size: 30px;
}

.service_post.style_three .text_box .text_box_inner .bg_icon img {
  height: 40px;
  opacity: 0.1;
}

.service_post.style_three:hover .image_box::before {
  top: 0%;
  opacity: 0.8;
}

.service_post.style_three:hover .text_box .text_box_inner::before {
  top: 0;
}

.service_post.style_three:hover .text_box .text_box_inner span.icon,
.service_post.style_three:hover .text_box .text_box_inner h2 a,
.service_post.style_three:hover .text_box .text_box_inner p,
.service_post.style_three:hover .text_box .text_box_inner a.read_more {
  color: #fff;
}

.service_post.style_four {
  position: relative;
  padding: 10px;
  box-shadow: var(--box-shadow);
  background: #fff;
  z-index: 0;
  border-radius: 10px;
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}

.service_post.style_four .image_box {
  position: relative;
  overflow: hidden;
  margin-bottom: 36px;
  border-radius: 10px;
}

.service_post.style_four .image_box img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}

.service_post.style_four::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 50px;
  left: 0;
  bottom: 0;
  background: var(--primary-color-one);
  opacity: 0;
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  top: 100%;
  z-index: 1;
}

.service_post.style_four::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  left: 38px;
  top: 40px;
  background: var(--primary-color-three);
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  z-index: -1;
}

.service_post.style_four .content_in_box {
  position: relative;
  padding: 10px 20px 25px;
}

.service_post.style_four .icon_box {
  width: 60px;
  height: 60px;
  position: relative;
}

.service_post.style_four .icon_box::before {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 30px;
  border-radius: 5px;
  color: #fff;
  content: "";
  text-align: center;
  display: block;
  margin-bottom: 20px;
  background: var(--primary-color-one);
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  transition: 0.5s;
}

.service_post.style_four .icon_box::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 71px;
  border-radius: 5px;
  top: -5px;
  left: 7px;
  background: #eee;
}

.service_post.style_four .icon_box .icons {
  position: absolute;
  font-size: 25px;
  line-height: 25px;
  height: 25px;
  text-align: center;
  color: #fff;
  top: 0;
  z-index: 77;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.service_post.style_four .icon_box img {
  position: absolute;
  width: 30px;
  height: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 77;
}

.service_post.style_four .bg_im {
  position: absolute;
  right: 27px;
  font-size: 50px;
  line-height: 50px;
  color: var(--primary-color-three);
  width: 50px;
  height: auto;
  top: 3px;
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}

.service_post.style_four h2 {
  line-height: normal;
}

.service_post.style_four h2 a {
  position: relative;
  font-size: 20px;
  line-height: 30px;
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  color: var(--heading-dark);
  font-family: "Assistant", sans-serif;
  margin-top: 30px;
}

.service_post.style_four p {
  margin-bottom: 15px;
}

.service_post.style_four a.read_more {
  font-size: 15px;
  line-height: 25px;
  font-family: "Assistant", sans-serif;
  color: var(--primary-color-two);
  display: block;
  font-weight: 600;
  margin-top: 15px;
  transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.service_post.style_four a.read_more i {
  position: relative;
  right: -8px;
  top: 3px;
  font-size: 17px;
}

.service_post.style_four small {
  position: absolute;
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--primary-color-two);
  opacity: 0.2;
  top: 64px;
  right: 34px;
}

.service_post.style_four:hover::after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.service_post.style_four:hover::before {
  opacity: 1;
  top: 50px;
}

.service_post.style_four:hover a.read_more {
  color: var(--primary-color-one);
}

.service_post.style_four:hover .bg_im {
  color: #fff;
}

.service_post.style_five {
  margin-bottom: 20px;
}

.service_post.style_five .image_box {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}

.service_post.style_five .image_box .gradient {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    var(--primary-color-two) 6%,
    rgba(0, 0, 0, 0.09) 122%
  );
  left: 0;
  top: 0;
  transition: 0.5s;
}

.service_post.style_five .image_box img {
  position: relative;
  width: 100%;
  height: 430px;
  object-fit: cover;
  transform: scale(1.01);
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
  transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
}

.service_post.style_five .image_box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  background: var(--primary-color-one);
  transition: all 0.5s ease-in-out;
  z-index: 1;
}

.service_post.style_five .content_box {
  position: absolute;
  bottom: 0;
  left: 0px;
  z-index: 4;
  padding: 40px 30px 30px;
  overflow: hidden;
}

.service_post.style_five .content_box h2 {
  line-height: normal;
}

.service_post.style_five .content_box h2 a {
  display: block;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 16px;
  color: #fff;
  transition: all 0.5s ease-in-out;
  transform: translateY(70px);
}

.service_post.style_five .content_box p {
  transform: translateY(200px);
  color: #fff;
  margin-bottom: 10px;
  transition: all 0.5s ease-in-out;
}

.service_post.style_five .content_box .read_more {
  display: block;
  color: #fff;
  transform: translateY(0px);
  transition: all 0.5s ease-in-out;
  font-family: "Assistant", sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.service_post.style_five .content_box .read_more i {
  margin-right: 8px;
  position: relative;
  top: 1px;
  display: inline-block;
}

.service_post.style_five .icon_box {
  position: absolute;
  left: 0;
  bottom: -26px;
  background: var(--primary-color-one);
  width: 65px;
  height: 65px;
  border-radius: 50px;
  line-height: 65px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  z-index: 10;
  left: 75%;
}

.service_post.style_five .icon_box span {
  position: absolute;
  font-size: 30px;
  line-height: 35px;
  display: block;
  height: 35px;
  width: 35px;
  text-align: center;
  top: 0;
  bottom: 0;
  color: #fff;
  left: 0;
  right: 0;
  margin: auto;
}

.service_post.style_five .icon_box img {
  width: 30px;
  height: auto;
  top: 0;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.service_post.style_five:hover .image_box img {
  transform: scale(1.2) rotate(2deg);
}

.service_post.style_five:hover .image_box::before {
  opacity: 0.8;
}

.service_post.style_five:hover .icon_box {
  left: 30px;
}

.service_post.style_five:hover .content_box h2 a {
  transform: translateY(-30px);
}

.service_post.style_five:hover .content_box p {
  transform: translateY(-30px);
}

.service_post.style_five:hover .content_box .read_more {
  transform: translateY(-20px);
}

.service_carousel {
  position: relative;
}

.service_carousel.style_one {
  margin: 0px 15px;
}

.service_carousel.style_one .image {
  position: relative;
  overflow: hidden;
}

.service_carousel.style_one .image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: top;
}

.service_carousel.style_one .image .overlay {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(
    0deg,
    var(--primary-color-two) 30%,
    rgba(0, 0, 0, 0) 70%
  );
  opacity: 0.8;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.service_carousel.style_one .content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 25px;
  width: 100%;
  display: inline-block;
  margin: 0px;
  z-index: 9;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.service_carousel.style_one .content .icon_box {
  position: relative;
  margin-bottom: 20px;
}

.service_carousel.style_one .content .icon_box span {
  font-size: 30px;
  display: inline-block;
  text-align: center;
  background: var(--primary-color-one);
  color: #fff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 0px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.service_carousel.style_one .content .icon_box img {
  width: 30px;
}

.service_carousel.style_one .content h2 {
  position: relative;
}

.service_carousel.style_one .content h2 a {
  display: block;
  font-size: 20px;
  line-height: 32px;
  color: #fff;
}

.service_carousel.style_one .content h2 a:hover {
  color: vr(--primary-color-one);
}

.service_carousel.style_one:hover .image .overlay {
  height: 110%;
}

/*---==========================================-----
-----==================project_caro_section ===============-----
-----=========================================-----*/
.project_caro_section .swiper__center.swiper-container,
.project_caro_section .swiper__center_three.swiper-container {
  overflow: inherit !important;
}

.project_caro_section .p_pagination .swiper-pagination {
  padding: 20px 0px 0px;
}

.project_caro_section.style_three .p_pagination .swiper-pagination {
  padding: 40px 0px 0px;
}

.project_caro_section.style_four .swiper,
.project_caro_section.style_four .swiper-container {
  overflow: unset;
}

.project_post {
  position: relative;
}

.project_post.style_one {
  padding: 30px;
  background: #fff;
  box-shadow: var(--box-shadow);
  border-radius: 10px;
}

.project_post.style_one .image {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.project_post.style_one .image img {
  width: 100%;
  height: 370px;
  object-fit: cover;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.project_post.style_one .image::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: -100%;
  background: linear-gradient(
    to top,
    var(--primary-color-two) 1%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 9;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.project_post.style_one .project_caro_content {
  position: relative;
  padding: 20px 60px 0px 0px;
}

.project_post.style_one .project_caro_content p {
  font-size: 12px;
  font-family: "Assistant", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--primary-color-one);
  margin-bottom: 5px;
}

.project_post.style_one .project_caro_content h2 a {
  font-size: 20px;
  font-weight: 700;
  color: var(--heading-dark);
  display: block;
  line-height: 30px;
}

.project_post.style_one .project_caro_content .right_side {
  position: absolute;
  right: 0;
  top: 27px;
  bottom: 0;
  overflow: hidden;
  height: 50px;
  width: 50px;
}

.project_post.style_one .project_caro_content .right_side a {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 10px 0px 10px 0px;
  border: 1px solid var(--border-color-dark);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.project_post.style_one .project_caro_content .right_side a.two {
  opacity: 0;
  background: var(--primary-color-one);
  border-color: var(--primary-color-one);
  color: #fff;
  transform: translateY(-100px);
}

.project_post.style_one:hover .image img {
  transform: scale(1.05);
}

.project_post.style_one:hover .image::before {
  bottom: 0;
}

.project_post.style_one:hover .right_side a {
  opacity: 0;
  transform: translateY(100px);
}

.project_post.style_one:hover .right_side a.two {
  opacity: 1 !important;
  transform: translateY(0px);
}

.project_post.style_one.style_four_caro {
  padding: 10px;
  background: #fff;
  box-shadow: unset;
  border-radius: 0;
  border: 1px solid var(--border-color-dark);
}

.project_post.style_one.style_four_caro .image {
  border-radius: 0px;
}

.project_post.style_one.style_four_caro .project_caro_content {
  padding: 30px 105px 20px 25px;
}

.project_post.style_one.style_four_caro .project_caro_content .right_side {
  top: 0;
  bottom: 0;
  margin: auto;
  right: 30px;
}

/*---==========================================-----
-----================== project_all ===============-----
-----=========================================-----*/
.project_all {
  position: relative;
}

.project_all.filter_enabled {
  padding: 0px;
}

.project_all.filt_style_one .fliter_group,
.project_all.filt_style_six .fliter_group {
  position: relative;
  margin-bottom: 50px;
}

.project_all.filt_style_one .fliter_group .project_filter,
.project_all.filt_style_six .fliter_group .project_filter {
  position: relative;
  display: block;
  padding-left: 0px;
}

.project_all.filt_style_one .fliter_group .project_filter li,
.project_all.filt_style_six .fliter_group .project_filter li {
  display: inline-block;
  margin: 0px 15px;
  position: relative;
  padding: 9px 15px 5px;
  border-left: 1px solid var(--border-color-dark);
  border-bottom: 1px solid var(--border-color-dark);
  cursor: pointer;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  text-transform: uppercase;
  font-family: "Assistant", sans-serif;
  font-weight: 600;
}

.project_all.filt_style_one .fliter_group .project_filter li.current,
.project_all.filt_style_six .fliter_group .project_filter li.current {
  border-color: var(--primary-color-one);
  background: var(--primary-color-one);
  color: #fff;
}

.project_all.filt_style_six .fliter_group .project_filter {
  padding-left: 0px;
}

.project_all.filt_style_six .fliter_group .project_filter li {
  border: 0px;
  padding: 8px 20px;
  background: var(--primary-color-three);
  margin: 0px 5px;
  border-radius: 5px;
}

.project_all.filt_style_six .fliter_group .project_filter li.current {
  background: var(--primary-color-one);
  color: #fff;
}

.project_all.filt_style_two .fliter_group,
.project_all.filt_style_three .fliter_group,
.project_all.filt_style_four .fliter_group,
.project_all.filt_style_five .fliter_group {
  position: relative;
  margin-bottom: 60px;
}

.project_all.filt_style_two .fliter_group .project_filter,
.project_all.filt_style_three .fliter_group .project_filter,
.project_all.filt_style_four .fliter_group .project_filter,
.project_all.filt_style_five .fliter_group .project_filter {
  position: relative;
  display: block;
  border-bottom: 1px solid var(--border-color-dark);
}

.project_all.filt_style_two .fliter_group .project_filter li,
.project_all.filt_style_three .fliter_group .project_filter li,
.project_all.filt_style_four .fliter_group .project_filter li,
.project_all.filt_style_five .fliter_group .project_filter li {
  display: inline-block;
  position: relative;
  padding: 0px 8px 16px;
  margin: 0px 3px;
  cursor: pointer;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  text-transform: uppercase;
  font-weight: 600;
  background: transparent;
  font-family: "Assistant", sans-serif;
  font-weight: 700;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.project_all.filt_style_two .fliter_group .project_filter li.current,
.project_all.filt_style_three .fliter_group .project_filter li.current,
.project_all.filt_style_four .fliter_group .project_filter li.current,
.project_all.filt_style_five .fliter_group .project_filter li.current {
  color: var(--primary-color-one);
}

.project_all.filt_style_two .fliter_group .project_filter li:after,
.project_all.filt_style_three .fliter_group .project_filter li:after,
.project_all.filt_style_four .fliter_group .project_filter li:after,
.project_all.filt_style_five .fliter_group .project_filter li:after {
  position: absolute;
  content: "";
  background: var(--primary-color-one);
  width: 100%;
  height: 3px;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.project_all.filt_style_two .fliter_group .project_filter li.current:after,
.project_all.filt_style_three .fliter_group .project_filter li.current:after,
.project_all.filt_style_four .fliter_group .project_filter li.current:after,
.project_all.filt_style_five .fliter_group .project_filter li.current:after {
  opacity: 1;
}

.project_all.filt_style_eight .fliter_group {
  position: relative;
  margin-bottom: 40px;
}

.project_all.filt_style_eight .fliter_group .project_filter {
  position: relative;
  display: block;
  margin-bottom: 0px;
}

.project_all.filt_style_eight .fliter_group .project_filter li {
  display: inline-block;
  position: relative;
  padding: 0px 8px 0px;
  margin: 0px 3px;
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  background: transparent;
  font-family: "Assistant", sans-serif;
  font-weight: 700;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.project_all.filt_style_eight .fliter_group .project_filter li.current {
  color: var(--primary-color-one);
}

.project_box.style_two {
  position: relative;
  margin-bottom: 30px;
}

.project_box.style_two .image {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.project_box.style_two .image img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.project_box.style_two .image .overlay {
  position: absolute;
  top: -150px;
  right: -150px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50px;
  background: var(--primary-color-one);
  text-align: center;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.project_box.style_two .image .overlay a span {
  font-size: 18px;
  color: #fff;
  position: relative;
  top: 17px;
  right: 13px;
}

.project_box.style_two .image::before {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  margin: auto;
}

.project_box.style_two .content_inner {
  padding: 20px;
  margin: 0px 15px 0px 15px;
  background: #fff;
  box-shadow: var(--box-shadow);
  border: 1px solid var(--border-color-dark);
  margin-top: -25px;
  z-index: 23;
  position: relative;
  border-radius: 5px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transform: translateY(0px);
}

.project_box.style_two .content_inner::before {
  position: absolute;
  content: "";
  border: 1px dashed var(--border-color-dark);
  width: 98%;
  height: 97%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  border-radius: 10px;
}

.project_box.style_two .content_inner h2 a {
  position: relative;
  font-family: "Assistant", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 15px;
  display: block;
}

.project_box.style_two .content_inner .meta_value a {
  background: var(--primary-color-three);
  padding: 6px 13px 7px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 20px;
  text-transform: capitalize;
}

.project_box.style_two:hover .image .overlay {
  top: -40px;
  right: -40px;
}

.project_box.style_two:hover .image::before {
  animation: circle 0.75s;
  -moz-animation: circle 0.75s;
  -ms-animation: circle 0.75s;
  -o-animation: circle 0.75s;
}

.project_box.style_two:hover .content_inner {
  transform: translateY(20px);
}

.project_box.style_three {
  position: relative;
  padding: 30px 30px 30px 0px;
  border-radius: 10px;
  box-shadow: var(--box-shadow);
  background: #fff;
  margin-bottom: 30px;
}

.project_box.style_three .content_inner {
  position: relative;
  float: left;
  width: 35%;
  padding: 5px 35px;
}

.project_box.style_three .content_inner div a {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: var(--primary-color-one);
  font-family: "Assistant", sans-serif;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding: 9px 11px 4px;
  background: var(--primary-color-three);
  display: inline-block;
  border-radius: 5px;
}

.project_box.style_three .content_inner h2 a {
  position: relative;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-color-dark);
  display: block;
}

.project_box.style_three .content_inner .read_more {
  font-size: 15px;
  color: var(--primary-color-one);
  line-height: 25px;
  display: inline-block;
}

.project_box.style_three .content_inner .read_more span {
  display: inline-block;
  margin-left: 5px;
  font-size: 17px;
  top: 2px;
  position: relative;
}

.project_box.style_three .content_inner .tags_and_share {
  margin-top: 30px;
}

.project_box.style_three .content_inner .share_socail {
  position: relative;
  padding-top: 25px;
}

.project_box.style_three .content_inner .share_socail .title {
  display: none;
}

.project_box.style_three .content_inner .share_socail button {
  margin-right: 10px;
}

.project_box.style_three .content_inner .share_socail button:last-child {
  margin-right: 0px;
}

.project_box.style_three .content_inner .share_socail button {
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  border-radius: 50px;
  background: var(--primary-color-three);
  border: 1px solid var(--border-color-dark);
  color: var(--text-color-dark);
  display: inline-block;
  margin-right: 5px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  box-shadow: none;
}

.project_box.style_three .content_inner .share_socail button i {
  position: absolute;
  width: 15px;
  height: 15px;
  text-align: center;
  font-size: 15px;
  margin: auto;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.project_box.style_three .image {
  position: relative;
  width: 65%;
  float: right;
  border-radius: 10px;
  overflow: hidden;
}

.project_box.style_three .image::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: -100%;
  opacity: 0;
  background: var(--primary-color-one);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.project_box.style_three .image img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.project_box.style_three .image .text {
  padding: 20px 30px;
  border-radius: 10px 10px 0px 0px;
  background: var(--primary-color-three);
  position: absolute;
  right: 30px;
  bottom: 0;
}

.project_box.style_three .image .text ul {
  margin: 0;
  padding: 0;
}

.project_box.style_three .image .text ul li {
  list-style: none;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 23px;
  margin-bottom: 5px;
  color: var(--heading-dark);
  font-weight: 600;
}

.project_box.style_three .image .text ul li:last-child {
  margin-bottom: 0px;
}

.project_box.style_three .image .text ul li span {
  font-size: 16px;
  line-height: 26px;

  font-weight: 400;
  display: inline-block;
  text-transform: none;
  opacity: 0.8;
  margin-left: 5px;
}

.project_box.style_three:hover .image::before {
  bottom: 0;
  opacity: 0.8;
}

/*---==========================================-----
-----================== project_information ===============-----
-----=========================================-----*/
.project_information {
  position: relative;
}

.project_information h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 30px;
}

.project_information .repeat_informtion {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.project_information .repeat_informtion h6 {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.project_information .repeat_informtion p {
  margin: 0px;
  font-size: 15px;
}

.project_information .social_medias {
  position: relative;
}

.project_information .social_medias a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  margin-right: 10px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  color: var(--primary-color-one);
  border: 1px solid var(--border-color-dark);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  margin-bottom: 15px;
}

.project_information .social_medias a:last-child {
  margin-right: 0px;
}

.project_information .social_medias a:hover {
  color: #fff;
  background: var(--primary-color-one);
  border-color: var(--primary-color-one);
}

.project_information .theme-btn {
  margin-top: 15px;
}

.project_post {
  position: relative;
  margin-bottom: 30px;
}

.project_post.style_four {
  padding: 30px;
  background: #fff;
  box-shadow: var(--box-shadow);
  border-radius: 10px;
}

.project_post.style_four .image {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.project_post.style_four .image a.two {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  color: var(--primary-color-one);
  border-radius: 10px 0px 10px 0px;
  background: #fff;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  z-index: 10;
}

.project_post.style_four .image img {
  width: 100%;
  height: 370px;
  object-fit: cover;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.project_post.style_four .image::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: -100%;
  background: linear-gradient(
    to top,
    var(--primary-color-two) 1%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 9;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.project_post.style_four .project_caro_content {
  position: relative;
  padding: 20px 0px 0px 0px !important;
}

.project_post.style_four .project_caro_content p {
  font-size: 12px;
  font-family: "Assistant", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--primary-color-one);
  margin-bottom: 5px;
}

.project_post.style_four .project_caro_content h2 a {
  font-size: 20px;
  font-weight: 700;
  color: var(--heading-dark);
  display: block;
  line-height: 30px;
}

.project_post.style_four:hover .image img {
  transform: scale(1.05);
}

.project_post.style_four:hover .image::before {
  bottom: 0;
}

.project_post.style_four:hover .image a {
  background: var(--primary-color-one);
  color: #fff;
}

.project_post {
  position: relative;
  margin-bottom: 30px;
}

.project_post.style_five {
  padding: 20px;
  background: #fff;
  box-shadow: var(--box-shadow);
  border-radius: 10px;
}

.project_post.style_five .image {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.project_post.style_five .image a.two {
  position: absolute;
  right: 10px;
  top: -200px;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  color: var(--primary-color-one);
  border-radius: 0px 10px 0px 10px;
  background: #fff;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  z-index: 10;
  font-size: 14px;
}

.project_post.style_five .image img {
  width: 100%;
  height: 370px;
  object-fit: cover;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.project_post.style_five .image::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: -100%;
  background: linear-gradient(
    to top,
    var(--primary-color-two) 1%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 9;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.project_post.style_five .project_caro_content {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  opacity: 0;
  padding: 20px;
  z-index: 11;
}

.project_post.style_five .project_caro_content p {
  font-size: 12px;
  font-family: "Assistant", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 5px;
}

.project_post.style_five .project_caro_content h2 a {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  display: block;
  line-height: 30px;
}

.project_post.style_five:hover .image img,
.project_post.style_five.hover_actives .image img {
  transform: scale(1.05);
}

.project_post.style_five:hover .image::before,
.project_post.style_five.hover_actives .image::before {
  bottom: 0;
}

.project_post.style_five:hover .image a.two,
.project_post.style_five.hover_actives .image a.two {
  background: var(--primary-color-one);
  color: #fff;
  top: 10px;
}

.project_post.style_five:hover .project_caro_content,
.project_post.style_five.hover_actives .project_caro_content {
  opacity: 1;
}

.project_post.style_seven {
  position: relative;
  overflow: hidden;
  background: transparent;
}

.project_post.style_seven h2 a {
  font-size: 18px;
  color: var(--heading-dark);
  line-height: 26px;
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
}

.project_post.style_seven p {
  color: var(--primary-color-one);
}

.project_post.style_seven .image_box {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.project_post.style_seven .image_box img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}

.project_post.style_seven .content_box {
  position: relative;
  text-align: center;
  padding: 25px 0px 40px;
  border-bottom: 1px solid var(--primary-color-three);
  margin-bottom: 30px;
}

.project_post.style_seven .content_box .image_zoom_box {
  text-align: center;
  position: relative;
  z-index: 10;
  width: 100%;
}

.project_post.style_seven .content_box .image_zoom_box img {
  height: 340px;
  width: 100%;
  object-fit: cover;
}

.project_post.style_seven .content_box .image_zoom_box .zoom_icon {
  position: absolute;
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  border: 1px solid var(--border-color-dark);
  left: 0;
  right: 0;
  color: var(--heading-dark);
  bottom: -60px;
  margin: 0 auto;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.project_post.style_seven .content_box p {
  margin-bottom: 5px;
}

.project_post.style_seven .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 0;
  top: 0px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  border-radius: 5px;
}

.project_post.style_seven .overlay::before {
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  position: absolute;
  content: "";
  height: 100%;
  border-radius: 5px;
  width: 100%;
  top: 100%;
  left: 0;
  background: var(--primary-color-one);
}

.project_post.style_seven .overlay .text {
  position: absolute;
  text-align: center;
  top: 20%;
  padding: 30px 40px;
  width: 100%;
  text-align: center;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.project_post.style_seven .overlay .text h2 a {
  color: #fff;
  margin-bottom: 8px;
}

.project_post.style_seven .overlay .text p {
  color: #fff;
  margin-bottom: 20px;
}

.project_post.style_seven .overlay .text .read_more {
  position: relative;
  display: inline-block;
  padding: 12px 25px 8px;
  text-align: center;
  border-radius: 50px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 12px;
  font-family: "Assistant", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.project_post.style_seven:hover .content_box .zoom_icon {
  bottom: 0px;
  border-color: #fff;
  color: #fff;
}

.project_post.style_seven:hover .overlay {
  opacity: 1;
}

.project_post.style_seven:hover .overlay::before {
  top: 0;
}

.project_post.style_seven:hover .overlay .text {
  top: 12%;
}

.project_post.style_six {
  position: relative;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.project_post.style_six .image_box {
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 10px;
}

.project_post.style_six .image_box img {
  height: 270px;
  object-fit: cover;
  width: 100%;
}

.project_post.style_six .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.project_post.style_six .overlay:before {
  position: absolute;
  content: "";
  bottom: 0px;
  border-radius: 5px;
  right: 0px;
  opacity: 0;
  width: 0%;
  background: var(--primary-color-one);
  height: 0%;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.project_post.style_six .overlay .content_box {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 20px;
  top: 0px;
  left: 100%;
  transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -ms-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
}

.project_post.style_six .overlay .content_box h2 {
  line-height: normal;
}

.project_post.style_six .overlay .content_box h2 a {
  font-size: 20px;
  color: #fff;
  line-height: 30px;
  margin-bottom: 4px;
  display: block;
}

.project_post.style_six .overlay .content_box p {
  color: #f1f1f1;
}

.project_post.style_six:hover .overlay:before {
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

.project_post.style_six:hover .overlay .content_box {
  left: 20px;
}

.project_post.style_six .zoom_icon {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background: #fff;
  line-height: 40px;
  text-align: center;
  display: block;
  color: #222;
  z-index: 10;
}

.project_post.style_eight {
  position: relative;
}

.project_post.style_eight .image_box {
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 10px 10px;
}

.project_post.style_eight .image_box img {
  position: relative;
  width: 100%;
  height: 300px;
  object-fit: cover;
  transform: scale(1.01);
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
  transition: all 700ms ease;
}

.project_post.style_eight .image_box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--primary-color-one);
  opacity: 0;
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  z-index: 1;
}

.project_post.style_eight .image_box span {
  position: absolute;
  top: 47%;
  left: 43%;
  font-size: 40px;
  line-height: 40px;
  z-index: 2;
  color: #fff;
  opacity: 0;
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}

.project_post.style_eight .content_box {
  position: relative;
  margin-right: 40px;
  padding: 30px;
  box-shadow: var(--box-shadow-two);
  background: #fff;
  z-index: 5;
  margin-top: -40px;
  border-radius: 0px 10px 10px 10px;
}

.project_post.style_eight .content_box h2 {
  line-height: normal;
}

.project_post.style_eight .content_box h2 a {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: var(--heading-dark);
  margin-bottom: 8px;
}

.project_post.style_eight .content_box p {
  letter-spacing: 3px;
  color: var(--primary-color-one);
  font-weight: 600;
  font-size: 15px;
  line-height: 25px;
  margin: 0px;
}

.project_post.style_eight .content_box a.arrow_btn {
  position: absolute;
  right: -18px;
  bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  border-radius: 50px;
  background: var(--primary-color-one);
  box-shadow: var(--box-shadow-two);
}

.project_post.style_eight .content_box a.arrow_btn span {
  position: absolute;
  font-size: 16px;
  height: 16px;
  width: 16px;
  line-height: 16px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.project_post.style_eight:hover .image_box img {
  transform: scale(1.2) rotate(2deg);
  -moz-transform: scale(1.2) rotate(2deg);
  -ms-transform: scale(1.2) rotate(2deg);
  -o-transform: scale(1.2) rotate(2deg);
}

.project_post.style_eight:hover .image_box::before {
  opacity: 0.9;
}

.project_post.style_eight:hover .image_box span {
  opacity: 1;
}

.project_post.style_nine {
  position: relative;
  margin: 0px 10px;
}

.project_post.style_nine .image {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  height: 400px;
  width: 100%;
}

.project_post.style_nine .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project_post.style_nine .image::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    0deg,
    var(--primary-color-two) 20%,
    rgba(0, 0, 0, 0.09) 100%
  );
  z-index: 1;
  border-radius: 0px;
  opacity: 0.9;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.project_post.style_nine .image::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: -100%;
  background: linear-gradient(
    0deg,
    var(--primary-color-two) 40%,
    rgba(0, 0, 0, 0.09) 150%
  );
  z-index: 1;
  border-radius: 0px;
  opacity: 0.8;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.project_post.style_nine .project_caro_content {
  position: absolute;
  bottom: 0;
  padding: 20px;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 2;
}

.project_post.style_nine .project_caro_content p {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 26px;
  display: block;
  margin-bottom: 6px;
  font-family: "Assistant", sans-serif;
}

.project_post.style_nine .project_caro_content h2 {
  line-height: normal;
}

.project_post.style_nine .project_caro_content h2 a {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 30px;
  display: block;
  font-family: "Assistant", sans-serif;
}

.project_post.style_nine:hover .image::after {
  bottom: 0;
}

.filt_style_three .project_post {
  margin-bottom: 30px;
}

.project_caro_section.light_color .project_post.style_seven h2 a {
  color: #fff;
}

.project_caro_section.light_color .project_post.style_seven .content_box {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.project_caro_section.light_color
  .project_post.style_seven
  .content_box
  .image_zoom_box
  .zoom_icon {
  border-color: rgba(255, 255, 255, 0.07);
  color: #fff;
}

.project_caro_section.light_color
  .project_post.style_seven:hover
  .content_box
  .image_zoom_box
  .zoom_icon {
  border-color: #fff;
  color: var(--primary-color-one);
  background: #fff;
}

.project_caro_section.style_two .p_pagination,
.project_caro_section.style_nine .p_pagination {
  position: relative;
}

.project_caro_section.style_two .p_pagination .swiper-pagination,
.project_caro_section.style_nine .p_pagination .swiper-pagination {
  padding: 40px 0px 0px;
}

.project_caro_section.style_two .p_pagination .swiper-pagination::before,
.project_caro_section.style_nine .p_pagination .swiper-pagination::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 75%;
  left: 0;
  bottom: 11px;
  background: var(--primary-color-three);
  margin: auto;
  right: 0;
}

.project_caro_section.style_two
  .p_pagination
  .swiper-pagination
  .swiper-pagination-bullet,
.project_caro_section.style_nine
  .p_pagination
  .swiper-pagination
  .swiper-pagination-bullet {
  border: 1px solid var(--primary-color-three);
  width: 12px;
  background: var(--primary-color-three);
  height: 12px;
  border-radius: 0px;
}

.project_caro_section.style_two
  .p_pagination
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active,
.project_caro_section.style_nine
  .p_pagination
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--primary-color-one);
  border-color: var(--primary-color-one);
}

.project_caro_section.style_two.light_color
  .p_pagination
  .swiper-pagination::before,
.project_caro_section.style_nine.light_color
  .p_pagination
  .swiper-pagination::before {
  background: rgba(255, 255, 255, 0.09);
}

.project_caro_section.style_two.light_color
  .p_pagination
  .swiper-pagination
  .swiper-pagination-bullet,
.project_caro_section.style_nine.light_color
  .p_pagination
  .swiper-pagination
  .swiper-pagination-bullet {
  border: 1px solid var(--primary-color-three);
  background: var(--primary-color-three);
}

.project_caro_section.style_two.light_color
  .p_pagination
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active,
.project_caro_section.style_nine.light_color
  .p_pagination
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--primary-color-one);
  border-color: var(--primary-color-one);
}

/*------===============-widget css sidebarwidgets footer footerwidgets-==============------*/
.simple_search {
  position: relative;
}

.simple_search .sch_btn {
  position: absolute;
  content: "";
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  width: 46px;
  text-align: center;
  box-shadow: 0px 0px 0px 0px transparent;
  background: transparent;
  color: var(--primary-color-one);
  border: 0px;
  top: 0;
  padding: 0;
  right: 0;
}

.wp-block-search__no-button {
  position: relative;
}

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

.wp-block-search__no-button .wp-block-search__inside-wrapper::before {
  position: absolute;
  content: "\e914";
  font-family: "icomoon";
  font-size: 20px;
  color: var(--primary-color-two);
  top: 0px;
  right: 20px;
  bottom: 0;
  margin: auto;
  z-index: 1;
  height: 56px;
  line-height: 56px;
  font-weight: 500;
}

.wp-block-search__label {
  display: none !important;
}

.wp-block-search input,
.wp-block-search .wp-block-search__input {
  height: 56px;
  border-radius: 10px;
  padding: 0px 20px;
  font-size: 14px;
  color: var(--heading-dark);
  font-weight: 400;
  border: 1px solid var(--border-color-dark);
  margin-bottom: 0px;
}

.wp-block-search input::placeholder,
.wp-block-search .wp-block-search__input::placeholder {
  color: var(--heading-dark);
}

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

.wp-block-search__inside-wrapper i {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  height: 20px;
}

.wp-block-search__inside-wrapper input {
  height: 56px;
  border-radius: 10px;
  font-size: 14px;
  color: var(--heading-dark);
  font-weight: 400;
  border: 1px solid var(--border-color-dark);
}

.wp-block-search__inside-wrapper input::placeholder {
  color: var(--heading-dark);
}

.wp-block-search__inside-wrapper .wp-block-search__button {
  position: absolute;
  content: "";
  font-size: 11px;
  text-transform: uppercase;
  font-family: "Assistant", sans-serif;
  color: #fff;
  font-weight: 600;
  padding: 6px 12px;
  top: 0px;
  right: 7px;
  bottom: 0;
  margin: auto;
  border: 0px;
  box-shadow: none;
  height: 43px;
  line-height: 35px;
  border-radius: 5px;
  background: var(--primary-color-one);
}

/*---sidebar-css--*/
@media (min-width: 992px) {
  .left-sidebar .all_side_bar {
    order: -1;
  }
}

.right-sidebar .all_side_bar .side_bar,
.left-sidebar .all_side_bar .side_bar {
  position: relative;
  padding-left: 45px;
  margin-left: 20px;
}

.right-sidebar .all_side_bar .side_bar::before,
.left-sidebar .all_side_bar .side_bar::before {
  position: absolute;
  content: "";
  height: 100%;
  left: -3px;
  right: inherit;
  top: 0;
  width: 1px;
  background: var(--border-color-dark);
}

.right-sidebar .all_side_bar .side_bar.sticky,
.left-sidebar .all_side_bar .side_bar.sticky {
  padding-bottom: 100px;
}

.left-sidebar .all_side_bar .side_bar {
  padding-left: 0px;
  margin-left: 0px;
  padding-right: 45px;
  margin-right: 20px;
}

.left-sidebar .all_side_bar .side_bar::before {
  display: none;
}

.left-sidebar .all_side_bar .side_bar::after {
  position: absolute;
  content: "";
  height: 100%;
  right: -3px;
  top: 0;
  width: 1px;
  background: var(--border-color-dark);
}

.single-post.left-sidebar .all_side_bar .side_bar::before {
  display: none;
}

.single-post.left-sidebar .all_side_bar .side_bar::after {
  right: -3px;
}

.single-post.right-sidebar .all_side_bar .side_bar::before {
  left: -3px;
  right: inherit;
}

.right-sidebar .content-area,
.left-sidebar .content-area {
  position: relative;
}

.right-sidebar .content-area::before,
.left-sidebar .content-area::before {
  position: absolute;
  content: "";
  height: 100%;
  right: -33px;
  left: inherit;
  top: 0;
  width: 1px;
  background: var(--border-color-dark);
}

.left-sidebar .content-area::before {
  left: -33px;
  right: inherit;
}

.side_bar ol {
  margin: 0;
  padding: 0;
}

.single-post.right-sidebar .content-area::before,
.single-post.left-sidebar .content-area::before {
  display: none;
}

.single-post.right-sidebar .blog_single_details_outer,
.single-post.left-sidebar .blog_single_details_outer {
  position: relative;
}

.single-post.right-sidebar .blog_single_details_outer::before,
.single-post.left-sidebar .blog_single_details_outer::before {
  position: absolute;
  content: "";
  height: 100%;
  right: -48px;
  top: 0;
  width: 1px;
  background: var(--border-color-dark);
}

.single-post.left-sidebar .blog_single_details_outer::before {
  left: -48px;
  right: inherit;
}

@media (max-width: 992px) {
  .right-sidebar .all_side_bar .side_bar,
  .left-sidebar .all_side_bar .side_bar {
    padding-left: 0px;
    margin-left: 0px;
    padding-top: 75px;
    border-top: 1px solid var(--border-color-dark);
    padding-bottom: 30px;
  }

  .right-sidebar .all_side_bar .side_bar::before,
  .left-sidebar .all_side_bar .side_bar::before {
    display: none;
  }

  .right-sidebar .content-area,
  .left-sidebar .content-area {
    position: relative;
  }

  .right-sidebar .content-area::before,
  .left-sidebar .content-area::before {
    display: none;
  }

  .single-post.right-sidebar .blog_single_details_outer::before,
  .single-post.left-sidebar .blog_single_details_outer::before {
    display: none;
  }
}

.right-sidebar .content-area.no_sidebar::before,
.left-sidebar .content-area.no_sidebar::before {
  display: none;
}

/*----widgets_grid_box----*/
.widgets_grid_box {
  position: relative;
  margin-bottom: 50px;
}

.widgets_grid_box .widget-title,
.widgets_grid_box .wp-block-search__label,
.widgets_grid_box .wp-block-group__inner-container h2,
.widgets_grid_box .widget_block.widget_text p {
  position: relative;
  margin-bottom: 50px;
  font-size: 18px;
  margin-left: 60px;
  font-weight: 700;
  line-height: 26px;
  color: var(--heading-dark);
  font-family: "Assistant", sans-serif;
}

.widgets_grid_box .widget-title:before,
.widgets_grid_box .wp-block-search__label:before,
.widgets_grid_box .wp-block-group__inner-container h2:before,
.widgets_grid_box .widget_block.widget_text p:before {
  position: absolute;
  content: "";
  width: 50px;
  left: -60px;
  height: 2px;
  background: var(--primary-color-one);
  top: 0;
  bottom: 0;
  margin: auto;
}

.widgets_grid_box .widget-title:after,
.widgets_grid_box .wp-block-search__label:after,
.widgets_grid_box .wp-block-group__inner-container h2:after,
.widgets_grid_box .widget_block.widget_text p:after {
  position: absolute;
  content: "";
  width: 10px;
  left: -60px;
  height: 10px;
  border-radius: 10px;
  background: var(--primary-color-one);
  top: 0;
  bottom: 0;
  margin: auto;
}

.widgets_grid_box ul {
  position: relative;
  padding: 0px;
}

.widgets_grid_box ul li {
  position: relative;
  list-style: none;
  padding: 14px 0px 8px;
  /* border-bottom: 1px solid var(--border-color-dark); */
  transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  display: block;
  text-transform: uppercase;
  /* font-family: 'Assistant', sans-serif; */
  font-weight: 600;
  font-size: 12px;
}

.widgets_grid_box ul li a {
  line-height: 22px;
  display: inline-block;
  position: relative;
  transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  color: var(--text-color-dark);
  text-transform: uppercase;
  font-size: 12px;
}

.widgets_grid_box ul li:last-child {
  padding-bottom: 0px;
  border-bottom: 0px;
}

.widgets_grid_box ul.wp-block-page-list {
  padding-left: 5px;
}

.widgets_grid_box ul.wp-block-page-list li {
  display: block;
}

.widgets_grid_box ul.wp-block-page-list li .wp-block-page-list__submenu-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 11px;
  margin: auto;
}

.widgets_grid_box
  ul.wp-block-page-list
  li
  .wp-block-page-list__submenu-icon
  svg
  path {
  fill: var(--primary-color-one);
}

.widgets_grid_box ul.wp-block-page-list .submenu-container {
  padding-left: 5px;
}

.widgets_grid_box.widget_block.widget_text p {
  margin-bottom: 15px !important;
}

.widgets_grid_box .widget_categories ul,
.widgets_grid_box .widget_meta ul,
.widgets_grid_box .widget_archive ul {
  padding: 15px 30px 25px;
  border-radius: 10px;
  border: 1px solid var(--border-color-dark);
}

.widgets_grid_box .widget_categories ul li,
.widgets_grid_box .widget_meta ul li,
.widgets_grid_box .widget_archive ul li {
  padding: 14px 0px !important;
}

.widgets_grid_box .widget_categories ul li:last-child,
.widgets_grid_box .widget_meta ul li:last-child,
.widgets_grid_box .widget_archive ul li:last-child {
  padding-bottom: 0px !important;
}

.widgets_grid_box .widget_categories ul li {
  padding: 14px 0px 10px;
  display: flex;
}

.widgets_grid_box ul.wp-block-categories {
  padding: 15px 30px 25px;
  border-radius: 10px;
  border: 1px solid var(--border-color-dark);
}

.widgets_grid_box ul.wp-block-categories li {
  padding: 14px 0px !important;
}

.widgets_grid_box ul.wp-block-categories li:last-child {
  padding-bottom: 0px !important;
}

.widgets_grid_box ul.wp-block-categories li a {
  padding-right: 8px;
}

.widgets_grid_box .widget_meta ul li {
  padding: 14px 0px 10px !important;
}

.widgets_grid_box .widget_meta ul li:last-child {
  padding-bottom: 0px !important;
}

.widgets_grid_box .widget_pages ul li {
  display: block;
  border: 0px;
  padding: 0px;
}

.widgets_grid_box .widget_pages ul li a {
  padding: 10px 0px;
}

.widgets_grid_box .widget_pages ul ul.children {
  padding-left: 5px;
}

.widgets_grid_box .widget_recent_comments ul li {
  display: block;
  text-transform: capitalize;
  font-size: 15px;
  font-family: "Assistant", sans-serif;
  font-weight: 500;
  line-height: 26px;
}

.widgets_grid_box .widget_recent_comments ul li a {
  text-transform: none;
  font-size: 15px;
  line-height: 26px;
}

.widgets_grid_box .widget_categories ul li a::before,
.widgets_grid_box .widget_meta ul li a::before,
.widgets_grid_box .widget_archive ul li a::before {
  position: absolute;
  content: "\f105";
  /* font-family: "FontAwesome"; */
  left: 0px;
  top: 0;
  bottom: 0;
  font-size: 16px;
  opacity: 0;
  color: var(--text-color-dark);
  transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  line-height: 18px;
}

.widgets_grid_box .widget_categories ul li a:hover,
.widgets_grid_box .widget_meta ul li a:hover,
.widgets_grid_box .widget_archive ul li a:hover {
  padding-left: 12px;
}

.widgets_grid_box .widget_categories ul li a:hover::before,
.widgets_grid_box .widget_meta ul li a:hover::before,
.widgets_grid_box .widget_archive ul li a:hover::before {
  opacity: 1;
}

.widgets_grid_box .wp-block-tag-cloud a {
  position: relative;
  padding: 12px 10px 12px 20px;
  border-radius: 5px;
  border: 1px solid var(--border-color-dark);
  transition: 0.5s ease-in-out !important;
  font-size: 10px !important;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  color: var(--text-color-dark);
  margin-bottom: 9px;
  margin-right: 5px;
  font-family: "Assistant", sans-serif;
  line-height: 10px;
  transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
}

.widgets_grid_box .wp-block-tag-cloud a::before {
  position: absolute;
  content: "#";
  left: 10px;
  top: 0px;
  bottom: 0;
  margin: auto;
  height: 10px;
  font-size: 10px;
  line-height: 10px;
}

.widgets_grid_box .wp-block-tag-cloud a:hover {
  color: #fff;
  background: var(--primary-color-one);
  border-color: var(--primary-color-one);
  border-radius: 15px 0px 15px 0px;
}

.widget_block.widget_text p {
  margin-bottom: 0px;
}

.widget_post_box {
  position: relative;
}

.widget_post_box .blog_in {
  position: relative;
  margin-bottom: 19px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border-color-dark);
}

.widget_post_box .blog_in .content_inner {
  position: relative;
}

.widget_post_box .blog_in .content_inner .post-date {
  text-transform: uppercase;
  font-size: 12px;
  color: var(--text-color-dark);
  line-height: 22px;
  font-weight: 600;
  font-family: "Assistant", sans-serif;
  margin-bottom: 6px;
}

.widget_post_box .blog_in .content_inner .post-date span {
  display: inline-block;
  font-size: 16px;
  color: var(--primary-color-one);
  margin-right: 5px;
}

.widget_post_box .blog_in .content_inner h3 a {
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: var(--heading-dark);
  font-family: "Assistant", sans-serif;
  font-weight: 700;
  margin-bottom: 6px;
  text-transform: none;
}

.widget_post_box .blog_in.image_in .image {
  float: left;
}

.widget_post_box .blog_in.image_in .image img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
}

.widget_post_box .blog_in.image_in .content_inner {
  margin-left: 85px;
}

.widget_post_box .blog_in:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.widgets_grid_box .widget-title {
  position: relative;
  margin-bottom: 50px;
  font-size: 18px;
  margin-left: 60px;
  font-weight: 700;
  line-height: 26px;
  color: var(--heading-dark);
  font-family: "Assistant", sans-serif;
}

.widgets_grid_box .widget-title:before {
  position: absolute;
  content: "";
  width: 50px;
  left: -60px;
  height: 2px;
  background: var(--primary-color-one);
  top: 0;
  bottom: 0;
  margin: auto;
}

.widgets_grid_box .widget-title:after {
  position: absolute;
  content: "";
  width: 10px;
  left: -60px;
  height: 10px;
  border-radius: 10px;
  background: var(--primary-color-one);
  top: 0;
  bottom: 0;
  margin: auto;
}

/*---=======widget_about_authour========------*/
.about_authour_widget {
  position: relative;
  padding: 30px;
  border-radius: 10px;
  background: var(--primary-color-two);
  text-align: center;
}

.about_authour_widget h3 {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
}

.about_authour_widget img {
  width: 160px;
  height: 160px;
  margin: 0 auto 20px;
  border-radius: 50%;
  object-fit: cover;
}

.about_authour_widget p {
  color: var(--text-color-light);
  line-height: 26px;
}

.about_authour_widget a {
  font-size: 12px;
  background: var(--primary-color-one);
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Assistant", sans-serif;
  color: #fff;
  display: inline-block;
  position: relative;
  line-height: 22px;
  padding: 17px 28px 11px;
  border-radius: 30px;
}

/*----latest----pist--------*/
.widgets_grid_box .widget_recent_entries .wp-block-latest-posts {
  margin: 0;
  padding: 0;
}

.widgets_grid_box .widget_recent_entries .wp-block-latest-posts li {
  list-style: none;
  display: block;
  padding: 0px 0px 15px;
  margin: 0px 0px 0px 0px;
  border-bottom: 1px solid var(--border-color-dark);
}

.widgets_grid_box .widget_recent_entries .wp-block-latest-posts li::before {
  display: none;
}

.widgets_grid_box
  .widget_recent_entries
  .wp-block-latest-posts
  li
  .wp-block-latest-posts__featured-image {
  position: relative;
  margin-bottom: 10px;
}

.widgets_grid_box
  .widget_recent_entries
  .wp-block-latest-posts
  li
  .wp-block-latest-posts__featured-image
  img {
  border-radius: 50%;
  object-fit: cover;
}

.widgets_grid_box .widget_recent_entries .wp-block-latest-posts li a {
  display: block !important;
  font-size: 16px !important;
  line-height: 26px !important;
  color: var(--heading-dark) !important;
  font-family: "Assistant", sans-serif;
  font-weight: 700 !important;
  margin-bottom: 6px;
  text-transform: none !important;
  text-transform: none;
  text-transform: none;
  width: 100% !important;
}

.widgets_grid_box
  .widget_recent_entries
  .wp-block-latest-posts
  li
  .wp-block-latest-posts__post-excerpt {
  font-size: 15px;
  line-height: 26px;

  font-weight: 400;
  margin-bottom: 0px;
  text-transform: none;
}

.widgets_grid_box .widget_recent_entries .wp-block-latest-posts.has-dates time {
  text-transform: uppercase;
  font-size: 12px;
  color: var(--text-color-dark);
  line-height: 22px;
  font-weight: 600;
  font-family: "Assistant", sans-serif;
  margin-bottom: 6px;
}

.widgets_grid_box
  .widget_recent_entries
  .wp-block-latest-posts.has-author
  .wp-block-latest-posts__post-author {
  font-size: 14px;
  color: var(--primary-color-one);
  line-height: 24px;
  font-weight: 600;
  font-family: "Assistant", sans-serif;
  margin-bottom: 6px;
  text-transform: none;
}

.widgets_grid_box .wp-block-latest-posts {
  margin: 0;
  padding: 0;
}

.widgets_grid_box .wp-block-latest-posts li {
  list-style: none;
  display: block;
  padding: 0px 0px 15px;
  margin: 0px 0px 0px 0px;
  border-bottom: 1px solid var(--border-color-dark);
}

.widgets_grid_box .wp-block-latest-posts li::before {
  display: none;
}

.widgets_grid_box
  .wp-block-latest-posts
  li
  .wp-block-latest-posts__featured-image {
  position: relative;
  margin-bottom: 10px;
}

.widgets_grid_box
  .wp-block-latest-posts
  li
  .wp-block-latest-posts__featured-image
  img {
  border-radius: 50%;
  object-fit: cover;
}

.widgets_grid_box .wp-block-latest-posts li a {
  display: block !important;
  font-size: 16px !important;
  line-height: 26px !important;
  color: var(--heading-dark) !important;
  font-family: "Assistant", sans-serif;
  font-weight: 600 !important;
  margin-bottom: 6px;
  text-transform: none !important;
  text-transform: none;
  text-transform: none;
  width: 100% !important;
}

.widgets_grid_box
  .wp-block-latest-posts
  li
  .wp-block-latest-posts__post-excerpt {
  font-size: 15px;
  line-height: 26px;

  font-weight: 400;
  margin-bottom: 0px;
  text-transform: none;
}

.widgets_grid_box .wp-block-latest-posts.has-dates time {
  text-transform: uppercase;
  font-size: 12px;
  color: var(--text-color-dark);
  line-height: 22px;
  font-weight: 600;
  font-family: "Assistant", sans-serif;
  margin-bottom: 6px;
}

.widgets_grid_box
  .wp-block-latest-posts.has-author
  .wp-block-latest-posts__post-author {
  font-size: 14px;
  color: var(--primary-color-one);
  line-height: 24px;
  font-weight: 600;
  font-family: "Assistant", sans-serif;
  margin-bottom: 6px;
  text-transform: none;
}

.widgets_grid_box .widget_recent_entries .wp-block-latest-posts li {
  margin: 0px 0px 25px 0px;
}

.widgets_grid_box ul li {
  margin-bottom: 0px !important;
}

.widget ul li::before {
  clear: both;
  content: "";
  overflow: auto;
}

/*----====widget_crochure=========-----*/
.brouchure_box_widget {
  position: relative;
  padding: 30px 30px 0px;
  border-radius: 10px;
  background: var(--primary-color-one);
  text-align: center;
}

.brouchure_box_widget h3 {
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}

.brouchure_box_widget img {
  width: auto;
  margin: auto;
  height: 150px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow: 0px 10px 13px 0px rgba(0, 0, 0, 0.2);
}

.brouchure_box_widget a {
  background: #fff;
  color: var(--primary-color-one);
  margin-bottom: 35px;
}

.wp-block-latest-comments__comment-meta {
  position: relative;
  color: var(--primary-color-one);
}

.wp-block-latest-comments__comment-meta a {
  line-height: 26px;
  font-size: 16px;
  display: inline-block;
  color: var(--text-color-dark);
}

/*----====widget_contact_box_widget=========-----*/
.contact_box_widget {
  position: relative;
  padding-bottom: 29px;
  text-align: center;
}

.contact_box_widget .widget_content {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  padding: 40px 20px 50px;
}

.contact_box_widget .widget_content img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  left: 0;
  top: 0;
}

.contact_box_widget .widget_content .top_section {
  position: relative;
  padding-bottom: 100px;
  z-index: 2;
}

.contact_box_widget .widget_content .top_section h3 {
  font-size: 20px;
  margin-bottom: 5px;
  color: #fff;
  font-weight: 700;
  line-height: 30px;
}

.contact_box_widget .widget_content .top_section p {
  color: var(--text-color-light);
  line-height: 26px;
}

.contact_box_widget .widget_content .bottom_section {
  position: relative;
  padding-top: 100px;
  z-index: 2;
}

.contact_box_widget .widget_content .bottom_section a {
  display: block;
  color: #fff;
  font-weight: 400;
  margin-bottom: 5px;
  font-size: 18px;
}

.contact_box_widget .widget_content .bottom_section a.phone_number {
  font-size: 15px;
}

.contact_box_widget .theme-btn.one {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  width: 170px;
  margin: auto;
  z-index: 3;
}

.creote_widget_service_list {
  position: relative;
}

.creote_widget_service_list .widget-title {
  margin-bottom: 35px !important;
}

.creote_widget_service_list ul.service_list_box {
  margin: 0px;
  padding: 0px;
}

.creote_widget_service_list ul.service_list_box li {
  display: block !important;
  padding: 15px 20px 15px 0px;
  transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
}

.creote_widget_service_list ul.service_list_box li:first-child {
  padding-top: 0px !important;
}

.creote_widget_service_list ul.service_list_box li a {
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: var(--text-color-dark);
  line-height: 28px;
  text-transform: none;
  position: relative;
  transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
}

.creote_widget_service_list ul.service_list_box li a:before {
  position: absolute;
  content: "\f105";
  top: 5px;
  height: 20px;
  font-size: 20px;
  width: 20px;
  right: -20px;
  /* font-family: "fontawesome"; */
  line-height: 16px;
  text-align: center;
  color: var(--text-color-light);
  transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
}

.creote_widget_service_list ul.service_list_box li:hover a {
  color: var(--primary-color-one);
}

.creote_widget_service_list ul.service_list_box li:hover a:before {
  color: var(--primary-color-one);
}

.widget_rss ul li {
  padding: 14px 0px 14px !important;
}

.widget_rss .widget-title .rsswidget {
  display: inline-block;
  margin: 0px;
}

.widget_rss ul li .rsswidget {
  margin-bottom: 10px;
  font-size: 16px !important;
  font-family: "Assistant", sans-serif;
  color: var(--heading-dark);
  line-height: 26px !important;
  font-weight: 600;
  text-transform: none !important;
  display: block;
}

.widget_rss ul li .rss-date {
  margin-bottom: 8px;
  display: block;
}

.widget_rss ul li .rssSummary {
  text-transform: none;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;

  margin-bottom: 8px;
}

.widget_rss ul li cite {
  font-style: normal;
  font-family: "Assistant", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--primary-color-one);
}

.calendar_wrap table td {
  position: relative;
  border: 1px solid var(--border-color-dark);
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: var(--text-color-dark);
}

.calendar_wrap table td a {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background: var(--primary-color-one);
  color: #fff;
  height: 100%;
  text-align: center;
  line-height: 40px;
}

.calendar_wrap table th {
  border: 1px solid var(--border-color-dark);
  text-align: center;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  font-weight: 600;
  color: var(--primary-color-one);
}

/*---==========================================-----
-----==================Common css===============-----
-----=========================================-----*/
.z_index_up {
  z-index: 2;
}

.z_index_down {
  z-index: -2;
}

.position_absolute {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
}

.position_absolute.top {
  bottom: unset;
  top: 0;
}

.shape_bg_light {
  fill: var(--primary-color-three);
}

.shape_bg_dark_1 {
  fill: var(--primary-color-one);
}

.shape_bg_dark_2 {
  fill: var(--primary-color-two);
}

.curve_shape_bottom_1 {
  transform: rotate(180deg);
}

.curve_shape_bottom_1 svg {
  width: calc(100% + 1.3px);
  height: 62px;
  display: block;
  transform: rotateY(180deg);
}

.curve_shape_bottom_1 svg path {
  fill: #fff;
  transform-origin: center;
  transform: rotateY(0deg);
}

.curve_shape_top_1 {
  top: -1px;
}

.curve_shape_top_1 svg {
  width: calc(100% + 1.3px);
  height: 67px;
  display: block;
}

.curve_shape_top_1 svg path {
  fill: #fff;
  transform-origin: center;
  transform: rotateY(0deg);
}

.curve_shape_top_2 {
  top: -1px !important;
}

.curve_shape_top_2 svg {
  height: 47px;
  display: block;
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.curve_shape_top_2 svg .elementor-shape-fill {
  fill: #f3f3f3;
  transform-origin: center;
  transform: rotateY(0deg);
}

.curve_shape_bottom_2 {
  bottom: -1px !important;
  transform: rotate(180deg);
}

.curve_shape_bottom_2 svg {
  height: 47px;
  display: block;
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.curve_shape_bottom_2 svg .elementor-shape-fill {
  fill: #f3f3f3;
  transform-origin: center;
  transform: rotateY(0deg);
}

.shape_bg_white {
  fill: #fff;
  transform-origin: center;
}

.object-fit-cover {
  overflow: hidden;
  object-fit: cover;
  object-position: top;
}

.object-fit-cover-center {
  overflow: hidden;
  object-fit: cover;
  object-position: top;
}

/* style switcher */
.style-switcher {
  font-family: "Assistant", sans-serif;
  position: fixed;
  top: 100px;
  right: 0;
  z-index: 99999999;
  background-color: #fff;
  width: 200px;
  text-align: center;
  box-shadow: var(--box-shadow-two);
  padding-top: 25px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  transform: translateX(100%);
  transition: transform 500ms ease;
  border-radius: 10px 0px 0px 10px;
}

.style-switcher #switcher-toggler {
  position: absolute;
  top: 20px;
  right: 100%;
  font-size: 22px;
  color: #fff;
  width: 40px;
  height: 40px;
  background-color: var(--primary-color-one);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 500ms;
  border-radius: 10px 0px 0px 10px;
}

.style-switcher.active {
  transform: translateX(0%);
}

.style-switcher h3 {
  margin: 0;
  text-transform: uppercase;
  color: var(--heading-dark);
  font-size: 20px;
  line-height: 1;
  font-family: "Assistant", sans-serif;
  margin-bottom: 15px;
  font-weight: 800;
}

#colorschemeOptions {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-gap: 15px;
  grid-template-columns: 1fr 1fr 1fr;
}

#colorschemeOptions li {
  width: 100%;
  height: 46.6667px;
  border-radius: 50%;
  overflow: hidden;
}

#colorschemeOptions li a {
  display: block;
  width: 100%;
  height: 100%;
}

.rs-parallax-wrap br {
  display: block !important;
}

/*-----style-switcher------*/
.wpcf7-spinner {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.swiper-button-prev,
.swiper-button-next,
.prev-single-one,
.next-single-one,
.prev-single-one_three,
.next-single-one_three {
  background: none;
}

.swiper-button-prev::before,
.swiper-button-next::before,
.prev-single-one::before,
.next-single-one::before,
.prev-single-one_three::before,
.next-single-one_three::before {
  position: absolute;
  /* font-family: "FontAwesome" !important; */
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  text-align: center;
  font-size: 18px;
  color: var(--primary-color-two);
  border-radius: 50%;
  box-shadow: var(--box-shadow);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.swiper-button-prev::after,
.swiper-button-next::after,
.prev-single-one::after,
.next-single-one::after,
.prev-single-one_three::after,
.next-single-one_three::after {
  display: none !important;
}

.swiper-button-next::before,
.next-single-one::before,
.next-single-one_three::before {
  content: "\f105";
}

.swiper-button-prev::before,
.prev-single-one::before,
.prev-single-one_three::before {
  content: "\f104";
}

.p_pagination .swiper-pagination {
  position: relative !important;
  padding: 60px 0px 0px;
  text-align: center;
  margin: auto;
  width: 100% !important;
  transform: inherit !important;
}

.p_pagination .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  display: inline-block;
  margin: 0px 5px;
  width: 10px;
  height: 10px;
  opacity: 1;
  background: transparent;
  border: 2px solid var(--border-color-dark);
  border-radius: 30px;
  transform: inherit !important;
  transition: all 500ms ease 0ms !important;
  -moz-transition: all 500ms ease 0ms !important;
  -ms-transition: all 500ms ease 0ms !important;
  -o-transition: all 500ms ease 0ms !important;
}

.p_pagination .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--primary-color-one);
  width: 15px;
  border-color: var(--primary-color-one);
}

.p_pagination .swiper-pagination .swiper-pagination-bullet:hover {
  background: var(--primary-color-one);
  width: 15px;
  border-color: var(--primary-color-one);
}

/*---==========================================-----
-----==================pagination===============-----
-----=========================================-----*/
.pagination,
.woocommerce-pagination {
  position: relative;
  width: 100%;
  display: block;
  margin-top: 30px;
}

.pagination ul,
.woocommerce-pagination ul {
  margin: 0;
  padding: 0px;
}

.pagination li,
.woocommerce-pagination li {
  position: relative;
  display: inline-block;
}

.pagination li a,
.pagination li span,
.woocommerce-pagination li a,
.woocommerce-pagination li span {
  display: block !important;
  width: 40px !important;
  height: 40px !important;
  background: #fff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  font-family: "Assistant", sans-serif;
  line-height: 46px !important;
  color: var(--text-color-dark) !important;
  text-align: center !important;
  border-radius: 50% !important;
  margin: 0px 3px !important;
  position: relative !important;
  padding: 0px !important;
}

.pagination li a i,
.pagination li span i,
.woocommerce-pagination li a i,
.woocommerce-pagination li span i {
  font-size: 21px;
  color: var(--primary-color-one);
  font-weight: 400;
  /* font-family: "FontAwesome"; */
}

.pagination li:hover a,
.pagination li.active a,
.woocommerce-pagination li:hover a,
.woocommerce-pagination li.active a {
  background: var(--primary-color-one) !important;
  color: #fff !important;
}

.pagination li:hover a i,
.pagination li.active a i,
.woocommerce-pagination li:hover a i,
.woocommerce-pagination li.active a i {
  color: #fff !important;
}

.pagination li span.current,
.woocommerce-pagination li span.current {
  background: var(--primary-color-one) !important;
  color: #fff !important;
}

.pagination li span.current i,
.woocommerce-pagination li span.current i {
  color: #fff !important;
}

.post-nav-links,
.page-links {
  position: relative;
}

.post-nav-links span,
.post-nav-links a,
.page-links span,
.page-links a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: var(--primary-color-three);
  font-size: 14px;
  font-weight: 700;
  font-family: "Assistant", sans-serif;
  line-height: 46px;
  color: var(--text-color-dark);
  text-align: center;
  border-radius: 50%;
  margin: 0px 3px;
  position: relative;
}

.post-nav-links span:hover,
.post-nav-links span.current,
.post-nav-links a:hover,
.post-nav-links a.current,
.page-links span:hover,
.page-links span.current,
.page-links a:hover,
.page-links a.current {
  background: var(--primary-color-one);
  color: #fff;
}

.woocommerce nav.woocommerce-pagination {
  position: relative;
  margin-bottom: 40px;
}

.woocommerce nav.woocommerce-pagination ul {
  border: 0px !important;
}

.woocommerce nav.woocommerce-pagination ul li {
  border: 0px !important;
  position: relative;
}

.woocommerce nav.woocommerce-pagination ul li:hover a,
.woocommerce nav.woocommerce-pagination ul li:hover span {
  background: var(--primary-color-one) !important;
  color: #fff !important;
}

.woocommerce nav.woocommerce-pagination ul li:hover a i,
.woocommerce nav.woocommerce-pagination ul li:hover span i {
  color: #fff;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
  background: var(--primary-color-one) !important;
  color: #fff !important;
}

.woocommerce nav.woocommerce-pagination ul li span.current i {
  color: #fff;
}

.woocommerce nav.woocommerce-pagination ul li .next.page-numbers,
.woocommerce nav.woocommerce-pagination ul li .prev.page-numbers {
  text-indent: -999px;
  position: relative;
}

.woocommerce nav.woocommerce-pagination ul li .next.page-numbers::before,
.woocommerce nav.woocommerce-pagination ul li .prev.page-numbers::before {
  position: absolute;
  content: "\f105";
  /* font-family: "FontAwesome"; */
  font-size: 16px;
  top: 0;
  right: 0;
  left: 0;
  width: 16px;
  height: 16px;
  line-height: 16px;
  bottom: 0;
  margin: auto;
  color: var(--primary-color-two);
  z-index: 999;
  text-indent: 0;
  transition: all 500ms ease 0ms !important;
  -moz-transition: all 500ms ease 0ms !important;
  -ms-transition: all 500ms ease 0ms !important;
  -o-transition: all 500ms ease 0ms !important;
}

.woocommerce nav.woocommerce-pagination ul li .prev.page-numbers::before {
  content: "\f104";
}

.woocommerce nav.woocommerce-pagination ul li:hover .next.page-numbers::before {
  color: #fff !important;
}

.woocommerce nav.woocommerce-pagination ul li:hover .prev.page-numbers::before {
  color: #fff !important;
}

/*---==========================================-----
-----==================title_all_box===============-----
-----=========================================-----*/
.parallax_cover img {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
  right: 0;
  object-fit: cover;
}

/*---==========================================-----
-----==================title_all_box===============-----
-----=========================================-----*/
.title_all_box {
  position: relative;
}

.title_all_box.style_one .title_sections,
.title_all_box.style_two .title_sections {
  position: relative;
}

.title_all_box.style_one .title_sections .before_title,
.title_all_box.style_two .title_sections .before_title {
  font-size: 22px;
  line-height: 40px;
  font-weight: 700;
  color: var(--primary-color-one);
  padding: 0px 0px 10px 0px;
  text-decoration: underline;
  font-family: "Assistant", sans-serif;
}

.title_all_box.style_one .title_sections .title,
.title_all_box.style_one .title_sections h1,
.title_all_box.style_one .title_sections h2,
.title_all_box.style_one .title_sections h3,
.title_all_box.style_one .title_sections h4,
.title_all_box.style_one .title_sections h5,
.title_all_box.style_one .title_sections h6,
.title_all_box.style_two .title_sections .title,
.title_all_box.style_two .title_sections h1,
.title_all_box.style_two .title_sections h2,
.title_all_box.style_two .title_sections h3,
.title_all_box.style_two .title_sections h4,
.title_all_box.style_two .title_sections h5,
.title_all_box.style_two .title_sections h6 {
  font-size: 38px;
  line-height: 50px;
  font-weight: 700;
  color: var(--heading-dark);
  padding: 0px 0px 10px 0px;
  font-family: "Assistant", sans-serif;
}

.title_all_box.style_one .title_sections p,
.title_all_box.style_two .title_sections p {
  font-size: 17px;
  line-height: 27px;
  padding: 0px 0px 10px 0px;
}

.title_all_box.style_one.light_color .before_title,
.title_all_box.style_two.light_color .before_title {
  color: var(--color-white);
}

.title_all_box.style_one.light_color .title,
.title_all_box.style_one.light_color h1,
.title_all_box.style_one.light_color h2,
.title_all_box.style_one.light_color h3,
.title_all_box.style_one.light_color h4,
.title_all_box.style_one.light_color h5,
.title_all_box.style_one.light_color h6,
.title_all_box.style_two.light_color .title,
.title_all_box.style_two.light_color h1,
.title_all_box.style_two.light_color h2,
.title_all_box.style_two.light_color h3,
.title_all_box.style_two.light_color h4,
.title_all_box.style_two.light_color h5,
.title_all_box.style_two.light_color h6 {
  color: #fff;
}

.title_all_box.style_one.light_color p,
.title_all_box.style_two.light_color p {
  color: #fff;
}

.title_all_box.style_two .title_sections .before_title {
  font-size: 16px;
  text-decoration: none;
  text-transform: capitalize;
  display: inline-block;
  font-weight: 600;
  font-family: "Assistant", sans-serif;
  padding: 0px 10px 3px 10px;
  border-left: 1px solid var(--border-color-dark);
  border-bottom: 1px solid var(--border-color-dark);
  line-height: 26px;
  margin-bottom: 20px;
}

.title_all_box.style_two.light_color .before_title {
  color: #fff;
  opacity: 0.7;
  border-color: rgba(255, 255, 255, 0.2);
}

.title_all_box.style_two.light_color .title,
.title_all_box.style_two.light_color h1,
.title_all_box.style_two.light_color h2,
.title_all_box.style_two.light_color h3,
.title_all_box.style_two.light_color h4,
.title_all_box.style_two.light_color h5,
.title_all_box.style_two.light_color h6 {
  color: #fff;
}

.title_all_box.style_two.light_color p {
  color: #fff;
}

.title_all_box.style_three .title_sections .before_title {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: var(--primary-color-one);
  font-family: "Assistant", sans-serif;
  margin-bottom: 10px;
  display: inline-block;
  padding-left: 38px;
  margin-bottom: 7px;
}

.title_all_box.style_three .title_sections .before_title::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  background: var(--primary-color-one);
  left: 0;
  top: 12px;
}

.title_all_box.style_three .title_sections.center .before_title {
  padding-left: 38px;
  padding-right: 38px;
}

.title_all_box.style_three .title_sections.center .before_title::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  background: var(--primary-color-one);
  right: 0;
  top: 12px;
}

.title_all_box.style_three .title_sections.right .before_title::before {
  left: inherit;
  right: 0;
}

.title_all_box.style_three .title_sections .title,
.title_all_box.style_three .title_sections h1,
.title_all_box.style_three .title_sections h2,
.title_all_box.style_three .title_sections h3,
.title_all_box.style_three .title_sections h4,
.title_all_box.style_three .title_sections h5,
.title_all_box.style_three .title_sections h6 {
  font-size: 40px;
  font-family: "Assistant", sans-serif;
  line-height: 48px;
  color: var(--heading-dark);
  font-weight: 700;
}

.title_all_box.style_three .title_sections p {
  margin-top: 12px;
}

.title_all_box.style_three.light_color h2 {
  color: #fff;
}

.title_all_box.style_three.light_color p {
  color: #fff;
  opacity: 0.8;
}

.title_all_box.style_four .title_sections .before_title {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: var(--primary-color-one);
  margin-bottom: 17px;
  display: inline-block;
  background: var(--primary-color-three);
  padding: 5px 15px;
  border-radius: 5px;
  font-family: "Assistant", sans-serif;
}

.title_all_box.style_four .title_sections .title,
.title_all_box.style_four .title_sections h1,
.title_all_box.style_four .title_sections h2,
.title_all_box.style_four .title_sections h3,
.title_all_box.style_four .title_sections h4,
.title_all_box.style_four .title_sections h5,
.title_all_box.style_four .title_sections h6 {
  font-size: 40px;
  font-family: "Assistant", sans-serif;
  line-height: 48px;
  color: var(--heading-dark);
  font-weight: 700;
}

.title_all_box.style_four .title_sections p {
  margin-top: 12px;
}

.title_all_box.style_four.light_color .title,
.title_all_box.style_four.light_color h1,
.title_all_box.style_four.light_color h2,
.title_all_box.style_four.light_color h3,
.title_all_box.style_four.light_color h4,
.title_all_box.style_four.light_color h5,
.title_all_box.style_four.light_color h6 {
  color: #fff;
}

.title_all_box.style_four.light_color p {
  color: #fff;
}

.title_all_box.style_five .title_sections {
  position: relative;
}

.title_all_box.style_five .title_sections .before_title {
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  color: var(--primary-color-one);
  padding: 0px 0px 12px 0px;
  letter-spacing: 3px;
  font-family: "Assistant", sans-serif;
}

.title_all_box.style_five .title_sections .title,
.title_all_box.style_five .title_sections h1,
.title_all_box.style_five .title_sections h2,
.title_all_box.style_five .title_sections h3,
.title_all_box.style_five .title_sections h4,
.title_all_box.style_five .title_sections h5,
.title_all_box.style_five .title_sections h6 {
  font-size: 38px;
  line-height: 50px;
  font-family: "Assistant", sans-serif;
  font-weight: 700;
  color: var(--heading-dark);
  padding: 0px 0px 10px 0px;
}

.title_all_box.style_five .title_sections p {
  font-size: 17px;
  line-height: 27px;
  padding: 0px 0px 10px 0px;
}

.title_all_box.style_five.light_color .title,
.title_all_box.style_five.light_color h1,
.title_all_box.style_five.light_color h2,
.title_all_box.style_five.light_color h3,
.title_all_box.style_five.light_color h4,
.title_all_box.style_five.light_color h5,
.title_all_box.style_five.light_color h6 {
  color: #fff;
}

.title_all_box.style_five.light_color p {
  color: #fff;
}

.title_all_box.style_six .title_sections .before_title {
  position: relative;
  font-size: 16px;
  font-weight: 500;

  color: var(--primary-color-one);
  text-transform: uppercase;
  padding-bottom: 18px;
  display: inline-block;
}

.title_all_box.style_six .title_sections .before_title span {
  margin-right: 10px;
  font-size: 20px;
}

.title_all_box.style_six .title_sections .title,
.title_all_box.style_six .title_sections h1,
.title_all_box.style_six .title_sections h2,
.title_all_box.style_six .title_sections h3,
.title_all_box.style_six .title_sections h4,
.title_all_box.style_six .title_sections h5,
.title_all_box.style_six .title_sections h6 {
  font-size: 38px;
  line-height: 50px;
  font-weight: 700;
  color: var(--heading-dark);
  padding: 0px 0px 10px 0px;
  font-family: "Assistant", sans-serif;
}

.title_all_box.style_six .title_sections p {
  font-size: 17px;
  line-height: 27px;
  padding: 0px 0px 10px 0px;
}

.title_all_box.style_six.light_color .before_title {
  color: var(--color-white);
}

.title_all_box.style_six.light_color .before_title span {
  color: var(--color-white);
}

.title_all_box.style_six.light_color .title,
.title_all_box.style_six.light_color h1,
.title_all_box.style_six.light_color h2,
.title_all_box.style_six.light_color h3,
.title_all_box.style_six.light_color h4,
.title_all_box.style_six.light_color h5,
.title_all_box.style_six.light_color h6 {
  color: var(--color-white);
}

.title_all_box.style_six.light_color p {
  color: var(--color-white);
}

.title_all_box.style_seven .title,
.title_all_box.style_seven h1,
.title_all_box.style_seven h2,
.title_all_box.style_seven h3,
.title_all_box.style_seven h4,
.title_all_box.style_seven h5,
.title_all_box.style_seven h6 {
  font-size: 44px;
  line-height: 54px;
  font-weight: 700;
  color: var(--heading-dark);
  font-family: "Assistant", sans-serif;
}

.title_all_box.style_seven .title span,
.title_all_box.style_seven h1 span,
.title_all_box.style_seven h2 span,
.title_all_box.style_seven h3 span,
.title_all_box.style_seven h4 span,
.title_all_box.style_seven h5 span,
.title_all_box.style_seven h6 span {
  font-weight: 500;
}

.title_all_box.style_seven .before_title {
  font-size: 18px;
  padding-bottom: 10px;
  color: var(--primary-color-one);
  font-family: "Assistant", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  padding-top: 23px;
}

.title_all_box.style_seven .small_text_sub {
  position: absolute;
  color: transparent;
  top: 0px;
  left: 0;
  opacity: 0.1;
  font-size: 60px;
  line-height: 60px;
  font-family: "Assistant", sans-serif;
  font-weight: 700;
  -webkit-text-stroke: 1px var(--heading-dark);
  text-shadow: 1px 1px 0 var(--heading-dark), -1px -1px 0 var(--heading-dark),
    1px -1px 0 1px var(--heading-dark), -1px 1px 0 var(--heading-dark),
    1px 1px 0 var(--heading-dark);
}

.title_all_box.style_seven p {
  font-size: 16px;
  line-height: 26px;
  margin-top: 10px;
}

.title_all_box.style_seven.light_color .before_title {
  color: var(--color-white);
}

.title_all_box.style_seven.light_color .before_title span {
  color: var(--color-white);
}

.title_all_box.style_seven.light_color .title,
.title_all_box.style_seven.light_color h1,
.title_all_box.style_seven.light_color h2,
.title_all_box.style_seven.light_color h3,
.title_all_box.style_seven.light_color h4,
.title_all_box.style_seven.light_color h5,
.title_all_box.style_seven.light_color h6 {
  color: var(--color-white);
}

.title_all_box.style_seven.light_color .small_text_sub {
  -webkit-text-stroke: 1px var(--color-white);
  text-shadow: 1px 1px 0 var(--color-white), -1px -1px 0 var(--color-white),
    1px -1px 0 1px var(--color-white), -1px 1px 0 var(--color-white),
    1px 1px 0 var(--color-white);
}

.title_all_box.style_seven.light_color p {
  color: var(--color-white);
}

.title_all_box.style_seven.text-center .small_text_sub {
  right: 0;
  margin: auto;
}

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

.title_all_box.style_seven.text-right .small_text_sub {
  left: unset;
  right: 0;
}

.title_all_box .title_sections .title_big {
  font-size: 51px !important;
  font-weight: 800 !important;
  line-height: 66px !important;
}

.process_box {
  position: relative;
}

.process_box.style_one .process_box_outer .icon {
  position: absolute;
  left: 0;
  top: 2px;
  width: 65px;
  height: 65px;
  transition: 0.5s ease-in-out !important;
  -moz-transition: 0.5s ease-in-out !important;
  -o-transition: 0.5s ease-in-out !important;
  -ms-transition: 0.5s ease-in-out !important;
}

.process_box.style_one .process_box_outer .icon .img,
.process_box.style_one .process_box_outer .icon span {
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  font-size: 32px;
  border-radius: 50%;
  color: #fff;
  left: 0;
  margin: auto;
  line-height: 65px;
  width: 65px;
  height: 65px;
  background: var(--primary-color-one);
  text-align: center;
  transition: 0.5s ease-in-out !important;
  -moz-transition: 0.5s ease-in-out !important;
  -o-transition: 0.5s ease-in-out !important;
  -ms-transition: 0.5s ease-in-out !important;
}

.process_box.style_one .process_box_outer .icon .number {
  position: absolute;
  width: 50px;
  height: 50px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: var(--primary-color-one);
  bottom: -10px;
  left: 0;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  transition: 0.5s ease-in-out !important;
  -moz-transition: 0.5s ease-in-out !important;
  -o-transition: 0.5s ease-in-out !important;
  -ms-transition: 0.5s ease-in-out !important;
  opacity: 0;
}

.process_box.style_one .process_box_outer .icon .number::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background: var(--primary-color-one);
  border-radius: 50px;
  top: 0px;
  right: 0px;
  opacity: 0;
  transition: 0.5s ease-in-out !important;
  -moz-transition: 0.5s ease-in-out !important;
  -o-transition: 0.5s ease-in-out !important;
  -ms-transition: 0.5s ease-in-out !important;
}

.process_box.style_one .process_box_outer .icon .img img {
  width: 32px;
  height: auto;
}

.process_box.style_one .process_box_outer .content_box {
  position: relative;
  margin-left: 90px;
}

.process_box.style_one .process_box_outer .content_box h2 {
  position: relative;
}

.process_box.style_one .process_box_outer .content_box h2 a {
  font-size: 22px;
  font-weight: 700;
  color: var(--heading-dark);
  line-height: 32px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: block;
}

.process_box.style_one .process_box_outer .content_box h2:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 3px;
  background: var(--primary-color-one);
  bottom: 0;
  left: 0;
  transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
}

.process_box.style_one .process_box_outer .content_box h2:hover a {
  color: var(--primary-color-one);
}

.process_box.style_one .process_box_outer:hover {
  cursor: pointer;
}

.process_box.style_one .process_box_outer:hover .icon .img,
.process_box.style_one .process_box_outer:hover .icon span {
  left: -5px;
  opacity: 0;
}

.process_box.style_one .process_box_outer:hover .icon .number {
  bottom: 0px;
  opacity: 1;
}

.process_box.style_one .process_box_outer:hover .icon .number::before {
  top: -12px;
  right: -12px;
  opacity: 1;
}

.process_box.style_one .process_box_outer:hover .content_box h2::before {
  width: 60px;
}

.process_box.style_one .process_box_outer.light_color .content_box h2 a {
  color: #fff;
}

.process_box.style_one .process_box_outer.light_color .content_box p {
  color: #fff;
  opacity: 0.8;
}

.process_box.style_two .process_box_outer_two {
  position: relative;
}

.process_box.style_two .process_box_outer_two .number {
  position: relative;
  padding: 8px 11px 3px;
  border-radius: 30px;
  background: var(--primary-color-one);
  font-family: "Assistant", sans-serif;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 20px;
  display: inline-block;
  margin-bottom: 20px;
  transition: 0.5s ease-in-out !important;
  -moz-transition: 0.5s ease-in-out !important;
  -o-transition: 0.5s ease-in-out !important;
  -ms-transition: 0.5s ease-in-out !important;
}

.process_box.style_two .process_box_outer_two .content_box {
  position: relative;
  margin-bottom: 15px;
}

.process_box.style_two .process_box_outer_two .content_box .icon {
  float: left;
}

.process_box.style_two .process_box_outer_two .content_box .icon span,
.process_box.style_two .process_box_outer_two .content_box .icon img {
  font-size: 47px;
  line-height: 47px;
  width: 47px;
  color: var(--primary-color-one);
}

.process_box.style_two .process_box_outer_two .content_box h2 {
  position: relative;
  margin-left: 70px;
}

.process_box.style_two .process_box_outer_two .content_box h2 a {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.process_box.style_two .process_box_outer_two p {
  margin-bottom: 25px;
  line-height: 26px;
}

.process_box.style_two .process_box_outer_two a.theme-btn {
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Assistant", sans-serif;
  font-weight: 600;
  padding: 3px 25px 0px;
  min-height: 50px;
  line-height: 50px;
}

.process_box.style_two .process_box_outer_two a.theme-btn::after {
  position: absolute;
  content: "\f105";
  /* font-family: "FontAwesome"; */
  font-size: 16px;
  opacity: 0;
  top: 1px;
  bottom: 0;
  color: #fff;
  margin: auto;
  transition: 0.5s ease-in-out !important;
  -moz-transition: 0.5s ease-in-out !important;
  -o-transition: 0.5s ease-in-out !important;
  -ms-transition: 0.5s ease-in-out !important;
}

.process_box.style_two .process_box_outer_two:hover .number {
  animation: bounce;
  animation-duration: 1s;
}

.process_box.style_two .process_box_outer_two:hover a.theme-btn::after {
  transform: translateX(10px);
  opacity: 1;
}

.process_box.style_two.light_color h2 a {
  color: #fff;
}

.process_box.style_two.light_color p {
  color: #fff;
  opacity: 0.6;
}

.process_box.style_three .process_box_outer_three {
  position: relative;
}

.process_box.style_three .process_box_outer_three.right {
  text-align: right;
}

.process_box.style_three .process_box_outer_three .icon {
  position: relative;
  margin-bottom: 20px;
}

.process_box.style_three .process_box_outer_three .icon span {
  font-size: 50px;
  color: var(--primary-color-one);
  line-height: 50px;
  display: block;
}

.process_box.style_three .process_box_outer_three .icon img {
  height: 50px;
  width: auto;
  margin-bottom: 5px;
}

.process_box.style_three .process_box_outer_three h2 a {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 8px;
  display: block;
  font-weight: 700;
}

.process_box.style_three .process_box_outer_three p {
  margin-bottom: 25px;
}

.process_box.style_three .process_box_outer_three .number h6 {
  font-size: 50px;
  color: var(--primary-color-three);
  display: block;
  line-height: 50px;
}

.process_box.style_four .process_box_outer_four {
  position: relative;
  text-align: center;
}

.process_box.style_four .process_box_outer_four .icon {
  position: relative;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #fff;
  box-shadow: var(--box-shadow);
  transition: 0.5s ease-in-out !important;
  -moz-transition: 0.5s ease-in-out !important;
  -o-transition: 0.5s ease-in-out !important;
  -ms-transition: 0.5s ease-in-out !important;
  margin: 0px auto 20px;
  display: block;
}

.process_box.style_four .process_box_outer_four .icon span {
  position: absolute;
  font-size: 50px;
  line-height: 60px;
  height: 60px;
  width: 60px;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: var(--primary-color-one);
}

.process_box.style_four .process_box_outer_four .icon h6 {
  position: absolute;
  top: 6px;
  right: 1px;
  width: 40px;
  height: 40px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: var(--primary-color-one);
  line-height: 40px;
  border-radius: 50px;
}

.process_box.style_four .process_box_outer_four .icon img {
  position: absolute;
  width: 50px;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.process_box.style_four .process_box_outer_four h2 {
  position: relative;
  line-height: normal;
}

.process_box.style_four .process_box_outer_four h2 a {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 8px;
}

/*---==========================================-----
-----==================extra_content===============-----
-----=========================================-----*/
.extra_content {
  position: relative;
}

.extra_content .download_box_content {
  position: relative;
}

.extra_content .download_box_content a {
  font-family: "Assistant", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: var(--heading-dark);
  display: inline-block;
  padding-right: 50px;
  position: relative;
}

.extra_content .download_box_content a i {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  text-align: center;
  background: var(--primary-color-one);
  border-radius: 50px;
  color: #fff;
}

.extra_content.light_color .download_box_content a {
  color: #fff;
}

.extra_content .authour_box_content {
  position: relative;
}

.extra_content .authour_box_content .text {
  position: relative;
  margin-top: 5px;
}

.extra_content .authour_box_content .text h6 {
  font-family: "Assistant", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: var(--heading-dark);
}

.extra_content .authour_box_content .text h6 a,
.extra_content .authour_box_content .text h6 span {
  color: var(--primary-color-one);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.extra_content .authour_box_content.two {
  position: relative;
  border-radius: 120px;
  background: var(--primary-color-three);
  padding: 20px 40px 20px 0px;
  min-height: 100px;
  border: 1px solid var(--border-color-dark);
}

.extra_content .authour_box_content.two .image {
  position: absolute;
  left: 18px;
  top: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: auto;
}

.extra_content .authour_box_content.two .image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.extra_content .authour_box_content.two .text {
  position: relative;
  margin-left: 120px;
}

.extra_content .authour_box_content.two .text h6 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 8px;
}

.extra_content .authour_box_content.two .text p {
  font-size: 15px;
  line-height: 26px;
  margin: 0;
}

.extra_content .authour_box_content.two .text img {
  position: absolute;
  bottom: -29px;
  width: 150px;
  right: 0;
}

.extra_content.light_color .authour_box_content h6 {
  color: #fff;
}

.extra_content .simple_image {
  position: relative;
}

.extra_content .simple_image img {
  width: 52px;
  height: 52px;
  border-radius: 50px;
  overflow: hidden;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.extra_content .simple_image h2 {
  margin-left: 66px;
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

/*---==========================================-----
-----==================image_absolute===============-----
-----=========================================-----*/
.move_image_absolute {
  position: absolute;
}

.move_image_absolute img {
  width: 100%;
  right: 100%;
}

/*---==========================================-----
-----==================video_box===============-----
-----=========================================-----*/
.default .video_box a {
  background: var(--primary-color-one);
}

.default .video_box:before,
.default .video_box:after {
  background: rgba(7, 133, 134, 0.4);
}

.gray .video_box a {
  background: #fdf9f9;
  color: #000000;
}

.gray .video_box:before,
.gray .video_box:after {
  background: rgba(0, 0, 0, 0.4);
}

.red .video_box a {
  background: #ff0000;
}

.red .video_box:before,
.red .video_box:after {
  background: rgba(255, 0, 0, 0.4);
}

.violet .video_box a {
  background-color: #4e18bc;
}

.violet .video_box:before,
.violet .video_box:after {
  background: rgba(78, 24, 188, 0.4);
}

.green .video_box a {
  background-color: #8ad53a;
}

.green .video_box:before,
.green .video_box:after {
  background: rgba(138, 213, 58, 0.4);
}

.orange .video_box a {
  background-color: #ff8c0e;
}

.orange .video_box:before,
.orange .video_box:after {
  background: rgba(255, 140, 14, 0.4);
}

.video_box {
  position: relative;
  width: 70px;
  height: 70px;
  display: inline-block;
}

.video_box:before,
.video_box:after {
  width: 0px;
  height: 0px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  animation: ripple 3s infinite;
  transition: all 0.4s ease;
  z-index: 0;
}

.video_box:after {
  animation-delay: 0.4s;
}

.video_box a {
  position: relative;
  display: inline-block;
  font-size: 30px !important;
  color: #fff;
  width: 70px;
  height: 70px;
  line-height: 75px;
  text-align: center !important;
  border-radius: 50%;
  background: var(--primary-color-one);
  background-image: inherit;
  z-index: 10;
}

.video_box.color_white a {
  background: var(--color-white);
  color: var(--primary-color-one);
}

@keyframes ripple {
  70% {
    background: rgba(255, 255, 255, 0);
    width: 120px;
    height: 120px;
  }

  100% {
    background: rgba(255, 255, 255, 0);
    width: 0px;
    height: 0px;
  }
}

/*---==========================================-----
-----==================area of expertise ===============-----
-----=========================================-----*/
.area_of_expertise {
  position: relative;
  padding: 100px 0px 0px;
  overflow: hidden;
}

.area_of_expertise .simpleParallax {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  min-height: 600px;
}

.area_of_expertise .simpleParallax img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.area_of_expertise .title_and_video {
  position: relative;
  padding-bottom: 100px;
  z-index: 11;
}

.area_of_expertise .title_and_video .col-lg-4 {
  position: relative;
}

.area_of_expertise .title_and_video .video_box {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  left: 0;
  height: 70px;
}

.area_of_expertise .title_and_video .video_box a {
  background: #fff;
  color: var(--primary-color-one);
}

.area_of_expertise .title_and_video .video_box a::after {
  animation: none;
  width: 90px;
  height: 90px;
  top: 0;
  background: rgba(255, 255, 255, 0.4);
  z-index: -1;
  bottom: 0;
  margin: auto;
  right: 0px;
  left: -10px;
  transform: inherit;
  transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
}

.area_of_expertise .title_and_video .video_box a::before {
  animation: none;
  width: 110px;
  height: 110px;
  top: 0;
  background: rgba(255, 255, 255, 0.2);
  z-index: -1;
  bottom: 0;
  margin: auto;
  right: 0px;
  left: -20px;
  transform: inherit;
  transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
}

.area_of_expertise .title_and_video .title_sections h2 {
  color: #fff;
}

.area_of_expertise .title_and_video .title_sections p {
  color: rgba(255, 255, 255, 0.7);
}

.area_of_expertise .expertise_box {
  position: relative;
  padding: 40px 30px 40px 30px;
  margin-top: 30px;
  cursor: pointer;
}

.area_of_expertise .expertise_box .step_number {
  position: relative;
  float: left;
  z-index: 11;
}

.area_of_expertise .expertise_box .step_number h1 {
  font-size: 60px;
  line-height: 60px;
  color: #fff;
  font-weight: 700;
}

.area_of_expertise .expertise_box .title {
  position: relative;
  margin-left: 130px;
  z-index: 11;
}

.area_of_expertise .expertise_box .title a {
  font-size: 22px;
  font-weight: 700;
  color: var(--heading-dark);
  display: block;
  line-height: 30px;
  color: #fff;
}

.area_of_expertise .expertise_box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 10px;
  left: 0;
  bottom: 0;
  background: var(--primary-color-two);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  z-index: 1;
}

.area_of_expertise .expertise_box:first-child:after,
.area_of_expertise .expertise_box:nth-child(2):after {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.6);
  width: 1px;
  height: calc(100% + 1000px);
  right: 0px;
  bottom: 0px;
  z-index: 0;
}

.area_of_expertise .expertise_box:hover::before {
  background: var(--primary-color-one);
  height: 100%;
}

.area_of_expertise:hover .title_and_video .video_box a::after {
  width: 70px;
  height: 70px;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.area_of_expertise:hover .title_and_video .video_box a::before {
  width: 70px;
  height: 70px;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.area_of_expertise::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(
    300deg,
    var(--primary-color-two) 40%,
    rgba(0, 0, 0, 0.09) 100%
  );
  opacity: 0.9;
  z-index: 1;
}

/*---==========================================-----
-----==================testimonial_sec ===============-----
-----=========================================-----*/
.testimonial_sec.style_one .testimonial_box {
  position: relative;
  margin-bottom: 35px;
}

.testimonial_sec.style_one .testimonial_box .rating {
  position: relative;
  margin-bottom: 20px;
}

.testimonial_sec.style_one .testimonial_box .rating ul {
  margin: 0;
  padding: 6px 15px;
  background: var(--primary-color-three);
  border: 1px solid var(--border-color-dark);
  display: inline-block;
  border-radius: 30px;
}

.testimonial_sec.style_one .testimonial_box .rating ul li {
  list-style: none;
}

.testimonial_sec.style_one .testimonial_box .rating ul li span {
  margin: 0px 3px;
  color: var(--primary-color-one);
  font-size: 16px;
}

.testimonial_sec.style_one .testimonial_box .rating ul li span.empty {
  color: var(--primary-color-one);
  opacity: 0.4;
}

.testimonial_sec.style_one .testimonial_box .rating ul li span:first-child {
  margin-left: 0px;
}

.testimonial_sec.style_one .testimonial_box .rating ul li span:last-child {
  margin-right: 0px;
}

.testimonial_sec.style_one .testimonial_box .authour_details {
  position: relative;
  margin-bottom: 20px;
}

.testimonial_sec.style_one .testimonial_box .authour_details .details {
  position: relative;
  padding-top: 5px;
}

.testimonial_sec.style_one .testimonial_box .authour_details .details h2 {
  font-size: 22px;
  font-weight: 700;
  color: var(--heading-dark);
  display: block;
  line-height: 30px;
  color: var(--heading-dark);
}

.testimonial_sec.style_one .testimonial_box .authour_details .details span {
  font-size: 12px;
  font-family: "Assistant", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--primary-color-one);
  margin-bottom: 5px;
}

.testimonial_sec.style_one .testimonial_box .authour_details.image_yes {
  position: relative;
}

.testimonial_sec.style_one
  .testimonial_box
  .authour_details.image_yes
  .details {
  position: relative;
  margin-left: 90px;
}

.testimonial_sec.style_one
  .testimonial_box
  .authour_details.image_yes
  .details::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  left: -18px;
  top: 0;
  background: var(--primary-color-thee);
  opacity: 0.2;
}

.testimonial_sec.style_one .testimonial_box .authour_details.image_yes .image {
  float: left;
}

.testimonial_sec.style_one
  .testimonial_box
  .authour_details.image_yes
  .image
  img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
}

.testimonial_sec.style_one .testimonial_box .comment {
  position: relative;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  font-family: "Assistant", sans-serif;
}

.testimonial_sec.style_one .arrows {
  position: absolute;
  width: 200px;
  display: inline-block;
  bottom: 39px;
}

.testimonial_sec.style_one .arrows .next-single-one,
.testimonial_sec.style_one .arrows .prev-single-one {
  position: relative;
  top: inherit;
  left: inherit;
  right: inherit;
  display: inline-block;
  background-image: none !important;
  height: auto;
  width: auto;
}

.testimonial_sec.style_one .arrows .next-single-one::before,
.testimonial_sec.style_one .arrows .prev-single-one::before {
  width: auto;
  height: auto;
  line-height: inherit;
  background: none;
  box-shadow: inherit;
  font-size: 32px;
}

.testimonial_sec.style_one .arrows .next-single-one:hover::before,
.testimonial_sec.style_one .arrows .prev-single-one:hover::before {
  color: var(--primary-color-one);
}

.testimonial_sec.style_one .arrows .next-single-one {
  margin-left: 60px;
}

.testimonial_sec.style_one .arrows .prev-single-one {
  margin-right: 80px;
}

.testimonial_sec.style_one .arrows .next-single-one::before {
  content: "\e91d";
  font-family: "icomoon" !important;
}

.testimonial_sec.style_one .arrows .prev-single-one::before {
  content: "\e91c";
  font-family: "icomoon" !important;
}

.testimonial_sec.style_one .num_pagination {
  display: inline-block;
  padding: 0px 65px;
  font-size: 18px;
  font-family: "Assistant", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.testimonial_sec.style_one .num_pagination .swiper-pagination-fraction {
  color: var(--primary-color-two);
}

.testimonial_sec.style_one .num_pagination .swiper-pagination-current {
  font-size: 30px;
}

.testimonial_sec.style_one .icon_quotes {
  position: absolute;
  width: 120px;
  height: 120px;
  background: var(--primary-color-one);
  border-radius: 50%;
  text-align: center;
  line-height: 120px;
  top: 0;
  left: -150px;
}

.testimonial_sec.style_one .icon_quotes i {
  font-size: 50px;
  line-height: 120px;
  color: #fff;
}

.testimonial_sec.style_one .icon_quotes:before {
  position: absolute;
  content: "";
  width: 120px;
  height: 120px;
  border-radius: 50%;
  left: 7px;
  top: 9px;
  background: transparent;
  border: 1px solid var(--border-color-dark);
}

.testimonial_sec.style_one.light_color
  .testimonial_box
  .authour_details.image_yes
  .details::before {
  background: var(--primary-color-one);
  opacity: 0.3;
}

.testimonial_sec.style_one.light_color
  .testimonial_box
  .authour_details
  .details
  h2 {
  color: #fff;
}

.testimonial_sec.style_one.light_color .testimonial_box .comment {
  color: #fff;
}

.testimonial_sec.style_one.light_color
  .num_pagination
  .swiper-pagination-fraction {
  color: #fff;
}

.testimonial_sec.style_one.light_color .arrows .prev-single-one::before,
.testimonial_sec.style_one.light_color .arrows .next-single-one::before {
  color: #fff;
}

.testimonial_sec.style_one.light_color .icon_quotes:before {
  border: 1px solid #fff;
}

.testimonial_sec.style_two .swiper,
.testimonial_sec.style_two .swiper-container {
  overflow: unset;
}

.testimonial_sec.style_two .swiper-container {
  overflow: inherit !important;
}

.testimonial_sec.style_two .testimonial_box {
  position: relative;
  margin-bottom: 35px;
  text-align: center;
  padding: 40px 40px;
  background: #fff;
  border-radius: 10px;
  box-shadow: var(--box-shadow);
}

.testimonial_sec.style_two .testimonial_box::before {
  position: absolute;
  content: "";
  border: 1px dashed var(--border-color-dark);
  width: 98%;
  height: 97%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  border-radius: 10px;
}

.testimonial_sec.style_two .testimonial_box .rating {
  position: relative;
  margin-top: 25px;
  text-align: center;
}

.testimonial_sec.style_two .testimonial_box .rating ul {
  margin: 0;
  padding: 6px 15px;
  background: var(--primary-color-three);
  border: 1px solid var(--border-color-dark);
  display: inline-block;
  border-radius: 30px;
  text-align: center;
}

.testimonial_sec.style_two .testimonial_box .rating ul li {
  list-style: none;
}

.testimonial_sec.style_two .testimonial_box .rating ul li span {
  margin: 0px 3px;
  color: var(--primary-color-one);
  font-size: 16px;
}

.testimonial_sec.style_two .testimonial_box .rating ul li span.empty {
  color: var(--primary-color-one);
  opacity: 0.4;
}

.testimonial_sec.style_two .testimonial_box .rating ul li span:first-child {
  margin-left: 0px;
}

.testimonial_sec.style_two .testimonial_box .rating ul li span:last-child {
  margin-right: 0px;
}

.testimonial_sec.style_two .testimonial_box .authour_image {
  position: relative;
  padding-bottom: 20px;
  border-radius: 50%;
  margin: auto;
  display: inline-block;
}

.testimonial_sec.style_two .testimonial_box .authour_image .icon-quote {
  position: absolute;
  width: 50px;
  height: 50px;
  font-size: 30px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  background: var(--primary-color-one);
  top: 2px;
  left: -19px;
  border-radius: 50%;
}

.testimonial_sec.style_two .testimonial_box .authour_image img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
}

.testimonial_sec.style_two .testimonial_box .comment {
  position: relative;
  font-size: 17px;
  line-height: 27px;
  font-weight: 500;
  font-family: "Assistant", sans-serif;
}

.testimonial_sec.style_two .single_swiper .swiper-slide .testimonial_box {
  opacity: 0.2;
}

.testimonial_sec.style_two
  .single_swiper
  .swiper-slide.swiper-slide-active
  .testimonial_box {
  opacity: 1;
}

.testimonial_sec.style_two .auth_details {
  position: relative;
  cursor: pointer;
  text-align: center;
  padding: 25px;
  border-radius: 10px;
  background: #fff;
  box-shadow: var(--box-shadow);
}

.testimonial_sec.style_two .auth_details h2 {
  font-size: 18px;
  font-weight: 700;
  color: var(--heading-dark);
  display: block;
  line-height: 26px;
  margin-bottom: 5px;
}

.testimonial_sec.style_two .auth_details span {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 20px;
  display: block;
  color: var(--text-color-dark-two);
  font-weight: 400;
}

.testimonial_sec.style_two .single_swiper_tab .swiper-wrapper {
  text-align: center;
}

.testimonial_sec.style_two .single_swiper_tab .swiper-wrapper .swiper-slide {
  margin: 15px 0px;
}

.testimonial_sec.style_two
  .single_swiper_tab
  .swiper-wrapper
  .swiper-slide.swiper-slide-thumb-active
  .auth_details {
  background: var(--primary-color-one);
}

.testimonial_sec.style_two
  .single_swiper_tab
  .swiper-wrapper
  .swiper-slide.swiper-slide-thumb-active
  .auth_details
  h2 {
  color: #fff;
}

.testimonial_sec.style_two
  .single_swiper_tab
  .swiper-wrapper
  .swiper-slide.swiper-slide-thumb-active
  .auth_details
  span {
  color: #fff;
  opacity: 0.7;
}

.testimonial_sec.style_two.light_color {
  position: relative;
}

.testimonial_sec.style_three .swiper-slide-active .testimonial_box {
  background: #fff;
  box-shadow: var(--box-shadow-two);
  opacity: 1;
}

.testimonial_sec.style_three .testimonial_box {
  margin: 15px 15px 30px;
  border-radius: 5px;
  background: #fff;
  padding: 40px 30px;
  text-align: center;
  position: relative;
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  opacity: 0.5;
}

.testimonial_sec.style_three .testimonial_box .description {
  margin-bottom: 56px;
  position: relative;
}

.testimonial_sec.style_three .testimonial_box i {
  font-size: 30px;
  line-height: 60px;
  display: block;
  color: var(--primary-color-one);
  width: 60px;
  height: 60px;
  background: var(--primary-color-three);
  border-radius: 50px;
  text-align: center;
  margin: 0 auto 20px;
  opacity: 0.5;
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}

.testimonial_sec.style_three .testimonial_box img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
}

.testimonial_sec.style_three .testimonial_box .title {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: var(--heading-dark);
  margin: 0 0 8px 0;
  line-height: 28px;
  position: relative;
}

.testimonial_sec.style_three .testimonial_box .title:before {
  content: "";
  width: 1px;
  height: 30px;
  background: var(--primary-color-three);
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -44px;
}

.testimonial_sec.style_three .testimonial_box p.from {
  color: var(--primary-color-one);
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 20px;
  font-family: "Assistant", sans-serif;
}

.testimonial_sec.style_three .testimonial_box .rating {
  position: relative;
  padding: 20px 0px 0px 0px;
}

.testimonial_sec.style_three .testimonial_box .rating ul {
  margin: 0;
  padding: 0px;
}

.testimonial_sec.style_three .testimonial_box .rating ul li {
  list-style: none;
}

.testimonial_sec.style_three .testimonial_box .rating ul li span {
  display: inline-block;
  margin: 0px 4px;
  color: var(--primary-color-one);
}

.testimonial_sec.style_three .testimonial_box .rating ul li span.empty {
  color: var(--primary-color-three);
}

.testimonial_sec.style_three .testimonial_box:hover i {
  opacity: 1;
  background: var(--primary-color-one);
  color: #fff;
}

.testimonial_sec.style_three .arrows {
  position: absolute;
  top: 46%;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
}

.testimonial_sec.style_three .arrows .prev-single-one_three {
  position: absolute;
  left: -50px;
}

.testimonial_sec.style_three .arrows .next-single-one_three {
  position: absolute;
  right: 0;
}

.testimonial_sec.style_four .testimonial_box {
  position: relative;
  padding: 0px 10px;
  text-align: left;
}

.testimonial_sec.style_four .testimonial_box .rating {
  position: relative;
  margin-bottom: 12px;
}

.testimonial_sec.style_four .testimonial_box .rating ul {
  margin: 0px;
  padding: 0px;
}

.testimonial_sec.style_four .testimonial_box .rating ul li {
  list-style: none;
}

.testimonial_sec.style_four .testimonial_box .rating ul li span {
  margin-right: 4px;
  color: var(--primary-color-one);
}

.testimonial_sec.style_four .testimonial_box .rating ul li span.empty {
  opacity: 0.5;
}

.testimonial_sec.style_four .testimonial_box .client_bx {
  position: relative;
  display: flex;
}

.testimonial_sec.style_four .testimonial_box .client_bx .image_box {
  width: 60px;
  height: 60px;
  min-width: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin: auto 0px;
}

.testimonial_sec.style_four .testimonial_box .client_bx .image_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial_sec.style_four .testimonial_box .client_bx .left_s {
  position: relative;
  margin-left: 14px;
}

.testimonial_sec.style_four .testimonial_box .client_bx .left_s h2 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 5px;
}

.testimonial_sec.style_four .testimonial_box .client_bx .left_s h6 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: var(--primary-color-one);
}

.testimonial_sec.style_five .testimonial_box {
  background: #fff;
  position: relative;
  border-radius: 10px;
  padding: 30px;
  box-shadow: var(--box-shadow-two);
  margin: 10px 15px 10px;
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}

.testimonial_sec.style_five .testimonial_box .icon_quotes {
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.testimonial_sec.style_five .testimonial_box .icon_quotes i {
  font-size: 50px;
  color: var(--primary-color-three);
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}

.testimonial_sec.style_five .testimonial_box .lower_box {
  position: relative;
  display: flex;
}

.testimonial_sec.style_five .testimonial_box .image_box {
  position: relative;
  min-width: 90px;
  width: 90px;
  height: 90px;
  overflow: hidden;
  border-radius: 50%;
  margin: auto 0px;
}

.testimonial_sec.style_five .testimonial_box .image_box img {
  width: 90px;
  height: 90px;
  object-fit: cover;
}

.testimonial_sec.style_five .testimonial_box .content_box {
  margin-left: 20px;
  position: relative;
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}

.testimonial_sec.style_five .testimonial_box .content_box .rating ul {
  padding-left: 0px;
  margin-left: 0px;
}

.testimonial_sec.style_five .testimonial_box .content_box .rating ul li {
  list-style: none;
}

.testimonial_sec.style_five .testimonial_box .content_box .rating ul li span {
  color: var(--primary-color-one);
  font-size: 15px;
  margin-right: 5px;
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}

.testimonial_sec.style_five
  .testimonial_box
  .content_box
  .rating
  ul
  li
  span.empty {
  color: var(--primary-color-three);
}

.testimonial_sec.style_five .testimonial_box .content_box .description {
  position: relative;
  margin-bottom: 20px;
}

.testimonial_sec.style_five .testimonial_box .content_box .authour {
  position: relative;
}

.testimonial_sec.style_five .testimonial_box .content_box .authour h2 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 5px;
}

.testimonial_sec.style_five .testimonial_box .content_box .authour p {
  margin-bottom: 0px;
  color: var(--primary-color-one);
}

.testimonial_sec.style_five .testimonial_box:hover {
  background: var(--primary-color-one);
}

.testimonial_sec.style_five .testimonial_box:hover .icon_quotes i {
  color: rgba(255, 255, 255, 0.5);
}

.testimonial_sec.style_five
  .testimonial_box:hover
  .content_box
  .rating
  ul
  li
  span {
  color: #fff;
}

.testimonial_sec.style_five
  .testimonial_box:hover
  .content_box
  .rating
  ul
  li
  span.empty {
  color: rgba(255, 255, 255, 0.5);
}

.testimonial_sec.style_five .testimonial_box:hover .content_box .description {
  color: rgba(255, 255, 255, 0.8);
}

.testimonial_sec.style_five .testimonial_box:hover .content_box .authour h2 {
  color: #fff;
}

.testimonial_sec.style_five .testimonial_box:hover .content_box .authour p {
  color: rgba(255, 255, 255, 0.8);
}

/*-----v2 style-----*/
.testimonial_sec {
  position: relative;
}

.testimonial_sec.style_v2_one {
  position: relative;
}

.testimonial_sec.style_v2_one .testimonial_box {
  position: relative;
  display: flex;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  box-shadow: var(--box-shadow-two);
  margin: 10px;
}

.testimonial_sec.style_v2_one .testimonial_box .image {
  width: 40%;
  min-width: 40%;
  overflow: hidden;
}

.testimonial_sec.style_v2_one .testimonial_box .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.testimonial_sec.style_v2_one .testimonial_box .authour_details {
  position: relative;
  padding: 40px;
  width: 60%;
  min-width: 60%;
}

.testimonial_sec.style_v2_one .testimonial_box .authour_details .b_image {
  position: relative;
  width: 200px;
  margin-bottom: 20px;
}

.testimonial_sec.style_v2_one .testimonial_box .authour_details .comment {
  position: relative;
  margin-bottom: 20px;
}

.testimonial_sec.style_v2_one .testimonial_box .authour_details .details {
  position: relative;
  display: flex;
}

.testimonial_sec.style_v2_one
  .testimonial_box
  .authour_details
  .details
  .c_image {
  min-width: 60px;
  min-height: 60px;
}

.testimonial_sec.style_v2_one
  .testimonial_box
  .authour_details
  .details
  .c_image
  img {
  width: 60px;
  height: 60px;
  border-radius: 50px;
  overflow: hidden;
  object-fit: cover;
}

.testimonial_sec.style_v2_one
  .testimonial_box
  .authour_details
  .details
  .c_content {
  padding-left: 15px;
  display: flex;
}

.testimonial_sec.style_v2_one
  .testimonial_box
  .authour_details
  .details
  .c_content
  .content_in {
  align-items: center;
}

.testimonial_sec.style_v2_one
  .testimonial_box
  .authour_details
  .details
  .c_content
  h2 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: var(--heading-dark);
}

.testimonial_sec.style_v2_one
  .testimonial_box
  .authour_details
  .details
  .c_content
  span {
  font-size: 15px;
  line-height: 25px;
  color: var(--primary-color-one);
  display: block;
}

.testimonial_sec.style_v2_one .testimonial_box .authour_details .rating {
  position: relative;
  margin-top: 20px;
}

.testimonial_sec.style_v2_one .testimonial_box .authour_details .rating ul {
  margin-left: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
}

.testimonial_sec.style_v2_one .testimonial_box .authour_details .rating ul li {
  list-style: none;
}

.testimonial_sec.style_v2_one
  .testimonial_box
  .authour_details
  .rating
  ul
  li
  span {
  font-size: 14px;
  color: var(--primary-color-one);
  display: inline-block;
  margin-right: 5px;
}

.testimonial_sec.style_v2_one
  .testimonial_box
  .authour_details
  .rating
  ul
  li
  span.empty {
  color: var(--primary-color-three);
}

.testimonial_sec.style_v2_one .arrows {
  position: absolute;
  width: 100%;
  left: 0;
  height: 50px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  z-index: 1;
}

.testimonial_sec.style_v2_one .arrows .prev-single-one {
  position: absolute;
  width: 50px;
  height: 50px;
  left: -100px;
  top: 0;
}

.testimonial_sec.style_v2_one .arrows .next-single-one {
  position: absolute;
  width: 50px;
  height: 50px;
  right: -100px;
  top: 0;
}

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

.testimonial_sec.style_v2_two .testimonial_box {
  position: relative;
  z-index: 4;
}

.testimonial_sec.style_v2_two .testimonial_box .c_image {
  position: relative;
  overflow: hidden;
  width: 110px;
  height: 110px;
  border-radius: 110px;
  margin: 0 auto 20px;
}

.testimonial_sec.style_v2_two .testimonial_box .c_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.testimonial_sec.style_v2_two .testimonial_box .comment {
  margin-bottom: 20px;
  color: #fff;
  font-size: 18px;
  line-height: 34px;
}

.testimonial_sec.style_v2_two .testimonial_box .c_content h2 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
  line-height: 32px;
}

.testimonial_sec.style_v2_two .testimonial_box .c_content span {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  display: block;
  font-family: "Assistant", sans-serif;
  margin-bottom: 15px;
}

.testimonial_sec.style_v2_two .testimonial_box .rating li {
  list-style: none;
}

.testimonial_sec.style_v2_two .testimonial_box .rating li span {
  color: var(--primary-color-one);
  padding: 0px 4px;
}

.testimonial_sec.style_v2_two .testimonial_box .rating li span.empty {
  opacity: 0.3;
}

.testimonial_sec.style_v2_two .arrows {
  position: absolute;
  width: 100%;
  height: 100px;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
}

.testimonial_sec.style_v2_two .arrows .prev-single-one,
.testimonial_sec.style_v2_two .arrows .next-single-one {
  position: absolute;
  left: -80px;
  top: 0;
  bottom: 0;
  z-index: 3;
}

.testimonial_sec.style_v2_two .arrows .prev-single-one:before,
.testimonial_sec.style_v2_two .arrows .next-single-one:before {
  width: 60px;
  height: 60px;
  box-shadow: var(--box-shadow);
  line-height: 60px;
  text-align: center;
  border-radius: 0px;
  font-size: 26px;
  color: #fff;
  background: var(--primary-color-one);
}

.testimonial_sec.style_v2_two .arrows .next-single-one {
  left: unset;
  right: -20px;
}

/*---==========================================-----
-----==================grid column for blog post and project ===============-----
-----=========================================-----*/
._card {
  position: relative;
  display: inline-block;
  width: 100%;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
}

@media (min-width: 576px) {
  ._card {
    display: inline-block;
    width: 100%;
  }
}

.one_column .grid_show_case .grid_box {
  width: 100%;
  padding: 0px 0px;
  margin-bottom: 25px;
}

.two_column .grid_show_case .grid_box {
  width: 50%;
  padding: 0px 12px;
  margin-bottom: 25px;
}

.three_column .grid_show_case .grid_box {
  width: 33.33%;
  padding: 0px 12px;
  margin-bottom: 25px;
}

.four_column .grid_show_case .grid_box {
  width: 33.33%;
  padding: 0px 12px;
  margin-bottom: 25px;
}

.five_column .grid_show_case .grid_box {
  width: 20%;
  padding: 0px 12px;
  margin-bottom: 25px;
}

/*---==========================================-----
-----================== image_boxes ===============-----
-----=========================================-----*/
.image_boxes {
  position: relative;
}

.image_boxes.style_one {
  display: inline-block;
  margin-bottom: 100px;
}

.image_boxes.style_one .image.one {
  position: relative;
  width: 500px;
  height: 550px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: var(--box-shadow);
}

.image_boxes.style_one .image.one img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image_boxes.style_one .image.two {
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 250px;
  height: 250px;
  border: 5px solid #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: var(--box-shadow);
}

.image_boxes.style_one .image.two img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image_boxes .year_of_experience {
  position: absolute;
  padding: 25px;
  border-radius: 10px;
  background: #fff;
  box-shadow: var(--box-shadow);
  display: inline-block;
  max-width: 400px;
  left: 30px;
  bottom: -60px;
}

.image_boxes .year_of_experience .year {
  position: absolute;
  left: 25px;
  top: 0;
  bottom: 0;
  width: 70px;
  height: 70px;
  line-height: 80px;
  font-size: 30px;
  font-weight: 600;
  border-radius: 60px;
  background: var(--primary-color-one);
  color: #fff;
  text-align: center;
  font-family: "Assistant", sans-serif;
  margin: auto;
}

.image_boxes .year_of_experience .year::before {
  position: absolute;
  content: "";
  width: 90px;
  height: 90px;
  background: transparent;
  border: 2px dotted var(--border-color-dark);
  border-radius: 50px;
  top: -10px;
  left: -10px;
}

.image_boxes .year_of_experience .content {
  position: relative;
  margin-left: 100px;
  margin-right: 20px;
}

.image_boxes .year_of_experience .content h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.image_boxes .year_of_experience .content span {
  font-size: 60px;
  height: 60px;
  position: absolute;
  line-height: 60px;
  right: -40px;
  margin: auto;
  bottom: 0;
  top: 0;
  opacity: 0.2;
}

.image_boxes .video_box {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 70px;
  height: 70px;
}

.image_boxes.style_two {
  position: relative;
  min-height: 560px;
  display: inline-block;
}

.image_boxes.style_two .background_image {
  position: absolute;
  min-width: 740px;
  left: -165px;
  height: 596px;
  top: -33px;
}

.image_boxes.style_two .image {
  position: relative;
  width: 270px;
  height: 370px;
  border-radius: 10px;
  overflow: hidden;
}

.image_boxes.style_two .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image_boxes.style_two .image.one {
  float: left;
}

.image_boxes.style_two .image.two {
  position: absolute;
  right: -300px;
  margin-top: 100px;
}

.image_boxes.style_two .authour_quotes {
  position: absolute;
  width: 330px;
  bottom: 30px;
  left: 0;
  padding: 25px 25px 18px;
  border-radius: 10px;
  background: var(--primary-color-one);
  z-index: 2;
}

.image_boxes.style_two .authour_quotes h6 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  display: block;
  line-height: 26px;
  margin-bottom: 8px;
}

.image_boxes.style_two .authour_quotes p {
  font-family: "Assistant", sans-serif;
  font-weight: 600;
  color: #fff;
  opacity: 0.8;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0px 40px 0px 0px;
}

.image_boxes.style_two .authour_quotes i {
  font-size: 50px;
  color: #fff;
  opacity: 0.1;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.image_boxes.style_three {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.image_boxes.style_three.border_yes {
  border: 10px solid var(--primary-color-three);
  border-radius: 5px;
}

.image_boxes.style_three.border_yes img {
  border-radius: 5px;
}

.image_boxes.style_three img {
  height: 470px;
  width: 100%;
  object-fit: cover;
}

.image_boxes.style_three .video_box {
  width: 100px;
  height: 100px;
}

.image_boxes.style_three .video_box a {
  background: #fff;
  color: var(--primary-color-one);
  width: 100px;
  height: 100px;
  line-height: 105px;
  font-size: 35px !important;
}

.image_boxes.style_three.border_yes .video_box {
  width: 70px;
  height: 70px;
  z-index: 3;
}

.image_boxes.style_three.border_yes .video_box a {
  width: 70px;
  line-height: 75px;
  font-size: 22px !important;
  height: 70px;
  background: var(--primary-color-one);
  color: #fff;
}

.image_boxes.style_three.border_yes .video_box a::before {
  animation: none;
  width: 110px;
  height: 110px;
  top: 0;
  background: rgba(255, 255, 255, 0.2);
  z-index: -1;
  bottom: 0;
  margin: auto;
  right: 0px;
  left: -20px;
  transform: inherit;
  transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
}

.image_boxes.style_three.border_yes .video_box a::after {
  animation: none;
  width: 90px;
  height: 90px;
  top: 0;
  background: rgba(255, 255, 255, 0.4);
  z-index: -1;
  bottom: 0;
  margin: auto;
  right: 0px;
  left: -10px;
  transform: inherit;
  transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
}

.image_boxes.style_four .image_box {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 5px;
}

.image_boxes.style_four .image_box.one {
  margin-bottom: 30px;
  box-shadow: var(--box-shadow);
}

.image_boxes.style_four .image_box img {
  width: 100%;
  height: 285px;
  object-fit: cover;
}

.image_boxes.style_four .image_box .pad_zero_left {
  padding-left: 0px;
}

.image_boxes.style_four .image_box .pad_zero_right {
  padding-right: 0px;
}

.image_boxes.style_four .imgs {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: var(--box-shadow-two);
}

.image_boxes.style_four .image_content_inner {
  text-align: center;
  padding: 20px 30px;
  background: var(--primary-color-one);
  bottom: 20px;
  left: 20px;
  z-index: 10;
  position: absolute;
  border-radius: 5px;
}

.image_boxes.style_four .image_content_inner h2 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: #fff;
}

.image_boxes.style_four .image_content_inner.viceo_en {
  padding-right: 80px;
}

.image_boxes.style_four .image_content_inner.viceo_en .video_box_null {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  height: 40px;
  width: 40px;
  margin: auto;
}

.image_boxes.style_four .image_content_inner.viceo_en .video_box_null a {
  color: #fff;
  width: 40px;
  display: block;
  text-align: center;
  line-height: 43px;
  height: 40px;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.1);
}

.image_boxes.style_five {
  position: relative;
  z-index: 0;
  display: inline-block;
}

.image_boxes.style_five::before {
  position: absolute;
  content: "";
  width: 362px;
  height: 362px;
  background: var(--primary-color-three);
  top: 55px;
  left: 75px;
  border-radius: 50%;
  z-index: -1;
}

.image_boxes.style_five .image_box {
  overflow: hidden;
  position: relative;
  display: inline-block;
}

.image_boxes.style_five .image_box.one {
  z-index: 3;
}

.image_boxes.style_five .image_box.one .video_box_null {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.image_boxes.style_five .image_box.one .video_box_null a {
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  background: var(--primary-color-one);
  display: block;
  border-radius: 10px 0px 10px 0px;
}

.image_boxes.style_five .image_box.one .video_box_null a i {
  position: absolute;
  font-size: 16px;
  height: 16px;
  width: 16px;
  line-height: 16px;
  text-align: center;
  top: 0;
  bottom: 0;
  right: 0;
  color: #fff;
  left: 0;
  margin: auto;
}

.image_boxes.style_five .image_box.two {
  z-index: 2;
  margin-top: -150px;
  margin-left: 190px;
}

.image_boxes.style_five .image_box img {
  border-radius: 10px;
  height: 325px;
  object-fit: cover;
  width: 350px;
}

.image_boxes.style_six {
  position: relative;
  padding-bottom: 40px;
}

.image_boxes.style_six .image_box {
  position: relative;
}

.image_boxes.style_six .image_box img {
  border-radius: 10px;
}

.image_boxes.style_six .image_box .video_inner.type_six {
  position: absolute;
  top: 30px;
  text-align: center;
  right: 30px;
  overflow: hidden;
  background: var(--primary-color-one);
  padding: 10px;
  border-radius: 10px;
}

.image_boxes.style_six .image_box .video_inner.type_six a {
  background: var(--primary-color-one);
  position: relative;
  display: inline-block;
  font-size: 30px !important;
  color: #fff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center !important;
  border-radius: 50%;
}

.image_boxes.style_six .image_box .video_inner.type_six p {
  position: relative;
  z-index: 10;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0px;
  font-family: "Assistant", sans-serif;
}

.image_boxes.style_six .image_box .experience {
  left: 0px;
  position: absolute;
  right: 0;
  bottom: -65px;
}

.image_boxes.style_six .image_box .experience .experience_inner {
  padding: 20px 40px;
  background: #fff;
  margin: 25px;
  display: inline-block;
  text-align: center;
  border-radius: 10px;
  box-shadow: var(--box-shadow-two);
}

.image_boxes.style_six .image_box .experience .experience_inner h2 {
  font-size: 22px;
  color: var(--heading-dark);
  line-height: 32px;
  font-weight: 600;
}

.image_boxes.style_six .image_box .experience .experience_inner h2 span {
  color: var(--primary-color-one);
}

.image_boxes.style_seven .image_box {
  position: relative;
  z-index: 2;
}

.image_boxes.style_seven .video_inner {
  position: absolute;
  width: 80px;
  height: 80px;
  bottom: 15px;
  right: 15px;
}

.image_boxes.style_seven .video_inner a {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--primary-color-one);
  color: #fff;
  border-radius: 50px;
  margin: auto;
  line-height: 70px;
  text-align: center;
}

.image_boxes.style_seven .video_inner a i {
  font-size: 30px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.image_boxes.style_seven .experience {
  position: absolute;
  padding: 20px;
  top: 20px;
  left: -40px;
  background: var(--primary-color-one);
}

.image_boxes.style_seven .experience::before {
  position: absolute;
  content: "";
  border-left: 50px solid transparent;
  border-top: 50px solid transparent;
  border-right: 50px solid var(--primary-color-one);
  border-bottom: 50px solid transparent;
  left: -50px;
  z-index: -1;
  opacity: 0.9;
}

.image_boxes.style_seven .experience .experience_inner h2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
}

.image_boxes.style_seven .pattern_imag {
  position: absolute;
  width: 200px;
  bottom: -85px;
  left: -85px;
}

/*---==========================================-----
-----================== simple image boxes ===============-----
-----=========================================-----*/
.simple_image_boxes {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.simple_image_boxes img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.simple_image_boxes.style_two {
  background: var(--primary-color-three);
  padding: 50px;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.simple_image_boxes.style_two .parallax_cover {
  position: relative;
  overflow: hidden;
  height: 540px;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.simple_image_boxes.style_two .parallax_cover img {
  border-radius: 0px;
}

/*---==========================================-----
-----================== image_boxes ===============-----
-----=========================================-----*/
.counter-block.style_one {
  position: relative;
  padding: 28px;
  background: #fff;
  box-shadow: var(--box-shadow-two);
  border-radius: 10px;
}

.counter-block.style_one:before {
  position: absolute;
  content: "";
  border: 1px dashed var(--border-color-dark);
  width: 97%;
  height: 97%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  border-radius: 10px;
}

.counter-block.style_one .icon_box {
  position: relative;
  min-height: 48px;
  margin-bottom: 20px;
}

.counter-block.style_one .icon_box .icon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.counter-block.style_one .icon_box .icon span {
  font-size: 40px;
  line-height: 40px;
  color: var(--primary-color-one);
}

.counter-block.style_one .icon_box .icon img {
  width: auto;
  height: 40px;
}

.counter-block.style_one .icon_box .coun_ter {
  margin-left: 50px;
}

.counter-block.style_one .icon_box .coun_ter {
  position: relative;
}

.counter-block.style_one .icon_box .coun_ter span {
  display: inline-block;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  color: var(--primary-color-one);
  font-family: "Assistant", sans-serif;
}

.counter-block.style_one .icon_box .coun_ter small {
  font-size: 20px;
  margin-left: 5px;
  color: var(--text-color-light);
}

.counter-block.style_one .content_box {
  position: relative;
}

.counter-block.style_one .content_box h6 {
  display: block;
  color: var(--heading-dark);
  line-height: 28px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
}

.counter-block.style_one .content_box p {
  margin: 0px;
}

.counter-block.style_two {
  position: relative;
  padding: 35px 25px;
  background: #fff;
  box-shadow: var(--box-shadow-two);
  margin: 10px 0px 20px 0px;
  text-align: center;
  border-radius: 10px;
}

.counter-block.style_two .icon_box .icon {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 20px;
}

.counter-block.style_two .icon_box .icon span {
  font-size: 50px;
  line-height: 50px;
  color: var(--primary-color-one);
}

.counter-block.style_two .icon_box .icon img {
  width: auto;
  height: 50px;
}

.counter-block.style_two .icon_box .coun_ter {
  margin-left: 50px;
}

.counter-block.style_two .coun_ter {
  position: relative;
  margin-bottom: 5px;
}

.counter-block.style_two .coun_ter span {
  display: inline-block;
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  color: var(--primary-color-one);
  font-family: "Assistant", sans-serif;
}

.counter-block.style_two .coun_ter small {
  font-size: 20px;
  position: relative;
  top: -15px;
  color: var(--text-color-light);
}

.counter-block.style_two .content_box {
  position: relative;
}

.counter-block.style_two .content_box h6 {
  display: block;
  color: var(--heading-dark);
  line-height: 26px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.counter-block.style_three {
  position: relative;
}

.counter-block.style_three .icon_box {
  position: relative;
  margin-bottom: 15px;
}

.counter-block.style_three .icon_box span {
  font-size: 60px;
  line-height: 60px;
  color: var(--primary-color-one);
}

.counter-block.style_three .icon_box img {
  width: 60px;
  height: auto;
}

.counter-block.style_three .content_box p {
  margin-bottom: 10px;
}

.counter-block.style_three .content_box h6 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

.counter-block.style_three .content_box h6 .coun_ter {
  display: block;
}

.counter-block.style_three .content_box h6 .coun_ter .count-text {
  font-size: 30px;
  line-height: 50px;
  color: var(--primary-color-one);
  font-weight: 700;
}

.counter-block.style_three .content_box h6 .coun_ter small {
  color: var(--text-color-light);
  font-size: 16px;
  font-weight: 500;
}

/*---==========================================-----
-----================== call_to_action ===============-----
-----=========================================-----*/
.call_to_action {
  position: relative;
  text-align: center;
  overflow: hidden;
}

.call_to_action .image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.call_to_action .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.call_to_action.style_one .image::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: var(--primary-color-two);
  opacity: 0.92;
  z-index: 1;
}

.call_to_action.style_one .left_content {
  position: relative;
  padding: 100px 120px;
}

.call_to_action.style_one .left_content .main_content {
  position: relative;
  z-index: 2;
}

.call_to_action.style_one .left_content .main_content h6 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: var(--primary-color-one);
  margin-bottom: 25px;
}

.call_to_action.style_one .left_content .main_content h1 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}

.call_to_action.style_one .left_content .main_content p {
  color: #fff;
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
}

.call_to_action.style_one .left_content .main_content .video_box {
  margin-bottom: 30px;
}

.call_to_action.style_one .bottom_content {
  position: relative;
}

.call_to_action.style_one .bottom_content .button_content {
  display: inline-block;
  position: relative;
  top: 9px;
}

.call_to_action.style_one .bottom_content .button_content a i {
  margin-left: 8px;
  font-size: 16px;
  position: relative;
  top: 2px;
}

.call_to_action.style_one .bottom_content .call_content {
  display: inline-block;
  position: relative;
  margin-left: 20px;
}

.call_to_action.style_one .bottom_content .call_content span {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 5px;
  font-size: 30px;
  line-height: 56px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  background: transparent;
  border: 1px dashed #ffffff;
  margin: auto;
}

.call_to_action.style_one .bottom_content .call_content .content_bx {
  margin-left: 70px;
  padding-top: 9px;
  text-align: left;
}

.call_to_action.style_one .bottom_content .call_content .content_bx h2 {
  font-size: 15px;
  line-height: 25px;
  color: #fff;
  margin-bottom: 2px;
  font-weight: 600;
}

.call_to_action.style_one .bottom_content .call_content .content_bx p {
  color: #fff;
  opacity: 0.9;
  text-decoration: underline;
  margin: 0px;
  padding: 0;
  border: 0px;
}

.call_to_action.style_two {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.call_to_action.style_two .auto-container {
  position: relative;
  z-index: 10;
  text-align: left;
}

.call_to_action.style_two .left_content {
  padding: 60px 40px;
  position: relative;
  z-index: 1;
}

.call_to_action.style_two .left_content h1 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}

.call_to_action.style_two .left_content .call_content {
  display: flex;
  position: relative;
}

.call_to_action.style_two .left_content .call_content span {
  position: relative;
  font-size: 30px;
  line-height: 56px;
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  text-align: center;
  color: var(--primary-color-one);
  background: #fff;
  margin-top: auto;
  min-width: 56px;
  margin-bottom: auto;
}

.call_to_action.style_two .left_content .call_content .content_bx {
  margin-left: 15px;
  text-align: left;
}

.call_to_action.style_two .left_content .call_content .content_bx h2 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 5px;
  line-height: 26px;
  font-weight: 600;
}

.call_to_action.style_two .left_content .call_content .content_bx p {
  color: #fff;
  margin: 0px;
  padding: 0;
  border: 0px;
}

.call_to_action.style_two .image_right {
  position: absolute;
  height: auto;
  top: 0;
  right: 61px;
  width: auto;
}

.call_to_action.style_two .image_right img {
  height: 500px;
  width: auto;
}

/*---==========================================-----
-----================== icon_box_all ===============-----
-----=========================================-----*/
.icon_box_all {
  position: relative;
  /*---light_color_one ---*/
}

.icon_box_all.style_one {
  background: #fff;
  box-shadow: var(--box-shadow);
  padding: 35px 30px 30px;
  border-radius: 10px;
}

.icon_box_all.style_one .icon_content {
  position: relative;
  display: flex;
}

.icon_box_all.style_one .icon_content h3 a {
  display: block;
  color: var(--heading-dark);
  line-height: 28px;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.icon_box_all.style_one .icon_content p {
  margin: 0px;
}

.icon_box_all.style_one .icon_content .icon {
  position: relative;
  min-width: 60px;
}

.icon_box_all.style_one .icon_content .icon span {
  font-size: 60px;
  line-height: 60px;
  color: var(--primary-color-one);
  display: block;
}

.icon_box_all.style_one .icon_content .icon img {
  width: 60px;
  height: auto;
}

.icon_box_all.style_one .icon_content .icon p {
  margin: 0px;
  color: var(--text-color-dark-two);
}

.icon_box_all.style_one .icon_content.icon_centers .icon {
  margin: auto;
}

.icon_box_all.style_one .icon_content .txt_content {
  position: relative;
  margin-left: 23px;
}

.icon_box_all.style_two {
  padding-top: 20px;
  border-top: 3px solid var(--primary-color-three);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  min-height: 75px;
}

.icon_box_all.style_two .icon_content {
  position: relative;
  display: flex;
}

.icon_box_all.style_two .icon_content .icon {
  position: relative;
  min-width: 50px;
}

.icon_box_all.style_two .icon_content .icon span {
  font-size: 40px;
  color: var(--primary-color-one);
  line-height: 40px;
  margin: auto;
}

.icon_box_all.style_two .icon_content .icon img {
  width: 48px;
  height: auto;
  margin: auto;
}

.icon_box_all.style_two .icon_content .txt_content {
  position: relative;
  margin-left: 8px;
}

.icon_box_all.style_two .icon_content .txt_content h3 a {
  display: block;
  color: var(--heading-dark);
  line-height: 26px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}

.icon_box_all.style_two .icon_content .txt_content h3 a:hover {
  color: var(--primary-color-one);
}

.icon_box_all.style_two .icon_content .txt_content p {
  margin: 0px 0px 0px 0px;
}

.icon_box_all.style_two:hover {
  border-color: var(--primary-color-one);
}

.icon_box_all.style_three {
  text-align: center;
  background: #fff;
  padding: 40px 35px;
  border-radius: 10px;
  box-shadow: var(--box-shadow);
}

.icon_box_all.style_three .icon_content {
  position: relative;
}

.icon_box_all.style_three .icon_content .icon {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.icon_box_all.style_three .icon_content .icon span {
  font-size: 60px;
  line-height: 60px;
  color: var(--primary-color-one);
}

.icon_box_all.style_three .icon_content .icon img {
  height: 60px;
  width: auto;
}

.icon_box_all.style_three .icon_content .txt_content h3 a {
  display: block;
  color: var(--heading-dark);
  line-height: 30px;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
}

.icon_box_all.style_three .icon_content .txt_content p {
  margin-bottom: 0px;
}

.icon_box_all.style_three .icon_content .txt_content ul {
  margin: 30px 0 35px;
  padding: 0;
}

.icon_box_all.style_three .icon_content .txt_content ul li {
  text-align: left;
  list-style: none;
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}

.icon_box_all.style_three .icon_content .txt_content ul li::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 20px;
  border: 2px solid var(--border-color-dark);
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.icon_box_all.style_three .icon_content .txt_content .btn_left {
  text-align: left;
}

.icon_box_all.style_three .icon_content .txt_content .btn_left a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.icon_box_all.style_four {
  position: relative;
}

.icon_box_all.style_four .icon {
  position: relative;
  margin-bottom: 50px;
  display: block;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.icon_box_all.style_four .icon span {
  top: 20px;
  font-size: 45px;
  line-height: 45px;
  color: var(--primary-color-one);
  display: inline-block;
  position: relative;
  z-index: 2;
}

.icon_box_all.style_four .icon .svg_image {
  width: 45px;
  height: auto;
  display: inline-block;
  position: relative;
  z-index: 2;
  top: 20px;
  margin: auto;
}

.icon_box_all.style_four .icon .shape {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.icon_box_all.style_four .txt_content {
  position: relative;
}

.icon_box_all.style_four .txt_content h3 a {
  display: block;
  color: var(--heading-dark);
  line-height: 28px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}

.icon_box_all.style_four .txt_content h3 a:hover {
  color: var(--primary-color-one);
}

.icon_box_all.style_four:hover .icon {
  margin-left: 10px;
}

.icon_box_all.style_five {
  position: relative;
}

.icon_box_all.style_five .icon_content {
  position: relative;
  padding: 40px 30px 30px;
  background: #fff;
  box-shadow: var(--box-shadow);
  overflow: hidden;
  border-radius: 10px;
  border: 3px solid #fff;
  transition: all 700ms ease 100ms;
  -moz-transition: all 700ms ease 100ms;
  -ms-transition: all 700ms ease 100ms;
  -o-transition: all 700ms ease 100ms;
}

.icon_box_all.style_five .icon_content .icon {
  position: relative;
  margin-bottom: 25px;
}

.icon_box_all.style_five .icon_content .icon span {
  font-size: 60px;
  color: var(--primary-color-one);
  line-height: 60px;
  display: block;
}

.icon_box_all.style_five .icon_content .icon img {
  width: 60px;
  height: auto;
}

.icon_box_all.style_five .icon_content small {
  position: absolute;
  font-size: 48px;
  line-height: 60px;
  color: var(--primary-color-three);
  right: 20px;
  font-family: "Assistant", sans-serif;
  top: 45px;
  font-weight: 700;
}

.icon_box_all.style_five .icon_content h2 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  color: var(--heading-dark);
  margin-bottom: 10px;
}

.icon_box_all.style_five .icon_content .hover_content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  padding: 0px 40px;
  transition: all 700ms ease 100ms;
  -moz-transition: all 700ms ease 100ms;
  -ms-transition: all 700ms ease 100ms;
  -o-transition: all 700ms ease 100ms;
  opacity: 0;
  transform-style: preserve-3d;
  transform: perspective(1200px) rotateX(-45deg) translateZ(-50px);
  background: var(--primary-color-one);
  border-radius: 10px;
}

.icon_box_all.style_five .icon_content .hover_content .content {
  display: table;
  width: 100%;
  height: 100%;
}

.icon_box_all.style_five .icon_content .hover_content .content .inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.icon_box_all.style_five .icon_content .hover_content .content .inner a {
  font-family: "Assistant", sans-serif;
  font-size: 15px;
  line-height: 25px;
  display: block;
  margin-top: 15px;
}

.icon_box_all.style_five .icon_content .hover_content .content .inner a span {
  position: relative;
  top: 2px;
  right: -5px;
  display: inline-block;
}

.icon_box_all.style_five:hover .icon_content {
  border-color: var(--primary-color-one);
  background: var(--primary-color-one);
}

.icon_box_all.style_five:hover .hover_content {
  transform: perspective(1200px) rotateX(0deg) translateZ(0px);
  opacity: 1;
}

.icon_box_all.style_five:hover .hover_content p {
  color: #fff;
}

.icon_box_all.style_five:hover .hover_content a {
  color: #fff;
}

.icon_box_all.style_six .icon_content .icon {
  position: relative;
  margin-top: 0px;
  margin-bottom: 15px;
}

.icon_box_all.style_six .icon_content .icon::after {
  background: var(--primary-color-three);
  position: absolute;
  content: "";
  border-radius: 50px;
  width: 80px;
  height: 80px;
  left: 15px;
  top: -10px;
  z-index: -10;
  opacity: 0.5;
}

.icon_box_all.style_six .icon_content .icon span {
  font-size: 45px;
  z-index: 1;
  position: relative;
  line-height: 60px;
  display: inline-block;
  color: var(--primary-color-one);
  margin-bottom: 15px;
}

.icon_box_all.style_six .icon_content .icon img {
  width: 45px;
  height: auto;
  z-index: 1;
  position: relative;
  margin-bottom: 27px;
  display: block;
}

.icon_box_all.style_six .icon_content h2 {
  line-height: normal;
}

.icon_box_all.style_six .icon_content h2 a {
  display: block;
  font-family: "Assistant", sans-serif;
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 32px;
  font-weight: 700;
  color: var(--heading-dark);
}

.icon_box_all.style_six .icon_content h2 a:hover {
  color: var(--primary-color-one);
}

.icon_box_all.style_six.version_2 {
  padding: 40px;
  background: #fff;
}

.icon_box_all.style_seven {
  position: relative;
}

.icon_box_all.style_seven .icon_content {
  display: flex;
}

.icon_box_all.style_seven .icon_content .icon {
  min-width: 60px;
  padding-top: 5px;
}

.icon_box_all.style_seven .icon_content .icon img {
  width: 40px;
  height: auto;
}

.icon_box_all.style_seven .icon_content .icon span {
  font-size: 40px;
  line-height: 40px;
}

.icon_box_all.style_seven .icon_content .text_box {
  min-height: 80%;
}

.icon_box_all.style_seven .icon_content .text_box h2 {
  line-height: normal;
}

.icon_box_all.style_seven .icon_content .text_box h2 a {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 2px;
  display: block;
}

.icon_box_all.style_seven.light_color .icon_content .icon span {
  color: #fff;
}

.icon_box_all.style_seven.light_color .icon_content .text_box h2 a {
  color: #fff;
}

.icon_box_all.style_seven.light_color .icon_content .text_box p {
  color: #fff;
}

.icon_box_all.style_eight {
  padding: 30px 30px 10px 30px;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: rgba(9, 0, 0, 0.0509803922);
  border-radius: 30px 30px 30px 30px;
}

.icon_box_all.style_eight .icon_content {
  display: flex;
}

.icon_box_all.style_eight .icon_content .icon {
  min-width: 60px;
  padding-top: 5px;
}

.icon_box_all.style_eight .icon_content .icon img {
  width: 40px;
  height: auto;
}

.icon_box_all.style_eight .icon_content .icon span {
  font-size: 40px;
  line-height: 40px;
}

.icon_box_all.style_eight .icon_content .text_box {
  min-height: 80%;
}

.icon_box_all.style_eight .icon_content .text_box h2 {
  line-height: normal;
}

.icon_box_all.style_eight .icon_content .text_box h2 a {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 2px;
  display: block;
}

.icon_box_all.style_eight.light_color .icon_content .icon span {
  color: #fff;
}

.icon_box_all.style_eight.light_color .icon_content .text_box h2 a {
  color: #fff;
}

.icon_box_all.style_eight.light_color .icon_content .text_box p {
  color: #fff;
}

.icon_box_all.style_nine {
  position: relative;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: var(--border-color-dark);
  padding: 53px 30px 30px 30px;
}

.icon_box_all.style_nine .icon_content .icon {
  position: relative;
  margin-top: 0px;
  margin-bottom: 15px;
}

.icon_box_all.style_nine .icon_content .icon::after {
  background: var(--primary-color-three);
  position: absolute;
  content: "";
  border-radius: 50px;
  width: 80px;
  height: 80px;
  left: 15px;
  top: -10px;
  z-index: -10;
  opacity: 0.5;
}

.icon_box_all.style_nine .icon_content .icon span {
  font-size: 45px;
  z-index: 1;
  position: relative;
  line-height: 60px;
  display: inline-block;
  color: var(--primary-color-one);
  margin-bottom: 15px;
}

.icon_box_all.style_nine .icon_content .icon img {
  width: 45px;
  height: auto;
  z-index: 1;
  position: relative;
  margin-bottom: 27px;
  display: block;
}

.icon_box_all.style_nine .icon_content h2 {
  line-height: normal;
}

.icon_box_all.style_nine .icon_content h2 a {
  display: block;
  font-family: "Assistant", sans-serif;
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 32px;
  font-weight: 700;
  color: var(--heading-dark);
}

.icon_box_all.style_nine .icon_content h2 a:hover {
  color: var(--primary-color-one);
}

.icon_box_all.light_color_one.style_one {
  background: var(--primary-color-one);
}

.icon_box_all.light_color_one.style_one .icon_content .icon span {
  color: #fff;
}

.icon_box_all.light_color_one.style_one .icon_content h3 a {
  color: #fff;
}

.icon_box_all.light_color_one.style_one .icon_content p {
  color: #fff;
  opacity: 0.8;
}

.icon_box_all.light_color_one.style_three {
  background: var(--primary-color-one);
}

.icon_box_all.light_color_one.style_three .icon_content .icon span {
  color: #fff;
}

.icon_box_all.light_color_one.style_three .icon_content h3 a {
  color: #fff;
}

.icon_box_all.light_color_one.style_three .icon_content ul li {
  color: #fff;
  opacity: 0.8;
}

.icon_box_all.light_color_one.style_three .icon_content ul li::before {
  border-color: rgba(255, 255, 255, 0.4);
}

.icon_box_all.light_color_one.style_three .icon_content p {
  color: #fff;
  opacity: 0.8;
}

.icon_box_all.light_color_one.style_three .btn_left a {
  background: #fff;
  color: var(--primary-color-one);
}

.icon_box_all.light_color_two.style_one {
  background: var(--primary-color-two);
}

.icon_box_all.light_color_two.style_one .icon_content .icon span {
  color: var(--primary-color-one);
}

.icon_box_all.light_color_two.style_one .icon_content h3 a {
  color: #fff;
}

.icon_box_all.light_color_two.style_one .icon_content p {
  color: #fff;
  opacity: 0.8;
}

.icon_box_all.light_color_two.style_three {
  background: var(--primary-color-two);
}

.icon_box_all.light_color_two.style_three .icon_content .icon span {
  color: var(--primary-color-one);
}

.icon_box_all.light_color_two.style_three .icon_content h3 a {
  color: #fff;
}

.icon_box_all.light_color_two.style_three .icon_content ul li {
  color: #fff;
  opacity: 0.8;
}

.icon_box_all.light_color_two.style_three .icon_content ul li::before {
  border-color: var(--primary-color-one);
}

.icon_box_all.light_color_two.style_three .icon_content p {
  color: #fff;
  opacity: 0.8;
}

/*---==========================================-----
-----================== content_box_cn ===============-----
-----=========================================-----*/
.content_box_cn {
  position: relative;
}

.content_box_cn.style_one {
  padding: 0px 0px 0px 25px;
}

.content_box_cn.style_one .txt_content {
  position: relative;
}

.content_box_cn.style_one .txt_content::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: var(--primary-color-one);
  left: -25px;
  top: 8px;
}

.content_box_cn.style_one .txt_content::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: var(--primary-color-one);
  opacity: 0.4;
  left: -19px;
  top: 8px;
}

.content_box_cn.style_one .txt_content h3 a {
  display: block;
  color: var(--heading-dark);
  line-height: 28px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.content_box_cn.style_one.light_color .txt_content::before,
.content_box_cn.style_one.light_color .txt_content::after {
  background: #fff;
}

.content_box_cn.style_one.light_color .txt_content h3 a {
  color: #fff;
}

.content_box_cn.style_one.light_color .txt_content p {
  color: #fff;
  opacity: 0.8;
}

/*---==========================================-----
-----================== faq_section ===============-----
-----=========================================-----*/
.faq_section {
  position: relative;
}

.faq_section dd {
  display: none;
}

.faq_section.type_one .accordion {
  position: relative;
}

.faq_section.type_one .accordion dl {
  margin-bottom: 0px;
  position: relative;
}

.faq_section.type_one .accordion dl dt {
  position: relative;
  background: transparent;
  margin-bottom: 40px;
  border: 0px;
  font-family: "Assistant", sans-serif;
  font-size: 18px;
  color: var(--heading-dark);
  font-weight: 600;
  line-height: 26px;
  border-radius: 5px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  margin-left: 50px;
}

.faq_section.type_one .accordion dl dt span {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--primary-color-one);
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  margin-right: 10px;
  border-radius: 5px;
  position: absolute;
  left: -50px;
  bottom: 0;
  top: 0;
  margin: auto;
}

.faq_section.type_one .accordion dl dt.active {
  margin-bottom: 20px;
}

.faq_section.type_one .accordion dl dd {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #dcd7d7;
  padding-left: 22px;
  border-left: 1px dashed #dcd7d7;
}

.faq_section.type_one .accordion dl dd p {
  margin: 0px;
  color: var(--text-color-dark);
}

.faq_section.type_two .faq_header {
  position: relative;
  background: var(--primary-color-three);
  border-radius: 10px;
  padding: 25px 70px 22px 20px;
  border: 1px solid var(--border-color-dark);
  margin-bottom: 15px;
  font-family: "Assistant", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  z-index: 2;
  cursor: pointer;
}

.faq_section.type_two .faq_header span {
  position: absolute;
  width: 44px;
  /* height: 44px; */
  border-radius: 5px;
  background: #fff;
  color: var(--primary-color-one);
  text-align: center;
  right: 2px;
  top: 1px;
  bottom: 2px;
  margin: auto;
  line-height: 40px;
  box-shadow: var(--box-shadow);
}

.faq_section.type_two .faq_header.active {
  margin: 0px;
  background: #fff;
  color: var(--primary-color-one);
}

.faq_section.type_two .faq_header.active span {
  background: var(--primary-color-one);
  color: #fff;
}

.faq_section.type_two .accordion-content {
  position: relative;
  margin-bottom: 15px;
  padding: 35px 20px 10px 20px;
  border: 1px solid var(--border-color-dark);
  border-top: 0px;
  border-radius: 0px 0px 10px 10px;
  background: var(--primary-color-three);
  margin-top: -15px;
}

/*---==========================================-----
-----================== progress_bar ===============-----
-----=========================================-----*/
.progress_bar {
  position: relative;
}

.progress_bar .bar {
  position: relative;
  width: 100%;
  height: 6px;
  background: var(--primary-color-three);
  border-radius: 10px;
  margin-bottom: 12px;
}

.progress_bar .bar .bar-inner {
  position: relative;
  display: block;
  width: 0px;
  height: 6px;
  background: var(--primary-color-one);
  border-radius: 10px;
  transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
}

.progress_bar h2 {
  position: relative;
  font-family: "Assistant", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 10px;
  padding-right: 45px;
}

.progress_bar h2 span {
  position: absolute;
  right: 0;
  top: 0;
  color: var(--primary-color-one);
  font-size: 16px;
}

.progress_bar.style_two .progress_new {
  height: 170px;
  position: relative;
  float: left;
}

.progress_bar.style_two .progress_new .progress-value {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 170px;
  height: 170px;
  line-height: 170px;
  text-align: center;
  display: flex;
  align-items: center;
}

.progress_bar.style_two .progress_new .progress-value h6 {
  padding: 10px 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  color: var(--primary-color-one);
}

.progress_bar.style_two .progress_new .ProgressBar,
.progress_bar.style_two .progress_new .ProgressBar-contentCircle {
  display: table;
  height: 170px;
  position: relative;
  width: 170px;
  margin: auto;
}

.progress_bar.style_two .progress_new .ProgressBar-circle,
.progress_bar.style_two .progress_new .ProgressBar-background {
  fill: none;
  stroke: var(--primary-color-one);
  stroke-width: 5px;
  stroke-linecap: round;
  stroke-dasharray: 0;
  stroke-dashoffset: 0;
  position: relative;
  z-index: 10;
}

.progress_bar.style_two .progress_new .ProgressBar-background {
  stroke: rgba(0, 0, 0, 0.05);
  stroke-width: 4;
  z-index: 0;
}

.progress_bar.style_two .progress_new .ProgressBar-percentage {
  color: var(--primary-color-two);
  font-size: 40px;
  text-align: center;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}

.progress_bar.style_two .content_box {
  position: relative;
  margin-left: 180px;
  padding: 0px 0px 10px;
}

.progress_bar.style_two .content_box h2 {
  font-size: 36px;
  font-weight: 700;
  color: var(--primary-color-one);
  line-height: 46px;
  margin-bottom: 5px;
  padding-right: unset;
  padding-top: 15px;
}

.progress_bar.style_two .content_box h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 5px;
}

.progress_bar.style_three .bar {
  position: relative;
  width: 100%;
  height: 8px;
  background: var(--primary-color-three);
  border-radius: 10px;
  margin-bottom: 12px;
}

.progress_bar.style_three .bar .bar-inner {
  position: relative;
  display: block;
  width: 0px;
  height: 8px;
  background: #fff;
  background-image: linear-gradient(to right, #fff, var(--primary-color-one));
  border-radius: 10px;
  transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
}

.progress_bar.style_three .bar .bar-inner::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 16px solid var(--primary-color-one);
  border-right: 12px solid transparent;
  right: -25px;
  top: -4px;
}

.progress_bar.style_three h2 {
  position: relative;
  font-family: "Assistant", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 10px;
  padding-right: 45px;
}

.progress_bar.style_three h2 span {
  position: absolute;
  right: 0;
  top: 0;
  color: var(--primary-color-one);
  font-size: 16px;
}

.progress_bar.style_four {
  position: relative;
  padding: 30px;
  background: var(--primary-color-two);
}

.progress_bar.style_four .progress_new {
  height: 140px;
  position: relative;
}

.progress_bar.style_four .progress_new .progress-value {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 60px;
  height: 24px;
  line-height: 40px;
  text-align: center;
}

.progress_bar.style_four .progress_new .progress-value h6 {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  color: var(--primary-color-one);
}

.progress_bar.style_four .progress_new .ProgressBar,
.progress_bar.style_four .progress_new .ProgressBar-contentCircle {
  display: table;
  height: 140px;
  position: relative;
  width: 140px;
  margin: auto;
}

.progress_bar.style_four .progress_new .ProgressBar-circle,
.progress_bar.style_four .progress_new .ProgressBar-background {
  fill: none;
  stroke: var(--primary-color-one);
  stroke-width: 5px;
  stroke-linecap: round;
  stroke-dasharray: 0;
  stroke-dashoffset: 0;
  position: relative;
  z-index: 10;
}

.progress_bar.style_four .progress_new .ProgressBar-background {
  stroke: rgba(255, 255, 255, 0.05);
  stroke-width: 4;
  z-index: 0;
}

.progress_bar.style_four .progress_new .ProgressBar-percentage {
  color: var(--primary-color-two);
  font-size: 40px;
  text-align: center;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}

.progress_bar.style_four .content_box {
  position: relative;
  text-align: center;
}

.progress_bar.style_four .content_box h2 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 30px;
  margin-top: 20px;
  padding-right: 0px;
}

.progress_bar.style_four.color_two {
  background: var(--primary-color-one);
}

.progress_bar.style_four.color_two .progress_new .ProgressBar-circle,
.progress_bar.style_four.color_two .progress_new .ProgressBar-background {
  stroke: #fff;
}

.progress_bar.style_four.color_two .progress_new .ProgressBar-background {
  stroke: rgba(255, 255, 255, 0.05);
}

.progress_bar.style_four.color_two .progress_new .progress-value h6 {
  color: #fff;
}

/*---==========================================-----
-----================== time_line_section ===============-----
-----=========================================-----*/
.time_line_section {
  position: relative;
}

.time_line_section.style_one .swiper-container {
  padding-top: 90px;
}

.time_line_section.style_one .time_line_box {
  position: relative;
  margin-bottom: 60px;
  margin-top: 20px;
}

.time_line_section.style_one .time_line_box .time_inner {
  position: relative;
}

.time_line_section.style_one .time_line_box .time_inner .border_liner {
  position: absolute;
  content: "";
  width: 28%;
  height: 100%;
  left: 0;
  top: 0;
}

.time_line_section.style_one .time_line_box .time_inner .border_liner::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 92%;
  background: var(--primary-color-three);
  left: 0;
  top: 0;
}

.time_line_section.style_one .time_line_box .time_inner .border_liner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: var(--primary-color-three);
  left: 0;
  bottom: 8%;
}

.time_line_section.style_one .time_line_box .time_inner .border_liner span {
  width: 14px;
  height: 14px;
  border: 1px solid var(--border-color-dark);
  position: absolute;
  top: -12px;
  left: -6px;
  content: "";
  border-radius: 50px;
}

.time_line_section.style_one
  .time_line_box
  .time_inner
  .border_liner
  span.last {
  top: auto;
  left: auto;
  bottom: 22px;
  right: -13px;
}

.time_line_section.style_one .time_line_box .time_inner .content {
  position: relative;
  z-index: 2;
}

.time_line_section.style_one .time_line_box .time_inner .content h2 a {
  position: relative;
  font-family: "Assistant", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px;
  padding: 0px 30px;
  display: block;
}

.time_line_section.style_one .time_line_box .time_inner .content p {
  position: relative;
  margin-bottom: 40px;
  padding: 0px 30px;
}

.time_line_section.style_one .time_line_box .time_inner .content p::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  left: 0;
  bottom: -83px;
  background: var(--primary-color-three);
}

.time_line_section.style_one .time_line_box .time_inner .year {
  position: relative;
  z-index: 2;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-weight: 700;
  font-family: "Assistant", sans-serif;
  color: var(--heading-dark);
  border-radius: 50%;
  background: #fff;
  box-shadow: var(--box-shadow);
  text-align: center;
  padding-top: 2px;
  left: -40px;
}

.time_line_section.style_one .time_line_box .time_inner .image {
  position: relative;
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 0px;
  top: 30px;
}

.time_line_section.style_one .time_line_box .time_inner .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.time_line_section.style_one .swiper-slide-active .time_line_box .year {
  background: var(--primary-color-one);
  color: #fff;
}

.time_line_section.style_one .swiper-button-next,
.time_line_section.style_one .swiper-button-prev {
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
}

.time_line_section.style_one .swiper-button-next::before,
.time_line_section.style_one .swiper-button-prev::before {
  box-shadow: inherit;
  border-radius: 10px 0px 10px 0px;
  border: 1px solid var(--border-color-dark);
}

.time_line_section.style_one .swiper-button-next:hover::before,
.time_line_section.style_one .swiper-button-prev:hover::before {
  background: var(--primary-color-one);
  border-color: var(--primary-color-one);
  color: #fff;
}

.time_line_section.style_one .swiper-button-prev {
  left: -60px;
}

.time_line_section.style_one .swiper-button-next {
  right: -60px;
}

.time_line_section.style_one .swiper-button-next::before {
  border-radius: 0px 10px 0px 10px;
}

.time_line_section.style_two .event_box {
  position: relative;
}

.time_line_section.style_two .event_box .image {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0px auto 20px;
}

.time_line_section.style_two .event_box .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.time_line_section.style_two .event_box .date_box {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.time_line_section.style_two .event_box .date_box h6 {
  position: relative;
  display: inline-block;
  padding: 12px 26px;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
  background: transparent;
  border-radius: 30px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.time_line_section.style_two .event_box .date_box h6::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background: var(--primary-color-one);
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -25px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.time_line_section.style_two .event_box .content_box {
  position: relative;
  background: transparent;
  padding: 40px 30px;
  border-radius: 10px;
  text-align: center;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.time_line_section.style_two .event_box .content_box h2 {
  line-height: normal;
}

.time_line_section.style_two .event_box .content_box h2 a {
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 12px;
  display: block;
}

.time_line_section.style_two .event_box .content_box small {
  font-size: 16px;
  color: var(--primary-color-one);
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
}

.time_line_section.style_two .event_box .content_box p {
  margin-bottom: 10px;
  color: var(--text-color-light);
}

.time_line_section.style_two .event_box .content_box a.read_more {
  width: 50px;
  height: 50px;
  line-height: 54px;
  border-radius: 50px;
  color: #fff;
  background: var(--primary-color-one);
  font-size: 18px;
  text-align: center;
  display: block;
  margin: 30px auto 0px;
}

.time_line_section.style_two .event_box:hover .content_box {
  background: var(--primary-color-one);
}

.time_line_section.style_two .event_box:hover .content_box p {
  color: rgba(255, 255, 255, 0.8);
}

.time_line_section.style_two .event_box:hover .date_box {
  border-bottom: 1px solid var(--primary-color-one);
}

.time_line_section.style_two .event_box:hover .date_box h6 {
  background: var(--primary-color-one);
}

.time_line_section.style_two .event_box:hover a.read_more {
  background: #fff;
  color: var(--primary-color-one);
}

.time_line_section.style_two .swiper-slide-active .event_box .content_box p {
  color: rgba(255, 255, 255, 0.8);
}

.time_line_section.style_two .swiper-slide-active .event_box .date_box {
  border-bottom: 1px solid var(--primary-color-one);
}

.time_line_section.style_two .swiper-slide-active .event_box .date_box h6 {
  background: var(--primary-color-one);
}

.time_line_section.style_two .swiper-slide-active .event_box a.read_more {
  background: #fff;
  color: var(--primary-color-one);
}

.time_line_section.style_two .position-relative {
  width: 110px;
  margin: auto;
  height: 50px;
  padding-top: 20px;
}

.time_line_section.style_two .position-relative .next-single-one_three:before {
  right: 0;
}

.time_line_section.style_two .position-relative .prev-single-one_three:before {
  left: 0;
}

/*---------tab ----style-----one---------------*/
.tabs_all_box {
  position: relative;
}

.tabs_all_box .s_tab {
  display: none;
}

.tabs_all_box .s_tab.active-tab {
  display: block;
}

.tabs_all_box .s_tab.active-tab.show {
  animation: fadeIn ease 0.9s;
  -webkit-animation: fadeIn ease 0.9s;
  -moz-animation: fadeIn ease 0.9s;
  -o-animation: fadeIn ease 0.9s;
  -ms-animation: fadeIn ease 0.9s;
}

.tabs_all_box.type_one {
  position: relative;
}

.tabs_all_box.type_one .tabs_header {
  position: absolute;
  left: 50px;
  width: 270px;
  height: auto;
  background: #fff;
  padding: 10px 0px 0px 0px;
  box-shadow: var(--box-shadow);
  border-radius: 10px;
  z-index: 5;
  top: -20px;
}

.tabs_all_box.type_one .tabs_header ul {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
}

.tabs_all_box.type_one .tabs_header ul li {
  display: block;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.tabs_all_box.type_one .tabs_header ul li a {
  font-size: 16px;
  position: relative;
  font-weight: 700;
  color: var(--heading-dark);
  line-height: 28px;
  font-family: "Assistant", sans-serif;
  padding: 20px 0px;
  border-bottom: 1px solid var(--border-color-dark);
  background: transparent;
  border-radius: 0px;
  display: block;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.tabs_all_box.type_one .tabs_header ul li a.active {
  color: var(--primary-color-one);
}

.tabs_all_box.type_one .tabs_header ul li:last-child a {
  border-bottom: 0px;
}

.tabs_all_box.type_one .tabs_header ul li:hover a {
  color: var(--primary-color-one);
  padding-left: 5px;
}

.tabs_all_box.type_one .tabs_header .toll_free {
  position: relative;
  padding: 20px;
  background: var(--primary-color-one);
  border-radius: 10px;
}

.tabs_all_box.type_one .tabs_header .toll_free a {
  position: relative;
  display: block;
  padding-left: 60px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 26px;
  font-family: "Assistant", sans-serif;
}

.tabs_all_box.type_one .tabs_header .toll_free a i {
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-block;
  line-height: 50px;
  font-size: 20px;
  color: var(--primary-color-one);
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.tabs_all_box.type_one .tab_content {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  min-height: 550px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.tabs_all_box.type_one .tab_content::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0px;
  background: linear-gradient(
    to top,
    var(--primary-color-two) 2%,
    rgba(0, 0, 0, 0) 129%
  );
  z-index: 1;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.tabs_all_box.type_one .tab_content .content_image {
  position: relative;
  margin-left: 320px;
  padding: 235px 50px 80px;
  z-index: 2;
}

.tabs_all_box.type_one .tab_content .content_image h6 {
  font-weight: 600;
  text-decoration: underline;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 15px;
}

.tabs_all_box.type_one .tab_content .content_image h2 {
  font-weight: 700;
  color: #fff;
  font-size: 44px;
  line-height: 54px;
  margin-bottom: 20px;
}

.tabs_all_box.type_one .tab_content .content_image p {
  color: #fff;
  opacity: 0.8;
}

.tabs_all_box.type_one .tab_content .content_image a {
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  font-family: "Assistant", sans-serif;
  font-weight: 500;
  opacity: 0.8;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.tabs_all_box.type_one .tab_content .content_image a i {
  top: 0;
  font-size: 16px;
}

.tabs_all_box.type_one .tab_content .content_image a:hover {
  color: var(--primary-color-one);
}

.tabs_all_box.type_two .tabs_header {
  position: relative;
  margin-bottom: 50px;
}

.tabs_all_box.type_two .tabs_header .showcase_tabs_btns {
  position: relative;
}

.tabs_all_box.type_two .tabs_header .showcase_tabs_btns::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background: var(--primary-color-one);
  opacity: 0.1;
  z-index: -1;
}

.tabs_all_box.type_two .tabs_header ul {
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
}

.tabs_all_box.type_two .tabs_header ul li {
  display: inline-block;
  margin: 0px 15px;
}

.tabs_all_box.type_two .tabs_header ul li a {
  font-size: 13px;
  font-weight: 600;
  color: var(--heading-dark);
  line-height: 28px;
  text-transform: uppercase;
  font-family: "Assistant", sans-serif;
  padding: 12px 25px 9px;
  border-radius: 10px;
  border: 1px solid var(--border-color-dark);
  background: #fff;
  display: block;
}

.tabs_all_box.type_two .tabs_header ul li a.active {
  background: #fff;
  border-color: #fff;
  box-shadow: var(--box-shadow-two);
  color: var(--primary-color-one);
}

.tabs_all_box.type_two .tab_content {
  position: relative;
}

.tabs_all_box.type_two .tab_content .content_bx {
  position: relative;
}

.tabs_all_box.type_two .tab_content .content_bx h6 {
  font-weight: 600;
  color: var(--primary-color-one);
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 15px;
}

.tabs_all_box.type_two .tab_content .content_bx h2 {
  font-weight: 700;
  font-size: 44px;
  line-height: 54px;
  margin-bottom: 20px;
}

.tabs_all_box.type_two .tab_content .content_bx p {
  margin-bottom: 26px;
}

.tabs_all_box.type_two .tab_content .content_bx ul {
  position: relative;
  margin: 0 0 40px 0;
  padding: 0 0px 0px 20px;
}

.tabs_all_box.type_two .tab_content .content_bx ul li {
  list-style: none;
  position: relative;
  margin-bottom: 12px;
}

.tabs_all_box.type_two .tab_content .content_bx ul li:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  left: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: var(--primary-color-one);
}

.tabs_all_box.type_two .tab_content .content_bx ul li:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  opacity: 0.4;
  left: -14px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: var(--primary-color-one);
}

.tabs_all_box.type_three .tabs_header {
  position: relative;
  margin-bottom: 10px;
}

.tabs_all_box.type_three .tabs_header .showcase_tabs_btns {
  position: relative;
}

.tabs_all_box.type_three .tabs_header ul {
  display: block;
  margin: 0;
  padding: 0;
}

.tabs_all_box.type_three .tabs_header ul li {
  display: inline-block;
  margin-right: 20px;
}

.tabs_all_box.type_three .tabs_header ul li a {
  font-size: 18px;
  font-weight: 700;
  color: var(--heading-dark);
  line-height: 28px;
  text-transform: capitalize;
  font-family: "Assistant", sans-serif;
  border-radius: 10px;
  border: 0px;
  background: transparent;
  display: block;
}

.tabs_all_box.type_three .tabs_header ul li a.active {
  color: var(--primary-color-one);
}

.tabs_all_box.type_three .tab_content {
  position: relative;
}

.tabs_all_box.type_three .tab_content .image {
  position: relative;
  margin-bottom: 30px;
  height: 400px;
  border-radius: 5px;
  overflow: hidden;
}

.tabs_all_box.type_three .tab_content .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tabs_all_box.type_three .tab_content .content_bx {
  position: relative;
}

.tabs_all_box.type_three .tab_content .content_bx h6 {
  font-weight: 600;
  color: var(--primary-color-one);
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 15px;
  text-decoration: underline;
}

.tabs_all_box.type_three .tab_content .content_bx h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 20px;
  color: var(--heading-dark);
}

.tabs_all_box.type_three .tab_content .content_bx p {
  margin-bottom: 26px;
}

.tabs_all_box.type_three .tab_content .content_bx ul {
  position: relative;
  margin: 0 0 40px 0;
  padding: 0 0px 0px 20px;
}

.tabs_all_box.type_three .tab_content .content_bx ul li {
  list-style: none;
  position: relative;
  margin-bottom: 12px;
}

.tabs_all_box.type_three .tab_content .content_bx ul li:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  left: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: var(--primary-color-one);
}

.tabs_all_box.type_three .tab_content .content_bx ul li:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  opacity: 0.4;
  left: -14px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: var(--primary-color-one);
}

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

  100% {
    opacity: 1;
  }
}

/*----client_logo_carousel------*/
.client_logo_carousel {
  position: relative;
}

.client_logo_carousel.type_one .swiper-slide,
.client_logo_carousel.type_one .owl-item {
  position: relative;
}

.client_logo_carousel.type_one .swiper-slide .image,
.client_logo_carousel.type_one .owl-item .image {
  text-align: center;
  position: relative;
  margin: 0px 20px;
  padding: 20px 20px;
}

.client_logo_carousel.type_one .swiper-slide .image img,
.client_logo_carousel.type_one .owl-item .image img {
  width: 200px;
  height: auto;
}

.client_logo_carousel.type_one .owl-item .image::before {
  display: none;
}

.client_logo_carousel.type_one .owl-item:last-child .image::after {
  display: none;
}

.client_logo_carousel.type_two .swiper-slide .image,
.client_logo_carousel.type_two .owl-item .image {
  text-align: center;
  position: relative;
}

.client_logo_carousel.type_two .swiper-slide .image img,
.client_logo_carousel.type_two .owl-item .image img {
  width: 200px;
  height: auto;
}

.client_logo_carousel .swiper-wrapper {
  align-items: center;
}

/*------------newsteller------------------*/
.newsteller {
  position: relative;
}

.newsteller.style_one .item_scubscribe {
  position: relative;
  top: 9px;
}

.newsteller.style_one .item_scubscribe .mc4wp-form-fields {
  position: relative;
}

.newsteller.style_one .item_scubscribe .mc4wp-form-fields input[type="email"] {
  border-radius: 10px 0px 10px 0px;
}

.newsteller.style_one .item_scubscribe .mc4wp-form-fields input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  background: var(--primary-color-two);
  border-radius: 0px 0px 10px 0px;
  height: 56px;
  min-width: 100px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  min-height: 56px;
  line-height: 56px;
  border: 0px !important;
}

.newsteller.style_one .content {
  position: relative;
  padding-left: 15px;
  border-left: 4px solid #fff;
}

.newsteller.style_one .content h2 {
  font-weight: 600;
  color: #fff;
  margin-bottom: 8px;
  font-size: 30px;
  line-height: 40px;
}

.newsteller.style_one .content p {
  margin-bottom: 0px;
  color: #fff;
}

.newsteller.style_two {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  padding: 50px;
}

.newsteller.style_two::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--primary-color-one);
  opacity: 0.8;
}

.newsteller.style_two .inner_stell {
  position: relative;
  z-index: 2;
  text-align: center;
}

.newsteller.style_two .inner_stell h2 {
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
}

.newsteller.style_two .inner_stell p {
  color: #fff;
  margin-bottom: 25px;
}

.newsteller.style_two .item_scubscribe {
  position: relative;
  width: 60%;
  margin: 0px auto;
}

.newsteller.style_two .item_scubscribe input {
  margin: 0px auto;
}

.newsteller.style_two .item_scubscribe input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 150px;
  min-height: 50px;
  line-height: 50px;
  width: auto;
  border-radius: 5px;
  background: var(--primary-color-two);
  border: 0px !important;
}

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

.newsteller.style_three h6 {
  font-size: 18px;
  line-height: 30px;
  padding: 5px 15px;
  background: #fff;
  color: var(--primary-color-one);
  font-weight: 600;
  display: inline-block;
  margin-bottom: 30px;
}

.newsteller.style_three h2 {
  font-size: 44px;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
}

.newsteller.style_three p {
  color: #fff;
  opacity: 0.8;
  font-size: 16px;
  margin-bottom: 25px;
}

.newsteller.style_three .mc4wp-form-fields {
  position: relative;
  width: 60%;
  margin: auto;
}

.newsteller.style_three .mc4wp-form-fields input {
  background: transparent;
  border-radius: 0px;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.newsteller.style_three .mc4wp-form-fields input::placeholder {
  color: #fff !important;
}

.newsteller.style_three .mc4wp-form-fields input[type="submit"] {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  min-width: 100px;
  width: auto;
  background: #fff;
  color: var(--heading-dark);
  height: auto;
  line-height: 40px;
  min-height: 40px;
  margin: 0px;
}

.newsteller.style_four input[type="submit"] {
  position: absolute;
  z-index: 99;
  top: 4px !important;
  right: 6px !important;
  left: unset !important;
  height: 48px !important;
  line-height: 48px !important;
  min-height: 48px !important;
  width: 150px !important;
  min-width: 150px !important;
  border-radius: 10px 0px 10px 0px !important;
}

@media (max-width: 992px) {
  .newsteller.style_three .mc4wp-form-fields {
    width: 100%;
  }
}

/*----price_plan_box------*/
.price_plan_box {
  position: relative;
}

.price_plan_box.style_one {
  box-shadow: var(--box-shadow);
  background: #fff;
  padding: 45px 35px 40px;
  border-radius: 10px;
}

.price_plan_box.style_one.tag_enables::before {
  position: absolute;
  content: "";
  border-left: 10px solid transparent;
  border-top: 10px solid transparent;
  border-bottom: 10px solid var(--primary-color-two);
  border-right: 10px solid transparent;
  top: -20px;
  right: 27px;
  z-index: 0;
}

.price_plan_box.style_one .tag {
  position: absolute;
  transform: rotate(-90deg);
  background: var(--primary-color-one);
  color: #fff;
  padding: 3px 16px 3px 4px;
  text-transform: uppercase;
  font-size: 13px;
  top: 18px;
  right: -16px;
}

.price_plan_box.style_one .tag::before {
  position: absolute;
  content: "";
  border-left: 10px solid transparent;
  border-top: 12px solid var(--primary-color-one);
  border-bottom: 13px solid var(--primary-color-one);
  border-right: 10px solid var(--primary-color-one);
  bottom: 0px;
  left: -20px;
  z-index: -82;
}

.price_plan_box.style_one .top {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 20px;
  padding-right: 25px;
}

.price_plan_box.style_one .top::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  background: var(--primary-color-one);
  bottom: 0;
  left: 0;
}

.price_plan_box.style_one .top h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
}

.price_plan_box.style_one .top p {
  margin: 0;
}

.price_plan_box.style_one .mid {
  position: relative;
  margin-bottom: 30px;
}

.price_plan_box.style_one .mid h4 {
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
  color: var(--primary-color-one);
  margin-bottom: 7px;
}

.price_plan_box.style_one .mid h4 small,
.price_plan_box.style_one .mid h4 span {
  font-size: 20px;
  position: relative;
  top: -20px;
}

.price_plan_box.style_one .bottom {
  position: relative;
}

.price_plan_box.style_one .bottom ul {
  position: relative;
  margin: 0 0 40px;
  padding: 0;
}

.price_plan_box.style_one .bottom ul li {
  position: relative;
  list-style: none;
  padding: 10px 20px 10px 40px;
  border-radius: 5px;
}

.price_plan_box.style_one .bottom ul li:nth-child(2n + 1) {
  background: var(--primary-color-three);
}

.price_plan_box.style_one .bottom ul li i {
  position: absolute;
  left: 15px;
  bottom: 0;
  top: 0;
  margin: auto;
  font-size: 16px;
  color: var(--primary-color-one);
  line-height: 16px;
  height: 16px;
}

.price_plan_box.style_two {
  background: #fff;
  margin-bottom: 30px;
  border-radius: 10px;
  border: 1px solid var(--border-color-dark);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.price_plan_box.style_two .tag {
  position: absolute;
  max-width: 120px;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  background: var(--primary-color-one);
  border-radius: 30px;
  text-align: center;
  top: -16px;
  right: 0;
  margin: auto;
  left: 0;
  z-index: 2;
}

.price_plan_box.style_two .inner_box {
  position: relative;
}

.price_plan_box.style_two .inner_box .top {
  padding: 42px 30px 30px;
  background: var(--primary-color-three);
  text-align: center;
  border-radius: 10px 10px 0px 0px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.price_plan_box.style_two .inner_box .top h2 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 6px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.price_plan_box.style_two .inner_box .top p {
  margin-bottom: 0px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.price_plan_box.style_two .inner_box .mid {
  position: relative;
  padding: 42px 30px 30px;
  text-align: center;
}

.price_plan_box.style_two .inner_box .mid h4 {
  font-size: 36px;
  line-height: 46px;
  color: var(--primary-color-one);
  font-weight: 700;
}

.price_plan_box.style_two .inner_box .mid h4 span {
  font-size: 20px;
  font-weight: 500;
  color: var(--text-color-dark);
  line-height: 30px;
}

.price_plan_box.style_two .inner_box .bottom {
  position: relative;
  padding: 0px 40px 40px;
  text-align: center;
}

.price_plan_box.style_two .inner_box .bottom ul {
  margin: 0px 0px 40px;
  padding: 0px;
  text-align: left;
}

.price_plan_box.style_two .inner_box .bottom ul li {
  position: relative;
  list-style: none;
  padding-left: 33px;
  margin-bottom: 10px;
}

.price_plan_box.style_two .inner_box .bottom ul li i {
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border-radius: 30px;
  color: var(--text-color-light);
  line-height: 24px;
  text-align: center;
  font-size: 13px;
  border: 1px solid var(--border-color-dark);
}

.price_plan_box.style_two .inner_box .bottom a.theme-btn {
  border-radius: 10px;
  background: var(--primary-color-one);
  color: #fff;
  font-family: "Assistant", sans-serif;
  font-size: 15px;
}

.price_plan_box.style_two:hover {
  box-shadow: var(--box-shadow);
}

.price_plan_box.style_two:hover .inner_box .top {
  background: var(--primary-color-one);
}

.price_plan_box.style_two:hover .inner_box .top h2 {
  color: #fff;
}

.price_plan_box.style_two:hover .inner_box .top p {
  color: #fff;
}

.price_plan_box.style_three {
  background: var(--primary-color-three);
  padding: 10px;
  border: 1px solid var(--border-color-dark);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.price_plan_box.style_three .image {
  overflow: hidden;
  position: relative;
}

.price_plan_box.style_three .image img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: top;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.price_plan_box.style_three .image .tag {
  position: absolute;
  content: "";
  padding: 5px 15px;
  background: var(--primary-color-two);
  font-size: 15px;
  font-weight: 600;
  font-family: "Assistant", sans-serif;
  z-index: 1;
  top: 0;
  right: 0;
  color: #fff;
  border-radius: 0px 0px 0px 10px;
  line-height: 25px;
}

.price_plan_box.style_three .image .mid {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
  left: 0;
  bottom: 0%;
  padding: 0px 0px 0px 20px;
}

.price_plan_box.style_three .image .mid .pri {
  height: 70px;
  padding: 0px 15px;
  background: var(--primary-color-one);
  color: #fff;

  font-weight: 700;
  font-size: 22px;
  line-height: 70px;
}

.price_plan_box.style_three .image .mid h6 {
  padding: 5px 15px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  font-size: 15px;
  font-weight: 600;
  font-family: "Assistant", sans-serif;
  z-index: 1;
  color: var(--primary-color-two);
  border-radius: 10px 0px 0px 0px;
  line-height: 25px;
}

.price_plan_box.style_three .inner_box {
  position: relative;
  padding: 30px 20px 20px;
}

.price_plan_box.style_three .inner_box h2 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 8px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.price_plan_box.style_three .inner_box p {
  margin-bottom: 0px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.price_plan_box.style_three .inner_box .bottom {
  position: relative;
  padding: 20px 0px 0px;
  text-align: left;
}

.price_plan_box.style_three .inner_box .bottom ul {
  margin: 0px 0px 40px;
  padding: 0px;
  text-align: left;
}

.price_plan_box.style_three .inner_box .bottom ul li {
  position: relative;
  list-style: none;
  padding-left: 33px;
  margin-bottom: 10px;
}

.price_plan_box.style_three .inner_box .bottom ul li i {
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border-radius: 30px;
  color: var(--primary-color-one);
  line-height: 24px;
  text-align: center;
  font-size: 13px;
  border: 1px solid var(--border-color-dark);
}

.price_plan_box.style_three .inner_box .bottom a.theme-btn {
  background: var(--primary-color-one);
  color: #fff;
  font-family: "Assistant", sans-serif;
  font-size: 15px;
}

.price_plan_box.style_three .inner_box .bottom a.theme-btn:hover {
  background: var(--primary-color-two);
  color: #fff;
  border-color: var(--primary-color-two);
}

.price_plan_box.style_three:hover {
  border-color: var(--primary-color-one);
}

.price_plan_box.style_three:hover .image img {
  opacity: 0.8;
}

.price_plan_with_tab {
  position: relative;
}

.price_plan_with_tab .row {
  --bs-gutter-x: 1.5rem !important;
}

.price_plan_with_tab.price_tb_style_one .tab_pricing_list {
  position: relative;
  text-align: center;
}

.price_plan_with_tab.price_tb_style_one .tab_pricing_list ul {
  display: inline-block;
  padding: 0px;
  border: 0px;
  margin: 0px 0px 60px;
}

.price_plan_with_tab.price_tb_style_one .tab_pricing_list ul li {
  display: inline-block;
  border: 0px;
  padding: 0px;
  margin-right: -4px;
  position: relative;
}

.price_plan_with_tab.price_tb_style_one .tab_pricing_list ul li button {
  border: 1px solid var(--border-color-dark);
  padding: 14px 20px 10px;
  box-shadow: none;
  font-size: 13px;
  font-family: "Assistant", sans-serif;
  line-height: 23px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--heading-dark);
  background-color: transparent !important;
}

.price_plan_with_tab.price_tb_style_one .tab_pricing_list ul li button.active {
  color: var(--primary-color-one);
}

.price_plan_with_tab.price_tb_style_one
  .tab_pricing_list
  ul
  li:first-child
  button {
  border-right: 0px;
  border-radius: 10px 0px 0px 10px;
}

.price_plan_with_tab.price_tb_style_one
  .tab_pricing_list
  ul
  li:first-child::before {
  position: absolute;
  content: "";
  width: 1px;
  background: var(--primary-color-one);
  opacity: 0.2;
  height: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}

.price_plan_with_tab.price_tb_style_one
  .tab_pricing_list
  ul
  li:last-child
  button {
  border-left: 0px;
  border-radius: 0px 10px 10px 0px;
}

.price_plan_with_tab.price_tb_style_one .tab_pricing_list ul li + li {
  padding: 0px;
}

.price_plan_with_tab.price_tb_style_two .tab_pricing_list {
  position: relative;
  text-align: center;
}

.price_plan_with_tab.price_tb_style_two .tab_pricing_list ul {
  display: inline-block;
  padding: 0px;
  border: 0px;
  margin: 0px 0px 60px;
}

.price_plan_with_tab.price_tb_style_two .tab_pricing_list ul li {
  display: inline-block;
  border: 0px;
  padding: 0px;
  margin: 0px;
  position: relative;
}

.price_plan_with_tab.price_tb_style_two .tab_pricing_list ul li button {
  box-shadow: none;
  border: 0px;
  font-size: 13px;
  font-family: "Assistant", sans-serif;
  line-height: 23px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--heading-dark);
  background-color: transparent !important;
}

.price_plan_with_tab.price_tb_style_two .tab_pricing_list ul li button.active {
  color: var(--primary-color-one);
}

.price_plan_with_tab.price_tb_style_two .tab_pricing_list ul li:first-child {
  margin-right: 43px;
}

.price_plan_with_tab.price_tb_style_two
  .tab_pricing_list
  ul
  li:first-child::before {
  position: absolute;
  content: "";
  width: 70px;
  height: 30px;
  border-radius: 30px;
  background: var(--primary-color-three);
  border: 1px solid var(--border-color-dark);
  right: -82px;
  top: -5px;
}

.price_plan_with_tab.price_tb_style_two
  .tab_pricing_list
  ul
  li:first-child
  button.active:after {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  border-radius: 50px;
  background: var(--primary-color-one);
  top: 2px;
  right: -36px;
}

.price_plan_with_tab.price_tb_style_two .tab_pricing_list ul li:last-child {
  margin-left: 43px;
}

.price_plan_with_tab.price_tb_style_two
  .tab_pricing_list
  ul
  li:last-child
  button.active:after {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  border-radius: 50px;
  background: var(--primary-color-one);
  top: 2px;
  left: -36px;
}

.modal-popup-inner .form_content input,
.modal-popup-inner .form_content input[type="text"],
.modal-popup-inner .form_content input[type="email"],
.modal-popup-inner .form_content input[type="number"],
.modal-popup-inner .form_content textarea,
.modal-popup-inner .form_content select {
  margin-bottom: 5px !important;
}

.modal-popup-inner .form_content p {
  position: relative;
  margin: 0px;
}

.modal-popup-inner .form_content p i {
  position: absolute;
  top: 46px;
  right: 14px;
  color: var(--primary-color-one);
  margin: auto;
  font-size: 16px;
  height: 16px;
}

.modal-popup-inner .form_content p br {
  display: none;
}

/*--====================================================--
----==============price_plan_box========================--
--======================================================--*/
.counter_section {
  position: relative;
  text-align: center;
}

.counter_section .logo_sec {
  position: relative;
  margin-bottom: 60px;
}

.counter_section .logo_sec img {
  width: 200px;
}

.counter_section .title {
  position: relative;
}

.counter_section .title h2 {
  font-size: 72px;
  line-height: 82px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #fff;
}

.counter_section .title p {
  color: #fff;
  opacity: 0.8;
  margin-bottom: 30px;
}

.counter_section .Countdown-timer {
  position: relative;
}

.counter_section .Countdown-timer .item {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0px 25px;
}

.counter_section .Countdown-timer .item span {
  color: #fff;
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 6px;
}

.counter_section .Countdown-timer .item small {
  font-size: 50px;
  font-weight: 600;
  position: absolute;
  right: -9px;
  top: 13px;
  line-height: 25px;
  color: var(--primary-color-one);
}

.counter_section .Countdown-timer .item p {
  color: var(--primary-color-one);
  font-size: 13px;
  font-weight: 600;
  margin-top: 3px;
  text-transform: uppercase;
  line-height: 23px;
  font-family: "Assistant", sans-serif;
}

/*--====================================================--
----==============social_media_v_one========================--
--======================================================--*/
.social_media_v_one {
  position: relative;
}

.social_media_v_one ul {
  padding: 0;
  margin: 0;
}

.social_media_v_one ul li {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0px !important;
}

.social_media_v_one ul li:last-child {
  margin-right: 0px;
}

.social_media_v_one ul li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  border-radius: 50px;
  background: var(--primary-color-two);
  color: #fff;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.social_media_v_one ul li a span {
  opacity: 0.8;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.social_media_v_one ul li a small {
  position: absolute;
  padding: 5px 15px;
  border-radius: 5px;
  background: #fff;
  color: var(--primary-color-one);
  font-size: 13px;
  line-height: 13px;
  font-weight: 600;
  min-width: 100px;
  text-align: center;
  margin: auto;
  left: -10px;
  right: 0;
  top: -35px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  opacity: 0;
}

.social_media_v_one ul li a small::before {
  position: absolute;
  content: "";
  width: 12px;
  border-top: 10px solid #fff;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  height: 12px;
  bottom: -20px;
  left: 20px;
}

.social_media_v_one ul li a:hover {
  background: var(--primary-color-one);
  color: #fff;
}

.social_media_v_one ul li a:hover small {
  opacity: 1;
}

.social_media_v_one ul li a:hover span {
  opacity: 1;
}

.social_media_v_one.light ul li a {
  background: rgba(255, 255, 255, 0.0392156863);
}

.social_media_v_one.style_two ul li a {
  background-color: var(--primary-color-three);
  color: var(--primary-color-one);
}

.social_media_v_one.style_three ul li a {
  background-color: var(--primary-color-one);
  color: var(--color-white);
}

.social_media_v_one.color_white ul li a {
  background-color: var(--color-white);
  color: var(--heading-dark);
}

/*--====================================================--
----==============shape_one========================--
--======================================================--*/
.shape_one {
  position: absolute;
  min-height: 150px;
}

@media (max-width: 1500px) {
  .shape_one {
    display: none;
  }
}

/*--====================================================--
----==============Contact us contact boxes========================--
--======================================================--*/
.contact_box_content {
  position: relative;
}

.contact_box_content.style_one .contact_box_inner {
  position: relative;
  padding: 20px 30px;
  display: block;
  border-radius: 10px;
  border: 1px solid var(--border-color-dark);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  cursor: pointer;
  background: #fff;
}

.contact_box_content.style_one .contact_box_inner .contnet {
  position: relative;
}

.contact_box_content.style_one .contact_box_inner .contnet h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--heading-dark);
  margin-bottom: 5px;
  line-height: 26px;
}

.contact_box_content.style_one .contact_box_inner .contnet p {
  margin-bottom: 0px;
}

.contact_box_content.style_one .contact_box_inner:hover {
  box-shadow: var(--box-shadow);
  border-color: #fff;
}

.contact_box_content.style_one .contact_box_inner.icon_yes .icon_bx {
  position: absolute;
  left: 24px;
  bottom: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: var(--primary-color-one);
  margin: auto;
  text-align: center;
  line-height: 40px;
}

.contact_box_content.style_one .contact_box_inner.icon_yes .icon_bx span {
  color: #fff;
  font-size: 16px;
}

.contact_box_content.style_one .contact_box_inner.icon_yes .contnet {
  margin-left: 55px;
}

.contact_box_content.style_two .contact_box_inner {
  position: relative;
  display: flex;
}

.contact_box_content.style_two .contact_box_inner .icon_bx {
  position: relative;
  min-width: 60px;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  background: var(--primary-color-one);
  color: #fff;
  line-height: 60px;
  margin: auto 0px;
}

.contact_box_content.style_two .contact_box_inner .icon_bx span {
  font-size: 25px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  color: #fff;
  height: 40px;
}

.contact_box_content.style_two .contact_box_inner .icon_bx img {
  width: 30px;
  height: auto;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}

.contact_box_content.style_two .contact_box_inner .text {
  position: relative;
  margin-left: 12px;
}

.contact_box_content.style_two .contact_box_inner .text h3 {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 2px;
}

.contact_box_content.style_two .contact_box_inner .text p {
  margin-bottom: 0px;
  font-size: 15px;
  line-height: 25px;
}

.contact_box_content.style_two .contact_box_inner.color_two .icon_bx {
  background: transparent;
  border: 1px dashed #fff;
}

.contact_box_content.style_two .contact_box_inner.color_two .icon_bx span {
  color: #fff;
}

.contact_box_content.style_two .contact_box_inner.color_two .text h3 {
  color: #fff;
}

.contact_box_content.style_two .contact_box_inner.color_two .text p {
  color: rgba(255, 255, 255, 0.8);
}

/*--====================================================--
----==============Contact Form contact========================--
--======================================================--*/
input::placeholder,
textarea::placeholder {
  font-size: 14px;
  font-weight: 400;
  font-family: "Assistant", sans-serif;
  color: var(--text-color-dark);
  text-transform: capitalize;
}

form p {
  margin-bottom: 0px;
}

form br {
  display: none;
}

.contact_form_box_all {
  position: relative;
}

.contact_form_box_all input,
.contact_form_box_all input[type="text"],
.contact_form_box_all input[type="email"],
.contact_form_box_all input[type="number"],
.contact_form_box_all textarea,
.contact_form_box_all select {
  margin: 6px 0px 25px !important;
}

.contact_form_box_all input[type="submit"],
.contact_form_box_all button[type="submit"] {
  margin-bottom: 10px !important;
}

.contact_form_box_all label {
  position: relative;
}

.contact_form_box_all textarea {
  height: 130px;
}

.contact_form_box_all.type_one .contact_form_box_inner {
  position: relative;
  padding: 50px 45px 35px;
  border-radius: 15px;
  background: #fff;
  box-shadow: var(--box-shadow-two);
  z-index: 1;
}

.contact_form_box_all.type_one .contact_form_box_inner .contact_form_shortcode {
  position: relative;
}

.contact_form_box_all.type_one
  .contact_form_box_inner
  .contact_form_shortcode
  label {
  font-size: 12px;
  font-weight: 600;
  font-family: "Assistant", sans-serif;
  line-height: 12px;
  color: var(--heading-dark);
  width: 100%;
  text-transform: uppercase;
}

.contact_form_box_all.type_one
  .contact_form_box_inner
  .contact_form_shortcode
  .wpcf7-form-control-wrap {
  position: relative;
  display: block;
  width: 100%;
}

.contact_form_box_all.type_one
  .contact_form_box_inner
  .contact_form_shortcode
  input,
.contact_form_box_all.type_one
  .contact_form_box_inner
  .contact_form_shortcode
  button {
  width: 100%;
}

.contact_form_box_all.type_one
  .contact_form_box_inner
  .contact_form_shortcode
  p {
  position: relative;
  margin: 0px;
}

.contact_form_box_all.type_one
  .contact_form_box_inner
  .contact_form_shortcode
  p
  i {
  position: absolute;
  top: 37px;
  right: 14px;
  color: var(--primary-color-one);
  margin: auto;
  font-size: 16px;
  height: 16px;
}

.contact_form_box_all.type_one
  .contact_form_box_inner
  .contact_form_shortcode
  textarea {
  height: 150px;
}

.contact_form_box_all.type_one
  .contact_form_box_inner
  .contact_form_shortcode
  .ajax-loader,
.contact_form_box_all.type_one
  .contact_form_box_inner
  .contact_form_shortcode
  .wpcf7-spinner {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.contact_form_box_all.type_one
  .contact_form_box_inner
  .contact_form_shortcode
  .wpcf7-not-valid-tip {
  font-size: 15px;
  font-weight: 400;
  font-family: "Assistant", sans-serif;
  line-height: 26px;
  color: var(--primary-color-one);
  text-transform: none;
}

.contact_form_box_all.type_one
  .contact_form_box_inner
  .contact_form_shortcode
  .wpcf7-response-output {
  position: absolute;
  z-index: 11;
  background: var(--primary-color-one);
  text-align: center;
  font-size: 16px;
  font-weight: 400;

  color: #fff;
  padding: 20px;
  border-radius: 5px;
  border-color: var(--primary-color-one);
  margin: auto;
  bottom: -78px;
  right: 0;
  left: 0;
  width: auto;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.contact_form_box_all.type_one
  .contact_form_box_inner
  .contact_form_shortcode
  .wpcf7-response-output::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  width: 20px;
  height: 20px;
  top: -22px;
  margin: auto;
  border-top: 10px solid transparent;
  border-bottom: 10px solid var(--primary-color-one);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.contact_form_box_all.type_two {
  position: relative;
}

.contact_form_box_all.type_two img {
  position: absolute;
  width: 100%;
  right: -400px;
  bottom: 0px;
}

.contact_form_box_all.type_two .contact_form_shortcode {
  position: relative;
  padding: 50px;
  background: #fff;
  box-shadow: var(--box-shadow);
  border-radius: 10px;
  max-width: 600px;
  height: auto;
}

.contact_form_box_all.type_two .contact_form_shortcode .heading {
  position: relative;
  margin-bottom: 30px;
}

.contact_form_box_all.type_two .contact_form_shortcode .heading h2 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
  color: vr(--heading-dark);
}

.contact_form_box_all.type_two .contact_form_shortcode .heading h2 span {
  font-weight: 400;
  color: var(--primary-color-one);
}

.contact_form_box_all.type_two .contact_form_shortcode form br {
  display: none;
}

.contact_form_box_all.type_two .contact_form_shortcode form .row {
  --bs-gutter-x: 1.5rem !important;
  margin-bottom: 0px;
}

.contact_form_box_all.type_two .contact_form_shortcode form input {
  padding: 0px 15px;
}

.contact_form_box_all.type_two .contact_form_shortcode form textarea {
  padding: 10px 15px;
}

.contact_form_box_all.type_two .contact_form_shortcode form p label,
.contact_form_box_all.type_two .contact_form_shortcode form div label {
  width: 100%;
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-color-dark);
  font-family: "Assistant", sans-serif;
  position: relative;
}

.contact_form_box_all.type_two .contact_form_shortcode form p label input,
.contact_form_box_all.type_two .contact_form_shortcode form p label textarea,
.contact_form_box_all.type_two .contact_form_shortcode form div label input,
.contact_form_box_all.type_two .contact_form_shortcode form div label textarea {
  margin-top: 5px;
}

.contact_form_box_all.type_two .contact_form_shortcode form p label span,
.contact_form_box_all.type_two .contact_form_shortcode form div label span {
  width: 100%;
  display: block;
}

.contact_form_box_all.type_two .contact_form_shortcode form p label i,
.contact_form_box_all.type_two .contact_form_shortcode form div label i {
  position: absolute;
  top: 26px;
  right: 11px;
  bottom: 0;
  font-size: 12px;
  height: 20px;
  width: 20px;
  line-height: 20px;
  margin: auto;
  color: var(--primary-color-one);
  text-align: center;
}

.contact_form_box_all.type_two .contact_form_shortcode form p.text_area label i,
.contact_form_box_all.type_two
  .contact_form_shortcode
  form
  div.text_area
  label
  i {
  top: 42px;
  bottom: inherit;
}

.contact_form_box_all.type_two .contact_form_shortcode form p::last-child,
.contact_form_box_all.type_two .contact_form_shortcode form div::last-child {
  margin-bottom: 0px;
}

.contact_form_box_all.type_three .contact_form_box_inner.simple_form {
  position: relative;
}

.contact_form_box_all.type_three .contact_form_box_inner.simple_form .row {
  --bs-gutter-x: 1.5rem;
}

.contact_form_box_all.type_three .contact_form_box_inner.simple_form label {
  color: var(--primary-color-one);
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Assistant", sans-serif;
  font-weight: 500;
  width: 100%;
  position: relative;
}

.contact_form_box_all.type_three .contact_form_box_inner.simple_form label i {
  position: absolute;
  top: 0;
  right: 0;
}

.contact_form_box_all.type_three .contact_form_box_inner.simple_form br {
  display: none;
}

.contact_form_box_all.type_four {
  background: #ffffff;
  border-radius: 17px 17px 17px 17px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: var(--border-color-dark);
  padding: 40px 40px 40px 40px;
}

.contact_form_box_all.type_four label i {
  position: absolute;
  top: 0;
  right: 0;
  color: var(--primary-color-one);
}

.contact_form_box_all.type_five {
  background-color: #ffffff;
  padding: 40px 40px 40px 40px;
  border-radius: 10px 10px 10px 10px;
}

.contact_form_box_all.type_five .title_sections .before_title {
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 25px !important;
  letter-spacing: 1.3px !important;
}

.contact_form_box_all.type_five .title_sections .title_big {
  font-size: 51px !important;
  font-weight: 800 !important;
  line-height: 66px !important;
}

.contact_form_box_all.type_five label {
  color: var(--primary-color-one);
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Assistant", sans-serif;
  font-weight: 500;
  width: 100%;
  position: relative;
}

.contact_form_box_all.type_five label i {
  position: absolute;
  top: 28px;
  right: 10px;
}

.contact_form_box_all
  .contact_form_box_inner
  .wpcf7-checkbox
  .wpcf7-list-item
  .wpcf7-list-item-label,
.contact_form_box_all
  .contact_form_box_inner
  .wpcf7-radio
  .wpcf7-list-item
  .wpcf7-list-item-label {
  display: inline-block;
}

.contact_form_box_all
  .contact_form_box_inner
  .wpcf7-checkbox
  .wpcf7-list-item
  .wpcf7-list-item-label,
.contact_form_box_all
  .contact_form_box_inner
  .wpcf7-radio
  .wpcf7-list-item
  .wpcf7-list-item-label {
  float: right;
}

.contact_form_box_all
  .contact_form_box_inner
  .wpcf7-checkbox
  .wpcf7-list-item.first,
.contact_form_box_all
  .contact_form_box_inner
  .wpcf7-radio
  .wpcf7-list-item.first {
  margin-left: 0px !important;
}

.contact_form_box_all
  .contact_form_box_inner
  .wpcf7-checkbox
  .wpcf7-list-item
  input[type="checkbox"],
.contact_form_box_all
  .contact_form_box_inner
  .wpcf7-checkbox
  .wpcf7-list-item
  input[type="radio"],
.contact_form_box_all
  .contact_form_box_inner
  .wpcf7-radio
  .wpcf7-list-item
  input[type="checkbox"],
.contact_form_box_all
  .contact_form_box_inner
  .wpcf7-radio
  .wpcf7-list-item
  input[type="radio"] {
  display: inline-block;
  margin: -4px 7px 0px 0px !important;
}

.wpcf7-form-control-wrap input[type="file"] {
  padding: 0px !important;
  margin: 0px !important;
  border: 0px !important;
}

form {
  position: relative;
}

form .wpcf7-response-output {
  position: absolute;
  padding: 15px 40px !important;
  border-radius: 5px;
  border: 0px !important;
  background: var(--primary-color-two);
  text-align: center;
  font-size: 13px;
  line-height: 22px;
  font-family: "Assistant", sans-serif;
  font-weight: 600;
  color: #fff;
  bottom: -76px;
  left: 0;
  display: block;
  margin: 0px !important;
}

/*-============fourntcontent====================-*/
.error-404 {
  position: relative;
  margin-bottom: 30px;
}

.fourntcontent {
  position: relative;
}

.fourntcontent h1 {
  font-size: 72px;
  line-height: 82px;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--primary-color-one);
}

.fourntcontent h2 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--heading-dark);
}

.fourntcontent p {
  margin-bottom: 25px;
}

.search {
  position: relative;
  margin-bottom: 30px;
}

.search input {
  box-shadow: var(--box-shadow-two);
}

.search .sch_btn {
  position: absolute;
  height: 40px;
  top: 8px;
  right: 8px;
  width: 40px;
  background: var(--primary-color-two);
  color: #fff;
  border-radius: 5px;
  border: 0px;
}

/*-----description_box-------*/
.description_box {
  position: relative;
}

.description_box p {
  margin: 0;
}

.description_box p span {
  color: var(--primary-color-one);
}

/*----===========quotes_box==============------*/
.quotes_box {
  position: relative;
}

.quotes_box.style_one {
  padding: 0px 20px 0px 20px;
  border-left: 3px solid var(--primary-color-one);
}

.quotes_box.style_one .icon {
  position: absolute;
  left: 28px;
  top: 0;
}

.quotes_box.style_one .icon img {
  height: 44px;
  width: auto;
}

.quotes_box.style_one .icon span {
  font-size: 44px;
  line-height: 44px;
  color: var(--primary-color-two);
}

.quotes_box.style_one .content {
  position: relative;
  padding-left: 75px;
}

.quotes_box.style_one .content h6 {
  font-size: 22px;
  line-height: 32px;
  color: var(--primary-color-two);
  margin-bottom: 18px;
}

.quotes_box.style_one .content h3 {
  font-size: 18px;
  line-height: 28px;
  color: var(--primary-color-one);
}

.quotes_box.style_two {
  position: relative;
  padding-left: 35px;
}

.quotes_box.style_two .top_content {
  position: relative;
  padding: 20px 20px 20px 60px;
  border-radius: 5px;
  background: var(--primary-color-one);
  margin-bottom: 25px;
}

.quotes_box.style_two .top_content .auth_img {
  position: absolute;
  left: -17px;
  width: 70px;
  height: 70px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50px;
}

.quotes_box.style_two .top_content .auth_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quotes_box.style_two .top_content .description_bx {
  position: relative;
}

.quotes_box.style_two .top_content .description_bx p {
  margin-bottom: 0px;
  color: #fff;
  position: relative;
  z-index: 1;
}

.quotes_box.style_two .top_content .description_bx .icon {
  position: absolute;
  right: 5px;
  top: 5px;
}

.quotes_box.style_two .top_content .description_bx .icon span {
  font-size: 50px;
  line-height: 50px;
  color: #fff;
  opacity: 0.05;
}

.quotes_box.style_two .top_content::before {
  position: absolute;
  content: "";
  border-left: 50px solid transparent;
  border-top: 50px solid transparent;
  border-right: 50px solid var(--primary-color-one);
  border-bottom: 50px solid transparent;
  left: -59px;
  z-index: -1;
  opacity: 0.8;
}

.quotes_box.style_two .content {
  position: relative;
  padding: 10px 0px 0px 0px;
}

.quotes_box.style_two .content h3 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: var(--heading-dark);
  margin-bottom: 2px;
}

.quotes_box.style_two .content h6 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;

  color: var(--primary-color-one);
  margin-bottom: 0px;
}

@media (max-width: 768px) {
  .quotes_box.style_one .icon {
    position: relative;
    left: 0;
    right: 0;
    margin-bottom: 20px;
  }

  .quotes_box.style_one .content {
    padding-left: 0px;
  }
}

.link_box_contents.style_one .link_content_bx {
  position: relative;
  display: flex;
  background: var(--primary-color-three);
  padding: 0px 0px 0px 20px;
  align-items: center;
  border-radius: 10px;
}

.link_box_contents.style_one .link_content_bx .image_box {
  min-width: 28%;
  height: auto;
  min-height: auto;
  margin-top: auto;
}

.link_box_contents.style_one .link_content_bx .image_box img {
  width: auto;
  height: 190px;
}

.link_box_contents.style_one .link_content_bx .con_box {
  padding: 22px 30px 20px;
  position: relative;
  min-width: 72%;
}

.link_box_contents.style_one .link_content_bx .con_box h2 {
  font-size: 20px;
  font-weight: 700;
  color: var(--primary-color-one);
  line-height: 30px;
  margin-bottom: 10px;
}

.link_box_contents.style_one .link_content_bx .con_box a {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: var(--link-color-dark);
  font-family: "Assistant", sans-serif;
}

.link_box_contents.style_one .link_content_bx .con_box a i {
  position: relative;
  top: 2px;
  font-size: 18px;
  left: 5px;
}

.link_box_contents.style_two .link_content_bx {
  position: relative;
  display: flex;
  background: var(--primary-color-one);
  padding: 0px 20px 0px 0px;
  align-items: center;
  border-radius: 10px;
}

.link_box_contents.style_two .link_content_bx .image_box {
  min-width: 28%;
  height: auto;
  min-height: auto;
  margin-top: auto;
}

.link_box_contents.style_two .link_content_bx .image_box img {
  width: auto;
  height: 190px;
}

.link_box_contents.style_two .link_content_bx .con_box {
  padding: 22px 30px 20px;
  position: relative;
  min-width: 72%;
}

.link_box_contents.style_two .link_content_bx .con_box h2 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 30px;
  margin-bottom: 10px;
}

.link_box_contents.style_two .link_content_bx .con_box a {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #fff;
  font-family: "Assistant", sans-serif;
}

.link_box_contents.style_two .link_content_bx .con_box a i {
  position: relative;
  top: 2px;
  font-size: 18px;
  left: 5px;
}

/*----contact_list type_one-----*/
.contact_list {
  position: relative;
}

.contact_list.type_one .same_contact,
.contact_list.type_two .same_contact {
  position: relative;
}

.contact_list.type_one .same_contact a,
.contact_list.type_one .same_contact p,
.contact_list.type_two .same_contact a,
.contact_list.type_two .same_contact p {
  font-size: 15px;
  display: block;
  color: var(--text-color-dark);
  line-height: 26px;
  padding-left: 25px;
  margin-bottom: 0px;
}

.contact_list.type_one .same_contact a span,
.contact_list.type_one .same_contact p span,
.contact_list.type_two .same_contact a span,
.contact_list.type_two .same_contact p span {
  font-size: 16px;
  color: var(--primary-color-one);
  position: absolute;
  margin-right: 6px;
  top: 0;
  bottom: 0;
  left: 0;
  height: 18px;
  line-height: 18px;
  width: 20px;
  text-align: center;
  margin: auto;
  display: block;
}

.contact_list.type_two .same_contact a,
.contact_list.type_two .same_contact p {
  padding-left: 45px;
}

.contact_list.type_two .same_contact a span,
.contact_list.type_two .same_contact p span {
  width: 35px;
  height: 35px;
  border: 1px dashed var(--primary-color-one);
  border-radius: 50px;
  line-height: 35px;
  left: 0;
}

/*------=========================megamenu box========================---------------*/
.image_box_carousel_content:before {
  position: absolute;
  bottom: 23px;
  left: 0;
  background: var(--primary-color-three);
  width: 100%;
  height: 1px;
  content: "";
}

.image_box_carousel_content.arrow_disable .owl-nav {
  display: none !important;
}

.image_box_carousel_content.arrow_disable .mg_image_box {
  margin-bottom: 10px !important;
}

.image_box_carousel_content.arrow_disable:before {
  display: none !important;
}

.image_box_carousel_content .theme_carousel .owl-prev,
.image_box_carousel_content .theme_carousel .owl-next {
  text-align: center;
  position: absolute;
  /* font-family: "FontAwesome" !important; */
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: var(--primary-color-three) !important;
  font-size: 22px;
  color: var(--primary-color-two);
  border-radius: 50%;
  display: inline-block;
  background: none;
}

.image_box_carousel_content .theme_carousel .owl-prev span,
.image_box_carousel_content .theme_carousel .owl-next span {
  display: none;
}

.image_box_carousel_content .theme_carousel .owl-prev::before,
.image_box_carousel_content .theme_carousel .owl-prev::after,
.image_box_carousel_content .theme_carousel .owl-next::before,
.image_box_carousel_content .theme_carousel .owl-next::after {
  position: absolute;
  /* font-family: "FontAwesome" !important; */
  font-size: 22px;
  color: var(--primary-color-two);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 22px;
  line-height: 22px;
}

.image_box_carousel_content .theme_carousel .owl-prev {
  left: 0px;
}

.image_box_carousel_content .theme_carousel .owl-next {
  right: 0px;
}

.image_box_carousel_content .theme_carousel .owl-nav {
  text-align: center;
  height: 50px;
  width: 120px;
  position: relative;
  display: inherit;
  margin: auto;
}

.image_box_carousel_content .theme_carousel .owl-next::before {
  content: "\f105";
}

.image_box_carousel_content .theme_carousel .owl-prev::before {
  content: "\f104";
}

.image_box_carousel_content.image_covered .mg_image_box .image_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image_box_carousel_content .mg_image_box:hover {
  transform: unset !important;
}

.mg_image_box {
  position: relative;
  padding: 0px;
  text-align: center;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 50px;
  box-shadow: var(--box-shadow-two);
}

.mg_image_box .image_box {
  position: relative;
  overflow: hidden;
  height: 300px;
  width: 100%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.mg_image_box .image_box img {
  width: 100%;
  height: auto;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  opacity: 1;
}

.mg_image_box .image_box .ab_link {
  position: absolute !important;
  width: 100%;
  height: 100%;
  z-index: 4;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.mg_image_box .image_box .ab_link span {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: var(--primary-color-one);
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 20px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  line-height: 50px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  opacity: 0;
  transform: translateY(-10px);
}

.mg_image_box h2 {
  position: absolute;
  display: inline-block;
  padding: 10px 18px;
  background: var(--primary-color-two);
  bottom: 0;
  line-height: normal;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  left: -100%;
}

.mg_image_box h2 a {
  font-size: 18px;
  font-family: "Assistant", sans-serif;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
  display: block;
}

.mg_image_box .tag {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 14px;
  background: var(--primary-color-one);
  border-radius: 0px 0px 0px 10px;
  color: #fff;
}

.mg_image_box:hover {
  transform: translateY(-10px);
}

.mg_image_box:hover h2 {
  left: 0;
}

.mg_image_box:hover .image_box img {
  opacity: 0.5;
}

.mg_image_box:hover .image_box .ab_link span {
  opacity: 1;
  transform: translateY(0px);
}

.image_grid_content .row {
  --bs-gutter-x: 1.5rem !important;
}

.image_grid_content .mg_image_box {
  margin-bottom: 30px;
}

.image_grid_content.image_covered .mg_image_box .image_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image_grid_content.style_two .mg_image_box {
  position: relative;
  box-shadow: unset !important;
  border-radius: 0px;
  text-align: left;
}

.image_grid_content.style_two .mg_image_box .content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  background: unset !important;
  width: 100%;
  height: auto;
}

.image_grid_content.style_two .mg_image_box h3 {
  line-height: normal;
}

.image_grid_content.style_two .mg_image_box h3 a {
  font-size: 18px;
  color: var(--heading-dark);
  margin-bottom: 15px;
  font-weight: 700;
  line-height: 30px;
  display: block;
}

.image_grid_content.style_two .mg_image_box .tag {
  position: relative;
  top: unset;
  bottom: unset;
  display: inline-block;
  padding: 5px 18px;
  border-radius: 10px 0px 10px 0px;
  background: var(--primary-color-one);
  color: #fff;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.image_grid_content.style_two .mg_image_box:hover h2 a {
  color: var(--primary-color-one);
}

/*-------==============list_item_box===============---------*/
.list_item_box {
  position: relative;
}

.list_item_box.style_one ul {
  position: relative;
  margin: 0px 0px 0px 0px !important;
  padding: 0px !important;
  border: 0px !important;
}

.list_item_box.style_one ul li {
  list-style: none;
  line-height: normal;
  margin-bottom: 15px;
  border-bottom: 0px !important;
}

.list_item_box.style_one ul li a {
  font-size: 15px !important;
  line-height: 25px !important;
  color: var(--text-color-dark) !important;
  display: inline-block !important;
  padding: 0px !important;
}

.list_item_box.style_one ul li span {
  position: relative;
  display: inline-block;
  left: 8px;
  padding: 3px 16px;
  border-radius: 30px;
  background: var(--primary-color-one);
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  text-transform: uppercase;
}

.list_item_box.style_two {
  position: relative;
}

.list_item_box.style_two.style_linline li {
  display: inline-block;
  padding-right: 20px;
}

.list_item_box.style_two.list li {
  display: block;
  padding-bottom: 20px;
}

.list_item_box.style_two li {
  position: relative;
  list-style: none;
}

.list_item_box.style_two li .d-flex {
  justify-content: unset !important;
}

.list_item_box.style_two li small .icon_bx {
  min-width: 20px;
  margin-right: 10px;
}

.list_item_box.style_two li small .icon_bx img {
  min-width: 20px;
  width: 20px;
}

.list_item_box.style_two li small .icon_bx i {
  min-width: 20px;
  font-size: 18px;
  color: var(--primary-color-one);
}

.list_item_box.style_two li small span {
  position: relative;
}

.list_item_box.style_two li a {
  font-size: 16px;
  color: var(--heading-dark);
}

.list_item_box.style_two li a span {
  position: relative;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  top: -2px;
  padding: 3px 16px;
  border-radius: 30px;
  background: var(--primary-color-one);
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
}

.list_item_box.light_color.style_one ul li a {
  color: var(--color-white) !important;
}

.list_item_box.light_color.style_one ul li span {
  background: var(--color-white);
  color: var(--primary-color-one);
}

.list_item_box.light_color.style_two ul li small .icon_bx i {
  min-width: 20px;
  font-size: 18px;
  color: var(--color-white);
}

.list_item_box.light_color.style_two ul li small span {
  color: var(--color-white);
}

.list_item_box.light_color.style_two ul li a {
  font-size: 16px;
  color: var(--color-white);
}

.list_item_box.light_color.style_two ul li a span {
  background: var(--color-white);
  color: var(--primary-color-one);
}

.list_items_new_box {
  position: relative;
  margin: 0;
  padding: 0;
}

.list_items_new_box.type_one li {
  display: block;
  padding-bottom: 12px;
  position: relative;
  margin: 0px;
}

.list_items_new_box.type_one li a {
  display: block;
  color: var(--text-color-dark);
  font-size: 16px;
  line-height: 26px;
  padding-left: 28px;
  position: relative;
}

.list_items_new_box.type_one li a span {
  position: absolute;
  content: "";
  left: 0;
  font-size: 18px;
  font-weight: 500;
  top: 2px;
  line-height: 26px;
  color: var(--primary-color-one);
}

.list_items_new_box.type_one li:last-child {
  padding-bottom: 0;
}

.list_items_new_box.display_inline li {
  display: inline-block !important;
  margin-right: 15px;
}

.list_items_new_box.display_inline li a {
  position: relative;
  padding-left: 22px;
  display: flex;
}

.list_items_new_box.display_inline li:last-child {
  margin-right: 0px;
}

.owl-nav {
  pointer-events: none;
}

.owl-nav .owl-next,
.owl-nav .owl-prev {
  pointer-events: fill;
}

.map {
  position: relative;
}

.map iframe {
  width: 100%;
  height: 500px;
  border-radius: 15px;
}

.owl_new_one .swiper .owl-nav .owl-prev {
  margin-right: 5px;
}

.owl_new_one .swiper .owl-nav .owl-next {
  margin-left: 5px;
}

.owl_new_one .swiper .owl-nav .owl-prev,
.owl_new_one .swiper .owl-nav .owl-next {
  display: inline-block;
  position: relative;
  font-weight: 600;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: var(--heading-dark);
  background: var(--primary-color-three);
  border-radius: 5px;
  border-radius: 50%;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  z-index: 999;
}

.owl_new_one .swiper .owl-nav .owl-prev::before,
.owl_new_one .swiper .owl-nav .owl-next::before {
  position: absolute;
  /* font-family: "FontAwesome" !important; */
  width: 50px;
  text-align: center;
  line-height: 50px;
  height: 50px;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  font-size: 16px;
}

.owl_new_one .swiper .owl-nav .owl-prev:after,
.owl_new_one .swiper .owl-nav .owl-next:after {
  display: block;
}

.owl_new_one .swiper .owl-nav .owl-prev span,
.owl_new_one .swiper .owl-nav .owl-next span {
  display: none;
}

.owl_new_one .swiper .owl-nav .owl-prev:hover,
.owl_new_one .swiper .owl-nav .owl-next:hover {
  background: var(--primary-color-one);
  color: var(--color-white);
}

.owl_new_one .swiper .owl-nav .owl-next::before {
  content: "\f105";
}

.owl_new_one .swiper .owl-nav .owl-prev::before {
  content: "\f104";
}

.owl_new_one .owl-nav {
  display: block !important;
}

.owl_dots_block .owl-dots {
  display: block !important;
}

.owl_nav_none .owl-nav {
  display: none !important;
}

.owl_dots_none .owl-dots {
  display: none !important;
}

.owl_dots_block .owl-dots {
  position: relative;
  text-align: center;
  margin-top: 25px;
}

.owl_dots_block .owl-dots .owl-dot {
  position: relative;
  width: 9px;
  height: 9px;
  margin: 0px 5px;
  display: inline-block;
  border-radius: 50%;
  background-color: var(--primary-color-three);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.owl_dots_block .owl-dots .owl-dot:hover,
.owl_dots_block .owl-dots .owl-dot.active {
  position: relative;
  width: 22px;
  height: 8px;
  border-radius: 10px;
  background: var(--primary-color-one);
}

.owl_new_one .swiper.owl_nav_none .owl-nav {
  display: none !important;
}

.owl_new_one .swiper.owl_dots_none .owl-dots {
  display: none !important;
}

.owl_new_one .swiper.owl_nav_block .owl-nav {
  display: block !important;
}

.owl_new_one .swiper.owl_dots_block .owl-dots {
  display: block !important;
}

.owl_new_one .swiper .owl-nav {
  position: relative;
  padding-top: 40px;
  text-align: center;
}

.owl_new_one .owl_type_one .owl-nav {
  position: relative;
}

.owl_new_one .owl_type_one .owl-dots {
  position: relative;
}

.owl_new_one .owl_type_two .owl-nav {
  position: absolute;
  width: 100%;
  top: 0%;
  bottom: 0;
  height: 50px;
  margin: auto;
  left: 0;
}

.owl_new_one .owl_type_two .owl-nav .owl-next,
.owl_new_one .owl_type_two .owl-nav .owl-prev {
  position: absolute !important;
  display: block !important;
}

.owl_new_one .owl_type_two .owl-nav .owl-prev {
  left: 0 !important;
}

.owl_new_one .owl_type_two .owl-nav .owl-next {
  right: 0 !important;
}

.owl_type_two.owl_dots_block .owl-nav {
  top: 36%;
}

.owl_new_one .owl_type_two .owl-nav .owl-next {
  right: -20px;
  top: 0;
}

.owl_new_one .owl_type_two .owl-nav .owl-prev {
  left: -20px;
  top: 0;
}

.owl_new_one .owl_type_two .owl-dots {
  position: relative;
}

.owl_type_three .owl-nav {
  position: absolute;
  top: -100px;
  right: 0px;
}

.owl_type_three .owl-dots {
  position: relative;
}

.owl_type_four .owl-nav {
  position: absolute;
  padding-top: 0px;
  top: -100px;
  left: 0px;
}

.owl_type_four .owl-nav,
.owl_type_three .owl-nav {
  padding-top: 0px;
}

.owl_type_four .owl-nav .owl-prev,
.owl_type_four .owl-nav .owl-next,
.owl_type_three .owl-nav .owl-prev,
.owl_type_three .owl-nav .owl-next {
  position: relative;
}

.owl_type_four .owl-dots {
  position: relative;
}

@media (max-width: 992px) {
  .owl_new_one .owl_type_two .owl-nav {
    position: relative;
    width: 100%;
    top: inherit;
    left: inherit;
  }

  .owl_new_one .owl_type_two .owl-nav .owl-next {
    position: relative;
    right: inherit;
    top: inherit;
  }

  .owl_new_one .owl_type_two .owl-nav .owl-prev {
    position: relative;
    left: inherit;
    top: inherit;
  }

  .owl_type_three .owl-nav {
    position: relative;
    right: inherit;
    top: inherit;
  }

  .owl_type_four .owl-nav {
    left: inherit;
    position: relative;
    top: inherit;
  }
}

/*----------------rotate-hover-----------------*/
@keyframes rotateme {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.icon_bg_rotate {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.6s ease-in-out;
}

.icon_bg_rotate::before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  border-radius: 50%;
  top: 14px;
  right: 8px;
  background: var(--primary-color-one);
  transition: all 0.6s ease-in-out;
}

.icon_bg_rotate {
  animation-name: rotateme;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateme;
  -moz-animation-duration: 4s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateme;
  -ms-animation-duration: 4s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: rotateme;
  -o-animation-duration: 4s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

/*---===================image box new================---*/
.image_box_new {
  position: relative;
}

.image_box_new.type_three {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.image_box_new.type_three::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: var(--heading-dark);
  opacity: 0.8;
}

.image_box_new.type_three .image_box {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.image_box_new.type_three .image_box img {
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
}

.image_box_new.type_three .image_box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  background: var(--heading-dark);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  opacity: 0.8;
  top: 0;
}

.image_box_new.type_three .col-lg-5 {
  text-align: right;
}

.image_box_new.type_three .content_box {
  position: relative;
  padding: 50px;
  z-index: 10;
}

.image_box_new.type_three .content_box .video-inner a {
  background: var(--primary-color-one);
}

.image_box_new.type_three .content_box .row {
  -ms-flex-align: center !important;
  position: relative;
  height: 100%;
  align-items: center !important;
  display: flex;
  display: -ms-flexbox;
}

.image_box_new.type_three .content_box h1 {
  color: var(--color-white);
  margin-bottom: 20px;
  font-weight: 700;
}

.image_box_new.type_three .content_box p {
  color: var(--color-white);
  margin-bottom: 20px;
}

.image_box_new.type_three .content_box a.read_more {
  color: var(--color-white);
}

.image_box_new.type_three .content_box a.read_more span {
  margin-left: 8px;
  position: relative;
  display: inline-block;
  font-size: 16px;
  transition: all 0.6s ease-in-out;
  z-index: 1;
}

.image_box_new.type_three .content_box_inner {
  position: relative;
}

.image_box_new.type_two {
  position: relative;
  margin-top: 50px;
  padding-bottom: 80px;
  display: inline-block;
}

.image_box_new.type_two img {
  border-radius: 10px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
  height: 500px;
  width: 380px;
  object-fit: cover;
}

.image_box_new.type_two .image.one {
  position: relative;
  z-index: 10;
  float: left;
}

.image_box_new.type_two .image.two {
  position: absolute;
  top: 80px;
  right: -200px;
  z-index: 1;
  transition: all 0.6s ease-in-out;
}

.image_box_new.type_two .image.two::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 111%;
  right: 119px;
  top: -100px;
  border-radius: 20px;
  background: var(--color-white);
  z-index: -11;
}

.image_box_new.type_two .video-inner {
  position: absolute;
  top: 0%;
  left: 0%;
  bottom: 0;
  right: 0;
  height: 100px;
  width: 100px;
  margin: auto;
  z-index: 1;
  text-align: center;
  line-height: 100px;
}

.image_box_new.type_two .video-inner a {
  background: var(--primary-color-one);
}

.image_box_new.type_two .quote {
  position: absolute;
  bottom: 0px;
  padding: 30px 30px 30px;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 0;
  background: #fff;
  border-radius: 10px;
}

.image_box_new.type_two .quote h2 {
  font-size: 22px;
  line-height: 34px;
  margin: 0px;
}

.image_box_new.type_four .left,
.image_box_new.type_four .right {
  width: 50%;
  float: left;
}

.image_box_new.type_four .left {
  padding-right: 10px;
}

.image_box_new.type_four .left img {
  padding-bottom: 20px;
  height: 270px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.image_box_new.type_four .video-inner {
  position: absolute;
  top: -42px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 70px;
  height: 70px;
}

.image_box_new.type_four .video-inner a {
  background: var(--color-white);
  color: var(--primary-color-one);
}

.image_box_new.type_four .video-inner a::after {
  box-shadow: unset !important;
}

.image_box_new.type_four .right {
  padding-left: 10px;
}

.image_box_new.type_four .right img {
  padding-bottom: 0px;
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: center;
}

.image_box_new.type_five .left,
.image_box_new.type_five .right {
  width: 50%;
  float: left;
}

.image_box_new.type_five img {
  padding-bottom: 20px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.image_box_new.type_five .left {
  padding-right: 10px;
  padding-top: 30px;
}

.image_box_new.type_five .left img {
  padding-bottom: 0px;
  height: 550px;
}

.image_box_new.type_five .right {
  padding-left: 10px;
}

.image_box_new.type_five .right img {
  height: 300px;
}

.image_box_new.type_five .card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: var(--primary-color-one);
  width: 100%;
  height: 100%;
  border-radius: 0px;
  padding: 30px 20px;
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.2);
}

.image_box_new.type_five .card .percent {
  position: relative;
}

.image_box_new.type_five .card svg {
  position: relative;
  width: 210px;
  height: 210px;
  transform: rotate(-90deg);
}

.image_box_new.type_five .card svg circle {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: rgba(255, 255, 255, 0.07);
  stroke-width: 10;
  stroke-linecap: round;
}

.image_box_new.type_five .card svg circle:last-of-type {
  stroke-dasharray: 625px;
  stroke-dashoffset: calc(625px - 625px * var(--percent) / 100);
  stroke: var(--color-white);
}

.image_box_new.type_five .card .number {
  position: absolute;
  top: 0%;
  left: 0%;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 40px;
  width: 120px;
  text-align: center;
}

.image_box_new.type_five .card .number h3 {
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
  color: var(--color-white);
  margin: 0px;
}

.image_box_new.type_five .card .number h3 span {
  font-size: 20px;
  padding-left: 3px;
}

.image_box_new.type_five .card .title h2 {
  margin: 25px 0 10px;
  color: var(--color-white);
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
}

.image_box_new.type_five .card p {
  color: var(--color-white);
  margin: 0px;
}

.image_box_new.type_five .card:nth-child(1) svg circle:last-of-type {
  stroke: var(--color-white);
}

.image_box_new.type_five .card:nth-child(2) svg circle:last-of-type {
  stroke: var(--color-white);
}

.image_box_new.type_one {
  position: relative;
  margin-bottom: 100px;
  z-index: 1;
}

.image_box_new.type_one .image_one {
  position: relative;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
}

.image_box_new.type_one .image_one .year_experience {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  padding: 20px;
}

.image_box_new.type_one .image_one .year_experience h2 {
  font-size: 18px;
  line-height: 26px;
  border-radius: 0px 10px 0px;
  background: var(--primary-color-one);
  color: var(--color-white);
  text-align: center;

  padding: 10px 25px;
}

.image_box_new.type_one .image_one img {
  border-radius: 6px;
  height: 550px;
  width: 100%;
  object-fit: cover;
}

.image_box_new.type_one .video-inner {
  position: absolute;
  content: "";
  bottom: -30px;
  right: 20px;
}

.image_box_new.type_one .video-inner a {
  background: var(--primary-color-one);
}

.image_box_new.type_one .image_two {
  position: absolute;
  overflow: hidden;
  border-radius: 6px;
  bottom: -80px;
  left: 20px;
  width: 300px;
  height: 200px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
}

.image_box_new.type_one .image_two img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 992px) {
  .image_box.type_three .video-inner {
    text-align: left !important;
  }

  .image_box.type_three .content_box_inner {
    margin-bottom: 30px;
  }
}

/*----info_section type_one------*/
.info_section {
  position: relative;
}

.info_section.type_one .info-box {
  position: relative;
  background: var(--color-white);
  box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.07);
  padding: 30px;
  text-align: center;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  margin-bottom: 30px;
}

.info_section.type_one .info-box .hidden-icon {
  display: none;
}

.info_section.type_one .info-box .icon_box {
  position: relative;
  margin-bottom: 20px;
}

.info_section.type_one .info-box .icon_box i {
  font-size: 40px;
  display: block;
  line-height: 80px;
  width: 80px;
  height: 80px;
  margin: auto;
  border-radius: 50px;
  border: 1px dashed var(--border-color-dark);
  color: var(--primary-color-one);
  transition: all 0.5s ease-in-out;
}

.info_section.type_one .info-box h4 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 3px;
}

.info_section.type_one .info-box span {
  margin-bottom: 20px;
  padding-bottom: 20px;
  color: var(--primary-color-one);
  font-style: italic;
  display: block;
  border-bottom: 1px dashed var(--border-color-dark);
  transition: all 0.5s ease-in-out;
}

.info_section.type_one .info-box p {
  margin-bottom: 6px;
}

.info_section.type_one .info-box p a {
  color: var(--text-color-dark);
  transition: all 0.5s ease-in-out;
}

.info_section.type_one .info-box.active,
.info_section.type_one .info-box:hover {
  background: var(--primary-color-one);
}

.info_section.type_one .info-box.active .icon_box i,
.info_section.type_one .info-box:hover .icon_box i {
  color: var(--color-white);
  border: 1px dashed var(--color-white);
}

.info_section.type_one .info-box.active h4,
.info_section.type_one .info-box.active span,
.info_section.type_one .info-box.active p,
.info_section.type_one .info-box.active a,
.info_section.type_one .info-box:hover h4,
.info_section.type_one .info-box:hover span,
.info_section.type_one .info-box:hover p,
.info_section.type_one .info-box:hover a {
  color: var(--color-white);
}

.info_section.type_two {
  position: relative;
}

.info_section.type_two .hidden-icon {
  position: absolute;
  bottom: 0;
  right: 0;
}

.info_section.type_two .hidden-icon i {
  font-size: 70px;
  line-height: 70px;
  color: var(--primary-color-one);
  opacity: 0.04;
  transition: all 0.5s ease-in-out;
}

.info_section.type_two .info-box {
  position: relative;
  padding: 30px;
  border-radius: 5px;
  background: var(--color-white);
  box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  margin-bottom: 30px;
}

.info_section.type_two .info-box h4,
.info_section.type_two .info-box span {
  transition: all 0.5s ease-in-out;
}

.info_section.type_two .info-box .box {
  position: relative;
  margin-bottom: 15px;
}

.info_section.type_two .info-box .heading-box {
  position: relative;
  margin-left: 65px;
}

.info_section.type_two .info-box .text {
  position: relative;
}

.info_section.type_two .info-box .text p {
  margin-bottom: 6px;
}

.info_section.type_two .info-box .text p:last-child {
  margin-bottom: 0px;
}

.info_section.type_two .info-box .text p,
.info_section.type_two .info-box .text a {
  color: var(--text-color-dark);
}

.info_section.type_two .info-box .icon_box {
  float: left;
  position: relative;
  height: 50px;
  width: 50px;
}

.info_section.type_two .info-box .icon_box i {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  color: var(--primary-color-one);
  font-size: 50px;
  line-height: 50px;
  transition: all 0.5s ease-in-out;
}

.info_section.type_two .info-box:hover,
.info_section.type_two .info-box.active {
  background: var(--primary-color-one);
}

.info_section.type_two .info-box:hover h4,
.info_section.type_two .info-box:hover span,
.info_section.type_two .info-box:hover a,
.info_section.type_two .info-box:hover p,
.info_section.type_two .info-box.active h4,
.info_section.type_two .info-box.active span,
.info_section.type_two .info-box.active a,
.info_section.type_two .info-box.active p {
  color: var(--color-white);
}

.info_section.type_two .info-box:hover .hidden-icon i,
.info_section.type_two .info-box.active .hidden-icon i {
  font-size: 100px;
  line-height: 100px;
  color: var(--color-white);
  opacity: 0.07;
}

.info_section.type_two .info-box:hover .icon_box i,
.info_section.type_two .info-box.active .icon_box i {
  color: var(--color-white);
}

.info_section.border_disable.type_one .info-box,
.info_section.border_disable.type_two .info-box {
  border-radius: 0px;
}

/*---contact_form_box type_two-----*/
.contact_form_box label {
  display: block;
  padding: 0px;
  margin: 0px;
}

.contact_form_box.type_one {
  position: relative;
  box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.04);
  display: flex;
  display: -ms-flexbox;
}

.contact_form_box.type_one .heading {
  margin-bottom: 20px;
}

.contact_form_box.type_one .image_box {
  position: relative;
  min-width: 40%;
}

.contact_form_box.type_one .image_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.contact_form_box.type_one .contact_inner_box {
  position: relative;
  padding: 60px 40px;
}

.contact_form_box.type_one .contact_inner_box h6 {
  font-size: 16x;
  line-height: 34px;
  margin-bottom: 5px;
  color: var(--primary-color-one);
}

.contact_form_box.type_one .contact_inner_box h2 {
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 20px;
}

.contact_form_box.type_one .wpcf7-form-control-wrap {
  position: relative;
  margin-bottom: 15px;
  display: block;
}

.contact_form_box.type_one .wpcf7-form-control-wrap input,
.contact_form_box.type_one .wpcf7-form-control-wrap textarea,
.contact_form_box.type_one .wpcf7-form-control-wrap select {
  height: 54px;
  line-height: 26px;
  color: var(--text-color-dark);
  width: 100%;
  display: block !important;
  background: var(--color-white);
  border: 1px solid var(--border-color-dark);
  border-radius: 0px;
  padding: 0px 20px;
}

.contact_form_box.type_one .wpcf7-form-control-wrap textarea {
  height: 200px;
  padding: 20px 20px 0px;
}

.contact_form_box.type_one .wpcf7-submit {
  width: unset !important;
  margin-top: 30px;
  display: inline-block;
}

.contact_form_box.type_one .emergrncy_contact {
  position: absolute;
  bottom: 50px;
  right: 40px;
  display: flex;
  display: -ms-flexbox;
  align-items: center !important;
}

.contact_form_box.type_one .emergrncy_contact h6 span {
  font-size: 22px;
  line-height: 30px;
  color: var(--heading-dark);
  margin-bottom: 4px;
  display: block;
}

.contact_form_box.type_one .emergrncy_contact h6 a {
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: var(--primary-color-one);
}

.contact_form_box.type_one .emergrncy_contact small {
  font-size: 114px;
  line-height: 65px;
  color: var(--heading-dark);
  position: absolute;
  opacity: 0.05;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
}

/*------faqs----------*/
.faqs_accordion {
  padding-left: 0px;
}

.faqs_accordion .accordion-content.hide {
  display: none;
}

.faq_box_all.border_enable .faqs_accordion.type_one .article-title {
  border-radius: 5px;
}

.faq_box_all.border_enable .faqs_accordion.type_one .article-title.active {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.faq_box_all.border_enable .faqs_accordion.type_one .accordion-content {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.faqs_accordion.type_one .article-title {
  transition: all 0.6s ease-in-out;
  position: relative;
  background: var(--color-white);
  padding: 20px 60px 20px 50px;
  width: 100%;
  display: block;
  text-align: left;
  border-radius: 0px;
  cursor: pointer;
  color: var(--heading-dark);
  font-size: 20px;
  line-height: 28px;
  border: 1px solid var(--border-color-dark);
  font-weight: 600;
  font-family: "Assistant", sans-serif;
  margin-bottom: 10px;
}

.faqs_accordion.type_one .article-title .title_box {
  position: relative;
}

.faqs_accordion.type_one .article-title .title_box .faq_no {
  position: absolute;
  left: -30px;
  top: 0;
  font-size: 30px;
  margin-top: auto;
  margin-bottom: auto;
  color: transparent;
  -webkit-text-stroke: 1px var(--heading-dark);
  opacity: 0.2;
  bottom: 0;
  height: 30px;
  line-height: 30px;
  margin: auto;
}

.faqs_accordion.type_one .article-title:before {
  position: absolute;
  content: "\e964";
  font-family: "icomoon";
  font-size: 16px;
  color: var(--primary-color-one);
  right: 20px;
  transition: all 0.6s ease-in-out;
}

.faqs_accordion.type_one .article-title.active,
.faqs_accordion.type_one .article-title:hover {
  background: var(--primary-color-one);
  border-color: var(--primary-color-one);
  color: var(--color-white);
}

.faqs_accordion.type_one .article-title.active span,
.faqs_accordion.type_one .article-title:hover span {
  color: var(--color-white);
}

.faqs_accordion.type_one .article-title.active:before,
.faqs_accordion.type_one .article-title:hover:before {
  transform: rotate(90deg);
  color: var(--color-white);
}

.faqs_accordion.type_one .article-title.active .title_box .faq_no,
.faqs_accordion.type_one .article-title:hover .title_box .faq_no {
  opacity: 0.8;
  -webkit-text-stroke: 1px var(--color-white);
}

.faqs_accordion.type_one .article-title.active {
  margin-bottom: 0px;
}

.faqs_accordion.type_one .accordion-content {
  padding: 20px;
  background: #fff;
  border: 1px solid var(--border-color-dark);
}

.faqs_accordion.light_color .article-title {
  background: rgba(255, 255, 255, 0.031372549) !important;
  border-radius: 5px;
  border-color: rgba(255, 255, 255, 0.1098039216) !important;
}

.faqs_accordion.light_color .article-title:before {
  color: #ffffff !important;
}

.faqs_accordion.light_color .article-title .title_box {
  color: #ffffff !important;
}

.faqs_accordion.light_color .article-title .title_box .faq_no {
  -webkit-text-stroke: 1px #ffffff !important;
  opacity: 1;
}

.faqs_accordion.light_color .accordion-content {
  background: rgba(255, 255, 255, 0.0392156863) !important;
  border-color: rgba(255, 255, 255, 0.168627451) !important;
  color: #ffffff !important;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.faqs_accordion.light_color .article-title.active,
.faqs_accordion.light_color .article-title:hover {
  background: var(--primary-color-one) !important;
  border-color: var(--primary-color-one) !important;
}

/*--------------- fun facts -----------------*/
/*-----funfacts-------*/
.fun_facts_box.type_one {
  position: relative;
  padding: 30px;
  border-radius: 6px;
  background: var(--color-white);
  box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.06);
  margin-right: 35px;
  border-radius: 6px;
  margin-bottom: 30px;
}

.fun_facts_box.type_one .icon_bx {
  position: absolute;
  right: -35px;
}

.fun_facts_box.type_one .icon_bx small {
  font-size: 40px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  line-height: 70px;
  background: var(--primary-color-one);
  text-align: center;
  display: block;
  color: var(--color-white);
  border-radius: 6px;
}

.fun_facts_box.type_one .icon_bx img {
  width: 40px;
}

.fun_facts_box.type_one .content_box {
  position: relative;
}

.fun_facts_box.type_one .content_box h2 {
  position: relative;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

.fun_facts_box.type_one .content_box h6 {
  position: relative;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 10px;
  color: var(--primary-color-one);
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

.fun_facts_box.type_one .content_box h6 span {
  color: var(--heading-dark);
}

.fun_facts_box.type_two {
  position: relative;
}

.fun_facts_box.type_two .upper_content {
  position: relative;
  margin-bottom: 10px;
}

.fun_facts_box.type_two .upper_content .icon_bx {
  float: left;
  position: relative;
}

.fun_facts_box.type_two .upper_content .icon_bx small {
  font-size: 60px;
  display: block;
  color: var(--primary-color-one);
  line-height: 60px;
}

.fun_facts_box.type_two .upper_content .icon_bx img {
  width: 60px;
}

.fun_facts_box.type_two .upper_content .text_box {
  margin-left: 80px;
  position: relative;
}

.fun_facts_box.type_two .upper_content .text_box h6 {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 5px;
}

.fun_facts_box.type_two .upper_content .text_box h2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

/*---==================icon box carousel all ====================----*/
.icon_carousel_box_all {
  position: relative;
}

.swiper .owl-dots .owl-dot {
  background: var(--primary-color-one);
  opacity: 0.1;
}

.swiper .owl-dots .owl-dot.active {
  opacity: 1;
}

.swiper.one_items .icon_caro.type_one {
  margin: 0px 10px 20px 0px;
}

.icon_caro.type_one {
  position: relative;
  padding: 30px;
  background: var(--primary-color-one);
  border-radius: 10px;
}

.icon_caro.type_one .icon {
  position: relative;
  float: left;
}

.icon_caro.type_one .icon small {
  line-height: 60px;
  position: relative;
  text-align: center;
  display: block;
  color: var(--color-white);
  font-size: 60px;
}

.icon_caro.type_one .icon img {
  width: 60px;
}

.icon_caro.type_one .text {
  position: relative;
  margin-left: 80px;
}

.icon_caro.type_one .text h2 a {
  font-size: 22px;
  color: var(--color-white);
  display: block;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 14px;
}

.icon_caro.type_one .text p {
  font-size: 16px;
  color: var(--color-white);
  margin: 0px;
}

.icon_caro.type_one a.read_more {
  color: var(--color-white);
  margin-top: 15px;
  display: inline-block;
}

.icon_caro.type_one a.read_more::after {
  top: -6px;
  background: var(--primary-color-one);
}

.icon_caro.type_one a.read_more:hover {
  color: var(--heading-dark);
}

/*---=================== icon box new =====================----*/
.icon_box_new_box.type_one {
  position: relative;
  margin-top: 15px;
  margin-bottom: 10px;
}

.icon_box_new_box.type_one .icon_bx {
  position: relative;
  margin-bottom: 20px;
  z-index: 0;
}

.icon_box_new_box.type_one .icon_bx small {
  font-size: 60px;
  position: relative;
  line-height: 60px;
  display: inline-block;
  color: var(--primary-color-one);
  margin-bottom: 15px;
}

.icon_box_new_box.type_one .icon_bx span {
  background: var(--primary-color-three);
  position: absolute;
  content: "";
  border-radius: 50px;
  width: 80px;
  height: 80px;
  left: 10px;
  top: -10px;
  z-index: -10;
}

.icon_box_new_box.type_one h2 a {
  font-size: 22px;
  font-weight: 700;
  display: block;
  color: var(--heading-dark);
  margin-bottom: 6px;
}

.icon_box_new_box.type_one .svg_image {
  width: 60px;
}

.icon_box_new_box.type_one a.read_more {
  display: inline-block;
  margin-top: 15px;
}

.icon_box_new_box.type_one a.read_more span {
  display: inline-block;
  position: relative;
  top: 1px;
  padding-left: 4px;
}

.icon_box_new_box.type_two {
  position: relative;
  padding: 60px 40px;
  background: var(--color-white);
  margin-bottom: 30px;
  text-align: center;
  border-radius: 10px;
  transition: all 0.6s ease-in-out;
}

.icon_box_new_box.type_two .icon_box {
  position: relative;
  line-height: 110px;
  border: 1px solid var(--border-color-dark);
  width: 116px;
  height: 116px;
  border-radius: 50%;
  left: 0px;
  right: 0;
  top: -10px;
  display: block;
  margin: 0 auto 15px;
  padding: 12px;
  transition: all 0.6s ease-in-out;
  z-index: 10;
}

.icon_box_new_box.type_two span.icon {
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 90px;
  width: 90px;
  height: 90px;
  margin: 0 auto;
  color: var(--primary-color-one);
  text-align: center;
  background: var(--primary-color-three);
  border-radius: 50px;
  font-weight: 500;
  transition: all 0.6s ease-in-out;
}

.icon_box_new_box.type_two .svg_image {
  width: 60px;
  margin: auto;
  height: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  position: absolute;
}

.icon_box_new_box.type_two p {
  margin-bottom: 20px;
}

.icon_box_new_box.type_two .content {
  position: relative;
  z-index: 10;
}

.icon_box_new_box.type_two .content h2 a {
  font-size: 20px;
  display: block;
  color: var(--heading-dark);
  line-height: 28px;
  margin-bottom: 10px;
  transition: all 0.6s ease-in-out;
}

.icon_box_new_box.type_two::before,
.icon_box_new_box.type_two::after {
  content: "";
  width: 80px;
  height: 80px;
  position: absolute;
  transition: all 0.2s linear;
}

.icon_box_new_box.type_two::after {
  border-top: 2px solid var(--border-color-dark);
  border-left: 2px solid var(--border-color-dark);
  border-top-left-radius: 10px;
  left: 0;
  top: 0;
  transition-duration: 0.4s;
}

.icon_box_new_box.type_two::before {
  border-bottom: 2px solid var(--border-color-dark);
  border-right: 2px solid var(--border-color-dark);
  border-bottom-right-radius: 10px;
  right: 0;
  bottom: 0;
  transition-duration: 0.4s;
}

.icon_box_new_box.type_two:hover::before,
.icon_box_new_box.type_two:hover::after,
.icon_box_new_box.type_two.box_actived::before,
.icon_box_new_box.type_two.box_actived::after {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border-color: var(--primary-color-one);
}

.icon_box_new_box.type_two span.borders::after {
  right: 0;
  bottom: 0;
  transition-duration: 0.4s;
}

.icon_box_new_box.type_two:hover .icon_box,
.icon_box_new_box.type_two.box_actived .icon_box {
  border-color: var(--primary-color-one);
}

.icon_box_new_box.type_two:hover .icon_box .icon_bg_rotate::before,
.icon_box_new_box.type_two.box_actived .icon_box .icon_bg_rotate::before {
  background: var(--primary-color-one);
}

.icon_box_new_box.type_two:hover .icon_box span.icon,
.icon_box_new_box.type_two.box_actived .icon_box span.icon {
  background: var(--primary-color-one);
  color: var(--color-white);
}

.icon_box_new_box.type_two a.read_more span {
  display: inline-block;
  position: relative;
  top: 1px;
  padding-left: 4px;
}

.icon_box_new_box.type_three {
  position: relative;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.icon_box_new_box.type_three .icon_box {
  position: relative;
  min-width: 70px;
  width: 70px;
  height: 70px;
  border-radius: 70px;
  background: var(--primary-color-one);
  text-align: center;
  transition: all 0.6s ease-in-out;
}

.icon_box_new_box.type_three .icon_box span {
  font-size: 40px;
  color: var(--color-white);
  display: block;
  text-align: center;
  transition: all 0.6s ease-in-out;
  line-height: 70px;
}

.icon_box_new_box.type_three .icon_box img {
  width: 40px;
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.icon_box_new_box.type_three .content {
  padding-left: 15px;
  position: relative;
}

.icon_box_new_box.type_three .content h2 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 7px;
}

.icon_box_new_box.type_three .content p {
  margin-bottom: 0px;
}

.icon_box_new_box.type_three .content a.read_more {
  margin-top: 20px;
  display: inline-block;
}

.icon_box_new_box.type_three .content a.read_more span {
  display: inline-block;
  position: relative;
  top: 1px;
  padding-left: 4px;
}

/*---========= quote_box type_one =========-------*/
.quote_box_new.type_one {
  position: relative;
  padding: 30px 40px;
  border-radius: 6px;
  background: var(--primary-color-one);
  margin-bottom: 15px;
}

.quote_box_new.type_one .description {
  color: var(--color-white);
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 15px;
  display: block;
}

.quote_box_new.type_one h2 {
  font-size: 14px;
  line-height: 30px;
  color: var(--color-white);
  font-style: italic;
  text-transform: uppercase;
}

.quote_box_new.type_one .quote_fonts {
  position: absolute;
  content: "";
  right: 30px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  color: var(--color-white);
  font-size: 30px;
  text-align: center;
  background: var(--primary-color-two);
}

.quote_box_new.type_two {
  position: relative;
  padding: 30px 30px;
  background: var(--color-white);
  box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.06);
  border-top: 3px solid var(--primary-color-one);
  margin-bottom: 15px;
  border-radius: 0px;
}

.quote_box_new.type_two .description {
  margin-bottom: 25px;
  position: relative;
  text-align: center;
  font-size: 18px;
  kerning: 30px;
  color: var(--heading-dark);
}

.quote_box_new.type_two small {
  position: absolute;
  left: 30px;
  bottom: 10px;
  font-size: 60px;
  line-height: 60px;
  color: var(--primary-color-three);
  opacity: 0.6;
}

.quote_box_new.type_two h2 {
  text-align: center;
  margin-top: 15px;
  font-size: 14px;
  color: var(--primary-color-one);
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
}

/*------list_items------*/
.list_items_new_box {
  position: relative;
  margin: 0px;
  padding: 0px;
}

.list_items_new_box.display_inline li {
  display: inline-block !important;
}

.list_items_new_box.type_one li {
  display: block;
  padding-bottom: 12px;
  position: relative;
}

.list_items_new_box.type_one li a {
  display: block;
  color: var(--text-color-dark);
  font-size: 16px;
  line-height: 26px;
  padding-left: 28px;
  position: relative;
}

.list_items_new_box.type_one li a span {
  position: absolute;
  content: "";
  left: 0px;
  font-size: 18px;
  font-weight: 500;
  top: 2px;
  line-height: 26px;
  color: var(--primary-color-one);
}

.list_items_new_box.type_one li:last-child {
  padding-bottom: 0px;
}

/*-----news-----*/
.news_box ul {
  padding-left: 0px;
}

.news_box.type_one,
.news_box.type_three {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 30px;
  background: var(--color-white);
  box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.05);
}

.news_box.type_one .image_box,
.news_box.type_three .image_box {
  position: relative;
  overflow: hidden;
  display: block;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.news_box.type_one .image_box img,
.news_box.type_three .image_box img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.news_box.type_one .image_box:before,
.news_box.type_three .image_box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  background-image: linear-gradient(
    to top,
    var(--primary-color-two),
    rgba(34, 34, 34, 0)
  );
  left: 0;
  transform: translateY(0%);
}

.news_box.type_one .image_box .overlay:before,
.news_box.type_three .image_box .overlay:before {
  position: absolute;
  width: 0%;
  height: 100%;
  right: -30px;
  content: "";
  top: 0;
  background: var(--primary-color-two);
  opacity: 0;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

.news_box.type_one .image_box .post-category,
.news_box.type_three .image_box .post-category {
  position: absolute;
  left: 30px;
  bottom: 20px;
  display: inline-block;
  padding: 0px 20px;
  height: 40px;
  line-height: 22px;
  text-align: center;
  font-size: 16px;
  background: var(--primary-color-one);
  z-index: 10;
  border-radius: 5px;
}

.news_box.type_one .image_box .post-category a,
.news_box.type_three .image_box .post-category a {
  color: var(--color-white);
  display: block;
  line-height: 41px;
}

.news_box.type_one .image_box .post-category a i,
.news_box.type_three .image_box .post-category a i {
  margin-right: 5px;
}

.news_box.type_one .content_box,
.news_box.type_three .content_box {
  position: relative;
  padding: 30px;
}

.news_box.type_one .content_box .post-info,
.news_box.type_three .content_box .post-info {
  position: relative;
  margin-bottom: 15px;
}

.news_box.type_one .content_box .post-info li,
.news_box.type_three .content_box .post-info li {
  position: relative;
  display: inline-block;
  margin-right: 20px;
}

.news_box.type_one .content_box .post-info li i,
.news_box.type_three .content_box .post-info li i {
  font-size: 20px;
  margin-right: 6px;
  color: var(--primary-color-one);
}

.news_box.type_one .content_box .post-info li a,
.news_box.type_three .content_box .post-info li a {
  color: var(--heading-dark);
}

.news_box.type_one .content_box .post-info li.authour_name,
.news_box.type_three .content_box .post-info li.authour_name {
  text-transform: capitalize;
}

.news_box.type_one .content_box .post-info li:last-child,
.news_box.type_three .content_box .post-info li:last-child {
  margin-right: 0px;
}

.news_box.type_one .content_box h2 a,
.news_box.type_three .content_box h2 a {
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: var(--heading-dark);
  margin-bottom: 15px;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

.news_box.type_one .content_box p,
.news_box.type_three .content_box p {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px dashed rgba(34, 34, 34, 0.1);
}

.news_box.type_one .content_box .continure_reading,
.news_box.type_three .content_box .continure_reading {
  float: left;
}

.news_box.type_one .content_box .comments,
.news_box.type_three .content_box .comments {
  float: right;
}

.news_box.type_one .content_box .comments i,
.news_box.type_three .content_box .comments i {
  font-size: 20px;
  margin-right: 6px;
  color: var(--primary-color-one);
}

.news_box.type_one .content_box .comments a,
.news_box.type_three .content_box .comments a {
  color: var(--heading-dark);
}

.news_box.type_one:hover .image_box:before,
.news_box.type_three:hover .image_box:before {
  transform: translateY(100%);
  opacity: 0;
}

.news_box.type_one:hover .image_box .overlay:before,
.news_box.type_three:hover .image_box .overlay:before {
  width: calc(100% + 60px);
  left: -30px;
  opacity: 0.8;
}

.news_box.type_one:hover .content_box .comments a,
.news_box.type_one:hover .content_box .comments span,
.news_box.type_three:hover .content_box .comments a,
.news_box.type_three:hover .content_box .comments span {
  color: var(--color-white);
}

.news_box.type_three {
  border-radius: 0px;
}

.news_box.type_three .image_box {
  border-radius: 0px;
}

.news_box.type_three .image_box .post-category {
  border-radius: 0px;
  top: 30px;
}

.news_box.type_three .content_box .post-info {
  background: var(--color-white);
  margin-top: -4rem;
  padding: 20px 25px 10px;
}

.news_box.type_two {
  position: relative;
  padding: 30px 30px 30px;
  border-radius: 5px;
  background: var(--primary-color-three);
  border: 1px solid var(--border-color-dark);
  margin-bottom: 30px;
  overflow: hidden;
  cursor: pointer;
}

.news_box.type_two .image_box {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
  display: -ms-flexbox;
  border-bottom: 1px solid var(--border-color-dark);
  align-items: center !important;
}

.news_box.type_two .image_box .image_box_inner {
  border-radius: 50%;
  overflow: hidden;
  width: 70px;
  height: 70px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.04);
  margin-right: 15px;
}

.news_box.type_two .image_box .image_box_inner img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.news_box.type_two .image_box .authour_details {
  position: relative;
  padding-top: 8px;
}

.news_box.type_two .image_box .authour_details h6 {
  margin-bottom: 6px;
}

.news_box.type_two .image_box .authour_details h6 a {
  display: block;
  position: relative;
  margin-bottom: 0px;
  text-transform: capitalize;
  font-size: 18px;
  color: var(--heading-dark);
}

.news_box.type_two .image_box .authour_details p {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.news_box.type_two .image_box .authour_details p a {
  font-size: 16px;
  line-height: 26px;
  display: block;
  color: var(--primary-color-one);
}

.news_box.type_two .date_category li .content_inner a {
  color: var(--heading-dark);
  transition: all 0.6s ease-in-out;
}

.news_box.type_two h2 {
  position: relative;
}

.news_box.type_two h2 a {
  font-size: 20px;
  color: var(--heading-dark);
  line-height: 28px;
  margin-bottom: 15px;
  display: block;
}

.news_box.type_two .date_category ul {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 18px;
  border-bottom: 1px solid var(--border-color-dark);
}

.news_box.type_two .date_category ul li {
  display: inline-block;
}

.news_box.type_two .date_category ul li a {
  font-size: 15px;
  color: var(--text-color-dark);
  margin-right: 20px;
}

.news_box.type_two .date_category ul li a span {
  margin-right: 10px;
}

.news_box.type_two .overlay {
  position: absolute;
  content: "";
  top: -100%;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  padding: 30px;
  opacity: 0;
  transition: all 0.5s;
  background-color: var(--primary-color-one);
}

.news_box.type_two:hover .overlay {
  opacity: 1;
  top: 0;
}

.news_box.type_two .text_box {
  position: relative;
  margin-bottom: 60px;
}

.news_box.type_two .text_box h6 a {
  display: block;
  position: relative;
  text-transform: capitalize;
  margin-bottom: 0px;
  font-size: 18px;
  color: var(--color-white);
}

.news_box.type_two .text_box p a {
  font-size: 16px;
  line-height: 26px;
  display: block;
  color: var(--color-white);
  margin-bottom: 20px;
}

.news_box.type_two .text_box h2 a {
  color: var(--color-white);
}

.news_box.type_two .continure_reading {
  position: absolute;
  content: "";
  bottom: 30px;
  left: 32px;
}

.news_box.type_two a.read_more {
  color: var(--color-white);
}

.news_box.type_two .comments {
  position: absolute;
  content: "";
  bottom: 30px;
  right: 32px;
}

.news_box.type_two .comments i {
  margin-right: 5px;
}

.news_box.type_two .comments span,
.news_box.type_two .comments i {
  color: var(--color-white);
}

.swiper .bgfour_items .news_box .authour_name,
.swiper .bgfour_items .news_box .comments {
  display: none !important;
}

.col-xl-3.col-md-6.col-sm-6 .news_box .comments,
.col-xl-3.col-md-6.col-sm-6 .news_box .authour_name {
  display: none !important;
}

/*------====news_box-type-two====---------*/
.blog_all_styles.border_disable .news_box.type_one {
  border-radius: 0px;
}

.blog_all_styles.border_disable .news_box.type_one .image_box {
  border-radius: 0px;
}

.blog_all_styles.border_disable .news_box.type_two {
  border-radius: 0px;
}

/*-----pricing_plan_box type_one-------*/
.pricing_plan_box {
  position: relative;
}

.pricing_plan_box.type_one .description {
  position: relative;
  padding-top: 30px;
}

.pricing_plan_box.type_one .description p {
  font-size: 18px;
}

.pricing_plan_box.type_one .tags {
  position: absolute;
  width: calc(100% - 60px);
  background: var(--primary-color-one);
  border-radius: 6px;
  color: var(--color-white);
  font-size: 16px;
  top: -20px;
  height: 40px;
  line-height: 40px;
  left: 0;
  right: 0;
  margin-left: auto;
  z-index: 1;
  margin-right: auto;

  font-weight: 400;
  text-align: center;
  box-shadow: 0px 5px 32px 0px rgba(0, 0, 0, 0.05);
}

.pricing_plan_box.type_one .pricing_plan_box_inner {
  position: relative;
  overflow: hidden;
  padding: 50px 30px 40px;
  background: var(--color-white);
  margin-bottom: 30px;
  margin-top: 30px;
  border-radius: 6px;
  box-shadow: 0px 5px 32px 0px rgba(0, 0, 0, 0.05);
}

.pricing_plan_box.type_one .pricing_plan_box_inner:before {
  position: absolute;
  width: 0%;
  height: 100%;
  right: -30px;
  content: "";
  top: 0;
  background: var(--heading-dark);
  opacity: 1;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  border-radius: 6px;
}

.pricing_plan_box.type_one .pricing_plan_box_inner h2 {
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: var(--heading-dark);
  margin-bottom: 6px;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

.pricing_plan_box.type_one .pricing_plan_box_inner h6 {
  display: block;
  font-size: 16px;
  line-height: 32px;
  font-weight: 700;
  color: var(--heading-dark);
  margin-bottom: 6px;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

.pricing_plan_box.type_one .pricing_plan_box_inner .upper_content {
  position: relative;
  text-align: center;
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 1px dashed rgba(34, 34, 34, 0.1);
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

.pricing_plan_box.type_one .pricing_plan_box_inner .lower_content {
  position: relative;
  margin-bottom: 25px;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

.pricing_plan_box.type_one .pricing_plan_box_inner .lower_content ul {
  padding-left: 0px;
  margin-bottom: 0px;
}

.pricing_plan_box.type_one .pricing_plan_box_inner .lower_content ul li {
  position: relative;
  margin-bottom: 10px;
  line-height: 28px;
  display: flex;
  display: -ms-flexbox;
  font-size: 16px;
  align-items: center !important;
}

.pricing_plan_box.type_one .pricing_plan_box_inner .lower_content ul li span {
  font-weight: 400;
  color: var(--primary-color-one);
  font-size: 18px;
  line-height: 30px;
  margin-right: 10px;
}

.pricing_plan_box.type_one .pricing_plan_box_inner .price_rs {
  position: relative;
  padding-top: 15px;
}

.pricing_plan_box.type_one .pricing_plan_box_inner h6 small {
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  color: var(--primary-color-one);
}

.pricing_plan_box.type_one .pricing_plan_box_inner h6 sup {
  color: var(--primary-color-one);
}

.pricing_plan_box.type_one .pricing_plan_box_inner .get_start_button {
  text-align: center;
  position: relative;
}

.pricing_plan_box.type_one
  .pricing_plan_box_inner
  .get_start_button
  .theme-btn {
  width: 100%;
  border-radius: 50px;
  background: var(--color-white);
  color: var(--heading-dark);
  border-color: var(--color-white);
  box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.06);
}

.pricing_plan_box.type_one
  .pricing_plan_box_inner
  .get_start_button
  .theme-btn
  span {
  display: inline-block;
  font-size: 16px;
  margin-left: 5px;
}

.pricing_plan_box.type_one .pricing_plan_box_inner:hover:before {
  width: calc(100% + 60px);
  left: -30px;
}

.pricing_plan_box.type_one .pricing_plan_box_inner:hover p {
  color: var(--text-color-light);
}

.pricing_plan_box.type_one .pricing_plan_box_inner:hover h2 {
  color: var(--color-white);
}

.pricing_plan_box.type_one .pricing_plan_box_inner:hover h6 {
  color: var(--text-color-light);
}

.pricing_plan_box.type_one .pricing_plan_box_inner:hover h6 small {
  color: var(--color-white);
}

.pricing_plan_box.type_one .pricing_plan_box_inner:hover .upper_content {
  border-bottom: 1px dashed var(--border-color-dark-two);
}

.pricing_plan_box.type_one .pricing_plan_box_inner:hover .lower_content ul li {
  color: var(--text-color-light);
}

.pricing_plan_box {
  position: relative;
}

.pricing_plan_box.type_two {
  position: relative;
}

.pricing_plan_box.type_two .tags {
  position: absolute;
  top: 0;
  right: 0;
  background: var(--primary-color-one);
  color: var(--color-white);
  font-size: 14px;
  font-weight: 600;
  padding: 5px 20px;
  z-index: 2;
}

.pricing_plan_box.type_two .price_box {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px;
  border: 1px solid var(--border-color-dark);
  background: var(--color-white);
  margin-bottom: 15px;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

.pricing_plan_box.type_two .price_box .price {
  padding: 20px 20px 20px;
  background: var(--primary-color-three);
  width: 150px;
  text-align: center;
  min-width: 150px;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

.pricing_plan_box.type_two .price_box .price h6 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 10px;
  color: var(--primary-color-one);
}

.pricing_plan_box.type_two .price_box .price p {
  margin: 0;
  color: var(--heading-dark);
  font-size: 22px;
  line-height: 34px;
}

.pricing_plan_box.type_two .price_box .lower_content {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}

.pricing_plan_box.type_two .price_box .lower_content h2 {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 10px;
}

.pricing_plan_box.type_two .price_box .lower_content p {
  margin: 0px;
}

.pricing_plan_box.type_two .price_box:hover .price {
  background: var(--primary-color-one);
}

.pricing_plan_box.type_two .price_box:hover .price h6 {
  color: var(--color-white);
}

.pricing_plan_box.type_two .price_box:hover .price p {
  color: var(--color-white);
}

.pricing_plan_box.type_two .hover_content {
  visibility: hidden;
  position: absolute;
  border-top: 3px solid var(--primary-color-one);
  background-color: var(--color-white);
  padding: 30px;
  width: calc(100% - 160px);
  right: 0;
  bottom: -20%;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  text-align: left;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

.pricing_plan_box.type_two .hover_content ul {
  margin: 0;
  padding: 0;
}

.pricing_plan_box.type_two .hover_content ul li {
  list-style: none;
  margin-bottom: 10px;
}

.pricing_plan_box.type_two .hover_content ul li span {
  color: var(--primary-color-one);
  font-size: 22px;
  padding-right: 10px;
}

.pricing_plan_box.type_two .hover_content ul li:last-child {
  margin-bottom: 0px;
}

.pricing_plan_box.type_two .hover_content .get_start_button {
  margin-top: 20px;
}

.pricing_plan_box.type_two .hover_content .get_start_button .theme-btn {
  border-radius: 35px;
  line-height: 40px;
  min-height: 40px;
  padding: 0px 15px;
}

.pricing_plan_box.type_two:hover .hover_content {
  visibility: visible;
  opacity: 1;
  z-index: 999;
  bottom: 0;
}

/*----features type_one------*/
.choose_box.type_one {
  position: relative;
  margin: 40px 0px 30px;
}

.choose_box.type_one .svg_image {
  width: 60px;
}

.choose_box.type_one .image_box {
  position: absolute;
  margin: 0px 0px 0px auto;
  z-index: 1;
  width: 100px;
  height: 100px;
  background: var(--color-white);
  border-radius: 50px;
  text-align: center;
  top: -40px;
  left: 30px;
  box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.09);
  transition: all 0.6s ease-in-out;
}

.choose_box.type_one .image_box img {
  position: absolute;
  width: 60px;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
}

.choose_box.type_one .image_box span {
  font-size: 60px;
  display: block;
  text-align: center;
  line-height: 100px;
  color: var(--primary-color-one);
}

.choose_box.type_one .content_box {
  position: relative;
  overflow: hidden;
  padding: 75px 30px 30px;
  background: var(--color-white);
  box-shadow: 0px 6px 35px 0px rgba(0, 0, 0, 0.04);
  border-radius: 6px;
  transition: all 0.6s ease-in-out;
}

.choose_box.type_one .step_no {
  position: absolute;
  content: "";
  width: 49px;
  height: 48px;
  padding-right: 6px;
  border-radius: 50px;
  color: var(--heading-dark);
  line-height: 54px;
  display: block;
  top: -7px;
  right: -11px;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 5px 22px 0px;
  transition: all 0.6s ease;
  background: #fff;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

.choose_box.type_one .text_box {
  position: relative;
  z-index: 1;
  padding-top: 15px;
}

.choose_box.type_one .text_box h2 a {
  position: relative;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  display: block;
  margin-bottom: 10px;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

.choose_box.type_one .text_box p {
  margin-bottom: 15px;
}

.choose_box.type_one .read_more i {
  position: relative;
  display: inline-block;
  margin-left: 5px;
  font-size: 16px;
  top: 1px;
}

.choose_box.type_one:hover .step_no,
.choose_box.type_one:hover .read_more {
  color: #fff;
}

.choose_box.type_one:hover .image_box {
  box-shadow: unset;
}

.choose_box.type_one:hover .content_box {
  background: var(--primary-color-one);
}

.choose_box.type_one:hover .content_box .text_box h2 a,
.choose_box.type_one:hover .content_box .text_box p {
  color: #fff;
}

.choose_box.type_two {
  position: relative;
  margin-bottom: 30px;
}

.choose_box.type_two .icon_box {
  position: relative;
  line-height: 110px;
  border: 1px solid var(--border-color-dark);
  width: 116px;
  height: 116px;
  border-radius: 50%;
  left: 0px;
  right: 0;
  top: -10px;
  margin: 0 auto 15px;
  display: block;
  padding: 12px;
  transition: all 0.6s ease-in-out;
  z-index: 10;
}

.choose_box.type_two .icon_box img {
  width: 50px;
}

.choose_box.type_two .icon_box span.icon {
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 90px;
  width: 90px;
  height: 90px;
  margin: 0 auto;
  color: var(--primary-color-one);
  text-align: center;
  background: var(--primary-color-three);
  border-radius: 50px;
  font-weight: 500;
  transition: all 0.6s ease-in-out;
}

.choose_box.type_two .icon_box .icon_image {
  position: relative;
  display: block;
  line-height: 90px;
  width: 90px;
  height: 90px;
  margin: 0 auto;
  text-align: center;
  background: var(--primary-color-three);
  border-radius: 50px;
  font-weight: 500;
  transition: all 0.6s ease-in-out;
}

.choose_box.type_two .step {
  position: relative;
  margin-top: 40px;
  text-align: center;
}

.choose_box.type_two .step::before {
  position: absolute;
  content: "";
  border-bottom: 1px dashed var(--border-color-dark);
  width: 100%;
  height: 1px;
  right: 0;
  top: -21px;
}

.choose_box.type_two .step h6 {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.1);
}

.choose_box.type_two .content_box {
  position: relative;
  text-align: center;
}

.choose_box.type_two .content_box h2 a {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  display: block;
  color: var(--heading-dark);
  margin-bottom: 10px;
}

.choose_box.type_three {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  padding: 30px;
  border: 1px solid var(--border-color-dark);
  background: #fff;
}

.choose_box.type_three .image {
  width: 170px;
  min-width: 170px;
  height: 170px;
  position: relative;
}

.choose_box.type_three .image::before {
  position: absolute;
  content: "";
  background: var(--primary-color-three);
  width: 100%;
  height: 100%;
  right: -10px;
  border-radius: 50%;
  top: 0;
  z-index: -1;
}

.choose_box.type_three .image img {
  width: 100%;
  border-radius: 50%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.choose_box.type_three .step_no {
  position: absolute;
  top: -10px;
  height: 50px;
  width: 50px;
  right: 0;
  font-size: 60px;
  color: var(--text-color-dark);
  opacity: 0.2;
}

.choose_box.type_three .content_box {
  position: relative;
  padding-left: 30px;
}

.choose_box.type_three .content_box h2 {
  position: relative;
}

.choose_box.type_three .content_box h2 a {
  font-size: 22px;
  line-height: 34px;
}

.choose_box.type_three .content_box p {
  margin-bottom: 0px;
}

/*--====================project==============------*/
/* clear fix */
.projectcontainer:after {
  content: "";
  display: block;
  clear: both;
}

.project_box.type_one {
  position: relative;
  background: var(--color-white);
  overflow: hidden;
  margin-bottom: 30px;
}

.project_box.type_one .image_box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 6px;
}

.project_box.type_one .image_box img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.project_box.type_one .image_box .overlay {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.project_box.type_one .image_box .overlay a.zm_btn {
  position: absolute;
  width: 40px;
  height: 40px;
  font-size: 0px;
  color: var(--color-white);
  right: 30px;
  transform: translateX(-30px);
  top: 30px;
  text-align: center;
  margin: auto;
  transition: all 0.6s ease-in-out;
  opacity: 0;
  z-index: 11;
}

.project_box.type_one .image_box .overlay:before {
  position: absolute;
  width: 0%;
  height: 100%;
  border-radius: 6px;
  right: -30px;
  top: 0;
  content: "";
  background: var(--primary-color-two);
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

.project_box.type_one .image_box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  background-image: linear-gradient(
    to top,
    var(--primary-color-two),
    rgba(0, 0, 30, 0)
  );
  left: 0;
  transform: translateY(0%);
}

.project_box.type_one .content_box {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: auto;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  z-index: 10;
}

.project_box.type_one .content_box .content_box_inner {
  position: relative;
  padding: 20px 30px 22px 30px;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

.project_box.type_one .content_box .content_box_inner h2 {
  position: relative;
  transform: translateY(0);
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

.project_box.type_one .content_box .content_box_inner h2 a {
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: var(--color-white);
  margin-bottom: 12px;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

.project_box.type_one .content_box .content_box_inner h2 a:hover {
  color: var(--primary-color-one);
}

.project_box.type_one .content_box .content_box_inner p {
  display: inline-block;
  transform: translateY(0);
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

.project_box.type_one .content_box .content_box_inner p a {
  color: var(--text-color-light);
  margin-right: 2px;
  font-size: 18px;
  line-height: 26px;
  display: inline-block;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

.project_box.type_one .content_box .content_box_inner p a:hover {
  color: var(--primary-color-one);
}

.project_box.type_one .content_box .content_box_inner a.read_more_link {
  position: absolute;
  width: 50px;
  height: 50px;
  background: var(--primary-color-one);
  border-radius: 50px;
  display: block;
  text-align: center;
  line-height: 50px;
  left: 30px;
  bottom: 0px;
  font-size: 20px;
  color: var(--color-white);
  transition: all 0.6s ease-in-out;
  transform: translateY(250px);
}

.project_box.type_one:hover .image_box:before {
  transform: translateY(100%);
  opacity: 0;
}

.project_box.type_one:hover .image_box .overlay:before {
  width: calc(100% + 60px);
  left: -30px;
  opacity: 0.8;
}

.project_box.type_one:hover .image_box .overlay:before {
  opacity: 0.9;
}

.project_box.type_one:hover .image_box .overlay a.zm_btn {
  font-size: 30px;
  opacity: 1;
  transform: translateX(0px);
}

.project_box.type_one:hover .content_box .content_box_inner h2 {
  transform: translateY(-80px);
}

.project_box.type_one:hover .content_box .content_box_inner p {
  transform: translateY(-80px);
}

.project_box.type_one:hover .content_box .content_box_inner a.read_more_link {
  transform: translateY(-30px);
}

.project_box.type_two {
  position: relative;
  margin-bottom: 30px;
}

.project_box.type_two .gradient {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    var(--primary-color-two) 10%,
    rgba(0, 0, 0, 0) 58%,
    rgba(0, 0, 0, 0) 100%
  );
  left: 0;
  top: 0;
  transition: 0.5s;
}

.project_box.type_two .image_box {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.project_box.type_two .image_box img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  object-position: center;
}

.project_box.type_two .image_box::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  text-align: center;
  transform: perspective(400px) rotateX(-90deg);
  transform-origin: top;
  transition: all 0.5s;
  background-color: var(--primary-color-two);
}

.project_box.type_two .image_box a span {
  font-size: 40px;
  color: var(--color-white);
  position: absolute;
  z-index: 10;
  left: 30px;
  bottom: 30px;
  transition: all 0.6s ease-in-out;
  opacity: 1;
}

.project_box.type_two .content_box {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 30px;
  width: 100%;
  height: 100%;
}

.project_box.type_two .content_box a.read_more {
  position: absolute;
  bottom: 30px;
  color: var(--color-white);
  right: 30px;
  transition: all 0.6s ease-in-out;
  opacity: 0;
  transform: translateX(-100px);
}

.project_box.type_two .content_box a.read_more span {
  margin-right: 8px;
  font-size: 16px;
}

.project_box.type_two .content_box a.read_more:hover {
  color: var(--primary-color-one);
}

.project_box.type_two .content_box h2 a {
  font-size: 20px;
  color: var(--color-white);
  display: block;
  margin-bottom: 8px;
  line-height: 30px;
}

.project_box.type_two .content_box h2 a:hover {
  color: var(--color-white);
}

.project_box.type_two .content_box p a {
  color: var(--text-color-light);
  font-size: 18px;
  display: inline-block;
  transition: all 0.6s ease-in-out;
}

.project_box.type_two .content_box p a:hover {
  color: var(--color-white);
}

.project_box.type_two:hover .image_box::before {
  opacity: 0.7;
  transform: perspective(400px) rotateX(0deg);
  transition: all 700ms ease 100ms;
}

.project_box.type_two:hover .image_box a span {
  opacity: 1;
  transform: translateX(0px);
}

.project_box.type_two:hover .gradient {
  opacity: 0;
}

.project-wrapper.three_column_grid {
  width: 33.33%;
  padding: 0 15px;
  float: left;
}

.project-wrapper.two_column_grid {
  width: 50%;
  padding: 0 15px;
  float: left;
}

@media (max-width: 1050px) {
  .project-wrapper.three_column_grid {
    width: 50%;
  }
}

@media (max-width: 600px) {
  .project-wrapper.three_column_grid {
    width: 100%;
  }

  .project-wrapper.two_column_grid {
    width: 100%;
  }
}

/*-----style-two------*/
.fliter_group {
  position: relative;
  text-align: center;
  margin-bottom: 10px;
}

.fliter_group.style_one ul {
  padding-left: 0px;
  margin-bottom: 0px;
}

.fliter_group.style_one ul li {
  display: inline-block;
  padding: 0px 20px;
  margin-bottom: 30px;
  height: 40px;
  line-height: 40px;
  position: relative;
  background: var(--primary-color-three);
  border-radius: 6px;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  margin-right: 10px;
}

.fliter_group.style_one ul li span {
  position: absolute;
  bottom: 7px;
  right: 0px;
  margin: auto;
  opacity: 0;
  width: 26px;
  height: 26px;
  border-radius: 50px;
  line-height: 26px;
  text-align: center;
  color: var(--color-white);
  background: var(--primary-color-one);
  font-size: 13px;
  box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.09);
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

.fliter_group.style_one ul li.current,
.fliter_group.style_one ul li:hover {
  background: var(--primary-color-one);
  color: var(--color-white);
}

.fliter_group.style_one ul li.current span,
.fliter_group.style_one ul li:hover span {
  right: -12px;
  background: var(--color-white);
  color: var(--primary-color-one);
  opacity: 1;
}

.fliter_group.style_two ul {
  padding-left: 0px;
  margin-bottom: 0px;
}

.fliter_group.style_two ul li {
  display: inline-block;
  padding: 8px 25px;
  line-height: 26px;
  position: relative;
  background: var(--color-white);
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  margin-right: 15px;
  border-bottom: 1px solid var(--border-color-dark);
  cursor: pointer;
  margin-bottom: 30px;
}

.fliter_group.style_two ul li span {
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0px;
  margin: auto;
  opacity: 1;
  width: 26px;
  height: 26px;
  border-radius: 50px;
  line-height: 26px;
  text-align: center;
  color: var(--primary-color-one);
  background: var(--color-white);
  font-size: 13px;
  box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.09);
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

.fliter_group.style_two ul li.current,
.fliter_group.style_two ul li:hover {
  background: var(--primary-color-one);
  color: var(--color-white);
  border-bottom: 1px solid var(--primary-color-one);
  border-radius: 6px;
}

.fliter_group.style_two ul li.current span,
.fliter_group.style_two ul li:hover span {
  background: var(--color-white);
  color: var(--primary-color-one);
}

/*---======================tabs======================*-----*/
.tabs_all_box_two {
  position: relative;
}

.tabs_all_box_two .tabs_header {
  position: relative;
  margin-bottom: 30px;
}

.tabs_all_box_two .c_tab_wrapper {
  position: relative;
}

.tabs_all_box_two .content_tabs_btns {
  position: relative;
  padding-left: 0px;
  margin-left: 0px;
}

.tabs_all_box_two .content_tabs_btns li {
  display: inline-block;
  font-size: 16px;
  line-height: 50px;
  height: 50px;
  border-radius: 6px;
  position: relative;
  padding: 0px 20px;
  background: var(--primary-color-three);
  color: var(--heading-dark);
  margin: 0px 5px;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
}

.tabs_all_box_two .content_tabs_btns li:first-child {
  margin-left: 0px;
}

.tabs_all_box_two .content_tabs_btns li:last-child {
  margin-right: 0px;
}

.tabs_all_box_two .content_tabs_btns li:last-child::before {
  display: none;
}

.tabs_all_box_two .content_tabs_btns li.active-btn {
  background: var(--primary-color-one);
  color: var(--color-white);
}

.tabs_all_box_two .c_tabs_content {
  position: relative;
  display: block;
  background: var(--color-white);
}

.tabs_all_box_two .c_tabs_content .c_tab {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: auto;
  visibility: hidden;
}

.tabs_all_box_two .c_tabs_content .c_tab.active-tab {
  position: relative;
  visibility: visible;
  z-index: 5;
}

.tabs_all_box_two .tab_inner_box {
  transform: scaleY(0);
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  padding: 30px;
  border: 1px solid var(--border-color-dark);
  background: var(--color-white);
  border-radius: 6px;
}

.tabs_all_box_two .active-tab .tab_inner_box {
  transform: scaleY(1);
}

.tabs_all_box_two.type_two .content_tabs_btns {
  padding-right: 20px;
}

.tabs_all_box_two.type_two .col-lg-12 {
  display: flex;
  display: -ms-flexbox;
}

.tabs_all_box_two.type_two .tabs_header ul li {
  display: block;
  margin: 0px;
  padding: 15px 20px;
  margin-bottom: 15px;
  min-width: 250px;
  line-height: 26px;
  height: auto;
}

.tab_box {
  position: relative;
}

.tab_box.type_one .image_box,
.tab_box.type_one .image_box {
  position: relative;
  margin-top: 20px;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 15px;
}

.tab_box.type_one h2 a,
.tab_box.type_one h2 a {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  display: block;
  color: var(--heading-dark);
  margin-bottom: 10px;
}

.tab_box.type_one .read_more,
.tab_box.type_one .read_more {
  display: inline-block;
  margin-top: 15px;
}

.tab_box.type_one .read_more i,
.tab_box.type_one .read_more i {
  position: relative;
  display: inline-block;
  top: 2px;
  margin-left: 8px;
}

.tab_box.type_two h2 a {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  display: block;
  color: var(--heading-dark);
  margin-bottom: 10px;
}

.tab_box.type_two .image_box {
  position: relative;
  margin-bottom: 20px;
  border-radius: 6px;
  overflow: hidden;
}

.tab_box.type_two .read_more {
  display: inline-block;
  margin-top: 15px;
}

.tab_box.type_two .read_more i {
  position: relative;
  display: inline-block;
  top: 2px;
  margin-left: 8px;
}

/*---=========================== testimonial ============================----*/
.testimonial_all .swiper .owl-item {
  padding: 15px 15px;
}

.testimonial_box.type_one span.icon-quote {
  width: 60px;
  height: 60px;
  font-size: 24px;
  line-height: 60px;
  border-radius: 50px;
  display: block;
  background: var(--color-white);
  box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.07);
  color: var(--primary-color-one);
  text-align: center;
  bottom: 65px;
  right: 45px;
  position: absolute;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  z-index: 1;
}

.testimonial_box.type_one .testimonial_inner {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  margin: 0px 0px 10px;
  padding: 30px 30px 30px;
  box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.06);
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  background: var(--color-white);
  -o-transition: all 0.6s ease;
  z-index: 0;
}

.testimonial_box.type_one .testimonial_inner:before {
  position: absolute;
  width: 0%;
  height: 100%;
  right: -30px;
  content: "";
  top: 0;
  background: var(--primary-color-two);
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  z-index: -1;
}

.testimonial_box.type_one .testimonial_inner p {
  margin-bottom: 15px;
}

.testimonial_box.type_one .testimonial_inner .lower_content {
  position: relative;
}

.testimonial_box.type_one .testimonial_inner .lower_content .image_box {
  position: relative;
  float: left;
}

.testimonial_box.type_one .testimonial_inner .lower_content .image_box img {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.04);
  object-fit: cover;
  object-position: center;
}

.testimonial_box.type_one .testimonial_inner .lower_content .authour_name {
  position: relative;
  margin-left: 80px;
}

.testimonial_box.type_one .testimonial_inner .lower_content .authour_name h2 {
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: var(--heading-dark);
  margin-bottom: 6px;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  margin-bottom: 4px;
}

.testimonial_box.type_one .testimonial_inner .lower_content .authour_name h6 {
  color: var(--text-color-dark);
  margin-bottom: 5px;
  font-weight: 500;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

.testimonial_box.type_one .testimonial_inner .lower_content .authour_name p {
  margin-bottom: 0px;
}

.testimonial_box.type_one .testimonial_inner .lower_content .authour_name p i {
  padding-right: 4px;
  margin: 0px;
  font-size: 14px;
  color: var(--primary-color-one);
}

.testimonial_box.type_one
  .testimonial_inner
  .lower_content
  .authour_name
  p
  i.empty {
  opacity: 0.3;
}

.testimonial_box.type_one .testimonial_inner:hover:before {
  width: calc(100% + 60px);
  left: -30px;
}

.testimonial_box.type_one .testimonial_inner:hover p {
  color: var(--color-white);
}

.testimonial_box.type_one .testimonial_inner:hover span {
  background: var(--primary-color-one);
  color: var(--color-white);
}

.testimonial_box.type_one
  .testimonial_inner:hover
  .lower_content
  .authour_name
  h2,
.testimonial_box.type_one
  .testimonial_inner:hover
  .lower_content
  .authour_name
  h6 {
  color: var(--color-white);
}

.testimonial_box.type_two {
  position: relative;
  padding: 30px;
  margin: 0px 0px 10px;
  background: var(--color-white);
  box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
}

.testimonial_box.type_two .upper_content {
  position: relative;
}

.testimonial_box.type_two .upper_content .image_box {
  position: relative;
  float: left;
}

.testimonial_box.type_two .upper_content .image_box img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  object-position: top;
  border-radius: 50%;
}

.testimonial_box.type_two .upper_content .image_box span {
  font-size: 20px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: var(--primary-color-one);
  color: var(--color-white);
  text-align: center;
  display: block;
  bottom: -22px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transform: rotate(0deg);
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

.testimonial_box.type_two .upper_content .description {
  margin-left: 95px;
}

.testimonial_box.type_two .lower_content {
  position: relative;
  padding-top: 20px;
  margin-top: 25px;
}

.testimonial_box.type_two .lower_content .authour_name {
  float: left;
}

.testimonial_box.type_two .lower_content .authour_name h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 3px;
  color: var(--heading-dark);
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

.testimonial_box.type_two .lower_content .authour_name h2:hover {
  color: var(--primary-color-one);
}

.testimonial_box.type_two .lower_content .authour_name h6 {
  font-size: 16px;
  font-weight: 400;
  margin: 0px;
  color: var(--text-color-dark);
}

.testimonial_box.type_two .lower_content p {
  position: absolute;
  content: "";
  right: 30px;
  bottom: 15px;
  margin-bottom: auto;
  margin: auto;
  display: block;
}

.testimonial_box.type_two .lower_content p i {
  padding-left: 5px;
  margin: 0px;
  font-size: 16px;
  color: var(--primary-color-one);
}

.testimonial_box.type_two .lower_content p i.empty {
  opacity: 0.3;
}

.testimonial_box.type_two:hover .upper_content .image_box span {
  transform: rotate(360deg);
  background: var(--heading-dark);
  color: var(--primary-color-one);
}

/*------------====================theme btn===================-------------*/
.theme_btn_all_new {
  position: relative;
}

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

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

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

.theme_btn_all_new .theme_btn {
  position: relative;
  font-size: 16px;
  color: var(--color-white);
  background: var(--primary-color-one);
  display: inline-block;
  min-width: 180px;
  line-height: 50px;
  font-weight: 600;
  transition: all 0.5s ease;
  text-align: center;
  font-family: "Assistant", sans-serif;
  transition: all 0.6s ease-in-out;
  border-radius: 3px;
  padding: 0px 20px;
  border: 2px solid var(--primary-color-one);
}

.theme_btn_all_new .theme_btn.type_one.bg_w {
  background: var(--color-white);
  color: var(--heading-dark);
}

.theme_btn_all_new .theme_btn.type_one span {
  margin-left: 10px;
}

.theme_btn_all_new .theme_btn:hover {
  background: var(--primary-color-two);
  color: var(--color-white);
  border-color: var(--primary-color-two);
}

/*------------=======================timeline=====================---------------------*/
.time_line_carousel_box {
  position: relative;
}

.time_box.type_one {
  position: relative;
}

.time_box.type_one .date_box {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--primary-color-three);
  transition: all 0.5s ease-in-out;
}

.time_box.type_one .date_box h6 {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--heading-dark);
  margin-bottom: 20px;
  background: transparent;
  border-radius: 30px;
  transition: all 0.5s ease-in-out;
}

.time_box.type_one .date_box h6::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background: var(--primary-color-three);
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -25px;
  transition: all 0.5s ease-in-out;
}

.time_box.type_one .content_box {
  position: relative;
  background: transparent;
  padding: 30px;
  text-align: center;
  transition: all 0.5s ease-in-out;
}

.time_box.type_one .content_box h2 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 10px;
  color: var(--heading-dark);
}

.time_box.type_one .content_box small {
  font-size: 16px;
  color: var(--primary-color-one);
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
}

.time_box.type_one .content_box p {
  margin-bottom: 20px;
}

.time_box.type_one .content_box .read_more i {
  position: relative;
  display: inline-block;
  top: 1px;
  margin-left: 5px;
}

.time_box.type_one:hover .date_box {
  border-bottom: 1px solid var(--primary-color-one);
}

.time_box.type_one:hover .date_box h6 {
  background: var(--primary-color-one);
  color: var(--color-white);
}

.time_box.type_one:hover .date_box h6::before {
  background: var(--primary-color-one);
}

.owl-item.active.center .time_box.type_one .date_box {
  border-bottom: 1px solid var(--primary-color-one);
}

.owl-item.active.center .time_box.type_one .date_box h6 {
  background: var(--primary-color-one);
  color: var(--color-white);
}

.owl-item.active.center .time_box.type_one .date_box h6::before {
  background: var(--primary-color-one);
}

.time_box.type_one:hover .content_box {
  background: var(--primary-color-one);
}

.owl-item.active.center .time_box.type_one .content_box {
  background: var(--primary-color-one);
}

.time_box.type_one:hover .content_box h2 {
  color: var(--color-white);
}

.owl-item.active.center .time_box.type_one .content_box h2 {
  color: var(--color-white);
}

.owl-item.active.center .time_box.type_one p {
  color: var(--color-white);
}

.time_box.type_one:hover .content_box p {
  color: var(--color-white);
}

.time_box.type_one .content_box a.read_more {
  color: var(--heading-dark);
}

.time_box.type_one:hover .content_box a.read_more {
  color: var(--color-white);
}

.owl-item.active.center .time_box.type_one .content_box a.read_more {
  color: var(--color-white);
}

/*-----------==================contact footer widgets============================------------------*/
.contact_info_nbox {
  position: relative;
}

.contact_info_nbox.type_one .single {
  position: relative;
  margin-bottom: 7px;
}

.contact_info_nbox.type_one .single a {
  padding-left: 0px;
  color: var(--text-color-dark);
}

.contact_info_nbox.type_one h6 {
  margin-bottom: 5px;
}

.contact_info_nbox.type_one h6 span {
  color: var(--primary-color-one);
  margin-right: 6px;
  font-size: 22px;
  line-height: 22px;
}

.contact_info_nbox.type_one p {
  color: var(--text-color-dark);
  margin: 0px;
}

/*----------======================product=======================---------------*/
.product_box.type_four {
  position: relative;
  margin: 0px 0px 30px;
  padding: 20px;
  border: 1px solid var(--border-color-dark);
}

.product_box.type_four .inner_box {
  background: var(--color-white);
  position: relative;
  text-align: center;
}

.product_box.type_four .inner_box .image_box {
  position: relative;
  overflow: hidden;
  text-align: inherit;
}

.product_box.type_four .inner_box .image_box img {
  display: block;
  margin: auto;
  width: 100%;
  height: auto;
}

.product_box.type_four .inner_box .image_box .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  right: 0;
  overflow: hidden;
  z-index: 10;
}

.product_box.type_four .inner_box .image_box .overlay .zoom_btn {
  position: absolute;
  right: 0px;
  bottom: 50px;
  transition: all 0.6s ease-in-out;
  opacity: 0;
}

.product_box.type_four .inner_box .image_box .overlay .zoom_btn a {
  position: relative;
  background: var(--color-white);
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  text-align: center;
  margin: 0 auto;
  transition: all 0.6s ease-in-out;
}

.product_box.type_four .inner_box .image_box .overlay .zoom_btn a i {
  font-size: 20px;
  color: var(--primary-color-one);
  transition: all 0.6s ease-in-out;
  display: block;
  line-height: 50px;
}

.product_box.type_four .inner_box .image_box .overlay .zoom_btn a:hover a {
  background: var(--primary-color-one);
}

.product_box.type_four .inner_box .image_box .overlay .zoom_btn a:hover a i {
  color: var(--color-white);
}

.product_box.type_four .inner_box .image_box .cart_btn {
  position: absolute;
  right: 0px;
  bottom: 25px;
}

.product_box.type_four .inner_box .image_box .cart_btn .cart_icon {
  position: relative;
  width: auto;
  height: auto;
  margin: 0px !important;
  padding: 0px !important;
  text-align: center;
  line-height: 0px;
  min-width: inherit;
  height: inherit;
  background-color: transparent !important;
  border: 0px;
  box-shadow: none;
  padding: 0;
  margin: 0;
  height: inherit;
  line-height: 1px !important;
}

.product_box.type_four .inner_box .image_box .cart_btn .cart_icon span {
  position: relative;
  background: var(--primary-color-one);
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  text-align: center;
  margin: 0 auto;
  font-size: 20px;
  color: var(--color-white);
  transition: all 0.6s ease-in-out;
}

.product_box.type_four .inner_box .image_box .cart_btn .cart_icon:hover span {
  color: var(--color-white) !important;
  background: var(--primary-color-one);
}

.product_box.type_four .inner_box .image_box .cart_btn .cart_icon:after {
  position: absolute;
  top: -18px !important;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  right: 0 !important;
  left: 0 !important;
  margin-left: 0px !important;
  color: var(--color-white);
  background: var(--primary-color-one);
}

.product_box.type_four
  .inner_box
  .image_box
  .cart_btn
  span.icon-flaticon-shopping-cart {
  color: var(--primary-color-one);
  font-size: 30px;
}

.product_box.type_four .inner_box .image_box .added_to_cart.wc-forward {
  position: absolute;
  width: 124px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  top: 11px;
  left: -137px;
  right: 0;
  text-align: center;
  color: var(--heading-dark);
  font-weight: 500;
  border-radius: 5px;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.06);
  background: var(--color-white);
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.6s ease-in-out;
  z-index: 100;
  opacity: 1;
}

.product_box.type_four .inner_box .image_box .added_to_cart.wc-forward::before {
  position: absolute;
  content: "";
  height: 0px;
  border-right: 10px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid var(--color-white);
  border-bottom: 13px solid transparent;
  bottom: 1px;
  right: -15px;
  width: 15px;
}

.product_box.type_four .inner_box .content_box {
  position: relative;
  padding: 20px 10px 0px;
}

.product_box.type_four .inner_box .content_box span.price,
.product_box.type_four
  .inner_box
  .content_box
  .woocommerce-Price-amount.amount {
  font-size: 18px;
  color: var(--primary-color-one);
}

.product_box.type_four .inner_box .content_box span.price del,
.product_box.type_four
  .inner_box
  .content_box
  .woocommerce-Price-amount.amount
  del {
  margin-right: 5px;
  opacity: 0.8;
}

.product_box.type_four .inner_box .content_box span.price ins,
.product_box.type_four
  .inner_box
  .content_box
  .woocommerce-Price-amount.amount
  ins {
  font-weight: 600;
}

.product_box.type_four .inner_box .content_box h2 {
  margin: 15px 0px 5px !important;
}

.product_box.type_four .inner_box .content_box h2 a {
  font-size: 20px;
  line-height: 30px;
  margin-top: 5px;
  display: block;
}

.product_box.type_four .inner_box .content_box h2 a:hover {
  color: var(--primary-color-one);
}

.product_box.type_four:hover .inner_box .image_box .overlay .zoom_btn {
  bottom: 80px;
  opacity: 1;
}

.product_box.type_four:hover .inner_box .image_box .overlay .zoom_btn span {
  right: 20px;
  opacity: 1;
}

/*-----cart_notice------*/
.woocommerce_plugin_on .cart_notice {
  position: relative;
  z-index: 999;
}

.woocommerce_plugin_on .cart_notice .woocommerce-error,
.woocommerce_plugin_on .cart_notice .woocommerce-info,
.woocommerce_plugin_on .cart_notice .woocommerce-message {
  position: fixed;
  bottom: 10px;
  right: 0px;
  left: 0;
  margin: auto;
  background: var(--primary-color-one);
  border-radius: 10px;
  padding: 15px;
  box-shadow: var(--box-shadown);
  z-index: 999;
  max-width: 800px;
  line-height: 30px;
  min-height: 60px;
  padding: 10px 160px 10px 55px !important;
}

.woocommerce_plugin_on .cart_notice .woocommerce-error li,
.woocommerce_plugin_on .cart_notice .woocommerce-info li,
.woocommerce_plugin_on .cart_notice .woocommerce-message li {
  line-height: 26px;
  padding-right: 150px;
}

.woocommerce_plugin_on .cart_notice .woocommerce-error a,
.woocommerce_plugin_on .cart_notice .woocommerce-info a,
.woocommerce_plugin_on .cart_notice .woocommerce-message a {
  font-size: 14px !important;
  height: 40px;
  line-height: 40px !important;
  padding: 0px 15px !important;
  position: absolute;
  right: 10px;
  top: 9px !important;
  bottom: 0;
  width: 130px;
  margin: auto;
  text-align: center;
}

.woocommerce_plugin_on .cart_notice .woocommerce-message:before {
  height: 20px;
  line-height: 20px;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
}

.woocommerce_plugin_on .cart_notice .button {
  padding: 0px 20px !important;
  min-height: auto !important;
}

.woocommerce_plugin_on .cart_notice .button:hover {
  color: #fff !important;
}

@media (max-width: 600px) {
  .cart_notice .woocommerce-error,
  .cart_notice .woocommerce-info,
  .cart_notice .woocommerce-message {
    line-height: 26px !important;
    padding: 15px 10px 60px !important;
    margin: 0px 10px !important;
  }

  .cart_notice .woocommerce-error:before,
  .cart_notice .woocommerce-info:before,
  .cart_notice .woocommerce-message:before {
    display: none !important;
  }

  .cart_notice .woocommerce-error .button,
  .cart_notice .woocommerce-info .button,
  .cart_notice .woocommerce-message .button {
    top: unset !important;
    bottom: 15px !important;
  }
}

.quick_view_loading {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  top: 0;
  bottom: 0;
  right: 0;
}

.quick_view_loading:before {
  content: "";
  position: absolute;
  width: 16px;
  border-radius: 50%;
  border: 2px solid var(primary-color-one);
  border-top-color: transparent;
  height: 16px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0px;
  opacity: 0;
  animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  -o-animation: spin 2s linear infinite;
  -ms-animation: spin 2s linear infinite;
  margin: auto;
}

.quick_view_loading.loading {
  z-index: 99999999;
  opacity: 1;
  visibility: visible;
}

.quick_view_loading.loading:before {
  opacity: 1;
}

.mfp-bg {
  z-index: 99999 !important;
  background: var(--primary-color-two) !important;
  opacity: 0.4 !important;
}

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

.quick_view {
  position: relative;
  max-width: 60%;
  background: #fff;
  border-radius: 0px;
  margin: auto;
  transform: translateY(-10%);
  transition: all 0.2s ease-out;
}

.quick_view .detail-gallery {
  padding: 30px;
}

.quick_view .col-sm-12 {
  padding: 0px;
}

.quick_view .mfp-close {
  background: var(primary-color-two);
  color: var(--bs-dark);
  border-radius: 0px 15px;
  opacity: 1;
}

.quick_view .zoom-icon {
  display: none;
}

.quick_view .quickproduct_content {
  position: relative;
  padding: 30px;
  overflow: auto;
  height: 550px;
}

.quick_view .quickproduct_content::-webkit-scrollbar {
  width: 4px;
  border-radius: 80px;
}

.quick_view .quickproduct_content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px var(--primary-color-two);
  background: var(--primary-color-one);
}

.quick_view .quickproduct_content::-webkit-scrollbar-thumb {
  background: var(--primary-color-one);
  box-shadow: inset 0 0 6px var(--primary-color-one);
}

.quick_view .quickproduct_content:window-inactive {
  background: var(--primary-color-one);
}

.quick_view .summary {
  float: unset !important;
  width: 100% !important;
  clear: none;
}

.quickview_enable .mfp-ready .quick_view {
  transform: translateY(0);
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.3s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/*----============---footer_default-styles--===========---*/
.footer_default {
  position: relative;
  background: var(--footer-default-bgcolor);
  padding: 15px 0px 15px;
  min-height: 70px;
}

.footer_default .copyright {
  position: relative;
  padding-top: 11px;
  font-size: 15px;
  color: #fff;
}

/*---==========================================-----
-----================== footer widgets  css  ===============-----
-----=========================================-----*/
/*----============---about company--===========---*/
.footer_widgets {
  position: relative;
  margin-bottom: 30px;
  /*----about company-----*/
  /*-----get_in_touch_foo------*/
  /*-----navigation_foo-----*/
}

.footer_widgets .fo_wid_title {
  position: relative;
  margin-bottom: 16px;
}

.footer_widgets .fo_wid_title:before {
  position: absolute;
  content: "";
  width: 70px;
  height: 3px;
  background: var(--primary-color-one);
  left: 0;
  bottom: -15px;
}

.footer_widgets .fo_wid_title h2 {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 5px;
}

.footer_widgets .fo_wid_title.dark_color h2 {
  color: var(--heading-dark);
}

.footer_widgets.style_two .fo_wid_title {
  position: relative;
}

.footer_widgets.style_two .fo_wid_title:before {
  display: none;
}

.footer_widgets.style_two .fo_wid_title h2 {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 5px;
}

.footer_widgets.about_company {
  position: relative;
}

.footer_widgets.about_company .logo {
  position: relative;
  margin-bottom: 25px;
}

.footer_widgets.about_company .content_box {
  position: relative;
}

.footer_widgets.about_company .content_box p {
  color: var(--text-color-light);
  margin-bottom: 30px;
}

.footer_widgets.about_company .content_box .consulting {
  position: relative;
}

.footer_widgets.about_company .content_box .consulting .image {
  float: left;
  width: 60px;
}

.footer_widgets.about_company .content_box .consulting .image img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.footer_widgets.about_company .content_box .consulting .help_con {
  position: relative;
  margin-left: 70px;
  padding: 7px 0px;
}

.footer_widgets.about_company .content_box .consulting .help_con h6 {
  font-size: 12px;
  font-weight: 600;
  color: var(--primary-color-one);
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.footer_widgets.about_company .content_box .consulting .help_con h2 a {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 26px;
  margin-bottom: 0px;
  display: block;
}

.footer_widgets.about_company.dark_color .content_box p {
  color: var(--text-color-dark);
}

.footer_widgets.about_company.dark_color
  .content_box
  .consulting
  .help_con
  h2
  a {
  color: var(--text-color-dark);
}

.footer_widgets.get_in_touch_foo {
  position: relative;
}

.footer_widgets.get_in_touch_foo .foo_cont_inner {
  position: relative;
}

.footer_widgets.get_in_touch_foo .foo_cont_inner .top,
.footer_widgets.get_in_touch_foo .foo_cont_inner .bottom {
  position: relative;
  margin-bottom: 20px;
}

.footer_widgets.get_in_touch_foo .foo_cont_inner .top h6,
.footer_widgets.get_in_touch_foo .foo_cont_inner .bottom h6 {
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 8px;
}

.footer_widgets.get_in_touch_foo .foo_cont_inner .top p,
.footer_widgets.get_in_touch_foo .foo_cont_inner .bottom p {
  color: var(--text-color-light);
  margin-bottom: 0px;
}

.footer_widgets.get_in_touch_foo .foo_cont_inner .bottom {
  margin-bottom: 0px;
}

.footer_widgets.get_in_touch_foo .foo_cont_inner .bottom .con_content {
  position: relative;
  margin-bottom: 5px;
}

.footer_widgets.get_in_touch_foo .foo_cont_inner .bottom .con_content h5 {
  display: inline-block;

  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 26px;
}

.footer_widgets.get_in_touch_foo .foo_cont_inner .bottom .con_content a {
  color: var(--text-color-light);
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
}

.footer_widgets.get_in_touch_foo.dark_color .foo_cont_inner {
  position: relative;
}

.footer_widgets.get_in_touch_foo.dark_color .foo_cont_inner .top h6,
.footer_widgets.get_in_touch_foo.dark_color .foo_cont_inner .bottom h6 {
  color: var(--heading-dark);
}

.footer_widgets.get_in_touch_foo.dark_color .foo_cont_inner .top p,
.footer_widgets.get_in_touch_foo.dark_color .foo_cont_inner .bottom p {
  color: var(--text-color-dark);
}

.footer_widgets.get_in_touch_foo.dark_color
  .foo_cont_inner
  .bottom
  .con_content
  h5 {
  color: var(--heading-dark);
}

.footer_widgets.get_in_touch_foo.dark_color
  .foo_cont_inner
  .bottom
  .con_content
  a {
  color: var(--text-color-dark);
}

.footer_widgets.navigation_foo {
  position: relative;
}

.footer_widgets.navigation_foo .navigation_foo_inner {
  position: relative;
}

.footer_widgets.navigation_foo .navigation_foo_inner ul {
  padding: 0;
  margin: 0;
  position: relative;
}

.footer_widgets.navigation_foo .navigation_foo_inner ul li {
  position: relative;
  display: block;
  list-style: none;
}

.footer_widgets.navigation_foo .navigation_foo_inner ul li a {
  display: block;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 9px;
  color: var(--color-white);
  font-weight: 400;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.footer_widgets.navigation_foo .navigation_foo_inner ul li a:hover {
  color: var(--primary-color-one);
}

.footer_widgets.navigation_foo.style_two .fo_wid_title {
  position: relative;
  margin-bottom: 25px;
}

.footer_widgets.navigation_foo.style_two .fo_wid_title:before {
  display: none;
}

.footer_widgets.navigation_foo.style_two .fo_wid_title h2 {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 5px;
}

.footer_widgets.navigation_foo.style_two .navigation_foo_inner {
  position: relative;
}

.footer_widgets.navigation_foo.style_two .navigation_foo_inner ul {
  padding: 0;
  margin: 0;
  position: relative;
}

.footer_widgets.navigation_foo.style_two .navigation_foo_inner ul li {
  position: relative;
  display: block;
  list-style: none;
}

.footer_widgets.navigation_foo.style_two .navigation_foo_inner ul li a {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 9px;
  padding-left: 14px;
  color: var(--text-color-light);
  font-weight: 400;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.footer_widgets.navigation_foo.style_two .navigation_foo_inner ul li a:hover {
  color: var(--primary-color-one);
}

.footer_widgets.navigation_foo.style_two .navigation_foo_inner ul li a::before {
  position: absolute;
  top: 0px;
  left: 0;
  content: "\f101";
  /* font-family: "FontAwesome"; */
  font-size: 18px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.footer_widgets.navigation_foo.style_three {
  position: relative;
}

.footer_widgets.navigation_foo.style_three .left {
  float: left;
  width: 50%;
}

.footer_widgets.navigation_foo.style_three .right {
  float: left;
  width: 50%;
}

.footer_widgets.navigation_foo.style_three .navigation_foo_inner ul li a {
  position: relative;
  padding-left: 14px;
  font-size: 16px;
  line-height: 26px;
}

.footer_widgets.navigation_foo.style_three
  .navigation_foo_inner
  ul
  li
  a::before {
  position: absolute;
  left: 0;
  content: "";
  background: rgba(255, 255, 255, 0.5);
  width: 6px;
  height: 1px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.footer_widgets.navigation_foo.style_three .navigation_foo_inner ul li a:hover {
  color: var(--primary-color-one);
}

.footer_widgets.navigation_foo.style_three
  .navigation_foo_inner
  ul
  li
  a:hover::before {
  background: var(--primary-color-one);
}

/*------recent--post-----*/
.recent_news_em_wp {
  position: relative;
}

.recent_news_em_wp .news_recent.image_s .image {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  width: 70px;
  height: 70px;
}

.recent_news_em_wp .news_recent.image_s .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.recent_news_em_wp .news_recent.image_s .image:before {
  position: absolute;
  content: "";
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  opacity: 0;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  background: var(--primary-color-one);
  -ms-transition: all 0.5s ease;
  border-radius: 50%;
  z-index: 1;
}

.recent_news_em_wp .news_recent.image_s:hover .image::before {
  opacity: 0.8;
}

.recent_news_em_wp.style_one {
  position: relative;
}

.recent_news_em_wp.style_one .news_recent {
  position: relative;
  margin-bottom: 20px;
}

.recent_news_em_wp.style_one .news_recent .content {
  position: relative;
}

.recent_news_em_wp.style_one .news_recent .content h2 a {
  font-size: 15px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #fff;
  display: block;
}

.recent_news_em_wp.style_one .news_recent .content h2 a:hover {
  color: var(--primary-color-one);
}

.recent_news_em_wp.style_one .news_recent .content .date {
  position: relative;
  display: block;
  color: var(--text-color-light);
  font-size: 13px;
}

.recent_news_em_wp.style_one .news_recent .content .date span {
  margin-right: 5px;
}

.recent_news_em_wp.style_one .news_recent.image_s .content {
  min-height: 70px;
  margin-left: 84px;
}

.recent_news_em_wp.style_two .news_recent {
  position: relative;
  margin-bottom: 25px;
}

.recent_news_em_wp.style_two .news_recent .image:before {
  border-radius: 5px;
  z-index: 1;
}

.recent_news_em_wp.style_two .news_recent .image img {
  border-radius: 5px;
}

.recent_news_em_wp.style_two .news_recent .content {
  position: relative;
}

.recent_news_em_wp.style_two .news_recent .content h2 a {
  font-size: 15px;
  line-height: 26px;
  font-weight: 600;
  color: #fff;
  display: block;
}

.recent_news_em_wp.style_two .news_recent .content h2 a:hover {
  color: var(--primary-color-one);
}

.recent_news_em_wp.style_two .news_recent .content .date {
  position: relative;
  display: block;
  color: #fff;
  margin-bottom: 5px;
  font-size: 13px;
}

.recent_news_em_wp.style_two .news_recent .content .date span {
  margin-right: 5px;
  font-size: 14px;
}

.recent_news_em_wp.style_two .news_recent.image_s .content {
  min-height: 70px;
  margin-left: 84px;
}

.recent_news_em_wp.style_two .news_recent:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
}

.recent_news_em_wp.style_two .dark_color .news_recent .content h2 a {
  color: var(--heading-dark);
}

.recent_news_em_wp.style_two .dark_color .news_recent .content .date {
  color: var(--text-color-dark);
}

.recent_news_em_wp.style_two .dark_color .news_recent .content .date span {
  color: var(--primary-color-one);
}

/*----foo_subscribe ----*/
.foo_subscribe {
  position: relative;
}

.foo_subscribe.style_one p {
  color: var(--text-color-light);
  margin-bottom: 15px;
}

.foo_subscribe.style_one div {
  color: var(--text-color-light);
  /* margin-bottom: 15px; */
}

.foo_subscribe.style_one .shortcodes {
  position: relative;
  padding-top: 5px;
}

.foo_subscribe.style_one .shortcodes input {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  width: 100%;
  border-color: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-size: 14px;
  font-family: "Assistant", sans-serif;
}

.foo_subscribe.style_one .shortcodes input::placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}

.foo_subscribe.style_one .shortcodes input[type="submit"] {
  background: var(--primary-color-one);
  position: absolute;
  width: auto;
  height: 45px;
  font-size: 12px;
  font-family: "Assistant", sans-serif;
  text-transform: uppercase;
  padding: 10px 15px;
  text-align: center;
  color: #fff;
  right: 5px;
  min-width: auto;
  min-height: auto;
  line-height: 29px;
  top: 0px;
  bottom: 0;
  margin: auto;
  border-radius: 10px;
}

.foo_subscribe.style_one .social_media_v_one {
  padding: 10px 0px 0px;
}

.foo_subscribe.style_one .social_media_v_one ul li {
  position: relative;
}

.foo_subscribe.style_one .social_media_v_one ul li a {
  margin-right: 0px;
  background: rgba(255, 255, 255, 0.05);
}

.foo_subscribe.style_one .social_media_v_one ul li small {
  position: absolute;
  background: var(--primary-color-one);
  color: #fff;
  left: 0;
  min-width: 100px;
  border-radius: 5px;
  padding: 8px 10px 6px;
  text-align: center;
  font-size: 12px;
  font-family: "Assistant", sans-serif;
  display: block;
  bottom: -50px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  opacity: 0;
}

.foo_subscribe.style_one .social_media_v_one ul li small::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid var(--primary-color-one);
  top: -20px;
  left: 10px;
  margin: auto;
}

.foo_subscribe.style_one .social_media_v_one ul li:hover small {
  opacity: 1;
}

.foo_subscribe.dark_color.style_one p {
  color: var(--text-color-dark) !important;
}

.foo_subscribe.dark_color.style_one .shortcodes input {
  background: #fff !important;
  border-color: var(--border-color-dark) !important;
  color: var(--text-color-dark) !important;
  font-family: "Assistant", sans-serif;
}

.foo_subscribe.dark_color.style_one .shortcodes input::placeholder {
  color: var(--text-color-dark) !important;
}

.foo_subscribe.dark_color.style_one .shortcodes input[type="submit"] {
  background: var(--primary-color-one) !important;
  color: #fff !important;
}

.foo_subscribe.dark_color.style_one .social_media_v_one ul li a {
  margin-right: 0px;
  background: var(--primary-color-three) !important;
  color: var(--primary-color-one) !important;
}

/*------footer_copy_right ------*/
.footer_copy_content {
  position: relative;
  color: var(--text-color-light);
  margin: 0px;
}

.nav_link_v_one {
  position: relative;
}

.nav_link_v_one ul {
  padding: 0px;
  margin: 0px;
}

.nav_link_v_one ul li {
  list-style: none;
  display: inline-block;
  margin-left: 10px;
}

.nav_link_v_one ul li a {
  color: var(--text-color-light);
  font-size: 15px;
  font-weight: 400;
}

@media (max-width: 992px) {
  .footer_copy_right {
    text-align: center;
  }

  .footer_copy_right .footer_copy_content {
    margin-bottom: 15px;
  }

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

  .footer_copy_right .footer_copy_content_right .nav_link_v_one ul li {
    margin: 0px;
    padding: 0px 8px;
  }
}

/*-----------=====================footer_contact_form========================-------------------*/
.footer_contact_form {
  position: relative;
  padding: 20px 30px;
  border-radius: 5px;
}

.footer_contact_form.light_c {
  background: rgba(255, 255, 255, 0.01);
  border-top: 3px solid var(--primary-color-one);
}

.footer_contact_form.light_c .form_box_foo h2 {
  position: relative;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
}

.footer_contact_form.light_c .form_box_foo form br {
  display: none;
}

.footer_contact_form.light_c .form_box_foo form p {
  margin-bottom: 15px;
}

.footer_contact_form.light_c .form_box_foo form input,
.footer_contact_form.light_c .form_box_foo form textarea {
  margin: 0px;
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.05);
  border-radius: 0px;
}

.footer_contact_form.light_c .form_box_foo form input::placeholder,
.footer_contact_form.light_c .form_box_foo form textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-weight: 400;
  font-family: "Assistant", sans-serif;
}

.footer_contact_form.light_c .form_box_foo form input[type="submit"] {
  background: var(--primary-color-one);
}

.footer_contact_form.light_c .form_box_foo form input[type="submit"]:hover {
  background: #fff;
  color: var(--primary-color-one);
}

.footer_contact_form.dark_c {
  background: #fff;
  box-shadow: var(--box-shadow);
  border-top: 3px solid var(--primary-color-one);
}

.footer_contact_form.dark_c .form_box_foo h2 {
  position: relative;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 30px;
  color: var(--heading-dark);
  font-weight: 700;
}

.footer_contact_form.dark_c .form_box_foo form br {
  display: none;
}

.footer_contact_form.dark_c .form_box_foo form p {
  margin-bottom: 15px;
}

.footer_contact_form.dark_c .form_box_foo form input,
.footer_contact_form.dark_c .form_box_foo form textarea {
  margin: 0px;
  border-radius: 0px;
}

.footer_contact_form.dark_c .form_box_foo form input::placeholder,
.footer_contact_form.dark_c .form_box_foo form textarea::placeholder {
  color: var(--text-color-dark);
  font-size: 14px;
  font-weight: 400;
  font-family: "Assistant", sans-serif;
}

/*---footer_contact_list -----*/
.footer_contact_list {
  position: relative;
}

.footer_contact_list .same_contact {
  position: relative;
  padding-left: 60px;
}

.footer_contact_list .same_contact span {
  position: absolute;
  width: 30px;
  font-size: 25px;
  top: 1px;
  left: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50px;
  background: var(--primary-color-one);
  line-height: 50px;
  color: #fff;
}

.footer_contact_list .same_contact .content {
  position: relative;
}

.footer_contact_list .same_contact .content h6 {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0px;
  color: #fff;
  font-weight: 600;
}

.footer_contact_list .same_contact .content a,
.footer_contact_list .same_contact .content p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: var(--text-color-light);
}

.footer_contact_list.dark_color .same_contact .content h6 {
  color: var(--heading-dark);
}

.footer_contact_list.dark_color .same_contact .content a,
.footer_contact_list.dark_color .same_contact .content p {
  color: var(--text-color-dark);
}

/*---gallery_repeater------*/
.gallery_repeater {
  position: relative;
}

.gallery_repeater ul {
  position: relative;
  padding-left: 0px;
}

.gallery_repeater ul li {
  list-style: none;
  display: inline-block;
  padding-right: 3px;
  padding-bottom: 4px;
}

.gallery_repeater ul li span.image {
  width: 80px;
  height: 80px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  display: block;
}

.gallery_repeater ul li span.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
}

.gallery_repeater ul li span.image a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  opacity: 0;
}

.gallery_repeater ul li span.image a i {
  position: absolute;
  width: 30px;
  height: 30px;
  background: #fff;
  color: var(--primary-color-one);
  border-radius: 50px;
  line-height: 30px;
  text-align: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.gallery_repeater ul li span.image:hover img {
  opacity: 0.5;
}

.gallery_repeater ul li span.image:hover a {
  opacity: 1;
}

@media (min-width: 992px) {
  .footer_area.footer_sticky_enable_foo {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    bottom: 0;
    width: 100%;
    clear: both;
  }
}

.footer_area.fifteen {
  background-color: transparent;
  background-image: linear-gradient(180deg, #ffffff 3%, #f3f3f3 100%);
}

.footer_logo img {
  width: 150px;
}

/*--------=========================shop css==============================----------------*/
.pswp {
  z-index: 9999 !important;
}

.post-type-archive-product .row {
  --bs-gutter-x: 1.5rem !important;
}

.post-type-archive-product .site-main .col-lg-12 {
  padding: 0px 0px;
}

.post-type-archive-product .site-main .col-lg-12 .woocommerce-products-header {
  padding: 0px 15px;
}

input[type="checkbox"],
input[type="radio"] {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  vertical-align: middle;
}

.wc_payment_method label {
  position: relative;
  top: 2px;
}

input[type="checkbox"]:after {
  /* content: ""; */
  border-bottom: 8px solid var(--primary-color-three);
  border-top: 8px solid var(--primary-color-three);
  display: block;
  opacity: 1;
}

input[type="checkbox"]:checked:after {
  border-bottom: 8px solid var(--primary-color-one);
  border-top: 8px solid var(--primary-color-one);
}

b,
strong {
  font-family: "Assistant", sans-serif;
}

.woocommerce span.onsale {
  border-radius: 50px;
  width: 60px;
  height: 60px;
  line-height: 60px !important;
  font-size: 12px;
  font-family: "Assistant", sans-serif;
  background-color: var(--primary-color-one) !important;
}

.woocommerce .product form.cart,
.woocommerce_plugin_on .product form.cart {
  margin-bottom: 25px !important;
  position: relative;
}

.woocommerce .product button.single_add_to_cart_button,
.woocommerce .product .compare,
.woocommerce_plugin_on .product button.single_add_to_cart_button,
.woocommerce_plugin_on .product .compare {
  background-color: var(--primary-color-one) !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  font-family: "Assistant", sans-serif;
  line-height: 55px !important;
  padding: 0px 25px !important;
  font-weight: 600 !important;
  display: inline-block;
  color: #fff;
  border-radius: 5px !important;
  text-transform: uppercase;
  max-width: 180px;
  margin: auto;
  text-align: center;
  transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}

.woocommerce .product button.single_add_to_cart_button:hover,
.woocommerce .product .compare:hover,
.woocommerce_plugin_on .product button.single_add_to_cart_button:hover,
.woocommerce_plugin_on .product .compare:hover {
  background-color: var(--primary-color-two) !important;
  color: #fff !important;
}

.woocommerce .product .compare,
.woocommerce_plugin_on .product .compare {
  background-color: var(--primary-color-two) !important;
}

.woocommerce .product .compare:hover,
.woocommerce_plugin_on .product .compare:hover {
  background-color: var(--primary-color-one) !important;
  color: #fff !important;
}

.single-product .added_to_cart {
  background: var(--primary-color-two);
  position: absolute;
  bottom: -42px;
  right: 72px;
  padding: 5px 10px;
  border-radius: 5px;
  line-height: 25px;
  color: #fff;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ctitle%3Edown_key%3C/title%3E%3Cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3E%3C/svg%3E")
    no-repeat right 0.75rem center/18px 20px;
}

.woocommerce-ordering select {
  padding: 0px 15px;
  width: 250px;
}

@media (max-width: 992px) {
  .woocommerce-ordering select {
    width: auto;
  }
}

/*----=====product_box type_one=====-------*/
.products_box_outer .project-wrapper {
  position: relative;
  padding: 0px 15px;
}

.columns-6 .project-wrapper {
  width: 16.66%;
}

.columns-5 .project-wrapper {
  width: 20%;
}

.columns-4 .project-wrapper {
  width: 25%;
}

.columns-3 .project-wrapper {
  width: 33.33%;
}

.columns-2 .project-wrapper {
  width: 50%;
}

.columns-1 .project-wrapper {
  width: 100%;
}

.up-sells {
  position: relative;
  margin-bottom: 30px;
}

.up-sells h2 {
  text-align: center;
  margin-bottom: 30px;
}

.up-sells .columns-1 .project-wrapper,
.up-sells .columns-2 .project-wrapper,
.up-sells .columns-3 .project-wrapper,
.up-sells .columns-4 .project-wrapper,
.up-sells .columns-5 .project-wrapper,
.up-sells .columns-6 .project-wrapper,
.up-sells .columns-7 .project-wrapper,
.up-sells .columns-8 .project-wrapper,
.up-sells .columns-9 .project-wrapper,
.up-sells .columns-10 .project-wrapper {
  width: 33.33%;
}

.up-sells .columns-1 .project-wrapper .product_box.type_one .content_box h2,
.up-sells .columns-2 .project-wrapper .product_box.type_one .content_box h2,
.up-sells .columns-3 .project-wrapper .product_box.type_one .content_box h2,
.up-sells .columns-4 .project-wrapper .product_box.type_one .content_box h2,
.up-sells .columns-5 .project-wrapper .product_box.type_one .content_box h2,
.up-sells .columns-6 .project-wrapper .product_box.type_one .content_box h2,
.up-sells .columns-7 .project-wrapper .product_box.type_one .content_box h2,
.up-sells .columns-8 .project-wrapper .product_box.type_one .content_box h2,
.up-sells .columns-9 .project-wrapper .product_box.type_one .content_box h2,
.up-sells .columns-10 .project-wrapper .product_box.type_one .content_box h2 {
  margin-bottom: 0px !important;
}

.product_box {
  position: relative;
  margin-bottom: 30px;
}

.product_box .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}

.product_box .overlay ul {
  position: absolute;
  right: 0;
  top: 0;
}

.product_box .overlay ul li {
  display: block;
  transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  opacity: 0;
}

.product_box .overlay ul li a,
.product_box .overlay ul li .add_to_wishlist {
  width: 50px;
  height: 50px;
  font-size: 18px;
  display: block;
  border-radius: 50px;
  text-align: center;
  line-height: 50px;
  background: #fff;
  box-shadow: var(--box-shadow-two);
  position: relative;
  transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}

.product_box .overlay ul li a i,
.product_box .overlay ul li .add_to_wishlist i {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto !important;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  top: 0 !important;
}

.product_box .overlay ul li a span,
.product_box .overlay ul li .add_to_wishlist span {
  display: none;
}

.product_box .overlay ul li a:hover,
.product_box .overlay ul li .add_to_wishlist:hover {
  background: var(--primary-color-one);
  color: #fff;
}

.product_box .overlay ul li .add_to_wishlist i {
  top: 3px !important;
}

.product_box .overlay ul li.whish_list_box .yith-wcwl-wishlistexistsbrowse,
.product_box .overlay ul li.whish_list_box .yith-wcwl-wishlistaddedbrowse {
  position: relative;
}

.product_box .overlay ul li.whish_list_box .yith-wcwl-wishlistexistsbrowse a,
.product_box .overlay ul li.whish_list_box .yith-wcwl-wishlistaddedbrowse a {
  position: absolute;
  top: 11px;
  bottom: 0;
  left: -12em;
  width: 150px;
  text-align: center;
  background: #fff;
  border-radius: 50px;
  box-shadow: var(--box-shadow-two);
  font-size: 12px;
  text-transform: uppercase;
  line-height: 30px;
  height: 30px;
  transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  opacity: 0;
}

.product_box .overlay ul li.whish_list_box .yith-wcwl-wishlistexistsbrowse a i,
.product_box .overlay ul li.whish_list_box .yith-wcwl-wishlistaddedbrowse a i {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  line-height: 50px;
  text-align: center;
}

.product_box .overlay ul li.whish_list_box .yith-wcwl-wishlistexistsbrowse span,
.product_box .overlay ul li.whish_list_box .yith-wcwl-wishlistaddedbrowse span {
  width: 50px;
  height: 50px;
  font-size: 18px;
  display: block;
  border-radius: 50px;
  text-align: center;
  line-height: 50px;
  background: var(--primary-color-one);
  box-shadow: var(--box-shadow-two);
  overflow: hidden;
}

.product_box
  .overlay
  ul
  li.whish_list_box
  .yith-wcwl-wishlistexistsbrowse
  span
  i,
.product_box
  .overlay
  ul
  li.whish_list_box
  .yith-wcwl-wishlistaddedbrowse
  span
  i {
  margin-right: 0px;
  position: relative;
  top: 2px;
  color: #fff;
}

.product_box.type_one {
  padding: 25px;
  border: 1px solid var(--border-color-dark);
  border-radius: 5px;
  background: #fff;
  text-align: center;
}

.product_box.type_one .inner_box {
  position: relative;
}

.product_box.type_one .inner_box span.onsale {
  top: 4px;
  left: 5px;
  width: 110px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;

  border-radius: 50px;
  line-height: 50px !important;
  font-size: 10px !important;
  font-family: "Assistant", sans-serif;
  background-color: #508d69 !important;
  z-index: 9;
  font-weight: 600 !important;
  color: #fff !important;
}
.product_box.type_one .inner_box span.onsalemulti {
  top: 4px;
  left: 5px;
  width: 80px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;

  border-radius: 50px;
  /* line-height: 50px !important; */
  font-size: 10px !important;
  font-family: "Assistant", sans-serif;
  background-color: #508d69 !important;
  z-index: 9;
  font-weight: 600 !important;
  color: #fff !important;
}

.product_box.type_one .inner_box .labels {
  position: relative;
}

.product_box.type_one .inner_box .labels p {
  color: var(--text-color-dark);
  font-size: 12px;
  font-weight: 500;
  font-family: "Assistant", sans-serif;
  margin-bottom: 10px;
  text-decoration: underline;
}

.product_box.type_one .inner_box .image_box {
  position: relative;
  overflow: hidden;
  margin: auto;
  border-radius: 5px;
  margin-bottom: 30px;
}

.product_box.type_one .inner_box .image_box img {
  width: 100%;
  height: auto;
  margin: auto;
  border: 0px !important;
}

.product_box.type_one .product_attributes {
  position: relative;
  margin-bottom: 5px;
}

.product_box.type_one .product_attributes ul {
  padding-left: 0px;
}

.product_box.type_one .product_attributes ul li {
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  padding: 0px;
  font-weight: 400;
  color: var(--text-color-dark);
  font-family: "Assistant", sans-serif;
}

.product_box.type_one .product_attributes ul li:first-child {
  color: var(--primary-color-one);
  font-weight: 600;
}

.product_box.type_one .product_attributes ul li:last-child small {
  display: none;
}

.product_box.type_one .content_box {
  position: relative;
}

.product_box.type_one .content_box h2 {
  line-height: normal;
}

.product_box.type_one .content_box h2 a {
  font-size: 18px;
  line-height: 28px;
  color: var(--heading-dark);
  display: block;
  font-weight: 700;
  margin-bottom: 5px;
}

.product_box.type_one .content_box .rating_price {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.product_box.type_one .content_box .rating_price span del,
.product_box.type_one .content_box .rating_price span ins {
  display: inline-block;
  font-size: 15px;
  color: var(--text-color-light);
  font-weight: 600;
}

.product_box.type_one
  .content_box
  .rating_price
  span
  .woocommerce-Price-amount.amount
  bdi {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: var(--primary-color-one) !important;
}

.product_box.type_one
  .content_box
  .rating_price
  span
  del
  .woocommerce-Price-amount.amount
  bdi {
  text-decoration: line-through;
  color: var(--text-color-light) !important;
}

.product_box.type_one .content_box .rating_price .star-rating {
  margin: 8px auto 27px;
  display: block;
}

.product_box.type_one .content_box .pro_cat a {
  display: block;
  font-family: "Assistant", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.product_box.type_one .content_box .cart_btn {
  position: relative;
}

.product_box.type_one .content_box .cart_btn a {
  background: var(--primary-color-three) !important;
  font-size: 12px !important;
  line-height: 26px !important;
  padding: 0px 25px !important;
  font-weight: 600 !important;
  min-width: 140px;
  display: inline-block !important;
  color: var(--heading-dark) !important;
  border-radius: 5px !important;
  text-transform: uppercase !important;
  margin: auto !important;
  text-align: center !important;
  position: relative;
  font-family: "Assistant", sans-serif;
  padding: 10px 25px !important;
}

.product_box.type_one .content_box .cart_btn a::after {
  position: absolute;
  z-index: 99;
  right: 10px;
}

.product_box.type_one .content_box .cart_btn a.added_to_cart {
  background: var(--primary-color-two);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.product_box.type_one .content_box .cart_btn a.creote_quick_view_btn {
  margin-bottom: 10px !important;
}

.product_box.type_one:hover .inner_box {
  position: relative;
}

.product_box:hover .inner_box {
  position: relative;
}

.product_box:hover .inner_box .overlay ul li {
  opacity: 1;
}

.product_box:hover
  .inner_box
  .overlay
  ul
  li.whish_list_box
  .yith-wcwl-wishlistexistsbrowse
  a,
.product_box:hover
  .inner_box
  .overlay
  ul
  li.whish_list_box
  .yith-wcwl-wishlistaddedbrowse
  a {
  background: #fff;
  color: var(--primary-color-one);
  opacity: 1;
}

.product_box.type_two {
  position: relative;
  padding: 25px;
  border-radius: 0px;
  background: #fff;
  margin-bottom: 25px;
}

.product_box.type_two .inner_box {
  position: relative;
}

.product_box.type_two .inner_box .onsale {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-family: "Assistant", sans-serif;
  color: var(--heading-dark);
  font-weight: 600;
}

.product_box.type_two .inner_box .image_box {
  text-align: center;
}

.product_box.type_two .inner_box .image_box img {
  display: block;
  margin-bottom: 15px;
  margin: auto;
}

.product_box.type_two .inner_box .image_box .cart_btn {
  position: relative;
  text-align: center;
  z-index: 11;
  padding-top: 25px;
}

.product_box.type_two .inner_box .image_box .cart_btn a {
  padding: 3px 20px;
  line-height: 34px !important;
  display: inline-block;
  border: 1px solid var(--border-color-dark) !important;
  border-radius: 5px !important;
  font-size: 14px;
  font-family: "Assistant", sans-serif;
  color: var(--heading-dark);
  font-weight: 600;
}

.product_box.type_two .inner_box .image_box .cart_btn .added_to_cart {
  position: absolute;
  top: 0;
  background: var(--primary-color-one);
  display: inline-block;
  color: #fff;
  left: 0;
  right: 0;
  margin: auto;
  line-height: 40px !important;
}

.product_box.type_two .overlay {
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
}

.product_box.type_two .overlay ul {
  padding: 0px;
  width: 100%;
  height: 70px !important;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  position: absolute;
}

.product_box.type_two .overlay ul li {
  display: inline-block;
  margin: 0px 4px;
}

.product_box.type_two .overlay .yith-wcwl-wishlistexistsbrowse a,
.product_box.type_two .overlay .yith-wcwl-wishlistaddedbrowse a {
  display: none;
}

.product_box.type_two .content_box {
  position: relative;
  padding: 20px 0px 0px;
}

.product_box.type_two .content_box .pro_cat {
  position: relative;
  margin-bottom: 10px;
}

.product_box.type_two .content_box h2 a {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  display: block;
  margin-bottom: 10px;
}

.product_box.type_two .content_box .rating_price {
  position: relative;
}

.product_box.type_two .content_box .rating_price .star-rating {
  display: block;
  margin: 0px 0px 17px !important;
}

.product_box.type_two .content_box .rating_price .star-rating:before {
  color: var(--text-color-light) !important;
}

.product_box.type_two .content_box .rating_price .star-rating span:before {
  color: var(--primary-color-one) !important;
  top: -1px !important;
}

.product_box.type_two .content_box .rating_price .price del {
  margin-right: 5px;
  -webkit-text-decoration-color: var(--text-color-light);
          text-decoration-color: var(--text-color-light);
}

.product_box.type_two .content_box .rating_price .price del bdi {
  color: var(--text-color-light) !important;
}

.product_box.type_two .content_box .rating_price .price ins bdi {
  color: var(--primary-color-one);
}

.product_box .star-rating {
  float: none !important;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.4em;
  font-family: star;
  margin: 8px auto 27px !important;
}

.product_box .star-rating::before {
  content: "sssss";
  color: var(--primary-color-three);
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}

.product_box .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.product_box .star-rating span::before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
}

.product_box.type_three {
  position: relative;
  text-align: center;
  padding: 20px;
  border: 1px solid var(--border-color-dark);
}

.product_box.type_three .inner_box {
  position: relative;
}

.product_box.type_three .inner_box .onsale {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px 12px;
  background: var(--primary-color-one);
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  border-radius: 5px;
  font-family: "Assistant", sans-serif;
  display: inline-block;
  z-index: 11;
}

.product_box.type_three .inner_box .image_box {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}

.product_box.type_three .inner_box .image_box img {
  width: 100%;
  height: auto;
}

.product_box.type_three .inner_box .image_box .cart_btn {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -100px;
  opacity: 0;
  right: 0;
  text-align: center;
  height: auto;
  padding: 20px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.product_box.type_three .inner_box .image_box .cart_btn a {
  display: inline-block;
  padding: 0px 25px;
  border-radius: 10px 0px 10px 0px;
  background: var(--primary-color-one);
  color: #fff;
  border: 1px solid var(--primary-color-one);
  line-height: 46px;
  min-height: 46px;
  min-width: 160px;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  font-family: "Assistant", sans-serif;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.product_box.type_three
  .inner_box
  .image_box
  .cart_btn
  a.ajax_add_to_cart.added {
  display: none;
}

.product_box.type_three .inner_box .image_box .cart_btn a:hover {
  background: var(--primary-color-two);
  border-color: var(--primary-color-two);
}

.product_box.type_three
  .inner_box
  .image_box
  .cart_btn
  a.creote_quick_view_btn {
  margin-bottom: 10px;
}

.product_box.type_three .content_box h2 {
  line-height: normal;
}

.product_box.type_three .content_box h2 a {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  display: block;
  margin-bottom: 5px;
}

.product_box.type_three .content_box .rating_price {
  position: relative;
}

.product_box.type_three .content_box .rating_price .star-rating {
  display: block;
  margin: 0px 0px 17px !important;
}

.product_box.type_three .content_box .rating_price .star-rating:before {
  color: var(--text-color-light) !important;
}

.product_box.type_three .content_box .rating_price .star-rating span:before {
  color: var(--primary-color-one) !important;
  top: -1px !important;
}

.product_box.type_three .content_box .rating_price .price del {
  margin-right: 5px;
  -webkit-text-decoration-color: var(--text-color-light);
          text-decoration-color: var(--text-color-light);
}

.product_box.type_three .content_box .rating_price .price del bdi {
  color: var(--text-color-light) !important;
}

.product_box.type_three .content_box .rating_price .price ins bdi {
  color: var(--primary-color-one);
}

.product_box.type_three:hover .inner_box .image_box .cart_btn {
  opacity: 1;
  bottom: 0;
}

.product_box .button.loading {
  opacity: 0.25;
  padding-right: 2.618em;
}

.product_box .button.loading::after {
  font-family: WooCommerce;
  content: "\e01c";
  vertical-align: top;
  font-weight: 400;
  position: absolute;
  top: 0.618em;
  right: 1em;
  animation: spin 2s linear infinite;
}

.product_box .button.added::after {
  content: "\e017";
  font-family: WooCommerce;
}

.woocommerce .star-rating span::before,
.woocommerce_plugin_on .star-rating span::before {
  color: var(--primary-color-one);
}

.woocommerce .star-rating::before,
.woocommerce_plugin_on .star-rating::before {
  color: var(--text-color-dark);
}

/*--------=========================shop css==============================----------------*/
/*--------=========================shop Single Product css==============================----------------*/
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  line-height: 33px !important;
  background-color: var(--primary-color-two) !important;
  color: #fff !important;
  border: 1px solid var(--primary-color-two) !important;
  border-radius: 50px !important;
  margin-bottom: 30px !important;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
  top: 0 !important;
  bottom: 0px;
  margin: auto;
  height: 20px;
  width: 20px;
  text-align: center;
  font-size: 18px;
  color: var(--primary-color-one) !important;
  line-height: normal;
}

.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
  line-height: 35px;
  margin-bottom: 0px !important;
}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button,
.woocommerce_plugin_on .woocommerce-error .button,
.woocommerce_plugin_on .woocommerce-info .button,
.woocommerce_plugin_on .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
  font-size: 12px !important;
  line-height: 35px !important;
  background: var(--primary-color-one) !important;
  font-family: "Assistant", sans-serif;
  padding: 0px 20px !important;
  border-radius: 30px !important;
  color: #fff !important;
  font-weight: 500 !important;
  margin: 0 !important;
}

.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-message .button:hover,
.woocommerce-page .woocommerce-error .button:hover,
.woocommerce-page .woocommerce-info .button:hover,
.woocommerce-page .woocommerce-message .button:hover,
.woocommerce_plugin_on .woocommerce-error .button:hover,
.woocommerce_plugin_on .woocommerce-info .button:hover,
.woocommerce_plugin_on .woocommerce-message .button:hover,
.woocommerce-page .woocommerce-error .button:hover,
.woocommerce-page .woocommerce-info .button:hover,
.woocommerce-page .woocommerce-message .button:hover {
  background: var(--primary-color-two) !important;
  color: #fff;
}

.default_single_product {
  position: relative;
}

.default_single_product .woocommerce-product-gallery__trigger {
  position: absolute;
  width: 50px !important;
  height: 50px !important;
  background: #fff;
  border-radius: 50px;
  box-shadow: var(--box-shadow-two);
}

.default_single_product .woocommerce-product-gallery__trigger::after {
  background: var(--primary-color-one) !important;
  top: 26px !important;
  left: 29px !important;
}

.default_single_product .woocommerce-product-gallery__trigger::before {
  border-color: var(--primary-color-one) !important;
  top: 15px !important;
  left: 15px !important;
}

.default_single_product .woocommerce-product-gallery__trigger .icon-search {
  display: block;
  text-align: center;
  line-height: 50px !important;
  font-size: 16px;
}

.default_single_product .summary {
  position: relative;
}

.default_single_product .summary .stock {
  color: var(--primary-color-one) !important;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  font-family: "Assistant", sans-serif;
  transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}

.default_single_product .summary .stock:hover {
  color: var(--primary-color-two) !important;
}

.default_single_product .summary .product_title {
  position: relative;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--heading-dark);
}

.default_single_product .summary .price .woocommerce-Price-amount.amount {
  color: var(--primary-color-one);
  font-size: 18px;
  font-weight: 500;
}

.default_single_product .summary .price del,
.default_single_product .summary .price ins {
  display: inline-block;
  font-size: 18px;
  color: var(--text-color-light) !important;
  font-weight: 500;
}

.default_single_product .summary .price ins {
  color: var(--primary-color-one);
}

.default_single_product .summary .product_meta {
  position: relative;
}

.default_single_product .summary .product_meta span.sku_wrapper,
.default_single_product .summary .product_meta span.posted_in {
  display: block;
  margin-bottom: 12px;
}

.default_single_product
  .summary
  .woocommerce-product-details__short-description {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-color-dark);
}

.default_single_product
  .summary
  .woocommerce-product-details__short-description
  p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: var(--text-color-dark);
}

.default_single_product .summary .yith-wcwl-wishlistexistsbrowse,
.default_single_product .summary .yith-wcwl-wishlistaddedbrowse {
  margin-bottom: 20px;
}

.default_single_product .summary .feedback {
  margin-bottom: 10px !important;
  position: relative;
  font-size: 16px;
  font-family: "Assistant", sans-serif;
  font-weight: 600;
  display: inline-block !important;
}

.default_single_product .summary .feedback i {
  color: var(--primary-color-one);
}

.default_single_product .summary form {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.default_single_product
  .summary
  .d-flex.align-items-center
  .yith-wcwl-add-button {
  margin-bottom: 0px !important;
  margin-right: 20px;
  position: relative;
}

.default_single_product
  .summary
  .d-flex.align-items-center
  .yith-wcwl-add-button
  a
  i {
  margin-right: 5px !important;
}

.default_single_product .product_meta {
  position: relative;
  margin: 25px 0px;
}

.default_single_product .woocommerce-tabs {
  position: relative;
  padding: 50px;
  margin-bottom: 50px;
  border-radius: 5px;
  /* border: 1px solid var(--border-color-dark); */
}

.default_single_product .woocommerce-tabs .panel {
  margin-bottom: 0px !important;
}

.default_single_product .woocommerce-tabs .form-submit {
  margin-bottom: 0px !important;
}

.default_single_product .woocommerce-tabs .form-submit .submit {
  background: var(--primary-color-one) !important;
  color: #fff !important;
  transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  font-size: 12px !important;
  font-family: "Assistant", sans-serif;
  font-weight: 600 !important;
  text-transform: uppercase;
}

.default_single_product .woocommerce-tabs .form-submit .submit:hover {
  background: var(--primary-color-two) !important;
}

.default_single_product .woocommerce-tabs .woocommerce-Reviews-title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
}

.default_single_product .woocommerce-tabs .comment-reply-title {
  margin-bottom: 8px;
  display: block;
}

.default_single_product .woocommerce-tabs .nav-tabs {
  position: relative;
  padding: 0px !important;
  border-bottom-width: 1px;
  margin-bottom: 20px;
}

.default_single_product .woocommerce-tabs .nav-tabs li {
  margin-bottom: 0px !important;
  margin-right: 4px;
}

.default_single_product .woocommerce-tabs .nav-tabs li button {
  /* border: 1px solid var(--border-color-dark) !important; */
  padding: 6px 20px !important;
  font-size: 16px;
  line-height: 26px;
  /* font-weight: 600; */
  color: var(--heading-dark);
  font-family: "Assistant", sans-serif;
  margin: 0px 0 -1px 0 !important;
  background: var(--primary-color-three) !important;
}

.default_single_product .woocommerce-tabs .nav-tabs li button.active,
.default_single_product .woocommerce-tabs .nav-tabs li button:hover {
  background: #e5e5e5 !important;
  color: black !important;
  border-bottom: 3px solid #074c65 !important;
}

.default_single_product .woocommerce-tabs .nav-tabs li::before {
  display: none !important;
}

.default_single_product .woocommerce-tabs .nav-tabs li::after {
  display: none !important;
}

.default_single_product .woocommerce-tabs .nav-tabs::before {
  border-bottom-color: var(--border-color-dark) !important;
}

.default_single_product .woocommerce-tabs .woocommerce-Tabs-panel h2 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 15px;
}

.related.products {
  position: relative;
  text-align: center;
}

.related.products h2 {
  position: relative;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 30px;
}

.related.products .project-wrapper {
  padding: 0px 15px;
}

.related.products .project-wrapper .product_box.type_one .content_box h2 {
  margin-bottom: 0px;
}

.related.products .project-wrapper .product_box.type_one .cart_btn a {
  border: 1px solid var(--border-color-dark);
}

.related.products .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  pointer-events: none;
  bottom: 0;
  transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  margin: auto;
  -o-transition: 0.5s ease-in-out;
  opacity: 0;
}

.related.products .owl-nav .owl-prev,
.related.products .owl-nav .owl-next {
  position: absolute;
  top: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  background: var(--primary-color-one);
  border-radius: 40px;
  transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  pointer-events: fill;
}

.related.products .owl-nav .owl-prev {
  left: 0;
}

.related.products .owl-nav .owl-next {
  right: 0;
}

.related.products:hover .owl-nav {
  opacity: 1;
}

.single-product .col-lg-12.pro {
  padding: 0px;
}

.single-product .product {
  padding: 0px 15px;
}

.woocommerce .woocommerce-cart-form table.shop_table,
.woocommerce .yith-wcwl-form.wishlist-fragment table.shop_table,
.woocommerce_plugin_on .woocommerce-cart-form table.shop_table,
.woocommerce_plugin_on .yith-wcwl-form.wishlist-fragment table.shop_table {
  border: 1px solid var(--border-color-dark) !important;
  border-collapse: collapse !important;
  background-color: transparent !important;
}

.woocommerce .woocommerce-cart-form table.shop_table th,
.woocommerce .yith-wcwl-form.wishlist-fragment table.shop_table th,
.woocommerce_plugin_on .woocommerce-cart-form table.shop_table th,
.woocommerce_plugin_on .yith-wcwl-form.wishlist-fragment table.shop_table th {
  font-size: 18px;
  font-weight: 700;
  color: var(--heading-dark);
  padding: 15px 15px !important;
  font-family: "Assistant", sans-serif;
  line-height: 28px !important;
}

.woocommerce .woocommerce-cart-form table.shop_table td,
.woocommerce .yith-wcwl-form.wishlist-fragment table.shop_table td,
.woocommerce_plugin_on .woocommerce-cart-form table.shop_table td,
.woocommerce_plugin_on .yith-wcwl-form.wishlist-fragment table.shop_table td {
  position: relative !important;
  padding: 15px 15px !important;
  font-family: var(--creote-family-two) !important;
  line-height: 28px !important;
  font-size: 16px !important;
  font-weight: 400;
  border: 1px solid var(--border-color-dark) !important;
}

.woocommerce .woocommerce-cart-form table.shop_table td.product-thumbnail,
.woocommerce
  .yith-wcwl-form.wishlist-fragment
  table.shop_table
  td.product-thumbnail,
.woocommerce_plugin_on
  .woocommerce-cart-form
  table.shop_table
  td.product-thumbnail,
.woocommerce_plugin_on
  .yith-wcwl-form.wishlist-fragment
  table.shop_table
  td.product-thumbnail {
  min-width: 100px;
}

.woocommerce .woocommerce-cart-form table.shop_table td.product-thumbnail img,
.woocommerce
  .yith-wcwl-form.wishlist-fragment
  table.shop_table
  td.product-thumbnail
  img,
.woocommerce_plugin_on
  .woocommerce-cart-form
  table.shop_table
  td.product-thumbnail
  img,
.woocommerce_plugin_on
  .yith-wcwl-form.wishlist-fragment
  table.shop_table
  td.product-thumbnail
  img {
  width: 100px;
}

.woocommerce .woocommerce-cart-form table.shop_table td a.remove,
.woocommerce .yith-wcwl-form.wishlist-fragment table.shop_table td a.remove,
.woocommerce_plugin_on .woocommerce-cart-form table.shop_table td a.remove,
.woocommerce_plugin_on
  .yith-wcwl-form.wishlist-fragment
  table.shop_table
  td
  a.remove {
  color: var(--primary-color-one) !important;
}

.woocommerce .woocommerce-cart-form table.shop_table td a.remove:hover,
.woocommerce
  .yith-wcwl-form.wishlist-fragment
  table.shop_table
  td
  a.remove:hover,
.woocommerce_plugin_on
  .woocommerce-cart-form
  table.shop_table
  td
  a.remove:hover,
.woocommerce_plugin_on
  .yith-wcwl-form.wishlist-fragment
  table.shop_table
  td
  a.remove:hover {
  background: var(--primary-color-one) !important;
  color: #fff !important;
}

.woocommerce .woocommerce-cart-form table.shop_table td .coupon input,
.woocommerce
  .yith-wcwl-form.wishlist-fragment
  table.shop_table
  td
  .coupon
  input,
.woocommerce_plugin_on .woocommerce-cart-form table.shop_table td .coupon input,
.woocommerce_plugin_on
  .yith-wcwl-form.wishlist-fragment
  table.shop_table
  td
  .coupon
  input {
  width: 50% !important;
  padding: 0px 20px !important;
  border: 1px solid var(--border-color-dark) !important;
}

.woocommerce .woocommerce-cart-form table.shop_table td .coupon button,
.woocommerce
  .yith-wcwl-form.wishlist-fragment
  table.shop_table
  td
  .coupon
  button,
.woocommerce_plugin_on
  .woocommerce-cart-form
  table.shop_table
  td
  .coupon
  button,
.woocommerce_plugin_on
  .yith-wcwl-form.wishlist-fragment
  table.shop_table
  td
  .coupon
  button {
  float: left !important;
}

.woocommerce .woocommerce-cart-form table.shop_table td button,
.woocommerce .yith-wcwl-form.wishlist-fragment table.shop_table td button,
.woocommerce_plugin_on .woocommerce-cart-form table.shop_table td button,
.woocommerce_plugin_on
  .yith-wcwl-form.wishlist-fragment
  table.shop_table
  td
  button {
  font-size: 14px !important;
  line-height: 56px !important;
  background: var(--primary-color-one) !important;
  color: #fff !important;
  line-height: 56px !important;
  font-weight: 600 !important;
  font-family: "Assistant", sans-serif;
  padding: 0px 20px !important;
  border-radius: 8px !important;
  transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}

.woocommerce .woocommerce-cart-form table.shop_table td button:hover,
.woocommerce .yith-wcwl-form.wishlist-fragment table.shop_table td button:hover,
.woocommerce_plugin_on .woocommerce-cart-form table.shop_table td button:hover,
.woocommerce_plugin_on
  .yith-wcwl-form.wishlist-fragment
  table.shop_table
  td
  button:hover {
  background: var(--primary-color-two) !important;
  color: #fff;
}

.woocommerce-MyAccount-content table {
  border: 1px solid var(--border-color-dark) !important;
  border-collapse: collapse !important;
}

.woocommerce-MyAccount-content table th {
  font-size: 18px;
  font-weight: 700;
  color: var(--heading-dark);
  padding: 15px 15px !important;
  font-family: "Assistant", sans-serif;
  line-height: 28px !important;
}

.woocommerce-MyAccount-content table td {
  position: relative !important;
  padding: 15px 15px !important;
  font-family: var(--creote-family-two) !important;
  line-height: 28px !important;
  font-size: 16px !important;
  font-weight: 400;
  border: 1px solid var(--border-color-dark) !important;
}

.woocommerce-MyAccount-content table td.product-thumbnail {
  min-width: 100px;
}

.woocommerce-MyAccount-content table td.product-thumbnail img {
  width: 100px;
}

.woocommerce-MyAccount-content table td a.remove {
  color: var(--primary-color-one) !important;
}

.woocommerce-MyAccount-content table td a.remove:hover {
  background: var(--primary-color-one) !important;
  color: #fff !important;
}

.woocommerce-MyAccount-content table td .coupon input {
  width: 50% !important;
  padding: 0px 20px !important;
  border: 1px solid var(--border-color-dark) !important;
}

.woocommerce-MyAccount-content table td .coupon button {
  float: left !important;
}

.woocommerce-MyAccount-content table td button {
  font-size: 14px !important;
  line-height: 56px !important;
  background: var(--primary-color-one) !important;
  color: #fff !important;
  line-height: 56px !important;
  font-weight: 600 !important;
  font-family: "Assistant", sans-serif;
  padding: 0px 20px !important;
  border-radius: 8px !important;
  transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}

.woocommerce-MyAccount-content table td button:hover {
  background: var(--primary-color-two) !important;
  color: #fff;
}

.woocommerce-MyAccount-content address {
  position: relative;
  line-height: 30px;
}

.woocommerce-cart-form {
  margin-bottom: 50px;
}

.woocommerce form .quantity,
.woocommerce_plugin_on form .quantity {
  position: relative;
  margin: 0px 15px 0px 0px !important;
  width: 100px;
}

.woocommerce form .quantity label,
.woocommerce_plugin_on form .quantity label {
  display: none;
}

.woocommerce form .quantity .qty_button,
.woocommerce_plugin_on form .quantity .qty_button {
  position: absolute;
  background: transparent;
  padding: 0px;
  border-left: 0;
  border-right: 0;
  border-top: 0px;
  border-bottom: 1px;
  width: 30px;
  height: 28px;
  line-height: 28px;
  right: 0;
  min-width: 30px;
  z-index: 111;
  border-left: 1px solid var(--border-color-dark);
  border-radius: 0px;
}

.woocommerce form .quantity .qty_button.minus,
.woocommerce_plugin_on form .quantity .qty_button.minus {
  bottom: 0;
  border-top: 1px solid var(--border-color-dark);
}

.woocommerce form .quantity .qty_button.plus,
.woocommerce_plugin_on form .quantity .qty_button.plus {
  top: 0;
}

.woocommerce form .quantity input,
.woocommerce_plugin_on form .quantity input {
  min-width: 100px;
  border-radius: 5px;
  padding: 0px 45px 0px 15px;
  margin: 0px !important;
}

.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce_plugin_on .cart-collaterals .cart_totals h2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: var(--heading-dark);
  margin-bottom: 20px;
}

.woocommerce .cart-collaterals .checkout-button,
.woocommerce_plugin_on .cart-collaterals .checkout-button {
  font-size: 14px !important;
  line-height: 56px !important;
  background: var(--primary-color-one) !important;
  color: #fff !important;
  line-height: 56px !important;
  font-weight: 600 !important;
  font-family: "Assistant", sans-serif;
  padding: 0px 20px !important;
  border-radius: 8px !important;
  transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}

.woocommerce .cart-collaterals .checkout-button:hover,
.woocommerce_plugin_on .cart-collaterals .checkout-button:hover {
  background: var(--primary-color-two) !important;
  color: #fff;
}

.woocommerce .shop_table td::before,
.woocommerce_plugin_on .shop_table td::before {
  font-family: "Assistant", sans-serif;
  font-weight: 500;
  color: var(--heading-dark);
}

.woocommerce .shop_table th,
.woocommerce_plugin_on .shop_table th {
  font-family: "Assistant", sans-serif;
  font-weight: 500;
  color: var(--heading-dark);
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  font-size: 14px !important;
  line-height: 56px !important;
  background: var(--primary-color-one) !important;
  color: #fff !important;
  line-height: 56px !important;
  font-weight: 600 !important;
  font-family: "Assistant", sans-serif;
  padding: 0px 20px !important;
  border-radius: 8px !important;
  transition: 0.5s ease-in-out;
  text-align: center;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background: var(--primary-color-two) !important;
  color: #fff;
}

/*--------=========================shop Checkout css==============================----------------*/
.woocommerce-checkout {
  position: relative;
}

.woocommerce-checkout .woocommerce-additional-fields {
  margin-bottom: 50px;
}

.woocommerce-checkout .col-2 {
  padding: 40px 0px 0px !important;
}

.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-additional-fields,
.woocommerce-checkout .woocommerce-checkout-review-order {
  position: relative;
}

.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout .woocommerce-additional-fields h3,
.woocommerce-checkout .woocommerce-checkout-review-order h3 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 20px;
}

.woocommerce-checkout input {
  height: 56px;
  border-radius: 5px;
  border: 1px solid var(--border-color-dark) !important;
}

.woocommerce-checkout label {
  font-size: 16px;
  font-weight: 500;
  color: var(--heading-dark) !important;
  line-height: 26px;
  font-family: "Assistant", sans-serif;
  margin-bottom: 5px;
}

.woocommerce-checkout .form-row {
  padding-bottom: 15px !important;
}

.woocommerce-checkout textarea {
  height: 300px !important;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  padding: 0px;
}

.select2-dropdown {
  border: 1px solid var(--border-color-dark) !important;
  border-radius: 5px;
  background: #fff;
}

#customer_details label span,
.woocommerce form .form-row span {
  width: 100%;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: var(--primary-color-three) !important;
  padding: 40px;
  margin-top: 40px;
  margin-bottom: 30px;
}

#add_payment_method #payment .wc_payment_methods.payment_methods.methods,
.woocommerce-cart #payment .wc_payment_methods.payment_methods.methods,
.woocommerce-checkout #payment .wc_payment_methods.payment_methods.methods {
  padding: 0px !important;
}

#add_payment_method #payment .payment_methods,
.woocommerce-cart #payment .payment_methods,
.woocommerce-checkout #payment .payment_methods {
  border-bottom: 1px solid var(--border-color-dark) !important;
}

#add_payment_method #payment label,
.woocommerce-cart #payment label,
.woocommerce-checkout #payment label {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: var(--heading-dark);
  margin-bottom: 20px;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background: var(--primary-color-one) !important;
  color: #fff !important;
  border-radius: 8px !important;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  border-bottom-color: var(--primary-color-one) !important;
}

#add_payment_method #payment #place_order,
.woocommerce-cart #payment #place_order,
.woocommerce-checkout #payment #place_order {
  font-size: 14px !important;
  line-height: 56px !important;
  background: var(--primary-color-one) !important;
  color: #fff !important;
  line-height: 56px !important;
  font-weight: 600 !important;
  font-family: "Assistant", sans-serif;
  padding: 0px 20px !important;
  border-radius: 8px !important;
  transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}

#add_payment_method #payment #place_order:hover,
.woocommerce-cart #payment #place_order:hover,
.woocommerce-checkout #payment #place_order:hover {
  background: var(--primary-color-two) !important;
  color: #fff;
}

#add_payment_method #payment .place-order,
.woocommerce-cart #payment .place-order,
.woocommerce-checkout #payment .place-order {
  padding: 20px 0px !important;
}

.woocommerce .woocommerce-checkout-review-order table.shop_table,
.woocommerce_plugin_on .woocommerce-checkout-review-order table.shop_table {
  border: 0px !important;
}

.woocommerce-checkout-review-order .your_order_box {
  position: relative;
  border-radius: 5px;
  border-radius: 10px !important;
  padding: 40px 40px 20px;
  border: 1px solid var(--border-color-dark);
  background: var(--primary-color-three);
}

.woocommerce-checkout-review-order .shop_table {
  border-collapse: collapse !important;
  border: 0px !important;
  margin-bottom: 0px !important;
}

.woocommerce-checkout-review-order .shop_table thead th {
  padding: 0px 0px 20px !important;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: var(--heading-dark);
  margin-bottom: 10px;
  font-family: "Assistant", sans-serif;
}

.woocommerce-checkout-review-order .shop_table .product-name img {
  margin-right: 8px;
}

.woocommerce-checkout-review-order .shop_table tfoot {
  position: relative;
  margin-top: 20px;
}

.woocommerce-checkout-review-order .shop_table tfoot .cart-subtotal {
  padding: 20px 0px !important;
}

.woocommerce-checkout-review-order .shop_table tfoot th,
.woocommerce-checkout-review-order .shop_table tfoot td {
  padding: 20px 0px !important;
}

.woocommerce-checkout-review-order .shop_table tfoot .cart-subtotal th,
.woocommerce-checkout-review-order .shop_table tfoot .order-total th {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  font-family: "Assistant", sans-serif;
  color: var(--heading-dark);
}

.woocommerce-checkout-review-order
  .shop_table
  tfoot
  .woocommerce-Price-amount.amount {
  font-size: 16px;
  color: var(--primary-color-one);
  font-family: "Assistant", sans-serif;
  font-weight: 600;
}

.woocommerce-checkout-review-order .shop_table tbody td {
  padding: 20px 0px !important;
}

.woocommerce-checkout-review-order .shop_table tbody td .product-name {
  padding: 0px;
}

.woocommerce-checkout-review-order .shop_table tbody td .product-name img {
  margin-right: 8px;
}

.select2-container--default .select2-selection--single {
  height: 56px !important;
  position: relative;
  display: block;
  padding: 0px 1.25rem !important;
  color: var(--text-color-dark) !important;
  font-size: 16px !important;
  border-radius: 8px !important;
  border: 1px solid var(--border-color-dark) !important;
  font-weight: 500 !important;
  transition: 0.3s !important;
  -moz-transition: 0.3s !important;
  -o-transition: 0.3s !important;
  -ms-transition: 0.3s !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  right: 5px;
  bottom: 0;
  height: 20px;
  margin: auto;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  display: none;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow::before {
  position: absolute;
  content: "";
  background: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ctitle%3Edown_key%3C/title%3E%3Cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3E%3C/svg%3E")
    no-repeat right 0rem center/29px 20px;
  width: 20px;
  height: 20px;
  top: 0;
  right: 0px;
  bottom: 0px;
  margin: auto;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: var(--text-color-dark);
  height: 56px !important;
  padding: 0px !important;
  line-height: 56px !important;
  font-weight: 400 !important;
}

.account_dashboard_cm {
  display: table;
  width: 100%;
}

.account_dashboard_cm .dash_btn_home {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}

.account_dashboard_cm .woocommerce-MyAccount-navigation {
  display: table-cell;
  vertical-align: top;
  float: none !important;
  position: relative;
  width: 20% !important;
  min-width: 20%;
  height: 100%;
  background: var(--primary-color-one);
  padding: 40px;
}

.account_dashboard_cm .woocommerce-MyAccount-navigation ul {
  padding: 0px;
  margin: 0px;
}

.account_dashboard_cm .woocommerce-MyAccount-navigation li {
  position: relative;
  list-style: none;
  padding-left: 30px;
  margin-bottom: 0px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.account_dashboard_cm
  .woocommerce-MyAccount-navigation
  li.woocommerce-MyAccount-navigation-link::before {
  position: absolute;
  font-size: 20px;
  font-family: "icomoon";
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
  height: 25px;
  line-height: 25px;
}

.account_dashboard_cm
  .woocommerce-MyAccount-navigation
  li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard::before {
  content: "\ea21";
}

.account_dashboard_cm
  .woocommerce-MyAccount-navigation
  li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders::before {
  content: "\ea26";
}

.account_dashboard_cm
  .woocommerce-MyAccount-navigation
  li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads::before {
  content: "\e9aa";
}

.account_dashboard_cm
  .woocommerce-MyAccount-navigation
  li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address::before {
  content: "\e9e6";
}

.account_dashboard_cm
  .woocommerce-MyAccount-navigation
  li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-account::before {
  content: "\ea52";
}

.account_dashboard_cm
  .woocommerce-MyAccount-navigation
  li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout::before {
  content: "\e9e3";
}

.account_dashboard_cm .woocommerce-MyAccount-navigation li a {
  position: relative;
  display: block;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  font-family: "Assistant", sans-serif;
  line-height: 28px;
  padding: 16px 0px;
}

.account_dashboard_cm .woocommerce-MyAccount-content {
  display: table-cell;
  vertical-align: top;
  width: auto !important;
  float: inherit !important;
  margin-left: 0px;
  padding: 52px 100px 100px;
  min-width: 80%;
  width: 80%;
}

.page-template-elementor_canvas .account_dashboard_cm,
.page-template-template-full-empty .account_dashboard_cm {
  height: 100vh;
}

.page-template-elementor_canvas .account_dashboard_cm .dash_btn_home,
.page-template-template-full-empty .account_dashboard_cm .dash_btn_home {
  display: block;
}

.page-template-elementor_canvas .account_dashboard_cm:before,
.page-template-template-full-empty .account_dashboard_cm:before {
  position: absolute;
  content: "";
  width: 20%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: var(--primary-color-one);
}

.page-template-elementor_canvas
  .account_dashboard_cm
  .woocommerce-MyAccount-navigation,
.page-template-template-full-empty
  .account_dashboard_cm
  .woocommerce-MyAccount-navigation {
  height: 100%;
}

.woocommerce-MyAccount-content {
  position: relative;
}

.woocommerce-MyAccount-content h3 {
  position: relative;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  color: var(--heading-dark);
}

.woocommerce-MyAccount-content .woocommerce-address-fields {
  position: relative;
  margin: 20px 0px;
}

.woocommerce-MyAccount-content .form-row {
  position: relative;
  margin-bottom: 15px !important;
}

.woocommerce-MyAccount-content .form-row em {
  display: block;
  padding: 5px 0px 0px;
  font-size: 14px;
  color: var(--text-color-dark);
  line-height: 22px;
}

.woocommerce-MyAccount-content .button {
  position: relative !important;
  padding: 0px 30px !important;
  line-height: 56px !important;
  font-size: 16px !important;
  font-family: "Assistant", sans-serif;
  font-weight: 600 !important;
  color: #fff !important;
  background: var(--primary-color-two) !important;
  margin-top: 20px !important;
  transition: 0.3s !important;
  -moz-transition: 0.3s !important;
  -o-transition: 0.3s !important;
  -ms-transition: 0.3s !important;
}

.woocommerce-MyAccount-content .button:hover {
  background: var(--primary-color-one) !important;
}

.woocommerce-MyAccount-content .edit {
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 600;
  font-family: "Assistant", sans-serif;
  color: var(--primary-color-one);
  color: #fff;
  background: var(--primary-color-one);
  border-radius: 5px;
}

.woocommerce-MyAccount-content fieldset {
  padding: 20px 0px;
}

.woocommerce-MyAccount-content fieldset legend {
  position: relative;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  color: var(--heading-dark);
  margin-bottom: 20px;
  font-family: "Assistant", sans-serif;
}

.woocommerce-MyAccount-content .password-input {
  position: relative;
}

.woocommerce-MyAccount-content .password-input .show-password-input {
  position: absolute;
  right: 20px !important;
  width: 20px !important;
  height: 20px !important;
  text-align: center !important;
  color: var(--primary-color-one);
  top: 0;
  bottom: 0;
  margin: auto;
}

.woocommerce-MyAccount-content .password-input .show-password-input:after {
  margin-left: 0px !important;
}

.woocommerce-Addresses {
  position: relative;
}

.woocommerce-Addresses .title {
  margin: 20px 0px 15px;
}

/*-----------=======================whole_login_content=======================-------------------*/
.wishlist-title.wishlist-title-with-form h2:hover {
  background: inherit !important;
}

.woocommerce-account .woocommerce-notices-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
  left: 0;
  padding: 10px;
}

.woocommerce-account .woocommerce-error,
.woocommerce-account .woocommerce-info,
.woocommerce-account .woocommerce-message {
  background-color: #fff !important;
  color: var(--primary-color-one) !important;
}

.whole_login_content {
  position: relative;
}

.whole_login_content::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(
    88deg,
    var(--primary-color-two) 42%,
    rgba(0, 0, 0, 0.09) 298%
  );
  z-index: 1;
}

.whole_login_content .register_login {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-width: 100%;
  min-height: 100vh;
}

.whole_login_content .register_login .simpleParallax {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.whole_login_content .register_login .simpleParallax img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.whole_login_content .register_login .login_left_side {
  position: relative;
  z-index: 11;
  max-width: 500px;
  margin: 50px 0px;
  padding: 100px 50px 90px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 0px 10px 10px 0px;
  background: rgba(255, 255, 255, 0.01);
}

.whole_login_content .register_login .login_left_side p {
  color: rgba(255, 255, 255, 0.8);
}

.whole_login_content .register_login .login_left_side .login_logo {
  position: relative;
  z-index: 11;
  padding: 0px 0px 30px;
  width: 100%;
  height: auto;
}

.whole_login_content .register_login .login_left_side .login_logo img {
  width: 200px;
  height: auto;
}

.whole_login_content .register_login .login_left_side .login_forms_box {
  position: relative;
  z-index: 11;
}

.whole_login_content .register_login .login_left_side .login_forms_box h6 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--primary-color-one);
}

.whole_login_content .register_login .login_left_side .login_forms_box h2 {
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 40px;
}

.whole_login_content
  .register_login
  .login_left_side
  .login_forms_box
  .nav-pills {
  display: inline-block;
  margin-bottom: 30px !important;
}

.whole_login_content
  .register_login
  .login_left_side
  .login_forms_box
  .nav-pills
  .nav-item {
  display: inline-block;
  margin-bottom: 0px !important;
}

.whole_login_content
  .register_login
  .login_left_side
  .login_forms_box
  .nav-pills
  .nav-item
  .nav-link {
  position: relative;
  display: inline-block;
  font-family: "Assistant", sans-serif;
  padding: 10px 30px;
  font-weight: 600;
  border-radius: 5px;
  color: var(--primary-color-one);
  background: #fff;
}

.whole_login_content
  .register_login
  .login_left_side
  .login_forms_box
  .nav-pills
  .nav-item
  .nav-link.active {
  background: var(--primary-color-one);
  color: #fff;
}

.whole_login_content
  .register_login
  .login_left_side
  .login_forms_box
  .login-register-form {
  position: relative;
  padding: 0px;
  border: 0px;
  margin: 0px;
  border: 0px;
}

.whole_login_content
  .register_login
  .login_left_side
  .login_forms_box
  .login-register-form
  label {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  display: block;
  margin-bottom: 8px;
  font-family: "Assistant", sans-serif;
  color: #fff;
}

.whole_login_content
  .register_login
  .login_left_side
  .login_forms_box
  .login-register-form
  .form-row {
  position: relative;
  margin-bottom: 15px !important;
}

.whole_login_content
  .register_login
  .login_left_side
  .login_forms_box
  .login-register-form
  .form-row
  .show-password-input {
  position: absolute;
  width: 20px;
  text-align: center;
  height: 20px;
  line-height: 20px;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  color: var(--text-color-light);
}

.whole_login_content
  .register_login
  .login_left_side
  .login_forms_box
  .login-register-form
  .form-row
  .show-password-input::after {
  margin-left: 0px !important;
}

.whole_login_content
  .register_login
  .login_left_side
  .login_forms_box
  .login-register-form
  .form-row
  input,
.whole_login_content
  .register_login
  .login_left_side
  .login_forms_box
  .login-register-form
  .form-row
  textarea {
  background: rgba(255, 255, 255, 0.02);
  border: 0px;
}

.whole_login_content
  .register_login
  .login_left_side
  .login_forms_box
  .login-register-form
  .form-row
  .woocommerce-form-login__rememberme {
  position: relative;
  margin-bottom: 30px;
}

.whole_login_content
  .register_login
  .login_left_side
  .login_forms_box
  .login-register-form
  .form-row
  .woocommerce-form-login__rememberme
  span {
  position: relative;
  top: 2px;
  font-size: 14px;
}

.whole_login_content
  .register_login
  .login_left_side
  .login_forms_box
  .login-register-form
  .form-row
  button {
  padding: 0px 35px;
  font-size: 16px;
  font-weight: 600;
  border: unset !important;
  line-height: 56px;
  background: var(--primary-color-one);
  color: #fff;
  border-radius: 5px;
}

.whole_login_content .register_login .login_left_side .login_pg_footer {
  position: relative;
  max-width: 600px;
  margin: auto;
}

/*----------=======================mini_cart_togglers========================-------------------*/
.mini_cart_togglers.fixed_cart {
  position: fixed;
  right: 0;
  top: 175px;
  width: 40px;
  height: 40px;
  background: var(--primary-color-three);
  color: var(--primary-color-two);
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  border-radius: 10px 0px 0px 10px;
  z-index: 999999;
  cursor: pointer;
}

.mini_cart_togglers.fixed_cart i {
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.mini_cart_togglers.fixed_cart .mini-cart-count {
  position: absolute;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 50px;
  line-height: 20px;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  background: var(--primary-color-one);
  top: 0;
  left: -15px;
  bottom: 0;
  margin: auto;
}

.side_bar_cart {
  position: fixed;
  right: -100%;
  width: 100%;
  height: 100%;
  top: 0;
  transition: 0.6s !important;
  -moz-transition: 0.6s !important;
  -o-transition: 0.6s !important;
  -ms-transition: 0.6s !important;
  z-index: 9999999;
  overflow: hidden;
}

.side_bar_cart .cart_overlay {
  position: absolute;
  right: -100%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  transition: 0.6s !important;
  -moz-transition: 0.6s !important;
  -o-transition: 0.6s !important;
  -ms-transition: 0.6s !important;
  z-index: 9999999;
}

.side_bar_cart .cart_right_conten {
  position: absolute;
  width: 350px;
  height: 100%;
  background: #fff !important;
  z-index: 9999999;
  padding: 80px 40px 50px 40px;
  top: 0;
  right: 0%;
  box-shadow: var(--box-shadow);
  transition: 0.6s !important;
  -moz-transition: 0.6s !important;
  -o-transition: 0.6s !important;
  -ms-transition: 0.6s !important;
  overflow: auto;
}

.side_bar_cart .cart_right_conten .close_btn_mini {
  position: absolute;
  width: 50px;
  cursor: pointer;
  height: 50px;
  border-radius: 0px 0px 5px 0px;
  background: var(--primary-color-one);
  color: #fff;
  top: 0;
  left: 0;
}

.side_bar_cart .cart_right_conten .close_btn_mini i {
  position: absolute;
  font-size: 16px;
  width: 20px;
  height: 20px;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 20px;
  text-align: center;
}

.side_bar_cart .cart_right_conten .woocommerce-mini-cart__empty-message {
  text-align: center;
}

.side_bar_cart .cart_right_conten .woocommerce-mini-cart__total.total {
  padding: 10px;
  border-radius: 5px;
  background: var(--primary-color-three);
}

.side_bar_cart .cart_right_conten .woocommerce-mini-cart__total.total strong {
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
  margin-right: 5px;
  color: var(--text-color-dark);
}

.side_bar_cart .cart_right_conten .woocommerce-mini-cart {
  position: relative;
  padding-bottom: 30px;
  padding-left: 0px !important;
  margin-bottom: 0px !important;
  padding-right: 0px !important;
}

.side_bar_cart
  .cart_right_conten
  .woocommerce-mini-cart
  .woocommerce-mini-cart-item {
  position: relative;
  display: flex;
  margin: 0px !important;
  padding: 20px 0px 20px !important;
  border-bottom: 1px solid var(--border-color-dark);
}

.side_bar_cart
  .cart_right_conten
  .woocommerce-mini-cart
  .woocommerce-mini-cart-item
  .image_box {
  margin-right: 15px;
  display: block;
  min-width: 30%;
  width: 30%;
}

.side_bar_cart
  .cart_right_conten
  .woocommerce-mini-cart
  .woocommerce-mini-cart-item
  .image_box
  img {
  float: none !important;
  width: 100%;
  height: auto;
  margin-left: 0px !important;
}

.side_bar_cart
  .cart_right_conten
  .woocommerce-mini-cart
  .woocommerce-mini-cart-item
  .content_right_car_box_items {
  position: relative;
  width: 70%;
  min-width: 70%;
  padding-right: 35px;
}

.side_bar_cart
  .cart_right_conten
  .woocommerce-mini-cart
  .woocommerce-mini-cart-item
  .content_right_car_box_items
  h2 {
  line-height: normal;
}

.side_bar_cart
  .cart_right_conten
  .woocommerce-mini-cart
  .woocommerce-mini-cart-item
  .content_right_car_box_items
  h2
  a {
  font-size: 16px;
  display: block;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 8px;
}

.side_bar_cart
  .cart_right_conten
  .woocommerce-mini-cart
  .woocommerce-mini-cart-item
  .content_right_car_box_items
  .remove_from_cart_button {
  position: absolute;
  right: 0px;
  top: 11px;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  border: 1px solid var(--border-color-dark);
  line-height: 27px;
  text-align: center;
  display: block;
  font-size: 16px;
  color: var(--primary-color-one) !important;
  background: #fff;
}

.side_bar_cart
  .cart_right_conten
  .woocommerce-mini-cart
  .woocommerce-mini-cart-item
  .content_right_car_box_items
  .remove_from_cart_button:hover {
  background: var(--primary-color-one) !important;
  color: #fff !important;
  border-color: var(--primary-color-one) !important;
}

.side_bar_cart
  .cart_right_conten
  .woocommerce-mini-cart
  .woocommerce-mini-cart-item:first-child {
  padding-top: 0px !important;
}

.side_bar_cart
  .cart_right_conten
  .woocommerce-mini-cart
  .woocommerce-mini-cart-item:last-child {
  padding-bottom: 0px;
  border-bottom: 0px;
}

.side_bar_cart .cart_right_conten .woocommerce-mini-cart__buttons {
  display: block;
}

.side_bar_cart .cart_right_conten .woocommerce-mini-cart__buttons a {
  position: relative;
  padding: 6px 25px !important;
  line-height: 35px !important;
  font-size: 14px;
  font-family: "Assistant", sans-serif;
  font-weight: 600;
  color: #fff;
  background: var(--primary-color-one);
  display: inline-block;
  border-radius: 5px;
}

.side_bar_cart .cart_right_conten .woocommerce-mini-cart__buttons a:last-child {
  float: right;
}

.blockOverlay {
  background: rgba(255, 255, 255, 0.95) !important;
}

.side_bar_cart-visible .side_bar_cart {
  right: 0;
}

.side_bar_cart-visible .side_bar_cart .cart_overlay {
  right: 0;
}

.side_bar_cart-visible .side_bar_cart .cart_right_conten {
  right: 0;
}

.flex-control-nav {
  position: relative;
}

.flex-control-nav li {
  padding: 10px;
}

.comment-respond .comment-form-rating label {
  margin-bottom: 10px;
  display: block;
}

.comment-respond .comment-form-author,
.comment-respond .comment-form-email {
  position: relative;
  float: left;
  width: 50%;
  z-index: 99;
  margin-right: 0px !important;
}

.comment-respond .comment-form-author {
  padding-right: 15px;
}

.comment-respond .comment-form-email {
  padding-left: 15px;
}

.comment-respond .comment-form-cookies-consent {
  margin: 0px 0px 25px;
}

.comment-respond .form-submit input {
  font-size: 12px;
  font-family: "Assistant", sans-serif;
}

@media (max-width: 768px) {
  .comment-respond .comment-form-author,
  .comment-respond .comment-form-email {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}

/*------elementor------*/
.product_shop_section .project-wrapper.grid_box {
  margin-bottom: 0px !important;
}

.product_shop_section.three_column .product_box.type_one {
  padding: 30px 35px;
}

/*------elementor------*/
@media (max-width: 768px) {
  .woocommerce #content div.product .woocommerce-tabs ul.tabs li,
  .woocommerce div.product .woocommerce-tabs ul.tabs li,
  .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
  .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
    width: 100%;
    margin-bottom: 8px !important;
    text-align: center;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs::before {
    display: none !important;
  }
}

/*------offer ------*/
.offer.style_one {
  position: relative;
}

.offer.style_one .counter_section {
  position: relative;
  text-align: left;
  margin-bottom: 20px;
}

.offer.style_one .counter_section .Countdown-timer .item {
  padding: 0px 20px 0px 0px;
  margin-right: 20px;
}

.offer.style_one .counter_section .Countdown-timer .item span {
  color: var(--heading-dark);
}

.offer.style_one .counter_section .Countdown-timer .item p {
  color: var(--heading-dark);
}

.offer.style_one .counter_section .Countdown-timer .item small {
  color: var(--heading-dark);
}

.offer.style_one h6 {
  font-size: 18px;
  line-height: 30px;
  padding: 5px 15px;
  background: #fff;
  color: var(--primary-color-one);
  font-weight: 600;
  display: inline-block;
  margin-bottom: 30px;
}

.offer.style_one h1 {
  font-size: 54px;
  line-height: 70px;
  margin-bottom: 20px;
  color: var(--heading-dark);
}

.offer.style_one p {
  margin-bottom: 20px;
}

.offer.style_one .bottom_content {
  position: relative;
}

.woocommerce-privacy-policy-text {
  margin-bottom: 15px;
}

@media (max-width: 992px) {
  .columns-1 .project-wrapper,
  .columns-2 .project-wrapper,
  .columns-3 .project-wrapper,
  .columns-4 .project-wrapper,
  .columns-5 .project-wrapper,
  .columns-6 .project-wrapper,
  .columns-7 .project-wrapper,
  .columns-8 .project-wrapper,
  .columns-9 .project-wrapper,
  .columns-10 .project-wrapper {
    width: 33.33% !important;
  }
}

@media (max-width: 768px) {
  .columns-1 .project-wrapper,
  .columns-2 .project-wrapper,
  .columns-3 .project-wrapper,
  .columns-4 .project-wrapper,
  .columns-5 .project-wrapper,
  .columns-6 .project-wrapper,
  .columns-7 .project-wrapper,
  .columns-8 .project-wrapper,
  .columns-9 .project-wrapper,
  .columns-10 .project-wrapper {
    width: 50% !important;
  }
}

@media (max-width: 480px) {
  .columns-1 .project-wrapper,
  .columns-2 .project-wrapper,
  .columns-3 .project-wrapper,
  .columns-4 .project-wrapper,
  .columns-5 .project-wrapper,
  .columns-6 .project-wrapper,
  .columns-7 .project-wrapper,
  .columns-8 .project-wrapper,
  .columns-9 .project-wrapper,
  .columns-10 .project-wrapper {
    width: 100% !important;
  }
}

.woocommerce-lost-password {
  padding: 100px;
  text-align: center;
  background: var(--primary-color-three);
}

.woocommerce-lost-password .lost_reset_password p {
  margin-bottom: 20px;
}

.woocommerce-lost-password .lost_reset_password .woocommerce-Input--text {
  margin-bottom: 15px !important;
}

.woocommerce-lost-password .woocommerce {
  max-width: 700px;
  margin: auto;
  background: #fff;
  padding: 50px;
  border: 1px solid var(--border-color-dark);
}

.woocommerce-lost-password .woocommerce form .form-row-first,
.woocommerce-lost-password .woocommerce-page form .form-row-first {
  float: unset;
  margin: auto;
  width: unset !important;
}

@media (max-width: 768px) {
  .woocommerce-lost-password {
    padding: 50px;
  }

  .woocommerce-lost-password .woocommerce {
    max-width: 95%;
    padding: 20px;
  }
}

.products_box_outer .products.project_container {
  padding-top: 10px;
}

.products_box_outer .products_project_container {
  margin: 0px;
  padding: 0px;
  text-align: center;
}

.products_box_outer .product-category {
  position: relative;
  display: inline-block;
  width: 24%;
  padding: 5px 10px 10px;
}

.products_box_outer .product-category a {
  border: 1px solid var(--border-color-dark);
  padding: 20px 15px;
  border-radius: 10px;
  text-align: center;
  display: block;
}

.products_box_outer .product-category img {
  width: 100px;
  height: auto;
  margin: auto;
  display: block;
}

.products_box_outer .product-category .woocommerce-loop-category__title {
  font-size: 18px;
  line-height: 26px;
  color: var(--heading-dark);
  margin: 0px;
}

.products_box_outer .product-category .woocommerce-loop-category__title .count {
  width: 30px;
  height: 30px;
  position: relative;
  display: inline-block;
  background: var(--primary-color-three);
  color: var(--primary-color-one);
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  border-radius: 30px;
}

@media (max-width: 992px) {
  .products_box_outer .product-category {
    width: 32%;
  }

  .products_box_outer .product-category a {
    min-height: 200px;
  }
}

@media (max-width: 768px) {
  .products_box_outer .product-category {
    width: 49%;
  }
}

@media (max-width: 450px) {
  .products_box_outer .product-category {
    width: 100%;
  }
}

.sold-individually .quantity {
  display: none;
}

.woocommerce-checkout-payment {
  padding: 20px;
  background: var(--primary-color-three);
}

.accordion-box .accordion {
  position: relative;
  margin: 0px 0 20px;
  padding: 20px 25px 15px;
  background: #fff;
  list-style: none;
  border: 1px solid var(--border-color-dark);
}

.accordion-box .accordion h4 {
  font-size: 18px;
}

.accordion-box .accordion .icon-outer {
  position: absolute;
  top: 25px;
  right: 23px;
  opacity: 1 !important;
  color: var(--heading-dark);
  font-size: 16px;
}

/*--------------------==============widget_product_tag_cloud==================----------------------*/
.widget_product_tag_cloud {
  position: relative;
}

.widget_product_tag_cloud .tag-cloud-link {
  padding: 8px 15px;
  background: var(--primary-color-three);
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
  font-family: "Assistant", sans-serif;
  color: var(--text-color-dark);
  border: 1px solid var(--border-color-dark);
  transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  display: inline-block;
  margin-bottom: 5px;
}

.widget_product_tag_cloud .tag-cloud-link:hover {
  background: var(--primary-color-one) !important;
  color: #fff !important;
}

.woocommerce .widgets_grid_box .product_list_widget,
.woocommerce .widgets_grid_box .cart_list {
  overflow: inherit !important;
  padding: 0px;
  margin: 0px;
  position: relative;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
}

.woocommerce .widgets_grid_box .product_list_widget li,
.woocommerce .widgets_grid_box .cart_list li {
  display: flex;
  padding-top: 0px;
  min-height: 85px;
  margin-bottom: 15px !important;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--border-color-dark);
  padding-left: 0px !important;
  align-items: center;
}

.woocommerce .widgets_grid_box .product_list_widget li .content,
.woocommerce .widgets_grid_box .cart_list li .content {
  padding-left: 12px;
}

.woocommerce .widgets_grid_box .product_list_widget li span.product-title,
.woocommerce .widgets_grid_box .cart_list li span.product-title {
  color: var(--heading-dark);
  line-height: 22px;
  display: block;
  font-size: 16px;
  text-align: left;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 7px;
  text-transform: capitalize;
}

.woocommerce .widgets_grid_box .product_list_widget li img,
.woocommerce .widgets_grid_box .cart_list li img {
  width: 70px;
  height: 70px;
  margin-top: 0px;
  float: left;
  margin-left: 0px;
  object-fit: cover;
  border-radius: 8px;
}

.woocommerce
  .widgets_grid_box
  .product_list_widget
  li
  .woocommerce-Price-amount.amount,
.woocommerce .widgets_grid_box .cart_list li .woocommerce-Price-amount.amount {
  margin-left: 14px;
  font-size: 12px;
  font-family: "Assistant", sans-serif;
  color: var(--primary-color-one);
}

.woocommerce .widgets_grid_box .product_list_widget li del,
.woocommerce .widgets_grid_box .cart_list li del {
  margin-right: 8px;
  text-decoration: line-through;
}

.woocommerce
  .widgets_grid_box
  .product_list_widget
  li
  del
  .woocommerce-Price-amount.amount,
.woocommerce
  .widgets_grid_box
  .cart_list
  li
  del
  .woocommerce-Price-amount.amount {
  color: var(--text-color-light) !important;
}

.woocommerce .widgets_grid_box .product_list_widget li .star-rating,
.woocommerce .widgets_grid_box .cart_list li .star-rating {
  margin-left: 75px;
  margin-bottom: 10px;
}

.woocommerce .widgets_grid_box .product_list_widget li del,
.woocommerce .widgets_grid_box .product_list_widget li ins,
.woocommerce .widgets_grid_box .cart_list li del,
.woocommerce .widgets_grid_box .cart_list li ins {
  float: left;
  font-size: 12px;
  font-family: "Assistant", sans-serif;
  color: var(--primary-color-one);
}

.woocommerce
  .widgets_grid_box
  .product_list_widget
  li
  del
  .woocommerce-Price-amount.amount,
.woocommerce
  .widgets_grid_box
  .product_list_widget
  li
  ins
  .woocommerce-Price-amount.amount,
.woocommerce
  .widgets_grid_box
  .cart_list
  li
  del
  .woocommerce-Price-amount.amount,
.woocommerce
  .widgets_grid_box
  .cart_list
  li
  ins
  .woocommerce-Price-amount.amount {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.woocommerce .widgets_grid_box .product_list_widget li:last-child,
.woocommerce .widgets_grid_box .cart_list li:last-child {
  border-bottom: 0px !important;
}

.woocommerce .widgets_grid_box .wc-block-grid__products {
  position: relative;
  display: block;
  flex-wrap: inherit;
}

.woocommerce .widgets_grid_box .wc-block-grid__products li {
  width: 100%;
  flex: 100% 1;
  max-width: 100%;
  margin-bottom: 15px !important;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--border-color-dark);
  text-align: left;
  padding: 0px 0px;
}

.woocommerce .widgets_grid_box .wc-block-grid__products li a {
  display: block;
}

.woocommerce
  .widgets_grid_box
  .wc-block-grid__products
  li
  a
  .wc-block-grid__product-image {
  width: 60px;
  height: 70px;
  margin-top: 0px;
  float: left;
  margin-left: 0px;
  object-fit: cover;
  border-radius: 8px;
}

.woocommerce
  .widgets_grid_box
  .wc-block-grid__products
  li
  a
  .wc-block-grid__product-title {
  margin-left: 75px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: "Assistant", sans-serif;
  font-size: 16px;
}

.woocommerce
  .widgets_grid_box
  .wc-block-grid__products
  li
  .wc-block-grid__product-price {
  margin-left: 75px;
}

.woocommerce
  .widgets_grid_box
  .wc-block-grid__products
  li
  .wc-block-grid__product-price
  del,
.woocommerce
  .widgets_grid_box
  .wc-block-grid__products
  li
  .wc-block-grid__product-price
  ins {
  font-size: 12px;
  font-family: "Assistant", sans-serif;
  color: var(--primary-color-one);
}

.woocommerce
  .widgets_grid_box
  .wc-block-grid__products
  li
  .wc-block-grid__product-price
  del {
  color: var(--text-color-light) !important;
  margin-right: 8px;
  text-decoration: line-through;
}

.woocommerce
  .widgets_grid_box
  .wc-block-grid__products
  li
  .wc-block-grid__product-onsale {
  position: absolute;
  left: 2px;
  top: 2px;
  background: var(--primary-color-one);
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  border: 0px;
  border-radius: 5px;
}

.woocommerce
  .widgets_grid_box
  .wc-block-grid__products
  li
  .wc-block-grid__product-rating {
  margin: 0px 0px 5px 0px;
}

.woocommerce
  .widgets_grid_box
  .wc-block-grid__products
  li
  .wc-block-grid__product-rating::after {
  content: "";
  clear: both;
  display: table;
}

.woocommerce
  .widgets_grid_box
  .wc-block-grid__products
  li
  .wc-block-grid__product-rating
  .star-rating {
  position: absolute;
  float: left;
  width: 100%;
  margin-left: 75px;
}

.woocommerce
  .widgets_grid_box
  .wc-block-grid__products
  li
  .wp-block-button.wc-block-grid__product-add-to-cart {
  margin-left: 75px;
}

.woocommerce
  .widgets_grid_box
  .wc-block-grid__products
  li
  .wp-block-button.wc-block-grid__product-add-to-cart
  a {
  font-size: 10px;
  border: 0px;
  padding: 4px 14px;
  border-radius: 30px;
  font-weight: 500;
  display: inline-block;
  text-transform: none;
  color: #fff;
  background: var(--primary-color-one);
  margin: 12px 0px 0px 0px;
}

.woocommerce .widgets_grid_box .wc-block-product-categories-list {
  position: relative;
}

.woocommerce .widgets_grid_box .wc-block-product-categories-list li {
  position: relative;
  padding: 15px 25px 14px 20px;
}

.woocommerce .widgets_grid_box .wc-block-product-categories-list li::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 20px;
  border: 1px solid var(--border-color-dark);
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.woocommerce
  .widgets_grid_box
  .wc-block-product-categories-list
  li:first-child {
  padding-top: 0px !important;
}

.woocommerce
  .widgets_grid_box
  .wc-block-product-categories-list
  li:first-child::before {
  top: -16px;
}

.woocommerce .widgets_grid_box .wc-block-product-categories-list li:last-child {
  padding-bottom: 0px !important;
}

.woocommerce
  .widgets_grid_box
  .wc-block-product-categories-list
  li:last-child::before {
  bottom: -12px;
}

.woocommerce
  .widgets_grid_box
  .wc-block-product-categories-list
  li
  span.wc-block-product-categories-list-item-count {
  position: absolute;
  right: 0;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: var(--primary-color-three) !important;
  height: 6px !important;
}

.widgets_grid_box .price_slider_wrapper .button {
  padding: 10px 20px !important;
  line-height: normal !important;
  width: 100px;
  font-size: 12px;
  min-height: 35px;
  height: 35px;
}

.widgets_grid_box .price_slider_wrapper .price_label {
  margin-left: 110px;
  text-align: left;
  font-size: 12px;
  line-height: 26px;
  font-weight: 600;
  font-family: "Assistant", sans-serif;
  color: var(--heading-dark);
  line-height: 35px;
}

.widgets_grid_box .price_slider_wrapper .price_label span {
  color: var(--primary-color-one);
}

.widgets_grid_box .widget_layered_nav_filters ul li {
  border: 0px !important;
}

.widgets_grid_box .widget_layered_nav_filters ul li a::before {
  color: var(--primary-color-one) !important;
}

/*------product-search------*/
.wc-block-product-search__label {
  position: relative;
  margin-bottom: 50px;
  font-size: 18px;
  margin-left: 60px;
  font-weight: 700;
  line-height: 26px;
  color: var(--heading-dark);
  font-family: "Assistant", sans-serif;
}

.wc-block-product-search__label:before {
  position: absolute;
  content: "";
  width: 50px;
  left: -60px;
  height: 2px;
  background: var(--primary-color-one);
  top: 0;
  bottom: 0;
  margin: auto;
}

.wc-block-product-search__label:after {
  position: absolute;
  content: "";
  width: 10px;
  left: -60px;
  height: 10px;
  border-radius: 10px;
  background: var(--primary-color-one);
  top: 0;
  bottom: 0;
  margin: auto;
}

.wc-block-product-search__fields {
  position: relative;
}

.wc-block-product-search__fields input {
  width: 100%;
  padding: 0px 15px;
}

.wc-block-product-search__fields .wc-block-product-search__button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 56px;
  height: 56px;
  line-height: 56px;
  background: transparent;
  border: 0px;
}

.wc-block-product-search__fields .wc-block-product-search__button:before {
  position: absolute;
  content: "\e914";
  font-family: "icomoon";
  font-size: 20px;
  color: var(--primary-color-two);
  top: 0px;
  right: 20px;
  bottom: 0;
  margin: auto;
  z-index: 1;
  height: 56px;
  line-height: 56px;
  font-weight: 500;
}

.wc-block-product-search__fields .wc-block-product-search__button svg {
  display: none;
}

.object_banner_fit img {
  object-fit: cover;
  object-position: top;
}

.job_grid_box {
  position: relative;
  background: var(--primary-color-three);
  border: 1px solid var(--border-color-dark);
  padding: 30px 30px;
  border-radius: 5px;
  margin-bottom: 30px;
}

.job_grid_box .inner_bx {
  position: relative;
}

.job_grid_box .inner_bx .logo_bx {
  position: absolute;
  width: 105px;
  top: 0;
  left: 0;
}

.job_grid_box .inner_bx .logo_bx img {
  width: 80px;
}

.job_grid_box .inner_bx .content_bx {
  position: relative;
  margin-left: 105px;
}

.job_grid_box .inner_bx .content_bx .meta {
  position: relative;
  margin-top: 18px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-left: 0px;
  padding-top: 18px;
  border-top: 1px solid var(--border-color-dark);
}

.job_grid_box .inner_bx .content_bx .meta li {
  display: inline-block;
  margin-right: 18px;
  margin-bottom: 0px;
  position: relative;
  padding-left: 25px;
  text-transform: capitalize;
  font-size: 15px;
}

.job_grid_box .inner_bx .content_bx .meta li::before {
  position: absolute;
  font-family: "icomoon";
  font-size: 18px;
  color: var(--primary-color-one);
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 20px;
}

.job_grid_box .inner_bx .content_bx .meta li:first-child::before {
  content: "\e9e6";
}

.job_grid_box .inner_bx .content_bx .meta li.job-type:before {
  content: "\e978";
}

.job_grid_box .inner_bx .content_bx .meta li.date:before {
  content: "\e98b";
}

.job_grid_box .inner_bx .content_bx h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 7px;
  line-height: 32px;
}

.job_grid_box .inner_bx .content_bx .company {
  position: relative;
}

.wp-video {
  width: 100% !important;
  height: 100% !important;
}

.single_job_listing .meta .location::before,
.single_job_listing .company .company_twitter::before,
.single_job_listing .meta .date-posted::before,
.single_job_listing .company .website::before {
  color: var(--primary-color-one) !important;
}

.single_job_listing .meta .full-time {
  background-color: var(--primary-color-one) !important;
  padding: 10px 20px;
  border-radius: 30px;
}

.single_job_listing .company,
.single_job_listing .company .company_video {
  border-color: var(--border-color-dark) !important;
}

.single_job_listing .com_inner {
  display: flex;
}

.single_job_listing .com_inner .company_logo {
  position: relative;
  float: unset;
  margin-right: 30px;
  max-width: 3rem;
}

.single_job_listing .com_inner .comp_content .list_meta {
  padding: 0px;
  margin: 0px 0px 5px;
}

.single_job_listing .com_inner .comp_content .list_meta li {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
}

.single_job_listing .com_inner .comp_content h2 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 7px;
  line-height: 32px;
}

.rp4wp-related-job_listing &gt; ul li.job_listing a:hover,
.rp4wp-related-job_listing &gt; ul li.job_listing a:focus,
.rp4wp-related-job_listing &gt; ul li.no_job_listings_found a:hover,
.rp4wp-related-job_listing &gt; ul li.no_job_listings_found a:focus,
ul.job_listings li.job_listing a:hover,
ul.job_listings li.job_listing a:focus,
ul.job_listings li.no_job_listings_found a:hover,
ul.job_listings li.no_job_listings_found a:focus {
  background-color: var(--primary-color-three) !important;
}

.job_filters .search_jobs {
  background: var(--primary-color-three);
  padding: 2rem 2rem 1rem 2rem !important;
}

.job_filters .job_types {
  padding: 1rem 0rem !important;
  background: #fff !important;
}

.rp4wp-related-job_listing &gt; ul,
ul.job_listings,
.job_filters .job_types {
  border: unset !important;
}

.rp4wp-related-job_listing &gt; ul li.job_listing,
.rp4wp-related-job_listing &gt; ul li.no_job_listings_found,
ul.job_listings li.job_listing,
ul.job_listings li.no_job_listings_found {
  border: 1px solid var(--border-color-dark) !important;
  margin-bottom: 10px !important;
}

.rp4wp-related-job_listing &gt; ul li.job_listing a img.company_logo,
.rp4wp-related-job_listing &gt; ul li.no_job_listings_found a img.company_logo,
ul.job_listings li.job_listing a img.company_logo,
ul.job_listings li.no_job_listings_found a img.company_logo {
  left: 25px !important;
}

.rp4wp-related-job_listing &gt; ul li.job_listing a div.position,
.rp4wp-related-job_listing &gt; ul li.no_job_listings_found a div.position,
ul.job_listings li.job_listing a div.position,
ul.job_listings li.no_job_listings_found a div.position {
  padding: 0 0 0 60px !important;
}

.rp4wp-related-job_listing &gt; ul li.job_listing a,
.rp4wp-related-job_listing &gt; ul li.no_job_listings_found a,
ul.job_listings li.job_listing a,
ul.job_listings li.no_job_listings_found a {
  padding: 2rem 2rem !important;
}

.rp4wp-related-job_listing &gt; ul li.job_listing a .meta .job-type,
.rp4wp-related-job_listing &gt; ul li.no_job_listings_found a .meta .job-type,
ul.job_listings li.job_listing a .meta .job-type,
ul.job_listings li.no_job_listings_found a .meta .job-type {
  font-size: 15px;
  font-family: "Assistant", sans-serif;
}

.rp4wp-related-job_listing &gt; ul li.job_listing a div.location,
.rp4wp-related-job_listing &gt; ul li.no_job_listings_found a div.location,
ul.job_listings li.job_listing a div.location,
ul.job_listings li.no_job_listings_found a div.location {
  text-transform: capitalize;
  font-family: "Assistant", sans-serif;
}

.rp4wp-related-job_listing &gt; ul li.job_listing a div.location strong,
.rp4wp-related-job_listing &gt; ul li.no_job_listings_found a div.location strong,
ul.job_listings li.job_listing a div.location strong,
ul.job_listings li.no_job_listings_found a div.location strong {
  color: var(--primary-color-one) !important;
}

.rp4wp-related-job_listing &gt; ul li.job_listing.job_position_featured a,
.rp4wp-related-job_listing
  &gt; ul
  li.no_job_listings_found.job_position_featured
  a,
ul.job_listings li.job_listing.job_position_featured a,
ul.job_listings li.no_job_listings_found.job_position_featured a {
  opacity: 1 !important;
}

.rp4wp-related-job_listing &gt; ul li.job_listing.job_position_featured,
.rp4wp-related-job_listing &gt; ul li.no_job_listings_found.job_position_featured,
ul.job_listings li.job_listing.job_position_featured,
ul.job_listings li.no_job_listings_found.job_position_featured {
  border-color: #fefee5 !important;
}

.rp4wp-related-job_listing &gt; ul li.job_listing,
.rp4wp-related-job_listing &gt; ul li.no_job_listings_found,
ul.job_listings li.job_listing,
ul.job_listings li.no_job_listings_found {
  border-color: var(--primary-color-three) !important;
}

.rp4wp-related-job_listing &gt; ul li.job_listing:hover,
.rp4wp-related-job_listing &gt; ul li.job_listing:focus,
.rp4wp-related-job_listing &gt; ul li.no_job_listings_found:hover,
.rp4wp-related-job_listing &gt; ul li.no_job_listings_found:focus,
ul.job_listings li.job_listing:hover,
ul.job_listings li.job_listing:focus,
ul.job_listings li.no_job_listings_found:hover,
ul.job_listings li.no_job_listings_found:focus {
  border-color: var(--primary-color-three) !important;
}

.job-manager-form h2 {
  margin-bottom: 30px;
  margin-top: 20px;
}

.job-manager-form input[type="file"] {
  padding: 10px 15px 10px 15px;
}

.job-manager-form fieldset label:not(.full-line-checkbox-field label) {
  font-size: 16px;
  color: var(--heading-dark);
  line-height: 28px;
  font-weight: 600;
  font-family: "Assistant", sans-serif;
}

.job-manager-form .spinner {
  position: absolute;
  bottom: -20px;
  right: 0;
}

.rp4wp-related-job_listing &gt; ul li.job_listing a div.position h3,
.rp4wp-related-job_listing &gt; ul li.no_job_listings_found a div.position h3,
ul.job_listings li.job_listing a div.position h3,
ul.job_listings li.no_job_listings_found a div.position h3 {
  margin: 0px 0px 10px !important;
}

.header.header_default.style_nine .header_right_content .search-toggler,
.header.header_default.style_nine .header_right_content .theme-btn {
  margin-left: 20px;
}

.header.header_default.style_nine.pack_two_style_two,
.header.header_default.style_nine.pack_two_style_one {
  position: relative;
}

.header.header_default.style_nine.pack_two_style_two .header_right_content,
.header.header_default.style_nine.pack_two_style_one .header_right_content {
  position: relative;
}

.header.header_default.style_nine.pack_two_style_two
  .header_right_content
  .search-toggler,
.header.header_default.style_nine.pack_two_style_one
  .header_right_content
  .search-toggler {
  border: 0px;
  background: unset;
  color: var(--heading-dark);
  font-size: 20px;
  line-height: 20px;
}

.sidemenu_area {
  position: fixed;
  top: 0px;
  right: -100px;
  z-index: 99999999;
  width: 80%;
  height: 100%;
  text-align: center;
  transform: translateX(100%);
  transition: transform 500ms ease;
  transition: transform 500ms ease;
  border-radius: 10px 0px 0px 10px;
}

.sidemenu_area .side_menu_content {
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 99999999999;
  box-shadow: var(--box-shadow-two);
  overflow: auto;
  padding: 40px 0px 0px;
  border: 1px solid var(--border-color-one);
}

.sidemenu_area .side_menu_content #side_menu_toggle_btn_close {
  position: fixed;
  background: var(--primary-color-one);
  font-size: 20px;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  top: 6px;
  left: -19px;
  border-radius: 50px;
  right: 0;
  z-index: 999999;
}

.sidemenu_area .side_menu_content::-webkit-scrollbar {
  width: 8px;
}

.sidemenu_area .side_menu_content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #f1f1f1;
  background: #f1f1f1;
}

.sidemenu_area .side_menu_content::-webkit-scrollbar-thumb {
  background: var(--primary-color-one);
  box-shadow: inset 0 0 6px var(--primary-color-one);
}

.sidemenu_area .side_menu_content::-webkit-scrollbar-thumb:window-inactive {
  background: var(--primary-color-one);
}

body.side_menu_toggled .sidemenu_area {
  transform: translateX(0%);
  right: 0;
}

body.side_menu_toggled #side_menu_toggle_btn {
  opacity: 0;
  visibility: hidden;
}

body.side_menu_toggled .style-switcher {
  z-index: 9999;
}

@media (min-width: 1500px) {
  .sidemenu_area {
    width: 65%;
  }
}

.sidemenu_content_bx {
  position: fixed;
  top: 20%;
  right: 8px;
  min-width: 75px;
  height: auto;
  transition: 500ms;
  z-index: 999999;
  min-height: 432px;
  margin: auto;
  transition: 0.5s ease-in-out !important;
}

.sidemenu_content_bx .not_for_mobile_cart {
  display: block !important;
}

.sidemenu_content_bx.scrolled {
  opacity: 0;
  top: 25%;
  visibility: hidden;
}

.sidemenu_content_bx li {
  text-align: center;
  display: block;
  position: relative;
  padding: 8px 8px;
  border-radius: 5px;
  z-index: 999999;
  font-size: 12px;
  color: #fff;
  border: 1px solid #fc2158;
  background-color: #fc2158;
  transition: 0.5s ease-in-out !important;
}

.sidemenu_content_bx li .mini-cart-count {
  position: absolute;
  width: 25px;
  top: 10px;
  left: -14px;
  height: 25px;
  font-size: 12px;
  line-height: 25px;
  text-align: center;
  border-radius: 30px;
  background: #fff;
  color: var(--text-color-dark);
  box-shadow: var(--box-shadow);
  font-weight: 600;
}

.sidemenu_content_bx li a {
  color: #fff;
  line-height: 10px;
}

.sidemenu_content_bx li img {
  width: 28px;
  display: block;
  padding-bottom: 5px;
  margin: auto;
}

.sidemenu_content_bx li:hover {
  border: 1px solid #fff;
}

@media (max-width: 992px) {
  .sidemenu_content_bx {
    display: none;
  }
}

.map-section .google-map {
  height: 545px;
}

/*------===============-responsive scs-==============------*/
/*---slider---cs----*/
@media (max-width: 1199px) {
  .mini_cart_togglers.fixed_cart {
    top: unset;
    bottom: 40px;
  }

  .style-switcher #switcher-toggler {
    top: unset;
    bottom: 70px;
  }

  .sidemenu_area {
    width: 70%;
  }

  .crt_mobile_menu .menu-box {
    width: 90%;
  }

  .account_dashboard_cm {
    display: block !important;
  }

  .account_dashboard_cm .woocommerce-MyAccount-navigation {
    width: 100% !important;
    display: block !important;
    padding: 30px 30px 15px 30px;
  }

  .account_dashboard_cm .woocommerce-MyAccount-navigation li {
    display: inline-block;
    border: unset !important;
    padding: 0px 20px 0px 35px;
    margin-bottom: 15px !important;
  }

  .account_dashboard_cm .woocommerce-MyAccount-content {
    display: block !important;
    padding: 30px;
  }

  .page-template-elementor_canvas .account_dashboard_cm:before,
  .page-template-template-full-empty .account_dashboard_cm:before {
    display: none;
  }

  .page_wapper {
    overflow: hidden;
  }

  .modal_popup {
    padding: 50px 20px;
  }

  .header.style_one.style_two_remade {
    position: relative;
  }

  .header.style_one.style_two_remade .auto-container {
    padding: 15px 0px 15px;
    border-radius: 0px;
  }

  .header.style_three .mid_logo_icon {
    margin-bottom: 20px;
  }

  .header.style_three .same_column {
    padding: 0px !important;
    width: 33.33%;
  }

  .header.style_three .same_column::before {
    display: none !important;
  }

  .header.style_three .navbar_outer .menu_column {
    width: 100% !important;
    padding: 0px !important;
  }

  .header.style_three .navbar_outer .menu_column .hamburger_menu {
    float: left !important;
    top: 13px;
  }

  .header.style_three .navbar_outer .menu_column .hamburger_menu .line {
    background-color: #fff !important;
  }

  .header.style_three .navbar_outer .header_content_collapse {
    display: block !important;
  }

  .header.style_three .navbar_outer .header_content_collapse .header_menu_box {
    display: none !important;
  }

  .fixed-header
    .header.style_three
    .navbar_outer
    .menu_column
    .hamburger_menu
    .line {
    background-color: var(--primary-color-two) !important;
  }

  .slider.pag_position_one .owl-dots {
    position: absolute !important;
    top: inherit !important;
    left: 0px !important;
    transform: inherit !important;
    bottom: 20px !important;
    right: 0 !important;
    margin: auto;
    text-align: center;
    width: 100% !important;
  }

  .slider .p_pagination .swiper-pagination .owl-dots .owl-dot {
    display: inline-block !important;
    margin: 0px 10px !important;
  }

  br {
    display: none;
  }

  .parallax_cover img {
    object-fit: cover !important;
  }

  .area_of_expertise .parallax_cover .simpleParallax img {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
  }

  .area_of_expertise .shape_enable {
    display: none;
  }

  .testimonial_sec.style_one .icon_quotes {
    position: relative;
    left: inherit !important;
    margin-bottom: 35px;
  }

  .team_intro_box .image_right,
  .team_intro_box .image_right img {
    height: 250px !important;
    width: auto !important;
  }

  .team_intro_box .image_right {
    top: inherit;
    bottom: 0px;
  }

  .contact_form_box_all.type_one
    .contact_form_box_inner
    .contact_form_shortcode
    p {
    margin-bottom: 15px !important;
  }

  .slider.style_one:before,
  .slider.style_four:before {
    display: none;
  }
}

@media (max-width: 992px) {
  .not_for_mobile_cart {
    display: none;
  }

  .area_of_expertise .expertise_box:first-child::after {
    display: none;
  }

  .slider_version_v2.style_five .slide-item-content .slider_content {
    padding: 100px 0px !important;
  }

  .header_boxed.style_four {
    position: relative;
  }

  .breadcrumbs ul li {
    margin-bottom: 5px;
  }

  .right-sidebar .all_side_bar .side_bar,
  .left-sidebar .all_side_bar .side_bar {
    padding-right: 0px;
    margin-right: 0px;
  }

  .left-sidebar .all_side_bar .side_bar::after {
    display: none;
  }

  .slider.style_two {
    min-height: auto;
  }

  .grid_show_case .grid_box {
    width: 50% !important;
  }

  .slider.style_one .slide-item-content .slider_content,
  .slider.style_four .slide-item-content .slider_content,
  .slider.style_two .slide-item-content .auto-container {
    padding: 150px 0px !important;
  }

  .slider.style_two .slide-item-content,
  .slider.style_one .slide-item-content {
    text-align: center;
  }

  .slider.style_two .slide-item-content.content_right .slider_image,
  .slider.style_two .slide-item-content.content_left .slider_image {
    display: none !important;
  }

  .slider.style_two .slide-item-content .slider_content h1,
  .slider.style_four .slide-item-content .slider_content h1,
  .slider.style_one .slide-item-content .slider_content h1 {
    font-size: 50px;
    line-height: 60px;
    padding-left: 0px;
    border: 0px;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }

  .slider.nav_position_one .owl-next {
    position: absolute;
    top: inherit;
    bottom: 80px;
    display: inline-block;
    right: 75px;
  }

  .slider.nav_position_one .owl-prev {
    position: absolute;
    top: inherit;
    bottom: 82px;
    left: 14px;
    display: inline-block;
  }

  .slider.style_two .owl-prev::before,
  .slider.style_two .owl-next::before {
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: var(--primary-color-one);
  }

  .title_all_box .title_sections h2,
  .title_all_box.style_one .title_sections h2,
  .title_all_box.style_two .title_sections h2 {
    font-size: 36px;
    line-height: 46px;
  }

  .call_to_action.style_one .left_content {
    padding: 80px 30px;
  }

  .call_to_action.style_one .left_content .main_content h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .call_to_action.style_one .bottom_content .button_content {
    display: block;
  }

  .call_to_action.style_one .bottom_content .button_content a {
    margin-bottom: 15px;
  }

  .call_to_action.style_one .bottom_content .call_content {
    margin-left: 0px;
  }

  .image_boxes.style_one {
    display: block;
  }

  .image_boxes.style_one .image.one {
    width: 100%;
    height: 100%;
  }

  .image_boxes.style_one .image.two {
    left: 0;
    right: 0;
    margin: auto;
  }

  .project_all.filt_style_one .fliter_group .project_filter li {
    margin-bottom: 5px;
  }

  .slider.style_one .slide-item-content .slider_image {
    display: none !important;
  }

  .newsteller.style_one .content {
    margin-bottom: 20px;
  }

  .image_boxes.style_two .image.one {
    width: 100%;
    display: block;
    margin-bottom: 30px;
  }

  .image_boxes.style_two {
    width: 100%;
    display: block;
    min-height: auto;
  }

  .image_boxes.style_two .image.two {
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 30px;
    float: none;
    right: inherit;
    margin-top: 0px;
  }

  .image_boxes.style_two .authour_quotes {
    width: auto;
    display: inline-block;
    bottom: inherit;
    top: 30px;
    left: 30px;
  }

  .image_boxes.style_two .background_image {
    display: none;
  }

  .error_404 {
    margin-bottom: 30px;
    text-align: center;
  }

  .team_intro_box .team_intro_inner .team_intro_start .title h6 {
    font-size: 26px;
    line-height: 36px;
  }

  .team_intro_box .team_intro_inner .team_intro_start .title h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .price_plan_box.style_one,
  .price_plan_box.style_two {
    margin-bottom: 30px;
  }

  .single-post.right-sidebar .content-area,
  .single-post.left-sidebar .content-area {
    padding: 0px 0px !important;
  }

  .project_box.style_three .content_inner {
    float: none;
    width: 100%;
    margin-bottom: 30px;
    padding: 0px;
  }

  .project_box.style_three {
    padding: 30px;
  }

  .project_box.style_three .image {
    width: 100%;
    float: none;
  }

  .modal_popup .modal-popup-inner .about_company_inner {
    padding: 40px;
  }

  .area_of_expertise .title_and_video .video_box {
    position: relative;
    margin-bottom: 50px;
  }

  .area_of_expertise .title_and_video .title_all_box {
    text-align: center !important;
  }

  .top_bar.style_two {
    padding: 15px 0px 20px !important;
  }

  .slider_version_v3.style_one .slide-item-content .slider_content {
    padding: 0px 0px 50px !important;
  }
}

@media (max-width: 768px) {
  .testimonial_sec.style_three .arrows {
    z-index: 99;
  }

  .testimonial_sec.style_three .arrows .prev-single-one_three {
    left: 0;
  }

  .testimonial_sec.style_three .arrows .next-single-one_three {
    right: 50px;
  }

  .testimonial_sec.style_v2_two .arrows {
    position: relative;
    top: unset;
  }

  .testimonial_sec.style_v2_two .arrows .next-single-one {
    right: 60px;
  }

  .testimonial_sec.style_v2_two .arrows .prev-single-one {
    left: 0px;
  }

  .hidden-sm {
    display: none;
  }

  .slider.pag_position_two .owl-dots {
    position: absolute;
    left: unset !important;
    width: 100% !important;
    top: unset !important;
    bottom: 10px !important;
  }

  .slider.pag_position_two .owl-dots .owl-dot {
    display: inline-block !important;
    margin: 0px 8px !important;
  }

  .crt_mobile_menu
    .menu-box
    .menu-outer
    ul.navbar_nav
    li.dropdown.mega_menu
    .dropdown-menu
    .m_column {
    width: 50%;
  }

  .page_header_default .page_header_content .banner_title_inner .title_page {
    font-size: 30px;
    line-height: 40px;
  }

  .sidemenu_area {
    width: 100%;
  }

  .heading.type_one .heading_text {
    font-size: 30px;
    line-height: 40px;
  }

  .sidemenu_area .side_menu_content #side_menu_toggle_btn_close {
    left: unset;
    position: absolute;
    right: 0px;
    top: 0;
    border-radius: 0px;
  }

  .style-switcher {
    display: none;
  }

  .news_box.default_style.list_view {
    display: block;
  }

  .news_box.default_style.list_view .image {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: auto;
    overflow: hidden;
  }

  .news_box.default_style.list_view .content_box {
    padding: 30px 20px;
  }

  .newsteller.style_two .item_scubscribe {
    width: 100%;
  }

  .newsteller.style_two .item_scubscribe input[type="submit"] {
    position: relative;
    text-align: center;
    margin: auto;
    margin-top: 10px;
  }

  .single_banner.style_one .slider_content h1 {
    font-size: 40px;
    line-height: 52px;
  }

  .single_banner.style_one .slider_content h6 {
    font-size: 15px;
    line-height: 28px;
  }

  .modal_popup .modal-popup-inner .post_contet_modal .post_enable {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .modal_popup
    .modal-popup-inner
    .post_contet_modal
    .post_enable
    .modal_post_grid
    img {
    width: 100px;
    height: 100px;
  }

  .sec_comments .comment-respond form .comment-form-author,
  .sec_comments .comment-respond form .comment-form-email {
    width: 100% !important;
  }

  .image_boxes .image_box {
    position: relative;
    margin: 20px 0px !important;
    width: 100%;
  }

  .image_boxes .image_box img {
    width: 100% !important;
  }

  .side_bar_cart .cart_right_conten {
    width: 100%;
  }

  .header_boxed.style_four .top_bar .theme-btn {
    padding: 0px 20px;
  }

  .header.style_three .same_column {
    padding: 0px !important;
    width: 50%;
    margin-bottom: 15px !important;
  }

  .testimonial_sec.style_v2_one .testimonial_box {
    display: block;
  }

  .testimonial_sec.style_v2_one .testimonial_box .image {
    min-width: 100%;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 5px;
  }

  .testimonial_sec.style_v2_one .testimonial_box .authour_details {
    min-width: 100%;
    width: 100%;
  }

  .testimonial_sec.style_v2_one .arrows {
    position: relative;
    height: 50px;
    padding-top: 20px;
    left: 0;
  }

  .testimonial_sec.style_v2_one .arrows .prev-single-one {
    left: 10px;
  }

  .testimonial_sec.style_v2_one .arrows .next-single-one {
    right: 10px;
  }

  .slider.nav_position_one .owl-next,
  .slider.nav_position_one .owl-prev {
    display: none !important;
  }

  .tags_and_share {
    text-align: center;
  }

  .tags_and_share .tags_content {
    margin-bottom: 15px;
  }

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

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

  .previouse_next_post ul li {
    float: none;
    width: 100%;
    padding: 0px;
  }

  .previouse_next_post ul li .prev_post {
    margin-right: 0px;
    margin-bottom: 20px;
    text-align: center;
  }

  .previouse_next_post ul li .prev_post .arrow {
    position: relative;
    left: inherit;
  }

  .previouse_next_post ul li .prev_post .text {
    margin-top: 20px;
    margin-left: 0px !important;
  }

  .previouse_next_post ul li .next_post {
    margin-left: 0px;
  }

  .previouse_next_post ul li .next_post .text {
    margin-left: 0px;
    margin-bottom: 20px;
    text-align: center;
  }

  .previouse_next_post ul li .next_post .arrow {
    position: relative;
    right: inherit;
  }

  .previouse_next_post ul li .next_post .text {
    margin-top: 20px;
    margin-right: 0px !important;
  }

  .tabs_all_box.type_one .tab_content .content_image h6 {
    font-size: 22px;
    line-height: 32px;
  }

  .blog_single_pageheader.page_header_default .meta_blog_single .left_side {
    float: none;
    margin-bottom: 20px;
    padding: 0px;
  }

  .blog_single_pageheader.page_header_default .page_header_content,
  .blog_single_pageheader.page_header_default
    .page_header_content
    .banner_title_inner {
    text-align: left !important;
  }

  .blog_single_pageheader.page_header_default .meta_blog_single {
    margin-bottom: 60px;
  }

  .blog_single_pageheader.page_header_default .meta_blog_single .right_side {
    float: none;
    margin-bottom: 20px;
  }

  .blog_single_pageheader.page_header_default
    .meta_blog_single
    .right_side
    .content_box_auht {
    position: relative;
    display: block !important;
    text-align: left;
    padding-left: 70px;
  }

  .blog_single_pageheader.page_header_default
    .meta_blog_single
    .right_side
    .content_box_auht
    .authour_content {
    text-align: left !important;
  }

  .blog_single_pageheader.page_header_default
    .meta_blog_single
    .right_side
    .content_box_auht
    .authour_image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }

  .blog_single_pageheader.page_header_default .page_header_content {
    padding: 100px 0px 60px;
  }

  .tabs_all_box.type_one .tab_content .content_image h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .time_line_section.style_one .time_line_box {
    padding-left: 50px;
    padding-right: 50px;
  }

  .tabs_all_box.type_one .tabs_header {
    position: relative;
    top: inherit;
    width: 100%;
    bottom: inherit;
    left: inherit;
    margin-bottom: 30px;
  }

  .tabs_all_box.type_one .tab_content .content_image {
    margin-left: 0px;
    padding: 255px 30px 50px;
  }

  .tabs_all_box.type_one {
    padding: 0px 15px;
  }

  .slider .slide-item-content .slider_content h1 {
    font-size: 40px !important;
    line-height: 50px !important;
  }

  .slider .slide-item-content .slider_content h1 span {
    font-size: 30px !important;
    line-height: 50px !important;
  }

  .header.style_two .logo_column .header_log_outer .phone_box {
    display: none;
  }

  .header.style_two .logo_column .header_log_outer .header_logo_box {
    margin-right: 0px;
  }

  .grid_show_case .grid_box {
    width: 50% !important;
  }

  .title_all_box .title_sections h2,
  .title_all_box.style_one .title_sections h2,
  .title_all_box.style_two .title_sections h2,
  .title_all_box.style_one .title_sections .title,
  .title_all_box.style_two .title_sections .title {
    font-size: 32px;
    line-height: 42px;
  }

  .job_grid_box .inner_bx .logo_bx {
    position: relative;
  }

  .job_grid_box .inner_bx .content_bx {
    margin-left: 0px;
    margin-top: 20px;
  }

  .faqs_accordion.type_one .article-title {
    font-size: 18px;
    line-height: 28px;
  }

  .call_to_action.style_one .left_content {
    padding: 80px 20px;
  }

  .call_to_action.style_one .left_content .main_content h6 {
    font-size: 18px;
    line-height: 28px;
  }

  .call_to_action.style_one .left_content .main_content h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .call_to_action.style_one .left_content .main_content p {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }

  .title_all_box .title_sections .before_title,
  .title_all_box.style_one .title_sections .before_title,
  .title_all_box.style_two .title_sections .before_title {
    font-size: 16px;
    line-height: 26px;
  }

  .icon_box_all.style_one .icon_content h3 a {
    font-size: 18px;
    line-height: 28px;
  }

  .title_all_box .title_sections p,
  .title_all_box.style_one .title_sections p,
  .title_all_box.style_two .title_sections p {
    font-size: 15px;
    line-height: 26px;
  }

  .testimonial_sec.style_one.light_color .testimonial_box .comment {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
  }

  .team_box.style_one .team_box_outer .about_member .authour_details h6 {
    font-size: 20px;
    line-height: 30px;
  }

  .fourntcontent {
    text-align: center;
  }

  .fourntcontent h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .fourntcontent h2 {
    font-size: 24px;
    line-height: 34px;
  }

  .team_intro_box .team_intro_inner .team_intro_start .title h6 {
    font-size: 22px;
    line-height: 32px;
  }

  .team_intro_box .team_intro_inner .team_intro_start .title h1 {
    font-size: 32px;
    line-height: 42px;
  }

  .team_intro_box .team_intro_inner .team_intro_start .quotes span {
    position: relative;
    top: inherit;
    left: inherit;
    margin-bottom: 20px;
    display: block;
  }

  .team_intro_box .team_intro_inner .team_intro_start .quotes {
    padding-left: 0px;
  }

  .team_intro_box .team_intro_inner .team_intro_start .quotes h5 {
    font-size: 18px;
    line-height: 28px;
  }

  .team_intro_box .team_intro_inner .team_intro_start .authour_dtls {
    margin-left: 0px;
  }

  .team_intro_box .team_intro_inner .team_intro_start .left_content {
    padding: 80px 60px 270px;
  }

  .team_intro_box .image_right {
    display: none;
  }

  .price_plan_box.style_one .top h2 {
    font-size: 24px;
    line-height: 34px;
  }

  .call_to_action.style_two .image_right {
    opacity: 0.5;
  }

  .call_to_action.style_two .left_content h1 {
    font-size: 26px;
    line-height: 36px;
  }

  .client_logo_carousel .swiper-slide .image::before {
    display: none;
  }

  .counter_section .logo_sec {
    margin-bottom: 30px;
  }

  .counter_section .title h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 15px;
  }

  .blog.right-sidebar .content-area,
  .blog.left-sidebar .content-area {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

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

  .offer.style_one h1 {
    font-size: 40px;
    line-height: 56px;
  }

  .newsteller.style_three h2 {
    font-size: 40px;
    line-height: 56px;
  }

  .woocommerce .woocommerce-error .button,
  .woocommerce .woocommerce-info .button,
  .woocommerce .woocommerce-message .button,
  .woocommerce-page .woocommerce-error .button,
  .woocommerce-page .woocommerce-info .button,
  .woocommerce-page .woocommerce-message .button {
    float: unset !important;
    display: inline-block;
    width: 100%;
  }

  .image_box_new.type_two .image.one {
    float: unset;
  }

  .image_box_new.type_two .image.two {
    position: relative;
    top: unset;
    right: unset;
    padding-top: 15px;
  }

  .image_box_new.type_two img {
    width: 100%;
  }

  .team_box.type_one .image_box img {
    width: 100%;
  }
}

@media (max-width: 550px) {
  .process_box.style_two .process_box_outer_two .content_box .icon {
    float: unset;
    margin-bottom: 15px;
  }

  .process_box.style_two .process_box_outer_two .content_box h2 {
    margin-left: unset;
  }

  .account_dashboard_cm .woocommerce-MyAccount-navigation li {
    display: block;
  }

  .header.style_three .same_column {
    width: 100%;
  }

  .offer.style_one h1 {
    font-size: 30px;
    line-height: 46px;
  }

  .newsteller.style_three h2 {
    font-size: 30px;
    line-height: 46px;
  }

  .offer.style_one .counter_section .Countdown-timer .item {
    padding: 0px 0px !important;
    margin: 0px 0px 20px !important;
  }

  .offer.style_one .counter_section .Countdown-timer .item:last-child {
    margin-bottom: 0px !important;
  }

  .header.style_three .col-lg-9.col-md-12 {
    display: none;
  }

  .header.style_three .mid_logo_icon {
    margin-bottom: 0px !important;
    text-align: center;
  }

  .header.style_three .header_right_content ul li:first-child {
    display: none !important;
  }

  .project_all.filt_style_two .fliter_group .project_filter li,
  .project_all.filt_style_three .fliter_group .project_filter li,
  .project_all.filt_style_four .fliter_group .project_filter li,
  .project_all.filt_style_five .fliter_group .project_filter li {
    display: block;
    margin-bottom: 15px;
  }

  .team_intro_box .team_intro_inner .team_intro_start .title h6 {
    font-size: 18px;
    line-height: 28px;
  }

  .team_intro_box .team_intro_inner .team_intro_start .title h1 {
    font-size: 26px;
    line-height: 36px;
  }

  .tabs_all_box.type_one .tab_content .content_image h6 {
    font-size: 18px;
    line-height: 28px;
  }

  .tabs_all_box.type_one .tab_content .content_image h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 12px;
  }

  .tabs_all_box.type_one .tab_content .content_image h2 p {
    font-size: 15px;
    line-height: 26px;
  }

  .slider .slide-item-content .slider_content h1 {
    font-size: 28px !important;
    line-height: 42px !important;
  }

  .slider .slide-item-content .slider_content h1 span {
    font-size: 20px !important;
    line-height: 30px !important;
  }

  .slider.style_three .slide-item-content .slider_content ul li:last-child {
    display: none !important;
  }

  .slider.style_three
    .slide-item-content.content_right
    .slider_content
    ul
    li
    .theme-btn {
    margin: 0px !important;
  }

  .slider .slide-item-content .slider_content p {
    font-size: 14px !important;
    line-height: 24px !important;
    margin-bottom: 20px !important;
  }

  .grid_show_case .grid_box {
    width: 100% !important;
  }

  .title_all_box .title_sections h2,
  .title_all_box.style_one .title_sections h2,
  .title_all_box.style_two .title_sections h2 {
    font-size: 28px !important;
    line-height: 38px !important;
  }

  p {
    font-size: 14px !important;
    line-height: 24px !important;
  }

  .call_to_action.style_one .left_content {
    padding: 80px 10px;
  }

  .call_to_action.style_one .left_content .main_content h1 {
    font-size: 28px;
    line-height: 38px;
  }

  .call_to_action.style_one .left_content .main_content p {
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 26px;
  }

  .title_all_box .title_sections .before_title,
  .title_all_box.style_one .title_sections .before_title,
  .title_all_box.style_two .title_sections .before_title {
    font-size: 16px !important;
    line-height: 26px !important;
  }

  .image_boxes.style_four .image_content_inner h2 {
    font-size: 16px;
    line-height: 26px;
    text-align: left;
  }

  .image_boxes.style_four .image_box.one {
    margin-bottom: 15px;
  }

  .image_boxes.style_four .image_box .pad_zero_left {
    padding: 0px !important;
    margin-bottom: 15px;
  }

  .image_boxes.style_four .image_box .pad_zero_right {
    padding: 0px !important;
  }

  .image_boxes.style_one {
    display: block;
  }

  .image_boxes.style_one .image.two {
    position: relative;
    margin-top: 20px !important;
    width: 100%;
    height: 100%;
    bottom: inherit;
    left: inherit;
    right: inherit;
    margin: auto;
  }

  .testimonial_sec.style_two .single_swiper_tab .swiper-wrapper .swiper-slide {
    width: 100% !important;
  }

  .testimonial_sec.style_two .testimonial_box .comment {
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
  }

  .news_box .content_box h2 a {
    font-size: 16px !important;
    line-height: 26px !important;
  }

  .testimonial_sec.style_one.light_color .testimonial_box .comment {
    font-size: 15px;
    line-height: 26px;
  }

  .testimonial_sec.style_one.light_color
    .testimonial_box
    .authour_details
    .details
    h2 {
    font-size: 18px;
    line-height: 28px;
  }

  .team_box.style_one .team_box_outer .about_member .authour_details h6 {
    font-size: 18px;
    line-height: 28px;
  }

  .newsteller.style_one .content h2 {
    font-size: 22px;
    line-height: 32px;
  }

  .fourntcontent h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .fourntcontent h2 {
    font-size: 18px;
    line-height: 28px;
  }

  .progress_bar.style_two .progress {
    float: none;
  }

  .progress_bar.style_two .content_box {
    margin-left: 0px;
    margin-top: 15px;
  }

  .progress_bar.style_two .content_box h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .price_plan_box.style_one .top h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .price_plan_box.style_one .mid h4 {
    font-size: 38px;
    line-height: 48px;
  }

  .call_to_action.style_two .left_content h1 {
    font-size: 22px;
    line-height: 32px;
  }

  .call_to_action.style_two .image_right {
    margin: 0px !important;
    top: inherit;
    bottom: 0;
  }

  .call_to_action.style_two .image_right img {
    height: 250px;
    width: auto;
  }

  .call_to_action.style_two .left_content {
    padding: 50px 0px;
  }

  .call_to_action.style_two .left_content .call_content {
    display: block;
  }

  .call_to_action.style_two .left_content .call_content .content_bx {
    margin-left: 0px;
    margin-top: 15px;
  }

  .service_box.style_four .service_content .content_inner h2 a {
    font-size: 18px;
    line-height: 28px;
  }

  .counter_section .title h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .counter_section .title h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .counter_section .Countdown-timer .item {
    display: block;
  }

  .counter_section .Countdown-timer .item span {
    font-size: 22px;
    line-height: 32px;
  }

  .counter_section .Countdown-timer .item small {
    display: none;
  }

  .service_post.style_one .service_content h2 a,
  .service_box.style_two .service_content_two .overlay_content h2 a,
  .service_box.style_three .service_content .content_inner h2 a,
  .project_post.style_four .project_caro_content h2 a,
  .project_post.style_four .project_caro_content h2 a,
  .project_box.style_three .content_inner h2 a,
  .project_post.style_five .project_caro_content h2 a {
    font-size: 18px;
    line-height: 28px;
  }

  .project_information h2 {
    font-size: 20px;
    line-height: 20px;
  }

  .project_box.style_three {
    padding: 20px;
  }

  .project_box.style_three .image .text {
    position: relative;
    bottom: 0;
    right: 0;
    padding: 10px 15px;
    border-radius: 0px;
  }

  .project_box.style_three .image .text ul li span {
    margin-left: 0px;
  }

  .project_box.style_three .content_inner .share_socail button {
    margin-bottom: 5px;
  }

  .project-wrapper.grid-item {
    padding: 0px 8px;
  }

  .contact_form_box_all.type_one .contact_form_box_inner {
    padding: 30px 15px;
  }

  .contact_form_box_all.type_one
    .contact_form_box_inner
    .contact_form_shortcode
    p
    i {
    top: 40px;
    font-size: 12px;
    height: 12px;
  }
}

@media (max-width: 550px) {
  .crt_mobile_menu
    .menu-box
    .menu-outer
    ul.navbar_nav
    li.dropdown.mega_menu
    .dropdown-menu
    .m_column {
    width: 100%;
    padding: 0px;
  }

  .modal_popup .modal-popup-inner .form_inner {
    padding: 30px;
  }

  .service_post.style_five .content_box h2 a,
  .project_post.style_eight .content_box h2 a {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
  }

  .news_box.style_eight .content_box a.link__go {
    font-size: 14px;
  }

  .project_all.filt_style_eight .fliter_group .project_filter li {
    display: block;
    margin-bottom: 10px;
  }

  .service_post.style_five .content_box .read_more {
    font-size: 14px;
  }

  .image_boxes.style_six .image_box .experience {
    bottom: 10px;
  }

  .image_boxes.style_six .image_box .experience .experience_inner h2 {
    font-size: 18px;
    line-height: 28px;
  }

  .link_box_contents.style_one .link_content_bx .image_box img,
  .link_box_contents.style_two .link_content_bx .image_box img {
    height: auto;
  }

  .time_line_section.style_two .event_box .date_box h6 {
    font-size: 14px;
  }

  .header.style_five .container-fluid {
    padding: 0px 0px;
  }

  .slider.style_two .slide-item-content .slider_content ul li:last-child {
    display: none !important;
  }

  .crt_mobile_menu .menu-box {
    width: 100%;
  }

  .area_of_expertise .title_and_video .col-lg-4 {
    text-align: center;
  }

  .slider_version_v2.style_four .slider_content .thm_btn a {
    margin-bottom: 10px !important;
  }

  .area_of_expertise .expertise_box .step_number h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .area_of_expertise .expertise_box .title {
    margin-left: 90px;
  }

  .area_of_expertise .expertise_box .title a {
    font-size: 18px;
    line-height: 28px;
  }

  .slider.style_four .slide-item-content .slider_content h6 {
    font-size: 13px;
    line-height: 23px;
    padding: 8px 20px;
    border-width: 1px;
  }

  .theme-btn.one,
  .theme-btn.two,
  .theme-btn.three,
  .theme-btn.five .theme-btn.six {
    height: 46px;
    line-height: 48px !important;
    min-height: 46px;
    font-size: 12px;
    padding: 0px 25px;
    min-width: auto;
  }

  .team_intro_box .team_intro_inner .team_intro_start .left_content {
    padding: 60px 30px 280px;
  }

  .breadcrumbs ul {
    display: block;
  }

  .breadcrumbs ul li {
    display: inline-block;
  }
}

@keyframes modal-video {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes modal-video-inner {
  from {
    transform: translate(0, 100px);
  }

  to {
    transform: translate(0, 0);
  }
}

.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video;
  transition: opacity 0.3s ease-out;
}

.modal-video-effect-exit {
  opacity: 0;
}

.modal-video-effect-exit .modal-video-movie-wrap {
  transform: translate(0, 100px);
}

.modal-video-body {
  max-width: 960px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}

.modal-video-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

@media (orientation: landscape) {
  .modal-video-inner {
    padding: 10px 60px;
    box-sizing: border-box;
  }
}

.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video-inner;
  transform: translate(0, 0);
  transition: transform 0.3s ease-out;
}

.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -45px;
  right: 0px;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent;
}

@media (orientation: landscape) {
  .modal-video-close-btn {
    top: 0;
    right: -45px;
  }
}

.modal-video-close-btn:before {
  transform: rotate(45deg);
}

.modal-video-close-btn:after {
  transform: rotate(-45deg);
}

.modal-video-close-btn:before,
.modal-video-close-btn:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px;
}

iframe {
  width: 100%;
}

.pdfHover:hover {
  text-decoration: underline;
}
.arrowHover:hover {
  color: white !important;
}
.career:hover {
  background-color: #f7f8fc;
}
.team-card:hover .ourPeople {
  opacity: 1 !important;
}

.pressHover:hover {
  text-decoration: underline;
}

.searchCat:hover {
  color: #02b7f0;
}

.ResponsiveContainer {
  display: none;
}

.presButton {
  width: "95%";
}

@media (max-width: 767px) {
  .ResponsiveContainer {
    display: block;
    width: "120%";
  }

  .addspace {
    padding: 15px;
  }
}

.ResponsiveContainerDesk {
  display: none;
}

@media (min-width: 768px) {
  .ResponsiveContainerDesk {
    display: block;
  }

  .addspace {
    padding: 1px 5px 1px 1px !important;
  }
}

.download-link-button {
  font-size: 16px;
}

.whitepaperMobile {
  padding: 0px 20px;
}

.homesearch {
  /* margin-left: 180px; */
  width: 72%;
}
.homeInput {
  width: 65%;
}

@media (max-width: 768px) {
  .download-link-button {
    font-size: 14px !important;
    width: 100% !important;
  }

  .whitepaperMobile {
    padding: 0px 20px;
  }

  .homesearch {
    margin-left: 1px;
    padding: 10px;
    width: 100%;
  }
  .homeInput {
    width: 100%;
  }
}

/*
Generat Settings
*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

html,
body {
  overflow-x: hidden;
  width: 100%;
}

/* Sections
     ========================================================================== */

/**
   * Remove the margin in all browsers.
   */

body {
  font-family: "Assistant", sans-serif;
  margin: 0;
  font-display: swap;
}

/**
   * Render the `main` element consistently in IE.
   */

main {
  display: block;
}

/* Grouping content
     ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */

a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

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

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

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

/**
   * Add the correct font size in all browsers.
   */

small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */

img {
  border-style: none;
}

/* Forms
     ========================================================================== */

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

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

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */

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

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

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

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
  display: list-item;
}

/* Misc
     ========================================================================== */

/**
   * Add the correct display in IE 10+.
   */

template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */

[hidden] {
  display: none;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f3f3f3;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.gallery-caption {
  position: relative;
}
.bypostauthor {
  position: relative;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

table {
  width: 100%;
}
.widgets_grid_box .widget_categories ul:before,
.widgets_grid_box .widget_meta ul:before,
.widgets_grid_box .widget_archive ul:before {
  clear: both;
  content: "";
  overflow: auto;
}

.widgets_grid_box ul ul.children {
  padding: 0px 0px 0px 5px !important;
  border-radius: 0px;
  border: 0px !important;
}

.widgets_grid_box .widget_categories ul li,
.widgets_grid_box .widget_archive ul li {
  text-align: right;
}

.widgets_grid_box .widget_categories ul li a,
.widgets_grid_box .widget_archive ul li a {
  float: left;
}
.post-password-form label {
  width: 100%;
}
input[type="password"] {
  width: 100%;
}
.wp-block-button {
  margin-bottom: 15px;
}
.has-background-dim,
.has-background-dim p {
  color: #fff;
}

.col-lg-12.padding_zero {
  padding: 0px;
}
.sec_comments .col-lg-12 {
  padding: 0px;
}

.section_height {
  min-height: 840vh !important;
}

.whitepaperviewRightDiv {
  margin-top: 36px;
}
.addHeight {
  min-height: 200vh;
}
.service_post.style_five .content_box h2 {
  display: block;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 16px;
  color: #fff;
  transition: all 0.5s ease-in-out;
  transform: translateY(25px);
}

.service_post.style_five:hover .content_box h2 {
  transform: translateY(-30px);
}

.reportsInnerDiv {
  min-height: 95vh;
  max-height: 95vh;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 10px;
}

.reportViewDiv {
  min-height: 80vh;
  max-height: 80vh;
  overflow-y: scroll;
  overflow-x: hidden;
}

.commonHeading {
  padding: 7px;
  line-height: 54px;
}

.dropdownMenuLink {
  padding: 5px 25px !important;
}

.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  li,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  li {
  display: block;
  padding: 2px 0px;
  margin: 0 !important;
}

.headerNew.sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Add shadow when sticky */
}

.headerNew.sticky .header_style_six_nw {
  background-color: #fff;
}

.contactBanner {
  background-position: bottom !important;
}

/* width */
.reportsInnerDiv::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.reportsInnerDiv::-webkit-scrollbar-track {
  /* box-shadow: inset 0 0 5px grey; */
  border-radius: 0;
  background-color: #64c8e433;
}

/* Handle */
.reportsInnerDiv::-webkit-scrollbar-thumb {
  background: #64c8e4;
  border-radius: 0;
}

/* 11-Nov-2024 css */

.showMediaCitibtn {
  width: 10%;
  margin: 1rem auto;
  padding: 10px;
  background: transparent;
  border: 1px solid #074c65;
  transition: 0.3s linear;
}

.showMediaCitibtn:hover {
  background: #074c65;
  color: #ffff;
}

.sampleReportBtn {
  border: none;
  padding: 7px 10px;
  background-color: #61b6e6;
  border-color: #61b6e6;
  border-radius: 5px;
  color: #ffff;
  outline: none;
}

.sampleReportBtn:hover {
  color: #ffff;
}

/* 13Nov css */

.MuiBreadcrumbs-li span {
  font-size: 0.9rem;
  font-weight: 600;
  font-family: "Assistant", sans-serif;
  color: #000000 !important;
}

.MuiBreadcrumbs-li span a {
  font-size: 0.9rem;
  font-weight: 600;
  color: #074c65 !important;
  font-family: "Assistant", sans-serif;
}

.MuiBreadcrumbs-li span a:hover {
  text-decoration: underline;
}

.reportViewHeader {
  background-color: #ededef;
}

.ampReportDetails {
  font-size: 1rem;
  border-right: 1px solid;
  padding-right: 10px;
  margin-top: 11px;
}

@media screen and (max-width: 640px) {
  .price_plan_box {
    padding: 0 !important;
  }
}

.html-content h2 {
  font-size: 1.08rem;
  color: #000;
}

.sum-img {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.sum-img img {
  width: 100% !important;
}

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

/* 14-Nov css */

.pressReleaseData {
  color: #9b9b9b;
  font-weight: 500;
}

.pressTitle:hover {
  text-decoration: underline;
  color: black;
}

.pressreleasheading {
  background-color: #eff8fc !important;
}

.pressreleasheading h1 {
  color: #061524;
  font-size: 1.8rem;
}

.pressreleasheading p {
  font-size: 1.125rem;
  margin-top: 10px;
  margin-bottom: 0;
}

.requestsampleheading {
  color: #061524;
}

.submitEmailBtn:hover {
  background-color: #35a2df !important;
  border-color: #35a2df !important;
}

.sideFormLable {
  height: 39px !important;
}

.sidereporttitle {
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  color: #061524;
  margin: 0;
}

.megatrendsidefilter {
  height: 78vh;
}

.contactNumbers:hover {
  text-decoration: underline;
}

.contactInputs {
  border: 2px solid var(--border-color-dark) !important;
}

.contactInputs:focus {
  border-color: #0fa6dc;
}

.industryCategory:hover {
  color: #02b7f0;
}

.footerNavlink:hover {
  color: #02b7f0 !important;
  text-decoration: underline;
}

.footer_widgets.navigation_foo .navigation_foo_inner ul li a:hover {
  color: #02b7f0 !important;
}

.backToTopButton {
  width: 40px;
  height: 40px;
  background-color: #054157; /* Dark teal color */
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
  margin-right: 20px; /* Center within its container */
  margin-top: 10px; /* Center within its container */
  float: right;
}
.reportViewClickHereButton {
  padding: 20px 0px;
}
.reportViewClickHereButton span:hover {
  text-decoration: underline;
}

.closePopup {
  background-color: #5e7ad3 !important;
}

.report-body h2 {
  font-size: 1.08rem !important;
  color: #000;
  font-weight: 700;
}
.marketScopeList:hover {
  text-decoration: underline;
}
.relatedReports:hover {
  text-decoration: underline;
}

.print-table div div {
  color: #061524 !important;
}

/* Firefox-specific styles */
@-moz-document url-prefix() {
  .marketScopeList a {
    position: absolute;
  }
}

.css-1wuw8dw-MuiBreadcrumbs-separator {
  margin-left: 3px !important;
  margin-right: 3px !important;
}
.css-3mf706 {
  margin-left: 3px !important;
  margin-right: 3px !important;
}

.downloadsamplebtn {
  padding: 5px 16px !important;
}
.downloadsamplebtn svg {
  font-size: 1.1rem;
}

.sum-img {
  margin: 0 auto;
  text-align: center;
  width: 80%;
}

.sum-img img {
  width: 100% !important;
}
.summrypdfbtn {
  font-weight: 400 I !important;
}

.reportsCard {
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #ccccca;
  padding: 1.5rem 2.5rem 1.25rem !important;
}

.reportsCard .news_box.type_two {
  position: relative;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: none;
  margin-bottom: 0;
  overflow: hidden;
  cursor: pointer;
}

.reportsCard .news_box.type_two .image_box {
  position: relative;
  margin-bottom: 0px;
  padding-bottom: 0;
  display: flex;
  display: -ms-flexbox;
  border-bottom: none;
  align-items: center !important;
}
.reportsCard .news_box.type_two .authour_details p a {
  font-size: 1.125rem;
  font-weight: 600;
  color: #9b9b9b;
}

.reportsCard .news_box.type_two .content_inner h2 a {
  font-size: 2.375rem;
  font-weight: 800;
  line-height: 1.2;
  color: #074c65;
}

.reportsCard .news_box.type_two .content_inner h2 a:hover {
  text-decoration: underline;
  color: #000;
}

.reportsCard .news_box.type_two .short_desc {
  font-size: 16px;
  line-height: 20px;

  font-weight: 400;
  margin-bottom: 0;
  color: #000 !important;
  font-size: 1.125rem;
}

.reportsCard .news_box.type_two h2 {
  position: relative;
  display: flex;
  align-items: flex-start;
}

span.noofPages {
  margin-left: 10px;
  padding: 0px 10px;
  background: #074c65;
  color: #fff;
  font-size: 16px;
  border-radius: 3px;
}

.reportAttributeTable {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.downloadLinkBtn {
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  padding: 3px 10px 3px 10px;
}
.downloadLinkBtnTwo {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  color: white;
  background-color: #28a745;
  padding: 3px 10px 3px 10px;
}

.summrypdfbtn {
  margin: 0px 0px 0px 4px;
  padding: 0px;
  font-weight: 400;
}
.hydrationError {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.downloadLinkBtnThree {
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  padding: 3px 10px 3px 10px;
  color: #000;
}
.downloadLinkBtnFour {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  font-weight: normal;
  border-radius: 3px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  color: white;
  background-color: #28a745;
  padding: 3px 10px 3px 10px;
}

.reportFirstContentBtn {
  margin: 0px 0px 0px 4px;
  padding: 0px;
  font-weight: 400;
}

.newResponsiveClass {
  position: fixed;
  bottom: 0;
  z-index: 998;
  text-align: center;
}

.responsiveclassinnerdiv {
  background-color: #e5e5e5;
  border-top: 1px solid gray;
}

.callUsBtn {
  margin-right: 20px;
  width: 30%;
  cursor: pointer;
  text-transform: capitalize !important;
  background-color: white !important;
  border: 2px solid #61b6e6;
}

.donwloadFreeSample {
  width: 60%;
  cursor: pointer;
  text-transform: capitalize !important;
  background-color: #b93e02 !important;
  border: 2px solid #b93e02;
}

.callUsBtn a {
  color: #61b6e6;
}

.pricePlanBox {
  background-color: #ffff !important;
  border-radius: 0px !important;
}

.pricePlanBoxHeading {
  text-align: justify;
  background-color: #ededef;
  padding-left: 10px;
}

.pricePlanBoxHeading h1 {
  font-weight: bold;
  font-size: 1.08rem;
  line-height: 27px;
  color: #000;
}

.pricePlanContentDiv {
  font-size: 17px;
  display: flex;
  flex-wrap: wrap;
  background-color: #ededef;
  padding-left: 10px;
  font-weight: 500;
}

.pricePlanContentDiv .reportIdDiv {
  margin-right: 10px;
}

.pricePlanContentDiv .publishedDateDiv {
  margin: 0px 10px 0px 0px;
}

.pricePlanContentDiv .publishedDateDivTwo {
  margin: 0px 5px;
}

.downloadSampleTopBtnDiv {
  background-color: #ededef;
  padding-right: 10px;
}

.downloadSampleTopBtnDiv .downloadsamplebtn {
  cursor: pointer;
  font-size: 15px;
  text-transform: capitalize;
  background-color: #b93e02;
  border-radius: 3px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.downloadSampleTopBtnDiv .downloadsamplebtn:hover {
  background-color: #b93e02;
}

.downloadSampleTopBtnDiv .downloadsamplebtn p {
  margin: 0px 0px 0px 4px;
  padding: 0px;
  font-weight: 400;
}

.viewReportTabsDiv {
  border-bottom: none;
}

.viewReportTabsDiv li button {
  width: 100%;
  border-radius: 2px;
}

.reportBodyDiv {
  text-align: justify;
}
.reportAuthorDiv {
  background-color: #f3f3f3;
}

.reportAuthorDiv .authorHeading {
  font-weight: bold;
}

.reportAuthorDiv .authorHeadingName {
  font-weight: normal;
}

.reportFaqDiv {
  font-size: 18px;
  font-weight: normal;
}

.reportFaqQuestionDiv {
  border-radius: 0 !important;
  background-color: rgba(0, 0, 0, 0.03) !important;
  border-left: 3px solid #074c65 !important;
  color: #074c65 !important;
  font-size: 1.08rem !important ;
}

.reportmarketScopeHeading {
  font-size: 18px;
}

.reportMarketScopelist {
  border: 2px solid rgba(0, 0, 0, 0.125);
  margin: 0px;
  margin-top: 20px;
}

.reportMarketScopelist ul li a div {
  color: #074c65;
}

.relatedReportsDiv {
  font-size: 18px;
  margin: 20px 0px;
}
.relatedReportsInnerDiv {
  border-radius: 10px !important;
  cursor: default !important;
  border: 2px solid var(--primary-color-one) !important;
  border-width: 5px 0px 0px 0px !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.relatedReportsInnerDiv a h1 {
  color: var(--primary-color-one);
  font-weight: bold;
  font-size: 19px;
  line-height: 30px;
}

.relatedReportpbulishedDiv {
  font-size: 15px;
  color: #9b9b9b;
}

.relatedReportsDownload {
  cursor: pointer;
  text-transform: capitalize;
  background-color: #b93e02 I !important;
  font-size: 15px !important;
  width: 90%;
  font-weight: 400;
}

.reportViewFooterDiv {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.inquiryBtn {
  color: white;
  background-color: #063d51;
  padding: 10px;
  border-radius: 4px;
  border: none;
}

.btnFortyFour {
  cursor: pointer;
}

.reportViewSideDiv {
  border: 1px solid #dfdfdf !important;
  background-color: #ededef !important;
  box-shadow: none !important;
  border-radius: 0;
  padding: 15px 0px 10px 9px !important;
}

.reportBuyHeading {
  font-size: 20px;
  font-weight: bold;
}

.redDiv {
  border: 0px solid red !important;
}

.buyNowRadioDiv {
  margin-bottom: -7px;
}

.buyNowRadioDiv label {
  margin-right: 0px;
  color: rgb(0, 0, 0);
}
.discountPricetext {
  color: red;
  text-decoration: line-through;
}

.discountBtnPriceDiv {
  margin-bottom: 3px;
}

.discountBtnPriceDiv span {
  padding: 3px;
  border: 1px solid rgb(35, 170, 13);
  color: rgb(35, 170, 13);
  font-size: 13px;
  font-weight: 700;
  margin-left: 1.3rem;
}

.reportBuyNowBtnDiv {
  display: flex;
  justify-content: center;
}

.reportBuyNowBtn .theme-btn {
  background-color: #65c4e454;
  cursor: pointer;
  margin-right: 10px !important;
  text-transform: capitalize;
  width: 98%;
  height: 40px;
  font-size: 16px;
  border-radius: 0px;
  color: black;
  border: 1px solid #ccecf6;
}
.reportBuyNowBtn .theme-btn i {
  color: black;
}

.reportPremiumDetaislDiv {
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  margin-right: 7px !important;
}
.icon_bg_animal_feed_nutrition_health {
  background-position: -8px -186px;
  background-size: 27rem;
  display: inline-block;
  margin-bottom: 0;
  height: 42px;
  width: 42px;
  margin-right: 9px;
}

.img1 {
  background-position: 50%;
  background-size: 60%;
  background-repeat: no-repeat;
  width: 40px;
  height: 100%;
  /* margin-top: 18px; */
  margin-right: 10px;
  color: #61b6e6;
}

.iconmega {
  background: url("https://cdn.gminsights.com/image/home/megatrend_submenu_icon-copy-1.webp");
}

.icon_bg_animal_feed_nutrition_health {
  background-position: -8px -186px;
  background-size: 27rem;
  display: inline-block;
  margin-bottom: 0;
  height: 42px;
  width: 42px;
  margin-right: 9px;
}

.reportViewSideDiv {
  border-radius: 3px !important;
}

.footerNavlink {
  color: #fff;
}

.reportBuyNowBtn .theme-btn:hover {
  background-color: #65c4e454 !important;
  color: #000000 !important;
}

.block-img-text {
  display: flex;
  padding: 0px !important;
  line-height: 0px;
  /* width: 95%; */
  color: #074c65;
  text-decoration: none !important;
  align-items: center;
}

.megtrendsClass-0 {
  background-position: -8px -186px;
  background-size: 27rem;
  display: inline-block;
  margin-bottom: 0;
  height: 42px;
  width: 42px;
  margin-right: 9px;
}

/* .megratrendSubmenuDiv {
  width: 97vw;
  left: -44.5vw !important;
} */
.megatrendsText {
  overflow-wrap: break-word;
  word-break: break-word;
  line-height: 23px;
  white-space: normal;
  font-size: 16px !important;
}

.megratrendSubmenuDiv .nav-link:hover .megatrendsText {
  line-height: 23px;
  font-size: 16px;
}

.megtrendsClass-0 {
  background-position: -8px -186px;
  background-size: 27rem;
  display: inline-block;
  margin-bottom: 0;
  height: 42px;
  width: 42px;
  margin-right: 9px;
}

.megtrendsClass-1 {
  background-position: -8px -186px;
  background-size: 27rem;
  display: inline-block;
  margin-bottom: 0;
  height: 42px;
  width: 42px;
  margin-right: 9px;
}

.megtrendsClass-2 {
  background-position: -8px -186px;
  background-size: 27rem;
  display: inline-block;
  margin-bottom: 0;
  height: 42px;
  width: 42px;
  margin-right: 9px;
}

.megtrendsClass-3 {
  background-position: -18px -8px;
  background-size: 30rem;
  display: inline-block;
  margin-bottom: 0;
  height: 35px;
  width: 30px;
}

.megtrendsClass-4 {
  background-position: -10px -98px;
  background-size: 27rem;
  display: inline-block;
  margin-bottom: 0;
  height: 34px;
  width: 34px;
  margin-right: 9px;
}

.megtrendsClass-5 {
  background-position: -45px -8px;
  background-size: 30rem;
  display: inline-block;
  margin-bottom: 0;
  height: 34px;
  width: 34px;
  margin-right: 5px;
}
.megtrendsClass-6 {
  background-position: -65px 0;
  background-size: 25rem;
  display: inline-block;
  margin-bottom: 0;
  height: 39px;
  width: 39px;
}
.megtrendsClass-7 {
  background-position: -111px -4px;
  background-size: 26rem;
  display: inline-block;
  margin-bottom: 0;
  height: 41px;
  width: 38px;
  margin-right: 1px;
}

.megtrendsClass-8 {
  background-position: -145px -6px;
  background-size: 25rem;
  display: inline-block;
  margin-bottom: 0;
  height: 34px;
  width: 34px;
}

.megtrendsClass-9 {
  background-position: -435px -165px;
  background-size: 30rem;
  display: inline-block;
  margin-bottom: 0;
  height: 42px;
  width: 48px;
}
.megtrendsClass-10 {
  background-position: -182px -6px;
  background-size: 25rem;
  display: inline-block;
  margin-bottom: 0;
  height: 34px;
  width: 37px;
  margin-right: 9px;
}
.megtrendsClass-11 {
  background-position: -222px -6px;
  background-size: 25rem;
  display: inline-block;
  margin-bottom: 0;
  height: 34px;
  width: 34px;
  margin-right: 6px;
}

.megtrendsClass-12 {
  background-position: -55px -144px;
  background-size: 27rem;
  display: inline-block;
  margin-bottom: 0;
  height: 38px;
  width: 34px;
}

.megtrendsClass-13 {
  background-position: -313px -12px;
  background-size: 30rem;
  display: inline-block;
  margin-bottom: 0;
  height: 35px;
  width: 41px;
}

.megtrendsClass-14 {
  background-position: -93px -138px;
  background-size: 26rem;
  display: inline-block;
  margin-bottom: 0;
  height: 38px;
  width: 32px;
  margin-right: 9px;
}

.megtrendsClass-15 {
  background-position: -338px -11px;
  background-size: 28rem;
  display: inline-block;
  margin-bottom: 0;
  height: 34px;
  width: 34px;
  margin-right: 7px;
}

.megtrendsClass-16 {
  background-position: -402px -11px;
  background-size: 30rem;
  display: inline-block;
  margin-bottom: 0;
  height: 34px;
  width: 41px;
  margin-right: -6px;
}

.megtrendsClass-17 {
  background-position: -191px -139px;
  background-size: 26rem;
  display: inline-block;
  margin-bottom: 0;
  height: 36px;
  width: 34px;
  margin-right: 9px;
}

.megtrendsClass-18 {
  background-position: -9px -52px;
  background-size: 27rem;
  display: inline-block;
  margin-bottom: 0;
  height: 34px;
  width: 41px;
}

.megtrendsClass-19 {
  background-position: -235px -138px;
  background-size: 26rem;
  display: inline-block;
  margin-bottom: 0;
  height: 38px;
  width: 32px;
  margin-right: 9px;
}
.megtrendsClass-20 {
  background-position: -145px -139px;
  background-size: 26rem;
  display: inline-block;
  margin-bottom: 0;
  height: 36px;
  width: 36px;
  margin-right: 3px;
}

.megtrendsClass-21 {
  background-position: -46px -51px;
  background-size: 26rem;
  display: inline-block;
  margin-bottom: 0;
  height: 34px;
  width: 41px;
}
.megtrendsClass-22 {
  background-position: -10px -98px;
  background-size: 27rem;
  display: inline-block;
  margin-bottom: 0;
  height: 34px;
  width: 34px;
  margin-right: 9px;
}

.megtrendsClass-23 {
  background-position: -92px -51px;
  background-size: 26rem;
  display: inline-block;
  margin-bottom: 0;
  height: 34px;
  width: 41px;
}

.megtrendsClass-24 {
  background-position: -134px -51px;
  background-size: 26rem;
  display: inline-block;
  margin-bottom: 0;
  height: 34px;
  width: 41px;
}

.megtrendsClass-25 {
  background-position: -177px -51px;
  background-size: 26rem;
  display: inline-block;
  margin-bottom: 0;
  height: 34px;
  width: 41px;
}

.megtrendsClass-26 {
  background-position: -217px -52px;
  background-size: 26rem;
  display: inline-block;
  margin-bottom: 0;
  height: 34px;
  width: 41px;
}

.megtrendsClass-27 {
  background-position: -261px -52px;
  background-size: 26rem;
  display: inline-block;
  margin-bottom: 0;
  height: 34px;
  width: 41px;
  margin-right: -2px;
}

.megtrendsClass-27 {
  background-position: -261px -52px;
  background-size: 26rem;
  display: inline-block;
  margin-bottom: 0;
  height: 34px;
  width: 41px;
  margin-right: -2px;
}

.megtrendsClass-28 {
  background-position: -12px -145px;
  background-size: 27rem;
  display: inline-block;
  margin-bottom: 0;
  height: 36px;
  width: 34px;
  margin-right: 9px;
}
.megtrendsClass-29 {
  background-position: -10px -98px;
  background-size: 27rem;
  display: inline-block;
  margin-bottom: 0;
  height: 34px;
  width: 34px;
  margin-right: 9px;
}
.megtrendsClass-30 {
  background-position: -303px -52px;
  background-size: 26rem;
  display: inline-block;
  margin-bottom: 0;
  height: 34px;
  width: 34px;
  margin-right: 9px;
}

.megtrendsClass-31 {
  background-position: -347px -52px;
  background-size: 27rem;
  display: inline-block;
  margin-bottom: 0;
  height: 41px;
  width: 30px;
  margin-left: 7px;
  margin-right: 9px;
}

.megtrendsClass-32 {
  background-position: -362px -52px;
  background-size: 26rem;
  display: inline-block;
  margin-bottom: 0;
  height: 34px;
  width: 34px;
  margin-right: 9px;
}

.megtrendsClass-33 {
  background-position: -10px -98px;
  background-size: 27rem;
  display: inline-block;
  margin-bottom: 0;
  height: 34px;
  width: 34px;
  margin-right: 9px;
}

.megtrendsClass-34 {
  background-position: -45px -95px;
  background-size: 26rem;
  display: inline-block;
  margin-bottom: 0;
  height: 34px;
  width: 34px;
  margin-right: 9px;
}

.megtrendsClass-35 {
  background-position: -87px -97px;
  background-size: 26rem;
  display: inline-block;
  margin-bottom: 0;
  height: 34px;
  width: 34px;
  margin-left: 7px;
}

.megtrendsClass-36 {
  background-position: -124px -97px;
  background-size: 26rem;
  display: inline-block;
  margin-bottom: 0;
  height: 34px;
  width: 40px;
}

.megtrendsClass-37 {
  background-position: -170px -97px;
  background-size: 26rem;
  display: inline-block;
  margin-bottom: 0;
  height: 34px;
  width: 34px;
  margin-right: 9px;
}

.megtrendsClass-38 {
  background-position: -276px -138px;
  background-size: 26rem;
  display: inline-block;
  margin-bottom: 0;
  height: 38px;
  width: 38px;
  margin-right: 9px;
}

.megtrendsClass-39 {
  background-position: -212px -94px;
  background-size: 26rem;
  display: inline-block;
  margin-bottom: 0;
  height: 41px;
  width: 41px;
  margin-left: 6px;
}

.megtrendsClass-40 {
  background-position: -248px -97px;
  background-size: 26rem;
  display: inline-block;
  margin-bottom: 0;
  height: 34px;
  width: 42px;
}
.megtrendsClass-41 {
  background-position: -297px -97px;
  background-size: 26rem;
  display: inline-block;
  margin-bottom: 0;
  height: 34px;
  width: 36px;
  margin-right: 9px;
}

.megtrendsClass-42 {
  background-position: -340px -97px;
  background-size: 26rem;
  display: inline-block;
  margin-bottom: 0;
  height: 34px;
  width: 36px;
  margin-left: 6px;
}

.megtrendsClass-43 {
  background-position: -348px -150px;
  background-size: 28rem;
  display: inline-block;
  margin-bottom: 0;
  height: 42px;
  width: 48px;
}

.megtrendsClass-44 {
  background-position: -380px -96px;
  background-size: 26rem;
  display: inline-block;
  margin-bottom: 0;
  height: 34px;
  width: 30px;
  margin-left: 10px;
}

.megratrendSubmenuDiv .nav-link {
  color: #074c65;
  font-weight: 400 !important;
}

.megratrendSubmenuDiv .nav-link:hover .megatrendsText {
  font-weight: 600 !important;
}

.megratrendSubmenuDiv .nav-link:hover {
  background: transparent !important;
  border: 1px solid #074c65;
  word-break: break-all;
  white-space: normal;
}

.your_order_box {
  padding: 0;
}

.your_order_box .MuiFormGroup-root.css-dmmspl-MuiFormGroup-root {
  margin-left: 4px;
}

.orderReviewDiv {
  margin-left: 4px;
}

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

.payentMethodDiv {
  margin-top: 15px;
}

.payentMethodDiv .payementcardsDiv {
  margin-top: 10px;
  padding-left: 10px;
}

.paymentCardDivInnerTwo {
  display: flex;
}

.checkoutSubmitCheckbox {
  margin: 10px 0;
}

.superCategoryDiv {
  padding: 5px !important;
  cursor: pointer !important;
  text-transform: none !important;
  font-size: 15px !important;
  font-weight: normal !important;
}

.subPointCategoryDiv {
  padding: 5px !important;
}

.subPointCategoryInnerDiv {
  cursor: pointer;
  text-transform: none;
  font-size: 15.5px;
  line-height: 30px;
  font-weight: normal;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.payementcardsDivInner {
  padding-left: 5px;
}

.subPointInnerCatrgoryFour {
  margin-top: 7px;
  background-color: white;
  padding-left: 2px;
  border-left: 1px solid rgba(0, 0, 0, 0.18);
}

.mainIndustryCategory {
  cursor: pointer;
  text-transform: none;
  font-size: 16px;
  font-weight: normal;
}

.mainIndustryCategorySpan {
  display: flex;
  justify-content: flex-end;
  margin-top: -20px;
  padding-left: 2px;
}

.mainCategorySubPoint {
  margin-top: 10px;
  background-color: white;
  padding-left: 4px;
  border-left: 1px solid rgba(0, 0, 0, 0.18);
}
.industryFilterDiv {
  border-radius: 15px;
}
.industryFilterHeading {
  font-size: 20px;
  font-weight: bold;
}

.industryFilterHeadingInner {
  border: 2px solid #00000020;
  border-bottom: none;
  background-color: white;
}

.industryFilterRadioDiv {
  border: 2px solid #00000020;
  background-color: white;
}

.industryFilterRadioInnerDiv {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  flex-direction: column;
  padding-left: 8px;
}

.industryReportsCLass {
  display: flex;
  justify-content: center;
  padding-bottom: 8px;
}

.industryReportsCLassBtn {
  border-width: 2px !important;
  border-color: #074c5e !important;
  border-style: solid !important;
  color: #074c5e !important;
}

.industryReportDialog {
  height: 80% !important;
  width: auto !important;
  position: absolute !important;
  top: 140px !important;
}

.industryReportDialogInner {
  border-radius: 15px;
}

.mainIndustryFilterDiv {
  border-radius: 15px;
}

.mainIndustryFilterDivInner {
  font-size: 20px;
  font-weight: bold;
}

.mainIndustryReportDiv {
  border-radius: 10px !important;
  cursor: default !important;
  border: 2px solid var(--primary-color-one) !important;
  border-width: 5px 0px 0px 0px !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}

.mainIndustryReportHeading {
  color: var(--primary-color-one) !important;
  font-weight: bold !important;
  font-size: 19px !important;
  line-height: 30px !important;
}

.mainIndustryReportSpan {
  font-size: 15px;
  color: #9b9b9b;
}

.mainIndustryReportDownBtn {
  cursor: pointer !important;
  text-transform: capitalize !important;
  background-color: #b93e02 !important;
  font-size: 16px !important;
  width: 100% !important;
  font-weight: 400 !important;
}

.dynamicClassOne {
  color: #02b7f0;
}
.dynamicClassTwo {
  color: #02b7f0;
}

.counter-block.style_one:before {
  position: absolute;
  content: "";
  border: none;
  width: 97%;
  height: 97%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  border-radius: 10px;
}

/* paymentRadio css start here */

.checkoutPaymentBtnDiv {
  float: left;
  margin: 0px 20px 0 0;
  width: 296px;
  height: 70px;
  position: relative;
  transition: all 0.3s linear;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px;
}

.checkoutPaymentBtnDiv:hover {
  border-color: #000;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.checkoutPaymentBtnDiv label,
.checkoutPaymentBtnDiv input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.paymentInnerImageDiv {
  padding: 5px;
  background: #ffff;
  border-radius: 10px;
}

.stripeCardDiv {
  width: 173px;
}

/* .stripeCardDiv label {
  left: 3px;
}
.wireTransferDiv label {
  left: 0px;
} */

.infoIconDiv {
  color: #054157;
  z-index: 222;
  position: absolute;
  right: 10%;
  font-size: 18px;
  cursor: pointer;
}

.checkoutPaymentBtnDiv input[type="radio"] {
  opacity: 0.011;
  z-index: 100;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.checkoutPaymentBtnDiv input[type="radio"]:checked ~ .infoIconDiv {
  color: #fff;
}

.checkoutPaymentBtnDiv input[type="radio"]:checked + label {
  background: #054157;
  border-radius: 4px;
  border-color: #054157;
  color: #ffffff;
}
.wiretransferDescription {
  background: #ffff;
  position: absolute;
  bottom: -126px;
  z-index: 999;
  border-radius: 5px;
  padding: 5px;
  left: 4rem;
  border: 1px solid #dbdbdb;
  text-align: center;
  font-size: 14px;
}

.wiretransferDescription::after {
  content: "";
  position: absolute;
  width: 0;
  top: -16px;
  right: 12px;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 18px solid #ffffff;
}

.checkoutPaymentBtnDiv label {
  font-size: 1.2rem;
  cursor: pointer;
  z-index: 90;
  line-height: 1.8em;
  font-weight: 500;
  color: #818181;
  display: flex;
  align-items: center;
  gap: 10px;
  height: 100%;
  border: 1px solid #d5d5d5;
  border-radius: 7px;
}

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

.checkoutSubmitCheckbox label .pdfHover {
  font-size: 14px !important;
}

ul.reportMaketScopeListDiv {
  display: flex;
  flex-wrap: wrap;
  margin-left: 10px;
  padding: 10px 15px;
  margin-bottom: 0;
}

.reportMaketScopeListDiv li {
  width: 50%;
  margin-bottom: 0;
}
.reportMaketScopeListDiv li {
  width: 48%;
  margin-bottom: 0;
  padding: 5px;
}

.reportMaketScopeListDiv li:nth-child(1) {
  margin-right: 20px;
}
.reportMaketScopeListDiv li:nth-child(3) {
  margin-right: 20px;
}
.secureCardInnerDiv {
  margin-top: -1.5%;
  /* background: blue; */
}

.newColorAdd {
  color: #02b7f0;
}
.mainPayment {
  justify-content: space-between;
}

.megratrendSubmenuDiv .dropdown-item.nav-link {
  width: 100%;
  height: 69px;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  /* border: 1px solid grey; */
}

.megratrendSubmenuDiv .nav-item {
  padding-right: 15px !important;
}

.modal-popup-inner.sampleFormPopupDiv {
  width: 30%;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

.checkoutSubmitCheckbox {
  display: flex;
  align-items: center;
}

.radio-buttons {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.custom-radio input {
  display: none;
}

.radio-btn {
  margin: 10px;
  width: 200px;
  height: 70px;
  border: 1px solid #0000001f;
  display: inline-block;
  border-radius: 10px;
  position: relative;
  text-align: center;
  transition: all 0.3s linear;
  cursor: pointer;
  padding: 10px;
}

.radio-btn:hover {
  box-shadow: 0 0 20px #c3c3c367;
}

.radio-btn &gt; i {
  color: #ffffff;
  background-color: #074c65;
  font-size: 20px;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%) scale(2);
  border-radius: 50px;
  padding: 3px 4px;
  transition: 0.5s;
  pointer-events: none;
  opacity: 0;
}

.radio-btn .hobbies-icon {
  width: 134px;
  height: 134px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hobbies-icon.stripIconDiv {
  width: 95px;
  height: 95px;
}

.radio-btn .hobbies-icon img {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.radio-btn .hobbies-icon i {
  color: #ffdae9;
  line-height: 80px;
  font-size: 60px;
}

.radio-btn .hobbies-icon h3 {
  color: #555;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.custom-radio input:checked + .radio-btn {
  border: 2px solid #074c65;
  box-shadow: 0 0 20px #c3c3c38c;
}
.custom-radio input:checked + .radio-btn &gt; i {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}

.wiretransferInnerDiv {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  top: 10%;
  left: 18%;
  gap: 8px;
}

.wiretransferInnerDiv .hobbies-icon {
  position: initial;
  width: 50px;
  height: 50px;
  transform: none;
}

span.radio-btn.wireTransferDiv {
  width: 250px;
}

.wiretransferInnerDiv .hobbies-icon img {
  margin-bottom: 0;
}

.wiretransferInnerDiv p {
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
}
.hobbies-icon.authorizeIcon {
  width: 164px;
  height: auto;
  position: absolute;
  top: 44px;
  left: 50%;
  transform: translate(-50%, -50%);
}
span.newInfoIcon {
  flex: 1 1;
}

.checkoutSubmitCheckbox label {
  font-size: 19px;
  margin: 2px;
}
.checkoutSubmitCheckbox {
  margin-left: 11px !important;
}
.checkoutSubmitBtn input[type="submit"] {
  margin-left: 10px;
}

.payementcardsDivInner input[type="submit"]:hover {
  background-color: #0085d1 !important;
}
.buttonHoverprimarycolor {
  background-color: red;
}

.whitepaperMobile .footer_widgets {
  margin-bottom: 0;
}

.reportsInnerDiv .card-body.text-justify {
  padding: 15px;
}

.inforgrpahicBtn {
  border: 1px solid #013a4e;
}
.formcard input,
input[type="text"],
input[type="email"],
input[type="number"],
textarea,
select {
  height: 45px;
}

.marketScopeList a:hover {
  text-decoration: underline;
}

.reportMaketScopeListDiv li a:hover {
  text-decoration: underline;
}

.megratrendSubmenuDiv {
  width: 97vw;
  left: -823px !important;
}

.mainBannerSubTitle {
  font-size: 35px;
}

.html-content p {
  font-size: 1.125rem !important;
  color: #061524;
  line-height: 170% !important;
}

.summrypdfbtn {
  color: #fff !important;
}

.print-table {
  font-size: 1.25rem !important;
}

.print-table table tbody tr td:nth-child(1) {
  color: #6d6d6b !important;
}
.downloadLinkBtn strong,
.downloadLinkBtnThree strong {
  font-size: 1.08rem !important;
}
.downloadLinkBtnTwo i {
  color: #fff !important;
}

.report-body p {
  font-size: 1.125rem !important;
  color: #02161d;
}
.report-body p strong {
  font-size: 1.125rem !important;
  color: #02161d;
}
.contact_form_box_all input,
.contact_form_box_all input[type="text"],
.contact_form_box_all input[type="email"],
.contact_form_box_all input[type="number"],
.contact_form_box_all textarea,
.contact_form_box_all select {
  margin: 6px 0px 17px !important;
}
.modal_popup_industryreport::before {
  background: #000000c4;
}
.modal_popup::before {
  background: #000000c4;
}

.modal_popup.opacityClass::before {
  background: #000000c4;
  opacity: 0.7;
}
.CookieConsent {
  flex-wrap: nowrap !important;
}

.theme-btn.five {
  line-height: normal;
  min-height: 38px !important;
}
.megratrendSubmenuDiv.megatrendsHide {
  visibility: hidden !important;
  opacity: 0 !important;
}

.industryCategoryDropdown.megatrendsHide {
  visibility: hidden !important;
  opacity: 0 !important;
}

.industryCategoryDropdown.industryCatMulti.megatrendsHide {
  visibility: hidden !important;
  opacity: 0 !important;
}

.filterSideBarDiv {
  padding: 10px 15px;
  border-radius: 15px;
  padding-bottom: 50px;
}

.sameHeightClass {
  height: 100%;
}

h2.sideContentHeading {
  font-size: 17px;
  /* line-height: 30px; */
}

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

.sideContentDiv ul li {
  font-size: 15px;
}

.sideContentDiv ul li span {
  font-weight: 700;
}

.searchResultclass {
  padding: 0 30px;
}
.CookieConsent {
  position: static !important;
  text-align: center;
  justify-content: center !important;
}

.CookieConsent div:nth-child(1) {
  flex: none !important;
}

.searchMainForm label {
  text-transform: none !important;
}

.searchMainForm textarea::placeholder {
  text-transform: none !important;
}

.searchContactLink:hover {
  text-decoration: underline;
}

.styled-heading {
  font-size: 18px;
  line-height: normal;
  margin-bottom: 15px;
}

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

.styled-link-button {
  font-weight: normal;
  font-size: 18px;
}

button.theme-btn.six.m-0.regionFormBtn {
  width: auto;
}

.contact_form_box_inner.shadow-none.p-4.bg-light.sameHeightClass {
  padding-top: 4px !important;
}

.contact_form_box_inner.shadow-none.p-4.bg-light.sameHeightClass h3 {
  font-weight: 500;
  font-size: 20px;
  color: #4a4e56;
}

.sideContentMainHeading {
  font-size: 20px !important;
  color: #4a4e56;
  font-weight: 700;
}

.sameHeightClass
  .contact_form_box_all.type_one
  .contact_form_box_inner
  .contact_form_shortcode
  p {
  margin-top: 29px !important;
}

.reportsInnerDiv.borderClass {
  border-top: 5px solid grey;
  border-bottom: 5px solid grey;
}

.sameHeightClass.searchAddClass {
  height: auto;
}
/* .reportViewClickHereButton span#sectional_purchase {
  padding: 10px;
  background: #1585cf2b;
  border-radius: 5px;
} */

.changeTextForSecData .detailReportName {
  font-size: 18px !important;
  margin-bottom: 0 !important;
  font-weight: 600;
  color: #000;
}
.popuSubmitDiv {
  width: 100%;
}

.popuSubmitDiv button {
  width: 100%;
  background-image: linear-gradient(45deg, #4a90e2, #8e44ad) !important;
  font-weight: 800 !important;
}

p.downloadFormGetSample {
  color: black;
  margin-bottom: 0 !important;
  margin-top: 6px !important;
}

/* p.download-link-button.secdata.reportViewClickHereButton {
  width: fit-content;
  border: 2px solid #500073;
  margin: 10px 0;
  padding: 3px 10px;
  background: #500073;
  color: white;
  border-radius: 5px;
 cursor: pointer;
 font-size: 16px !important;
} */

.reportViewClickHereButton .fa-download {
  margin-left: 7px;
  display: inline-block;
}

.popuSampleImgDiv {
  width: 65px;
  margin: 0 auto;
}

.popuSampleImgDiv img {
  width: 100%;
}

.sampleFormPopupDiv .dropdown-options {
  width: 420px;
  border-radius: 5px;
  padding: 0px 5px;
}

/* width */
.sampleFormPopupDiv ::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.sampleFormPopupDiv ::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

/* Handle */
.sampleFormPopupDiv ::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

/* Handle on hover */
.sampleFormPopupDiv ::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.sampleFormPopupDiv .custom-dropdown {
  height: 100%;
  width: 78px;
  background: #f3f3f3 !important;
  cursor: pointer;
}
.commonInput {
  background-color: #f3f3f3 !important;
}

.thanksTel {
  text-decoration: underline;
}

/* new header css start here */

ul.dropdown-menu.industryCategoryDropdown {
  max-width: initial !important;
  /* min-width: 95rem !important; */
  width: 91rem !important;
  left: -342px !important;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.categoryInnerList ul li:first-child {
  position: fixed;
  top: 0;
}

li.mainCategory a span {
  font-size: 17px;
  font-weight: bold;
  color: #074b64;
}

.industryCategoryDropdown .row {
  padding: 10px 0px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.industryCategoryDropdown .categoryInnerList {
  padding: 0 5px;
  width: 20%;
}

li.menu-item.nav-item.subCategoryListInner {
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
}
.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .subCategoryMenuInnerLinkDiv
  a.nav-link {
  transition: all 0.2s linear !important;
}

.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .subCategoryMenuInnerLinkDiv
  a.nav-link:hover {
  background-color: transparent !important;
  color: #00a7d6 !important;
  font-weight: 600;
}

.subCategoryListInner .dropdown-btn {
  cursor: pointer;
}

.subCategoryListInner .dropdown-btn:hover {
  color: #64c8e4 !important;
}

.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .categoryDropdown {
  font-size: 12px;
}

.subCategoryMenuInnerLinkDiv {
  width: 96%;
}

.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .mainCategory
  a.nav-link:hover {
  /* color: var(--menu-active-color); */
  color: initial !important;
  background-color: transparent;
}

.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  li
  a.nav-link,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  li
  a.nav-link {
  white-space: nowrap;
}

.industryCategoryDropdown .categoryInnerList {
  padding: 0 5px;
  width: 20%;
  margin-bottom: 15px;
}

.mainInnderCatDiv {
  max-height: 150px;
  overflow-y: hidden;
  overflow-x: hidden;
}

.mainInnderCatDiv:hover {
  overflow-y: auto;
  overflow-x: hidden;
}

/* width */
.industryCategoryDropdown ::-webkit-scrollbar {
  width: 7px;
}

/* Track */
.industryCategoryDropdown ::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.industryCategoryDropdown ::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.industryCategoryDropdown ::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.industryCategoryDropdown .categoryInnerList ul {
  padding-left: 0px;
}

/* ul.dropdown-menu.industryCategoryDropdown.industryCatMulti{
  left: -325px !important;
} */

ul.dropdown-menu.industryCategoryDropdown.industryCatMulti.ja {
  left: -291px !important;
}

ul.dropdown-menu.industryCategoryDropdown.industryCatMulti.ko {
  left: -352px !important;
}
ul.dropdown-menu.industryCategoryDropdown.industryCatMulti.ar {
  left: -318px !important;
}
ul.dropdown-menu.industryCategoryDropdown.industryCatMulti.ru {
  left: -266px !important;
}
ul.dropdown-menu.industryCategoryDropdown.industryCatMulti.fr {
  left: -251px !important;
}
ul.dropdown-menu.industryCategoryDropdown.industryCatMulti.de {
  left: -325px !important;
}
ul.dropdown-menu.industryCategoryDropdown.industryCatMulti.es {
  left: -200px !important;
}
ul.dropdown-menu.industryCategoryDropdown.industryCatMulti.zh {
  left: -391px !important;
}
ul.dropdown-menu.industryCategoryDropdown.industryCatMulti.it {
  left: -319px !important;
}
.dropdown-menu.megratrendSubmenuDiv.megatrendMulti.ar {
  left: -450px !important;
}
.dropdown-menu.megratrendSubmenuDiv.megatrendMulti.ko {
  left: -475px !important;
}
.dropdown-menu.megratrendSubmenuDiv.megatrendMulti.ru {
  left: -556px !important;
}

.dropdown-menu.megratrendSubmenuDiv.megatrendMulti.ja {
  left: -428px !important;
}

.dropdown-menu.megratrendSubmenuDiv.megatrendMulti.fr {
  left: -467px !important;
}
.dropdown-menu.megratrendSubmenuDiv.megatrendMulti.es {
  left: -416px !important;
}

.requestSampleContainer {
  margin: 15px 25px;
  background: #ffffff;
  padding: 10px;
  border-radius: 20px;
  box-shadow: 0px 0px 45px -28px rgba(0, 0, 0, 0.3);
}
.requestsampleheading {
  font-size: 22px !important;
  margin-bottom: 0 !important;
  font-weight: 600;
  color: #000;
}

.requestSampleContainer {
  margin: 15px 25px;
  background: #ffffff;
  padding: 10px;
  border-radius: 20px;
  box-shadow: 0px 0px 45px -28px rgba(0, 0, 0, 0.3);
}

.requestSampleHeader {
  display: flex;
  align-items: center;
  gap: 10px;
}

.requestImgDiv {
  width: 66px;
  padding: 14px;
  border: 1px solid #c4c4c4;
  height: 66px;
  border-radius: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.requestImgDiv img {
  width: 100%;
}

.requestSecondHead {
  font-size: 20px;
  color: #209ab4;
  font-weight: 700;
}

.requestSampleContainer {
  margin: 15px 25px;
  background: #ffffff;
  padding: 18px 10px;
  border-radius: 20px;
  border: 1px solid #80808042;
  box-shadow: 0px 0px 45px -28px rgba(0, 0, 0, 0.3);
  margin-bottom: 3rem;
}
.reqLeftDiv {
  border-right: 1px solid #e0e0e0;
}

.requestSampleHeader {
  display: flex;
  align-items: center;
  gap: 10px;
  /* width: fit-content; */
  /* border: 1px solid; */
  /* padding: 5px 10px; */
}

.requestImgDiv {
  width: 66px;
  padding: 14px;
  border: 1px solid #c4c4c4;
  height: 66px;
  border-radius: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.requestImgDiv img {
  width: 100%;
}

.inputDiv {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #cacaca;
  margin: 10px 0;
  border-radius: 5px;
  margin-bottom: 20px;
}

.inputDiv input {
  border: none !important;
  margin-bottom: 0;
}

.inputDiv i.fa.fa-envelope.icon.commonInput {
  width: 55px;
  height: 50px;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.requestContactDiv {
  margin-top: 26px;
}

.requestContactDiv {
  margin-top: 26px;
}

.requestContactDiv ul {
  list-style: none;
  padding-left: 10px;
}

.requestContactDiv ul li {
  margin-bottom: 10px;
  font-size: 18px;
  color: #6e6e6e;
}

span.reqIcon {
  margin-right: 6px;
  display: inline-block;
  color: #187285;
}

span.reqList {
  font-weight: 700;
  color: #2e2e2e;
}

.requCheckDiv {
  display: flex;
  align-items: center;
  gap: 8px;
}

.reqCheckLeft {
  padding: 5px 7px;
  background: #04d02f21;
  border-radius: 5px;
  color: #04d02f;
  font-size: 14px;
}

.reqCheckRight {
  font-size: 18px;
  font-weight: 600;
  color: green;
}

.reqSecondLabel {
  line-height: 29px;
  margin-top: 10px;
}
button.theme-btn.six.m-0.submitEmailBtn.btn.btn-secondary.disableClass {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}
p.businessEmailError {
  margin-bottom: 10px;
  margin-top: -10px;
}
.rightArClass {
  padding-left: 0;
  padding-right: 17px;
}

.reportMaketScopeListDiv.rightArClass {
  margin-right: 10px;
}

ul.dropdown-menu.industryCategoryDropdown.industryCatMulti.ar.arNewClas {
  right: -342px;
}
.dropdown-menu.megratrendSubmenuDiv.megatrendMulti.ar.arMegatrendsNewClas {
  right: -478px;
}

span.onsalemulti.p-0.addSideClass {
  right: 5px;
}

/* HTML: &lt;div class="loader"&gt;&lt;/div&gt; */

/* .reportViewClickHereButton span#sectional_purchase {
  padding: 5px;
  background: #1585cf2b;
  border-radius: 5px;
  font-weight: 700;
} */

.checkOutRightHeadDiv {
  display: flex;
  align-items: center;
  gap: 5px;
}

.checkOutRightHeadDiv h4 {
  flex: 2 1;
}

.checkOutRightHeadDiv select {
  flex: 1 1;
}

/* new gmipulse page css start here */

.gmiPulseHeaderMaindiv {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 25px;
  padding: 7rem 0 9rem 0;
  background: linear-gradient(
    135deg,
    rgba(102, 126, 234, 0.07),
    rgba(60, 185, 229, 0.07),
    rgba(118, 75, 162, 0.07)
  );
  position: relative;
}

.gmiPulseHeaderInnerDiv {
  display: flex;
  align-items: center;
  gap: 10px;
}

.gmiPulseHeaderInnerImg {
  width: 100px;
}

.gmiPulseHeaderInnerRightDiv {
  text-align: left;
}

.gmiPulseHeaderInnerRightDiv h1 {
  font-size: 64px;
  color: linear-gradient(135deg, #667eea, #3cb9e5, #764ba2);
  background: linear-gradient(135deg, #667eea, #3cb9e5, #764ba2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  letter-spacing: 1px;
}

.gmiPulseHeaderInnerRightDiv h1 sup {
  font-size: 40px;
  color: linear-gradient(135deg, #667eea, #3cb9e5, #764ba2);
  background: linear-gradient(135deg, #667eea, #3cb9e5, #764ba2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  letter-spacing: 1px;
}

.gmiPulseHeaderInnerRightDiv p {
  font-size: 27px;
  color: #4a4e56;
  font-weight: 600;
  letter-spacing: 1px;
  word-spacing: 11px;
  margin-top: 6px;
}

.gmiPulseHeaderMaindiv h3 {
  font-size: 32px;
  color: #4a4e56;
  font-weight: 600;
  width: 40%;
  text-align: center;
}

.gradientBtn {
  padding: 12px 20px;
  margin-right: 10px;
  outline: none;
  border: none;
  background: linear-gradient(135deg, #667eea, #3cb9e5, #764ba2);
  color: #fff;
  border-radius: 5px;
}

.normalBtn {
  padding: 12px 20px;
  margin-right: 10px;
  outline: none;
  border: none;
  background: white;
  color: #074c65;
  border-radius: 5px;
  border: 1px solid #074c65;
}
.gmiPulseHeaderMainBannerImg {
  width: 80%;
  margin: 0 auto;
  margin-top: -123px;
}

.commonHeadingChange {
  font-size: 27px;
  color: linear-gradient(135deg, #667eea, #3cb9e5, #764ba2);
  background: linear-gradient(135deg, #667eea, #3cb9e5, #764ba2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 2rem;
  padding: 0;
  margin-bottom: 10px;
}

.container.thirdSectionMainDiv {
  margin-top: 3rem;
  text-align: center;
  margin-bottom: 3rem;
}

.thirdSectionMainDiv h3 {
  font-weight: 500;
  margin-bottom: 2rem;
  color: #4a4e56;
}

.thirdSectionCard {
  padding: 10px 15px;
  border: 1px solid rgba(0, 0, 0, 0.17);
  border-radius: 5px;
  min-height: 274px;
  max-height: 274px;
  margin: 1rem 0;
}

.thirdSectionCardImg {
  width: 70px;
  margin: 0 auto;
}

.thirdSectionCard h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 1rem 0 0 0;
}

.fourthSectionMainDiv {
  padding: 2rem 0;
  background: linear-gradient(
    135deg,
    rgba(102, 126, 234, 0.07),
    rgba(60, 185, 229, 0.07),
    rgba(118, 75, 162, 0.07)
  );
}
.fourthSectionMainDiv h2.commonHeading {
  margin-bottom: 1rem;
}

.industryMainCard {
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 10px 15px;
  margin-bottom: 1rem;
  max-height: 200px;
  min-height: 250px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.03);
}

.industryMainCard h3 {
  font-size: 20px;
  color: #4a4e56;
  text-align: center;
}

.industryMainCard p {
  text-align: center;
}
.thirdSectionCard.fifthSectionCard {
  background: white;
  text-align: center;
  min-height: 320px;
}

.fifthSectionCard h3 {
  font-size: 16px;
  line-height: 1.5rem;
  color: #000000;
  margin-bottom: 10px;
}
.fifthSectionCard .thirdSectionCardImg {
  width: 45px;
  margin-top: 5px;
}

.starDiv i {
  font-size: 20px;
  margin: 4px;
  color: #d97706;
}

.starDiv {
  margin: 10px 0;
}

.testimonialCard h3 {
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}

.testimonialCard h2 {
  font-size: 16px;
  line-height: 0;
  margin-top: 13px;
  font-weight: 500;
  text-align: left;
}

.thirdSectionCard.fifthSectionCard.testimonialCard {
  text-align: left;
  min-height: 230px;
}

.fourthSectionMainDiv.testimonialSectionDiv {
  margin: 3rem 0;
  text-align: center;
}

.fourthSectionMainDiv.lastSectionDiv {
  border-radius: 10px;
  padding: 40px 20px;
  background: #f8f8f869;
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.04);
  border: 1px solid #074c6529;
}

.lastSectionInnerLeftDiv {
  padding: 10px;
}

.lastSectionInputDiv {
  display: flex;
  align-items: center;
  background: white;
  border: 1px solid #80808069;
  border-radius: 5px;
  min-height: 50px;
}

.lastSectionInputDiv input[type="email"] {
  border: none;
  margin-bottom: 0;
}

.lastSectionInputDiv button {
  margin-right: 0;
  min-height: 50px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.lastSectionInputIconDiv {
  min-height: 50px;
  width: 82px;
  background: #ecf5ff;
  color: #4da9dc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.borderClass {
  border-right: 1px solid #80808061;
}

.lastSectionDiv span {
  font-size: 20px;
  font-weight: 700;
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 1rem 0;
}

.lastSectionDiv .contactHeading {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}

.lastContactFormDiv .lastSectionInputDiv {
  margin-bottom: 20px;
}

.lastContactFormDiv .lastSectionInputDiv input {
  max-height: 50px;
  border: none;
  margin: 0;
}

.lastSectionInputDiv textarea {
  max-height: 50px;
  border: none;
}

.contactPhoneDiv {
  max-height: 52px;
  min-height: 50px;
  background: white;
  border: 1px solid #80808070;
  border-radius: 5px;
}

.contactPhoneDiv input[type="number"] {
  border: none;
}

.phoneIconDiv {
  height: 50px;
  background: #ecf5ff;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 71px;
}

/* .featuresSection {
  margin-bottom: 5rem;
} */
.testimonialQuote {
  font-size: 31px;
  opacity: 0.25;
}

.tabContent ul li {
  gap: 7px;
  margin-bottom: 15px;
}

.tabContent ul li span {
  font-weight: 700;
  flex: 1 1;
}

.tabContent ul li p {
  margin-bottom: 0;
  flex: 2 1;
}

.tabContent h6 {
  margin-bottom: 1.5rem;
}

.featuresTabs .css-heg063-MuiTabs-flexContainer {
  overflow: scroll !important;
}

.gmiPulseTabBtn {
  text-transform: none;
  text-align: left;
  letter-spacing: 1px;
  line-height: 19px;
  padding: 14px;
  /* width: 358px; */
}
.tabBtn {
  padding: 15px 10px;
  font-size: 16px;
  border-radius: 10px;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s linear;
}
.tabMainContentDiv {
  padding: 40px 10px;
  background: #ffff;
  border-radius: 10px;
}

.tabBtn.tabActive {
  background: white;
  font-weight: 600;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
}
.fourthSectionMainDiv.featuresSectionMainDiv {
  margin-top: 5rem;
}

.tabBtnImgDiv {
  width: 40px;
  padding: 7px;
}

.tabBtnDiv.tabBtn {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tabBtnDiv.tabBtn p {
  margin-bottom: 0;
}
.tabContent ul {
  padding-left: 20px; /* More space for the circle */
  margin: 0; /* Optional: removes extra space */
}

.secondSectionRightDiv p {
  text-align: justify;
}

.contactMainIconDiv {
  width: 70px;
  height: 70px;
  margin: auto;
  background: #ecf5ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #4da9dc;
  border-radius: 35px;
  border: 2px dotted;
  margin-bottom: 15px;
}

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

.arrow-list li::before {
  content: "➜ "; /* or →, ⇒, ➤ */
  color: #333;
  font-weight: bold;
}

.gradientBtn:hover {
  color: #fff;
}

.testimonialCard p {
  font-weight: 400;
}

.brochureDiv {
  border: none !important;
  margin-bottom: 3rem !important;
  box-shadow: none !important;
  background: linear-gradient(
    135deg,
    rgba(102, 126, 234, 0.07),
    rgba(60, 185, 229, 0.07),
    rgba(118, 75, 162, 0.07)
  ) !important;
}
/* .adavantageDiv{
  margin: 3rem 0;
} */

.lastContactFormDiv {
  margin-bottom: 3rem;
}

.newSectionRightDiv p span {
  font-size: 20px;
  margin-right: 10px;
  color: #4da9dc;
}

.newSectionRightDiv p {
  display: flex;
  font-weight: 500;
}

.newSectionRightDiv h2.commonHeading {
  margin-bottom: 25px;
}


/* gmi pulse page start here */

.hero-section {
  background-color: #074c65;
}

.pattern-overlay {
  opacity: 0.1;
}

.circle-blur {
  border-radius: 50%;
  filter: blur(48px);
}

.circle-top-right {
  top: 33%;
  right: 25%;
  width: 16rem;
  height: 16rem;
  background-color: rgba(94, 234, 212, 0.1);
}

.circle-bottom-left {
  bottom: 25%;
  left: 2.5rem;
  width: 20rem;
  height: 20rem;
  background-color: rgba(34, 211, 238, 0.1);
}

.circle-top-left {
  top: 5rem;
  left: 33%;
  width: 8rem;
  height: 8rem;
  background-color: rgba(255, 255, 255, 0.05);
  filter: blur(20px);
}

.badge-blur {
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.dot {
  width: 0.5rem;
  height: 0.5rem;
}

.gradient-bar {
  background: linear-gradient(to right, #22d3ee, transparent);
}

.btn-hover-effect {
  transition: transform 0.3s;
}

.bottom-gradient {
  height: 4rem;
  background: linear-gradient(to top, #053a4e, transparent);
}

.bottom-line {
  height: 1px;
  background-color: rgba(34, 211, 238, 0.3);
}
.strategic-section {
  position: relative;
}

.strategic-container {
  z-index: 10;
}

.strategic-header {
  max-width: 768px;
}

.strategic-subtext {
  max-width: 640px;
}

.badge-box {
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.badge-icon {
  width: 12px;
  height: 12px;
  background: linear-gradient(to right, #22d3ee, #14b8a6);
  box-shadow: 0 0 5px rgba(34, 211, 238, 0.2);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.6;
  }
}

.bg-circle-blur {
  width: 160px;
  height: 160px;
  filter: blur(48px);
  opacity: 0;
  transition: opacity 0.7s;
}

.bg-circle-cyan {
  background: rgba(6, 182, 212, 0.05);
}

.bg-circle-teal {
  background: rgba(13, 148, 136, 0.05);
}

.bg-circle-indigo {
  background: rgba(79, 70, 229, 0.05);
}

.bg-circle-blue {
  background: rgba(37, 99, 235, 0.05);
}

.icon-box {
  width: 64px;
  height: 64px;
}

.section-divider-line {
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    rgba(6, 182, 212, 0.3),
    transparent
  );
}
.investment-analysis-section {
  padding: 3rem 1rem;
  background: linear-gradient(to bottom, #ffffff, #f9fafb);
  position: relative;
  overflow: hidden;
}
.analysis-wrapper {
  background-color: white;
  border-radius: 1.5rem;
  padding: 2rem;
  padding: 2rem 3rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
  border: 1px solid #dee2e6;
  margin-bottom: 3rem;
  position: relative;
  overflow: hidden;
}
.top-gradient-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(to right, #0ea5e9, #6366f1);
}
.chart-column {
  height: 320px;
}
.chart-svg-wrapper {
  position: relative;
  width: 240px;
  height: 240px;
}
.roi-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.roi-badge {
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(13, 110, 253, 0.1);
  border-radius: 9999px;
  padding: 0.25rem 0.75rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
}
.total-value-box {
  padding: 1rem;
  border: 1px solid #bae6fd;
  border-radius: 0.75rem;
  background: linear-gradient(to right, #ecfdf5, #eef2ff);
}
.total-value-text {
  background: linear-gradient(to right, #0ea5e9, #6366f1);
  -webkit-background-clip: text;
  color: transparent;
}
.tab-badge {
  background: rgba(13, 148, 136, 0.3);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  gap: 10px;
}

.tab-dot {
  width: 8px;
  height: 8px;
  animation: ping 1s ease 0s infinite normal none running;
}

@keyframes ping {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  75%,
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

.feature-item {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.5rem;
  padding: 0.75rem;
}

.right-panel {
  background-color: #053647;
}

.corner-top-end {
  position: absolute;
  top: 0;
  right: 0;
  width: 8rem;
  height: 8rem;
  background-color: rgba(34, 211, 238, 0.2);
  border-bottom-left-radius: 100%;
}

.corner-bottom-start {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 8rem;
  height: 8rem;
  background-color: rgba(45, 212, 191, 0.2);
  border-top-right-radius: 100%;
}

.overlay-dark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
}

.tab-image {
  max-width: 550px;
  z-index: 10;
  border-color: rgba(13, 148, 136, 0.3);
}

.tabHeaderSpan {
  gap: 7px;
}

.tabBottomSpan {
  gap: 5px;
}

.tabBottomSpan svg {
  color: #06b6d4;
}

.gmiPulseFormDiv input {
  height: 48px !important;
  line-height: 0;
  padding: 0px 10px;
}
.gradientText {
  background: linear-gradient(135deg, #667eea, #3cb9e5, #764ba2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  color: var(--btn-gradient-color);
}

.gmiPulsedropdown {
  margin-bottom: 14px;
}

.gmiPulsedropdown select.form-control {
  font-size: 14px;
  color: #000000b0;
}

.logo-slider-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding: 20px 0;
}

.logo-slider-window {
  overflow: hidden;
  width: 100%;
}

.logo-slider-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.logo-slide {
  flex: 0 0 23%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  margin: 0 10px;
}

.logo-slide img {
  max-height: 60px;
  max-width: 100%;
  object-fit: contain;

  opacity: 0.8;
  transition: transform 0.3s, opacity 0.3s;
}

.logo-slide img:hover {
  transform: scale(1.05);
  filter: none;
  opacity: 1;
}

.gmiModalPopupDiv {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000000ba;
  position: fixed;
  top: 0;
  z-index: 9999;
}

span.pulseCorssBtn {
  position: absolute;
  top: 3px;
  right: 15px;
  font-size: 1.5rem;
  color: grey;
  cursor: pointer;
}

.mediaCitiaonsImages {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 10px;
  margin-top: 10px;
}

.mediCitainInnerImage {
  width: 150px;
  height: 150px;
  border: 1px solid #8080803b;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border-radius: 5px;
  transition: all 0.3s linear;
}
.mediCitainInnerImage:hover {
  border: 1px solid #0172a7;
  transform: scale(1.02);
}

.bannerBtn {
  font-size: 18px;
  font-weight: 600;
  padding: 10px 30px;
}

.logo-slide:nth-child(11) img {
  max-height: 65px !important;
}
.logo-slide:nth-child(12) img {
  max-height: 70px !important;
}




/* For ultra-wide screens (min-width: 1920px) */
@media (max-width: 1903px) {
  .mainPayment {
    justify-content: space-between;
  }
  .checkoutSubmitCheckbox {
    margin: 0px;
    font-size: 18px !important;
  }

  .secureCardInnerDiv {
    text-align: right;
  }
}

/* For ultra-wide screens (min-width: 1920px) */
@media (max-width: 1536px) {
  .checkoutSubmitCheckbox label {
    font-size: 19px;
    margin: 0px;
  }
  .checkoutSubmitCheckbox label .pdfHover {
    font-size: 19px;
  }

  /* .checkoutSubmitBtn input[type="submit"] {
    height: 56px !important;
  } */
  .secureCardInnerDiv {
    margin-top: -2%;
  }

  .secureCardInnerDiv {
    margin-top: -2%;
  }
  .radio-btn {
    margin: 10px;
    width: 150px;
    height: 54px;
  }
  .wiretransferInnerDiv .hobbies-icon {
    position: initial;
    width: 38px;
    height: 38px;
    transform: none;
  }
  .wiretransferInnerDiv {
    left: 12%;
  }
  span.radio-btn.wireTransferDiv {
    width: 220px;
  }
  .radio-btn &gt; i {
    padding: 2px 2px;
  }
  .megratrendSubmenuDiv {
    width: 97vw;
    left: -42.5vw !important;
  }
  .megratrendSubmenuDiv {
    width: 97vw;
    left: -647px !important;
  }

  .hobbies-icon.stripIconDiv {
    width: 65px;
    height: 65px;
  }
  .wiretransferDescription {
    bottom: -163px;
  }

  .hobbies-icon.stripIconDiv {
    width: 65px;
    height: 65px;
  }
  .wiretransferDescription {
    bottom: -163px;
  }
  .hobbies-icon.authorizeIcon {
    width: 127px;
    top: 37px;
  }
}

/* For small tablets (portrait) */
@media (min-width: 1519px) and (max-width: 1536px) {
  .megratrendSubmenuDiv {
    width: 97vw;
    left: -644px !important;
  }

  .multilanguagemegratrends.megratrendSubmenuDiv {
    width: 97vw;
    left: -625px !important;
  }
}

/* For larger desktops (min-width: 1440px) */
@media (max-width: 1440px) {
  .megratrendSubmenuDiv {
    width: 97vw;
    left: -595px !important;
  }
  ul.dropdown-menu.industryCategoryDropdown.industryCatMulti.ja {
    left: -300px !important;
  }
  ul.dropdown-menu.industryCategoryDropdown.industryCatMulti.ko {
    left: -351px !important;
  }
  ul.dropdown-menu.industryCategoryDropdown.industryCatMulti.ar {
    left: -451px !important;
  }
  ul.dropdown-menu.industryCategoryDropdown.industryCatMulti.ru {
    left: -241px !important;
  }
  ul.dropdown-menu.industryCategoryDropdown.industryCatMulti.fr {
    left: -256px !important;
  }
  ul.dropdown-menu.industryCategoryDropdown.industryCatMulti.de {
    left: -280px !important;
  }
  ul.dropdown-menu.industryCategoryDropdown.industryCatMulti.es {
    left: -264px !important;
  }
  ul.dropdown-menu.industryCategoryDropdown.industryCatMulti.zh {
    left: -369px !important;
  }
  ul.dropdown-menu.industryCategoryDropdown.industryCatMulti.it {
    left: -330px !important;
  }
  .dropdown-menu.megratrendSubmenuDiv.megatrendMulti.ja {
    left: -431px !important;
  }
  ul.dropdown-menu.industryCategoryDropdown {
    width: 84rem !important;
    left: -287px !important;
  }

  ul.dropdown-menu.industryCategoryDropdown.industryCatMulti.ar.arNewClas {
    right: -474px;
  }

  .multilanguagemegratrends.megratrendSubmenuDiv {
    width: 97vw;
    left: -578px !important;
  }

  .checkoutPaymentBtnDiv {
    float: left;
    margin: 0px 10px 0 0;
    width: 213px;
    height: 55px;
  }

  .stripeCardDiv {
    width: 173px;
  }

  .checkoutPaymentBtnDiv label span {
    font-size: 18px;
  }

  .paymentInnerImageDiv {
    width: 40px;
    padding: 5px;
    background: #ffff;
    border-radius: 5px;
    height: 40px;
    display: flex;
  }

  .checkoutPaymentBtnDiv label {
    gap: 5px;
  }

  .wireTransferDiv {
    width: 256px;
  }

  .checkoutSubmitCheckbox {
    margin: 0px 0;
  }
}

@media (max-width: 1367px) {
  ul.dropdown-menu.industryCategoryDropdown {
    width: 82rem !important;
    left: -269px !important;
  }
  ul.dropdown-menu.industryCategoryDropdown.industryCatMulti {
    left: -211px !important;
  }
}

@media (max-width: 1280px) {
  .contact_form_box_all input,
  .contact_form_box_all input[type="text"],
  .contact_form_box_all input[type="email"],
  .contact_form_box_all input[type="number"],
  .contact_form_box_all textarea,
  .contact_form_box_all select {
    margin: 0px 0px 10px !important;
  }

  ul.dropdown-menu.industryCategoryDropdown {
    max-width: initial !important;
    /* min-width: 95rem !important; */
    width: 76rem !important;
    left: -224px !important;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  ul.dropdown-menu.industryCategoryDropdown.industryCatMulti {
    left: -172px !important;
  }

  .messages h6 {
    line-height: 23px;
  }
  .checkoutPaymentBtnDiv {
    float: left;
    margin: 0px 10px 0 0;
    width: 165px;
    height: 55px;
  }
  .header
    .header_content_collapse
    .navigation_menu
    .navbar_nav
    li
    .dropdown-menu
    li
    a.nav-link,
  .default_sickty_heaad
    .header_content_collapse
    .navigation_menu
    .navbar_nav
    li
    .dropdown-menu
    li
    a.nav-link {
    padding-left: 0px;
  }

  .checkoutPaymentBtnDiv label span {
    font-size: 16px;
  }

  .stripeCardDiv {
    width: 115px !important;
  }

  .wireTransferDiv {
    width: 238px;
  }
  .wiretransferDescription {
    bottom: -164px;
  }

  .secureCardInnerDiv {
    margin-top: -1.8%;
  }
  .modal-popup-inner.sampleFormPopupDiv {
    width: 30%;
  }

  .megatrendsText {
    font-size: 14px;
  }
  .paymentInnerImageDiv {
    width: 35px;
    height: 35px;
    display: flex;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
  }

  .hobbies-icon.authorizeIcon {
    width: 120px;
    top: 37px;
  }
  .hobbies-icon.stripIconDiv {
    width: 55px;
    height: 55px;
  }
  span.radio-btn.stripIconDivMain {
    width: 115px;
  }
  .secureCardInnerDiv {
    margin-top: -1% !important;
  }
  .megratrendSubmenuDiv {
    width: 97vw;
    left: -41vw !important;
  }
}

.hobbies-icon.stripIconDiv {
  width: 55px;
  height: 55px;
}
span.radio-btn.stripIconDivMain {
  width: 115px;
}
.secureCardInnerDiv {
  margin-top: -1% !important;
}
.megratrendSubmenuDiv {
  width: 97vw;
  /* left: -522px !important; */
  left: -495px !important;
}

.checkoutSubmitBtn input[type="submit"] {
  height: 44px;
}

@media (min-width: 1026px) and (max-width: 1200px) {
  .sampleFormPopupDiv .dropdown-options {
    width: 500px;
  }
}
/* For small desktops or laptops (min-width: 1200px) */
@media (max-width: 1200px) {
  .modal-popup-inner.sampleFormPopupDiv {
    width: 45%;
  }

  .checkoutPaymentBtnDiv {
    width: 169px;
    height: 55px;
    margin: 0px 10px 0 0;
  }
  .paymentInnerImageDiv {
    padding: 5px;
    background: #ffff;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .checkoutPaymentBtnDiv label span {
    font-size: 16px;
  }
  .stripeCardDiv {
    width: 119px !important;
  }

  .wireTransferDiv {
    width: 244px;
  }
  .checkoutSubmitCheckbox {
    margin: 2px 0;
  }
}

/* For large tablets (landscape) */
@media (max-width: 1024px) {
  ul.reportMaketScopeListDiv {
    align-items: flex-start;
    flex-direction: column;
  }

  .reportMaketScopeListDiv li {
    width: 100%;
  }

  .secureCardInnerDiv.arCartpage {
    margin-right: -63px;
  }

  .reportsCard .news_box.type_two .content_inner h2 a {
    font-size: 1.875rem;
  }

  .reportsCard .news_box.type_two .short_desc {
    line-height: 25px;
  }

  .wiretransferDescription {
    bottom: -139px;
  }
  .wiretransferDescription::after {
    right: 23px;
  }

  .checkoutPaymentBtnDiv {
    width: 100%;
    height: 45px;
    margin: 0px 10px 0 0;
  }

  .paymentInnerImageDiv {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 3px;
    border-radius: 5px;
  }

  .checkoutPaymentBtnDiv label span {
    font-size: 16px;
  }

  .paymentCardDivInnerTwo {
    display: flex;
    flex-wrap: wrap;
  }
  span.radio-btn {
    margin: 5px 0px !important;
  }
  .checkoutSubmitCheckbox label .pdfHover {
    font-size: 16px !important;
  }
  .checkoutSubmitCheckbox label {
    font-size: 16px !important;
    margin: 0px;
  }
  .secureCardInnerDiv {
    margin-top: -2.5%;
    width: 814px;
  }
  /* .checkoutPaymentBtnDiv {
    width: 156px;
    height: 39px;
    margin: 0px 10px 0 0;
  } */

  .checkoutPaymentBtnDiv label {
    font-size: 14px;
    gap: 7px;
  }

  .paymentInnerImageDiv {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 3px;
    border-radius: 5px;
  }

  .checkoutPaymentBtnDiv label span {
    font-size: 14px;
  }

  .paymentCardDivInnerTwo {
    display: flex;
    flex-wrap: wrap;
  }
  .secureCardInnerDiv {
    margin-top: -2.5%;
    width: 814px;
  }

  .modal-popup-inner.sampleFormPopupDiv {
    width: 45%;
  }
  label.custom-radio {
    width: 100%;
  }
  span.radio-btn {
    width: 99%;
  }
  .hobbies-icon.authorizeIcon {
    width: 164px;
    top: 37px;
  }
  .hobbies-icon.stripIconDiv {
    width: 70px;
    height: 70px;
  }
  .mainPayment {
    justify-content: flex-start;
    flex-direction: column;
  }
  label.custom-radio {
    width: 30%;
  }
  span.radio-btn.stripIconDivMain {
    width: 90%;
  }
  .secureCardInnerDiv {
    margin-left: -5%;
    margin-top: 0;
  }
  label.custom-radio.stripIconDivMainDiv {
    width: 20%;
  }
  span.radio-btn.stripIconDivMain {
    width: 100%;
  }
  .paymentCardDivInnerTwo {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .filterSideBarDiv {
    height: auto;
    margin-top: 20px;
    display: flex;
    padding: 10px;
  }
  .sideContentDiv {
    width: 50%;
  }
  .thirdSectionCard {
    max-height: 296px;
  }
  .industryMainCard {
    min-height: 291px;
  }
  .thirdSectionCard.fifthSectionCard {
    min-height: 380px;

  }

  .filterSideBarDiv {
    height: auto;
    margin-top: 20px;
    display: flex;
    padding: 10px;
  }
  .sideContentDiv {
    width: 50%;
  }
  .thirdSectionCard {
    max-height: 296px;
  }
  .industryMainCard {
    min-height: 291px;
  }
  .thirdSectionCard.fifthSectionCard {
    min-height: 380px;
  }

  .slides-container {
    height: 450px !important;
    border-radius: 10px !important;
  }
  .tab-image {
    width: 100%;
  }
  .gmiPulseHeaderMaindiv h3 {
    width: 66%;
  }
  .industryMainCard {
    min-height: 240px;
  }

}
/* For small tablets (portrait) */
@media (max-width: 768px) {
  .gmiPulseHeaderMaindiv h3 {
    width: 64%;
  }
  .requestSampleContainer .row {
    flex-direction: column;
  }
  .requestSampleContainer .row .col-xl-8 {
    width: 100%;
  }

  .requestSampleContainer .row .col-xl-4 {
    width: 100%;
  }
  .paymentCardDivInnerTwo {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .thirdSectionCard {
    min-height: 293px;
  }
  .thirdSectionCard.fifthSectionCard {
    min-height: 272px;
  }
  .sampleFormPopupDiv .dropdown-options {
    width: 306px;
  }
  .secureCardInnerDiv img {
    height: 79%;
  }
  .hobbies-icon.authorizeIcon {
    width: 135px;
    top: 37px;
  }
  .mainBannerSubTitle {
    font-size: 1.5rem;
  }
  .report-body p {
    font-size: 16px !important;
  }
  .filterSideBarDiv {
    height: auto;
    margin-top: 20px;
    display: flex;
  }
  p.download-link-button.secdata.reportViewClickHereButton {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .reqLeftDiv {
    border-right: none;
  }
  .industryMainCard {
    min-height: 248px;
  }

}
/* For larger mobile devices (up to 768px) */
@media (max-width: 768px) {
  .gmiPulseHeaderMaindiv h3 {
    width: 64%;
  }
  .requestSampleContainer .row {
    flex-direction: column;
  }
  .requestSampleContainer .row .col-xl-8 {
    width: 100%;
  }

  .requestSampleContainer .row .col-xl-4 {
    width: 100%;
  }
  .paymentCardDivInnerTwo {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .thirdSectionCard {
    min-height: 293px;
  }
  .thirdSectionCard.fifthSectionCard {
    min-height: 272px;
  }
  .sampleFormPopupDiv .dropdown-options {
    width: 306px;
  }
  .secureCardInnerDiv img {
    height: 79%;
  }
  .hobbies-icon.authorizeIcon {
    width: 135px;
    top: 37px;
  }
  .mainBannerSubTitle {
    font-size: 1.5rem;
  }
  .report-body p {
    font-size: 16px !important;
  }
  .filterSideBarDiv {
    height: auto;
    margin-top: 20px;
    display: flex;
  }
  p.download-link-button.secdata.reportViewClickHereButton {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .reqLeftDiv {
    border-right: none;
  }
  .industryMainCard {
    min-height: 248px;
  }
}

@media (max-width: 600px) {
  .sampleFormPopupDiv .dropdown-options {
    width: 229px;
  }
}

/* For small tablets (portrait) */
@media (min-width: 600px) and (max-width: 767px) {
  .reportsCard .news_box.type_two .content_inner h2 a {
    font-size: 1.6875rem;
  }

  .gmiPulseHeaderMaindiv h3 {
    width: 74%;
  }
  .thirdSectionCard {
    min-height: 388px;
  }

  .industryMainCard {
    min-height: 302px;
  }

  .reqLeftDiv {
    border-right: none;
  }

  .thirdSectionCard.fifthSectionCard.testimonialCard {
    min-height: 263px;
  }

  .thirdSectionCard.fifthSectionCard {
    min-height: 350px;
  }

  .reportsCard .news_box.type_two h2 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  span.noofPages {
    margin-left: 0px;
    margin-bottom: 10px;
    padding: 0px 10px;
  }
  .reportsCard .news_box.type_two .short_desc {
    font-size: 18px !important;
  }
  .paymentCardDivInnerTwo {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .reportsCard .news_box.type_two .short_desc {
    font-size: 18px !important;
  }

  .modal-popup-inner.sampleFormPopupDiv {
    width: 45%;
  }
}

@media (min-width: 600px) {
  /* .modal-popup-inner.sampleFormPopupDiv {
    width: 60%;
  } */
}

/* For medium mobile devices (up to 480px) */
@media (max-width: 480px) {
  .reportsCard .news_box.type_two .content_inner h2 a {
    font-size: 1.6875rem;
  }

  .reportViewSideMultiLanguageDiv {
    padding: 10px !important;
  }
  .downloadsamplebtn {
    width: 100%;
  }
  .reportMaketScopeListDiv li:nth-child(3) {
    margin-right: 0;
  }
  .reportMaketScopeListDiv li:nth-child(1) {
    margin-right: 0;
  }
  ul.reportMaketScopeListDiv {
    margin-right: 10px;
  }

  .secureCardInnerDiv.arCartpage {
    margin-right: -53px;
    width: 473px;
  }

  .mobileMultiLangPage {
    margin-bottom: 0 !important;
    padding: 10px !important;
  }

  .reportsCard .news_box.type_two h2 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .inner_box.arCartClass {
    padding: 10px;
  }
  .requestImgDiv {
    width: 68px;
    padding: 15px;
    height: 58px;
  }

  .reportMaketScopeListDiv.rightArClass {
    margin-right: 13px;
  }
  .mobileStickyMultiLanguageDiv {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }

  /* .pricePlanBoxHeading{
  padding: 10px !important;
} */
  span.noofPages {
    margin-left: 0px;
    margin-bottom: 10px;
    padding: 0px 10px;
  }
  .reportsCard .news_box.type_two .short_desc {
    font-size: 18px !important;
  }
  .paymentCardDivInnerTwo {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .checkoutPaymentBtnDiv,
  .stripeCardDiv,
  .wireTransferDiv {
    width: 94% !important;
    height: 54px;
  }

  .wiretransferDescription {
    bottom: -129px;
  }
  .paymentInnerImageDiv {
    padding: 5px;
    background: #ffff;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .checkoutSubmitCheckbox label {
    font-size: 16px;
  }
  .checkoutSubmitCheckbox label .pdfHover {
    font-size: 16px;
  }
  .wiretransferDescription::after {
    right: 24px;
  }
  .reqLeftDiv {
    border-right: none;
  }

  .requestSampleHeader {
    flex-direction: column;
    text-align: center;
  }

  .requestImgDiv {
    width: 60px;
  }
  .reportMaketScopeListDiv {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .reportMaketScopeListDiv li {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
  }

  .reportMarketScopelist {
    padding: 3px;
  }

  ul.reportMaketScopeListDiv {
    margin-left: 20px;
  }
  .mainPayment {
    flex-direction: column;
    gap: 10px;
  }

  .secureCardInnerDiv {
    margin-left: -9%;
  }
  .modal-popup-inner.sampleFormPopupDiv {
    width: 80%;
  }

  .secureCardInnerDiv {
    margin-left: -9%;
  }
  span.radio-btn {
    width: 100%;
    height: 66px;
    margin: 0;
  }
  .custom-radio {
    width: 100%;
  }
  .sampleFormPopupDiv .dropdown-options {
    width: 283px;
  }
  span.radio-btn.wireTransferDiv {
    width: 100% !important;
  }
  .wiretransferInnerDiv {
    left: 32% !important;
    top: 17%;
  }
  span.radio-btn.stripIconDivMain {
    width: 100%;
  }
  .newInfoIcon {
    display: none;
  }

  .wiretransferInnerDiv p {
    font-size: 18px !important;
  }

  label.custom-radio {
    width: 100%;
  }
  label.custom-radio.stripIconDivMainDiv {
    width: 100%;
  }
  .hobbies-icon.authorizeIcon {
    width: 151px;
    top: 42px;
  }
  .secureCardInnerDiv {
    width: 464px;
  }
  .sum-img {
    width: 100%;
  }

  .filterSideBarDiv {
    height: auto;
    margin-top: 20px;
    flex-direction: column;
    padding: 20px;
  }
  .sideContentDiv {
    width: 100%;
  }
  .mainRightSideDiv {
    padding: 28px;
  }
  .CookieConsent {
    font-size: 13px !important;
  }
  .CookieConsent div:nth-child(1) {
    margin-right: 5px !important;
    margin-left: 15px !important;
  }
  p.download-link-button.secdata.reportViewClickHereButton {
    width: 100% !important;
    text-align: center;
  }
  .changeTextForSecData .detailReportName {
    font-size: 17px !important;
  }
  /* gmi pulse new page css */

  .gmiPulseHeaderInnerDiv {
    display: flex;
    align-items: center;
    gap: 7px;
  }

  .gmiPulseHeaderInnerRightDiv h1 {
    font-size: 32px;
  }
  .gmiPulseHeaderMaindiv {
    padding: 3rem 0 9rem 0;
  }
  .gmiPulseHeaderInnerRightDiv p {
    font-size: 27px;
    color: #4a4e56;
    font-weight: 600;
    letter-spacing: 1px;
    word-spacing: 0px;
    margin-top: 6px;
    line-height: 0 !important;
  }

  .gmiPulseHeaderMainBannerImg {
    width: 90%;
  }

  .gmiPulseHeaderInnerImg {
    width: 66px;
  }
  .gmiPulseHeaderMaindiv h3 {
    font-size: 24px;
    color: #4a4e56;
    font-weight: 600;
    width: 93%;
    text-align: center;
  }
  .container.thirdSectionMainDiv {
    margin-top: 4rem 64px;
    text-align: center;
    margin-bottom: 4rem;
  }
  .fourthSectionMainDiv.lastSectionDiv {
    border-radius: 20px;
    padding: 40px 4px;
  }
  .lastSectionheading {
    font-size: 24px;
  }
  h2.commonHeading.contactHeading {
    font-size: 24px;
    width: 100%;
  }
  .tabBtnDiv.tabBtn:last-child {
    margin-bottom: 15px;
  }
  .thirdSectionCard.fifthSectionCard {
    background: white;
    text-align: center;
    min-height: 230px;
  }

  .gmiPulseHeaderInnerDiv {
    display: flex;
    align-items: center;
    gap: 7px;
  }

  .gmiPulseHeaderInnerRightDiv h1 {
    font-size: 32px;
  }
  .gmiPulseHeaderMaindiv {
    padding: 3rem 0 9rem 0;
  }
  .gmiPulseHeaderInnerRightDiv p {
    font-size: 27px;
    color: #4a4e56;
    font-weight: 600;
    letter-spacing: 1px;
    word-spacing: 0px;
    margin-top: 6px;
    line-height: 0 !important;
  }

  .gmiPulseHeaderMainBannerImg {
    width: 90%;
  }

  .gmiPulseHeaderInnerImg {
    width: 66px;
  }
  .gmiPulseHeaderMaindiv h3 {
    font-size: 24px;
    color: #4a4e56;
    font-weight: 600;
    width: 93%;
    text-align: center;
  }
  .container.thirdSectionMainDiv {
    margin-top: 4rem 64px;
    text-align: center;
    margin-bottom: 4rem;
  }
  .fourthSectionMainDiv.lastSectionDiv {
    border-radius: 20px;
    padding: 40px 4px;
  }
  .lastSectionheading {
    font-size: 24px;
  }
  h2.commonHeading.contactHeading {
    font-size: 24px;
    width: 100%;
  }
  .tabBtnDiv.tabBtn:last-child {
    margin-bottom: 15px;
  }
  .thirdSectionCard.fifthSectionCard {
    background: white;
    text-align: center;
    min-height: 230px;
  }
  .hero-section {
    padding-top: 0 !important;
  }
  .bannerBtn {
    width: -moz-fit-content;
    width: fit-content;
  }

  .slides-container {
    height: 251px !important;
    border-radius: 10px !important;
  }

  .tab-image {
    width: 100%;
  }
  .bannerBtn {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 52px;
  }
  .analysis-wrapper {
    padding: 2rem 1rem;
  }

}

/* For small mobile devices */
@media (max-width: 376px) {
  .secureCardInnerDiv.arCartpage {
    width: 427px;
  }

  .requestSampleContainer {
    margin: 15px 20px;
  }
  .checkoutSubmitCheckbox label {
    font-size: 14px;
  }
  .secureCardInnerDiv {
    width: 427px;
  }
  .sampleFormPopupDiv .dropdown-options {
    width: 242px !important;
  }
  /* gmi pulse new page css */

  .gmiPulseHeaderInnerDiv {
    display: flex;
    align-items: center;
    gap: 7px;
  }

  .gmiPulseHeaderInnerRightDiv h1 {
    font-size: 32px;
  }
  .gmiPulseHeaderMaindiv {
    padding: 3rem 0 9rem 0;
  }
  .centerClass {
    text-align: center;
  }
  .gmiPulseHeaderInnerRightDiv p {
    font-size: 27px;
    color: #4a4e56;
    font-weight: 600;
    letter-spacing: 1px;
    word-spacing: 0px;
    margin-top: 6px;
    line-height: 0 !important;
  }

  .gmiPulseHeaderMainBannerImg {
    width: 90%;
  }

  .gmiPulseHeaderInnerImg {
    width: 66px;
  }
  .gmiPulseHeaderMaindiv h3 {
    font-size: 24px;
    color: #4a4e56;
    font-weight: 600;
    width: 93%;
    text-align: center;
  }
  .container.thirdSectionMainDiv {
    margin-top: 4rem 64px;
    text-align: center;
    margin-bottom: 4rem;
  }
  .fourthSectionMainDiv.lastSectionDiv {
    border-radius: 20px;
    padding: 40px 4px;
  }
  .lastSectionheading {
    font-size: 24px;
  }
  h2.commonHeading.contactHeading {
    font-size: 24px;
    width: 100%;
  }
  .tabBtnDiv.tabBtn:last-child {
    margin-bottom: 15px;
  }

  .commonHeading {
    font-size: 24px;
  }

  .gmiPulseHeaderInnerDiv {
    display: flex;
    align-items: center;
    gap: 7px;
  }

  .gmiPulseHeaderInnerRightDiv h1 {
    font-size: 32px;
  }
  .gmiPulseHeaderMaindiv {
    padding: 3rem 0 9rem 0;
  }
  .centerClass {
    text-align: center;
  }
  .gmiPulseHeaderInnerRightDiv p {
    font-size: 27px;
    color: #4a4e56;
    font-weight: 600;
    letter-spacing: 1px;
    word-spacing: 0px;
    margin-top: 6px;
    line-height: 0 !important;
  }

  .gmiPulseHeaderMainBannerImg {
    width: 90%;
  }

  .gmiPulseHeaderInnerImg {
    width: 66px;
  }
  .gmiPulseHeaderMaindiv h3 {
    font-size: 24px;
    color: #4a4e56;
    font-weight: 600;
    width: 93%;
    text-align: center;
  }
  .container.thirdSectionMainDiv {
    margin-top: 4rem 64px;
    text-align: center;
    margin-bottom: 4rem;
  }
  .fourthSectionMainDiv.lastSectionDiv {
    border-radius: 20px;
    padding: 40px 4px;
  }
  .lastSectionheading {
    font-size: 24px;
  }
  h2.commonHeading.contactHeading {
    font-size: 24px;
    width: 100%;
  }
  .tabBtnDiv.tabBtn:last-child {
    margin-bottom: 15px;
  }

  .commonHeading {
    font-size: 24px;
  }
  .mediCitainInnerImage {
    width: 244px;
    height: 210px;
  }
  .analysis-wrapper {
    padding: 2rem 1rem;
  }

}
@media (max-width: 320px) {
  .reportsCard .news_box.type_two .content_inner h2 a {
    font-size: 1.6875rem;
  }

  .reportsCard .news_box.type_two h2 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  span.noofPages {
    margin-left: 0px;
    margin-bottom: 10px;
    padding: 0px 10px;
  }
  .reportsCard .news_box.type_two .short_desc {
    font-size: 18px !important;
  }
  .CookieConsent {
    font-size: 12px !important;
  }
  .sampleFormPopupDiv .dropdown-options {
    width: 197px !important;
  }
}

.skeletonDesk {
  display: block;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
.mainMenuDropdown {
  margin-right: -8px;
  margin-left: -10px;
  border-radius: 5px;
}

.menuDropDownList {
  width: 260px;
}
.menuDropDownList span {
  font-size: 16px;
  padding: 5px 0;
}
.categoryLink {
  font-size: 17px;
  padding: 5px 0;
}

.gmiPulseLink {
  margin-right: -10px;
  margin-left: -10px;
  border-radius: 5px;
}

.megatrendsLink {
  padding: 0.5rem;
}

.megatrendsInnerLink {
  height: 60px;
}

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

.mainHeaderFilter {
  margin-top: 15px;
}

.noReportMobileMenu {
  color: black;
}

.resultFilterReports {
  color: black;
  text-align: justify;
}

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

.mobileCategoryLink {
  padding-left: 10px;
  color: black;
  font-weight: normal;
  font-size: 16px;
}

.megatrendsMobileMain {
  width: 260px !important;
}

.megatrendsMobileMain a span {
  font-size: 16px !important;
  padding: 5px 0 !important;
}

.megaTrendsMobileTwo span {
  font-size: 16px !important;
  padding: 5px 0 !important;
}

.mainGMIHeader {
  border-top: 4px solid rgb(58, 120, 155);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
}

.mainHeaderColumn {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .mainNavigationMenu {
  padding-right: 70px;
} */

.mainHeaderRight {
  float: none;
  display: none;
}
.ampHomePageLink{
  font-weight: 700;
}

.ampHomePageLink:hover{
  text-decoration: underline;
}

@media (min-width: 1201px) {
  .mainHeaderRight {
    float: none; /* Override for larger screens */
    display: block;
  }
}
.requestMoreInfoBtn {
  display: none !important;
  align-content: center !important;
  border-radius: 4px !important;
  cursor: pointer !important;
  text-transform: capitalize !important;
  font-size: 15px !important;
  color: white !important;
}

.mainHeaderRightInner {
  width: 190px;
}

.mainSearchPopup {
  height: 610px;
}

.searchPopupBtn {
  margin-right: -5px;
}

.searchPopupInner {
  margin-top: 15px;
  width: 300px;
  height: 450px;
  overflow: hidden;
}

.searchPopupInnerTwo {
  height: 100%;
  padding-right: 10px;
  overflow-y: auto;
}

.colorWhite {
  color: white !important;
}

.fiveReportsTexr {
  color: white;
  cursor: pointer;
  text-align: justify;
}
.boldClass {
  font-weight: bold;
}

.submitBtnDivPopup {
  display: flex;
  justify-content: center;
}

.showAllBtn {
  border: 1px solid grey;
  width: 80px;
  margin-bottom: 12px;
  cursor: pointer;
  color: white;
  text-align: center;
}

.showAllBtn.showAllDisplay {
  display: block;
}

.serverErrorDiv {
  background-color: #f3f3f3;
}

.serverErrorInnerDiv {
  background-color: #f3f3f3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.serverErrorHeading {
  font-size: 30px !important;
}
.serverErrorpara {
  font-size: 15px !important;
}

.notFoundDiv {
  background-color: #f3f3f3 !important;
}
.notFoundDiv {
  text-align: justify;
}

.notFoundDivheading {
  font-size: 55px;
}
.notFoundDivPara {
  font-size: 18px !important;
}

.sampleFormPopupInner {
  text-align: center;
}

.sampleFormPopupText {
  padding: 10px;
  font-size: 18px;
  color: rgb(32, 154, 180);
  text-align: center;
  font-weight: 600;
}

.sampleFormPopupIcon {
  background-color: rgb(242, 242, 242);
  position: absolute;
  z-index: 100;
  margin-top: 1px;
  margin-left: 0.5px;
  border-radius: 5px 0px 0px 5px;
  padding: 6px 7px 7px 12px;
  min-width: 50px;
  font-size: 30px;
}
.sampleFormEmailErr {
  margin-top: -5px;
  padding-left: 20px;
  color: red;
}

.sampleFormCounty {
  padding-top: 20px;
  font-size: 15px;
}

.mainFooter {
  position: relative;
  z-index: 10;
}

.footerImgDiv {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

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

.footerImgDiv .secondImgDiv {
  width: 90px;
  margin: 0px 37px;
  text-align: center;
}

.footerImgDiv .thirdImgDiv {
  text-align: center;
  margin: 0px 20px;
}

.footerImgDiv .fourthImgDiv {
  width: 160px;
  text-align: center;
  cursor: pointer;
}

.footerImgDiv .fifthImgDiv {
  text-align: center;
  cursor: pointer;
}

.footerImgDiv .sixthImgDiv {
  margin-left: 10px;
  text-align: center;
}

.footerImgDiv .seventhImgDiv {
  margin-left: 10px;
  text-align: center;
  cursor: pointer;
}

.footerContent {
  position: relative;
  margin-top: 1px;
  z-index: 10;
}

.footerShowAll {
  color: white;
}
.footerShowAll:hover {
  color: #02b7f0 !important;
  text-decoration: underline;
}

.footerAddress {
  color: white !important;
}

.footer-copyright {
  background-color: #054157 !important;
}

.footerCopyRightLink {
  color: #61b6e6;
}

.linkedinIcon {
  color: #ffffff;
}

@media (min-width: 1200px) and (max-width: 1440px) {
  .footerImgDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
  }
}

</pre></body></html>