

.logocl {
	border-radius: 50%;
	box-shadow: 4px 4px 6px hsla(0,0%,0%,0.6) inset;	
}

.bg-deimel-lg {
	.background:  linear-gradient(45deg, #2937f0, #0089ba) !important;
	background:  linear-gradient(45deg, #2937f0, #8cd2eb) !important;
}

.deimel-text-gradient {
    background: -webkit-linear-gradient(#2937f0, #8cd2eb);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.deimel-cta {
    position: relative;
    padding: 15rem 0;
    background-image: url('../assets/img/iStock-941862736-1024x521.jpg') !important;
    background-position: center;
    background-size: cover;
}

.deimel-btn-primary {
	--bs-btn-bg: #2937f0 !important;
	background-color: #2937f0 !important;
	border-color: #2937f0 !important;
}

.deimel-lg-prim-to-sec {
    background: linear-gradient(45deg, #2937f0, #8cd2eb) !important;
 }
