body {
  overflow-x: hidden;
}

.navbar .nav-link {
  font-size: 14px;
  text-transform: uppercase;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  color: rgba(209,75,38,255);
  color-adjust: rgba(209,75,38,255);
 
}
.navbar-toggler-icon{
  color: rgba(209,75,38,255);
  color-adjust: rgba(209,75,38,255);
}
.navbar-brand {
  font-size: 20px;
}
.navbar-toggler-icon{

  color: rgba(255,202,24,255)  ;
  background-color: rgb(238, 76, 76);
}

.bg-yellow{
  
  background: rgba(255,202,24,255) ;
 
}
.navbar .nav-item.active {
  border-left: rgba(209,75,38,255) 3px solid;
}

.carousel-item {
  height: 450px;
}

.carousel-image-1 {
  background: url('../img/lights.jpg');
  background-size: cover;
}

.carousel-image-2 {
  background: url('../img/truckbaner1.jpg');
  background-size: cover;
}

.carousel-image-3 {
  background: url('../img/services.jpg');
  background-size: cover;
}
.text-red{
  color:rgba(209,75,38,255);
  font-weight: bold;
}
.text-white{
  color:white;
  font-weight: bold;
}
.bg-red{  
  background-color: rgba(209,75,38,255);
}

#home-heading {
  position: relative;
  min-height: 200px;
  background: url('../img/lights.jpg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  text-align: center;
  color:rgba(209,75,38,255);
}

.dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(209,75,38,255);
}

.dark-touch {
  
  background: rgb(105, 3, 109,0.1);
}


#video-play {
  position: relative;
  min-height: 200px;
  background: url('../img/media.jpg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 0 -300px;
  text-align: center;
  color: #fff;
}

#video-play a {
  color: #fff;
}

#page-header {
  height: 240px;
  background: url('../img/truckSun.jpg');
  background-repeat: repeat-x;
  background-attachment: fixed;
  color:white;
 
  border-bottom: 1px #eee solid;
  padding-top: 50px;
}

.about-img {
  margin-top: -50px;
  width: 500px;
  height: 500px;
}

#faq .card {
  border: rgb(105, 3, 109);
}

#faq a {
  color:red;
  text-decoration: none;
}

#faq .card-body,
#faq .card-header {
  background: rgb(105, 3, 109);
}

#main-footer {
  background: rgba(255,172,0,255)  ;
  color-adjust: rgba(255,172,0,255)  ;
 
}
.text-dark{
  color:black;
  
}
.gallery{
  
  height: 220px;

}
.pic{
  height: 50px;
  width: 50px;
}

