/* expand mobile sub menu function*/
/* expand mobile sub menu end*/
.halfscreen {
  	height: 50vh;
	display: flex;
  	align-items: center;
}

.thirdscreen {
  	height: 30vh;
	display: flex;
  	align-items: center;
}

.herosection{
  	height: 80vh;
	display: flex;
  	align-items: center;
}

.centered {
    display: flex;
    justify-content: center;
}

.servicegrid {
    display: flex;
    width: 100%;
    padding-top: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: stretch;
  -ms-grid-columns: minmax(1em, 300px) minmax(1em, 300px) minmax(1em, 300px);
  grid-template-columns: minmax(1em, 300px) minmax(1em, 300px) minmax(1em, 300px);
  -ms-grid-rows: minmax(1em, auto);
  grid-template-rows: minmax(1em, auto);
}

.servicecard{
  display: inline-grid;
  padding: 40px 25px 25px 25px;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 85.3%, 0.5);
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 5px 5px 18px -5px rgba(0, 0, 0, 0.9);
-webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
}

.servicecard:hover
{
    border-color: #D41948;
}

.serviceicons
  {
  max-height: 150px;
  padding: 20px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  }

.siteproducticon
{
  	display: inline-block;
    max-width: 90px;
}
.siteproducttitle
{
  font-weight: bold;
  font-size: large;
  text-align: right;
}



.footermodule{
  letter-spacing: 0.1em;
}

.footertitle {
  text-transform: uppercase;
}

.ms_h2{
  color: #D41948;  
}

.ms_h3{
  color: #D41948;
  font-size: 25px;
}

.ms_h4{
  color: #D41948;
  font-size: 20px;
}
.ph3{
  font-size: 30px;
}

.btn_red {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 85.3%, 0.5);
  border-radius: 10px;
  background-color: transparent;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #D41948;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.btn_red:hover {
  background-color: #D41948;
  color: #ffffff;
}

.btn_red:active {
  background-color: #43464d;
}  


.hoverbox {
  background-color: #ffffff;
}

.hoverbox:hover {
  background-color: #D41948;
  color:#ffffff;
}
  
.arrows {
	width: 60px;
	height: 72px;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	bottom: 20px;
}

.arrows path {
	stroke: #D41948;
	fill: transparent;
	stroke-width: 1px;	
	animation: arrow 2s infinite;
	-webkit-animation: arrow 2s infinite; 
}

@keyframes arrow
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

@-webkit-keyframes arrow /*Safari and Chrome*/
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

.arrows path.a1 {
	animation-delay:-1s;
	-webkit-animation-delay:-1s; /* Safari 和 Chrome */
}

.arrows path.a2 {
	animation-delay:-0.5s;
	-webkit-animation-delay:-0.5s; /* Safari 和 Chrome */
}

.arrows path.a3 {	
	animation-delay:0s;
	-webkit-animation-delay:0s; /* Safari 和 Chrome */
}

.mse_partnerlogos 
{
 display: flex;
 align-items: center;
}

.erp-featuretitle
{
text-align:right;
font-size: 20px;
}

@media (max-width: 992px) {


.erp-featuretitle
{
text-align:center;
font-size: 16px;
}
}

@media (max-width: 480px) {

.servicecard{
  padding: 15px 5px 0px 5px;
  }  

.phtitle{
  font-size: 35px;
}

.erp-featuretitle
{
text-align:center;
font-size: 16px;
}

  .erpfeaturebox{
    
  }
}