@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');


@font-face {
    font-family: 'avenir_lt_std35_light';
    src: url('../fonts/new/avenir_lt_std_35_light-webfont.woff2') format('woff2'),
         url('../fonts/new/avenir_lt_std_35_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'avenir_lt_std55_roman';
    src: url('../fonts/new/avenir_lt_std_55_roman-webfont.woff2') format('woff2'),
         url('../fonts/new/avenir_lt_std_55_roman-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'avenir_lt_std45_book_oblique';
    src: url('../fonts/new/avenir_lt_std_45_book_oblique-webfont.woff2') format('woff2'),
         url('../fonts/new/avenir_lt_std_45_book_oblique-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'avenir_lt_std85_heavy';
    src: url('../fonts/new/avenir_lt_std_85_heavy-webfont.woff2') format('woff2'),
         url('../fonts/new/avenir_lt_std_85_heavy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'avenir_lt_std45_book';
    src: url('../fonts/new/avenir_lt_std_45_book-webfont.woff2') format('woff2'),
         url('../fonts/new/avenir_lt_std_45_book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'avenir_lt_std95_black_oblique';
    src: url('../fonts/new/avenir_lt_std_95_black_oblique-webfont.woff2') format('woff2'),
         url('../fonts/new/avenir_lt_std_95_black_oblique-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'avenir_lt_std55_oblique';
    src: url('../fonts/new/avenir_lt_std_55_oblique-webfont.woff2') format('woff2'),
         url('../fonts/new/avenir_lt_std_55_oblique-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'avenir_lt_std65MdOb';
    src: url('../fonts/new/avenir_lt_std_65_medium_oblique-webfont.woff2') format('woff2'),
         url('../fonts/new/avenir_lt_std_65_medium_oblique-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'avenir_lt_std65_medium';
    src: url('../fonts/new/avenir_lt_std_65_medium-webfont.woff2') format('woff2'),
         url('../fonts/new/avenir_lt_std_65_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'avenir_lt_std85_heavy_oblique';
    src: url('../fonts/new/avenir_lt_std_85_heavy_oblique-webfont.woff2') format('woff2'),
         url('../fonts/new/avenir_lt_std_85_heavy_oblique-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'avenir_lt_std95_black';
    src: url('../fonts/new/avenir_lt_std_95_black-webfont.woff2') format('woff2'),
         url('../fonts/new/avenir_lt_std_95_black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
    color: #707070;
    overflow-x: hidden !important;
    margin: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    line-height: 24px;
    font-size: 16px;
    font-family: avenir_lt_std65_medium;
    letter-spacing: .05em;
    font-weight: 400
}

a {
    transition: all .5s ease
}

a:active,
a:focus {
    outline: 0
}

a:focus,
a:hover {
    text-decoration: none !important
}

.orange {
    color: #EB6720 !important
}

a:hover {
    text-decoration: none !important;
    color: #0291d2;
    transition: all .5s ease
}
h1{/*font-family: Anton !important;*/line-height: 62px;font-size: 55px;font-family: 'avenir_lt_std85_heavy';}
.banner-h2{font-size:24px !important;font-family: 'avenir_lt_std85_heavy' !important;padding-top: 10px;}
h2 {
    font-size: 44px;
    font-weight: 700;
    color:#213A58 !important;
    font-family: 'avenir_lt_std95_black';
}
.col-lg-block{display: block;}

.white {
    color: #fff !important
}

.cta {
    background: #EB6720;
    float: left;
    color: #fff !important;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    padding: 14px 25px 14px 25px;
    border-radius: 3px;
    margin-top: 30px;
    margin-left: 0;
    transition: all .5s ease;
    cursor: pointer
}

.cta:hover {
    transition: all .5s ease;
    color: #fff
}

.cta:hover {
    background: #f76f45
}

.cta a {
    color: #fff !important;
    text-decoration: none
}

.cta {
    border-radius: 0;
    text-transform: uppercase;
}

.gradientCta {
    background: #dd6326;
    background: -moz-linear-gradient(0deg, #dd6326 0, #ff800d 100%) !important;
    background: -webkit-linear-gradient(0deg, #dd6326 0, #ff800d 100%) !important;
    background: linear-gradient(90deg, #dd6326 0, #ff800d 100%) !important;
    float: none;
    padding: 12px 25px;
    border-radius: 25px;
    font-size: 16px;
    display: inline-block;
    margin-top: 20px;
    font-family: avenir_lt_std85_heavy;
    font-weight: 700;
    letter-spacing: 1.2px;
    color: #fff !important
}

.aligncenter {
    margin: 0 auto;
    display: inherit
}
h1,h2,h3,h4,h5,h6{color: #000000;}
@media (max-width:480px) {
    .home-bottom h2,
    .titleblock h2,
    h2,
    h2.heading-title {
        font-size: 36px
    }
}

@media (max-width:360px) {
    .home-bottom h2,
    .titleblock h2,
    h2,
    h2.heading-title {
        line-height: 30px;
        font-size: 30px;
        letter-spacing: 0
    }
}

.m-t-25 {
    margin-top: 25px
}

.foot-cta-title {
    font-size: 44px;
    margin-top: 0;
    letter-spacing: -2px;
    line-height: 44px
}

.erp-bg
{
    padding:20px 0px 60px 0px;
    background:url('../images/erp-integration-services-bg.webp') no-repeat top center;
    background-size:cover;
}

.erp-bg h1
{
    color:#fff;
    text-align: center;
}
.contact-section{padding:30px 0;background: #ECEBEB;}
.contact-text{font-size: 16px;line-height: 26px;margin-bottom:0;}
.sub-page-title{font-size:58px;}
.erp-bg h2{font-size:36px;color:#fff !important;}
.end-blue-section h2{color:#fff !important;}
.get-cta, .get-cta:hover{background: #223B59;padding:15px 30px;border-radius: 5px;color:#fff;}
.center{margin:0 auto;text-align: center;}
.orange{color:#F26223;}
.banner-normal{font-family: 'avenir_lt_std65_medium';}
@media (max-width:991px) {.contact-text{text-align:center;margin-bottom: 25px;}}
@media (max-width: 480px){
.section-one h1 {
    line-height: 48px;
    font-size: 38px !important;
    margin-top: 60px;
}}

.bigCommMagentoDiff {
  /*margin: 70px 0 60px;*/
  padding: 70px 0;background: #fff;
  /*background-image: url(../images/difference-background.jpg);
  background-size: cover;*/
  }
  .bigCommMagentoDiff h2 { color: #223B59; }
.bigCommMagentoDiff .diffWrapper {
/*display: flex;*/
margin-top: 30px;margin-bottom:70px !important; }
@media (min-width: 992px) {.bigCommMagentoDiff .diffWrapper {width: 900px;margin: 0 auto;}}
@media (max-width: 767px) {
.bigCommMagentoDiff .diffWrapper {
flex-wrap: wrap;
padding: 30px 20px 20px; } }
.bigCommMagentoDiff .diffWrapper .diffWrap {
box-shadow: 5px 9px 45px #0000001A;
border: 1px solid #223B59;
border-radius: 20px 1px 0px 20px;
padding: 20px 20px 40px 20px;color:#000001; }
.bigCommMagentoDiff .diffWrapper .diffWrap.diffTwo{
    box-shadow: 5px 9px 45px #0000001A;
border: 1px solid #223B59;
border-radius: 0px 20px 20px 0px;
}
@media (max-width: 767px) {
.bigCommMagentoDiff .diffWrapper .diffWrap {
flex-basis: 100%;
border: none;
padding: 80px 20px 30px 20px; } }
/*.bigCommMagentoDiff .diffWrapper .diffWrap:first-child {
border-right: none; }*/
.bigCommMagentoDiff .diffWrapper .diffWrap ul {
    padding-top:20px;
padding-left: 30px; }
.bigCommMagentoDiff .diffWrapper .diffWrap ul li {
/*ist-style-image: url(../images/list-arrow.png);*/
list-style: none;
padding-left: 19px;
/*margin-bottom: 15px;*/ }
@media (max-width:991px) {.bigCommMagentoDiff .diffWrapper .diffWrap, .bigCommMagentoDiff .diffWrapper .diffWrap.diffTwo {border-radius: 20px 20px 20px 20px;}}
.diffImg{margin: 0 auto;text-align: center;background: #fff;width: 100px;padding: 20px;box-shadow: 0px 3px 30px #00000038;border-radius: 137px;position: relative;margin-bottom: -50px;}
@media (min-width:768px) {.mt10{margin-top: 10px}.nopadding-md{padding: 0px;z-index: 99;}.nopadding-md img{margin-left: 30px;position: relative;margin-right: -20px;}}
@media (max-width:767px) {.mt20{margin-top: 20px}}
.bigCommMagentoDiff .diffWrapper .diffWrap ul li{position: relative;color: #000001;margin-bottom: 20px;}
.diffWrapperRight{margin-left: -1px;}

@media (max-width:991px) {
.bigCommMagentoDiff .diffWrapper .diffWrap {padding: 0px 20px 0px 20px; }
.bigCommMagentoDiff .diffWrapper .diffWrap ul{padding-bottom:20px;}
.diffOne{margin-bottom: 20px;}
.bigCommMagentoDiff h2.m-b-60{margin-bottom:0px;}
}
.bigCommMagentoDiff .diffWrapper .diffOne ul li:before{content: '';
    display: inline-block;
    background: url(../images/question-list.webp);
    background-repeat: no-repeat;
    width: 70px;
    height: 32px;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    left: -22px;
}
.bigCommMagentoDiff .diffWrapper .diffTwo ul li:before{content: '';
    display: inline-block;
    background: url(../images/question-list.webp);
    background-repeat: no-repeat;
    width: 70px;
    height: 32px;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    left: -22px;
}
.bigCommMagentoDiffContent{padding:20px;box-shadow: 0px 3px 27px #0000001F;background:#fff;border-radius: 21px;}
.bigCommMagentoDiffContent img{float:left;margin-right: 20px;}
.bigCommMagentoDiffContent p{
    font-size: 15px;
    font-weight: 700;
    padding-top: 5px;
}
.bigCommMagentoDiffCol .col-lg-3{padding-left: 5px;padding-right: 5px;}
.main-tag-content {width: 80%;margin-left: auto;margin-right: auto}
@media(max-width:1199px) {.main-tag-content {width: auto}}
.m-b-60{margin-bottom: 60px;}
.m-b-40{margin-bottom: 40px;}
.m-t-40{margin-top:40px;}
.audit-cta, .audit-cta:hover{background: #223B59;padding:15px 30px;border-radius: 5px;color:#fff;}
.audit-cta-orange, .audit-cta-orange:hover{background: #F26223;padding:15px 30px;border-radius: 5px;color:#fff;}
.main-section{padding:60px 0;background:#F7F7F7;}
.logo-list ul{display: inline-block;list-style-type: none;}
.logo-list ul li{display: inline-block;width:223px;}
@media(max-width:1199px) {.logo-list ul li{width:183px;}}
@media(max-width:991px) {.logo-list ul li{width:138px;}}
@media(max-width:767px) {.logo-list ul li{width:218px;}}
@media(max-width:698px) {.logo-list ul li{width:49%;}}
@media(max-width:420px) {.logo-list ul li{width:100%;margin:0 auto;text-align:center;}}
.end-section{padding:60px 0;background:#EFEFEF;}
.minContainer{max-width: 1200px;margin-right: auto;margin-left: auto;padding-left: 15px;padding-right: 15px;}
.erp-content{background: #FFFFFF;border: 1px solid #C5C5C5;border-radius: 10px;padding:25px 30px 20px 30px;margin-bottom: 30px;}
.erp-content img{float:left;width:82px;padding-right:10px;}
.erp-content h3{padding-top:5px;}
.end-section h2{color:#213A58;}
@media(min-width:1200px) {.erp-content{min-height:291px;display: table;}}
@media(max-width:1199px) {.erp-content{min-height:315px;display: table;}}
@media(max-width:991px){.erp-content{min-height:290px;display: table;}}
@media(max-width:767px){.erp-content{min-height:auto;float: left;}}

/*@media(min-width:1200px) {.erp-content{min-height:auto;display: grid;}}
@media(max-width:1199px) {.erp-content{min-height:605px;}}
@media(max-width:991px){.erp-content{min-height:622px;}}
@media(max-width:767px){.erp-content{min-height:auto;float: left;}}*/

.erp-blue-content{background: #FFFFFF;border: 1px solid #C5C5C5;border-radius: 10px;padding:35px 30px;margin-bottom: 30px;}
@media(min-width:1200px) {.erp-blue-content{min-height:575px;}}
@media(max-width:1199px) {.erp-blue-content{min-height:620px;}}
@media(max-width:991px){.erp-blue-content{min-height:462px;}}
@media(max-width:767px){.erp-blue-content{min-height:auto;}}

@media(max-width:991px) {.end-section h2{font-size:38px;}}
/*@media(min-width:992px) {.end-section h2{padding-top:200px;}}*/
.vcenter {
    display: inline-block;
    vertical-align: middle;
/*float: none;*/
}
/*@media(min-width:768px) {.end-section h2{padding-top:250px;}}*/
.end-blue-section{padding:60px 0;background: #213A58;border: 1px solid #707070;}
.text-white{color: #fff;}

.ecommerce-seo-services
{
    padding:50px 0px;
    background-color:#EFEFEF;   
}
.ecommerce-seo-services h2{padding-bottom: 25px;}
.seo-a-icons
{
    padding:15px;
}
@media (min-width: 1200px) {.seo-a-icons{min-height: 390px;}}
@media (max-width: 1199px) {.seo-a-icons{min-height: 325px;}}
@media (max-width: 991px) {.seo-a-icons{min-height: 508px;}}
@media (max-width: 767px) {.seo-a-icons{min-height: auto;}}
/*.seo-a-icons:hover
{
    background-color:#fff;
}*/
.service-heading{font-size:20px;font-family: 'avenir_lt_std85_heavy';color:#000;}
.magento-icon-box{box-shadow: 0px 3px 34px #00000017;border-radius: 40px;padding:40px 20px 25px 20px;margin-bottom: 20px;background: #fff;}

@media (min-width: 1200px) {.magento-icon-box{min-height: 260px;}}
@media (max-width: 1199px) {.magento-icon-box{min-height: 280px;}}
@media (max-width: 991px) {.magento-icon-box{min-height: auto;}}
@media (max-width: 767px) {.seo-a-icons img, .magento-icon-box img{padding-bottom: 20px;}}
.seo-a-icons .col-md-3, .seo-a-icons .col-sm-4, .magento-icon-box .col-md-3, .magento-icon-box .col-sm-4{padding-left: 5px;padding-right: 5px;}
.logo-list-all ul{display: inline-block;list-style-type: none;}
.logo-list-all ul li{display: inline-block;width:24%;}
@media(max-width:1199px) {.logo-list-all ul li{width:32%%;}}
@media(max-width:991px) {.logo-list-all ul li{width:32%;}}
@media(max-width:767px) {.logo-list-all ul li{width:32%;}}
@media(max-width:698px) {.logo-list-all ul li{width:49%;}}
@media(max-width:420px) {.logo-list-all ul li{width:100%;margin: 0 auto;text-align: center;}}
.miniContainer{max-width: 940px;margin-left: auto;margin-right: auto;}
.main-section-white{padding:60px 0 30px 0;background:#fff;}
.footerSection{padding:60px 0;}
.footer-form{background: #223B59;border-radius: 24px;padding:40px 40px 0 40px;}
.form-foot-4 {text-align: center;display: block;}
.footer-contact-form .help-block.with-errors{color:#fff;}
.erp-bg ul {
    margin-top: 20px;
    text-align: center;
    margin-top:60px;
}
.erp-bg ul li {
    list-style-type: none;
    display: inline-block;
    padding-left: 0px;
    margin-right: 20px;
    margin-bottom: 20px;
    height: 30px;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
}
.erp-bg ul li img{padding-right: 8px;float: left;margin-top:0px;position: relative;
    left: 0;}

@media (max-width: 581px){
.erp-bg ul li {
    text-align: left;
    font-size:19px;
/*float: left;*/
    width: 90%;}
.erp-bg ul {
    text-align: left;
}}
@media screen and (max-width: 767px){
.erp-bg h1 {
    font-size: 43px !important;
    line-height: 46px !important;
    line-height: 1;
    }
.erp-bg h2{font-size: 26px;}
}
@media (min-width: 1200px){.erp-bg ul li{margin-right: 5px;text-align: left;width: 32%;}}
@media (max-width: 1199px){.erp-bg ul li{margin-right: 48px;width: 43%;margin-bottom:60px;}}
@media (max-width: 991px){.erp-bg ul li{margin-right: 48px;width: 45%;margin-bottom: 77px;line-height:32px;}}
@media (max-width: 767px){.erp-bg ul li{margin-right: 48px;width: 87%;margin-bottom: 77px;line-height:32px;}.erp-bg ul li img{margin-top: -10px;}}
.sub-page-title {margin-top: 60px;}
.erp-bg {height: 407px !important;}
.erp-process{padding:60px 0;}
@media (min-width: 1200px) {.faqWrapperSec .faqWrap{width: 930px;}}
.fs-32{font-size: 32px;}
.faqWrapperSection .faqWrapper {
    /*max-width: 1000px;*/
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}
.faqWrapperSection .faqWrapper .faqWrap {
    display: flex;
    flex-wrap: wrap;
    /*align-items: center;*/
}
.faqWrapperSection .faqWrapper .faqWrap:not(:last-child) {
    margin-bottom: 20px;
}
.faqWrapperSection .faqWrapper .faqWrap .numberWrapper {
    width: 155px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    margin-top:138px;
}
.faqWrapperSection .faqWrapper .faqWrap .numberWrapper .numbers {
    font-family: 'Roboto', sans-serif;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #213a58;
    line-height: 50px;
    color: #fff;
    font-size: 24px;
    align-items: baseline;
    font-weight: 700 !important;
}
.faqWrapperSection .faqWrapper .faqWrap .questionAnswerWrapper {
    /*width: calc(92% - 75px);*/
    padding-left: 15px;
    padding-right: 15px;
    box-shadow: 3px 6px 21px #00000017;
    padding:20px 35px 40px 35px;
    margin-bottom: 30px;
}
@media (min-width: 1200px) {.faqWrapperSection .faqWrapper .faqWrap .questionAnswerWrapper{min-height:auto;display: table;}}
@media (max-width: 1199px) {.faqWrapperSection .faqWrapper .faqWrap .questionAnswerWrapper{min-height:auto;display: table;}}
@media (max-width: 991px) {.faqWrapperSection .faqWrapper .faqWrap .questionAnswerWrapper{min-height:auto;display: table;}}
@media (max-width: 767px) {.faqWrapperSection .faqWrapper .faqWrap .questionAnswerWrapper{min-height:auto;display: table;}}
.faqWrapperSection .faqWrapper .faqWrap .questionAnswerWrapper div{margin-bottom: 0px;}
.faqWrapperSection .faqWrapper .faqWrap .questionAnswerWrapper img{float: left;display: inline-block;}
.faq-p{float:left;}
.faqWrapperSection .faqWrapper .faqWrap .questionAnswerWrapper .faqtithead {
    font-size: 22px !important;font-family: 'avenir_lt_std85_heavy' !important;line-height:30px !important;display:block;
    padding-top: 15px;color:#213A58;
    padding-left: 15px;padding-top: 30px;
}
}
.faqWrapperSection .faqWrapper .faqWrap .questionAnswerWrapper p {
    font-size: 16px;display: inline-table;margin-top:20px;
}
.faqWrapperSection .faqWrapper .faqWrap .questionAnswerWrapper{position:relative;}
/*.faqWrapperSection .faqWrapper .faqWrap .questionAnswerWrapper:before{
    content:'';
    position: absolute;
    top:30%;
    left: -30px;
  width: 30px;
  height: 30px;
  border-top: 50px solid transparent;
  border-right: 100px solid #fff;
  border-bottom: 50px solid transparent;
  z-index: -2;
}



.faqWrapperSection .faqWrapper .faqWrap .questionAnswerWrapper:after {
  content: "";
     position: absolute;
    width: 50px;
    height: 50px;
    background: #999;
    transform: rotate(51deg);
    top: 75px;
    left: -24px;
  box-shadow: -1px -1px 10px -2px rgba(0, 0, 0, 0.5);
}*/
.faqWrapperSection .faqWrapper{position: relative;}
/*.faqWrapperSection .faqWrapper:after{content: "";
    display: block;
    height: 86%;
    -webkit-margin-start: 15px;
    -moz-margin-start: 15px;
    margin-inline-start: 15px;
    border-left: 4px solid #888;
    margin-top: 2px;
    position: absolute;
    top: 138px;
    bottom: auto;
    left: 26px;
    -webkit-transition: height .2s cubic-bezier(.4,0,1,1),opacity .2s cubic-bezier(.4,0,1,1);
    transition: height .2s cubic-bezier(.4,0,1,1),opacity .2s cubic-bezier(.4,0,1,1);
    width: 1px;
    z-index: -1;}*/
@media (max-width: 1199px) {
/*.faqWrapperSection .faqWrapper .faqWrap .questionAnswerWrapper {width: calc(91% - 75px);}*/
.faqWrapperSection .faqWrapper:after {
    content: "";
    height: 84%;
    left:22px;
}
}
@media (max-width: 991px) {
/*.faqWrapperSection .faqWrapper .faqWrap .questionAnswerWrapper {width: calc(88% - 75px);}*/
.faqWrapperSection .faqWrapper:after {
    content: "";
    height: 84%;
    left:22px;
}
}
@media (max-width: 767px) {
/*.faqWrapperSection .faqWrapper .faqWrap .questionAnswerWrapper {width: calc(94% - 75px);}*/
.faqWrapperSection .faqWrapper .faqWrap .numberWrapper{width:99px;}
.faqWrapperSection .faqWrapper:after {
    content: "";
    height: 84%;
    left:22px;
}}


.headerInner{    background-color: transparent !important;}
.inner-banner-title{padding-bottom:0px;}
.banner h1{padding-bottom:30px;}
#menu-header .headerInner.scrolled{background: #223B59 !important;padding-top: 15px;}
#menu-header .headerInner.scrolled #wp-megamenu-main-menu>.wpmm-nav-wrap ul.wp-megamenu>li>a{color:#fff !important;font-weight:bold !important;}
#menu-header #wp-megamenu-main-menu>.wpmm-nav-wrap ul.wp-megamenu>li>a{color:#fff !important;font-weight:bold !important;}
#menu-header {height: 0px !important;}
@media screen and (max-width: 480px){
.banner h1 {
    font-size: 43px !important;
    line-height: 46px !important;
    line-height: 1;
	}}
.wpmm_mobile_menu_btn i{color:#fff;}
@media (min-width: 0px){.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap .wp-megamenu, #wp-megamenu-main-menu>.wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>.wpmm-strees-row-container>ul.wp-megamenu-sub-menu, #wp-megamenu-main-menu>.wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>.wpmm-strees-row-and-content-container-container>ul.wp-megamenu-sub-menu, #wp-megamenu-main-menu>.wpmm-nav-wrap>ul>li.wpmm-strees-row .wpmm-strees-row-container>.wp-megamenu-sub-menu:before, #wp-megamenu-main-menu>.wpmm-nav-wrap>ul>li.wpmm-strees-row .wpmm-strees-row-container>.wp-megamenu-sub-menu:after, #wp-megamenu-main-menu>.wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>.wpmm-strees-row-and-content-container>ul.wp-megamenu-sub-menu{background: #223B59 !important;}}
@media (min-width: 992px){.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu li.wpmm_mega_menu.company ul.wp-megamenu-sub-menu>li>ul ul, .wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu li.wpmm_mega_menu.resources ul.wp-megamenu-sub-menu>li>ul ul{background: #223B59 !important;border:1px solid #fff;}}
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu li.wpmm_mega_menu.company ul.wp-megamenu-sub-menu>li>ul ul, .wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu li.wpmm_mega_menu.resources ul.wp-megamenu-sub-menu>li>ul ul{background: #223B59 !important;}
.headerInner{box-shadow: none;}
@media screen and (max-width: 736px){
.banner h1 {
    font-size: 52px !important;
    line-height: 1;
    line-height: 54px !important;
}
}

.service-bg{padding: 120px 0 60px 0;}

.erp-read-more-content{
	display: none;
	padding-top: 22px;
}
.erp-read-more{
	display: inline-block;
	margin-top: 8px;
}
.re_hide {
    display: none !important;
}
.read-more-show,.read-more-show:hover, .read-more-hide, .read-more-hide:hover{color:#F26223;}
@media(min-width:992px) {.clearfix{clear:both;}}
@media(max-width:991px) {.clearfix{display:flex;}}
@media(min-width:768px) and (max-width:991px) {.clearfix-md{clear:both;}}
@media(min-width:1200px) {.clearfix-faq{clear:both;}}
@media(max-width:1199px) {.clearfix-faq{display:flex;}}
@media(min-width:768px) and (max-width:991px) {.clearfix-faq-md{clear:both;}}


.highlight-no{font-size:36px;display:block;}
.contact-text{color:#2A2B30;text-align:center;line-height: 37px;}
@media(min-width:768px) {.contact-section .borders{border-right: 1px solid #9A9A9A;}

}
@media(max-width:991px) {.contact-section .borders:nth-child(2){border-right: none;}}
.what-migrate{background:#EFEFEF;padding:60px 0;}
.what-migrate p{color:#223B59;text-align:center;padding-top: 20px;}
.what-migrate-content{min-height:150px;}
@media(max-width:991px) {.what-migrate-content{min-height: 160px;}}

.Googlesection{padding:60px 0 10px 0;background: #fff;color:#636363;}
.Googlesection ul li {
    display: inline-block;
    font-size: 16px;
    padding-bottom: 13px;
}
@media (min-width: 1200px){
.Googlesection ul li {
    width: 32%;
}}
@media (max-width: 1199px){
.Googlesection ul li {
    width: 49%;
}}
@media (max-width: 767px){
.Googlesection ul li {
    width: 100%;
}}
.Googlesection .pr-3{padding-right: 16px;}
/*.Googlesection ul li img {
    width: 70px;
}*/
.Googlesection ul li span{padding-top: 7px;/*float: left;*/display: table-row-group;}

.Googlesection-blue{padding:60px 0 0 0;background: #EFEFEF;}
.Googlesection-blue h2{font-size: 32px;}
.Googlesection-blue ul li {
    display: inline-block;
    font-size: 16px;
    padding-bottom: 20px;
    position:relative;
    padding-left:35px;
}
.Googlesection-blue ul li:before{content: '●';
    display: inline-block;
    width: 70px;
    height: 32px;
    color: #F26223;
    position: absolute;
    top: 0px;
    left: 5px;
}
.Googlesection-blue ul li span{padding-top: 7px;float: left;width: 83%;padding-left: 25px;}
.Googlesection-blue .pr-3{padding-right: 10px;}
@media (max-width: 991px){.Googlesection-blue ul li {display: table;color: #223B59;}.Googlesection-blue{padding-bottom:40px;}}
@media (min-width: 992px){.Googlesection-blue img{margin-top: 80px;}}

.erp-checklist{padding:60px 0;background: #fff;}
.erp-checklist h2{color: #223B59 !important;font-size:40px;line-height: 50px;margin-bottom: 25px;}
.erp-checklist ul li {
    display: inline-block;
    font-size: 16px;
    padding-bottom: 20px;
    color:#223B59;
}
/*.erp-checklist ul li img {
    width: 63px;
}*/
.erp-checklist ul li span{padding-top: 7px;float: left;width: 83%;padding-left: 25px;}
.erp-checklist .pr-3{padding-right: 10px;}
@media (max-width: 991px){.erp-checklist ul li {display: table;color: #223B59;}.erp-checklist ul li {padding-top: 30px;}}
.ul-head{font-weight: bold;font-size:24px;}

.erp-roadmap{padding:60px 0;background: #213A58;color:#fff;}
.erp-roadmap h2{color: #fff !important;padding-bottom:30px;text-align: center;}





.timeline {
  position: relative;
  width: 100%;
  padding: 30px 0;
}

.timeline .timeline-container {
  position: relative;
  width: 100%;
}

.timeline .timeline-end,
.timeline .timeline-start,
.timeline .timeline-year {
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 1;
}

.timeline .timeline-end p,
.timeline .timeline-start p,
.timeline .timeline-year p {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin: 0;
  padding: 30px 0;
  text-align: center;
  background: linear-gradient(#4F84C4, #00539C);
  border-radius: 100px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .4);
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
}

.timeline .timeline-year {
  margin: 30px 0;
}

.timeline .timeline-continue {
  position: relative;
  width: 100%;
  padding: 60px 0;
}

.timeline .timeline-continue::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -1px;
  background: linear-gradient(#FFFFFF00, #FFFFFF, #FFFFFF00);
}

.timeline .row.timeline-left,
.timeline .row.timeline-right .timeline-date {
  text-align: right;
}

.timeline .row.timeline-right,
.timeline .row.timeline-left .timeline-date {
  text-align: left;
}

.timeline .timeline-date {
  font-size: 14px;
  font-weight: 600;
  margin: 41px 0 0 0;
}

.timeline .timeline-text::after {
  content: '';
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 12px;
  background: linear-gradient(#fff, #fff);
  box-shadow: 0 0 5px rgba(0, 0, 0, .4);
  border-radius: 15px;
  z-index: 1;
  right:-37px;
}

.timeline .row.timeline-left .timeline-date::after {
  left: -7px;
}

.timeline .row.timeline-right .timeline-date::after {
  right: -7px;
}

.timeline .timeline-box .timeline-text,
.timeline .timeline-launch {
  position: relative;
  display: inline-block;
  margin: 15px;
  padding: 8px 30px 8px 10px;
  border: 1px solid #dddddd;
  border-radius: 6px;
  background: #ffffff;
}
.timeline .timeline-box div{float:left;width:100%;padding-left:20px;padding-top:15px;padding-right: 20px;}
.timeline .timeline-box div p{padding-bottom:15px;}
.timeline .timeline-box div p span{margin-left: 15px;width:20px;height: 20px;border-radius: 50px;background: #F26223;color:#fff;padding:5px 10px;}
.timeline .timeline-launch {
  width: 100%;
  margin: 15px 0;
  padding: 0;
  border: none;
  text-align: center;
  background: transparent;
}

.timeline .timeline-box::after,
.timeline .timeline-box::before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline .row.timeline-left .timeline-box::after,
.timeline .row.timeline-left .timeline-box::before {
  left: 95%;
}

.timeline .row.timeline-right .timeline-box::after,
.timeline .row.timeline-right .timeline-box::before {
  right: 95%;
}

.timeline .timeline-launch .timeline-box::after,
.timeline .timeline-launch .timeline-box::before {
  left: 50%;
  margin-left: -10px;
}

.timeline .timeline-box::after {
  top: 26px;
  border-color: transparent transparent transparent #ffffff;
  border-width: 10px;
}

.timeline .timeline-box::before {
  top: 25px;
  border-color: transparent transparent transparent #dddddd;
  border-width: 11px;
}

.timeline .row.timeline-right .timeline-box::after {
  border-color: transparent #ffffff transparent transparent;
}

.timeline .row.timeline-right .timeline-box::before {
  border-color: transparent #dddddd transparent transparent;
}

.timeline .timeline-launch .timeline-box::after {
  top: -20px;
  border-color: transparent transparent #dddddd transparent;
}

.timeline .timeline-launch .timeline-box::before {
  top: -19px;
  border-color: transparent transparent #ffffff transparent;
  border-width: 10px;
  z-index: 1;
}

.timeline .timeline-box .timeline-icon {
  position: relative;
  width: 40px;
  height: auto;
  float: left;
}

.timeline .timeline-icon i {
  font-size: 25px;
  color: #4F84C4;
}

.timeline .timeline-box .timeline-text {
  position: relative;
  width: calc(100% - 40px);
  float: left;
}

.timeline .timeline-launch .timeline-text {
  width: 100%;
}

.timeline .timeline-text h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 3px;
  margin-top: 7px;
}

.timeline .timeline-text p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .timeline .timeline-continue::after {
    left: 40px !important;
  }

  .timeline .timeline-end,
  .timeline .timeline-start,
  .timeline .timeline-year,
  .timeline .row.timeline-left,
  .timeline .row.timeline-right .timeline-date,
  .timeline .row.timeline-right,
  .timeline .row.timeline-left .timeline-date,
  .timeline .timeline-launch {
    text-align: left;
  }

  .timeline .row.timeline-left .timeline-text::after,
  .timeline .row.timeline-right .timeline-text::after {
    left: 47px;
  }

  .timeline .timeline-box,
  .timeline .row.timeline-right .timeline-text,
  .timeline .row.timeline-left .timeline-text {
    margin-left: 55px;
  }

  .timeline .timeline-launch .timeline-box {
    margin-left: 0;
  }

  .timeline .row.timeline-left .timeline-box::after {
    left: -20px;
    border-color: transparent #ffffff transparent transparent;
  }

  .timeline .row.timeline-left .timeline-box::before {
    left: -22px;
    border-color: transparent #dddddd transparent transparent;
  }

  .timeline .timeline-launch .timeline-box::after,
  .timeline .timeline-launch .timeline-box::before {
    left: 30px;
    margin-left: 0;
  }
}

.d-none {
    display: none!important;
}
.d-block {
    display: block!important;
}

@media (min-width: 768px){
.d-md-none {
    display: none!important;
}}

@media (min-width: 768px){
.d-md-block {
    display: block!important;
}}

.timeline .timeline-box .timeline-text-first{
    position: relative;
    width: calc(58% - 40px);
    float: revert;
}
 .timeline .timeline-box .timeline-text-three {
    position: relative;
    width: calc(65% - 40px);
    float: revert;
}

.timeline .timeline-box .timeline-text-second {
    position: relative;
    width: calc(68% - 40px);
}
@media (max-width: 1199px){
.timeline .timeline-box .timeline-text-first{
    position: relative;
    width: calc(68% - 40px);
    float: revert;
}
 .timeline .timeline-box .timeline-text-three {
    position: relative;
    width: calc(77% - 40px);
    float: revert;
}

.timeline .timeline-box .timeline-text-second {
    position: relative;
    width: calc(83% - 40px);
}
.timeline .timeline-continue:after {
    position: absolute;
    content: "";
    width: 3px;
    height: 88%;
    top: 10%;
    left: 50%;
    margin-left: -1px;
    background: linear-gradient(#FFFFFF00,#fff,#FFFFFF00);
}
}
@media (min-width: 992px) and (max-width: 1199px){.timeline .timeline-continue {padding: 210px 0 60px 0;}}
@media (max-width: 991px){
.timeline .timeline-box .timeline-text-first{
    position: relative;
    width: calc(90% - 40px);
    float: revert;
}
 .timeline .timeline-box .timeline-text-three {
    position: relative;
    width: calc(102% - 40px);
    float: revert;
}

.timeline .timeline-box .timeline-text-second {
    position: relative;
    width: calc(109% - 40px);
}
.timeline .row.timeline-left .timeline-box:after, .timeline .row.timeline-left .timeline-box:before {
    left: 92%;
}
.timeline .row.timeline-right .timeline-box:after, .timeline .row.timeline-right .timeline-box:before {
    right: 92%;
}
}

@media (max-width: 768px){
.timeline .timeline-continue:after {
    position: absolute;
    content: "";
    width: 3px;
    height: 88%;
    top: 18%;
    left: 50%;
    margin-left: -1px;
    background: linear-gradient(#FFFFFF00,#fff,#FFFFFF00);
}
    .timeline .timeline-continue{padding:300px 0 60px 0;}
.timeline .timeline-box .timeline-text-first{
    position: relative;
    width: calc(62% - 40px);
    float: left;
}
.timeline .timeline-box .timeline-text, .timeline .timeline-launch{padding:8px 10px 8px 10px}
.timeline .row.timeline-left .timeline-text, .timeline .timeline-box .timeline-text-second {margin-left: 15px !important;}
 .timeline .timeline-box .timeline-text-three {
    position: relative;
    width: calc(100% - 40px);
    float: left;
}

.timeline .timeline-box .timeline-text-second {
    position: relative;
    width: calc(60% - 40px);
}
.timeline .row.timeline-left .timeline-box:after, .timeline .row.timeline-left .timeline-box:before {
    left: 92%;
}
.timeline .row.timeline-right .timeline-box:after, .timeline .row.timeline-right .timeline-box:before {
    left:64px;
}

.timeline .row.timeline-left .timeline-text:after, .timeline .row.timeline-right .timeline-text:after {
    left: -38px;
}
.timeline .timeline-box div p span{margin-left: 0;margin-right: 10px;}
.timeline .row.timeline-left .timeline-box:after, .timeline .row.timeline-left .timeline-box:before, .timeline .row.timeline-right .timeline-box:before {
    left: 64px;
}
}
@media (max-width: 561px){.timeline .timeline-box .timeline-text-first, .timeline .timeline-box .timeline-text-second, .timeline .timeline-box .timeline-text-three{
    position: relative;
    width: calc(100% - 40px);
    float: left;
}}
.timeline .timeline-box .timeline-text-second{padding:8px 10px 8px 30px}
.timeline .timeline-text-second:after {
    content: '';
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    top: 12px;
    background: linear-gradient(#fff,#fff);
    box-shadow: 0 0 5px rgb(0 0 0 / 40%);
    border-radius: 15px;
    z-index: 1;
    left: -38px;}
.timeline .timeline-box .second-list p span{margin-left:0;margin-right: 15px;}
.what-challenge{padding:60px 0;background:#fff;}
@media (max-width: 480px){.col-xss-12{width:100%;display:block;}}
.ecommerce-seo-services
{
    padding:50px 0px;
    background-color:#223B59;   
}
.ecommerce-seo-services h2{padding-bottom: 25px;color:#fff !important;}
.service-heading{font-size:20px;font-family: 'avenir_lt_std85_heavy';color:#000;}
.magento-icon-box{box-shadow: 0px 3px 34px #00000017;border-radius: 10px;padding:40px 20px 25px 20px;margin-bottom: 20px;background: #fff;}

@media (min-width: 1200px) {.magento-icon-box{min-height: 280px;}}
@media (max-width: 1199px) {.magento-icon-box{min-height: 305px;}}
@media (max-width: 991px) {.magento-icon-box{min-height: auto;}}
