body
{
        font-family: Roboto,sans-serif;
}
li {
    list-style-type: none;
}

ul {
    padding: 0;
}

.h1-title {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
}

.h2-title {
    font-size: 30px;
    color: #46afcc;
    line-height: 1.2;
    font-weight: bold;
}

.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: #46afcc;
}

.em_bar {
    background: #46afcc none repeat scroll 0 0;
    height: 2px;
    margin: 0 auto 5px;
    width: 98px;
}

.em_bar_bg {
    height: 3px;
    width: 98px;
    background: #46afcc;
    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: #2e3062 !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: #6ab6d1;
    box-shadow: -2px -2px 4px 0px #427283;
    transition: .5s ease;
}

.main-banner button.cp-bg:hover {
    background-color: #2e3062;
    box-shadow: 0px 0px 2px 0px #2e3062;
    transition: .5s ease;
}

.main-banner button.blue-bg:hover {
    background-color: #46afcc;
}

.main-banner {
    /* background-image: url(../images/hero-bg.jpg); */
    position: relative;
    background-color: #82C7E0;
}

.right-vector {
    background-image: url(../images/banner.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: #82C7E0;
    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: #46afcc ! important;
    border: 1px solid #46afcc;
    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 #46afcc ! 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;
}

.digitize {
    background-color: #f1f1f1;
}

.digitize .h2-title {
    color: #241F3C;
    font-size: 20px;
    font-weight: 500;
}


/*------automated------*/

ul.service li i {
    padding-right: 20px;
    color: #46afcc;
    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: #46afcc ! important;
    border: 1px solid #46afcc;
    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 #46afcc;
    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) {
    span.text-yellow {
        font-size: 22px;
    }
    span.vertical-line {
        display: none;
    }
    .form-border .btn-primary {
        font-size: 15px;
        padding: 8px 14px;
    }
    .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;
    }
    .h1-title {
        font-size: 25px;
    }
    .h4-title {
        font-size: 18px;
    }
    .omnichannel .lack i {
        font-size: 30px;
        color: #fff;
    }
    .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;
    }
}



@media screen and (max-width: 370px) {
    span.li-left {
        font-size: 15px;
    }
    span.checkmark {
        font-size: 14px;
    }
    .right-vector {
        background-size: contain;
        height: 268px;
        width: 100%;
    }
    .h1-title {
        font-size: 21px;
    }
}

@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;
    }
}

@media screen and (min-width: 768px) and (max-width:991px) {
    .h1-title {
        font-size: 28px;
    }
    .right-vector {
        height: 250px;
    }
}