.bg-colour{
    /* background-color: rgba(0, 0, 235, 0.7) !important; */
    background-color: #2d3691 !important;
    color: #FFF !important;
}
.bg-colour2{
    /* background-color: rgba(0, 0, 235, 0.7) !important; */
    background-color: rgba(0, 30, 255, 0.7) !important;
    /* background-color: #2d3691 !important; */
    color: #FFF !important;
}

.text-white{
    color: #FFF !important;
}

.font-color {
    color: #2d3691 !important;
}

.border {
    border: 1px solid #000 !important; 
}

.bg-grey {
    background-color: rgb(220,220,220, 0.9998) !important;
}
.trans-text {
    color: rgba(0, 0, 235, 0) !important
}
.black {
    /* color: rgb(0,0,0) !important; */
    color: #515050 !important;
}