@font-face {
  font-family: Nunito-Bold;
  src: url(../fonts/Nunito-Bold.ttf);
}

@font-face {
  font-family: Nunito-BlackItalic;
  src: url(../fonts/Nunito-BlackItalic.ttf);
}

@font-face {
  font-family: Nunito-Black;
  src: url(../fonts/Nunito-Black.ttf);
}

@font-face {
  font-family: Nunito-Regular;
  src: url(../fonts/Nunito-Regular.ttf);
}

@font-face {
  font-family: Nunito-SemiBoldItalic;
  src: url(../fonts/Nunito-SemiBoldItalic.ttf);
}

@font-face {
  font-family: OpenSans-SemiBold;
  src: url(../fonts/OpenSans-SemiBold.ttf);
}

@font-face {
  font-family: OpenSans-ExtraBold;
  src: url(../fonts/OpenSans-ExtraBold.ttf);
}

@font-face {
  font-family: OpenSans-Regular;
  src: url(../fonts/OpenSans-Regular.ttf);
}

@font-face {
  font-family: OpenSans-Light;
  src: url(../fonts/OpenSans-Light.ttf);
}

h1,h2,h3,h4,h5,h6{
    font-family: Nunito-Black;
    color: #667674;
}

small, span, strong{
    font-family: Nunito-BlackItalic;
    color: #000000;
	
}

p{
    font-family: Nunito-BlackItalic;
    color: #667674;

}

label {
    color: #000000;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
    color: #000000;
}

.bmd-form-group label {
    color: #000000;
}