main{
    padding-top: 170px;
}

.navbar-custom, .navbar-right {
  height: 160px;
}

.logo img {
  height: 150px;
  width: auto;
}

.navigation-box{
    position: relative;
    top: -50px;
}

:root {
  --bs-primary: #2A4979;
  --bs-secondary: #D5722E;
  --bs-body-color: #2A4979;
  --bs-secondary-rgb: 213, 114, 46;
  --bs-primary-rgb: 42, 73, 121;
  --bs-emphasis-color-rgb: 42, 73, 121;
}

.navigation .menuToggle::before {
  box-shadow: 0 10px #2A4979;
}

.navigation .menuToggle::after {
  background: #2A4979;
}
.back-button i {
  color: #2A4979;
}

.modelselectedtag {
    padding-top: 15px;
    margin-top: 0;
    align-self: flex-start;
}

.navigation .userBx .nav_username {
  color: #D5722E;
}
