body {
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    color: #333;
    overflow-x: hidden;
    font-size: 18px;
    font-weight: 400;
}

li {
    list-style-type: none;
}

ul {
    padding: 0;
}

.h1-title {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
}

.h2-title {
    font-size: 28px;
    color: #000;
    line-height: 1.2;
    font-weight: 400;
}

.h3-title {
    font-weight: 500;
    font-size: 28px;
    color: #333;
    line-height: 1.4;
}

.h4-title {
    font-size: 16px;
    color: #333;
    margin-bottom: 0;
}

.p-title {
    line-height: 24px;
    margin-bottom: 0;
}

span.dark-text {
    font-weight: 500;
    color: #14e2dd;
}

.em_bar {
    background: #14e2dd none repeat scroll 0 0;
    height: 2px;
    margin: 0 auto 5px;
    width: 98px;
}

.em_bar_bg {
    height: 4px;
    width: 98px;
    background: #14e2dd;
    margin: 20px auto;
    position: relative;
    border-radius: 0px;
}

.em_bar_bg:before {
    content: '';
    position: absolute;
    left: 0;
    top: -3.7px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #384646;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
}

@-webkit-keyframes MOVE-BG {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(88px);
        transform: translateX(88px);
    }
}

@keyframes MOVE-BG {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(88px);
        transform: translateX(88px);
    }
}


/*------main-banner------*/

.main-banner .bg-light {
    background-color: transparent !important;
    display: block;
    padding-top: 8px;
}

.navbar-expand-lg.scrolled {
    background-color: #241F3C !important;
    height: 46px;
    padding-top: 8px;
}

.main-banner .d-inline-block.website {
    float: right;
}

.main-banner .d-inline-block.website a {
    color: #fff;
    font-family: 'Heebo';
}

.main-banner .d-inline-block.website a i {
    font-style: normal !important;
}

.main-banner .d-inline-block.website a:hover {
    color: #fff;
    text-decoration: none;
}

.main-banner button:focus {
    outline: none;
}

.main-banner button {
    border-radius: 8px;
    border: none;
    box-shadow: -1px -1px 4px 0px #313d52;
    color: #fff;
    margin-top: -2px;
    padding: 5px 14px;
    font-size: 16px;
}

.main-banner button.blue-bg {
    background-color: #465d87;
}

.main-banner button.cp-bg {
    background-color: #2b2642;
    box-shadow: -4px -4px 4px 0px #1f1b34;
    transition: .5s ease;
}

.main-banner button.cp-bg:hover {
    background-color: #14e2dd;
    box-shadow: -4px -4px 4px 0px #1f1b34;
    transition: .5s ease;
}

.main-banner {
    /* background-image: url(../images/hero-bg.jpg); */
    position: relative;
    background-color: #241F3C;
}

.right-vector {
    background-image: url(../images/banner.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    background-color: #241F3C;
    height: 320px;
}

.main-banner .h2-title {
    color: #fff;
    font-size: 19px;
}

.main-banner .btn-primary,
.main-banner .btn-primary:not(:disabled):not(.disabled):active,
.main-banner.btn-primary:not(:disabled):not(.disabled):active:focus {
    background-color: #14e2dd ! important;
    border: 1px solid #14e2dd;
    border-radius: 30px;
    padding: 8px 30px;
    font-size: 20px;
    box-shadow: none;
}

.main-banner .btn-block {
    display: block;
    width: 100%;
}

.main-banner .btn-primary:hover {
    background-color: #fff ! important;
    border: 1px solid #14e2dd ! important;
    color: #333;
    padding: 8px 30px;
    font-size: 20px;
    border-radius: 30px;
    box-shadow: none;
}

.main-banner .btn-primary:focus {
    box-shadow: none;
    padding: 8px 30px;
    font-size: 20px;
    border-radius: 30px;
}
.main-banner .banner-button .form-group .btn-primary {
    width: 100% ! important;
}
/*------solution ------*/

.solution .btn-primary,
.solution .btn-primary:not(:disabled):not(.disabled):active,
.solution .btn-primary:not(:disabled):not(.disabled):active:focus {
    background-color: #14e2dd ! important;
    border: 1px solid #14e2dd;
    border-radius: 30px;
    padding: 8px 30px;
    font-size: 20px;
    box-shadow: none;
}

.solution .btn-primary:hover {
    background-color: #fff ! important;
    border: 1px solid #14e2dd;
    color: #333;
    border-radius: 30px;
    padding: 8px 30px;
    font-size: 20px;
    box-shadow: none;
}

.solution .btn-primary:focus {
    box-shadow: none;
}

.solution .image-left img {
    border-radius: 16px;
}


/*------digitize------*/

.digitize {
    background-color: #f1f1f1;
}

.digitize .h2-title {
    color: #241F3C;
    font-size: 25px;
    font-weight: 500;
}


/*------omnichannel------*/

.omnichannel {
    background-color: #f1f1f1;
}

.omnichannel .h3-title {
    font-size: 28px;
    color: #000;
    line-height: 1.2;
    font-weight: 400;
}

.omnichannel .lack {
    background: #241F3C;
    padding: 25px;
    border-radius: 16px;
    height: 100%;
    width: 100%;
}

.omnichannel .h4-title {
    color: #00FFFF;
    font-weight: 400;
}

.omnichannel .lack:hover .h4-title {
    color: #fff;
}


/*------supply-chain------*/

.supply-chain .h2-title {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
}

.supply-chain span.dark-text {
    font-weight: 300;
    color: #fff;
}

.supply-chain .h3-title {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
}

.supply-chain .p-title {
    color: #fff;
}

.supply-chain .supply-inner img {
    width: 65px;
}

.supply-chain {
    background-image: url(../images/cloud-03.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


/*------analyst-speak------*/

.analyst-speak p {
    font-size: 16px;
}


/*------automated------*/

ul.service li i {
    padding-right: 20px;
    color: #14e2dd;
    font-size: 26px;
}


/*------freight------*/

.freight .h3-title {
    font-size: 22px;
}


/*------product------*/

.product {
    background-color: #f1f1f1;
}

.product .btn-primary,
.product .btn-primary:not(:disabled):not(.disabled):active,
.product .btn-primary:not(:disabled):not(.disabled):active:focus {
    background-color: #14e2dd ! important;
    border: 1px solid #14e2dd;
    border-radius: 30px;
    padding: 8px 30px;
    font-size: 20px;
    box-shadow: none;
}

.btn-block {
    display: block;
    width: 100%;
}

.product .btn-primary:hover {
    background-color: #fff ! important;
    border: 1px solid #14e2dd;
    color: #333;
    border-radius: 30px;
    padding: 8px 30px;
    font-size: 20px;
    box-shadow: none;
}

.product .btn-primary:focus {
    box-shadow: none;
}

section.product {
    margin-bottom: -24px;
}

.product .h3-title {
    color: #333;
}

@media only screen and (max-width: 991px) {
    .h2-title,
    .omnichannel .h3-title,
    .digitize .h2-title {
        font-size: 20px;
    }
    .analyst-speak .h2-title {
        font-size: 26px;
    }
    .h5-title {
        font-size: 16px;
    }
    .h3-title {
        font-size: 20px;
    }
    .main-banner .thanks-border {
        margin: 30px 0;
    }
    .supply-chain .h2-title {
        font-size: 20px;
    }
    .supply-chain .h3-title {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    ul.service,
    ul.shipping {
        text-align: left;
    }
    ul {
        padding: 0;
        display: block;
        width: 100%;
        text-align: center;
    }
   
    .main-banner .btn-primary,
    .main-banner .btn-primary:not(:disabled):not(.disabled):active,
    .main-banner.btn-primary:not(:disabled):not(.disabled):active:focus,
    .main-banner .btn-primary:hover,
    .main-banner .btn-primary:focus {
        padding: 7px 20px;
        font-size: 16px;
        color: #fff;
    }
    .product .btn-primary,
    .product .btn-primary:not(:disabled):not(.disabled):active,
    .product .btn-primary:not(:disabled):not(.disabled):active:focus,
    .product .btn-primary:hover,
    .product .btn-primary:focus {
        padding: 7px 20px;
        font-size: 16px;
        color: #fff;
    }
    .solution .btn-primary,
    .solution .btn-primary:not(:disabled):not(.disabled):active,
    .solution .btn-primary:not(:disabled):not(.disabled):active:focus,
    .solution .btn-primary:hover,
    .solution .btn-primary:focus {
        padding: 7px 20px;
        font-size: 16px;
        color: #fff;
    }
    .h1-title {
        font-size: 25px;
    }
    .h4-title {
        font-size: 18px;
    }
    .omnichannel .lack i {
        font-size: 30px;
        color: #fff;
    }
    .modal {
        overflow-y: hidden;
    }
    .modal-dialog {
        height: 100%;
    }
    .modal-content {
        height: 100%;
        overflow-y: auto;
        max-width: 100%;
    }
    .supply-chain .supply-inner img {
        width: 50px;
    }
    .main-banner .right-vector.text-center img {
        width: 330px;
    }
    .navbar-expand-lg.scrolled {
        background-color: #241F3C !important;
        height: 41px;
        padding-top: 8px;
    }
    .main-banner .navbar-expand-lg img {
        width: 220px;
    }
    .main-banner .d-inline-block.website {
        padding-top: 2px;
    }
    .right-vector {
        background-size: inherit;
        height: 322px;
    }
}


@media screen and (min-width: 993px) and (max-width:1199px) {
    .benefits .single_service_inner {
        padding: 10px;
    }
}

@media screen and (min-width: 992px) {
    .challenges .p-title {
        margin-left: -25px;
    }
}

