/*! tailwindcss v2.2.17 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

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

/**
Use a more readable tab size (opinionated).
*/

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button,
[role="button"] {
  cursor: pointer;
}

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */

:-moz-focusring {
  outline: auto;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
  max-width: 100%;
  height: auto;
}

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

/* @tailwind components;
@tailwind utilities;  */

/* font-family: 'Hanken Grotesk', sans-serif;
font-family: 'Open Sans', sans-serif; */

@font-face {
  font-family: 'fontello';

  src: url('../fonts/fontello.eot?86756846');

  src: url('../fonts/fontello.eot?86756846#iefix') format('embedded-opentype'),
       url('../fonts/fontello.woff2?86756846') format('woff2'),
       url('../fonts/fontello.woff?86756846') format('woff'),
       url('../fonts/fontello.ttf?86756846') format('truetype'),
       url('../fonts/fontello.svg?86756846#fontello') format('svg');

  font-weight: normal;

  font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-plus:before { content: '\e800';
}

/* '' */

.icon-minus:before { content: '\e801';
}

/* '' */

.icon-right-big:before { content: '\e802';
}

/* '' */

.icon-twitter:before { content: '\f099';
}

/* '' */

.icon-facebook:before { content: '\f09a';
}

/* '' */

.icon-linkedin:before { content: '\f0e1';
}

/* '' */

.icon-instagram:before { content: '\f16d';
}

/* '' */

.icon-copyright:before { content: '\f1f9';
}

/* '' */

body{
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
}

.text-gray{
  color: #5a7184;
}

.ml-auto{
  margin-left: auto;
}

.title{
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.2px;
  color: #183b56;
}

.subtitle{
  font-size: 1rem;
  line-height: 1.75;
  text-align: center;
  color: #5a7184;
}

.card-link{
  background-color: white;
  border: 1px solid #e5eaf4;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.03);
          box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.03);
  padding: 2.5rem 5rem;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.btn{
  padding: 0 1.5rem;
  font-size: 1rem;
  line-height: 2.875rem;
  border-radius: 0.5rem;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  font-weight: bold;
}

.btn.btn-outline-primary{
    border: 2px solid #1565D8;
  }

.btn.btn-outline-primary:hover{
      background-color: #1565D8;
    }

.btn.btn-primary{
    background-color: #1565D8;
    border-radius: 22px;
  }

.btn.btn-primary:hover{
      background-color: #1565D8;
    }

.btn:focus{
    outline: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

.btn-ic{
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px !important;
  height: 40px !important;
  background-color: rgba(90, 113, 132, 0.1) !important;
  border-radius: 100px;
}

.btn-ic i{
    line-height: normal;
  }

.accordion{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.accordion .accordion-item{
    border-radius: 0.5rem !important;
    -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.03);
            box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.03);
    border: solid 1px #e5eaf4 !important;
    background-color: white;
    overflow: hidden;
    /* margin-bottom: 1rem; */
  }

.accordion .accordion-header{
    border: none;
  }

.accordion .accordion-header:focus-visible{
      border: none;
    }

.accordion .accordion-button{
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: white;
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.2px;
    font-weight: bold;
    color: #183b56;
    padding: 2rem;
  }

.accordion .accordion-button:after{
      content: '\e800';
      font-family: 'fontello';
      background-image: none;
      font-weight: normal;
      height: auto;
      width: auto;
    }

.accordion .accordion-button:not(.collapsed)::after{
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      content: '\e801';
    }

.accordion .accordion-button:not(.collapsed),
        .accordion .accordion-button:hover{
      color: #0c63e4;
    }

.accordion .accordion-button:focus{
      outline: none !important;
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
    }

.accordion .accordion-body{
    /* padding-top: 0; */
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.75rem;
    color: #5a7184;
    font-weight: 500;
    /* padding-left: 1.25rem !important; */
    padding: 0 2rem 1rem 2rem !important;
  }

.navbar{
  background-color: #E6F7FF;
}

.navbar .navbar-brand{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
  }

.navbar .navbar-brand img{
      height: auto;
      max-width: 50px;
    }

.navbar .navbar-brand P{
      color: #3F1563;
      font-weight: bold
    }

.navbar .navbar-nav{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.5rem;
  }

.navbar .navbar-nav .nav-link{
      padding: 0px;
      font-family: "Open Sans", sans-serif;
      font-weight: 600;
      font-size: 1rem;
      color: black;
    }

.header{
  background-color: #E6F7FF;
  padding-top: 5rem;
  padding-bottom: 3.5rem;
}

.header-title{
    font-family: 'Hanken Grotesk', sans-serif;
    font-weight: 700;
    font-size: 3rem;
    line-height: 3.5rem;
    max-width: 600px;
    margin: auto;
    text-align: center;
    color: #183B56;
  }

.header-text{
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 18px;
    line-height: 1.78;
    color: #183B56;
    /* max-width: 600px;
        margin: auto; */
  }

.faq{
  background-color: #F8FBFF;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.faq .accordion{
    max-width: 945px;
    margin: 0 auto;
  }

.question{
  background-color: #F8FBFF;
  padding-bottom: 5rem;
}

.question-text{
    max-width: 440px;
    margin: 0 auto;
  }

.banner{
  padding: 5rem 0;
}

.banner-box{
    background-image: url("../images/banner-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #1565D8;
    border-radius: 1rem;
    padding: 5rem;
  }

.banner-title{
    color: white;
  }

.banner-text{
    color: #9FC0EF;
    max-width: 500px;
  }

.banner-link{
    border-radius: 22px;
  }

/* START FOOTER */

.footer {
  padding-top: 33px;
  padding-bottom: 80px;
}

.footer .footer-brand{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
  }

.footer .footer-brand img{
      height: auto;
      max-width: 50px;
    }

.footer .footer-brand P{
      color: #3F1563;
      font-weight: bold
    }

.footer .footer-widget .description {
      line-height: 28px;
      margin-bottom: 0;
      margin-top: 28px;
    }

.footer .footer-widget h5 {
      font-family: 'Hanken Grotesk', sans-serif;
      font-weight: bold !important;
      font-size: 18px;
      margin-bottom: 32px;
    }

.footer .footer-widget-link li {
    margin-bottom: 24px;
  }

.footer .footer-widget-link li a {
      font-family: 'Hanken Grotesk', sans-serif;
      line-height: normal;
    }

.footer .footer-widget-link li:last-child {
      margin-bottom: 0;
    }

.footer-sosmed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
}

.footer-sosmed li .btn {
      margin-right: 6px;
    }

.footer-sosmed li:last-child .btn {
      margin-right: 0;
    }

.footer-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 96px;
}

.footer-copyright .btn {
    -webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 24px;
  }

.footer-copyright p {
    font-weight: 600 !important;
    margin-bottom: 0;
  }

.footer-white {
  background-color: #fff;
}

.footer-white .footer-widget h5 {
      color: #183b56;
    }

.footer-white .footer-widget .description {
      color: #5a7184;
    }

.footer-white .footer-widget-link li a {
    color: #183b56;
  }

.footer-white .footer-copyright p {
    color: #5a7184;
  }

/* END FOOTER */

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 992px) {
  html{
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .footer-right .footer-widget {
    margin-bottom: 48px;
  }

  .footer-copyright {
    margin-top: 14px;
  }
}

@media screen and (max-width: 768px) {
  .footer {
    padding-top: 33px;
    padding-bottom: 80px;
  }
      .footer .footer-widget .description {
        line-height: 28px;
        margin-bottom: 0;
        margin-top: 28px;
      }
      .footer .footer-widget h5 {
        font-family: 'Hanken Grotesk', sans-serif;
        font-weight: bold !important;
        font-size: 18px;
        margin-bottom: 32px;
      }
    .footer .footer-widget-link li {
      margin-bottom: 24px;
    }
      .footer .footer-widget-link li a {
        font-family: 'Hanken Grotesk', sans-serif;
        line-height: normal;
      }
      .footer .footer-widget-link li:last-child {
        margin-bottom: 0;
      }

  .footer-sosmed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 32px;
  }
      .footer-sosmed li .btn {
        margin-right: 6px;
      }
      .footer-sosmed li:last-child .btn {
        margin-right: 0;
      }

  .footer-copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 96px;
  }
    .footer-copyright .btn {
      -webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.2);
              box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.2);
      margin-bottom: 24px;
    }
    .footer-copyright p {
      font-weight: 600 !important;
      margin-bottom: 0;
    }

  .footer-white {
    background-color: #fff;
  }
      .footer-white .footer-widget h5 {
        color: #183b56;
      }
      .footer-white .footer-widget .description {
        color: #5a7184;
      }
    .footer-white .footer-widget-link li a {
      color: #183b56;
    }
    .footer-white .footer-copyright p {
      color: #5a7184;
    }

  .footer-dark {
    background-color: #0d2436;
  }
      .footer-dark .footer-widget h5, .footer-dark .footer-widget .description {
        color: #5a7184;
      }
    .footer-dark .footer-widget-link li a {
      color: #959ead;
    }
    .footer-dark .footer-copyright p {
      color: #5a7184;
    }
}

@media screen and (max-width: 576px) {
  html{
    font-size: 13px;
  }

  .header{
    padding-top: 3rem;
  }

  .footer .footer-right {
    margin-bottom: 8px;
  }
      .footer .footer-right .footer-widget h5 {
        font-size: 1rem;
      }
      .footer .footer-right .footer-widget li {
        margin-bottom: 15px;
      }
        .footer .footer-right .footer-widget li a {
          font-size: 14px;
        }
}