body {
  background: #eee;
  overflow-x: hidden; }

.bg-white {
  background-color: #ffffff !important; }

.title {
  text-transform: uppercase;
  font-size: 2rem; }

section {
  padding-left: 10px;
  padding-right: 10px; }

.customNav {
  margin: auto;
  float: right;
  margin-right: 0px; }
  .customNav li {
    display: block; }
    .customNav li a {
      text-transform: uppercase;
      color: #333;
      font-weight: 500; }

.carousel span {
  display: block;
  font-weight: bold; }

.carousel .carousel-caption {
  top: 20%;
  margin: auto;
  width: 70%; }

.carousel h1 {
  font-weight: bold;
  text-transform: uppercase; }

.carousel h5 {
  margin-bottom: 20px;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.8rem; }

.title {
  padding: 15px 0; }

#about .col {
  padding: 0px;
  background: #0a1332; }
  #about .col .content {
    padding: 20% 18%;
    color: white; }

#about .title {
  text-transform: uppercase; }

#about img {
  width: 100%;
  height: 100%; }

#ourproducts {
  padding: 5%;
  background: white; }
  #ourproducts .title {
    font-size: 2.5em;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center; }
    #ourproducts .title:after {
      content: '';
      height: 2px;
      background: #333;
      position: absolute;
      bottom: 0;
      text-align: center;
      width: 74%;
      left: 0;
      right: 0;
      margin: 0 auto; }
  #ourproducts .media {
    margin-bottom: 3em; }

#ourservices {
  padding: 5%; }
  #ourservices .title {
    font-size: 2.5em;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center; }
    #ourservices .title:after {
      content: '';
      height: 2px;
      background: #333;
      position: absolute;
      bottom: 0;
      text-align: center;
      width: 74%;
      left: 0;
      right: 0;
      margin: 0 auto; }
  #ourservices .media {
    margin-bottom: 3em; }
  #ourservices .card {
    background-color: transparent;
    border: none; }

footer {
  background: #0a1332;
  color: white;
  padding: 5% 0; }
  footer .nav {
    padding-left: 0px; }
    footer .nav li a {
      color: white;
      padding-left: 0px; }

.footer {
  background: white;
  padding: 20px 0; }
  .footer p {
    margin: 0; }

#services {
  padding: 5% 0; }

#contact {
  padding: 5% 0; }

#extraText {
  background: white;
  padding: 6rem 0; }
  #extraText .col {
    padding-right: 4rem; }

#aboutSecond {
  background: #f9f9f9;
  padding: 4rem 0; }

#digiFac {
  background: #f9f9f9;
  padding: 4rem 0; }
  #digiFac .col {
    padding-right: 4rem; }
  #digiFac .title {
    text-transform: uppercase; }

#labour {
  background: white;
  padding: 4rem 0; }
  #labour .col {
    padding-right: 4rem; }

.productsPage .row {
  margin-bottom: 5rem; }

.padBlock {
  padding: 0rem 4rem 4rem 2rem; }

@media only screen and (max-width: 600px) {
  #extraText h1 {
    font-size: 1.5rem; }
  #extraText .col {
    padding-right: 0; }
  #about .col {
    flex-basis: auto;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .customNav li {
    width: 100%; } }

.new-success-msg {
  display: none; }
