#sp-header {
    position: absolute;
    top: auto;
    box-shadow: none;
}
#sp-header.header-sticky {
    top: 0px;
}
.logo {
    margin: 0 auto;
    text-align: center;
}
.justify-content-end {
  justify-content: center!important;
}
.sp-megamenu-parent > li:last-child > a {
  padding: 0px 15px;
}
/* #sp-top2 .d-flex {display: block!important;}
*/
@media (max-width: 576px) {
    #sp-header {
        height: 70px!important;
    }
   .logo-image {
        height: 50px!important;
     }
     .logo-image-phone {
        height: 50px!important;
        margin-top: 8px;
     }
}

@media (min-width: 577px) and (max-width: 992px) {
    #sp-header {
      height: 80px!important;
    }
    .logo-image {
        height: 60px!important;
    }
   .logo-image-phone {
        height: 60px!important;
        margin-top: 15px;
   }
}
.burger-icon > span {
    background-color: #2a3e7b;
}
.offcanvas-menu {
  background: #fff;
}
.offcanvas-menu .offcanvas-inner ul.menu > li > a, .offcanvas-menu .offcanvas-inner ul.menu > li > span {
  font-size: 1rem;
  font-weight: 400;
  color: #009cde;
}

.montserrat-text {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.font-100 {
  font-weight: 100;
}
.font-200 {
  font-weight: 200;
}
.font-300 {
  font-weight: 300;
}
.font-400 {
  font-weight: 400;
}
.font-500 {
  font-weight: 500;
}
.font-600 {
  font-weight: 600;
}
.font-700 {
  font-weight: 700;
}
.font-800 {
  font-weight: 800;
}
.font-900 {
  font-weight: 900;
}
.kbg-link {
  font-size: 24px!important;
  text-transform: uppercase;
  color: #045baa;
  text-decoration: none;
  scale: 1;
  transition: 350ms;
  padding: 0px;
  margin: 0px;
}
.kbg-link:hover {
  text-decoration: none;
  scale: 1.1;
}
@media (width < 991px) {
  .kbg-link {
    font-size: 22px!important;
  }
}
@media (width < 768px) {
  .kbg-link {
    font-size: 20px!important;
  }
}

#sp-page-builder .page-content .sppb-section:first-child {margin-top: 80px;}
@media (max-width: 991px) {
#sp-page-builder .page-content .sppb-section:first-child {margin-top: 60px;}
}

.sppb-panel-title {
  font-size: 3rem;
  font-weight: 400;
  font-family: "Open Sans";
}
#login-form ul.unstyled {
  display: none;
}
.login-button {
  border-radius: 200px;
  padding: 5px 40px;
  color: #2a3e7b;
  border: 2px solid #2a3e7b;
  background: transparent;
}
.login-button:hover,
.login-button:active,
.login-button:focus {
  background: #2a3e7b;
  color: #81cdbd;
  border: 2px solid #2a3e7b;
}

/* Start CSS code for animated glow frame */
.promo-vid {
  height: 12vw;
  aspect-ratio: 1.667 / 1;
  background-image: url("/images/2023/03/27/promo-vid-image.webp");
  background-color: var(--border-clr-1);
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 0px;
  position: relative;
}

@media (max-width: 767px){
  .promo-vid {
    height: 24vw;
  }
}

.promo-vid::before,
.promo-vid::after {
  content: "";
  position: absolute;
  inset: -.2vw;
  z-index: -1;
  background: conic-gradient(
  from var(--gradient-angle),
  var(--border-clr-3),
  var(--border-clr-4),
  var(--border-clr-2),
  var(--border-clr-4),
  var(--border-clr-3));
  border-radius: inherit;
  animation: rotation 7s linear infinite;
}

.promo-vid::after {
  filter: blur(1.5vw);
}

@keyframes rotation {
  0% { --gradient-angle: 0deg; }
  100% { --gradient-angle: 360deg; }
}
/* End CSS code for animated glow frame */