/*
*   Custom styles
*/
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
/* Customer SCSS styles */
.logo {
  display: inline-block; }
  .logo-text {
    display: none;
    font-family: 'Red Hat Display', sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 1; }
  .logo-img {
    max-width: 100%; }

.site-header {
  background: #fff;
  padding: 15px 0;
  box-shadow: 0 0 20px #00000029; }

.site-header__nav > li {
  padding: 0 35px; }
  @media (max-width: 991px) {
    .site-header__nav > li {
      padding: 0;
      margin-top: 15px; } }
  .site-header__nav > li > a {
    color: #05282e;
    display: block;
    font-family: Barlow, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    padding: 5px 0;
    position: relative; }
    .site-header__nav > li > a::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 0;
      border-bottom: 2px solid #05282e;
      transition: all 0.3s;
      transform: translateX(-50%); }
    .site-header__nav > li > a:hover::after {
      width: 100%; }

.site-header__languages {
  position: relative;
  font-family: Barlow,sans-serif; }
  .site-header__languages > a {
    color: #05282e;
    font-family: Barlow,sans-serif; }
  .site-header__languages .dropdown-menu {
    min-width: 52px;
    text-align: center; }
    .site-header__languages .dropdown-menu a {
      color: #05282e; }
      .site-header__languages .dropdown-menu a:hover {
        text-decoration: underline; }

.hambBox {
  top: 20px; }

/* Customer SCSS styles - END*/
/* Customer CSS styles */
/* Customer CSS styles - END */


