
/* GLOBAL */
/* GLOBAL CSS */
.oms-wrapper .btn {
font-weight: 600;
font-size: 15px;
text-transform: uppercase;
letter-spacing: 0.5px;
padding: 1rem 1.5rem;
}
.oms-wrapper .btn-primary-alt {
color: white!important;
}
.img-after-effect {
margin-right: 1rem;
position: relative;
}
.img-after-effect > div {
position: relative;
z-index: 1;
}
.img-after-effect:before {
position: absolute;
content: '';
width: 90%;
height: 90%;
right: -1rem;
bottom: -1rem;
z-index: 0;
background-color: var(--primary);
}
.oms-service-cards .bg-image .overlay {
transition: background 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.oms-service-cards .bg-image:hover .overlay {
opacity: 0.9!important;
background: var(--primary)!important;
}
h1,h2,h3,.h1,.h2,.h3 {
text-transform: uppercase;
}
/* PAGE SPECIFIC */
/* FOOTER */
