@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&family=Poppins:wght@400;600;700;800&display=swap");
body {
  font-family: "Open Sans", sans-serif;
  color: #8d9297;
  font-size: 15px;
}

.bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #343434;
}

.upper {
  text-transform: uppercase;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.card {
  border: none !important;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
  margin-bottom: 12px;
}
.card:hover {
  cursor: pointer !important;
}
.card .icon {
  width: 60%;
  max-width: 80px;
}

.btn {
  font-size: 14px;
}
.btn.btn-light {
  font-family: "Poppins", sans-serif !important;
  font-weight: 600 !important;
  color: #005dc0;
}
.btn.btn-primary {
  background-color: #005dc0 !important;
  border: 1px solid #005dc0 !important;
}
.btn.btn-primary:hover {
  background-color: #005dc0 !important;
  border: 1px solid #005dc0 !important;
}

.primary {
  color: #005dc0 !important;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  background: white;
  width: 100%;
  height: 100vh;
  z-index: 11;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader img {
  max-width: 350px;
}

nav {
  height: 70px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 600;
  background-color: white;
  z-index: 5;
}
nav .container {
  display: flex;
  height: 100%;
  justify-content: space-between;
  align-items: center;
}
nav .container img {
  height: 50px;
}
nav .container ul {
  display: flex;
  list-style: none;
  margin-bottom: 0;
}
nav .container ul a {
  display: block;
  padding: 4px 20px;
  color: rgb(36, 36, 36);
}
nav .container ul a:hover {
  text-decoration: none;
}

#mobile_navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: white;
  z-index: 150;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.4s linear;
  transform: translateX(100%);
}
#mobile_navigation.active {
  transform: translateX(0);
}
#mobile_navigation img {
  width: 40px;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#mobile_navigation ul {
  list-style: none;
  text-align: center;
  margin-left: 0;
  padding-left: 0;
}
#mobile_navigation ul a {
  display: block;
  padding: 12px;
  font-weight: 600;
  color: #005dc0;
  font-size: 1.2em;
}

.header {
  text-transform: uppercase;
  color: #fff !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 70px;
}
.header .container {
  text-align: center;
}
.header .container h1 {
  font-size: 3.5em;
}

#home_header {
  height: 60vh;
  background-color: aliceblue;
  background-image: linear-gradient(to right, rgba(0, 93, 192, 0.7529411765), rgba(221, 42, 143, 0.7490196078)), url(../img/header_auth-2.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

#home_cards .card {
  text-align: center;
  font-size: 15px;
}
#home_cards .card h5 {
  color: black;
}

#mandate,
#vision {
  background-image: url(../img/world-map.png);
  background-repeat: repeat;
  background-size: contain;
}

.spacer {
  background-image: linear-gradient(to right, rgba(0, 93, 192, 0.862745098), rgba(221, 42, 143, 0.8784313725)), url("../img/spacer_auth-2.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-position: center;
}

footer {
  padding: 12px;
  background-color: #005dc0;
  color: white;
  text-align: center;
  font-weight: 300;
}

#about_header {
  height: 250px;
  background-image: linear-gradient(to right, rgba(0, 93, 192, 0.7529411765), rgba(221, 42, 143, 0.7490196078)), url(../img/about_header.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

#gallery_header {
  height: 250px;
  background-image: linear-gradient(to right, rgba(0, 93, 192, 0.7529411765), rgba(221, 42, 143, 0.7490196078)), url(../img/gallery_header.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

#contact_header {
  height: 250px;
  background-image: linear-gradient(to right, rgba(0, 93, 192, 0.7529411765), rgba(221, 42, 143, 0.7490196078)), url(../img/contact_header.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.quote {
  font-weight: 600 !important;
  color: #005dc0;
  margin: 0;
}

#about #brad {
  max-height: 550px;
}
#about .card {
  margin-top: 20px;
}
#about .card img {
  width: 70px;
}

#contact_cards .card {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
#contact_cards .card h5 {
  color: #005dc0;
}
#contact_cards .card img {
  width: 60%;
  max-width: 50px;
  margin-bottom: 18px;
}

label {
  font-size: 0.85em;
  position: relative;
  bottom: -5px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.form-group {
  margin-bottom: 6px;
}
.form-group .form-control:focus {
  box-shadow: none !important;
  border: 1px solid #005dc0;
}

#form_row .card {
  height: 100%;
  background-image: url("../img/contact.jpg");
  background-size: cover;
  background-position: center;
}

#gallery .col-md-3 {
  padding: 4px;
}
#gallery .col-md-3 img {
  border-radius: 10px;
  width: auto;
}

@media only screen and (max-width: 768px) {
  nav ul {
    display: none !important;
  }
  nav #menu_btn {
    max-height: 30px;
  }
  #form_row .card {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  nav #menu_btn {
    display: none !important;
  }
}/*# sourceMappingURL=main.css.map */