.cop{
	font-weight: 600;
	margin: 10px 0px 20px 0px;
	color:#033363;
}

.logo{
	padding:20px;
	font-size:24px;
	width: 100%;
	background-color: #fff;
	box-shadow: #b0b0b0 0px 0px 8px 0px !important;
}

.content{
	cursor: pointer;
	border-radius: 15px;
}

.content:hover{
	font-weight: 600;
	color:#013261 !important;
	box-shadow: #b0b0b0 10px 10px 1000px 0px !important;
}

.content-icon{
	width: 60px;
	margin: 20px;
}