/*
Theme Name: Mini Tools
Author: Abdul Rehman
Version: 1.0
*/

.service-icon{
	display: block !important;
	font-size: 35px;
}



.hover-primary {
  transition: background-color .3s, color .3s;
}

.hover-primary:hover {
  background-color: white !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

