﻿@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'arialnarrow';
    src: url('../fonts/arialnarrowbold.ttf');
}

@font-face {
    font-family: 'corbel';
    src: url('../fonts/corbel.ttf');
}

@font-face {
    font-family: 'corbel-italic';
    src: url('../fonts/corbelitalic.ttf');
}

@font-face {
    font-family: 'corbel-bold';
    src: url('../fonts/corbelbold.ttf');
}

@font-face {
    font-family: 'ArialBold';
    src: url('../fonts/arlrdbd.ttf');
}



@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,400italic,700,600,600italic,300italic,700italic,800);
@import url('https://fonts.googleapis.com/css2?family=Balsamiq+Sans:wght@400;700&display=swap');

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
    color: #2d2d2d;
}

.h1, .h2, .h3, h1, h2, h3 {
    font-family: 'Open Sans', sans-serif;
}

h1, h2 {
    font-size: 44px;
    font-weight: 300;
    margin: 0 0 50px;
}

a {
    color: #00487e;
    text-decoration: none;
    transition-property: all;
    transition-duration: .5s;
}

    a:hover, a:focus {
        text-decoration: none;
        color: #dd4b39;
        outline: none;
    }

.f-14 {
    font-size: 14px !important;
}

.f-16 {
    font-size: 16px !important;
}

.f-20 {
    font-size: 20px !important;
}

img, video {
    max-width: 100%;
}

.mb-150 {
    margin-bottom: 150px;
}

.mgt-50 {
    margin-top: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}
/*.mart-30 {
    margin-top: 30px;
}

.marb-30 {
    margin-top: 30px;
}

.marg-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.mgb-20 {
    margin-bottom: 20px;
}*/
.pt-10 {
    padding-top: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.bt-line {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.bt-line-50 {
    border-bottom: 1px solid #ddd;
    margin-bottom: 50px;
    padding-bottom: 50px;
}

.mlr-15 {
    margin-left: -15px;
    margin-right: -15px;
}

.col-gray {
    color: #767171;
}

.col-blue {
    color: #00487e;
}

.padding-left-remove {
    padding-left: 0;
}

.padding-right-remove {
    padding-right: 0;
}

.pl-0 {
    padding-left: 0px;
}

.pl-20 {
    padding-left: 20px;
}

.pad-20 {
    padding: 20px !important;
}

.pblr-15 li {
    padding: 10px 15px !important;
}

.plr-15 {
    padding: 10px 15px;
}

.padding-remove {
    padding: 0;
}

.navbar {
    width: 100%;
    background: url(../images/top-header-bg.jpg) repeat-x;
    background-size: contain;
}

.wrapper {
    padding-top: 94px;
}

.top-header .main-logo a {
    display: block;
}

.top-header .main-logo {
    padding: 28px 20px 27px 20px;
    height: auto;
}

.header-slider .owl-item .item, .header-slider .owl-item .item img {
    width: 100%;
}

.logo {
    padding-left: 2%;
}

.navbar .navbar-nav > li > a {
    font-weight: 600;
    font-size: 16px;
    color: #2d2d2d;
    padding: 37px 30px 37px 0px;
}

.nav.contact-area > li {
    float: left;
}

ul.nav.navbar-right.contact-area {
    padding: 23px 0px;
}

.nav.contact-area > li > a {
    padding: 10px 20px;
}

    .nav.contact-area > li > a:hover, .nav.contact-area > li > a:focus {
        background-color: #dd4b39;
    }

.navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus {
    background: none;
    color: #dd4b39;
}

.top-header .contact-area .headcnt-no {
    font-size: 16px;
    font-weight: 500;
    color: #2d2d2d;
    display: inline-block;
    margin: 13px 0px;
    padding-right: 15px;
    padding-left: 15px;
    border-right: 1px solid #2d2d2d;
}

    .top-header .contact-area .headcnt-no:hover {
        color: #dd4b39;
    }

    .top-header .contact-area .headcnt-no:nth-child(2n) {
        padding-left: 0px !important;
    }

    .top-header .contact-area .headcnt-no:last-child {
        padding-right: 0px !important;
        border-right: 0px;
    }

.header-info {
    margin-right: 20px;
}

    .header-info > span {
        font-weight: 600;
        font-size: 16px;
        color: #2d2d2d;
        padding-right: 5px;
    }

.headcnt-no .btn-red {
    margin: 0 0 0 20px;
}

.btn-red, .btn-blue, .btn-white, .btn-yellow, .btn-white, .btn-green {
    padding: 12px 30px;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 0px;
}

.btn-red {
    background: #dd4b39;
    color: #fff;
}

.btn-yellow {
    background: #e89d32;
    color: #fff;
}

    .btn-red:hover, .btn-blue:hover, .btn-red:focus, .btn-blue:focus, .btn-yellow:hover, .btn-yellow:focus, .btn-green:hover, .btn-green:focus {
        opacity: 0.6;
        color: #fff;
    }

.btn-sm {
    padding: 5px 6px !important;
    font-size: 13px !important;
    text-transform: none !important;
    font-weight: normal;
    border-radius: 0px !important;
}

.btn-blue {
    background: #00487e;
    color: #fff;
}

.btn-white {
    background: #fff;
    color: #00487e;
    border: 1px solid #00487e;
}

.btn-green {
    background: #00a65a;
    color: #fff;
}

.navbar {
    margin: 0;
    min-height: inherit;
}

.menu-item.dropdown-submenu.open .dropdown-menu.pricing,
.open-modal ~ .dropdown-menu.pricing {
    display: block !important;
    opacity: 1 !important;
}
/* Banner sec */
.front-banner {
    width: 100%;
    position: relative;
    background: url(../images/home-banner.jpg) top center no-repeat;
    background-size: cover;
}

.banner-text {
    width: 100%;
}

    .banner-text .container, .banner-text .row, .banner-text .col-sm-5 {
        height: 100%;
    }

.mainmenu, .submenu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 100;
    min-width: 892px;
    max-width: 892px;
    font-size: 14px;
    background-color: #EDF7FD;
    padding: 15px 20px;
    display: none;
    overflow: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    -moz-transition: opacity .5s;
    transition: opacity .5s;
}

.mainmenu li:hover .submenu {
    display: block;
}

.submenu > li > a {
    display: block;
    background-color: #eeeeee;
    text-decoration: none;
    padding: 5px 10px;
    color: #000;
}

    .submenu > li > a:hover {
        background-color: #fff;
        color: #000 !important;
        font-weight: bold;
        border-left: 5px solid #00487e;
    }

.submenu .menuinner-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 3px;
}

.submenu .submenu-innerlist {
    margin: 0px;
    padding: 0px 0px 0px 3px;
    list-style: none;
    position: relative;
}

    .submenu .submenu-innerlist li {
        padding-bottom: 7px;
        line-height: 1.4;
        position: relative;
        margin-left: 12px;
    }

        .submenu .submenu-innerlist li:before {
            content: '\f111 ';
            font-family: 'FontAwesome';
            font-size: 5px;
            width: 15px;
            height: 15px;
            display: block;
            left: -12px;
            top: 8px;
            position: absolute;
        }

.table.table-menu {
    border: 1px solid #000;
}

    .table.table-menu > tbody > tr > td,
    .table.table-menu > tfoot > tr > td,
    .table.table-menu > thead > tr > td {
        font-size: 14px;
        border: 1px solid #000;
        padding: 4px;
    }

.menuinner-action {
    margin-top: 15px;
}

a.menuinner-btnlink.menuinner-btnlink {
    font-size: 14px;
    padding: 5px 15px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-10 {
    margin-right: 10px;
}

.left-nav {
    background-color: rgba(255,255,255,0.95);
    float: left;
    margin-bottom: 50px;
    position: relative;
}

    .left-nav h2 {
        font-family: 'Open Sans', sans-serif;
        text-transform: uppercase;
        font-size: 16px;
        margin: 0 0 15px;
        color: #222;
        font-weight: 600;
    }

    .left-nav > ul {
        margin: 15px 0px;
        padding: 0px;
        width: 100%;
        float: left;
        padding-left: 15px;
    }

        .left-nav > ul > li.menu-list {
            position: relative;
        }

            .left-nav > ul > li.menu-list > a:before {
                content: "\f10c";
                font-family: 'FontAwesome';
                position: absolute;
                top: 22px;
                left: -18px;
                font-size: 8px;
            }

        .left-nav > ul > li {
            line-height: 1.9;
            border-bottom: 1px solid #e1e1e1;
            margin-left: 20px;
            position: relative;
        }

            .left-nav > ul > li:last-child {
                line-height: 1.9;
                margin-bottom: 0px;
                border-bottom: 0px;
            }

            .left-nav > ul > li > a {
                color: #2d2d2d;
                font-size: 16px;
                display: block;
                line-height: 1.4;
                padding: 15px 15px 15px 0px;
            }

                .left-nav > ul > li > a:hover,
                .left-nav > ul > li.open-menu > a {
                    color: #dd4b39;
                }

.sml-text {
    width: 100%;
    float: left;
    font-size: 13px;
    font-weight: 600;
    margin: -4% 0 0 15%;
}

.share-icon .inner .icon {
    float: left;
}

.share-icon .inner .title {
    padding-left: 4px;
    display: table;
    /*line-height: 24px;*/
    margin-top: 3px;
}

.front-sec2.text-center h2 {
    font-size: 44px;
}

.crm-icon .title:before {
    background-position: -36px 0;
}

.erp-icon .title:before {
    background-position: -72px 0;
}

.accounting-icon .title:before {
    background-position: -108px 0;
}

.eommerce-icon .title:before {
    background-position: -144px 0;
}

.salesorder-icon .title:before {
    background-position: -216px 0;
}

.procurement-icon .title:before {
    background-position: -252px 0;
}

.manufacturing-icon .title:before {
    background-position: top left;
}

.psa-icon .title:before {
    background-position: -180px 0;
}

.project-icon .title:before {
    background-position: -290px 0;
}

.cell-content {
    background-color: rgba(255,255,255,0.8);
        width: 450px;
    float: left;
    padding: 30px 15px 30px;
    margin-top: 29%;
    text-align: center;
}

    .cell-content h2 {
        margin: 0 0 15px 0;
        font-size: 30px;
        font-weight: 700;
    }

    .cell-content h3 {
        margin: 0 0 15px 0;
        font-size: 20px;
        font-weight: 400;
    }

.btn-sec {
    width: 100%;
    margin: 10px 0 0;
}

.cell-content .page-title {
    margin: 0 0 10px 0;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -1px;
}

.cell-content p {
    font-weight: 500;
    font-size: 16px;
    color: #363636;
    padding: 0px 40px;
    letter-spacing: 0.2px;
    margin-bottom: 15px;
}

.cellcontent-omni p {
    padding: 0px 35px;
}

.cell-content-nav {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0px 70px;
    font-style: italic;
}

    .cell-content-nav li {
        list-style: none;
        display: inline-block;
        font-size: 13px;
        color: #2d2d2d;
        padding: 0 3px;
    }
/* Banner sec end */
.front-sec2 {
    background: #00487e;
    color: #fff;
    width: 100%;
    padding: 60px 0;
}

    .front-sec2 h2 {
        font-size: 35px;
        margin: 0 0 20px;
    }

    .front-sec2 .btn-red {
        margin-left: 0;
    }

    .front-sec2 .main-content {
        font-size: 18px;
        line-height: 1.4;
        margin-top: 30px;
        margin-bottom: 30px;
    }

.front-sec3 {
    width: 100%;
    padding: 60px 0;
    text-align: center;
}

.front-sec2-mob img.img-mid:first-child {
    width: 400px;
}

.front-sec2-mob img.img-mid {
    width: 75px;
}

    .front-sec2-mob img.img-mid:last-child {
        width: 95px;
        margin-top: -7px;
        margin-left: 5px;
    }

.benifits-sec {
    margin: 0;
    width: 100%;
}

    .benifits-sec li {
        margin: 0;
        padding: 0;
        list-style: none;
        display: inline-block;
        padding: 0 1%;
    }

    .benifits-sec h3 {
        font-weight: 700;
        font-size: 20px;
        margin: 20px 0 15px;
        text-transform: uppercase;
    }

    .benifits-sec p {
        line-height: 25px;
    }

.front-sec4 {
    background: url(../images/top-header-bg.jpg) repeat-x;
    padding: 80px 0;
    width: 100%;
    text-align: center;
}

.service-area {
    margin: 0;
    padding: 0;
}

.item {
    position: relative;
}

    .item img {
        max-width: 100%;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .item:hover img {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

.item-text {
    position: absolute;
    bottom: 20px;
    width: 90%;
    text-align: center;
    color: #fff;
}

    .item-text h2 {
        font-size: 20px;
        font-weight: 600;
        margin: 0 0 5px;
    }

    .item-text a {
        color: #fff;
    }

.front-sec5 {
    padding: 80px 0;
    width: 100%;
    text-align: center;
    background: #00487e;
    color: #fff;
}

.testimonials p {
    font-size: 25px;
    font-weight: 300;
}

.author-sec {
    padding: 50px 0;
}

.author-img {
    border-radius: 50%;
    display: inline-block;
    width: 92px;
    height: 92px;
    overflow: hidden;
}

    .author-img img {
        height: 100%;
    }

.author-sec cite {
    display: inline-block;
    font-style: normal;
    text-align: left;
    margin: 0 0 0 15px;
    clear: both;
    position: relative;
    top: -22px;
    font-weight: 300;
    line-height: 20px;
}

    .author-sec cite span {
        font-size: 20px;
        font-weight: 600;
        margin: 0 0 5px;
        float: left;
    }

.front-sec6 {
    width: 100%;
    padding: 30px 0;
    background: url(../images/top-header-bg.jpg) #fff repeat-x;
}

    .front-sec6 .btn-red {
        position: relative;
    }

    .front-sec6 h2, .big-arrow, .front-sec6 p {
        display: inline-block;
        padding: 0 31px 0 0;
        margin: 0;
        vertical-align: top;
    }

    .front-sec6 h2 {
        font-size: 34px;
        color: #2d2d2d;
        font-weight: 400;
        padding-top: 5px;
        letter-spacing: -1px;
    }

    .front-sec6 p {
        font-size: 18px;
        line-height: 1.3;
    }

    .front-sec6 .big-arrow {
        padding-top: 0px;
    }

.next-step-block {
    text-align: center;
}
/* inner page */

.left-panel h3 {
    margin: 40px 0;
    font-size: 20px;
}

.left-panel-link {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}

    .left-panel-link li {
        list-style: none;
        padding: 0px;
        margin: 0px;
        border-bottom: 1px solid #e1e1e1;
    }

        .left-panel-link li:hover {
            background: #e1e1e1;
        }

        .left-panel-link li a {
            color: #fff;
            background-color: #044e86;
            padding: 10px;
            display: block;
            border-left: 5px solid transparent;
        }

        .left-panel-link li:hover {
            background-color: #fff !important;
        }

        .left-panel-link li a:hover, .left-panel-link li a:focus {
            border-left: 5px solid #00487e;
            background-color: #fff !important;
            font-weight: 800;
            color: #000;
        }

        .left-panel-link li.active a {
            background-color: #fff !important;
        }

        .left-panel-link li.active a {
            border-left: 5px solid #00487e;
            font-weight: 800;
            color: #000;
        }

        .left-panel-link li a span {
            float: left;
            font-size: 12px;
            font-weight: normal;
            line-height: 20px;
            width: 100%;
        }

.main-intro {
}

a.video-link {
    text-decoration: underline;
}

a.box-link {
    color: #e89d32;
}

    a.box-link:hover {
        color: #dd4b39;
        text-decoration: underline;
    }

.resources-box {
    margin: 50px 0px;
}

.benifits-desc {
    padding-top: 20px;
}

    .benifits-desc p:last-child {
        margin-bottom: 0px;
    }

.main-title {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 10px;
}

.font-italic {
    font-style: italic;
}

.font-bold {
    font-weight: 700;
}

.font-underline {
    text-decoration: underline;
}

.main-intro .img-box img {
    margin: 0px auto;
    display: block;
}

.box-value {
    background-color: #ddd;
    color: #fff;
    font-size: 14px;
    padding: 6px 15px;
    position: relative;
    top: -4px;
}

.bgs-green {
    background-color: #01b050;
}

.bgs-blue {
    background-color: #0975c2;
}

.cont-blk {
    display: block;
    font-size: 16px;
    font-weight: 700 !important;
    margin-bottom: 10px;
}

.text-yellow {
    color: #bf9000;
}

.text-green {
    color: #00b050;
}

.text-purple {
    color: #7030a0;
}

.text-gray {
    color: #a2a2a2;
}

.video-sec {
    float: left;
    width: 100%;
    position: relative;
}

    .video-sec video {
        height: 100%;
    }

.video-caption {
    position: absolute;
    width: 100%;
    float: left;
    bottom: 0;
    background: rgba(112,180,247,0.9);
    color: #fff;
    font-size: 32px;
    font-weight: 300;
    padding: 30px 42px;
}

    .video-caption span {
        font-style: italic;
        font-weight: 600;
    }

.intro-sec {
    width: 100%;
    float: left;
    background: url(../images/vd-frm-bg.jpg) top center no-repeat;
    background-size: cover;
    padding-bottom: 65px;
}

.intro-content {
    padding: 30px 40px;
}

    .intro-content h3 {
        font-size: 32px;
        font-weight: 600;
        margin: 0 0 30px;
    }

    .intro-content p {
        font-size: 30px;
        font-weight: 300;
        line-height: 40px;
    }

.intro-sec .btn-sec {
    padding: 0 32px;
}
/* inner page END */



/********CRM Intro Section***********/
.crm-ul {
    padding-left: 12px;
    margin-bottom: 0px;
}

.header-caption {
    font-size: 22px;
    font-weight: 600;
    background: #00487e;
    color: #fff;
    padding: 5px 10px;
    margin-bottom: 20px;
    display: block;
    width: 100%;
}

.crm-header {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.para-text {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
}

.icon-solution {
    float: left;
    width: 60px;
    text-align: right;
    padding-top: 15px;
}

.content-solution {
    float: left;
    width: 80%;
}

.crm-header1 {
    font-size: 18px;
    font-weight: 600;
    padding-left: 15px;
    margin-top: 0px;
}

    .crm-header1 a {
        color: #000;
        text-decoration: underline;
    }


.crm-ul1 {
    list-style: none;
    padding-left: 15px;
}

.crm-ul4 {
    list-style: none;
    padding-left: 15px;
}

    .crm-ul4 li {
        line-height: 22px;
        position: relative;
        padding-left: 10px;
    }

        .crm-ul4 li span {
            position: absolute;
            left: 0px;
        }

.wms {
    padding-left: 70px;
}

.crm-ul1 li {
    line-height: 22px;
}

.view360 {
    margin-top: 30px;
}

.img360 {
    width: 140px;
    text-align: center;
}

.single-version {
    margin-top: 30px;
}

.crm-header2 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

.underline {
    text-decoration: underline;
}

.green {
    color: green;
}

.mt-0 {
    margin-top: 0px;
}

.follow {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.perple {
    color: #76009d;
}

.red {
    color: red;
}

.blue {
    color: #69a1e1;
}

.mb-0 {
    margin-bottom: 0px;
}

.crm-ul2 {
    list-style: none;
    padding-left: 30px;
    width: 90%;
}

    .crm-ul2 li {
        position: relative;
        margin-bottom: 10px;
        line-height: 22px;
    }

        .crm-ul2 li .green {
            position: absolute;
            left: -38px;
            top: 32%;
            font-size: 14px;
        }

.mt-30 {
    margin-top: 18%;
}

.mtt-7 {
    margin-top: 7%;
}

.mtt-20 {
    margin-top: 20%;
}

.mtt-30 {
    margin-top: 30%;
}

.mt-50 {
    margin-top: 54%;
}

.benefits-row {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

    .benefits-row .content-solution {
        width: 90%;
        margin-left: 10px;
    }

    .benefits-row.width80 .content-solution {
        width: 86%;
    }

    .benefits-row.width80 {
        margin-bottom: 0px;
    }

.pt-0 {
    padding-top: 0px;
}

.pl-0 {
    padding-left: 0px;
}

.pr-0 {
    padding-right: 0px;
}

.pl-0 {
    padding-left: 0px;
}

.pl-15 {
    padding-left: 15px;
}

.mt-60 {
    margin-top: 60px;
}

.crm-ul3 {
    padding-left: 0px;
}

    .crm-ul3 li {
        margin-bottom: 10px;
    }

.messaging .icon-solution {
    text-align: center;
}

.mt-10 {
    margin-top: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 15px;
}

.mb-30 {
    margin-bottom: 30px;
}

.pd-0 {
    padding: 0px;
}

.pl-70 {
    padding-left: 70px;
}

.item-heading {
    padding-left: 70px;
    margin-bottom: 30px;
}

.erp-intro, .crm-intro {
    min-height: 100px;
}

.small-text {
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
}

.pr-0 {
    padding-right: 0px;
}

.sub-heading {
    color: #000;
}

    .sub-heading:hover {
        color: #000;
    }

.pl-30 {
    padding-left: 30px;
}

.crm-ul2 li .green.top10 {
    top: 10%;
}







/* Footer */
footer {
    width: 100%;
    color: #e0e0e0;
    background: url(../images/footer-bg.jpg) repeat;
    background-size: cover;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
}

    footer h2 {
        font-size: 22px;
        margin: 0 0 25px 0;
    }

.list-style {
    margin: 0;
    padding: 0;
}

    .list-style li {
        list-style: none;
        font-size: 15px;
        background: url(../images/arrow-white.png) left center no-repeat;
        padding: 0 0 0 15px;
        line-height: 26px;
    }

        .list-style li a {
            color: #e0e0e0;
        }

            .list-style li a:hover {
                color: #dd4b39;
            }

.social-media {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

    .social-media li {
        list-style: none;
        display: inline-block;
        margin: 0 2px;
    }

        .social-media li img:hover {
            opacity: 0.8;
        }

.nav-li {
    margin: 0;
    padding: 0;
}

    .nav-li li {
        list-style: none;
        font-size: 13px;
    }

        .nav-li li a {
            color: #fff;
        }

            .nav-li li a:hover {
                color: #dd4b39;
            }

.footer-content {
    width: 100%;
    padding: 80px 0px;
}

.footer-copyright {
    width: 100%;
    padding: 16px 0;
    font-size: 13px;
    text-align: center;
    border-top: 1px solid #2b3137;
}

.intro-sec-inner {
    background: #faf9f9;
}

.entry-content {
    padding: 30px;
}

    .entry-content h2 {
        margin: 0 0 20px;
        font-size: 30px;
    }
/* Footer END */

.smallbusiness h4, .wholesaledestribution h4, .retail h4, .manufacture h4, .serviceindustry h4 {
    font-weight: bold;
    padding-top: 10px;
}

.page-heading-txt {
    font-size: 32px;
    margin: 0px;
}

.left-panel-link.video-area li .left-title {
    display: block;
    padding-left: 10px;
    border-left: 5px solid #70b4f7;
}

.left-panel-link.video-area li a {
    line-height: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.left-panel-link.video-area .play-icon {
    background-image: url('../images/play-buttons.png');
    background-size: 35px;
    width: 35px;
    height: 35px;
    display: inline-block;
    float: left;
    margin: 5px 5px 5px 0;
}

.left-panel-link.video-area li a.video-link {
    line-height: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding: 10px 10px 10px 2px;
    border-left: 0px;
}






.bluebox {
    background-color: #DEEBF7;
    border-color: #00487e;
    border-style: solid;
    line-height: 20px;
}


.bcImage {
    background-image: url('../images/demandNsupplychain.png');
    background-repeat: repeat-x;
    height: 252px;
}

.bcimageStar {
    background-image: url('../images/OrangeStar.png');
    background-repeat: repeat-x;
    width: 90px;
}

.starlabel {
    font-style: italic;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    margin-right: 5px;
}

.netSuitelabel {
    font-family: Arial Narrow;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
}

.labelnormalfont {
    font-weight: normal;
}

.lblunderline {
    font-weight: normal;
    text-decoration: underline;
}

.topalign {
    vertical-align: top;
    padding-right: 10px;
}

.med-par {
    font-size: 14px;
    line-height: 1.4;
}

.par-ns {
    font-size: 14px;
    line-height: 1.4;
    padding-right: 10px;
    line-height: 20px;
}

.footnotes {
    line-height: 1.4;
    font-size: 13px;
}


.help-tip {
    position: absolute;
    /*  top: 18px;
    right: 18px;*/
    text-align: center;
    background-color: #FFC000;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 14px;
    line-height: 26px;
    cursor: default;
}

    .help-tip:before {
        content: '?';
        font-weight: bold;
        color: #fff;
    }

    .help-tip:hover p {
        display: block;
        transform-origin: 100% 0%;
        -webkit-animation: fadeIn 0.3s ease-in-out;
        animation: fadeIn 0.3s ease-in-out;
    }

    .help-tip p { /* The tooltip */
        display: none;
        text-align: left;
        background-color: #FFF;
        padding: 5px;
        width: 500px;
        position: absolute;
        border-radius: 3px;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
        right: -4px;
        color: #1E2021;
        font-size: 13px;
        line-height: 1.4;
    }

        .help-tip p:before { /* The pointer of the tooltip */
            position: absolute;
            content: '';
            width: 0;
            height: 0;
            border: 6px solid transparent;
            border-bottom-color: #1E2021;
            right: 10px;
            top: -12px;
        }

        .help-tip p:after { /* Prevents the tooltip from being hidden */
            width: 100%;
            height: 40px;
            content: '';
            position: absolute;
            top: -40px;
            left: 0;
        }

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        transform: scale(0.6);
    }

    100% {
        opacity: 100%;
        transform: scale(1);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 100%;
    }
}



.navbar-right .dropdown-menu.megamenu.pricing,
.navbar-right .dropdown-menu.megamenu.videopresent {
    width: 680px;
    padding-bottom: 15px;
    background-color: #00487e;
    right: -300px !important;
    left: auto;
    padding: 0px 25px 30px;
    border-radius: 0px;
    border: 0px;
}

.navbar-right .dropdown-menu.megamenu.videopresent {
    padding: 20px;
}

.colPricing {
    background-color: #fff;
    display: block;
    padding: 25px;
    margin-bottom: 20px;
}

    .colPricing .price-area {
        text-align: center;
        line-height: 1.2;
    }

    .colPricing sup {
        top: -18px;
        font-size: 28px;
        font-family: Calibri;
    }

    .colPricing sub {
        font-size: 20px;
        bottom: 0px;
        font-family: Calibri;
    }

    .colPricing .month-price {
        font-weight: 700;
        color: #00487e;
        text-align: center;
        margin: 5px 0px 15px;
    }

    .colPricing .price-feature .feat-list {
        font-style: italic;
        display: block;
        line-height: 1.5;
        color: #000;
    }

.btnTopPricing {
    font-size: 16px !important;
    font-weight: bold;
    display: block;
}

.topmenu-pricingdetails {
    margin: 0px;
    padding: 30px 0px 10px 0px;
    list-style: disc;
}

    .topmenu-pricingdetails li {
        font-family: 'corbel-bold';
        font-size: 11pt;
        padding-bottom: 5px;
        line-height: 1.4;
        position: relative;
        margin-left: 20px;
        color: #fff;
    }

p.pricingdetails-t2 {
    font-family: 'corbel-bold';
    font-style: italic;
    font-size: 13pt;
    color: #fff;
    padding-left: 25px;
    text-decoration: underline;
}

ul.topmenu-pricingdetails-check {
    margin: 0px;
    padding: 0px 0px 0px 3px;
    list-style: none;
    position: relative;
}

    ul.topmenu-pricingdetails-check li {
        font-family: 'corbel';
        font-size: 12pt;
        padding-bottom: 5px;
        line-height: 1.4;
        position: relative;
        margin-left: 22px;
        color: #fff;
    }

        ul.topmenu-pricingdetails-check li:before {
            content: '';
            background: url(../images/tick.png) no-repeat;
            width: 15px;
            height: 15px;
            background-size: 15px;
            display: block;
            left: -22px;
            top: 4px;
            position: absolute;
        }

.brake-line {
    display: block;
}

.bg-blue {
    background-color: #00487e;
    color: #fff;
    padding: 10px;
}

.pad-0 {
    padding: 0px !important;
}

.menutop-droplist {
    font-weight: 700;
    font-size: 20px;
    padding: 10px 15px;
    color: #fff;
    text-align: center;
}

.videopresent-body {
    padding: 30px 60px;
}

.videopresent-list {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

    .videopresent-list .videopresent-box {
        display: table;
        width: 100%;
        margin-bottom: 20px;
    }

        .videopresent-list .videopresent-box:last-child {
            margin-bottom: 0px;
        }

    .videopresent-list .video-icon {
        display: table-cell;
        width: 55px;
        vertical-align: middle;
    }

    .videopresent-list .video-details {
        display: table-cell;
        vertical-align: middle;
    }

    .videopresent-list .video-icon img {
        max-width: 40px;
    }

    .videopresent-list .videopresent-box .video-details a {
        font-family: 'corbel-bold';
        font-size: 13pt;
        color: #ffffff;
        line-height: 1.4;
        text-decoration: underline;
    }

        .videopresent-list .videopresent-box .video-details a:hover {
            color: #dd4b39;
        }

    .videopresent-list .videopresent-box .video-details p {
        font-weight: 600;
        font-size: 16px;
        font-style: italic;
        color: #767171;
    }

.video-details .video-time {
    font-family: 'corbel';
    font-size: 13pt;
    color: #fff;
    padding-left: 10px;
}

.dropdown-menu.megamenu .extra-title {
    margin-bottom: 20px;
}

    .dropdown-menu.megamenu .extra-title a {
        color: #00487e;
        font-weight: 600;
        font-size: 18px;
        color: #00487e;
        line-height: 1.4;
    }

.videopresent-body > div {
    padding-left: 30px;
    padding-right: 30px;
}

.vertical-separator {
    border-right: 2px solid #e1e1e1;
    border-left: 2px solid #e1e1e1;
}

.dropdown-menu.megamenu .menutop-droplist a.btn-white {
    font-size: 18px;
    color: #000;
    border-radius: 50px;
    padding: 16px 50px;
    margin: 0px 50px;
    text-transform: capitalize;
}

.boot-droplist {
    margin: 20px 0px;
}


.navbar-default {
    background-color: transparent;
    border: none;
    border-radius: 0px;
}

.menu-large {
    position: static !important;
}

.navbar-right .dropdown-menu.megamenu {
    padding: 0px;
    width: 90%;
    left: 100px;
    border: 0px;
}

.megamenu > div > li > ul {
    padding: 0;
    margin: 0;
}

    .megamenu > div > li > ul > li {
        list-style: none;
    }

        .megamenu > div > li > ul > li > a {
            display: block;
            padding: 3px 20px;
            clear: both;
            font-weight: normal;
            line-height: 1.428571429;
            color: #333333;
            white-space: normal;
        }

            .megamenu > div > li > ul > li > a:hover,
            .megamenu > div > li > ul > li > a:focus {
                text-decoration: none;
                color: #262626;
                background-color: #f5f5f5;
            }

.megamenu.disabled > a,
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
    color: #999999;
}

    .megamenu.disabled > a:hover,
    .megamenu.disabled > a:focus {
        text-decoration: none;
        background-color: transparent;
        background-image: none;
        filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
        cursor: not-allowed;
    }

.megamenu.dropdown-header {
    color: #428bca;
    font-size: 18px;
}

.demo-btn {
    display: none;
    float: right;
    margin: 26px 10px;
}

.navbar-toggle {
    padding: 14px 10px;
    margin-top: 25px;
    margin-bottom: 25px;
    background-color: #00487e;
    border: 1px solid #00487e !important;
    border-radius: 0px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    opacity: 0.6;
    color: #fff;
    background-color: #00487e;
}

.fix-width-1 {
    width: 190px;
    height: 110px;
}

.fix-width-2 {
    width: 210px;
}

.fix-width-3 {
    width: 145px;
    height: 110px;
}

ul.dash-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    ul.dash-list li {
        position: relative;
        padding-left: 15px;
    }

        ul.dash-list li:before {
            content: "-";
            position: absolute;
            left: 0px;
        }

.icon-tag {
    background-image: url(../images/tag.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 35px;
    width: 35px;
    height: 35px;
    display: inline-block;
    margin: 0px 10px 0px 0;
    position: relative;
    top: 8px;
}

.title-icon {
    margin-bottom: 20px;
}

ul.table-list {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

    ul.table-list > li {
        display: table;
        width: 100%;
        border-top: 1px solid #d1cfcf;
        padding: 15px 0px;
    }

        ul.table-list > li > .table-title-area {
            display: table-cell;
            width: 40%;
            text-align: right;
            padding: 10px 20px;
            vertical-align: middle;
        }

        ul.table-list > li > .table-content-area {
            display: table-cell;
            padding: 10px 20px;
            vertical-align: middle;
        }

ul.disc-list {
    list-style: disc;
    padding-left: 20px;
    margin: 0px;
    display: inline-block;
}

.table-content-area ul.disc-list ~ ul.disc-list {
    padding-left: 35px;
}

ul.table-list > li > .table-title-area .title-t2 {
    font-weight: 800;
}

.table-content-area p {
    margin: 0px;
}

img ~ p {
    margin-bottom: 0px;
}

.inner-caption {
    font-weight: 400;
    font-style: italic;
}

.diff-title {
    font-size: 16px;
    font-weight: 700;
    background: #ebf0f9;
    color: #00487e;
    padding: 8px 15px;
}

.br-5 {
    border-right: 5px solid #ebf0f9;
}

.header-icon-block .header-icon-area {
    float: left;
}

    .header-icon-block .header-icon-area img {
        width: 80px;
    }

.header-icon-block {
    margin-bottom: 15px;
}

    .header-icon-block .header-icon-content {
        margin-left: 100px;
        padding: 10px 0px;
    }

        .header-icon-block .header-icon-content p {
            font-weight: 600;
            font-size: 16px;
            margin-bottom: 5px;
        }

.light-col-box {
    background-color: #fcfdfe;
    border: 2px solid #d9d9d9;
    padding: 10px;
}

    .light-col-box p:last-child {
        margin-bottom: 0px;
    }

.affix-top, .affix {
    position: static;
}

.align-items-center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.account-list li:first-child {
    border-top: 0px;
    padding-top: 0px;
}

.file-img img {
    width: 50px;
}

.process-title {
    font-weight: 600;
    font-size: 14px;
    display: block;
    background-color: #909090;
    color: #fff;
    text-align: center;
    padding: 8px 4px;
}

.files-img img {
    width: 150px;
    position: relative;
    top: -2px;
    margin-left: 5px;
}

@media (max-width: 768px) {
    .megamenu {
        margin-left: 0;
        margin-right: 0;
    }

        .megamenu > li {
            margin-bottom: 30px;
        }

            .megamenu > li:last-child {
                margin-bottom: 0;
            }

        .megamenu.dropdown-header {
            padding: 3px 15px !important;
        }

    .navbar-nav .open .dropdown-menu .dropdown-header {
        color: #fff;
    }
}
/*---Landing Page :: Start---*/
.landing-page {
    position: relative;
}

.landing-bg {
    width: 100%;
    float: left;
    position: relative;
    background: url(../images/landing-bg.jpg) top center no-repeat;
    background-size: cover;
}

 .landing-bg:before {
        content: '';
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 72, 126, 0.9);
    }

.landing-header {
    margin: 10px 0px;
}

.landing-t1 {
    font-weight: 600;
    font-size: 32px;
    line-height: 1.4;
    color: #fff;
    margin-top: 10PX;
    margin-bottom: 15px;
}

.landing-t2 {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 15px;
}

.landing-list {
    padding-left: 20px;
    margin-bottom: 20px;
}

.landing-page .landing-list li {
    font-size: 18px;
    font-style: italic;
    color: #fff;
    margin-bottom: 9px;
}

.landing-video-bg img {
    margin: 0px auto;
    display: block;
}

.landing-video-area .landing-video-btn {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.play-icons {
    background-image: url(../images/play-btn.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 80px;
    width: 80px;
    height: 80px;
    display: block;
}

.landing-video-area {
    position: relative;
}

.landing-form {
    background-color: #fff;
    border-radius: 10px;
    padding: 70px;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
}

    .landing-form .landing-form-title {
        font-weight: 600;
        font-size: 32px;
        text-align: center;
        margin-bottom: 20px;
    }

    .landing-form .form-group {
        padding: 0px;
    }

        .landing-form .form-group label {
            font-weight: 600;
            font-size: 16px;
            color: #2d2d2d;
            margin-bottom: 5px;
        }

        .landing-form .form-group .form-control {
            height: 45px;
            font-size: 16px;
            border-radius: 0px;
        }

    .landing-form .btn.btnland-blue {
        padding: 12px 30px;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        border-radius: 0px;
        margin-top: 30px;
        background-color: #00487e;
        border-color: #00487e;
        color: #fff;
        box-shadow: none !important;
    }

.landing-footer {
    background-color: #fff;
    position: absolute;
    width: inherit;
    padding: 15px;
    margin-bottom: 5px;
}

.landing-foot-cont {
    padding: 16px 0px;
}

.foot-t1 {
    font-weight: 600;
    font-style: italic;
    font-size: 20px;
    color: #1055c6;
}

.foot-t2 {
    font-weight: 400;
    font-style: italic;
    font-size: 14px;
}
/*---Landing Page :: End---*/
.custom-modal .modal-content {
    background-color: transparent;
    border: 0px;
}

.custom-modal .modal-dialog.modal-lg {
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    margin: 0px;
}

.custom-modal .modal-content .close {
    position: fixed !important;
    right: 15px;
    top: -35px;
    background-color: rgba(255, 255, 255, 0.15);
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-border-top-left-radius: 50%;
    -moz-border-top-left-radius: 50%;
    border-top-left-radius: 50%;
    -webkit-border-top-right-radius: 50%;
    -moz-border-top-right-radius: 50%;
    border-top-right-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    -moz-border-bottom-left-radius: 50%;
    border-bottom-left-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -moz-border-bottom-right-radius: 50%;
    border-bottom-right-radius: 50%;
    background-clip: padding-box;
    position: relative;
    height: 50px;
    width: 50px;
    cursor: pointer;
    color: #fff;
    opacity: 1;
}

.video-modal button.close {
    z-index: 99;
    right: -24px !important;
    top: -24px !important;
}

.left-panel.aboutus-left {
    background-color: #faf9f9;
}

.table-menu > tbody > tr > td {
}

.mainmenu .menu-list:nth-child(1) .submenu {
    transform: translateY(-15px);
}

.mainmenu .menu-list:nth-child(2) .submenu {
    transform: translateY(-68px);
}

.mainmenu .menu-list:nth-child(3) .submenu {
    transform: translateY(-121px);
}

.mainmenu .menu-list:nth-child(4) .submenu {
    transform: translateY(-128px);
}

.mainmenu .menu-list:nth-child(5) .submenu {
    transform: translateY(-227px);
}

.mainmenu .menu-list:nth-child(6) .submenu {
    transform: translateY(-280px);
}

.mainmenu .menu-list:nth-child(7) .submenu {
    transform: translateY(-221px);
}

.mainmenu .menu-list:nth-child(8) .submenu {
    transform: translateY(-386px);
}

.mainmenu .menu-list:nth-child(9) .submenu {
    transform: translateY(-173px);
}

.mainmenu .menu-list:nth-child(10) .submenu {
    transform: translateY(-246px);
}

.mainmenu.omnimainmenu .menu-list:nth-child(4) .submenu {
    transform: translateY(-174px);
}

.mainmenu.omnimainmenu .menu-list:nth-child(6) .submenu {
    transform: translateY(-200px);
}

.mainmenu.omnimainmenu .menu-list:nth-child(7) .submenu {
    transform: translateY(-297px);
}

.mainmenu.omnimainmenu .menu-list:nth-child(8) .submenu {
    transform: translateY(-140px);
}

.mainmenu.omnimainmenu .menu-list:nth-child(10) .submenu {
    transform: translateY(-470px);
}

.cell-content .btn-youtube {
    font-size: 16px;
    text-transform: capitalize;
}

.btn-youtube {
    font-weight: 800;
    position: relative;
    padding: 8px 10px;
    display: inline-block;
    border: 3px solid #bfbfbf;
    background-color: #f3f3f3;
    color: #2d2d2d;
    border-radius: 10px;
    text-transform: uppercase;
    padding-left: 50px;
}

    .btn-youtube:before {
        content: '';
        background-image: url(../images/youtube-btn.png);
        background-repeat: no-repeat;
        width: 30px;
        height: 30px;
        display: inline-block;
        background-size: 30px;
        position: absolute;
        left: 10px;
    }

    .btn-youtube.btn-sml {
        padding-top: 3px;
        padding-bottom: 3px;
        border-radius: 0px;
    }

        .btn-youtube.btn-sml:before {
            top: 4px;
        }

.aboutus-video {
    width: 100%;
}
.menuinner-title-box {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 3px;
    background-color: #fff;
    padding: 10px 20px;
    border: 1px solid #ddd;
    display: inline-block;
}