/* Enter Your Custom CSS Here */
.pagesWrapp .textCont .la_button {
	display: inline-block;
  	padding: 10px 15px;
  	color: white;
  	background-color: rgb(248, 194, 8);
  	text-transform: uppercase;
  	font-weight: bold;
  	transition: 0.3s;
  	text-align: center;
        text-decoration: none;
  width:200px;
  border-radius:4px;
}
.pagesWrapp .textCont .la_button:hover {
	background-color: rgb(210, 164, 6);
  	color:white;
}



.breadcrumbs{
margin-left:19%;
}