body {
  /* background: #f1f1f1; */
}
.body {
  font-size: 1rem;
  overflow: hidden;
  /* background: linear-gradient(to bottom, #de2727 50%, #f1f1f1 0%);  */
}
.header-wrap {
  background-color: #004D67;
  padding-top: 10px;
  padding-bottom: 10px;
}
.nivo-header-style-one .header-wrap .header-information li {
  display: inline-block;
}
.social-icon {
  float: right;
}
.social-icon li {
  color: #ffffff;
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
}
.social-icon li a {
  color: #fff;
}
.header-wrap .header-information li {
  display: inline-block;
}
.intro-title {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
}
footer {
  background: #34495E;
  color: #fff;
  font-size: 0.8rem;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:hover{
  text-decoration: none;
  color: #fff;
}
.form-group label {
  font-weight: 600;
}
.form-control, .custom-select, .btn {
  border-radius: 0;
}
article {
  background: #fff;
}
.btn-bold {
  font-weight: bold;
}
.form-group.required label:after {
  content:" *";
  color:red;
}
.submit-btn {
  width: 22.5%;
}
.text-error {
  color:red;
}
.form-control.error, .custom-select.error, .select2-container--default .select2-selection--multiple.error {
  border-color: red !important;
}
.select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default .select2-selection--multiple {
  border: 1px solid #ced4da;
  border-radius: 0;
}
#overlay {
  background: #000;
  color: #666666;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 5000;
  top: 0;
  left: 0;
  float: left;
  text-align: center;
  padding-top: 25%;
  opacity: .80;
}
.spinner {
  margin: 0 auto;
  height: 64px;
  width: 64px;
  animation: rotate 0.8s infinite linear;
  border: 5px solid firebrick;
  border-right-color: transparent;
  border-radius: 50%;
}
.tick {
  color: #28B463;
  font-size: 5rem;
  line-height: 30px;
}
.ty h2 {
  font-size: 3rem;
}
@keyframes rotate {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}
@media only screen and (max-width: 576px)  {
  .submit-btn {
    width: 100%;
  }
  .m-xs-0 {
    margin: 0 !important;
  }
  .w-xs-80 {
    width: 80%!important;
  }
}