@import 'fonts.css';
@import 'header.css';
@import 'footer.css';

:root {
    --border: #000;
}

html.has-scroll-smooth {
    overflow: hidden;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

body {
    font-family: 'Graphik Arabic';
    font-size: 18px;
    color: var(--bodyText);
    overflow-x: hidden;
    min-width: 320px;
    font-weight: 400;
    line-height: 24px;
    background: var(--bodyColor);
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.relative {
    position: relative;
}

.wrapper {
    position: relative;
    transition: all .5s ease-in-out;
}

body.no-scroll {
    overflow: hidden !important;
}

.fixed-target[data-scroll-sticky] {
    position: sticky;
    top: 0;
}

.main-container {
    max-width: 86%;
    margin: 0 auto;
}

.md-container {
    max-width: 70%;
    margin: 0 auto;
}

.sm-container {
    max-width: 55%;
    margin: 0 auto;
}

.container-right-md {
    max-width: 74%;
    margin: 0 0 0 auto;
}

.container-right-sm {
    max-width: 70%;
    margin: 0 0 0 auto;
}

.container-right {
    max-width: 91%;
    margin: 0 0 0 auto;
}

.content-holder {
}

.home-page {
    background: var(--homeBg);
    background-size: cover;
    position: relative;
}

.main-banner {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 11vw;
    z-index: 2;
    position: relative;
}

.main-banner {
    color: var(--white);
    margin: 0 0 8vw;
}

    .main-banner h2 {
        font-weight: bold;
        font-size: 6.2vw;
        text-align: end;
        line-height: 1;
    }

    .main-banner .info p {
        font-size: 24px;
        line-height: 1.3;
    }

.btn-default {
    background: var(--btnDefault);
    border-radius: 0;
    border-color: var(--btnDefault);
    transition: all .5s ease;
    color: var(--bodyText);
    font-weight: 500;
    padding: 12px 20px;
    display: inline-flex;
    align-items: center;
}

    .btn-default svg {
        fill: var(--bodyText);
        margin: 0 0.5rem 0 0;
        transition: all .5s ease;
    }

    .btn-default span {
        line-height: 1;
        transition: all .5s ease;
    }

    .btn-default:hover {
        background: var(--primary);
        border-color: var(--primary);
    }

        .btn-default:hover svg {
            fill: var(--white);
        }

.truck_anim {
    position: absolute;
    top: 20%;
    left: 0;
    width: 36%;
}

    .truck_anim #truck_video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .truck_anim #truck_video_black {
        display: none;
    }

.fast-effective-holder {
    color: var(--white);
    padding: 0 0 16vw;
    position: relative;
}

.boat_anim {
    position: absolute;
    top: 10%;
    right: 15%;
    width: 25%;
    z-index: 1;
}

    .boat_anim #boat_video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .boat_anim #boat_video_black {
        display: none;
    }

.home-page .airoplan_top video#airoplan_video {
    display: block;
}

.home-page .airoplan_top #airoplan_video_dark {
    display: none;
}

.fast-effective-holder {
    position: relative;
    z-index: 2;
}

    .fast-effective-holder h2 .fr-view > p,
    .fast-effective-holder h2 {
        font-weight: 600;
        font-size: 4.5vw;
        line-height: 1;
        margin: 0 0 40px;
    }

        .fast-effective-holder h2 .fr-view > p {
            margin-bottom: 0;
            padding: 0
        }

    .fast-effective-holder .info {
        margin: 0 0 4vw;
    }

        .fast-effective-holder .info p {
            font-size: 20px;
            padding: 0 15vw 0 0;
        }

.shipment-dropdonw button {
    background: transparent;
    border-color: transparent;
    display: flex;
    align-items: center;
    padding: 0;
    color: var(--white);
    font-size: 20px;
    font-weight: 500;
}

    .shipment-dropdonw button span {
        margin-right: 1rem;
    }

.shipment-dropdonw .dropdown-toggle::after {
    display: none;
}

.dropdown-item.active,
.dropdown-item:active {
    color: var(--white);
    text-decoration: none;
    background-color: var(--primary);
}

.shipment-dropdonw .inputs-holder {
    display: flex;
    justify-content: space-between;
    grid-gap: 20px;
}

    .shipment-dropdonw .inputs-holder input {
        background: var(--white);
        padding: 10px 14px;
        border-style: solid;
        border-width: 0 0 0 4px;
        border-color: var(--primary);
        width: 100%;
        flex: 1;
        font-size: 14px;
        color: #999;
    }

        .shipment-dropdonw .inputs-holder input:focus {
            outline: none;
        }

    .shipment-dropdonw .inputs-holder .shipment-submit {
        background: var(--primary);
        height: 100%;
        padding: 10px 24px;
        font-size: 14px;
        color: var(--white);
        font-weight: 500;
        text-transform: uppercase;
        transition: all .5s ease;
    }

        .shipment-dropdonw .inputs-holder .shipment-submit:hover {
            background: var(--bodyText);
        }

.businees-units-holder .inner {
    max-width: 70%;
    margin: 0 auto 0 0;
}

.businees-units {
    color: var(--white);
}

    .businees-units .heading {
        background: url(../images/heading1-bg.png) no-repeat;
        padding: 27px 0 50px 30px;
        background-size: 31%;
    }

    .businees-units h2 > div p {
        font-weight: 600;
        font-size: 4.5vw;
        line-height: 1;
        margin: 0 0 35px;
    }

.businees-units {
    padding: 0 0 6vw;
}

    .businees-units p {
        font-size: 20px;
        padding: 0 35vw 0 0;
    }

.businees-swiper .slide-infos img {
    width: 100%;
}

.businees-swiper-holder {
    display: flex;
    position: relative;
}

    .businees-swiper-holder .left {
        width: 44.5%;
        position: relative;
        padding: 4vw 3vw 0 5.7vw;
    }

    .businees-swiper-holder .item {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        display: none;
        color: var(--swiperText);
    }

        .businees-swiper-holder .item.active {
            position: relative;
            display: block;
        }

    .businees-swiper-holder .infos h3 {
        font-weight: 600;
        font-size: 3vw;
        line-height: 1;
        margin: 0 0 20px;
    }

    .businees-swiper-holder .infos > p {
        font-size: 20px;
        padding: 0;
        margin: 0 0 30px;
    }

    .businees-swiper-holder .right {
        width: 55.5%;
    }

        .businees-swiper-holder .right .img img {
            width: 100%;
        }

    .businees-swiper-holder .swiper-pagination {
        bottom: auto !important;
        top: 2.5vw !important;
        left: 0 !important;
        width: 44px !important;
        background: var(--paginationBg);
        padding: 2.5vw 0;
        border-radius: 50px;
    }

    .businees-swiper-holder .swiper-pagination-bullet {
        width: 24px;
        height: 24px;
        text-align: center;
        line-height: 24px;
        font-size: 16px;
        font-weight: 600;
        color: var(--paginationText);
        opacity: 1;
        background: transparent;
        /*    transform: rotate(90deg);*/
        transition: all .5s ease;
        margin: 0 0 2.5vw !important;
    }

        .businees-swiper-holder .swiper-pagination-bullet:last-child {
            margin: 0 !important;
        }

    .businees-swiper-holder .swiper-pagination-bullet-active {
        color: #fff;
        background: var(--primary);
    }


.btn-dark {
    background: var(--btnDark);
    border-radius: 0;
    border-color: var(--btnDark);
    transition: all .5s ease;
    color: var(--white);
    font-weight: 500;
    padding: 12px 20px;
    display: inline-flex;
    align-items: center;
}

    .btn-dark svg {
        fill: var(--white);
        margin: 0 0.5rem 0 0;
        transition: all .5s ease;
    }

    .btn-dark span {
        line-height: 1;
        transition: all .5s ease;
    }

    .btn-dark:hover {
        background: var(--primary);
        border-color: var(--primary);
    }

        .btn-dark:hover svg {
            fill: var(--white);
        }

.rich-heritage-holder {
    margin: 0 0 10vw;
}

.rich-heritage .heading {
    background: url(../images/heading2-bg.png) no-repeat;
    padding: 16.6vw 0 50px 9vw;
    background-size: 31%;
    color: var(--white);
}

.rich-heritage h2 {
    font-weight: 600;
    font-size: 4.5vw;
    margin: 0;
    color: var(--bodyText);
}

    .rich-heritage h2 span {
        color: var(--primary);
        display: block;
        line-height: 1;
        margin: 15px 0 0;
    }

.heritage-swiper .slide-infos {
    color: var(--bodyText);
}

    .heritage-swiper .slide-infos .cols {
        padding: 0 2.5vw;
    }

        .heritage-swiper .slide-infos .cols:last-child {
            padding-right: 0;
        }

    .heritage-swiper .slide-infos .infos {
        padding: 4vw 4vw 0 9vw;
    }

        .heritage-swiper .slide-infos .infos h3 {
            font-weight: 600;
            font-size: 3vw;
            line-height: 1;
            margin: 0 0 20px;
        }

        .heritage-swiper .slide-infos .infos > p {
            font-size: 20px;
            padding: 0;
            margin: 0 0 30px;
        }

    .heritage-swiper .slide-infos img {
        width: 100%;
    }

.heritage-swiper-holder {
    display: flex;
    position: relative;
    align-items: center;
}

    .heritage-swiper-holder .left {
        width: 45%;
        position: relative;
        padding: 5% 3vw 0 9vw;
    }

    .heritage-swiper-holder .item {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        display: none;
        color: var(--swiperTextDark);
    }

        .heritage-swiper-holder .item.active {
            position: relative;
            display: block;
        }

    .heritage-swiper-holder .infos h3 {
        font-weight: 600;
        font-size: 3vw;
        line-height: 1;
        margin: 0 0 20px;
    }

    .heritage-swiper-holder .infos > p {
        font-size: 20px;
        padding: 0;
        margin: 0 0 30px;
    }

    .heritage-swiper-holder .right {
        width: 55%;
    }

        .heritage-swiper-holder .right .img .img {
            position: relative;
        }

        .heritage-swiper-holder .right .img img {
            width: 100%;
        }

        /*.heritage-swiper-holder .right .img .learn-more,*/
        /* .heritage-swiper-holder .right .img .icons,
.heritage-swiper-holder .right .img .shade {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
} */
        .heritage-swiper-holder .right .img > div {
            transition: all .5s ease;
        }

        /* .heritage-swiper-holder .right .img .shade {
    background: rgba(0, 0, 0, .40);
    opacity: 0;
    visibility: hidden;
}

.heritage-swiper-holder .right:hover .img .shade {
    opacity: 1;
    visibility: visible;
} */
        .heritage-swiper-holder .right .img .shade {
            background: rgba(0, 0, 0, .40);
            z-index: 1;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            visibility: hidden;
            transition: all .7s ease;
        }

        .heritage-swiper-holder .right:hover .img .shade {
            opacity: 1;
            visibility: visible;
        }

    .heritage-swiper-holder .right {
        margin: 0;
        /* transition: all .6s ease-in-out; */
    }

        .heritage-swiper-holder .right .img .learn-more {
            top: 50%;
            left: 50%;
            /* width: auto; */
            transform: translate(-50%, -50%);
            z-index: 1;
            /* height: auto; */
            background: transparent;
            border-radius: 4px;
            border-color: var(--white);
            background: var(--white);
            color: var(--bodyText);
            position: absolute;
            max-width: 200px;
        }

        .heritage-swiper-holder .right .img .icons {
            top: auto;
            bottom: 2vw;
            width: 100%;
            background: transparent;
            height: auto;
            display: none;
            text-align: end;
            position: absolute;
            padding: 0 2vw 0 0;
            z-index: 1;
        }

            .heritage-swiper-holder .right .img .icons a {
                margin-left: 1vw;
            }

    .heritage-swiper-holder .swiper-pagination {
        bottom: auto !important;
        top: 7vw !important;
        left: 9vw !important;
        width: 26% !important;
        background: var(--bodyText);
        padding: 10px 30px;
        border-radius: 50px;
        display: flex;
        justify-content: space-between;
    }

    .heritage-swiper-holder .swiper-pagination-bullet {
        width: 24px;
        height: 24px;
        text-align: center;
        line-height: 24px;
        font-size: 16px;
        color: var(--bodyText);
        opacity: 1;
        background: transparent;
        transition: all .5s ease;
        margin: 0 !important;
        color: #fff;
    }

        .heritage-swiper-holder .swiper-pagination-bullet:last-child {
            margin: 0 !important;
        }

    .heritage-swiper-holder .swiper-pagination-bullet-active {
        color: #fff;
        background: var(--primary);
    }

.latest-news-holder {
    margin: 0;
    padding: 0 0 260px;
}

.latest-news {
    display: flex;
    justify-content: center;
}

    .latest-news .heading {
        background: url(../images/heading3-bg.png) no-repeat top center;
        padding: 10.2vw 0 31px 2vw;
        background-size: 90%;
        color: var(--white);
        width: 40%;
    }

    .latest-news h2 {
        font-weight: 600;
        font-size: 4.5vw;
        margin: 0;
        color: var(--bodyText);
    }

        .latest-news h2 span {
            color: var(--white);
            /* display: block; */
            line-height: 1;
            margin: 15px 0 0;
        }

.new-main {
    position: relative;
}

    .new-main .box {
        background: var(--white);
        position: relative;
        border-radius: 4px 4px 0 0;
        overflow: hidden;
    }

        .new-main .box img {
            width: 100%;
            height: 325px;
            object-fit: cover;
        }

        .new-main .box .img {
            position: relative;
        }

        .new-main .box:hover .img .icons,
        .new-main .box:hover .img .shade {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(51, 51, 51, .6);
            z-index: 1;
        }

        .new-main .box .img .learn-more {
            top: 50%;
            left: 50%;
            max-width: 180px;
            transform: translate(-50%, -50%);
            z-index: 2;
            /* height: auto; */
            /* background: transparent; */
            /* border-radius: 4px; */
            /* border-color: var(--white); */
            /* background: var(--white); */
            /* color: var(--bodyText); */
            position: absolute;
            border-radius: 5px;
            opacity: 0;
            visibility: hidden;
            transition: all .5s ease;
        }

        .new-main .box:hover .img .learn-more {
            opacity: 1;
            visibility: visible;
        }

        .new-main .box .img .icons {
            top: auto !important;
            bottom: 2vw;
            width: 100% !important;
            background: transparent !important;
            height: auto !important;
            text-align: end;
            padding: 0 2vw 0 0;
        }

            .new-main .box .img .icons a {
                margin-left: 1vw;
                opacity: 0;
                visibility: hidden;
            }

        .new-main .box:hover .img .icons a {
            opacity: 1;
            visibility: visible;
        }

        .new-main .box .img .icons a svg {
            width: 24px;
        }

        .new-main .box .infos h5 {
            font-weight: 600;
            margin: 0 0 10px;
        }

        .new-main .box ul {
            list-style-type: none;
            display: flex;
            padding: 0;
            margin: 0;
        }

            .new-main .box ul li {
                border-right: 1px solid var(--boxText);
                color: var(--boxText);
                line-height: 1;
                padding: 0 14px;
            }

                .new-main .box ul li:first-child {
                    padding-left: 0;
                }

                .new-main .box ul li:last-child {
                    border: 0;
                }

        .new-main .box + p {
            font-size: 20px;
            padding: 0;
            margin: 0 0 30px;
        }

.track-shipment-btn {
    position: fixed;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    color: var(--trackBtn);
    z-index: 1;
    grid-gap: 20px;
    /*    transition: all .7s ease;*/
}

    .track-shipment-btn span {
        font-size: 20px;
        transform: rotate(-90deg);
        transform-origin: center left;
        white-space: nowrap;
        position: relative;
        left: 30px;
        bottom: 70px;
    }

    .track-shipment-btn .icons {
        width: 64px;
        height: 64px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--trackShipmentBtnBg);
        transition: all .7s ease;
        position: absolute;
        left: 0;
        bottom: 0;
    }

        .track-shipment-btn .icons svg {
            width: 30px;
            fill: var(--primary);
            transition: all .7s ease;
        }

    .track-shipment-btn:hover .icons {
        background: var(--primary);
    }

        .track-shipment-btn:hover .icons svg {
            fill: var(--trackBtn);
        }

    .track-shipment-btn.track-shipment-btn-dark {
        color: var(--bodyText);
    }

        .track-shipment-btn.track-shipment-btn-dark .icons {
            background: #f5f5f5;
        }

        .track-shipment-btn.track-shipment-btn-dark:hover .icons {
            background: var(--primary);
        }

.inner-page {
    padding: 0 0 160px;
}

.inner-banner {
    height: 100vh;
    position: relative;
}

    .inner-banner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: brightness(0.8);
    }

    .inner-banner .inner-shade {
        position: absolute;
        left: 0;
        bottom: -1px;
        width: 100%;
        height: 55%;
        background: linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 1) 100%);
        z-index: 1;
    }

    .inner-banner .infos {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        display: flex;
        align-items: center;
        color: var(--white);
    }

        .inner-banner .infos .main-container {
            max-width: 80%;
            margin: 0 auto;
            width: 100%;
        }

        .inner-banner .infos h2 .fr-view > p,
        .inner-banner .infos h2 {
            font-weight: bold;
            font-size: 5vw;
            line-height: 1;
            margin:  0 0 20px;
        }

        .inner-banner .infos p {
            font-size: 24px;
            line-height: 1.3;
            margin: 0 0 40px;
        }

        .inner-banner .infos .btns a {
            margin: 0 20px 0 0;
        }

.cargo-delivery-main {
    padding: 0;
    margin: -8vw 0 0;
    position: relative;
    z-index: 2;
}

.cargo-delivery {
    border-bottom: 1px solid rgba(184, 184, 184, .5);
}

    .cargo-delivery h3 > div h2,
    .cargo-delivery h3 > div p {
        font-weight: 600;
        font-size: 3vw;
        line-height: 1;
        margin: 0 0 40px;
        color: var(--primary);
    }

    .cargo-delivery p {
        font-size: 24px;
        line-height: 1.3;
    }

.pl-0 {
    padding-left: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.ground-handling-main {
    padding: 0 0 10vw;
}

.ground-handling-nav {
    padding: 2.5vw 0;
    position: relative;
}

    .ground-handling-nav:before {
        content: '';
        position: absolute;
        top: 0;
        left: -44px;
        width: 44px !important;
        background: var(--paginationBg);
        padding: 2.5vw 0;
        border-radius: 50px;
        height: 100%;
    }

    .ground-handling-nav ul {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        grid-gap: 25px;
        padding: 0 15% 0 0;
    }

        .ground-handling-nav ul li {
            list-style-type: none;
            cursor: pointer;
        }

            .ground-handling-nav ul li a {
                line-height: 1;
                margin: 0 0 0;
                color: var(--bodyText);
                transition: all .7s ease;
                font-size: 20px;
                font-weight: 400;
                position: relative;
                padding-left: 14%;
                display: flex;
            }

                .ground-handling-nav ul li a i {
                    font-style: normal;
                }

                .ground-handling-nav ul li a span {
                    width: 24px;
                    height: 24px;
                    background: transparent;
                    position: absolute;
                    top: 0;
                    left: -33px;
                    z-index: 2;
                    text-align: center;
                    line-height: 24px;
                    font-size: 16px;
                    color: var(--paginationText);
                    opacity: 1;
                    transition: all .5s ease;
                    font-weight: 600;
                }

            .ground-handling-nav ul li p {
                position: absolute;
                visibility: hidden;
                opacity: 0;
                transition: all .5s ease;
                margin: 0;
                font-size: 20px;
            }

            .ground-handling-nav ul li.active {
            }

            .ground-handling-nav ul li a.active {
                font-weight: 600;
            }

                .ground-handling-nav ul li a.active span {
                    background: var(--primary);
                    border-radius: 50%;
                    color: var(--white);
                }

.numbers {
    position: absolute;
    top: 0;
    left: -44px;
    width: 44px !important;
    background: var(--paginationBg);
    padding: 2.5vw 0;
    border-radius: 50px;
    height: 100%;
}

    .numbers ul {
        padding: 0;
        list-style-type: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 100%;
        justify-content: space-between;
        grid-gap: 20px;
    }

        .numbers ul li {
            text-align: center;
            line-height: 24px;
            font-size: 16px;
            color: var(--bodyText);
            opacity: 1;
            transition: all .5s ease;
            margin: 0 !important;
            position: relative;
            z-index: 1;
            font-weight: 600;
            margin: 0 0 30px;
        }

            .numbers ul li span {
                width: 24px;
                height: 24px;
                background: transparent;
                position: absolute;
                top: 0px;
                left: -8px;
                z-index: -1;
            }

            .numbers ul li.active {
                color: var(--white);
            }

                .numbers ul li.active span {
                    background: var(--primary);
                    border-radius: 50%;
                }

.ground-handling-swiper .img {
    width: 100%;
}

.ground-handling-swiper img {
    width: 100%;
}

.ground-handling-swiper h3 {
    color: var(--primary);
    margin: 0 0 20px;
    font-weight: 600;
}

.ground-handling-swiper p {
    font-size: 20px;
}

.cargo-video-main {
    position: relative;
    top: 3vw;
}

    .cargo-video-main img {
        width: 100%;
    }

    .cargo-video-main iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        visibility: hidden;
        opacity: 0;
        z-index: -1;
    }

    .cargo-video-main.play-video iframe {
        visibility: visible;
        opacity: 1;
        z-index: 2;
    }

    .cargo-video-main .play-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 80px;
        height: 80px;
        margin: -40px 0 0 -40px;
        z-index: 2;
        background: transparent;
        border: 0;
        outline: none;
    }

.sar-numbers-main {
    background: var(--sarNumbersBg);
    padding: 8vw 0 0;
    color: var(--white);
    margin-bottom: 10vw;
}

.sar-numbers {
    margin: 0 0 5vw;
}

    .sar-numbers h3 {
        font-size: 22px;
        margin: 0;
        font-weight: 400;
        text-transform: uppercase;
    }

    .sar-numbers h4 {
        font-size: 4vw;
        color: var(--primary);
        font-weight: 600;
    }

    .sar-numbers p {
        font-size: 22px;
        font-weight: 600;
        color: rgba(255, 255, 255, .2);
        margin: 0;
    }

    .sar-numbers > span {
        color: rgba(255, 255, 255, .2);
    }

.inner-banner-background {
    padding: 15vw 0 10vw;
    background: var(--innerBannerBg);
    color: var(--white);
    margin: 0 0 5vw;
}

    .inner-banner-background .md-container {
        max-width: 62%;
    }

.track-shipment-search-main .track-nav ul {
    display: flex;
    list-style-type: none;
    padding: 0;
    align-items: center;
    justify-content: center;
}

    .track-shipment-search-main .track-nav ul li {
        position: relative;
        padding: 0 2.5vw;
        cursor: pointer;
    }

        .track-shipment-search-main .track-nav ul li:first-child {
            padding-left: 0;
        }

        .track-shipment-search-main .track-nav ul li.active h2 {
            color: var(--white);
            font-weight: bold;
        }

        .track-shipment-search-main .track-nav ul li h2 {
            color: rgba(255, 255, 255, .4);
            font-weight: 300;
            font-size: 3vw;
        }

        .track-shipment-search-main .track-nav ul li:before {
            content: '';
            position: absolute;
            top: 25%;
            right: 0;
            width: 1px;
            height: 24px;
            background: rgba(255, 255, 255, .4);
            margin: 0;
        }

        .track-shipment-search-main .track-nav ul li:last-child:before {
            display: none;
        }

        .track-shipment-search-main .track-nav ul li:last-child {
            padding-right: 0;
        }

.track-shipment-search-main .inputs-holder {
    display: flex;
    justify-content: space-between;
    grid-gap: 20px;
}

    .track-shipment-search-main .inputs-holder input {
        background: var(--white);
        padding: 10px 14px;
        border-style: solid;
        border-width: 0 0 0 4px;
        border-color: var(--primary);
        width: 100%;
        flex: 1;
        font-size: 14px;
        color: #999;
    }

        .track-shipment-search-main .inputs-holder input:focus {
            outline: none;
        }

    .track-shipment-search-main .inputs-holder .shipment-submit {
        background: var(--primary);
        height: 100%;
        padding: 10px 24px;
        font-size: 14px;
        color: var(--white);
        font-weight: 500;
        text-transform: uppercase;
        transition: all .5s ease;
        display: flex;
        align-items: center;
    }

        .track-shipment-search-main .inputs-holder .shipment-submit svg {
            margin-right: 10px;
            fill: #F3F3F3;
            transition: all .5s ease;
        }

        .track-shipment-search-main .inputs-holder .shipment-submit:hover svg {
            fill: var(--bodyText);
        }

        .track-shipment-search-main .inputs-holder .shipment-submit:hover {
            background: var(--white);
            color: var(--bodyText);
        }

.track-shipment-search {
    padding: 0 3vw;
}

    .track-shipment-search .inputs-holder {
        margin: 0 0 15px;
    }

    .track-shipment-search p {
        margin: 0;
        font-size: 16px;
    }

        .track-shipment-search p > a {
            text-decoration: underline;
            transition: all .7s ease;
            color: var(--white);
        }

            .track-shipment-search p > a:hover {
                text-decoration: none;
            }

.tracking-section {
    position: relative;
    display: flex;
    padding: 0 0 0 37.5%;
}

    .tracking-section .left {
        width: 37.5%;
        padding: 5vw 6vw 0 8vw;
        position: absolute;
        top: 0;
        height: 100vh;
        left: 0;
    }

        .tracking-section .left h2 {
            font-weight: 600;
            font-size: 4.5vw;
            color: var(--primary);
            line-height: 1.1;
            margin-bottom: 0;
        }

    .tracking-section .right {
        width: 100%;
        padding-right: 8vw;
        padding-top: 5vw;
    }

.faqs-holder {
    padding: 2vw 0 0;
}

    .faqs-holder > ul {
        padding: 0;
        list-style: none;
    }

        .faqs-holder > ul > li {
            position: relative;
            border-bottom: 1px solid rgba(0, 0, 0, .1);
            padding: 0 0 3vw;
            margin: 0 0 3vw;
        }

            .faqs-holder > ul > li:last-child {
                border: 0;
            }

            .faqs-holder > ul > li > h3 {
                position: relative;
                cursor: pointer;
                padding: 0;
                font-weight: 600;
                justify-content: space-between;
                font-size: 2.5vw;
                line-height: 1.2;
                color: var(--bodyText);
                margin: 0;
                padding: 0 5vw 0 0;
            }

                .faqs-holder > ul > li > h3 .plus {
                    position: absolute;
                    top: 10px;
                    right: 0;
                    width: 28px;
                    height: 28px;
                    z-index: 1;
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    align-items: center;
                }

                    .faqs-holder > ul > li > h3 .plus span {
                        background: var(--primary);
                        width: 100%;
                        height: 4px;
                        display: block;
                        transition: all .5s ease;
                        margin: -4px 0 0;
                    }

                        .faqs-holder > ul > li > h3 .plus span:last-child {
                            transform: rotate(90deg);
                        }

    .faqs-holder ul li h3 svg {
        fill: #2C2826;
        transition: all .2s ease-in-out;
        position: relative;
        right: 0px;
    }

    .faqs-holder > ul > li.active h3 .plus span:last-child {
        transform: rotate(0);
    }

    .faqs-holder > ul > li .content {
        padding: 30px 10vw 0vw 0;
    }

.inner-banner-shape {
    padding: 0 0 30px;
    margin: 0 0 8vw;
    height: 55vh;
}

    .inner-banner-shape .main-container {
        max-width: 87%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: end;
    }

    .inner-banner-shape .heading {
        position: relative;
        padding-left: 30px;
    }

        .inner-banner-shape .heading h2 {
            font-weight: bold;
            font-size: 5vw;
            line-height: 1.1;
            margin-bottom: 0;
            position: relative;
            z-index: 1;
            /*width: 40%;*/
        }

        .inner-banner-shape .heading img {
            position: absolute;
            top: -50%;
            left: 0;
            width: 32%;
            z-index: 1;
        }

.search-faqs-holder {
    margin: 0 0 10vw;
}

.search-faqs {
    background: var(--searchFaqsBg);
    padding: 5.2vw;
}

    .search-faqs .inputs-holder {
        display: flex;
        justify-content: space-between;
        grid-gap: 20px;
    }

        .search-faqs .inputs-holder input {
            background: var(--white);
            padding: 10px 14px;
            width: 100%;
            flex: 1;
            font-size: 14px;
            color: #999;
            border: 0;
        }

            .search-faqs .inputs-holder input::placeholder {
                /* Chrome, Firefox, Opera, Safari 10.1+ */
                color: #000;
                opacity: 1;
                /* Firefox */
            }

            .search-faqs .inputs-holder input:-ms-input-placeholder {
                /* Internet Explorer 10-11 */
                color: #000;
            }

            .search-faqs .inputs-holder input::-ms-input-placeholder {
                /* Microsoft Edge */
                color: #000;
            }

            .search-faqs .inputs-holder input:focus {
                outline: none;
            }

        .search-faqs .inputs-holder .search-submit {
            background: var(--bodyText);
            height: 100%;
            padding: 10px 30px;
            font-size: 14px;
            color: var(--white);
            font-weight: 600;
            text-transform: uppercase;
            transition: all .5s ease;
        }

            .search-faqs .inputs-holder .search-submit:hover {
                background: var(--primary);
                color: var(--bodyText);
            }

.main-container-xl {
    max-width: 87%;
    margin: 0 auto;
}

.main-container-ml-auto {
    margin: 0 0 0 auto;
    max-width: 93.5%;
}

.topic-nav {
    padding: 2.5vw 0;
    position: relative;
}

    .topic-nav:before {
        content: '';
        position: absolute;
        top: 0;
        left: -44px;
        width: 44px !important;
        background: var(--paginationBg);
        padding: 2.5vw 0;
        border-radius: 50px;
        height: 100%;
    }

    .topic-nav ul {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        grid-gap: 25px;
        padding: 0 15% 0 0;
    }

        .topic-nav ul li {
            list-style-type: none;
            cursor: pointer;
        }

            .topic-nav ul li a {
                line-height: 1;
                margin: 0 0 0;
                color: var(--bodyText);
                transition: all .7s ease;
                font-size: 20px;
                font-weight: 400;
                position: relative;
                padding-left: 14%;
                display: flex;
            }

                .topic-nav ul li a span {
                    width: 24px;
                    height: 24px;
                    background: transparent;
                    position: absolute;
                    top: 0;
                    left: -33px;
                    z-index: 2;
                    text-align: center;
                    line-height: 24px;
                    font-size: 16px;
                    color: var(--bodyText);
                    opacity: 1;
                    transition: all .5s ease;
                    font-weight: 600;
                }

            .topic-nav ul li p {
                position: absolute;
                visibility: hidden;
                opacity: 0;
                transition: all .5s ease;
                margin: 0;
                font-size: 20px;
            }

            .topic-nav ul li.active {
            }

            .topic-nav ul li a.active {
                font-weight: 600;
            }

                .topic-nav ul li a.active span {
                    background: var(--primary);
                    border-radius: 50%;
                    color: var(--white);
                }

/*.topic-nav {
    padding: 2.5vw 0 2.5vw 44px;
}
.topic-nav ul{
    display:flex;
    flex-direction: column;
    justify-content:space-between;
    height: 100%;
    grid-gap: 25px;
    padding-right: 3vw;
    margin: 0;
}
.topic-nav ul li{
    list-style-type:none;
    cursor: pointer;
    margin: 0 0 30px;
    line-height: 1.5;
}*/
/*.topic-nav ul li h3 {
    line-height: 1;
    margin: 0 0 0;
    color: var(--bodyText);
    transition: all .7s ease;
    font-size: 18px;
    font-weight: 400;
}

.topic-nav ul li p {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease;
    margin: 0;
    font-size: 20px;
}
.topic-nav ul li.active{
    flex: 1;
}
.topic-nav ul li.active {
    font-weight: 600;
}

.topic-nav ul li.active p{
    opacity: 1;
    visibility: visible;
    position: relative;
}*/

.topic-nav-holder .numbers {
    position: absolute;
    top: 0;
    left: 0;
    width: 44px !important;
    background: var(--paginationBg);
    padding: 2.5vw 0;
    border-radius: 50px;
}

    .topic-nav-holder .numbers ul {
        padding: 0;
        list-style-type: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 100%;
        justify-content: space-between;
        grid-gap: 20px;
    }

        .topic-nav-holder .numbers ul li {
            text-align: center;
            line-height: 24px;
            font-size: 16px;
            color: var(--bodyText);
            opacity: 1;
            transition: all .5s ease;
            margin: 0 !important;
            position: relative;
            z-index: 1;
            font-weight: 600;
            margin: 0 0 30px;
        }

            .topic-nav-holder .numbers ul li span {
                width: 24px;
                height: 24px;
                background: transparent;
                position: absolute;
                top: 0px;
                left: -8px;
                z-index: -1;
            }

            .topic-nav-holder .numbers ul li.active {
                color: var(--white);
                flex: 1;
            }

                .topic-nav-holder .numbers ul li.active span {
                    background: var(--primary);
                    border-radius: 50%;
                }

.inner-banner-search {
    padding-top: 16.4vw;
    margin: 0;
}

.search-results-holder .search-heading {
    background: var(--primary);
    color: var(--white);
    padding: 3vw 4.2vw;
    margin: -80px 0 5vw;
    position: relative;
    z-index: 1;
}

    .search-results-holder .search-heading h2 {
        font-weight: 400;
        font-size: 3.2vw;
        line-height: 1.3;
        margin-bottom: 0;
        position: relative;
        z-index: 1;
    }

        .search-results-holder .search-heading h2 strong {
            font-weight: 600;
        }

.search-results {
    padding: 2vw 0 5vw;
}

    .search-results ul {
        padding: 0;
        list-style: none;
    }

        .search-results ul li {
            position: relative;
            border-bottom: 1px solid rgba(0, 0, 0, .1);
            padding: 0 0 3vw 43px;
            margin: 0 0 3vw;
        }

            .search-results ul li:before {
                content: '';
                position: absolute;
                top: 8px;
                left: 0;
                width: 20px;
                height: 20px;
                background: var(--primary);
            }

            .search-results ul li h3 {
                position: relative;
                cursor: pointer;
                padding: 0;
                font-weight: 600;
                justify-content: space-between;
                font-size: 2.5vw;
                line-height: 1.2;
                color: var(--bodyText);
                margin: 0 0 30px;
                padding: 0 5vw 0 0;
                transform: rotate(0);
            }

.faqs-holder ul li p {
    margin: 0;
}

.pagination {
    background: transparent;
    margin: 0 0 8vw;
    grid-gap: 20px;
}

    .pagination li,
    .pagination a {
        color: var(--bodyText);
        transition: all .5s ease;
        background: transparent !important;
        border: 0;
        outline: none !important;
        padding: 0;
        border-radius: 0 !important;
        font-size: 20px;
        line-height: 1;
    }

    .pagination .page-link.active {
        background: transparent;
        border: 0;
    }

    .pagination .page-link.active,
    .pagination a.active {
        text-decoration: underline;
    }

    .pagination a:focus {
        outline: none !important;
        box-shadow: none !important;
    }

    .pagination .page-link.active,
    .pagination a.active,
    .pagination a:hover {
        color: var(--primary) !important;
    }

    .pagination a svg {
        fill: var(--bodyText);
        transition: all .5s ease;
        width: 20px;
    }

    .pagination a:hover svg {
        fill: var(--primary);
    }

.latest-updates-main {
    padding: 0 0 10vw;
}

.swiper-infos .box {
    margin: 0 0 10px;
}

    .swiper-infos .box .img {
        overflow: hidden;
    }

    .swiper-infos .box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all .7s ease;
        transform: scale(1.0);
    }

    .swiper-infos .box:hover img {
        transform: scale(1.1) !important;
    }

    .swiper-infos .box .infos {
        background: var(--slide-info);
        padding: 30px 20px;
        -webkit-box-shadow: -4px 10px 14px -10px rgba(0, 0, 0, .1);
        box-shadow: -4px 10px 14px -10px rgba(0, 0, 0, .1);
        position: relative;
        z-index: 1;
        overflow: hidden;
    }

        .swiper-infos .box .infos::after {
            content: "";
            position: absolute;
            bottom: -100%;
            left: 0;
            width: 100%;
            height: 100%;
            background: var(--primary);
            z-index: -1;
            transition: all .5s ease;
        }

.swiper-infos a:hover .infos::after {
    bottom: 0;
}

.swiper-infos .box .infos h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    margin: 0;
    transition: all .7s ease;
}

.swiper-infos a {
    color: var(--bodyText);
    transition: all .5s ease;
}

    .swiper-infos a:hover h3,
    .swiper-infos a:hover p {
        color: #fff !important;
    }

.swiper-infos .box .infos .icons svg {
    stroke: var(--bodyText);
    transition: all .7s ease;
    width: 24px;
}

.swiper-infos .box .infos .icons a:hover svg {
    stroke: var(--primary);
}

.latest-updates-holder {
    margin: 0 0 5vw;
}

    .latest-updates-holder h2 {
        font-weight: 600;
        font-size: 4.5vw;
        line-height: 1;
        margin: 0 0;
    }

.swiper-arrows {
    display: flex;
    justify-content: space-between;
    grid-gap: 20px;
    margin: 0 0 40px;
    align-items: baseline;
    position: relative;
}

    .swiper-arrows .arrows {
        display: flex;
        grid-gap: 0 20px;
        position: absolute;
        right: 0;
        bottom: 0;
        padding: 0vw 40px 0 0;
    }

    .swiper-arrows .swiper-button-prev,
    .swiper-arrows .swiper-button-next {
        position: relative;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        right: inherit;
        left: inherit;
    }

        .swiper-arrows .swiper-button-prev:after,
        .swiper-arrows .swiper-button-next:after {
            content: '';
            position: relative;
            width: auto;
            height: auto;
            padding: 0;
            margin: 0;
        }

        .swiper-arrows .swiper-button-prev svg,
        .swiper-arrows .swiper-button-next svg {
            stroke: var(--primary);
            transition: all .7s ease;
            width: 36px;
        }

        .swiper-arrows .swiper-button-prev:hover svg,
        .swiper-arrows .swiper-button-next:hover svg {
            stroke: var(--bodyText);
        }

.press-release-main {
    background: var(--bodyText);
    margin: 10vw 0 10vw;
}

.press-release-holder {
    margin: 0 0 5vw;
    padding: 0 0 5vw;
    position: relative;
}

    .press-release-holder .new-main .box > .infos::after {
        background: var(--primary);
    }

.new-heading {
    position: relative;
    padding: 4vw 0 100px 4.5vw;
    color: var(--white);
    width: 100%;
}

    .new-heading-l img,
    .new-heading img {
        position: absolute;
        top: -55%;
        left: 0;
        width: 31%;
    }

.new-heading-l {
    padding: 9vw 0 0 30px;
    color: var(--bodyText);
}

    .new-heading-l span {
        color: var(--white);
    }

    .new-heading-l img {
        width: 33%;
        top: 0;
    }

.new-heading h2 {
    font-weight: 600;
    font-size: 4.5vw;
    margin: 0;
}

.press-release-holder h2 span {
    /* color: var(--primary); */
    display: block;
    line-height: 1;
    margin: 15px 0 0;
}

.brands-assets-holder {
    margin: 0 0 5vw;
}

.brands-swiper {
    margin: 0 0 10vw;
}

.inner-banner .infos .main-container.logistic_sec. {
    background: url(../images/heading2-bg.png) no-repeat;
    background-size: 35%;
}

.sticky-section {
    display: flex;
    position: relative;
    padding: 5vw 0 0 30%;
}

    .sticky-section .left {
        width: 30%;
        position: absolute;
        top: 5vw;
        left: 0;
        padding: 0px 0 0 9%;
        z-index: 2;
    }

    .sticky-section .right {
        width: 100%;
        padding: 2.5vw 0 0 0;
    }

.sticky-tab-content {
    margin: 0 0 70px;
}

    .sticky-tab-content .inner {
        padding: 0 11% 2vw 0;
    }

        .sticky-tab-content .inner h2 {
            font-weight: 600;
            font-size: 3vw;
            line-height: 1;
            margin: 0 0 40px;
        }

    .sticky-tab-content .img {
        width: 100%;
    }

    .sticky-tab-content img {
        width: 100%;
    }

    .sticky-tab-content .inner > h3,
    .sticky-tab-content h3 {
        color: var(--primary);
        margin: 0 0 20px;
        font-weight: 600;
        font-size: 2vw;
        line-height: 1.1;
        margin-bottom: 2vw;
    }

    .sticky-tab-content > p {
        font-size: 20px;
    }

.coldSwiper-infos .box .infos {
    /*    transition: all .7s ease;*/
}

    .coldSwiper-infos .box .infos > p {
        padding: 0;
        margin: 20px 0 10px;
    }

/*..coldSwiper-infos .box:hover .infos p{
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}*/
.sal-repeated-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    animation: animatedBackground 500s linear infinite;
    background-repeat: repeat;
    background-position: 0 0;
    /*background: url(../images/sal-bgs.png);*/
    width: 100%;
    height: 600px;
    z-index: -1;
}

.choose-main {
    position: relative;
    padding: 50px 0 0;
}

    .choose-main .heading {
        position: relative;
        padding-left: 5vw;
        padding: 0 0 5vw 2vw;
        /* color: var(--white); */
    }

        .choose-main .heading h2 {
            z-index: 1;
            position: absolute;
            bottom: 0;
            z-index: 2;
            top: auto;
            left: 5vw;
        }

            .choose-main .heading h2 > div p {
                font-weight: 600;
                font-size: 4.9vw;
                line-height: 1.3;
                margin-bottom: 0;
                position: relative;
            }

            .choose-main .heading h2 span {
                display: block;
                color: var(--primary);
            }

    .choose-main p {
        font-size: 24px;
        line-height: 1.3;
        margin: 0 0 3vw;
    }

    .choose-main .heading img {
        position: relative;
        top: 0;
        left: 0;
        width: 85%;
        z-index: 1;
    }

.sal-repeated-bg-small {
    position: absolute;
    bottom: -3vw;
    left: 0;
    animation: animatedBackground 500s linear infinite;
    background-repeat: repeat;
    background-position: 0 0;
    background: url(../images/sal-bgs-updated.png);
    width: 100%;
    height: 650px;
    z-index: -1;
    background-size: cover;
}
.customs_clearance_main .sal-repeated-bg-small {
    height: 340px;
}
.malhamform .sal-repeated-bg-small {
    height: 840px;
}
.malhamform {
    margin-bottom:0vw!important;
}
.malhaminnerpage {
    padding: 0 0 80px !important;
}
.choose-main .btns .btn-epic span:last-child,
.choose-main .btns .btn-epic span:first-child {
    color: var(--white);
}

    .choose-main .btns .btn-epic span:last-child svg path,
    .choose-main .btns .btn-epic span:first-child svg path {
        fill: var(--white);
        stroke: var(--white);
    }

.choose-main .btns .btn-epic:after {
    background: var(--primary);
}

.choose-main .btns .btn-epic:before {
    background: var(--bodyText);
}

.grid_sec.full-grid {
    margin-top: 4vw;
    width: 100%;
}

    /*.grid_sec .swiper-wrapper .swiper-slide {
    margin-left: 1.5vw;
}*/

    /*.grid_sec .swiper-wrapper .swiper-slide:first-child {
    margin: 0;
}*/

    .grid_sec.full-grid .grid {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        height: auto;
    }

        .grid_sec.full-grid .grid:last-child .img {
            width: 100px;
        }

.heading-main {
    display: flex;
    justify-content: space-between;
}

    .heading-main .heading {
        width: 76%;
    }

    .heading-main .infos {
        width: 24%;
    }

        .heading-main .infos p {
            color: #fff;
            font-size: 20px;
        }

        .heading-main .infos h3 > div p,
        .heading-main .infos h3 {
            color: #fff;
            font-size: 28px;
            margin-bottom: 1.5vw;
            font-weight: 400;
        }

.tonsSwiper-infos .box .infos > span {
    display: block;
}

.tonsSwiper-infos .box .infos h4 {
    font-weight: 600;
    font-size: 2.5vw;
    line-height: 1;
    margin: 0 0 20px;
}

.tonsSwiper-infos .box .infos p {
    font-size: 20px;
}

.grid_sec.grid_sec3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

    .grid_sec.grid_sec3 .grid {
        height: auto;
        justify-content: flex-start;
    }

.flashCargoSwiper .mr-5 {
    padding-right: 5vw;
}

.airCraftSwiper-main {
    position: relative;
    margin: 10vw 0 7vw;
    padding: 0 0 7vw;
}

    .airCraftSwiper-main:before {
        content: '';
        position: absolute;
        top: 0;
        left: -50%;
        width: 150%;
        height: 100%;
        background: var(--bodyText);
    }

    .airCraftSwiper-main .heading {
        position: relative;
        padding: 0 0 0 20px;
    }

        .airCraftSwiper-main .heading img {
            position: absolute;
            top: -100px;
            left: 0;
            width: 35%;
            z-index: 1;
        }

        .airCraftSwiper-main .heading h4 {
            color: var(--white);
            font-size: 4.5vw;
            font-weight: 600;
            position: relative;
            z-index: 2;
            top: -76px;
            line-height: 1.1;
        }

    .airCraftSwiper-main .airCraftSwiper {
        width: 80%;
        margin: 0 0 0 auto;
    }

        .airCraftSwiper-main .airCraftSwiper .swiper-arrows {
            padding-right: 5vw;
        }

.about-banner img {
    object-fit: inherit;
}

.inner-banner.about-banner .infos {
    top: 20%;
    left: 7%;
    align-items: flex-start;
}

    .inner-banner.about-banner .infos h2 {
        font-size: 5vw;
    }

.sal_text .text-main {
    max-width: 87%;
    margin: auto;
    padding: 5vw 0vw 3vw;
}

    .sal_text .text-main h3 {
        font-size: 3vw;
        color: var(--primary);
        margin: 0;
        font-weight: 600;
        padding: 0vw 0vw 0vw 0;
        line-height: 1.1;
    }

.red-btn .btn-epic span:last-child,
.red-btn .btn-epic span:first-child {
    color: var(--white);
}

    .red-btn .btn-epic span:last-child svg path,
    .red-btn .btn-epic span:first-child svg path {
        fill: var(--white);
        stroke: var(--white);
    }

.red-btn .btn-epic:after {
    background: var(--primary);
}

.red-btn .btn-epic:before {
    background: var(--bodyText);
}


.dark-btn .btn-epic span:last-child,
.dark-btn .btn-epic span:first-child {
    color: var(--white);
}

    .dark-btn .btn-epic span:last-child svg path,
    .dark-btn .btn-epic span:first-child svg path {
        fill: var(--white);
        stroke: var(--white);
    }

.dark-btn .btn-epic:after {
    background: var(--bodyText);
}

.dark-btn .btn-epic:before {
    background: var(--primary);
}

.excellence-main {
    display: flex;
}

    .excellence-main .box {
        background: #F3F3F3;
        padding: 2vw 1.5vw;
        -webkit-box-shadow: -4px 10px 14px -10px rgba(0, 0, 0, .1);
        box-shadow: 0 5px 10px 2px rgba(0, 0, 0, .1);
        height: 100%;
        display: flex;
        justify-content: flex-start;
        flex-direction: column
    }

        .excellence-main .box .img {
            width: 70px;
            height: 70px;
            margin-bottom: 4vw;
        }

            .excellence-main .box .img.small-img img {
                width: 64%;
            }

            .excellence-main .box .img img {
                width: 100%;
            }

        .excellence-main .box h3 {
            font-size: 18px;
            font-weight: 600;
            color: var(--primary);
            margin: 0 0 30px;
            /* flex:1; */
            text-transform: capitalize;
        }

        .excellence-main .box p {
            color: #333333;
            font-size: 20x;
            line-height: 1.1;
            margin: 0;
        }

.ac-holder .img {
    border-left: 3px solid var(--primary);
}

    .ac-holder .img img {
        width: 100%;
    }

.ac-holder p {
    font-size: 24px;
    line-height: 1.2;
    margin: 0;
}

.ac-holder .ac-right {
    padding-left: 2vw;
}

.ourMangementSwiper.swiper-infos .box .infos h3 {
    color: var(--primary);
    margin: 0 0 10px;
}

.airCraftSwiper-main .airCraftSwiper .swiper-slide {
    height: auto;
}

.airCraftSwiper-main .airCraftSwiper .grid {
    height: 100%;
    padding-bottom: 5vw;
}

    .airCraftSwiper-main .airCraftSwiper .grid .img {
        margin-bottom: 2vw;
    }

.img_size .heading img {
    width: 45%;
    top: -3vw;
}

.row.choose-holder {
    margin: -20vw 0 0;
}

.modal-backdrop {
    transition: all .7s ease;
}

.modal.right {
    position: fixed;
    margin: auto;
    height: 100%;
    left: auto;
    right: 0;
    transition: all .7s ease;
}


    .modal.right .modal-dialog {
        height: 100%;
        margin: 0 0 0 auto;
        width: 100%;
        max-width: 500px;
    }

    .modal.right .modal-content {
        margin: 0;
        max-width: 500px;
    }

    .modal.right .modal-dialog {
        position: fixed;
        margin: auto;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        transform: translateX(100%);
        transition: transform 0.5s ease-in-out;
    }

    .modal.right.show .modal-dialog {
        transform: translateX(0);
    }

    .modal.right .modal-content {
        transition: all .7s ease;
        border-radius: 0;
        border: 0;
    }

    .modal.right .modal-content {
        height: 100%;
        overflow-y: auto;
        padding: 0 15px;
    }

    .modal.right .modal-header {
        border-bottom: 0;
        margin: 0 0 5vw;
    }

    .modal.right .modal-title {
        font-weight: 600;
    }

.mini-search {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(51, 51, 51, .3);
    padding: 0 0 10px;
}

    .mini-search input {
        width: 100%;
        flex: 1;
        border: 0;
        background: transparent;
    }

        .mini-search input:focus {
            outline: none;
        }

    .mini-search .search-icon {
        background: transparent;
        border: 0
    }

        .mini-search .search-icon svg {
            stroke: var(--primary);
            transition: all .5s ease;
        }

        .mini-search .search-icon:hover svg {
            stroke: var(--bodyText);
        }

.modal.right .modal-content h4 {
    font-weight: 600;
    color: var(--primary);
}

.modal.right .modal-content ul {
    list-style-type: none;
    padding: 0;
}

ul li {
    margin: 0 0 10px;
}

    ul li,
    ul li a {
        color: var(--bodyText);
    }

        ul li a:hover {
            color: var(--primary) !important;
        }

.btn-close:active,
.btn-close:focus {
    outline: none;
    box-shadow: none;
}

.show-management-modal {
    cursor: pointer;
}

.managementModal .btn-close {
    position: absolute;
    top: 20px;
    right: 30px;
    z-index: 2;
}

.managementModal .img {
    margin: 0 0 20px;
    padding: 0 6vw 0 0;
}

    .managementModal .img img {
        width: 100%;
    }

.managementModal h3 {
    font-weight: 600;
    color: var(--primary);
}


.inner-track-content,
.inner-track-heading,
.div-box {
    display: none;
    opacity: 0;
    transform: translateY(15px);
    animation: fadeIn 1s ease 1 forwards;
}

    .inner-track-content.active,
    .inner-track-heading.active,
    .div-box.active {
        display: block;
    }


@keyframes fadeIn {
    100% {
        opacity: 1;
        transform: none;
    }
}

.ofh {
    overflow: hidden;
}

.box-with-hover {
    position: relative;
}

    .box-with-hover .img {
        transform: translateY(0);
        transition: all .5s ease !important;
    }

    .box-with-hover .infos {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        overflow: hidden;
        max-height: 75px;
        transition: all .7s ease;
    }

        .box-with-hover .infos h3 {
            transition: all .7s ease;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            transform: translateY(0);
        }

        .box-with-hover .infos > p {
            padding: 0;
            margin: 0;
            /*opacity: 0;
    visibility: hidden;*/
            /*    transform: translateY(20%);*/
            /*/   transition: all .7s ease-out;*/
            /*display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;*/
            overflow: hidden;
        }

    .box-with-hover:hover .infos > p {
        /* padding: 0;
    margin: 0;*/
        /*opacity: 1;
    visibility: visible;
    transform: translateY(0);*/
    }

    .box-with-hover:hover .infos {
        max-height: 100%;
    }

    /*.box-with-hover:hover .infos h3 {
    transform: translateY(-50%);
}*/
    .box-with-hover:hover .img {
        transform: translateY(-20%);
    }

.all_numb {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 3vw;
    padding: 40px 0 0;
}

    .all_numb .box {
        display: flex;
        flex-direction: column;
        margin: 0 0 1%;
        width: 48.5%;
        /*  flex: 1;*/
    }

        .all_numb .box h3 {
            font-weight: bold;
            color: var(--primary);
            font-size: 34px;
            position: relative;
            margin: 0 0 20px;
            padding: 0 0 20px;
        }

            .all_numb .box h3 span {
                position: relative;
                z-index: 1;
            }

            .all_numb .box h3:before {
                content: '';
                position: absolute;
                /*left: 12%;*/
                left: 0;
                top: -40px;
                width: 107px;
                height: 82px;
                background: #ccc;
            }

        .all_numb .box p {
            font-size: 20px;
            padding: 0 4vw 0 0;
            color: #333;
            line-height: 34px;
            margin-bottom: 5px;
            font-weight: 600;
        }

.price_sec {
    position: relative;
    margin: 5vw 3vw 0vw 0;
    background: #F3F3F3;
    align-items: center;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

    .price_sec .boxes {
        position: relative;
        border: none;
        height: 100%;
    }

        .price_sec .boxes h3 {
            color: var(--primary);
            margin: 0;
            font-size: 26px;
            line-height: 1;
            padding: 0;
            margin-bottom: 1vw;
        }

        .price_sec .boxes p {
            font-size: 20px;
            font-weight: 400;
            color: #333333;
            margin: 0;
        }

.cont-info {
    list-style-type: none;
    display: flex;
    margin: 0 0 30px 0;
    padding: 2vw 0 2vw;
    min-height: inherit;
}

    .cont-info li {
        border-right: 2px solid var(--primary);
        padding: 0 2.5vw;
        color: #333;
    }

        .cont-info li a {
            color: #333;
        }

        .cont-info li:first-child {
            padding-left: 0;
        }

        .cont-info li:last-child {
            border: 0;
        }

.form-holder {
    margin-bottom: 5vw;
}

    .form-holder label {
        font-size: 20px;
        font-weight: 300;
        color: #000;
        margin: 0 0 10px;
    }

    .form-holder .form-select,
    .form-holder .form-group textarea,
    .form-holder .form-group input {
        border-width: 0 0 1px 0;
        border-style: solid;
        border-color: #999;
        border-radius: 0;
        background: transparent;
        padding: 0 0 16px 0;
        font-weight: 300;
        color: #999;
        width: 100%;
        outline: none !important;
        box-shadow: none !important;
    }

    .form-holder .form-select {
        background: transparent;
        -webkit-appearance: none;
        background-image: url('images/select-bg.png');
        background-size: 12px 6px;
        background-repeat: no-repeat;
        background-position: right 12px;
        transition: all .5s ease-in-out;
    }

.right-to-left .form-holder .form-select {
    background-image: url('images/select-bg.png');
    background-repeat: no-repeat;
    background-position: left 12px;
}

.form-holder .form-group textarea {
    resize: none;
}

.form-holder .text-right {
    padding: 20px 0 0;
}

.form-holder .button {
    padding: 12px 30px;
}

/*.swiper-infos {
    width:auto;
}*/

.data_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 3vw;
    grid-gap: 3vw;
    padding: 20px 0 0;
}

    .data_list .list {
    }

        .data_list .list h2 {
            font-weight: 600;
            color: var(--primary);
            font-size: 18px;
            position: relative;
            padding: 0vw 0vw 12px;
            margin: 0;
            line-height: 1.3;
        }

            .data_list .list h2:before {
                content: '';
                position: absolute;
                left: 0;
                width: 130px;
                height: 80px;
                /* background: #F5F5F5; */
                z-index: -1;
                /* bottom: 2vw; */
            }

        /*.data_list .list ul {
    padding-left: 30px;
}*/

        .data_list .list ul {
            padding-left: 19px;
        }

            .data_list .list ul li {
                font-size: 16px;
                color: #333333;
                line-height: 22px;
                margin-bottom: 1vw;
            }

                .data_list .list ul li::marker {
                    font-size: 12px;
                    color: #333333;
                }

.forward_sec {
    grid-template-columns: repeat(2, 1fr) !important;
    margin-bottom: 7vw !important;
}

    .forward_sec .list h2 {
        width: 60%;
    }

.press_sec {
    margin: 0;
}

.listing_sec h2 {
    font-size: 26px;
    margin: 0;
    margin-bottom: 1vw;
    line-height: 1;
}

.listing_sec p {
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    margin-bottom: 1.5vw;
}

.listing_sec {
    width: 100%;
    padding: 20px 0 7px 0;
    position: relative;
    border-bottom: 1px #D9D9D9 solid;
    display: flex;
    justify-content: space-between;
}

    .listing_sec .download_btn {
        margin: 0 0 0 30px;
    }

    .listing_sec svg {
        stroke: var(--bodyText);
        width: 20px;
        transition: all .5s ease;
    }

    .listing_sec .download_btn:hover svg {
        stroke: var(--primary);
    }

.form-group {
    margin: 0 0 40px;
}

.submit-btn {
    max-width: 150px !important;
}

.shipment-dropdonw .dropdown {
    justify-content: flex-start;
}

.press_banner {
    padding: 0;
}

    .press_banner .main-container {
        justify-content: end !important;
    }

.article_sec {
    max-width: 87.5%;
    margin: auto;
}

    .article_sec .article {
        display: flex;
        margin-bottom: 2.5vw;
    }

    .article_sec .left {
        width: 30%;
        overflow: hidden;
    }

        .article_sec .left img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transition: all .5s ease;
        }

    .article_sec .right {
        width: 70%;
        padding: 3vw;
        background: #f5f5f5;
    }

        .article_sec .right h3 {
            font-size: 20px;
            color: var(--primary);
            font-weight: 500;
            margin-bottom: 15px;
        }

        .article_sec .right h2 {
            /* color: #646464; */
            font-size: 36px;
            line-height: 40px;
            margin-bottom: 1vw;
        }

        .article_sec .right p {
            font-size: 20px;
            /* color: #9A9A9A; */
            margin-bottom: 2vw;
            padding-right: 10vw;
        }

        .article_sec .right a {
            width: 200px;
        }

.load_more {
    margin-top: 4vw;
}

.new_detail {
    margin: 0;
    height: 80vh;
}

    .new_detail h3 {
        font-size: 20px;
        position: relative;
        margin-bottom: 1vw;
    }

        .new_detail h3:before {
            content: "";
            width: 10px;
            height: 10px;
            left: -30px;
            position: absolute;
            background: var(--primary);
            top: 5px;
        }

    .new_detail h2 {
        font-size: 40px !important;
        font-weight: 500 !important;
        /*    width: 60%;*/
    }

    .new_detail .heading {
        width: 95%;
        margin: auto;
        padding: 0;
    }

.new_infos {
}

    .new_infos .img {
    }

        .new_infos .img img {
            width: 100%;
        }

    .new_infos > .img {
        max-width: 83.5%;
        margin: auto;
        margin-top: -4vw;
    }

    .new_infos .latest-updates-main {
        padding: 0;
    }

.cargo-services-main {
    background: var(--bodyText);
    margin-bottom: 30vw;
    padding: 7vw 0;
}

    .cargo-services-main .latest-updates-main {
        margin: 0;
    }

    .cargo-services-main .swiper-arrows {
        opacity: 1 !important;
    }

        .cargo-services-main .swiper-arrows .swiper-button-prev:hover svg,
        .cargo-services-main .swiper-arrows .swiper-button-next:hover svg {
            stroke: var(--white) !important;
        }

.menu-open {
    overflow-y: hidden;
}

.statistics-swiper .swiper-slide {
    height: 320px;
}

    .statistics-swiper .swiper-slide .grid {
        height: 100%;
    }

.capabilitiesSwiper {
    margin: 0 0 0 auto !important;
}

    .capabilitiesSwiper .box .infos {
        min-height: 160px;
    }

        .capabilitiesSwiper .box .infos h3 {
            margin: 0 0 10px 0;
        }

.contact-form-main .tabs h2 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 50px;
    color: var(--primary);
}

.new_detail-text p {
    width: 70% !important;
}

.choose-left {
    padding: 6.5vw 0 0;
}

.ground-handling-nav.white-side-text ul li a,
.track-shipment-btn.white-side-text span {
    color: var(--white);
}

.ground-handling-nav.fixed {
    position: fixed;
    top: 90px;
    left: 5%;
}

    .ground-handling-nav.fixed:before {
        background: var(--bodyText);
    }

    .ground-handling-nav.fixed ul li a span {
        color: var(--white);
    }

.track-shipment-search-main .dropdown {
    display: none;
}

.track-shipment-search-main .dropdown {
    margin: 0 0 10vw;
    z-index: 2;
}

    .track-shipment-search-main .dropdown button {
        width: 100%;
        padding: 0;
        font-size: 8vw;
        color: var(--white);
        text-align: left;
        font-weight: bold;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .track-shipment-search-main .dropdown button svg {
            transition: all .6s ease;
        }

        .track-shipment-search-main .dropdown button.dropdown-toggle.show svg {
            transform: rotate(180deg);
        }

        .track-shipment-search-main .dropdown button:focus,
        .track-shipment-search-main .dropdown button:hover {
            border: 0;
            outline: none;
            box-shadow: none;
            border-color: transparent;
        }

.track-shipment-search-main .dropdown-toggle::after {
    display: none;
}

.track-shipment-search-main .dropdown-menu {
    width: 100%;
}

.airCraftSwiper.grid_sec .grid:last-child .img {
    width: 70px;
}

.faqs-holder > ul > li > .content p {
    margin: 0 0 30px;
}

.faq-list {
    margin: 0 0 30px;
}

    .faq-list ul {
        list-style-type: disc;
    }

    .faq-list ul {
    }

.faqs-holder > ul > li > .content {
    display: none;
}


.brands-assets-main .container-right-sm {
    max-width: 92%;
    padding: 0 0 0 21%;
    position: relative;
}

    .brands-assets-main .container-right-sm .swipe-arrows {
        position: absolute;
        top: 50%;
        left: 0;
        padding: 0 0 0 5%;
    }

        .brands-assets-main .container-right-sm .swipe-arrows button {
            background: transparent;
            border: 0;
            position: absolute;
            top: 0;
            opacity: 0;
            visibility: hidden;
            transition: all 1s ease;
        }

            .brands-assets-main .container-right-sm .swipe-arrows button.active {
                opacity: 1;
                visibility: visible;
            }

            .brands-assets-main .container-right-sm .swipe-arrows button.next-icon svg {
                animation: arrow-right 1.5s ease-in-out infinite;
            }

            .brands-assets-main .container-right-sm .swipe-arrows button.prev-icon {
                transform: rotate(-180deg);
            }

                .brands-assets-main .container-right-sm .swipe-arrows button.prev-icon svg {
                    animation: arrow-left 1.5s ease-in-out infinite;
                }

@keyframes arrow-right {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(15px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes arrow-left {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-15px);
    }

    100% {
        transform: translateX(0);
    }
}

/*Hamza*/
.main-container-ml-auto2 {
    margin: 0 0 0 auto;
    max-width: 93.5%;
}

.inner-banner {
    margin-bottom: 4vw;
}

    .inner-banner .infos .main-container.logistic_sec {
        max-width: 87%;
        display: flex;
        justify-content: center;
        height: 100%;
        flex-direction: column;
        position: relative;
    }

    .inner-banner .shape-s {
        background: url(../images/heading1-bg.png) no-repeat;
        background-size: 35%;
        background-position-y: 30%;
    }

    .inner-banner .shape-a {
        background: url(../images/heading2-bg.png) no-repeat;
        background-size: 35%;
        background-position-y: 30%;
    }

    .inner-banner .shape-l {
        background: url(../images/heading3-bg.png) no-repeat;
        background-size: 35%;
        background-position-y: 30%;
    }

    .inner-banner .infos .logistic_sec h2 > .fr-view p,
    .inner-banner .infos .logistic_sec h2 {
        font-size: 5vw;
        line-height: 1.4;
        margin-bottom: 10vw;
        padding: 160px 0 0 130px;
        width: 70%;
    }

        .inner-banner .infos .logistic_sec h2 > div p {
            padding-left: 0;
            line-height: 1.2;
            margin-bottom: 5vw;
        }

        .inner-banner .infos .logistic_sec h2 .fr-view p {
            margin-bottom: 0;
        }

.contact-banner.inner-banner .logistic_sec h2 > div p {
    padding-top: 0;
}

.inner-banner .infos .shape-s h2 {
    padding: 90px 0 0 107px;
    line-height: 1.2;
}

.logistic_sec h3 .fr-view p,
.logistic_sec h3 {
    font-size: 3vw;
    color: var(--primary);
    margin: 0;
    font-weight: 600;
    padding: 0vw 0vw 0vw 0;
    line-height: 1.1;
}

.sal_text {
    position: relative;
    overflow: hidden;
    z-index: 2;
}

    .sal_text .new-ss-bg {
        position: absolute;
        top: 5vw;
        right: 0;
        animation: animatedBackground 500s linear infinite;
        background-repeat: repeat;
        background-position: 0 0;
        /*background: url(../images/new-ss-bg.png);*/
        width: 100%;
        height: 600px;
        z-index: -1;
    }

    .sal_text .para {
        max-width: 87%;
        margin: auto;
        /*border-top: solid 1px rgba(184, 184, 184, 50%);*/
        padding: 2.5vw 0vw 5vw;
    }

        .sal_text .para p {
            font-size: 22px;
            line-height: 1;
            color: var(--bodyText);
            width: 55%;
            line-height: 30px;
        }

.end_solution {
    max-width: 87%;
    margin: auto;
    padding: 7vw 0vw 10vw;
}

.main_solution {
    position: relative;
    background: var(--sarNumbersBg);
    z-index: 1;
}

.end_solution h2 .fr-view > p,
.end_solution h2 {
    font-size: 40px;
    color: var(--primary);
    line-height: 1;
    font-weight: 600;
    margin-bottom: 3.5vw;
}

    .end_solution h2 .fr-view > p {
        margin-bottom: 0
    }

.main_solution .end_solution p {
    color: #fff;
    font-size: 22px;
    line-height: 26px;
}

.grid_sec {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1.5vw !important;
    width: 87% !important;
    margin: auto;
    margin-top: -6vw;
    margin-bottom: 7vw;
    z-index: 2;
    position: relative;
}

    .grid_sec .grid {
        background: #F3F3F3;
        padding: 2vw 2vw;
        -webkit-box-shadow: -4px 10px 14px -10px rgba(0, 0, 0, .1);
        box-shadow: -4px 10px 14px -10px rgba(0, 0, 0, .1);
        height: max-content;
    }

        .grid_sec .grid .img {
            width: 70px;
            height: 70px;
            margin-bottom: 4vw;
        }

            /*.grid_sec .grid:last-child .img {
    width: 100px;
}*/

            .grid_sec .grid .img img {
                width: 100%;
            }

        .grid_sec .grid p {
            color: var(--bodyText);
            font-size: 22px;
            line-height: 1.1;
            margin: 0;
        }

.customs_clearance_main {
}

    .customs_clearance_main .text {
        width: 87%;
        margin: auto;
        margin-bottom: 3vw;
    }

        .customs_clearance_main .text h2 .fr-view > p,
        .customs_clearance_main .text h2 {
            font-size: 40px;
            color: var(--primary);
            line-height: 1;
            font-weight: 600;
            margin-bottom: 2.5vw;
        }

            .customs_clearance_main .text h2 .fr-view > p {
                margin-bottom: 0
            }

        .customs_clearance_main .text p {
            color: var(--bodyText);
            font-size: 22px;
            line-height: 28px;
        }

    .customs_clearance_main .latest-updates-main {
        padding-bottom: 7vw;
    }

.grid_sec2 {
    margin-top: 0;
    margin-bottom: 25vw;
}

    .grid_sec2 .grid {
        padding: 2vw 6vw 2vw 2vw;
    }

        .grid_sec2 .grid .img {
            margin-bottom: 2vw;
        }

            .grid_sec2 .grid .img img {
            }

        .grid_sec2 .grid p {
        }

.capabilitie_sec {
    background: var(--sarNumbersBg);
    display: flex;
    padding: 6vw 6.5%;
    position: relative;
    z-index: 3;
    margin-bottom: 10vw;
}
.warehouse .grid {
    min-height:300px;
}
.parenting .left h2 {
    font-size: 5vw !important;
}

.capabilitie_sec .right h3.pe-0 p {
    padding-right: 0vw !important;
}



    .capabilitie_sec .left {
        width: 40%;
    }

        .capabilitie_sec .left h2 span {
            color: #fff;
        }

        .capabilitie_sec .left img {
            width: 30%;
            position: absolute;
            top: -12.3vw;
            /* z-index: 1; */
        }

        .capabilitie_sec .left h2 {
            font-size: 4.5vw;
            color: var(--bodyText);
            font-weight: 600;
            text-align: right;
            line-height: 1;
            margin-top: -12.5vw;
            position: relative;
            z-index: 2;
            margin-right: -7vw;
        }

    .capabilitie_sec .right {
        width: 60%;
    }

        .capabilitie_sec .right h3 .fr-view > p,
        .capabilitie_sec .right h3 {
            font-size: 45px;
            color: var(--primary);
            font-weight: 600;
            line-height: 46px;
            margin-bottom: 4vw;
            padding-right: 5vw;
        }

            .capabilitie_sec .right h3 .fr-view > p {
                margin-bottom: 0
            }

        .capabilitie_sec .right p {
            font-size: 22px;
            color: #fff;
            font-weight: 400;
            line-height: 28px;
            margin-bottom: 2vw;
        }

            .capabilitie_sec .right p:last-child {
                margin: 0;
            }

.swiper-infos2 {
}

    .swiper-infos2 .grid {
        background: #F3F3F3;
        padding: 2vw 4vw 2vw 2vw;
        box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, .1);
    }

        .swiper-infos2 .grid .img {
            width: 70px;
            height: 70px;
            margin-bottom: 4vw;
        }

            .swiper-infos2 .grid .img img {
                width: 100%;
            }

        .swiper-infos2 .grid p {
            color: var(--bodyText);
            font-size: 24px;
            line-height: 1.3;
            margin: 0;
        }

        .swiper-infos2 .grid .number {
            font-size: 2.5vw;
            line-height: 1;
            font-weight: 600;
            color: var(--primary);
            margin-bottom: 10px;
        }

            .swiper-infos2 .grid .number span {
                line-height: 1;
            }

.statistics_main {
    margin-bottom: 10vw;
}

    .statistics_main .container-right-sm {
        max-width: 75%;
        padding: 0;
    }

    .statistics_main .new-heading-l {
        padding: 13vw 0 0 70px;
    }

        .statistics_main .new-heading-l .anim h2 {
            z-index: 1;
            position: relative;
        }

    .statistics_main .brands-assets-holder {
        margin-bottom: 3vw;
    }

.warehousing_sec {
    background: transparent;
}

    .warehousing_sec .left {
    }

        .warehousing_sec .left img {
            top: 0;
            width: 27.4%;
        }

        .warehousing_sec .left h2 {
            margin-top: 0;
            margin-right: -7.7vw;
        }

    .warehousing_sec .right {
        padding-right: 5vw;
    }

        .warehousing_sec .right h3 {
            margin-bottom: 2vw;
            padding: 0;
        }

        .warehousing_sec .right p {
            color: var(--bodyText);
        }

.sal_text2 {
    margin-bottom: 5vw;
}

.approach_sec {
    background: var(--bodyText);
    position: relative;
    padding-bottom: 11vw;
}

    .approach_sec .main_heading {
        max-width: 83.5%;
        margin: auto;
        margin-bottom: 0vw;
    }

        .approach_sec .main_heading .img {
            position: relative;
            bottom: 4vw;
            width: 35%;
        }

            .approach_sec .main_heading .img img {
                width: 100%;
            }

        .approach_sec .main_heading h2 {
            color: #fff;
            font-size: 4.5vw;
            font-weight: 600;
            line-height: 1;
            margin-top: -8vw;
            padding: 0vw 3.5vw;
            z-index: 1;
            position: relative;
            margin-bottom: 3vw;
        }

    .approach_sec .approach_text {
        width: 60%;
        margin-left: auto;
        padding-right: 12vw;
    }

        .approach_sec .approach_text h3 .fr-view p,
        .approach_sec .approach_text h3 {
            font-size: 45px;
            color: var(--primary);
            font-weight: 600;
            line-height: 46px;
            margin-bottom: 1vw;
        }

            .approach_sec .approach_text h3 .fr-view p {
                margin-bottom: 0;
            }

        .approach_sec .approach_text p {
            color: #FFFFFF;
            font-size: 20px;
            margin-bottom: 1vw;
        }

.ship_sec {
    display: grid;
    width: 60%;
    margin: auto;
    margin-top: -10vw;
    z-index: 1;
    position: relative;
    grid-gap: 15px;
    margin-bottom: 5vw;
    grid-template-columns: repeat(3, 1fr);
}

    .ship_sec .ship_wrap {
        background: #F3F3F3;
        padding: 1.5vw;
        height: fit-content;
        transition: all .6s ease-in-out;
    }

        .ship_sec .ship_wrap .ship {
            display: flex;
            align-items: baseline;
            margin-bottom: 5vw;
        }

        .ship_sec .ship_wrap:nth-child(2) {
            margin-top: 3vw;
        }

        .ship_sec .ship_wrap:nth-child(3) {
            margin-top: 7vw;
        }

        .ship_sec .ship_wrap .ship span {
            font-size: 40px;
            font-weight: 600;
            display: block;
            line-height: 1;
        }

        .ship_sec .ship_wrap .ship h2 .fr-view p,
        .ship_sec .ship_wrap .ship h2 {
            margin: 0;
            font-size: 30px;
            font-weight: 600;
            color: var(--primary);
            line-height: 1;
            margin-left: 1.5vw;
        }

            .ship_sec .ship_wrap .ship h2 .fr-view p {
                margin-left: 0;
            }

        .ship_sec .ship_wrap p {
            font-size: 20px;
            line-height: 26px;
        }

        .ship_sec .ship_wrap:hover {
            background: var(--primary);
        }

            .ship_sec .ship_wrap:hover .ship h2 .fr-view p,
            .ship_sec .ship_wrap:hover .ship h2,
            .ship_sec .ship_wrap:hover p,
            .ship_sec .ship_wrap:hover span {
                color: #fff;
            }

.inner-banner .infos .shape-l h2 {
    padding: 73px 0 0 100px;
    line-height: 1.1;
}

.new_text {
    background: var(--bodyText);
    margin-bottom: 10vw;
}

    .new_text h2 .fr-view > p,
    .new_text h2 {
        font-size: 3vw;
        color: var(--primary);
        font-weight: 600;
        max-width: 87%;
        margin: auto;
        padding: 6vw 0vw;
        line-height: 1.1;
    }

        .new_text h2 .fr-view > p {
            padding: 0vw;
            margin: 0;
            width: 100%;
            max-width: 100%;
        }

.career-heading {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
}

    .career-heading .left {
        width: 50%;
    }

        .career-heading .left .img {
            width: 95%;
        }

        .career-heading .left img {
            position: absolute;
            bottom: -104px;
            left: 0;
            width: 36%;
            z-index: 1;
        }

        .career-heading .left h2 {
            font-weight: bold;
            font-size: 5.2vw;
            line-height: 1;
            margin-bottom: 0;
            position: relative;
            z-index: 1;
            margin-top: -8vw;
            padding: 0vw 2.5vw;
        }

    .career-heading .right {
        width: 40%;
        margin-bottom: 4vw;
    }

        .career-heading .right h3 {
            color: #fff;
            font-size: 28px;
            margin-bottom: 1.5vw;
            font-weight: 400;
        }

        .career-heading .right a {
            max-width: 170px;
        }

.inner-banner-shape-2 {
    padding: 15vw 0 30px;
    margin: 0;
}

.working_sec {
    max-width: 87%;
    margin: auto;
    display: flex;
    grid-gap: 5vw;
    margin-bottom: 7vw;
    align-items: center;
}

    .working_sec .left {
        width: 40%;
    }

        .working_sec .left .img {
            width: 95%;
        }

        .working_sec .left img {
            width: 100%;
        }

    .working_sec .right {
        width: 60%;
    }

        .working_sec .right h2 .fr-view > p,
        .working_sec .right h2 {
            font-size: 3.1vw;
            color: var(--primary);
            font-weight: 600;
            line-height: 1;
            margin-bottom: 2vw;
            border-bottom: solid 1px rgba(184, 184, 184, 50%);
            padding-bottom: 5vw;
            line-height: 1.1;
        }

            .working_sec .right h2 .fr-view > p {
                margin-bottom: 0;
                border-bottom: 0;
                padding-bottom: 0;
            }

        .working_sec .right p {
            font-size: 20px;
            line-height: 26px;
            font-weight: 400;
            color: var(--bodyText);
            margin-bottom: 1.5vw;
        }

.employes_sec {
    display: flex;
    width: 87%;
    margin: auto;
    height: 100vh;
    z-index: 1;
    position: relative;
}

    .employes_sec .left {
        width: 65%;
    }

        .employes_sec .left .grid_sec {
            margin: 0;
            grid-template-columns: repeat(2, 1fr);
        }

.program-benefits .employes_sec .left .grid_sec .grid {
    min-height: 285px;
}

.employes_sec .left .grid_sec .grid {
}

    .employes_sec .left .grid_sec .grid .img {
        margin-bottom: 1vw;
    }

    .employes_sec .left .grid_sec .grid:nth-child(2) {
        margin-top: 4vw;
    }

    .employes_sec .left .grid_sec .grid:nth-child(3) {
        margin-top: -4vw;
    }

    .employes_sec .left .grid_sec .grid:nth-child(5) {
        margin-top: -4vw;
    }

    .employes_sec .left .grid_sec .grid .img img {
    }

    .employes_sec .left .grid_sec .grid p {
    }

.employes_sec .right .img {
    width: 100%;
}

.employes_sec .right {
    width: 35%;
}

    .employes_sec .right img {
        width: 100%;
        height: 100vh;
        /* object-fit: cover; */
        z-index: 1;
        position: relative;
    }

.program-benefits .employes_sec {
    min-height: 100vh;
    height: auto;
}

.text_employer {
    margin-top: -10vw;
    padding: 5vw 0;
}

    .text_employer .paras {
        /*    width: 60%;*/
    }

        .text_employer .paras h2 .fr-view > p,
        .text_employer .paras h2 {
            border-bottom: solid 1px rgba(184, 184, 184, 50%);
            margin-bottom: 2vw;
            padding: 0;
            padding-bottom: 4vw;
        }

            .text_employer .paras h2 .fr-view > p {
                padding-bottom: 0;
                border-bottom: 0;
                margin-bottom: 0;
            }

        .text_employer .paras p {
            color: #fff;
            font-size: 20px;
            max-width: 83.5%;
            margin: auto;
            margin-bottom: 1vw;
        }

.c_openig_sec {
    max-width: 87.5%;
    margin: 0 auto;
    position: relative;
    margin-bottom: 10vw;
}

    .c_openig_sec .open_head {
        margin-bottom: 7vw;
    }

        .c_openig_sec .open_head h2 .fr-view p,
        .c_openig_sec .open_head h2 .fr-view h2,
        .c_openig_sec .open_head h2 {
            font-size: 4.5vw;
            /* color: var(--primary); */
            font-weight: 600;
            margin: 0;
            line-height: 1.2;
            z-index: 1;
            position: relative;
            margin-top: -17vw;
            padding-left: 13vw;
        }

            .c_openig_sec .open_head h2 .fr-view p,
            .c_openig_sec .open_head h2 .fr-view h2 {
                padding-left: 0
            }

            .c_openig_sec .open_head h2 span {
                color: #fff;
            }

        .c_openig_sec .open_head .img {
            width: 36.65%;
        }

        .c_openig_sec .open_head img {
            width: 100%;
        }

    .c_openig_sec .main-manager {
        padding: 0vw 0vw 0 13vw;
        position: relative;
    }

        .c_openig_sec .main-manager .g-manager {
            display: grid;
            grid-template-columns: 25% 60% 15%;
            transition: all .6s ease-in-out;
            border-bottom: solid 1px rgba(184, 184, 184, 50%);
            margin-bottom: 0;
            padding: 2vw 0 3vw;
            position: relative;
        }

            .c_openig_sec .main-manager .g-manager:before {
                content: '';
                position: absolute;
                top: 0;
                left: -2vw;
                width: 104%;
                background: #F3F3F3;
                height: 100%;
                transition: all .7s ease;
                opacity: 0;
                z-index: -1;
                box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, .1);
            }

            .c_openig_sec .main-manager .g-manager:last-child {
                border: none;
            }

            .c_openig_sec .main-manager .g-manager:hover:before {
                opacity: 1;
            }

            .c_openig_sec .main-manager .g-manager .mang:nth-child(2) {
                padding-right: 3vw;
            }

            .c_openig_sec .main-manager .g-manager .mang h2 {
                font-size: 30px;
                color: var(--bodyText);
                font-weight: 600;
                line-height: 1;
                transition: all .7s ease;
            }

            .c_openig_sec .main-manager .g-manager:hover h2 {
                color: var(--primary);
            }

            .c_openig_sec .main-manager .g-manager .mang p {
                font-size: 20px;
                line-height: 1.1;
                margin: 0;
            }

            .c_openig_sec .main-manager .g-manager .mang a {
            }

        .c_openig_sec .main-manager .btn-epic span:last-child {
            color: var(--bodyText);
        }

        .c_openig_sec .main-manager .btn-epic span:first-child {
            color: var(--white);
        }

        .c_openig_sec .main-manager .btn-epic span:last-child svg path {
            fill: var(--bodyText);
            stroke: var(--bodyText);
        }

        .c_openig_sec .main-manager .btn-epic span:first-child svg path {
            fill: var(--white);
            stroke: var(--white);
        }

        .c_openig_sec .main-manager .g-manager:hover .btn-epic span:last-child svg path {
            fill: var(--white);
            stroke: var(--white);
        }

        .c_openig_sec .main-manager .g-manager:hover .btn-epic span:last-child {
            color: var(--white);
        }

        .c_openig_sec .main-manager .g-manager:hover .btn-epic:after {
            background: var(--bodyText);
        }

        .c_openig_sec .main-manager .btn-epic:after {
            background: #F3F3F3;
        }

        .c_openig_sec .main-manager .btn-epic:before {
            background: var(--bodyText);
        }

.inner-banner .infos .main-container.logistic_sec.col-contact {
    justify-content: space-between;
}

    .inner-banner .infos .main-container.logistic_sec.col-contact h2 {
        padding: 8.6vw 0 0 150px;
    }

.map_sec {
    display: flex;
    margin-bottom: 5vw;
    /* height: 100vh; */
}

    .map_sec .left {
        width: 40%;
        padding: 0 8vw;
        background: var(--primary);
        display: flex;
        flex-direction: column;
        /* height:100%; */
        flex: 1 0 auto;
        justify-content: center;
    }

        .map_sec .left .head {
            margin-bottom: 4vw;
        }

            .map_sec .left .head:last-child {
                margin: 0;
            }

            .map_sec .left .head h2 {
                font-size: 50px;
                color: #F3F3F3;
                font-weight: 600;
                line-height: 1;
                margin-bottom: 1vw;
            }

            .map_sec .left .head p {
                font-size: 20px;
                color: #FFFFFF;
                padding-right: 5vw;
                line-height: 24px;
            }

                .map_sec .left .head p a {
                    color: #fff;
                }

    .map_sec .right {
        width: 60%;
    }

        .map_sec .right a {
        }

            .map_sec .right a img {
                width: 100%;
            }

.form-nav {
    display: flex;
    justify-content: space-between;
    grid-gap: 1vw;
    margin-bottom: 3vw;
}

    .form-nav li {
    }

.tabs {
    display: none;
    opacity: 0;
    transform: translateY(15px);
    animation: fadeIn 1s ease 1 forwards;
}

    .tabs.active {
        display: block;
    }

@keyframes fadeIn {
    100% {
        opacity: 1;
        transform: none;
    }
}

.contact-form-main {
    margin-bottom: 7vw;
}

    .contact-form-main .form-nav {
        padding: 0;
    }

        .contact-form-main .form-nav li {
            list-style: none;
            border: solid #D9D9D9 1px;
            padding: 0;
            /* transition: all .7s ease; */
        }


            .contact-form-main .form-nav li.active h2,
            .contact-form-main .form-nav li.active p {
                color: #fff;
            }

            .contact-form-main .form-nav li a {
                padding: 1vw;
                display: block;
                transition: all .7s ease;
                background: transparent;
            }

                .contact-form-main .form-nav li a h2 {
                    color: var(--bodyText);
                    font-size: 24px;
                    font-weight: 600;
                    line-height: 1;
                    margin-bottom: 1vw;
                }

            .contact-form-main .form-nav li:hover a,
            .contact-form-main .form-nav li.active a {
                background: var(--primary);
            }

                .contact-form-main .form-nav li:hover a p,
                .contact-form-main .form-nav li:hover a h2 {
                    color: #fff;
                }

            .contact-form-main .form-nav li a p {
                font-size: 16px;
                color: var(--bodyText);
                line-height: 20px;
            }

    .contact-form-main .tabs-content {
    }

        .contact-form-main .tabs-content .tabs {
        }

            .contact-form-main .tabs-content .tabs .form-group {
            }

                .contact-form-main .tabs-content .tabs .form-group .icon {
                    display: flex;
                    position: relative;
                    align-items: center;
                }

                    .contact-form-main .tabs-content .tabs .form-group .icon svg {
                        position: absolute;
                        right: 1vw;
                        width: 15px;
                        height: 15px;
                    }

                .contact-form-main .tabs-content .tabs .form-group label {
                    font-size: 16px;
                    color: var(--bodyText);
                    font-weight: 400;
                    margin: 0;
                    margin-bottom: 1vw;
                }

                .contact-form-main .tabs-content .tabs .form-group textarea {
                    background: #f3f3f3;
                    border-radius: 0;
                    border: none;
                }

                .contact-form-main .tabs-content .tabs .form-group .form-control {
                    background: #f3f3f3;
                    font-size: 16px;
                    color: var(--bodyText);
                    padding: 12px 1vw;
                    border-radius: 0;
                    border: none;
                }

                    .contact-form-main .tabs-content .tabs .form-group .form-control:focus-visible {
                        outline: none;
                    }

                .contact-form-main .tabs-content .tabs .form-group select {
                    background: #f3f3f3;
                    font-size: 16px;
                    color: var(--bodyText);
                    padding: 12px 1vw;
                    border-radius: 0;
                }

                    .contact-form-main .tabs-content .tabs .form-group select option {
                    }

                .contact-form-main .tabs-content .tabs .form-group select,
                .contact-form-main .tabs-content .form-control:focus {
                    box-shadow: none !important;
                    border: none !important;
                    outline: none !important;
                }

.check_sec {
    display: flex;
    justify-content: space-between;
    margin-top: 3vw;
}

    .check_sec .form-check {
        position: relative;
    }

        .check_sec .form-check input {
            background-color: transparent;
            border-color: transparent;
        }

        .check_sec .form-check label {
            color: var(--bodyText);
            margin-left: 15px;
        }

            .check_sec .form-check label span {
                color: var(--primary);
            }

            .check_sec .form-check label:before {
                content: '';
                -webkit-appearance: none;
                background-color: transparent;
                background: rgba(243, 243, 243, 1);
                transition: all .5s ease-in-out;
                display: inline-block;
                position: absolute;
                vertical-align: middle;
                cursor: pointer;
                margin-right: 15px;
                width: 24px;
                height: 24px;
                left: 0;
                border-radius: 5px;
            }

        .check_sec .form-check input[type=radio]:checked + label:after,
        .check_sec .form-check input[type=checkbox]:checked + label:after {
            content: '';
            display: block;
            position: absolute;
            top: 4px;
            left: 4px;
            width: 16px;
            height: 16px;
            /* border: solid #4F008E; */
            /* border-width: 0 2px 2px 0; */
            transform: rotate(0);
            background: var(--primary);
            border-radius: 4px;
        }

        .check_sec .form-check input[type=radio]:checked + label.error + label.form-check-label:after,
        .check_sec .form-check input[type=checkbox]:checked + label.error + label.form-check-label:after {
            content: '';
            display: block;
            position: absolute;
            top: 4px;
            left: 4px;
            width: 16px;
            height: 16px;
            /* border: solid #4F008E; */
            /* border-width: 0 2px 2px 0; */
            transform: rotate(0);
            background: var(--primary);
            border-radius: 4px;
        }

        .check_sec .form-check input[type=radio]:checked + label.error::after,
        .check_sec .form-check input[type=checkbox]:checked + label.error::after {
            display: none !important;
        }

    .check_sec .btn-epic {
        max-width: 160px;
    }

.form-check-input:checked[type=checkbox] {
    display: none;
}

.col-contact2 {
}

    .col-contact2 .help_sec {
        padding: 0vw 9.6vw;
    }

        .col-contact2 .help_sec h2 {
            margin: 0 !important;
            padding: 0 !important;
            color: #F3F3F3 !important;
            font-size: 26px !important;
            margin-bottom: 1vw !important;
        }

        .col-contact2 .help_sec .inputs-holder {
            display: flex;
            grid-gap: 1.5vw;
            margin-bottom: 10vw;
            width: 100%;
            justify-content: space-between;
        }

            .col-contact2 .help_sec .inputs-holder .form-select {
                background-color: #f3f3f3;
                font-size: 18px;
                color: rgba(51, 51, 51, 50%);
                padding: 10px 1vw;
                border-radius: 0;
                font-weight: bold;
                border: none;
                /* border-left: solid; */
                /* border-style: solid; */
                /* border-width: 0 0 0 4px; */
                /* border-color: var(--primary); */
            }

                .col-contact2 .help_sec .inputs-holder .form-select option {
                }

            .col-contact2 .help_sec .inputs-holder .down_sec {
                width: 100%;
                display: flex;
                background: #f3f3f3;
                border-style: solid;
                border-width: 0 0 0 4px;
                border-color: var(--primary);
                align-items: center;
            }

                .col-contact2 .help_sec .inputs-holder .down_sec i {
                    padding: 0vw;
                    white-space: nowrap;
                    color: var(--bodyText);
                    font-style: normal;
                    padding: 0 20px;
                    font-weight: 400;
                    font-size: 18px;
                }

        .col-contact2 .help_sec a {
            background: var(--primary);
            padding: 10px;
        }

.form-select:focus {
    box-shadow: none !important;
}

.new_sal_text .text-main {
    padding-top: 0;
}

.new_sal_text .new-ss-bg {
    height: 300px !important;
    bottom: 0 !important;
    top: auto;
}

.new_sal_text .para {
    padding: 2vw 0vw 10vw;
}

.transportation_sec {
    margin-bottom: 5vw;
}

.inner-banner2 {
    margin-bottom: 0;
}

.sal_text3 {
    padding-bottom: 7vw;
}

.grid_height .grid {
    height: auto;
}

.passenger_text .new-ss-bg {
    height: 400px;
    bottom: 0;
    top: auto;
}

.about_text .new-ss-bg {
    height: 250px;
    bottom: 0;
    top: auto;
}

.media_space {
    margin-bottom: 15vw;
}

.career-heading.service-detail .left h2 {
    margin-top: -1vw;
    padding: 0vw 2.5vw 0 6.3vw;
}

.career-heading.service-detail .left img {
    bottom: -3.3vw;
}

.text-main .img img {
    width: 100%;
}

.sticky-main {
    margin-bottom: 10vw;
}

.video-holder {
    width: 100%;
    z-index: 1;
}

    .video-holder video {
        width: 100%;
        object-fit: cover;
        filter: brightness(.7);
        /* opacity: .50; */
        height: 100vh;
    }

.inner-banner.about-banner .infos {
    top: 0;
    left: 0;
    align-items: flex-start;
    padding-left: 6.5%;
    padding-top: 10%;
}

.inner-banner.about-banner .sal-svg {
    position: absolute;
    width: 14%;
}

    .inner-banner.about-banner .sal-svg > img {
        width: 100%;
        transform: scale(-1);
    }

.inner-banner .infos .main-container {
    max-width: 80%;
    padding-top: 2.5%;
}

.working_sec .left {
    padding-left: .5%;
}

.text_employer .paras {
    padding-right: 40%;
}

.text_employer {
    padding: 5vw 6.5%;
}

    .text_employer .paras p,
    .text_employer h2 {
        padding: 0;
        max-width: max-content;
    }

.inner-banner.about-banner {
    height: auto;
}

.new_infos > .img {
    max-width: 87%;
}

/*.new_detail-text.sal_text .para,
.new_detail-text.sal_text .text-main {
    max-width: 83.5%;
}*/

.grid_sec .grid h3 {
    font-size: 18px;
    font-weight: 600;
    color: var(--primary);
    margin: 0 0 30px;
    /* flex:1; */
    text-transform: capitalize;
}

.grid_sec .grid .img.small-img img {
    width: 64%;
}

.grid_sec .grid .img img {
    width: 100%;
}

.grid_sec .grid p {
    font-size: 18px;
}

.grid_sec.full-grid .grid {
    justify-content: flex-start;
}

.about-statistics-swiper .swiper-arrows {
    margin-bottom: 0;
}

.about-statistics-swiper .swiper-slide {
    height: 320px;
}

    .about-statistics-swiper .swiper-slide .grid {
        height: 100%;
    }

/*.swiper-infos2.grid_sec {
    width: 100%;
    margin: 0;
}*/
.swiper-infos2.grid_sec {
    width: 100% !important;
    margin: 0;
    display: block !important;
}

    .swiper-infos2.grid_sec .grid .img {
        width: 80px;
    }

        .swiper-infos2.grid_sec .grid .img.img.small-img {
            width: 60px;
        }

        .swiper-infos2.grid_sec .grid .img img {
            width: 100%;
        }

    .swiper-infos2.grid_sec .grid {
        padding: 2vw;
    }

/*.swiper-infos2 .swiper-wrapper {
    align-self: stretch;
}*/
.swiper-infos2 .swiper-wrapper .grid {
    height: 100%;
}

.swiper-infos .swiper-wrapper .swiper-slide,
.swiper-infos2 .swiper-wrapper .swiper-slide {
    height: auto;
}

.swiper-infos .box.show-management-modal {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.swiper-infos .box .infos {
    flex: 1;
}

.swiper-infos .box.show-management-modal p {
    margin: 0;
    transition: all .5s;
}

.datepicker-main {
    z-index: 2;
    position: relative;
}

.cale-group .form-group {
    position: relative;
}

.cale-group .cale-btn {
    position: absolute;
    top: 48px;
    left: 15px;
    width: 24px;
    padding: 0;
    margin: 0;
    background: transparent;
    border: 0;
}

.cale-group .form-group input {
    padding-left: 50px !important;
}

.numbers-stats-main {
    padding: 10vw 0;
}

    .numbers-stats-main h2 {
        font-weight: 600;
        font-size: 40px;
        line-height: 1;
        margin: 0 0 20px;
    }

.article_sec .article:hover .left img {
    transform: scale(1.1);
}

.tracking-section {
    position: relative;
    display: flex;
    padding: 0 0 0 0;
}

    .tracking-section .inner-track-content {
        width: 100%;
        margin: 0 0 5vw;
    }

.inner-track-content .track-container {
    max-width: 82%;
    margin: 0 auto;
}

.inner-track-content.invoice-verification {
    padding: 0 0 0 37.5%;
}

.awb-infos {
}

    .awb-infos ul {
        display: flex;
        grid-gap: 14px;
        padding: 0;
        list-style: none;
    }

    .awb-infos li {
        flex: 1;
        border: 1px solid #D9D9D9;
        padding: 20px;
        margin: 0 0 30px;
    }

        .awb-infos li p {
            font-size: 22px;
        }

            .awb-infos li p strong {
                font-weight: 700;
            }

.shipping-more-infos {
    background: #f3f3f3;
    padding: 0 4vw;
    margin-bottom: 100px;
    position:  relative;
}

.shipping-more-btn {
    display: flex;
    justify-content: center;
    padding: 30px 0;
}

    .shipping-more-btn button {
        border: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        font-size: 22px;
        align-items: center;
        background: transparent;
    }

        .shipping-more-btn button span {
            margin: 0 0 4px;
        }

.shipping-ul {
    position: relative;
    width: 100%;
    background: transparent;
    padding: 0;
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0px);
    display: none;
}

    .shipping-ul ul {
        display: flex;
        padding: 0;
        list-style: none;
        flex-wrap: wrap;
    }

    .shipping-ul li {
        padding: 20px;
        margin: 0 0 30px;
        width: 20%;
    }

        .shipping-ul li p {
            font-size: 22px;
        }

            .shipping-ul li p strong {
                font-weight: 700;
            }

.segment-main {
    position: relative;
}

    .segment-main .bar {
        position: absolute;
        top: 0;
        left: 22px;
        width: 2px;
        height: 96%;
        background: #b9b8b8;
    }

        .segment-main .bar .inner {
            background: var(--primary);
        }

    .segment-main .item {
        position: relative;
        display: flex;
        padding: 0 0 5vw 124px;
        margin: 0 0 0;
    }

        .segment-main .item .circle {
            position: absolute;
            top: 0;
            left: 0;
            width: 46px;
            height: 46px;
            background: #fff;
            border: 3px solid #b9b8b8;
            border-radius: 50%;
            transition: all .6s ease;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .segment-main .item .box:nth-child(2) {
            width: 15%;
        }

        .segment-main .item .box {
            width: 20%;
        }

            .segment-main .item .box p {
                font-size: 22px;
            }

                .segment-main .item .box p strong {
                    font-weight: 700;
                }

        .segment-main .item.origin-status .circle,
        .segment-main .item.active .circle {
            background: var(--primary);
            border-color: var(--primary);
            text-align: center;
        }

        .segment-main .item.next .circle {
            border-color: var(--primary);
        }

.shipping-more-btn button svg {
    transition: all .6s ease;
}

.shipping-more-btn.shown button svg {
    transform: rotate(180deg);
}

.home-page .airoplan_top video {
    position: relative;
    /* right: -2%; */
    width: 100%;
}

/* Abdullah css */
.vendor-page {
    padding-bottom: 14vw;
}

    .vendor-page .inner-banner {
        height: auto !important;
        margin-bottom: 8vw;
    }

    .vendor-page .cargo-delivery-main {
        margin: 0;
    }

.ven-grid {
    grid-template-columns: repeat(6, 1fr);
    margin-top: -11vw;
    grid-gap: 1vw !important;
}

    .ven-grid h5 {
        font-size: 18px;
    }

.vendor-page .cargo-delivery-main {
    padding-bottom: 10vw !important;
}

.vendor-page .sal_text .new-ss-bg {
    top: auto;
    bottom: 0;
    height: 270px;
}

.vendor-page .end_solution h2 .fr-view > p,
.vendor-page .end_solution h2 {
    color: var(--white);
}

.vendor-page .end_solution {
    padding: 5vw 0vw 12vw;
}

.vendor-page .grid_sec .grid .img {
    width: 50px;
    height: 50px;
    margin-bottom: 2vw;
}

.swiper-infos.grid_sec {
    width: 100% !important;
    display: block !important;
}

.swiper-infos .box.box-with-hover .infos {
    position: absolute !important;
}

.latest-updates-main .latest-updates-holder .swiper-arrows {
    margin: 0;
}

.airCraftSwiper-main .airCraftSwiper {
    display: block !important;
}

.about-statistics-swiper {
    padding-bottom: 4vw !important;
}

.new-main .box .img .icons {
    position: absolute;
}

.new-main .box .infos h5 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 96px;
}

.press_shap {
    margin-bottom: 10vw;
}

    .press_shap .heading img {
        top: -27%;
        width: 31%;
    }

/* .heritage-swiper-holder .right .img .learn-more,
.heritage-swiper-holder .right .img .icons {
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}

.heritage-swiper-holder .right:hover .img .learn-more,
.heritage-swiper-holder .right:hover .img .icons {
    opacity: 1;
    visibility: visible;
} */

.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.6;
}

/*.segment-main .bar,
.segment-main .item .circle {
    display: none;
}*/

.loader-div .loaders {
    text-align: center;
    width: 100%;
    display: block;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    font-size: 0.8rem;
}

    .loader-div .loaders .spinner::after {
        content: '';
        box-sizing: border-box;
        width: 40px;
        height: 40px;
        position: absolute;
        top: calc(50% - 20px);
        left: calc(50% - 20px);
        border-radius: 50%;
    }


    .loader-div .loaders .spinner.material::after {
        border-top: 4px solid rgba(234, 0, 41, 1.0);
        border-left: 4px solid rgba(234, 0, 41, 1.0);
        border-bottom: 4px solid rgba(234, 0, 41, 1.0);
        border-right: 4px solid rgba(234, 0, 41, 0.0);
        animation: spinner .6s linear infinite;
    }

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

.faqs-holder.privacy-faqs {
    padding-bottom: 7vw;
}

.cookie-main {
    position: fixed;
    bottom: -100%;
    left: 0;
    z-index: 200;
    width: 100%;
    padding: 0 2vw 20px;
    opacity: 0;
    visibility: hidden;
    transition: all .7s ease;
}

    .cookie-main .inner {
        background-color: #f5f5f5;
        position: relative;
        padding: 3.5vw 0;
    }

    .cookie-main .inner-shape {
        position: absolute;
        top: -5%;
        left: 0;
        animation: animatedBackground 500s linear infinite;
        background-repeat: repeat;
        background-position: 0 0;
        background: url(../images/cookie-bg.png);
        width: 100%;
        height: 110%;
        z-index: 1;
        background-size: inherit;
    }

    .cookie-main .container {
        z-index: 2;
        position: relative;
    }

    .cookie-main.show {
        opacity: 1;
        visibility: visible;
        bottom: 0;
    }

    .cookie-main h2 {
        font-weight: 600;
        font-size: 28px;
        line-height: 1;
        margin: 0 0 20px;
    }

    .cookie-main p {
        font-weight: normal;
        color: #838F93;
        font-size: 16px;
        line-height: 1.2;
        margin-bottom: 10px;
    }

    .cookie-main .actions {
        grid-gap: 20px;
        padding-top: 10px;
    }

    .cookie-main a {
        transition: all 1.2s cubic-bezier(0.9, 0.01, 0, 1);
        margin-bottom: 10px;
        color: var(--primary);
    }

        .cookie-main a:hover {
            color: #838F93;
        }

    .cookie-main .actions .btn-epic:before {
        background: var(--primary);
    }

    .cookie-main .actions .btn-epic:after {
        background: var(--btnDark);
    }

    .cookie-main .actions .btn-epic div {
        text-transform: capitalize;
    }

    .cookie-main .actions .btn-epic span:last-child {
        color: var(--white);
    }

.table th {
    font-size: 14px;
    color: var(--primary);
}

.main-container.logistic_sec.shape-s.privacy h2 {
    margin-bottom: 18vw;
}

.col-contact2 .help_sec .inputs-holder .down_sec p {
    margin-bottom: 0
}

    .col-contact2 .help_sec .inputs-holder .down_sec p em {
        white-space: nowrap;
        color: var(--bodyText);
        font-style: normal;
        padding: 0 20px;
        font-weight: 400;
        font-size: 18px;
    }

.log-head {
    padding-top: 5vw;
}

.customs-clearance2.swiper-infos .box .infos p {
    display: none;
}

.mini-search .searchBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 10px;
    width: 100%;
}

.inner-banner .infos .main-container.logistic_sec.col-contact h2 .fr-view > p {
    font-size: 5vw;
}

.col-contact2 .help_sec h2 .fr-view > p {
    margin: 0 !important;
    padding: 0 !important;
    color: #F3F3F3 !important;
    font-size: 26px !important;
    margin-bottom: 1vw !important;
}

.businees-units-holder {
    position: relative;
    z-index: 2;
}

.businees-units {
    position: relative;
    z-index: 5;
}

.grid_sec.grid_sec2.grid_height .grid {
    height: 100%;
}

.mb-lang {
    display: none;
}

/* page not found */
.page-not-found {
    margin-bottom: 0;
    padding-bottom: 10vw;
}

.main-banner .four-o-four .top-four h2 {
    font-size: 22vw;
}

.top-four {
    padding-right: 28vw;
}

.red-found h3 {
    font-size: 50px;
    color: var(--primary);
}

.found-row {
    display: flex;
    align-items: flex-start;
    position: relative;
}

.request p {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 400;
    padding-bottom: 2vw;
    margin-bottom: 0;
    margin-top: 1.2vw;
}

.found-row .request {
    padding-left: 14vw;
    position: relative;
}

.request::before {
    content: "";
    position: absolute;
    width: 31%;
    height: 3px;
    background: #fff;
    top: 27%;
    left: 1.5%;
}

.cookie-main .row .col-12 {
    position: relative;
    padding: 0 20% 0 0;
}

    .cookie-main .row .col-12 .actions {
        position: absolute;
        top: 0;
        right: 0;
        width: 16%;
    }

.menu-nav > ul > li > ul .menu_anim2,
.menu-nav > ul > li > .menu_anim {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .menu-nav > ul > li > ul .menu_anim2 a,
    .menu-nav > ul > li > .menu_anim a {
        flex: 1;
    }

    .menu-nav > ul > li > ul .menu_anim2 .arrow-mb2,
    .menu-nav > ul > li > .menu_anim .arrow-mb {
        display: none;
        margin-left: 10px;
    }

        .menu-nav > ul > li > ul .menu_anim2 .arrow-mb2 svg,
        .menu-nav > ul > li > .menu_anim .arrow-mb svg {
            fill: #fff;
            transition: all .5s ease;
        }

.menu-nav > ul > li > ul > li.active .arrow-mb2 svg,
.menu-nav > ul > li.parrent.active .arrow-mb svg {
    transform: rotate(90deg);
}

.new-trackshipment-btn {
    width: 64px;
    display: flex;
    flex-direction: column;
    grid-gap: 0;
    color: var(--bodyText);
    font-weight: 500;
}

    .new-trackshipment-btn .icons {
        position: relative;
        background: var(--primary);
    }

        .new-trackshipment-btn .icons svg {
            fill: #fff;
        }

    .new-trackshipment-btn .bg {
        background: #F3F3F3;
        height: 212px;
        transition: all .7s ease;
    }

        .new-trackshipment-btn .bg span {
            position: absolute;
            bottom: 75px;
        }

    .new-trackshipment-btn:hover {
        color: #fff;
    }

        .new-trackshipment-btn:hover .icons {
            background: #F3F3F3;
        }

            .new-trackshipment-btn:hover .icons svg {
                fill: var(--primary);
            }

        .new-trackshipment-btn:hover .bg {
            background: var(--primary);
        }

.heading-main.sm-heading .infos h3 > div p {
    font-size: 20px;
}

.article_sec .article {
    display: none;
}

    .article_sec .article.show {
        display: flex;
    }

.formMesageModal .modal-body {
    padding: 30px;
    text-align: center
}

    .formMesageModal .modal-body p {
        font-weight: 600;
        margin: 0 0 10px;
        color: var(--primary);
    }

    .formMesageModal .modal-body h2 {
        margin: 0;
        font-size: 24px;
    }

/*.vendor-page .inner-banner .infos h2 .fr-view > p,
.vendor-page .inner-banner .infos h2 {
    font-size: 6.2vw;
}*/
.form-group {
    position: relative;
}

label.error {
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 100%;
    margin: 0 !important;
    color: var(--primary) !important;
    white-space: nowrap;
}

    label.error:before {
        display: none !important;
    }

.form-holder-new .form-group {
    position: relative;
}

    .form-holder-new .form-group input,
    .form-holder-new .form-group .textarea textarea {
        display: block;
        width: 100%;
        height: 100%;
    }

    .form-holder-new .form-group label {
        position: absolute;
        pointer-events: none;
        top: 0;
        font-size: 16px;
        transition: all 0.3s ease;
        margin: 0;
    }

    .form-holder-new .form-group .textarea textarea {
        resize: none;
    }

        .form-holder-new .form-group .textarea textarea label {
            width: 100%;
            bottom: 40px;
            background: #fff;
        }

    .form-holder-new .form-group input:focus ~ label,
    .form-holder-new .textarea textarea:focus ~ label,
    .form-holder-new .form-group input.valid ~ label,
    .form-holder-new .form-group input.error ~ label.error,
    .form-holder-new .textarea textarea.valid ~ label,
    .form-holder-new .textarea textarea.error ~ label.error,
    .form-holder-new .select select:focus ~ label,
    .form-holder-new .select select.valid ~ label {
        transform: translateY(-22px);
        color: var(--primary);
    }

    .form-holder-new .form-group .underline {
        position: absolute;
        bottom: 0;
        height: 2px;
        width: 100%;
    }

        .form-holder-new .form-group .underline:before {
            position: absolute;
            content: "";
            height: 2px;
            width: 100%;
            background: var(--primary);
            transform: scaleX(0);
            transform-origin: center;
            transition: transform 0.3s ease;
        }

    .form-holder-new .form-group input:focus ~ .underline:before,
    .form-holder-new .form-group input.valid ~ .underline:before,
    .form-holder-new .textarea textarea:focus ~ .underline:before,
    .form-holder-new .textarea textarea.valid ~ .underline:before,
    .form-holder-new .select select:focus ~ .underline:before,
    .form-holder-new .select select.valid ~ .underline:before {
        transform: scale(1);
    }

    .form-holder-new .form-group label.error {
        bottom: -25px;
        top: auto;
        transform: translateY(0) !important
    }

.contact-form-main .bootstrap-datetimepicker-widget.dropdown-menu table tr th.prev:before,
.contact-form-main .bootstrap-datetimepicker-widget.dropdown-menu table tr th.next:before {
    content: '\2039';
}

.contact-form-main .bootstrap-datetimepicker-widget.dropdown-menu table tr th.next:before {
    content: '\203A';
}

.contact-form-main .datepicker .dow,
.contact-form-main .datepicker .old-day,
.contact-form-main .datepicker .day,
.contact-form-main .datepicker .new-day {
    width: 40px !important;
    height: 40px !important;
    border-radius: 0px !important;
}

.contact-form-main .datepicker .active {
    border-radius: 6px !important;
    background-image: linear-gradient(#90CAF9, #64B5F6) !important;
    color: #000 !important;
}

.contact-form-main .datepicker .prev,
.contact-form-main .datepicker .next,
.contact-form-main .datepicker .datepicker-switch {
    padding: 20px 10px !important;
    text-transform: uppercase;
    font-size: 20px;
}

.contact-form-main .datepicker .old-day:hover,
.contact-form-main .datepicker .day:hover,
.contact-form-main .datepicker .new-day:hover,
.contact-form-main .datepicker .month:hover,
.contact-form-main .datepicker .year:hover,
.contact-form-main .datepicker .decade:hover, .century:hover {
    border-radius: 6px !important;
}

.highlight {
    background-color: yellow;
}

#search-results {
    text-align: center;
    padding: 50px 0 0;
    font-size: 20px;
    font-weight: 600;
}

.print_page {
    position: absolute;
    right: 0;
    bottom: -4vw !important;
}

    .print_page button {
        border: none;
        background: #fff0;
        display: flex;
        align-items: center !important;
    }

        .print_page button p {
            margin-bottom: 0;
            font-size: 24px;
            font-weight: 500;
            margin-right: 20px;
        }

.error-message {
    text-align: center;
    padding: 20px 0 0;
    color: var(--primary);
}

.form-holder-new .form-group {
    position: relative;
    margin: 0 0 50px;
}

.loader-btn span {
    opacity: 0;
    transition: all .5s ease;
}

.loader-btn .loading-btn {
    opacity: 1;
    visibility: visible
}

.loading-btn {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

    .loading-btn .spinner {
        animation: rotate 2s linear infinite;
        z-index: 2;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -15px 0 0 -15px;
        width: 30px;
        height: 30px;
    }

        .loading-btn .spinner .path {
            stroke: rgba(255,255,255,.7);
            stroke-linecap: round;
            animation: dash 1.5s ease-in-out infinite;
        }

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }

    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}

.ft-newsletter label.error {
    font-size: 14px;
}

.check_sec .form-check .form-check-label a {
    color: var(--primary);
}

.header .right a.lang svg {
    display: none !important;
}

.sub-div {
    position: relative;
}

    .sub-div .error-message {
        position: absolute;
        top: 23px;
        left: 0;
        width: 100%;
        font-size: 14px;
        text-align: left;
    }

.search-faqs .inputs-holder {
    position: relative;
}

    .search-faqs .inputs-holder .clear-faqs-search {
        position: absolute;
        top: 6px;
        right: 144px;
        width: 40px;
        background: none;
        border: 0;
    }

/*.safari-video {
    display:none;
}
.not-safari-video {
    display:block;
}
.safari .safari-video {
    display: block
}
.safari .not-safari-video {
    display: none;
}*/

.trouble-link p {
    margin: 0;
}

    .trouble-link p a {
        color: var(--primary);
    }

.additional-servicecheckboxes {
    flex-wrap: wrap;
    grid-gap: 0 3vw;
    display: flex;
}

    .additional-servicecheckboxes .form-check-input:checked[type=checkbox] {
        display: block !important;
    }


.ObjectiveBoxs img {
    max-width: 100px;
    margin: 0 auto;
}

.ObjectiveBoxs p {
    width: 100% !important;
    font-size: 18px !important;
}

.applicationStages .card {
    background: #EA0A2A;
    border: none !important;
    border-radius: 0 !important;
    color: #fff !important;
}

.applicationStages .col-3:not(:first-child) .card::after {
    content: '';
    position: absolute;
    top: 48%;
    left: -100px;
    height: 1px;
    width: 80px;
    background: #323338;
    z-index: 0;
}

.applicationStages .col-3:not(:first-child) .card::before {
    content: '';
    position: absolute;
    top: calc(48% - 4px);
    left: -20px;
    height: 10px;
    width: 6px;
    background: url(../images/small-arrow.png) no-repeat 100% 50%;
    z-index: 0;
}


.bg-grey {
    background: var(--bodyText);
}

.endtoend-solution h3 {
    color: var(--primary);
    font-weight: 600;
}

.endtoend-solution p {
    width: 100% !important;
    font-size: 18px !important;
}

.endtoend-solution .para {
    border: none !important;
}

.endtoend-solution .bg-grey .para {
    padding-bottom: 130px;
}

.endtoend-solution .endtoendBoxs {
    margin-top: -130px !important;
}

.endtoend-solution .endtoendBox-item {
    background: #F3F3F3;
    padding: 2vw 2vw;
    color: #333 !important;
}

    .endtoend-solution .endtoendBox-item img {
        max-width: 85px;
    }


.btn-epic {
    position: relative;
    width: 100%;
    max-width: 260px;
    height: 42px;
    transform: translate3d(0px, 0%, 0px);
    text-decoration: none;
    transition-delay: 0.6s;
    overflow: hidden;
    display: block;
    background: var(--btnDefault);
    border-color: var(--btnDefault);
    font-weight: 500;
    font-size: 16px;
    border: 0;
}

    .btn-epic:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: var(--primary);
        border-radius: 50% 50% 0 0;
        transform: translateY(100%) scaleY(0.5);
        transition: all 0.6s ease;
    }

    .btn-epic:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: var(--btnDefault);
        border-radius: 0;
        transform: translateY(0) scaleY(1);
        transition: all 0.6s ease;
    }

button.btn-epic div {
    top: 1px;
}

.btn-epic div {
    position: relative;
    top: 10px;
    width: 100%;
    height: 26px;
    text-transform: uppercase;
    overflow: hidden;
}

.btn-epic span {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    text-align: center;
    transition: transform 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .btn-epic span:first-child {
        color: var(--btnDefault);
        transform: translateY(24px);
    }

    .btn-epic span:last-child {
        transform: translateY(0);
        color: var(--bodyText);
    }

.btn-epic:hover {
    background: var(--primary);
    transition: background 0.2s linear;
    transition-delay: 0.6s;
}

    .btn-epic:hover:after {
        border-radius: 0 0 50% 50%;
        transform: translateY(-100%) scaleY(0.5);
        transition-delay: 0;
    }

    .btn-epic:hover:before {
        border-radius: 0;
        transform: translateY(0) scaleY(1);
        transition-delay: 0;
    }

    .btn-epic:hover span:first-child {
        transform: translateY(0);
    }

.btn-epic span:first-child svg path {
    fill: #fff;
}

.btn-epic:hover span:last-child {
    transform: translateY(-24px);
}

.requirements-items img {
    max-width: 68px;
}

.requirements-items p {
    width: inherit !important;
}

.primary-text {
    color: var(--primary);
}

.white-text {
    color: #FFF !important;
}

.application-stage img {
    max-width: 150px;
}

.BGgrey25 {
    background: #eeeff0;
}

.BGprimary {
    background: var(--primary);
}

[data-theme="dark"] .endtoend-solution .endtoendBox-item {
    background: #161616;
}

    [data-theme="dark"] .endtoend-solution .endtoendBox-item h5 {
        color: var(--primary);
    }

.gdplanding.employes_sec h2 {
    font-size: 3.1vw;
    color: var(--primary);
    font-weight: 600;
    line-height: 1;
    margin-bottom: 2vw;
    border-bottom: solid 1px rgba(184, 184, 184, 50%);
    padding-bottom: 5vw;
    line-height: 1.1;
}

.gdplanding.employes_sec p {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    color: var(--bodyText);
    margin-bottom: 1.5vw;
}
.shipinfo {
    padding: 0px;
    background-color: inherit;
    border: none;
    outline: none;
    margin: -7px 0 0 10px;
}

@media (min-width: 768px) {
    .program-benefits .employes_sec .left {
        width: 58.33333333%;
    }
    /*.box-sec {
        width: 87%;
        margin: auto;
    }*/
}



@media print {
    .get-touch-holder, .header, .footer, .cookie-main, .segment-main .bar, .segment-main .item .circle, .new-trackshipment-btn, .shipping-more-btn, .inner-banner-background, #print-page {
        display: none;
    }

    .segment-main .item {
        padding-left: 0
    }

    .segment-main .item {
        margin-bottom: 0;
    }

        .segment-main .item .box,
        .segment-main .item .box:nth-child(2) {
            width: 35%;
        }

    .awb-infos,
    .shipping-ul {
        display: block !important;
    }

        .awb-infos ul {
            flex-wrap: wrap;
        }

        .awb-infos li {
            flex: inherit;
            width: 30%;
        }

    .awb-infos {
        position: relative;
        left: -10%;
    }

        .awb-infos li {
            padding: 10px;
        }

    body {
        font-size: 16px !important;
        padding-top: 150px;
    }

    .shipping-more-infos {
        margin-bottom: 10px;
    }
}
.text-right {
    text-align: right;
}
.malham-icon {
    max-width: 80px;
    display: block;
    margin-bottom:15px;
}
.inner-banner-shape-2.heading3Bg {
    padding: 10vw 0 30px;
}
@media only screen and (max-width: 767px) {
    .inner-banner-shape-2.heading3Bg {
        padding: 0 0 30vw;
    }
        .inner-banner-shape-2.heading3Bg .career-heading {
            display: inline-block;
        }
            .inner-banner-shape-2.heading3Bg .career-heading.service-detail .left img {
                bottom: 0;
                top: -39px;
            }
            .inner-banner-shape-2.heading3Bg .career-heading .right {
                position: initial;
            }
                .inner-banner-shape-2.heading3Bg .career-heading .right h3 {
                    padding-top: 100px;
                }
}

#privacyModal li {
    font-size: 16px;
    text-align: justify;
    margin-bottom: 10px;
    line-height: 20px;
}
#lateprivacyModal li {
    font-size: 16px;
    text-align: justify;
    margin-bottom: 10px;
    line-height: 20px;
}

.youtubesection {
    width: 87%;
    margin: auto;
    margin-bottom: 3vw;
   
}
.mobilecode .select2-selection--single {
    background-color: #f3f3f3 !important;
    border: 0px !important;
    border-radius: 0px !important;
    height:48px !important;
}
.mobilecode .select2-container {
    width:100% !important;
}
.mobilecode .select2-selection__placeholder {
    color: #333;
    font-size: 16px !important;
    display: block;
}

.mobilecode .select2-selection__arrow {
    top: 11px !important;
    right: 9px !important;
}

.mobilecode .select2-selection__rendered {
    color: #444;
    line-height: 28px;
    font-size: 16px;
    padding: 11px 31px 0 13px !important;
}

.logi-destination .left img {
    bottom: 2.7vw !important;
}
.logi-destination .left h2 {
    margin-top: -7vw !important;
}

.petinfo {
    padding: 0px;
    background-color: inherit;
    border: none;
    outline: none;
    margin: 0px 0 0 10px;
    position: relative;
    top: -3px;
}
.announcement {
    height: 450px;
}

#tab-5 .inner {
    padding-top: 50px;
}

.customcard .card-title {
    margin-bottom: 12px;
}

.customcard .btn {
    border-radius: 6px;
}

.customcard .card-text {
    font-size: 17px;
    line-height: 23px;
    min-height: 120px;
}

.services_button .btn-epic span {
    top: 9px;
}

    .services_button .btn-epic span:first-child {
        transform: translateY(38px);
    }

.services_button .btn-epic:hover span:last-child {
    transform: translateY(-38px);
}