html,
body {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

li {
  list-style: none;
}

.sub_nav {
  text-align: right;
  background-color: #f8f9fa;
}
.sub_nav-contact{
  background-color: #f8f9fa;
  width: 100%;
}

.li-border-left {
  border-left: 1px solid #ddd;
}

.nav-active {
  font-weight: bold;  
  border-bottom: 2px solid #B88C00;
}

.nav-active .nav-active {
  color: red;
}

.nav-link a:hover{
  color: #B88C00;
}

.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;
}

.nav-item-bold {
  font-weight: bold;
}

/*NAV*/
.navbar-light .navbar-toggler {
  border: none;
  border-radius: 0px;
}

.nav-container {
  background-color: #fff;
}

.bg-light {
  background-color: #fff !important;
}
/*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: 60pt;
  color: #fff;
}

.hero-content > h4{
  color: #B88C00;
}

.hero-content > p {
  color: #212121;
}

.hero-btn {
  margin-top: 20px;
}

/*call to action*/
.call-to-action {
  
  color: #fff;
  background-color: #B88C00;
  font-weight: bolder;
}

.call-to-action-text {
  padding: 20px;
}

.call-to-action-img {
  text-align: center;
  height: 100%;
}

.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: 50%;
  border: 0px;
  padding: 10px;
  width: 90px;
  color: #212121;
}

.btn-theme-white {
  background-color: #fff;
  border-radius: 30px;
  width: 250px;
  border: 0px;
  padding: 10px;
  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;
}

.section h2 {
  font-size: 35pt;
  margin-bottom: 50px;
}

.aboutus-list{
  text-align: left;
}

.aboutus-list h4 {
  margin-bottom: 10px;
  font-size: 30px;
  color: #B88C00;
}

.aboutus-list ul {
  margin: 0px;
  padding: 0px;
}

.aboutus-list ul li {
  list-style: circle;
}

.section-about-text {
  max-width: 300px;
}



/*section-team*/
.section-team {
  text-align: center;
  background: url("../img/pages/team/background-svg.svg") no-repeat top right;
}
.section-team h2 {
  font-size: 35pt;
  margin-bottom: 50px;
}

 
.choose-us h4{
  font-size: 20px;
  text-transform: uppercase;
}

.choose-us-header {
  text-align: left;
  font-size: 40px !important;
}


.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;
}

.section-about-team form {
  text-align: left;
  padding: 10px;
}

.section-about-team form a {
  color: #B88C00
}

.p-quote {
  color: #06234f;
  font-family: "Allison", cursive;
  font-size: 35pt;
}

/*services*/
.section-services {
  color: #fff;
  text-align: center;
  /*background: #06234f url("../img/pages/services/background-svg.svg") no-repeat top right;*/
  background: #030C35;
}


.c-card {
  padding: 15px;
  border: 1px solid #CCB045;
  margin: 5px;
  text-align: center;
  text-transform:uppercase;
}

.c-card a {
  text-decoration: none;
  color: #fff;
  font-size: 9pt;
}

.c-card-alt {
  background: #CCB045;
  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;
  }
}
