@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;600&display=swap");
/* line 16, C:/xampp/htdocs/neerja/scss/style.scss */
body {
  font-family: "Lato", sans-serif;
  color: #151414;
  font-weight: 400;
  font-size: 16px;
}

@media (max-width: 575.98px) {
  /* line 20, C:/xampp/htdocs/neerja/scss/style.scss */
  body {
    font-size: 14px;
  }
}

/* line 25, C:/xampp/htdocs/neerja/scss/style.scss */
.form-control:focus {
  outline: none;
  box-shadow: none;
}

/* line 29, C:/xampp/htdocs/neerja/scss/style.scss */
.form-select:focus {
  outline: none;
  box-shadow: none;
}

/* line 33, C:/xampp/htdocs/neerja/scss/style.scss */
.heading-h2 {
  font-family: "Lato", sans-serif;
  color: #151414;
  font-weight: 600;
  font-size: 60px;
}

@media (max-width: 575.98px) {
  /* line 36, C:/xampp/htdocs/neerja/scss/style.scss */
  .heading-h2 {
    font-size: 40px;
  }
}

/* line 41, C:/xampp/htdocs/neerja/scss/style.scss */
.heading-h2 span {
  border-left: 5px solid #c94344;
  font-family: "Lato", sans-serif;
  color: #3b589a;
  font-weight: 600;
  font-size: 36px;
  text-transform: uppercase;
}

@media (max-width: 575.98px) {
  /* line 46, C:/xampp/htdocs/neerja/scss/style.scss */
  .heading-h2 span {
    font-size: 30px;
  }
}

/* line 53, C:/xampp/htdocs/neerja/scss/style.scss */
section.banner .carousel-indicators [data-bs-target] {
  background-color: #3b589a;
}

@media (max-width: 575.98px) {
  /* line 60, C:/xampp/htdocs/neerja/scss/style.scss */
  section.about img {
    width: 25%;
  }
}

/* line 65, C:/xampp/htdocs/neerja/scss/style.scss */
section.about .heading-h1 {
  font-family: "Lato", sans-serif;
  color: #151414;
  font-weight: 600;
  font-size: 60px;
}

@media (max-width: 575.98px) {
  /* line 68, C:/xampp/htdocs/neerja/scss/style.scss */
  section.about .heading-h1 {
    font-size: 40px;
  }
}

/* line 72, C:/xampp/htdocs/neerja/scss/style.scss */
section.about .heading-h1 span {
  border-left: 5px solid #c94344;
  font-family: "Lato", sans-serif;
  color: #3b589a;
  font-weight: 600;
  font-size: 36px;
  text-transform: uppercase;
}

@media (max-width: 575.98px) {
  /* line 77, C:/xampp/htdocs/neerja/scss/style.scss */
  section.about .heading-h1 span {
    font-size: 30px;
  }
}

/* line 83, C:/xampp/htdocs/neerja/scss/style.scss */
section.about .formsection {
  box-shadow: 0px 0px 15px rgba(3, 78, 162, 0.15);
}

/* line 85, C:/xampp/htdocs/neerja/scss/style.scss */
section.about .formsection .heading-h2 {
  font-family: "Lato", sans-serif;
  color: #fff;
  font-weight: 600;
  font-size: 36px;
  background-color: #3b589a;
}

@media (max-width: 575.98px) {
  /* line 89, C:/xampp/htdocs/neerja/scss/style.scss */
  section.about .formsection .heading-h2 {
    font-size: 30px;
  }
}

/* line 94, C:/xampp/htdocs/neerja/scss/style.scss */
section.about .formsection .formbtn {
  background-color: #c94344;
  color: #fff;
}

/* line 97, C:/xampp/htdocs/neerja/scss/style.scss */
section.about .formsection .formbtn:focus {
  outline: none;
  box-shadow: none;
}

/* line 101, C:/xampp/htdocs/neerja/scss/style.scss */
section.about .formsection .formbtn:hover {
  background-color: transparent;
  box-shadow: 0 0 0 1px #c94344 inset;
  color: #c94344;
}

/* line 109, C:/xampp/htdocs/neerja/scss/style.scss */
section.cta {
  background-color: #c94344;
}

/* line 111, C:/xampp/htdocs/neerja/scss/style.scss */
section.cta p {
  font-family: "Lato", sans-serif;
  color: #fff;
  font-weight: 600;
  font-size: 40px;
}

@media (max-width: 575.98px) {
  /* line 114, C:/xampp/htdocs/neerja/scss/style.scss */
  section.cta p {
    font-size: 30px;
  }
}

/* line 119, C:/xampp/htdocs/neerja/scss/style.scss */
section.cta .ctabtn {
  background-color: #3b589a;
  color: #fff;
}

/* line 122, C:/xampp/htdocs/neerja/scss/style.scss */
section.cta .ctabtn:hover {
  background-color: transparent;
  box-shadow: 0 0 0 1px #fff inset;
}

/* line 127, C:/xampp/htdocs/neerja/scss/style.scss */
section.cta .ctabtn:focus {
  outline: none;
  box-shadow: none;
}

/* line 134, C:/xampp/htdocs/neerja/scss/style.scss */
section.keybenifits .card {
  border: 0px;
  box-shadow: 0px 0px 15px rgba(3, 78, 162, 0.15);
}

/* line 137, C:/xampp/htdocs/neerja/scss/style.scss */
section.keybenifits .card .card-title {
  font-family: "Lato", sans-serif;
  color: #151414;
  font-weight: 600;
  font-size: 22px;
}

@media (max-width: 575.98px) {
  /* line 140, C:/xampp/htdocs/neerja/scss/style.scss */
  section.keybenifits .card .card-title {
    font-size: 18px;
  }
}

/* line 147, C:/xampp/htdocs/neerja/scss/style.scss */
section.gallery {
  background-color: #f9f9f9;
}

/* line 150, C:/xampp/htdocs/neerja/scss/style.scss */
section.footer {
  background-image: url("../img/bglogo.jpg");
  background-repeat: no-repeat;
  background-position: center;
}

/* line 154, C:/xampp/htdocs/neerja/scss/style.scss */
section.footer h3 {
  font-family: "Lato", sans-serif;
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  background-color: #c94344;
}

@media (max-width: 575.98px) {
  /* line 158, C:/xampp/htdocs/neerja/scss/style.scss */
  section.footer h3 {
    font-size: 18px;
  }
}

/* line 163, C:/xampp/htdocs/neerja/scss/style.scss */
section.footer .footer-contact {
  border: 1px solid #c94344;
}

/* line 165, C:/xampp/htdocs/neerja/scss/style.scss */
section.footer .footer-contact a {
  color: #151414;
}

/* line 168, C:/xampp/htdocs/neerja/scss/style.scss */
section.footer .footer-contact .footerborder {
  border-left: 1px solid #c94344;
  border-right: 1px solid #c94344;
}

@media (max-width: 575.98px) {
  /* line 172, C:/xampp/htdocs/neerja/scss/style.scss */
  section.footer .footer-contact .footerborder {
    border-left: 0px;
    border-right: 0px;
    border-top: 1px solid #c94344;
    border-bottom: 1px solid #c94344;
  }
}

/* line 182, C:/xampp/htdocs/neerja/scss/style.scss */
section.copyright {
  background-color: #3b589a;
}

@media (max-width: 575.98px) {
  /* line 184, C:/xampp/htdocs/neerja/scss/style.scss */
  section.copyright {
    margin-bottom: 36px;
  }
}

/* line 189, C:/xampp/htdocs/neerja/scss/style.scss */
section.copyright p {
  color: #fff;
  font-size: 14px;
}

/* line 194, C:/xampp/htdocs/neerja/scss/style.scss */
.fixbtn {
  position: fixed;
  bottom: 0;
  background-color: #c94344;
  color: #fff;
  text-decoration: none;
  text-align: center;
  z-index: 999;
  width: 33.33%;
}

/* line 205, C:/xampp/htdocs/neerja/scss/style.scss */
.whtfixbtn {
  position: fixed;
  bottom: 0;
  background-color: #01e675;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  z-index: 999;
  width: 33.33%;
}

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