.hero-slide, .carousel {
    position: relative;
    height: 80vh;
    width: 100%;
    top: 0;
}
.carousel,
.item,
 {
    height: 100%;
}

.carousel-inner {
  height: 100%;
  
}
.carousel-caption{padding-bottom:80px;}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    opacity:0.6;
}




/**
 * Button
 */
.btn-transparent {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}
.btn-transparent:hover {
  background-color: #fff;
}

.btn-rounded {
  border-radius: 70px;
}

.btn-large {
  padding: 11px 45px;
  font-size: 18px;
}

/**
 * Change animation duration
 */
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.carousel-item
{
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
   
}
.slide-1 {
    background-image: url(../img/b3.jpg) !important;
    background-position: left;
  }
  .slide-2 {
    background-image: url(../img/b4.jpg) !important;
     background-position: center;
  }
  .slide-3 {
    background-image: url(../img/slide-1.jpg) !important;
     background-position: center;
  }


/*SECTION TESTIMONAIL*/

section.section-testimonial {
    padding: 100px 0;
    background: #e31e27;
}
section.section-testimonial .carousel {
    height: auto;
}section.section-testimonial .carousel p {
  color: #ffffff;
}
h5.u-name {
    text-align: center;
    font-size: 15px;
    color: #fff;
    font-style: oblique;
}
.quote {
    color: rgba(255, 255, 255, 0.21);
    text-align: center;
    margin-bottom: 15px;
}

#c-testimonials.carousel .carousel-indicators > li {
  background-color: #ffffff;
  border: none;
  border-radius: 50px;
  height:12px; 
  width: 12px;
}
#c-testimonials blockquote {
    text-align: center;
    border: none;
    margin: 15px 0;
}
#c-testimonials .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
}
#c-testimonials .profile-circle img {
    width: 100%;
    border-radius: 50px;
}
div#c-testimonials ol.carousel-indicators {
    bottom: -50px;
}
section.products .row {
   /* display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;*/
}
section.products .row .product-card {
    padding:0px;
    margin: 2% 1%;
    width: 25%;
    max-width: 23%;
    padding: 0px;
    margin: 1%;
    width: 25%;
    max-width: 23%;
    background: #d8ebff;
    border: solid 2px #00000005;

}
/*.product-card {
    margin: 30px 0;
    background: #eaf4ff;
    padding: 0;
    border: solid 1px #e6e6e6;
    border-radius: 0;
}*/
.p-content {
    text-align: center;
}
.product-card img {
    width: 100%;
  
}
section.products {
    background: #eaf4ff;
}
.product-card h4 {
    margin: 12px 0;
    font-size: 22px;
    font-weight: 500;
    color: #000000;
    text-transform: capitalize;
}
section.products .row .product-card a {
    margin-bottom: 15px;
}
@media (max-width: 767px)
{
section.products .row .product-card {
    padding: 0px;
    margin: 2% 1%;
    width: 100% !important;
    max-width: 100% !important;
    background: #d8ebff;
    border: solid 2px #00000005;
    flex: 100%;
}
}
section.s-discount {
    background: #eaf4ff;
}

section.delivery {
    background-image: url(../img/b2.jpg) !important;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}
section.steps h2 {
    font-size: 27px;
    font-weight: 500;
}
section.co-op {
    background:#eaf4ff;
    background-image: url(../img/b-co-op.jpg) !important;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    padding: 0;
  
}
section.co-op .col-content {
    background: #000000e6;
    padding: 150px 15px;
    border-radius: 0;
    text-shadow: 2px 2px 3px rgb(0, 0, 0);

}
section.co-op .col-content h2, section.co-op .col-content p{
color: #ffffff !important;
}

section.partners img.client-image.img-fluid {
    width: 100%;
    max-height: inherit;
    padding: 1px;
}
section.partners a {
    border: solid 2px #efefef;
    border-radius: 3px;
}

section.route-optimization.r_1 div#tblResult_wrapper {
    display: block;
    float: left;
    width: 100%;
}


section.route-optimization.r_1 div#tblResult_length, div#tblResult_filter {
    display: block !important;
    float: left !important;
    width: 50% !important;
}


section.route-optimization.r_1 div.dataTables_wrapper div.dataTables_filter label {
    font-weight: normal;
    white-space: nowrap;
    text-align: right !important;
}
.preloader::after {
    position: absolute;
    top: 0;
    bottom: 4%;
    right: 0;
    left: 0;
    content: " ";
    display: block;
    margin: auto;
    height: 32px;
    width: 32px;
    box-sizing: border-box;
    border: solid;
    border-width: 4px;
    border-radius: 50%;
    border-top-color: rgba(140, 140, 140, 0.55);
    border-bottom-color: rgba(140, 140, 140, 0.2);
    border-right-color: rgba(140, 140, 140, 0.2);
    border-left-color: rgba(140, 140, 140, 0.2);
    animation: rotating 0.9s linear infinite;
}

@keyframes rotating {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
/*truckroute section shortening*/
section.route-optimization .sub-heading h3 {
    margin-bottom: 12px;
}

section.route-optimization.r_1 {
    background: #eaf4ff;
    padding: 12px 0;
}

section.route-optimization table.table-bordered.dataTable tbody th, section.route-optimization table.table-bordered.dataTable tbody td {
    padding: 8px;
    border-bottom-width: 0;
}

.route-optimization {
    padding-bottom: 5px;
}

    .route-optimization h2.mb-2, .route-optimization h2.mb-2 span {
        font-size: 44px !important;
    }

section.route-optimization.r_2 {
    padding: 10px 0 !important;
}

.route-optimization .table-responsive {
    font-size: 14px;
}

.dataTables_length select, .dataTables_filter input[type="search"] {
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #dee2e6 !important;
    border-radius: 0;
    padding: 3px 6px;
}