body { 
    background: #EBF0F5;
    /*background: #f4f4f4;*/
    /*background: #c4b1ab;*/
    color: #0A498E;
    /*font-family: "Times New Roman","Comfortaa", serif;*/
    /*font-family: "Times New Roman", Times, serif;*/
    /*letter-spacing: 1px;*/
    font-optical-sizing: auto;
    font-weight: 450; /*300-700*/
    font-style: normal;
    
    /*font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: 450;
    font-style: normal;*/
}
.bg1 {
    background: #FFFFFF;
}
.bg2 {
    background: #0A498E;
}
.bg3 {
    background: #E1E9F1;
}
.bg4 {
    background: #235c9a;
}
.bg5 {
    background: #5EA3CD;
}
.footer {
    background: #0A498E; 
}
.c1 {
    color:#EBF0F5;
}
.c2 {
    color:#0A498E;
}
.just11 {
    text-align: justify;
    text-justify: inter-word;
}
.just2 {
    text-align: justify;
    text-justify: inter-word;
}
h2 {
    color: #0A498E;
}
.footer h2 {
    color: #EBF0F5; 
}
h5 {
    color: #0A498E;
}
.footer h5 {
    color: #EBF0F5; 
}
p {
    /*color: #001D69;*/
    color: #0A498E;
}
li {
    color: #0A498E;
}
.foot1 {
    display: block;
}
.foot2 {
    display: none;
}
a {
    color:#0A498E;
    text-decoration:none;
}
a:hover {
    color:#E1E9F1;
    text-decoration:none;
}
.footlink {
    color: white;
    text-decoration:none;
}
.footlink:hover {
    color: white;
    text-decoration:none;
}
.col-right {
    display:block;
}
@media only screen and (max-width: 600px) {
    .foot1 {
        display: none;
    }
    .foot2 {
        display: block;
    }
    .col-right {
        display: none;
    }
}