.customborder {
	  border: 1px solid #004aad !important;
      box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.customborder:hover {
	border: 1px solid #004aad !important;
         //transform: scale(1.01);
      box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}