/* navbar-header */
body .navbar-header {
  background     : transparent;
  backdrop-filter: blur(4px);
  box-shadow     : 0px 0px 12px 0px #1c413494;
}

body .navbar-header * {
  color: #34495e;
}

body .navbar-header {
  background     : transparent;
  backdrop-filter: blur(4px);
  box-shadow     : 0px 0px 12px 0px #1c413494;
}

body .navbar-header * {
  color: #1b576b;
}

/* menu text */
.menu,
.horizontal-menu a,
.menu a {
  color: #34495e;
}

.bg-menu-theme .menu-inner>.menu-item.active:before {
  background-color: #34495e;
}

.bg-menu-theme .menu-inner>.menu-item.active>.menu-link {
  color           : #34495e;
  background-color: #eeffe08a;
}

aside .submenu :before {
  background-color: #020a20;
  border          : 1px solid #283763;
}

aside .submenu :after {
  border-left: 2px dotted #8b8b8b;
}

/* body */
body {
  background-image: url("../../../img/bg-3.png?v=1");
  background-size : 22px;
}

body::before {
  content        : "";
  position       : absolute;
  left           : 0;
  right          : 0;
  top            : -70px;
  bottom         : 0;
  backdrop-filter: blur(3px);
  z-index        : -1;
}

body>.body {
  padding-bottom: 70px;
}

footer {
  background-color: #52616f;
  position        : relative;
}

footer .row {
  position: relative;
  top     : 0;
  bottom  : 0;
  left    : 0;
  right   : 0;
}

footer .con {
  min-height     : calc(100% - 28px);
  margin-top     : 10px;
  justify-content: end;
}

footer .logo {
  background-size    : 100% auto;
  background-repeat  : no-repeat;
  background-position: center;
  min-width          : 215px;
}

footer .copyright {
  font-size: 11px;
  color    : white;
}

footer .links ul {
  list-style-type: none;
}

footer .links {
  max-width: max-content;
  padding  : 0 8px;
}

footer .links ul li a:hover {
  text-decoration: underline !important;
}

@media only screen and (min-width: 320px) and (max-width: 800px) {

  footer .con .links-con,
  footer .con {
    flex-direction: column !important;
  }

  footer .logo {
    min-height: 315px !important;
  }
}