.custom-bg-primary{
    background-color: #020818 !important;
}
.custom-bg-secondary{
    background-color: #1A2030 !important;
}
body {
    color: #FFFFFF;
    background-color: #020818 !important;
    font-family: Helvetica, Arial, sans-serif;
}
.hero-section {
    font-family: 'Montserrat', sans-serif;
}

.mt-35{
    margin-top: 35px;
}
.button-primary {
    color: #FFFFFF;
    background-color: #45A4FF !important;
}
.button-outline-primary {
    color: #45A4FF;
    border: 1px solid #45A4FF;
}
.p-10-30{
    padding: 10px 30px;
}
.radius-15{
    border-radius: 15px !important;
}

.radius-20{
    border-radius: 20px !important;
}

.card-tile{
    height: 2px;
    width: 50px;
    background-color: #45A4FF;;
}
.mt-minus-50{
    margin-top: -50px;
}
.h-100-percent{
    height: 100%;
}

@media (min-width: 768px) and (max-width: 992px) {
    .mt-minus-50{
        margin-top: unset !important;
    }
}
.report-sec-tile{
    height: 7px;
    width: 94px;
    background-color: #45A4FF;;
}
.custom-text-secondary{
    color: #737373;
}





































