.bg-hfs {
  background-color: #2a57a3;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: white;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: white;
  text-decoration: underline;
}

.navbar-light .navbar-nav .nav-link {
  color: white;
}

body {
  margin: 0;
  font-family: Montserrat,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  text-align: left;
  background-color: #fff;
}

.container-fluid.promo {
  width: 100%;
  text-align: center;
  color: #fff;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  background: url("../../assets/img/site-imagery/promos/hfs-workshop-2.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
}

@media (max-width: 576px) {
  .container-fluid.promo {
    height: 89vh;
  }
}

.container-fluid.promo-smaller {
  display: block;
  margin-top: 0px;
  width: 100%;
  color: #fff;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  background: url("../../assets/img/site-imagery/promos/hfs-front-of-house.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
}

.col.promo {
  margin-left: auto;
  margin-right: auto;
  max-width: 1170px;
}

@media (max-width: 415px) {
  .col.promo {
    margin-left: auto;
    margin-right: auto;
  }
}

.jumbotron.promo {
  background-color: none;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 1170px;
  padding-top: 20%;
}

@media (max-width: 576px) {
  .jumbotron.promo {
    background-color: transparent;
    text-align: center;
    margin-top: 20%;
    padding-top: 25%;
  }
}

.h1, h1 {
  font-size: 40px;
}

.btn-primary {
  color: #fff;
  background-color: #2a57a3;
  border-color: #2a57a3;
}

.btn-group-lg > .btn, .btn-lg {
  padding: .5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #2a57a3;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #2a57a3;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #fff;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.footer-nav a {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 0.10rem;
  margin-bottom: -1px;
  background-color: transparent;
  border: 0px solid rgba(0,0,0,.125);
}

@media (min-width: 576px) {
  .footer-col {
    margin: 60px 0 60px 0;
    text-align: center;
  }
}

.footer-col {
  margin: 60px 0 60px 0 !important;
  text-align: center;
}

a {
  color: #2a57a3;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

.footer-link {
  color: white;
}

a:hover {
  color: #2a57a3;
  text-decoration: underline;
}

.container-fluid.footer-below {
  background-color: #333;
  width: 100%;
  padding: 30px 0;
  /*margin: 0 auto;*/
  font-size: 16px;
}

footer {
  background-color: #2a57a3;
  color: white;
}

ul.social-network {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
  padding: 0px;
}

ul.social-network li {
  display: inline;
  margin: 0 5px;
}

.social-network a.icoFacebook:hover {
  background-color: #3B5998;
}

.social-network a.icoLinkedin:hover {
  background-color: #007bb7;
}

.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i, .social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
  color: #fff;
}

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 50px;
  height: 50px;
  font-size: 20px;
}

.social-circle li i {
  margin: 0;
  line-height: 50px;
  text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.social-circle i {
  color: #fff;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.spin {
  background-color: #444;
}

#spinning-social {
  margin-bottom: 20px;
}

@media (max-width: 380px) {
  .h2, h2 {
    font-size: 1.3rem;
  }
}

.about {
  margin: 60px 0 40px 0;
}

.rounded-circle.img-fluid.bio {
  margin-bottom: 20px;
}

.bio-header {
  margin-bottom: 10px;
}

.accreditation {
  /*background-color: #f2f2f2;*/
  padding: 60px 0 100px 0;
}

.profiles {
  background-color: #2a57a3;
  padding: 60px 0 80px 0;
  margin-top: 90px;
  color: white;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0px solid rgba(0,0,0,.125);
  border-radius: .25rem;
  margin-bottom: 30px;
}

.card-title {
  margin-bottom: .75rem;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem 1.25rem 1.75rem;
  background-color: #eeeeee;
}

.cross-sell {
  margin: 0px 0 40px 0;
}

.h4, h4 {
  font-size: 1.2rem;
}

.h3, h3 {
  font-size: 1.45rem;
}

.container-fluid.d-flex.justify-content-center.promo-smaller.plastic-fab {
  background: url("../../assets/img/site-imagery/promos/hfs-workshop-1.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}

.container-fluid.d-flex.justify-content-center.promo-smaller.site-servicing {
  background: url("../../assets/img/site-imagery/promos/hfs-site-servicing-hdpe-pipe-install-1.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}

.container-fluid.d-flex.justify-content-center.promo-smaller.steel-fab {
  background: url("../../assets/img/site-imagery/services/steel-fabrication/dave-grinding.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}

.navbar-light .navbar-toggler {
  color: rgb(255,255,255);
  border-color: rgb(255,255,255);
  border: none;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #2a57a3;
  background-clip: padding-box;
  border: 0px solid rgba(0,0,0,.15);
  border-radius: .25rem;
}

.col.contact-form {
  padding-left: 0;
  padding-right: 0;
}

#testimonial {
  background-color: #2a57a3;
  color: #fff;
}

.blockquote-footer a {
  color: white;
}

.blockquote-footer a:hover {
  color: white;
  text-decoration: underline;
}

.carousel-item blockquote {
  border-left: none;
  margin: 0;
}

.carousel-inner {
  margin-bottom: 20px;
}

i {
  color: #fff;
}

@media (max-width: 400px) {
  .row.projects {
    margin-right: -45px;
    margin-left: -45px;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

hr {
  margin-top: 30px;
  /*margin-bottom: 30px;*/
  border: 0;
  border-top: 2px solid #eee;
}

@media (max-width: 576px) {
  hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 2px solid #eee;
  }
}

a:focus, a:hover {
  color: #2a57a3;
  text-decoration: underline;
}

a {
  font-size: 16px;
}

footer a:active, footer a:focus, footer a:hover {
  color: #fff;
  font-weight: 800;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat';
  font-weight: 700;
}

.carousel-item blockquote p:before {
  content: "\f10d";
  font-family: 'Fontawesome';
  float: left;
  margin-right: 10px;
}

.col-sm-8.offset-sm-2.testimonial {
  margin-top: 30px;
  margin-bottom: 20px;
  padding-top: 20px;
  text-align: center;
  font-size: 16px;
}

@media (max-width: 414px) {
  .h1, h1 {
    font-size: 24px;
  }
}

.spacer {
  padding: 50px 0;
}

.working-with {
  background-color: #EEEEEE;
  padding: 80px 0;
}

.card-details {
  background-color: #EEEEEE;
  margin-top: -15px;
  padding: 20px;
}

.post-info {
  font-size: 12px;
  padding: 10px 0 10px 0;
}

.post-text {
  margin-bottom: 5px;
}

.post-meta {
  font-size: 13px;
  padding: 5px;
}

.post-text p {
  padding: 10px 0;
}

.card {
  margin-bottom: 20px;
}

i.blog {
  color: #000;
  padding-right: 5px;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 10px;
  list-style: none;
  background-color: transparent;
  border-radius: 0px;
  margin-left: -15px;
  margin-top: 10px;
}

@media (max-width: 414px) {
  .breadcrumb {
    margin: -10px -15px 0 -15px;
  }
}

.single-block-overlap {
  background-color: white;
  padding: 20px 30px 20px 30px;
  margin-bottom: 60px;
  margin-top: -70px;
}

@media (max-width: 460px) {
  .single-block-overlap {
    background-color: white;
    padding: 20px 10px!important;
    margin-bottom: 60px;
    margin-top: -70px;
  }
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}

.nav-tabs {
  border-bottom: 0px solid #ddd;
}

.tab-content {
  border-top: 0px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 20px;
}

.project-header {
  padding-bottom: 10px;
  margin-bottom: 20PX;
}

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
  font-size: 20px;
  color: #333;
  text-decoration: none;
}

@media (min-width:768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 0 0;
    text-decoration: none;
  }
}

.breadcrumb > li > a {
  display: inline-block;
}

.form-control {
  display: block;
  width: 100%;
  height: 50px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.btn-primary:hover {
  color: #fff;
  background-color: #2a57a3;
  border-color: #2a57a3;
}

@media (max-width: 576px) {
  .btn-primary {
    color: black;
    background-color: white;
    border-color: #2a57a3;
    border-radius: 0;
    padding: 15px 20px;
    width: 100%;
  }
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #2a57a3;
  border-color: #2a57a3;
}

.btn-primary {
  color: white;
  background-color: #2a57a3;
  border-color: #2a57a3;
  border-radius: 0;
  padding: 15px 20px;
}

textarea.form-control {
  height: auto;
  min-height: 100px;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 15px;
  font-weight: 700;
}

.btn-wide {
  width: 100%;
}

.team-bio {
  margin-bottom: 20px;
}

@media (max-width:1199px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
    font-size: 15px;
  }
}

.isotope-header {
  margin-bottom: 20px;
}

@media (max-width: 370px) {
  .filter-button {
    font-size: 15px;
    margin-bottom: 10px;
    margin-right: 5px;
    margin-left: 5px;
  }
}

.filter-button {
  font-size: 18px;
  border: 1px solid #2a57a3;
  border-radius: 5px;
  text-align: center;
  color: #2a57a3;
  margin-bottom: 15px;
  margin-right: 5px;
  margin-left: 5px;
}

@media (max-width: 400px) {
  .filter-button:hover {
    font-size: 14px;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #2a57a3;
  }
}

.filter-button:hover {
  font-size: 18px;
  border-radius: 5px;
  text-align: center;
  color: #ffffff;
  background-color: #2a57a3;
}

.isotope-block {
  margin: 10px 0;
}

.isotope-nav {
  text-align: center;
}

.scroll-top-wrapper {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  text-align: center;
  z-index: 99999999;
  background-color: #777777;
  color: #eeeeee;
  width: 50px;
  height: 48px;
  line-height: 45px;
  right: 15px;
  bottom: 15px;
  padding-top: 0px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.scroll-top-wrapper:hover {
  background-color: #2a57a3;
}

.scroll-top-wrapper i.fa {
  line-height: inherit;
  font-size: 30px;
}

.promo-text {
  font-size: 30px;
}

@media (max-width: 578px) {
  .promo-text {
    font-size: 12pt;
  }
}

.gallery {
  padding-top: 60px;
}

@media (max-width: 577px) {
  .last {
    margin-top: -40px !important;
  }
}

.cd-header {
  width: 100%;
}

@media (min-width: 993px) {
  .nav-call {
    margin-left: 50px;
  }
}

@media (max-width: 1180px) {
  .btn.btn-success.btn-lg.nav-call {
    font-size: 14px;
    width: 90px;
  }
}

@media (max-width: 768px) {
  .btn.btn-success.btn-lg.nav-call {
    font-size: 14px;
    width: 220px;
    margin-left: 0px;
  }
}

@media (max-width: 414px) {
  .btn.btn-success.btn-lg.nav-call {
    font-size: 14px;
    width: 100%;
    margin-left: 0px;
  }
}

.bg-light {
  background-color: transparent !important;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

@media (max-width: 414px) {
  .navbar-expand-lg .navbar-nav {
    text-align: center;
    padding: 20px 0;
  }
}

@media (max-width: 414px) {
  .breadcrumb-item p, li, a {
    font-size: 85%;
  }
}

.blockquote-footer {
  margin-top: 20px;
  color: white;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}

.mb-3 {
  margin-bottom: 1rem!important;
}

.form-input {
  padding: 0 15px;
}

.carousel-indicators {
  position: relative;
  top: -20px;
}

#side-menu {
  background: #2a57a3 !important;
}

#side-menu .nav-link {
  color: #fff !important;
}

.hfs-logo {
  width: 220px;
}

@media (max-width: 430px) {
  .hfs-logo {
    width: 180px;
  }
}

.main {
}

.tutorial-header {
}

.scroll-top-inner {
}

.section-header {
}

.promo-smaller.consultancy {
}

.col-xs-12.floating-label-form-group.controls.form-group {
}

.control-group {
}

.help-block {
}

.isotope-text {
}

.post {
}

.isotope-block.filter.filter2 {
}

.isotope-block.filter.filter1 {
}

.isotope-block.filter.filter3 {
}

.fa.fa-phone {
  margin-right: 4px;
}

.contact-footer-text {
  padding-top: 16px;
}

.iod-logo {
  width: 50px;
  max-height: 50px;
}

.bio {
  width: 150px;
}

.mt20 {
  margin-top: 20px;
}

.section-header {
  padding-bottom: 20px;
}

.form-select-lg {
  height: 51px;
}

.youtube-vid {
  max-width: 70%;
  width: 100%;
  height: 340px;
}

@media (max-width: 997px) {
  .youtube-vid {
    max-width: 100%;
    width: 100%;
    height: 270px;
  }
}

@media (max-width: 532px) {
  .youtube-vid {
    max-width: 414px;
    width: 100%;
    height: 100%;
  }
}

.iso9001 {
  max-width: 120px;
  width: 100%;
}

