/*---My Styles---*/
.blue-btn a{
	transition: ease-in-out .5s !important;
	box-shadow: inset 0 0 0 0 #061133;
}
.blue-btn a:hover {
	box-shadow: inset 300px 0 0 0 #061133;
	background: #061133;
	color:white !important;
}
.iblue-btn a{
	transition: ease-in-out .5s !important;
	box-shadow: inset 0 0 0 0 #fff;
}
.iblue-btn a:hover {
	box-shadow: inset 300px 0 0 0 #fff;
	background: #fff;
	color:#061133 !important;
}
/*form-btn*/
.elementor-button[type="submit"]{
	transition: ease-in-out .5s !important;
	box-shadow: inset 0 0 0 0 #fff;
}
.elementor-button[type="submit"]:hover {
	box-shadow: inset 300px 0 0 0 #fff;
	background: #fff;
	color:#061133 !important;
}
