@charset "utf-8";
/* CSS Document */

.our-testimonials:before {
    background: none;
}

.about-us::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-56%);
    background: url(/Sites/105403/Root/Web/Images/truck.png) no-repeat;
    background-position: top right;
    background-size: contain;
    width: 300px;
    height: 230px;
    z-index: 1;
}


.author-image img {
    max-width: 80px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 50%;
}

.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
      gap: 10px;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #fd5523;
    --bs-btn-border-color: #fd5523;
}

a {
    color: #fd5523;
    text-decoration: underline;
}

.btn-group-lg>.btn, .btn-lg {    
    padding: .375rem .75rem;
    font-size: 1rem;
}

.responsive-menu .collapse:not(.show) {
    display: block !important;
}

.navbar-brand {
    max-width: 500px;
}

.footer-logo img {
    width: 100%;
    max-width: 100%;
}

.project-content {
    font-size: 14px;
    line-height: 1.4em;
    text-transform: capitalize;
    color: var(--white-color) !important;
}

/* prepare the selectors to add a stroke to */
.stroke-single,
.stroke-double {
  position: relative;
  background: transparent;
  z-index: 0;
  color:#e65904;
  font-size: 60px;
    font-family: anton;
    font-style: italic;
  margin: 20px 100px ;
}
/* add a single stroke */
.stroke-single:before,
.stroke-double:before {
  content: attr(title);
  position: absolute;
  -webkit-text-stroke: 0.11em white; 
  
  left: 0;
  z-index: -1;
}
/* add a double stroke */
.stroke-double:after {
  content: attr(title);
  position: absolute;
  -webkit-text-stroke: 0.3em #0b1a29;
  left: 0;
  z-index: -2;
}
















