nav ul li a{
  color: black !important;
}

.icon-box img{
  height: unset;
  width: unset;
}

.icon-box{
  width: 100%;
  border-radius: 0px !important;
  margin-top: 140px;
  border-right: 5px solid #ef4036;
  border-bottom: 5px solid #ef4036;
}

.form-control{
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  border-radius: 0;
  background: #f2f2f2;
  height: 50px;
  border: 0;
  border-bottom: 2px solid #fbd0ce;
}

.alert{
    font-family: 'Montserrat', sans-serif;
}


.form-control:focus {
  background: #f2f2f2;
  border-bottom: 2px solid #ef4036;
  box-shadow: unset;
}

.btn-boom{
  border-radius: 0;
  background: #ef4036;
  border-color: #ef4036;
  font-family: 'Montserrat', sans-serif;
  color: white;
  font-weight: 300;
}

.btn-boom:hover{
  background: white;
  color: #ef4036;
}

.btn-boom-inverse{
  border-radius: 0;

  border-color: #ef4036;
  font-family: 'Montserrat', sans-serif;

  font-weight: 300;
  background: white;
  color: #ef4036;
}

.btn-boom-inverse:hover{
  background: #ef4036;
  color: white;
}

.text-orange{
    color:#ef4036 !important;
}

p{
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}