
.services-truck-green {
  background-image: url(../../assets/img/interstate-delivery-services/truck-full-img-green.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  position: relative;
  z-index: 1;
  height: 170px;
}

.services-truck-yellow {
  background-image: url(../../assets/img/interstate-delivery-services/truck-full-img-yellow.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  position: relative;
  z-index: 1;
  height: 170px;
}



.banner-header-text {
     color: #f5c21b;  
     text-transform: uppercase; 
     font-family: "Montserrat", sans-serif;
    font-weight: 600;
    }

.banner-header-text-02 {
     color: #fff;  
     text-transform: uppercase; 
     font-family: "Montserrat", sans-serif;
    font-weight: 600;
    }

.banner-header-sub-text {
    color: #fff;
    font-weight: 200;
    font-size: 26px;
    }


.banner-header-sub-text-mobile {
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    }

.padding-top-header {
    
    padding-top: 250px;
}

/*color code used in website*/

.yellow-color {
    color: #f5c21b ;
    }

.green-color {
     color: #409410;   
    }

.dark-grey-color {
     color: #303030;   
    }

.red-color {
     color: #ed1e24;   
    }

.black-color {
     color: #000000;   
    }

.back-ground-color-black {
    
 background-color: #000000;
    
    
}

.back-ground-color-green {
    
 background-color: #409410;
    
    
}

.back-ground-color-yellow {
    background-color: #f5c21b ;
    }


/* Additonal given class in services page */


.top-images-margin02 {
    
    margin-top: -155px;
    z-index:999;
}


.top-images-margin {
    
    margin-top: -155px;
    z-index:-1;
}

.top-images-margin-qoute {
    
    margin-top: -255px;
    z-index:-1;
}

.road-transport-top-margin {
    
    margin-top: -155px;
    z-index: 2 !important;
    
}

.services-box01 {
    
    margin-top: -155px;
    z-index:100;
}

.services-box02 {
    
    margin-top: -155px;
    z-index:100;
}

.services-box03 {
    
    margin-top: -155px;
    z-index:100;
}

.about-box01 {
    
    margin-top: -75px;
    z-index:99;
}


.contact-box01 {
    
    margin-top: -75px;
    z-index:99;
}


.contact-box02 {
    
    margin-top: -75px;
    z-index:99;
}

.contact-box03 {
    
    margin-top: -75px;
    z-index:99;
}

.contact-box04 {
    
    margin-top: -75px;
    z-index:99;
}

/*for right bottom Whatsapp icons*/

.whatsapp {
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  z-index:100;
  margin: 0px 7px -25px 0px;
}

.whatsapp-icon {
  margin-top:0px;
}
   

/*for Gallery pages */

.headermessage {
  margin: 16px 0;
  color: black;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: bold;
}
.image-block {
    border: 2px solid white ;
    background-color: black;
    padding: 0px;    
    margin: 0px;
    height:300px;
    text-align: center;
    vertical-align: bottom;
}
.image-block > p {
    width: 100%;
    height: 100%;
    font-weight: normal;
    font-size: 2 em;
    padding-top: 150px;
    background-color: rgba(3,3,3,0.0);
    color: rgba(6,6,6,0.0);
}
.image-block:hover > p {
    background-color: rgba(3,3,3,0.5);    
    color: white;    
}



/*# Extra class home page service line  */
 .services-container {
            display: flex;
            align-items: center;
            justify-content: center;
            color: #4CAF50; /* Green color for the text */
            font-size: 24px;
            font-weight: bold;
            margin-top: 5px;  /*30px*/
            margin-bottom: 30px;
            
        }
        .left-text, .right-text {
            color: #B0B0B0; /* Gray color for the side text */
            font-size: 18px;
            margin: 0 80px;
            
        }
        .services-header {
            color: #4CAF50; /* Green text for "OUR SERVICES" */
        }
        .line {
            flex: 1;
            height: 2px;
            background-color: #B0B0B0; /* Gray line */
            margin: 0px 45px;
           
        }

         /* if future need then use below code line
                           <div class="line"></div>
                              <span class="services-header">OUR SERVICES</span>
                           <div class="line"></div>*/


/*Box Shaddow*/

.box-shadow01 { 

-webkit-box-shadow: -1px -1px 25px -6px rgba(102,102,102,1);
-moz-box-shadow: -1px -1px 25px -6px rgba(102,102,102,1);
box-shadow: -1px -1px 25px -6px rgba(102,102,102,1);

} 

/*box shaddow end here*/


/*Services02 Area Style
======================================================*/
.services-area-two .single-services-box02 {
  position: relative;
  padding: 0;
}

.services-area-two .single-services-box02::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #409410;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.services-area-two .single-services-box02 .services-content {
  position: relative;
  padding: 30px;
}

.services-area-two .single-services-box02:hover::before {
  -webkit-transform: scale(0);
          transform: scale(0);
}

.single-services-box02 {
  padding: 30px;
  text-align: center;
 /* -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);  */
  margin-bottom: 30px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-services-box02 i {
  font-size: 50px;
  background-color: rgba(244, 9, 8, 0.90);
  color: #fff;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  margin-bottom: 20px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-services-box02 h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.single-services-box02 h3 a {
  color: #000024;
}

.single-services-box02 h3 a:hover {
  color: #409410;
}

.single-services-box02:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.single-services-box02:hover i {
  -webkit-transform: rotateX(-360deg);
          transform: rotateX(-360deg);
}



 /* Your Qoute form styling */

.zindex {
     z-index:-2 !important; 
    }

/*  added on responsive css for samll device compatablity
.truck-bg-green {
    
    background-image: url(../../assets/img/interstate-delivery-services/truck-full-img-green.png); 
    background-position: center center; 
    background-repeat: no-repeat; 
    background-size: content; 
    height:170px;
    
}

.truck-bg-yellow {
    
    background-image: url(../../assets/img/interstate-delivery-services/truck-full-img-yellow.png); 
    background-position: center center; 
    background-repeat: no-repeat; 
    background-size: content; 
    height:170px;
    
} */

.services-box-truck {
  padding: 30px;
  text-align: left; /* text-align: center; Note: center to left align for Desktop */
 
  margin-bottom: 30px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.text-benefit {
    
    font-weight:300; 
    text-align:left; 
    padding-top:15px;
    color: #fff;
    line-height: 32px !important; /*added for text height*/
    
}

.text-benefit-yellow {
    
    font-weight:300; 
    text-align:left; 
    padding-top:15px;
    color: #000;
    line-height: 32px !important; /*added for text height*/   
    
}

.hide-in-desktop {
    
    display: none !important;
    
}

.top-border-radius-yellow {
  
   border-top-right-radius:25px; 
   border-top-left-radius:25px; 
   border-top: #f5c21b 8px solid;
    
    
}

.top-border-radius-green {
  
   border-top-right-radius:25px; 
   border-top-left-radius:25px; 
   border-top: #419410 8px solid;
    
    
}

.get-quote-details {
    
   background-color: rgba(245, 194, 27, 1);  /*0.9 opacity*/ 
   padding:10px 45px 65px 45px; 
   border-radius:10px;   /*30px*/
}

.get-qoute-padding {
  
    padding: 40px 100px 40px; 
     
}

