:root {
  --primary: #002E8B;
  --primary-dark: #002164;
  --secondary:#00B0F0;
  --white:#ffffff;
  --text-color:#414141;
}
.btn-primary{
	background-color:var(--primary);
	border-radius: 4px;
	cursor: not-allowed;
	border-color:var(--primary) ;
	height:40px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.06em;
	color: var(--white);
}

.btn-primary:hover{
	background-color:var(--primary-dark);
	border-radius: 4px;
		border-color:var(--primary) ;

}

.btn-primary:active{
	background-color:var(--primary-dark);
	border-radius: 4px;
	border-color:var(--primary) ;

}

.nav-link {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.06em;
	color: var(--primary);
}

.nav-link:hover{
	color: var(--primary-dark);
}

.nav-link:active{
	color: var(--primary-dark);
}
footer {
	background-color:var(--primary);
	min-height: 200px;
}

.footer-text{
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 14px;
color: var(--white);

}
.copyright {
 margin-top: 32px;

}
.body-section {
	min-height: 500px;
}

.footer-list-heading{
font-family: 'Poppins';
font-style: normal;
font-weight: 700;
font-size: 14px;
color: var(--white);
}

.no-bullets {
  list-style-type: none; /* Remove bullets */
  padding: 0; /* Remove padding */
  margin: 0;
}

.footer-list-item{
font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-size: 14px;
color: var(--white);

}

a {
	text-decoration:none;
	font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-size: 14px;
color: var(--white);

}

.normal-text {
	font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 13px;
color: var(--text-color);

}

.normal-heading{
font-family: 'Poppins';
font-style: normal;
font-weight: 600;
font-size: 15px;
letter-spacing: 0.06em;
color: var(--primary);
}







