:root,
[data-bs-theme=light] {
  --bs-blue: #2F80ED;
  --bs-indigo: #6e00ff;
  --bs-purple: #510FA8;
  --bs-pink: #f074ad;
  --bs-red: #f25767;
  --bs-orange: #FFBE3D;
  --bs-yellow: #ffc431;
  --bs-green: #5cc9a7;
  --bs-teal: #50b5ff;
  --bs-cyan: #4bd6e5;
  --bs-white: #fff;
  --bs-gray: #858c97;
  --bs-gray-dark: #434a57;
  --bs-gray-25: #FCFCFD;
  --bs-gray-50: #F9FAFB;
  --bs-gray-100: #f6f9fc;
  --bs-gray-200: #edf1f5;
  --bs-gray-300: #e3e9ef;
  --bs-gray-400: #d7dde2;
  --bs-gray-500: #b4bbc3;
  --bs-gray-600: #858c97;
  --bs-gray-700: #576071;
  --bs-gray-800: #434a57;
  --bs-gray-900: #121519;
  --bs-primary: #4361ee;
  --bs-secondary: #EBA948;
  --bs-success: #5cc9a7;
  --bs-info: #4bd6e5;
  --bs-warning: #ffc431;
  --bs-danger: #f25767;
  --bs-light: #f6f9fc;
  --bs-white: #fff;
  --bs-black: #000;
  --bs-dark: #02010a;
  --bs-primary-rgb: 67, 97, 238;
  --bs-secondary-rgb: 235, 169, 72;
  --bs-success-rgb: 92, 201, 167;
  --bs-info-rgb: 75, 214, 229;
  --bs-warning-rgb: 255, 196, 49;
  --bs-danger-rgb: 242, 87, 103;
  --bs-light-rgb: 246, 249, 252;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-dark-rgb: 2, 1, 10;
  --bs-primary-text-emphasis: #1b275f;
  --bs-secondary-text-emphasis: #5e441d;
  --bs-success-text-emphasis: #255043;
  --bs-info-text-emphasis: #1e565c;
  --bs-warning-text-emphasis: #664e14;
  --bs-danger-text-emphasis: #612329;
  --bs-light-text-emphasis: #576071;
  --bs-dark-text-emphasis: #576071;
  --bs-primary-bg-subtle: #d9dffc;
  --bs-secondary-bg-subtle: #fbeeda;
  --bs-success-bg-subtle: #def4ed;
  --bs-info-bg-subtle: #dbf7fa;
  --bs-warning-bg-subtle: #fff3d6;
  --bs-danger-bg-subtle: #fcdde1;
  --bs-light-bg-subtle: #fbfcfe;
  --bs-dark-bg-subtle: #d7dde2;
  --bs-primary-border-subtle: #b4c0f8;
  --bs-secondary-border-subtle: #f7ddb6;
  --bs-success-border-subtle: #bee9dc;
  --bs-info-border-subtle: #b7eff5;
  --bs-warning-border-subtle: #ffe7ad;
  --bs-danger-border-subtle: #fabcc2;
  --bs-light-border-subtle: #edf1f5;
  --bs-dark-border-subtle: #b4bbc3;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: Nunito Sans, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", 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: #000000;
  --bs-body-color-rgb: 0, 0, 0;
  --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(0, 0, 0, 0.75);
  --bs-secondary-color-rgb: 0, 0, 0;
  --bs-secondary-bg: #edf1f5;
  --bs-secondary-bg-rgb: 237, 241, 245;
  --bs-tertiary-color: rgba(0, 0, 0, 0.5);
  --bs-tertiary-color-rgb: 0, 0, 0;
  --bs-tertiary-bg: #f6f9fc;
  --bs-tertiary-bg-rgb: 246, 249, 252;
  --bs-heading-color: #152C5B;
  --bs-link-color: #4361ee;
  --bs-link-color-rgb: 67, 97, 238;
  --bs-link-decoration: none;
  --bs-link-hover-color: #364ebe;
  --bs-link-hover-color-rgb: 54, 78, 190;
  --bs-code-color: #f074ad;
  --bs-highlight-color: #000000;
  --bs-highlight-bg: #fff3d6;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #e3e9ef;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0;
  --bs-border-radius-sm: 0;
  --bs-border-radius-lg: 0;
  --bs-border-radius-xl: 0;
  --bs-border-radius-xxl: 0;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 0;
  --bs-box-shadow: 0px 4px 8px -2px rgba(var(--bs-dark-rgb), 0.1), 0px 2px 4px -2px rgba(var(--bs-dark-rgb), 0.06);
  --bs-box-shadow-sm: 0px 1px 3px rgba(var(--bs-dark-rgb), 0.1), 0px 1px 2px rgba(var(--bs-dark-rgb), 0.06);
  --bs-box-shadow-lg: 0px 12px 16px -4px rgba(var(--bs-dark-rgb), 0.08), 0px 4px 6px -2px rgba(var(--bs-dark-rgb), 0.03);
  --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(67, 97, 238, 0.25);
  --bs-form-valid-color: #5cc9a7;
  --bs-form-valid-border-color: #5cc9a7;
  --bs-form-invalid-color: #f25767;
  --bs-form-invalid-border-color: #f25767;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #999999;
  --bs-body-color-rgb: 153, 153, 153;
  --bs-body-bg: #050401;
  --bs-body-bg-rgb: 5, 4, 1;
  --bs-emphasis-color: #f6f9fc;
  --bs-emphasis-color-rgb: 246, 249, 252;
  --bs-secondary-color: rgba(153, 153, 153, 0.75);
  --bs-secondary-color-rgb: 153, 153, 153;
  --bs-secondary-bg: #434a57;
  --bs-secondary-bg-rgb: 67, 74, 87;
  --bs-tertiary-color: rgba(153, 153, 153, 0.5);
  --bs-tertiary-color-rgb: 153, 153, 153;
  --bs-tertiary-bg: #2b3038;
  --bs-tertiary-bg-rgb: 43, 48, 56;
  --bs-primary-text-emphasis: #8ea0f5;
  --bs-secondary-text-emphasis: #f3cb91;
  --bs-success-text-emphasis: #9ddfca;
  --bs-info-text-emphasis: #93e6ef;
  --bs-warning-text-emphasis: #ffdc83;
  --bs-danger-text-emphasis: #f79aa4;
  --bs-light-text-emphasis: #f6f9fc;
  --bs-dark-text-emphasis: #e3e9ef;
  --bs-primary-bg-subtle: #0d1330;
  --bs-secondary-bg-subtle: #121519;
  --bs-success-bg-subtle: #122821;
  --bs-info-bg-subtle: #0f2b2e;
  --bs-warning-bg-subtle: #33270a;
  --bs-danger-bg-subtle: #301115;
  --bs-light-bg-subtle: #434a57;
  --bs-dark-bg-subtle: #22252c;
  --bs-primary-border-subtle: #283a8f;
  --bs-secondary-border-subtle: #576071;
  --bs-success-border-subtle: #377964;
  --bs-info-border-subtle: #1e565c;
  --bs-warning-border-subtle: #664e14;
  --bs-danger-border-subtle: #91343e;
  --bs-light-border-subtle: #576071;
  --bs-dark-border-subtle: #434a57;
  --bs-heading-color: #fff;
  --bs-link-color: #8ea0f5;
  --bs-link-hover-color: #b4c0f8;
  --bs-link-color-rgb: 142, 160, 245;
  --bs-link-hover-color-rgb: 180, 192, 248;
  --bs-code-color: #f6acce;
  --bs-highlight-color: #999999;
  --bs-highlight-bg: #664e14;
  --bs-border-color: #576071;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #9ddfca;
  --bs-form-valid-border-color: #9ddfca;
  --bs-form-invalid-color: #f79aa4;
  --bs-form-invalid-border-color: #f79aa4;
}

:root,
[data-bs-theme=light] {
  --bs-avatar-border: #fff;
  --bs-footer-link-color: rgba(var(--bs-dark-rgb), 0.75);
  --bs-footer-link-color-hover: var(--bs-dark);
  --bs-text-mode: var(--bs-dark);
}

[data-bs-theme=dark] {
  --bs-gray-100: rgba(255, 255, 255, 0.025);
  --bs-gray-200: rgba(255, 255, 255, 0.05);
  --bs-gray-300: rgba(255, 255, 255, 0.13);
  --bs-gray-400: rgba(255, 255, 255, 0.25);
  --bs-gray-500: rgba(255, 255, 255, 0.4);
  --bs-gray-600: rgba(255, 255, 255, 0.5);
  --bs-gray-700: rgba(255, 255, 255, 0.7);
  --bs-gray-800: rgba(255, 255, 255, 0.9);
  --bs-gray-900: #fff;
  --bs-avatar-border: #02010a;
  --bs-footer-link-color: rgba(var(--bs-white-rgb), 0.75);
  --bs-footer-link-color-hover: var(--bs-white);
  --bs-text-mode: var(--bs-white);
}

.spinner {
  position: relative;
  font-size: 10px;
  width: 10em;
  height: 5em;
}
.spinner span {
  font-size: 10px;
  width: 2.5em;
  height: 2.5em;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateZ(0);
  border-radius: 50%;
  animation-fill-mode: both;
  animation: spinner-04 1.8s infinite ease-in-out;
  animation-delay: -0.16s;
}
.spinner span:before, .spinner span:after {
  content: "";
  position: absolute;
  top: 0;
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  animation-fill-mode: both;
  animation: spinner-04 1.8s infinite ease-in-out;
}
.spinner span:before {
  left: -3.5em;
  animation-delay: -0.32s;
}
.spinner span:after {
  left: 3.5em;
}

@keyframes spinner-04 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
.avatar {
  height: 3.125rem;
  width: 3.125rem;
  position: relative;
  display: inline-block;
}
.avatar .avatar-status {
  border-radius: 50%;
  bottom: 10%;
  height: 20%;
  position: absolute;
  right: 10%;
  width: 20%;
  border: 1px solid var(--px-gray-200);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.avatar .avatar-text {
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-weight: 600;
  text-transform: uppercase;
}

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

.avatar-group {
  padding: 0;
  display: flex;
}
.avatar-group .avatar-img,
.avatar-group .avatar-text {
  border: 2px solid var(--bs-avatar-border);
}
.avatar-group .avatar {
  position: relative;
  transition: ease all 0.35s;
  transform: scale(1);
}
.avatar-group .avatar + .avatar {
  margin-left: -1rem;
}
.avatar-group .avatar:hover {
  z-index: 1;
  transform: scale(1.08);
}
.avatar-group .avatar-xs + .avatar-xs {
  margin-left: -0.6125rem;
}
.avatar-group .avatar-xs .avatar-status {
  font-size: 8px;
}
.avatar-group .avatar-sm + .avatar-sm {
  margin-left: -0.875rem;
}
.avatar-group .avatar-lg + .avatar-lg {
  margin-left: -1.5rem;
}
.avatar-group .avatar-xl + .avatar-xl {
  margin-left: -2rem;
}
.avatar-group .avatarxxl + .avatarxxl {
  margin-left: -2.5rem;
}
.avatar-group .avatar-xxxl + .avatar-xxxl {
  margin-left: -3rem;
}

.avatar .avatar-name {
  margin-left: 7px;
}

.avatar-xxs {
  height: 1rem;
  width: 1rem;
  position: relative;
}
.avatar-xxs .avatar-text {
  font-size: 0.6rem;
}

.avatar-xs {
  height: 1.75rem;
  width: 1.75rem;
  position: relative;
}
.avatar-xs .avatar-text {
  font-size: 0.7rem;
}

.avatar-sm {
  height: 2.6875rem;
  width: 2.6875rem;
  position: relative;
}
.avatar-sm .avatar-text {
  font-size: 0.8125rem;
}

.avatar-lg {
  height: 4.25rem;
  width: 4.25rem;
  position: relative;
}
.avatar-lg .avatar-text {
  font-size: 1.25rem;
}

.avatar-xl {
  height: 5.625rem;
  width: 5.625rem;
  position: relative;
}
.avatar-xl .avatar-text {
  font-size: 2rem;
}

.avatar-xxl {
  height: 7rem;
  width: 7rem;
  position: relative;
}
.avatar-xxl .avatar-text {
  font-size: 3rem;
}

.avatar-xxxl {
  width: 8rem;
  height: 8rem;
  position: relative;
}
.avatar-xxxl .avatar-text {
  font-size: 3.5rem;
}

.loading-preloader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 11111;
  background-color: var(--bs-white);
}
.loading-preloader .loading-preloader-in {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-gray-25 {
  background-color: var(--bs-gray-25) !important;
}

.border-gray-25 {
  border-color: var(--bs-gray-25) !important;
}

.bg-gray-50 {
  background-color: var(--bs-gray-50) !important;
}

.border-gray-50 {
  border-color: var(--bs-gray-50) !important;
}

.bg-gray-100 {
  background-color: var(--bs-gray-100) !important;
}

.border-gray-100 {
  border-color: var(--bs-gray-100) !important;
}

.bg-gray-200 {
  background-color: var(--bs-gray-200) !important;
}

.border-gray-200 {
  border-color: var(--bs-gray-200) !important;
}

.bg-gray-300 {
  background-color: var(--bs-gray-300) !important;
}

.border-gray-300 {
  border-color: var(--bs-gray-300) !important;
}

.bg-gray-400 {
  background-color: var(--bs-gray-400) !important;
}

.border-gray-400 {
  border-color: var(--bs-gray-400) !important;
}

.bg-gray-500 {
  background-color: var(--bs-gray-500) !important;
}

.border-gray-500 {
  border-color: var(--bs-gray-500) !important;
}

.bg-gray-600 {
  background-color: var(--bs-gray-600) !important;
}

.border-gray-600 {
  border-color: var(--bs-gray-600) !important;
}

.bg-gray-700 {
  background-color: var(--bs-gray-700) !important;
}

.border-gray-700 {
  border-color: var(--bs-gray-700) !important;
}

.bg-gray-800 {
  background-color: var(--bs-gray-800) !important;
}

.border-gray-800 {
  border-color: var(--bs-gray-800) !important;
}

.bg-gray-900 {
  background-color: var(--bs-gray-900) !important;
}

.border-gray-900 {
  border-color: var(--bs-gray-900) !important;
}

.bg-cover {
  background-size: cover;
}

.bg-contain {
  background-size: contain;
}

.bg-right-center {
  background-position: center right;
}

.bg-bottom-center {
  background-position: bottom center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.bg-center {
  background-position: center;
}

@media (min-width: 992px) {
  .bg-fixed {
    background-attachment: fixed;
  }
}
.bg-dark-gradient {
  background: linear-gradient(356deg, rgba(var(--bs-dark-rgb), 0.5), transparent);
}

.btn .btn-icon:first-child {
  padding-right: 0.5rem;
}
.btn .btn-icon:last-child {
  padding-left: 0.5rem;
}

.btn-shadow:hover, .btn-shadow:focus, .btn-shadow:active, .btn-shadow.active, .btn-shadow.show {
  box-shadow: 0 0.25rem 0.25rem 0.125rem rgba(var(--bs-btn-focus-shadow-rgb), 0.1), 0 0.375rem 0.75rem -0.125rem rgba(var(--bs-btn-focus-shadow-rgb), 0.4);
}

.btn-mode {
  --bs-btn-bg: var(--bs-emphasis-color);
  --bs-btn-color: var(--bs-tertiary-bg);
}
.btn-mode:hover {
  background: var(--bs-primary);
  color: var(--bs-white);
}

.btn-border-mode {
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: var(--bs-gray-300);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-bg: var(--bs-gray-100);
  --bs-btn-active-color:var(--bs-white);
  --bs-btn-active-border-color:transparent;
}
.btn-border-mode.active, .btn-border-mode:focus, .btn-border-mode:active, .btn-border-mode:hover {
  background: var(--bs-primary) !important;
  border-color: transparent !important;
  color: var(--bs-white) !important;
}

.dropdown-toggle:after {
  content: "\f282";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: currentColor;
  font-size: 75%;
  margin-left: 7px;
  border: none;
}

.dropdown-item {
  --bs-dropdown-item-border-radius: 0.25rem;
}

.dropdown-menu {
  box-shadow: var(--bs-dropdown-box-shadow);
}

@media (min-width: 992px) {
  .dropdown-hover .dropdown-menu {
    display: none !important;
    margin: 0;
  }
  .dropdown-hover:hover .dropdown-menu {
    display: block !important;
  }
}
img {
  max-width: 100%;
  height: auto;
}

.section-heading {
  padding-bottom: 2.8rem;
}

.swiper-center-scale .swiper-slide {
  transform: scale(0.85);
  transition: ease all 0.35s;
}
.swiper-center-scale .swiper-slide.swiper-slide-active {
  transform: scale(1);
}

:root {
  --swiper-theme-color: var(--bs-primary);
}

.swiper-arrow-style-01 {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  text-align: center;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  right: 10px;
  transition: ease all 0.35s;
  font-size: 14px;
  width: 30px;
  height: 30px;
  background: var(--bs-body-bg);
  color: var(--bs-body-text);
  border: 1px solid var(--bs-gray-300);
  border-radius: 5px;
}
.swiper-arrow-style-01.swiper-button-disabled {
  opacity: 0.5 !important;
  pointer-events: none;
}
.swiper-arrow-style-01:hover {
  background: var(--bs-primary);
  color: var(--bs-white);
  border-color: var(--bs-primary);
}
.swiper-hover-arrow .swiper-arrow-style-01 {
  opacity: 0;
}
.swiper-hover-arrow:hover .swiper-arrow-style-01 {
  opacity: 1;
}
.swiper-arrow-style-01.swiper-prev {
  right: 46px;
}

.swiper-arrow-style-02 {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: var(--bs-primary);
  border: 2px solid var(--bs-primary);
  color: var(--bs-white);
  z-index: 1;
  text-align: center;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: ease all 0.35s;
  font-size: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.swiper-hover-arrow:hover .swiper-arrow-style-02.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.swiper-arrow-style-02:hover {
  background: var(--bs-dark);
  color: var(--bs-white);
}
.swiper-hover-arrow .swiper-arrow-style-02 {
  opacity: 0;
}
.swiper-hover-arrow:hover .swiper-arrow-style-02 {
  opacity: 1;
}
.swiper-arrow-style-02.swiper-next {
  right: 0;
}
.swiper-arrow-style-02.swiper-prev {
  left: 0;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 1px solid var(--bs-emphasis-color);
  background: transparent;
  opacity: 0.3;
  transition: ease all 0.35s;
  border-radius: 10px;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination .swiper-pagination-bullet:hover {
  background: var(--bs-primary);
  border: 1px solid var(--bs-primary);
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 25px;
}

.swiper.swiper-no-scroll {
  overflow: inherit;
}

.list-menu-01 {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -3px;
  padding: 0;
}
.list-menu-01 a {
  margin: 3px;
  background: var(--bs-gray-100);
  border: 1px solid var(--bs-gray-300);
  color: var(--bs-dark-text);
  padding: 5px 15px;
}
.list-menu-01 a:hover {
  background: var(--bs-primary);
  border: 1px solid var(--bs-primary);
  color: var(--bs-white);
}

.list-menu-02 {
  display: flex;
  max-width: 100%;
  overflow-x: auto;
  list-style: none;
  margin: 0;
  padding: 0 0 10px;
  position: relative;
}
.list-menu-02:after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  border-bottom: 2px solid var(--bs-gray-300);
}
.list-menu-02 li + li {
  margin-left: 30px;
}
.list-menu-02 a {
  color: var(--bs-text-mode);
  display: inline-flex;
  padding-bottom: 5px;
  position: relative;
}
.list-menu-02 a:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  transition: ease all 0.35s;
  width: 0;
  height: 3px;
  margin: auto;
  background: linear-gradient(to right, var(--bs-primary) 0%, var(--bs-secondary) 51%, var(--bs-primary) 100%);
  background-size: 200% auto;
}
.list-menu-02 a.active:after, .list-menu-02 a:hover:after {
  width: 100%;
}

.icon-sm {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 75%;
  line-height: normal;
}

.icon {
  width: 2.2rem;
  height: 2.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1rem;
  line-height: 1;
}

.icon-md {
  width: 2.8rem;
  height: 2.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1;
}

.icon-lg {
  width: 3.5rem;
  height: 3.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1;
}

.icon-xl {
  width: 5rem;
  height: 5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 2.2rem;
  line-height: 1;
}

.text-mode {
  color: var(--bs-text-mode) !important;
}

.blog-article h2,
.blog-article h3,
.blog-article h4,
.blog-article h5 {
  margin-bottom: 1.2rem;
}
.blog-article h2:not(:first-child),
.blog-article h3:not(:first-child),
.blog-article h4:not(:first-child),
.blog-article h5:not(:first-child) {
  margin-top: 1.5rem;
}
.blog-article figure {
  margin: 0.8rem 0 2rem;
}
.blog-article figure + h2,
.blog-article figure + h3,
.blog-article figure + h4,
.blog-article figure + h5 {
  margin-top: 0 !important;
}
.blog-article figure figcaption {
  padding-top: 1rem;
}
.blog-article blockquote {
  margin: 3rem 0;
  position: relative;
  padding-left: 80px;
}
.blog-article blockquote:before {
  content: '"';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 8rem;
  line-height: 0.8em;
  font-weight: 700;
  color: var(--bs-primary);
}
.blog-article blockquote + h2,
.blog-article blockquote + h3,
.blog-article blockquote + h4,
.blog-article blockquote + h5 {
  margin-top: 0 !important;
}

.link-effect {
  background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
  background-size: 0px 1px;
  background-position: 0px calc(100% - 1px);
  background-repeat: no-repeat;
  transition: ease all 0.35s;
}
.link-effect.active, .link-effect:hover {
  background-size: 100% 1px;
}

.ellipsis-line-1 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.ellipsis-line-2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ellipsis-line-3 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.ellipsis-line-4 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.hover-scale .hover-scale-in {
  overflow: hidden;
}
.hover-scale .hover-scale-in img {
  transition: ease all 0.35s;
  transform: scale(1);
}
.hover-scale:hover .hover-scale-in img {
  transform: scale(1.05);
}

.blog-overlay-b {
  overflow: hidden;
  position: relative;
}
.blog-overlay-b:after {
  content: "";
  position: absolute;
  height: 50%;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(180deg, transparent, var(--bs-dark));
  pointer-events: none;
}

.blog-card-ratio .blog-card-ratio-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section {
  padding-top: 4.6875rem;
  padding-bottom: 4.6875rem;
}
@media (min-width: 768px) {
  .section {
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
  }
}
@media (min-width: 992px) {
  .section {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
}
@media (min-width: 1200px) {
  .section {
    padding-top: 8.125rem;
    padding-bottom: 8.125rem;
  }
}

body,
html {
  width: 100%;
  height: 100%;
}

.wrapper {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  min-height: 100%;
  position: relative;
}
.wrapper > main {
  flex: 1 0 auto;
}
.wrapper > * {
  flex: 0 0 auto;
}

.logo .navbar-brand {
  display: flex;
}

.logo-light {
  display: none;
}

[data-bs-theme=dark] .logo-dark {
  display: none;
}
[data-bs-theme=dark] .logo-light {
  display: block;
}

[data-bs-theme=light] .logo-light {
  display: none;
}

@media (max-width: 991.98px) {
  .header-main .navbar-nav {
    --bs-nav-link-padding-y: 0.8rem;
  }
  .header-main .navbar-nav > .nav-item + .nav-item {
    border-top: 1px solid var(--bs-gray-200);
  }
  .header-main .navbar-nav > .nav-item > .nav-link {
    display: flex;
    align-items: center;
  }
  .header-main .navbar-nav > .nav-item > .nav-link:after {
    margin-left: auto;
  }
  .header-main .navbar-nav > .nav-item .dropdown-menu {
    background-color: var(--bs-gray-100);
    margin-bottom: 0.5rem;
    box-shadow: none;
  }
}
.main-header {
  transition: ease top 0.35s;
}
.main-header.headroom--unpinned {
  top: -250px;
}
.main-header.headroom--pinned {
  top: 0;
}

.main-header.headroom--not-top {
  background-color: var(--bs-body-bg);
}
.main-header.headroom--pinned.headroom--not-top {
  box-shadow: 0px 1px 3px rgba(var(--bs-dark-rgb), 0.1), 0px 1px 2px rgba(var(--bs-dark-rgb), 0.06);
}

.header-option-01 .header-top {
  padding-top: 15px;
  padding-bottom: 15px;
}
.header-option-01 .header-search {
  max-width: 300px;
}
.header-option-01 .header-search .header-search-form {
  display: flex;
  position: relative;
}
.header-option-01 .header-search .form-control {
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  padding-left: 42px;
}
.header-option-01 .header-search .search-btn {
  border: none;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
}
.header-option-01 .logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-option-01 .logo img {
  max-height: 60px;
}
.header-option-01 .header-icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-option-01 .header-icons .h-col {
  margin-left: 0.8rem;
  position: relative;
}
.header-option-01 .header-icons .h-icon {
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: none;
  color: var(--bs-dark-text);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  padding: 0;
  position: relative;
  border: 1px solid var(--bs-gray-300);
  border-radius: 0;
}
.header-option-01 .header-icons .h-icon sup {
  position: absolute;
  top: -1px;
  right: 1px;
  background: var(--bs-primary);
  color: var(--bs-white);
  height: 15px;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0 5px;
  border-radius: 30px;
  font-size: 10px;
}
.header-option-01 .header-icons .dropdown-toggle:after {
  display: none;
}
.header-option-01 .header-icons .h-burgur-icon {
  width: 40px;
  height: 40px;
  border-radius: 0;
  padding: 0;
  color: var(--bs-dark-text);
  border: 1px solid var(--bs-gray-300);
}
.header-option-01 .header-icons .h-burgur-icon span {
  width: 50%;
  height: 2px;
  background: currentColor;
  display: inline-block;
  vertical-align: middle;
  box-shadow: 0 -6px 0 0 currentColor, 0 6px 0 0 currentColor;
}
.header-option-01 .navbar {
  --bs-navbar-padding-y: 0;
}
@media (min-width: 992px) {
  .header-option-01 .navbar {
    border-bottom: 1px solid var(--bs-gray-300);
  }
  .header-option-01 .navbar .navbar-nav {
    --bs-nav-link-padding-y: 1rem;
  }
  .header-option-01 .navbar .nav-link {
    text-transform: uppercase;
    font-weight: 500;
    --bs-nav-link-font-size: 0.90em;
    color: var(--bs-dark-text);
  }
}

.footer-logo-light {
  display: none;
}
[data-bs-theme=dark] .footer-logo-light {
  display: block;
}

.footer-logo-dark {
  display: none;
}
[data-bs-theme=light] .footer-logo-dark {
  display: block;
}

.footer-logo img {
  max-height: 60px;
}

.footer {
  color: var(--bs-footer-link-color);
}
.footer .footer-title-01 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 3px;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .footer .footer-title-01 {
    margin-bottom: 20px;
  }
}
.footer .footer-title-02 {
  font-size: 18px;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .footer .footer-title-02 {
    margin-bottom: 20px;
  }
}
.footer .footer-link-01 li + li {
  padding-top: 15px;
}
@media (max-width: 991.98px) {
  .footer .footer-link-01 li + li {
    padding-top: 8px;
  }
}
.footer .footer-link-01 a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: var(--bs-footer-link-color);
}
.footer .footer-link-01 a:hover {
  color: var(--bs-footer-link-color-hover);
}
.footer .footer-link-01 a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  width: 0px;
  height: 1px;
  transition: ease all 0.35s;
  background: currentColor;
}
.footer .footer-link-01 a:hover:after {
  left: 0;
  right: auto;
  width: 100%;
}

/*# sourceMappingURL=style.css.map */
