@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 {
  --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;
}
*,
::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;
}
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;
}
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,
pre {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
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,
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;
}
::-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-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;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.container,
.container-fluid,
.container-md {
  --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 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-md {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-md {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-md {
    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 > * {
  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;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.g-0 {
  --bs-gutter-x: 0;
}
.g-0 {
  --bs-gutter-y: 0;
}
.g-2 {
  --bs-gutter-x: 0.5rem;
}
.g-2 {
  --bs-gutter-y: 0.5rem;
}
.g-3 {
  --bs-gutter-x: 1rem;
}
.g-3 {
  --bs-gutter-y: 1rem;
}
.g-4 {
  --bs-gutter-x: 1.5rem;
}
.g-4 {
  --bs-gutter-y: 1.5rem;
}
@media (min-width: 576px) {
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .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-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .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-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .g-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .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-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.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 > :not(caption) > * > * {
  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 > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}
.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}
.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.form-label {
  margin-bottom: 0.5rem;
}
.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: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);
}
textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 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);
}
.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: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.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.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.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-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-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-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;
  }
}
.dropdown {
  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-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;
}
.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;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.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);
}
.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 > hr {
  margin-right: 0;
  margin-left: 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-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-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-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 {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(
    var(--bs-border-radius) - (var(--bs-border-width))
  );
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='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 > .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 > .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 > .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);
}
.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);
}
.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);
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  --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;
  }
}
.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;
}
@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
}
.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);
}
.carousel {
  position: relative;
}
.spinner-border {
  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;
  }
}
@media (prefers-reduced-motion: reduce) {
  .spinner-border {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}
@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.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: "";
}
.align-middle {
  vertical-align: middle !important;
}
.opacity-25 {
  opacity: 0.25 !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.overflow-x-auto {
  overflow-x: auto !important;
}
.overflow-y-auto {
  overflow-y: auto !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !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;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.top-0 {
  top: 0 !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.start-0 {
  left: 0 !important;
}
.end-0 {
  right: 0 !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-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style)
    var(--bs-border-color) !important;
}
.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(
    var(--bs-primary-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-primary-subtle {
  border-color: var(--bs-primary-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-opacity-10 {
  --bs-border-opacity: 0.1;
}
.w-25 {
  width: 25% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.h-100 {
  height: 100% !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-wrap {
  flex-wrap: wrap !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;
}
.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;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !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-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;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !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;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !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;
}
.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;
}
.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-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.gap-1 {
  gap: 0.25rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-3 {
  gap: 1rem !important;
}
.gap-4 {
  gap: 1.5rem !important;
}
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
  font-size: 1.25rem !important;
}
.fs-6 {
  font-size: 1rem !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;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.25 !important;
}
.lh-base {
  line-height: 1.5 !important;
}
.text-start {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !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-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-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-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}
.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}
.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-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}
.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.rounded {
  border-radius: var(--bs-border-radius) !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-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.z-1 {
  z-index: 1 !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !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-3 {
    padding-top: 1rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .text-md-end {
    text-align: right !important;
  }
}
@media (min-width: 992px) {
  .order-lg-first {
    order: -1 !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-flex {
    display: flex !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1200px) {
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !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&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 > 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: swap;
}

[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_30 {
  padding-top: 30px !important;
}

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

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

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

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

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

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

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

.pd_top_210 {
  padding-top: 210px !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_45 {
  padding-left: 45px !important;
}

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

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

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

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

.pd_right_40 {
  padding-right: 40px !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_30 {
  padding-bottom: 30px;
}

.pd_bottom_40 {
  padding-bottom: 40px;
}

.pd_bottom_50 {
  padding-bottom: 50px;
}

.pd_bottom_60 {
  padding-bottom: 60px;
}

.pd_bottom_70 {
  padding-bottom: 70px;
}

.pd_bottom_80 {
  padding-bottom: 80px;
}

.pd_bottom_90 {
  padding-bottom: 90px;
}

.pd_bottom_100 {
  padding-bottom: 100px;
}

.pd_bottom_140 {
  padding-bottom: 140px !important;
}

.pd_bottom_150 {
  padding-bottom: 150px !important;
}

.pd_bottom_170 {
  padding-bottom: 170px !important;
}

.pd_bottom_200 {
  padding-bottom: 200px !important;
}

/*--==================padding top end===================--*/
/*--==================margin top===================--*/
.mr_top_5 {
  margin-top: 5px;
}

.mr_top_10 {
  margin-top: 10px;
}

.mr_top_40 {
  margin-top: 40px;
}

/*--==================margin top end===================--*/
/*--==================margin right===================--*/

/*--==================margin right end===================--*/
/*--==================margin left===================--*/

.mr_left_10 {
  margin-left: 10px;
}

/*--==================margin left end===================--*/
/*--==================margin bottom===================--*/
.mr_bottom_5 {
  margin-bottom: 5px;
}

.mr_bottom_10 {
  margin-bottom: 10px;
}

.mr_bottom_20 {
  margin-bottom: 20px;
}

/*--==================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;
}

@media (max-width: 992px) {
  body.home .page_header_default {
    padding: 100px 0px;
    min-height: auto;
  }
}

.row {
  --bs-gutter-x: 0;
}

.col,
.col-12,
.col-6,
.col-lg-1,
.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-md-1,
.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-sm-12,
.col-sm-2,
.col-sm-4,
.col-sm-6,
.col-sm-7,
.col-xl-1,
.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 {
  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;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  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%;
}

ul li,
ol li {
  margin-bottom: 5px;
}

/*--==================vc_custom_r_s ===================--*/

/*----====Content--css========----*/

/*----====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;
  }
}

.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.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_all {
  position: relative;
}

/*--------------top_bar  style_six with header style_six-------------------*/

/*-===============---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-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 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--===========---*/

.header {
  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 {
  position: relative;
}

.header .header_logo_box img {
  display: block;
  width: 140px;
  height: 90px;
  margin-bottom: 0px;
}

.header .header_logo_box .logo_default {
  display: block;
}

.header .header_content_collapse .navigation_menu {
  float: right;
}

.header .header_content_collapse .navigation_menu .navbar_nav {
  padding: 0;
  margin: 0px;
}

.header .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 {
  margin-right: 40px;
}

.header .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 {
  font-family: "FontAwesome";
  color: var(--text-color-light);
  font-weight: 400;
}

.header .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 {
  /* color: var(--menu-active-color); */
  color: var(--color-white) !important;

  background-color: #64c8e4;
}

.header .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 {
  color: var(--menu-active-color) !important;
}

.header
  .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 {
  color: var(--menu-active-color);
}

.header .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 {
  display: block;
  padding: 5px 0px;
  margin: 0 !important;
}

.header
  .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 {
  transition-delay: 0.1s;
}

.header
  .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 {
  color: var(--text-color-dark);
}

.header
  .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 {
  left: -35px;
  height: 60px;
}

.header
  .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:hover
  > .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 {
  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 {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.header
  .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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

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

.hamburger_menu.color_white .line {
  background-color: var(--color-white);
}

/*----navbar-togller-styles--*/
.header .navbar_togglers {
  position: relative;
  display: none;
}

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

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

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

/*-------header with elementor-------------*/
.navbar-brand {
  padding: 0px;
  display: block;
  margin: 0px;
}

/*----style-one-----*/
.header .header_content_collapse {
  display: table;
  width: 100%;
}

.header .header_content_collapse .header_menu_box {
  display: table-cell;
  vertical-align: middle;
}

.header.style_two {
  position: absolute;
  background: transparent;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
}

.header.style_two .auto-container {
  max-width: 1400px;
}

.header.style_two .logo_column {
  position: relative;
}

.header.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 {
  color: var(--menu-color-white);
  opacity: 0.5;
}

.header.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
  > a.nav-link {
  color: #fff;
}

.header.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 {
  color: #fff;
  opacity: 0.5;
}

.header.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 {
  margin-right: 40px;
}

.header.style_two
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li.dropdown {
  margin-right: 50px;
}

.header.style_three {
  position: relative;
  padding: 0px;
}

.header.style_one
  .header_content_collapse
  .header_menu_box
  .navigation_menu
  .navbar_nav
  li.active
  > 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
  > li.active
  > a.nav-link {
  color: var(--primary-color-one) !important;
}

.header.style_five .container-fluid {
  padding: 0px 50px;
}

.header.style_five .header_content_collapse .header_menu_box {
  text-align: left;
}

.header.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 {
  font-size: 16px;
}

/*--------------------------------------
===============fixed-header=============
--------------------------------------*/

/*-----------header_logo_box_solo----------------*/
.header_area {
  position: relative;
  display: block;
  width: 100%;
  /* z-index: 9999; */
  top: 0;
  left: 0;
  background: 0 0;
}

/*------===============================================-------------*/

/*--------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.dark_color
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  a.nav-link {
  color: var(--menu-color);
}

/*---------=================header_default-style seven================---------------*/

.header_default.style_seven {
  position: relative;
  background: #fff;
  padding: 20px 0px 10px;
}

.header_default.style_seven .container-fluid {
  padding: 0px 100px;
}

.header_default.style_seven .header_content_collapse .navigation_menu {
  float: none;
}

/*---------=================header header_default style_nine side_menu head_================---------------*/

/*---------=================header style ten shop ================---------------*/

/*-----mega_menu  style for mobilr-------*/

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

/*--------------------------------------
===============fixed-header=============
--------------------------------------*/

@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translateZ(0);
  }
}

.dropdown-menu li.dropdown a.nav-link {
  position: relative !important;
  display: flex !important;
  justify-content: space-between !important;
}

.dropdown-menu .dropdown-menu {
  top: 0px;
  margin-left: -5px !important;
}

/*-----header-media-----*/
@media (max-width: 1200px) {
  .header_content_collapse {
    display: none !important;
  }

  .header .navbar_togglers {
    display: block;
  }

  .header .logo_column {
    width: 86%;
  }

  .header .menu_column {
    width: 14%;
  }

  .header.header_default.style_two .hamburger_menu .line {
    background: #fff;
  }
}

/*----------------animate-csss---------------*/

/*----------------slider-csss---------------*/
.slider {
  position: relative;
  width: 100%;
}

.slider .animated {
  animation-duration: 1.25s;
}

.slider.style_two {
  min-height: 740px;
}

/*------slider-v2-----*/

/*
=======================================
            single_banner
=======================================
*/

/*--=====================================---
--------------Blog css-----------------
---=====================================--*/
/*--====== hover-1 ======--*/

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

  40% {
    opacity: 1;
  }

  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}

/*----sticky ------*/

/*------ 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 .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 .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 .content_box .categories {
  color: var(--primary-color-one);
}

/*----====news_box default_style list_vi=====----*/

.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: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 .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 .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:hover {
  cursor: pointer;
}

.news_box.style_four:hover .overlay {
  opacity: 0.8;
}

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

.grid_box .news_box {
  margin-bottom: 0px !important;
}

.grid_layout.row .grid_box .news_box {
  margin-bottom: 30px !important;
}

.four_column .news_box.style_six .content_box {
  padding: 25px 30px;
}

.four_column .news_box.style_six .content_box,
.four_column .news_box.style_two .content_box {
  min-height: 400px;
}

.three_column .news_box.style_six .content_box,
.three_column .news_box.style_two .content_box {
  min-height: 414px;
}

/*-----------====================related_post ===========================------------------*/

/*---==========================================-----
-----==================team===============-----
-----=========================================-----*/

/*---==========================================-----
-----==================team_intro_box ===============-----
-----=========================================-----*/

/*-----====================== team_box_all ==========================----*/

/*--=====================================---
--------------service css-----------------
---=====================================--*/
.service_section {
  position: relative;
}

.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: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: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:hover .image_box::before {
  top: 0%;
  opacity: 0.8;
}

.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 .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 img {
  position: absolute;
  width: 30px;
  height: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 77;
}

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

/*---==========================================-----
-----==================project_caro_section ===============-----
-----=========================================-----*/

/*---==========================================-----
-----================== project_all ===============-----
-----=========================================-----*/

.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 .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 ===============-----
-----=========================================-----*/

/*------===============-widget css sidebarwidgets footer footerwidgets-==============------*/

/*---sidebar-css--*/

/*----widgets_grid_box----*/
.widgets_grid_box {
  position: relative;
  margin-bottom: 50px;
}

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

/*---=======widget_about_authour========------*/

/*----latest----pist--------*/

.widgets_grid_box ul li {
  margin-bottom: 0px !important;
}

/*----====widget_crochure=========-----*/

/*----====widget_contact_box_widget=========-----*/

/*---==========================================-----
-----==================Common css===============-----
-----=========================================-----*/

/* style switcher */

/*-----style-switcher------*/

/*---==========================================-----
-----==================pagination===============-----
-----=========================================-----*/

/*---==========================================-----
-----==================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 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 p {
  color: var(--color-white);
}

.title_all_box.style_seven.text-right {
  text-align: right;
}

.title_all_box .title_sections .title_big {
  font-size: 51px !important;
  font-weight: 800 !important;
  line-height: 66px !important;
}

/*---==========================================-----
-----==================extra_content===============-----
-----=========================================-----*/

/*---==========================================-----
-----==================image_absolute===============-----
-----=========================================-----*/

/*---==========================================-----
-----==================video_box===============-----
-----=========================================-----*/

@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 ===============-----
-----=========================================-----*/

/*---==========================================-----
-----==================testimonial_sec ===============-----
-----=========================================-----*/

/*-----v2 style-----*/

/*---==========================================-----
-----==================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%;
  }
}

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

/*---==========================================-----
-----================== image_boxes ===============-----
-----=========================================-----*/

/*---==========================================-----
-----================== simple image boxes ===============-----
-----=========================================-----*/

/*---==========================================-----
-----================== 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 ===============-----
-----=========================================-----*/

/*---==========================================-----
-----================== icon_box_all ===============-----
-----=========================================-----*/

/*---==========================================-----
-----================== content_box_cn ===============-----
-----=========================================-----*/

/*---==========================================-----
-----================== 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 ===============-----
-----=========================================-----*/

/*---==========================================-----
-----================== time_line_section ===============-----
-----=========================================-----*/

/*---------tab ----style-----one---------------*/

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

  100% {
    opacity: 1;
  }
}

/*----client_logo_carousel------*/
.client_logo_carousel {
  position: relative;
}

/*------------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 .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 {
  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 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;
}

.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========================--
--======================================================--*/

/*--====================================================--
----==============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========================--
--======================================================--*/

/*--====================================================--
----==============Contact us contact boxes========================--
--======================================================--*/

/*--====================================================--
----==============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
  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: 100px;
}

.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::last-child,
.contact_form_box_all.type_two .contact_form_shortcode form div::last-child {
  margin-bottom: 0px;
}

form {
  position: relative;
}

/*-============fourntcontent====================-*/

.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-------*/

/*----===========quotes_box==============------*/

.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-----*/

/*------=========================megamenu box========================---------------*/

/*-------==============list_item_box===============---------*/

.map {
  position: relative;
}

.map iframe {
  width: 100%;
  height: 500px;
  border-radius: 15px;
}

/*----------------rotate-hover-----------------*/
@keyframes rotateme {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/*---===================image box new================---*/

/*----info_section type_one------*/

/*---contact_form_box type_two-----*/

/*------faqs----------*/

/*--------------- fun facts -----------------*/
/*-----funfacts-------*/

/*---==================icon box carousel all ====================----*/

/*---=================== icon box new =====================----*/

/*---========= quote_box type_one =========-------*/

/*------list_items------*/

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

.col-xl-3.col-md-6.col-sm-6 .news_box .comments {
  display: none !important;
}

/*------====news_box-type-two====---------*/

/*-----pricing_plan_box type_one-------*/

/*----features type_one------*/

/*--====================project==============------*/
/* clear fix */

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

/*-----style-two------*/

/*---======================tabs======================*-----*/

/*---=========================== testimonial ============================----*/

/*------------====================theme btn===================-------------*/

/*------------=======================timeline=====================---------------------*/

/*-----------==================contact footer widgets============================------------------*/

/*----------======================product=======================---------------*/

/*-----cart_notice------*/

/* overlay at start */

/* overlay animate in */

/* overlay animate out */

/* content at start */

/* content animate it */

/* content animate out */

/*----============---footer_default-styles--===========---*/

/*---==========================================-----
-----================== 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.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-----*/

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

/*-----------=====================footer_contact_form========================-------------------*/

/*---footer_contact_list -----*/

/*---gallery_repeater------*/

/*--------=========================shop css==============================----------------*/

input[type="checkbox"],
input[type="radio"] {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  vertical-align: middle;
}

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 {
  margin-bottom: 25px !important;
  position: relative;
}

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

/*----=====product_box type_one=====-------*/

.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 {
  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 {
  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 {
  display: none;
}

.product_box .overlay ul li a:hover {
  background: var(--primary-color-one);
  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 .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:hover .inner_box {
  position: relative;
}

.product_box:hover .inner_box {
  position: relative;
}

.product_box:hover .inner_box .overlay ul li {
  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 .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 .content_box {
  position: relative;
  padding: 20px 0px 0px;
}

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

/*--------=========================shop css==============================----------------*/
/*--------=========================shop Single Product css==============================----------------*/

.default_single_product {
  position: relative;
}

.default_single_product .summary {
  position: relative;
}

.default_single_product .summary .price .woocommerce-Price-amount.amount {
  color: var(--primary-color-one);
  font-size: 18px;
  font-weight: 500;
}

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

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

.woocommerce .woocommerce-cart-form 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 {
  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 {
  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 {
  min-width: 100px;
}

.woocommerce .woocommerce-cart-form table.shop_table td.product-thumbnail img {
  width: 100px;
}

.woocommerce .woocommerce-cart-form table.shop_table td a.remove {
  color: var(--primary-color-one) !important;
}

.woocommerce .woocommerce-cart-form 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 {
  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 {
  float: left !important;
}

.woocommerce .woocommerce-cart-form 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 {
  background: var(--primary-color-two) !important;
  color: #fff;
}

.woocommerce-cart-form {
  margin-bottom: 50px;
}

.woocommerce form .quantity {
  position: relative;
  margin: 0px 15px 0px 0px !important;
  width: 100px;
}

.woocommerce form .quantity label {
  display: none;
}

.woocommerce form .quantity input {
  min-width: 100px;
  border-radius: 5px;
  padding: 0px 45px 0px 15px;
  margin: 0px !important;
}

.woocommerce .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 {
  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 {
  background: var(--primary-color-two) !important;
  color: #fff;
}

.woocommerce .shop_table td::before {
  font-family: "Assistant", sans-serif;
  font-weight: 500;
  color: var(--heading-dark);
}

.woocommerce .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 form .form-row span {
  width: 100%;
}

/*-----------=======================whole_login_content=======================-------------------*/

/*----------=======================mini_cart_togglers========================-------------------*/

/*------elementor------*/

/*------elementor------*/
@media (max-width: 768px) {
  .woocommerce #content div.product .woocommerce-tabs ul.tabs li,
  .woocommerce 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 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;
}

/*--------------------==============widget_product_tag_cloud==================----------------------*/

/*------product-search------*/

/*------===============-responsive scs-==============------*/
/*---slider---cs----*/
@media (max-width: 1199px) {

  .crt_mobile_menu .menu-box {
    width: 90%;
  }

  .page_wapper {
    overflow: hidden;
  }

  .modal_popup {
    padding: 50px 20px;
  }

  br {
    display: none;
  }

  .parallax_cover img {
    object-fit: cover !important;
  }

  .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) {

  .breadcrumbs ul li {
    margin-bottom: 5px;
  }

  .slider.style_two {
    min-height: auto;
  }

  .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 {
    font-size: 36px;
    line-height: 46px;
  }

  .newsteller.style_one .content {
    margin-bottom: 20px;
  }

  .price_plan_box.style_one,
  .price_plan_box.style_two {
    margin-bottom: 30px;
  }

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

@media (max-width: 768px) {

  .page_header_default .page_header_content .banner_title_inner .title_page {
    font-size: 30px;
    line-height: 40px;
  }

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

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

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

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

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

  .price_plan_box.style_one .top h2 {
    font-size: 24px;
    line-height: 34px;
  }

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

@media (max-width: 550px) {

  .offer.style_one h1 {
    font-size: 30px;
    line-height: 46px;
  }

  .newsteller.style_three h2 {
    font-size: 30px;
    line-height: 46px;
  }

  .header.style_three .col-lg-9.col-md-12 {
    display: none;
  }

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

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

  .news_box .content_box h2 a {
    font-size: 16px !important;
    line-height: 26px !important;
  }

  .newsteller.style_one .content h2 {
    font-size: 22px;
    line-height: 32px;
  }

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

  
  .project_box.style_three .content_inner h2 a {
    font-size: 18px;
    line-height: 28px;
  }

  .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) {

  .modal_popup .modal-popup-inner .form_inner {
    padding: 30px;
  }

  .service_post.style_five .content_box h2 a {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
  }

  .service_post.style_five .content_box .read_more {
    font-size: 14px;
  }

  .link_box_contents.style_one .link_content_bx .image_box img,
  .link_box_contents.style_two .link_content_bx .image_box img {
    height: auto;
  }

  .header.style_five .container-fluid {
    padding: 0px 0px;
  }

  .crt_mobile_menu .menu-box {
    width: 100%;
  }

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

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

iframe {
  width: 100%;
}

.pdfHover:hover {
  text-decoration: underline;
}
.career:hover {
  background-color: #f7f8fc;
}
.team-card:hover .ourPeople {
  opacity: 1 !important;
}

.pressHover:hover {
  text-decoration: underline;
}

.ResponsiveContainer {
  display: none;
}

@media (max-width: 767px) {
  .ResponsiveContainer {
    display: block;
    width: "120%";
  }
}

.ResponsiveContainerDesk {
  display: none;
}

@media (min-width: 768px) {
  .ResponsiveContainerDesk {
    display: block;
  }
}

.download-link-button {
  font-size: 16px;
}

.whitepaperMobile {
  padding: 0px 20px;
}

@media (max-width: 768px) {
  .download-link-button {
    font-size: 14px !important;
    width: 100% !important;
  }

  .whitepaperMobile {
    padding: 0px 20px;
  }
}

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

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.
   */

/**
   * 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 {
  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,
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.
   */

/**
   * 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
-------------------------------------------------------------- */

/* 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 ul ul.children {
  padding: 0px 0px 0px 5px !important;
  border-radius: 0px;
  border: 0px !important;
}

/* Header css */

.mainMenuDropdown {
  margin-right: -8px;
  margin-left: -10px;
  border-radius: 5px;
}
.categoryLink {
  font-size: 17px;
  padding: 5px 0;
}

.gmiPulseLink {
  margin-right: -10px;
  margin-left: -10px;
  border-radius: 5px;
}

.megatrendsLink {
  padding: 0.5rem;
  width: 75%;
}

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

/* Agent-friendly header dropdown behavior */
#header_contents,
.header_area,
.header_style_six_nw {
  position: relative;
  z-index: 1200;
}

.header .header_content_collapse .navigation_menu .navbar_nav li .dropdown-menu {
  display: none !important;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 2200 !important;
}

.header .header_content_collapse .navigation_menu .navbar_nav li:hover > .dropdown-menu,
.header .header_content_collapse .navigation_menu .navbar_nav li > .dropdown-menu.show,
.header .header_content_collapse .navigation_menu .navbar_nav li > .dropdown-menu.displayMobileMenu {
  display: block !important;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  z-index: 2200 !important;
}

.mainHeaderColumn {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .mainNavigationMenu {
  padding-right: 70px;
} */

.mainHeaderRight {
  float: none;
  display: none;
}

@media (min-width: 1201px) {
  .mainHeaderRight {
    float: none; /* Override for larger screens */
    display: block;
  }
}

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


/* Footer css */

.mainFooter {
  position: relative;
  z-index: 10;
}

.footerImgDiv {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.footerImgDiv .secondImgDiv {
  width: 90px;
  margin: 0px 37px;
  text-align: center;
}

.footerImgDiv .fourthImgDiv {
  width: 160px;
  text-align: center;
  cursor: pointer;
}

.footerImgDiv .fifthImgDiv {
  text-align: center;
  cursor: pointer;
}

.footerImgDiv .seventhImgDiv {
  margin-left: 10px;
  text-align: center;
  cursor: pointer;
}

.footerContent {
  position: relative;
  margin-top: 1px;
  z-index: 10;
}

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

.section_height {
  min-height: 840vh !important;
}

.whitepaperviewRightDiv {
  margin-top: 36px;
}
.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: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 10px;
}

.commonHeading {
  padding: 7px;
  line-height: 54px;
}

.dropdownMenuLink {
  padding: 5px 25px !important;
}

.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  li {
  display: block;
  padding: 2px 0px;
  margin: 0 !important;
}

.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: max-content;
  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;
}

@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,
h3,
h4 {
  font-size: 1.08rem !important;
  color: #000;
  font-weight: 700;
  width: 90%;
}
.marketScopeList:hover {
  text-decoration: underline;
}
.relatedReports {
  font-weight: 600;
}
.relatedReports:hover {
  text-decoration: underline;
}

.relatedReportsLi {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.print-table div div {
  color: #061524 !important;
}

/* Firefox-specific styles */
@-moz-document url-prefix() {
  .marketScopeList a {
    position: absolute;
  }
}

.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;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.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: 10px;
  width: 30%;
  cursor: pointer;
  text-transform: capitalize !important;
  background-color: white !important;
  border: 2px solid #61b6e6;
}

.donwloadFreeSample {
  min-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;
  max-width: 100%;
  overflow-x: hidden;
}
.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;
}

.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 #e4f3fe !important;
  /* background-color: #ededef !important; */
  box-shadow: none !important;
  /* border-radius: 4px; */
  padding: 10px 9px 10px 9px !important;
}

.reportBuyHeading {
  font-size: 20px;
  font-weight: bold;
}

.redDiv {
  border: 0px solid red !important;
}

.reportBuyNowBtn .theme-btn {
  background-color: #65c4e454;
  cursor: pointer;
  margin-right: 10px !important;
  text-transform: capitalize;
  width: 100%;
  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: 14px; */
  margin-right: 7px !important;
}

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

.reportViewSideDiv {
  /* border-radius: 3px !important; */
}

.footerNavlink {
  color: #fff;
}

.reportBuyNowBtn .theme-btn:hover {
  background-color: #65c4e454 !important;
  color: white !important;
}

.block-img-text {
  display: flex;
  padding: 0px !important;
  line-height: 0px;
  /* width: 95%; */
  color: #074c65;
  text-decoration: none !important;
  align-items: center;
}

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

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

.orderReviewDiv {
  margin-left: 4px;
}

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

.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-bottom: none;
  background-color: white;
}

.industryFilterRadioDiv {
  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: 1000px !important;
}

.industryReportDialogInner {
  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;

  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;
  list-style: none;
  padding-left: 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;
}

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

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

.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;
}
.report-body p.company-card-text,
.company-card-text {
  font-size: 16px !important;
}
.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;
}
.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;
}

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;
  border: none !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 */

/* Agent-friendly dropdown layering and visibility */
#header_contents,
.header_area,
.header_style_six_nw {
  position: relative;
  z-index: 1200;
}

.header .header_content_collapse .navigation_menu .navbar_nav li .dropdown-menu {
  display: none !important;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 2200 !important;
}

.header .header_content_collapse .navigation_menu .navbar_nav li:hover > .dropdown-menu,
.header .header_content_collapse .navigation_menu .navbar_nav li > .dropdown-menu.show,
.header .header_content_collapse .navigation_menu .navbar_nav li > .dropdown-menu.displayMobileMenu {
  display: block !important;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  z-index: 2200 !important;
}
.header_style_six_nw .header{
  padding: 0px !important;
}

ul.dropdown-menu.industryCategoryDropdown {
  max-width: initial !important;
  /* min-width: 95rem !important; */
  width: 60rem !important;
  left: -180px !important;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.categoryInnerList ul li:first-child {
  position: fixed;
  top: 0;
}
.industryCategoryDropdown .categoryInnerList:hover {
  background-color: #64c8e4;
}

.industryCategoryDropdown .categoryInnerList:hover span {
  color: #fff !important;
}

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;
  margin-top: 20px;
}
.industryCategoryDropdown .categoryInnerList {
  padding: 0 5px;
  width: 33.33%;
}

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

.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 {
  white-space: normal;
}

.industryCategoryDropdown .categoryInnerList {
  padding: 5px 5px;
  width: 33.33%;
  margin-bottom: 15px;
  border-radius: 5px;
  transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
  /* transition-delay: 0.19s; */
}

.mainInnderCatDiv {
  max-height: 150px;
  overflow-y: hidden;
  overflow-x: hidden;
}

.mainInnderCatDiv:hover {
  overflow-y: auto;
  overflow-x: hidden;
}

.reportPremiumDetailsParent p {
  font-size: 16px !important;
  line-height: 24px;
}

/* 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: -100px !important;
}

ul.dropdown-menu.industryCategoryDropdown.industryCatMulti.ko {
  left: -100px !important;
}
ul.dropdown-menu.industryCategoryDropdown.industryCatMulti.ar {
  left: -650px !important;
}
ul.dropdown-menu.industryCategoryDropdown.industryCatMulti.ru {
  left: -15px !important;
}
ul.dropdown-menu.industryCategoryDropdown.industryCatMulti.fr {
  left: -10px !important;
}
ul.dropdown-menu.industryCategoryDropdown.industryCatMulti.de {
  left: -35px !important;
}
ul.dropdown-menu.industryCategoryDropdown.industryCatMulti.es {
  left: -10px !important;
}
ul.dropdown-menu.industryCategoryDropdown.industryCatMulti.zh {
  left: -125px !important;
}
ul.dropdown-menu.industryCategoryDropdown.industryCatMulti.it {
  left: -85px !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;
}
.rightArClass {
  padding-left: 0;
  padding-right: 17px;
}

.reportMaketScopeListDiv.rightArClass {
  margin-right: 10px;
}

ul.dropdown-menu.industryCategoryDropdown.industryCatMulti.ar.arNewClas {
  right: -420px;
}
.dropdown-menu.megratrendSubmenuDiv.megatrendMulti.ar.arMegatrendsNewClas {
  right: -478px;
}

span.onsalemulti.p-0.addSideClass {
  right: 5px;
}

/* HTML: <div class="loader"></div> */

/* .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 */

.borderClass {
  border-right: 1px solid #80808061;
}

/* .featuresSection {
  margin-bottom: 5rem;
} */
/* .adavantageDiv{
  margin: 3rem 0;
} */

/* 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);
}

.dot {
  width: 0.5rem;
  height: 0.5rem;
}

.gradient-bar {
  background: linear-gradient(to right, #22d3ee, transparent);
}

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

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

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

.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;
}
.search-button:hover {
  background: #df8f28;
}

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

/* new homepage css start here */
.hero-section-home {
  display: flex;
  position: relative;
  background: linear-gradient(135deg, #0f1419 0%, #1a2332 50%, #2d4059 100%);
}

.hero-background-home {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.1;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><defs><pattern id="grid" width="50" height="50" patternUnits="userSpaceOnUse"><path d="M 50 0 L 0 0 0 50" fill="none" stroke="%23ffffff" stroke-width="1"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grid)"/></svg>');
}

.floating-elements {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.floating-element {
  position: absolute;
  background: rgba(74, 144, 226, 0.1);
  border-radius: 50%;
  animation: float 6s ease-in-out infinite;
}

.floating-element:nth-child(1) {
  width: 100px;
  height: 100px;
  top: 20%;
  right: 10%;
  animation-delay: 0s;
}

.floating-element:nth-child(2) {
  width: 150px;
  height: 150px;
  top: 60%;
  right: 20%;
  animation-delay: 2s;
}

.floating-element:nth-child(3) {
  width: 80px;
  height: 80px;
  top: 30%;
  left: 5%;
  animation-delay: 4s;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(180deg);
  }
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  z-index: 2;
}

.hero-content {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 4rem;
  gap: 4rem;
  align-items: center;
}

.hero-text {
  animation: slideInLeft 1s ease-out;
}

.hero-visual {
  animation: slideInRight 1s ease-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* Slider Styles */
.slider-container {
  position: relative;
  width: 100%;
  max-width: 600px;
  height: 397px;
  overflow: hidden;
  border-radius: 12px;
  border-radius: 10px;
}

.slide {
  width: 25%;
  height: 100%;
  flex-shrink: 0;
  padding: 10px;
  box-sizing: border-box;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: background 0.3s ease;
}
.search-button {
  background: #eaa64d;
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 6px;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.dot.active {
  background: #4a90e2;
}

.dot:hover {
  background: rgba(255, 255, 255, 0.8);
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.hero-title {
  font-size: 3rem;
  font-weight: 700;
  /* margin-bottom: 1.5rem; */
  background: linear-gradient(135deg, #4a90e2, #63c5da, #81e6d9);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
}

.hero-subtitle {
  font-size: 1.125rem;
  color: white;
  margin-bottom: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}

.action-section {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: flex-start;
}
/* display: inline-flex;
          align-items: center;
          gap: 0.75rem;
          background: linear-gradient(135deg, #ff6b35, #f7931e);
          color: white;
          padding: 1rem 2.5rem;
          border: none;
          border-radius: 50px;
          font-size: 1.1rem;
          font-weight: 600;
          cursor: pointer;
          text-decoration: none;
          transition: all 0.3s ease;
          box-shadow: 0 10px 30px rgba(255, 107, 53, 0.3);
          position: relative;
          overflow: hidden;
      } */

.feature-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem;
  background: rgba(74, 144, 226, 0.1);
  border-radius: 12px;
  border: 1px solid rgba(74, 144, 226, 0.2);
  transition: all 0.3s ease;
}

.feature-item:hover {
  background: rgba(74, 144, 226, 0.15);
  transform: translateX(5px);
}

@keyframes pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}

.bar {
  width: 12px;
  background: linear-gradient(to top, #4a90e2, #63c5da);
  border-radius: 2px 2px 0 0;
  animation: growBar 2s ease-out;
}

.bar:nth-child(1) {
  height: 60%;
  animation-delay: 0.1s;
}
.bar:nth-child(2) {
  height: 80%;
  animation-delay: 0.2s;
}
.bar:nth-child(3) {
  height: 45%;
  animation-delay: 0.3s;
}
.bar:nth-child(4) {
  height: 90%;
  animation-delay: 0.4s;
}
.bar:nth-child(5) {
  height: 70%;
  animation-delay: 0.5s;
}
.bar:nth-child(6) {
  height: 85%;
  animation-delay: 0.6s;
}
.bar:nth-child(7) {
  height: 55%;
  animation-delay: 0.7s;
}

@keyframes growBar {
  from {
    height: 0;
  }
  to {
    height: inherit;
  }
}

.containerHeader {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 1rem;
  position: relative;
  z-index: 2;
  padding-top: 30px;
  padding-bottom: 40px;
}

.company-highlights {
  display: flex;
  gap: 2rem;

  flex-wrap: wrap;
  justify-content: flex-start;
}

.highlight-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
  min-width: 120px;
}

.highlight-icon {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4a90e2;
  margin-bottom: 0.75rem;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.callToActionDiv {
  display: flex;
  align-items: center;
  gap: 5px;
}

.callToActionDiv p {
  font-size: 1.125rem;
  color: #ffffff;
  margin-bottom: 0;
}

.highlight-number {
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
  margin-bottom: 0.25rem;
  line-height: 1;
}

.highlight-label {
  font-size: 0.9rem;
  color: #a0b4d6;
  font-weight: 500;
}

/* share btn css start here */

.reportViewNewTabDiv .woocommerce-Reviews {
  position: relative;
}

button.reportShareBtn {
  margin-bottom: 8px;
  padding: 6px 10px;
  border: none;
  outline: none;
  border: 1px solid #074c65;
  background: #ffffff;
  color: #074c65;
  border-radius: 3px;
}
span.shareBtntext {
  margin: 0px 0px 0px 3px;
}

.socialShareDiv {
  padding: 15px;
  border-bottom: 1px solid #e0e0e0;
}

.socialShareDiv h4 {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
}

.socialShareButtonsContainer {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.socialButton {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1;
  padding: 10px 15px;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  transition: transform 0.2s;
}

.socialButton:hover {
  transform: scale(1.05);
}

.facebookButton {
  background-color: #1877f2;
}

.linkedinButton {
  background-color: #0077b5;
}

.twitterButton {
  background-color: black;
}

.emailButton {
  background-color: #ea4335;
}

.linkEmbedSection {
  padding: 15px;
}

.linkEmbedSection h4 {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
}

.linkEmbedButtons {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
}

.copyButton {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 15px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.2s;
  color: #074c65;
  background-color: white;
  border: 1px solid #074c65;
}

.copyButton.copied {
  background-color: #4caf50;
}

.citationsSection {
  padding: 15px;
}

.citationsHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.citationsHeader h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.citationSelectWrapper {
  position: relative;
}

.citationSelect {
  padding: 8px 30px 8px 12px;
  height: 35px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: white;
  cursor: pointer;
  font-size: 14px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.dropdownIcon {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.citationTextarea {
  width: 100%;
  min-height: 130px;
  max-height: 130px;
  padding: 5px 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  resize: vertical;
  margin-bottom: 15px;
  background: white;
  overflow-x: hidden;
  overflow-y: scroll;
}

.citationCopyButton {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 15px;
  background-color: #28a745;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.2s;
}

/* .citationCopyButton.copied {
  background-color: #4caf50;
} */

.publishReportSpan {
  font-style: italic;
  text-transform: capitalize;
}

.reportIDSpan {
  margin-left: 5px;
}

.citation-tooltip {
  position: relative;
  display: inline-block;
  vertical-align: baseline;
  font-size: 1em;
  line-height: 1;
  margin-left: 4px;
}

.citation-tooltip a {
  display: inline-block;
  color: #074c65;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  position: relative;
  /* top: -0.35em; */
}

.citation-tooltip .tooltip-text {
  display: none;
  /* position: absolute;
  left: 50%;
  top: calc(100% + 10px);
  transform: translateX(-50%);
  min-width: 220px;
  max-width: min(420px, calc(100vw - 24px));
  width: max-content;
  padding: 12px 14px;
  border-radius: 6px;
  background: #ffffff;
  color: #1f2937;
  border: 1px solid #d7dee6;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  white-space: normal;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 50;
  transition: opacity 0.2s ease;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.22); */
}

.citation-tooltip:hover .tooltip-text,
.citation-tooltip:focus-within .tooltip-text {
  opacity: 1;
  visibility: visible;
}

.citation-tooltip .tooltip-text::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent #ffffff transparent;
}

@media (max-width: 767px) {
  .citation-tooltip .tooltip-text {
    min-width: 0;
    width: min(280px, calc(100vw - 16px));
    max-width: calc(100vw - 16px);
    padding: 10px 12px;
    font-size: 13px;
    line-height: 1.4;
  }
}

.citation-bs-tooltip {
  --bs-tooltip-bg: #ffffff;
  --bs-tooltip-color: #1f2937;
  --bs-tooltip-opacity: 1;
  --bs-tooltip-max-width: min(420px, calc(100vw - 24px));
}

@media (max-width: 767px) {
  .citation-bs-tooltip {
    --bs-tooltip-max-width: calc(100vw - 16px);
  }
}

.html-content p:nth-child(2) {
  margin-bottom: 0px;
}

/* pricing section css start here */

.reportBuyHeading {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #2c3e50;
  gap: 8px;
}

.reportBuyHeadingIcon {
  color: #27ae60;
  font-size: 20px;
}
.reportBuyTrustImageDiv {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding: 8px;
  padding-right: 14px;
}
/* .reportBuyTrustImageInner {
  flex: 1;
  text-align: center;
  padding: 10px;
} */

/* .reportBuyTrustImageInner {
  width: 191px;
  margin-left: -13px;
}

.reportBuyTrustImageInner.reportBuyTrustImageTwo {
  width: 93px;
  margin-right: 0;
} */
.reportBuyTrustImageInner img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.reportBuyTrustImageInner.reportBuyTrustImageOne {
  width: 96px;
}

.reportBuyTrustImageInner.reportBuyTrustImageInnerThree {
  width: 145px;
  margin-right: 4px;
}

.reportBuyTrustImageInner.reportBuyTrustImageTwo {
  width: 71px;
  margin-right: 0;
}

.reportBuyNowBtnNew .buynow-btn {
  /* background: linear-gradient(135deg, #a88b1a 0%, #cea813 100%); */
  background: #6ab5cf !important;
  border: none;
  border-radius: 2px;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 600;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  /* box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4); */
}

.reportBuyNowBtnNew .buynow-btn:hover {
  background: #6ab5cf !important;
  transform: scale(1.02);
}
.reportPremiumDetaislNew p {
  font-size: 18px;
  margin-bottom: 5px;
  color: #000;
}

#stickyPremiumreport {
  /* top: 20px !important; */
}

.reportPremiumDetailsSticky {
  border-top: 0px !important;
  margin-top: 0px !important;
}

.premiumReportInnerBtn {
  margin-right: 7px !important;
  cursor: pointer;
  font-size: 17px;
  text-transform: capitalize;
  background-color: #b93e02;
  border-radius: 3px;
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}

.premiumReportInnerBtn:hover {
  background-color: #b93e02;
}

.premiumReportInnerBtn p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.downloadFreePDFBtnSide {
  margin-top: -5px;
}

.reportViewSideDiv .product_box.type_one .inner_box span.onsale {
  top: 4px;
  left: 5px;
  width: 200px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  /* border-radius: 50px; */
  line-height: 32px !important;
  font-size: 14px !important;
  font-family: "Assistant", sans-serif;
  background-color: #508d69 !important;
  z-index: 9;
  border-radius: 2px;
  font-weight: 600 !important;
  color: #fff !important;
}

.reportViewSideDiv .product_box.type_one .inner_box span.onsale.arOnsaleclass {
  right: 5px;
}

.breadcrumb-section nav ol {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #074c65 !important;
  font-family: "Assistant", sans-serif;
}

.breadcrumbinner {
  padding-left: 17px;
}

.error-message {
  color: red;

  font-size: 14px !important;
  margin-top: 2px;
  margin-bottom: 5px;
  padding-left: 0px !important;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, ">");
}

/* Bootstrap breadcrumb RTL fix */
[dir="rtl"] .breadcrumb-item + .breadcrumb-item {
  padding-right: var(--bs-breadcrumb-item-padding-x);
  padding-left: 0;
}

[dir="rtl"] .breadcrumb-item + .breadcrumb-item::before {
  float: right;
  padding-left: var(--bs-breadcrumb-divider-padding-x, 0.5rem);
  padding-right: var(--bs-breadcrumb-divider-padding-x, 0.5rem);
  content: var(--bs-breadcrumb-divider, "<");
}

[dir="rtl"] .breadcrumb-section {
  margin-right: 15px;
}

.tocCalltoAction {
  padding: 10px;
  background: #074c6514;
  border-left: 5px solid #074c65;
  margin-top: 10px;
}

.tocCalltoAction p {
  margin-bottom: 0;
  font-weight: 500;
}

.tocCalltoAction p a {
  color: #074c65 !important;
  font-weight: 600;
  font-size: 17px;
  text-decoration: underline !important;
}

.commonsecondheading {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 5px;
}

/* .reportShareDiv + img {
  height: 463px;
} */

/* l1 and l2 css start here */

.hero-section-category {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 70px 7px;
  /* text-align: justify; */
  text-align: center;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}

.hero-heading {
  font-size: 40px;
  font-weight: bold;
  color: white;
  margin-bottom: 20px;
}
.subtitle {
  color: #eff6ff;
  font-size: 1.125rem;
  line-height: 1.6;
}

.requestPortfolioBtn {
  padding: 14px 15px;
  border: none;
  outline: none;
  color: white;
  border-radius: 5px;
  background: linear-gradient(135deg, #d57900, #d57900, #eaa64d);
  transition: all 0.3s linear;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-weight: 600;
}

.bottom-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  height: 4rem;
  background: linear-gradient(to top, #053a4e, transparent);
}

.commonHeading {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}

.commonHeading {
  padding: 7px;
  line-height: 54px;
}

.description.clamped {
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  max-height: -moz-fit-content;
  max-height: fit-content;
  line-height: 32px;
}

p.descriptionpara {
  color: #364153;
  font-size: 18px;
  text-align: justify;
  line-height: 32px;
}

.categoryRegionalMainContainer p.descriptionpara {
  text-align: center;
}

.description.expanded {
  display: block;
}
.read-more-btn {
  background: none;
  border: none;
  color: #086781;
  font-size: 16px;
  cursor: pointer;
  text-decoration: underline;
  padding: 0;
  font-size: 14px;
}

.trustMainDiv {
  background: white;
}

.categoryRegionalMainContainer {
  padding: 2rem 0;
  background: #f9fafb;
  margin-top: 3rem;
}

.regionalHeading {
  margin: 0 auto;
}

.regionalInnerHead {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.regionalHeadIcon {
  color: white;
  background: linear-gradient(
    135deg,
    rgba(7, 76, 101, 0.9),
    #085570db,
    #0a5d7ac7
  );
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border-radius: 5px;
}
.regionalInnerHead p {
  margin-bottom: 0;
  font-size: 1.2rem;
  color: #07536c;
  font-weight: 700;
}
.regionalCardListMainDiv {
  margin-top: 1rem;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.categoryClientsImgDiv {
  gap: 10px;
  margin-top: 25px;
}
.categoryClientImgDiv {
  width: 153px;
  height: 70px;
  padding: 10px;
  display: flex;
  align-items: center;
}

.categoryRegionalMainContainer {
  padding: 2rem 0;
  background: #f9fafb;
  margin-top: 3rem;
}
.regionalHeading {
  margin: 0 auto;
}

.regionalHeading::after {
  width: 100%;

  left: 0;
}

.regionalpara {
  margin: 1.5rem auto;
}
.regionalHeadIcon {
  color: white;
  background: linear-gradient(
    135deg,
    rgba(7, 76, 101, 0.9),
    #085570db,
    #0a5d7ac7
  );
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border-radius: 5px;
}

.regionalInnerHead {
  display: flex;
  gap: 10px;
}

.regionalInnerHead p {
  margin-bottom: 0;
  font-size: 1.2rem;
  color: #07536c;
  font-weight: 700;
}

.regionalInnerHead {
  display: flex;
  gap: 10px;
}

.regionalInnerHead p {
  margin-bottom: 0;
  font-size: 1.2rem;
  color: #07536c;
  font-weight: 700;
}

.regionalListDiv {
  display: flex;
  gap: 8px;
  background: white;
  padding: 15px 15px;
  border-radius: 12px;
  border: 1px solid #f6f3f4;
  margin: 5px;
  height: 100%;
}
p.regionalSubText.text-secondary {
  font-weight: 400;
  font-size: 14px;
}

.regionalRightDiv p {
  color: black;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}

.regionalCardListMainDiv {
  margin-top: 1rem;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.regionalRightDiv span {
  font-size: 14px;
}
.keyMarketIcon {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.trustMainDiv {
  background: white;
}
.categoryClientImgDiv {
  width: 153px;
  height: 70px;
  padding: 10px;
  display: flex;
  align-items: center;
}
.categoryClientsImgDiv {
  gap: 10px;
  margin-top: 25px;
}
.categoryMediaCitation {
  margin-top: 25px;
}

.categoryFilterLeftDiv {
  border: 1px solid #f6f3f4;
  background: white;
  border-radius: 12px;
  transition: all 0.3s linear;
  height: 100%;
}

.categoryReportsCard {
  height: 100%;
  background: white;
  padding: 10px;
  border-radius: 12px;
  border: 1px solid #dadada;
  position: relative;

  box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.05);
  transition: all 0.3s linear;
  max-height: -moz-fit-content;
  max-height: fit-content;
}

/* .categoryReportsCard:hover {
  transform: scale(1.02);
  box-shadow: 0px 0px 9px -6px;
} */

.categoryDownloadBtn {
  width: -moz-fit-content;
  width: fit-content;
  background-color: none !important;
  margin-left: auto;
}

.categoryDownloadBtn .theme-btn.five {
  background: linear-gradient(135deg, #d57900, #d57900, #eaa64d);
  cursor: pointer;
  transition: all 0.3s linear;
}

.categoryDownloadBtn .theme-btn.five:hover {
  background: linear-gradient(135deg, #eaa64d, #d57900, #d57900);
  transform: scale(1.02);
}
.categoryReportsCard h1 {
  transition: all 0.3s linear;
}

.categoryReportsCard h1:hover {
  color: #1c9fcf !important;
}

.categoryReportsCard .short_desc {
  display: -webkit-box; /* Required for line clamping */
  -webkit-line-clamp: 3; /* Number of lines to show */
  -webkit-box-orient: vertical; /* Required for vertical orientation */
  overflow: hidden; /* Hide extra text */
  text-overflow: ellipsis;
}

.categoryFilterLeftDiv .dynamicClassTwo {
  color: #1c9fcf;
  font-weight: 700;
}

.categoryFilterLeftDiv .newColorAdd {
  color: #1c9fcf;
  font-weight: 700;
}
.categoryFilterLeftDiv .widgets_grid_box {
  position: relative;
}

/* width */
.categoryFilterLeftDiv::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.categoryFilterLeftDiv::-webkit-scrollbar-track {
  /* box-shadow: inset 0 0 5px grey; */
  border-radius: 0;
  background-color: #64c8e433;
}

/* Handle */
.categoryFilterLeftDiv::-webkit-scrollbar-thumb {
  background: #64c8e4;
  border-radius: 0;
}

.descriptionDiv {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
  position: relative;
}

.industryFilterHeadingInner {
  background-color: white;
  color: black;
  font-weight: 600;
  font-size: 18px;
  border-bottom: 1px solid #80808029;
}
.industryFilterRadioInnerDiv {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  flex-direction: column;
  padding-left: 8px;
}
.regionalHeading::after {
  width: 100%;
  left: 0;
}

.commonHeading::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: #0172a7;
  bottom: -3px;
  left: 0;
  border-radius: 10px;
}

.keyMarketIcon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #007bff; /* or your preferred color */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* Alternative approach if you want to match the regionalHeadIcon styling */
.keyMarketIcon {
  width: 9.5px;
  height: 10px;
  background: linear-gradient(
    135deg,
    rgba(7, 76, 101, 0.9),
    #085570db,
    #0a5d7ac7
  );
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}

.industryBreadcrumDiv p.subtitle {
  /* width: 50%; */
  margin: 0 auto;
  padding-bottom: 10px;
}

.mainIndustryReportDownBtn {
  background-color: #b93e02 !important;
}

.trustMainDiv .logo-slider-container {
  max-width: 98%;
}

.trustMainDiv .categoryMediaCitation {
  justify-content: space-between;
}

.description p {
  font-size: 18px;
  text-align: justify;
}

/* .reportsInnerDiv {
  display: flex;
  align-items: center;
  justify-content: center;
} */

.keymarketIconDiv {
  display: flex;
  gap: 5px;
}

.keyMarketIconInner {
  color: #0172a7;
}
p.immediatepara {
  padding: 10px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 0;
  color: #27ae60;
}

.customResearchImg img {
  border-radius: 10px;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
}

.categoryRegionFilterDiv {
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 1rem;
  background: white;
  position: absolute;
}

button.regionfilterbtn {
  padding: 10px 15px;
  border: none;
  outline: none;
  background: linear-gradient(
    135deg,
    rgba(7, 76, 101, 0.9),
    #085570db,
    #0a5d7ac7
  );
  color: white;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 7px;
  margin-left: 11px;
  cursor: pointer;
}
button.regionfilterbtnmobile {
  padding: 10px 15px;
  border: none;
  outline: none;
  background: linear-gradient(
    135deg,
    rgba(7, 76, 101, 0.9),
    #085570db,
    #0a5d7ac7
  );
  color: white;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 7px;
  margin-left: 11px;
  cursor: pointer;
}

.categoryRegionFilterDiv {
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 1rem;
  background: white;
  position: absolute;
  left: 25px;
  z-index: 22;
  border: 1px solid #8080803b;
  top: 38px;
  border-radius: 10px;
}

.serviceBtn:hover {
  color: #fff !important;
  background-color: #df8f28 !important;
}

.homeMediaCitations h2 {
  font-weight: 800;
}

.modal-modal-title-ejs {
  line-height: 1.5;
  letter-spacing: 0.00938em;
  font-size: 25px;
  color: green;
  font-weight: bold;
}

.relatedReportIcon {
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  flex-shrink: 0;
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
  margin-top: 2px;
}

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

/* For larger desktops (min-width: 1440px) */
@media (max-width: 1440px) {

  ul.dropdown-menu.industryCategoryDropdown.industryDetailUl {
    left: -269px !important;
  }

  .megratrendSubmenuDiv {
    width: 97vw;
    left: -595px !important;
  }
  ul.dropdown-menu.industryCategoryDropdown.industryCatMulti.ja {
    left: -80px !important;
  }
  ul.dropdown-menu.industryCategoryDropdown.industryCatMulti.ko {
    left: -80px !important;
  }
  ul.dropdown-menu.industryCategoryDropdown.industryCatMulti.ar.arNewClas {
    right: -366px;
  }
  ul.dropdown-menu.industryCategoryDropdown.industryCatMulti.ru {
    left: -80px !important;
  }
  ul.dropdown-menu.industryCategoryDropdown.industryCatMulti.fr {
    left: -80px !important;
  }
  ul.dropdown-menu.industryCategoryDropdown.industryCatMulti.de {
    left: -80px !important;
  }
  ul.dropdown-menu.industryCategoryDropdown.industryCatMulti.es {
    left: -80px !important;
  }
  ul.dropdown-menu.industryCategoryDropdown.industryCatMulti.zh {
    left: -80px !important;
  }
  ul.dropdown-menu.industryCategoryDropdown.industryCatMulti.it {
    left: -80px !important;
  }
  .dropdown-menu.megratrendSubmenuDiv.megatrendMulti.ja {
    left: -80px !important;
  }
  /* ul.dropdown-menu.industryCategoryDropdown {
    width: 84rem !important;
    left: -287px !important;
  } */

  /* ul.dropdown-menu.industryCategoryDropdown.industryCatMulti.ar.arNewClas {
    right: -386px;
  } */

  .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) {
  /* Details page */
  ul.dropdown-menu.industryCategoryDropdown.industryDetailUl {
    left: -206px !important;
  }

  ul.dropdown-menu.industryCategoryDropdown.industryCatMulti.it {
    left: -202px !important;
  }
  ul.dropdown-menu.industryCategoryDropdown.industryCatMulti.ar.arNewClas {
    right: -301px;
  }
  ul.dropdown-menu.industryCategoryDropdown.industryCatMulti.ja {
    left: -197px !important;
  }
  ul.dropdown-menu.industryCategoryDropdown.industryCatMulti.ko {
    left: -231px !important;
  }
  ul.dropdown-menu.industryCategoryDropdown.industryCatMulti.ru {
    left: -199px !important;
  }
  ul.dropdown-menu.industryCategoryDropdown.industryCatMulti.fr {
    left: -171px !important;
  }
  ul.dropdown-menu.industryCategoryDropdown.industryCatMulti.de {
    left: -213px !important;
  }
  ul.dropdown-menu.industryCategoryDropdown.industryCatMulti.es {
    left: -157px !important;
  }
  ul.dropdown-menu.industryCategoryDropdown.industryCatMulti.zh {
    left: -257px !important;
  }

  .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: -216px !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 {
    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;
}

.reportNameTitle {
  font-size: 2.125rem !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  color: #074c65 !important;
  margin-bottom: 6px !important;
}

.reportNameSubtitle {
  margin-top: 4px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #464646;
}

.licensingOptions {
  margin-bottom: 6px;
}

.addCitationsHeading {
  font-weight: 600;
  font-size: 1.08rem;
  color: black;
}

.shareContentHeading {
  font-weight: 600;
  font-size: 1.08rem;
  color: black;
  margin-bottom: 15px;
}

.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #000;
  color: #fff;
  padding: 8px;
  z-index: 100;
  transition: top 0.3s;
}

.skip-link:focus {
  top: 0;
}

@media (max-width: 768px) {
  .reportNameTitle {
    font-size: 1.08rem !important;
    font-weight: 700 !important;
    margin-bottom: 6px !important;
  }

  .reportNameSubtitle {
    font-size: 1rem !important;
    color: #464646;
  }

  .downloadLinkBtnFour,
  .downloadLinkBtnTwo {
    padding: 8px 10px 8px 10px;
  }
}

@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) {
  /* .reportShareDiv + img {
    height: 272px;
  } */

  .regionalCardListMainDiv {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 15px !important;
  }

  .regionalCardListMainDiv .col-lg-6 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }

  .industryBreadcrumDiv p.subtitle {
    padding-right: 10px;
    padding-left: 10px;
  }
  .categoryClientsImgDiv {
    justify-content: space-between;
  }

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

  .filterSideBarDiv {
    height: auto;
    margin-top: 20px;
    display: flex;
    padding: 10px;
  }
  .sideContentDiv {
    width: 50%;
  }

  .slides-container {
    height: 450px !important;
    border-radius: 10px !important;
  }
  .tab-image {
    width: 100%;
  }
}

@media (max-width: 968px) {
  .hero-content {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 3rem;
  }

  .hero-title {
    font-size: 2.8rem;
  }

  .hero-subtitle {
    font-size: 1.2rem;
  }

  .action-section {
    align-items: center;
  }

  .slider-container {
    max-width: 500px;
    height: 350px;
  }
  #stickyPremiumreport {
    width: 236px !important;
  }
  .industryBreadcrumDiv p.subtitle {
    /* width: 85%; */
  }
}

/* For small tablets (portrait) */
@media (max-width: 768px) {
  /* .reportShareDiv + img {
    height: 201px;
  } */

  .industryBreadcrumDiv p.subtitle {
    /* width: 85%; */
  }

  .socialButton {
    flex: none;
  }
  .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;
  }
  .sampleFormPopupDiv .dropdown-options {
    width: 306px;
  }
  .secureCardInnerDiv img {
    height: 79%;
  }
  .hobbies-icon.authorizeIcon {
    width: 135px;
    top: 37px;
  }
  .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;
  }
}
/* For larger mobile devices (up to 768px) */
@media (max-width: 768px) {
  .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;
  }
  .sampleFormPopupDiv .dropdown-options {
    width: 306px;
  }
  .secureCardInnerDiv img {
    height: 79%;
  }
  .hobbies-icon.authorizeIcon {
    width: 135px;
    top: 37px;
  }
  .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;
  }
  .categoryMediaCitation {
    margin-top: 25px;
    justify-content: flex-start;
  }
  .regionfilterbtn {
    display: none !important;
  }
}
@media (max-width: 640px) {
  .hero-title {
    font-size: 2.2rem;
  }

  .hero-subtitle {
    font-size: 1.1rem;
  }

  .container {
    padding: 0 1rem;
  }

  .slider-container {
    max-width: 400px;
    height: 300px;
  }

  .slide {
    padding: 8px;
  }
  .company-highlights {
    justify-content: flex-start;
    gap: 1.5rem;
  }

  .highlight-item {
    min-width: 100px;
  }

  .highlight-number {
    font-size: 1.5rem;
  }
}
@media (max-width: 600px) {
  .sampleFormPopupDiv .dropdown-options {
    width: 229px;
  }
  /* .reportShareDiv + img {
    height: 238px;
  } */
  .ResponsiveContainerDesk#stickyPremiumreport {
    display: none !important;
  }
}

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

  .reqLeftDiv {
    border-right: none;
  }

  .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%;
  }
  .regionfilterbtn {
    display: none;
  }
}

@media (min-width: 600px) {
  /* .modal-popup-inner.sampleFormPopupDiv {
    width: 60%;
  } */
}

/* For medium mobile devices (up to 480px) */
@media (max-width: 480px) {
  .socialButton {
    flex: 1 1;
  }
  .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;
  }
  .changeTextForSecData .detailReportName {
    font-size: 17px !important;
  }
  /* gmi pulse new page css */
  .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;
  }

  .callToActionDiv {
    flex-direction: column;
  }
  .company-highlights {
    justify-content: center;
  }
  /* .report-body h2 {
    width: 74%;
  } */
  .slider-container {
    max-width: 400px;
    height: 259px;
  }
  #stickyPremiumreport {
    display: none !important;
  }
  .industryBreadcrumDiv p.subtitle {
    /* width: 100%; */
  }

  .trustMainDiv .categoryMediaCitation {
    margin-top: 25px;
    justify-content: space-evenly;
  }
  .regionfilterbtn {
    display: none;
  }
  .categoryDownloadBtn {
    margin-left: 0;
  }
  /* .reportShareDiv + img {
    height: 166px;
  } */
}

/* For small mobile devices */
@media (max-width: 376px) {
  /* .reportShareDiv + img {
    height: 144px;
  } */
  .regionfilterbtn {
    display: none;
  }
  .trustMainDiv .categoryMediaCitation {
    margin-top: 25px;
    justify-content: space-evenly;
  }
  .commonHeading::after {
    left: 0;
  }

  .categoryClientImgDiv {
    width: 201px;
  }

  .secureCardInnerDiv.arCartpage {
    width: 427px;
  }

  .requestSampleContainer {
    margin: 15px 20px;
  }
  .checkoutSubmitCheckbox label {
    font-size: 14px;
  }
  .secureCardInnerDiv {
    width: 330px;
  }
  .sampleFormPopupDiv .dropdown-options {
    width: 242px !important;
  }
  /* gmi pulse new page css */

  .commonHeading {
    font-size: 24px;
  }

  .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;
  }
}
.banner-link {
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 16px;
  /* font-weight: 500; */
  text-decoration: none;
  transition: all 0.25s ease;
  display: inline-block;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.banner-link:hover {
  background-color: #0968b8;
  color: #ffffff;
  border-color: #0968b8;
}
.homepage-category-card {
  position: relative;
  text-decoration: none;
  /* background: #f0f7fa; */
  border: 1px solid #b8d4dc;
  border-radius: 10px;
  padding: 0 22px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  overflow: hidden;
  transition:
    border-color 0.25s,
    box-shadow 0.25s;
}

.homepage-category-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, #f5d49a 0%, #f7e0b8 100%);
  opacity: 0;
  transition: opacity 0.26s ease;
  z-index: 0;
}

.homepage-category-card:hover {
  border-color: #eaa64d;
  box-shadow: 0 6px 24px rgba(234, 166, 77, 0.2);
}
.homepage-category-card:hover::after {
  opacity: 1;
}
.homepage-category-card > * {
  position: relative;
  z-index: 1;
}

.card-name {
  font-size: 16.5px;
  color: #181d2e;
  font-weight: 400;
  line-height: 1.2;
  transition: color 0.26s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.homepage-category-card:hover .card-name {
  color: #074c65;
}

.card-arrow {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid #a8c8d4;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5a9aaa;
  transition:
    border-color 0.26s,
    background 0.26s,
    color 0.26s,
    transform 0.26s;
}

.homepage-category-card:hover .card-arrow {
  border-color: #eaa64d;
  background: #eaa64d;
  color: #fff;
  transform: translate(2px, -2px);
}
.megatrendsInnerLink .dropdown-item.nav-link {
  background: #fff;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
  cursor: pointer;
}

.megatrendsInnerLink .dropdown-item.nav-link:hover {
  transform: translateY(-4px);
}

.megatrendsInnerLink .dropdown-item.nav-link:hover .megatrendsText {
  color: #0b6b86;
  font-weight: 600;
}

.industry-card-home {
  padding-left: 10px;
  padding-right: 10px;
}
.gsc-header-search form {
  width: 220px !important;
  margin: 0px !important;
}
@keyframes gsce-shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.gsc-header-search .gsib_b,
.banner-gcse .gsib_b {
  height: 32px !important;
  width: 32px !important;
}
.banner-gcse form.gsc-search-box {
  margin: 0 auto !important;
}
form.gsc-search-box {
  max-width: 100% !important;
}
.gsc-webResult.gsc-result,
.gsc-results .gsc-imageResult {
  background: transparent !important;
  border: none !important;
}
.gsc-webResult-divider {
  display: block !important;
  height: 1px !important;
  background-color: #ebebeb !important;
}
.gsc-control-cse {
  padding: 0px !important;
}
.gsc-control-cse.gsc-control-cse-en {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
  border: none;
  border-radius: 15px;
}
.gsc-completion-container {
  max-height: 350px !important;
  overflow-y: auto !important;
  display: block !important;
}
.gsc-option-menu {
  right: 0px !important;
  left: auto !important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
  background-color: transparent !important;
}
.gcsc-more-maybe-branding-root{
  display: none !important;
}

.jump-content{
  color:#2c3e50;
  font-size: 16px;font-weight: bold;
}

.reportViewSideDiv {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 15px !important;
}
