#sp-header {
    position: absolute;
    top: auto;
    box-shadow: none;
}
#sp-header.header-sticky {
    top: 0px;
}
.logo {
    margin: 0 auto;
    text-align: center;
}
.logo-image {
    height: 190px;
    margin: 0 auto;
}
#sp-top-bar {
  padding: 50px 0px 0px 0px;
}
@media (width < 992px) {
    #sp-top-bar {
        padding: 30px 0px 0px 0px;
    }
    #sp-header {
      height: 60px!important;
    }
    .logo-image {
        height: 120px!important;
    }
}
@media (width < 768px) {
    #sp-top-bar {
        padding: 20px 0px 0px 0px;
    }
    #sp-header {
      height: 60px!important;
    }
    .logo-image {
        height: 100px!important;
    }
}
.justify-content-end {
    justify-content: center!important;
}
body.ltr #offcanvas-toggler.offcanvas-toggler-right {
  margin-left: 0px;
}
.sp-megamenu-parent > li:last-child > a {
    padding: 0px 15px;
}

.burger-icon > span {
    background-color: #2a3e7b;
}
.offcanvas-menu {
  background: #fff;
}
.sp-megamenu-parent > li > a,
.offcanvas-menu .offcanvas-inner ul.menu > li > a, .offcanvas-menu .offcanvas-inner ul.menu > li > span {
  font-size: 1rem;
  font-weight: 500;
  color: color(from #1e3b4f srgb r g b / 70%);
}

#sp-header a:hover,
#sp-header a:focus,
#sp-header a:focus-within,
.sp-megamenu-parent > li.active > a,
.sp-megamenu-parent > li.active:hover > a,
.offcanvas-menu .offcanvas-inner ul.menu > li a:hover,
.offcanvas-menu .offcanvas-inner ul.menu > li a:focus,
.offcanvas-menu .offcanvas-inner ul.menu > li a:focus-within,
.offcanvas-menu .offcanvas-inner ul.menu > li span:hover,
.offcanvas-menu .offcanvas-inner ul.menu > li span:focus,
.offcanvas-menu .offcanvas-inner ul.menu > li span:focus-within,
.offcanvas-menu .offcanvas-inner ul.menu li.active a {
  color: #1e3b4f;
  opacity:1;
}


body,
.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;
}
b,
strong,
.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: #ffffff;
  text-decoration: none;
  scale: 1;
  transition: 350ms scale ease-in-out;
  padding: 0px;
  margin: 0px;
}
.kbg-link:hover {
  text-decoration: none;
  scale: 1.1;
  color: #ffffff;
}
@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;
}
.kbg-image-link {
  max-width: 250px;
  margin: 0 auto;
  opacity: .5;
  filter: grayscale(1);
  transition: all .3s ease;
  &:hover,
  &:focus,
  &:focus-within {
    filter: grayscale(0);
    opacity: 1;
  }
}



.images-inset-text {
  color: #ffffff;
  margin: -50px auto 0px auto;
  font-weight: 600;
  padding: 0px 5px 0px 0px;
  font-size: 40px;
}

div .images-inset-text {
  position: relative;
  width: fit-content;
}

.images-inset-background {
  background: rgba(0, 0, 0, 0.3);
  margin: 0 auto;
  line-height: 15px!important;
  padding-inline: 3px;
  outline: 1px solid #cccccc;
  border-radius: 200px;
}

.mfp-close {
  font-size: 45px!important;
}
.mfp-close-btn-in .mfp-content .white-popup-block .mfp-close{
  color: #ffffff;  
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: .8;
}

.kbg-highlight-gallery {
    --tn-border-width: 4px;
    --overlay-color: #1e3b4f;
  
    cursor: pointer;
    position: relative;
    z-index: 1;

    &::before,
    &::after {
      content: '';
      position: absolute;
      transition: opacity 200ms ease-in;
    }
    &::before {
        height: 100%;
        background: var(--overlay-color);
        inset: var(--tn-border-width);
        width: calc(100% - calc(var(--tn-border-width) * 2));
        opacity: 0;
    }
    &:hover::before {
        background: var(--overlay-color);
        opacity: .4;
    }
    &::after {
      transition: content 1000ms ease-in;
    }
}

.multiple-images img,
.single-image img {
  outline: 1px solid #ccc;
  border: 4px solid #fff;
}
.multiple-images img {
  box-shadow: 5px 5px 10px 3px rgba(0,0,0,.25);
}
.sp-scroll-up {
  background: #c4ad64;
  opacity: .4;
  &:hover,
  &:focus,
  &:focus-within,
  &:active {
    background: #c4ad64;
    opacity: 1;
  }
}

.kbg-contact-logo img {
  max-width: 60%;
}
@media (width < 768px) {
  .kbg-contact-logo img {
    max-width: 40%;
  }
}
.white-popup-block {
  padding: 0px;
  background: transparent;
}