
.top-header{
  padding: 10px 0px;
  background: #418cdd;
}

.top-header a{
  color: #ffffff;
}

nav .brand img {
  display: inline-block;
  vertical-align: top;
}

.text-logo {
 display: inline-block;
 text-align: center;
}

nav .brand .text-logo h1 {
 font-size: 30px;
 line-height: 34px;
 margin-left: 15px;
 margin-bottom: 0px;
 margin-top: 10px;
}
nav .brand .text-logo h2 {
 font-size: 16px;
 line-height: 24px;
 margin-left: 15px;
 margin-bottom: 0px;
 position: relative;
}

nav .brand .text-logo h2 span {
  background: #ffffff;
  padding: 0 5px;
}

nav .brand .text-logo h2:before {
  content: '';
  background: #dee2e6;
  width: 100%;
  height: 1px;
  content: '';
  position: absolute;
  top: 50%;
  left: 0%;
  z-index: -1;
}




.dropdown-menu {

  border-radius: 0rem;
}


@media (min-width: 992px) {
  .core-nav .dropdown>.dropdown-menu>li>a {
   padding: 5px 10px;
   font-size: 14px;
   background: #233678;
   border-bottom: solid 1px #3d5198;
   color: #ffffff;
 }
 .core-nav .dropdown>.dropdown-menu>li>a:hover {

   background: #ffa200;
   border-bottom: solid 1px #3d5198;
 }
}

.brand-mb{
  display: block;
  position: relative;
  top: 5px;
}

.brand-mb img {
  display: inline-block;
  vertical-align: top;
  width: 70px;
}
.brand-mb .text-logo h1 {
  font-size: 30px;
  line-height: 34px;
  margin-left: 15px;
  margin-bottom: 0px;
  margin-top: 10px;
}

.brand-mb .text-logo h2 span {
  background: #ffffff;
  padding: 0 5px;
}
.brand-mb .text-logo h2 {
  font-size: 16px;
  line-height: 24px;
  margin-left: 15px;
  margin-bottom: 0px;
  position: relative;
}
.brand-mb .text-logo h2:before {
  content: '';
  background: #dee2e6;
  width: 100%;
  height: 1px;
  content: '';
  position: absolute;
  top: 50%;
  left: 0%;
  z-index: -1;
}
@media (max-width: 1500px) {

  nav .menu li a {
   
    padding: 30px 15px;
   
    font-size: 16px;
  }
}

@media (max-width: 1300px) {

  nav .menu li a {

    
    padding: 30px 10px;
   
    font-size: 18px;
  }

}
@media (max-width: 1200px) {

.core-nav .nav-header {
    display: block;
    position: relative;
    z-index: 2;
    text-align: center;
}
.core-nav .wrap-core-nav-list.right {
    text-align: center;
}
}


@media (max-width: 992px) {



}








