@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
:root, [data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13,110,253;
  --bs-secondary-rgb: 108,117,125;
  --bs-success-rgb: 25,135,84;
  --bs-info-rgb: 13,202,240;
  --bs-warning-rgb: 255,193,7;
  --bs-danger-rgb: 220,53,69;
  --bs-light-rgb: 248,249,250;
  --bs-dark-rgb: 33,37,41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255,255,255;
  --bs-black-rgb: 0,0,0;
  --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33,37,41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255,255,255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0,0,0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33,37,41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233,236,239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33,37,41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248,249,250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13,110,253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10,88,202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545 ;
}

.ic-section-space {
  padding: 120px 0px;
}
@media only screen and (max-width: 1440px) {
  .ic-section-space {
    padding: 80px 0px;
  }
}
@media only screen and (max-width: 1366px) {
  .ic-section-space {
    padding: 60px 0px;
  }
}

.ic-section-space-top {
  padding-top: 120px;
}
@media only screen and (max-width: 1440px) {
  .ic-section-space-top {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 1366px) {
  .ic-section-space-top {
    padding-top: 60px;
  }
}

.ic-section-space-bottom {
  padding-bottom: 120px;
}
@media only screen and (max-width: 1440px) {
  .ic-section-space-bottom {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1366px) {
  .ic-section-space-bottom {
    padding-bottom: 60px;
  }
}

.ic-section-header-space {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1440px) {
  .ic-section-header-space {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 1366px) {
  .ic-section-header-space {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 1280px) {
  .ic-section-header-space {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-section-header-space {
    margin-bottom: 25px;
  }
}

.ic-content-space {
  margin-bottom: 30px;
}

.ic-content-space-small {
  margin-bottom: 18px;
}

.ic-content-space-extra-small {
  margin-bottom: 15px;
}

.mb-2 {
  margin-bottom: 2px;
}

.mt-2 {
  margin-top: 2px;
}

.pt-2 {
  padding-top: 2px;
}

.pb-2 {
  padding-bottom: 2px;
}

.mb-4 {
  margin-bottom: 4px;
}

.mt-4 {
  margin-top: 4px;
}

.pt-4 {
  padding-top: 4px;
}

.pb-4 {
  padding-bottom: 4px;
}

.mb-6 {
  margin-bottom: 6px;
}

.mt-6 {
  margin-top: 6px;
}

.pt-6 {
  padding-top: 6px;
}

.pb-6 {
  padding-bottom: 6px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mt-8 {
  margin-top: 8px;
}

.pt-8 {
  padding-top: 8px;
}

.pb-8 {
  padding-bottom: 8px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mt-10 {
  margin-top: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mt-12 {
  margin-top: 12px;
}

.pt-12 {
  padding-top: 12px;
}

.pb-12 {
  padding-bottom: 12px;
}

.mb-14 {
  margin-bottom: 14px;
}

.mt-14 {
  margin-top: 14px;
}

.pt-14 {
  padding-top: 14px;
}

.pb-14 {
  padding-bottom: 14px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mt-16 {
  margin-top: 16px;
}

.pt-16 {
  padding-top: 16px;
}

.pb-16 {
  padding-bottom: 16px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mt-24 {
  margin-top: 24px;
}

.pt-24 {
  padding-top: 24px;
}

.pb-24 {
  padding-bottom: 24px;
}

.mb-28 {
  margin-bottom: 28px;
}

.mt-28 {
  margin-top: 28px;
}

.pt-28 {
  padding-top: 28px;
}

.pb-28 {
  padding-bottom: 28px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mt-32 {
  margin-top: 32px;
}

.pt-32 {
  padding-top: 32px;
}

.pb-32 {
  padding-bottom: 32px;
}

.mb-36 {
  margin-bottom: 36px;
}

.mt-36 {
  margin-top: 36px;
}

.pt-36 {
  padding-top: 36px;
}

.pb-36 {
  padding-bottom: 36px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-40 {
  margin-top: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.mb-44 {
  margin-bottom: 44px;
}

.mt-44 {
  margin-top: 44px;
}

.pt-44 {
  padding-top: 44px;
}

.pb-44 {
  padding-bottom: 44px;
}

.mb-48 {
  margin-bottom: 48px;
}

.mt-48 {
  margin-top: 48px;
}

.pt-48 {
  padding-top: 48px;
}

.pb-48 {
  padding-bottom: 48px;
}

.mb-56 {
  margin-bottom: 56px;
}

.mt-56 {
  margin-top: 56px;
}

.pt-56 {
  padding-top: 56px;
}

.pb-56 {
  padding-bottom: 56px;
}

.mb-64 {
  margin-bottom: 64px;
}

.mt-64 {
  margin-top: 64px;
}

.pt-64 {
  padding-top: 64px;
}

.pb-64 {
  padding-bottom: 64px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mt-80 {
  margin-top: 80px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.mb-96 {
  margin-bottom: 96px;
}

.mt-96 {
  margin-top: 96px;
}

.pt-96 {
  padding-top: 96px;
}

.pb-96 {
  padding-bottom: 96px;
}

.mb-112 {
  margin-bottom: 112px;
}

.mt-112 {
  margin-top: 112px;
}

.pt-112 {
  padding-top: 112px;
}

.pb-112 {
  padding-bottom: 112px;
}

.mb-128 {
  margin-bottom: 128px;
}

.mt-128 {
  margin-top: 128px;
}

.pt-128 {
  padding-top: 128px;
}

.pb-128 {
  padding-bottom: 128px;
}

.mb-144 {
  margin-bottom: 144px;
}

.mt-144 {
  margin-top: 144px;
}

.pt-144 {
  padding-top: 144px;
}

.pb-144 {
  padding-bottom: 144px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mt-160 {
  margin-top: 160px;
}

.pt-160 {
  padding-top: 160px;
}

.pb-160 {
  padding-bottom: 160px;
}

.mb-176 {
  margin-bottom: 176px;
}

.mt-176 {
  margin-top: 176px;
}

.pt-176 {
  padding-top: 176px;
}

.pb-176 {
  padding-bottom: 176px;
}

.mb-192 {
  margin-bottom: 192px;
}

.mt-192 {
  margin-top: 192px;
}

.pt-192 {
  padding-top: 192px;
}

.pb-192 {
  padding-bottom: 192px;
}

.mb-208 {
  margin-bottom: 208px;
}

.mt-208 {
  margin-top: 208px;
}

.pt-208 {
  padding-top: 208px;
}

.pb-208 {
  padding-bottom: 208px;
}

.mb-224 {
  margin-bottom: 224px;
}

.mt-224 {
  margin-top: 224px;
}

.pt-224 {
  padding-top: 224px;
}

.pb-224 {
  padding-bottom: 224px;
}

.mb-240 {
  margin-bottom: 240px;
}

.mt-240 {
  margin-top: 240px;
}

.pt-240 {
  padding-top: 240px;
}

.pb-240 {
  padding-bottom: 240px;
}

.mb-256 {
  margin-bottom: 256px;
}

.mt-256 {
  margin-top: 256px;
}

.pt-256 {
  padding-top: 256px;
}

.pb-256 {
  padding-bottom: 256px;
}

.mb-288 {
  margin-bottom: 288px;
}

.mt-288 {
  margin-top: 288px;
}

.pt-288 {
  padding-top: 288px;
}

.pb-288 {
  padding-bottom: 288px;
}

.mb-320 {
  margin-bottom: 320px;
}

.mt-320 {
  margin-top: 320px;
}

.pt-320 {
  padding-top: 320px;
}

.pb-320 {
  padding-bottom: 320px;
}

.mb-352 {
  margin-bottom: 352px;
}

.mt-352 {
  margin-top: 352px;
}

.pt-352 {
  padding-top: 352px;
}

.pb-352 {
  padding-bottom: 352px;
}

.mb-384 {
  margin-bottom: 384px;
}

.mt-384 {
  margin-top: 384px;
}

.pt-384 {
  padding-top: 384px;
}

.pb-384 {
  padding-bottom: 384px;
}

@media only screen and (max-width: 1199.98px) {
  .pt-240 {
    padding-top: 190px;
  }
}
@media only screen and (max-width: 991.98px) {
  .pt-240 {
    padding-top: 150px;
  }
}
@media only screen and (max-width: 767.98px) {
  .pt-240 {
    padding-top: 120px;
  }
}

.pb-112 {
  padding-bottom: 112px;
}
@media only screen and (max-width: 1440px) {
  .pb-112 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1366px) {
  .pb-112 {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 1280px) {
  .pb-112 {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 991.98px) {
  .pb-112 {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 575.98px) {
  .pb-112 {
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 1650px) {
  .pt-64 {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .pt-64 {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 575.98px) {
  .pt-64 {
    padding-top: 24px;
  }
}

.pb-48 {
  padding-bottom: 48px;
}
@media only screen and (max-width: 1399.98px) {
  .pb-48 {
    padding-bottom: 45px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .pb-48 {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 991.98px) {
  .pb-48 {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .pb-48 {
    padding-bottom: 22px;
  }
}

.pb-44 {
  padding-bottom: 44px;
}
@media only screen and (max-width: 1650px) {
  .pb-44 {
    padding-bottom: 38px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .pb-44 {
    padding-bottom: 32px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .pb-44 {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .pb-44 {
    padding-bottom: 28px;
  }
}
@media only screen and (max-width: 767.98px) {
  .pb-44 {
    padding-bottom: 20px;
  }
}

.pb-40 {
  padding-bottom: 40px;
}
@media only screen and (max-width: 1650px) {
  .pb-40 {
    padding-bottom: 35px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .pb-40 {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .pb-40 {
    padding-bottom: 28px;
  }
}
@media only screen and (max-width: 767.98px) {
  .pb-40 {
    padding-bottom: 24px;
  }
}
@media only screen and (max-width: 575.98px) {
  .pb-40 {
    padding-bottom: 22px;
  }
}

.pb-24 {
  padding-bottom: 24px;
}
@media only screen and (max-width: 1650px) {
  .pb-24 {
    padding-bottom: 19px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .pb-24 {
    padding-bottom: 18px;
  }
}
@media only screen and (max-width: 991.98px) {
  .pb-24 {
    padding-bottom: 17px;
  }
}
@media only screen and (max-width: 767.98px) {
  .pb-24 {
    padding-bottom: 16px;
  }
}
@media only screen and (max-width: 575.98px) {
  .pb-24 {
    padding-bottom: 14px;
  }
}

.pb-20 {
  padding-bottom: 20px;
}
@media only screen and (max-width: 1650px) {
  .pb-20 {
    padding-bottom: 19px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .pb-20 {
    padding-bottom: 18px;
  }
}
@media only screen and (max-width: 991.98px) {
  .pb-20 {
    padding-bottom: 17px;
  }
}
@media only screen and (max-width: 767.98px) {
  .pb-20 {
    padding-bottom: 16px;
  }
}
@media only screen and (max-width: 575.98px) {
  .pb-20 {
    padding-bottom: 14px;
  }
}

.mt-fixed-30 {
  margin-top: 30px;
}

@media only screen and (max-width: 991.98px) {
  .mb-28 {
    margin-bottom: 13px;
  }
}
@media only screen and (max-width: 1650px) {
  .mb-28 {
    padding-bottom: 22px;
  }
}
@media only screen and (max-width: 767.98px) {
  .mb-28 {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .mb-28 {
    padding-bottom: 18px;
  }
}

.mb-64 {
  margin-bottom: 64px;
}
@media only screen and (max-width: 1650px) {
  .mb-64 {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .mb-64 {
    margin-bottom: 55px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .mb-64 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 991.98px) {
  .mb-64 {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 767.98px) {
  .mb-64 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 575.98px) {
  .mb-64 {
    margin-bottom: 30px;
  }
}

.mb-60 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1399.98px) {
  .mb-60 {
    margin-bottom: 55px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .mb-60 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 991.98px) {
  .mb-60 {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 767.98px) {
  .mb-60 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 575.98px) {
  .mb-60 {
    margin-bottom: 30px;
  }
}

.mb-56 {
  margin-bottom: 56px;
}
@media only screen and (max-width: 1399.98px) {
  .mb-56 {
    margin-bottom: 52px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .mb-56 {
    margin-bottom: 48px;
  }
}
@media only screen and (max-width: 991.98px) {
  .mb-56 {
    margin-bottom: 42px;
  }
}
@media only screen and (max-width: 767.98px) {
  .mb-56 {
    margin-bottom: 38px;
  }
}
@media only screen and (max-width: 575.98px) {
  .mb-56 {
    margin-bottom: 30px;
  }
}

.mb-50 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1399.98px) {
  .mb-50 {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .mb-50 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 991.98px) {
  .mb-50 {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 767.98px) {
  .mb-50 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 575.98px) {
  .mb-50 {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1399.98px) {
  .mb-40 {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .mb-40 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .mb-40 {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767.98px) {
  .mb-40 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .mb-40 {
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 991.98px) {
  .mb-24 {
    margin-bottom: 12px;
  }
}

@media only screen and (max-width: 575.98px) {
  .mb-20 {
    margin-bottom: 12px;
  }
}

.mb-18 {
  margin-bottom: 18px;
}

@media only screen and (max-width: 575.98px) {
  .mb-10 {
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 1399.98px) {
  .pt-96 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .pt-96 {
    padding-top: 60px;
  }
}

@media only screen and (max-width: 575.98px) {
  .mb-16 {
    margin-bottom: 8px;
  }
}

@media only screen and (max-width: 575.98px) {
  .mb-18 {
    margin-bottom: 8px;
  }
}

.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-weight: 400;
  overflow-x: hidden;
  font-family: "Inter", sans-serif;
}
body::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-track {
  background-color: #333;
  border-radius: 5px;
}
body::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #6b70ff 0%, #0bb0ee 100%);
  border-radius: 5px;
}

h1, h1 span,
h2,
h2 span,
h3,
h3 span,
h4,
h4 span,
h5,
h5 span,
h6,
h6 span,
p {
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

button {
  border: 0;
  outline: 0;
}
button:focus {
  border: none;
  outline: none;
  box-shadow: 0px 0px 0px;
}

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

li {
  list-style: none;
}

input,
textarea {
  width: 100%;
  border: none;
  outline: none;
}
input:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

.container {
  padding: 0;
}
@media only screen and (max-width: 575.98px) {
  .container {
    padding: 0 15px;
  }
}

/**Font Size & Font Family**/
h1, h1 span,
h2,
h2 span,
h3,
h3 span,
h4,
h4 span,
h5,
h5 span,
h6,
h6 span {
  margin: 0px;
  text-transform: capitalize;
}

h1, h1 span {
  font-size: 60px;
  line-height: 70px;
}
@media only screen and (max-width: 1650px) {
  h1, h1 span {
    font-size: 50px;
    line-height: normal;
  }
}
@media only screen and (max-width: 1399.98px) {
  h1, h1 span {
    font-size: 45px;
  }
}
@media only screen and (max-width: 1199.98px) {
  h1, h1 span {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991.98px) {
  h1, h1 span {
    font-size: 35px;
  }
}
@media only screen and (max-width: 767.98px) {
  h1, h1 span {
    font-size: 32px;
  }
}
h2, h2 span {
  font-size: 48px;
  line-height: 60px;
}
@media only screen and (max-width: 1399.98px) {
  h2, h2 span {
    font-size: 40px;
    line-height: 58px;
  }
}
@media only screen and (max-width: 1199.98px) {
  h2, h2 span {
    font-size: 38px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 991.98px) {
  h2, h2 span {
    font-size: 32px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 767.98px) {
  h2, h2 span {
    font-size: 29px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 575.98px) {
  h2, h2 span {
    font-size: 26px;
    line-height: 38px;
  }
}
h3, h3 span {
  font-size: 28px;
  line-height: 40px;
}
@media only screen and (max-width: 1650px) {
  h3, h3 span {
    font-size: 27px;
    line-height: normal;
  }
}
@media only screen and (max-width: 1399.98px) {
  h3, h3 span {
    font-size: 26px;
    line-height: normal;
  }
}
@media only screen and (max-width: 1199.98px) {
  h3, h3 span {
    font-size: 22px;
  }
}
@media only screen and (max-width: 991.98px) {
  h3, h3 span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  h3, h3 span {
    font-size: 19px;
  }
}
@media only screen and (max-width: 575.98px) {
  h3, h3 span {
    font-size: 18px;
  }
}
h4, h4 span {
  font-size: 24px;
  line-height: 32px;
}
@media only screen and (max-width: 1199.98px) {
  h4, h4 span {
    font-size: 18px;
    line-height: 30px;
  }
}
h5, h5 span {
  font-size: 22px;
  line-height: 32px;
}
@media only screen and (max-width: 1399.98px) {
  h5, h5 span {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 1399.98px) {
  h5, h5 span {
    font-size: 18px;
    line-height: 30px;
  }
}
h6, h6 span {
  font-size: 18px;
  line-height: 28px;
}
@media only screen and (max-width: 575.98px) {
  h6, h6 span {
    font-size: 16px;
    line-height: 26px;
  }
}
.text-btn-lg {
  font-size: 18px;
  line-height: 32px;
}
@media only screen and (max-width: 1399.98px) {
  .text-btn-lg {
    font-size: 17px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .text-btn-lg {
    font-size: 17px;
  }
}
@media only screen and (max-width: 991.98px) {
  .text-btn-lg {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .text-btn-lg {
    font-size: 15px;
  }
}
@media only screen and (max-width: 575.98px) {
  .text-btn-lg {
    line-height: 24px;
  }
}

.text-btn-md {
  font-size: 16px;
  line-height: 26px;
}

.text-body-lg {
  font-size: 20px;
  line-height: 32px;
}
@media only screen and (max-width: 1650px) {
  .text-body-lg {
    font-size: 19px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .text-body-lg {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .text-body-lg {
    font-size: 17px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 991.98px) {
  .text-body-lg {
    font-size: 16px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 991.98px) {
  .text-body-lg {
    font-size: 16px;
  }
}

.text-body-md {
  font-size: 18px;
  line-height: 32px;
}
@media only screen and (max-width: 1440px) {
  .text-body-md {
    font-size: 16px;
    line-height: 28px;
  }
}

.text-body-sm {
  font-size: 14px;
  line-height: 22px;
}

p,
a,
span,
label,
li {
  font-size: 16px;
  line-height: 150%;
}

.body-2 {
  font-size: 14px;
  line-height: 140%;
}

.body-3 {
  font-size: 12px;
  line-height: 140%;
}

.ms_navbar {
  box-shadow: 0px 30px 60px 10px rgba(14, 54, 101, 0.06);
  background-color: #fff;
}
@media only screen and (max-width: 991.98px) {
  .ms_navbar {
    padding: 10px 0;
  }
}
.ms_navbar .ms_navbar_nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ms_navbar .ms_navbar_nav .ms_logos img {
  max-width: 200px;
}
@media only screen and (max-width: 1199.98px) {
  .ms_navbar .ms_navbar_nav .ms_logos img {
    max-width: 170px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ms_navbar .ms_navbar_nav .ms_logos img {
    max-width: 125px;
  }
}
.ms_navbar .ms_navbar_nav .ms_mobile_device_ul .ms_mobile_sidebar_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ms_navbar .ms_navbar_nav .ms_mobile_device_ul .ms_mobile_sidebar_close i {
  color: #fff;
  font-size: 22px;
}
@media only screen and (max-width: 991.98px) {
  .ms_navbar .ms_navbar_nav .ms_mobile_device_ul {
    position: fixed;
    left: 0;
    top: 0;
    width: 300px;
    height: 100%;
    background-color: #fff;
    padding: 20px;
    gap: 0px;
    z-index: 92;
    transform: translateX(-100%);
    transition: all linear 0.3s;
  }
  .ms_navbar .ms_navbar_nav .ms_mobile_device_ul.active {
    transform: translateX(0);
  }
  .ms_navbar .ms_navbar_nav .ms_mobile_device_ul .ms_navbar_nav_ul {
    flex-direction: column;
    flex-wrap: nowrap;
    padding-top: 30px;
    gap: 8px;
  }
}
.ms_navbar .ms_navbar_nav .ms_navbar_nav_ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.ms_navbar .ms_navbar_nav .ms_navbar_nav_ul .ms_nav_item {
  list-style: none;
  padding: 22px 0;
  position: relative;
}
.ms_navbar .ms_navbar_nav .ms_navbar_nav_ul .ms_nav_item a {
  transition: 0.3s;
  color: #262626;
  position: relative;
  display: inline-block;
}
@media (min-width: 992px) {
  .ms_navbar .ms_navbar_nav .ms_navbar_nav_ul .ms_nav_item a::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--bs-primary);
    transition: 0.3s;
  }
}
.ms_navbar .ms_navbar_nav .ms_navbar_nav_ul .ms_nav_item a.active {
  color: var(--bs-primary);
}
.ms_navbar .ms_navbar_nav .ms_navbar_nav_ul .ms_nav_item a.active::after {
  width: 100%;
}
.ms_navbar .ms_navbar_nav .ms_navbar_nav_ul .ms_nav_item a:hover {
  color: var(--bs-primary);
}
.ms_navbar .ms_navbar_nav .ms_navbar_nav_ul .ms_nav_item a:hover::after {
  width: 100%;
}
@media only screen and (max-width: 991.98px) {
  .ms_navbar .ms_navbar_nav .ms_navbar_nav_ul .ms_nav_item {
    padding: 10px 0;
  }
}
.ms_navbar .ms_navbar_nav .ms_nav_right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 20px;
}
.ms_navbar .ms_navbar_nav .ms_nav_right .ms_bars {
  width: 44px;
  height: 44px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: linear-gradient(90deg, #6b70ff -9.61%, #0bb0ee 97.2%);
  flex-direction: column;
  gap: 4px;
  padding: 0 13px;
  display: none;
}
@media only screen and (max-width: 991.98px) {
  .ms_navbar .ms_navbar_nav .ms_nav_right .ms_bars {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.ms_navbar .ms_navbar_nav .ms_nav_right .ms_bars span {
  width: 17px;
  height: 2px;
  background-color: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  transition: all linear 0.3s;
}
.ms_navbar .ms_navbar_nav .ms_nav_right .ms_bars span:nth-child(2) {
  width: 10px;
}
.ms_navbar .ms_navbar_nav .ms_nav_right .ms_bars.active span:nth-child(1) {
  transform: translateY(6px) rotate(-45deg);
}
.ms_navbar .ms_navbar_nav .ms_nav_right .ms_bars.active span:nth-child(2) {
  transform: translateX(-10px);
  opacity: 0;
}
.ms_navbar .ms_navbar_nav .ms_nav_right .ms_bars.active span:nth-child(3) {
  transform: translateY(-6px) rotate(45deg);
}

.social-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.social-logo a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #3890fe;
}
@media only screen and (max-width: 575.98px) {
  .social-logo a {
    width: 30px;
    height: 30px;
  }
}
.social-logo a i {
  color: #fff;
  font-size: 18px;
}
@media only screen and (max-width: 575.98px) {
  .social-logo a i {
    font-size: 16px;
  }
}

.ms_overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 91;
  display: none;
}
.ms_overlay.active {
  display: block;
}

.ms_footer {
  background-color: #2E3192;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.ms_footer_link ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 50px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 575.98px) {
  .ms_footer_link ul {
    gap: 20px;
  }
}
.ms_footer_link ul li a {
  color: var(--bs-white);
}

.ms_footer .social-logo {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-top: 30px;
}

.contact-info {
  padding: 40px;
  background-color: #f5f5f5;
  border-radius: 10px;
}
.contact-info ul {
  padding-top: 30px;
}
.contact-info ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.contact-info ul li:not(:last-child) {
  margin-bottom: 20px;
}
.contact-info ul li i {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: var(--bs-blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--bs-white);
  flex: 0 0 auto;
}

.star {
  display: flex;
}
.star i {
  font-size: 17px;
  color: #f1c917;
}

.select-row {
  display: flex;
  gap: 24px;
  align-items: end;
  justify-content: center;
}
@media only screen and (max-width: 767.98px) {
  .select-row {
    flex-wrap: wrap;
  }
}
.select-row .select-left {
  width: calc(30% - 24px);
}
@media only screen and (max-width: 767.98px) {
  .select-row .select-left {
    width: calc(36% - 24px);
  }
}
@media only screen and (max-width: 575.98px) {
  .select-row .select-left {
    width: calc(50% - 24px);
  }
}
@media only screen and (max-width: 767.98px) {
  .select-row .select-middle {
    width: calc(36% - 24px);
  }
}
@media only screen and (max-width: 575.98px) {
  .select-row .select-middle {
    width: calc(50% - 24px);
  }
}

.ms-styled {
  border-radius: 5px;
}
.ms-styled img {
  border-radius: 5px;
}

.ms_service_card {
  webkit-box-shadow: 0 10px 10px 3px rgba(0, 0, 0, 0.04);
  box-shadow: 0 10px 10px 3px rgba(0, 0, 0, 0.04);
  padding: 10px;
  border-radius: 8px;
}
.ms_service_card img {
  border-radius: 8px;
}
.ms_service_card h6, .ms_service_card h6 span, h6 .ms_service_card span {
  font-weight: 600;
  padding-top: 10px;
}
@media only screen and (max-width: 991.98px) {
  .ms_service_card h6, .ms_service_card h6 span, h6 .ms_service_card span {
    font-size: 16px;
    line-height: 24px;
  }
}

body table.dataTable {
  width: 100% !important;
  margin: 0 auto;
  border-spacing: 0;
}

.dt-layout-row .dt-start label {
  color: transparent;
}
.dt-layout-row .dt-end .dt-search label {
  color: transparent;
}
.dt-layout-row .dt-end .dt-search .dt-input {
  width: 300px;
}

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