.naviFixed{
  padding: 20px 0;
  position: fixed;
  z-index: 2;
  width: 100%;
  background-color: #151515;
}
.naviFixed ul {
  margin: 10px 0 0 0;
  padding: 0;
}
.logoWrapper{
  width: 250px;
  float: left;
}
.navigationWrapper{
  width: 700px;
  float: right;
}
.navi{
  float: right;
}
.navi li{
  display: inline-block;
  padding: 0 30px;
}
.navi li a {
  font-family: "montserrat-bold", sans-serif;
  color: #fff;
}
.naviFixed .header-logo a {
  display: block;
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  width: 270px;
  height: 52px;
  background: url("../images/logo.png") no-repeat center left ;
  font: 0/0 a;
  background-size: 200px auto;
  text-shadow: none;
  color: transparent;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn-primary {
  color: #1f1f1f;
  background-color: #f9a828;
  border-color: #f9a828;
}

#services{
  padding: 10rem 0 15rem;
}
.text_select,
.text_area{
  width: 100%;
}
.modal-dialog {
  max-width: 700px;
  width: 80%;
  margin: 30px auto;
}
.modal{
  height: 100vh;
}
.col_label .form_field,
.col_label .form_required{
  display: inline;
}
/*****************************/
.form_error_title{
font-weight: bold;
color: red;
}
.form_error{
background-color: #F4F6E5;
border: 1px dashed #ff0000;
padding: 10px;
margin-bottom: 10px;
}
.form_error_highlight{
background-color: #F4F6E5;
border-bottom: 1px dashed #ff0000;
}
div.instruction_error{
color: red;
font-weight:bold;
}
hr.sectionbreak{
height:1px;
color: #ccc;
}
#one_entry_msg{
background-color: #F4F6E5;
border: 1px dashed #ff0000;
padding: 10px;
margin-bottom: 10px;
}
#frmFormMailContainer input[type="submit"]{
padding: 0 25px;
font-weight: bold;
margin-bottom: 10px;
}
#frmFormMailContainer input[type="submit"]:hover{
background-color: #E4F0F8;
}
.frmFormMail .col_field p{
  margin-bottom: 0;
}
#top{
  margin: 0;
  font-size: 16px;
}
footer{
  background-color: #1f1f1f;
  padding: 50px 0;
  margin: 0;
}
#clients {
  background-color: #c1c1c1;
  padding: 20.8rem 0 5.8rem;
}
#content {
  width: 400px;
  margin: 40px auto 0 auto;
  padding: 0 60px 30px 60px;
  border: solid 1px #cbcbcb;
  background: #fafafa;
  -moz-box-shadow: 0px 0px 10px #cbcbcb;
  -webkit-box-shadow: 0px 0px 10px #cbcbcb;
}
.col_label{
  display: inline-block;
}
input[type="checkbox"], input[type="radio"] {
  display: inline;
  float: left;
  margin: 8px 10px 0 0;
}
