@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-bg.webp') no-repeat top center;
    background-size:cover;
}

.erp-bg h1
{
    color:#fff;
    text-align: center;
}
.contact-section{padding:20px 0;background: #ECEBEB;}
.contact-text{font-size: 20px;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;}
.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 35px 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:auto;display: table;}}
@media(max-width:1199px) {.erp-content{min-height:auto;display: table;}}
@media(max-width:991px){.erp-content{min-height:auto;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: 24px;
    line-height: 28px;
}
.erp-bg ul li img{padding-right: 8px;float: left;margin-top:-10px;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;}}
