body {
    font-family: 'Poppins', sans-serif;
}
.header {
    position: fixed;
    top: 0px;
    z-index: 1;
    left: 0px;
    width: 100%;
}
.header .navbar-light .navbar-nav .nav-link {
    color: #1d2755;
    font-size: 15px;
    text-transform: uppercase;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 500;
}
.header .n-btn {
    background: #1d2755;
    color: #fff !important;
    border-radius: 2px;
    margin-left: 5px;
}
.menu-toggle {
    font-size: 21px !important;
    padding: 3px;
    margin-left: 15px;
}
.header .navbar {
    padding: 16px 50px;
}
.header-fix {
    height: 85px;
}
.page-header {
    padding: 130px 0px;
    text-align: center;
    color: #fff;
    background: url(../images/epicor/page-header-bg.png) center;
    background-size: cover;
}
.header {
    position: fixed;
    top: 0px;
    z-index: 999;
    left: 0px;
    width: 100%;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.2784313725490196);
}
.page-header p {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 0;
}
footer {
    padding: 20px 20px;
    background: #1d2755;
    color: #fff;
}
.footer-row {
    text-align: center;
}
footer li {
    display: inline;
}
footer li a {
    color: #fff;
}
.social-media-footer {
    float: right;
    margin: 0;
    padding: 0;
}
.copy-right {
    float: left;
    font-size: 14px;
    line-height: 28px;
}
.center-ul-footer {
    display: inline-block;
    margin: 0 auto;
    padding: 0px;
}
.center-ul-footer li:nth-child(2):after {
    height: 10px;
    width: 10px;
    background: #fff;
    border-radius: 60%;
    margin: 0 15px;
    content: '';
    display: inline-block;
}
.center-ul-footer li:nth-child(2):before {
    height: 10px;
    width: 10px;
    background: #fff;
    border-radius: 60%;
    margin: 0 15px;
    content: '';
    display: inline-block;
}
.center-ul-footer li {
    font-size: 14px;
}
.center-ul-footer li a:hover {
    color: #fff;
    opacity: 0.8;
    transition: all .20s ease-out;
    text-decoration: none;
}
.social-media-footer li {
    margin: 0 10px;
}
.social-media-footer a:hover {
    transform: scale(0.1);
    transition: .20s ease-out;
    text-decoration: none;
    color: #fff;
}
.social-media-footer a i {
    transition: 0.5s;
}
.social-media-footer a:hover>i {
    transform: scale(1.3);
    transition: 0.5s;
}
.menu-toggle span {
    display: none;
}   
a:hover{
    text-decoration: none;
} 
.contact-section {
    padding: 70px 0;
    background: #1d2755;
    color: #fff;
}
.contact-section .container-fluid {
    max-width: 1500px;
    margin: 0 auto;
}
.info-wrapper {
    text-align: center;
}
.info-wrapper img {
    max-width: 100%;
}
.top-contact-dt {
    margin-bottom: 40px;
    margin-top: 15px;
    font-family: 'Roboto', sans-serif;
}
span.phone {
    font-size: 16px;
    margin-right: 20px;
    padding-left: 32px;
    background: url(../../../../www.amosoft.com/images/epicor/phone-icon.png) no-repeat;
    background-position: left center;
}
span.email {
    font-size: 16px;
    margin-right: 20px;
    padding-left: 32px;
    background: url(../../../../www.amosoft.com/images/epicor/email-icon.png) no-repeat;
    background-position: left center;
}
.form-input-wrapper {
    width: calc(50% - 10px);
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.form-input-wrapper input {
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    color: grey;
    font-weight: 500;
    font-size: 13px;
    border: none;
    text-transform: uppercase;
    border-radius: 2px;
}
.text-area-w textarea {
    width: calc(100% - 10px);
    border: none;
    border-radius: 2px;
    height: 100px;
    padding: 10px 15px;
    color: grey;
    font-size: 14px;
    text-transform: uppercase;
}
.btn-rounded-white {
    padding: 8px 30px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: #1D2755;
    margin-right: 10px;
    cursor: pointer;
    background: #fff;
    border: none;
    border-radius: 20px;
}
.btn-wrapper {
    text-align: right;
}
.text-area-w {
    width: 100%;
}
.contact-section h4 {
    font-size: 30px;
    font-weight: 600;
}
/*m-d edi slider*/
.epicor-slider {
    position: relative;
    overflow: hidden;
    z-index: 9;
}
.epicor-slider::before {
	position: absolute;
	content: '';
	top: 5px;
	left: 50px;
	width: 100%;
	height: 98%;
	background-image: -moz-linear-gradient( 45deg, rgb(65,18,255) 0%, rgb(80,108,234) 100%);
	background-image: -webkit-linear-gradient( 45deg, rgb(65,18,255) 0%, rgb(80,108,234) 100%);
	background-image: -ms-linear-gradient( 45deg, rgb(65,18,255) 0%, rgb(80,108,234) 100%);
	border-radius: 70px 0 0 70px;
	-webkit-border-radius: 70px 0 0 70px;
	-moz-border-radius: 70px 0 0 70px;
	-ms-border-radius: 70px 0 0 70px;
	-o-border-radius: 70px 0 0 70px;
	transform: skew(-4deg, -1deg);
	-webkit-transform: skew(-4deg, -1deg);
	-moz-transform: skew(-4deg, -1deg);
	-ms-transform: skew(-4deg, -1deg);
	-o-transform: skew(-4deg, -1deg);
}
.new-bg {
        position: absolute;
        top: 0;
        right: 0;
        height: 99%;
        width: 100%;
}
.new-bg::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 50%;
    height: 99%;
    background-image: url(../../../../www.amosoft.com/images/epicor/banner-one.png);
    background-repeat: no-repeat;
}
.epicor-slider .header-overlay-image {
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 100%;
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.epicor-slider .header-overlay-image .st1, .epicor-slider .header-overlay-image .st0 {
	fill: #fff;
}
.epicor-slider img {
    max-width: 100%;
    position: relative; 
  
}
.epicor-slider .content {
	position: relative;
	top: 50%;
	transform: translatey(-50%);
}
.epicor-slider .content img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.epicor-slider .container-fluid {
    max-width: 800px;
    margin: 0 auto;
 }
.epicor-slider h1 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    text-align: left;
}
.epicor-slider p {
	color: #fff;
	font-size: 16px;
    line-height: 26px;
    margin: auto;
    text-align: left;
    margin-top: 10px;
}
/*m-d edi slider end*/
/*section-7 start*/
.epicor-2 {
    text-align: center;
    background-position: left top;
    position: relative;
    padding: 100px 0;
    padding-bottom:25px; 
	
}
.epicor-2 .container-fluid {
    max-width: 1300px;
    margin: 0 auto;
 }
 .epicor-2 .title-1 {
    font-size: 36px;
    width: 100%;
    font-weight: 600;
    color: #222222;
    text-align: center;
    margin-bottom:20px; 
}
.epicor-2 p {
	font-size: 16px;
	color: #5d6165;
	line-height: 26px;
}
/*section-7 end*/
/*section-3*/
.epicor-3 {
	padding: 100px 0;
    width: 100%;
    padding-top: 25px;
    position: relative;
    background-size:cover; 

}
.epicor-3 .container-fluid {
    max-width: 1400px;
    margin: 0 auto;
 }
 .epicor-3 .title-1 {
    font-size: 25px;
    font-weight: 600;
    color: #222222;
    margin-bottom:  20px;
}
.epicor-3 .bounce-animate {
	max-width:100% ;
}
.epicor-3 ul {
    padding: 0px;
    margin: 0px;
}
.epicor-3 p {
	font-size: 16px;
	color: #5d6165;
    line-height: 26px;
    text-align: justify;
}
.epicor-3 ul li {
	font-size: 16px;
	background: url(../../../../www.amosoft.com/images/epicor/list-arow.png) no-repeat 0px 8px;
	list-style: none;
	color: #5d6165;
	line-height: 26px;
	padding-left: 24px;
    margin-bottom: 12px;
    font-weight: 600;
}
.epicor-3 .bounce-animate {
	max-width: 100%;
	position: relative;
}
.epicor-3 .box-1 {
	color: #999;
	background: #fff;
	width: 100%;
	display: flex;
    height: 100%;
    min-height: 60px;
	border-radius: 5px;
	padding-right: 10px;
	box-shadow: 0px 0px 5px #360d74;
	overflow: hidden;
}
.epicor-3 .box-1 .sub-hd {
	color: #1c144e;
	font-size: 18px;
	font-weight: 600;
	position: relative;
	top: 50%;
	transform: translatey(-50%);
	margin: 0px;
}
.epicor-3 .box-1 .text {
    text-align: left;
}
.epicor-3 .box-1 .img-box {
	background: linear-gradient( #6433c0, #8c51ec);
	text-align: initial;
    padding: 0 16px;
	margin-right: 20px;
}
.epicor-3 .box-1 .img-box img {
	position: relative;
	top: 50%;
	transform: translate(0%, -50%);
}
.epicor-3 .box-mg .col-md-6 {
    margin-bottom:20px; 
}
.epicor-3 .title-2 {
	font-size: 25px;
	margin-bottom: 25px;
	margin-top: 17px;
}
.epicor-3 .box-1 .img-box img {
	width: 35px;
}
/*end section-3*/
/*sap-edi-1 section-1*/
/*section-3*/
.epicor-4 {
	font-family: 'Poppins', sans-serif;
	padding: 100px 0;
    width: 100%;
    position: relative;
   background: url(../../../../www.amosoft.com/images/epicor/banner-3.jpg) no-repeat;
    background-size:cover; 

}
.epicor-4 .container-fluid {
    max-width: 1400px;
    margin: 0 auto;
 }
 .epicor-4 .title-1 {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-bottom:  40px;
}
.epicor-4 .bounce-animate {
	max-width:100% ;
}
.epicor-4 ul {
    padding: 0px;
    margin: 0px;
}
.epicor-4 ul li {
	font-size: 16px;
	background: url(../../../../www.amosoft.com/images/epicor/list-arow.png) no-repeat 0px 8px;
	list-style: none;
	color: #fff;
	line-height: 26px;
	padding-left: 24px;
    margin-bottom: 12px;
}
.epicor-4 .bounce-animate {
	max-width: 100%;
	position: relative;
}
.epicor-4 .bdr {
	border-right: 1px #a167f7 dashed;
}
.epicor-4 .box-1 {
	color: #999;
	background: #fff;
	width: 100%;
	display: flex;
    height: 100%;
    min-height: 60px;
	border-radius: 5px;
	padding-right: 10px;
	box-shadow: 0px 0px 5px #360d74;
	overflow: hidden;
}
.epicor-4 .box-1 .sub-hd {
	color: #1c144e;
	font-size: 18px;
	font-weight: 600;
	padding-top: 9px;
    margin: 0px;
    margin-bottom: 4px;
}
.epicor-4 .box-1 .text {
    text-align: left;
}
.epicor-4 .box-1 .img-box {
	background: linear-gradient( #0069e8, #0069e8);
	text-align: initial;
    padding: 0 16px;
    margin-right: 20px;

    
}
.epicor-4 .box-1 .img-box img {
	position: relative;
	top: 50%;
	transform: translate(0%, -50%);
}
.epicor-4 .box-mg .col-md-6 {
    margin-bottom:20px; 
}
.epicor-4 .title-2 {
	font-size: 25px;
	margin-bottom: 25px;
	margin-top: 17px;
}
.epicor-4 .box-1 .img-box img {
	width: 50px;
}
/*end section-3*/
/*end section-2*/
.epicor-5 {
	font-family: 'Poppins', sans-serif;
	padding: 100px 0;
    width: 100%;
    position: relative;
}
.epicor-5 .container-fluid {
    max-width: 1400px;
    margin: 0 auto;
 }
 .epicor-5 .title-1 {
    font-size: 36px;
    font-weight: 600;
    color: #1c144e;
    margin-bottom:  20px;
}
.epicor-5 p {
    font-size: 16px;
    color: #445c7b;
    line-height: 26px;
    text-align: justify;
}
.epicor-5 .bounce-animate {
	max-width:100% ;
}
/*section-2*/
/*section-3*/
.epicor-6 {
	padding: 100px 0;
    width: 100%;
    position: relative;
    background: linear-gradient( #005cde, #035cb4);
    background-size:cover; 

}
.epicor-6 .container-fluid {
    max-width: 1400px;
    margin: 0 auto;
 }
 .epicor-6 .title-1 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    margin-bottom:  20px;
}
.epicor-6 .bounce-animate {
	max-width:100% ;
}
.epicor-6 ul {
    padding: 0px;
    margin: 0px;
}
.epicor-6 p {
	font-size: 16px;
	color: #fff;
    line-height: 26px;
    text-align: justify;
}
.epicor-6 ul li {
	font-size: 16px;
	background: url(../../../../www.amosoft.com/images/epicor/list-arow2.png) no-repeat 0px 8px;
	list-style: none;
	color: #fff;
	line-height: 26px;
	padding-left: 24px;
    margin-bottom: 12px;
}
.epicor-6 .bounce-animate {
	max-width: 100%;
	position: relative;
}
.epicor-6 .list-m ul{
   float: left; 
}
.col-md-6.w-100-991.bdr {
    border-right: 1px solid #fff;
}
.epicor-6 .list-m ul.list-r {
	 margin-right: 32px; 
}
.col-md-6.list-m.w-100-991 {
	padding-left: 40px;
}
/*end section-3*/
/*end section-2*/
.epicor-7 {
	font-family: 'Poppins', sans-serif;
	padding: 100px 0;
    width: 100%;
    position: relative;
}
.epicor-7 .container-fluid {
    max-width: 1400px;
    margin: 0 auto;
 }
 .epicor-7 .title-1 {
    font-size: 36px;
    font-weight: 600;
    color: #1c144e;
    margin-bottom:  20px;
}
.epicor-7 p {
    font-size: 16px;
    color: #445c7b;
    line-height: 26px;
    text-align: justify;
}
.epicor-7 .bounce-animate {
	max-width:100% ;
}
/*section-2*/
/*section-7 start*/
.epicor-8 {
    text-align: center;
	background: url(../../../../www.amosoft.com/images/epicor/banner-3.jpg) no-repeat;
    background-position: left top;
    position: relative;
    padding: 100px 0;
	
}
.epicor-8 .container-fluid {
    max-width: 1300px;
    margin: 0 auto;
 }
 .epicor-8 .title-1 {
    font-size: 36px;
    width: 100%;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-bottom:20px; 
}
.epicor-8 p {
	font-size: 16px;
	color: #fff;
	line-height: 26px;
	max-width: 978px;
	margin: 0 auto;
}
/*section-7 end*/
/*sap-edi-1 section-1 end*/
.call-to-action.v26.shopi {
	background-size: auto auto;
	background-size: cover;
	background-position: center top;
}
.call-to-action.v26 {
    padding: 100px 0px;
}
.call-to-action {
    padding: 0 0;
    position: relative;
}
.cta-box {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 33px;
    border-radius: 100px;
    text-align: center;
    background: linear-gradient(#005bdf, #0149d3 ); 
    box-shadow: 1px 6px 8px rgb(185, 185, 185);
}
.call-title {
    display: inline-block;
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    vertical-align: middle;
    margin-right: 48px;

}
@media (max-width:991px) { 
    .epicor-slider {
       padding:100px 0px;
    }
    .epicor-slider h1, .epicor-slider p {
        text-align: center;
    }
}
@media (max-width:768px){ 
    .epicor-slider h1, 
    .epicor-2 .title-1, 
    .epicor-3 .title-1, 
    .epicor-4 .title-1,
    .epicor-5 .title-1,
    .epicor-6 .title-1,
    .epicor-7 .title-1,
    .epicor-8 .title-1    {
        font-size: 25px;
        margin-bottom: 15px;
    }
    .epicor-3 .sun-title, .epicor-5 .sun-title {
        font-size: 15px;
    }
  
    .epicor-slider {
        background-position: center top;
    }
    .epicor-slider{
    background: #421afd;}
    .epicor-3 .box-1 .sub-hd {
        font-size: 14px;
    }
    .epicor-4 .box-1 .sub-hd {
        font-size: 14px;}
    .epicor-2 p, 
    .epicor-3 p, 
    .epicor-4 p,
    .epicor-5 p,
    .epicor-6 p,
    .epicor-7 p,
    .epicor-8 p,  
    .epicor-slider p,
    .epicor-6 ul li
    {
        font-size:13px;
        line-height: 24px;
        width:100%;
        margin-top: 0px;
    }
    .col-md-6.list-m.w-100-991 {
        padding: 15px;
    }
    .epicor-2 .col-md-3{
        margin-bottom:20px; 
    }
    .epicor-4 .pd-top-100 {
        margin-top: 10px;
    }
    .epicor-2,
    .epicor-3,
    .epicor-4,
    .epicor-5,
    .epicor-6,
    .epicor-slider,
    .epicor-7,
    .epicor-8{
        padding:20px 0;
    }
    .edi-provider-2 .title-1,.edi-provider-4 .title-1 {
        margin-top: 0px;
    }
    .call-to-action.v26 {
        padding: 40px 0px;
    }
    .cta-box {
        max-width: 100%;
        margin: 0 auto;
        padding: 28px 33px;
        border-radius: 0px;
    }
    .call-title {
        display: block;
        font-size: 24px;
        margin: 0;
            margin-bottom: 0px;
        margin-bottom: 18px;
    }
    .offset-1 {
        margin: 0px;
    }
    .epicor-4 .box-1 .img-box {
        padding: 0 19px;
    } 
    .epicor-4 .box-1 .img-box img {
        width: 60px;
    }     
}
@media (max-width:1400px){ 
    .form-wrapper-section .container-fluid{
        max-width: 1200px;
    }
    .form-right-wrapper{
        padding: 30px;
        padding-bottom: 80px;
    }
}
@media (max-width:1170px) { 
    .header .navbar-light .navbar-nav .nav-link {
        padding-left: 10px;
        padding-right: 10px;
    }
    .header-fix {
        height: 73px;
    } 
    .navbar-brand img {
        width: 160px;
    }
}
@media (max-width:991px) { 
    .w-100-991 {
        width: 100%;
        max-width: 100%;
        flex: 100%;
    }
    .epicor-slider .header-overlay-image {
        display: none;
    }
    .hide-991 {
        display: none;
    }
    .menu-toggle span {
        display: block;
    }
    .navbar-collapse {
        padding: 15px 0;
        padding-bottom: 0px;
    }
    .header .navbar-light .navbar-nav .nav-link {
        padding: 10px 15px;
        padding-left: 0;
        padding-right: 0;
    }
    .page-header h1 {
        font-size: 22px;
    }
    .page-header {
        padding: 90px 0px;
    }
    .page-header p {
        text-transform: uppercase;
        font-size: 13px;
    }
    .header .navbar {
        padding: 16px 20px;
    }
    .menu-toggle {
        padding: 0px;
        margin-left: 0px;
        color: #1d2755;
        font-size: 15px !important;
        text-transform: uppercase;
    }
    .menu-toggle i {
        display: none;
    }
    .header .navbar-light .navbar-nav .n-btn {
        background: #1d2755;
        color: #fff !important;
        border-radius: 2px;
        margin-left: 0;
        padding: 10px 15px;
    }
    .copy-right {
        float: none;
        width: 100%;
    }
    .center-ul-footer {
        display: block;
        margin: 10px 0;
    }
    .social-media-footer {
        float: none;
        text-align: center;
    }
    .epicor-2 .col-md-6.col-sm-6 {
        margin-bottom:20px; 
    }
    
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
    .epicor-3 .box-1 .sub-hd {
        font-size: 13px;
    }
    .epicor-3 .box-1 .img-box {
        margin-right: 12px;
    }
}
@media (max-width:650px) {
    .contact-section h4 {
        font-size: 22px;
    }
}
@media (max-width:500px) {
   
    .center-ul-footer li {
        font-size: 12px;
        margin: 0 6px;
    }
    .center-ul-footer li:nth-child(2):before {
        display: none;
    }
    .center-ul-footer li:nth-child(2):after {
        display: none;
    }
    footer {
        padding: 20px 0px;
    }
    .center-ul-footer {
        margin: 15px 0;
    }
}
