html{
    scroll-behavior: smooth;
}

body{
    font-family: 'Montserrat', sans-serif;
}

.navbar{
    background-color: #051d2f !important;

}

.quote{
    background-color: white;
    display: inline-block;
    width: 10rem;
    padding: 10px 5px;
    border-radius: 8rem;
    align-items: center;
    text-align: center;

}

.quote:hover{
    background-color: white;
    display: inline-block;
    width: 10rem;
    padding: 10px 5px;
    text-transform: uppercase;
    border-radius: 8rem;
    align-items: center;
    text-align: center;

}

.front-section{
    background:linear-gradient(rgb(5, 29, 47, 0.9), rgb(5, 29, 47, 0.9)), url('images/log.webp');
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100vh;
}

.down{
    color: rgb(255, 208, 0);
}

.small_head{
    text-transform: uppercase;
    color: grey;
    font-size: 16px;
}

.main_head{
    color: #1e2a34;
    font-weight: 700;
    font-size: 45px;
}

.sub-head{
    font-size: 20px;
    margin: 8rem auto;
}

.to-top{
    background-color: #e74336 !important;
    color: white;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    text-decoration: none;
    opacity: 0;
    pointer-events: none;
    transition: all .4s;
}

.to-top.active {
    color: white;
    text-decoration: none;
    bottom: 20px;
    pointer-events: auto;
    opacity: 1;
}

#about, #services, #contact_us, #track_shipment{
    padding-top: 110px !important;
}

.preloader-wrapper{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #051d2f;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s ease;
}

.fade-out-animation{
    opacity: 0;
    visibility: hidden;
}

@media print {
    nav, #site-navbar, #site-footer, .to-top, #copy-tn-btn, #history-link, .btn {
        display: none !important;
    }
    body {
        padding-top: 0 !important;
    }
    section {
        padding-top: 0 !important;
        background-color: white !important;
    }
}