@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;1,600&display=swap");
body {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
}

.caption {
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-size: 1rem;
}

.category-name {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  text-decoration: none;
  letter-spacing: 3px;
  color: #035477;
  font-weight: 800;
}

.category-name:hover {
  color: #035477 !important;
}

h1 {
  font-size: 2.25rem;
  font-family: "Poppins", sans-serif;
}

h2 {
  font-size: 1.625rem;
  font-family: "Poppins", sans-serif;
  color: #000000;
}

h3 {
    font-family: "Poppins", sans-serif;
    font-size: 1.3125rem !important;
}

h4 {
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
}

.text-decoration-none {
  text-decoration: none;
}

.card-title {
  font-family: "Poppins", sans-serif;
  font-size: 21px;
  font-weight: 800;
  min-height: 50px;
}

.card-body {
  padding: 1rem 1.3rem !important;
}

.letter-space {
  letter-spacing: 3px;
}

.cursor-pointer {
  cursor: pointer;
}

.w-55 {
  width: 55% !important;
}

.w-60 {
  width: 60% !important;
}

.border-bottom-blue {
  border-bottom: 1px solid #005D85 !important;
}

.border-bottom-grey {
  border-bottom: 1px solid #d9d9da;
}

.text-blue {
  color: #005D85;
}

.left-arrow {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.shadowDesign {
  -webkit-box-shadow: 0 14px 40px 0 rgba(153, 153, 153, 0.2);
          box-shadow: 0 14px 40px 0 rgba(153, 153, 153, 0.2);
}

.card-img-top {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.cardRoutingBg {
  position: relative;
  margin: 30px 0;
}

.cardRoutingBg .border-t {
  border-top: 1px solid #ffffff;
  width: 85px;
}

.cardRoutingBg .card {
  -webkit-box-shadow: 14px 14px 40px 0 rgba(153, 153, 153, 0.2);
          box-shadow: 14px 14px 40px 0 rgba(153, 153, 153, 0.2);
}

.cardRoutingBg .card-body a {
  color: #035477;
}

.heroBanner {
  height: 387px;
  background-size: cover;
}

.heroBanner .breadcrumb-link {
  color: #ffffff;
  text-decoration: none;
}

.heroBanner .bannerText {
  color: #035477;
  width: 45%;
  font-size: 34px;
}

.heroBanner .text-color {
  color: #035477;
  width: 45%;
  font-size: 21px;
}

.heroBanner .headerLine {
  width: 5%;
  color: #035477;
}

.subHeaderPara {
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  line-height: 25px;
}

.subHeaderBg {
  background-color: #f4f4f4;
}

.subHeaderImg {
  height: 220px;
}

.singleItemImg {
  height: 16.619rem;
  width: 24.543rem;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .heroBanner {
    background-image: none !important;
    background-color: #035477;
    height: 19.75rem;
  }
  .heroBanner .breadcrumb-link {
    color: #ffffff;
    text-decoration: none;
  }
  .heroBanner .bannerText {
    color: #ffffff;
    width: 100%;
  }
  .heroBanner .text-color {
    color: #ffffff;
    width: 100%;
    font-size: 1rem;
  }
  .heading {
    width: 100% !important;
  }
  .border-t {
    width: 25% !important;
  }
}
/*# sourceMappingURL=sectionPage.module.css.map */