
body {
	margin: 0;
	padding: 0;
}
.text-success p{
	color: #FFFFFF;
    font-size: 16px;
    line-height: 26px;
    font-family: poppins;
}
.logo  {
	background-color: #fff;
	padding: 10px;
}
.text {
	background-color: #0055BA;
}
nav.navbar.navbar-expand-lg {
    padding: 0;
}
a.nav-link {
    font-family: "Kumbh Sans", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2em;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #FFFFFF;
}
a.nav-link:hover {
    color: #00BB00;
}
.nav-link:focus {
    color: #00BB00 !important;
}
button.btn.btn-primary {
    background-color: #30009B;
    border: 0;
    border-radius: 10px;
    padding: 10px 15px 10px 15px;
}
button.btn.btn-primary:hover {
    background-color: #00BB00;
}
p {
    color: #30009B;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.6px;
    font-family: poppins;
    text-align: left;
}
h6.text-uppercase.fw-bold.mb-4 {
    color: #00BB00;
    font-family: "Kumbh Sans", Sans-serif;
}
footer{
	background-color: #fff;
}
a.text-reset {
    /* list-style: none; */
    text-decoration: none;
    font-family: "poppins", Sans-serif;
}
a {
    text-decoration: none !important;
    font-family: "poppins", Sans-serif;
}
.footer-text {
    color: #30009B;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.6px;
    font-family: poppins;
    text-align: left;
}
.Copyright {
	color: #30009B;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.6px;
    font-family: poppins;
    text-align: left;
}