: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;
}
h1,
h2,
h3,
h4,
h5 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}
h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}
h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}
h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}
h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}
h5 {
  font-size: 1.25rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul {
  padding-left: 2rem;
}
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
strong {
  font-weight: bolder;
}
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
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);
}
img,
svg {
  vertical-align: middle;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button {
  text-transform: none;
}
[type='button'],
button {
  -webkit-appearance: button;
  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;
}
::-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;
}
::-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;
  appearance: button;
}
.container,
.container-fluid {
  --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 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    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 0%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
.form-control[type='file']:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.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::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: var(--bs-secondary-bg);
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
[data-bs-theme='dark']
  .form-switch
  .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url('');
}
.form-floating > .form-control-plaintext:not(:-moz-placeholder-shown),
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: '';
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.input-group > .form-control:not(:focus).is-valid,
.input-group > .form-floating:not(:focus-within).is-valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-control:not(:focus):valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.was-validated .input-group > .form-select:not(:focus):valid {
  z-index: 3;
}
.input-group > .form-control:not(:focus).is-invalid,
.input-group > .form-floating:not(:focus-within).is-invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-control:not(:focus):invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.was-validated .input-group > .form-select:not(:focus):invalid {
  z-index: 4;
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible,
.btn:first-child:active:focus-visible,
:not(.btn-check) + .btn:active:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.collapse:not(.show) {
  display: none;
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}
.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);
  }
}
.icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}
.d-none {
  display: none !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.text-center {
  text-align: center !important;
}
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
@media (min-width: 768px) {
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
}
@media (min-width: 1400px) {
  .align-items-xxl-center {
    align-items: center !important;
  }
}
/*# sourceMappingURL=bootstrap.min.css.map */

.fa-solid {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
.fa-solid {
  font-family: 'Font Awesome 6 Pro';
}
.fa-solid {
  font-weight: 900;
}
.fa-shield-check:before {
  content: '\f2f7';
}
.fa-sr-only-focusable:not(:focus),
.sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
:host,
:root {
  --fa-style-family-brands: 'Font Awesome 6 Sharp';
  --fa-font-brands: normal 300 1em/1 'Font Awesome 6 Sharp';
  --fa-style-family-brands: 'Font Awesome 6 Sharp';
  --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Sharp';
  --fa-style-family-brands: 'Font Awesome 6 Sharp';
  --fa-font-brands: normal 900 1em/1 'Font Awesome 6 Sharp';
  --fa-style-family-brands: 'Font Awesome 6 Brands';
  --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands';
  --fa-style-family-duotone: 'Font Awesome 6 Duotone';
  --fa-font-duotone: normal 900 1em/1 'Font Awesome 6 Duotone';
  --fa-font-light: normal 300 1em/1 'Font Awesome 6 Pro';
  --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Pro';
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Pro';
  --fa-style-family-classic: 'Font Awesome 6 Pro';
  --fa-font-thin: normal 100 1em/1 'Font Awesome 6 Pro';
}
@font-face {
  font-family: 'Font Awesome 6 Sharp';
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src:
    url('') format('woff2'),
    url('') format('truetype');
}
@font-face {
  font-family: 'Font Awesome 6 Sharp';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src:
    url('') format('woff2'),
    url('') format('truetype');
}
@font-face {
  font-family: 'Font Awesome 6 Sharp';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src:
    url('') format('woff2'),
    url('') format('truetype');
}
@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src:
    url('') format('woff2'),
    url('') format('truetype');
}
@font-face {
  font-family: 'Font Awesome 6 Duotone';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src:
    url('') format('woff2'),
    url('') format('truetype');
}
@font-face {
  font-family: 'Font Awesome 6 Pro';
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src:
    url('../fonts/fa-light-300.woff2') format('woff2'),
    url('../fonts/fa-light-300.ttf') format('truetype');
}
@font-face {
  font-family: 'Font Awesome 6 Pro';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src:
    url('../fonts/fa-regular-400.woff2') format('woff2'),
    url('../fonts/fa-regular-400.ttf') format('truetype');
}
@font-face {
  font-family: 'Font Awesome 6 Pro';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src:
    url('../fonts/fa-solid-900.woff2') format('woff2'),
    url('../fonts/fa-solid-900.ttf') format('truetype');
}
@font-face {
  font-family: 'Font Awesome 6 Pro';
  font-style: normal;
  font-weight: 100;
  font-display: block;
  src:
    url('../fonts/fa-thin-100.woff2') format('woff2'),
    url('../fonts/fa-thin-100.ttf') format('truetype');
}
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-display: block;
  font-weight: 400;
  src:
    url('') format('woff2'),
    url('') format('truetype');
}
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-display: block;
  font-weight: 900;
  src:
    url('../fonts/fa-solid-900.woff2') format('woff2'),
    url('../fonts/fa-solid-900.ttf') format('truetype');
}
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-display: block;
  font-weight: 400;
  src:
    url('../fonts/fa-regular-400.woff2') format('woff2'),
    url('../fonts/fa-regular-400.ttf') format('truetype');
}
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-display: block;
  font-weight: 300;
  src:
    url('../fonts/fa-light-300.woff2') format('woff2'),
    url('../fonts/fa-light-300.ttf') format('truetype');
}
@font-face {
  font-family: 'Font Awesome 5 Duotone';
  font-display: block;
  font-weight: 900;
  src:
    url('') format('woff2'),
    url('') format('truetype');
}
@font-face {
  font-family: FontAwesome;
  font-display: block;
  src:
    url('../fonts/fa-solid-900.woff2') format('woff2'),
    url('../fonts/fa-solid-900.ttf') format('truetype');
}
@font-face {
  font-family: FontAwesome;
  font-display: block;
  src:
    url('') format('woff2'),
    url('') format('truetype');
}
@font-face {
  font-family: FontAwesome;
  font-display: block;
  src:
    url('../fonts/fa-regular-400.woff2') format('woff2'),
    url('../fonts/fa-regular-400.ttf') format('truetype');
  unicode-range:
    u+f003, u+f006, u+f014, u+f016-f017, u+f01a-f01b, u+f01d, u+f022, u+f03e,
    u+f044, u+f046, u+f05c-f05d, u+f06e, u+f070, u+f087-f088, u+f08a, u+f094,
    u+f096-f097, u+f09d, u+f0a0, u+f0a2, u+f0a4-f0a7, u+f0c5, u+f0c7,
    u+f0e5-f0e6, u+f0eb, u+f0f6-f0f8, u+f10c, u+f114-f115, u+f118-f11a,
    u+f11c-f11d, u+f133, u+f147, u+f14e, u+f150-f152, u+f185-f186, u+f18e,
    u+f190-f192, u+f196, u+f1c1-f1c9, u+f1d9, u+f1db, u+f1e3, u+f1ea, u+f1f7,
    u+f1f9, u+f20a, u+f247-f248, u+f24a, u+f24d, u+f255-f25b, u+f25d,
    u+f271-f274, u+f278, u+f27b, u+f28c, u+f28e, u+f29c, u+f2b5, u+f2b7, u+f2ba,
    u+f2bc, u+f2be, u+f2c0-f2c1, u+f2c3, u+f2d0, u+f2d2, u+f2d4, u+f2dc;
}
@font-face {
  font-family: FontAwesome;
  font-display: block;
  src:
    url('') format('woff2'),
    url('') format('truetype');
  unicode-range:
    u+f041, u+f047, u+f065-f066, u+f07d-f07e, u+f080, u+f08b, u+f08e, u+f090,
    u+f09a, u+f0ac, u+f0ae, u+f0b2, u+f0d0, u+f0d6, u+f0e4, u+f0ec, u+f10a-f10b,
    u+f123, u+f13e, u+f148-f149, u+f14c, u+f156, u+f15e, u+f160-f161, u+f163,
    u+f175-f178, u+f195, u+f1f8, u+f219, u+f27a;
}

@font-face {
  font-family: 'solvior-icons';
  src:
    url('../fonts/solvior-icons.ttf') format('truetype'),
    url('../fonts/solvior-icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^='tji-'] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'solvior-icons' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tji-business:before {
  content: '\e910';
}
.tji-leadership:before {
  content: '\e912';
}
.tji-optimization:before {
  content: '\e913';
}
.tji-process:before {
  content: '\e914';
}
.tji-strategic:before {
  content: '\e915';
}
.tji-angle-right:before {
  content: '\e91c';
}
.tji-arrow-up:before {
  content: '\e91d';
}
.tji-arrow-left:before {
  content: '\e91f';
}
.tji-arrow-right:before {
  content: '\e920';
}
.tji-check:before {
  content: '\e921';
}
.tji-clock:before {
  content: '\e922';
}
.tji-email:before {
  content: '\e925';
}
.tji-play:before {
  content: '\e928';
}

.odometer.odometer-auto-theme {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  vertical-align: auto;
  position: relative;
}
.odometer.odometer-auto-theme {
  display: inline;
}
.odometer.odometer-auto-theme .odometer-digit {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  vertical-align: auto;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit {
  display: inline;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  vertical-align: auto;
  visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer {
  display: inline;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon {
  display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.odometer.odometer-auto-theme {
  font-family: 'Helvetica Neue', sans-serif;
  line-height: 1.1em;
}
.odometer.odometer-auto-theme .odometer-value {
  text-align: center;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(300px);
    transform: translateY(300px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(300px);
    -ms-transform: translateY(300px);
    transform: translateY(300px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url('../fonts/S6u-w4BMUTPHjxsIPx-mPCLQ7A.woff2') format('woff2');
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url('../fonts/S6u-w4BMUTPHjxsIPx-oPCI.woff2') format('woff2');
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/S6u_w4BMUTPHjxsI9w2_FQft1dw.woff2') format('woff2');
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/S6u_w4BMUTPHjxsI9w2_Gwft.woff2') format('woff2');
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/S6u8w4BMUTPHjxsAUi-qJCY.woff2') format('woff2');
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/S6u8w4BMUTPHjxsAXC-q.woff2') format('woff2');
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/S6u_w4BMUTPHjxsI5wq_FQft1dw.woff2') format('woff2');
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/S6u_w4BMUTPHjxsI5wq_Gwft.woff2') format('woff2');
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url('../fonts/S6u_w4BMUTPHjxsI3wi_FQft1dw.woff2') format('woff2');
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url('../fonts/S6u_w4BMUTPHjxsI3wi_Gwft.woff2') format('woff2');
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('../fonts/S6u8w4BMUTPHh30AUi-qJCY.woff2') format('woff2');
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('../fonts/S6u8w4BMUTPHh30AXC-q.woff2') format('woff2');
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/S6u9w4BMUTPHh7USSwaPGR_p.woff2') format('woff2');
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/S6u9w4BMUTPHh7USSwiPGQ.woff2') format('woff2');
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/S6uyw4BMUTPHjxAwXjeu.woff2') format('woff2');
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/S6uyw4BMUTPHjx4wXg.woff2') format('woff2');
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/S6u9w4BMUTPHh6UVSwaPGR_p.woff2') format('woff2');
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/S6u9w4BMUTPHh6UVSwiPGQ.woff2') format('woff2');
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('../fonts/S6u9w4BMUTPHh50XSwaPGR_p.woff2') format('woff2');
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('../fonts/S6u9w4BMUTPHh50XSwiPGQ.woff2') format('woff2');
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}

:root {
  /**
    @Font-Family Declaration
  */
  --tj-ff-body: 'Lato', sans-serif;
  --tj-ff-heading: 'Libre Franklin', serif;
  --tj-ff-fontawesome: 'Font Awesome 6 Pro';
  /**
    @Font-weight Declaration
  */
  --tj-fw-normal: normal;
  --tj-fw-thin: 100;
  --tj-fw-elight: 200;
  --tj-fw-light: 300;
  --tj-fw-regular: 400;
  --tj-fw-medium: 500;
  --tj-fw-sbold: 600;
  --tj-fw-bold: 700;
  --tj-fw-ebold: 800;
  --tj-fw-black: 900;
  /**
    @Font-Size Declaration
  */
  --tj-fs-body: 16px;
  --tj-fs-p: 16px;
  --tj-fs-h1: 72px;
  --tj-fs-h2: 48px;
  --tj-fs-h3: 32px;
  --tj-fs-h4: 24px;
  --tj-fs-h5: 20px;
  --tj-fs-h6: 18px;
  /**
    @Color Declaration
  */
  --tj-color-common-white: #f7f7f7;
  --tj-color-common-white-2: #a9b0b8;
  --tj-color-common-black: #000000;
  --tj-color-common-black-2: #676e7a;
  --tj-color-common-black-3: #969ca5;
  --tj-color-heading-primary: #051229;
  --tj-color-text-body: #364052;
  --tj-color-text-body-2: #7e8590;
  --tj-color-theme-primary: #0075ff;
  --tj-color-theme-dark: #051229;
  --tj-color-theme-bg: #e1e8f0;
  --tj-color-theme-bg-2: #dfecfd;
  --tj-color-border-1: #27354d;
  --tj-color-border-2: #ced7e0;
  --tj-color-border-3: #d7d8db;
  --tj-color-red-1: #ff0000;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body,
html {
  position: relative;
}

body {
  font-family: var(--tj-ff-body);
  font-size: var(--tj-fs-body);
  font-weight: normal;
  color: var(--tj-color-text-body);
  background-color: var(--tj-color-common-white);
  line-height: 1.6;
}
body main {
  position: relative;
  z-index: 2;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: var(--tj-ff-heading);
  color: var(--tj-color-heading-primary);
  margin-top: 0px;
  font-weight: var(--tj-fw-sbold);
  line-height: 1.2;
  letter-spacing: -0.025em;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

h1 {
  font-size: var(--tj-fs-h1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  h1 {
    font-size: 65px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 35px;
  }
}

h2 {
  font-size: var(--tj-fs-h2);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  h2 {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: var(--tj-fs-h3);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  h3 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  h3 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  font-size: var(--tj-fs-h4);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h4 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: var(--tj-fs-h5);
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  h5 {
    font-size: 17px;
  }
}

h1 a,
h3 a,
h4 a,
h5 a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
  display: block;
}

h1:hover a,
h3:hover a,
h4:hover a,
h5:hover a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}

ul {
  margin: 0px;
  padding: 0px;
}

a,
button,
span,
p,
li,
img,
svg path,
*::after,
*::before,
h1,
h2,
h3,
h4,
h5 {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

a:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus,
button:focus:not(:focus-visible) {
  outline: 0;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}

* {
  scrollbar-width: thin;
  scrollbar-color: var(--tj-color-theme-primary) var(--tj-color-theme-bg);
}

::-webkit-scrollbar {
  height: 4px;
  width: 6px;
}

::-webkit-scrollbar-thumb {
  background: var(--tj-color-theme-primary);
  -webkit-border-radius: 1ex;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.75);
}

::-webkit-scrollbar-corner {
  background: transparent;
}

*::-moz-selection {
  background: var(--tj-color-common-black);
  color: var(--tj-color-common-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--tj-color-common-black);
  color: var(--tj-color-common-white);
  text-shadow: none;
}

::selection {
  background: var(--tj-color-common-black);
  color: var(--tj-color-common-white);
  text-shadow: none;
}

*::-webkit-input-placeholder {
  color: var(--tj-color-common-black);
  font-size: var(--tj-fs-body);
  opacity: 1;
}
*::-moz-placeholder {
  color: var(--tj-color-common-black);
  font-size: var(--tj-fs-body);
  opacity: 1;
}
*:-ms-input-placeholder {
  color: var(--tj-color-common-black);
  font-size: var(--tj-fs-body);
  opacity: 1;
}
*::-ms-input-placeholder {
  color: var(--tj-color-common-black);
  font-size: var(--tj-fs-body);
  opacity: 1;
}

/**
 	Common Classes CSS
*/

.section-space {
  padding: 120px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-space {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .section-space {
    padding: 80px 0;
  }
}

img {
  max-width: 100%;
}

.fix {
  overflow: hidden;
}

.rg-30 {
  row-gap: 30px;
}

.rg-50 {
  row-gap: 50px;
}

.hover\:shine {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.hover\:shine::before {
  position: absolute;
  content: '';
  top: 0;
  inset-inline-start: -140%;
  bottom: 0;
  width: 100%;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(50%, transparent),
    to(rgba(255, 255, 255, 0.3))
  );
  background-image: linear-gradient(
    to right,
    transparent 50%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  z-index: 1;
}
.hover\:shine:is(:hover, :focus-within)::before {
  -webkit-animation: shine 1s ease forwards;
  animation: shine 1s ease forwards;
}

.svg-animate svg path {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  opacity: 1;
}

/* START: Button CSS */
.tj-primary-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
  line-height: 1;
  font-weight: var(--tj-fw-bold);
  color: var(--tj-color-common-white);
  background-color: var(--tj-color-theme-dark);
  padding: 5.5px;
  border-radius: 50px;
  position: relative;
  z-index: 1;
}
.tj-primary-btn .btn_inner {
  position: relative;
  z-index: 1;
  padding: 15px 20px 15px 55px;
  width: 100%;
  text-align: center;
}
.tj-primary-btn .btn_inner::before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  inset-inline-start: 0;
  width: 45px;
  height: 100%;
  background-color: var(--tj-color-theme-primary);
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tj-primary-btn .btn_inner .btn_icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  min-width: 45px;
  height: 100%;
  z-index: 2;
  font-size: 1.6em;
  line-height: 1;
  color: var(--tj-color-common-white);
}
.tj-primary-btn .btn_inner .btn_icon > span {
  overflow: hidden;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.tj-primary-btn .btn_inner .btn_icon > span i:first-child,
.tj-primary-btn .btn_inner .btn_icon > span i:last-child {
  -webkit-transition: -webkit-transform 0.4s ease-in-out 0s;
  transition: -webkit-transform 0.4s ease-in-out 0s;
  transition: transform 0.4s ease-in-out 0s;
  transition:
    transform 0.4s ease-in-out 0s,
    -webkit-transform 0.4s ease-in-out 0s;
}
.tj-primary-btn .btn_inner .btn_icon > span i:last-child {
  position: absolute;
  -webkit-transform: translateX(-150%);
  -ms-transform: translateX(-150%);
  transform: translateX(-150%);
}
.tj-primary-btn .btn_inner .btn_text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
  color: var(--tj-color-common-white);
  text-shadow: 0 23px 0 currentColor;
  white-space: nowrap;
}
.tj-primary-btn .btn_inner .btn_text > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.tj-primary-btn.header_btn {
  background-color: var(--tj-color-common-white);
  padding: 4.5px;
}
.tj-primary-btn.header_btn .btn_inner {
  padding: 12px 18px 12px 50px;
}
.tj-primary-btn.header_btn .btn_inner::before {
  width: 40px;
}
.tj-primary-btn.header_btn .btn_inner .btn_icon {
  min-width: 40px;
  font-size: 1.4em;
}
.tj-primary-btn.header_btn .btn_inner .btn_text {
  color: var(--tj-color-heading-primary);
}
.tj-primary-btn:hover .btn_inner::before {
  width: 100%;
}
.tj-primary-btn:hover .btn_inner .btn_icon i:first-child {
  -webkit-transform: translateX(150%);
  -ms-transform: translateX(150%);
  transform: translateX(150%);
}
.tj-primary-btn:hover .btn_inner .btn_icon i:last-child {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.tj-primary-btn:hover .btn_inner .btn_text {
  color: var(--tj-color-common-white);
}
.tj-primary-btn:hover .btn_inner .btn_text > span {
  -webkit-transform: translateY(-24px);
  -ms-transform: translateY(-24px);
  transform: translateY(-24px);
}
@media (max-width: 575px) {
  .tj-primary-btn {
    padding: 4.5px;
  }
  .tj-primary-btn .btn_inner {
    padding: 12px 18px 12px 50px;
  }
  .tj-primary-btn .btn_inner::before {
    width: 40px;
  }
  .tj-primary-btn .btn_inner .btn_icon {
    min-width: 40px;
    font-size: 1.4em;
  }
}

.icon-btn {
  margin-top: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 22px;
  line-height: 1;
  color: var(--tj-color-common-white);
  background-color: var(--tj-color-heading-primary);
  overflow: hidden;
}
.icon-btn i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  color: var(--tj-color-common-white);
}
.icon-btn i {
  -webkit-transform: rotate(-45deg) translateX(0);
  -ms-transform: rotate(-45deg) translateX(0);
  transform: rotate(-45deg) translateX(0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition:
    transform 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
  text-shadow: -40px 0 0;
}
.icon-btn:hover i {
  -webkit-transform: rotate(-45deg) translateX(40px);
  -ms-transform: rotate(-45deg) translateX(40px);
  transform: rotate(-45deg) translateX(40px);
}

.text-btn-2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  line-height: 1;
  font-weight: var(--tj-fw-bold);
  color: var(--tj-color-heading-primary);
  position: relative;
  z-index: 1;
}
.text-btn-2 .icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: var(--tj-color-theme-dark);
  color: var(--tj-color-common-white);
  font-size: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.text-btn-2 .icon i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.text-btn-2 > *:nth-child(1) {
  -webkit-transform: scale3d(0.5, 0.5, 1);
  transform: scale3d(0.5, 0.5, 1);
  -webkit-margin-end: -28px;
  margin-inline-end: -28px;
  background-color: var(--tj-color-theme-primary);
  opacity: 0;
}
.text-btn-2 > *:nth-child(3) {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  opacity: 1;
}
.text-btn-2:hover > *:nth-child(1) {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-margin-end: 0;
  margin-inline-end: 0;
  opacity: 1;
}
.text-btn-2:hover > *:nth-child(3) {
  -webkit-transform: scale3d(0.5, 0.5, 1);
  transform: scale3d(0.5, 0.5, 1);
  -webkit-margin-start: -28px;
  margin-inline-start: -28px;
  opacity: 0;
}

/* !END: Button CSS */
/* START: Mouse CSS */

/* !END: Mouse CSS */
/* START: Preloader CSS */
/* END: Preloader CSS */
/* START: Header CSS */
.tj-header-area {
  position: relative;
  background-color: var(--tj-color-theme-dark);
  width: 100%;
  inset-inline-start: 0;
  top: 0;
  z-index: 97;
}
.tj-header-area.header-absolute {
  background-color: transparent;
  border-bottom: 1px solid var(--tj-color-border-1);
  position: absolute;
  z-index: 98;
}
.tj-header-area.header-duplicate {
  background-color: var(--tj-color-theme-dark);
  -webkit-box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.06);
  box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.06);
  position: fixed;
  z-index: 99;
  visibility: hidden;
  -webkit-transform: translateY(-120%);
  -ms-transform: translateY(-120%);
  transform: translateY(-120%);
  -webkit-transition:
    visibility 500ms ease,
    -webkit-transform 500ms ease;
  transition:
    visibility 500ms ease,
    -webkit-transform 500ms ease;
  transition:
    transform 500ms ease,
    visibility 500ms ease;
  transition:
    transform 500ms ease,
    visibility 500ms ease,
    -webkit-transform 500ms ease;
}
.tj-header-area.header-2 {
  border: none;
}
.tj-header-area.header-2 .header-bottom {
  padding: 23px 45px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px),
  only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-header-area.header-2 .header-bottom {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tj-header-area.header-2 .header-bottom {
    padding: 15px 0;
  }
}
.tj-header-area.header-2.header-absolute .header-wrapper {
  background: rgba(247, 247, 247, 0.1);
  backdrop-filter: blur(35px);
  padding: 0px 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tj-header-area.header-2.header-absolute .header-wrapper {
    padding: 10px 15px;
  }
}
.tj-header-area.header-2.header-duplicate .header-bottom {
  padding: 0px 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-header-area.header-2.header-duplicate .header-bottom {
    padding: 17px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tj-header-area.header-2.header-duplicate .header-bottom {
    padding: 15px 0;
  }
}
.tj-header-area.header-2 .header_right_info {
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
}
.tj-header-area.header-2 .header_right_info > * {
  position: relative;
  z-index: 1;
}
.tj-header-area.header-2 .header_right_info > *:not(:last-child) {
  -webkit-padding-end: 13px;
  padding-inline-end: 13px;
  -webkit-margin-end: 12px;
  margin-inline-end: 12px;
}
.tj-header-area.header-2 .header_right_info > *:not(:last-child)::after {
  content: '';
  position: absolute;
  inset-inline-end: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 12px;
  width: 1px;
  background-color: var(--tj-color-common-white);
  opacity: 0.2;
}
.tj-header-area.header-2 .menu_btn {
  color: var(--tj-color-common-white);
}

.header-topbar {
  position: relative;
  padding: 9px 45px;
  background-color: var(--tj-color-theme-primary);
  z-index: 2;
}
.header-topbar_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 6px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px),
  only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-topbar {
    padding: 9px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .header-topbar {
    padding: 12px 0;
  }
  .header-topbar .header-topbar_wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    row-gap: 10px;
    text-align: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .header-topbar {
    display: none;
  }
}

.topbar_note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 6px;
  -moz-column-gap: 6px;
  column-gap: 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: var(--tj-color-common-white);
}
.topbar_note > i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  font-size: 1.4em;
}
.topbar_note a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  font-weight: var(--tj-fw-bold);
  line-height: 1;
}
.topbar_note a > span {
  position: relative;
}
.topbar_note a > span::after {
  content: '';
  position: absolute;
  bottom: -2px;
  inset-inline-end: 0;
  width: 100%;
  height: 1px;
  background-color: var(--tj-color-common-white);
}
.topbar_note a i {
  font-size: 1.1em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  margin-top: 1px;
}
.topbar_note a:hover span::after {
  -webkit-animation: linehover 0.8s linear;
  animation: linehover 0.8s linear;
}
@media (max-width: 575px) {
  .topbar_note {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.topbar_infos {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.topbar_infos .info_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  color: var(--tj-color-common-white);
}
.topbar_infos .info_item:not(:last-child) {
  -webkit-border-end: 1px solid var(--tj-color-common-white);
  border-inline-end: 1px solid var(--tj-color-common-white);
  -webkit-padding-end: 13px;
  padding-inline-end: 13px;
  -webkit-margin-end: 12px;
  margin-inline-end: 12px;
}
.topbar_infos .info_item i,
.topbar_infos .info_item span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.topbar_infos .info_item a {
  color: inherit;
  font-size: inherit;
}
@media (max-width: 575px) {
  .topbar_infos {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 10px;
  }
  .topbar_infos .info_item:not(:last-child) {
    -webkit-border-end: none;
    border-inline-end: none;
    -webkit-padding-end: 0;
    padding-inline-end: 0;
    -webkit-margin-end: 0;
    margin-inline-end: 0;
  }
}

.site-logo .logo {
  display: inline-block;
  max-width: 150px;
  width: 100%;
}

.header-bottom {
  padding: 0px 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-bottom {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-bottom {
    padding: 17px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .header-bottom {
    padding: 15px 0;
  }
}

.header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px;
}

.mainmenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
.mainmenu ul > li {
  position: relative;
  z-index: 1;
}
.mainmenu ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-size: 16px;
  color: var(--tj-color-common-white-2);
  padding: 32px 0;
  font-weight: var(--tj-fw-bold);
  line-height: 1;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
}
.mainmenu ul > li:hover > a {
  color: var(--tj-color-theme-primary);
}
.mainmenu ul > li:hover > a::after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mainmenu ul {
    gap: 18px;
  }
  .mainmenu ul > li > a {
    -webkit-column-gap: 3px;
    -moz-column-gap: 3px;
    column-gap: 3px;
  }
}

.header_right_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header_right_info {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .header_right_info {
    -webkit-margin-start: auto;
    margin-inline-start: auto;
  }
}

.menu_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: var(--tj-fw-bold);
  line-height: 1;
  color: var(--tj-color-heading-primary);
}
/* !END: Header CSS */
/* START: Mega Menu CSS */

.mainmenu ul > li:has(.mega-menu),
.mobile_menu ul > li:has(.mega-menu) {
  position: static;
}
.mainmenu ul > li > .mega-menu-pages .mega-menu-list a:has(.mega-menu-badge),
.mobile_menu
  ul
  > li
  > .mega-menu-pages
  .mega-menu-list
  a:has(.mega-menu-badge) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hamburger_menu
  .mean-container
  .mean-nav
  ul
  li
  .mega-menu
  li
  a:has(.mega-menu-badge),
.hamburger_menu
  .mean-container
  .mean-nav
  ul
  li
  .mega-menu-service
  a:has(.mega-menu-badge) {
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* !END: Mega Menu CSS */
/* START: Search CSS */

/* !END: Search CSS */
/* START: Hamburger CSS */

/* !END: Hamburger CSS */
/* START: Footer CSS */
.tj-footer-area {
  position: relative;
  background: var(--tj-color-theme-dark);
  border-top: 1px solid var(--tj-color-border-1);
  z-index: 1;
}
.tj-footer-area.footer-2 {
  border-top: 0;
}
.tj-footer-area.footer-2 .footer-top-area .line::before {
  inset-inline-end: unset;
  inset-inline-start: 30%;
}

.footer-top-area {
  position: relative;
  padding-top: 80px;
  padding-bottom: 100px;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .footer-top-area {
    padding: 80px 0;
  }
}
.footer-top-area .line {
  position: relative;
  z-index: 1;
}
.footer-top-area .line::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 200%;
  top: -100px;
  inset-inline-end: 32%;
  background: var(--tj-color-border-1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-top-area::before {
    inset-inline-start: 68%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .footer-top-area .line::before {
    display: none;
  }
}
.footer-widget.footer-contact-infos {
  max-width: 230px;
  width: 100%;
}
.footer-widget.footer-contact-infos .infos-item {
  margin-bottom: 40px;
}
.footer-widget.footer-contact-infos .infos-item:last-child {
  margin-bottom: 0;
}
.footer-widget.footer-contact-infos .infos-item span {
  display: inline-block;
  font-size: 14px;
  color: var(--tj-color-common-black-2);
  font-weight: var(--tj-fw-regular);
  margin-bottom: 6px;
}
.footer-widget.footer-contact-infos .infos-item p {
  font-size: 16px;
  font-weight: var(--tj-fw-regular);
  color: var(--tj-color-common-white-2);
  margin-bottom: 6px;
}
.footer-widget.footer-contact-infos .infos-item a {
  font-size: 16px;
  font-weight: var(--tj-fw-regular);
  color: var(--tj-color-common-white);
  position: relative;
  z-index: 1;
}
.footer-widget.footer-contact-infos .infos-item a::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  bottom: -2px;
  inset-inline-start: 0;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background: var(--tj-color-common-white);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition:
    transform 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
}
.footer-widget.footer-contact-infos .infos-item a:hover::before {
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
@media (max-width: 575px) {
  .footer-widget.footer-contact-infos .infos-item {
    margin-bottom: 25px;
  }
}
.footer-widget .footer-logo {
  max-width: 150px;
}
.footer-widget .desc {
  max-width: 310px;
  margin-top: 40px;
  margin-bottom: 0;
  color: var(--tj-color-common-white-2);
}
.footer-widget .footer-social {
  margin-top: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .footer-widget .footer-social {
    margin-top: 60px;
  }
}
.footer-widget .footer-social .title {
  font-size: 20px;
  font-weight: 600;
  color: var(--tj-color-common-white);
  margin-bottom: 24px;
}

@media (max-width: 575px) {
  .footer-newsletter-form {
    padding-top: 50px;
    border-top: 1px solid var(--tj-color-border-1);
  }
}

.footer-copyright-area {
  background-color: rgba(247, 247, 247, 0.1);
  padding: 28px 0;
}

.copyright-content-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.copyright-content-area .copyright-text p {
  font-size: 16px;
  font-weight: var(--tj-fw-regular);
  color: var(--tj-color-common-white-2);
  margin-bottom: 0;
}
.copyright-content-area .copyright-text p a {
  color: var(--tj-color-common-white);
}
.copyright-content-area .copyright-text p a:hover {
  color: var(--tj-color-theme-primary);
}
.copyright-content-area .copyright-text p i {
  color: var(--tj-color-common-white);
  -webkit-margin-end: 5px;
  margin-inline-end: 5px;
}
.copyright-content-area .copyright-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.copyright-content-area .copyright-menu ul li {
  position: relative;
  -webkit-margin-end: 8px;
  margin-inline-end: 8px;
  -webkit-padding-end: 12px;
  padding-inline-end: 12px;
  z-index: 1;
}
.copyright-content-area .copyright-menu ul li::before {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  top: 50%;
  inset-inline-end: 0;
  background: var(--tj-color-common-white-2);
  border-radius: 50%;
}
.copyright-content-area .copyright-menu ul li:hover a {
  color: var(--tj-color-common-white);
}
.copyright-content-area .copyright-menu ul li:hover::before {
  background: var(--tj-color-common-white);
}
.copyright-content-area .copyright-menu ul li a {
  font-size: 16px;
  font-weight: var(--tj-fw-regular);
  color: var(--tj-color-common-white-2);
}
.copyright-content-area .copyright-menu ul li:last-child {
  -webkit-padding-end: 0;
  padding-inline-end: 0;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
}
.copyright-content-area .copyright-menu ul li:last-child::before {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .copyright-content-area {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.tj-footer-area.footer-2.style-2 .footer-top-area .line::before {
  inset-inline-start: 42%;
}

/* !END: Footer CSS */
/* START: Swiper Nav & Dots CSS */
.swiper_navigations {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.swiper_navigations .navigation {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 22px;
  line-height: 1;
  color: var(--tj-color-heading-primary);
  border: 1px solid var(--tj-color-border-2);
  background: transparent;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  cursor: pointer;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .swiper_navigations .navigation {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}
.swiper_navigations .navigation i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  color: var(--tj-color-heading-primary);
}
.swiper_navigations .navigation:hover {
  color: var(--tj-color-common-white);
  background-color: var(--tj-color-theme-primary);
  border-color: var(--tj-color-theme-primary);
}
.swiper_navigations .navigation:hover i {
  color: var(--tj-color-common-white);
}

.swiper_pagination {
  text-align: center;
  margin-top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .swiper_pagination {
    margin-top: 40px;
  }
}

/* !END: Swiper Nav & Dots CSS */
/* START: Back to Top CSS */
.back-to-top-wrapper {
  position: absolute;
  inset-inline-end: 20px;
  bottom: 0;
  width: 40px;
  height: 140px;
  cursor: pointer;
  display: block;
  border-radius: 25px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .back-to-top-wrapper {
    inset-inline-end: 15px;
  }
}

.back-to-top-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 40px;
  height: 130px;
  text-align: center;
  background: transparent;
  color: var(--tj-color-heading-primary);
  border: 1px solid var(--tj-color-border-2);
  border-radius: 25px;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
  line-height: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.back-to-top-btn:hover {
  color: var(--tj-color-theme-primary);
  border-color: var(--tj-color-theme-primary);
}
.back-to-top-btn i {
  margin-bottom: 10px;
  -webkit-animation: bounce2 2s infinite;
  animation: bounce2 2s infinite;
}
.back-to-top-btn span {
  display: inline-block;
  font-weight: var(--tj-fw-bold);
  text-transform: uppercase;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  letter-spacing: -0.03em;
}
.back-to-top-btn:hover {
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}
.back-to-top-btn.style-6 {
  color: var(--tj-color-common-white);
  background-color: transparent;
  border: 1px solid var(--tj-color-border-1);
}
.back-to-top-btn.style-6:hover {
  background: var(--tj-color-theme-primary);
  border-color: var(--tj-color-theme-primary);
}

/* !END: back to top CSS */
/* !START: Socials CSS */

/* !END: Socials CSS */
/* START: Progress Bar CSS */

/* !END: Progress Bar CSS */
/*----------------------------------------*/
/*  2.178 Range Slider css start
/*----------------------------------------*/

/* START: Page Header CSS */

/* !END: Page Header CSS */
/* START: Hero CSS */

/* !END: Hero CSS */
/* START: Feature CSS */
.tj-feature-section {
  overflow: hidden;
}
.tj-feature-section .sec-heading {
  max-width: 585px;
  width: 100%;
  -webkit-margin-start: auto;
  margin-inline-start: auto;
  -webkit-margin-end: auto;
  margin-inline-end: auto;
}

.feature-item {
  border: 1px solid var(--tj-color-border-2);
  padding: 40px 30px;
  background-color: var(--tj-color-common-white);
}
.feature-item .feature-icon {
  max-width: 80px;
  width: 100%;
  margin-bottom: 35px;
}
.feature-item .feature-content .title {
  margin-bottom: 20px;
  letter-spacing: -0.025em;
}
.feature-item .feature-content .desc {
  line-height: 1.5;
}
.feature-item .feature-content .desc p:last-child {
  margin-bottom: 0;
}
.feature-item:hover .feature-icon {
  -webkit-animation: wobble-horizontal-hover 1s ease-in-out 1;
  animation: wobble-horizontal-hover 1s ease-in-out 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .feature-item {
    padding: 35px 15px;
  }
}

/* !END: Feature CSS */
/* START: About CSS */

/* !END: About CSS */
/* START: Brand CSS */

/* !END: Brand CSS */
/* START: Blog CSS */
.blog-item:is(:hover, :focus) .blog-images img {
  -webkit-transform: scale(1.12);
  -ms-transform: scale(1.12);
  transform: scale(1.12);
}
.blog-style-2:is(:hover, :focus) .blog-images img {
  -webkit-transform: scale(1.12);
  -ms-transform: scale(1.12);
  transform: scale(1.12);
}
.blog-style-3:is(:hover, :focus) .blog-images img {
  -webkit-transform: scale(1.12);
  -ms-transform: scale(1.12);
  transform: scale(1.12);
}
.blog-two-meta ul li .meta-link:is(:hover, :focus) {
  color: var(--tj-color-common-white);
  background: var(--tj-color-theme-primary);
  border-color: var(--tj-color-theme-primary);
}
.tj-post-meta ul li a:is(:hover, :focus) {
  color: var(--tj-color-common-white);
  background: var(--tj-color-theme-primary);
  border-color: var(--tj-color-theme-primary);
}

/* !END: Blog CSS */
/* START: Blog Details CSS */

/* !END: Blog Details CSS */
/* START: Project CSS */

/* !END: Project CSS */
/* START: Counter CSS */

.counter-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--tj-color-common-white);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .counter-wrapper {
    max-width: 516px;
    margin: 0 auto;
  }
  .counter-wrapper .counter-item {
    max-width: 50%;
  }
  .counter-wrapper .counter-item:not(:nth-last-child(-n + 2)) {
    border-bottom: 1px solid var(--tj-color-border-2);
  }
  .counter-wrapper
    .counter-item:not(:nth-last-child(-n + 2))
    .bottom-line::before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    left: 50%;
    bottom: -6px;
    border: 3px solid var(--tj-color-theme-primary);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: var(--tj-color-common-white);
    z-index: 2;
  }
  .counter-wrapper
    .counter-item:not(:nth-last-child(-n + 2))
    .bottom-line::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    left: 50%;
    bottom: -10px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: var(--tj-color-common-white);
    z-index: -1;
  }
  .counter-wrapper .counter-item:not(:nth-last-child(-n + 2)).style-2 {
    border-color: var(--tj-color-border-1);
  }
  .counter-wrapper
    .counter-item:not(:nth-last-child(-n + 2)).style-2
    .bottom-line::before {
    border: 3px solid var(--tj-color-theme-dark);
    background-color: var(--tj-color-theme-primary);
  }
  .counter-wrapper
    .counter-item:not(:nth-last-child(-n + 2)).style-2
    .bottom-line::after {
    background-color: var(--tj-color-theme-primary);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px) and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 576px) and (max-width: 767px) and (max-width: 575px) {
  .counter-wrapper
    .counter-item:not(:nth-last-child(-n + 2)).style-2
    .bottom-line::after {
    width: 16px;
    height: 16px;
    bottom: -8px;
  }
}
@media (max-width: 575px) {
  .counter-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .counter-wrapper .counter-item {
    max-width: 50%;
  }
  .counter-wrapper .counter-item:not(:nth-last-child(-n + 2)) {
    border-bottom: 1px solid var(--tj-color-border-2);
  }
  .counter-wrapper
    .counter-item:not(:nth-last-child(-n + 2))
    .bottom-line::before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    left: 50%;
    bottom: -6px;
    border: 3px solid var(--tj-color-theme-primary);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: var(--tj-color-common-white);
    z-index: 2;
  }
  .counter-wrapper
    .counter-item:not(:nth-last-child(-n + 2))
    .bottom-line::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    left: 50%;
    bottom: -10px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: var(--tj-color-common-white);
    z-index: -1;
  }
  .counter-wrapper .counter-item:not(:nth-last-child(-n + 2)).style-2 {
    border-color: var(--tj-color-border-1);
  }
  .counter-wrapper
    .counter-item:not(:nth-last-child(-n + 2)).style-2
    .bottom-line::before {
    border: 3px solid var(--tj-color-theme-dark);
    background-color: var(--tj-color-theme-primary);
  }
  .counter-wrapper
    .counter-item:not(:nth-last-child(-n + 2)).style-2
    .bottom-line::after {
    background-color: var(--tj-color-theme-primary);
  }
}
@media only screen and (max-width: 575px) and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 575px) and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) and (max-width: 575px) {
  .counter-wrapper
    .counter-item:not(:nth-last-child(-n + 2)).style-2
    .bottom-line::after {
    width: 16px;
    height: 16px;
    bottom: -8px;
  }
}

.counter-item {
  position: relative;
  max-width: 324px;
  width: 100%;
  -webkit-border-end: 1px solid var(--tj-color-border-2);
  border-inline-end: 1px solid var(--tj-color-border-2);
  padding: 50px 40px 60px 55px;
  z-index: 1;
}
.counter-item::before {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  top: 50%;
  inset-inline-end: -6px;
  border: 3px solid var(--tj-color-theme-primary);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: var(--tj-color-common-white);
  z-index: 2;
}
.counter-item::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: 50%;
  inset-inline-end: -10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: var(--tj-color-common-white);
  z-index: -1;
}
.counter-item:last-child {
  -webkit-border-end: none;
  border-inline-end: none;
}
.counter-item:last-child::after,
.counter-item:last-child::before {
  display: none;
}
.counter-item .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--tj-color-heading-primary);
  font-family: var(--tj-ff-heading);
  font-size: 70px;
  font-weight: var(--tj-fw-sbold);
  line-height: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .counter-item .number {
    font-size: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter-item .number {
    font-size: 54px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-item .number {
    font-size: 44px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .counter-item .number {
    font-size: 40px;
  }
}
.counter-item .number span {
  line-height: 1;
  font-family: inherit;
}
.counter-item .sub-title {
  line-height: 1;
  display: block;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .counter-item {
    max-width: 278px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter-item {
    max-width: 230px;
    padding: 50px 30px 60px 31px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-item {
    max-width: 174px;
    padding: 30px 20px 35px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .counter-item {
    max-width: 258px;
    padding: 30px 15px 35px 70px;
  }
  .counter-item .number {
    margin-bottom: 10px;
  }
  .counter-item span {
    line-height: 1.4;
  }
  .counter-item:nth-child(2) {
    -webkit-border-end: none;
    border-inline-end: none;
  }
  .counter-item:nth-child(2)::after,
  .counter-item:nth-child(2)::before {
    display: none;
  }
}
@media (max-width: 575px) {
  .counter-item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 170px;
    padding: 30px 15px;
    text-align: center;
  }
  .counter-item:nth-child(2) {
    -webkit-border-end: none;
    border-inline-end: none;
  }
  .counter-item:nth-child(2)::after,
  .counter-item:nth-child(2)::before {
    display: none;
  }
  .counter-item .number {
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .counter-item span {
    line-height: 1.4;
  }
}

/* !END: Counter CSS */
/* START: Evolute CSS */

/* !END: Counter CSS */
/* START: Service CSS */

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .service-btn {
    margin-top: 40px;
  }
}

.star-ratings {
  unicode-bidi: bidi-override;
  color: var(--tj-color-common-white);
  font-size: 16px;
  letter-spacing: 5px;
  line-height: 1;
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-text-stroke: 1px var(--tj-color-common-white);
}
.star-ratings .fill-ratings {
  color: var(--tj-color-common-white);
  padding: 0;
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  inset-inline-start: 0;
  overflow: hidden;
}
.star-ratings .fill-ratings span {
  display: inline-block;
}
.star-ratings .empty-ratings {
  position: relative;
  padding: 0;
  display: block;
  z-index: 1;
  color: var(--tj-color-common-white);
}

/* !END: Service CSS */
/* START: Service details CSS */

/* !END: Service details CSS */
/* START: Skill CSS */

/* !END: Skill CSS */
/* START: Pricing CSS */

/* !END: Pricing CSS */
/* START: Testimonial CSS */
.tj-testimonial-section {
  background-color: var(--tj-color-common-white);
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: hidden;
}
.tj-testimonial-section .sec-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.tj-testimonial-section .sec-heading .sec-title {
  margin-bottom: 0;
}
.tj-testimonial-section .testimonial-pagination {
  margin-top: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-testimonial-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tj-testimonial-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .tj-testimonial-section .testimonial-pagination {
    margin-top: 40px;
  }
}

.testimonial-item {
  background-color: var(--tj-color-theme-bg);
  padding: 35px 40px 40px 0px;
}
.testimonial-item .testimonial-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-padding-start: 40px;
  padding-inline-start: 40px;
}
.testimonial-item .testimonial-content .desc {
  max-width: 455px;
  width: 100%;
  font-size: 18px;
  font-weight: var(--tj-fw-regular);
  border-bottom: 1px solid var(--tj-color-border-2);
  padding-bottom: 30px;
  line-height: 1.5;
}
.testimonial-item .testimonial-content .desc p:last-child {
  margin: 0;
}
.testimonial-item .tj-testimonial-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}
.testimonial-item .tj-testimonial-author .author-images {
  max-width: 118px;
  width: 100%;
  height: 106px;
  -webkit-mask-image: url('../img/d4d8623b97bf4257009e1fd478a882d559defa04.svg');
  mask-image: url('../img/d4d8623b97bf4257009e1fd478a882d559defa04.svg');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: var(--tj-color-common-white);
  -webkit-mask-position: center;
  mask-position: center;
  position: relative;
  z-index: 1;
}
.testimonial-item .tj-testimonial-author .author-images img {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  inset-inline-end: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.testimonial-item .tj-testimonial-author .author-text .author-name {
  letter-spacing: -0.025em;
  margin-bottom: 4px;
}
.testimonial-item .tj-testimonial-author .author-text .sub-title {
  display: block;
  line-height: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial-item {
    padding: 35px 15px 40px 0px;
  }
  .testimonial-item .testimonial-content .desc {
    max-width: 365px;
    font-size: 17px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-item {
    padding: 35px 15px 40px 0px;
  }
  .testimonial-item .testimonial-content {
    -webkit-padding-start: 20px;
    padding-inline-start: 20px;
  }
  .testimonial-item .testimonial-content .desc {
    max-width: 315px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial-item {
    padding: 35px 15px 40px 0px;
  }
  .testimonial-item .testimonial-content {
    -webkit-padding-start: 20px;
    padding-inline-start: 20px;
  }
  .testimonial-item .testimonial-content .desc {
    max-width: 100%;
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .testimonial-item {
    padding: 30px 15px 35px 0px;
  }
  .testimonial-item .testimonial-content {
    -webkit-padding-start: 15px;
    padding-inline-start: 15px;
    gap: 15px;
  }
  .testimonial-item .testimonial-content .desc {
    max-width: 100%;
    font-size: 16px;
  }
}

/* !END: Testimonial CSS */
/* !START: Slider CSS */
.tj-slider-section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.tj-slider-section::before {
  position: absolute;
  content: '';
  width: 80%;
  height: 100%;
  inset-inline-start: 0;
  top: 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(var(--tj-color-theme-dark)),
    to(rgba(5, 18, 41, 0))
  );
  background: linear-gradient(
    90deg,
    var(--tj-color-theme-dark) 0%,
    rgba(5, 18, 41, 0) 100%
  );
  mix-blend-mode: multiply;
  z-index: -1;
}

.slider-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  position: relative;
}

/* !END: Slider CSS */
/* START: Team CSS */

/* !END: Team CSS */
/* START: Team details CSS */

/* !END: Team details CSS */
/* START: Faq CSS */

/* !END: Faq CSS */
/* START: History CSS */
/* !END: History CSS */
/* START: Careers CSS */

/* !END: Careers CSS */
/* START: Careers details CSS */
.tj-careers-form .form-input input::file-selector-button {
  width: 125px;
  height: 44px;
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
  color: var(--tj-color-theme-primary);
  background: var(--tj-color-theme-bg-2);
  border: none;
  cursor: pointer;
}

/* !END: Careers details CSS */
/* START: Contact CSS */

/* !END: Contact CSS */
/* START: CTA CSS */

/* !END: Cta CSS */
/* START: Progress CSS */

/* !END: Progress CSS */
/* START: Marquee CSS */
.tj-marquee-section {
  position: relative;
  padding-top: 25px;
  padding-bottom: 23px;
  background-color: var(--tj-color-theme-primary);
  overflow: hidden;
}

.marquee-slider-wrapper .marquee-slider .marquee-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.marquee-item {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
  -webkit-padding-end: 30px;
  padding-inline-end: 30px;
}
.marquee-item .marquee-title .text {
  color: var(--tj-color-common-white);
  letter-spacing: -0.025em;
  margin-bottom: 0;
}
.marquee-item .marquee-icons {
  position: relative;
  top: 3px;
  max-width: 32px;
  width: 100%;
}
.marquee-item .marquee-icons img {
  -webkit-animation: rotateImg-2 6s infinite linear;
  animation: rotateImg-2 6s infinite linear;
}

/* !END: Theme Marquee CSS */
/* START: Animate CSS */
@-webkit-keyframes rotateImg-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes rotateImg-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes pulse-two {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(247, 247, 247, 0.3);
    box-shadow: 0 0 0 0 rgba(247, 247, 247, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 25px transparent;
    box-shadow: 0 0 0 25px transparent;
  }
}
@keyframes pulse-two {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(247, 247, 247, 0.3);
    box-shadow: 0 0 0 0 rgba(247, 247, 247, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 25px transparent;
    box-shadow: 0 0 0 25px transparent;
  }
}
@-webkit-keyframes shine {
  0% {
    -webkit-transform: skewX(-25deg) translateX(0);
    transform: skewX(-25deg) translateX(0);
  }
  100% {
    -webkit-transform: skewX(-25deg) translateX(250%);
    transform: skewX(-25deg) translateX(250%);
  }
}
@keyframes shine {
  0% {
    -webkit-transform: skewX(-25deg) translateX(0);
    transform: skewX(-25deg) translateX(0);
  }
  100% {
    -webkit-transform: skewX(-25deg) translateX(250%);
    transform: skewX(-25deg) translateX(250%);
  }
}
@-webkit-keyframes wobble-horizontal-hover {
  16.65% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  33.3% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes wobble-horizontal-hover {
  16.65% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  33.3% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes bounce2 {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  60% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
}
@keyframes bounce2 {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  60% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
}
/* !END: Animate CSS */
/* START: Section Title CSS */
.sec-heading {
  display: block;
  margin-bottom: 50px;
}
.sec-heading .sub-title {
  display: inline-block;
  font-size: 14px;
  font-weight: var(--tj-fw-bold);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--tj-color-theme-primary);
  -webkit-padding-start: 16px;
  padding-inline-start: 16px;
  -webkit-padding-end: 16px;
  padding-inline-end: 16px;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}
.sec-heading .sub-title::before,
.sec-heading .sub-title::after {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  top: 50%;
  inset-inline-start: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: var(--tj-color-theme-primary);
}
.sec-heading .sub-title::after {
  inset-inline-start: auto;
  inset-inline-end: 0;
}
.sec-heading .sec-title {
  margin: 0;
  letter-spacing: -0.04em;
}
.sec-heading .sec-title span {
  color: var(--tj-color-theme-primary);
}
.sec-heading .desc {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sec-heading .desc {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .sec-heading .desc {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sec-heading {
    margin-bottom: 45px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .sec-heading {
    margin-bottom: 40px;
  }
  .sec-heading .sub-title {
    margin-bottom: 10px;
  }
}
.sec-heading.style-2 .sub-title {
  -webkit-padding-start: 0;
  padding-inline-start: 0;
  -webkit-padding-end: 0;
  padding-inline-end: 0;
}
.sec-heading.style-2 .sub-title::before,
.sec-heading.style-2 .sub-title::after {
  display: none;
}
.sec-heading-centered {
  max-width: 560px;
  width: 100%;
  text-align: center;
  -webkit-margin-start: auto;
  margin-inline-start: auto;
  -webkit-margin-end: auto;
  margin-inline-end: auto;
}

/* !END: Section Title CSS */
/* START: Hero CSS */
/* !END: Hero CSS */
/* START: About CSS */

/* !END: About CSS */
/* START: Feature CSS */

/* Progress css */

/* START: Service CSS */

/* START: Cta CSS */

.footer-widget .title {
  color: var(--tj-color-common-white);
}

/* START: Case study CSS */

/* START: Team CSS */

/* !END: Team CSS */
/* START: Blog CSS */
.blog-style-4 .blog-two-meta ul li .meta-link:is(:hover, :focus) {
  color: var(--tj-color-common-white);
  background: var(--tj-color-theme-primary);
  border-color: var(--tj-color-theme-primary);
}
.blog-style-4:is(:hover, :focus) .blog-images img {
  -webkit-transform: scale(1.12);
  -ms-transform: scale(1.12);
  transform: scale(1.12);
}
.blog-style-4:is(:hover, :focus) .blog-content {
  padding-bottom: 75px;
}
.blog-style-4:is(:hover, :focus) .blog-content .blog-button {
  opacity: 1;
  visibility: visible;
  bottom: 35px;
}

/* !END: Blog CSS */
/* START: Hero CSS */

@-webkit-keyframes pulse-three {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 117, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(0, 117, 255, 0.6);
  }
  100% {
    -webkit-box-shadow: 0 0 0 8px transparent;
    box-shadow: 0 0 0 8px transparent;
  }
}

@keyframes pulse-three {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 117, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(0, 117, 255, 0.6);
  }
  100% {
    -webkit-box-shadow: 0 0 0 8px transparent;
    box-shadow: 0 0 0 8px transparent;
  }
}
@-webkit-keyframes linehover {
  0% {
    width: 100%;
  }
  50% {
    width: 0;
    inset-inline-end: 0;
  }
  100% {
    width: 100%;
    inset-inline-start: 0;
  }
}
@keyframes linehover {
  0% {
    width: 100%;
  }
  50% {
    width: 0;
    inset-inline-end: 0;
  }
  100% {
    width: 100%;
    inset-inline-start: 0;
  }
}
/* !END: Hero CSS */
/* START: Feature CSS */

/* !END: Feature CSS */
/* START: H5 Process CSS */

/* !END: H5 Process CSS */
/* START: About CSS */

/* !END: About CSS */
/* START: Home 5 Price CSS */

/* START: Testimonial CSS */

/* START: Home 5 Blog CSS */

/* END: Home 5 Blog CSS */
/* START: Home 5 CTA CSS */

/* START: Home 5 Footer CSS */

/* START: H5 Team CSS */

/* !END: H5 Team CSS */
/* START: Case Study CSS */

/* !END: Case Study CSS */
/* START: Project CSS */

/* !END: Project CSS */
/* START: Home 6 Blog CSS */

/* END: Home 6 Blog CSS */
/* START: Home 6 CTA CSS */

/* END: Home 6 CTA CSS */
/* START: Home 6 Testimonial CSS */

.testimonial-item.style-6 {
  padding: 35px 30px 35px 30px;
  background-color: var(--tj-color-common-white);
}
@media (max-width: 575px) {
  .testimonial-item.style-6 {
    padding: 30px 20px;
  }
}
.testimonial-item.style-6 .tj-testimonial-author {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.testimonial-item.style-6 .author-images {
  -webkit-mask-image: url('../img/b1f3523ce4516af0b77679eee2fd766b330f543c.svg');
  mask-image: url('../img/b1f3523ce4516af0b77679eee2fd766b330f543c.svg');
  background: var(--tj-color-theme-bg);
  width: 90px;
  height: 110px;
  margin-bottom: -40px;
}
.testimonial-item.style-6 .author-images img {
  top: 12px;
  inset-inline-end: 8px;
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset;
  width: 75px;
  height: 75px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial-item.style-6 .author-text .author-name {
    font-size: 20px;
  }
}
.testimonial-item.style-6 .author-rating {
  background: var(--tj-color-theme-bg);
  display: inline-block;
  padding: 2px 10px 4px;
  border-radius: 32px;
}
.testimonial-item.style-6 .author-rating .star-ratings {
  color: var(--tj-color-theme-primary);
  -webkit-text-stroke: 1px var(--tj-color-theme-primary);
}
.testimonial-item.style-6 .author-rating .star-ratings .fill-ratings {
  color: var(--tj-color-theme-primary);
}
.testimonial-item.style-6 .author-rating .star-ratings .empty-ratings {
  color: transparent;
}
.testimonial-item.style-6 .testimonial-content {
  -webkit-padding-start: 0;
  padding-inline-start: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.testimonial-item.style-6 .testimonial-content .desc {
  max-width: 100%;
  font-size: 18px;
  border-bottom-style: dashed;
  padding-bottom: 25px;
}
@media (max-width: 575px) {
  .testimonial-item.style-6 .testimonial-content .desc {
    font-size: 16px;
  }
}

/* START: Home 6 Testimonial CSS */
/* START: Home 6 Team CSS */

/* END: Home 6 Team CSS */
/* START: H6 Services CSS */

/* END: H6 Services CSS */
/* START: H6 Insight CSS */
.h6-insight_accordion {
  max-width: 553px;
  width: 100%;
  border: 1px solid var(--tj-color-border-2);
}
.h6-insight_accordion .accordion_item {
  text-align: start;
}
.h6-insight_accordion .accordion_item:not(:last-child) {
  border-bottom: 1px solid var(--tj-color-border-2);
}
.h6-insight_accordion .accordion_item .accordion_title {
  width: 100%;
  border: none;
  background-color: transparent;
  outline: none;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  padding: 28px 65px 20px 30px;
  text-align: start;
  position: relative;
  z-index: 1;
}
.h6-insight_accordion .accordion_item .accordion_title::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  inset-inline-end: 30px;
  content: '+';
  font-family: 'Font Awesome 6 Pro';
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid var(--tj-color-border-2);
  font-size: 16px;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
  color: var(--tj-color-heading-primary);
  background-color: transparent;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.h6-insight_accordion .accordion_item .accordion_title:not(.collapsed)::before {
  content: '-';
}
.h6-insight_accordion
  .accordion_item
  .accordion_title:not(.collapsed)
  .subtitle {
  color: var(--tj-color-theme-primary);
}
.h6-insight_accordion .accordion_item .accordion_title .subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-sbold);
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.025em;
  color: #c0c6d1;
  margin-bottom: 10px;
}
.h6-insight_accordion .accordion_item .accordion_title .title {
  color: var(--tj-color-heading-primary);
  font-size: 20px;
  font-weight: var(--tj-fw-sbold);
  font-family: var(--tj-ff-heading);
  margin: 0;
  letter-spacing: -0.025em;
  line-height: 28px;
}
@media (max-width: 575px) {
  .h6-insight_accordion .accordion_item .accordion_title .title {
    font-size: 17px;
  }
}
.h6-insight_accordion .accordion_item .accordion_desc .accordion-body {
  padding: 0 30px 25px 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h6-insight_accordion {
    margin-bottom: 40px;
    max-width: 100%;
  }
}

/* END: H6 Insight CSS */
/* START: Home 6 Footer CSS */

/* START: H6 Marquee CSS */

/* !END: H6 Marquee CSS */
/* START: H6 Projects CSS */

/* !END: H6 Projects CSS */
/* START: Home 6 Header CSS */

/* END: Home 6 Header CSS */
/* START: Hero CSS */

/* !END: Hero CSS */
/* START: About CSS */

/* !END: About CSS */
/* START: Header CSS */
.tj-header-area.header-7 .container-fluid:not(.gap-60-25) {
  --bs-gutter-x: 0;
}
.tj-header-area.header-7 .container-fluid:not(.gap-60-25) > .row {
  --bs-gutter-x: 0;
}
.tj-header-area.header-7.header-absolute .header-wrapper {
  padding: 0px 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tj-header-area.header-7.header-absolute .header-wrapper {
    padding: 17px 15px;
  }
}
.tj-header-area.header-7 .mainmenu > ul > li > a {
  color: var(--tj-color-common-white);
}
.tj-header-area.header-7 .mainmenu > ul > li:hover > a {
  color: var(--tj-color-theme-primary);
}
.tj-header-area.header-7 .header-bottom {
  padding: 0;
}
.tj-header-area.header-7 .header_right_info {
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.tj-header-area.header-7 .header_right_info > :not(:last-child) {
  -webkit-padding-end: 0;
  padding-inline-end: 0;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
}
.tj-header-area.header-7 .header_right_info > :not(:last-child)::after {
  display: none;
}
.tj-header-area.header-7 .header_btn.tj-primary-btn {
  background-color: rgba(247, 247, 247, 0.1);
  backdrop-filter: blur(50px);
  -webkit-padding-end: 4.5px;
  padding-inline-end: 4.5px;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
}
.tj-header-area.header-7 .header_btn.tj-primary-btn .btn_text {
  color: var(--tj-color-common-white);
}
.tj-header-area .menu_btn .line {
  width: 50px;
  height: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 8px;
  border-radius: var(--tj-br-md);
}
.tj-header-area .menu_btn .line span {
  width: 100%;
  height: 1px;
  background-color: var(--tj-color-common-white);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.tj-header-area .menu_btn .line span:nth-child(2) {
  width: 50%;
}
.tj-header-area .menu_btn .line:hover span:nth-child(2) {
  width: 100%;
}

/* !END: Header CSS */
/* START: Footer CSS */

/* !END: Footer CSS */
/* START: Hero CSS */

/* !END: Hero CSS */
/* START: Feature CSS */

/* START: About CSS */

/* !END: About CSS */
/* START: H6 Services CSS */

/* END: H6 Services CSS */
/* START: Project CSS */

/* !END: Project CSS */
/* START: H6 Projects CSS */

/* !END: H6 Projects CSS */
/* START: Process CSS */

/* !END: Process CSS */
/* START: Testimonial CSS */

/* !END: Testimonial CSS */
/* START: Blog CSS */
.h7-blog-wrapper .blog-item:first-child:is(:hover, :focus) .blog-images img {
  -webkit-transform: scale(1.12);
  -ms-transform: scale(1.12);
  transform: scale(1.12);
}

/* !END: Blog CSS */
/* START: Faq CSS */
.h7-faq-style
  .accordion-item:not(:has(.collapsed))
  + .accordion-item
  .accordion-button.collapsed {
  border-color: var(--tj-color-theme-bg);
}

/* !END: Faq CSS */
/* START: Header CSS */

/* !END: Header CSS */
/* START: Hero CSS */

/* !END: Hero CSS */
/* START: Feature CSS */

/* START: About CSS */

/* !END: About CSS */
/* START: Footer CSS */

/* !END: Footer CSS */
/* START: Home 5 CTA CSS */

/* START: H6 Marquee CSS */

/* !END: H6 Marquee CSS */
/* Growth css */

.video-btn-wrap {
  margin-top: 30px;
  margin-bottom: 20px;
}
.video-btn-wrap .video-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.video-btn-wrap .video-btn .play-btn {
  background-color: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  position: relative;
  -webkit-animation: pulse-three 2s infinite;
  animation: pulse-three 2s infinite;
  z-index: 5;
}
.video-btn-wrap .video-btn .play-btn i {
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-margin-start: 2px;
  margin-inline-start: 2px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .video-btn-wrap .video-btn .play-btn {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .video-btn-wrap .video-btn {
    gap: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .video-btn-wrap {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

/* START: Team CSS */

/* !END: Team CSS */
/* START: Home 8 Blog CSS */

/* END: Home 8 Blog CSS */
/* START: H8 Services CSS */

/* !END: H8 Services CSS */
/* START: H8 Services CSS */
/* !END: H8 Services CSS */
/* START: Process CSS */

/* !END: Process CSS */
/* START: Case Study CSS */

/* !END: Case Study CSS */
/* START: Home 8 Testimonial CSS */

/* START: Home 8 Testimonial CSS */
/* START: Header CSS */

/* !END: Header CSS */
/* START: Footer CSS */

/* !END: Footer CSS */
.sec-heading.h9-section-heading .sub-title {
  padding: 0;
  margin-bottom: 20px;
  background-color: transparent;
}
.sec-heading.h9-section-heading .sub-title::before,
.sec-heading.h9-section-heading .sub-title::after {
  display: none;
}

/* START: Hero CSS */

/* !END: Hero CSS */
/* START: H6 Marquee CSS */

/* !END: H6 Marquee CSS */
/* START: H9 Services CSS */

/* END: H9 Services CSS */
/* START: Process CSS */

/* !END: Process CSS */
/* START: About CSS */

/* !END: About CSS */
/* START: Counter CSS */

/* !END: Counter CSS */
/* START: H9 Blog CSS */

/* !END: H9 Blog CSS */
/* START: H9 Contact CSS */

/* !END: H9 Contact CSS */
/* START: H9 Team CSS */

/* !END: H9 Team CSS */
/* START: H9 Brands CSS */

/* !END: H9 Brands CSS */
/* START: Home 9 Testimonial CSS */

/* START: Home 9 Testimonial CSS */
/* START: Case Study CSS */

/* !END: Case Study CSS */
/* START: Home 9 CTA CSS */

/* START: Header CSS */
.tj-header-area.header-10.header-absolute .header-wrapper {
  padding: 0px 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tj-header-area.header-10.header-absolute .header-wrapper {
    padding: 10px 15px;
  }
}
.tj-header-area.header-10 .mainmenu > ul {
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-header-area.header-10 .mainmenu > ul {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
}
.tj-header-area.header-10 .mainmenu > ul > li > a {
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-header-area.header-10 .mainmenu > ul > li > a {
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-header-area.header-10 .mainmenu > ul > li > a {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
}
.tj-header-area.header-10 .mainmenu > ul > li > a::after {
  display: none;
}
.tj-header-area.header-10 .mainmenu > ul > li > a::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: rgba(247, 247, 247, 0.1);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tj-header-area.header-10 .mainmenu > ul > li > a:hover {
  color: var(--tj-color-theme-primary);
}
.tj-header-area.header-10 .mainmenu > ul > li:hover > a {
  color: var(--tj-color-common-white);
}
.tj-header-area.header-10 .mainmenu > ul > li:hover > a::before {
  background: rgb(247, 247, 247);
}
.tj-header-area.header-10 .header_btn.tj-primary-btn {
  background-color: var(--tj-color-common-white);
}
.tj-header-area.header-10 .header_btn.tj-primary-btn .btn_text {
  color: var(--tj-color-theme-dark);
}
.tj-header-area.header-10 .header_btn.tj-primary-btn:hover .btn_text {
  color: var(--tj-color-common-white);
}
.tj-header-area .header-10-topbar {
  background-color: var(--tj-color-common-white);
  padding: 9px 24px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px),
  only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-header-area .header-10-topbar {
    padding: 9px 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tj-header-area .header-10-topbar {
    padding: 12px 15px;
  }
}
.tj-header-area .header-10-topbar .topbar_note {
  color: var(--tj-color-theme-dark);
}
.tj-header-area .header-10-topbar .topbar_note a > span::after {
  background-color: var(--tj-color-theme-dark);
}
.tj-header-area .header-10-topbar .topbar_note i {
  color: var(--tj-color-text-body);
}
.tj-header-area .header-10-topbar .topbar_infos .info_item {
  color: var(--tj-color-theme-dark);
}
.tj-header-area .header-10-topbar .topbar_infos .info_item i {
  color: var(--tj-color-text-body);
}
.tj-header-area .header-10-topbar .topbar_infos .info_item:has(a):hover a {
  color: var(--tj-color-theme-primary);
}
.tj-header-area .header-10-topbar .topbar_infos .info_item:has(a):hover i {
  color: var(--tj-color-theme-primary);
}

/* !END: Header CSS */
/* START: Footer CSS */
.h10-footer::after {
  content: url('../img/h10-footer-shape.png');
  position: absolute;
  top: 0;
  inset-inline-end: 0;
}
.h10-footer-top {
  padding-top: 105px;
  padding-bottom: 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h10-footer-top {
    padding-top: 65px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h10-footer-top {
    padding: 80px 0;
  }
}
.h10-footer.footer-2.style-2 .footer-top-area .line::before {
  inset-inline-start: 34.2%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h10-footer.footer-2.style-2 .footer-top-area .line::before {
    display: block;
    inset-inline-start: 34.5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h10-footer.footer-2.style-2 .footer-top-area .line::before {
    display: block;
    inset-inline-start: 51.5%;
  }
}
.h10-footer-newsletter-form {
  margin-top: 15px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h10-footer-newsletter-form {
    margin-top: 0;
  }
}
.h10-footer-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  padding-bottom: 145px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h10-footer-cta {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h10-footer-cta {
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h10-footer-cta {
    padding-bottom: 70px;
  }
}
.h10-footer-cta-title {
  color: var(--tj-color-common-white);
  margin-bottom: 0;
}
.h10-footer-cta-title:hover {
  letter-spacing: -0.01em;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h10-footer-cta-title {
    font-size: 63px;
  }
}
@media (max-width: 575px) {
  .h10-footer-cta-title {
    font-size: 30px;
  }
}
.h10-footer-cta-btn {
  width: 70px;
  height: 70px;
  background-color: var(--tj-color-theme-primary);
  font-size: 28px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .h10-footer-cta-btn {
    width: 60px;
    height: 60px;
    font-size: 26px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h10-footer-cta-btn {
    width: 50px;
    height: 50px;
    font-size: 22px;
  }
}
.h10-footer-cta-btn i {
  text-shadow: -50px 0 0;
}
.h10-footer-cta-btn:hover i {
  -webkit-transform: rotate(-45deg) translateX(50px);
  -ms-transform: rotate(-45deg) translateX(50px);
  transform: rotate(-45deg) translateX(50px);
}
.h10-footer-widget .desc {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 26px;
}
.h10-footer-widget-wrapper {
  -webkit-padding-start: 60px;
  padding-inline-start: 60px;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h10-footer-widget-wrapper {
    -webkit-padding-start: 25px;
    padding-inline-start: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h10-footer-widget-wrapper {
    -webkit-padding-start: 20px;
    padding-inline-start: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h10-footer-widget-wrapper {
    -webkit-padding-start: 0;
    padding-inline-start: 0;
  }
}
.h10-footer-widget-wrapper::before {
  position: absolute;
  content: '';
  width: 200%;
  height: 1px;
  top: 44%;
  inset-inline-start: 0;
  background: var(--tj-color-border-1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h10-footer-widget-wrapper::before {
    top: 29%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h10-footer-widget-wrapper::before {
    top: 26%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h10-footer-widget-wrapper::before {
    top: 19%;
    width: 100%;
  }
}
.h10-footer-widget-wrapper .footer-contact-infos-2 {
  -webkit-padding-start: 41px;
  padding-inline-start: 41px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h10-footer-widget-wrapper .footer-contact-infos-2 {
    -webkit-padding-start: 0;
    padding-inline-start: 0;
  }
}
.h10-footer-widget-wrapper .footer-social {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h10-footer-widget-wrapper .footer-social {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

/* !END: Footer CSS */
/* START: About CSS */
.h10-about-section {
  position: relative;
  background-color: var(--tj-color-theme-bg);
}
.h10-about-content-wrap {
  -webkit-padding-start: 80px;
  padding-inline-start: 80px;
}
.h10-about-content-wrap .sec-heading {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h10-about-content-wrap {
    -webkit-padding-start: 30px;
    padding-inline-start: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h10-about-content-wrap {
    -webkit-padding-start: 10px;
    padding-inline-start: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h10-about-content-wrap {
    max-width: 100%;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    padding-bottom: 40px;
  }
}
.h10-about-content-wrap .btn-area {
  margin-top: 25px;
}

.h6-insight_accordion.h10-about-accordion {
  -webkit-border-start: 0;
  border-inline-start: 0;
  -webkit-border-end: 0;
  border-inline-end: 0;
  margin-bottom: 0;
}
.h6-insight_accordion.h10-about-accordion .accordion_item .accordion_title {
  padding: 20px 40px 20px 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.h6-insight_accordion.h10-about-accordion
  .accordion_item
  .accordion_title::before {
  content: '\e91e';
  font-family: 'solvior-icons' !important;
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  position: absolute;
  top: 50%;
  inset-inline-end: 0;
  width: 25px;
  height: 25px;
  border: 0;
  border-radius: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--tj-color-heading-primary);
}
.h6-insight_accordion.h10-about-accordion
  .accordion_item
  .accordion_title:not(.collapsed)::before {
  content: '\e91e';
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
.h6-insight_accordion.h10-about-accordion
  .accordion_item
  .accordion_title:not(.collapsed)
  .subtitle {
  color: var(--tj-color-theme-primary);
}
.h6-insight_accordion.h10-about-accordion
  .accordion_item
  .accordion_title
  .subtitle {
  font-size: 20px;
  color: var(--tj-color-common-black-2);
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .h6-insight_accordion.h10-about-accordion
    .accordion_item
    .accordion_title
    .subtitle {
    font-size: 17px;
  }
}
.h6-insight_accordion.h10-about-accordion
  .accordion_item
  .accordion_desc
  .accordion-body {
  padding: 0 20px 22px 0;
}

/* !END: About CSS */
/* START: Counter CSS */
.h10-counter-section {
  background-color: var(--tj-color-theme-dark);
  overflow: hidden;
}
.h10-counter-section .counter-wrapper {
  background-color: var(--tj-color-theme-dark);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h10-counter-section .counter-wrapper {
    max-width: 100%;
  }
}

.counter-item.style-2 {
  max-width: 25%;
  border-color: var(--tj-color-border-1);
  padding: 54px 80px 60px 80px;
}
.counter-item.style-2 .counter-item-inner {
  max-width: 190px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .counter-item.style-2 .counter-item-inner {
    max-width: 130px;
  }
}
.counter-item.style-2::before {
  border: 3px solid var(--tj-color-theme-dark);
  background-color: var(--tj-color-theme-primary);
}
.counter-item.style-2::after {
  background-color: var(--tj-color-theme-primary);
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .counter-item.style-2::after {
    width: 16px;
    height: 16px;
    inset-inline-end: -8px;
  }
}
.counter-item.style-2 .number {
  color: var(--tj-color-common-white);
}
.counter-item.style-2 .sub-title {
  color: var(--tj-color-common-white-2);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .counter-item.style-2 {
    padding: 50px 60px 60px 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter-item.style-2 {
    padding: 50px 20px 60px 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-item.style-2 {
    padding: 40px 20px 50px 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .counter-item.style-2 {
    max-width: 50%;
    padding: 30px 20px 35px;
  }
}
@media (max-width: 575px) {
  .counter-item.style-2 {
    max-width: 50%;
    padding: 30px 15px;
  }
}

/* !END: Counter CSS */
/* START: H10 Services CSS */
.h10-service-item {
  padding: 50px 30px;
  border: 1px solid var(--tj-color-border-2);
  border-bottom: 0;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.h10-service-item .service-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 90px;
  height: 90px;
  line-height: 1;
  font-size: 70px;
  color: var(--tj-color-theme-primary);
  background: var(--tj-color-theme-bg);
  border-radius: 50%;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h10-service-item .service-icon {
    font-size: 50px;
    width: 70px;
    height: 70px;
  }
}
.h10-service-item:hover {
  background-color: var(--tj-color-theme-bg);
}
.h10-service-item:hover .service-icon {
  background-color: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .h10-service-item {
    padding: 40px 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h10-service-item {
    padding: 30px 20px;
  }
}
.h10-service-item:first-child .service-reveal-bg {
  margin-top: 20px;
}
.h10-service-item:last-child {
  border-bottom: 1px solid var(--tj-color-border-2);
}
.h10-service-item:last-child .service-reveal-bg {
  margin-top: -20px;
}
.h10-service-item:hover .service-reveal-bg {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.service-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.service-content-wrap .service-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: wrap;
  -ms-flex: wrap;
  flex: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 370px;
  width: 100%;
  gap: 20px;
}
.service-content-wrap .service-title .title {
  margin-bottom: 0;
}
.service-content-wrap .service-title .title a:hover {
  color: var(--tj-color-theme-primary);
}
.service-content-wrap .service-content .desc {
  max-width: 330px;
  width: 100%;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .service-content-wrap .service-content .desc {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .service-content-wrap .service-content {
    margin-top: 20px;
    -webkit-padding-start: 90px;
    padding-inline-start: 90px;
  }
}
.service-content-wrap .service-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .service-content-wrap .service-btn {
    margin-top: 30px;
    -webkit-padding-start: 90px;
    padding-inline-start: 90px;
  }
}

.service-reveal-bg {
  position: absolute;
  top: 50%;
  inset-inline-start: 43%;
  width: 290px;
  height: 290px;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%) scale(0.7);
  -ms-transform: translate(-50%, -50%) scale(0.7);
  transform: translate(-50%, -50%) scale(0.7);
  transition:
    opacity 0.6s,
    transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 5;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service-reveal-bg {
    width: 250px;
    height: 250px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .service-reveal-bg {
    display: none;
  }
}

.service-btn-area {
  margin-top: 60px;
}

/* END: H10 Services CSS */
/* Growth css */
.tj-video-section {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.tj-video-section .tj-video-bg {
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  height: 130%; /* Slightly bigger for parallax depth */
  background-size: cover;
  background-position: center;
  will-change: transform;
}
.tj-video-section .tj-video-bg::before {
  content: '';
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  background-color: var(--tj-color-theme-dark);
  opacity: 0.5;
  z-index: 1;
}
.tj-video-section .video-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 777px;
  margin: 0;
}
@media xl {
  .tj-video-section .video-btn-wrap {
    min-height: 650px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-video-section .video-btn-wrap {
    min-height: 550px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tj-video-section .video-btn-wrap {
    min-height: 400px;
  }
}
.tj-video-section .video-btn-wrap .video-btn {
  max-width: 112px;
}
.tj-video-section .video-btn-wrap .video-btn .play-btn {
  background-color: rgba(247, 247, 247, 0.1);
  color: var(--tj-color-common-white);
  width: 112px;
  height: 112px;
  border-radius: 50%;
  font-size: 20px;
  position: relative;
  backdrop-filter: blur(50px);
  -webkit-animation: pulse-two 2s infinite;
  animation: pulse-two 2s infinite;
  z-index: 5;
}
.tj-video-section .video-btn-wrap .video-btn .play-btn i {
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-margin-start: 2px;
  margin-inline-start: 2px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-video-section .video-btn-wrap .video-btn .play-btn {
    width: 90px;
    height: 90px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tj-video-section .video-btn-wrap .video-btn .play-btn {
    font-size: 16px;
    width: 70px;
    height: 70px;
  }
}
.tj-video-section .video-btn-wrap .video-btn:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tj-video-section .video-btn-wrap .video-btn {
    gap: 10px;
  }
}

/* START: Hero CSS */
.h10-hero {
  position: relative;
  overflow: hidden;
  padding: 0 0 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h10-hero {
    padding: 0 0 60px;
  }
}
.h10-hero-inner {
  overflow: visible;
}
.h10-hero-inner::before {
  display: none;
}
.h10-hero-content {
  min-height: 90vh;
  max-width: 812px;
  width: 100%;
  padding-top: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 100%;
  z-index: 1;
  padding: 232px 0 80px 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h10-hero-content {
    max-width: 100%;
    min-height: 787px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h10-hero-content {
    max-width: 100%;
    min-height: auto;
    padding: 70px 0 70px 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h10-hero-content {
    min-height: 690px;
    padding: 200px 0 70px 12px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h10-hero-content {
    max-width: 100%;
    min-height: 675px;
    padding: 110px 0 70px;
  }
}
@media (max-width: 575px) {
  .h10-hero-content {
    max-width: 100%;
    min-height: 761px;
    padding: 140px 0 70px;
  }
}
.h10-hero-content .hero-title {
  color: var(--tj-color-common-white);
  font-size: 110px;
  letter-spacing: -0.025em;
  line-height: 1;
  margin-bottom: 20px;
}
.h10-hero-content .hero-title span {
  color: var(--tj-color-theme-primary);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h10-hero-content .hero-title {
    font-size: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h10-hero-content .hero-title {
    font-size: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h10-hero-content .hero-title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h10-hero-content .hero-title {
    font-size: 68px;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .h10-hero-content .hero-title {
    font-size: 50px;
    text-align: center;
  }
}
.h10-hero-content .desc {
  font-size: 18px;
  color: var(--tj-color-common-white-2);
  font-weight: var(--tj-fw-regular);
  max-width: 524px;
  width: 100%;
  line-height: 1.5;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h10-hero-content .desc {
    max-width: 433px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h10-hero-content .desc {
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h10-hero-content .desc {
    text-align: center;
  }
}
.h10-hero-content .desc p:last-child {
  margin-bottom: 0;
}
.h10-hero-sroll-down {
  position: absolute;
  inset-inline-start: 24px;
  bottom: 9%;
  max-width: 365px;
  color: var(--tj-color-common-white-2);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h10-hero-sroll-down {
    inset-inline-start: 12px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h10-hero-sroll-down {
    inset-inline-start: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h10-hero-sroll-down {
    max-width: 361px;
    inset-inline-start: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h10-hero-sroll-down {
    position: static;
    text-align: center;
    margin: 30px auto 0;
  }
}
.h10-hero-sroll-down-icon {
  -webkit-animation: bounce2 2s infinite;
  animation: bounce2 2s infinite;
}
.h10-hero-stat {
  position: absolute;
  inset-inline-end: 0;
  bottom: -60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h10-hero-stat {
    inset-inline-end: 12px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h10-hero-stat {
    inset-inline-end: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h10-hero-stat {
    inset-inline-end: 12px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h10-hero-stat {
    inset-inline-end: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    max-width: 410px;
    width: 100%;
    bottom: -57px;
  }
}
@media (max-width: 575px) {
  .h10-hero-stat {
    inset-inline-end: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    width: 100%;
    max-width: 100%;
    bottom: -54px;
  }
}
.h10-hero-stat-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(247, 247, 247, 0.1);
  backdrop-filter: blur(35px);
  padding: 30px 20px 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h10-hero-stat-inner {
    padding: 20px 10px 30px 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h10-hero-stat-inner {
    padding: 20px 10px 30px 15px;
  }
}
@media (max-width: 575px) {
  .h10-hero-stat-inner {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }
}
.h10-hero-stat-chart {
  width: 185px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h10-hero-stat-chart {
    width: 157px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h10-hero-stat-chart {
    width: 157px;
  }
}
.h10-hero-stat-chart-text {
  position: absolute;
  inset-inline-start: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: var(--tj-fw-bold);
  color: var(--tj-color-common-white-2);
  margin: 3px 0 0;
  line-height: 1;
}
.h10-hero-stat .h10-hero-counter-item .number {
  color: var(--tj-color-common-white);
}
@media (max-width: 575px) {
  .h10-hero-stat .h10-hero-counter-item .number {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
.h10-hero-stat .h10-hero-counter-item .number sup {
  font-size: 0.53em;
  top: -0.8em;
}
.h10-hero-stat .h10-hero-counter-item .sub-title {
  color: var(--tj-color-common-white-2);
}
.h10-hero-stat-action .tj-primary-btn {
  background-color: var(--tj-color-theme-primary);
  width: 100%;
  border-radius: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: start;
  font-size: 18px;
  font-weight: var(--tj-fw-sbold);
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h10-hero-stat-action .tj-primary-btn {
    font-size: 16px;
    text-align: start;
  }
}
.h10-hero-stat-action .tj-primary-btn .btn_inner {
  padding: 15px 43px 15px 24px;
  text-align: start;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h10-hero-stat-action .tj-primary-btn .btn_inner {
    padding: 15px 33px 15px 19px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h10-hero-stat-action .tj-primary-btn .btn_inner {
    padding: 15px 33px 15px 19px;
    text-align: start;
  }
}
.h10-hero-stat-action .tj-primary-btn .btn_inner::before {
  width: 100%;
  background-color: var(--tj-color-theme-primary);
}
.h10-hero-stat-action .tj-primary-btn .btn_icon {
  inset-inline-start: auto;
  inset-inline-end: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h10-hero-stat-action .tj-primary-btn .btn_icon {
    inset-inline-end: 5px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h10-hero-stat-action .tj-primary-btn .btn_icon {
    inset-inline-end: 5px;
  }
}
.h10-hero-stat-action .tj-primary-btn .btn_icon {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.h10-hero-counter-item {
  position: relative;
  width: 100%;
  max-width: 228px;
  padding: 0;
  z-index: 1;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h10-hero-counter-item {
    max-width: 228px;
  }
}
@media (max-width: 575px) {
  .h10-hero-counter-item {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.h10-hero-counter-item .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--tj-color-heading-primary);
  font-family: var(--tj-ff-heading);
  font-size: 88px;
  font-weight: var(--tj-fw-sbold);
  position: relative;
  line-height: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h10-hero-counter-item .number {
    font-size: 78px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h10-hero-counter-item .number {
    font-size: 58px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h10-hero-counter-item .number {
    font-size: 58px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h10-hero-counter-item .number {
    font-size: 48px;
  }
}
.h10-hero-counter-item .number span {
  line-height: 1;
  font-family: inherit;
}
.h10-hero-counter-item .sub-title {
  line-height: 1.5;
  display: block;
  -webkit-margin-start: 10px;
  margin-inline-start: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .h10-hero-counter-item .sub-title {
    -webkit-margin-start: 5px;
    margin-inline-start: 5px;
  }
}
@media (max-width: 575px) {
  .h10-hero-counter-item .sub-title {
    text-align: start;
    -webkit-margin-start: 15px;
    margin-inline-start: 15px;
  }
}

/* !END: Hero CSS */
/* START: Feature CSS */
.h10-feature .container {
  --bs-gutter-x: 30px;
}
.h10-feature .container .row {
  --bs-gutter-x: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h10-feature .container .row {
    --bs-gutter-x: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h10-feature .container .rg-30 {
    row-gap: 20px;
  }
}
.h10-feature .sec-heading {
  max-width: 820px;
}
.h10-feature .sec-heading .sec-title img {
  width: 44px;
  height: 44px;
  border-radius: 100%;
}
.h10-feature .sec-heading .sec-title span {
  color: var(--tj-color-common-white-2);
}
.h10-feature-item {
  border: 0;
  background-color: var(--tj-color-theme-bg);
  height: 100%;
  padding: 40px 30px 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 575px) {
  .h10-feature-item {
    padding: 35px 15px;
  }
}
.h10-feature-item-2 {
  background-color: var(--tj-color-theme-primary);
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h10-feature-item-2 {
    padding: 0;
  }
}
.h10-feature-item-2 .feature-content {
  padding: 40px 30px 16px;
}
.h10-feature-item-2 .feature-content .title {
  color: var(--tj-color-common-white);
}
.h10-feature-item-2 .feature-content .desc {
  color: var(--tj-color-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 575px) {
  .h10-feature-item-2 .feature-content {
    padding: 35px 15px;
  }
}
.h10-feature-item-2 .feature-chart-img img {
  width: 100%;
}
.h10-feature-img-item {
  position: relative;
  height: 100%;
}
.h10-feature-img-item .feature-img {
  height: 100%;
  width: 100%;
}
.h10-feature-img-item .feature-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.h10-feature-img-item .feature-content {
  position: absolute;
  inset-inline-start: 15px;
  inset-inline-end: 15px;
  bottom: 15px;
  padding: 10px 20px;
  border-radius: 30px;
  background: rgba(247, 247, 247, 0.1);
  backdrop-filter: blur(35px);
  z-index: 1;
}
.h10-feature-img-item .feature-content .title {
  margin-bottom: 0;
  line-height: 1;
  color: var(--tj-color-common-white);
}
.h10-feature-img-item-2 .feature-content {
  background: var(--tj-color-theme-dark);
  backdrop-filter: blur(0);
}

/* START: Home 6 Testimonial CSS */
.h10-testimonial {
  background-color: var(--tj-color-theme-bg);
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.h10-testimonial .sec-title {
  max-width: 550px;
}
.h10-testimonial-item.style-6 {
  padding: 22px 30px 30px;
}
@media (max-width: 575px) {
  .h10-testimonial-item.style-6 {
    padding: 22px 20px 30px;
  }
}
.h10-testimonial-item.style-6 .testimonial-content .tj-testimonial-author {
  width: 100%;
  padding-bottom: 22px;
  border-bottom: 1px dashed var(--tj-color-border-2);
  margin-top: 0;
  gap: 14px;
}
@media (max-width: 575px) {
  .h10-testimonial-item.style-6 .testimonial-content .tj-testimonial-author {
    margin-bottom: 10px;
  }
}
.h10-testimonial-item.style-6 .testimonial-content .author-images {
  -webkit-mask-image: url('../img/d4d8623b97bf4257009e1fd478a882d559defa04.svg');
  mask-image: url('../img/d4d8623b97bf4257009e1fd478a882d559defa04.svg');
  height: 90px;
  width: 110px;
  margin-bottom: 0;
  -webkit-margin-start: -33.5px;
  margin-inline-start: -33.5px;
}
@media (max-width: 575px) {
  .h10-testimonial-item.style-6 .testimonial-content .author-images {
    -webkit-margin-start: -23.5px;
    margin-inline-start: -23.5px;
  }
}
.h10-testimonial-item.style-6 .testimonial-content .author-images img {
  top: 8px;
  inset-inline-end: 11px;
}
.h10-testimonial-item.style-6 .testimonial-content .desc {
  padding-bottom: 0;
  border-bottom: 0;
}

/* START: Home 6 Testimonial CSS */
/* START: H10 Projects CSS */
.h10-projects-section {
  overflow: hidden;
}
.h10-projects-section .sec-heading {
  max-width: 550px;
  width: 100%;
  -webkit-margin-start: auto;
  margin-inline-start: auto;
  -webkit-margin-end: auto;
  margin-inline-end: auto;
  margin-bottom: 60px;
}
.h10-projects_wrap .h10-projects_item:not(:last-child) {
  margin-bottom: 30px;
}
.h10-projects_item {
  position: relative;
  height: 670px;
  z-index: 1;
}
.h10-projects_item .h10-project-img {
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
.h10-projects_item::before {
  content: '';
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(5, 18, 41, 0)),
    color-stop(84%, #051229)
  );
  background-image: linear-gradient(180deg, rgba(5, 18, 41, 0) 0%, #051229 84%);
  z-index: 1;
}
.h10-projects_item .project_content {
  max-width: 460px;
  width: 100%;
  background-color: rgba(247, 247, 247, 0.15);
  backdrop-filter: blur(35px);
  padding: 35px 30px;
  position: absolute;
  inset-inline-end: 60px;
  bottom: 70px;
  z-index: 2;
}
.h10-projects_item .project_content .category {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  gap: 11px;
  margin-bottom: 12px;
}
.h10-projects_item .project_content .category li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.h10-projects_item .project_content .category li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  border: 1px solid rgba(247, 247, 247, 0.15);
  border-radius: 40px;
  font-family: Lato;
  font-size: 14px;
  line-height: 1;
  color: var(--tj-color-common-white);
  padding: 5px 9px;
}
.h10-projects_item .project_content .category li a:hover {
  border-color: var(--tj-color-theme-primary);
  background-color: var(--tj-color-theme-primary);
}
.h10-projects_item .project_content .project_title {
  letter-spacing: -0.025em;
  color: var(--tj-color-common-white);
  margin: 0;
}
.h10-projects_item .project_content .project_title a:hover {
  letter-spacing: 0;
}
.h10-projects_item .project_content .desc {
  color: var(--tj-color-common-white-2);
  margin-top: 15px;
}
.h10-projects_item .project_content .project_button {
  background-color: var(--tj-color-common-white);
  margin-top: 25px;
}
.h10-projects_item .project_content .project_button .btn_inner .btn_text {
  color: var(--tj-color-heading-primary);
}
.h10-projects_item .project_content .project_button:hover .btn_inner .btn_text {
  color: var(--tj-color-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h10-projects_item {
    height: 600px;
  }
  .h10-projects_item .project_content {
    inset-inline-end: 50px;
    bottom: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h10-projects-section .sec-heading {
    margin-bottom: 50px;
  }
  .h10-projects_item {
    height: 550px;
  }
  .h10-projects_item .project_content {
    inset-inline-end: 40px;
    bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h10-projects-section .sec-heading {
    margin-bottom: 40px;
  }
  .h10-projects_item {
    height: 550px;
  }
  .h10-projects_item .project_content {
    max-width: 445px;
    inset-inline-end: 30px;
    bottom: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h10-projects-section .sec-heading {
    margin-bottom: 40px;
  }
  .h10-projects_item {
    height: 550px;
  }
  .h10-projects_item .project_content {
    max-width: 420px;
    padding: 30px 25px;
    inset-inline-end: 30px;
    bottom: 30px;
  }
}
@media (max-width: 575px) {
  .h10-projects-section .sec-heading {
    margin-bottom: 40px;
  }
  .h10-projects_item {
    height: 500px;
  }
  .h10-projects_item .project_content {
    max-width: 360px;
    padding: 30px 25px;
    inset-inline-end: 0;
    bottom: 0;
  }
}

/* !END: H10 Projects CSS */
/* START: H10 Blog CSS */

/* !END: H10 blog CSS */
/* START: H10 Brands CSS */

/* !END: H10 Brands CSS */
/* START: Home 10 team CSS */
.h10-team-section {
  position: relative;
  overflow: hidden;
  z-index: 2;
  border-bottom: 1px solid var(--tj-color-border-2);
}
.h10-team-section .sec-heading {
  margin: 0;
  max-width: 550px;
}
.h10-team-section .sec-heading-wrap {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h10-team-section .sec-heading-wrap {
    margin-bottom: 40px;
  }
}
.h10-team-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h10-team-wrapper {
    gap: 20px;
  }
}
.h10-team-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--tj-color-theme-bg);
  width: 195px;
  height: 380px;
  -webkit-transition: width 0.3s ease-in;
  transition: width 0.3s ease-in;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h10-team-item {
    width: 175px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h10-team-item {
    width: 140px;
    height: 350px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h10-team-item {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h10-team-item {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.h10-team-item .team-images {
  width: 195px;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h10-team-item .team-images {
    width: 175px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h10-team-item .team-images {
    width: 140px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h10-team-item .team-images {
    width: 305px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h10-team-item .team-images {
    width: 100%;
  }
}
.h10-team-item .team-content {
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.h10-team-item .team-content-inner {
  position: relative;
  top: 0;
  inset-inline-start: 0;
  width: 277px;
  height: 100%;
  -webkit-transform: translateX(-105%);
  -ms-transform: translateX(-105%);
  transform: translateX(-105%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition:
    transform 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  padding-bottom: 75px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h10-team-item .team-content-inner {
    width: 245px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h10-team-item .team-content-inner {
    width: 230px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h10-team-item .team-content-inner {
    width: 100%;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
}
.h10-team-item .team-content .team-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 16px;
}
.h10-team-item .team-content .team-text .title {
  line-height: 1.2;
  margin-bottom: 4px;
}
.h10-team-item .team-content .team-text .title a:hover {
  color: var(--tj-color-theme-primary);
}
.h10-team-item .team-content .team-text .sub-title {
  font-size: 14px;
  color: var(--tj-color-common-black-2);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h10-team-item .team-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h10-team-item .team-content {
    padding: 30px 20px;
  }
}
.h10-team-item.active {
  width: 640px;
}
.h10-team-item.active .team-images {
  width: 305px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h10-team-item.active .team-images {
    width: 245px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h10-team-item.active .team-images {
    width: 220px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h10-team-item.active .team-images {
    width: 100%;
  }
}
.h10-team-item.active .team-content {
  padding: 48px 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h10-team-item.active .team-content {
    padding: 48px 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h10-team-item.active .team-content {
    padding: 35px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h10-team-item.active .team-content {
    padding: 30px 20px;
  }
}
.h10-team-item.active .team-content-inner {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h10-team-item.active {
    width: 530px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h10-team-item.active {
    width: 480px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h10-team-item.active {
    width: 100%;
  }
}

/* END: Home 10 team CSS */ /*# sourceMappingURL=main.css.map */

html {
  scroll-behavior: smooth;
}
.site-logo .logo.brand-logo,
.footer-widget .footer-logo .brand-logo {
  display: inline-flex !important;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  max-width: none;
  width: auto;
  text-decoration: none;
  vertical-align: middle;
}
.footer-widget .footer-logo {
  max-width: none;
}
.brand-logo-icon {
  display: block;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.brand-logo-text {
  display: block;
  font-size: 1.35rem;
  font-weight: 700;
  color: inherit;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.footer-logo .brand-logo-text {
  font-size: 1.25rem;
  color: #fff;
}
.footer-logo .brand-logo-icon {
  filter: brightness(0) invert(1);
}
.h10-footer-newsletter-form .desc {
  margin-bottom: 0;
}
.faq-accordion .accordion-body {
  padding-top: 0;
}
.wow {
  visibility: visible !important;
}
.h10-feature .sec-heading .sec-title {
  color: var(--tj-color-heading-primary, #051229);
}
.h10-feature .sec-heading .sec-title span {
  color: var(--tj-color-theme-primary) !important;
}
.sec-heading .sec-title {
  color: var(--tj-color-heading-primary, #051229);
}
.tj-header-area .site-logo .brand-logo-text {
  color: #fff;
}
.tj-header-area .site-logo .brand-logo-icon {
  filter: brightness(0) invert(1);
}
.h10-team-section .sec-heading .desc {
  margin-top: 16px;
  margin-bottom: 0;
  max-width: 540px;
  color: var(--tj-color-text-body, #5a6a7e);
  line-height: 1.6;
}
.h10-team-item .team-images.team-icon-card {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(160deg, #051229 0%, #0d2f5f 55%, #1a5fb4 100%);
  min-height: 380px;
}
.h10-team-item .team-icon-wrap {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(8px);
  position: relative;
}
.h10-team-item .team-icon-wrap::before {
  content: '';
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 1px dashed rgba(255, 255, 255, 0.22);
  animation: teamIconRing 4s linear infinite;
}
.h10-team-item .team-icon-wrap i {
  font-size: 52px;
  line-height: 1;
  color: #fff;
  animation: teamIconFloat 2.8s ease-in-out infinite;
}
.h10-team-item.active .team-icon-wrap i {
  color: var(--tj-color-theme-primary, #5b8cff);
}
.h10-team-item .team-icon-wrap.icon-anim-delay-1 i {
  animation-delay: 0.4s;
}
.h10-team-item .team-icon-wrap.icon-anim-delay-2 i {
  animation-delay: 0.8s;
}
.h10-team-item .team-icon-wrap.icon-anim-delay-3 i {
  animation-delay: 1.2s;
}
@keyframes teamIconFloat {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-10px) scale(1.06);
  }
}
@keyframes teamIconRing {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
