﻿h2 {
  color: red;
}

.nav-bar {
  background-color: #ffffff !important;
  width: 100% !important;
  display: flex;
  justify-content: center;
  height: 65px !important;
}
.nav-bar .navbar-nav {
  padding-left: 218px !important;
  width: 50% !important;
  padding-left: 0 !important;
  position: relative;
  left: 350px;
}
.nav-bar .navbar-nav .dropdown {
  display: flex !important;
  align-items: center !important;
}

#header .menu .dropdown-menu {
  left: 78% !important;
}

.navbar {
  width: 100% !important;
}

.logo img {
  height: 58px !important;
}

.navbar-light .navbar-nav .nav-link.active {
  color: #fff !important;
}

.navbar-light .navbar-nav .nav-link {
  color: #333 !important;
  display: flex !important;
  align-items: center !important;
}

.logo .text h2 {
  color: #0276b0 !important;
}

.logo .text h2:last-child {
  color: #50b3e6 !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  background-color: #0276b0 !important;
  color: #fff !important;
  transition: 0.3s ease !important;
}

/* Responsive */
@media (max-width: 1440px) {
  .nav-bar .navbar-nav {
    left: 300px !important;
  }
  .nav-bar .navbar-nav .nav-link {
    font-size: 13px !important;
  }
  #header .menu .dropdown-menu {
    left: 70% !important;
  }
}
