  .customNavigation a{
    display  : inline-block;
    height   : 24px;
	color:#878787;
	top:-70px;
	position:relative;
	cursor:pointer
	
  }

  
  .customNavigation a.next   /* for Next Control */
    {
      float:right;
	 margin-left:20px;
    }
	.customNavigation a.prev,  /* for Previous Control */
  
    {
      float:left;
	 margin-left:20px;
    }
	
	.customNavigation2 a{
    display  : inline-block;
    height   : 24px;
	color:#333;
	top:15px; right:15px;
	position:relative;
	cursor:pointer;
	z-index:999
  }

.customNavigation2 a.next, .customNavigation2 a.prev {
    float: right;
    margin-left: 25px;
    margin-right: 25px;
}
	/* for Previous Control */
  
.customNavigation3 a{
  display  : inline-block;
  height   : 24px;
  color:#878787;
  top:-200px;
  position:relative;
  cursor:pointer;
}


/* for Next Control */
.customNavigation3 a.next {
  float:right;
  margin-left:20px;
}
/* for Previous Control */
.customNavigation3 a.prev {
  float:left;
  margin-left:20px;
}

.customNavigation4 a{
  display  : inline-block;
  height   : 24px;
  color:#878787;
  top:200px;
  position:relative;
  cursor:pointer;
}


/* for Next Control */
.customNavigation4 a.next {
  float:right;
  margin-right:10%;
}
/* for Previous Control */
.customNavigation4 a.prev {
  float:left;
  margin-left:10%;
}
.line-process{
    border-right: 1px solid #E7E7E7;
    height: 300px;
}

.item3 {
padding: 0px 30px;
  text-align: center;
  font-family:"Montserrat-Light";
}

.item3 div:first-child {
  
  padding-bottom: 25px;
}

.item3 img {
  left:50%;
  margin-bottom:10px;
}

.porque {
    text-align: center;
    color: #462356;
    font-size: 22px;
    font-family: "Cera";
}
.porque2 {
    text-align: left;
    color: #000;
    font-size: 14px;
    width: 100%;
    margin: -20px auto auto;
    padding: 0px 0px 0px 0px;
    text-align: center;
}



.certi{width:90%; margin:auto; margin-left:30px}

.back-to-top{ background:#cecece;border-radius: 6px; bottom: 20px; color: #FFFFFF; display: block; font-size: 40px;  height: 50px;line-height: 42px; position: fixed;right: 20px;text-align: center; width: 50px;z-index: 50; display:none;}
.back-to-top:hover, .back-to-top:focus{ color:#fff;}
