:root {
  --primary-color: #4348E6;
  --spacing-unit: 1rem;
  --font-size-base: 16px;
  --dark-font-color: #475467;
  --light-font-color: #D0D5DD;
}

.black {
  color: #000000 !important;
}

.white {
  color: #FFFFFF !important;
}

.lit-fnt {
  color: var(--light-font-color) !important;
}

.drk-fnt {
  color: var(--dark-font-color) !important;
}

.fnt_600 {
  font-weight: 600 !important;
}

body {
  font-family:"IBM Plex Sans", sans-serif !important;
  background-color: #f2f4f7;
}

h5 {
  font-size: 1.5rem;
  line-height: 150%;
}

p {
  font-family: "IBM Plex Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.drk-head {
  background: rgb(14 23 37);
  padding: 18px 0;
}

.max-1280 {
  max-width: 1280px;
  width: 100%;
}

.fnt_20 {
  font-size: 1.3rem !important;
  line-height: 150% !important;
}

a.footer_link {
  color: #475467;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.fnt_14 {
  font-size: 14px !important;
  line-height: 150% !important;
}

.title_fnt {
    font-size: 20px;
    line-height: 140%;
}

.logo-section img {
    filter: grayscale(1);
}

a {
  text-decoration: none !important;
}

.prime_button {
  display: inline-block;
  padding: 8px 20px;
  background: #4348E6;
  color: #FFF;
  text-align: center;
  font-family: "IBM Plex Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  text-decoration: none !important;
}

.dark_bg_section {
    display: flex;
    padding: 20px 16px;
    align-items: center;
    align-self: stretch;
    background-color: #101828;
}

.prime_button:hover {
  background: #EAEBF7;
  color: #4348E6;
}

.hero {
  background-image: url("../images/header.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 900px;
  position:relative;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.heading-font {
    color: #FFFFFF;
    font-size: clamp(3rem, 6vw, 5.5rem);
    text-align: center;
}

.sub_head {
  color: #FFF;
  text-align: center;
  font-weight: 400;
  max-width: 700px;
  width: 100%;
}

.max-230 {
  max-width: 230px;
  width: 100%;
}

.max-260 {
  max-width: 260px;
  width: 100%;
}

.max-420 {
  max-width: 420px;
  width: 100%;
}

.grey_bg {
  background-color: #e4e7ec !important;
}

.pad-to-btm-80 {
  padding-top: clamp(3rem, 4.3vw, 4.3rem);
  padding-bottom: clamp(3rem, 4.3vw, 4.3rem);
}

.pad-to-btm-120 {
  padding-top: clamp(6rem, 5vw, 12rem);
  padding-bottom: clamp(6rem, 5vw, 12rem);
}

.margin-btm-120 {
  margin-bottom: clamp(6rem, 5vw, 12rem);
}

.lower-head {
    color: #000;
    font-family: "IBM Plex Sans";
    font-size: 2rem;
    font-weight: 600;
    line-height: 120%;
}

.circ_num span {
    padding: 4px 12px;
    border-radius: 160px;
    background: #EAEBF7;
    display: inline-block;
    color: #4348E6;
}

/* Off Canvas */

.offcanvas.offcanvas-end {
    width: 540px;
}

.offcanvas-header {
    justify-content: flex-end;
}

.offcanvas-body {
    max-width: 450px;
    margin: auto;
}

.title-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-bottom: 32px;
}

.title-head h5 {
    font-size: 28px;
    line-height: 150%;
}

.title-head p.sub-text {
    color: #475467;
    font-size: 14px;
    line-height: 125%;
}

.offcanvas.offcanvas-end label.form-label {
    font-size: 14px;
    line-height: 125%;
}

.offcanvas.offcanvas-end input.form-control {
    font-size: 14px;
    line-height: 125%;
    border-radius: 2px;
    padding: 12px;
}

label.form-check-label {
    font-size: 14px;
    line-height: 125%;
}

button.prime_button {
    border: 1px solid #4348E6;
}