.h6,
h6 {
  font-size: 1.6rem;
}

.header {
  padding: 10px 0px;
  border-bottom: 2px solid #116c43;
}
.header img {
  width: 150px;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header .us-logo img {
  width: 180px;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header h1 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 62px;
  text-align: center;
  margin-bottom: 0;
  color: #116c43;
}
.header p {
  font-size: 30px;
  color: #c72027;
  font-weight: 700;
  margin-bottom: 0;
}

.about h1 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 62px;
  text-align: center;
  margin-bottom: 0;
  color: #333333;
}
.about p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  text-align: justify;
  color: #5c5c5c;
}

.main {
  background-color: #f9f9f9;
}
.main h2 {
  font-size: 32px;
  color: #333333;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  transition: all 0.5s;
}
.main__registerLink {
  transition: all 0.5s;
}
.main a {
  color: #4caf50;
  text-decoration: none;
  transition: all 0.5s;
}
.main .card {
  transition: all 0.5s;
  border: 2px solid #116c43;
}
.main .card:hover {
  border-color: red;
  border: 2px solid red;
}
.main .card:hover h6 {
  color: #c72027;
  text-decoration: underline;
}
.main .card:hover a {
  color: #c72027;
}
.main__dashboard {
  height: 100%;
  background: #e8f5e9 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main__dashboard .card {
  transition: all 0.5s;
  border: 2px solid #116c43;
  height: 70%;
  width: 50%;
}
.main__dashboard .card i {
  font-size: 50px;
}
.main__dashboard p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  color: #5c5c5c;
}
.main__dashboard p a {
  color: #4caf50;
  font-weight: 600;
  margin-top: 20px;
  display: block;
}
.main__dashboard p a:hover {
  text-decoration: underline;
}

.partners img {
  width: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  height: 120px;
}

.footer p {
  margin-bottom: 0rem;
}

@media (max-width: 991.98px) {
  .header img {
    width: 100px;
    height: 100px;
  }
  .page-heading h1 {
    font-size: 32px;
    line-height: 32px;
  }
  .about h1 {
    margin-top: 20px;
    font-size: 26px;
    line-height: 32px;
  }
  .main__dashboard {
    background: none !important;
  }
}
@media (max-width: 767.98px) {
  .page-heading h1 {
    font-size: 26px;
    line-height: 26px;
  }
  .main__dashboard {
    padding: 30px 0px;
  }
}
@media (max-width: 575.98px) {
  .page-heading h1 {
    font-size: 26px;
    line-height: 26px;
  }
  .header p {
    font-size: 20px;
  }
  .center-item {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .main h2 {
    margin-top: 20px;
    font-size: 20px;
    line-height: 32px;
  }
}/*# sourceMappingURL=style.css.map */