.footer-area .copy-right p{
	font-size: 13px;
}
.footer-area h3,
.footer-area h2,
.footer-area h5,
.footer-area li,
.footer-area p,
.footer-area a,
.footer-area i{
	color: #fff;        
}
.footer-area .quick-links{
	columns: 2;
}
.footer-area h3:hover{
	color: var(--main-3) !important
}
.footer-area a{
	font-size: 14px;
}
.footer-area a:hover{
	color: var(--main-3) !important;
}
.social-area li i{
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #fff;
}
.border-top {
	border-top: 1px solid #707070!important;
}
.footer-area::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(14, 16, 21, 0.97);
	z-index: -1;
}
.footer-area .copy-right{
	background: #011b39;
}
.cerificates-inner img{
	width: 100px;
}
