body { letter-spacing: 0.6px; font-size: 16px;}
p {font-size: 16px;}
.section-heading > h2 {
  font-size: 52px;
  text-transform: none;
}

.p-18 {font-size :18px}
.p-20 {
  font-size: 23px;
  line-height: 30px;
}

.navbar-sticky {
  background: #f4f4f4;
  border-bottom: 2px solid #c2bfb7;
}

.review-text {text-align: right;}
.contact-info h3 { letter-spacing: 0px; }
.text-gras { text-decoration: underline; text-decoration-color: #f79e01;}
.footer-bottom {font-size: 13px !important;}

.navbar-expand .navbar-nav.icons .nav-item {
    flex-wrap: nowrap !important;
}

header ul.items {
    padding-top: 0.42rem !important;
}

#menu { opacity : 0.8; color: red; }

.navbar-expand .navbar-nav.icons .nav-link {
    padding-top: 0.8rem;
    padding-right: 0.1rem;
    padding-left: 0.8rem;
}

.homepage-3 .welcome-thumb-4 /*cubes*/ {
    color: #d4af37 ; /* #ab8a7a */
    top: 10%;
    left: 20%;
}

.homepage-3 .welcome-thumb-2 /*lorry*/ {
    color: #c0c0c0; /* #93a1a2 */
    top: 10%;
    left: 40%;
}

.homepage-3 .welcome-thumb-3 /*map marker*/ {
    color: #fc573b; /* #9f7a34; /* #a07309;*/
    top: 30%;
    left: 60%;
    z-index: 4;
}

.homepage-3 .btn.btn-bordered::before, 
.homepage-3 .btn.btn-bordered-white::after, 
.homepage-3 .bg-overlay::after, 
.homepage-3 .grad-hover::before 
{
    background: linear-gradient(135deg, #0d1e3c 0%, #8c5a42 100%) !important;
}

.bg-overlay::after {
    opacity: 0.91;
    border-bottom: 1px solid white;
}

/* {
    border-bottom: 1px solid white;
    background: linear-gradient(165deg, #3b485c 0%, #97603e 100%) !important;
} */

/* {
    border-bottom: 1px solid white;
    background: linear-gradient(180deg, #482f25 0%, #826041 100%) !important;
} */

.form-control::placeholder {
  font-size: 15px !important;
  letter-spacing: 1px !important;
}

.mail-for-mobile > span { display: inline-block !important;}
.plan-title span.badge { letter-spacing:1px;}

#scrollUp {background-color: #ffc107;}
#scrollUp > svg { color: #fb563a;}

.service-thumb img {
    border: 1px solid #a7a7a7  !important;/*#f79d00*/
            border: 2px solid #c0c0c0 !important;
    filter: sepia(15%) contrast(90%) brightness(99%);
    opacity: 0.96;
}

.homepage-3 .welcome-area {
    /* if custom css file  */
    background: rgba(0, 0, 0, 0) url("../img/bg/welcome_bg_3_test.webp") no-repeat scroll center center / cover !important;
}   
.cta-area {
    /* if custom css file  */
    background: rgba(0, 0, 0, 0) url("../img/bg/cta_bg_test.webp") no-repeat fixed center center / cover !important;
}

.wrap-van{
    position: absolute;
    /* height: 150px; */
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }
  .image-van{
    width: 150px;
    position: absolute;
  }
  .truck-img {
    bottom: 0;
    left: 0;
    z-index: 2;
    animation: truck 12s linear reverse infinite;
    position: relative;
    left: -300px;
    filter: drop-shadow(0 3mm 0.75rem #c0c0c0);
  }
  @keyframes truck{
    30%, 60%{
      left: 63%;
    }
    110%{
      left: 100%;
    }
  }
  .box-img{
    width: 30px;
    z-index: 1;
    top: 22px;
    left: 65%;
    opacity: 0;
    animation: box 12s linear reverse infinite;
  }
  .box-img2{
    animation-delay: 1s;
  }
  @keyframes box{
    0%, 40%{
      opacity: 0;
      left: 65%;
    }
    50% {
      opacity: 1;
      left: 85%;
    }
    60%, 100%{
      opacity: 0;
      left: 87%;
    }
  }