.elementor-26833 .elementor-element.elementor-element-890e740 > .elementor-widget-container{margin:0px 0px 0px 0px;}/* Start custom CSS for text-editor, class: .elementor-element-890e740 */.button {
  text-transform: uppercase;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  padding: 20px 10px 0px 10px ;
  margin: 4px 30%;
  border-radius: 8px;
  background-color: #004883;
  z-index: 1;
}
.button:after {
  content: "";
  position: absolute;
  background-color: #004883;
  z-index: -2;
}
.button:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #ffa800;
  transition: all 0.3s;
  z-index: -1;
}
.button:hover {
  color: #fff;
}
.button:hover:before {
  width: 100%;
}

/* optional reset for presentation */

span {
  display: block;
  color: #004883;
}/* End custom CSS */