/*-----------------------------------------------------------------------------------

   Template Name: foxhub
  Author: Webstrot
  Version: 1.0.0
*/


/*-----------------------------------------------------------------------------------

   Template Name: foxhub
  Author: Webstrot
  Version: 1.0.0
*/


/************ TABLE OF CONTENTS ***************

  01. font-face
  02. other color
  03. Bg color
  04. btn color
  05. border color
  06. font family
  07. font weight
  08. typography
  10. link
  11. primary button
  12. secondary button
  13. button 01
  14. button 02
  15. button 03
  16. loader css

**********************************************/

input:focus,
.form-control:focus,
button:focus,
.btn:focus,
.form-check-input:focus {
    box-shadow: unset;
}

html {
    scroll-behavior: smooth;
    /* zoom: 80%; */
}

html,
body {
    overflow-x: hidden;
}


/* font-face */

@font-face {
    font-family: "Material Icons";
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialicons/v140/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format("woff2");
}

.material-icons {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}

a {
    text-decoration: none;
}

body {
    background-color: aliceblue;
}

.customBtn {
    display: flex;
    align-items: center;
}


/*typography*/

h1 {
    font-size: 60px;
}

h2 {
    font-size: 46px;
}

h3 {
    font-size: 46px;
}

h4 {
    font-size: 36px;
}

h5 {
    font-size: 46px;
}

h6 {
    font-size: 18px;
}

p {
    font-size: 16px;
}

.navlink {
    /* border: none;
    outline: none;
    padding: 10px 16px;
    background-color: #f1f1f1;
    cursor: pointer;*/
    font-size: 18px;
    font-weight: 3000;
    color: #ffffff;
}


/* Style the active class, and buttons on mouse-over */

.active,
.navlink:hover {
    color: rgb(0, 255, 0);
    font-size: 18px;
    font-weight: 3000;
}


/*typography*/

.gradientbtn {
    position: relative;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    font-family: "Varela Round", sans-serif;
    background: linear-gradient(to right, #0d9b33 0%, #091fd0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 10px 30px;
}

.gradientbtn.btnWidth {
    width: 160px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gradientbtn::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50px;
    padding: 1px;
    background: linear-gradient(80deg, #017821 13.83%, #091fd0 70.07%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    animation: animatedgradient 3s ease alternate infinite;
    background-size: 300% 300%;
}

.logisticShipBtn {
    border-radius: 6px;
    /* background: linear-gradient(95deg, #FFD3A21 0.58%, #FF0059 100%); */
    background: linear-gradient(95deg, #2e4dff 0.58%, #017821 100%);
    width: 168px;
    height: 50px;
    color: #000000;
    font-family: "Varela Round", sans-serif;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    border: 0;
    transition: all 0.6s ease;
}

.logisticShipBtn span {
    position: relative;
    pointer-events: none;
    color: #ffffff;
    font-family: "Varela Round", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.logisticShipBtn:hover {
    color: #000000;
    background: linear-gradient(95deg, #017821 0.58%, #2e4dff 100%);
}

@keyframes animatedgradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.gradientbtn1 {
    background-image: linear-gradient(80deg, #017821 13.83%, #091fd0 70.07%);
    border: 0;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 400;
    padding: 14px 30px;
    color: #000000;
    transition: all 0.4s ease;
    animation: animatedgradient1 3s ease alternate infinite;
    background-size: 300% 300%;
    width: 200px;
}

.gradientbtn1:hover {
    color: #000000;
    background-image: linear-gradient(80deg, #091fd0 13.83%, #017821 70.07%);
    transition: all 0.4s ease;
}

@keyframes animatedgradient1 {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.gradientbtn1,
.secondaryBtn,
.primaryBtn {
    background-image: linear-gradient(80deg, #017821 13.83%, #020683 70.07%);
    border: 0;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 400;
    padding: 14px 30px;
    color: #ffffff;
    transition: all 0.6s ease;
    animation: animatedgradient1 3s ease alternate infinite;
    background-size: 300% 300%;
    width: 200px;
    max-width: 300px;
}

.gradientbtn1,
.secondaryBtn,
.primaryBtn1 {
    background-image: linear-gradient(80deg, #017821 13.83%, #020683 70.07%);
    border: 0;
    border-radius: 50px;
    font-size: 22px;
    font-weight: 400;
    padding: 14px 30px;
    color: #ffffff;
    transition: all 0.6s ease;
    animation: animatedgradient1 3s ease alternate infinite;
    background-size: 300% 300%;
    margin: 30px 0 0 0;
    display: flex;
    justify-content: space-around;
}

.navMenu ul {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    margin: 0 100px 0 0;
    align-items: center;
}

.navMenu a {
    list-style: none;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
    gap: 20;
    font-family: "Varela Round", sans-serif;
}

.navMenu li:hover {
    color: rgb(48, 203, 17);
}

#hamburger {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
}

#hamburger div {
    width: 22px;
    height: 2px;
    background-color: #ffffff;
    margin: 4px 0;
    transition: 0.5s;
}

#hamburger {
    display: none;
}

.gradientbtn1:hover,
.secondaryBtn:hover,
.primaryBtn:hover {
    color: #000000;
    background-image: linear-gradient(80deg, #9194FB 13.83%, #017821 70.07%);
    transition: all 0.6s ease;
}

.gradientbtn1:focus,
.secondaryBtn:focus,
.primaryBtn:focus {
    color: #000000;
}

@keyframes animatedgradient1 {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.logisticLoader {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999;
    background: #111;
}

.bg-cirle {
    position: absolute;
    width: 218px;
    height: 218px;
    stroke-width: 1px;
    fill: rgb(0, 0, 0);
    stroke: none;
    left: 0px;
    top: 0px;
}

.main-container {
    position: absolute;
    height: 218px;
    width: 219px;
    transform-origin: 109.5px 109px 0px;
    top: 50%;
    transform-style: preserve-3d;
    left: 50%;
    transform: translate3d(-109px, -109px, 0px);
    clip-path: circle(50% at 50% 50%);
    overflow: hidden;
}

@keyframes airplane-r2-animation-keyframes {
    0% {
        transform: translate3d(-104px, 147px, 0px);
        animation-timing-function: linear;
    }
    63.1579% {
        transform: translate3d(-104px, 147px, 0px);
        animation-timing-function: linear;
    }
    100% {
        transform: translate3d(0px, 0px, 0px);
        animation-timing-function: linear;
    }
}

#main-container .airplane-r2-animation {
    animation: airplane-r2-animation-keyframes 1.9s linear 0s infinite normal forwards running;
}

.aeroplane {
    height: 130px;
    left: 45px;
    top: 43px;
    width: 130px;
    transform-origin: 50.4999px 51.0274px 0px;
    transform-style: preserve-3d;
}

@keyframes airplane-r1-animation-keyframes {
    0% {
        transform: translate3d(0px, 0px, 0px);
        animation-timing-function: linear;
    }
    63.1684% {
        transform: translate3d(0px, 0px, 0px);
        animation-timing-function: linear;
    }
    100% {
        transform: translate3d(106px, -122px, 0px);
        animation-timing-function: linear;
    }
}

#main-container .airplane-r1-animation {
    animation: airplane-r1-animation-keyframes 1.9s linear 0s infinite normal forwards running;
}

.speedmarker_L {
    left: 49px;
    width: 18px;
    height: 14px;
    top: 97px;
    transform-style: preserve-3d;
    transform: translate3d(0px, 0px, 0px);
}

.speedmarker_R {
    width: 13px;
    height: 18px;
    left: 110px;
    top: 152px;
    transform-style: preserve-3d;
    transform: translate3d(0px, 0px, 0px);
}

@keyframes speedmarker-L-animation-keyframes {
    0% {
        transform: translate3d(0px, 0px, 0px);
        animation-timing-function: linear;
    }
    5.2579% {
        transform: translate3d(1px, -1px, 0px);
        animation-timing-function: linear;
    }
    10.5316% {
        transform: translate3d(1px, -0.9091px, 0px);
        animation-timing-function: linear;
    }
    15.7895% {
        transform: translate3d(0.9px, -0.8182px, 0px);
        animation-timing-function: linear;
    }
    21.0526% {
        transform: translate3d(-0.2px, 0.1616px, 0px);
        animation-timing-function: linear;
    }
    26.3211% {
        transform: translate3d(-0.175px, 0.1414px, 0px);
        animation-timing-function: linear;
    }
    31.5789% {
        transform: translate3d(-0.15px, -1.7359px, 0px);
        animation-timing-function: linear;
    }
    36.8421% {
        transform: translate3d(-0.125px, -1.4466px, 0px);
        animation-timing-function: linear;
    }
    42.1105% {
        transform: translate3d(0.7px, -0.1573px, 0px);
        animation-timing-function: linear;
    }
    47.3684% {
        transform: translate3d(-0.475px, 1.882px, 0px);
        animation-timing-function: linear;
    }
    52.6316% {
        transform: translate3d(-0.3167px, 0.2547px, 0px);
        animation-timing-function: linear;
    }
    57.8895% {
        transform: translate3d(-0.1584px, 1.1274px, 0px);
        animation-timing-function: linear;
    }
    63.1579% {
        transform: translate3d(0px, 0px, 0px);
        animation-timing-function: linear;
    }
    100% {
        transform: translate3d(108px, -111px, 0px);
        animation-timing-function: linear;
    }
}

#main-container .speedmarker-L-animation {
    animation: speedmarker-L-animation-keyframes 1.9s linear 0s infinite normal forwards running;
}

@keyframes speedmarker-R-animation-keyframes {
    0% {
        transform: translate3d(0px, 0px, 0px);
        animation-timing-function: linear;
    }
    5.2579% {
        transform: translate3d(1px, -1px, 0px);
        animation-timing-function: linear;
    }
    10.5316% {
        transform: translate3d(1px, -0.9091px, 0px);
        animation-timing-function: linear;
    }
    15.7895% {
        transform: translate3d(0.9px, -0.8182px, 0px);
        animation-timing-function: linear;
    }
    21.0526% {
        transform: translate3d(-0.2px, 0.1616px, 0px);
        animation-timing-function: linear;
    }
    26.3211% {
        transform: translate3d(-0.175px, 0.1414px, 0px);
        animation-timing-function: linear;
    }
    31.5789% {
        transform: translate3d(-0.15px, -1.7359px, 0px);
        animation-timing-function: linear;
    }
    36.8421% {
        transform: translate3d(-0.125px, -1.4466px, 0px);
        animation-timing-function: linear;
    }
    42.1105% {
        transform: translate3d(0.7px, -0.1573px, 0px);
        animation-timing-function: linear;
    }
    47.3684% {
        transform: translate3d(-0.475px, -1.118px, 0px);
        animation-timing-function: linear;
    }
    52.6316% {
        transform: translate3d(-0.3167px, -1.7453px, 0px);
        animation-timing-function: linear;
    }
    57.8895% {
        transform: translate3d(0.8416px, -0.8726px, 0px);
        animation-timing-function: linear;
    }
    63.1579% {
        transform: translate3d(0px, 0px, 0px);
        animation-timing-function: linear;
    }
    100% {
        transform: translate3d(108px, -111px, 0px);
        animation-timing-function: linear;
    }
}

#main-container .speedmarker-R-animation {
    animation: speedmarker-R-animation-keyframes 1.9s linear 0s infinite normal forwards running;
}


/*-----------------------------------------------------------------------------------

   Template Name: foxhub
  Author: Webstrot
  Version: 1.0.0
*/


/************ TABLE OF CONTENTS ***************

  01. common heading
  02. Banner
  03. Features
  04. Delivering Possibilities
  05. Logistics Capabilities
  07. About Us
  08. Catgeries
  10. Track Packet
  11. Our Team
  12. Today News
  13. Our Testimonial
  14. Let's Join with Us
  15. Tooltip
  16. home banner

**********************************************/

.logisticCommonHead.logisticCommonHeadCenter {
    text-align: center;
    width: 800px;
    margin: 0 auto;
}

.logisticCommonHead.logisticCommonHeadCenter h2:after {
    position: absolute;
    width: 100px;
    height: 4px;
    bottom: -15px;
    left: 50%;
    content: "";
    border-radius: 10px;
    background: linear-gradient(80deg, #017821 13.83%, #091fd0 70.07%);
    transform: translateX(-50%);
}

.logisticCommonHead .logisticFeaturesIcon {
    margin-bottom: 10px;
    display: block;
}

.logisticCommonHead h2 {
    color: #ffffff;
    font-family: "Viga", sans-serif;
    font-size: 46px;
    font-weight: 400;
    position: relative;
    margin-bottom: 30px;
}

.logisticCommonHead h2:after {
    position: absolute;
    width: 100px;
    height: 4px;
    bottom: -15px;
    left: 0;
    content: "";
    border-radius: 10px;
    background: linear-gradient(80deg, #017821 13.83%, #091fd0 70.07%);
}

.logisticCommonHead p {
    color: #ffffff;
    font-family: Arial;
    font-size: 18px;
    font-weight: 400;
}

.logisticBanner {
    height: 90vh;
    padding: 100px 0;
    position: relative;
    background-image: url(../images/bg1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    z-index: 1;
}

.logisticBanner::before {
    content: "";
    opacity: 0.7;
    background: #000;
    filter: blur(150px);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.logisticBanner .logisticBannerInner .logisticBannerContent {
    position: relative;
}

.logisticBanner .logisticBannerInner .logisticBannerContent::before {
    content: "";
    border-radius: 930px;
    opacity: 0.7;
    background: linear-gradient(90deg, #4F7BB5 0.23%, #5A7ECA 99.64%);
    filter: blur(150px);
    width: 80%;
    height: 300px;
    position: absolute;
    right: 250px;
    top: 200px;
    z-index: 1;
}

.logisticBanner .logisticBannerInner .logisticBannerContent::after {
    content: "";
    position: absolute;
    background-image: url(../images/img2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 900px;
    height: 500px;
    top: 39px;
    right: -80px;
    animation: card-shift 12s ease-in-out infinite;
}

@keyframes card-shift {
    0% {
        transform: translate3d(-30px, 0, 0);
    }
    25% {
        transform: translate3d(0, -30px, 0);
    }
    50% {
        transform: translate3d(0, -30px, 0);
    }
    75% {
        transform: translate3d(-30px, 0, 0);
    }
    to {
        transform: translate3d(-30px, 0, 0);
    }
}

.logisticBanner .logisticBannerInner .logisticBannerContent .logisticBannerContentInner {
    position: relative;
    z-index: 4;
}

.logisticBanner .logisticBannerInner .logisticBannerContent .logisticBannerContentInner h1 {
    background: linear-gradient(170deg, #FFF -70.73%, rgba(255, 255, 255, 0) 79.5%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    font-family: "Viga", sans-serif;
    font-size: 200px;
    font-weight: 400;
}

.logisticBanner .logisticBannerInner .logisticBannerContent .logisticBannerContentInner p {
    color: #000000;
    font-family: "Varela Round", sans-serif;
    font-size: 18px;
    font-weight: 400;
    width: 60%;
}

.logisticBanner .logisticBannerInner .logisticBannerContent .logisticBannerContentInner .gradientbtn1 {
    margin-top: 20px;
}

.logisticBanner .logisticBannerInner .logisticBannerContent .logisticLocation {
    position: absolute;
    top: -20px;
    left: -13px;
}

.logisticBanner .logisticBannerInner .logisticBannerContent .logisticLocation .logisticLocationInner .logisticLocationSvg {
    position: relative;
}

.logisticBanner .logisticBannerInner .logisticBannerContent .logisticLocation .logisticLocationInner .logisticLocationSvg .airplane {
    position: absolute;
    left: -10px;
    top: -40px;
}

.logisticBanner .logisticBannerInner .logisticBannerContent .logisticLocation .logisticLocationInner .logisticLocationSvg .airplane img {
    transform: rotate(30deg);
}

header,
section,
footer {
    position: relative;
    z-index: 2;
}

.indxMain1 {
    background-image: url(../images/bg2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.logisticFeatures {
    margin-top: 80px;
}

.logisticFeatures .logisticFeaturesInner {
    border-radius: 50px;
    padding: 40px;
    position: relative;
}

.logisticFeatures .logisticFeaturesInner:before {
    content: "";
    border-radius: 50px;
    opacity: 0.05;
    background: linear-gradient(90deg, #9194FB 0.23%, #B2AEFF 99.64%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.logisticFeatures .logisticFeaturesInner .logisticFeaturesGroup {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 20px;
    position: relative;
    z-index: 2;
}

.logisticFeatures .logisticFeaturesInner .logisticFeaturesGroup .logisticFeaturesCardGroup {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    align-items: center;
}

.logisticFeatures .logisticFeaturesInner .logisticFeaturesGroup .logisticFeaturesCardGroup .logisticFeaturesCard {
    height: 362px;
    display: flex;
    align-items: center;
    transition: all 0.6s ease;
}

.logisticFeatures .logisticFeaturesInner .logisticFeaturesGroup .logisticFeaturesCardGroup .logisticFeaturesCard a {
    transition: all 0.4s ease;
}

.logisticFeatures .logisticFeaturesInner .logisticFeaturesGroup .logisticFeaturesCardGroup .logisticFeaturesCard a .logisticFeaturesCardInner {
    padding: 20px;
    transition: all 0.4s ease;
}

.logisticFeatures .logisticFeaturesInner .logisticFeaturesGroup .logisticFeaturesCardGroup .logisticFeaturesCard a .logisticFeaturesCardInner .logisticFeaturesCardIcon {
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.logisticFeatures .logisticFeaturesInner .logisticFeaturesGroup .logisticFeaturesCardGroup .logisticFeaturesCard a .logisticFeaturesCardInner h4 {
    color: #000000;
    text-align: center;
    font-family: "Viga", sans-serif;
    font-size: 32px;
    font-weight: 400;
}

.logisticFeatures .logisticFeaturesInner .logisticFeaturesGroup .logisticFeaturesCardGroup .logisticFeaturesCard a .logisticFeaturesCardInner p {
    color: #000000;
    text-align: center;
    font-family: "Varela Round", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.logisticFeatures .logisticFeaturesInner .logisticFeaturesGroup .logisticFeaturesCardGroup .logisticFeaturesCard a .logisticFeaturesCardInner.logisticBestCourier {
    border-radius: 50px;
    background: linear-gradient(90deg, #9194FB 0.23%, #B2AEFF 99.64%);
}

.logisticFeatures .logisticFeaturesInner .logisticFeaturesGroup .logisticFeaturesCardGroup .logisticFeaturesCard a .logisticFeaturesCardInner.logisticBestPrice {
    border-radius: 50px;
    background: linear-gradient(90deg, #FAB71E 0.23%, #FFD77A 99.64%);
}

.logisticFeatures .logisticFeaturesInner .logisticFeaturesGroup .logisticFeaturesCardGroup .logisticFeaturesCard a .logisticFeaturesCardInner.logisticFaster {
    border-radius: 50px;
    background: linear-gradient(90deg, #FD6B6B 0.23%, #FE8783 99.64%);
}

.logisticFeatures .logisticFeaturesInner .logisticFeaturesGroup .logisticFeaturesCardGroup .logisticFeaturesCard:hover a .logisticFeaturesCardInner {
    position: relative;
    padding: 80px 20px 20px 20px;
    transition: all 0.4s ease;
}

.logisticFeatures .logisticFeaturesInner .logisticFeaturesGroup .logisticFeaturesCardGroup .logisticFeaturesCard:hover a .logisticFeaturesCardInner .logisticFeaturesCardIcon {
    position: absolute;
    top: -80px;
    transform: translateX(-50%);
    left: 50%;
}

.logisticDeliveringPossibilities {
    padding: 80px 0;
}

.logisticDeliveringPossibilities .logisticDeliveringInner .logisticDeliveringRow {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    align-items: center;
}

.logisticDeliveringPossibilities .logisticDeliveringInner .logisticDeliveringRow .logisticDeliveringCol .logisticAllServices .logisticAllServicesHeading h5 {
    color: #000000;
    font-family: "Viga", sans-serif;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 20px;
}

.logisticDeliveringPossibilities .logisticDeliveringInner .logisticDeliveringRow .logisticDeliveringCol .logisticAllServices .logisticAllServicesListRow {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.logisticDeliveringPossibilities .logisticDeliveringInner .logisticDeliveringRow .logisticDeliveringCol .logisticAllServices .logisticAllServicesListRow .logisticAllServicesListCol ul {
    gap: 15px;
}

.logisticDeliveringPossibilities .logisticDeliveringInner .logisticDeliveringRow .logisticDeliveringCol .logisticAllServices .logisticAllServicesListRow .logisticAllServicesListCol ul li {
    color: #000000;
    font-family: "Viga", sans-serif;
    font-size: 22px;
    font-weight: 400;
    position: relative;
    padding-left: 30px;
}

.logisticDeliveringPossibilities .logisticDeliveringInner .logisticDeliveringRow .logisticDeliveringCol .logisticAllServices .logisticAllServicesListRow .logisticAllServicesListCol ul li:before {
    position: absolute;
    background-image: url(../images/icons/list-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 10px;
    left: 0;
    content: "";
    width: 20px;
    height: 20px;
}

.logisticDeliveringPossibilities .logisticDeliveringInner .logisticDeliveringRow .logisticDeliveringCol .logisticAllServices p {
    color: #000000;
    font-family: "Varela Round", sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.logisticDeliveringPossibilities .logisticDeliveringInner .logisticDeliveringRow .logisticDeliveringCol .logisticDeliver .logisticDeliverImgs {
    display: grid;
    grid-template-columns: 200px 1fr;
    align-items: end;
    gap: 10px;
}

.logisticDeliveringPossibilities .logisticDeliveringInner .logisticDeliveringRow .logisticDeliveringCol .logisticDeliver .logisticDeliverImgs .airplane1 {
    position: relative;
    bottom: 50px;
    animation: cardShift3 12s ease-in-out infinite;
}

.logisticDeliveringPossibilities .logisticDeliveringInner .logisticDeliveringRow .logisticDeliveringCol .logisticDeliver .logisticDeliverImgs .airplane2 {
    animation: cardShift1 12s ease-in-out infinite;
}

@keyframes cardShift3 {
    0% {
        transform: translate3d(0, 0, 0);
    }
    25% {
        transform: translate3d(0px, -30px, 0);
    }
    50% {
        transform: translate3d(0, 0, 0);
    }
    75% {
        transform: translate3d(0px, -30px, 0);
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}

.logisticCapabilities {
    padding: 80px 0;
}

.logisticCapabilities .logisticCapabilitiesInner .logisticCommonHead {
    margin-bottom: 40px;
}

.logisticCapabilities .logisticCapabilitiesInner .logisticCapabilitiesCardGroup {
    margin: 50px 0 80px;
}

.logisticCapabilities .logisticCapabilitiesInner .logisticCapabilitiesCardGroup .logisticCapabilitiesCard {
    padding: 40px;
    position: relative;
}

.logisticCapabilities .logisticCapabilitiesInner .logisticCapabilitiesCardGroup .logisticCapabilitiesCard::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 30px;
    padding: 1px;
    background: linear-gradient(80deg, #017821 13.83%, #091fd0 70.07%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    background-size: 300% 300%;
}

.logisticCapabilities .logisticCapabilitiesInner .logisticCapabilitiesCardGroup .logisticCapabilitiesCard h4 {
    color: #000000;
    text-align: center;
    font-family: "Viga", sans-serif;
    font-size: 36px;
    font-weight: 400;
}

.logisticCapabilities .logisticCapabilitiesInner .logisticCapabilitiesCardGroup .logisticCapabilitiesCard p {
    color: #000000;
    text-align: center;
    font-family: "Varela Round", sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.logisticAboutUs .logisticAboutUsInner .logisticAboutUsRow {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
}

.logisticAboutUs .logisticAboutUsInner .logisticAboutUsRow .logisticAboutUsCol .logisticAboutUs {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 20px;
}

.logisticAboutUs .logisticAboutUsInner .logisticAboutUsRow .logisticAboutUsCol .logisticAboutUs .logisticAboutUsNav ul {
    border: 0;
    flex-direction: column;
}

.logisticAboutUs .logisticAboutUsInner .logisticAboutUsRow .logisticAboutUsCol .logisticAboutUs .logisticAboutUsNav ul li a {
    color: #000000;
    font-family: "Viga", sans-serif;
    font-size: 28px;
    font-weight: 400;
    border: 0;
    padding: 5px 0;
}

.logisticAboutUs .logisticAboutUsInner .logisticAboutUsRow .logisticAboutUsCol .logisticAboutUs .logisticAboutUsNav ul li a.active {
    background: var(--Purplr, linear-gradient(90deg, #9194FB 0.23%, #B2AEFF 99.64%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.logisticAboutUs .logisticAboutUsInner .logisticAboutUsRow .logisticAboutUsCol .logisticAboutUs .logisticAboutUsContant .logisticAboutUsPara p {
    color: #000000;
    font-family: "Varela Round", sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.logisticAboutUs .logisticAboutUsInner .logisticAboutUsRow .logisticAboutUsCol .logisticAboutUs .logisticAboutUsContant .logisticAboutHoriz {
    border-top: 1px solid #000000;
}

.logisticAboutUs .logisticAboutUsInner .logisticAboutUsRow .logisticAboutUsCol .logisticAboutUs .logisticAboutUsContant .logisticProgress .logisticProgressBar {
    margin-bottom: 20px;
}

.logisticAboutUs .logisticAboutUsInner .logisticAboutUsRow .logisticAboutUsCol .logisticAboutUs .logisticAboutUsContant .logisticProgress .logisticProgressBar .logisticProgContant {
    margin-bottom: 10px;
}

.logisticAboutUs .logisticAboutUsInner .logisticAboutUsRow .logisticAboutUsCol .logisticAboutUs .logisticAboutUsContant .logisticProgress .logisticProgressBar .logisticProgContant .logisticProgName h2 {
    color: #000000;
    font-family: "Viga", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.logisticAboutUs .logisticAboutUsInner .logisticAboutUsRow .logisticAboutUsCol .logisticAboutUs .logisticAboutUsContant .logisticProgress .logisticProgressBar .logisticProgContant .logisticProgPercent span {
    background: var(--Gradient, linear-gradient(80deg, #017821 13.83%, #091fd0 70.07%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.logisticAboutUs .logisticAboutUsInner .logisticAboutUsRow .logisticAboutUsCol .logisticAboutUs .logisticAboutUsContant .logisticProgress .logisticProgressBar .progress {
    height: 10px;
}

.logisticAboutUs .logisticAboutUsInner .logisticAboutUsRow .logisticAboutUsCol .logisticAboutUs .logisticAboutUsContant .logisticProgress .logisticProgressBar .progress .progress-bar {
    border-radius: 10px;
}

.logisticAboutUs .logisticAboutUsInner .logisticAboutUsRow .logisticAboutUsCol .logisticAboutUs .logisticAboutUsContant .logisticProgress .logisticProgressBar .progress.progressOrderReceived .progress-bar {
    background: linear-gradient(90deg, #FAB71E 0.23%, #FBDC94 99.64%);
}

.logisticAboutUs .logisticAboutUsInner .logisticAboutUsRow .logisticAboutUsCol .logisticAboutUs .logisticAboutUsContant .logisticProgress .logisticProgressBar .progress.progressCustomsProcessing .progress-bar {
    background: linear-gradient(90deg, #9194FB 0.23%, #B2AEFF 99.64%);
}

.logisticAboutUs .logisticAboutUsInner .logisticAboutUsRow .logisticAboutUsCol .logisticAboutUs .logisticAboutUsContant .logisticProgress .logisticProgressBar .progress.progressCustomsClearance .progress-bar {
    background: linear-gradient(90deg, #FD6B6B 0.23%, #FE8783 99.64%);
}

.logisticAboutUs .logisticAboutUsInner .logisticAboutUsRow .logisticAboutUsCol .logisticDistances {
    border-radius: 30px;
    background: #111;
    box-shadow: -14px -14px 30px 0px rgba(0, 0, 0, 0.1);
    padding: 30px;
    position: relative;
}

.logisticAboutUs .logisticAboutUsInner .logisticAboutUsRow .logisticAboutUsCol .logisticDistances:after {
    content: "";
    position: absolute;
    border-radius: 50px;
    background: linear-gradient(90deg, #242223 0.23%, #12060a 99.64%);
    top: -20px;
    left: -20px;
    width: 98%;
    height: 90%;
    z-index: -1;
}

.logisticAboutUs .logisticAboutUsInner .logisticAboutUsRow .logisticAboutUsCol .logisticDistances .logisticDistancesInner .logisticDistancesImg {
    position: relative;
}

.logisticAboutUs .logisticAboutUsInner .logisticAboutUsRow .logisticAboutUsCol .logisticDistances .logisticDistancesInner .logisticDistancesImg img {
    border-radius: 30px;
    margin-bottom: 20px;
    width: 100%;
}

.logisticAboutUs .logisticAboutUsInner .logisticAboutUsRow .logisticAboutUsCol .logisticDistances .logisticDistancesInner .logisticDistancesImg .logisticHeart {
    background-color: #000000;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logisticAboutUs .logisticAboutUsInner .logisticAboutUsRow .logisticAboutUsCol .logisticDistances .logisticDistancesInner .logisticDistancesImg .logisticHeart img {
    width: 30px;
    margin-bottom: 0;
}

.logisticAboutUs .logisticAboutUsInner .logisticAboutUsRow .logisticAboutUsCol .logisticDistances .logisticDistancesInner .logisticDistancesContent h4 {
    color: #000000;
    font-family: "Viga", sans-serif;
    font-size: 30px;
    font-weight: 400;
}

.logisticAboutUs .logisticAboutUsInner .logisticAboutUsRow .logisticAboutUsCol .logisticDistances .logisticDistancesInner .logisticDistancesContent p {
    color: #000000;
    font-family: "Varela Round", sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.logisticProgContant {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: center;
}

.logisticCatgeries {
    padding: 80px 0;
    position: relative;
}

.logisticCatgeries:before {
    content: "";
    background-image: url(../images/mask3.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 150px;
    height: 150px;
    top: 10px;
    left: 20px;
    position: absolute;
    animation: mover 1s infinite alternate;
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}

.logisticCatgeries:after {
    content: "";
    background-image: url(../images/mask4.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 150px;
    height: 150px;
    top: 10px;
    right: 20px;
    position: absolute;
    animation: mover 1s infinite alternate;
}

.logisticCatgeries .logisticCatgeriesInner {
    position: relative;
}

.logisticCatgeries .logisticCatgeriesInner::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 1339px;
    opacity: 0.1;
    background: linear-gradient(95deg, #2e4dff 0.58%, #017821 100%);
    filter: blur(250px);
    width: 200px;
    height: 200px;
    z-index: 5;
}

.logisticCatgeries .logisticCatgeriesInner .logisticCatgCol .logisticCatgeriesNumber {
    margin-bottom: 60px;
}

.logisticCatgeries .logisticCatgeriesInner .logisticCatgCol .logisticCatgeriesNumber h2 {
    background: linear-gradient(170deg, #FFF -70.73%, rgba(255, 255, 255, 0) 79.5%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Viga", sans-serif;
    font-size: 100px;
    font-weight: 400;
    text-align: center;
}

.logisticCatgeries .logisticCatgeriesInner .logisticCatgCol .logisticCatgIcon {
    position: relative;
    border-radius: 50px;
    padding: 10px;
}

.logisticCatgeries .logisticCatgeriesInner .logisticCatgCol .logisticCatgIcon:before {
    content: "";
    border-radius: 50px;
    opacity: 0.05;
    background: linear-gradient(90deg, #9194FB 0.23%, #B2AEFF 99.64%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.logisticCatgeries .logisticCatgeriesInner .logisticCatgCol .logisticCatgIcon:after {
    position: absolute;
    border-radius: 1339px;
    opacity: 0.1;
    background: linear-gradient(95deg, #2e4dff 0.58%, #017821 100%);
    filter: blur(250px);
    width: 50%;
    height: 100%;
    content: "";
}

.logisticCatgeries .logisticCatgeriesInner .logisticCatgCol .logisticCatgIcon .logisticCatgeriesIcon {
    position: absolute;
    top: -53px;
    transform: translateX(-50%);
    left: 50%;
    width: 300px;
}

.logisticCatgeries .logisticCatgeriesInner .logisticCatgCol .logisticCatgIcon .logisticCatgeriesTitle {
    margin-top: 200px;
    position: relative;
}

.logisticCatgeries .logisticCatgeriesInner .logisticCatgCol .logisticCatgIcon .logisticCatgeriesTitle h4 {
    color: #000000;
    text-align: center;
    font-family: "Viga", sans-serif;
    font-size: 32px;
    font-weight: 400;
}

.logisticTrackPacket {
    margin: 180px 0 80px;
}

.logisticTrackPacket .logisticTrackPacketInner {
    display: grid;
    grid-template-columns: 500px 1fr;
    gap: 100px;
    align-items: center;
    position: relative;
    padding: 80px 80px 80px 40px;
}

.logisticTrackPacket .logisticTrackPacketInner:before {
    content: "";
    border-radius: 50px;
    opacity: 0.05;
    background: linear-gradient(90deg, #9194FB 0.23%, #B2AEFF 99.64%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.logisticTrackPacket .logisticTrackPacketInner:after {
    content: "";
    background-image: url(../images/air-delivery.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 150px;
    height: 150px;
    top: 10px;
    right: 20px;
    position: absolute;
    animation: cardShift1 12s ease-in-out infinite;
}

@keyframes cardShift2 {
    0% {
        transform: translate3d(-30px, 0, 0);
    }
    25% {
        transform: translate3d(0px, 0, 0);
    }
    50% {
        transform: translate3d(-30px, 0, 0);
    }
    75% {
        transform: translate3d(0px, 0, 0);
    }
    to {
        transform: translate3d(-30px, 0, 0);
    }
}

.logisticTrackPacket .logisticTrackPacketInner .logisticTrackPacketImg {
    position: relative;
}

.logisticTrackPacket .logisticTrackPacketInner .logisticTrackPacketImg img {
    position: absolute;
    bottom: -150px;
}

.logisticTrackPacket .logisticTrackPacketInner .logisticTrackPacketFrm .logisticTrackPacketInput .input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.logisticTrackPacket .logisticTrackPacketInner .logisticTrackPacketFrm .logisticTrackPacketInput .input-group {
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.25);
    padding: 4px;
    gap: 10px;
}

.logisticTrackPacket .logisticTrackPacketInner .logisticTrackPacketFrm .logisticTrackPacketInput .input-group input {
    border-radius: 30px;
    background-color: transparent;
    border: 0;
    color: #000000;
}

.logisticTrackPacket .logisticTrackPacketInner .logisticTrackPacketFrm .logisticTrackPacketInput .input-group .inputGroupText {
    border-radius: 30px;
    border-color: #B2AEFF;
    padding: 10px 40px;
    transition: all 0.4s ease;
    width: 150px;
}

.logisticTrackPacket .logisticTrackPacketInner .logisticTrackPacketFrm .logisticTrackPacketInput .input-group .inputGroupText:hover {
    color: #000000;
}

.logisticOurTeam {
    padding: 80px 0;
}

.logisticOurTeam .logisticOurTeamInner .logisticCommonHead {
    margin-bottom: 40px;
}

.logisticOurTeam .logisticOurTeamInner .logisticOurTeamRow .logisticOurTeamCol {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}


/* .logisticOurTeam .logisticOurTeamInner .logisticOurTeamRow .logisticOurTeamCol:before {
    content: "";
    border-radius: 50px;
    opacity: 0.05;
    background: linear-gradient(90deg, #9194FB 0.23%, #B2AEFF 99.64%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
} */

.logisticOurTeam .logisticOurTeamInner .logisticOurTeamRow .logisticOurTeamCol img {
    position: relative;
    margin-top: 100px;
}

.logisticOurTeam .logisticOurTeamInner .logisticOurTeamRow .logisticOurTeamCol h2 {
    opacity: 0.5;
    background: linear-gradient(183deg, #FFF -298.57%, rgba(255, 255, 255, 0) 76.03%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Viga", sans-serif;
    font-size: 150px;
    font-weight: 400;
    text-align: center;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
}

.logisticOurTeam .logisticOurTeamInner .logisticOurTeamRow .logisticOurTeamCol .logisticSocialMedia {
    position: absolute;
    top: 40px;
    right: 20px;
}

.logisticOurTeam .logisticOurTeamInner .logisticOurTeamRow .logisticOurTeamCol .logisticSocialMedia ul {
    transform: scale(0);
    gap: 10px;
    transition: all 0.4s ease;
}

.logisticOurTeam .logisticOurTeamInner .logisticOurTeamRow .logisticOurTeamCol .logisticTeamNam h4 {
    color: #000000;
    font-family: "Viga", sans-serif;
    font-size: 30px;
    font-weight: 400;
}

.logisticOurTeam .logisticOurTeamInner .logisticOurTeamRow .logisticOurTeamCol .logisticTeamNam h4 a {
    color: #000000;
    font-family: "Viga", sans-serif;
    font-size: 30px;
    font-weight: 400;
}

.logisticOurTeam .logisticOurTeamInner .logisticOurTeamRow .logisticOurTeamCol .logisticTeamNam span {
    color: #000000;
    font-family: "Viga", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.logisticOurTeam .logisticOurTeamInner .logisticOurTeamRow .logisticOurTeamCol:hover .logisticSocialMedia ul {
    transform: scale(1);
}

.logisticOurTeam .logisticOurTeamInner .logisticOurTeamRow .logisticOurTeamCol:hover .logisticTeamNam {
    transform: translateX(-50%) scale(1);
}

.logisticTodayNews {
    padding: 80px 0;
}

.logisticTodayNews .logisticTodayNewsInner .logisticCommonHead {
    margin-bottom: 40px;
}

.logisticTodayNews .logisticTodayNewsInner .logisticTodayNewsIndustry {
    position: relative;
}

.logisticTodayNews .logisticTodayNewsInner .logisticTodayNewsIndustry:after {
    content: "";
    position: absolute;
    border-radius: 50px 0px 0px 50px;
    opacity: 0.1;
    background: linear-gradient(90deg, #9194FB 0.23%, #B2AEFF 99.64%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50px;
}

.logisticTodayNews .logisticTodayNewsInner .logisticTodayNewsIndustry:before {
    content: "";
    background-image: url(../images/img7.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 300px;
    height: 200px;
    top: -100px;
    left: -100px;
    position: absolute;
    animation: mover 1s infinite alternate;
    z-index: 21;
}

.logisticTodayNews .logisticTodayNewsInner .logisticTodayNewsIndustry .logisticDelivery {
    padding: 40px;
    background-color: transparent;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    border-radius: 40px;
    z-index: 2;
    position: relative;
}

.logisticTodayNews .logisticTodayNewsInner .logisticTodayNewsIndustry .logisticDelivery .logisticDeliveryInner .logisticDeliveryImg {
    text-align: center;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 30px;
}

.logisticTodayNews .logisticTodayNewsInner .logisticTodayNewsIndustry .logisticDelivery .logisticDeliveryInner .logisticDeliveryImg img {
    border-radius: 30px;
    transition: all 0.5s ease;
    height: auto;
    width: 100%;
}

.logisticTodayNews .logisticTodayNewsInner .logisticTodayNewsIndustry .logisticDelivery .logisticDeliveryInner .logisticDeliveryContant .logisticDeliveryTxt {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.logisticTodayNews .logisticTodayNewsInner .logisticTodayNewsIndustry .logisticDelivery .logisticDeliveryInner .logisticDeliveryContant .logisticDeliveryTxt span {
    color: #000000;
    font-family: "Varela Round", sans-serif;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 4px;
}

.logisticTodayNews .logisticTodayNewsInner .logisticTodayNewsIndustry .logisticDelivery .logisticDeliveryInner .logisticDeliveryContant .logisticDeliveryTxt h3 {
    color: #000000;
    font-family: "Viga", sans-serif;
    font-size: 22px;
    font-weight: 400;
}

.logisticTodayNews .logisticTodayNewsInner .logisticTodayNewsIndustry .logisticDelivery .logisticDeliveryInner .logisticDeliveryContant .logisticDeliveryTxt h3 a {
    color: #000000;
    font-family: "Viga", sans-serif;
    font-size: 22px;
    font-weight: 400;
}

.logisticTodayNews .logisticTodayNewsInner .logisticTodayNewsIndustry .logisticDelivery .logisticDeliveryInner .logisticDeliveryContant .logisticDeliveryTxt p {
    color: #000000;
    font-family: "Varela Round", sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.logisticTodayNews .logisticTodayNewsInner .logisticTodayNewsIndustry .logisticDelivery .logisticDeliveryInner .logisticDeliveryContant .logisticDeliveryTxt a {
    color: #000000;
    font-family: "Viga", sans-serif;
    font-size: 20px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 10px;
}

.logisticTodayNews .logisticTodayNewsInner .logisticTodayNewsIndustry .logisticDelivery .logisticDeliveryInner:hover .logisticDeliveryImg img {
    transform: scale(1.1);
}

.logisticTodayNews .logisticTodayNewsInner .logisticTodayNewsIndustry .logisticDelivery .logisticDeliveryInner:hover .logisticDeliveryContant .logisticDeliveryTxt a {
    background-image: linear-gradient(to right, #083717, #1e912f, #8e9fff, #39c3ff, #091fd0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.logisticTodayNews .logisticTodayNewsInner .logisticTodayNewsIndustry .logisticDelivery .logisticDeliveryInner:hover .logisticDeliveryContant .logisticDeliveryTxt .logisticaReadMore svg path {
    fill: url(#paint0_linear_2719_16643);
}

.logisticOurTestimonial {
    padding: 80px 0 120px;
}

.logisticOurTestimonial .logisticOurTestimonialInner .logisticCommonHead {
    margin-bottom: 40px;
}

.logisticOurTestimonial .logisticOurTestimonialInner .logisticOurTestimonialContainer {
    display: grid;
    grid-template-columns: 200px 1fr 200px;
    gap: 100px;
    align-items: center;
}

.logisticOurTestimonial .logisticOurTestimonialInner .logisticOurTestimonialContainer .logisticOurTestimonialUser img {
    width: 100%;
    animation: cardShift1 12s ease-in-out infinite;
}

@keyframes cardShift1 {
    0% {
        transform: translate3d(0px, -30px, 0);
    }
    25% {
        transform: translate3d(0px, 0, 0);
    }
    50% {
        transform: translate3d(0px, -30px, 0);
    }
    75% {
        transform: translate3d(0px, 0, 0);
    }
    to {
        transform: translate3d(0px, -30px, 0);
    }
}

.logisticOurTestimonial .logisticOurTestimonialInner .logisticOurTestimonialContainer .logisticOurTestimonialBox {
    position: relative;
    padding: 50px 80px;
}

.logisticOurTestimonial .logisticOurTestimonialInner .logisticOurTestimonialContainer .logisticOurTestimonialBox:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background-image: url(../images/testimonial3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
}

.logisticOurTestimonial .logisticOurTestimonialInner .logisticOurTestimonialContainer .logisticOurTestimonialBox:after {
    position: absolute;
    content: "";
    top: -20px;
    left: -60px;
    background-image: url(../images/quotation-message.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 150px;
    height: 150px;
    animation: mover 1s infinite alternate;
}

.logisticOurTestimonial .logisticOurTestimonialInner .logisticOurTestimonialContainer .logisticOurTestimonialBox p {
    color: #000000;
    text-align: center;
    font-family: "Varela Round", sans-serif;
    font-size: 20px;
    font-weight: 400;
}

.logisticOurTestimonial .logisticOurTestimonialInner .logisticOurTestimonialContainer .logisticOurTestimonialBox .logisticOurTestimonialImg {
    display: flex;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.logisticOurTestimonial .logisticOurTestimonialInner .logisticOurTestimonialContainer .logisticOurTestimonialBox .logisticOurTestimonialImg img {
    margin-bottom: 10px;
    width: 90px;
    height: 90px;
    object-fit: cover;
}

.logisticOurTestimonial .logisticOurTestimonialInner .logisticOurTestimonialContainer .logisticOurTestimonialBox .logisticOurTestimonialImg h5 {
    color: #000000;
    text-align: center;
    font-family: "Viga", sans-serif;
    font-size: 32px;
    font-weight: 400;
}

.logisticOurTestimonial .logisticOurTestimonialInner .logisticOurTestimonialContainer .logisticOurTestimonialBox .logisticOurTestimonialImg span {
    display: inline-block;
    color: #000000;
    text-align: center;
    font-family: "Varela Round", sans-serif;
    font-size: 20px;
    font-weight: 400;
}

.logisticFloatingCarousel {
    /*--Arrow--*/
}

.logisticFloatingCarousel.wrapper {
    display: flex;
    align-items: center;
    width: 100%;
}

.logisticFloatingCarousel.wrapper * {
    position: relative;
}

.logisticFloatingCarousel.wrapper img {
    object-fit: cover;
    position: relative;
    width: 100%;
    height: 100%;
}

.logisticFloatingCarousel .quote-row {
    margin: auto;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}

.logisticFloatingCarousel .quote-column {
    position: absolute;
    padding: 0 !important;
    overflow: hidden;
    transition-property: top, left, right, bottom;
    background: transparent;
    box-shadow: none;
    border-radius: 50px;
    /*     transition: .4s; */
}

.logisticFloatingCarousel .col-active {
    width: 33.33% !important;
    transform: translate(-50%, -50%) !important;
    top: 50% !important;
    left: 50% !important;
    bottom: unset !important;
    box-shadow: 0 0.75rem 2rem 0 rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    overflow: hidden;
    z-index: 1;
}

.logisticFloatingCarousel .col-active:after {
    content: "";
    position: absolute;
    border-radius: 50px;
    opacity: 0.1;
    background: linear-gradient(90deg, #9194FB 0.23%, #B2AEFF 99.64%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.logisticFloatingCarousel .col-active:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background-image: url(../images/testimonial3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
}

.logisticFloatingCarousel .col-inner {
    position: relative;
    width: 100%;
    max-width: 130px;
    align-items: stretch;
    justify-content: center;
    overflow: hidden;
}

.logisticFloatingCarousel .col-active .col-inner {
    max-width: 100%;
}

.logisticFloatingCarousel .author-meta {
    width: 100%;
    position: relative;
    border: none;
}

.logisticFloatingCarousel .col-active .author-meta {
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.432);
}

.logisticFloatingCarousel .image-cover {
    position: absolute;
    width: 100%;
    float: left;
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 100%;
    z-index: 1;
    cursor: pointer;
}

.logisticFloatingCarousel .col-active .image-cover {
    position: relative;
    width: 30%;
    max-width: 140px;
    float: left;
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 1.3rem 0rem 1.3rem 0rem;
    z-index: 1;
}

.logisticFloatingCarousel .author-info {
    width: 70%;
    float: left;
    padding: 10px;
    overflow: hidden;
    visibility: hidden;
}

.logisticFloatingCarousel .col-active .author-info {
    visibility: visible;
}

.logisticFloatingCarousel .author-info .author-name,
.logisticFloatingCarousel .author-info .person-title {
    transform: translate(-100%, 0%);
    transition: 0.4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.logisticFloatingCarousel .show .author-info .author-name {
    transform: translate(0%, 0%);
}

.logisticFloatingCarousel .show .author-info .person-title {
    transform: translate(0%, 0%);
    transition-delay: 0.2s;
}

.logisticFloatingCarousel .person-name {
    color: #000000;
    font-family: "Viga", sans-serif;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 0;
}

.logisticFloatingCarousel .person-title {
    color: #000000;
    font-family: "Varela Round", sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
}

.logisticFloatingCarousel .quote-wrapper {
    position: relative;
    width: 100%;
    margin: auto;
    color: #494949;
    padding: 20px 15px;
    text-align: center;
    overflow: hidden;
    visibility: hidden;
    z-index: 0;
}

.logisticFloatingCarousel .col-active .quote-wrapper {
    visibility: visible;
}

.logisticFloatingCarousel .box-text-inner p {
    color: #000000;
    text-align: center;
    font-family: "Varela Round", sans-serif;
    font-size: 20px;
    font-weight: 400;
}

.logisticFloatingCarousel .quote-wrapper .quote-symbol {
    font-size: 150px;
    line-height: 1em;
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    z-index: 1;
    transition: 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19);
    padding: 20px;
}

.logisticFloatingCarousel .quote-wrapper .quote-symbol:first-child {
    left: 0%;
    text-align: right;
}

.logisticFloatingCarousel .quote-wrapper .quote-symbol:last-child {
    right: 0%;
    text-align: left;
}

.logisticFloatingCarousel .show .quote-wrapper .quote-symbol:first-child {
    left: -50%;
}

.logisticFloatingCarousel .show .quote-wrapper .quote-symbol:last-child {
    right: -50%;
}

.logisticFloatingCarousel .arrows-wrap {
    position: unset;
}

.logisticFloatingCarousel .arrow {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 80%;
    background-color: #494949;
    cursor: pointer;
}

.logisticFloatingCarousel .left-arrow {
    float: left;
    left: 30px;
    clip-path: polygon(40% 0%, 40% 20%, 100% 33%, 100% 67%, 40% 80%, 40% 100%, 0% 50%);
}

.logisticFloatingCarousel .right-arrow {
    float: right;
    right: 30px;
    clip-path: polygon(0 33%, 60% 20%, 60% 0%, 100% 50%, 60% 100%, 60% 80%, 0 67%);
}

.logisticLetJoin {
    scroll-margin-top: 100px;
}

.logisticLetJoin .logisticLetJoinInner {
    position: relative;
    /* scroll-margin-top: 60px; */
}

.logisticLetJoin .logisticLetJoinInner:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50px;
    opacity: 0.05;
    background: linear-gradient(80deg, #017821 13.83%, #091fd0 70.07%);
}

.logisticLetJoin .logisticLetJoinInner:after {
    content: "";
    position: absolute;
    border-radius: 50px;
    opacity: 0.1;
    background: linear-gradient(90deg, #9194FB 0.23%, #B2AEFF 99.64%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.logisticLetJoin .logisticLetJoinInner .logisticLetJoinRow {
    display: grid;
    grid-template-columns: 600px 1fr;
    align-items: center;
    position: relative;
    padding: 60px;
}

.logisticLetJoin .logisticLetJoinInner .logisticLetJoinRow:before {
    content: "";
    background-image: url(../images/img9.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100px;
    height: 100px;
    top: -20px;
    left: -40px;
    position: absolute;
    animation: mover 1s infinite alternate;
}

.logisticLetJoin .logisticLetJoinInner .logisticLetJoinRow:after {
    content: "";
    background-image: url(../images/img10.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 180px;
    height: 180px;
    top: -40px;
    right: -50px;
    position: absolute;
    animation: mover 1s infinite alternate;
}

.logisticLetJoin .logisticLetJoinInner .logisticLetJoinRow .logisticLetJoinCol {
    position: relative;
    z-index: 2;
}

.logisticLetJoin .logisticLetJoinInner .logisticLetJoinRow .logisticLetJoinCol .logisticLetJoinBtn {
    text-align: right;
}

.logisticLetJoin .logisticLetJoinInner .logisticLetJoinRow .logisticLetJoinCol .logisticLetJoinBtn .letJoinBtn {
    color: #000000;
    font-family: "Varela Round", sans-serif;
    font-size: 16px;
    font-weight: 400;
    border-radius: 50px;
    background: linear-gradient(90deg, #9194FB 0.23%, #B2AEFF 99.64%);
    box-shadow: 10px 10px 20px 0px rgba(17, 17, 17, 0.5);
    padding: 10px 50px;
    margin-right: 100px;
    width: 135px;
}

.tooltipGroup {
    transition: all 0.4s ease;
    width: 400px;
    position: absolute;
    top: 80px;
    right: -330px;
}

.tooltipGroup .tooltip {
    background: #fff;
    bottom: 100%;
    color: #000;
    left: -20px;
    margin-bottom: 15px;
    opacity: 1;
    padding: 20px;
    pointer-events: none;
    width: 100%;
    transform: translateY(10px);
    transition: all 0.25s ease-out;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.07);
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 20px;
    font-weight: 700;
    width: 400px;
    text-align: left;
    position: relative;
    z-index: 9;
}

.tooltipGroup .tooltip .locationTxt p {
    margin-bottom: 0;
}

.tooltipGroup .tooltip:before {
    bottom: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%;
}

.tooltipGroup .tooltip:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid #fff 15px;
    bottom: 0;
    content: " ";
    height: 0;
    left: 60px;
    margin-left: -13px;
    position: absolute;
    width: 0;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.07);
    transform: rotate(-180deg);
    top: -14px;
}

.logisticSideTwo {
    width: 100%;
    height: 90vh;
    padding: 40px 0;
    background-image: url(../images/bg3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    animation: slidein 10s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    position: relative;
}

.logisticSideTwo .logisticSideTwoInner {
    height: 100%;
}

.logisticSideTwo .logisticSideTwoInner .logisticSideRow {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    height: 100%;
}

.logisticSideTwo .logisticSideTwoInner .logisticSideRow .logisticSideCol .logisticSideTwoContent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.logisticSideTwo .logisticSideTwoInner .logisticSideRow .logisticSideCol .logisticSideTwoContent h1 {
    color: #000000;
    font-family: "Viga", sans-serif;
    font-size: 80px;
    font-weight: 400;
    margin-bottom: 20px;
}

.logisticSideTwo .logisticSideTwoInner .logisticSideRow .logisticSideCol .logisticSideTwoContent h1 span {
    color: #9194FB;
}

.logisticSideTwo .logisticSideTwoInner .logisticSideRow .logisticSideCol .logisticSideTwoContent p {
    color: #000000;
    font-family: "Varela Round", sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 40px;
}

.logisticSideTwo .logisticSideTwoInner .logisticSideRow .logisticSideCol .logisticSideTwoContent form {
    margin-bottom: 40px;
}

.logisticSideTwo .logisticSideTwoInner .logisticSideRow .logisticSideCol .logisticSideTwoContent form .input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.logisticSideTwo .logisticSideTwoInner .logisticSideRow .logisticSideCol .logisticSideTwoContent form .input-group {
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.25);
    padding: 8px;
    gap: 10px;
}

.logisticSideTwo .logisticSideTwoInner .logisticSideRow .logisticSideCol .logisticSideTwoContent form .input-group input {
    border-radius: 8px;
    background-color: transparent;
    border: 0;
    color: #000000;
}

.logisticSideTwo .logisticSideTwoInner .logisticSideRow .logisticSideCol .logisticSideTwoContent form .input-group input::placeholder {
    color: #9d9d9d;
}

.logisticSideTwo .logisticSideTwoInner .logisticSideRow .logisticSideCol .logisticSideTwoContent form .input-group button {
    background-image: linear-gradient(80deg, #017821 13.83%, #9194FB 70.07%);
    animation: animatedgradient1 3s ease alternate infinite;
    background-size: 300% 300%;
    border: 0;
    color: #000000;
}

.logisticSideTwo .logisticSideTwoInner .logisticSideRow .logisticSideCol .logisticSideTwoContent form .input-group button:hover {
    color: #000000;
    background-image: linear-gradient(80deg, #9194FB 13.83%, #017821 70.07%);
    transition: all 0.6s ease;
}

.logisticSideTwo .logisticSideTwoInner .logisticSideRow .logisticSideCol .logisticSideTwoContent .watchNow {
    display: inline-block;
}

.logisticSideTwo .logisticSideTwoInner .logisticSideRow .logisticSideCol .logisticSideTwoContent .watchNow .watchNowInner {
    display: flex;
    align-items: center;
    gap: 20px;
}

.logisticSideTwo .logisticSideTwoInner .logisticSideRow .logisticSideCol .logisticSideTwoContent .watchNow .watchNowInner .watchNowTxt span {
    color: #000000;
    font-family: "Viga", sans-serif;
    font-size: 50px;
    font-weight: 400;
}

.logisticSideTwo .logisticSideTwoInner .logisticSideRow .logisticSideCol .logisticSideTwoImgGroup {
    position: relative;
    height: 100%;
    width: 100%;
}

.logisticSideTwo .logisticSideTwoInner .logisticSideRow .logisticSideCol .logisticSideTwoImgGroup .logisticSideTwoImgItem {
    position: absolute;
    z-index: 1;
    display: inline;
}

.logisticSideTwo .logisticSideTwoInner .logisticSideRow .logisticSideCol .logisticSideTwoImgGroup .logisticSideTwoImgItem img {
    filter: drop-shadow(5px 5px 5px #000);
}

.logisticSideTwo .logisticSideTwoInner .logisticSideRow .logisticSideCol .logisticSideTwoImgGroup .logisticSideTwoImgItem.logisticSideTwoImgItem1 {
    left: 150px;
    top: 150px;
    animation: card-shift 12s ease-in-out infinite;
}

.logisticSideTwo .logisticSideTwoInner .logisticSideRow .logisticSideCol .logisticSideTwoImgGroup .logisticSideTwoImgItem.logisticSideTwoImgItem2 {
    bottom: 220px;
    left: 100px;
    animation: mover1 2s infinite alternate;
}

.logisticSideTwo .logisticSideTwoInner .logisticSideRow .logisticSideCol .logisticSideTwoImgGroup .logisticSideTwoImgItem.logisticSideTwoImgItem2 img {
    width: 80px;
}

.logisticSideTwo .logisticSideTwoInner .logisticSideRow .logisticSideCol .logisticSideTwoImgGroup .logisticSideTwoImgItem.logisticSideTwoImgItem3 {
    top: 80px;
    left: 100px;
    animation: mover 3s infinite alternate;
}

.logisticSideTwo .logisticSideTwoInner .logisticSideRow .logisticSideCol .logisticSideTwoImgGroup .logisticSideTwoImgItem.logisticSideTwoImgItem3 img {
    width: 100px;
}

.logisticSideTwo .logisticSideTwoInner .logisticSideRow .logisticSideCol .logisticSideTwoImgGroup .logisticSideTwoImgItem.logisticSideTwoImgItem4 {
    top: 100px;
    right: 177px;
    animation: mover 3s infinite alternate;
}

.logisticSideTwo .logisticSideTwoInner .logisticSideRow .logisticSideCol .logisticSideTwoImgGroup .logisticSideTwoImgItem.logisticSideTwoImgItem4 img {
    width: 150px;
}

.logisticSideTwo .logisticSideTwoInner .logisticSideRow .logisticSideCol .logisticSideTwoImgGroup .logisticSideTwoImgItem.logisticSideTwoImgItem5 {
    right: 40px;
    top: 210px;
    animation: mover 3s infinite alternate;
}

.logisticSideTwo .logisticSideTwoInner .logisticSideRow .logisticSideCol .logisticSideTwoImgGroup .logisticSideTwoImgItem.logisticSideTwoImgItem5 img {
    width: 80px;
}

.logisticBannerSlider .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    outline: 1px solid #fff;
    outline-offset: 3px;
}

.slide-animation {
    animation-duration: 1s;
}

.slide-animation.in {
    animation-name: slideInLeft;
    /* Change to the desired animation, e.g., slideInLeft */
}

.slide-animation.out {
    animation-name: slideOutLeft;
    /* Change to the desired animation, e.g., slideOutLeft */
}


/*-----------------------------------------------------------------------------------

  Template Name: foxhub
  Author: Webstrot
  Version: 1.0.0
*/


/************ TABLE OF CONTENTS ***************

  01. common heading
  02. Banner
  03. common css
  04. Features
  05. Delivering Possibilities
  06. Logistics Capabilities
  07. About Us
  08. Catgeries
  09. Track Packet
  10. Our Team
  11. Logistic Catgeries
  12. Our Testimonial
  13. Let's Join with Us
  14. Tooltip
  15. home banner

**********************************************/

.logisticCommonHead.logisticCommonHeadCenter {
    text-align: center;
    width: 800px;
    margin: 0 auto;
}

.logisticCommonHead.logisticCommonHeadCenter h1:after {
    position: absolute;
    width: 100px;
    height: 4px;
    bottom: -15px;
    left: 50%;
    content: "";
    border-radius: 10px;
    background: linear-gradient(80deg, #017821 13.83%, #091fd0 70.07%);
    transform: translateX(-50%);
}

.logisticCommonHead .logisticFeaturesIcon {
    margin-bottom: 10px;
    display: block;
}

.logisticCommonHead h1 {
    color: #ffffff;
    font-family: "Viga", sans-serif;
    font-size: 46px;
    font-weight: 400;
    position: relative;
    margin-bottom: 30px;
}

.logisticCommonHead h1:after {
    position: absolute;
    width: 100px;
    height: 4px;
    bottom: -15px;
    left: 0;
    content: "";
    border-radius: 10px;
    background: linear-gradient(80deg, #017821 13.83%, #091fd0 70.07%);
}

.logisticCommonHead1.logisticCommonHeadCenter {
    text-align: center;
    width: 800px;
    margin: 0 auto;
}

.logisticCommonHead1.logisticCommonHeadCenter h2:after {
    position: absolute;
    width: 100px;
    height: 4px;
    bottom: -15px;
    left: 50%;
    content: "";
    border-radius: 10px;
    background: linear-gradient(80deg, #017821 13.83%, #091fd0 70.07%);
    transform: translateX(-50%);
}

.logisticCommonHead1 .logisticFeaturesIcon {
    margin-bottom: 10px;
    display: block;
}

.logisticCommonHead1 h2 {
    color: #000000;
    font-family: "Viga", sans-serif;
    font-size: 46px;
    font-weight: 400;
    position: relative;
    margin-bottom: 30px;
}

.logisticCommonHead1 h2:after {
    position: absolute;
    width: 100px;
    height: 4px;
    bottom: -15px;
    left: 0;
    content: "";
    border-radius: 10px;
    background: linear-gradient(80deg, #017821 13.83%, #091fd0 70.07%);
}

.logisticCommonBody h2 {
    color: #000000;
    font-family: "Viga", sans-serif;
    font-size: 46px;
    font-weight: 400;
    position: relative;
    margin-bottom: 30px;
}

.logisticCommonBody h2:after {
    position: absolute;
    width: 100px;
    height: 4px;
    bottom: -15px;
    left: 0;
    content: "";
    border-radius: 10px;
    background: linear-gradient(80deg, #017821 13.83%, #091fd0 70.07%);
}

.logisticCommonHead p {
    color: #ffffff;
    font-family: Arial;
    font-size: 18px;
    font-weight: 400;
}

.logisticCommonBody p {
    color: #000000;
    font-family: Arial;
    font-size: 18px;
    font-weight: 400;
}

.ellipsesthreeline {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* Number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.logisticBannerShipInner {
    /* height: 100vh; */
    padding: 100px 0;
    position: relative;
    background-image: url(../images/home-ship/bg1.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    scroll-margin-top: 60px;
}

.logisticBannerShipInner::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/home-ship/overlay2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.logisticBannerShipInner .logisticSideTwoInner {
    position: relative;
    height: 100%;
    z-index: 4;
}

.logisticBannerShipInner .logisticSideTwoInner .logisticSideTwoContent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.logisticBannerShipInner .logisticSideTwoInner .logisticSideTwoContent span.logisticSubHeading {
    color: #ffffff;
    font-family: "Viga", sans-serif;
    font-size: 36px;
    font-weight: 400;
}

.logisticBannerShipInner .logisticSideTwoInner .logisticSideTwoContent h1 {
    color: #ffffff;
    font-family: "Viga", sans-serif;
    font-size: 80px;
    font-weight: 400;
    margin-bottom: 20px;
}

.logisticBannerShipInner .logisticSideTwoInner .logisticSideTwoContent li {
    color: #ffffff;
    font-family: "Varela Round", sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}

.logisticBannerShipInner .logisticSideTwoInner .logisticSideTwoContent ul {
    margin-top: 20px;
}

.logisticBannerShipInner .logisticSideTwoInner .logisticSideTwoContent h1 span {
    color: #9194FB;
}

.logisticBannerShipInner .logisticSideTwoInner .logisticSideTwoContent p {
    color: #ffffff;
    font-family: "Varela Round", sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}

.logisticBannerShipInner .logisticSideTwoInner .logisticSideTwoContent .logisticGetStarted {
    border-radius: 6px;
    background: linear-gradient(95deg, #2e4dff 0.58%, #017821 100%);
    color: #ffffff;
    font-family: "Varela Round", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.logisticBannerShipInner .logisticSideTwoInner .logisticSideTwoContent form {
    margin-bottom: 40px;
}

.logisticBannerShipInner .logisticSideTwoInner .logisticSideTwoContent form .input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.logisticBannerShipInner .logisticSideTwoInner .logisticSideTwoContent form .input-group {
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.25);
    padding: 8px;
    gap: 10px;
}

.logisticBannerShipInner .logisticSideTwoInner .logisticSideTwoContent form .input-group input {
    border-radius: 8px;
    background-color: transparent;
    border: 0;
    color: #ffffff;
}

.logisticBannerShipInner .logisticSideTwoInner .logisticSideTwoContent form .input-group input::placeholder {
    color: #9d9d9d;
}

.logisticBannerShipInner .logisticSideTwoInner .logisticSideTwoContent form .input-group button {
    background-color: #9194FB;
    border-color: #9194FB;
    color: #000000;
}

.logisticBannerShipInner .logisticSideTwoInner .logisticSideTwoContent .watchNow {
    display: inline-block;
    margin-top: 60px;
}

.logisticBannerShipInner .logisticSideTwoInner .logisticSideTwoContent .watchNow .watchNowInner {
    display: flex;
    align-items: center;
    gap: 20px;
}

.logisticBannerShipInner .logisticSideTwoInner .logisticSideTwoContent .watchNow .watchNowInner .watchNowTxt span {
    color: #ffffff;
    font-family: "Viga", sans-serif;
    font-size: 50px;
    font-weight: 400;
}

.logisticBannerShipInner .logisticSideTwoInner .logisticSideTwoImgGroup .logisticShipCarouselSlider .logisticShipCarousel .owl-stage-outer {
    border-radius: 10px;
}

.logisticBannerShipInner .logisticSideTwoInner .logisticSideTwoImgGroup .logisticShipCarouselSlider .logisticShipCarousel .logisticShipCarouselItem {
    border-radius: 10px;
    overflow: hidden;
}

.logisticBannerShipInner .logisticSideTwoInner .logisticSideTwoImgGroup .logisticShipCarouselSlider .logisticShipCarousel .logisticShipCarouselItem img {
    border-radius: 10px;
}

.logisticBannerShipInner .logisticSideTwoInner .logisticSideTwoImgGroup .logisticShipCarouselSlider .logisticShipCarousel .owl-nav {
    display: none;
}

.logisticBannerShipInner .logisticSideTwoInner .logisticSideTwoImgGroup .customNavWithProg {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 50px;
}

.logisticBannerShipInner .logisticSideTwoInner .logisticSideTwoImgGroup .customNavWithProg .customNavBtn {
    display: flex;
    gap: 10px;
    align-items: center;
}

.logisticBannerShipInner .logisticSideTwoInner .logisticSideTwoImgGroup .customNavWithProg .customNavBtn button {
    width: 80px;
    height: 80px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50px;
    color: #ffffff;
    font-size: 30px;
    transition: all 0.4s ease;
}

.logisticBannerShipInner .logisticSideTwoInner .logisticSideTwoImgGroup .customNavWithProg .customNavBtn button:hover {
    border: 1px solid #f07269;
    color: #f07269;
}

.logisticBannerShipInner .logisticSideTwoInner .logisticSideTwoImgGroup .customNavWithProg .slide-progress-main {
    width: 100%;
}

.logisticBannerShipInner .logisticSideTwoInner .logisticSideTwoImgGroup .customNavWithProg .slide-progress-main .slide-progress-inner {
    width: 100%;
    height: 4px;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
}

.logisticBannerShipInner .logisticSideTwoInner .logisticSideTwoImgGroup .customNavWithProg .slide-progress-main .slide-progress-inner::after {
    content: "";
    background: #fff;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.logisticBannerShipInner .logisticSideTwoInner .logisticSideTwoImgGroup .customNavWithProg .slide-progress-main .slide-progress-inner .slide-progress {
    width: 0;
    max-width: 100%;
    height: 4px;
    background: linear-gradient(95deg, #2e4dff 0.58%, #017821 100%);
    border-radius: 50px;
}

header,
section,
footer {
    position: relative;
    z-index: 2;
}

.indxMain2 {
    /* background-image: url(../images/home-ship/bg2.jpg); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.logisticFeatures {
    margin-top: 80px;
}

.logisticFeatures .logisticFeaturesInner {
    border-radius: 50px;
    padding: 40px;
    position: relative;
}

.logisticFeatures .logisticFeaturesInner:before {
    content: "";
    border-radius: 50px;
    opacity: 0.05;
    background: linear-gradient(90deg, #9194FB 0.23%, #B2AEFF 99.64%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.logisticFeatures .logisticFeaturesInner .logisticFeaturesGroup {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 20px;
    position: relative;
    z-index: 2;
}

.logisticFeatures .logisticFeaturesInner .logisticFeaturesGroup .logisticFeaturesCardGroup {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    align-items: center;
}

.logisticFeatures .logisticFeaturesInner .logisticFeaturesGroup .logisticFeaturesCardGroup .logisticFeaturesCard {
    height: 362px;
    display: flex;
    align-items: center;
    transition: all 0.6s ease;
}

.logisticFeatures .logisticFeaturesInner .logisticFeaturesGroup .logisticFeaturesCardGroup .logisticFeaturesCard a {
    transition: all 0.4s ease;
}

.logisticFeatures .logisticFeaturesInner .logisticFeaturesGroup .logisticFeaturesCardGroup .logisticFeaturesCard a .logisticFeaturesCardInner {
    padding: 20px;
    transition: all 0.4s ease;
}

.logisticFeatures .logisticFeaturesInner .logisticFeaturesGroup .logisticFeaturesCardGroup .logisticFeaturesCard a .logisticFeaturesCardInner .logisticFeaturesCardIcon {
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.logisticFeatures .logisticFeaturesInner .logisticFeaturesGroup .logisticFeaturesCardGroup .logisticFeaturesCard a .logisticFeaturesCardInner h4 {
    color: #000000;
    text-align: center;
    font-family: "Viga", sans-serif;
    font-size: 32px;
    font-weight: 400;
}

.logisticFeatures .logisticFeaturesInner .logisticFeaturesGroup .logisticFeaturesCardGroup .logisticFeaturesCard a .logisticFeaturesCardInner p {
    color: #000000;
    text-align: center;
    font-family: "Varela Round", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.logisticFeatures .logisticFeaturesInner .logisticFeaturesGroup .logisticFeaturesCardGroup .logisticFeaturesCard a .logisticFeaturesCardInner.logisticBestCourier {
    border-radius: 50px;
    background: linear-gradient(90deg, #9194FB 0.23%, #B2AEFF 99.64%);
}

.logisticFeatures .logisticFeaturesInner .logisticFeaturesGroup .logisticFeaturesCardGroup .logisticFeaturesCard a .logisticFeaturesCardInner.logisticBestPrice {
    border-radius: 50px;
    background: linear-gradient(90deg, #FAB71E 0.23%, #FFD77A 99.64%);
}

.logisticFeatures .logisticFeaturesInner .logisticFeaturesGroup .logisticFeaturesCardGroup .logisticFeaturesCard a .logisticFeaturesCardInner.logisticFaster {
    border-radius: 50px;
    background: linear-gradient(90deg, #FD6B6B 0.23%, #FE8783 99.64%);
}

.logisticFeatures .logisticFeaturesInner .logisticFeaturesGroup .logisticFeaturesCardGroup .logisticFeaturesCard:hover a .logisticFeaturesCardInner {
    position: relative;
    padding: 80px 20px 20px 20px;
    transition: all 0.4s ease;
}

.logisticFeatures .logisticFeaturesInner .logisticFeaturesGroup .logisticFeaturesCardGroup .logisticFeaturesCard:hover a .logisticFeaturesCardInner .logisticFeaturesCardIcon {
    position: absolute;
    top: -80px;
    transform: translateX(-50%);
    left: 50%;
}

.logisticDeliveringPossibilities {
    padding: 80px 0;
}

.logisticDeliveringPossibilities .logisticDeliveringInner .logisticDeliveringRow {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    align-items: center;
}

.logisticDeliveringPossibilities .logisticDeliveringInner .logisticDeliveringRow .logisticDeliveringCol .logisticAllServices .logisticAllServicesHeading h5 {
    color: #000000;
    font-family: "Viga", sans-serif;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 20px;
}

.logisticDeliveringPossibilities .logisticDeliveringInner .logisticDeliveringRow .logisticDeliveringCol .logisticAllServices .logisticAllServicesListRow {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.logisticDeliveringPossibilities .logisticDeliveringInner .logisticDeliveringRow .logisticDeliveringCol .logisticAllServices .logisticAllServicesListRow .logisticAllServicesListCol ul {
    gap: 15px;
}

.logisticDeliveringPossibilities .logisticDeliveringInner .logisticDeliveringRow .logisticDeliveringCol .logisticAllServices .logisticAllServicesListRow .logisticAllServicesListCol ul li {
    color: #000000;
    font-family: "Viga", sans-serif;
    font-size: 22px;
    font-weight: 400;
    position: relative;
    padding-left: 30px;
}

.logisticDeliveringPossibilities .logisticDeliveringInner .logisticDeliveringRow .logisticDeliveringCol .logisticAllServices .logisticAllServicesListRow .logisticAllServicesListCol ul li:before {
    position: absolute;
    background-image: url(../images/icons/list-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 10px;
    left: 0;
    content: "";
    width: 20px;
    height: 20px;
}

.logisticDeliveringPossibilities .logisticDeliveringInner .logisticDeliveringRow .logisticDeliveringCol .logisticAllServices p {
    color: #000000;
    font-family: "Varela Round", sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.logisticDeliveringPossibilities .logisticDeliveringInner .logisticDeliveringRow .logisticDeliveringCol .logisticDeliver .logisticDeliverImgs {
    display: grid;
    grid-template-columns: 200px 1fr;
    align-items: end;
    gap: 10px;
}

.logisticDeliveringPossibilities .logisticDeliveringInner .logisticDeliveringRow .logisticDeliveringCol .logisticDeliver .logisticDeliverImgs .airplane1 {
    position: relative;
    bottom: 50px;
    animation: cardShift3 12s ease-in-out infinite;
}

.logisticDeliveringPossibilities .logisticDeliveringInner .logisticDeliveringRow .logisticDeliveringCol .logisticDeliver .logisticDeliverImgs .airplane2 {
    animation: cardShift1 12s ease-in-out infinite;
}

@keyframes cardShift3 {
    0% {
        transform: translate3d(0, 0, 0);
    }
    25% {
        transform: translate3d(0px, -30px, 0);
    }
    50% {
        transform: translate3d(0, 0, 0);
    }
    75% {
        transform: translate3d(0px, -30px, 0);
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}

.logisticCapabilities {
    padding: 80px 0;
}

.logisticCapabilities .logisticCapabilitiesInner .logisticCommonHead {
    margin-bottom: 40px;
}

.logisticCapabilities .logisticCapabilitiesInner .logisticCapabilitiesCardGroup {
    margin: 50px 0 80px;
}

.logisticCapabilities .logisticCapabilitiesInner .logisticCapabilitiesCardGroup .logisticCapabilitiesCard {
    padding: 40px;
    position: relative;
}

.logisticCapabilities .logisticCapabilitiesInner .logisticCapabilitiesCardGroup .logisticCapabilitiesCard::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 30px;
    padding: 1px;
    background: linear-gradient(80deg, #017821 13.83%, #091fd0 70.07%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    background-size: 300% 300%;
}

.logisticCapabilities .logisticCapabilitiesInner .logisticCapabilitiesCardGroup .logisticCapabilitiesCard h4 {
    color: #000000;
    text-align: center;
    font-family: "Viga", sans-serif;
    font-size: 36px;
    font-weight: 400;
}

.logisticCapabilities .logisticCapabilitiesInner .logisticCapabilitiesCardGroup .logisticCapabilitiesCard p {
    color: #000000;
    text-align: center;
    font-family: "Varela Round", sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.logisticAboutUs .logisticAboutUsInner .logisticAboutUsRow {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
}

.logisticAboutUs .logisticAboutUsInner .logisticAboutUsRow .logisticAboutUsCol .logisticAboutUs {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 20px;
}

.logisticAboutUs .logisticAboutUsInner .logisticAboutUsRow .logisticAboutUsCol .logisticAboutUs .logisticAboutUsNav ul {
    border: 0;
    flex-direction: column;
}

.logisticAboutUs .logisticAboutUsInner .logisticAboutUsRow .logisticAboutUsCol .logisticAboutUs .logisticAboutUsNav ul li a {
    color: #000000;
    font-family: "Viga", sans-serif;
    font-size: 28px;
    font-weight: 400;
    border: 0;
    padding: 5px 0;
}

.logisticAboutUs .logisticAboutUsInner .logisticAboutUsRow .logisticAboutUsCol .logisticAboutUs .logisticAboutUsNav ul li a.active {
    background: var(--Purplr, linear-gradient(90deg, #9194FB 0.23%, #B2AEFF 99.64%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.logisticAboutUs .logisticAboutUsInner .logisticAboutUsRow .logisticAboutUsCol .logisticAboutUs .logisticAboutUsContant .logisticAboutUsPara p {
    color: #000000;
    font-family: "Varela Round", sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.logisticAboutUs .logisticAboutUsInner .logisticAboutUsRow .logisticAboutUsCol .logisticAboutUs .logisticAboutUsContant .logisticAboutHoriz {
    border-top: 1px solid #fff;
}

.logisticAboutUs .logisticAboutUsInner .logisticAboutUsRow .logisticAboutUsCol .logisticAboutUs .logisticAboutUsContant .logisticProgress .logisticProgressBar {
    margin-bottom: 20px;
}

.logisticAboutUs .logisticAboutUsInner .logisticAboutUsRow .logisticAboutUsCol .logisticAboutUs .logisticAboutUsContant .logisticProgress .logisticProgressBar .logisticProgContant {
    margin-bottom: 10px;
}

.logisticAboutUs .logisticAboutUsInner .logisticAboutUsRow .logisticAboutUsCol .logisticAboutUs .logisticAboutUsContant .logisticProgress .logisticProgressBar .logisticProgContant .logisticProgName h2 {
    color: #000000;
    font-family: "Viga", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.logisticAboutUs .logisticAboutUsInner .logisticAboutUsRow .logisticAboutUsCol .logisticAboutUs .logisticAboutUsContant .logisticProgress .logisticProgressBar .logisticProgContant .logisticProgPercent span {
    background: var(--Gradient, linear-gradient(80deg, #017821 13.83%, #091fd0 70.07%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.logisticAboutUs .logisticAboutUsInner .logisticAboutUsRow .logisticAboutUsCol .logisticAboutUs .logisticAboutUsContant .logisticProgress .logisticProgressBar .progress {
    height: 10px;
}

.logisticAboutUs .logisticAboutUsInner .logisticAboutUsRow .logisticAboutUsCol .logisticAboutUs .logisticAboutUsContant .logisticProgress .logisticProgressBar .progress .progress-bar {
    border-radius: 10px;
}

.logisticAboutUs .logisticAboutUsInner .logisticAboutUsRow .logisticAboutUsCol .logisticAboutUs .logisticAboutUsContant .logisticProgress .logisticProgressBar .progress.progressOrderReceived .progress-bar {
    background: linear-gradient(90deg, #FAB71E 0.23%, #FBDC94 99.64%);
}

.logisticAboutUs .logisticAboutUsInner .logisticAboutUsRow .logisticAboutUsCol .logisticAboutUs .logisticAboutUsContant .logisticProgress .logisticProgressBar .progress.progressCustomsProcessing .progress-bar {
    background: linear-gradient(90deg, #9194FB 0.23%, #B2AEFF 99.64%);
}

.logisticAboutUs .logisticAboutUsInner .logisticAboutUsRow .logisticAboutUsCol .logisticAboutUs .logisticAboutUsContant .logisticProgress .logisticProgressBar .progress.progressCustomsClearance .progress-bar {
    background: linear-gradient(90deg, #FD6B6B 0.23%, #FE8783 99.64%);
}

.logisticAboutUs .logisticAboutUsInner .logisticAboutUsRow .logisticAboutUsCol .logisticDistances {
    border-radius: 30px;
    background: #111;
    box-shadow: -14px -14px 30px 0px rgba(0, 0, 0, 0.1);
    padding: 30px;
    position: relative;
}

.logisticAboutUs .logisticAboutUsInner .logisticAboutUsRow .logisticAboutUsCol .logisticDistances:after {
    content: "";
    position: absolute;
    border-radius: 50px;
    background: linear-gradient(90deg, #242223 0.23%, #12060a 99.64%);
    top: -20px;
    left: -20px;
    width: 98%;
    height: 90%;
    z-index: -1;
}

.logisticAboutUs .logisticAboutUsInner .logisticAboutUsRow .logisticAboutUsCol .logisticDistances .logisticDistancesInner .logisticDistancesImg {
    position: relative;
}

.logisticAboutUs .logisticAboutUsInner .logisticAboutUsRow .logisticAboutUsCol .logisticDistances .logisticDistancesInner .logisticDistancesImg img {
    border-radius: 30px;
    margin-bottom: 20px;
    width: 100%;
}

.logisticAboutUs .logisticAboutUsInner .logisticAboutUsRow .logisticAboutUsCol .logisticDistances .logisticDistancesInner .logisticDistancesImg .logisticHeart {
    background-color: #000000;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logisticAboutUs .logisticAboutUsInner .logisticAboutUsRow .logisticAboutUsCol .logisticDistances .logisticDistancesInner .logisticDistancesImg .logisticHeart img {
    width: 30px;
    margin-bottom: 0;
}

.logisticAboutUs .logisticAboutUsInner .logisticAboutUsRow .logisticAboutUsCol .logisticDistances .logisticDistancesInner .logisticDistancesContent h4 {
    color: #000000;
    font-family: "Viga", sans-serif;
    font-size: 30px;
    font-weight: 400;
}

.logisticAboutUs .logisticAboutUsInner .logisticAboutUsRow .logisticAboutUsCol .logisticDistances .logisticDistancesInner .logisticDistancesContent p {
    color: #000000;
    font-family: "Varela Round", sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.logisticProgContant {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: center;
}

.logisticTrackPacket {
    margin: 180px 0 80px;
}

.logisticTrackPacket .logisticTrackPacketInner {
    display: grid;
    grid-template-columns: 500px 1fr;
    gap: 100px;
    align-items: center;
    position: relative;
    padding: 80px 80px 80px 40px;
}

.logisticTrackPacket .logisticTrackPacketInner:before {
    content: "";
    border-radius: 50px;
    opacity: 0.05;
    background: linear-gradient(90deg, #9194FB 0.23%, #B2AEFF 99.64%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.logisticTrackPacket .logisticTrackPacketInner:after {
    content: "";
    background-image: url(../images/air-delivery.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 150px;
    height: 150px;
    top: 10px;
    right: 20px;
    position: absolute;
    animation: cardShift1 12s ease-in-out infinite;
}

@keyframes cardShift2 {
    0% {
        transform: translate3d(-30px, 0, 0);
    }
    25% {
        transform: translate3d(0px, 0, 0);
    }
    50% {
        transform: translate3d(-30px, 0, 0);
    }
    75% {
        transform: translate3d(0px, 0, 0);
    }
    to {
        transform: translate3d(-30px, 0, 0);
    }
}

.logisticTrackPacket .logisticTrackPacketInner .logisticTrackPacketImg {
    position: relative;
}

.logisticTrackPacket .logisticTrackPacketInner .logisticTrackPacketImg img {
    position: absolute;
    bottom: -150px;
}

.logisticTrackPacket .logisticTrackPacketInner .logisticTrackPacketFrm .logisticTrackPacketInput .input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.logisticTrackPacket .logisticTrackPacketInner .logisticTrackPacketFrm .logisticTrackPacketInput .input-group {
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.25);
    padding: 4px;
    gap: 10px;
}

.logisticTrackPacket .logisticTrackPacketInner .logisticTrackPacketFrm .logisticTrackPacketInput .input-group input {
    border-radius: 30px;
    background-color: transparent;
    border: 0;
    color: #000000;
}

.logisticTrackPacket .logisticTrackPacketInner .logisticTrackPacketFrm .logisticTrackPacketInput .input-group .input-group-text {
    border-radius: 30px;
    background: linear-gradient(90deg, #9194FB 0.23%, #B2AEFF 99.64%);
    border-color: #B2AEFF;
    padding: 10px 40px;
    transition: all 0.4s ease;
}

.logisticTrackPacket .logisticTrackPacketInner .logisticTrackPacketFrm .logisticTrackPacketInput .input-group .input-group-text:hover {
    background-color: #aca8ff;
    color: #000000;
}

.logisticShipOurTeam {
    padding: 0 0;
}

.logisticShipOurTeam .logisticOurTeamInner .logisticCommonHead {
    margin-bottom: 40px;
}

.logisticShipOurTeam .logisticOurTeamInner .logisticOurTeamRow {
    position: relative;
}

.logisticShipOurTeam .logisticOurTeamInner .logisticOurTeamRow .logisticOurTeamCol {
    position: relative;
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    margin: 30px 0 30px 0;
}

.logisticShipOurTeam .logisticOurTeamInner .logisticOurTeamRow .logisticOurTeamCol h2 {
    opacity: 0.5;
    background: linear-gradient(183deg, #FFF -298.57%, rgba(255, 255, 255, 0) 76.03%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Viga", sans-serif;
    font-size: 150px;
    font-weight: 400;
    text-align: center;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
}

.logisticShipOurTeam .logisticOurTeamInner .logisticOurTeamRow .logisticOurTeamCol .logisticSocialMedia {
    position: absolute;
    top: 40px;
    right: 20px;
}

.logisticShipOurTeam .logisticOurTeamInner .logisticOurTeamRow .logisticOurTeamCol .logisticSocialMedia ul {
    transform: scale(0);
    gap: 10px;
    transition: all 0.4s ease;
}

.logisticShipOurTeam .logisticOurTeamInner .logisticOurTeamRow .logisticOurTeamCol .logisticSocialMedia ul li a img {
    margin-top: 0;
    transition: all 0.4s ease;
}

.logisticShipOurTeam .logisticOurTeamInner .logisticOurTeamRow .logisticOurTeamCol .logisticSocialMedia ul li a img:hover {
    transform: scale(1.1);
}

.logisticShipOurTeam .logisticOurTeamInner .logisticOurTeamRow .logisticOurTeamCol .logisticTeamNam {
    border-radius: 20px;
    background: linear-gradient(95deg, #2e4dff 0.58%, #017821 100%);
    box-shadow: 10px 10px 20px 0px rgba(17, 17, 17, 0.5);
    padding: 20px;
    width: 80%;
    margin: 0 auto;
    position: absolute;
    transform: translateX(-50%) scale(0);
    left: 50%;
    bottom: -50px;
    transition: all 0.4s ease;
    z-index: 4;
}

.logisticShipOurTeam .logisticOurTeamInner .logisticOurTeamRow .logisticOurTeamCol .logisticTeamNam h4 {
    color: #000000;
    font-family: "Viga", sans-serif;
    font-size: 30px;
    font-weight: 400;
}

.logisticShipOurTeam .logisticOurTeamInner .logisticOurTeamRow .logisticOurTeamCol .logisticTeamNam h4 a {
    color: #000000;
    font-family: "Viga", sans-serif;
    font-size: 30px;
    font-weight: 400;
}

.logisticShipOurTeam .logisticOurTeamInner .logisticOurTeamRow .logisticOurTeamCol .logisticTeamNam span {
    color: #000000;
    font-family: "Viga", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.logisticShipOurTeam .logisticOurTeamInner .logisticOurTeamRow .logisticOurTeamCol:hover .logisticSocialMedia ul {
    transform: scale(1);
}

.logisticShipOurTeam .logisticOurTeamInner .logisticOurTeamRow .logisticOurTeamCol:hover .logisticTeamNam {
    transform: translateX(-50%) scale(1);
}

.logisticShipCatgeries {
    padding-bottom: 80px;
    margin-top: 90px;
    scroll-margin-top: 100px;
}

.logisticShipCatgeries .logisticCatgeriesInner {
    position: relative;
}

.logisticShipCatgeries .logisticCatgeriesInner:before {
    content: "";
    background-image: url(../images/home-ship/mask1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 150px;
    height: 150px;
    top: -60px;
    right: -60px;
    position: absolute;
    animation: mover 1s infinite alternate;
}

.logisticShipCatgeries .logisticCatgeriesInner:after {
    content: "";
    background-image: url(../images/home-ship/mask2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 150px;
    height: 150px;
    bottom: -60px;
    left: -60px;
    position: absolute;
    animation: mover 1s infinite alternate;
}

.logisticShipCatgeries .logisticCatgeriesInner .logisticCatgeriesBoxGroup {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    border-radius: 50px;
    border: 1px solid #000000;
    background: rgba(255, 255, 255, 0.05);
    padding: 40px;
}

.slidenav {
    background-color: #2C3E75;
    color: white;
    display: flex;
    align-items: center;
    padding: 15px 30px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 100%;
}


/* Left and right diagonal cuts */

.slidenav::before,
.slidenav::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 100%;
    background-color: #f4f4f4;
    top: 0;
    z-index: -1;
}

.slidenav::before {
    left: -25px;
    transform: skewX(-25deg);
}

.slidenav::after {
    right: -25px;
    transform: skewX(-25deg);
}

.logisticShipCatgeries .logisticCatgeriesInner .logisticCatgeriesBoxGroup * {
    transition: all 0.8s ease;
}

.logisticShipCatgeries .logisticCatgeriesInner .logisticCatgeriesBoxGroup .logisticCatgeriesBoxCard {
    border-radius: 30px;
    /* background: linear-gradient(25deg, #001174 -7.86%, #017821 97.28%); */
    background: linear-gradient(37deg, rgb(4 6 31) 32%, rgb(4 6 31) 79%, rgb(12 58 20) 100%);
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    transition: all 0.6s ease;
    overflow: hidden;
}

.logisticShipCatgeries .logisticCatgeriesInner .logisticCatgeriesBoxGroup .logisticCatgeriesBoxCard:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: scale(0);
    transition: all 0.8s ease;
    border-radius: 30px;
}

.logisticShipCatgeries .logisticCatgeriesInner .logisticCatgeriesBoxGroup .logisticCatgeriesBoxCard .logisticCatgeriesIcon,
.logisticShipCatgeries .logisticCatgeriesInner .logisticCatgeriesBoxGroup .logisticCatgeriesBoxCard .logisticCatgeriesContant {
    position: relative;
    z-index: 1;
}

.logisticShipCatgeries .logisticCatgeriesInner .logisticCatgeriesBoxGroup .logisticCatgeriesBoxCard .logisticCatgeriesIcon span {
    position: relative;
    overflow: hidden;
}

.logisticShipCatgeries .logisticCatgeriesInner .logisticCatgeriesBoxGroup .logisticCatgeriesBoxCard .logisticCatgeriesIcon span img {
    position: relative;
    z-index: 1;
}

.logisticShipCatgeries .logisticCatgeriesInner .logisticCatgeriesBoxGroup .logisticCatgeriesBoxCard .logisticCatgeriesIcon span:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: scale(0);
    transition: all 0.8s ease;
    border-radius: 30px;
}

.logisticShipCatgeries .logisticCatgeriesInner .logisticCatgeriesBoxGroup .logisticCatgeriesBoxCard:hover:after {
    background: #000;
    transform: scale(1.1);
}

.logisticShipCatgeries .logisticCatgeriesInner .logisticCatgeriesBoxGroup .logisticCatgeriesBoxCard:hover .logisticCatgeriesIcon span:after {
    background: linear-gradient(25deg, #2e4dff -7.86%, #017821 97.28%);
    transform: scale(1.1);
}

.logisticShipCatgeries .logisticCatgeriesInner .logisticCatgeriesBoxGroup .logisticCatgeriesBoxCard:hover .logisticCatgeriesContant a {
    background: linear-gradient(25deg, #2e4dff -7.86%, #017821 97.28%);
}

.logisticShipCatgeries .logisticCatgeriesInner .logisticCatgeriesBoxGroup .logisticCatgeriesBoxCard .logisticCatgeriesIcon {
    margin-bottom: 20px;
}

.logisticShipCatgeries .logisticCatgeriesInner .logisticCatgeriesBoxGroup .logisticCatgeriesBoxCard .logisticCatgeriesIcon span {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    width: 100px;
    height: 100px;
    border-radius: 30px;
    margin: 0 auto;
    transition: all 0.5s ease;
}

.logisticShipCatgeries .logisticCatgeriesInner .logisticCatgeriesBoxGroup .logisticCatgeriesBoxCard .logisticCatgeriesContant {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.logisticShipCatgeries .logisticCatgeriesInner .logisticCatgeriesBoxGroup .logisticCatgeriesBoxCard .logisticCatgeriesContant h2 {
    color: #ffffff;
    text-align: center;
    font-family: "Viga", sans-serif;
    font-size: 22px;
    font-weight: 400;
}

.logisticShipCatgeries .logisticCatgeriesInner .logisticCatgeriesBoxGroup .logisticCatgeriesBoxCard .logisticCatgeriesContant p {
    color: #ffffff;
    text-align: center;
    font-family: "Varela Round", sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.logisticShipCatgeries .logisticCatgeriesInner .logisticCatgeriesBoxGroup .logisticCatgeriesBoxCard .logisticCatgeriesContant a {
    color: #ffffff;
    font-family: "Varela Round", sans-serif;
    font-size: 16px;
    font-weight: 400;
    background-color: #000;
    border-radius: 0;
    transition: all 0.5s ease;
}

.logisticShipTrackPacket {
    margin-top: 150px;
}

.logisticShipTrackPacket .logisticShipTrackPacketInner {
    border-radius: 50px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.05);
    padding: 80px;
}

.logisticShipTrackPacket .logisticShipTrackPacketInner .logisticShipTrackRow {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    align-items: center;
}

.logisticShipTrackPacket .logisticShipTrackPacketInner .logisticShipTrackRow .logisticShipTrackCol {
    width: 100%;
    height: 100%;
}

.logisticShipTrackPacket .logisticShipTrackPacketInner .logisticShipTrackPacketInput {
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    padding: 8px;
}

.logisticShipTrackPacket .logisticShipTrackPacketInner .logisticShipTrackPacketInput:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 6px;
    opacity: 0.2;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.logisticShipTrackPacket .logisticShipTrackPacketInner .logisticShipTrackPacketInput input {
    background-color: transparent;
    border: 0;
    height: 40px;
    color: #000000;
}

.logisticShipTrackPacket .logisticShipTrackPacketInner .logisticShipTrackPacketInput .input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.logisticShipTrackPacket .logisticShipTrackPacketInner .logisticShipTrackPacketInput button {
    color: #000000;
    font-family: "Varela Round", sans-serif;
    font-size: 16px;
    font-weight: 400;
    background: linear-gradient(25deg, #2e4dff -7.86%, #017821 97.28%);
    border: 0;
    height: 40px;
    transition: all 0.6s ease;
}

.logisticShipTrackPacket .logisticShipTrackPacketInner .logisticShipTrackPacketInput button:hover {
    background: linear-gradient(25deg, #017821 -7.86%, #2e4dff 97.28%);
}

.logisticShipTrackPacket .logisticShipTrackPacketInner .logisticShipTrackImg {
    position: relative;
    height: 100%;
}

.logisticShipTrackPacket .logisticShipTrackPacketInner .logisticShipTrackImg img {
    position: absolute;
    bottom: -35px;
    left: 0;
}

.logisticShipAboutUs {
    padding: 80px 0;
    position: relative;
    scroll-margin-top: 60px;
}

.logisticShipAboutUs::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 650px;
    background-image: url(../images/home-ship/bg3.png);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    top: 50%;
    right: 0;
    z-index: -1;
}

.logisticShipAboutUs .logisticShipAboutUsInner .logisticShipAboutUsRow {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 100px;
    align-items: center;
}

.logisticShipAboutUs .logisticShipAboutUsInner .logisticShipAboutUsContant .logisticCommonHead {
    margin-bottom: 40px;
}

.logisticShipAboutUs .logisticShipAboutUsInner .logisticShipAboutUsContant .logisticShipAccordion #accordion {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.logisticShipAboutUs .logisticShipAboutUsInner .logisticShipAboutUsContant .logisticShipAccordion #accordion .logisticShipAccordionCard {
    display: flex;
    align-items: center;
    gap: 20px;
    border-radius: 20px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.02);
    padding: 20px;
}

.logisticShipAboutUs .logisticShipAboutUsInner .logisticShipAboutUsContant .logisticShipAccordion #accordion .logisticShipAccordionCard .logisticShipAccordionIcon span {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    background: linear-gradient(25deg, #2e4dff -7.86%, #017821 97.28%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.logisticShipAboutUs .logisticShipAboutUsInner .logisticShipAboutUsContant .logisticShipAccordion #accordion .logisticShipAccordionCard .logisticShipAccordionIcon span a {
    border: 0;
}

.logisticShipAboutUs .logisticShipAboutUsInner .logisticShipAboutUsContant .logisticShipAccordion #accordion .logisticShipAccordionCard .card {
    background-color: transparent;
    width: 100%;
    border: 0;
}

.logisticShipAboutUs .logisticShipAboutUsInner .logisticShipAboutUsContant .logisticShipAccordion #accordion .logisticShipAccordionCard .card .card-header {
    padding: 0;
    background-color: transparent;
    border: 0;
}

.logisticShipAboutUs .logisticShipAboutUsInner .logisticShipAboutUsContant .logisticShipAccordion #accordion .logisticShipAccordionCard .card .card-header:focus {
    border: 0;
}

.logisticShipAboutUs .logisticShipAboutUsInner .logisticShipAboutUsContant .logisticShipAccordion #accordion .logisticShipAccordionCard .card .card-header a {
    color: #000000;
    font-family: "Viga", sans-serif;
    font-size: 32px;
    font-weight: 400;
    padding: 0;
    display: inline-block;
    width: 100%;
    text-align: left;
    border: 0;
    position: relative;
}

.logisticShipAboutUs .logisticShipAboutUsInner .logisticShipAboutUsContant .logisticShipAccordion #accordion .logisticShipAccordionCard .card .card-header a:focus {
    border: 0;
}

.logisticShipAboutUs .logisticShipAboutUsInner .logisticShipAboutUsContant .logisticShipAccordion #accordion .logisticShipAccordionCard .card .card-header a:after {
    content: "\f107";
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.2s ease;
    transform: rotate(-90deg);
}

.logisticShipAboutUs .logisticShipAboutUsInner .logisticShipAboutUsContant .logisticShipAccordion #accordion .logisticShipAccordionCard .card .card-header a[aria-expanded=true]:after {
    transform: rotate(0deg);
}

.logisticShipAboutUs .logisticShipAboutUsInner .logisticShipAboutUsContant .logisticShipAccordion #accordion .logisticShipAccordionCard .card .card-body {
    padding: 0;
    border: 0;
}

.logisticShipAboutUs .logisticShipAboutUsInner .logisticShipAboutUsContant .logisticShipAccordion #accordion .logisticShipAccordionCard .card .card-body p {
    color: #000000;
    font-family: "Varela Round", sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.logisticShipAboutUs .logisticShipAboutUsInner .logisticShipAboutUsImg .logisticShipAboutUsImgGroup {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.logisticShipAboutUs .logisticShipAboutUsInner .logisticShipAboutUsImg .logisticShipAboutUsImgGroup .logisticShipAboutUsImgItem img {
    width: 100%;
    border-radius: 10px;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
 :not(.btn-check)+.btn:active {
    border-color: unset;
    border: 0;
}

.mgHover {
    position: relative;
}

.mgHover span {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    transition: transform 0.3s;
}

.logisticBannerImg {
    padding: 80px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.logisticShipTodayNews {
    padding: 80px 0;
    scroll-margin-top: 150px;
}

.logisticShipTodayNews .logisticTodayNewsInner .logisticCommonHead {
    margin-bottom: 40px;
}

.logisticShipTodayNews .logisticTodayNewsInner .logisticTodayNewsIndustry {
    position: relative;
}

.logisticShipTodayNews .logisticTodayNewsInner .logisticTodayNewsIndustry:after {
    content: "";
    position: absolute;
    border-radius: 50px 0px 0px 50px;
    opacity: 0.1;
    background: linear-gradient(90deg, #9194FB 0.23%, #B2AEFF 99.64%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50px;
}


/* .logisticShipTodayNews .logisticTodayNewsInner .logisticTodayNewsIndustry .logisticDelivery {
    padding: 40px;
    background-color: transparent;
    display: flex;
    border-radius: 40px;
    z-index: 2;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 35%;
} */

.logisticShipTodayNews .logisticTodayNewsInner .logisticTodayNewsIndustry .logisticDelivery {
    padding: 40px;
    background-color: transparent;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    border-radius: 40px;
    z-index: 2;
    position: relative;
}

.logisticShipTodayNews .logisticTodayNewsInner .logisticTodayNewsIndustry .logisticDelivery .logisticDeliveryInner .logisticDeliveryImg {
    text-align: center;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 30px;
}

.logisticShipTodayNews .logisticTodayNewsInner .logisticTodayNewsIndustry .logisticDelivery .logisticDeliveryInner .logisticDeliveryImg img {
    border-radius: 30px;
    transition: all 0.5s ease;
    height: 200px;
}

.logisticShipTodayNews .logisticTodayNewsInner .logisticTodayNewsIndustry .logisticDelivery .logisticDeliveryInner .logisticDeliveryContant .logisticDeliveryTxt {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.logisticShipTodayNews .logisticTodayNewsInner .logisticTodayNewsIndustry .logisticDelivery .logisticDeliveryInner .logisticDeliveryContant .logisticDeliveryTxt span {
    color: #000000;
    font-family: "Varela Round", sans-serif;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 4px;
}

.logisticShipTodayNews .logisticTodayNewsInner .logisticTodayNewsIndustry .logisticDelivery .logisticDeliveryInner .logisticDeliveryContant .logisticDeliveryTxt h2 {
    color: #000000;
    font-family: "Viga", sans-serif;
    font-size: 22px;
    font-weight: 400;
}

.logisticShipTodayNews .logisticTodayNewsInner .logisticTodayNewsIndustry .logisticDelivery .logisticDeliveryInner .logisticDeliveryContant .logisticDeliveryTxt h2 a {
    color: #000000;
    font-family: "Viga", sans-serif;
    font-size: 22px;
    font-weight: 400;
}

.logisticShipTodayNews .logisticTodayNewsInner .logisticTodayNewsIndustry .logisticDelivery .logisticDeliveryInner .logisticDeliveryContant .logisticDeliveryTxt p {
    color: #000000;
    font-family: "Varela Round", sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.logisticShipTodayNews .logisticTodayNewsInner .logisticTodayNewsIndustry .logisticDelivery .logisticDeliveryInner .logisticDeliveryContant .logisticDeliveryTxt a {
    color: #000000;
    font-family: "Viga", sans-serif;
    font-size: 22px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 10px;
}

.logisticShipTodayNews .logisticTodayNewsInner .logisticTodayNewsIndustry .logisticDelivery .logisticDeliveryInner:hover .logisticDeliveryImg img {
    transform: scale(1.1);
}

.logisticShipTodayNews .logisticTodayNewsInner .logisticTodayNewsIndustry .logisticDelivery .logisticDeliveryInner:hover .logisticDeliveryContant .logisticDeliveryTxt a {
    background-image: linear-gradient(to right, #08531e, #08531e, #08531e, #091fd0, #091fd0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.logisticShipTodayNews .logisticTodayNewsInner .logisticTodayNewsIndustry .logisticDelivery .logisticDeliveryInner:hover .logisticDeliveryContant .logisticDeliveryTxt .logisticaReadMore svg path {
    fill: url(#paint0_linear_2719_16643);
}

.logisticTeam {
    padding: 80px 0;
    scroll-margin-top: 150px;
}

.logisticTeam .logisticTeamInner .logisticCommonHead {
    margin-bottom: 40px;
}

.logisticTeam .logisticTeamInner .logisticTodayNewsIndustry {
    position: relative;
}

.logisticTeam .logisticTeamInner .logisticTodayNewsIndustry:after {
    content: "";
    position: absolute;
    border-radius: 50px 0px 0px 50px;
    opacity: 0.1;
    background: linear-gradient(90deg, #9194FB 0.23%, #B2AEFF 99.64%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50px;
}


/* .logisticTeam .logisticTeamInner .logisticTodayNewsIndustry .logisticDelivery {
    padding: 40px;
    background-color: transparent;
    display: flex;
    border-radius: 40px;
    z-index: 2;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 35%;
} */

.logisticTeam .logisticTeamInner .logisticTodayNewsIndustry .logisticDelivery {
    padding: 40px;
    background-color: transparent;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    border-radius: 40px;
    z-index: 2;
    position: relative;
}

.logisticTeam .logisticTeamInner .logisticTodayNewsIndustry .logisticDelivery .logisticDeliveryInner .logisticDeliveryImg {
    text-align: center;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 30px;
}

.logisticTeam .logisticTeamInner .logisticTodayNewsIndustry .logisticDelivery .logisticDeliveryInner .logisticDeliveryImg img {
    border-radius: 30px;
    transition: all 0.5s ease;
    height: 200px;
}

.logisticTeam .logisticTeamInner .logisticTodayNewsIndustry .logisticDelivery .logisticDeliveryInner .logisticDeliveryContant .logisticDeliveryTxt {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.logisticTeam .logisticTeamInner .logisticTodayNewsIndustry .logisticDelivery .logisticDeliveryInner .logisticDeliveryContant .logisticDeliveryTxt span {
    color: #000000;
    font-family: "Varela Round", sans-serif;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 4px;
}

.logisticTeam .logisticTeamInner .logisticTodayNewsIndustry .logisticDelivery .logisticDeliveryInner .logisticDeliveryContant .logisticDeliveryTxt h2 {
    color: #000000;
    font-family: "Viga", sans-serif;
    font-size: 22px;
    font-weight: 400;
}

.logisticTeam .logisticTeamInner .logisticTodayNewsIndustry .logisticDelivery .logisticDeliveryInner .logisticDeliveryContant .logisticDeliveryTxt h2 a {
    color: #000000;
    font-family: "Viga", sans-serif;
    font-size: 22px;
    font-weight: 400;
}

.logisticTeam .logisticTeamInner .logisticTodayNewsIndustry .logisticDelivery .logisticDeliveryInner .logisticDeliveryContant .logisticDeliveryTxt p {
    color: #000000;
    font-family: "Varela Round", sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.logisticTeam .logisticTeamInner .logisticTodayNewsIndustry .logisticDelivery .logisticDeliveryInner .logisticDeliveryContant .logisticDeliveryTxt a {
    color: #000000;
    font-family: "Viga", sans-serif;
    font-size: 22px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 10px;
}

.logisticTeam .logisticTeamInner .logisticTodayNewsIndustry .logisticDelivery .logisticDeliveryInner:hover .logisticDeliveryImg img {
    transform: scale(1.1);
}

.logisticTeam .logisticTeamInner .logisticTodayNewsIndustry .logisticDelivery .logisticDeliveryInner:hover .logisticDeliveryContant .logisticDeliveryTxt a {
    background-image: linear-gradient(to right, #08531e, #08531e, #08531e, #091fd0, #091fd0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.logisticTeam .logisticTeamInner .logisticTodayNewsIndustry .logisticDelivery .logisticDeliveryInner:hover .logisticDeliveryContant .logisticDeliveryTxt .logisticaReadMore svg path {
    fill: url(#paint0_linear_2719_16643);
}

.logisticOurTestimonial {
    padding: 80px 0 120px;
    overflow: hidden;
}

.logisticOurTestimonial .logisticOurTestimonialInner .logisticCommonHead {
    margin-bottom: 40px;
}

.logisticOurTestimonial .logisticOurTestimonialInner .logisticOurTestimonialContainer {
    display: grid;
    grid-template-columns: 200px 1fr 200px;
    gap: 100px;
    align-items: center;
}

.logisticOurTestimonial .logisticOurTestimonialInner .logisticOurTestimonialContainer .logisticOurTestimonialUser img {
    width: 100%;
    animation: cardShift1 12s ease-in-out infinite;
}

@keyframes cardShift1 {
    0% {
        transform: translate3d(0px, -30px, 0);
    }
    25% {
        transform: translate3d(0px, 0, 0);
    }
    50% {
        transform: translate3d(0px, -30px, 0);
    }
    75% {
        transform: translate3d(0px, 0, 0);
    }
    to {
        transform: translate3d(0px, -30px, 0);
    }
}

.logisticOurTestimonial .logisticOurTestimonialInner .logisticOurTestimonialContainer .logisticOurTestimonialBox {
    position: relative;
    padding: 50px 80px;
}

.logisticOurTestimonial .logisticOurTestimonialInner .logisticOurTestimonialContainer .logisticOurTestimonialBox:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background-image: url(../images/testimonial3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
}

.logisticOurTestimonial .logisticOurTestimonialInner .logisticOurTestimonialContainer .logisticOurTestimonialBox:after {
    position: absolute;
    content: "";
    top: -20px;
    left: -60px;
    background-image: url(../images/quotation-message.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 150px;
    height: 150px;
    animation: mover 1s infinite alternate;
}

.logisticOurTestimonial .logisticOurTestimonialInner .logisticOurTestimonialContainer .logisticOurTestimonialBox p {
    color: #000000;
    text-align: center;
    font-family: "Varela Round", sans-serif;
    font-size: 20px;
    font-weight: 400;
}

.logisticOurTestimonial .logisticOurTestimonialInner .logisticOurTestimonialContainer .logisticOurTestimonialBox .logisticOurTestimonialImg {
    display: flex;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.logisticOurTestimonial .logisticOurTestimonialInner .logisticOurTestimonialContainer .logisticOurTestimonialBox .logisticOurTestimonialImg img {
    margin-bottom: 10px;
    width: 90px;
    height: 90px;
    object-fit: cover;
}

.logisticOurTestimonial .logisticOurTestimonialInner .logisticOurTestimonialContainer .logisticOurTestimonialBox .logisticOurTestimonialImg h5 {
    color: #000000;
    text-align: center;
    font-family: "Viga", sans-serif;
    font-size: 32px;
    font-weight: 400;
}

.logisticOurTestimonial .logisticOurTestimonialInner .logisticOurTestimonialContainer .logisticOurTestimonialBox .logisticOurTestimonialImg span {
    display: inline-block;
    color: #000000;
    text-align: center;
    font-family: "Varela Round", sans-serif;
    font-size: 20px;
    font-weight: 400;
}

.logisticFloatingCarousel {
    /*--Arrow--*/
}

.logisticFloatingCarousel.wrapper {
    display: flex;
    align-items: center;
    width: 100%;
}

.logisticFloatingCarousel.wrapper * {
    position: relative;
}

.logisticFloatingCarousel.wrapper img {
    object-fit: cover;
    position: relative;
    width: 100%;
    height: 100%;
}

.logisticFloatingCarousel .quote-row {
    margin: auto;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}

.logisticFloatingCarousel .quote-column {
    position: absolute;
    padding: 0 !important;
    overflow: hidden;
    transition-property: top, left, right, bottom;
    background: transparent;
    box-shadow: none;
    border-radius: 50px;
    /*     transition: .4s; */
}

.logisticFloatingCarousel .col-active {
    width: 33.33% !important;
    transform: translate(-50%, -50%) !important;
    top: 50% !important;
    left: 50% !important;
    bottom: unset !important;
    box-shadow: 0 0.75rem 2rem 0 rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    overflow: hidden;
    z-index: 1;
}

.logisticFloatingCarousel .col-active:after {
    content: "";
    position: absolute;
    border-radius: 50px;
    opacity: 0.1;
    background: linear-gradient(90deg, #9194FB 0.23%, #B2AEFF 99.64%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.logisticFloatingCarousel .col-active:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background-image: url(../images/testimonial3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
}

.logisticFloatingCarousel .col-inner {
    position: relative;
    width: 100%;
    max-width: 130px;
    align-items: stretch;
    justify-content: center;
    overflow: hidden;
}

.logisticFloatingCarousel .col-active .col-inner {
    max-width: 100%;
}

.logisticFloatingCarousel .author-meta {
    width: 100%;
    position: relative;
    border: none;
}

.logisticFloatingCarousel .col-active .author-meta {
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.432);
}

.logisticFloatingCarousel .image-cover {
    position: absolute;
    width: 100%;
    float: left;
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 100%;
    z-index: 1;
    cursor: pointer;
}

.logisticFloatingCarousel .col-active .image-cover {
    position: relative;
    width: 30%;
    max-width: 140px;
    float: left;
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 1.3rem 0rem 1.3rem 0rem;
    z-index: 1;
}

.logisticFloatingCarousel .author-info {
    width: 70%;
    float: left;
    padding: 10px;
    overflow: hidden;
    visibility: hidden;
}

.logisticFloatingCarousel .col-active .author-info {
    visibility: visible;
}

.logisticFloatingCarousel .author-info .author-name,
.logisticFloatingCarousel .author-info .person-title {
    transform: translate(-100%, 0%);
    transition: 0.4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.logisticFloatingCarousel .show .author-info .author-name {
    transform: translate(0%, 0%);
}

.logisticFloatingCarousel .show .author-info .person-title {
    transform: translate(0%, 0%);
    transition-delay: 0.2s;
}

.logisticFloatingCarousel .person-name {
    color: #000000;
    font-family: "Viga", sans-serif;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 0;
}

.logisticFloatingCarousel .person-title {
    color: #000000;
    font-family: "Varela Round", sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
}

.logisticFloatingCarousel .quote-wrapper {
    position: relative;
    width: 100%;
    margin: auto;
    color: #494949;
    padding: 20px 15px;
    text-align: center;
    overflow: hidden;
    visibility: hidden;
    z-index: 0;
}

.logisticFloatingCarousel .col-active .quote-wrapper {
    visibility: visible;
}

.logisticFloatingCarousel .box-text-inner p {
    color: #000000;
    text-align: center;
    font-family: "Varela Round", sans-serif;
    font-size: 20px;
    font-weight: 400;
}

.logisticFloatingCarousel .quote-wrapper .quote-symbol {
    font-size: 150px;
    line-height: 1em;
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    z-index: 1;
    transition: 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19);
    padding: 20px;
}

.logisticFloatingCarousel .quote-wrapper .quote-symbol:first-child {
    left: 0%;
    text-align: right;
}

.logisticFloatingCarousel .quote-wrapper .quote-symbol:last-child {
    right: 0%;
    text-align: left;
}

.logisticFloatingCarousel .show .quote-wrapper .quote-symbol:first-child {
    left: -50%;
}

.logisticFloatingCarousel .show .quote-wrapper .quote-symbol:last-child {
    right: -50%;
}

.logisticFloatingCarousel .arrows-wrap {
    position: unset;
}

.logisticFloatingCarousel .arrow {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 80%;
    background-color: #494949;
    cursor: pointer;
}

.logisticFloatingCarousel .left-arrow {
    float: left;
    left: 30px;
    clip-path: polygon(40% 0%, 40% 20%, 100% 33%, 100% 67%, 40% 80%, 40% 100%, 0% 50%);
}

.logisticFloatingCarousel .right-arrow {
    float: right;
    right: 30px;
    clip-path: polygon(0 33%, 60% 20%, 60% 0%, 100% 50%, 60% 100%, 60% 80%, 0 67%);
}

.logisticLetJoin .logisticLetJoinInner {
    position: relative;
}

.logisticLetJoin .logisticLetJoinInner:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50px;
    opacity: 0.05;
    background: linear-gradient(80deg, #017821 13.83%, #091fd0 70.07%);
}

.logisticLetJoin .logisticLetJoinInner:after {
    content: "";
    position: absolute;
    border-radius: 50px;
    opacity: 0.1;
    background: linear-gradient(90deg, #16b985 0.23%, #18f73d 99.64%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.logisticLetJoin .logisticLetJoinInner .logisticLetJoinRow {
    display: grid;
    grid-template-columns: 600px 1fr;
    align-items: center;
    position: relative;
    padding: 60px;
}

.logisticLetJoin .logisticLetJoinInner .logisticLetJoinRow:before {
    content: "";
    background-image: url(../images/img9.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100px;
    height: 100px;
    top: -20px;
    left: -40px;
    position: absolute;
    animation: mover 1s infinite alternate;
}

.logisticLetJoin .logisticLetJoinInner .logisticLetJoinRow:after {
    content: "";
    background-image: url(../images/img10.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 180px;
    height: 180px;
    top: -40px;
    right: -50px;
    position: absolute;
    animation: mover 1s infinite alternate;
}

.logisticLetJoin .logisticLetJoinInner .logisticLetJoinRow .logisticLetJoinCol {
    position: relative;
    z-index: 2;
}

.logisticLetJoin .logisticLetJoinInner .logisticLetJoinRow .logisticLetJoinCol .logisticLetJoinBtn {
    display: flex;
    justify-content: flex-end;
}

.logisticLetJoin .logisticLetJoinInner .logisticLetJoinRow .logisticLetJoinCol .logisticLetJoinBtn .primaryBtn {
    margin-right: 100px;
    width: 150px;
}

.tooltipGroup {
    transition: all 0.4s ease;
    width: 400px;
    position: absolute;
    top: 80px;
    right: -330px;
}

.tooltipGroup .tooltip {
    background: #fff;
    bottom: 100%;
    color: #000;
    left: -20px;
    margin-bottom: 15px;
    opacity: 1;
    padding: 20px;
    pointer-events: none;
    width: 100%;
    transform: translateY(10px);
    transition: all 0.25s ease-out;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.07);
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 20px;
    font-weight: 700;
    width: 400px;
    text-align: left;
    position: relative;
    z-index: 9;
}

.tooltipGroup .tooltip .locationTxt p {
    margin-bottom: 0;
}

.tooltipGroup .tooltip:before {
    bottom: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%;
}

.tooltipGroup .tooltip:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid #fff 15px;
    bottom: 0;
    content: " ";
    height: 0;
    left: 60px;
    margin-left: -13px;
    position: absolute;
    width: 0;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.07);
    transform: rotate(-180deg);
    top: -14px;
}

.slide-animation {
    animation-duration: 1s;
}

.slide-animation.in {
    animation-name: slideInLeft;
    /* Change to the desired animation, e.g., slideInLeft */
}

.slide-animation.out {
    animation-name: slideOutLeft;
    /* Change to the desired animation, e.g., slideOutLeft */
}


/*-----------------------------------------------------------------------------------

   Template Name: foxhub
  Author: Webstrot
  Version: 1.0.0
*/

.logisticHeader {
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    top: 0;
    position: fixed;
    z-index: 9999;
}

.logisticHeader.headerActive {
    background-color: #ffffff;
    position: fixed;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    animation: slideDown 0.35s ease-out;
    z-index: 9999;
}

.logisticHeader .logisticHeaderInner .logisticNavBar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.logisticHeader .logisticHeaderInner .logisticNavBar .logo {
    width: 250px;
}

.logisticHeader .logisticHeaderInner .logisticNavBar .headerRightSide {
    display: flex;
    align-items: center;
    gap: 50px;
}

.logisticHeader .logisticHeaderInner .logisticNavBar .headerRightSide .logisticMenuToggle .menu-toggle svg {
    transition: all 0.2s ease;
    cursor: pointer;
}

.logisticHeader .logisticHeaderInner .logisticNavBar .headerRightSide .logisticMenuToggle .menu-toggle:hover svg {
    transform: rotate(45deg);
}

nav.logisticFullScreenOverlayMenu {
    z-index: 9999;
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    overflow: hidden;
}

nav.logisticFullScreenOverlayMenu:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: rgba(118, 115, 253, 0.98);
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
    transform: scale(0.04), translateY(9999px);
    overflow: hidden;
}

.open nav.logisticFullScreenOverlayMenu {
    top: 0;
    border-radius: 0;
}

.open nav.logisticFullScreenOverlayMenu:before {
    animation: menu-animation 0.8s ease-out forwards;
}

nav.logisticFullScreenOverlayMenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav.logisticFullScreenOverlayMenu ul li {
    cursor: pointer;
    padding: 6px 20px;
}

nav.logisticFullScreenOverlayMenu ul.menu {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    backface-visibility: hidden;
    perspective: 1000;
    color: #000000;
}

nav.logisticFullScreenOverlayMenu ul.menu li {
    opacity: 0;
    text-align: center;
    transform: translate3d(0, 36px, 0);
}

.open nav.logisticFullScreenOverlayMenu ul.menu li {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
}

.open nav.logisticFullScreenOverlayMenu ul.menu li:nth-child(1) {
    transition-delay: 0.75s;
}

.open nav.logisticFullScreenOverlayMenu ul.menu li:nth-child(2) {
    transition-delay: 0.85s;
}

.open nav.logisticFullScreenOverlayMenu ul.menu li:nth-child(3) {
    transition-delay: 0.95s;
}

.open nav.logisticFullScreenOverlayMenu ul.menu li:nth-child(4) {
    transition-delay: 1.05s;
}

.open nav.logisticFullScreenOverlayMenu ul.menu li:nth-child(5) {
    transition-delay: 1.15s;
}

.open nav.logisticFullScreenOverlayMenu ul.menu li:nth-child(6) {
    transition-delay: 1.25s;
}

.open nav.logisticFullScreenOverlayMenu ul.menu li:nth-child(7) {
    transition-delay: 1.35s;
}

.open nav.logisticFullScreenOverlayMenu ul.menu li:nth-child(8) {
    transition-delay: 1.45s;
}

.open nav.logisticFullScreenOverlayMenu ul.menu li:nth-child(9) {
    transition-delay: 1.55s;
}

nav.logisticFullScreenOverlayMenu ul.menu li a {
    position: relative;
    z-index: 2;
    color: #000000;
    font-size: 38px;
    text-shadow: 0px 1px 0px #c0c0c0, 0px 2px 0px #b0b0b0, 0px 3px 0px #a0a0a0, 0px 4px 0px #909090, 0px 5px 10px rgba(0, 0, 0, 0.6);
    transition: all 0.5s ease;
    font-family: "Varela Round", sans-serif;
}

nav.logisticFullScreenOverlayMenu ul.menu li a:hover {
    text-shadow: unset;
}

nav.logisticFullScreenOverlayMenu ul.menu li a i {
    font-size: 24px;
}

nav.logisticFullScreenOverlayMenu ul.menu li .submenu li a {
    font-size: 24px;
    position: relative;
    font-family: "Viga", sans-serif;
}

nav.logisticFullScreenOverlayMenu ul.menu li .submenu li a:after {
    content: "";
    width: 0;
    height: 1px;
    display: block;
    background-image: linear-gradient(80deg, #017821 13.83%, #091fd0 70.07%);
    transition: all 0.6s ease;
}

nav.logisticFullScreenOverlayMenu ul.menu li .submenu li a:hover:after {
    width: 100%;
}

nav.logisticFullScreenOverlayMenu .menu-toggle {
    position: absolute;
    top: 40px;
    right: 40px;
}

nav.logisticFullScreenOverlayMenu .menu-toggle svg {
    transform: rotate(45deg);
}

article {
    padding: 24px;
    max-width: 600px;
    margin: 60px auto;
    transition: 0.2s ease-out;
}

.open article {
    transform: scale(0.92);
    transition: transform 0.2s 0.41s ease-out;
}

@keyframes menu-animation {
    0% {
        opacity: 0;
        transform: scale(0.04) translateY(300%);
    }
    40% {
        transform: scale(0.04) translateY(0);
        transition: ease-out;
    }
    40% {
        transform: scale(0.04) translateY(0);
    }
    60% {
        opacity: 1;
        transform: scale(0.02) translateY(0px);
    }
    61% {
        transform: scale(0.04);
    }
    99.9% {
        height: 0;
        padding-bottom: 100%;
        border-radius: 100%;
    }
    100% {
        transform: scale(2);
        height: 100%;
        padding-bottom: 0;
        border-radius: 0;
    }
}

body.search-active {
    overflow: hidden;
}

body.search-active .search-input {
    opacity: 1;
    transform: none;
    display: flex;
}

body.search-active .icon-close {
    opacity: 1;
    transform: rotate(-90deg);
    display: inline-block;
}

body.search-active .control {
    cursor: default;
}

body.search-active .control .btn-material {
    transform: scale(400);
    z-index: 9999;
    position: fixed;
    left: 0;
}

body.search-active .control .icon-material-search {
    opacity: 0;
}

body.search-active section {
    position: relative;
    z-index: 1;
}


/* Close Icon */

.icon-close {
    position: fixed;
    top: 30px;
    right: 30px;
    color: #000000;
    cursor: pointer;
    font-size: 70px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    display: none;
    z-index: 9999;
}

.icon-close:hover {
    transform: rotate(0);
}


/* Search Input */

.search-input {
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
    transform: translate(40px, 0);
    transition: all 0.3s ease-in-out;
    z-index: 9999;
    width: 100%;
    display: flex;
    align-items: center;
    padding-right: 100px;
    padding-left: 50px;
    display: none;
}

.search-input .search-input-inner {
    width: 100%;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 100px;
    justify-content: center;
    align-items: center;
}

.search-input .search-input-inner .btn {
    width: 250px;
    background-color: #000000;
    border-radius: 50px;
    height: 50px;
    font-size: 18px;
    color: rgba(118, 115, 253, 0.98);
}

.search-input input {
    color: #000000;
    font-size: 54px;
    border: 0;
    background: transparent;
    -webkit-appearance: none;
    box-sizing: border-box;
    outline: 0;
    font-weight: 200;
    width: 100%;
    border-bottom: 1px solid #fff;
}

.search-input input::placeholder {
    color: #000000;
}


/* Control btn */

.control {
    position: relative;
    cursor: pointer;
}

.control .btn-material {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    box-sizing: border-box;
    background: rgba(118, 115, 253, 0.98);
    outline: 0;
    transform-origin: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 999;
}

.control .btn-material:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.control .icon-material-search {
    color: #000000;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: opacity 0.3s ease-in-out;
    transform: translate(-50%, -50%);
    width: 20px;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}


/*-----------------------------------------------------------------------------------

   Template Name: foxhub
  Author: Webstrot
  Version: 1.0.0
*/

.logisticFooter {
    position: relative;
    overflow: hidden;
}

.logisticFooter:before {
    content: "";
    position: absolute;
    right: -36px;
    bottom: -32px;
    background-image: url(../images/mask10.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 1080px;
    height: 270px;
    z-index: 1;
}

.logisticFooter .logisticFooterInner {
    padding: 80px 0;
    z-index: 1;
    position: relative;
}

.logisticFooter .logisticFooterInner .logisticFooterRow {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 40px;
}

.logisticFooter .logisticFooterInner .logisticFooterRow .logisticFooterInnerRow {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.logisticFooter .logisticFooterInner .logisticFooterRow .lfColumn {
    width: fit-content;
    margin: 0 auto;
}

.logisticFooter .logisticFooterInner .logisticFooterRow .lfColumn .lfLogo img {
    margin-left: -14px;
    margin-bottom: -30px;
}

.logisticFooter .logisticFooterInner .logisticFooterRow .lfColumn .lfPara {
    color: #000000;
    font-family: "Varela Round", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-weight: bold;
    margin: 10px 0;
}

.logisticFooter .logisticFooterInner .logisticFooterRow .lfColumn .lfSocialMediaIcon ul {
    gap: 10px;
}

.logisticFooter .logisticFooterInner .logisticFooterRow .lfColumn .lfSocialMediaIcon ul li a {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    padding: 0;
    width: 50px;
    height: 50px;
    border: double 1px transparent;
    border-radius: 50%;
    background-image: linear-gradient(80deg, #017821 13.83%, #091fd0 70.07%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.logisticFooter .logisticFooterInner .logisticFooterRow .lfColumn .lfSocialMediaIcon ul li a i.fa,
.logisticFooter .logisticFooterInner .logisticFooterRow .lfColumn .lfSocialMediaIcon ul li a svg {
    transition: all 0.4s ease;
}

.logisticFooter .logisticFooterInner .logisticFooterRow .lfColumn .lfSocialMediaIcon ul li a:hover i.fa,
.logisticFooter .logisticFooterInner .logisticFooterRow .lfColumn .lfSocialMediaIcon ul li a:hover svg {
    transform: rotate(360deg);
}

.logisticFooter .logisticFooterInner .logisticFooterRow .lfColumn .logisticFooterHead h4 {
    color: #000000;
    font-family: "Viga", sans-serif;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 40px;
}

.logisticFooter .logisticFooterInner .logisticFooterRow .lfColumn .logisticFooterLink ul {
    gap: 10px;
}

.logisticFooter .logisticFooterInner .logisticFooterRow .lfColumn .logisticFooterLink ul li a {
    color: #000000;
    font-family: "Varela Round", sans-serif;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding: 0px 0px 0px 20px;
}

.logisticFooter .logisticFooterInner .logisticFooterRow .lfColumn .logisticFooterLink ul li a:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 50px;
    background-color: #000000;
    top: 9px;
    left: 0;
}

.logisticFooter .logisticFooterInner .logisticFooterRow .lfColumn .logisticFooterLink ul li a:hover {
    color: #00ed63;
    text-decoration: underline;
}

.logisticFooter .logisticFooterInner .logisticFooterRow .lfColumn .logisticFooterLink ul li a:hover:before {
    background-color: #00ed63;
}

.logisticFooter .logisticFooterInner .logisticFooterRow .lfColumn .logisticFooterLink .contactUs li a {
    display: grid;
    grid-template-columns: 20px 1fr;
    gap: 10px;
    padding-left: 0;
}

.logisticFooter .logisticFooterInner .logisticFooterRow .lfColumn .logisticFooterLink .contactUs li a img {
    margin-top: 9px;
}

.logisticFooter .logisticFooterInner .logisticFooterRow .lfColumn .logisticFooterLink .contactUs li a:before {
    content: unset;
}

.logisticFooter .logisticFooterCopyright {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding: 20px;
}

.logisticFooter .logisticFooterCopyright p {
    color: #000000;
    font-family: "Varela Round", sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.logisticFooter .logisticFooterCopyright p a {
    color: #000000;
    text-decoration: none;
}

.logisticFooter .logisticFooterCopyright p a:hover {
    text-decoration: underline;
    color: #9f9ffd;
}


/*-----------------------------------------------------------------------------------

   Template Name: foxhub
  Author: Webstrot
  Version: 1.0.0

-------------------------------------------------------------------------------------*/

.errorMain1 {
    width: 100%;
    height: 100vh;
    background-image: url(../images/login/bg1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    animation: slidein 10s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    position: relative;
}

.logisticLogin {
    width: 100%;
    height: 100vh;
    background-image: url(../images/login/bg1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    animation: slidein 10s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    position: relative;
}

.logisticLogin::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -32px;
    background-image: url(../images/login/img3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 1080px;
    height: 515px;
    z-index: 1;
}

@keyframes slidein {
    from {
        background-position: top;
        background-size: 3000px;
    }
    to {
        background-position: -100px 0px;
        background-size: 2750px;
    }
}

.logisticLogin .container {
    height: 100%;
}

.logisticLogin .logisticLoginInner {
    padding: 40px 0px;
    height: 100%;
}

.logisticLogin .logisticLoginInner .logisticLoginRow {
    display: grid;
    grid-template-columns: 1fr 500px;
    gap: 40px;
    height: 100%;
}

.logisticLogin .logisticLoginInner .logisticLoginRow .logisticLoginCol {
    height: calc(100vh - 80px);
    z-index: 1;
}

.logisticLogin .logisticLoginInner .logisticLoginRow .logisticLoginCol .logisticLoginBanner {
    position: relative;
    z-index: 1;
    mix-blend-mode: screen;
    height: 100%;
}

.logisticLogin .logisticLoginInner .logisticLoginRow .logisticLoginCol .logisticLoginBanner .logisticLoginImgItem {
    position: absolute;
    z-index: 4;
}

.logisticLogin .logisticLoginInner .logisticLoginRow .logisticLoginCol .logisticLoginBanner .logisticLoginImgItem img {
    filter: drop-shadow(5px 5px 5px #000);
}

.logisticLogin .logisticLoginInner .logisticLoginRow .logisticLoginCol .logisticLoginBanner .logisticLoginImgItem.logisticLoginImg1 {
    left: -80px;
    top: -20px;
    animation: mover 3s infinite alternate;
}

.logisticLogin .logisticLoginInner .logisticLoginRow .logisticLoginCol .logisticLoginBanner .logisticLoginImgItem.logisticLoginImg2 {
    left: 300px;
    top: 50px;
    animation: mover1 2s infinite alternate;
}

@keyframes mover1 {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-15px);
    }
}

.logisticLogin .logisticLoginInner .logisticLoginRow .logisticLoginCol .logisticLoginBanner .logisticLoginImgItem.logisticLoginImg3 {
    left: -180px;
    bottom: -60px;
    animation: card-shift 12s ease-in-out infinite;
}

.logisticLogin .logisticLoginInner .logisticLoginRow .logisticLoginCol .logisticLoginBanner .logisticLoginImgItem.logisticLoginImg4 {
    right: -60px;
    transform: translateY(-50%);
    top: 50%;
    animation: mover 3s infinite alternate;
}

.logisticLogin .logisticLoginInner .logisticLoginRow .logisticLoginCol .logisticLoginBanner .logisticLoginImgItem.logisticLoginImg5 {
    top: 200px;
    left: -100px;
    width: 200px;
    animation: mover4 2s infinite alternate;
}

@keyframes mover4 {
    0% {
        transform: translateX(-15px);
    }
    100% {
        transform: translateX(0);
    }
}

.logisticLogin .logisticLoginInner .logisticLoginRow .logisticLoginCol .logisticLoginBanner .logisticLoginBannerInner {
    position: relative;
    border-radius: 50px;
    padding: 30px;
    background: linear-gradient(90deg, rgba(145, 148, 251, 0.1) 0.23%, rgba(178, 174, 255, 0.1) 99.64%);
    backdrop-filter: blur(15px);
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logisticLogin .logisticLoginInner .logisticLoginRow .logisticLoginCol .logisticLoginBanner .logisticLoginBannerInner:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50px;
    padding: 1px;
    background: linear-gradient(80deg, #017821 13.83%, #091fd0 70.07%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    animation: animatedgradient 3s ease alternate infinite;
    background-size: 300% 300%;
    z-index: -1;
}

.logisticLogin .logisticLoginInner .logisticLoginRow .logisticLoginCol .logisticLoginBanner .logisticLoginBannerInner img {
    width: 400px;
    animation: zoom1 2s infinite alternate;
}

@keyframes zoom1 {
    0% {
        transform: scaleX(1);
    }
    100% {
        transform: scaleX(1.1);
    }
}

.logisticLogin .logisticLoginInner .logisticLoginRow .logisticLoginCol .logisticLoginForm {
    height: 100%;
}

.logisticLogin .logisticLoginInner .logisticLoginRow .logisticLoginCol .logisticLoginForm .logisticLoginFormImgGroup {
    height: 100%;
    position: relative;
}

.logisticLogin .logisticLoginInner .logisticLoginRow .logisticLoginCol .logisticLoginForm .logisticLoginFormImgGroup .logisticLoginFrm {
    position: absolute;
    z-index: 4;
}

.logisticLogin .logisticLoginInner .logisticLoginRow .logisticLoginCol .logisticLoginForm .logisticLoginFormImgGroup .logisticLoginFrm img {
    filter: drop-shadow(5px 5px 5px #000);
}

.logisticLogin .logisticLoginInner .logisticLoginRow .logisticLoginCol .logisticLoginForm .logisticLoginFormImgGroup .logisticLoginFrm.logisticLoginFormImg1 {
    left: -45px;
    top: 40px;
    animation: mover2 2s infinite alternate;
}

@keyframes mover2 {
    0% {
        transform: scaleX(1);
    }
    100% {
        transform: scaleX(1.1);
    }
}

.logisticLogin .logisticLoginInner .logisticLoginRow .logisticLoginCol .logisticLoginForm .logisticLoginFormImgGroup .logisticLoginFrm.logisticLoginFormImg2 {
    right: -72px;
    top: -81px;
    animation: mover1 3s infinite alternate;
    width: 200px;
}

.logisticLogin .logisticLoginInner .logisticLoginRow .logisticLoginCol .logisticLoginForm .logisticLoginFormImgGroup .logisticLoginFormBg {
    position: relative;
    border-radius: 50px;
    padding: 30px;
    background: linear-gradient(90deg, rgba(145, 148, 251, 0.1) 0.23%, rgba(178, 174, 255, 0.1) 99.64%);
    backdrop-filter: blur(15px);
    height: 100%;
    z-index: 1;
}

.logisticLogin .logisticLoginInner .logisticLoginRow .logisticLoginCol .logisticLoginForm .logisticLoginFormImgGroup .logisticLoginFormBg:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50px;
    padding: 1px;
    background: linear-gradient(80deg, #017821 13.83%, #091fd0 70.07%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    animation: animatedgradient 3s ease alternate infinite;
    background-size: 300% 300%;
    z-index: -1;
}

.logisticLogin .logisticLoginInner .logisticLoginRow .logisticLoginCol .logisticLoginForm .logisticLoginFormImgGroup .logisticLoginFrmInner {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
    padding: 40px;
    border-radius: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.logisticLogin .logisticLoginInner .logisticLoginRow .logisticLoginCol .logisticLoginForm .logisticLoginFormImgGroup .logisticLoginFrmInner .logisticLoginFrmHead {
    text-align: center;
    margin-bottom: 20px;
}

.logisticLogin .logisticLoginInner .logisticLoginRow .logisticLoginCol .logisticLoginForm .logisticLoginFormImgGroup .logisticLoginFrmInner .logisticLoginFrmHead h2 {
    color: #000000;
    font-family: "Viga", sans-serif;
    font-size: 46px;
    font-weight: 400;
}

.logisticLogin .logisticLoginInner .logisticLoginRow .logisticLoginCol .logisticLoginForm .logisticLoginFormImgGroup .logisticLoginFrmInner .logisticLoginFrmHead p {
    color: #000000;
    font-family: "Viga", sans-serif;
    font-size: 30px;
    font-weight: 400;
}

.logisticLogin .logisticLoginInner .logisticLoginRow .logisticLoginCol .logisticLoginForm .logisticLoginFormImgGroup .logisticLoginFrmInner .loginFrm {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.logisticLogin .logisticLoginInner .logisticLoginRow .logisticLoginCol .logisticLoginForm .logisticLoginFormImgGroup .logisticLoginFrmInner .loginFrm .logisticFrmGroup label {
    color: #000000;
    font-family: "Varela Round", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.logisticLogin .logisticLoginInner .logisticLoginRow .logisticLoginCol .logisticLoginForm .logisticLoginFormImgGroup .logisticLoginFrmInner .loginFrm .logisticFrmGroup .input-group {
    position: relative;
}

.logisticLogin .logisticLoginInner .logisticLoginRow .logisticLoginCol .logisticLoginForm .logisticLoginFormImgGroup .logisticLoginFrmInner .loginFrm .logisticFrmGroup .input-group:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 6px;
    padding: 1px;
    background: linear-gradient(80deg, #017821 13.83%, #091fd0 70.07%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    animation: animatedgradient 3s ease alternate infinite;
    background-size: 300% 300%;
    z-index: -1;
}

.logisticLogin .logisticLoginInner .logisticLoginRow .logisticLoginCol .logisticLoginForm .logisticLoginFormImgGroup .logisticLoginFrmInner .loginFrm .logisticFrmGroup .input-group .form-control {
    background-color: transparent;
    color: #000000;
    border: 0;
}

.logisticLogin .logisticLoginInner .logisticLoginRow .logisticLoginCol .logisticLoginForm .logisticLoginFormImgGroup .logisticLoginFrmInner .loginFrm .logisticFrmGroup .input-group input {
    height: 50px;
}

.logisticLogin .logisticLoginInner .logisticLoginRow .logisticLoginCol .logisticLoginForm .logisticLoginFormImgGroup .logisticLoginFrmInner .loginFrm .logisticFrmGroup .input-group .input-group-text {
    background-color: transparent;
    border: 0;
}

.logisticLogin .logisticLoginInner .logisticLoginRow .logisticLoginCol .logisticLoginForm .logisticLoginFormImgGroup .logisticLoginFrmInner .loginFrm .logisticFrmGroup .input-group .input-group-text img {
    width: 20px;
    object-fit: contain;
}

.logisticLogin .logisticLoginInner .logisticLoginRow .logisticLoginCol .logisticLoginForm .logisticLoginFormImgGroup .logisticLoginFrmInner .loginFrm .logisticFrmTeamGroup {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.logisticLogin .logisticLoginInner .logisticLoginRow .logisticLoginCol .logisticLoginForm .logisticLoginFormImgGroup .logisticLoginFrmInner .loginFrm .logisticFrmTeamGroup .logisticRemember .form-check .form-check-label {
    color: #000000;
    font-family: "Varela Round", sans-serif;
    font-size: 12px;
    font-weight: 400;
}

.logisticLogin .logisticLoginInner .logisticLoginRow .logisticLoginCol .logisticLoginForm .logisticLoginFormImgGroup .logisticLoginFrmInner .loginFrm .logisticFrmTeamGroup .logisticRemember .form-check .form-check-label .frmCheckLabel {
    display: inline-block;
    position: relative;
    width: 14px;
    height: 14px;
    left: -20px;
    top: 3px;
}

.logisticLogin .logisticLoginInner .logisticLoginRow .logisticLoginCol .logisticLoginForm .logisticLoginFormImgGroup .logisticLoginFrmInner .loginFrm .logisticFrmTeamGroup .logisticRemember .form-check .form-check-label .frmCheckLabel:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 2px;
    padding: 1px;
    background: linear-gradient(80deg, #017821 13.83%, #091fd0 70.07%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    animation: animatedgradient 3s ease alternate infinite;
    background-size: 300% 300%;
    z-index: -1;
}

.logisticLogin .logisticLoginInner .logisticLoginRow .logisticLoginCol .logisticLoginForm .logisticLoginFormImgGroup .logisticLoginFrmInner .loginFrm .logisticFrmTeamGroup .logisticRemember .form-check .form-check-label .frmCheckLabel .form-check-input {
    background-color: transparent;
    border: 0;
    position: absolute;
    left: 19px;
    top: -2px;
}

.logisticLogin .logisticLoginInner .logisticLoginRow .logisticLoginCol .logisticLoginForm .logisticLoginFormImgGroup .logisticLoginFrmInner .loginFrm .logisticFrmTeamGroup .logisticRemember .form-check .form-check-label .rememberTxt {
    display: inline;
    position: relative;
    left: -15px;
}

.logisticLogin .logisticLoginInner .logisticLoginRow .logisticLoginCol .logisticLoginForm .logisticLoginFormImgGroup .logisticLoginFrmInner .loginFrm .logisticFrmTeamGroup .logisticForgotPassword .logisticForgotPasswordLink {
    color: #000000;
    font-family: "Varela Round", sans-serif;
    font-size: 12px;
    font-weight: 400;
}

.logisticLogin .logisticLoginInner .logisticLoginRow .logisticLoginCol .logisticLoginForm .logisticLoginFormImgGroup .logisticLoginFrmInner .loginFrm .logisticLoginBtn .btn {
    width: 100%;
    border-radius: 50px;
    color: #000000;
    font-family: "Varela Round", sans-serif;
    font-size: 16px;
    font-weight: 400;
    height: 50px;
}

.logisticLogin .logisticLoginInner .logisticLoginRow .logisticLoginCol .logisticLoginForm .logisticLoginFormImgGroup .logisticLoginFrmInner .loginFrm .logisticOr {
    text-align: center;
    margin: 10px 0;
}

.logisticLogin .logisticLoginInner .logisticLoginRow .logisticLoginCol .logisticLoginForm .logisticLoginFormImgGroup .logisticLoginFrmInner .loginFrm .logisticOr span {
    color: #000000;
    font-family: "Varela Round", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.logisticLogin .logisticLoginInner .logisticLoginRow .logisticLoginCol .logisticLoginForm .logisticLoginFormImgGroup .logisticLoginFrmInner .loginFrm .logisticLoginSocialIcon ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

.logisticLogin .logisticLoginInner .logisticLoginRow .logisticLoginCol .logisticLoginForm .logisticLoginFormImgGroup .logisticLoginFrmInner .loginFrm .logisticLoginSocialIcon ul li a {
    width: 40px;
    height: 40px;
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    padding: 10px;
}

.logisticLogin .logisticLoginInner .logisticLoginRow .logisticLoginCol .logisticLoginForm .logisticLoginFormImgGroup .logisticLoginFrmInner .loginFrm .logisticLoginSocialIcon ul li a img {
    transition: all 0.4s ease;
    height: 20px;
}

.logisticLogin .logisticLoginInner .logisticLoginRow .logisticLoginCol .logisticLoginForm .logisticLoginFormImgGroup .logisticLoginFrmInner .loginFrm .logisticLoginSocialIcon ul li a:hover img {
    transform: scale(1.1) rotate(360deg);
}

.logisticLogin .logisticLoginInner .logisticLoginRow .logisticLoginCol .logisticLoginForm .logisticLoginFormImgGroup .logisticLoginFrmInner .loginFrm .accountSignUp {
    text-align: center;
    margin-top: 10px;
}

.logisticLogin .logisticLoginInner .logisticLoginRow .logisticLoginCol .logisticLoginForm .logisticLoginFormImgGroup .logisticLoginFrmInner .loginFrm .accountSignUp p {
    color: #000000;
    font-family: "Varela Round", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.logisticLogin .logisticLoginInner .logisticLoginRow .logisticLoginCol .logisticLoginForm .logisticLoginFormImgGroup .logisticLoginFrmInner .loginFrm .accountSignUp p a {
    color: #9194FB;
}

.logisticLogin .logisticLoginInner .logisticLoginRow .logisticLoginCol .logisticLoginForm .logisticLoginFormImgGroup .logisticLoginFrmInner .loginFrm .accountSignUp p a:hover {
    text-decoration: underline;
}

.logisticLogin.logisticSignUp .logisticLoginInner {
    padding: 40px 0px;
}

.logisticLogin.logisticSignUp .logisticLoginInner .logisticLoginRow .logisticLoginCol {
    height: calc(100vh - 80px);
    z-index: 1;
}

.logisticLogin.logisticSignUp .logisticLoginInner .logisticLoginRow .logisticLoginCol .logisticLoginForm .logisticLoginFormImgGroup .logisticLoginFrm.logisticLoginFormImg2 {
    right: -100px;
    top: -60px;
    width: 150px;
}

.logisticLogin.logisticSignUp .logisticLoginInner .logisticLoginRow .logisticLoginCol .logisticLoginBanner .logisticLoginImgItem.logisticLoginImg3 {
    left: -15px;
    bottom: 0px;
    width: 250px;
}

.logisticLogin.logisticSignUp .logisticLoginInner .logisticLoginRow .logisticLoginCol .logisticLoginBanner .logisticLoginImgItem.logisticLoginImg1 {
    left: -80px;
    top: -10px;
    width: 150px;
}

.logisticLogin.logisticSignUp .logisticLoginInner .logisticLoginRow .logisticLoginCol .logisticLoginBanner .logisticLoginImgItem.logisticLoginImg5 {
    top: 300px;
    left: -78px;
    width: 150px;
}


/*-----------------------------------------------------------------------------------

   Template Name: foxhub
  Author: Webstrot
  Version: 1.0.0
*/

.logisticError {
    height: calc(100vh - 90px);
    overflow: hidden;
}

.logisticError .logisticErrorInner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 90px);
    width: 600px;
    margin: 0 auto;
}

.logisticError .logisticErrorInner .logisticErrorImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.logisticError .logisticErrorInner .logisticErrorImg .logisticErrorImgGroup {
    position: relative;
    width: 100%;
    height: 100%;
}

.logisticError .logisticErrorInner .logisticErrorImg .logisticErrorImgGroup .logisticErrorImgInner {
    position: absolute;
    z-index: 2;
    display: inline;
}

.logisticError .logisticErrorInner .logisticErrorImg .logisticErrorImgGroup .logisticErrorImgInner img {
    filter: drop-shadow(5px 5px 5px #000);
}

.logisticError .logisticErrorInner .logisticErrorImg .logisticErrorImgGroup .logisticErrorImgInner.logisticErrorImg1 {
    position: absolute;
    top: 44px;
    left: -140px;
    animation: mover 3s infinite alternate;
}

.logisticError .logisticErrorInner .logisticErrorImg .logisticErrorImgGroup .logisticErrorImgInner.logisticErrorImg2 {
    position: absolute;
    top: 184px;
    right: -88px;
    z-index: 9;
    animation: mover 3s infinite alternate;
}

.logisticError .logisticErrorInner .logisticErrorImg .logisticErrorImgGroup .logisticErrorImgInner.logisticErrorImg3 {
    position: absolute;
    top: 230px;
    right: -165px;
    animation: mover 3s infinite alternate;
}

.logisticError .logisticErrorInner .logisticErrorContent {
    text-align: center;
    width: 600px;
    position: relative;
    z-index: 4;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.logisticError .logisticErrorInner .logisticErrorContent img {
    margin-bottom: 20px;
    animation: mover1 3s infinite alternate;
    width: 80%;
}

.logisticError .logisticErrorInner .logisticErrorContent p {
    color: #000000;
    font-family: "Varela Round", sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}

.logisticError .logisticErrorInner .logisticErrorContent .btnErrorBtn {
    border-radius: 50px;
    background: linear-gradient(90deg, #9194FB 0.23%, #B2AEFF 99.64%);
    box-shadow: 10px 10px 20px 0px rgba(17, 17, 17, 0.1);
    color: #000000;
    font-family: "Varela Round", sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 15px;
    width: 200px;
}


/*-----------------------------------------------------------------------------------

   Template Name: foxhub
  Author: Webstrot
  Version: 1.0.0
*/


/************ TABLE OF CONTENTS ***************

  01. banner
  02. solution business

**********************************************/


/*banner*/

.logisticInnerPageBanner {
    background-image: url(../images/banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 220px 0 80px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logisticInnerPageBanner::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background: #111;
    z-index: -1;
}

.logisticInnerPageBannercbm {
    background-image: url(../images/cbm-calculator-header.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 280px 0 80px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logisticInnerPageBannercbm::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background: #111;
    z-index: -1;
}

.logisticInnerPageBanner .innerPageBannerInner .logisticCommonHead h2 {
    margin-bottom: 50px;
}

.logisticLeaveMessage .logisticLeaveMessageInner .logisticCommonHead h2 {
    color: #000000;
}

.logisticInnerPageBanner .innerPageBannerInner .logisticCommonHead p {
    margin-bottom: 40px;
}

.logisticInnerPageBanner .innerPageBannerInner .logisticBreadcrumb .breadcrumb {
    justify-content: center;
}

.logisticInnerPageBanner .innerPageBannerInner .logisticBreadcrumb .breadcrumb li {
    color: #ffffff;
    font-family: "Varela Round", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}

.logisticInnerPageBanner .innerPageBannerInner .logisticBreadcrumb .breadcrumb li a {
    color: #9194FB;
}


/*banner*/


/*solution business*/

.logisticSolutionBusiness {
    padding: 80px 0;
}

.logisticSolutionBusiness .logisticSolutionBusinessInner .row {
    align-items: center;
}

.logisticSolutionBusiness .logisticSolutionBusinessInner .logisticSolutionBusinessContent .logisticSolutionBusinessItemGroup {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.logisticSolutionBusiness .logisticSolutionBusinessInner .logisticSolutionBusinessContent .logisticSolutionBusinessItemGroup .logisticSolutionBusinessItem {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.logisticSolutionBusiness .logisticSolutionBusinessInner .logisticSolutionBusinessContent .logisticSolutionBusinessItemGroup .logisticSolutionBusinessItem::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/mask8.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.logisticSolutionBusiness .logisticSolutionBusinessInner .logisticSolutionBusinessContent .logisticSolutionBusinessItemGroup .logisticSolutionBusinessItem .logisticSolutionBusinessNumber span {
    font-family: "Viga", sans-serif;
    font-size: 36px;
    font-weight: 400;
    background: linear-gradient(174deg, #FFF -235.35%, rgba(255, 255, 255, 0) 140.53%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.logisticSolutionBusiness .logisticSolutionBusinessInner .logisticSolutionBusinessContent .logisticSolutionBusinessItemGroup .logisticSolutionBusinessItem .logisticSolutionBusinessTxt p {
    color: #000000;
    font-family: "Varela Round", sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.logisticSolutionBusiness .logisticSolutionBusinessInner .logisticSolutionBusinessContent .logisticSolutionBusinessAuthor {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 15px;
    margin-top: 20px;
}

.logisticSolutionBusiness .logisticSolutionBusinessInner .logisticSolutionBusinessContent .logisticSolutionBusinessAuthor .logisticAuthor {
    display: flex;
    gap: 20px;
    align-items: center;
}

.logisticSolutionBusiness .logisticSolutionBusinessInner .logisticSolutionBusinessContent .logisticSolutionBusinessAuthor .logisticAuthor .logisticAuthorImg img {
    border-radius: 8px;
}

.logisticSolutionBusiness .logisticSolutionBusinessInner .logisticSolutionBusinessContent .logisticSolutionBusinessAuthor .logisticAuthor .logisticAuthorTxt h4 {
    color: #000000;
    font-family: "Varela Round", sans-serif;
    font-size: 24px;
    font-weight: 400;
}

.logisticSolutionBusiness .logisticSolutionBusinessInner .logisticSolutionBusinessContent .logisticSolutionBusinessAuthor .logisticAuthor .logisticAuthorTxt p {
    color: #000000;
    font-family: "Varela Round", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.logisticSolutionBusiness .logisticSolutionBusinessInner .logisticSolutionBusinessContent .logisticSolutionBusinessAuthor .logisticSignature {
    position: relative;
}

.logisticSolutionBusiness .logisticSolutionBusinessInner .logisticSolutionBusinessContent .logisticSolutionBusinessAuthor .logisticSignature h4 {
    color: #000000;
    font-family: "Viga", sans-serif;
    font-size: 50px;
    font-weight: 400;
    opacity: 0.05;
    margin-bottom: 0;
}

.logisticSolutionBusiness .logisticSolutionBusinessInner .logisticSolutionBusinessContent .logisticSolutionBusinessAuthor .logisticSignature span {
    display: inline-block;
    position: absolute;
    top: 0;
}

.logisticSolutionBusiness .logisticSolutionBusinessInner .logisticSolutionBusinessContent .logisticGetQuote {
    margin-top: 20px;
}

.logisticSolutionBusiness .logisticSolutionBusinessInner .logisticSolutionBusinessImgGroup {
    position: relative;
}

.logisticSolutionBusiness .logisticSolutionBusinessInner .logisticSolutionBusinessImgGroup .logisticYearsExperience {
    width: 185px;
    border-radius: 20px;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    top: 90px;
    left: 240px;
}

.logisticSolutionBusiness .logisticSolutionBusinessInner .logisticSolutionBusinessImgGroup .logisticYearsExperience .logisticYearsExperienceInner {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    padding: 20px;
}

.logisticSolutionBusiness .logisticSolutionBusinessInner .logisticSolutionBusinessImgGroup .logisticYearsExperience .logisticYearsExperienceInner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/mask8.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.logisticSolutionBusiness .logisticSolutionBusinessInner .logisticSolutionBusinessImgGroup .logisticYearsExperience .logisticYearsExperienceInner span {
    font-family: "Viga", sans-serif;
    font-size: 36px;
    font-weight: 400;
    width: 80px;
    height: 80px;
    background-color: #000000;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9194FB;
}

.logisticSolutionBusiness .logisticSolutionBusinessInner .logisticSolutionBusinessImgGroup .logisticYearsExperience .logisticYearsExperienceInner p {
    color: #000000;
    font-family: "Viga", sans-serif;
    font-size: 22px;
    font-weight: 400;
}

.logisticSolutionBusiness .logisticSolutionBusinessInner .logisticSolutionBusinessImgGroup .cloud01,
.logisticSolutionBusiness .logisticSolutionBusinessInner .logisticSolutionBusinessImgGroup .cloud02 {
    position: absolute;
}

.logisticSolutionBusiness .logisticSolutionBusinessInner .logisticSolutionBusinessImgGroup .cloud01 {
    top: 0;
    right: 200px;
    width: 150px;
}

.logisticSolutionBusiness .logisticSolutionBusinessInner .logisticSolutionBusinessImgGroup .cloud02 {
    top: 0;
    right: 0px;
}


/*solution business*/


/*-----------------------------------------------------------------------------------

   Template Name: foxhub
  Author: Webstrot
  Version: 1.0.0
*/

.logisticBlogGrid {
    padding: 80px 0 40px;
}

.logisticBlogGrid .logisticBlogThreeGridCard {
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1882352941);
}

.logisticBlogGrid .logisticBlogThreeGridCard:hover .logisticBlogThreeGridCardImg a img {
    transform: scale(1.1);
}

.logisticBlogGrid .logisticBlogThreeGridCard .logisticBlogThreeGridCardImg {
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 20px;
    transition: all 0.4s ease;
}

.logisticBlogGrid .logisticBlogThreeGridCard .logisticBlogThreeGridCardImg a {
    display: inline-block;
}

.logisticBlogGrid .logisticBlogThreeGridCard .logisticBlogThreeGridCardImg a img {
    border-radius: 20px;
    width: 100%;
    transition: all 0.4s ease;
    border-radius: 20px;
}

.logisticBlogGrid .logisticBlogThreeGridCard .logisticBlogThreeGridCardTxt span {
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.logisticBlogGrid .logisticBlogThreeGridCard .logisticBlogThreeGridCardTxt h5 {
    color: #000000;
    font-family: "Viga", sans-serif;
    font-size: 22px;
    font-weight: 400;
}

.logisticBlogGrid .logisticBlogThreeGridCard .logisticBlogThreeGridCardTxt h5 a {
    color: #000000;
    font-family: "Viga", sans-serif;
    font-size: 22px;
    font-weight: 400;
}

.logisticBlogGrid .logisticBlogThreeGridCard .logisticBlogThreeGridCardTxt p {
    color: #000000;
    font-family: "Varela Round", sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.logisticBlogGrid .logisticBlogThreeGridCard .logisticBlogThreeGridCardTxt ul li {
    color: #000000;
    font-family: "Varela Round", sans-serif;
    font-size: 22px;
    font-weight: 400;
}

.logisticBlogGrid .logisticBlogThreeGridCard .logisticBlogThreeGridCardTxt a.linkBtn {
    color: #000000;
    font-family: "Viga", sans-serif;
    font-size: 20px;
    font-weight: 400;
}

.logisticBlogGrid .logisticBlogThreeGridCard .logisticBlogThreeGridCardTxt a.linkBtn svg {
    width: 20;
    height: 20px;
}

.logisticBlogGrid .logisticBlogThreeGridCard .logisticBlogThreeGridCardTxt a.linkBtn svg path {
    fill: #fff;
}

.logisticBlogGrid .logisticBlogThreeGridCard .logisticBlogThreeGridCardTxt a.linkBtn img.arrow-icon2 {
    display: none;
}

.logisticBlogGrid .logisticBlogThreeGridCard:hover .logisticBlogThreeGridCardTxt span,
.logisticBlogGrid .logisticBlogThreeGridCard:hover .logisticBlogThreeGridCardTxt h5 a,
.logisticBlogGrid .logisticBlogThreeGridCard:hover .logisticBlogThreeGridCardTxt p,
.logisticBlogGrid .logisticBlogThreeGridCard:hover .logisticBlogThreeGridCardTxt a {
    color: #000000;
    transition: all 0.6s ease;
}

.logisticBlogGrid .logisticBlogThreeGridCard:hover .logisticBlogThreeGridCardTxt a.linkBtn img.arrow-icon2 {
    display: inline-block;
}

.logisticBlogGrid .logisticBlogThreeGridCard:hover .logisticBlogThreeGridCardTxt a.linkBtn img.arrow-icon1 {
    display: none;
}

.logisticPagination {
    padding: 0 0 80px;
}

.logisticPagination .pagination {
    justify-content: center;
    border: 0;
    --bs-pagination-bg: unset;
    --bs-pagination-border-color: unset;
}

.logisticPagination .pagination li a {
    color: #111;
    font-family: "Varela Round", sans-serif;
    font-size: 18px;
    font-weight: 400;
    background-color: #000000;
}

.logisticPagination .pagination li a:focus {
    box-shadow: unset;
}

.logisticPagination .pagination li a:hover {
    color: #000000;
    background-color: rgba(118, 115, 253, 0.98);
}

.logisticBlogSingle {
    padding: 80px 0 0;
}

.logisticBlogSingle .logisticBlogThreeGridCard {
    margin-bottom: 40px;
}

.logisticBlogSingle .logisticBlogThreeGridCard .logisticBlogThreeGridCardImg {
    margin-bottom: 40px;
    overflow: hidden;
    transition: all 0.4s ease;
}

.logisticBlogSingle .logisticBlogThreeGridCard .logisticBlogThreeGridCardImg a {
    display: inline-block;
}

.logisticBlogSingle .logisticBlogThreeGridCard .logisticBlogThreeGridCardImg a img {
    border-radius: 20px;
    width: 100%;
}

.logisticBlogSingle .logisticBlogThreeGridCard .logisticBlogThreeGridCardTxt ul {
    padding: 0;
    margin: 0 0 20px 20px;
    gap: 20px;
    align-items: center;
    list-style: unset;
}

.logisticBlogSingle .logisticBlogThreeGridCard .logisticBlogThreeGridCardTxt ul li {
    font-size: 20px;
    margin-top: 10px;
}

.logisticBlogSingle .logisticBlogThreeGridCard .logisticBlogThreeGridCardTxt ul li span {
    color: #888888;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.logisticBlogSingle .logisticBlogThreeGridCard .logisticBlogThreeGridCardTxt ul li span img {
    margin-right: 5px;
}

.logisticBlogSingle .logisticBlogThreeGridCard .logisticBlogThreeGridCardTxt h5 {
    color: #000000;
    font-family: "Viga", sans-serif;
    font-size: 22px;
    font-weight: 400;
}

.logisticBlogSingle .logisticBlogThreeGridCard .logisticBlogThreeGridCardTxt p {
    color: #000000;
    font-family: Arial;
    font-size: 20px;
    font-weight: 400;
    margin-top: 30px;
}

.logisticBlogSingle hr.logisticHoriz {
    border-color: #8b8585;
}

.logisticBlogSingle .logisticBlogSingleGroup {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logisticBlogSingle .logisticBlogSingleGroup .logisticBlogSingleTags {
    display: flex;
    align-items: center;
    gap: 20px;
}

.logisticBlogSingle .logisticBlogSingleGroup .logisticBlogSingleTags .logisticTagsHeading h5 {
    color: #000000;
    font-family: "Viga", sans-serif;
    font-size: 22px;
    font-weight: 400;
}

.logisticBlogSingle .logisticBlogSingleGroup .logisticBlogSingleTags .logisticTagsList ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.logisticBlogSingle .logisticBlogSingleGroup .logisticBlogSingleTags .logisticTagsList ul li a {
    border-radius: 50px;
    background: linear-gradient(90deg, #9194FB 0.23%, #B2AEFF 99.64%);
    box-shadow: 10px 10px 20px 0px rgba(17, 17, 17, 0.1);
    color: #000000;
    font-family: "Varela Round", sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 20px;
}

.logisticBlogSingle .logisticBlogShare ul {
    gap: 10px;
}

.logisticBlogSingle .logisticBlogShare ul li a {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    padding: 0;
    width: 50px;
    height: 50px;
    border: double 1px transparent;
    border-radius: 50%;
    background-image: linear-gradient(80deg, #017821 13.83%, #091fd0 70.07%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.logisticBlogSingle .logisticBlogShare ul li a i.fa {
    transition: all 0.4s ease;
}

.logisticBlogSingle .logisticBlogShare ul li a:hover i.fa {
    transform: rotate(360deg);
}

.logisticComment .logisticCommentInner {
    margin-top: 40px;
}

.logisticComment .logisticCommentInner .logisticCommentItem {
    display: grid;
    grid-template-columns: 120px 1fr;
    align-items: center;
    justify-content: center;
    gap: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1882352941);
    padding: 20px;
    border-radius: 30px;
}

.logisticComment .logisticCommentInner .logisticCommentItem .logisticCommentImg {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    overflow: hidden;
}

.logisticComment .logisticCommentInner .logisticCommentItem .logisticCommentImg img {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    object-fit: cover;
}

.logisticComment .logisticCommentInner .logisticCommentItem .logisticCommentContent .logisticCommentContentHead {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.logisticComment .logisticCommentInner .logisticCommentItem .logisticCommentContent .logisticCommentContentHead h4 {
    color: #000000;
    font-family: "Viga", sans-serif;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 0;
}

.logisticComment .logisticCommentInner .logisticCommentItem .logisticCommentContent .logisticCommentContentHead small {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #000000;
}

.logisticComment .logisticCommentInner .logisticCommentItem .logisticCommentContent .logisticCommentContentHead small span {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50px;
}

.logisticComment .logisticCommentInner .logisticCommentItem .logisticCommentContent .logisticCommentContentHead small .logisticOnlineGreen {
    background-color: #00FF19;
}

.logisticComment .logisticCommentInner .logisticCommentItem .logisticCommentContent .logisticCommentContentHead small .logisticOnlineGray {
    background-color: #888;
}

.logisticComment .logisticCommentInner .logisticCommentItem .logisticCommentContent .logisticCommentPara p {
    color: #000000;
    font-family: "Varela Round", sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
}

.logisticComment .logisticCommentInner.logisticCommentGroup .logisticCommentItem {
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1882352941);
    padding: 20px;
    border-radius: 0px;
}

.logisticComment .logisticCommentInner.logisticCommentGroup .logisticCommentLink {
    text-align: right;
    margin-top: 10px;
}

.logisticComment .logisticCommentInner.logisticCommentGroup .logisticCommentLink a.logisticCommentBtn {
    color: #999;
    font-family: "Viga", sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.logisticComment .logisticCommentInner.logisticCommentGroup .logisticCommentLink a.logisticCommentBtn:hover {
    color: #7370f9;
}

.logisticComment .logisticCommentHead {
    margin: 30px 0 60px;
}

.logisticLeaveMessage {
    padding: 80px 0;
    scroll-margin-top: 100px;
}

.logisticLeaveMessage .logisticLeaveMessageInner .logisticCommonHead {
    margin-bottom: 40px;
}

.logisticLeaveMessage .logisticLeaveMessageInner .logisticLeaveMessageForm .leaveMessageFrm {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.logisticLeaveMessage .logisticLeaveMessageInner .logisticLeaveMessageForm .leaveMessageFrm .row {
    gap: 20px 0;
}

.logisticLeaveMessage .logisticLeaveMessageInner .logisticLeaveMessageForm .leaveMessageFrm .logisticFrmGroup label {
    color: #000000;
    font-family: "Varela Round", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.logisticLeaveMessage .logisticLeaveMessageInner .logisticLeaveMessageForm .leaveMessageFrm .logisticFrmGroup .input-group {
    position: relative;
}

.logisticLeaveMessage .logisticLeaveMessageInner .logisticLeaveMessageForm .leaveMessageFrm .logisticFrmGroup .input-group:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 6px;
    padding: 1px;
    background: linear-gradient(80deg, #017821 13.83%, #091fd0 70.07%);
    -webkit-mask: linear-gradient(#000000 0 0) content-box, linear-gradient(#000000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    animation: animatedgradient 3s ease alternate infinite;
    background-size: 300% 300%;
}

.logisticLeaveMessage .logisticLeaveMessageInner .logisticLeaveMessageForm .leaveMessageFrm .logisticFrmGroup .input-group .form-control {
    color: #000000;
    border: 0;
    background: rgba(255, 255, 255, 0.1);
}

.logisticLeaveMessage .logisticLeaveMessageInner .logisticLeaveMessageForm .leaveMessageFrm .logisticFrmGroup .input-group input {
    height: 50px;
}

.logisticLeaveMessage .logisticLeaveMessageInner .logisticLeaveMessageForm .leaveMessageFrm .logisticFrmGroup .input-group .input-group-text {
    background-color: transparent;
    border: 0;
}

.logisticLeaveMessage .logisticLeaveMessageInner .logisticLeaveMessageForm .leaveMessageFrm .logisticFrmGroup .input-group .input-group-text img {
    width: 20px;
    object-fit: contain;
}

.logisticLeaveMessage .logisticLeaveMessageInner .logisticLeaveMessageForm .leaveMessageFrm .logisticFrmTeamGroup {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.logisticLeaveMessage .logisticLeaveMessageInner .logisticLeaveMessageForm .leaveMessageFrm .logisticFrmTeamGroup .logisticRemember .form-check .form-check-label {
    color: #000000;
    font-family: "Varela Round", sans-serif;
    font-size: 12px;
    font-weight: 400;
}

.logisticLeaveMessage .logisticLeaveMessageInner .logisticLeaveMessageForm .leaveMessageFrm .logisticFrmTeamGroup .logisticRemember .form-check .form-check-label .frmCheckLabel {
    display: inline-block;
    position: relative;
    width: 14px;
    height: 14px;
    left: -20px;
    top: 3px;
}

.logisticLeaveMessage .logisticLeaveMessageInner .logisticLeaveMessageForm .leaveMessageFrm .logisticFrmTeamGroup .logisticRemember .form-check .form-check-label .frmCheckLabel:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 2px;
    padding: 1px;
    background: linear-gradient(80deg, #017821 13.83%, #091fd0 70.07%);
    -webkit-mask: linear-gradient(#000000 0 0) content-box, linear-gradient(#000000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    animation: animatedgradient 3s ease alternate infinite;
    background-size: 300% 300%;
}

.logisticLeaveMessage .logisticLeaveMessageInner .logisticLeaveMessageForm .leaveMessageFrm .logisticFrmTeamGroup .logisticRemember .form-check .form-check-label .frmCheckLabel .form-check-input {
    background-color: transparent;
    border: 0;
    position: absolute;
    left: 19px;
    top: -2px;
}

.logisticLeaveMessage .logisticLeaveMessageInner .logisticLeaveMessageForm .leaveMessageFrm .logisticFrmTeamGroup .logisticRemember .form-check .form-check-label .rememberTxt {
    display: inline;
    position: relative;
    left: -15px;
}

.logisticLeaveMessage .logisticLeaveMessageInner .logisticLeaveMessageForm .leaveMessageFrm .logisticFrmTeamGroup .logisticForgotPassword .logisticForgotPasswordLink {
    color: #000000;
    font-family: "Varela Round", sans-serif;
    font-size: 12px;
    font-weight: 400;
}

.logisticLeaveMessage .logisticLeaveMessageInner .logisticLeaveMessageForm .leaveMessageFrm .logisticLoginBtn .btn {
    width: 100%;
    border-radius: 6px;
    background: linear-gradient(90deg, #9194FB 0.23%, #B2AEFF 99.64%);
    color: #000000;
    font-family: "Varela Round", sans-serif;
    font-size: 16px;
    font-weight: 400;
    height: 50px;
}

.logisticLeaveMessage .logisticLeaveMessageInner .logisticLeaveMessageForm .leaveMessageFrm .logisticOr {
    text-align: center;
    margin: 10px 0;
}

.logisticLeaveMessage .logisticLeaveMessageInner .logisticLeaveMessageForm .leaveMessageFrm .logisticOr span {
    color: #000000;
    font-family: "Varela Round", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.logisticLeaveMessage .logisticLeaveMessageInner .logisticLeaveMessageForm .leaveMessageFrm .logisticLoginSocialIcon ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

.logisticLeaveMessage .logisticLeaveMessageInner .logisticLeaveMessageForm .leaveMessageFrm .logisticLoginSocialIcon ul li a {
    width: 60px;
    height: 60px;
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    padding: 10px;
}

.logisticLeaveMessage .logisticLeaveMessageInner .logisticLeaveMessageForm .leaveMessageFrm .logisticLoginSocialIcon ul li a img {
    transition: all 0.4s ease;
}

.logisticLeaveMessage .logisticLeaveMessageInner .logisticLeaveMessageForm .leaveMessageFrm .logisticLoginSocialIcon ul li a:hover img {
    transform: scale(1.1) rotate(360deg);
}

.logisticLeaveMessage .logisticLeaveMessageInner .logisticLeaveMessageForm .leaveMessageFrm .accountSignUp {
    text-align: center;
    margin-top: 10px;
}

.logisticLeaveMessage .logisticLeaveMessageInner .logisticLeaveMessageForm .leaveMessageFrm .accountSignUp p {
    color: #000000;
    font-family: "Varela Round", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.logisticLeaveMessage .logisticLeaveMessageInner .logisticLeaveMessageForm .leaveMessageFrm .accountSignUp p a {
    color: #9194FB;
}

.logisticLeaveMessage .logisticLeaveMessageInner .logisticLeaveMessageForm .leaveMessageFrm .accountSignUp p a:hover {
    text-decoration: underline;
}


/* slidebar css*/

.logisticBlogSidebar {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.logisticBlogSidebar .logisticBlogItem {
    border: 1px solid rgba(255, 255, 255, 0.1882352941);
    padding: 40px 20px;
    border-radius: 20px;
}

.logisticBlogSidebar .logisticBlogItem .logisticBlogSearch .input-group {
    background-color: #111;
    padding: 0 10px;
    border-radius: 10px;
}

.logisticBlogSidebar .logisticBlogItem .logisticBlogSearch .input-group input,
.logisticBlogSidebar .logisticBlogItem .logisticBlogSearch .input-group button {
    background-color: transparent;
    border: 0;
    height: 60px;
}

.logisticBlogSidebar .logisticBlogItem .logisticBlogSearch .input-group input {
    color: #000000;
}

.logisticBlogSidebar .logisticBlogItem .logisticBlogHead {
    margin-bottom: 20px;
}

.logisticBlogSidebar .logisticBlogItem .logisticBlogHead h4 {
    font-size: 36px;
    color: #000000;
    font-weight: 400;
    font-family: "Viga", sans-serif;
}

.logisticBlogSidebar .logisticBlogItem .logisticBlogDetails .table tr th {
    color: #000000;
    font-size: 22px;
    font-weight: 500;
    font-family: "Viga", sans-serif;
    display: flex;
    align-items: center;
    gap: 10px;
}

.logisticBlogSidebar .logisticBlogItem .logisticBlogDetails .table tr th a {
    color: #000000;
}

.logisticBlogSidebar .logisticBlogItem .logisticBlogDetails .table tr th .fa {
    font-size: 8px;
}

.logisticBlogSidebar .logisticBlogItem .logisticBlogDetails .table tr td {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    font-family: "Varela Round", sans-serif;
}

.logisticBlogSidebar .logisticBlogItem .logisticBlogDetails .table tr td a {
    color: #000000;
}

.logisticBlogSidebar .logisticBlogItem .logisticMiniBlog {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.logisticBlogSidebar .logisticBlogItem .logisticMiniBlog .logisticMiniBlogItem {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 20px;
}

.logisticBlogSidebar .logisticBlogItem .logisticMiniBlog .logisticMiniBlogItem .logisticMiniBlogImg {
    border-radius: 10px;
    transition: all 0.4s ease;
    overflow: hidden;
}

.logisticBlogSidebar .logisticBlogItem .logisticMiniBlog .logisticMiniBlogItem .logisticMiniBlogImg img {
    border-radius: 10px;
    transition: all 0.4s ease;
}

.logisticBlogSidebar .logisticBlogItem .logisticMiniBlog .logisticMiniBlogItem .logisticMiniBlogContant p {
    font-family: "Varela Round", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
}

.logisticBlogSidebar .logisticBlogItem .logisticMiniBlog .logisticMiniBlogItem .logisticMiniBlogContant span {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #909090;
}

.logisticBlogSidebar .logisticBlogItem .logisticMiniBlog .logisticMiniBlogItem:hover .logisticMiniBlogImg img {
    transform: scale(1.1);
}

.logisticBlogSidebar .logisticBlogItem .logisticGalleryMini {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.logisticBlogSidebar .logisticBlogItem .logisticGalleryMini .logisticGalleryMiniItem {
    border-radius: 10px;
    overflow: hidden;
}

.logisticBlogSidebar .logisticBlogItem .logisticGalleryMini .logisticGalleryMiniItem a {
    transition: all 0.4s ease;
}

.logisticBlogSidebar .logisticBlogItem .logisticGalleryMini .logisticGalleryMiniItem a img {
    border-radius: 10px;
    transition: all 0.4s ease;
}

.logisticBlogSidebar .logisticBlogItem .logisticGalleryMini .logisticGalleryMiniItem a:hover img {
    transform: scale(1.1);
}

.logisticBlogSidebar .logisticBlogItem .logisticBlogTagsItems {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.logisticBlogSidebar .logisticBlogItem .logisticBlogTagsItems .logisticBlogTagsItem {
    border-radius: 50px;
    font-family: "Varela Round", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    padding: 6px 25px;
    background: linear-gradient(90deg, #9194FB 0.23%, #B2AEFF 99.64%);
}

.logisticPagination .pagination {
    gap: 10px;
}

.logisticPagination .pagination li a {
    background: transparent;
    border: 1px solid #7373ed;
    border-radius: 50px;
    color: #000000;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logisticPagination .pagination li:first-child .page-link {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.logisticPagination .pagination li:last-child .page-link {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.logisticPagination .pagination li.active .page-link {
    background: #7373ed;
}


/*-----------------------------------------------------------------------------------

   Template Name: foxhub
  Author: Webstrot
  Version: 1.0.0
*/


/************ TABLE OF CONTENTS ***************

  01. our product services
  02. our process
  03. our process slider
  04. product services
  05. service center
  06. faq

**********************************************/


/*our product services*/

.logisticProductServices {
    padding: 80px 0;
}

.logisticProductServices .logisticProductServicesInner .logisticProductServiceCardGroup .row {
    gap: 30px 0;
}

.logisticProductServices .logisticProductServicesInner .logisticProductServiceCardGroup .logisticProductServicesCard {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.05);
    padding: 30px;
    height: 100%;
    transition: all 0.6s ease;
    position: relative;
    overflow: hidden;
}

.logisticProductServices .logisticProductServicesInner .logisticProductServiceCardGroup .logisticProductServicesCard:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: scale(0);
    transition: all 0.8s ease;
    border-radius: 50px;
}

.logisticProductServices .logisticProductServicesInner .firstcard {
    display: flex;
    flex-direction: row;
    margin: 0 10% 0 10%;
}

.logisticProductServices .logisticProductServicesInner .secondcard {
    display: flex;
    flex-direction: row;
    margin: 0 10% 0 10%;
}

.logisticProductServices .logisticProductServicesInner .firstcard .leftcard1 {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    width: 50%;
    margin: 30px;
    border: 1px solid #0019311A !important;
    border-radius: 5px;
    padding: 10px;
}

.logisticProductServices .logisticProductServicesInner .firstcard .leftcard1 .cbmcaltext {
    font-size: 22px;
}

.logisticProductServices .logisticProductServicesInner .firstcard .leftcard1 .cbmcalsubtext {
    margin: 15px 0 15px 0;
    font-size: 18px;
}

.logisticProductServices .logisticProductServicesInner .firstcard .leftcard1 .formchecks {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.logisticProductServices .logisticProductServicesInner .firstcard .rightcard1 .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 18px;
}

.logisticProductServices .logisticProductServicesInner .firstcard .leftcard1 .forminputs {
    display: flex;
    flex-direction: column;
    margin: 5px 20px 20px 20px;
}

.logisticProductServices .logisticProductServicesInner .secondcard .leftcard2 {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    width: 50%;
    margin: 30px;
    border: 1px solid #0019311A !important;
    border-radius: 5px;
    padding: 10px;
}

.logisticProductServices .logisticProductServicesInner .secondcard .leftcard2 span {
    font-size: 22px;
}

.logisticProductServices .logisticProductServicesInner .firstcard .rightcard1 {
    background-color: #fff;
    width: 45%;
    margin: 30px;
    border: 1px solid #0019311A !important;
    border-radius: 5px;
    padding: 10px;
    height: fit-content;
}

.logisticProductServices .logisticProductServicesInner .secondcard .rightcard2 {
    background-color: #fff;
    width: 35%;
    margin: 30px;
    border: 1px solid #0019311A !important;
    border-radius: 5px;
    padding: 10px;
    height: fit-content;
}

.logisticProductServices .logisticProductServicesInner .firstcard .rightcard1 .totalcbmright {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.logisticProductServices .logisticProductServicesInner .firstcard .rightcard1 .totalcbmright .totalcbmtext {
    margin: 0 0 0 30px;
    font-size: 24px;
}

.logisticProductServices .logisticProductServicesInner .logisticProductServiceCardGroup .logisticProductServicesCard .logisticProductServicesIcon {
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.logisticProductServices .logisticProductServicesInner .logisticProductServiceCardGroup .logisticProductServicesCard .logisticProductServicesIcon span {
    width: 100px;
    height: 100px;
    border-radius: 25px;
    background: linear-gradient(90deg, #9194FB 0.23%, #B2AEFF 99.64%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.logisticProductServices .logisticProductServicesInner .logisticProductServiceCardGroup .logisticProductServicesCard .logisticProductServicesIcon span:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: scale(0);
    transition: all 0.8s ease;
    border-radius: 25px;
}

.logisticProductServices .logisticProductServicesInner .logisticProductServiceCardGroup .logisticProductServicesCard .logisticProductServicesTxt {
    position: relative;
    z-index: 1;
}

.logisticProductServices .logisticProductServicesInner .logisticProductServiceCardGroup .logisticProductServicesCard .logisticProductServicesTxt h4 {
    color: #000000;
    font-family: "Viga", sans-serif;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 10px;
}

.logisticProductServices .logisticProductServicesInner .logisticProductServiceCardGroup .logisticProductServicesCard .logisticProductServicesTxt p {
    color: #000000;
    font-family: "Varela Round", sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}

.logisticProductServices .logisticProductServicesInner .logisticProductServiceCardGroup .logisticProductServicesCard .logisticProductServicesTxt a {
    margin: 0 auto;
}

.logisticProductServices .logisticProductServicesInner .logisticProductServiceCardGroup .logisticProductServicesCard:hover:after {
    background: linear-gradient(90deg, #9194FB 0.23%, #B2AEFF 99.64%);
    transform: scale(1.1);
}

.logisticProductServices .logisticProductServicesInner .logisticProductServiceCardGroup .logisticProductServicesCard:hover .logisticProductServicesIcon {
    margin-bottom: 40px;
}

.logisticProductServices .logisticProductServicesInner .logisticProductServiceCardGroup .logisticProductServicesCard:hover .logisticProductServicesIcon span:after {
    background: linear-gradient(90deg, #111 0.23%, #111 99.64%);
    transform: scale(1.1);
}

.logisticProductServices .logisticProductServicesInner .logisticProductServiceCardGroup .logisticProductServicesCard:hover .logisticProductServicesIcon span img,
.logisticProductServices .logisticProductServicesInner .logisticProductServiceCardGroup .logisticProductServicesCard:hover .logisticProductServicesIcon span svg {
    position: relative;
    z-index: 1;
}

.logisticProductServices .logisticProductServicesInner .logisticProductServiceCardGroup .logisticProductServicesCard:hover .logisticProductServicesTxt a.secondaryBtn {
    background: linear-gradient(90deg, #111 0.23%, #111 99.64%);
}

.logisticProductServices .logisticProductServicesInner .logisticCommonBody .cbmcalculatorInner:before {
    width: 100%;
    border-width: 2px;
    border-color: #000000;
    position: absolute;
    border: 1px solid #0019311A !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px;
    opacity: 1;
    background: #fff;
}

.logisticProductServices .logisticProductServicesInner .logisticCommonBody .cbmcalculatorInner:after {
    position: absolute;
    border-radius: 5px;
    border: 1px solid #0019311A !important;
    border-color: #000000;
    border-width: 2px;
    opacity: 1;
    background: #fff;
    width: 100%;
    left: 0;
    top: 0;
}


/* .logisticProductServices .logisticProductServicesInner .logisticImage {
    animation: card-shift 12s ease-in-out infinite;
} */


/*our product services*/


/*our process*/

.logisticOurProcess .logisticOurProcessInner .logisticOurProcessGroup {
    position: relative;
}

.logisticOurProcess .logisticOurProcessInner .logisticOurProcessGroup .logisticCommonHead {
    margin-bottom: 40px;
}

.logisticOurProcess .logisticOurProcessInner .logisticOurProcessGroup .logisticOurProcessSlider .owlCarouselOurProcess .logisticOurProcessCard {
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    padding: 40px 30px;
}

.logisticOurProcess .logisticOurProcessInner .logisticOurProcessGroup .logisticOurProcessSlider .owlCarouselOurProcess .logisticOurProcessCard:after {
    content: "";
    opacity: 0.05;
    background: linear-gradient(90deg, #9194FB 0.23%, #B2AEFF 99.64%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.logisticOurProcess .logisticOurProcessInner .logisticOurProcessGroup .logisticOurProcessSlider .owlCarouselOurProcess .logisticOurProcessCard span.logisticOurProcessNumber {
    font-family: "Viga", sans-serif;
    font-size: 150px;
    font-weight: 400;
    opacity: 0.5;
    background: linear-gradient(183deg, #FFF -298.57%, rgba(255, 255, 255, 0) 76.03%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.logisticOurProcess .logisticOurProcessInner .logisticOurProcessGroup .logisticOurProcessSlider .owlCarouselOurProcess .logisticOurProcessCard h2 {
    color: #000000;
    font-family: "Viga", sans-serif;
    font-size: 36px;
    font-weight: 400;
}

.logisticOurProcess .logisticOurProcessInner .logisticOurProcessGroup .logisticOurProcessSlider .owlCarouselOurProcess .logisticOurProcessCard p {
    color: #000000;
    font-family: "Varela Round", sans-serif;
    font-size: 18px;
    font-weight: 400;
}


/*our process*/


/*our process slider*/

.owlCarouselBar {
    display: flex;
    align-items: center;
    gap: 20px;
    position: absolute;
    bottom: 10px;
    left: 0;
}

.owlCarouselBar .owlCarouselNav {
    display: flex;
    align-items: center;
    gap: 10px;
}

.owlCarouselBar .owlCarouselNav a {
    width: 80px;
    height: 80px;
    border: 1px solid #fff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #000000;
}

.owlCarouselBar .owlCarouselDots .owl-dot {
    width: 64px;
    height: 5px;
    border: 0;
    opacity: 0.2;
    background: #FFF;
}

.owlCarouselBar .owlCarouselDots .owl-dot.active {
    background: linear-gradient(90deg, #9194FB 0.23%, #B2AEFF 99.64%);
    opacity: 1;
}


/*our process slider*/


/* product services*/

.logisticProductServices {
    padding: 80px 0;
}

.logisticProductServices .logisticProductServicesInner .row {
    align-items: center;
}

.logisticProductServices .logisticProductServicesInner .logisticImage img {
    width: 100%;
}


/* product services */

.horizLine {
    border-top: 1px solid #fff;
}


/*service center*/

.logisticServiceCenter {
    padding: 80px 0;
}

.logisticServiceCenter .logisticServiceCenterInner .logisticCommonHead {
    margin-bottom: 40px;
}

.logisticServiceCenter .logisticServiceCenterInner .logisticServiceCenterBanner .logisticServiceBannerImg img {
    border-radius: 20px;
}


/*service center*/


/*faq*/

.logisticFaq {
    padding: 0 0 80px;
}

.logisticFaq .logisticFaqInner .logisticCommonHead {
    margin-bottom: 40px;
}

.logisticFaq .logisticFaqInner .logisticFaqAccordion .card {
    margin-bottom: 20px;
    border-top: 1px solid #727272;
    overflow: hidden;
}

.logisticFaq .logisticFaqInner .logisticFaqAccordion .card .card-header {
    background-color: #080808;
    padding: 0;
}

.logisticFaq .logisticFaqInner .logisticFaqAccordion .card .card-header a.btn {
    padding: 16px 40px 16px 16px;
    display: inline-block;
    width: 100%;
    text-align: left;
    background-color: #080808;
    color: #000000;
    border: 0;
    position: relative;
    font-family: "Viga", sans-serif;
    font-size: 24px;
    font-weight: 400;
}

.logisticFaq .logisticFaqInner .logisticFaqAccordion .card .card-header a.btn:focus {
    border: 0;
}

.logisticFaq .logisticFaqInner .logisticFaqAccordion .card .card-header a.btn:before {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 10px;
    display: inline-block;
    font-family: "FontAwesome";
}

.logisticFaq .logisticFaqInner .logisticFaqAccordion .card .card-header a.btn[aria-expanded=false]:before {
    content: "\f067";
}

.logisticFaq .logisticFaqInner .logisticFaqAccordion .card .card-header a.btn[aria-expanded=true]:before {
    content: "\f068";
}

.logisticFaq .logisticFaqInner .logisticFaqAccordion .card .card-body {
    background-color: #080808;
    color: #000000;
    border-top: 1px solid #727272;
    font-family: "Varela Round", sans-serif;
    font-size: 18px;
    font-weight: 400;
}


/*faq*/


/*-----------------------------------------------------------------------------------

   Template Name: foxhub
  Author: Webstrot
  Version: 1.0.0
*/


/************ TABLE OF CONTENTS ***************

  01. gallery

**********************************************/


/*gallery*/

.logisticGalleryGrid {
    padding: 80px 0;
}

.logisticGalleryGrid.logisticGalleryGrid4 .logisticGalleryGridInner {
    grid-template-columns: repeat(4, 1fr);
}

.logisticGalleryGrid.logisticGalleryGrid3 .logisticGalleryGridInner {
    grid-template-columns: repeat(3, 1fr);
}

.logisticGalleryGrid.logisticGalleryGrid2 .logisticGalleryGridInner {
    grid-template-columns: repeat(2, 1fr);
}

.logisticGalleryGrid .logisticGalleryGridInner {
    display: grid;
    gap: 15px;
}

.logisticGalleryGrid .logisticGalleryGridInner .logisticGalleryItem img {
    width: 100%;
    border-radius: 20px;
}


/*gallery*/

.galleryColumn {
    padding: 80px 0;
}

.galleryColumn .galleryCol {
    margin-bottom: 30px;
}

.loadMore {
    display: none;
}

.promo {
    transition: all 0.8s ease;
}

.promo:hover:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    content: "";
    background: #333333;
    opacity: 0.8;
}

.promo.image {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    background: #ed624f;
    overflow: hidden;
    border-radius: 5px;
}

.promo.image#waypoint {
    margin-top: 60px;
}

.promo.image img {
    display: block;
    position: relative;
    min-height: 100%;
    max-width: 100%;
    width: 100%;
    opacity: 0.95;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
}

.promo.image .caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 50px;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: transform 0.4s;
}

.promo.image .caption:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    pointer-events: none;
    content: "";
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.4s;
    -webkit-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
    transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
}

.promo.image .caption .plusIcon {
    opacity: 0;
    transition: all 0.6s ease;
}

.promo.image .caption .plusIcon:hover {
    transform: rotate(360deg);
}

.promo.image .caption .plusIcon img {
    width: 50px;
    height: 50px;
    z-index: 10;
}

.promo.image .caption h3 {
    color: white;
    font-family: sans-serif;
    opacity: 0;
    margin: 75px 0 15px 0;
    font-size: 28px;
}

.promo.image .caption a {
    display: block;
    color: white;
    font-family: sans-serif;
    text-transform: uppercase;
    opacity: 0;
}

.promo.image .caption hr {
    width: 0;
    border-width: 0;
}

.promo.image.visible a,
.promo.image.visible h3,
.promo.image.visible .plusIcon,
.promo.image:hover a,
.promo.image:hover h3,
.promo.image:hover .plusIcon {
    animation: fadein ease-in 0.6s;
    animation-fill-mode: forwards;
    animation-delay: 0.4s;
}

.promo.image.visible img,
.promo.image:hover img {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.promo.image.visible .caption:before,
.promo.image:hover .caption:before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
}

#waypoint {
    pointer-events: none;
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/*-----------------------------------------------------------------------------------

   Template Name: foxhub
  Author: Webstrot
  Version: 1.0.0
*/


/************ TABLE OF CONTENTS ***************

  01. our agent

**********************************************/


/*our agent*/

.logisticOurAgent.logisticOurTeam {
    padding: 80px 0;
}


/*our agent*/


/*-----------------------------------------------------------------------------------

   Template Name: foxhub
  Author: Webstrot
 Version: 1.0.0
*/


/************ TABLE OF CONTENTS ***************

  01. agent single
  02. personal experience

**********************************************/


/*agent single*/

.logisticAgentSingle {
    padding: 80px 0;
}

.logisticAgentSingle .logisticAgentSingleInner .row {
    align-items: center;
}

.logisticAgentSingle .logisticAgentSingleInner .logisticAgentSingleContent .logisticAgentHead {
    margin-bottom: 20px;
}

.logisticAgentSingle .logisticAgentSingleInner .logisticAgentSingleContent .logisticAgentHead h5 {
    color: #000000;
    font-family: "Viga", sans-serif;
    font-size: 46px;
    font-weight: 400;
}

.logisticAgentSingle .logisticAgentSingleInner .logisticAgentSingleContent .logisticAgentHead small {
    color: #000000;
    font-family: "Varela Round", sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.logisticAgentSingle .logisticAgentSingleInner .logisticAgentSingleContent span {
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-style: italic;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 20px;
}

.logisticAgentSingle .logisticAgentSingleInner .logisticAgentSingleContent p {
    color: #000000;
    font-family: "Varela Round", sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.logisticAgentSingle .logisticAgentSingleInner .logisticAgentSingleContent .logisticAgentTbl tbody tr th {
    color: #000000;
    font-family: "Viga", sans-serif;
    font-size: 26px;
    font-weight: 400;
}

.logisticAgentSingle .logisticAgentSingleInner .logisticAgentSingleContent .logisticAgentTbl tbody tr td {
    color: #000000;
    font-family: "Varela Round", sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.logisticAgentSingle .logisticAgentSingleInner .logisticAgentSingleContent .logisticAgentSocial {
    display: flex;
    align-items: center;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.logisticAgentSingle .logisticAgentSingleInner .logisticAgentSingleContent .logisticAgentSocial li a.whatsapp:hover svg path,
.logisticAgentSingle .logisticAgentSingleInner .logisticAgentSingleContent .logisticAgentSocial li a.facebook:hover svg path,
.logisticAgentSingle .logisticAgentSingleInner .logisticAgentSingleContent .logisticAgentSocial li a.twitter:hover svg path {
    fill: #9194FB;
}

.logisticAgentSingle .logisticAgentSingleInner .logisticAgentSingleContent .logisticAgentSocial li a.instagram:hover svg path {
    stroke: #9194FB;
}

.logisticAgentSingle .logisticAgentSingleInner .logisticAgentSingleContent .logisticProgress {
    margin-top: 25px;
}

.logisticAgentSingle .logisticAgentSingleInner .logisticAgentSingleContent .logisticProgress .logisticProgressBar {
    margin-bottom: 20px;
}

.logisticAgentSingle .logisticAgentSingleInner .logisticAgentSingleContent .logisticProgress .logisticProgressBar .logisticProgContant {
    margin-bottom: 10px;
}

.logisticAgentSingle .logisticAgentSingleInner .logisticAgentSingleContent .logisticProgress .logisticProgressBar .logisticProgContant .logisticProgName h2 {
    color: #000000;
    font-family: "Viga", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.logisticAgentSingle .logisticAgentSingleInner .logisticAgentSingleContent .logisticProgress .logisticProgressBar .logisticProgContant .logisticProgPercent span {
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.logisticAgentSingle .logisticAgentSingleInner .logisticAgentSingleContent .logisticProgress .logisticProgressBar .progress {
    height: 10px;
}

.logisticAgentSingle .logisticAgentSingleInner .logisticAgentSingleContent .logisticProgress .logisticProgressBar .progress .progress-bar {
    border-radius: 10px;
}

.logisticAgentSingle .logisticAgentSingleInner .logisticAgentSingleContent .logisticProgress .logisticProgressBar .progress.progressOrderReceived .progress-bar {
    background: linear-gradient(90deg, #FAB71E 0.23%, #FBDC94 99.64%);
}

.logisticAgentSingle .logisticAgentSingleInner .logisticAgentSingleContent .logisticProgress .logisticProgressBar .progress.progressCustomsProcessing .progress-bar {
    background: linear-gradient(90deg, #9194FB 0.23%, #B2AEFF 99.64%);
}

.logisticAgentSingle .logisticAgentSingleInner .logisticAgentSingleContent .logisticProgress .logisticProgressBar .progress.progressCustomsClearance .progress-bar {
    background: linear-gradient(90deg, #FD6B6B 0.23%, #FE8783 99.64%);
}


/*agent single*/


/*personal experience*/

.logisticPersonalExperience {
    padding: 40px 0;
}


/*personal experience*/


/*-----------------------------------------------------------------------------------

   Template Name: foxhub
  Author: Webstrot
  Version: 1.0.0
*/


/************ TABLE OF CONTENTS ***************

  01. contact us
  02. map

**********************************************/


/*contact us*/

.logisticContactUs {
    padding: 80px 0;
}

.logisticContactUs .logisticCapabilitiesCardGroup {
    margin: 50px 0 0px;
}

.logisticContactUs .logisticCapabilitiesCardGroup .logisticCapabilitiesCard {
    padding: 40px;
    position: relative;
}

.logisticContactUs .logisticCapabilitiesCardGroup .logisticCapabilitiesCard::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 30px;
    padding: 1px;
    background: linear-gradient(80deg, #017821 13.83%, #091fd0 70.07%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    background-size: 300% 300%;
    z-index: -1;
}

.logisticContactUs .logisticCapabilitiesCardGroup .logisticCapabilitiesCard h4 {
    color: #000000;
    text-align: center;
    font-family: "Viga", sans-serif;
    font-size: 36px;
    font-weight: 400;
}

.logisticContactUs .logisticCapabilitiesCardGroup .logisticCapabilitiesCard a {
    color: #000000;
    text-align: center;
    font-family: "Varela Round", sans-serif;
    font-size: 18px;
    font-weight: 400;
    display: block;
}


/*contact us*/


/*map*/

.logisticMap .logisticMapInner .logisticMapLocation iframe {
    border-radius: 40px;
    width: 100%;
    height: 550px;
}


/*map*/


/*-----------------------------------------------------------------------------------

   Template Name: foxhub
  Author: Webstrot
  Version: 1.0.0
*/


/************ TABLE OF CONTENTS ***************

  01. faq
  03. contact details
  02. map

**********************************************/


/*faq*/

.logisticFaqSec {
    padding: 80px 0;
}

.logisticFaqSec .logisticCommonHead {
    margin-bottom: 40px;
}

.logisticFaqSec .logisticFaqAccordion #accordion {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.logisticFaqSec .logisticFaqAccordion #accordion .logisticShipAccordionCard {
    display: flex;
    align-items: center;
    gap: 20px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1882352941);
    background: rgba(255, 255, 255, 0.02);
    padding: 20px;
}

.logisticFaqSec .logisticFaqAccordion #accordion .logisticShipAccordionCard .card {
    background-color: transparent;
    width: 100%;
    border: 0;
}

.logisticFaqSec .logisticFaqAccordion #accordion .logisticShipAccordionCard .card .card-header {
    padding: 0;
    background-color: transparent;
    border: 0;
}

.logisticFaqSec .logisticFaqAccordion #accordion .logisticShipAccordionCard .card .card-header:focus {
    border: 0;
}

.logisticFaqSec .logisticFaqAccordion #accordion .logisticShipAccordionCard .card .card-header a {
    color: #000000;
    font-family: "Viga", sans-serif;
    font-size: 20px;
    font-weight: 400;
    padding: 0;
    display: inline-block;
    width: 100%;
    text-align: left;
    border: 0;
    position: relative;
}

.logisticFaqSec .logisticFaqAccordion #accordion .logisticShipAccordionCard .card .card-header a:focus {
    border: 0;
}

.logisticFaqSec .logisticFaqAccordion #accordion .logisticShipAccordionCard .card .card-header a:after {
    content: "\f107";
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.2s ease;
    transform: rotate(-90deg);
}

.logisticFaqSec .logisticFaqAccordion #accordion .logisticShipAccordionCard .card .card-header a[aria-expanded=true] {
    margin-bottom: 10px;
}

.logisticFaqSec .logisticFaqAccordion #accordion .logisticShipAccordionCard .card .card-header a[aria-expanded=true]:after {
    transform: rotate(0deg);
}

.logisticFaqSec .logisticFaqAccordion #accordion .logisticShipAccordionCard .card .card-body {
    padding: 0;
    border: 0;
}

.logisticFaqSec .logisticFaqAccordion #accordion .logisticShipAccordionCard .card .card-body p {
    color: #000000;
    font-family: "Varela Round", sans-serif;
    font-size: 18px;
    font-weight: 400;
}


/*faq*/


/*contact details*/

.logisticContactDetails {
    padding: 0px 0 80px;
}

.logisticContactDetails .logisticCapabilitiesCardGroup {
    margin: 0px 0 20px;
}

.logisticContactDetails .logisticCapabilitiesCardGroup .logisticCapabilitiesCard {
    padding: 40px;
    position: relative;
}

.logisticContactDetails .logisticCapabilitiesCardGroup .logisticCapabilitiesCard::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 30px;
    padding: 1px;
    background: linear-gradient(80deg, #017821 13.83%, #091fd0 70.07%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    background-size: 300% 300%;
    z-index: -1;
}

.logisticContactDetails .logisticCapabilitiesCardGroup .logisticCapabilitiesCard h4 {
    color: #000000;
    text-align: center;
    font-family: "Viga", sans-serif;
    font-size: 36px;
    font-weight: 400;
}

.logisticContactDetails .logisticCapabilitiesCardGroup .logisticCapabilitiesCard a {
    color: #000000;
    text-align: center;
    font-family: "Varela Round", sans-serif;
    font-size: 18px;
    font-weight: 400;
    display: block;
}


/*contact details*/


/*map*/

.logisticMap .logisticMapInner .logisticMapLocation iframe {
    border-radius: 40px;
    width: 100%;
    height: 550px;
}


/*map*/


/*-----------------------------------------------------------------------------------

   Template Name: foxhub
  Author: Webstrot
  Version: 1.0.0
*/


/************ TABLE OF CONTENTS ***************

  01. header
  02. banner
  03. Trusted by 50+ Users
  04. Track Packet
  05. More Than Features
  06. Our Agent
  07. About
  08. Pricing Plans
  09. Shipping Easy steps
  10. Gallery
  11. Our Blog
  12. footer

**********************************************/

.indxMain3 {
    background-color: #000000;
}


/*header*/

.logisticTrackHeader {
    position: fixed;
    top: 0;
    background-color: transparent;
    z-index: 9999;
    padding: 10px 0;
}

.logisticTrackHeader.headerActive {
    position: fixed;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    background-color: #000000;
    animation: slideDown 0.35s ease-out;
    top: 0;
    z-index: 999;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

.logisticTrackHeader .logisticTrackHeaderInner {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}

.logisticTrackHeader .logisticTrackHeaderInner .logisticSearch .control {
    position: relative;
    cursor: pointer;
}

.logisticTrackHeader .logisticTrackHeaderInner .logisticSearch .control .btn-material {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    box-sizing: border-box;
    background: rgb(222, 67, 4);
    outline: 0;
    transform-origin: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 999;
}

.logisticTrackHeader .logisticTrackHeaderInner .logisticSearch .control .btn-material:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.logisticTrackHeader .logisticTrackHeaderInner .logisticSearch .control .icon-material-search {
    color: #000000;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: opacity 0.3s ease-in-out;
    transform: translate(-50%, -50%);
    width: 20px;
}

.logisticTrackHeader .logisticTrackHeaderInner .logisticMainMenu ul {
    align-items: center;
    top: 44px;
}

.logisticTrackHeader .logisticTrackHeaderInner .logisticMainMenu ul li {
    display: flex;
    align-items: center;
}

.logisticTrackHeader .logisticTrackHeaderInner .logisticMainMenu ul li a {
    font-size: 18px;
    color: #000;
    font-weight: 400;
}

.logisticTrackHeader .logisticTrackHeaderInner .logisticMainMenu ul li.trackHeaderLogo {
    padding: 0 40px;
}

.logisticTrackHeader .logisticTrackHeaderInner .logisticMainMenu ul.dropdown-menu li a {
    color: #111;
    font-size: 16px;
    padding: 4px 10px;
}

.logisticTrackHeader .logisticTrackHeaderInner .logisticMainMenu ul.dropdown-menu li a:hover {
    background: linear-gradient(270deg, #F05A00 0%, #CB2D06 99.37%);
    color: #000000;
}

.logisticTrackHeader .logisticTrackHeaderInner .logisticTrackLogin a {
    font-size: 18px;
    color: #000;
    font-weight: 400;
}

.logisticTrackHeader .logisticTrackMobHeaderInner {
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}

.logisticTrackHeader .logisticTrackMobHeaderInner .logisticTrackMobHeaderRight {
    align-items: center;
    gap: 20px;
}

.logisticTrackMobHeaderInner .logisticTrackMobHeaderRight .logisticSearch .control {
    position: relative;
    cursor: pointer;
}

.logisticTrackMobHeaderInner .logisticTrackMobHeaderRight .logisticSearch .control .btn-material {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    box-sizing: border-box;
    background: rgb(222, 67, 4);
    outline: 0;
    transform-origin: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 999;
}

.logisticTrackMobHeaderInner .logisticTrackMobHeaderRight .logisticSearch .control .btn-material:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.logisticTrackMobHeaderInner .logisticTrackMobHeaderRight .logisticSearch .control .icon-material-search {
    color: #000000;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: opacity 0.3s ease-in-out;
    transform: translate(-50%, -50%);
    width: 20px;
}

.logisticResponsiveMobMenu nav.logisticFullScreenOverlayMenu:before {
    background: rgb(222, 67, 4);
}


/*header*/


/*banner*/

.logisticTrackBanner {
    position: relative;
    background-color: #000000;
}

.logisticTrackBanner::before {
    position: absolute;
    content: "";
    background-image: url(../images/home-truck/bg1.png);
    background-position: top;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
}

.logisticTrackBanner .logisticTrackBannerInner {
    position: relative;
    z-index: 1;
}

.logisticTrackBanner .logisticTrackBannerInner .logisticTrackBannerContent h1 {
    text-align: center;
    text-shadow: 7px 25px 20px rgba(185, 185, 185, 0.1);
    font-family: "Viga", sans-serif;
    font-size: 400px;
    font-weight: 400;
    background: linear-gradient(180deg, #FFF 6.62%, rgba(255, 255, 255, 0) 133.75%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.logisticTrackBanner .logisticTrackBannerInner .logisticTrackBannerContent img {
    position: relative;
    transform: translateX(-50%);
    left: 50%;
    margin-top: -230px;
}


/*banner*/


/*Trusted by 50+ Users*/

.logisticTrustedUsers {
    padding: 80px 0;
}

.logisticTrustedUsers .logisticTrustedUsersInner {
    text-align: center;
}

.logisticTrustedUsers .logisticTrustedUsersInner span {
    display: inline-block;
    color: #888888;
    font-family: "Varela Round", sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}

.logisticTrustedUsers .logisticTrustedUsersInner .nav {
    justify-content: center;
    gap: 20px;
}


/*Trusted by 50+ Users*/


/*Track Packet*/

.logisticTracPacket .logisticTracPacketInner {
    border-radius: 10px;
    background: linear-gradient(270deg, #F05A00 0%, #CB2D06 99.37%);
    padding: 40px 80px;
    margin-top: 110px;
}

.logisticTracPacket .logisticTracPacketInner .logisticTracPacketRow {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 100px;
    align-items: center;
}

.logisticTracPacket .logisticTracPacketInner .logisticTracPacketRow .logisticTrackPacketCol h2 {
    color: #000000;
    font-family: "Viga", sans-serif;
    font-size: 46px;
    font-weight: 400;
    position: relative;
    margin-bottom: 30px;
}

.logisticTracPacket .logisticTracPacketInner .logisticTracPacketRow .logisticTrackPacketCol h2::before {
    position: absolute;
    left: 0;
    content: "";
    bottom: -15px;
    width: 100px;
    height: 3px;
    background-color: #000000;
}

.logisticTracPacket .logisticTracPacketInner .logisticTracPacketRow .logisticTrackPacketCol p {
    color: #000000;
    font-family: "Varela Round", sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.logisticTracPacket .logisticTracPacketInner .logisticTracPacketRow .logisticTrackPacketCol .logisticTrackPackerForm form {
    position: relative;
    padding: 4px;
    border-radius: 6px;
}

.logisticTracPacket .logisticTracPacketInner .logisticTracPacketRow .logisticTrackPacketCol .logisticTrackPackerForm form::before {
    position: absolute;
    border-radius: 6px;
    opacity: 0.2;
    background: #FFF;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.logisticTracPacket .logisticTracPacketInner .logisticTracPacketRow .logisticTrackPacketCol .logisticTrackPackerForm form .input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.logisticTracPacket .logisticTracPacketInner .logisticTracPacketRow .logisticTrackPacketCol .logisticTrackPackerForm form input {
    background-color: transparent;
    border: 0;
    color: #000000;
}

.logisticTracPacket .logisticTracPacketInner .logisticTracPacketRow .logisticTrackPacketCol .logisticTrackPackerForm form input::placeholder {
    color: #000000;
}

.logisticTracPacket .logisticTracPacketInner .logisticTracPacketRow .logisticTrackPacketCol .logisticTrackPackerForm form .btn {
    font-family: "Varela Round", sans-serif;
    font-size: 16px;
    font-weight: 400;
    background-color: #000000;
    transition: all 0.5s ease;
}

.logisticTracPacket .logisticTracPacketInner .logisticTracPacketRow .logisticTrackPacketCol .logisticTrackPackerForm form .btn span {
    background: linear-gradient(270deg, #F05A00 0%, #CB2D06 99.37%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.5s ease;
}

.logisticTracPacket .logisticTracPacketInner .logisticTracPacketRow .logisticTrackPacketCol .logisticTrackPackerForm form .btn:hover {
    background: linear-gradient(270deg, #CB2D06 0%, #CB2D06 99.37%);
}

.logisticTracPacket .logisticTracPacketInner .logisticTracPacketRow .logisticTrackPacketCol .logisticTrackPackerForm form .btn:hover span {
    background: linear-gradient(0deg, #ffffff 0%, #ffffff 99.37%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.logisticTracPacket .logisticTracPacketInner .logisticTracPacketRow .logisticTrackPacketCol .logisticTrackPacket {
    margin: 0;
}

.logisticTracPacket .logisticTracPacketInner .logisticTracPacketRow .logisticTrackPacketCol .logisticTrackPacket img {
    margin-top: -130px;
}


/*Track Packet*/


/*More Than Features*/

.logisticMoreThanFeatures {
    padding: 80px 0;
}

.logisticMoreThanFeatures .logisticMoreThanFeaturesInner .logisticMoreFeaturesHead h2 {
    position: relative;
    margin-bottom: 50px;
}

.logisticMoreThanFeatures .logisticMoreThanFeaturesInner .logisticMoreFeaturesHead h2::before {
    position: absolute;
    left: 0;
    content: "";
    bottom: -15px;
    width: 100px;
    height: 3px;
    background: linear-gradient(270deg, #F05A00 0%, #CB2D06 99.37%);
}

.logisticMoreThanFeatures .logisticMoreThanFeaturesInner .logisticMoreFeaturesBox .logisticFeaturesInnerRow .logisticFeaturesBoxGroup {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.logisticMoreThanFeatures .logisticMoreThanFeaturesInner .logisticMoreFeaturesBox .logisticFeaturesInnerRow .logisticFeaturesBoxGroup .logisticFeaturesBox span {
    display: inline-block;
    margin-bottom: 20px;
}

.logisticMoreThanFeatures .logisticMoreThanFeaturesInner .logisticMoreFeaturesBox .logisticFeaturesInnerRow .logisticFeaturesBoxGroup .logisticFeaturesBox h4 {
    color: #111;
    font-family: "Viga", sans-serif;
    font-size: 32px;
    font-weight: 400;
}

.logisticMoreThanFeatures .logisticMoreThanFeaturesInner .logisticMoreFeaturesBox .logisticFeaturesInnerRow .logisticFeaturesBoxGroup .logisticFeaturesBox p {
    color: #888888;
    font-family: "Varela Round", sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.logisticMoreThanFeatures .logisticMoreThanFeaturesInner .logisticMoreFeaturesBox .logisticFeaturesInnerRow .logisticFeaturesBoxGroup .logisticFeaturesBodrBox {
    border: 2px solid #cfcece;
    padding: 30px;
    border-radius: 20px;
}

.logisticMoreThanFeatures .logisticMoreThanFeaturesInner .logisticMoreFeaturesBox .logisticFeaturesInnerRow .logisticFeaturesBoxGroup .logisticFeaturesBodrBox p {
    color: #111;
    font-family: "Viga", sans-serif;
    font-size: 22px;
    font-weight: 400;
}


/*More Than Features*/


/*Our Agent*/

.logisticOurAgent .logisticOurAgentInner .logisticOurAgentHead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.logisticOurAgent .logisticOurAgentInner .logisticOurAgentHead h2 {
    position: relative;
    margin-bottom: 50px;
}

.logisticOurAgent .logisticOurAgentInner .logisticOurAgentHead h2::before {
    position: absolute;
    left: 0;
    content: "";
    bottom: -15px;
    width: 100px;
    height: 3px;
    background: linear-gradient(270deg, #F05A00 0%, #CB2D06 99.37%);
}

.logisticOurAgent .logisticOurAgentInner .logisticOurAgentHead p {
    width: 40%;
    text-align: right;
    color: #888888;
    font-family: "Varela Round", sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.logisticOurAgent .logisticOurAgentInner .logisticOurAgentRow .logisticOurAgentCard {
    border-radius: 10px;
    background: #F0F0F0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.logisticOurAgent .logisticOurAgentInner .logisticOurAgentRow .logisticOurAgentCard * {
    transition: all 0.4s ease;
}

.logisticOurAgent .logisticOurAgentInner .logisticOurAgentRow .logisticOurAgentCard .logisticOurAgentCardHead {
    display: grid;
    grid-template-columns: 1fr 100px;
    gap: 10px;
}

.logisticOurAgent .logisticOurAgentInner .logisticOurAgentRow .logisticOurAgentCard .logisticOurAgentCardHead .logisticOurAgentName h5 a {
    color: #111;
    font-family: "Viga", sans-serif;
    font-size: 22px;
    font-weight: 400;
}

.logisticOurAgent .logisticOurAgentInner .logisticOurAgentRow .logisticOurAgentCard .logisticOurAgentCardHead .logisticOurAgentName span {
    color: #111;
    font-family: "Varela Round", sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.logisticOurAgent .logisticOurAgentInner .logisticOurAgentRow .logisticOurAgentCard .logisticOurAgentCardHead .logisticOurAgentProf img {
    border-radius: 5px;
}

.logisticOurAgent .logisticOurAgentInner .logisticOurAgentRow .logisticOurAgentCard .logisticOurAgentSocial ul {
    list-style: none;
    margin: 0;
    border-radius: 6px;
    background: linear-gradient(270deg, #F05A00 0%, #CB2D06 99.37%);
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    padding: 10px;
}

.logisticOurAgent .logisticOurAgentInner .logisticOurAgentRow .logisticOurAgentCard .logisticOurAgentSocial ul li a:hover img {
    transform: scale(1.1);
}

.logisticOurAgent .logisticOurAgentInner .logisticOurAgentRow .logisticOurAgentCard:hover {
    background: linear-gradient(270deg, #F05A00 0%, #CB2D06 99.37%);
}

.logisticOurAgent .logisticOurAgentInner .logisticOurAgentRow .logisticOurAgentCard:hover ul li a img {
    filter: brightness(40%) invert(1);
}

.logisticOurAgent .logisticOurAgentInner .logisticOurAgentRow .logisticOurAgentCard:hover .logisticOurAgentSocial ul {
    background: #fff;
}

.logisticOurAgent .logisticOurAgentInner .logisticOurAgentRow .logisticOurAgentCard:hover .logisticOurAgentCardHead .logisticOurAgentName h5 a {
    color: #000000;
}

.logisticOurAgent .logisticOurAgentInner .logisticOurAgentRow .logisticOurAgentCard:hover .logisticOurAgentCardHead .logisticOurAgentName span {
    color: #000000;
}

.logisticOurAgent .logisticOurAgentInner .logisticOurAgentRow .logisticOurAgentCard:hover .logisticOurAgentPara p {
    color: #000000;
}


/*Our Agent*/


/*About*/

.logisticTruckAbout {
    padding: 80px 0;
}

.logisticTruckAbout .logisticTruckAboutInner .logisticTruckAboutRow.logisticTruckAboutRow1 {
    position: relative;
    z-index: 2;
}

.logisticTruckAbout .logisticTruckAboutInner .logisticTruckAboutRow.logisticTruckAboutRow2 {
    margin-top: -80px;
}

.logisticTruckAbout .logisticTruckAboutInner .row {
    align-items: center;
}

.logisticTruckAbout .logisticTruckAboutInner .logisticTruckAboutImg.logisticTruckAboutImg1 {
    position: relative;
    padding: 20px;
}

.logisticTruckAbout .logisticTruckAboutInner .logisticTruckAboutImg.logisticTruckAboutImg1::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(270deg, #F05A00 0%, #CB2D06 99.37%);
    width: 300px;
    height: 100%;
}

.logisticTruckAbout .logisticTruckAboutInner .logisticTruckAboutImg.logisticTruckAboutImg1::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(270deg, #F05A00 0%, #CB2D06 99.37%);
    width: 300px;
    height: 90%;
    opacity: 0.5;
    z-index: 2;
}

.logisticTruckAbout .logisticTruckAboutInner .logisticTruckAboutImg.logisticTruckAboutImg1 img {
    position: relative;
    z-index: 1;
    width: 100%;
}

.logisticTruckAbout .logisticTruckAboutInner .logisticTruckAboutImg.logisticTruckAboutImg2 {
    position: relative;
    padding: 20px;
}

.logisticTruckAbout .logisticTruckAboutInner .logisticTruckAboutImg.logisticTruckAboutImg2::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background: linear-gradient(270deg, #F05A00 0%, #CB2D06 99.37%);
    width: 300px;
    height: 80%;
}

.logisticTruckAbout .logisticTruckAboutInner .logisticTruckAboutImg.logisticTruckAboutImg2 img {
    position: relative;
    z-index: 1;
    width: 100%;
}

.logisticTruckAbout .logisticTruckAboutInner .logisticTruckAboutTxt h2 {
    position: relative;
    margin-bottom: 30px;
    color: #111;
    font-family: "Viga", sans-serif;
    font-size: 46px;
    font-weight: 400;
}

.logisticTruckAbout .logisticTruckAboutInner .logisticTruckAboutTxt h2::before {
    position: absolute;
    right: 0;
    content: "";
    bottom: -15px;
    width: 100px;
    height: 3px;
    background: linear-gradient(270deg, #F05A00 0%, #CB2D06 99.37%);
}

.logisticTruckAbout .logisticTruckAboutInner .logisticTruckAboutTxt h4 {
    color: #111;
    font-family: "Viga", sans-serif;
    font-size: 32px;
    font-weight: 400;
}

.logisticTruckAbout .logisticTruckAboutInner .logisticTruckAboutTxt p {
    color: #888888;
    font-family: "Varela Round", sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.logisticTruckAbout .logisticTruckAboutInner .logisticTruckAboutTxt a {
    background: linear-gradient(270deg, #F05A00 0%, #CB2D06 99.37%);
    color: #000000;
    padding: 10px 25px;
}

.logisticTruckAbout .logisticTruckAboutInner .logisticTruckAboutTxt a:hover {
    background: linear-gradient(270deg, #CB2D06 0%, #F05A00 99.37%);
}

.logisticTruckAbout .logisticTruckAboutInner .logisticTruckAboutTxt.logisticTruckAboutTxt1 {
    text-align: right;
    padding: 60px 0;
}

.logisticTruckAbout .logisticTruckAboutInner .logisticTruckAboutTxt.logisticTruckAboutTxt2 {
    padding: 60px 0;
}


/*About*/


/*Pricing Plans*/

.logisticPricingPlans {
    position: relative;
    padding-top: 120px;
}

.logisticPricingPlans .logisticPricingPlansMask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.logisticPricingPlans .logisticPricingPlansMask h2 {
    color: #F6F6F6;
    font-family: "Viga", sans-serif;
    font-size: 200px;
    font-weight: 700;
    text-align: center;
}

.logisticPricingPlans .logisticPricingPlansInner h2 {
    color: #111;
    font-family: "Viga", sans-serif;
    font-size: 46px;
    font-weight: 400;
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}

.logisticPricingPlans .logisticPricingPlansInner h2::before {
    position: absolute;
    bottom: -20px;
    content: "";
    transform: translateX(-50%);
    left: 50%;
    width: 100px;
    height: 3px;
    background: linear-gradient(270deg, #F05A00 0%, #CB2D06 99.37%);
}

.logisticPricingPlans .logisticPricingPlansInner p {
    color: #888888;
    text-align: center;
    font-family: "Varela Round", sans-serif;
    font-size: 18px;
    font-weight: 400;
    width: 50%;
    margin: 0 auto;
}

.logisticPricingPlans .logisticPriceTbl {
    margin-top: 50px;
}

.logisticPricingPlans .logisticPriceTbl .logisticPriceTblInner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.logisticPricingPlans .logisticPriceTbl .logisticPriceTblInner .logisticPriceTblCard .logisticPriceTblHead {
    text-align: center;
    border: 1px solid #999;
    padding: 20px;
}

.logisticPricingPlans .logisticPriceTbl .logisticPriceTblInner .logisticPriceTblCard .logisticPriceTblHead h5 {
    color: #000;
    font-family: "Viga", sans-serif;
    font-size: 22px;
    font-weight: 400;
}

.logisticPricingPlans .logisticPriceTbl .logisticPriceTblInner .logisticPriceTblCard .logisticPriceTblHead p {
    color: #999;
    font-family: "Varela Round", sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
}

.logisticPricingPlans .logisticPriceTbl .logisticPriceTblInner .logisticPriceTblCard .logisticPriceTblHead h2 {
    color: #111;
    font-family: "Viga", sans-serif;
    font-size: 70px;
    font-weight: 400;
}

.logisticPricingPlans .logisticPriceTbl .logisticPriceTblInner .logisticPriceTblCard .logisticPriceTblHead h2 sup {
    color: #111;
    text-align: center;
    font-family: "Varela Round", sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.logisticPricingPlans .logisticPriceTbl .logisticPriceTblInner .logisticPriceTblCard .logisticPriceTblHead a {
    color: #111;
    font-family: "Varela Round", sans-serif;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #111;
}

.logisticPricingPlans .logisticPriceTbl .logisticPriceTblInner .logisticPriceTblCard .logisticPriceTblHead a:hover {
    background: linear-gradient(270deg, #F05A00 0%, #CB2D06 99.37%);
    color: #000000;
    border-color: #CB2D06;
}

.logisticPricingPlans .logisticPriceTbl .logisticPriceTblInner .logisticPriceTblCard .logisticPriceTblList .logisticPriceTblItem {
    border: 1px solid #999;
    padding: 10px;
    border-top: 0;
}

.logisticPricingPlans .logisticPriceTbl .logisticPriceTblInner .logisticPriceTblCard .logisticPriceTblList .logisticPriceTblItem:last-child {
    border-bottom-left-radius: 10px;
}

.logisticPricingPlans .logisticPriceTbl .logisticPriceTblInner .logisticPriceTblCard .logisticPriceTblList .logisticPriceTblItem p {
    color: #111;
    text-align: center;
    font-family: "Varela Round", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.logisticPricingPlans .logisticPriceTbl .logisticPriceTblInner .logisticPriceTblCard:nth-child(1) .logisticPriceTblHead,
.logisticPricingPlans .logisticPriceTbl .logisticPriceTblInner .logisticPriceTblCard:nth-child(1) .logisticPriceTblList .logisticPriceTblItem {
    border-right: 0;
}

.logisticPricingPlans .logisticPriceTbl .logisticPriceTblInner .logisticPriceTblCard:nth-child(2) .logisticPriceTblHead,
.logisticPricingPlans .logisticPriceTbl .logisticPriceTblInner .logisticPriceTblCard:nth-child(2) .logisticPriceTblList .logisticPriceTblItem {
    border-right: 0;
}


/*Pricing Plans*/


/*Shipping Easy steps*/

.logisticShippingEasySteps {
    padding: 80px 0;
    position: relative;
}

.logisticShippingEasySteps:after {
    position: absolute;
    background-image: url(../images/home-truck/bg2.png);
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    bottom: -280px;
    height: 100%;
    width: 851px;
    z-index: -1;
}

.logisticShippingEasySteps .logisticShippingEasyStepsInner .logisticShippingEasyHead h2 {
    color: #111;
    font-family: "Viga", sans-serif;
    font-size: 46px;
    font-weight: 400;
    position: relative;
    margin-bottom: 50px;
}

.logisticShippingEasySteps .logisticShippingEasyStepsInner .logisticShippingEasyHead h2::before {
    position: absolute;
    left: 0;
    content: "";
    bottom: -15px;
    width: 100px;
    height: 3px;
    background: linear-gradient(270deg, #F05A00 0%, #CB2D06 99.37%);
}

.logisticShippingEasySteps .logisticShippingEasyStepsInner .logisticShippingSteps .trackingShipping .tracking-list .tracking-item {
    position: relative;
}

.logisticShippingEasySteps .logisticShippingEasyStepsInner .logisticShippingSteps .trackingShipping .tracking-list .tracking-item .tracking-icon {
    position: absolute;
    left: 6px;
    top: 0px;
    display: flex;
    width: 30px;
    height: 30px;
    background: #EBEAED;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    color: #111;
    text-align: center;
    font-family: "Varela Round", sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.logisticShippingEasySteps .logisticShippingEasyStepsInner .logisticShippingSteps .trackingShipping .tracking-list .tracking-item .tracking-content {
    padding-left: 30px;
    margin-left: 20px;
    border-left: 3px solid #EBEAED;
    padding-bottom: 40px;
}

.logisticShippingEasySteps .logisticShippingEasyStepsInner .logisticShippingSteps .trackingShipping .tracking-list .tracking-item .tracking-content h5 {
    color: #111;
    font-family: "Viga", sans-serif;
    font-size: 22px;
    font-weight: 400;
}

.logisticShippingEasySteps .logisticShippingEasyStepsInner .logisticShippingSteps .trackingShipping .tracking-list .tracking-item .tracking-content p {
    color: rgba(17, 17, 17, 0.4);
    font-family: "Varela Round", sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
}

.logisticShippingEasySteps .logisticShippingEasyStepsInner .logisticShippingSteps .trackingShipping .tracking-list .tracking-item .tracking-content .trackingContentImg {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.logisticShippingEasySteps .logisticShippingEasyStepsInner .logisticShippingSteps .trackingShipping .tracking-list .tracking-item .tracking-content .trackingContentImg .trackingContent h6 {
    color: #111;
    font-family: "Viga", sans-serif;
    font-size: 22px;
    font-weight: 400;
}

.logisticShippingEasySteps .logisticShippingEasyStepsInner .logisticShippingSteps .trackingShipping .tracking-list .tracking-item .tracking-content .trackingContentImg .trackingContent p {
    color: rgba(17, 17, 17, 0.4);
    font-family: "Varela Round", sans-serif;
    font-size: 18px;
    font-weight: 400;
    width: 50%;
}

.logisticShippingEasySteps .logisticShippingEasyStepsInner .logisticShippingSteps .trackingShipping .tracking-list .tracking-item:first-child .tracking-content p {
    margin-bottom: 0;
}

.logisticShippingEasySteps .logisticShippingEasyStepsInner .logisticShippingSteps .trackingShipping .tracking-list .tracking-item:last-child .tracking-content {
    border-left: 0;
}

.logisticShippingEasySteps .logisticShippingEasyStepsInner .logisticShippingSteps .trackingMoreShippingDetail .btn {
    background: linear-gradient(270deg, #F05A00 0%, #CB2D06 99.37%);
    padding: 8px 40px;
    color: #000000;
    transition: all 0.4s ease;
}

.logisticShippingEasySteps .logisticShippingEasyStepsInner .logisticShippingSteps .trackingMoreShippingDetail .btn:hover {
    background: linear-gradient(270deg, #CB2D06 0%, #F05A00 99.37%);
}

.logisticShippingEasySteps .logisticShippingEasyStepsInner .logisticShippingStepsImg {
    display: flex;
    gap: 20px;
}


/*Shipping Easy steps*/


/*Gallery*/

.logisticTruckGallery {
    padding-top: 80px;
}

.logisticTruckGallery .logisticTruckGalleryInner .logisticTruckGalleryHead h2 {
    color: #111;
    font-family: "Viga", sans-serif;
    font-size: 46px;
    font-weight: 400;
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}

.logisticTruckGallery .logisticTruckGalleryInner .logisticTruckGalleryHead h2::before {
    position: absolute;
    bottom: -20px;
    content: "";
    transform: translateX(-50%);
    left: 50%;
    width: 100px;
    height: 3px;
    background: linear-gradient(270deg, #F05A00 0%, #CB2D06 99.37%);
}

.logisticTruckGallery .logisticTruckGalleryInner .logisticTruckGalleryHead p {
    color: #888888;
    text-align: center;
    font-family: "Varela Round", sans-serif;
    font-size: 18px;
    font-weight: 400;
    width: 50%;
    margin: 0 auto;
}

.logisticTruckGallery .logisticTruckGalleryInner .logisticTruckGalleryGroup {
    margin-top: 40px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.logisticTruckGallery .logisticTruckGalleryInner .logisticTruckGalleryGroup .logisticTruckGalleryItemRow {
    display: flex;
    gap: 15px;
}


/*Gallery*/


/*Our Blog*/

.logisticTruckOurBlog {
    padding: 80px 0;
}

.logisticTruckOurBlog .logisticTruckOurBlogInner .logisticTruckOurBlogHead h2 {
    color: #111;
    font-family: "Viga", sans-serif;
    font-size: 46px;
    font-weight: 400;
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}

.logisticTruckOurBlog .logisticTruckOurBlogInner .logisticTruckOurBlogHead h2::before {
    position: absolute;
    bottom: -20px;
    content: "";
    transform: translateX(-50%);
    left: 50%;
    width: 100px;
    height: 3px;
    background: linear-gradient(270deg, #F05A00 0%, #CB2D06 99.37%);
}

.logisticTruckOurBlog .logisticTruckOurBlogInner .logisticTruckOurBlogHead p {
    color: #888888;
    text-align: center;
    font-family: "Varela Round", sans-serif;
    font-size: 18px;
    font-weight: 400;
    width: 50%;
    margin: 0 auto;
}

.logisticTruckOurBlog .logisticTruckOurBlogInner .logisticTruckOurBlogCardGroup {
    margin-top: 40px;
}

.logisticTruckOurBlog .logisticTruckOurBlogInner .logisticTruckOurBlogCardGroup .logisticTruckOurBlogCardItem {
    position: relative;
    transition: all 0.4s ease;
}

.logisticTruckOurBlog .logisticTruckOurBlogInner .logisticTruckOurBlogCardGroup .logisticTruckOurBlogCardItem .logisticTruckOurBlogCardImg {
    position: relative;
}

.logisticTruckOurBlog .logisticTruckOurBlogInner .logisticTruckOurBlogCardGroup .logisticTruckOurBlogCardItem .logisticTruckOurBlogCardImg .logisticCalner {
    position: absolute;
    border-radius: 6px;
    background: linear-gradient(270deg, #F05A00 0%, #CB2D06 99.37%);
    padding: 10px;
    text-align: center;
    top: 10px;
    right: 10px;
}

.logisticTruckOurBlog .logisticTruckOurBlogInner .logisticTruckOurBlogCardGroup .logisticTruckOurBlogCardItem .logisticTruckOurBlogCardImg .logisticCalner img {
    width: 28px;
    margin-bottom: 4px;
}

.logisticTruckOurBlog .logisticTruckOurBlogInner .logisticTruckOurBlogCardGroup .logisticTruckOurBlogCardItem .logisticTruckOurBlogCardImg .logisticCalner p {
    color: #000000;
    font-family: "Varela Round", sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.logisticTruckOurBlog .logisticTruckOurBlogInner .logisticTruckOurBlogCardGroup .logisticTruckOurBlogCardItem .logisticTruckOurBlogCardImg img {
    border-radius: 10px;
}

.logisticTruckOurBlog .logisticTruckOurBlogInner .logisticTruckOurBlogCardGroup .logisticTruckOurBlogCardItem .logisticTruckOurBlogCardTxt {
    border-radius: 6px;
    background: #222;
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.08);
    padding: 20px;
    position: relative;
    margin: -70px 20px 0;
}

.logisticTruckOurBlog .logisticTruckOurBlogInner .logisticTruckOurBlogCardGroup .logisticTruckOurBlogCardItem .logisticTruckOurBlogCardTxt .logisticTruckOurBlogInnerLst {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
}

.logisticTruckOurBlog .logisticTruckOurBlogInner .logisticTruckOurBlogCardGroup .logisticTruckOurBlogCardItem .logisticTruckOurBlogCardTxt .logisticTruckOurBlogInnerLst .logisticTruckOurBlogInnerLstItem {
    display: flex;
    align-items: center;
    gap: 8px;
}

.logisticTruckOurBlog .logisticTruckOurBlogInner .logisticTruckOurBlogCardGroup .logisticTruckOurBlogCardItem .logisticTruckOurBlogCardTxt .logisticTruckOurBlogInnerLst .logisticTruckOurBlogInnerLstItem span {
    color: #000000;
}

.logisticTruckOurBlog .logisticTruckOurBlogInner .logisticTruckOurBlogCardGroup .logisticTruckOurBlogCardItem .logisticTruckOurBlogCardTxt p {
    margin-bottom: 0;
}

.logisticTruckOurBlog .logisticTruckOurBlogInner .logisticTruckOurBlogCardGroup .logisticTruckOurBlogCardItem .logisticTruckOurBlogCardTxt p a {
    color: #000000;
    font-family: "Viga", sans-serif;
    font-size: 22px;
    font-weight: 400;
}

.logisticTruckOurBlog .logisticTruckOurBlogInner .logisticTruckOurBlogCardGroup .logisticTruckOurBlogCardItem:hover .logisticTruckOurBlogCardTxt {
    background: linear-gradient(270deg, #F05A00 0%, #CB2D06 99.37%);
}


/*Our Blog*/

.logisticTruckOurNewsletter {
    position: relative;
    z-index: 2;
}

.logisticTruckOurNewsletter .logisticTruckOurNewsletterInner {
    border-radius: 15px;
    background: linear-gradient(270deg, #F05A00 0%, #CB2D06 99.37%);
    padding: 50px;
}

.logisticTruckOurNewsletter .logisticTruckOurNewsletterInner .logisticTruckOurNewsletterRow {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 50px;
}

.logisticTruckOurNewsletter .logisticTruckOurNewsletterInner .logisticTruckOurNewsletterRow .logisticTruckOurNewsletterCol .logisticTruckOurNewsletterHead h2 {
    color: #000000;
    font-family: "Viga", sans-serif;
    font-size: 46px;
    font-weight: 400;
}

.logisticTruckOurNewsletter .logisticTruckOurNewsletterInner .logisticTruckOurNewsletterRow .logisticTruckOurNewsletterCol .logisticTruckOurNewsletterHead p {
    margin-bottom: 0;
    color: #000000;
    font-family: "Varela Round", sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.logisticTruckOurNewsletter .logisticTruckOurNewsletterInner .logisticTruckOurNewsletterRow .logisticTruckOurNewsletterCol .logisticTruckOurNewsletterBtn form .input-group {
    position: relative;
}

.logisticTruckOurNewsletter .logisticTruckOurNewsletterInner .logisticTruckOurNewsletterRow .logisticTruckOurNewsletterCol .logisticTruckOurNewsletterBtn form .input-group::after {
    content: "";
    position: absolute;
    border-radius: 6px;
    opacity: 0.2;
    background: #FFF;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.logisticTruckOurNewsletter .logisticTruckOurNewsletterInner .logisticTruckOurNewsletterRow .logisticTruckOurNewsletterCol .logisticTruckOurNewsletterBtn form .input-group input {
    border: 0;
    background-color: transparent;
    color: #000000;
    height: 50px;
    z-index: 2;
    position: relative;
}

.logisticTruckOurNewsletter .logisticTruckOurNewsletterInner .logisticTruckOurNewsletterRow .logisticTruckOurNewsletterCol .logisticTruckOurNewsletterBtn form .input-group input::placeholder {
    color: #000000;
}

.logisticTruckOurNewsletter .logisticTruckOurNewsletterInner .logisticTruckOurNewsletterRow .logisticTruckOurNewsletterCol .logisticTruckOurNewsletterBtn form .input-group .btn {
    background: #FFF;
    color: #CB2D06;
    transition: all 0.6s ease;
}

.logisticTruckOurNewsletter .logisticTruckOurNewsletterInner .logisticTruckOurNewsletterRow .logisticTruckOurNewsletterCol .logisticTruckOurNewsletterBtn form .input-group .btn svg path {
    transition: all 0.6s ease;
}

.logisticTruckOurNewsletter .logisticTruckOurNewsletterInner .logisticTruckOurNewsletterRow .logisticTruckOurNewsletterCol .logisticTruckOurNewsletterBtn form .input-group .btn:hover {
    color: #111;
}

.logisticTruckOurNewsletter .logisticTruckOurNewsletterInner .logisticTruckOurNewsletterRow .logisticTruckOurNewsletterCol .logisticTruckOurNewsletterBtn form .input-group .btn:hover svg path {
    fill: #111;
}

.logisticTruckFooter {
    position: relative;
    overflow: hidden;
    background-color: #333333;
    margin-top: -90px;
    z-index: 1;
    padding-top: 80px;
}

.logisticTruckFooter:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/home-truck/mask.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.logisticTruckFooter .logisticFooterInner {
    padding: 80px 0;
    z-index: 1;
    position: relative;
}

.logisticTruckFooter .logisticFooterInner .logisticFooterRow {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 40px;
}

.logisticTruckFooter .logisticFooterInner .logisticFooterRow .logisticFooterInnerRow {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.logisticTruckFooter .logisticFooterInner .logisticFooterRow .lfColumn {
    width: fit-content;
    margin: 0 auto;
}

.logisticTruckFooter .logisticFooterInner .logisticFooterRow .lfColumn .lfLogo {
    margin-bottom: 20px;
}

.logisticTruckFooter .logisticFooterInner .logisticFooterRow .lfColumn .lfPara {
    color: #000000;
    font-family: "Varela Round", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-weight: bold;
    margin: 20px 0;
}

.logisticTruckFooter .logisticFooterInner .logisticFooterRow .lfColumn .lfSocialMediaIcon ul {
    gap: 10px;
}

.logisticTruckFooter .logisticFooterInner .logisticFooterRow .lfColumn .lfSocialMediaIcon ul li a {
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    padding: 0;
    width: 50px;
    height: 50px;
    border: double 1px transparent;
    border-radius: 50%;
    background: linear-gradient(270deg, #F05A00 0%, #CB2D06 99.37%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.logisticTruckFooter .logisticFooterInner .logisticFooterRow .lfColumn .lfSocialMediaIcon ul li a i.fa,
.logisticTruckFooter .logisticFooterInner .logisticFooterRow .lfColumn .lfSocialMediaIcon ul li a svg {
    transition: all 0.4s ease;
}

.logisticTruckFooter .logisticFooterInner .logisticFooterRow .lfColumn .lfSocialMediaIcon ul li a:hover i.fa,
.logisticTruckFooter .logisticFooterInner .logisticFooterRow .lfColumn .lfSocialMediaIcon ul li a:hover svg {
    transform: rotate(360deg);
}

.logisticTruckFooter .logisticFooterInner .logisticFooterRow .lfColumn .logisticFooterHead h4 {
    color: #000000;
    font-family: "Viga", sans-serif;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 25px;
}

.logisticTruckFooter .logisticFooterInner .logisticFooterRow .lfColumn .logisticFooterLink ul {
    gap: 10px;
}

.logisticTruckFooter .logisticFooterInner .logisticFooterRow .lfColumn .logisticFooterLink ul li a {
    color: #000000;
    font-family: "Varela Round", sans-serif;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding: 0px 0px 0px 20px;
}

.logisticTruckFooter .logisticFooterInner .logisticFooterRow .lfColumn .logisticFooterLink ul li a:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 50px;
    background-color: #000000;
    top: 9px;
    left: 0;
}

.logisticTruckFooter .logisticFooterInner .logisticFooterRow .lfColumn .logisticFooterLink ul li a:hover {
    color: #ed5600;
}

.logisticTruckFooter .logisticFooterInner .logisticFooterRow .lfColumn .logisticFooterLink ul li a:hover:before {
    background-color: #ed5600;
}

.logisticTruckFooter .logisticFooterInner .logisticFooterRow .lfColumn .logisticFooterLink .contactUs li a {
    display: grid;
    grid-template-columns: 20px 1fr;
    gap: 10px;
    padding-left: 0;
}

.logisticTruckFooter .logisticFooterInner .logisticFooterRow .lfColumn .logisticFooterLink .contactUs li a img {
    margin-top: 7px;
}

.logisticTruckFooter .logisticFooterInner .logisticFooterRow .lfColumn .logisticFooterLink .contactUs li a:before {
    content: unset;
}

.logisticTruckFooter .logisticFooterCopyright {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding: 20px;
}

.logisticProductServices .logisticProductServicesInner .cbmh1 {
    font-size: 60px;
}

.logisticProductServices .logisticProductServicesInner .cbmh2 {
    margin: 50px 0;
}

.logisticProductServices .logisticProductServicesInner .firstcard .accordion .accordion-item .totalcbmright .totalcbmtext {
    font-size: 24px;
    font-weight: bold;
    margin-right: 20px;
}

.logisticTruckFooter .logisticFooterCopyright p {
    color: #000000;
    font-family: "Varela Round", sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.logisticTruckFooter .logisticFooterCopyright p a {
    color: #000000;
    text-decoration: none;
}

.logisticTruckFooter .logisticFooterCopyright p a:hover {
    text-decoration: underline;
    color: #9f9ffd;
}


/*# sourceMappingURL=style.css.map */