.global-btn{position: relative; z-index: 1; overflow: hidden;}
.global-btn:after {
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, #936027 0%, #bfb576  60%, #936027 100%) border-box;
    background-size: 100% 100%; 
	border-radius: 80px;
	opacity: 1;
	transition: 0.25s ease-out 0s;
	margin: 0 0 0;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: -1;
}
.global-btn:before {
	content: "";
	width: 100%;
	height: 100%;
	border: 2px solid transparent;
	border-radius: 80px;
	background: linear-gradient(to right, #936027 0%, #bfb576  60%, #936027 100%) border-box;
    background-size: 100% 100%; 
	-o-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-ms-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-moz-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	mask-composite: exclude;
	-o-mask-composite: exclude;
	-ms-mask-composite: exclude;
	-moz-mask-composite: exclude;
	-webkit-mask-composite: exclude;
	-o-mask-composite: destination-out;
	-ms-mask-composite: destination-out;
	-moz-mask-composite: destination-out;
	-webkit-mask-composite: destination-out;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: -1;
}
.global-btn:hover:after {
	opacity: 0;
}



.global-btn2{position: relative; z-index: 1; overflow: hidden;}
.global-btn2:after {
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, #936027 0%, #F1E696 60%, #936027 100%) border-box;
    background-size: 100% 100%; 
	border-radius: 80px;
	opacity: 0;
	transition: 0.25s ease-out 0s;
	margin: 0 0 0;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: -1;
}
.global-btn2:before {
	content: "";
	width: 100%;
	height: 100%;
	border: 1px solid transparent;
	border-radius: 80px;
	background: linear-gradient(to right, #936027 0%, #F1E696 60%, #936027 100%) border-box;
    background-size: 100% 100%; 
	-o-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-ms-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-moz-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	mask-composite: exclude;
	-o-mask-composite: exclude;
	-ms-mask-composite: exclude;
	-moz-mask-composite: exclude;
	-webkit-mask-composite: exclude;
	-o-mask-composite: destination-out;
	-ms-mask-composite: destination-out;
	-moz-mask-composite: destination-out;
	-webkit-mask-composite: destination-out;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: -1;
}
.global-btn2:hover:after {
	opacity: 1;
}