.footer{
	width: 100%;
	height: 100%;
	background-color: #132c4f;
}

.footer-top-blank{
	width: 100%;
	height: 10px;
}

.footer-cont{
	width: 100%;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
	gap: 25px;
}
.footer-card{
	width: 100%;
	height: 300px;
}

.footer-card img{
	width: 60%;
	height: auto;
	margin-top: 5%;
	margin-left: 10%;

}

.footer-card h1{
	color: white;
	font-weight: 600;
	font-size: 25px;
	margin-top: 5%;
	margin-left: 5%;
}

.footer-card ul{
	list-style: none;
	margin-top: 3%;
	margin-left: 6%;
}

.footer-card ul {
	line-height: 40px;
}

.footer-card ul a{
	text-decoration: none;
	color: #e6e6e7;
	font-size: 18px;
}


.footer-social{
	margin-top: 3%;
	width: 50%;
	margin-left:15%;
}
.footer-social span{
	display:flex;
	justify-content: space-around;


}

.footer-social span a{
	text-decoration: none;
	color: #dadada;
	font-size: 22px;
	opacity: 0.8;
	transition: .3s ease;
}

.footer-social span a:hover{
	opacity: 1;
	color: white;

}

.footer-end{
	width: 100%;
	height: 60px;
}

.footer-end hr{
	width: 100%;
	height: 0%;
	border: 1px solid #dadada;
	opacity: 0.3;
}

.footer-end span{
	display: flex;
}

.footer-end span p{
	color: #dadada;
	margin-top: 1.5%;
	margin-left: 1.5%;
}
.footer-end span a{
	text-decoration: none;
}
.footer-end span p a{
	text-decoration: none;
	color: white;
	font-weight: 600;
}

.footer-end span div{
	display: flex;
	margin-top: 1.5%;
	margin-left: 23%;
}

.footer-end span div h5{
	font-size: 16px;
	font-weight: 600;
	width: 200px;
}
.footer-end span div h6{
	font-size: 16px;
	font-weight: 600;
	margin-left: 5%;
}

.footer-end span div h5 a{
	color: white;
}

.footer-end span div h6 a{
	color: white;
}