header .menu-bar .menu-btns .menu-clients {
  display: flex;
  justify-content: center;
  align-items: center;
}
header {
  z-index: 120;
  position: absolute;
  left: 0;
  right: 0;
  height: 110px;
  transition: all 0.3s ease-in-out;
}
header .menu-logo--sticky {
  display: none;
  max-width: 210px;
}
header.header--sticky {
  background-color: white;
  position: fixed;
  height: 140px;
  box-shadow: 0px -9px 20px 5px #000;
}
header.header--sticky .menu-logo {
  display: none;
}
header.header--sticky .menu-logo--sticky {
  display: block;
}
header.header--sticky .menu-bar nav > ul > li > a {
  color: #2a5a96;
}
header.header--sticky .kook-btn.border-white {
  color: #2a5a96;
  border-color: #2a5a96;
}
header.header--sticky .kook-btn.border-white:hover {
  color: white;
  background-image: linear-gradient(to right, #2464ac 0%, #009cd8 100%);
  transition: all 0.3s ease-in-out;
}
header.header--sticky .menu-bar .menu-btns .menu-clients {
  background: linear-gradient(to right, #2464ac 0%, #009cd8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
header.header--sticky .menu-bar nav > ul > li:hover > a:after {
  background-color: #2a5a96;
}
header.header--sticky .menu-bar nav > ul li.current_page_item a:after, header.header--sticky .menu-bar nav > ul li.current_page_ancestor a:after {
  background-color: #2a5a96;
}
header > .container {
  position: static;
  display: flex;
  margin-top: 25px;
  padding: 0;
}
header .menu-logo {
  width: 215px;
}
@media screen and (max-width: 1024px) {
  header .menu-logo {
    margin-left: 20px;
    width: 175px;
  }
}
header .menu-bar {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: auto;
  font-size: 15px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  header .menu-bar.menu-opened .menu-btns {
    display: flex;
    margin-left: 0;
  }
}
header .menu-bar .menu-btns {
  display: flex;
  margin-left: auto;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  header .menu-bar .menu-btns {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  header .menu-bar .menu-btns {
    order: 1;
    position: relative;
    flex-direction: column;
    border-top: 1px solid #206ab1;
    padding-top: 10px;
    color: #206ab1;
  }
  header .menu-bar .menu-btns:before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    right: 0;
    margin: auto;
    width: 50px;
    height: 4px;
    background-color: #206ab1;
  }
}
header .menu-bar .menu-btns .menu-clients {
  height: 40px;
  color: white;
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  header .menu-bar .menu-btns .menu-clients {
    color: #206ab1;
  }
}
header .menu-bar .menu-btns .menu-clients:hover {
  opacity: 1;
}
header .menu-bar .menu-btns .menu-clients i.fa {
  margin-right: 5px;
}
header .menu-bar .menu-btns .kook-btn {
  margin-left: 35px;
}
@media screen and (max-width: 1024px) {
  header .menu-bar .menu-btns .kook-btn {
    align-self: center;
    margin: 10px 0;
    border-color: #206ab1;
    color: #206ab1;
  }
}
/*# sourceMappingURL=header.css.map */