: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: #000000;
    --bs-primary: #2a5555;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #000000;
    --bs-primary-rgb: 42, 85, 85;
    --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: 0, 0, 0;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 0, 0, 0;
    --bs-body-bg-rgb: 255, 255, 255;
    --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: Inter, sans-serif;
    DM Sans,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica Neue,
    Arial,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol,
    Noto Color Emoji;
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #000000;
    --bs-body-bg: #F7F6F2;
    --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-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #2a5555;
    --bs-link-hover-color: #224444;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    margin: 0;
    font-family: "Inter", sans-serif;
    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: rgba(0, 0, 0, 0);
}

body {
    height: 100%;
    position: relative;
}


/* body:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #2a5555;
  opacity: 0.7;
  z-index: 1;
} */

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: "Tinos", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 700;
    line-height: 1.2;
}

@media (prefers-reduced-motion: no-preference) {
     :root {
        scroll-behavior: smooth;
    }
}

video.bg-video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translateX(-50%) translateY(-50%);
    z-index: 0;
}

.social-icons {
    position: relative;
    z-index: 2;
}

.social-icons .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: 4rem;
    width: 4rem;
    border-radius: 100rem;
}

.m-3 {
    margin: 1rem !important;
}

.btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1.5rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: #000000;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 1px;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 0.375rem;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
}

.btn-check+.btn:hover {
    color: var(--bs-btn-color);
    background-color: var(--bs-btn-bg);
    border-color: var(--bs-btn-border-color);
}

.btn:focus-visible {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-check:focus-visible+.btn {
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-check:checked+.btn,
:not(.btn-check)+.btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color);
}

.btn-check:checked+.btn:focus-visible,
:not(.btn-check)+.btn:active:focus-visible,
.btn:first-child:active:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible {
    box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #2a5555;
    --bs-btn-border-color: #2a5555;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #244848;
    --bs-btn-hover-border-color: #224444;
    --bs-btn-focus-shadow-rgb: 74, 111, 111;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #224444;
    --bs-btn-active-border-color: #204040;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #2a5555;
    --bs-btn-disabled-border-color: #2a5555;
}

.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #6c757d;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5c636a;
    --bs-btn-hover-border-color: #565e64;
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #565e64;
    --bs-btn-active-border-color: #51585e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6c757d;
    --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #157347;
    --bs-btn-hover-border-color: #146c43;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #146c43;
    --bs-btn-active-border-color: #13653f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #198754;
    --bs-btn-disabled-border-color: #198754;
}

.btn-info {
    --bs-btn-color: #000;
    --bs-btn-bg: #0dcaf0;
    --bs-btn-border-color: #0dcaf0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #31d2f2;
    --bs-btn-hover-border-color: #25cff2;
    --bs-btn-focus-shadow-rgb: 11, 172, 204;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #3dd5f3;
    --bs-btn-active-border-color: #25cff2;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #0dcaf0;
    --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
    --bs-btn-color: #000;
    --bs-btn-bg: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffca2c;
    --bs-btn-hover-border-color: #ffc720;
    --bs-btn-focus-shadow-rgb: 217, 164, 6;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffcd39;
    --bs-btn-active-border-color: #ffc720;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ffc107;
    --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
    --bs-btn-color: #fff;
    --bs-btn-bg: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #bb2d3b;
    --bs-btn-hover-border-color: #b02a37;
    --bs-btn-focus-shadow-rgb: 225, 83, 97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b02a37;
    --bs-btn-active-border-color: #a52834;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #dc3545;
    --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
    --bs-btn-color: #000;
    --bs-btn-bg: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #d3d4d5;
    --bs-btn-hover-border-color: #c6c7c8;
    --bs-btn-focus-shadow-rgb: 211, 212, 213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #c6c7c8;
    --bs-btn-active-border-color: #babbbc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f8f9fa;
    --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
    --bs-btn-color: #000;
    --bs-btn-bg: #F8D100;
    --bs-btn-border-color: #F8D100;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #262626;
    --bs-btn-hover-border-color: #1a1a1a;
    --bs-btn-focus-shadow-rgb: 38, 38, 38;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #333333;
    --bs-btn-active-border-color: #1a1a1a;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #000000;
    --bs-btn-disabled-border-color: #000000;
}

.btn-outline-primary {
    --bs-btn-color: #2a5555;
    --bs-btn-border-color: #2a5555;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #2a5555;
    --bs-btn-hover-border-color: #2a5555;
    --bs-btn-focus-shadow-rgb: 42, 85, 85;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #2a5555;
    --bs-btn-active-border-color: #2a5555;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #2a5555;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #2a5555;
    --bs-gradient: none;
}

.btn-outline-secondary {
    --bs-btn-color: #6c757d;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #6c757d;
    --bs-btn-hover-border-color: #6c757d;
    --bs-btn-focus-shadow-rgb: 108, 117, 125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6c757d;
    --bs-btn-active-border-color: #6c757d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #6c757d;
    --bs-gradient: none;
}

.btn-outline-success {
    --bs-btn-color: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #198754;
    --bs-btn-hover-border-color: #198754;
    --bs-btn-focus-shadow-rgb: 25, 135, 84;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #198754;
    --bs-btn-active-border-color: #198754;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #198754;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #198754;
    --bs-gradient: none;
}

.btn-outline-info {
    --bs-btn-color: #0dcaf0;
    --bs-btn-border-color: #0dcaf0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #0dcaf0;
    --bs-btn-hover-border-color: #0dcaf0;
    --bs-btn-focus-shadow-rgb: 13, 202, 240;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #0dcaf0;
    --bs-btn-active-border-color: #0dcaf0;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #0dcaf0;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0dcaf0;
    --bs-gradient: none;
}

.btn-outline-warning {
    --bs-btn-color: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffc107;
    --bs-btn-hover-border-color: #ffc107;
    --bs-btn-focus-shadow-rgb: 255, 193, 7;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffc107;
    --bs-btn-active-border-color: #ffc107;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ffc107;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ffc107;
    --bs-gradient: none;
}

.btn-outline-danger {
    --bs-btn-color: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #dc3545;
    --bs-btn-hover-border-color: #dc3545;
    --bs-btn-focus-shadow-rgb: 220, 53, 69;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #dc3545;
    --bs-btn-active-border-color: #dc3545;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #dc3545;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #dc3545;
    --bs-gradient: none;
}

.btn-outline-light {
    --bs-btn-color: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f8f9fa;
    --bs-btn-hover-border-color: #f8f9fa;
    --bs-btn-focus-shadow-rgb: 248, 249, 250;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f8f9fa;
    --bs-btn-active-border-color: #f8f9fa;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f8f9fa;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f8f9fa;
    --bs-gradient: none;
}

.btn-outline-dark {
    --bs-btn-color: #000000;
    --bs-btn-border-color: #000000;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #000000;
    --bs-btn-hover-border-color: #000000;
    --bs-btn-focus-shadow-rgb: 0, 0, 0;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #000000;
    --bs-btn-active-border-color: #000000;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000000;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #000000;
    --bs-gradient: none;
}

.btn-link {
    --bs-btn-font-weight: 400;
    --bs-btn-color: var(--bs-link-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--bs-link-hover-color);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: var(--bs-link-hover-color);
    --bs-btn-active-border-color: transparent;
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-border-color: transparent;
    --bs-btn-box-shadow: none;
    --bs-btn-focus-shadow-rgb: 74, 111, 111;
    text-decoration: underline;
}

.btn-link:focus-visible {
    color: var(--bs-btn-color);
}

.btn-link:hover {
    color: var(--bs-btn-hover-color);
}

.btn-lg,
.btn-group-lg>.btn {
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1.25rem;
    --bs-btn-border-radius: 0.5rem;
}

.btn-sm,
.btn-group-sm>.btn {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-border-radius: 0.25rem;
}

.masthead {
    position: relative;
    overflow: hidden;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.masthead:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 14, 18, 0.90);
}

.masthead .masthead-content {
    position: relative;
    max-width: 50rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.masthead .masthead-content h1,
.masthead .masthead-content .h1 {
    font-size: 2.5rem;
}

.lh-1 {
    line-height: 1 !important;
}

.fst-italic {
    font-style: italic !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    --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: 992px) {
    .social-icons {
        position: absolute;
        height: 100%;
        top: 0;
        right: 2.5rem;
        width: auto;
    }
    .flex-lg-column {
        flex-direction: column !important;
    }
    .masthead {
        height: 100%;
        width: 75vw;
        min-height: 0;
        padding-bottom: 0;
    }
    .masthead:before {
        transform: skewX(-15deg);
        transform-origin: top right;
    }
    .masthead .masthead-content {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 1rem;
        padding-right: 9rem;
        text-align: center;
    }
    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .masthead .masthead-content h1,
    .masthead .masthead-content .h1 {
        font-size: 4.5rem;
    }
    .masthead .masthead-content p {
        font-size: 1.3rem;
    }
}

@media (min-width: 1200px) {
    .masthead {
        width: 68vw;
    }
    h1,
    .h1 {
        font-size: 2.5rem;
    }
}


/*home page*/

.header-nav {
    position: relative;
    .navbar-light .navbar-brand {
        width: 175px;
        margin-left: 10px;
    }
    .bg-light {
        background: linear-gradient(90deg, rgba(250, 255, 174, 1) 0%, rgba(235, 251, 213, 1) 50%, rgba(219, 246, 255, 1) 100%);
    }
    .navbar-collapse {
        justify-content: right;
        gap: 20px;
    }
    .navbar-light .navbar-nav .nav-link.active {
        /* border: 1px solid #F8D100;
border-width: 0px 0px 5px 0px; */
        font-weight: 600;
    }
    /* .nav-item
{
  display: flex;
} */
    .nav-link {
        font-size: 14px;
        padding: 25px 15px !important;
    }
    .btn-login-reg {
        background: #FFD703;
        font-size: 14px;
        color: #000;
        height: 30px;
        padding: 0px 15px;
        border-radius: 15px 0px 0px 15px;
    }
    .dropdown:hover .dropdown-menu {
        display: block;
        /* margin-top: 0.125em; */
    }
    /* .dropdown-toggle
  {
    border: 1px solid transparent;
        border-width: 0px 0px 5px 0px;
  } */
    .dropdown-menu {
        top: 100%;
        border-radius: 0px;
        padding: 0px;
        margin: 0px;
        border: 1px solid #ffd703;
        border-width: 5px 0px 0px 0px;
        li {
            border: 1px solid rgba(0, 0, 0, 0.2);
            border-width: 0px 0px 1px 0px;
            a.dropdown-item {
                font-size: 14px;
                padding: 12px 20px;
            }
        }
    }
    .dropdown:hover>.dropdown-menu,
    .dropend:hover>.dropdown-menu {
        display: block;
        margin-top: 0em;
        margin-left: 0em;
    }
    .dropdown-item.active,
    .dropdown-item:hover {
        background: #ffd703;
        color: #000;
    }
}

.carousel-info::before {
    content: "";
    background: url("../assets/img/ms-logo-trans.png");
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.carousel-content {
    display: flex;
    justify-content: space-between;
    position: relative;
    .carousel-info {
        display: flex !important;
        justify-content: center;
        flex-direction: column;
        padding: 30px;
        background-color: #057DA3;
        width: 40%;
        position: relative;
        text-align: left;
        h2 {
            color: #fff;
            line-height: 40px;
            font-size: 22px;
        }
        p {
            text-align: justify;
            color: #fff;
            font-size: 14px;
            line-height: 26px;
        }
        .btn-getstarted {
            background: #FFD703;
            font-size: 14px;
            color: #000;
            border: 0px;
            border-radius: 50px;
            padding: 5px 20px;
            text-transform: uppercase;
            width: 150px;
            text-align: center;
        }
    }
    .carousel-img {
        width: 60%;
    }
}

.carousel-slide {
    .carousel-control-prev,
    .carousel-control-next {
        position: absolute;
        top: inherit;
        bottom: 40px;
        z-index: 99;
        width: 45px;
        border: 1px solid #fff;
        border-radius: 50px;
        padding: 2px 0px;
        &:hover {
            background-color: #FFD703;
            border: 1px solid #FFD703;
        }
    }
    .carousel-control-next {
        right: 20px !important;
    }
    .carousel-control-prev {
        right: 205px !important;
        left: inherit;
    }
    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        width: 1.2rem;
        height: 1.2rem;
    }
    .carousel-indicators {
        top: inherit;
        bottom: 18px;
        right: 0px;
        left: inherit;
        margin-right: 80px;
    }
    .carousel-indicators [data-bs-target] {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background-color: rgba(0, 0, 0, 0.9);
    }
    .carousel-indicators {
        .active {
            background-color: #FFD703;
        }
    }
}

h2,
.h2 {
    color: #000;
    line-height: 40px;
    font-size: 22px;
    font-weight: 600;
}

.section-area {
    display: flex;
    justify-content: space-between;
    padding: 0px 60px;
    margin: 40px 0px;
    .announcements,
    .who-are {
        width: 100%;
        padding: 30px;
    }
    .announcements {
        background: url("../assets/img/announcements-bg.png"), linear-gradient(145deg, rgba(255, 215, 3, 0.45) 0%, rgba(5, 125, 163, 0.3) 100%);
        background-repeat: no-repeat;
        background-position: right bottom;
        border-radius: 20px;
        p {
            text-align: justify;
        }
    }
    .who-are {
        padding: 0px 0px 0px 50px;
        h3 {
            margin-bottom: 20px;
        }
        p {
            text-align: justify;
        }
        ul {
            padding: 0px 0px 30px 0px;
            margin: 0px;
            li {
                font-size: 14px;
                padding: 5px 20px 5px 25px;
                margin: 0px;
                list-style: none;
                position: relative;
                &::before {
                    content: "\f14a";
                    position: absolute;
                    font-family: "FontAwesome";
                    font-size: 14px;
                    left: 0px;
                    top: 6px;
                    width: 25px;
                    height: 25px;
                    fill: #057DA3;
                    color: #057DA3;
                }
            }
        }
    }
    .why-publish {
        width: 100%;
        img {
            border-radius: 20px 0px 0px 20px;
        }
    }
}

h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}

h5 {
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
}

p {
    font-size: 14px;
}

button.btn-yellow,
a.btn-yellow {
    background: #FFD703;
    font-size: 14px;
    color: #000;
    border: 0px;
    border-radius: 50px;
    padding: 5px 35px 5px 20px;
    margin: 10px 0px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    display: inline-block;
    text-decoration: none;
}

button.read-more::before,
a.read-more::before {
    content: "\f0da";
    position: absolute;
    font-family: "FontAwesome";
    font-size: 14px;
    right: 10px;
    top: 6px;
    width: 25px;
    height: 25px;
}


/*--------------------------------------------------------------
# Stats Section
--------------------------------------------------------------*/

.stats {
    display: flex;
    position: relative;
    padding: 20px 0;
}

.stats img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.stats:before {
    content: "";
    background: url("../assets/img/group-dot.png");
    position: absolute;
    inset: 0;
    z-index: 2;
}

.stats .container {
    position: relative;
    z-index: 3;
}

.stats .stats-item {
    padding: 20px;
    width: 100%;
}

.stats .stats-item svg {
    width: 40px;
    height: 40px;
    fill: #fff;
}

.stats .stats-item span {
    font-size: 42px;
    display: block;
    color: #fff;
    font-weight: 700;
    line-height: 60px;
}

.stats .stats-item p {
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.vtab-items {
    padding: 0px 0px;
    h2,
    .h2 {
        text-align: center;
        padding: 0px;
        margin: 0px;
    }
    h3,
    .h3 {
        font-size: 14px;
        text-align: center;
        padding: 0px;
        margin: 0px;
    }
}

.vtab-items .align-items-start {
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 0px 30px 30px 0px;
    margin-top: 30px;
}

.vtab-items .nav-link {
    word-break: normal;
    white-space: nowrap;
    text-align: left;
    color: #000;
}

.nav-pills .nav-link {
    border-radius: 0px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-width: 0px 1px 1px 0px;
    font-size: 14px;
    padding: 18px 30px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #F8D100;
    border: 1px solid#F8D100;
    border-width: 0px 1px 1px 0px;
    color: #000;
    position: relative;
    &:before {
        left: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-left-color: #F8D100;
        border-width: 15px;
        margin-top: -15px;
    }
    &:after {
        border-color: rgba(255, 255, 255, 0);
        border-left-color: #F8D100;
        border-width: 15px;
        margin-top: -15px;
    }
}

.tab-details {
    display: flex;
    justify-content: space-between;
    .tab-info {
        padding: 20px;
        width: 100%;
        p {
            text-align: justify;
            font-size: 14px;
            line-height: 24px;
        }
        img {
            border-radius: 0px 20px 20px 0px;
        }
    }
}

.what-we-do {
    display: flex;
    justify-content: space-between;
    padding: 0px 0px;
    margin-top: 30px;
    width: 100%;
    gap: 20px;
    .we-do-card {
        padding: 25px;
    }
    .card {
        width: 100%;
        border-radius: 20px;
        padding: 0px;
        background-color: #fff;
        overflow: hidden;
        &:hover {
            background: linear-gradient(100deg, rgba(255, 215, 3, 0.20) 0%, rgba(5, 125, 163, 0.2) 100%);
            border: 1px solid transparent;
            button.more-details,
            a.more-details {
                background-color: #F8D100;
                border: 1px solid #F8D100;
            }
        }
        .card-body {
            padding: 0px;
        }
    }
    h5 {
        margin: 20px 0px;
    }
    p {
        margin: 15px 0px;
        text-align: justify;
    }
    button.more-details,
    a.more-details {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 1px solid rgba(0, 0, 0, 0.3);
        background-color: #fff;
        position: relative;
        text-decoration: none;
        color: #000;
        display: flex;
        justify-content: center;
        &::before {
            content: "\f061";
            font-family: "FontAwesome";
            width: 16px;
            height: 26px;
            margin: auto;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
        }
        &:hover {
            background-color: #F8D100;
            border: 1px solid #F8D100;
        }
    }
}

.icon-assets {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #057DA3;
    display: flex;
    svg {
        width: 30px;
        height: 30px;
        color: #fff;
        fill: #fff;
        margin: auto;
    }
}

.section-journals {
    display: flex;
    flex-direction: column;
    padding: 0px 60px;
    margin-top: 40px;
    .journals-data {
        padding: 20px 20px 25px 20px;
        h5 {
            margin: 10px 0px;
            font-size: 14px;
            font-weight: 600;
            line-height: 22px;
            min-height: 70px;
        }
    }
    .journals-img {
        display: flex;
        overflow: hidden;
        width: auto;
        max-height: inherit;
        border-radius: 0px 0px 20px 20px;
    }
    .card-body {
        padding: 0px;
    }
}

.testimonials-item {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    /* border-radius: 18px 0px 0px 0px;
  border:1px solid rgba(0, 0, 0, 0.2); */
    .testimonials-img {
        width: 35%;
    }
    .testimonials-data {
        display: flex;
        flex-direction: column;
        padding: 0px 20px 0px 0px;
        width: 65%;
        em {
            font-size: 14px;
            font-style: normal;
            color: rgba(0, 0, 0, 0.7);
        }
        p {
            text-align: justify;
            font-size: 14px;
        }
    }
}

.footer-nav {
    background: url("../assets/img/footer-pattern.png"), rgba(0, 0, 0, 0.8);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top center;
    margin-top: 60px;
    position: relative;
    .copy-right {
        position: absolute;
        display: flex;
        bottom: 0px;
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
        padding: 15px 20px;
        p {
            padding: 0px;
            margin: 0px;
            color: rgba(255, 255, 255, 0.5);
            font-size: 12px;
        }
    }
    .footer-content {
        padding: 20px 60px 100px 60px;
        display: flex;
        justify-content: space-between;
        gap: 60px;
    }
    .footer-menu {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        .follow-up {
            display: flex;
            flex-direction: column;
            ul {
                padding: 0px;
                display: flex;
                justify-content: flex-start;
                gap: 20px;
                li {
                    list-style: none;
                    padding: 0px;
                    svg {
                        font-size: 22px;
                    }
                }
            }
        }
        strong {
            color: #fff;
            font-size: 12px;
            padding: 25px 0px 20px 0px;
        }
        p {
            color: rgba(255, 255, 255, 0.6);
            font-size: 12px;
            text-align: justify;
            padding: 10px 0px;
            margin: 0px;
            line-height: 22px;
        }
        ul {
            padding: 0px 12px;
            margin: 0px;
            li {
                padding: 8px 8px;
                word-break: normal;
                white-space: nowrap;
                color: rgba(255, 255, 255, 0.6);
                font-size: 12px;
                a {
                    text-decoration: none;
                    color: rgba(255, 255, 255, 0.6);
                    font-size: 12px;
                    &:hover {
                        text-decoration: none;
                        color: rgba(255, 255, 255, 1);
                    }
                }
            }
        }
    }
}


/*About Us Page*/

.inner-banner {
    display: flex;
    flex-direction: column;
    height: 350px;
    background-image: url(../assets/img/about-page-title-bg.jpg);
    background-position: center;
    position: relative;
}

.page-title {
    color: #fff;
    background-color: #17283b;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 160px 0 60px 0;
    text-align: center;
    position: relative;
}

.page-title:before {
    content: "";
    background-color: rgba(23, 40, 59, 0.6);
    position: absolute;
    inset: 0;
}

.page-title .container {
    position: relative;
}

.page-title h1 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 10px;
}

.page-title .breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}

.page-title .breadcrumbs ol li a {
    color: #6ddcff;
    text-decoration: none;
    transition: 0.3s;
}

.page-title .breadcrumbs ol li+li::before {
    content: "/";
    display: inline-block;
    padding-right: 10px;
    color: rgba(255, 255, 255, 0.5);
}

.page-title .breadcrumbs ol li+li {
    padding-left: 10px;
}

.about-feature {
    padding: 0px 60px;
    margin: 40px 0px;
}

section.about-us {
    img {
        border-radius: 10px;
    }
    p {
        text-align: justify;
    }
    h3 {
        font-size: 20px;
        font-weight: 600;
        line-height: 30px;
        margin-bottom: 20px;
    }
    h4 {
        font-size: 16px;
        font-weight: 600;
        line-height: 30px;
        margin-bottom: 20px;
    }
    ul {
        padding: 0px 0px 30px 0px;
        margin: 0px;
        li {
            font-size: 14px;
            padding: 5px 20px 5px 25px;
            margin: 0px;
            list-style: none;
            position: relative;
            &::before {
                content: "\f14a";
                position: absolute;
                font-family: "FontAwesome";
                font-size: 14px;
                left: 0px;
                top: 6px;
                width: 25px;
                height: 25px;
                fill: #057DA3;
                color: #057DA3;
            }
        }
    }
}

.contact-us {
    padding: 0px 60px;
    margin: 40px 0px;
}

.contact-us .info-item i {
    background: #057DA3;
    color: #fff;
    font-size: 20px;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    margin-right: 15px;
}

.contact-us .info-item h3 {
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.contact-us .info-item p {
    padding: 0;
    margin-bottom: 0;
    font-size: 14px;
}

.contact-us .info-item+.info-item {
    margin-top: 40px;
}


/*About Us Page*/

section,
.section {
    color: #2b180d;
    padding: 40px 0;
    scroll-margin-top: 100px;
    overflow: clip;
}

.section-title {
    text-align: center;
    padding-bottom: 40px;
    position: relative;
}

.section-title h2 {
    color: #000;
    line-height: 40px;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    padding: 0px;
    margin: 0px;
}


/* 
.section-title h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #057DA3;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
} */

.section-title p {
    margin-bottom: 0;
}

.team {
    padding: 0px 60px;
}

.team .team-member {
    background-color: #fff;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.075);
    border-radius: 5px;
    height: 100%;
}

.team .team-member .member-info {
    padding: 25px 15px;
}

.team .team-member .member-info h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 18px;
}

.team .team-member .member-info span {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #2b180d;
}

.team .team-member .member-img {
    position: relative;
    overflow: hidden;
}

.team .team-member .social {
    position: absolute;
    left: 0;
    bottom: 30px;
    right: 0;
    opacity: 0;
    transition: ease-in-out 0.3s;
    text-align: center;
}

.team .team-member:hover .social {
    opacity: 1;
    bottom: 15px;
}

.team .team-member .social i {
    font-size: 18px;
    line-height: 0;
}

.team .team-member .social a {
    background: #fff;
    color: #2b180d;
    margin: 0 3px;
    border-radius: 4px;
    width: 36px;
    height: 36px;
    transition: ease-in-out 0.3s;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.team .team-member .social a:hover {
    color: #000;
    background: #F8D100;
    ;
}

@media only screen and (max-width: 992px) and (orientation: portrait) {
    .testimonials-item {
        flex-direction: column;
        .testimonials-data,
        .testimonials-img {
            width: 100%;
        }
    }
    .header-nav {
        & .dropdown-menu {
            & li {
                a.dropdown-item {
                    font-size: 14px;
                    padding: 12px 20px;
                    white-space: break-spaces;
                }
            }
        }
    }
    .header-nav {
        .nav-link {
            font-size: 14px;
            padding: 10px 15px !important;
        }
    }
    .section-journals {
        .journals-img {
            display: flex;
            overflow: hidden;
            max-height: inherit;
        }
    }
    .section-area {
        .who-are {
            padding: 30px 20px 0px 10px;
        }
    }
    .what-we-do {
        display: flex;
        justify-content: space-between;
        padding: 0px 0px;
        flex-direction: column;
    }
    .nav-pills .nav-link.active,
    .nav-pills .show>.nav-link {
        &:before {
            display: none;
        }
    }
    .vtab-items {
        padding: 0px 0px;
        .align-items-start {
            border: 1px solid rgba(0, 0, 0, 0.3);
            border-radius: 0px;
            flex-direction: column;
            flex-wrap: nowrap;
        }
        .flex-column {
            flex-direction: row !important;
            flex-wrap: nowrap;
            overflow: scroll;
            width: 99%;
        }
    }
    .tab-details {
        display: flex;
        justify-content: space-between;
        flex-direction: column-reverse;
        /* order: 1; */
    }
    .tab-details {
        .tab-info {
            img {
                border-radius: 20px;
            }
        }
    }
    .section-journals,
    section.about-us,
    .team {
        padding: 0px 20px;
    }
    .section-area {
        flex-direction: column;
        padding: 0px 20px;
        .why-publish {
            width: 100%;
            img {
                border-radius: 20px;
            }
        }
    }
    .carousel-content {
        /* height: 475px; */
        flex-direction: column-reverse;
        height: auto;
    }
    .carousel-content .carousel-info {
        width: 100%;
        padding: 20px 30px 100px 30px;
        height: 450px;
    }
    .carousel-content .carousel-img {
        width: 100%;
    }
    .carousel-control-prev,
    .carousel-control-next {
        bottom: 20px;
    }
    .carousel-control-prev {
        left: 30px !important;
    }
    .carousel-control-next {
        right: 30px !important;
    }
    .carousel-slide {
        .carousel-indicators {
            left: 0;
            bottom: 20px;
            margin-right: 40px;
            gap: 6px;
        }
    }
    .form-login-reg {
        position: absolute;
        top: 23px;
        right: 80px;
        .btn-login-reg {
            border-radius: 50px;
        }
    }
    .footer-nav {
        .footer-content {
            padding: 20px 20px 100px 20px;
            flex-direction: column;
            gap: 10px;
        }
    }
    section.about-us {
        h4 {
            font-size: 16px;
            font-weight: 600;
            line-height: 30px;
            margin: 20px 0px;
        }
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .carousel-content {
        display: flex;
        justify-content: space-between;
        .carousel-info {
            padding: 20px;
        }
    }
}