@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,300;6..12,400;6..12,500;6..12,600;6..12,700;6..12,800&display=swap");
body {
  font-family: "Nunito Sans", sans-serif;
}

.form-control {
  border-radius: 4px;
}

.form-control:active, .form-control:focus {
  box-shadow: none;
  border: 1px solid #E31212;
}

.btn-close:focus {
  box-shadow: none;
}

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: inherit;
  background-color: inherit;
  border: 1px solid inherit;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}

.parsley-errors-list {
  margin: 5px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  color: #B94A48;
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}

.menubox {
  box-shadow: 0px 2px 32.1px -2px rgba(0, 0, 0, 0.15);
}

.hk-item a {
  font-family: "Nunito Sans", sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}
.hk-item a:before {
  content: url("../img/icons/menu-check.svg");
  position: absolute;
  z-index: -99;
  left: -3px;
  top: 11px;
}
.hk-item:not(:last-child) a {
  margin-right: 15px;
}

.call-btn {
  border-radius: 5px;
  background: #E31212;
  font-family: "Nunito Sans", sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.call-btn:hover {
  background: #cb1010;
  color: #fff;
}

.call-btn-outline {
  border-radius: 5px;
  background: white;
  border: 1px solid #E31212;
  font-family: "Nunito Sans", sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 600;
}
.call-btn-outline:hover {
  background: #e31212;
  color: #fff;
}

.heading {
  font-family: "Nunito Sans", sans-serif;
  color: #000;
  font-size: 32px;
  font-weight: 800;
}
.heading span {
  font-family: "Nunito Sans", sans-serif;
  color: #E31212;
  font-size: 32px;
  font-weight: 800;
}

.para {
  font-family: "Nunito Sans", sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.54px;
}
.para strong {
  font-family: "Nunito Sans", sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 600;
}

.hero {
  padding-top: 45px;
  padding-bottom: 45px;
  background: url("../img/hero.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.hero-red {
  font-family: "Nunito Sans", sans-serif;
  color: #E31212;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 5px;
}
.hero-headline {
  font-family: "Nunito Sans", sans-serif;
  color: #000;
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  .hero-headline {
    font-family: "Nunito Sans", sans-serif;
    color: #000;
    font-size: 28px;
    font-weight: 800;
  }
}
.hero-tagline {
  font-family: "Nunito Sans", sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 20px;
}

.about-shadow {
  border-radius: 5px;
  border: 0;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.12);
}
@media (max-width: 575.98px) {
  .about-shadow {
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.08);
  }
}
.about-shadow .card-body {
  padding-top: 38px;
  padding-bottom: 38px;
}

.mission .red-divider {
  border: 2px solid #F1D6D6;
  width: 80px;
  text-align: center;
  margin: 30px auto;
}

.founder {
  background: #FDF2F2;
}

.services-box {
  border-radius: 10px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  position: relative;
}
.services-box:before {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  border-radius: 76px;
  background: #E31212;
}

.career-heading {
  position: relative;
  font-family: "Nunito Sans", sans-serif;
  color: #000;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.63px;
  margin-bottom: 25px;
  padding-bottom: 5px;
}
.career-heading:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 74px;
  height: 2px;
  flex-shrink: 0;
  background: #E31212;
}
.career .para strong {
  font-family: "Nunito Sans", sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 700;
}

.footer {
  background: url("../img/footer.png") #FDF2F2;
  background-repeat: no-repeat;
  background-position: calc(50% - 90px) 50%;
  background-size: contain;
}