.footer
{
	position :relative ;
	background :#0a150f;
	padding :10px ;
}
.footercont1
{
	margin :0 10px;
	padding :10px ;
}
.footercont1 .p1
{
	color :#fff;
	text-align :center;
	font-size:20px;
	font-family: 'Varela Round', sans-serif;
	font-weight :600 ;
}
.footercont1 .p2
{
	text-align: center;
	color :#B0B0B0;
	font-size:12px;
	font-family: 'Varela Round', sans-serif;
	font-weight :500 ;
}
.footercont1 .title
{
	margin :0 ;
	padding-top:10px;
	padding-bottom:8px;
	color :#C0C0C0;
	font-size:1.2em;
	font-family: 'Varela Round', sans-serif;
	font-weight :500 ;
}
.footercont1 i{
	margin-right :5px;
} 
.footercont1 .p3
{
	margin :0 ;
	padding-bottom :5px;
	text-align: left;
	color :#C0C0C0;
	font-size:12px;
	font-family: 'Poppins', sans-serif;
	font-weight :500 ;
	margin-left:15px;
}
.footercont1 a{
	color:cornflowerblue ;
} 
.footercont2
{
	display:flex ;
	justify-content:center ;
	border-top :0.5px solid #787878;
	padding :10px ;
}
.footercont2 a
{
	text-decoration :none;
	color:#A4A4A4;
	margin:0 10px ;
	font-size :14px;
}
.footer .copyright
{
	color :#fff;
	font-size :12px;
	font-family :serif;
	text-align :center ;
	margin :0;
	padding :3px;
}