*{
    scroll-behavior: smooth;
}

/* p {
    color: #231f20;
} */

#services-hero{
    background-image: url(../img/banners/services.webp);
}
#about-hero{
    background-image: url(../img/banners/about.webp);
}

#projects-hero{
    background-image: url(../img/banners/projects.webp);
}

.pages-hero {
    height: 600px;
}

.pages-hero:before {
    background: linear-gradient(134.11deg, #173564 16.73%, rgba(47, 108, 202, 0) 70.11%);
    opacity: 1;
}

.section-title h2:after {
    background: #298fdc;
}

.air-freight-content h2 {
    font-size: 1.5rem;
    margin: 5px 0;
    padding-bottom: 30px;
}

.air-freight-content li {
    margin: 0;
    margin-left: 40px;
    padding-bottom: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.air-freight-content li::before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    left: 10px;
    background-image: url(../img/icons/check.svg);
    background-size: contain;
    background-repeat: no-repeat;    
    margin-right: 10px;
}

.thumbnail-pic::before{
    content: "";
    background-color: #1172BA;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.blog-grid-thumbnail .bg-caption{
    z-index: 2;
}

p.date::before {
    content: "";
    margin-right: 10px;
    width: 18px;
    height: 20px;
    background-image: url(../img/icons/calendar_today.png);
    background-size: cover;
    position: absolute;
    bottom: -7px;
    left: -24px;
}

p.author::before {
    content: "";
    margin-right: 10px;
    width: 15px;
    height: 20px;
    background-image: url(../img/icons/distance.png);
    background-size: cover;
    position: absolute;
    bottom: -7px;
    left: -24px;
}

p.date, p.author {
    display: inline-block;
    margin-right: 25px;
    line-height: 0;
    margin-left: 24px;
    position: relative;
}

.post-details ul li.location::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f3c5";
    margin-right: 8px;
}

.ludwig {
    border-left: 0.2em solid #508efa;
}

.ludwig:before, .ludwig:after {
    color: #508efa;
}

.cta-counter-alt:before {
    background: rgb(23,53,100);
    background: linear-gradient(90deg, rgba(23,53,100,1) 0%, rgba(36,82,154,0.8631827731092436) 64%, rgba(47,108,202,0) 100%);
    opacity: 1;
}

.cta-counter-alt {
    background-image: url(../img/banners/bottom-projects.webp);
    background-position: bottom;
}

.navbar {
    z-index: 5;
}

.text-white a{
    color: #fff;
}

#contact-hero{
    background-image: url(../img/banners/contact.webp);
}

.cover-square{
    width: 80px;
    height: 80px;
    object-fit: cover;
}