.rounded-12 {
    border-radius: 0.75rem !important;
}

.bg-overlay::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /* background: linear-gradient(0deg, rgba(118, 120, 141, 0.7) 0%, rgba(18, 21, 53, 0.7) 100%)!important; */
    z-index: -1;
}

.bg-overlay.style-two::before {
    background: linear-gradient(180deg, rgba(18, 21, 53, 0.182) 34.18%, rgba(18, 21, 53, 0.5) 75.48%), linear-gradient(180deg, rgba(18, 21, 53, 0) 27.17%, rgba(18, 21, 53, 0.5) 79.35%)!important;
    z-index: 0;
}


.bg-color-three {
    background-color:  #F1F1F1 !important;
}

.text-main-two-600 {
    color:  #0d6efd !important;
}
