html,
body {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

li {
  list-style: none;
}

.sub_nav {
  text-align: right;
}

.nav-active {
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}

.sub_nav > ul {
  margin: 0px;
  padding: 0px;
}

.sub_nav > ul li {
  display: inline-block;
  padding: 5px;
}

.sub_nav > ul li a {
  color: #212121;
  font-size: 10pt;
}

.sub_nav > ul li a:hover {
  font-weight: bold;
}

.center-text{
  text-align: center;
}

.margin-md{
  margin: 20px;
}
.nav-item-bold {
  font-weight: bold;
}

/*NAV*/
.navbar-light .navbar-toggler {
  border: none;
  border-radius: 0px;
}

.nav-container {
  background-color: #f8f9fa;
}

/*hero*/
.hero-div {
  width: 100%;
}
.hero-right {
  background: url("../img/pages/home/hero-1.jpg") no-repeat;
  background-size: cover;
  height: 600px;
}

.hero-services {
  background: url("../img/pages/services/services-header.jpg") no-repeat;
}

.hero-about {
  background: url("../img/pages/about/about-header.jpg") no-repeat;
}

/*img-bkg.jpg*/

.hero-content {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 30%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #fff;
  max-width: 600px;
}

.hero-content > h1 {
  font-size: 70pt;
}

.hero-btn {
  margin-top: 20px;
}

/*call to action*/
.call-to-action {
  padding: 20px;
  color: #fff;
  background-color: #06234f;
  font-weight: bolder;
}

.btn-theme-blue {
  background-color: #06234f;
  border-radius: 0px;
  border: 0px;
  padding: 10px;
  width: 90px;
  color: #fff;
}

.btn-theme-white {
  background-color: #fff;
  border-radius: 0px;
  border: 0px;
  padding: 10px;
  width: 90px;
  color: #06234f;
}

.call-to-action .btn-theme-blue {
  border: 1px #fff solid;
}

.form-control {
  border-radius: 0px;
}

/*about us*/
.section {
  padding: 10px;
  padding-top: 100px;
}

.logo-gallery {
  
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  text-align: center;
  
}

.logo-gallery h4 {
  color: #768692;
  margin: 30px;
}

.logo-gallery img {
  margin: 10px;
  max-width: 100px;
}

.section h2 {
  font-size: 35pt;
  margin-bottom: 50px;
}

.section-about-text {
  max-width: 300px;
}

/*section-team*/
.section-team {
  text-align: center;
  background: url("../img/pages/team/background-svg.svg") no-repeat center;
}
.section-team h2 {
  font-size: 35pt;
  margin-bottom: 50px;
}
.section-team-text {
  max-width: 900px;
  margin: 0 auto;
}

.team > li {
  margin: 5px;
}

.spacer-md {
  display: block;
  padding: 30px;
}

.spacer-lg {
  display: block;
  padding: 60px;
}

.team {
  padding: 0px;
  margin: 0xp;
}

.team li {
  list-style: none;
  display: inline-block;
}

.p-quote {
  color: #06234f;
  /*font-family: "Allison", cursive;*/
  font-size: 28pt;
  font-weight: bold;
}

/*services*/
.section-services {
  color: #fff;
  text-align: center;
  background: #06234f url("../img/pages/services/background-svg.svg") no-repeat top right;
}

.c-card {
  padding: 15px;
  border: 1px solid #3367b4;
  margin: 5px;
  text-align: center;
}

.c-card a {
  text-decoration: none;
  color: #fff;
  font-size: 9pt;
}

.c-card-alt {
  background: #3367b4;
  color: #fff;
}

.c-card h4 {
  font-size: 13pt;
  font-weight: bolder;
  margin: 15px;
}
.c-card i {
  margin-bottom: 10px;
}

.c-card p {
  font-size: 11pt;
}

/*sub-pages*/
.sub-pages h1 {
  font-size: 50pt;
}

.team-desc {
  text-align: left;
}

/*FOOTER*/
.footer {
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #06234f;
  color: rgb(223, 223, 223);
  margin-bottom: 0;
}

.ul-footer {
  margin: 0;
  padding: 0px;
}

.hr-footer {
  border: 1px solid #072c64;
}

.footer-tag {
  text-align: center;
  font-size: 10pt;
}

.card-header {
  background-color: #06234f;
  color: #fff;
}

.card-header > .card-link {
  color: #fff;
}

@media all and (max-width: 1056) {
  .hero-content > h1 {
    font-size: 45pt;
  }
}

.img-responsive {
  width: 100%;
}

.section-about-img-tile img {
  margin: 10px;
}

.p-responsive-show {
  display: block;
}

.ul-choose-us {
  margin: 0;
  padding: 0px;
}

.ul-choose-us li {
  margin-top: 50px;
}

@media all and (max-width: 998px) {
  .hero-content > h1 {
    font-size: 35pt;
  }

  .hero-content {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 5%;
    -ms-transform: translate(5%, -50%);
    transform: translate(5%, -50%);
    z-index: 1;
    color: #fff;
  }

  .hero-right {
    /*background: url("../img/pages/home/hero-1.jpg") no-repeat;*/
    background-size: cover;
    height: 400px;
  }

  .call-to-action {
    text-align: center;
  }

  .call-to-action .form-control {
    margin-top: 10px;
  }

  .call-to-action .btn-theme-blue {
    margin-top: 10px;
    width: 100%;
  }

  .section-about-img-tile img {
    margin: 2px;
  }

  .section-about {
    text-align: center;
  }

  .section-about-img-tile {
    margin-top: 90px;
  }

  .section-about-text {
    margin: 0 auto;
  }

  .p-quote {
    font-size: 25pt;
  }

  .c-card a {
    font-size: 11pt;
  }

  .team-desc {
    text-align: center;
    padding-top: 20px;
  }

  .team-title {
    display: none;
  }
}
