body {
  font-family: "Roboto", sans-serif;
  background-color: #f8f9fa;
}

html, body {
  height: 100%;
}

section {
  padding: 80px 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #001c38;
  font-family: "Inria Serif", serif;
  text-transform: capitalize;
}

p {
  font-size: 17px;
  line-height: 30px;
  color: #011934;
  font-weight: normal;
}

.bg-white {
  background-color: #fff;
}

.bg-alt {
  background-color: #ffbb1a;
}

.bg-trans {
  background-color: transparent;
}

.my-btn {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  background-color: #ffbb1a;
  color: #001c38;
  font-size: 20px;
  padding: 8px 20px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 0;
  letter-spacing: 1px;
}

.my-btn:hover {
  background-color: #ffbb1a;
  color: #001c38;
}

.my-btn:focus {
  box-shadow: none;
  outline: none;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 20px;
}

::-webkit-scrollbar-thumb {
  background: lightgray;
  border-radius: 20px;
  box-shadow: 0px 2px 5px 1px #000 inset;
}

.hero-section {
  position: relative;
  z-index: 0;
  background-image: url("../images/bg/2.webp");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-section::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -1;
}

.hero-text .jfj-logo {
  width: 400px;
}

.hero-text .award {
  width: 250px;
  margin-top: 20px;
}

.hero-text h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 600;
}

.hero-text h2 {
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  font-weight: 500;
}

.hero-text .my-btn {
  margin-top: 20px;
  margin-bottom: 20px;
}

.contact-form {
  background-color: rgba(0, 28, 56, 0.6);
  border-radius: 30px 0 0 0;
  padding: 30px;
  border: none;
  border: 1px solid rgba(211, 211, 211, 0.5);
}

.contact-form h2 {
  color: #fff;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 50px;
  font-size: 42px;
}

.contact-form .form-control {
  font-family: "Roboto", sans-serif;
  color: #001c38;
  font-weight: 500;
}

.contact-form .form-control:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

label.form-check-label {
  margin-top: 5px;
}

.contact-form label.form-check-label small {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  display: block;
  margin-bottom: 10px;
}

.contact-form label.form-check-label small:last-child {
  margin-bottom: 0;
}

.form-check-input:checked {
  background-color: #ffbb1a;
  border: #ffbb1a;
}

/* Form Response Message */
#contactForm button:disabled {
  opacity: 0.5;
}

#responseMsg {
  width: 100%;
  font-size: 16px;
}

.error,
.processing {
  margin: 10px auto;
  padding: 10px;
  color: #b94a48;
}

.success {
  margin: 10px auto;
  padding: 10px;
  color: #fff;
}

.award-news {
  padding: 10px 0;
  background-color: #001c38;
}

.award-news h2 {
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
}

.testimonials h2 {
  font-size: 45px;
}

.testimonials h2 span {
  display: block;
}

.testimonials h2 span i {
  color: #ffbb1a;
}

.testimonials img {
  width: 100%;
}

.content h2 {
  font-size: 35px;
  line-height: 45px;
  font-weight: 500;
  margin-bottom: 15px;
}

.content p {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 15px;
}

.content p a,
.content li a {
  text-decoration: none;
  color: #eb4432;
}

.content ul li {
  font-size: 16px;
  line-height: 32px;
}

#footer {
  background-color: #252525;
  padding: 30px 0;
}

.copyright-text p {
  margin-bottom: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 1px;
}

.copyright-text p a {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
}

.social-media ul li a {
  background-color: #ddd;
  color: #000;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0;
  border-radius: 100%;
  margin-left: 10px;
  font-size: 18px;
  border: none;
}

.social-media ul li a:hover i {
  color: #000;
}

@media (max-width: 1199px) {
  .hero-text h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .hero-text h2 {
    font-size: 35px;
    line-height: 45px;
  }
  .contact-form h2 {
    font-size: 28px;
    line-height: 45px;
  }
}
@media (max-width: 991px) {
  #footer .justify-content-end {
    justify-content: center !important;
  }
  .copyright-text p {
    text-align: center;
  }
  .social-media ul li a {
    margin: 0 5px;
  }
  .award-news .col-lg-4 {
    text-align: center;
    border: none !important;
  }
  .award-news .col-lg-4 img {
    width: 60%;
  }
}
@media (max-width: 575px) {
  section {
    padding: 30px 0;
  }
  .hero-text .jfj-logo {
    width: 90%;
  }
  .hero-text h1 {
    font-size: 50px;
  }
  .hero-text h2 {
    font-size: 25px;
    line-height: 35px;
  }
  .contact-form {
    padding: 20px;
  }
  .contact-form h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .content h2 {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (max-width: 375px) {
  .contact-form h2 {
    font-size: 27px;
  }
}

/*# sourceMappingURL=style.css.map */
