body {
  font-family: "Maven Pro", sans-serif;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  background-color: #ffffff;
  text-rendering: optimizeLegibility;
}

.greenBg {
  background-color: green !important;
}

.red {
  color: #dc3545;
}

.blueBg {
  color: #ffffff;
  background-color: #007BFF;
}

.blue {
  color: #007BFF;
}

.green {
  color: green;
}

.bold6 {
  font-weight: 600 !important;
}

.headerTop {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.headerTop .topBar {
  background-color: #1354A4;
  height: 2rem;
}

.headerTop .topBar .supBox .mailText {
  margin-top: 0.28rem;
  font-size: 0.95rem;
  font-weight: 500;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .headerTop .topBar .supBox .mailText {
    margin-top: 0.5rem;
  }
}

.headerTop .topBar .topBtn {
  background-color: #DC3545;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  border-radius: 0.2rem;
}

.headerTop .topBar .topBtn .btnText {
  padding-top: 0.2rem;
}

.headerTop .topBar .iconBox a:hover {
  background-color: #28a745;
}

.headerTop .topBar a {
  color: #ffffff;
  text-decoration: none;
}

@media (max-width: 768px) {
  .headerTop .topBar {
    height: 100%;
  }
}

.headerTop .navigationBox {
  background-color: #ffffff;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-shadow: 0 2px 18px 0 rgba(182, 178, 178, 0.5);
          box-shadow: 0 2px 18px 0 rgba(182, 178, 178, 0.5);
}

.headerTop .navigationBox .headerBox {
  background-color: #ffffff !important;
}

.headerTop .navigationBox .headerBox .logoTop {
  height: 2.5rem;
}

.headerTop .navigationBox .headerBox .navMargin {
  margin-left: 1rem;
  color: #1354A4 !important;
  font-weight: 550;
}

.headerTop .navigationBox .headerBox .navMargin:hover {
  color: #28a745 !important;
}

.footerBox {
  background-color: #383734;
}

.footerBox .mainText {
  margin-top: 2rem;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 300;
}

.footerBox .mainText .headingText {
  font-size: 1.2rem;
  font-weight: 500;
  color: #28a745;
}

.footerBox .mainText .socialIcon {
  font-size: 1.6rem;
  padding: 0.1rem;
}

.footerBox .mainText .headText {
  font-size: 1.5rem;
}

.footerBox .mainText .navText {
  font-weight: 300;
  font-size: 0.95rem;
}

.footerBox .mainText .navText a {
  color: #fff;
}

.footerBox .mainText .navText:hover {
  color: #28a745;
}

.footerBox .mainText a {
  color: #ffffff;
  text-decoration: none;
}

.subFooter {
  background-color: #000;
  height: 3rem;
}

.subFooter .headingText {
  color: #ffffff;
  font-size: 0.8rem;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 0rem;
}

.featurePage .headingText {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 2rem;
  padding: 1rem;
}

.featurePage img {
  margin-top: 10rem;
}

@media only screen and (max-width: 768px) {
	.featurePage img {
	width: 322px;}
}

.featurePage ul li {
  line-height: 2rem;
  font-size: 14px;
}

.featurePage .border {
  border-top: 2px solid gainsboro;
}
/*# sourceMappingURL=features.css.map */