*{
  font-family: "Roboto", sans-serif !important;
}

.send-email-tab {
  font-size: smaller;
}

.consultant {
  width: 65%;
  border: 2px solid grey;
  border-radius: 10px;
  padding: 20px;
  margin: auto;
}

.consultant-heading {
  text-align: center;
}

.footer-2 {
  padding: 1.5em 0 1.5em;
}

.right-footer {
  text-align: right;
}

.center-footer {
  text-align: center;
}


.heroVideo{
  filter: brightness(50%);
}

.heroContentHeader{
  font-size: 48px;
}

.government-img,
.federal-img {
  width: 100%;
  height: 175px;
}

.ulCore {
    list-style-type: none;
}
.coreImg{
    border-radius: .25rem 0 0 .25rem;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-color: rgba(1, 1, 1, 1);
  border-radius: 100%;
  padding: 1em;
}

.carousel-item img {
  filter: brightness(60%);
}


@media screen and (max-width: 576px){
    .hero{
        text-align: center;
    }

    .heroContentHeader{
        font-size: 18px;
    }

    .heroContentText{
        font-size: 14px !important;
    }

    .heroContentImg{
        display: none;
    }

    .coreInfo{
      text-align: center;
    }

    .carousel-caption p {
      display: none;
    }

    .btn{
      font-size: 14px !important;
    }

}