body {
  font-family: Poppins;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Poppins;
  font-weight: 800 !important;
}
.fb-icon {
  font-size: 3em;
  color: #3b5998;
}
.tw-icon {
  font-size: 3em;
  color: #55acee;
}
.em-icon {
  font-size: 3em;
  color: #d34836;
}
.btn-xl {
  text-transform: uppercase;
  padding: 1.5rem 3rem;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
}
.bg-black {
  background-color: #000 !important;
}
.btn-black {
  background-color: #000 !important;
  color: #fff !important;
}
.btn-white {
  background-color: #fff !important;
  color: #000 !important;
}
.rounded-pill {
  border-radius: 5rem;
}
.navbar-darkblue {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #060e38;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  font-weight: 700;
  color: #fff;
  position: relative;
}
.navbar-custom {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: rgba(0, 0, 0, 0.7);
}
.navbar-custom .navbar-brand {
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  font-weight: 700;
}
.navbar-custom .navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
}
.input-icon {
  position: relative;
  display: block;
}
.input-icon:not(.input-icon-right) > i {
  left: 0.5rem;
}
.input-icon > i {
  top: 12px;
}
.input-icon > i {
  position: absolute;
}
.input-icon:not(.input-icon-right) > input.form-control {
  padding-left: 2.25rem;
}
.input-icon:not(.input-icon-right) > textarea.form-control {
  padding-left: 2.25rem;
}
header.althead {
  position: relative;
  overflow: hidden;
  background-color: #ee0979;
  background-image: url(/img/bg.jpg);
  background-position: center center;
  background-size: cover;
  margin-top: 0px;
  margin-bottom: -12px;
}
@media (min-width: 992px) {
  header.althead {
    padding-top: calc(5rem + 72px);
    padding-bottom: 6rem;
  }
  header.althead .althead-content .althead-heading {
    font-size: 6rem;
  }
  header.althead .althead-content .althead-subheading {
    font-size: 4rem;
  }
}
@media (max-width: 991.98px) {
  header.althead {
    padding-top: calc(5rem + 55px);
    padding-bottom: 5rem;
  }
  header.althead .althead-content .althead-heading {
    font-size: 4rem;
  }
  header.althead .althead-content .althead-subheading {
    font-size: 2rem;
  }
}
.bg-primary {
  background-color: #eb6724 !important;
}
.btn-primary {
  background-color: #eb6724;
  border-color: #eb6724;
}
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  background-color: #eb6724 !important;
  border-color: #eb6724 !important;
}
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(238, 9, 121, 0.5);
}
.btn-secondary {
  background-color: #ff6a00;
  border-color: #ff6a00;
}
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
  background-color: #c50 !important;
  border-color: #c50 !important;
}
.btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 106, 0, 0.5);
}
.bg-footer {
  background: #253138;
}
.bg-footer a {
  color: #828b91;
}
.bg-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.bg-footer ul li:hover {
  color: #fff;
  text-decoration: underline;
}
