* {
  font-family: "Poppins", sans-serif !important;
}
:root {
  --ec-primary-dark: #31499c;
  --ec-primary: #4b98f0;
  --ec-primary-light: #e5f2fd;
  --ec-accent-dark: #f07310;
  --ec-accent: #f4c838;
  --ec-accent-light: #fdf8e2;
  --ec-text-primary: #1b1c1d;
  --ec-text-secondary: #6d6e70;
  --ec-divider: #d9dadc;
  --ec-surface: #ffffff;
  --ec-surface-2: #f8f9fb;
}
.primary {
  background-color: var(--ec-primary);
}
.accent {
  background-color: var(--ec-accent);
}
.text-primary{
  color: var(--ec-text-primary) !important;
}
.text-primary-dark{
  color: var(--ec-primary-dark);
}
.text-secondary {
  color: var(--ec-text-secondary) !important;
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
h1 {
  font-size: 48px;
  font-weight: 300;
  line-height: 72px;
  letter-spacing: -0.015em;
}
h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 52px;
}
h4 {
  font-size: 28px;
  font-weight: 500;
  line-height: 42px;
  letter-spacing: 0.0025em;
}
h5 {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}
h6 {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.0015em;
}
.subtitle-one {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.0015em;
}
.body-two {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.0025em;
}
.display-four {
  font-size: 56px;
  font-weight: 700;
  line-height: 67.2px;
  letter-spacing: -0.005em;
}
.dropdown-menu.show {
  width:250px !important;
}
.dropdown-item:focus, .dropdown-item:hover {
  background-color: var(--ec-surface-2) !important;
}
.hero-overlay {
  position: relative;
  padding: 150px 0 100px 0;
  background-size: cover;
  background-position: 50% 50%;
  background-blend-mode: soft-light;
  background-color: rgba(75, 152, 240, 2);
}
footer .advert{
  background: url('../images/check-normal.png') 0 0 no-repeat, url('../images/check-invert.png') 100% 100px  no-repeat;
  background-size: cover;
  background-color: var(--ec-surface-2)
}
