
body{
    overflow-x:hidden
}
header {
    position: sticky;
    padding: 10px 0;
    width: 100%;
    z-index: 3;
    top: 0;
    background-color: #15295e;
}

    header .nav-link {
        display: block;
        text-decoration: none;
        color: #363636;
        padding: 8px 20px !important;
        transition: 0.4s all;
        font-size: 16px;
        position: relative;
        border: 1px solid transparent;
        border-top: 0;
        border-left: 0;
        border-right: 0;
    }

        header .nav-link.active {
            color: #fb612f !important;
        }

        header .nav-link::after {
            content: '';
            position: absolute;
            left: 10px;
            right: 10px;
            bottom: 0px;
            height: 2px;
            width: auto;
            background: transparent;
            transition: 0.4s all;
        }

        header .nav-link.active::after {
            background: #fb612f;
        }

.navbar-nav li.navbar-dropdown {
    position: relative;
}

    .navbar-nav li.navbar-dropdown .dropdown {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        padding: 20px 0;
        top: 100%;
        transform: translateY(50px);
        left: 0;
        width: 250px;
        background-color: #fff;
        box-shadow: 0px 10px 10px 3px rgb(0 0 0 / 15%);
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        z-index: 111;
        transition: 0.4s all;
    }

        .navbar-nav li.navbar-dropdown .dropdown a {
            padding-top: 10px;
            padding-bottom: 10px;
            font-weight: 400;
            border: 0;
        }

.navbar-nav li a {
    display: block;
    text-decoration: none;
    color: #ffffff;
    padding: 8px 20px;
    transition: 0.4s all;
    font-size: 16px;
    position: relative;
}

.navbar-nav li.navbar-dropdown:hover .dropdown {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    z-index: 1111;
}

.navbar-dropdown .dropdown a:hover {
    padding-left: 30px;
}

.navbar-nav li a:hover {
    color: #fb612f;
}

.hero-section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

.gap {
    padding: 100px 0;
}

.company h1 {
    font-weight: bold;
    width: 100%;
    text-transform: capitalize;
    color:white
}

.company p {
    width: 100%;
    color: white;
}

.nice-select-one {
    margin-top: 40px;
    display: flex;
    align-items: center;
}
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000000ad;
    z-index: 0
}
#delivery-solution .service-card {
    width:max-content;
}
.service-card {
    text-align: center;
    padding-top: 50px;
}
.service-card img{
    width:300px;
    height:150px;
    object-fit:contain
}

    .service-card h4 {
        font-size: 24px;
        font-weight: bold;
        padding: 25px 0;
        display: block;
        margin: 0;
    }

    .service-card span {
        font-size: 36px;
        color: #cfcfcf;
    }

    .service-card p {
        width: 94%;
        margin: auto;
        font-size: 16px;
        line-height: 26px;
    }

.works-section h2 {
    font-weight: bold;
    text-transform: capitalize;
}

.section-header p {
    padding-top: 30px;
    width: 66%;
    margin: auto;
}

.about-us {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.aboutus-photo-section a {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    position: absolute;
}

    .aboutus-photo-section a.one {
        top: 7%;
        right: 5%;
    }

    .aboutus-photo-section a.two {
        top: 20%;
        right: 5%;
    }

    .aboutus-photo-section a.three {
        top: 33%;
        right: 5%;
    }

    .aboutus-photo-section a i {
        padding-right: 10px;
        color: #fb612f;
    }

.aboutus-content-section h2 {
    font-weight: bold;
    width: 80%;
}

.aboutus-content-section p {
    padding: 20px 0 30px;
    width: 90%;
}

.count-time {
    display: flex;
    padding: 50px;
    box-shadow: 0px 0px 3px 0px #FF5722;
    -webkit-box-shadow: 0px 0px 3px 0px #FF5722;
    -moz-box-shadow: 0px 0px 3px 0px #FF5722;
    border-radius: 10px;
}

    .count-time h2 {
        font-weight: bold;
        color: #fb612f;
        font-size: 60px;
        padding-right: 20px;
    }

.counters-section h2 {
    font-weight: bold;
}
.counters-section p{
    color:white
}
    .count-time span {
        color: #fb612f;
        font-weight: bold;
        font-size: 55px;
        padding-right: 20px;
        line-height: 40px;
        text-transform: uppercase;
    }

.reviews-content h2 {
    font-weight: bold;
    width: 80%;
}

.reviews-content h4 {
    color: #787878;
    padding-top: 40px;
    width: 86%;
    font-weight: 400;
}

.thomas {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

    .thomas img {
        border-radius: 60px;
        margin-right: 30px;
        width: auto;
    }

.custome.owl-carousel .owl-item img {
    width: auto;
}

.thomas i {
    color: #fb612f;
}

.custome.owl-theme .owl-nav {
    position: absolute;
    bottom: -26%;
}

.custome.owl-carousel .owl-nav button.owl-next, .custome.owl-carousel .owl-nav button.owl-prev, .custome.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    padding: 0 !important;
    font: inherit;
    border: 1px solid #363636;
    height: 40px;
    width: 40px;
    border-radius: 21px;
    color: #363636;
}

.reviews-img {
    position: relative;
}

    .reviews-img i {
        position: absolute;
        top: 8%;
        font-size: 85px;
        background-color: white;
        left: 3%;
        padding: 30px;
        border-radius: 88px;
        box-shadow: 0px -1px 30px 4px rgb(0 0 0 / 5%);
        -webkit-box-shadow: 0px -1px 30px 4px rgb(0 0 0 / 5%);
        -moz-box-shadow: 0px -1px 30px 4px rgba(0,0,0,0.05);
    }

        .reviews-img i:after {
            position: absolute;
            content: "";
            width: 0;
            height: 0;
            border-top: 20px solid transparent;
            border-left: 30px solid #fff;
            border-bottom: 25px solid transparent;
            transform: rotate(45deg);
            top: 70%;
            left: 80%;
        }

.custome .owl-dots {
    display: none;
}

.custome.owl-theme .owl-nav {
    position: absolute;
    bottom: -26%;
}

.contactUs-partnership h2 {
    text-align: center;
    font-weight: bold;
    color: white;
}

.contactUs-img {
    padding-top: 80px;
    padding-right: 50px;
    position: relative;
}

    .contactUs-img:before {
        content: "";
        position: absolute;
        height: 87%;
        width: 94%;
        border: 7px solid #fb612f;
        border-radius: 20px;
        left: 4%;
        top: 8%;
    }

    .contactUs-img img {
        border-radius: 20px;
        width: 100%;
    }

.contactUs-courier {
    position: absolute;
    top: 57%;
    left: 10%;
}

    .contactUs-courier h3 {
        color: white;
        font-weight: bold;
        padding-bottom: 15px;
    }

.get-the-menu form {
    display: flex;
    margin-top: 30px;
    position: relative;
}

    .get-the-menu form i {
        position: absolute;
        top: 0;
        left: 2%;
        color: #cfcfcf;
        height: 100%;
        display: flex;
        align-items: center;
    }

.get-the-menu input[type="text"], .get-the-menu input[type="email"] {
    outline: none;
    width: 100%;
    margin-right: 20px;
    background-color: white;
    border: 0;
    padding-left: 40px;
    color: #cfcfcf;
    border-radius: 10px;
    box-shadow: -1px 15px 26px -4px rgb(161 151 151 / 15%);
    -webkit-box-shadow: -1px 15px 26px -4px rgb(161 151 151 / 15%);
    -moz-box-shadow: -1px 15px 26px -4px rgba(161,151,151,0.15);
}

.footer-description h2 {
    color: white;
    font-weight: bold;
    width: 59%;
    padding: 35px 0 20px;
}

.footer-description p {
    color: #cfcfcf;
    font-size: 16px;
    width: 80%;
}

.menu h4 {
    font-size: 24px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    margin: 0;
    padding-bottom: 25px;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    display: block;
}

ul.footer-menu li {
    padding-top: 20px;
}

    ul.footer-menu li a {
        font-size: 16px;
        color: #ffffff;
        text-transform: capitalize;
        transition: .3s ease-in-out;
    }

        ul.footer-menu li a i {
            padding-left: 20px;
        }

.footer-location {
    display: flex;
    align-items: baseline;
    padding-top: 10px;
    padding-bottom: 20px;
    border: 1px solid #ffffff;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    color: white;
}

    .footer-location i {
        color: #ffffff;
        font-size: 18px;
        padding-right: 15px;
    }

    .footer-location p {
        color: #ffffff;
    }

.menu.contacts a {
    color: #ffffff;
    font-size: 16px;
    display: block;
    padding-top: 20px;
}

    .menu.contacts a i {
        color: #ffffff;
        font-size: 18px;
        padding-right: 15px;
    }

ul.social-media {
    display: flex;
    padding: 40px 0;
}

    ul.social-media li {
        margin-right: 20px;
    }

        ul.social-media li a i {
            height: 40px;
            width: 40px;
            border-radius: 40px;
            border: 1px solid #ffffff;
            color: #ffffff;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: .3s ease-in-out;
        }

.footer-two {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 25px;
    margin-top: 101px;
    border: 1px solid #787878;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    padding-bottom: 25px;
}

    .footer-two p {
        font-size: 14px;
        color: white;
    }

    .footer-two a {
        color: #787878;
        font-size: 14px;
        padding-left: 20px;
    }

ul.footer-menu li a:hover {
    color: #fb612f;
}

ul.social-media li a i:hover {
    border: 1px solid #091554;
    color: #ffffff;
    background-color: #fb612f00;
}


/* contact us */
ul.crumbs li {
    padding-right: 15px;
}

    ul.crumbs li a {
        color: #cfcfcf;
    }

.about-text a {
    margin-top: 30px;
}

ul.crumbs li.two a {
    color: #363636;
}

ul.crumbs li.two i {
    padding-right: 8px;
    font-size: 12px;
    color: #fb612f;
}

.about-text h2 {
    font-weight: bold;
    width: 61%;
    line-height: 130%;
    padding-top: 40px;
    padding-bottom: 20px;
}

.about-text p {
    width: 82%;
}

.address {
    padding: 20px;
    border-radius: 10px;
    margin-top: 40px;
    box-shadow: 0px 0px 12px 9px rgb(161 151 151 / 15%);
    -webkit-box-shadow: 0px 0px 12px 9px rgb(161 151 151 / 15%);
    -moz-box-shadow: 0px 0px 12px 9px rgb(161 151 151 / 15%);
    height:100%
}

    .address i {
        font-size: 40px;
        padding-bottom: 22px;
        color: #fb612f;
    }

    .address h5:last-child {
        margin-bottom: 0;
    }

    .address h5 {
        font-size: 16px;
        font-weight: 600;
    }

    .address h6 {
        font-size: 16px;
        font-weight: 600;
        margin: 0;
        transition: .3s ease-in-out;
    }

    .address span {
        font-size: 12px;
        margin-bottom: 5px;
        display: block;
        transition: .3s ease-in-out;
    }

.contact-map-data {
    display: flex;
    align-items: center;
    border-radius: 20px;
    padding: 0 20px;
    box-shadow: 0px 0px 12px 9px rgb(161 151 151 / 15%);
    -webkit-box-shadow: 0px 0px 12px 9px rgb(161 151 151 / 15%);
    -moz-box-shadow: 0px 0px 12px 9px rgb(161 151 151 / 15%);
}

.join-courier {
    background-color: white;
    padding: 30px;
    border-radius: 30px;
    position: absolute;
    width: 39%;
    top: 32%;
    box-shadow: -1px 15px 26px -4px rgb(161 151 151 / 15%);
    -webkit-box-shadow: -1px 15px 26px -4px rgb(161 151 151 / 15%);
    -moz-box-shadow: -1px 15px 26px -4px rgba(161,151,151,0.15);
}

    .join-courier.content {
        position: relative;
        top: 0;
        width: 100%;
        left: 0;
        box-shadow: -1px 15px 26px -4px rgb(161 151 151 / 0%);
        -webkit-box-shadow: -1px 15px 26px -4px rgb(161 151 151 / 0%);
        -moz-box-shadow: -1px 15px 26px -4px rgba(161,151,151,0%);
    }

    .join-courier h3 {
        font-weight: bold;
        padding-bottom: 20px;
        margin: 0;
    }

.name-form i {
    left: 2%;
    position: absolute;
    color: #F2F2F2;
    font-size: 20px;
    top: 50%;
}

.name-form input[type="text"] {
    color: #cfcfcf;
    border: 1px solid #F2F2F2;
    width: 100%;
    height: 60px;
    padding-left: 46px;
    border-radius: 10px;
    margin-top: 20px;
    outline: none;
    box-shadow: none;
}

.blog-form textarea {
    width: 100%;
    padding-top: 20px;
    margin-top: 20px;
    border-radius: 20px;
    padding-left: 25px;
    height: 150px;
    color: #cfcfcf;
    border: 1px solid #F2F2F2;
    outline: none;
    margin-bottom: 10px;
}

.contact-map-data iframe {
    border-radius: 15px;
    height: 522px;
}

.address:hover h6, .address:hover span, .address:hover h5 {
    color: white;
}

.address:hover {
    background-color: #0a1b48;
}

.no-top {
    padding-top: 0;
}

.app-imges img {
    height: 100px;
}

.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    margin: 29px 0px;
    background-color: #ff572226;
    border-radius: 5px;
}

.navbar-expand-lg .navbar-nav {
    flex-direction: row;
}

.navbar-expand-lg .navbar-toggler {
    display: block;
}

.navbar-img {
    width: 150px;
    border-radius: 10px;
}
.ladda-spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%);
}
.ladda-spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%);
}
 input, textarea {
    color: black !important
}
.text-dark-500 {
    color: #363636 !important
}
.text-dark-400 {
    color: #787878 !important
}