/* Start custom CSS for html, class: .elementor-element-1a83499 */button {
	border: none;
	transition: all 0.2s;
	font-size: 15px;
	border-radius: 24px;
	background-color: rgb(1, 88, 165);
	text-transform: capitalize;
	color: rgb(255, 255, 255);
    cursor: pointer;
}

button:hover {
	background-color: rgba(1, 88, 165, 0.8);
	color: rgb(255, 255, 255);
}

button a {
	color: inherit !important;
	text-decoration: none;
	opacity: 1;
}/* End custom CSS */