@charset "UTF-8";
/* CSS Document */
body {
    background-color: #faf8f4;
    font-family: Inter;    color: #566e80}
h1, .h1, h2, .h2, h3, .h3,  h4, .h4, h5, .h5, h6 {
    font-family: Inter;
}
a, .btn-link {
    color: #0d8fff;
    text-decoration: none;
}
a:hover, .btn-link:hover {
    color: #003048;
    text-decoration: none;
}
.header h1 {
    color: #FFF;
}
.bg-primary, .bg-header {
    background-color: #0d8fff!important;
}
.bg-primary-text {
    color: #FFF;
}
.countdown-box {
    background: #0d8fff;
    color: #FFF;
}
.bg-secondary {
    background-color: #003048!important;
}
.bg-secondary-text {
    color: #FFF;
}
.text-primary {
    color: #0d8fff!important;
}
.text-secondary {
    color: #003048!important;
}
.border-primary {
    border-color: #0d8fff!important;
}
.border-secondary {
    border-color: #003048!important;
}
.card i {
    color: #0d8fff}
.nav-link {
    color: #0d8fff;
}
.social-link i:hover {
    color: #0d8fff!important;
}
.nav-link:focus, .nav-link:hover {
    color: rgba(0, 103, 192);
    text-decoration: none;
}
.navbar-toggler {
    color: #0d8fff;
}
.dropdown-item:hover, .dropdown-item:active {
    background: #0d8fff;
    color: #FFF;
    text-decoration: none;
}
.bg-footer {
    background-color: #01233b;
    color: #FFF;
}
.bg-footer a {
    color: #FFF;
}
.bg-footer a:hover {
    color: rgba(0, 0, 0);
    text-decoration: none;
}
#ScrollTopButton {
  color: #FFF;
  background-color: rgba(13,143,255, 0.5);
}
#ScrollTopButton:hover {
  color: #FFF;
  background-color: rgba(0, 103, 192, 0.5);
}
.btn-primary {
    background-color: #0d8fff;
    border-color: #0d8fff;
    color: #FFF}
.btn-primary:hover {
    background-color: rgba(0, 103, 192);
    border-color: rgba(0, 103, 192);
    color: #FFF}
.btn-primary.focus, .btn-primary:focus {
    background-color: rgba(0, 103, 192)!important;
    border-color: rgba(0, 103, 192)!important;
    color: #FFF!important
}
.btn-primary.disabled, .btn-primary:disabled {
    background-color: #0d8fff!important;
    border-color: #0d8fff!important;
    color: #FFF!important
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    background-color: rgba(0, 103, 192)!important;
    border-color: rgba(0, 103, 192)!important;
    color: #FFF!important
}
.btn-secondary {
    background-color: #003048;
    border-color: #003048;
    color: #FFF}
.btn-secondary:hover {
    background-color: rgba(0, 0, 0);
    border-color: rgba(0, 0, 0);
    color: #FFF}
.btn-secondary.focus, .btn-secondary:focus {
    background-color: rgba(0, 0, 0)!important;
    border-color: rgba(0, 0, 0)!important;
    color: #FFF!important
}
.btn-secondary.disabled, .btn-secondary:disabled {
    background-color: #003048!important;
    border-color: #003048!important;
    color: #FFF!important
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle, .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    background-color: rgba(0, 0, 0)!important;
    border-color: rgba(0, 0, 0)!important;
    color: #FFF!important
}
.form-control:focus {
    border: 1px solid #0d8fff;
}
.nav-tabs > li > a,
.nav-tabs.nav-justified > li > a {
    color: #0d8fff;
}
.nav-tabs > li > a:hover,
.nav-tabs.nav-justified > li > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs.nav-justified > li > a:focus {
    color: #0d8fff;
}
.nav-tabs > li > a.active {
    color: #0d8fff;
}
.nav-tabs > li > a.active,
.nav-tabs > li > a.active:focus,
.nav-tabs > li > a.active:hover,
.nav-tabs.nav-justified > li > a.active,
.nav-tabs.nav-justified > li > a.active:hover,
.nav-tabs.nav-justified > li > a.active:focus {  
    border-bottom: 2px solid #0d8fff;
    color: #0d8fff;
}
.about-table i {
    font-size: 22px;
    --fa-primary-color: #003048;
    --fa-secondary-color: #0d8fff;
    --fa-secondary-opacity: 1;
}
.duotone {
    --fa-primary-color: #003048;
    --fa-secondary-color: #0d8fff;
    --fa-secondary-opacity: 1;
}
.list-item {
    color: #0d8fff;
}
.social-btn a {
    color: #0d8fff;
}
.social-btn a:hover {
    color: #003048 !important;
}
.accordion-button:not(.collapsed) {
    color: #0d8fff;
    background-color: rgba(13,143,255, 0.1);
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2301233b'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.page-link {
  color: #FFF!important;
}
.page-link:hover {
  color: #FFF!important;
  background-color: #0d8fff;
  border-color: #0d8fff;
}
.page-item.active .page-link {
  color: #FFF!important;
  background-color: #0d8fff;
  border-color: #0d8fff;
}
.alert-primary {
    color: #0d8fff;
    background-color: rgba(13,143,255, 0.2);
    border-color: rgba(13,143,255, 0.3);
}
.alert-secondary {
    color: #003048;
    background-color: rgba(0,48,72, 0.2);
    border-color: rgba(0,48,72, 0.3);
}
.overlay-primary, .section-overlay-primary::before {
    background-color: rgba(13,143,255, 0.6);
}
.overlay-primary, .section-overlay-primary {
    color: #FFF;
}
.overlay-secondary, .section-overlay-secondary::before {
    background-color: rgba(0,48,72, 0.6);
}
.overlay-secondary, .section-overlay-secondary {
    color: #FFF;
}
.overlay-light, .overlay-light h1, .section-overlay-light {
    color: #0d8fff;
}
.summary i {
    color: #003048;
}
.summary h3 {
    color: #0d8fff;
}
.info_content, .info_content h4 {
  font-family: Inter;
  color: #566e80}
h1 {
	color: #2f465c;
}
.home-banner {
	padding-top: 150px;
  	padding-bottom: 150px;
}
.blur {
	filter: blur(8px);
}
.form-control {
	border-radius: 10px;
  	border: 0;
}
.form-select {
  	border: 0;
}
.signup-form {
	background: #f4f2ec;
}
.hoveranim {
  transition: transform 0.2s ease-in-out;
}
.hoveranim:hover {
  transform: scale(1.05);
}
.hoveranim * {
  pointer-events: none;
}
.social-button {
	color: white;
}
.social-button:hover {
	color: #0d8fff;
  	transition: 0.2s;
}
.home-banner {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;

  clip-path: polygon(
    0 0,
    100% 0,
    100% 88%,
    95% 89.5%,
    90% 91%,
    85% 92.2%,
    80% 93%,
    75% 93.6%,
    70% 93.9%,
    65% 94%,
    60% 93.8%,
    55% 93.3%,
    50% 92.5%,
    45% 91.5%,
    40% 90.5%,
    35% 89.8%,
    30% 89.3%,
    25% 89%,
    20% 89.2%,
    15% 90%,
    10% 91.2%,
    5% 92.5%,
    0 94%
  );
}
.beigebg {
	background: #f4f2ec;
}
.beigebg2 {
	background: #faf8f4;
}
#wavylineabove {
  background-color: #faf8f4;
  height: 100px;
  position: relative;
  overflow: hidden;
}
#wavylineabove::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #f4f2ec;
  clip-path: path('M0,30 C300,90 600,0 900,60 C1200,120 1500,30 1800,60 C2100,70 2400,30 2700,40 C2850,50 3000,30 3000,0 L0,0 Z');
}
#wavylinebelow {
  background-color: #faf8f4;
  height: 99px;
  position: relative;
  overflow: hidden;
}
#wavylinebelow::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #f4f2ec;
  clip-path: path('M0,0 C300,60 600,-30 900,30 C1200,90 1500,0 1800,30 C2100,40 2400,0 2700,10 C2850,20 3000,0 3000,100 L0,100 Z');
}
*.footer-before {
  background-color: #eef1eb;
  height: 99px;
  position: relative;
  overflow: hidden;
}
.footer-before::after {
	  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #003048;
  clip-path: path('M0,0 C300,60 600,-30 900,30 C1200,90 1500,0 1800,30 C2100,40 2400,0 2700,10 C2850,20 3000,0 3000,100 L0,100 Z');
}