#services-2, .bg-lightgrey, #services-4, #services-6, #reviews-3{
    background-color: #000;        
}
h1, h2, h3, h4, h5, h6{
    color: white;
}
body{
    color: white;
}
.quote p, .section-title p{
    color: white;
}

.wide-30 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .bg-primary{
    background-color: #000 !important;
  }
  #content-5, #services-3, #brands-1, #video-3, #faqs-1, footer{
    background-image: url(../images/black.png);
    border-top: 5px solid rgb(51, 51, 51);
    border-bottom: 5px solid rgb(51, 51, 51);
  }

  .bg-a p{
    color: white;
  }
  .bg-a{
    background-color: black;
    border: 2px solid #ffbe18;
  }
 
  .bg-purple {
    background-color: #000 !important;
  }
  
  footer a{
    color: white;
  }
  .header-wrapper{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .tra-menu .wsmainfull{
    padding: 20px 0 0;
  }
  
  .bg-white_3 {
  background: #e95308;
  padding: 20px 40px;
  border-radius: 15px;
  border: 3px solid;
  margin-bottom: 30px;
}
.bg-white_3 small{
    font-size:18px;
}
.bg-white_3 p {
  padding: 0px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: bold;
}