@import url("https://fonts.googleapis.com/css?family=Muli&display=swap");
.inactive {
  display: none; }

.margin-auto {
  margin: 0 auto; }

body {
  color: #000; }

.header-box {
  padding-top: 6rem;
  padding-bottom: 6rem;
  color: #000; }
  .header-box h1 {
    border-bottom: 5px solid #9c9a9a; }
    .header-box h1 span {
      line-height: 1.6;
      padding-right: 5px;
      border-bottom: 5px solid #445cfb; }

.flex-center {
  display: flex;
  justify-content: center; }

.custom-card {
  width: 18rem;
  height: 100%;
  border: 4px solid #000;
  text-align: center;
  background: none; }
  .custom-card .card-header {
    background-color: #ffffffb3; }

@media screen and (max-width: 500px) {
  .header-box {
    padding-top: 3rem;
    padding-bottom: 3rem; }

  .col-lg-4 {
    margin-bottom: 1rem; } }
body, html {
  font-family: 'Muli', sans-serif; }

h1 {
  font-size: 3rem; }

@-webkit-keyframes bouncy {
  0% {
    top: 0em; }
  40% {
    top: 0em; }
  43% {
    top: -0.9em; }
  46% {
    top: 0em; }
  48% {
    top: -0.4em; }
  50% {
    top: 0em; }
  100% {
    top: 0em; } }
@-moz-keyframes bouncy {
  0% {
    top: 0em; }
  40% {
    top: 0em; }
  43% {
    top: -0.9em; }
  46% {
    top: 0em; }
  48% {
    top: -0.4em; }
  50% {
    top: 0em; }
  100% {
    top: 0em; } }
@keyframes bouncy {
  0% {
    top: 0em; }
  40% {
    top: 0em; }
  43% {
    top: -0.9em; }
  46% {
    top: 0em; }
  48% {
    top: -0.4em; }
  50% {
    top: 0em; }
  100% {
    top: 0em; } }
/*** General Button Styles ***/
.button-container {
  display: inline-block;
  margin: 10px 10px;
  cursor: pointer;
  font-weight: 400;
  letter-spacing: 2px;
  height: 45px;
  width: 200px;
  -webkit-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000; }
  .button-container .flipper {
    transition: all .5s ease-in-out;
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative; }
    .button-container .flipper:hover .button.front {
      background-color: #838383;
      border-color: #838383; }
    .button-container .flipper:hover .button.back {
      background-color: #838383;
      border-color: #838383; }
  .button-container .button {
    height: 45px;
    width: 200px;
    border-radius: 3px;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -webkit-box-shadow: 1px 2px 4px -1px rgba(60, 60, 60, 0.64);
    box-shadow: 1px 2px 4px -1px rgba(60, 60, 60, 0.64); }
    .button-container .button i.fa {
      color: white;
      font-size: 35px;
      margin: auto;
      text-shadow: 0.5px 1px 2px #343a40; }
    .button-container .button.front {
      z-index: 10;
      text-transform: uppercase;
      font-size: 15px;
      color: white;
      text-align: center;
      background-color: #09166E;
      border-color: #09166E; }
    .button-container .button.back {
      color: white;
      font-size: 15px;
      text-transform: uppercase;
      background-color: #09166E;
      border-color: #09166E; }

/* --------------------------------
			3D-Flip
-------------------------------- */
.button-flip3d-vertical1 .flipper-flip3d-vertical1 {
  transform-origin: 100% 22.5px; }
.button-flip3d-vertical1 .front {
  transform: translateZ(22.5px); }
.button-flip3d-vertical1 .back {
  -webkit-transform: rotateX(90deg) translateZ(22.5px);
  -ms-transform: rotateX(90deg) translateZ(22.5px);
  transform: rotateX(90deg) translateZ(22.5px); }
.button-flip3d-vertical1:hover .flipper-flip3d-vertical1 {
  transform: rotateX(-90deg); }

.button-flip3d-vertical2 .flipper-flip3d-vertical2 {
  transform-origin: 100% 22.5px; }
.button-flip3d-vertical2 .front {
  transform: translateZ(22.5px); }
.button-flip3d-vertical2 .back {
  -webkit-transform: rotateX(90deg) rotateZ(180deg) rotateY(180deg) translateZ(22.5px);
  -ms-transform: rotateX(90deg) rotateZ(180deg) rotateY(180deg) translateZ(22.5px);
  transform: rotateX(90deg) rotateZ(180deg) rotateY(180deg) translateZ(22.5px); }
.button-flip3d-vertical2:hover .flipper-flip3d-vertical2 {
  transform: rotateX(90deg); }

.bouncy {
  position: relative;
  animation: bouncy 5s linear infinite alternate; }

.btn-custom {
  color: #fff !important;
  background-color: #09166E;
  border-color: #09166E;
  border: 1px solid #fff; }
  .btn-custom:hover {
    color: #09166E !important;
    background-color: #fff;
    border-color: #09166E; }

.home-bg {
  background-size: cover;
  color: #000; }
  .home-bg .info-section {
    color: #000;
    padding: 1em 2em;
    margin-top: 1.5em; }
    .home-bg .info-section h2 {
      text-align: center; }

#carouselExampleIndicators .carousel-caption {
  margin-bottom: 5%; }
  #carouselExampleIndicators .carousel-caption h1 {
    text-shadow: 0 0 5px #000; }
  #carouselExampleIndicators .carousel-caption h2 {
    font-size: 3rem;
    text-shadow: 0 0 5px #000; }

#carouselExampleIndicators img {
  max-height: 500px;
  object-fit: cover; }

.carousel-caption {
  background: rgba(0, 0, 0, 0.6); }

.info-cards-container {
  background-image: url("/images/site/IMG_4557.jpg");
  background-size: cover;
  padding: 3rem 0; }

.card-body {
  background-color: #fff; }

.fa-custom {
  font-size: 10rem;
  color: #838383; }

@media (min-width: 500px) {
  #carouselExampleIndicators img {
    width: 100%; } }
@media (max-width: 500px) {
  #carouselExampleIndicators .carousel-caption h1, #carouselExampleIndicators .carousel-caption h2 {
    font-size: 1.8rem; } }
#services h2 {
  text-align: center; }
#services li {
  list-style: inside; }
#services .header-box {
  padding-top: 25vh;
  padding-bottom: 25vh;
  background: url("/images/site/IMG_2783 copy.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff; }
#services .card {
  border: 2px solid #000;
  height: 100%; }

@media screen and (max-width: 500px) {
  #services h2 {
    padding-left: 10px;
    text-align: left; } }
.contact-banner {
  background-image: url("/images/site/unsplash-construction.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 6rem;
  padding-bottom: 6rem;
  color: #09166E; }
  .contact-banner h1 {
    background: rgba(0, 0, 0, 0.5);
    width: fit-content;
    padding: 5px;
    font-size: 2rem; }

#mapDiv .review-box {
  display: none; }

.contact-info-copy a {
  word-break: break-word; }

.contact .header-box {
  padding-top: 25vh;
  padding-bottom: 25vh;
  background: url("/images/site/IMG_3204.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: 70%;
  color: #fff; }

footer#footer-distributed {
  background: #000;
  color: #fff; }
  footer#footer-distributed .footer-start-top {
    display: flex;
    padding: 30px 0; }
    footer#footer-distributed .footer-start-top > div {
      flex: 1 1 20%; }
  footer#footer-distributed .contact-info-copy a {
    color: #eeeeef; }

.contact-info li {
  margin-bottom: 1.5rem;
  display: flex; }
.contact-info .contact-info-icon {
  margin-right: 1em;
  font-size: 1.5em; }
.contact-info .contact-info-copy a {
  color: #09166E;
  transition: all 0.2s ease-out; }
  .contact-info .contact-info-copy a:hover {
    color: #838383; }

.map-container iframe#footer-company-location {
  width: 100%;
  height: 100%;
  padding: 0; }

#siteMapAndLogo {
  width: 50%;
  display: flex;
  flex-direction: column; }
  #siteMapAndLogo h3 {
    padding-bottom: .3em;
    border-bottom: 1px solid #cfccd6; }

#footer-links {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: column; }
  #footer-links a {
    padding: 0px 15px;
    margin: 0 5px;
    border-radius: 12px;
    display: block;
    color: #eeeeef;
    white-space: nowrap;
    transition: all 0.2s ease-out; }
    #footer-links a:hover {
      text-decoration: none;
      color: #838383; }

#footer-site-information {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  #footer-site-information .Address-and-contact {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }

#NewsLetterSignUp {
  display: flex;
  flex-direction: column;
  align-items: center; }

.footercp {
  background: #fff;
  display: block;
  width: 100%;
  padding: 2px 10px;
  text-align: center; }
  .footercp::after {
    clear: both;
    content: " ";
    display: block; }
  .footercp .copyright {
    color: #09166E;
    float: left; }
  .footercp .poweredby {
    width: 100%; }
  .footercp * p {
    margin: 0; }
    .footercp * p a {
      color: #09166E; }
      .footercp * p a:hover {
        text-decoration: none;
        color: #838383; }

@media screen and (max-width: 991px) {
  div#siteMapAndLogo {
    width: 100%;
    padding: 10px 20px; }

  div#NewsLetterSignUp {
    width: 100%;
    padding: 10px 20px; }

  div#footer-site-information {
    width: 100%;
    padding: 10px 20px; }

  iframe#footer-company-location {
    width: 85%; } }
@media screen and (max-width: 500px) {
  footer#footer-distributed .footer-start-top {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0; } }
.testimonials-container {
  background-color: #fff;
  background-image: url("/images/site/IMG_2783.jpg");
  color: #fff;
  font-size: 36px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: 30%;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-shadow: 0 0 3px #000;
  padding: 2rem; }

@media screen and (max-width: 500px) {
  .testimonials-container {
    font-size: 24px; } }
.line-behind-text {
  border-bottom: 2px solid #09166E;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  line-height: 20px;
  width: 100%;
  height: 11px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px; }

.line-behind-text span {
  background-color: #09166E;
  padding: 5px; }

.testimonials-bottom-line {
  margin-bottom: 8px;
  border-bottom: 2px solid #09166E;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  line-height: 20px;
  width: 100%;
  height: 11px;
  color: #000;
  text-transform: uppercase; }

.navbar {
  border-bottom: 2px solid #ccc;
  box-shadow: 0 0 5px #ccc; }

.secondary-nav {
  text-align: right;
  background: #000;
  color: #fff;
  padding: 5px; }
  .secondary-nav .container {
    display: flex;
    justify-content: space-between; }

.header-logo-img {
  height: 100px; }

@media screen and (max-width: 500px) {
  .header-logo-img {
    height: 50px; }

  .secondary-nav .container {
    flex-direction: column; } }
.navbar-color-new .navbar-brand {
  color: #838383; }
  .navbar-color-new .navbar-brand:hover, .navbar-color-new .navbar-brand:focus {
    color: #838383; }
.navbar-color-new .navbar-nav .nav-link {
  color: #09166E; }
  .navbar-color-new .navbar-nav .nav-link:hover, .navbar-color-new .navbar-nav .nav-link:focus {
    color: #838383; }
.navbar-color-new .navbar-nav .show > .nav-link,
.navbar-color-new .navbar-nav .active > .nav-link,
.navbar-color-new .navbar-nav .nav-link.show,
.navbar-color-new .navbar-nav .nav-link.active {
  color: #838383; }
.navbar-color-new .navbar-toggler {
  color: #09166E; }
.navbar-color-new .navbar-text {
  color: #09166E;
  text-shadow: 2px 2px 2px white; }
  .navbar-color-new .navbar-text a {
    color: #838383; }
    .navbar-color-new .navbar-text a:hover, .navbar-color-new .navbar-text a:focus {
      color: #838383; }

.dropdown-item {
  color: #09166E; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #09166E, 10%;
    background-color: #838383; }
  .dropdown-item.active, .dropdown-item:active {
    color: #09166E, 10%;
    background-color: #838383; }

.page-title-and-text {
  padding: 20px;
  border-radius: 20px; }
  .page-title-and-text .page-title, .page-title-and-text .page-text {
    width: 100%;
    color: #000;
    padding: 0 20px; }
    .page-title-and-text .page-title *, .page-title-and-text .page-text * {
      margin: 0; }
  .page-title-and-text .page-title {
    text-align: right; }
    .page-title-and-text .page-title * {
      font-weight: bolder; }

.header-cell {
  overflow: hidden; }

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