.sectionContainer {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

.cards-wrapper {
    margin-top: -5%;
}

.fullsize-video-bg:before {
    top: -18px;
}

.fullsize-video-bg {
    margin-top: 0%;
}

.fullsize-video-bg .inner {
    margin-top: 15%;
}

div.mp-cards {
    position: relative;
    z-index: 3;
}

div.mp-card div.mp-card-title h2 small {
    letter-spacing: -0.025em;
    line-height: 25px;
}

.mainVideoText {
    color: #fff;
    line-height: 1.3em !important;
}

.fullsize-video-bg:before {
    background: none;
}

.fullsize-video-bg .inner {
    margin-top: 20%;
}

.card {
    box-shadow: 0 0 2.5em -1em rgb(0 0 0 / 57%);
}

.fullsize-video-bg .inner>div {
    text-align: left;
}



/* top boxes start */

.card-box-animation {
    opacity: 0;
}

.card-box-animation.start {
    animation: fhsseq .5s ease-out forwards;
    -webkit-animation: fhsseq .5s ease-out forwards;
    -moz-animation: fhsseq .5s ease-out forwards;
    -ms-animation: fhsseq .5s ease-out forwards;
    -o-animation: fhsseq .5s ease-out forwards;
}

.card-box-animation:nth-child(1) {
    animation-delay: 1s;
}

.card-box-animation:nth-child(2) {
    animation-delay: 1.5s;
}

.card-box-animation:nth-child(3) {
    animation-delay: 2s;
}

@keyframes fhsseq {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 0.2;
    }

    50% {
        opacity: 0.4;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fhsseq {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 0.2;
    }

    50% {
        opacity: 0.4;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fhsseq {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 0.2;
    }

    50% {
        opacity: 0.4;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fhsseq {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 0.2;
    }

    50% {
        opacity: 0.4;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fhsseq {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 0.2;
    }

    50% {
        opacity: 0.4;
    }

    100% {
        opacity: 1;
    }
}

/* top boxes end */

.featured-icon-textbox {
    height: 100px;
}

.featured-icon-textbox h2 {
    font-size: 25px;
    line-height: 30px;
}

/* harness-market start */

.container-harness {
    position: relative;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-harness .cards-harness {
    position: relative;
    width: 300px;
    height: 460px;
    background: #000;
    flex: 25%;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
}

.container-harness .cards-harness:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    widows: 50%;
    height: 100%;
    background: rgba(255, 255, 255, .1);
    z-index: 20;
    pointer-events: none;
}

.container-harness .cards-harness:nth-child(1) {
    background: #fff;
}

.container-harness .cards-harness:nth-child(1) .overlay {
    background: #fff;
}

.container-harness .cards-harness:nth-child(2) {
    background: #fff;
}

.container-harness .cards-harness:nth-child(2) .overlay {
    background: #fff;
}

.container-harness .cards-harness:nth-child(3) {
    background: #fff;
}

.container-harness .cards-harness:nth-child(3) .overlay {
    background: #fff;
}

.container-harness .cards-harness:nth-child(4) {
    background: #fff;
}

.container-harness .cards-harness:nth-child(4) .overlay {
    background: #fff;
}

.container-harness .cards-harness .imgBx {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    text-align: center;

}

.container-harness .cards-harness .imgBx h2 {
    margin: 10px 0 0;
    padding: 0;
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.container-harness .cards-harness .overlay {
    position: absolute;
    bottom: 20px;
    width: 130px;
    height: 50px;
    background: #fff;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
    cursor: pointer;
    margin-left: 28%;
}

.container-harness .cards-harness .overlay:hover {
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    box-shadow: none;
    opacity: 1;
    border-radius: 0;
}

.container-harness .cards-harness .overlay:before {
    content: 'Know more';
    width: 130px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #132659;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition-delay: 0.5s;
}

.container-harness .cards-harness .overlay:hover:before {
    display: none;
    transition-delay: 0s;
}

.container-harness .cards-harness .content {
    padding: 20px;
    box-sizing: border-box;
    z-index: 1;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: 0s;
    color: #fff;
    position: absolute;
    top: 0;
}

.container-harness .cards-harness .overlay:hover~.content {
    opacity: 1;
    visibility: visible;
    transition: 0.2s;
}

.container-harness .cards-harness .content h2 {
    margin: 0;
    padding: 0;
}

.container-harness .cards-harness .content p {
    font-size: 20px;
}

.imgBx img {
    width: 100%;
    height: 55%;
}

/* harness-market end */


/* truck start */

.truck-button {
    --color: #fff;
    --background: #2B3044;
    --tick: #16BF78;
    --base: #0D0F18;
    --wheel: #2B3044;
    --wheel-inner: #132659;
    --wheel-dot: #fff;
    --back: #132659;
    --back-inner: #132659;
    --back-inner-shadow: #132659;
    --front: #A6ACCD;
    --front-shadow: #132659;
    --front-light: #FFF8B1;
    --window: #2B3044;
    --window-shadow: #404660;
    --street: #CB0E20;
    --street-fill: #a50a1a;
    --box: #DCB97A;
    --box-shadow: #B89B66;
    cursor: pointer;
    text-align: center;
    position: relative;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    transform-style: preserve-3d;
    transform: rotateX(var(--rx, 0deg)) translateZ(0);
    transition: transform 0.5s, border-radius 0.3s linear var(--br-d, 0s);
}

.truck-button:before,
.truck-button:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 6px;
    display: block;
    background: var(--b, var(--street));
    transform-origin: 0 100%;
    transform: rotateX(90deg) scaleX(var(--sy, 1));
}

.truck-button:after {
    --sy: var(--progress, 0);
    --b: var(--street-fill);
}

.truck-button .default,
.truck-button .success {
    display: block;
    opacity: var(--o, 1);
    transition: opacity 0.3s;
}

.truck-button .success {
    --o: 0;
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
}

.truck-button .success svg {
    width: 12px;
    height: 10px;
    display: inline-block;
    vertical-align: top;
    fill: none;
    margin: 7px 0 0 4px;
    stroke: var(--tick);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: var(--offset, 16px);
    transition: stroke-dashoffset 0.4s ease 0.45s;
}

.truck-button .truck {
    position: absolute;
    width: 72px;
    height: 28px;
    transform: rotateX(90deg) translate3d(var(--truck-x, 4px), calc(var(--truck-y-n, -26) * 1px), 12px);
}

.truck-button .truck:before,
.truck-button .truck:after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: var(--l, 18px);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    z-index: 2;
    box-shadow: inset 0 0 0 2px var(--wheel), inset 0 0 0 4px var(--wheel-inner);
    background: var(--wheel-dot);
    transform: translateY(calc(var(--truck-y) * -1px)) translateZ(0);
}

.truck-button .truck:after {
    --l: 54px;
}

.truck-button .truck .wheel,
.truck-button .truck .wheel:before {
    position: absolute;
    bottom: var(--b, -6px);
    left: var(--l, 6px);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--wheel);
    transform: translateZ(0);
}

.truck-button .truck .wheel {
    transform: translateY(calc(var(--truck-y) * -1px)) translateZ(0);
}

.truck-button .truck .wheel:before {
    --l: 35px;
    --b: 0;
    content: "";
}

.truck-button .truck .front,
.truck-button .truck .back,
.truck-button .truck .box {
    position: absolute;
}

.truck-button .truck .back {
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 47px;
    height: 28px;
    border-radius: 1px 1px 0 0;
    background: linear-gradient(68deg, var(--back-inner) 0%, var(--back-inner) 22%, var(--back-inner-shadow) 22.1%, var(--back-inner-shadow) 100%);
}

.truck-button .truck .back:before,
.truck-button .truck .back:after {
    content: "";
    position: absolute;
}

.truck-button .truck .back:before {
    left: 11px;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    border-radius: 0 1px 0 0;
    background: var(--back);
}

.truck-button .truck .back:after {
    border-radius: 1px;
    width: 73px;
    height: 2px;
    left: -1px;
    bottom: -2px;
    background: var(--base);
}

.truck-button .truck .front {
    left: 47px;
    bottom: -1px;
    height: 22px;
    width: 24px;
    -webkit-clip-path: polygon(55% 0, 72% 44%, 100% 58%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(55% 0, 72% 44%, 100% 58%, 100% 100%, 0 100%, 0 0);
    background: linear-gradient(84deg, var(--front-shadow) 0%, var(--front-shadow) 10%, var(--front) 12%, var(--front) 100%);
}

.truck-button .truck .front:before,
.truck-button .truck .front:after {
    content: "";
    position: absolute;
}

.truck-button .truck .front:before {
    width: 7px;
    height: 8px;
    background: #fff;
    left: 7px;
    top: 2px;
    -webkit-clip-path: polygon(0 0, 60% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 60% 0%, 100% 100%, 0% 100%);
    background: linear-gradient(59deg, var(--window) 0%, var(--window) 57%, var(--window-shadow) 55%, var(--window-shadow) 100%);
}

.truck-button .truck .front:after {
    width: 3px;
    height: 2px;
    right: 0;
    bottom: 3px;
    background: var(--front-light);
}

.truck-button .truck .box {
    width: 13px;
    height: 13px;
    right: 56px;
    bottom: 0;
    z-index: 1;
    border-radius: 1px;
    overflow: hidden;
    transform: translate(calc(var(--box-x, -24) * 1px), calc(var(--box-y, -6) * 1px)) scale(var(--box-s, 0.5));
    opacity: var(--box-o, 0);
    background: linear-gradient(68deg, var(--box) 0%, var(--box) 50%, var(--box-shadow) 50.2%, var(--box-shadow) 100%);
    background-size: 250% 100%;
    background-position-x: calc(var(--bx, 0) * 1%);
}

.truck-button .truck .box:before,
.truck-button .truck .box:after {
    content: "";
    position: absolute;
}

.truck-button .truck .box:before {
    content: "";
    background: rgba(255, 255, 255, 0.2);
    left: 0;
    right: 0;
    top: 6px;
    height: 1px;
}

.truck-button .truck .box:after {
    width: 6px;
    left: 100%;
    top: 0;
    bottom: 0;
    background: var(--back);
    transform: translateX(calc(var(--hx, 0) * 1px));
}

.truck-button.animation {
    --rx: -90deg;
    --br: 0;
}

.truck-button.animation .default {
    --o: 0;
}

.truck-button.animation.done {
    --rx: 0deg;
    --br: 5px;
    --br-d: .2s;
}

.truck-button.animation.done .success {
    --o: 1;
    --offset: 0;
}

/* truck end */

/* platform logos start */

.platform-flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    align-content: normal;
    padding-left: 25px;
}

.platform-flex-items:nth-child(1) {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
}

.platform-flex-items:nth-child(2) {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
}

.platform-flex-items:nth-child(3) {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
}

.platform-flex-items:nth-child(4) {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
}

.platform-flex-items img {
    width: 80%;
}

/* .img-75 {
    width: 75%!important;
} */

/* platform logos end */


/* additional css start */

.mainVideoText {
    font-size: 38px;
}

.top3BoxTitle {
    margin-top: 10%;
    padding-top: 25px;
    padding-bottom: 35px;
    background: #efefef;
    height: 165px;
}


#ecLogistics {
    margin-top: 100px;
}

.ecl-container {
    margin-top: 80px;
}

.expertBtn {
    font-size: 24px;
    font-weight: bold;
}

#market-potentails {
    margin-top: 50px;
    background: #efefef;
    padding-top: 10px;
    padding-bottom: 50px;
}

.mpMainTitle {
    font-size: 36px;
}

.mpMainTitlePara {
    font-size: 24px;
    font-weight: bold;
}

.hmTitle {
    color: #132659 !important;
    font-size: 27px;
}

.hmTitleSmall {
    font-size: 16px;
    text-align: justify !important;
    color: #132659 !important;
}

.hmHR {
    height: 5px;
    border: 0;
    box-shadow: 0 15px 10px 0px #132659 inset;
    margin-top: 20px;
}

.downloadCTA {
    margin-top: 8%;
}

.downloadCTAPara {
    font-size: 1.6rem;
    margin-top: 28px;
    color: #FFFFFF !important;
    font-weight: bold;
    text-align: left;
    display: inline-block;
}

#technology {
    margin-top: 85px;
}

.technologyImg {
    width: 85px;
    position: relative;
    top: 4px;
}

.ReadyToDeliverCTA {
    margin-top: 30px;
}

.ReadyToDeliverCTA p {
    font-size: 2rem;
    margin-top: 25px;
    color: #FFFFFF !important;
    font-weight: bold;
    text-align: left;
    display: inline-block;
}

/* .main-card .mini-imgs {
    height: 375px;
} */

.spManyMore {
    display: inline;
    margin-left: 47%;
    position: absolute;
    margin-top: -2%;
}

/* additional css end */

/* mobile css media queries start */

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	
	.card p {
    	font-size: 1em;
	}
	
    .container-harness {
        display: block;
    }

    .container-harness .cards-harness {
        flex: auto;
        margin-top: 15px;
    }

    .downloadCTA {
        margin-top: 0;
    }

    .downloadCTA .flex-container {
        height: auto;
    }

    .downloadCTA .flex-item-right {
        margin-top: -30px;
    }

    .main-card {
        height: 100vh;
    }

    .main-card .content-left {
        height: 420px;
    }

    .techMainTitle2 {
        font-size: 20px;
    }

    .platform-flex-items img {
        width: 85%;
    }

    .ReadyToDeliverCTA {
        height: 35vh !important;
    }

    .ReadyToDeliverCTA p {
        font-size: 1.8rem;
        text-align: center;
        padding-right: 20px;
    }

    .ReadyToDeliverCTARight {
        margin-top: -50px;
    }

    .section-clients__title {
        margin: 0 0 0px;
    }

    .slick-dots {
        bottom: 0px;
    }

    .mpMainTitlePara {
        font-size: 24px;
        font-weight: bold;
        padding-left: 15px;
        padding-right: 15px;
        text-align: justify;
    }

    #technology {
        margin-top: 65px;
    }

    .ecl-row {
        margin-right: 0px !important;
    }

    .submit-btn,
    .expertBtn span {
        width: 80%;
        font-size: 23px;
    }

    .spManyMore {
        margin-left: 39%;
    }

    .downloadCTAPara {
        font-size: 1.8rem;
        text-align: center;
        padding-right: 20px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .downloadCTA {
        margin-top: 0;
    }

    .downloadCTA .flex-container {
        height: auto;
    }

    .slick-dots {
        bottom: 0px;
    }

    .mpMainTitlePara {
        font-size: 24px;
        font-weight: bold;
        padding-left: 15px;
        padding-right: 15px;
        /*text-align: justify;*/
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .downloadCTA {
        margin-top: 0;
    }

    .downloadCTA .flex-container {
        height: auto;
    }

    .slick-dots {
        bottom: 0px;
    }
}

/* mobile css media queries end */