:root{

	/*#048654;
	#008000;*/
}
.footer{
	background-color: #000;
	color: #25ccf7;
}
.footer .footer_info{
	width: 90%;
	margin: 0 auto;
	display: flex;
	padding: 50px 0;
}
.footer .footer_info .footer_width{
	padding: 0 15px;
}
.footer .footer_info .about,
.footer .footer_info .contact{
	width: 40%;
}
.footer .footer_info .link{
	width: 20%;
}
.footer .footer_info h2{
	margin-bottom: 20px;
	font-size: 20px;
}
.footer .footer_info p{
	font-size: 15px;
	color: #fff;
	line-height: 1.5;
}
.footer .footer_info .social_media{
	margin-top: 30px;
}
.footer .footer_info .social_media ul{
	list-style: none;
	display: flex;
}
.footer .footer_info .social_media ul li a{
	text-align: center;
	display: inline-block;
	margin-right: 50px;
	width: 50px;
	height: 50px;
	/*border-radius: 50%;*/
	border: 1px solid #25ccf7;
	padding-top: 12px;
	background-color: transparent;
	font-size: 20px;
	color: #25ccf7;
}
.footer .footer_info .social_media ul li a:hover{
	background-color: #fff;
    color: #25ccf7;
}
.footer .footer_info .link ul{
	list-style: none;
}
.footer .footer_info .link ul li a{
	display: block;
	margin-bottom: 15px;
	font-size: 20px;
	color: #fff;
}
.footer .footer_info .link ul li a:hover{
	color: #0652DD;
}
.footer .footer_info .contact ul{
	list-style:none;
}
.footer .footer_info .contact ul li{
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.footer .footer_info .contact ul li span{
	margin-right: 15px;
	font-size: 20px;
	color: #25ccf7;
}
.footer .footer_info .contact ul li a{
	font-size: 20px;
	color: #fff;
}
.footer .copy-right{
	font-size: 20px;
	padding:15px 0;
	text-align: center;
	border-top: 1px solid #25ccf7;
}
@media screen and (max-width: 902px){
	.footer .footer_info .about,
    .footer .footer_info .contact{
    	width: 35%;
    }
    .footer .footer_info .link{
    	width: 30%;
    }
}
@media screen and (max-width: 767px){
	.footer .footer_info .about,
    .footer .footer_info .contact,
    .footer .footer_info .link{
    	width: 100%;
    	margin-bottom: 30px;
    }
    .footer .footer_info{
    	flex-direction: column;
    }
}