.navbar .nav-item a {
  letter-spacing: 1px;
  outline: none; 
  color: #fff;
  line-height: 1;
  font-family: MullerBold;
  text-decoration:none;
  font-size: 14px;
  font-weight: 700;
  /* -webkit-transition: .25s ease;
  transition: .25s ease; */
}

@font-face {
  font-family: "Muller";
  src: url("./webfonts/Muller-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "MullerBold";
  src: url("./webfonts_new/MullerBG-Bold.ttf") format("truetype");
  font-weight: bold;
}


@font-face {
  font-family: "Muller";
  src: url("./webfonts/Muller-Bold.ttf") format("truetype");
  font-weight: bold;
}

@font-face {
  font-family: "Muller";
  src: url("./webfonts/MullerBG-RegularItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Muller";
  src: url("./webfonts_new/MullerBG-Regular.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "MullerExtraBold";
  src: url("./webfonts_new/MullerBG-ExtraBold.ttf") format("truetype");
  font-weight: bold;
}

@font-face {
  font-family: "MullerItalic";
  src: url("./webfonts_new/MullerBG-MediumItalic.ttf") format("truetype");
  font-style: italic;
}
@font-face {
  font-family: "MullerLightt";
  src: url("./webfonts_new/MullerBG-Light.ttf") format("truetype");
}

@font-face {
  font-family: "MullerMedium";
  src: url("./webfonts_new/MullerBG-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "MullerHeavy";
  src: url("./webfonts_new/MullerBG-Heavy.ttf") format("truetype");
}
@font-face {
  font-family: "MullerThin";
  src: url("./webfonts_new/MullerBG-Thin.ttf") format("truetype");
}

/* @font-face {
  font-family: "MullerLight";
  src: url("./webfonts_new/MullerBG-ThinItalic.ttf") format("truetype");
} */

 

@font-face {
  font-family: "MullerUltraLight";
  src: url("webfonts_new/MullerBG-Ultra-Light.ttf") format("truetype");
}


.header-gradient .navbar ul li ul,.nav-white ul li ul  {
  opacity: 0;
  visibility: hidden;
}

