
header {
    position: fixed;
    padding: 15px;
    width: 100%;
    z-index: 1;
}
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: #856416!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: #856416;
}
.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: #363636;
    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: #856416;
}
.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;
    text-transform: capitalize;
}
.company p {
    width: 73%;
}
.nice-select-one {
    margin-top: 40px;
    display: flex;
    align-items: center;
}
.service-card {
    text-align: center;
    padding-top: 50px;
}
.service-card img{
   width:100%;
   height:300px;
   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:#856416;
}
.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 -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);
    border-radius: 10px;
}
.count-time h2 {
    font-weight: bold;
    color:#856416;
    font-size: 60px;
    padding-right: 20px;
}
.counters-section h2 {
    font-weight: bold;
}
.count-time span {
     color:#856416;
    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: 60px;
    height: 60px;
    object-fit: contain;
    border: 5px solid #85641659;
}
.thomas i{
    color:#856416;
}
.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 #856416;
    border-radius: 20px;
    left: 4%;
    top: 8%;
}
    .contactUs-img img {
        border-radius: 20px;
        width: 100%;
        height: 402px;
        object-fit: cover;
    }
.contactUs-courier {
    position: absolute;
    top: 65%;
    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"] {
    outline: none;
    width: 55%;
    margin-right: 20px;
    background-color: white;
    border: 0;
    padding-left: 40px;
    color: black;
    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;
    padding: 35px 0 20px;
}
.footer-description p {
    color: #cfcfcf;
    font-size: 16px;
    width: 80%;
}
.menu h4 {
    font-size: 24px;
    text-transform: uppercase;
    color: #787878;
    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: #CFCFCF;
    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 #787878;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
.footer-location i {
    color: #787878;
    font-size: 18px;
    padding-right: 15px;
}
.footer-location p {
    color: #CFCFCF;
}
.menu.contacts a {
    color: #CFCFCF;
    font-size: 16px;
    display: block;
    padding-top: 20px;
}
.menu.contacts a i {
    color: #787878;
    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 #CFCFCF;
    color: #CFCFCF;
    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;
}
.footer-two a {
    color: #787878;
    font-size: 14px;
    padding-left: 20px;
}
ul.footer-menu li a:hover{
    color:#856416;
}
ul.social-media li a i:hover {
    border: 1px #856416;
    color: white;
    background-color: #856416;
}


/* 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: #856416;
}
.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;
    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: #856416;
}
    .address a {
        word-wrap: break-word;
    }
    .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: black;
    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: black;
    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: #363636;
}
.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: #dbdbdb33;
    border-radius: 5px;
}

.navbar-expand-lg .navbar-nav {
    flex-direction: row;
}
.navbar-expand-lg .navbar-toggler {
    display: block;
}
.scroll-to-top {
    bottom: 85px;
    color: #363636;
    display: block;
    font-size: 25px;
    height: 40px;
    line-height: 0;
    position: fixed;
    right: 20px;
    text-align: center;
    text-decoration: none !important;
    transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
    width: 40px;
    z-index: 9 !important;
    background: #856416;
    display: flex;
    justify-content: center;
    align-items: center;
}
    .scroll-to-top::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background-color: #856416;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.5s ease-out 0s;
        transition: all 0.5s ease-out 0s;
    }
    .scroll-to-top::after {
        z-index: -1;
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 40px;
        height: 40px;
        -webkit-animation: ripple 1.6s ease-out infinite;
        animation: ripple 1.6s ease-out infinite;
        opacity: 0;
        background: #856416;
    }
@-webkit-keyframes ripple {
    0% {
        transform: scale(0.5);
        opacity: 0;
        transform-origin: center center;
    }

    50% {
        transform: scale(1);
        opacity: 1;
        transform-origin: center center;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
        transform-origin: center center;
    }
}
.scroll-to-top:hover {
    background-color: #363636;
    color: white;
}
.picklocation-form input[type="text"] {
    color: #5d5959;
    border: 1px solid #F2F2F2;
    width: 100%;
    height: 60px;
    border-radius: 10px;
    margin-top: 20px;
    outline: none;
    box-shadow: none;
}


.ladda-button .ladda-spinner {
    position: absolute;
    z-index: 9999 !important;
    display: inline-block;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    margin-top: 0;
    opacity: 0;
    pointer-events: none;
    left: 0 !important;
    right: 0 !important;
    display: flex !important;
    justify-content: center;
    bottom: 0;
    align-items: center;
}

.ladda-button[disabled] .ladda-spinner {
    opacity: 1;
}

.happyforms-part--submit * {
    margin-right: 0px !important;
}
.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    color: #282626;
    pointer-events: none;
    background-color: #181818;
    border-color: #000000;
}
section{
    overflow-x:hidden
}
.py-xxl {
    padding-top: 150px;
    padding-bottom: 100px;
}




