.text-color{
    color:white !important;
}
.logo-img{
    margin-right: 8px;
}
.display-1 {
    font-size: 4rem !important;
}
.display-6 {
    font-size: 1.5rem !important;
}
.data-font{
    text-align: justify;

}
.image-restyle{
    object-fit: fill !important;
    top: 1rem !important;
    left: 2rem !important;
}
.align_text{
    text-align: center;
}
.text-primary{
    color:#243D8C !important;
} 
.section-title::before {
    background: #243D8C !important;
}
.section-title::after{
    background: #243D8C !important;
}
.img-border::before{
    border: 5px solid #243D8C !important;
}
.bg-primary{
    background: #243D8C !important;
}
.btn-primary{
    background-color: #243D8C !important;
    border-color: #243D8C !important;
}
.btn-primary:hover
{
    background-color: white !important;
    color: #243D8C !important;
}
.border_image{
    border:5px solid #243D8C;
    border-radius: 0px 10px 0px 10px;
}
.content_bg{
    /* background: rgba(0,0,0,0.5); */
}
.w-75 {
    width:65% !important;
}
.card_style{
    margin:10px;
    padding:10px;
    border-top: 1px solid #ccc;
}
li{
    list-style-type: none;
    color:black;
    line-height: 35px;  
}
.content_data{
    text-align: left;
}
.outer_data
{
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 30px;
}
.display_div{
    justify-content:center !important;
}
.data_font_size{
    font-size: 17px !important;
}
.error_label{
    color:red !important;
}

