@import url('https://fonts.cdnfonts.com/css/typo-grotesk');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
*:focus {
    outline: none;
}
html {
    scroll-behavior: smooth;
}
body {
    overflow-x: hidden !important;
}
a {
    text-decoration: none;
}
.z-index-9 {
    z-index: 9 !important;
}
.scrolled nav.navbar {
    position: sticky;
    top: 0;
    z-index: 99;
    background-color: white !important;
    box-shadow: 1px 1px 20px #b9b9b9;
    transition: 0.5s;
}
.home-bg {
    background-image: url(../../assets/img/home-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.my-menu a.my-btn {
    padding: 10px 38px 10px 25px !important;
    background-image: url(../../assets/img/btn-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.my-menu a.my-btn:hover {
    color: white !important;
}
.my-menu li a {
    font-family: 'Poppins';
    font-size: 12px;
    color: #000;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.my-menu li a:hover {
    color: #0f55b1 !important;
}
.my-menu li a.active {
    color: #0f55b1 !important;
}
.my-banner {
    padding: 100px 0px 130px 0px;
}
.my-banner::before {
    content: '';
    position: absolute;
    background-image: url(../../assets/img/banner-line-01.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top center;
    top: -16%;
    z-index: -1;
}
.my-banner::after {
    content: '';
    position: absolute;
    background-image: url(../../assets/img/banner-line-02.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: bottom center;
    top: 0%;
    z-index: -1;
}
.my-heading {
    font-family: 'Typo Grotesk';
    font-weight: 800;
    font-size: 60px;
}
.my-text {
    font-family: 'Poppins';
    font-size: 16px;
    color: #5e5e5e;
}
.special-btn {
    padding: 17px 55px 15px 35px;
    background-image: url(../../assets/img/btn-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
}
.fs-45 {
    font-size: 45px !important;
}
.heading-icon {
    color: #050e1b;
    font-family: 'Typo Grotesk';
    font-weight: 800;
    font-size: 20px;
}
.text-icon {
    font-family: 'Poppins';
    font-size: 14px;
    color: #5e5e5e;
}
.read-btn {
    color: #000;
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 500;
}
.for-pad {
    padding: 0% 24%;
}
.for-img {
    background-color: #e9f4e8;
    width: 70px;
    height: 70px;
    border-radius: 100px;
    text-align: center;
    padding: 10px;
    margin-bottom: 15px;
}
.red-bg {
    background-color: #ffebe4;
}
.dark-blue-bg {
    background-color: #e2eaf6;
}
.dark-red-bg {
    background-color: #fae9e8;
}
.light-blue-bg {
    background-color: #e4f2fe;
}
.orange-bg {
    background-color: #fff7e1;
}
.number {
    font-family: 'Typo Grotesk';
    color: #050e1b;
    font-weight: 800;
    font-size: 25px;
}
.n-txt {
    color: #818a97;
    font-size: 13px;
    font-family: 'Poppins';
}
.fs-50 {
    font-size: 50px !important;
}
.fs-16 {
    font-size: 16px !important;
}
.counter-sec .container {
    width: 950px;
    margin-top: -6%;
}
.social-icon {
    padding: 0px;
}
.social-icon li {
    list-style: none;
    display: inline-block;
}
.social-icon li a {
    background-color: #e5e5e5;
}
.social-icon li a {
    background-color: #e5e5e5;
    padding: 8px;
    display: inline-block;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #121212;
    margin-top: 20px;
}
.footer-h {
    color: #000;
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 500;
}
.footer-list {
    padding: 0px;
    list-style: none;
}
.footer-list li a {
    color: #333333;
    font-family: 'Poppins';
    font-size: 14px;
}
.footer-list i {
    color: #0f62af;
}
.sub-form input {
    background-color: #f1f1f1;
    width: 100%;
    border: none;
    padding: 14px 20px;
    color: #787878;
    font-size: 12px;
    font-family: 'Poppins';
}
.sub-form button {
    background-color: #fec007;
    border: none;
    padding: 15px 20px;
    margin-top: 10px;
    width: 100%;
    font-family: 'Poppins';
    color: black;
    font-size: 16px;
    font-weight: 600;
}
.footer-bottom {
    background-color: #e6e8e9;
}
.footer-bottom a, .footer-bottom span {
    color: #000;
    font-family: 'Poppins';
    font-size: 13px;
}
.patner-caro .slick-dots li button::before {
    font-size: 12px;
    color: #cccccc;
}
.patner-caro .slick-dots li.slick-active button:before {
    color: #7f7f7f;
}
.partner-sec {
    padding: 250px 0px 185px 0px;
}
.partner-sec::before {
    content: '';
    position: absolute;
    background-image: url(../../assets/img/partner-line.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top center;
    top: 0%;
}
.nationwide-sec::before {
    content: '';
    position: absolute;
    background-image: url(../../assets/img/nationwide-line.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top right;
    top: -1.7%;
    right: 4.9%;
}
.nationwide-sec {
    padding-bottom: 171px;
}
.smart-sec::before {
    content: '';
    position: absolute;
    background-image: url(../../assets/img/smart-line.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top left;
    top: -18%;
    left: 0%;
}
.smart-sec {
    padding-bottom: 385px;
}
/* Coverage Area */
.coverage-bg {
    background-image: url(../../assets/img/coverage-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.city-d {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(194,194,194,1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(194,194,194,1);
    box-shadow: 0px 0px 30px 0px rgba(194,194,194,1);
    border-radius: 10px;
}
.city-d h4 {
    color: #050e1b;
    font-family: 'Typo Grotesk';
    font-weight: 800;
    font-size: 25px;
    padding: 20px;
}
.smart-cov-sec {
    padding: 100px 0px;
}
/* Services Page */
.services-bg {
    background-image: url(../../assets/img/services-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.fs-35 {
    font-size: 35px;
}
.services-line::before {
    content: '';
    position: absolute;
    background-image: url(../../assets/img/services-line.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto;
    top: 0%;
}
.ftl-con {
    padding-top: 13%;
}
.ltl-con {
    padding-top: 8%;
}
.expedited-con {
    padding-top: 10%;
}
.freight-con {
    padding-top: 10%;
}
.logistics-con {
    padding-top: 9%;
}
.warehousing-con {
    padding-top: 7%;
    padding-bottom: 18%;
}
.txt-p-col {
    padding-left: 40px;
}
.end-sec {
    padding-top: 130px;
}
.end-sec::before {
    content: '';
    position: absolute;
    background-image: url(../../assets/img/truck-line.png);
    width: 100%;
    height: 100%;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    top: -48%;
    left: -4%;
    z-index: -1;
}
.b-shad {
    -webkit-box-shadow: 0px 30px 30px -20px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 30px 30px -20px rgba(0,0,0,0.75);
    box-shadow: 0px 30px 30px -20px rgba(0,0,0,0.75);
}
/* Careers Page */
.careers-bg {
    background-image: url(../../assets/img/careers-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.fs-19 {
    font-size: 19px;
}
.fs-13 {
    font-size: 13px;
}
.pro-div span {
    background-color: #f2f2f2;
    color: #646871;
    font-size: 10px;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 50px;
    font-family: 'Poppins';
}
.save-btn {
    color: #7f7f7f;
    font-family: 'Poppins';
    font-size: 14px;
}
.apply-btn {
    padding: 12px 48px 12px 35px;
    background-image: url(../../assets/img/apply-btn-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Poppins';
    font-size: 13px;
    font-weight: 500;
    color: #fff;
}
.sales-con {
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
    border: 1px solid #cbcbcb;
    background-color: white;
}
.sales-con:hover {
    box-shadow: 0px 0px 15px 0px rgba(15, 85, 177, 0.5);
}
.fs-20 {
    font-size: 20px;
}
.fs-14 {
    font-size: 14px;
}
.opening-sec::before {
    content: '';
    position: absolute;
    background-image: url(../../assets/img/career-line.png);
    width: 100%;
    height: 100%;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top center;
    top: 0%;
}
.current-con {
    padding-top: 10%;
}
.benefits-con {
    padding-top: 16%;
    padding-bottom: 14%;
}
.careers-bg .end-sec::before {
    left: -6%;
}
.opening-sec {
    background-image: url(../../assets/img/truck.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: bottom left;
}
.benefits-con .for-img {
    margin: auto;
}
/* Talk to a Specialist */
.talk-bg {
    background-image: url(../../assets/img/quote-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.my-form .form-label, .upload-label {
    color: #000;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 14px;
}
.my-form input, .my-form select, .my-form textarea {
    background-color: #f6f6f6;
    border: none;
    padding: 15px;
    border-radius: 5px;
    font-family: 'Poppins';
    font-size: 12px;
    color: #7b7b7b;
}
.my-form input:focus {
    box-shadow: none;
    background-color: #f6f6f6;
}
.my-form button {
    background-color: transparent;
    border: none;
    padding: 28px 55px 28px 35px;
    background-image: url(../../assets/img/btn-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
.my-form-col {
    box-shadow: 0px 0px 15px 0px rgba(171, 171, 171, 1);
    border-radius: 15px;
    padding: 50px 20px;
    background-color: white;
}
.request-btn {
    background-image: url(../../assets/img/request-btn-bg.png) !important;
    padding: 15px 35px 15px 20px !important;
}
/* Get a Quote */
.quote-bg {
    background-image: url(../../assets/img/quote-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.quote-form button {
    padding: 18px 55px 18px 35px;
}
/* Apply for a Job */
.apply-bg {
    background-image: url(../../assets/img/quote-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.upload-box {
    background-color: #f6f6f6;
    border: none;
    padding: 15px;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    width: 100%;
    font-family: 'Poppins';
    font-size: 12px;
    color: #7b7b7b;
}
.upload-label {
    display: block;
    margin-bottom: 10px;
}
.job-form button {
    padding: 22px 55px 22px 35px;
}
.patner-caro {
    max-width: 800px !important;
    margin: auto;
}
.my-ul li {
    font-size: 16px;
    font-family: 'Poppins';
    color: #5e5e5e;
}
.partner-curve::before {
    content: '';
    position: absolute;
    background-image: url(../../assets/img/partner-curve.png);
    width: 100%;
    height: 100%;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top center;
    top: 0%;
}
.partner-con {
    padding: 220px 0px 220px 0px;
    margin-top: 50px;
}
.nation-con {
    padding-bottom: 200px;
    width: 1150px;
}
.my-faq .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
    transform: scale(.7) !important;
}
.my-faq .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}
.my-faq button:focus {
    box-shadow: none !important;
}
.my-faq .accordion-item {
    margin-bottom: 10px !important;
    border: 1px solid #e5e5e5 !important;
}
.my-faq .accordion-button:not(.collapsed) {
    background-color: transparent !important;
}
.my-faq .accordion-header button {
    font-size: 17px;
    font-family: 'Typo Grotesk';
    color: #050e1b;
}
.my-faq .accordion-body{
    color: #5e5e5e;
    font-family: 'Poppins';
    font-size: 15px;
}
.serve-sec::before {
    content: '';
    position: absolute;
    background-image: url(../../assets/img/serve-line.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto;
    top: 0%;
}
.rel-con {
    padding-top: 15%;
    padding-bottom: 15%;
    width: 1100px !important;
}

/* Media Query */
@media only screen and (max-width: 1920px) and (min-width: 1800px) {
    .current-con {
        padding-top: 8%;
    }
    .benefits-con {
        padding-top: 11%;
        padding-bottom: 10%;
    }
    .nationwide-sec .col-md-6.pe-lg-5 {
        padding-right: 140px !important;
   }
    .nationwide-sec::before {
        top: -2%;
        right: 18.3%;
   }
    .smart-sec::before {
        left: 10%;
   }
    .ftl-con {
        padding-top: 9%;
   }
   .ltl-con {
        padding-top: 6%;
    }
    .expedited-con {
        padding-top: 7%;
    }
    .freight-con {
        padding-top: 7%;
   }
    .logistics-con {
        padding-top: 7%;
   }
   /* .benefits-con {
        padding-top: 8%;
        padding-bottom: 11%;
    } */
}
@media only screen and (max-width: 1799px) and (min-width: 1600px) {
    .current-con {
        padding-top: 8%;
    }
    .benefits-con {
        padding-top: 14%;
        padding-bottom: 11%;
    }
    .nationwide-sec::before {
        top: -2%;
        right: 16.1%;
   }
    .nationwide-sec .col-md-6.pe-lg-5 {
        padding-right: 140px !important;
   }
    .smart-sec::before {
        left: 4%;
   }
    .ftl-con {
        padding-top: 9%;
   }
    .expedited-con {
        padding-top: 6%;
   }
    .freight-con {
        padding-top: 7.5%;
   }
   .logistics-con {
        padding-top: 7%;
    }
    /* .benefits-con {
        padding-top: 12%;
        padding-bottom: 10%;
    } */
}
@media only screen and (max-width: 1599px) and (min-width: 1400px) {
    .ltl-con {
        padding-top: 5%;
    }
    .expedited-con {
        padding-top: 8%;
    }
    .freight-con {
        padding-top: 8.5%;
    }
    .logistics-con {
        padding-top: 8%;
    }
    /* .benefits-con {
        padding-top: 16%;
        padding-bottom: 10%;
    } */
}
@media only screen and (width: 1728px) {
    .nationwide-sec::before {
        right: 14.7%;
   }
}
@media only screen and (max-width: 1599px) and (min-width: 1590px) {
    .nationwide-sec .col-md-6.pe-lg-5 {
        padding-right: 140px !important;
   }
    .nationwide-sec::before {
        top: -2%;
        right: 11.9%;
   }
}
@media only screen and (max-width: 1589px) and (min-width: 1580px) {
    .nationwide-sec .col-md-6.pe-lg-5 {
        padding-right: 140px !important;
   }
    .nationwide-sec::before {
        top: -2%;
        right: 11.7%;
   }
}
@media only screen and (max-width: 1579px) and (min-width: 1570px) {
    .nationwide-sec .col-md-6.pe-lg-5 {
        padding-right: 140px !important;
   }
    .nationwide-sec::before {
        top: -2%;
        right: 11.4%;
   }
}
@media only screen and (max-width: 1569px) and (min-width: 1560px) {
    .nationwide-sec .col-md-6.pe-lg-5 {
        padding-right: 140px !important;
   }
    .nationwide-sec::before {
        top: -2%;
        right: 11.1%;
   }
}
@media only screen and (max-width: 1559px) and (min-width: 1550px) {
    .nationwide-sec .col-md-6.pe-lg-5 {
        padding-right: 140px !important;
   }
    .nationwide-sec::before {
        top: -2%;
        right: 10.9%;
   }
}
@media only screen and (max-width: 1549px) and (min-width: 1540px) {
    .nationwide-sec .col-md-6.pe-lg-5 {
        padding-right: 140px !important;
   }
    .nationwide-sec::before {
        top: -2%;
        right: 10.7%;
   }
}
@media only screen and (max-width: 1539px) and (min-width: 1530px) {
    .nationwide-sec .col-md-6.pe-lg-5 {
        padding-right: 140px !important;
   }
    .nationwide-sec::before {
        top: -2%;
        right: 10.4%;
   }
}
@media only screen and (max-width: 1529px) and (min-width: 1520px) {
    .nationwide-sec .col-md-6.pe-lg-5 {
        padding-right: 140px !important;
   }
    .nationwide-sec::before {
        top: -2%;
        right: 10.1%;
   }
}
@media only screen and (max-width: 1519px) and (min-width: 1510px) {
    .nationwide-sec .col-md-6.pe-lg-5 {
        padding-right: 140px !important;
   }
    .nationwide-sec::before {
        top: -2%;
        right: 9.9%;
   }
}
@media only screen and (max-width: 1509px) and (min-width: 1500px) {
    .nationwide-sec .col-md-6.pe-lg-5 {
        padding-right: 140px !important;
   }
    .nationwide-sec::before {
        top: -2%;
        right: 9.4%;
   }
}
@media only screen and (max-width: 1499px) and (min-width: 1400px) {
    .nationwide-sec .col-md-6.pe-lg-5 {
        padding-right: 140px !important;
   }
    .nationwide-sec::before {
        top: -2%;
        right: 7.7%;
   }
}
@media only screen and (max-width: 1280px) {
    .nationwide-sec::before {
        right: 2.4%;
   }
}
@media (min-width: 1200px) {
    .services-line .container {
        max-width: 1140px !important;
   }
   .opening-sec .container {
        max-width: 990px;
    }
}
@media only screen and (max-width: 1199px) {
    .serve-sec::before {
        display: none;
    }
    .rel-con {
        width: auto !important;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .nation-con {
        width: auto;
    }
    .services-line::before {
        display: none;
   }
    .ftl-con {
        padding-top: 0px;
   }
    .ltl-con {
        padding-top: 50px;
        padding-bottom: 50px;
   }
    .expedited-con {
        padding-top: 0px;
   }
    .freight-con {
        padding-top: 50px;
        padding-bottom: 50px;
   }
    .logistics-con {
        padding-top: 0px;
   }
    .warehousing-con {
        padding-top: 50px;
        padding-bottom: 50px;
   }
    .txt-p-col {
        padding-left: 12px;
   }
    .end-sec::before {
        display: none;
   }
    .end-sec {
        padding-top: 50px;
   }
   .opening-sec::before {
        display: none;
    }
   .current-con {
        padding-top: 0px;
    }
    .benefits-con {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .opening-sec {
        background-size: 29%;
    }
    .fs-19 {
        font-size: 19px !important;
    }
    .fs-20 {
        font-size: 20px !important;
    }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .nationwide-sec::before {
        right: -0.8%;
   }
    .col-btn-1 {
        width: 44% !important;
   }
    .col-btn-2 {
        width: 56% !important;
   }
}
@media only screen and (max-width: 991px) {
    .partner-curve::before {
        display: none;
    }
    .partner-con {
        padding: 80px 0px 80px 0px;
        margin-top: 0px;
    }
    .nation-con {
        padding-bottom: 80px;
    }
    .patner-caro {
        max-width: auto !important;
        margin: auto;
    }
    .my-menu a.my-btn {
        display: inline-block;
   }
    .nationwide-sec::before {
        display: none;
   }
    .smart-sec::before {
        display: none;
   }
    .counter-sec .container {
        margin-top: 0%;
   }
    .nationwide-sec {
        padding-bottom: 80px;
   }
    .smart-sec {
        padding-bottom: 80px;
   }
    .for-pad {
        padding: 0%;
   }
    .my-banner::before, .my-banner::after {
        display: none;
   }
    .my-banner {
        padding: 80px 0px 80px 0px;
   }
    .partner-sec::before {
        display: none;
   }
    .partner-sec {
        padding: 80px 0px;
   }
    .my-heading {
        font-size: 40px;
   }
    .fs-45 {
        font-size: 35px !important;
   }
    .counter-sec .container {
        width: auto;
   }
    .col-btn-1 {
        width: 100% !important;
   }
    .col-btn-2 {
        width: 100% !important;
   }
    .fs-35 {
        font-size: 30px;
   }
}
@media only screen and (max-width: 767px) {
    .read-btn {
        padding-bottom: 20px;
        display: inline-block;
   }
    .footer-sec img {
        width: 40%;
   }
    .fs-50 {
        font-size: 35px !important;
   }
    .n-txt {
        margin-bottom: 20px !important;
   }
    .smart-cov-sec {
        padding: 80px 0px;
   }
    .fs-35 {
        font-size: 25px;
   }
}