@charset "UTF-8";
/*!
* Bootstrap v4.3.1 (https://getbootstrap.com/)
* Copyright 2011-2019 The Bootstrap Authors
* Copyright 2011-2019 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
:root {
--blue: #497D9D;
--magite: #426da9;
--mowa-green: #abd037;
--mowa-blue: #497D9D;
--maglite: #669bbc;
--indigo: #2d1582;
--purple: #6f42c1;
--pink: #e83e8c;
--red: #de4437;
--orange: #c7501a;
--yellow: #ffc107;
--green: #28a745;
--teal: #5b7ba9;
--cyan: #00dffc;
--white: #fff;
--gray: #8c98a4;
--gray-dark: #343a40;
--primary: #fcbf49;
/*--secondary: #acd038;*/
--secondary: rgba(0,0,0,0.001);
--success: #5b7ba9; /* #5b7ba9; */
--info: #00dffc;
--warning: #ffc107;
--danger: #de4437;
--light: #669BBC;
--dark: #003049;
--white: #fff;
--indigo: #2d1582;
--teal: #01b7c4;
--breakpoint-xs: 0;
--breakpoint-sm: 576px;
--breakpoint-md: 768px;
--breakpoint-lg: 992px;
--breakpoint-xl: 1200px;
--font-family-sans-serif: "Montserrat","Poppins", Helvetica, Arial, sans-serif;
--font-family-mowa-header: "Montserrat";
--bs-dropdown-link-color: white;
/* --font-family-sans-serif: "Poppins", Helvetica, Arial, sans-serif; */
--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-primary {
  color: var(--primary);
}
.text-primary button {
  color: var(--primary) !important;
}
.bg-light{
  background-color: var(--light) !important;
}
.bg-dark{
  background-color: var(--dark) !important;
}
.bg-primary{
  background-color: var(--primary) !important;
}

.bg-teal{
  background-color: var(--teal) !important;
}

.btn-teal {
  background-color: var(--teal) !important;

}

.btn-teal:hover {
  background-color: var(--secondary) !important;
}
    .bd-placeholder-img {
      font-size: 1.125rem;
      text-anchor: middle;
      -webkit-user-select: none;
      -moz-user-select: none;
      user-select: none;
    }

    @media (min-width: 768px) {
      .bd-placeholder-img-lg {
        font-size: 3.5rem;
      }
    }

    .b-example-divider {
      height: 3rem;
      background-color: rgba(0, 0, 0, .1);
      border: solid rgba(0, 0, 0, .15);
      border-width: 1px 0;
      box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
    }

    .b-example-vr {
      flex-shrink: 0;
      width: 1.5rem;
      height: 100vh;
    }

    .bi {
      vertical-align: -.125em;
      fill: currentColor;
    }

    .nav-scroller {
      position: relative;
      z-index: 2;
      height: 2.75rem;
      overflow-y: hidden;
    }

    .nav-scroller .nav {
      display: flex;
      flex-wrap: nowrap;
      padding-bottom: 1rem;
      margin-top: -1px;
      overflow-x: auto;
      text-align: center;
      white-space: nowrap;
      -webkit-overflow-scrolling: touch;
    }

    main > .container {
      padding: 60px 15px 0;
  }

  .navbar .navbar-nav .nav-link {
      color: #fff;
      font-size: 1.1em;
      transition: all 0.5s;
  }
  .navbar .navbar-nav .nav-link:hover {
      background-color: var(--secondary);
      color: var(--primary);
  }


  @media only screen and (min-width: 992px) {
  .navbar {
      padding: 0;
  }
  .navbar .navbar-nav .nav-link {
      padding: 0.5em 0.5em;
  }

  }

.container {
  max-width: 1100px !important;
  margin: auto;
  width: 1100px;
}
  
  body {
    font-family: var(--font-family-sans-serif) !important;
  }

  .navbar {
    background-color: #40709c;
  }
  .phone-text h5, .phone-text i  {
    color: var(--mowa-blue) !important;
    transition: 0.5s;
  }

  /*.phone-text:hover i{
    color: blue !important;
  }
  */
  h1, h2, h3, h4, h5, h6, .btn, .navbar, .other-header {
    font-family: var(--font-family-sans-serif) !important;
    /* color: var(--mowa-blue) !important; */
  }

  /* h1 i {
    color: rgb(171, 208, 55) !important;
  } */

  .h1, .h2, .h3, .h4 {
    font-family: var(--font-family-sans-serif) !important;
    /* color: var(--mowa-green) !important; */
  }

  .li-bold-number {
    /* color: rgb(0, 183, 196) !important; */
    font-size: 48px;
    font-weight: 600;
    font-family: var(--font-family-mowa-header);
  }

  .stats-box {
    border-radius:10px; 
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.6);
    background-size:cover;
    transition: 0.5s;
    min-height: 300px;
  }

  .stats-box:hover {
    font-size: 1.5em;
    box-shadow: inset 0 0 0 1000px rgba(2,58,81,.96);
    
  }

  .stats-icon {
    color: rgb(0, 183, 196) !important;
    font-size: 2.5em;
  }
  .stats-number {
    font-weight: 800;
    font-size: 38px;
    color: var(--mowa-blue) !important;
  }
  .stats-label {
    font-size: 1.2em;
    font-family: var(--font-family-sans-serif); 
    color: var(--mowa-blue) !important;
  }
  .round {
    border-radius: 10px !important;
  }
/*  li {
    color: rgb(0, 57, 82) !important;
    font-size: 1.3em !important;
  }*/
  p, .p {
    line-height: 1.2;
    
    font-size: 1.0em !important;
    font-weight: 500 !important;
  }

  footer p, footer .p {
    color: var(--light) !important;
  }
  
  i {
    color: rgb(0, 57, 82);
  }

  .dropdown-menu[data-bs-popper]  {
    background-color: rgb(0, 57, 82);
    color: white !important;
    font-size: 1.5em;
  }

  .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: #FFFF00;
    color: #FFC0CB;
}


  .nav-link {
    font-size: 1.2em !important;
    color: white !important;
    text-transform:uppercase;
  }

  .dropdown-item {
    color: var(--mowa-green) !important;
    font-size: 1.1em;
    text-transform: uppercase;
  }
  .faq-spacer {
    height:10px;
    width:100%;
    
  }

  .is-dark-text {
    color: var(--mowa-blue) !important;
  }

  .staff-name {
    line-height: 1em;
  }
  .staff-title {
    line-height: 1em;
    color: gray !important;
  }

 /* div {
  border: 1px solid pink;
 } */