 * {
 	margin: 0;
 	padding: 0;
}
body {
	font-size: 18px;
	font-family: 'Barlow', sans-serif;
	overflow-x: hidden;
}
strong,h1,h2,h3,h4,h5 {
 	font-family: 'Poppins', sans-serif;
}
.text-orange {
 	color: #F15000;
}
a {
	text-decoration: none!important;
}
.bg-blue-black {
    background: rgb(14,60,226);
    background: radial-gradient(circle, rgba(14,60,226,1) 0%, rgba(5,5,51,1) 100%);
}
.bg-blue {
	background-color: #0E3CE2;
}
.bg-red {
  background-color: #F61919;
}
.text-blue {
	color: #0D36CD;
}
.rounded-425 {
    border-radius: 4.25rem!important;
}
.bg-orange {
	background-color: #FF591F;
}
.bg-sky-blue {
	background-color: #BDE6FF;
}
.text-sky-blue {
	color: #BDE6FF;
}
.text-orange {
	color: #FF591F;
}
.bs-white {
	border: solid 8px white;
}
.text-justify p, .text-justify h2,.text-justify li {
	text-align: justify;
}
.fw-bold {
	font-family: 'Barlow', sans-serif !important;
	font-weight: 900 !important;
}
.img-fluid-dina {
    max-width: 500px;
    width: 100%;
    height: auto;
}
.bg-blue-bold {
	background-color: #00030C;
}
.ff-poppins {
	font-family: 'Poppins', sans-serif;
}
.bg-white {
	background-color: #fff;
}
