body{
	font-family: 'Poppins', sans-serif;
}
a{
	color: #00339e;
	text-decoration: none;
}
.font-50{
	font-size: 50px;
}
.font-18{
	font-size: 18px;
}
.text-blue{
	color: #00339e;
}
.fw-semi-bold{
	font-weight: 600;
}
.fw-500{
	font-weight: 500;
}
.box{
    border: 2px solid #00339e;
    border-radius: 20px;
    background-color: white;
    box-shadow: 0px 0px 10px #818181;
}
.box:hover{
	box-shadow: 0px 0px 20px #818181;;
}
    .header-img{
        height: 84vh;
    }
@media (max-width:700px){
    .header-img{
        height: auto;
    }
}