ul.primary-menu {
  display: flex;
  list-style: none;
  align-items: center;
  padding: 0px;
  margin: 0px;
}

body {
  position: relative;
	margin: 0;
	background: #ffffff;
	color: #000000;
}

header.site-header {
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 9;
}

.main-header{
  background-color: #ffffff;
  color: #252443;
  position: absolute;
  z-index: 99;
  transition: all 0.2s linear;
  border-bottom: 1px solid #252443;
  width: 100%;
}


@media (min-width: 992px) { 
  .main-header{
    background-color: #ffffff;
    color: #252443;
    position: absolute;
    z-index: 99;
    padding: 0px 30px;
    transition: all 0.2s linear;
    border-bottom: 1px solid #252443;
    width: 100%;
  }

 }

/* Style the header */
  
  /* Page content */
  .content {
    padding: 16px;
  }
  
  /* The sticky class is added to the header with JS when it reaches its scroll position */
  .sticky {
    position: fixed;
    z-index: 99999;
    top: 0;
    width: 100%;
  }
  
  /* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
  .sticky + .content {
    padding-top: 102px;
  }

  a.topbar-link {
      padding: 0px 10px;
      border-right: 1px solid #252443;
      font-size: 14px;
  }

  /* nav */

 div.mobile-nav a.nav-link {
    color: #252443;
    transition: all 0.3s ease;
    text-decoration: none;
    padding: 7px 0px 7px 0px;
    margin: 0px;
  }
  
  
  div.mobile-nav a.nav-link:hover {
    background-color:#252443;
    color: #ffffff;
  }
  
  div.mobile-nav a.nav-link.active {
    background-color:#252443;
    color: #ffffff;
  }


a.nav-link {
  color: #252443;
  transition: all 0.3s ease;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
}

li.registration-button a.nav-link{
  background-color: #252443;
  margin-top: 6px;
  padding-top: 10px!important;
  padding-bottom: 10px!important;
  border-radius: 5px;
  color: #ffffff!important;
  font-weight: bold;
  border: 1px solid #252443;
}

li.registration-button a.nav-link:hover{
  background-color: #ffffff!important;
  border-radius: 5px;
  color: #252443!important;
  font-weight: bold;
  border: 1px solid #252443;
}

a.nav-link {
  margin-left: 15px;
  text-align: center;
}


a.nav-link:hover {
  background-color:#252443;
  color: #ffffff;
}

a.nav-link.active {
  background-color:#252443;
  color: #ffffff;
}

.navbar {
  padding-top: 0px;
  padding-bottom: 0px;
}

.dropdown-toggle::after {
  transition: transform 0.15s linear; 
}

.show.dropdown .dropdown-toggle::after {
 transform: translateY(3px);
}

.dropdown-menu {
 margin-top: 0;
}

div.topbar-wrap{
   display:flex;
   flex-wrap:nowrap;
   justify-content: flex-end;
   padding-top: 5px;
   padding-bottom: 5px;
  color: #ffffff;
  background-color: #252443;
   
}

a.topbar-link {
   color: #c6c6c6;
}


nav.navbar {
   padding-top:0px;
   padding-bottom:0px;
}

ul.dropdown-menu {
   border-radius: 0px;
}


ul.dropdown-menu {
  padding: 0px;
}

a.dropdown-item {
  color: #252443;
  padding: 15px 25px
}

a.dropdown-item:hover {
  color: #fff;
  background-color: #252443;
}

/* end nav */
div.top-bar-mobile-links {
  margin-right: 20px;
}

a.top-bar-mobile-social-icon {
  margin-left: 20px;
  text-decoration: none;
  color: #393939;
}

div.top-bar-mobile {
  background-color: #ffffff;
  padding: 10px 0px;
  display: flex;
  align-items: center;
  width: 100%;
}


div.top-bar {
  background-color: #393939;
  text-align: right;
  color: rgba(255, 255, 255, .7);
  padding-right: 40px;
  padding: 10px 40px 10px 0px;
  line-height: 0px;
  z-index: 999;
}

a.top-bar-social-icon {
  font-size: 16px;
  text-decoration: none;
  margin-left: 20px;
  color: rgba(255, 255, 255, .7);
}

a.top-bar-social-text {
  font-size: 14px;
  text-decoration: none;
  margin-left: 20px;
  color: rgba(255, 255, 255, .7);
}

a.footer-social-icon {
  font-size: 20px;
  text-decoration: none;
  margin-right: 20px;
  color: rgba(255, 255, 255, .7);
}

a.footer-social-text {
  font-size: 20px;
  text-decoration: none;
  margin-right: 20px;
  color: rgba(255, 255, 255, .7);
}

div.mobile-nav {
  display: flex;
  width: 100%;
}

div.mobile-nav-link {
  width: 25%;
  text-align: center;
  border: 1px solid #252443;
}

.desktop-nav {
  display: flex;
 
  align-items: center;
}