/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */


.footer-contact-info{
	display: flex;
	flex-direction:column;
	justify-content: center
	align-items: center;
}

.footer-contact-info a {
	color: #0C0D0C;
}


.boxes-shadow{
box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);

}

.swal2-confirm a{
	color:#fff;
}

.swal2-confirm:hover{
	background-color:#74C04B !important;
}

.swal2-confirm:hover a {
	color:#fff;
}
