/* grid breakpoints */
/* grid containers */
/* links */
/* cards */
/* tables */
/* breadcrumbs */
/* navs */
/* modals */
/* progress */
/* options */
/* dropdowns */
@import 'https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css';
.fixed-search.fixed-top {
  z-index: 1070; }

.knm-alert-wrapper-header-sticky {
  position: sticky;
  top: 0;
  z-index: 1070; }

.alert.knm-alert {
  border-radius: 0;
  max-width: 100vw;
  overflow: hidden;
  text-align: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  border-width: 0; }
  body.show-nav .alert.knm-alert {
    z-index: initial; }
  .alert.knm-alert p {
    margin: .5rem 0; }
  .alert.knm-alert.header_sticky {
    z-index: 1031;
    margin-bottom: 0; }
  .alert.knm-alert.inside_megamenu_before {
    margin-top: -1.5rem; }
  .alert.knm-alert.inside_megamenu_after {
    margin-bottom: -1.5rem; }
  @media (max-width: 767.98px) {
    .alert.knm-alert.alert-marquee {
      display: flex;
      justify-content: center; }
      .alert.knm-alert.alert-marquee .alert-content {
        display: flex;
        animation: marquee 10s linear infinite forwards;
        width: auto;
        height: 1.5; }
        .alert.knm-alert.alert-marquee .alert-content, .alert.knm-alert.alert-marquee .alert-content * {
          white-space: nowrap; }
        .alert.knm-alert.alert-marquee .alert-content:hover .marquee:hover {
          animation-play-state: paused; } }

.knm-modal.fade {
  opacity: 1; }

.knm-modal.fade .modal-dialog {
  transform: translate(0); }

.knm-modal.knm-alert-close-style-inline .modal-header .close {
  transform: none;
  border-radius: 0;
  width: 2.5rem;
  height: 2.5rem;
  right: 0 !important;
  top: 0;
  background-color: rgba(0, 0, 0, 0.15); }
  .knm-modal.knm-alert-close-style-inline .modal-header .close:hover {
    background-color: rgba(0, 0, 0, 0.7); }

.modal.show.knm-modal {
  margin: 0 auto;
  z-index: 1071; }
  .modal.show.knm-modal .modal-content .modal-header {
    padding: 0;
    position: relative;
    z-index: 3; }
  .modal.show.knm-modal .modal-content .modal-body {
    position: relative;
    overflow: hidden; }
  .modal.show.knm-modal .modal-content .modal-body-inner {
    padding: 30px;
    position: relative !important;
    z-index: 2; }
  .modal.show.knm-modal .modal-content .bg-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 1; }

body.knm-alert-pos-copyright_before #footer #copyright {
  margin-top: 0; }

body.knm-alert-pos-copyright_before .knm-alert.copyright_before {
  margin-top: 1rem; }

body.knm-alert-pos-copyright_before #footer #copyright {
  margin-top: 0; }

body.knm-alert-pos-copyright_before .knm-alert.copyright_before {
  margin-top: 1rem; }

@keyframes marquee {
  0% {
    transform: translateX(100%); }
  100% {
    transform: translateX(-100%); } }

/*# sourceMappingURL=layout_base.css.map */
