/**** Bottom ****/
.footer_bottom_content {
	float:left;
	width:100%;
	background:#f5f9fc;
	padding:3% 0 3% 0
}	
.footer_menu {
float:left;
width:17%;
padding:0 0 0 0;
}
.footer_menu h2{
	float:left;
	width:100%;
	font-size:20px;

	color:#4e4f50;
	text-decoration:none;
font-family: 'Poppins', sans-serif;
	}
.footer_menu ul {
margin:0 0 0 0;
padding:0 0 0 0;
}
.footer_menu ul li {
	float:left;
	display:inline;
	margin:0;
	padding:0;

	}
.footer_menu ul li a{
	float:left;
	width:200px;
	padding:0 5px 3px 0;
	font-size:14px;
	color:#4e4f50;
	text-decoration:none;
font-family: 'Poppins', sans-serif;
	font-weight:normal;
	}
.footer_menu ul li a:hover {
	color:#1f60a9;
}


.footer_address {
float:left;
width:40%;
padding:0 0 0 0;
}
.footer_address h2{
	float:left;
	width:100%;
	font-size:20px;
	color:#4e4f50;
	text-decoration:none;
font-family: 'Poppins', sans-serif;
	}
.footer_address h4 {
	float:left;
	width:100%;
	font-size:14px;
	padding:2% 0 0 0;
	color:#4e4f50;
	text-decoration:none;
font-family: 'Poppins', sans-serif;
font-weight:normal;
	}	


/**** Social ****/
.social_content {
	float:left;
	width:100%;
	padding:0 0 0 0;
}
.social_content h2{
	float:left;
	width:100%;
	font-size:20px;
	color:#4e4f50;
	text-decoration:none;
font-family: 'Poppins', sans-serif;
	}
.facebook_content {
	width:17%;
	float:left;
	padding:0 5px 0 0;
}
.facebook_content a {
		background:url(../images/facebook.png) no-repeat;
		width:100%;
		float:left;
height:44px;		
	}
.facebook_content a:hover {
		background:url(../images/facebook-over.png) no-repeat;
	}	
	
.linkedin_content {
	width:15%;
	float:left;
}
.linkedin_content a {
		background:url(../images/twitter.png) no-repeat;
		width:100%;
		float:left;
height:44px;		
	}
.linkedin_content a:hover {
		background:url(../images/twitter-over.png) no-repeat;
	}	
	
/*** Social ****/	

/**** Fassai Logo ***/
.apeda_logo_content {
	float:left;
	width:42%;
}
.apeda_logo_content h2{
	float:left;
	width:90%;
	font-size:20px;
	color:#4e4f50;
font-family: 'Poppins', sans-serif;
	}	
.apeda_logo_one {
	width:45%;
	float:left;
}	
.apeda_logo_one img {
	float:left;
	padding:0 0 0 0;
}	
		

/****Fassai Logo ***/

/**** Bottom ****/


/*** Responsive ***/
@media only screen and (min-width:240px) {
.footer_menu {
width:90%;
padding:3% 0 3% 5%;
}
.footer_address {
width:90%;
padding-left:5%;
}
.social_content {
	width:100%;
}
.apeda_logo_content {
	width:95%;
	padding:3% 0 3% 5%;
}	
}

@media only screen and (min-width:320px) {
.footer_menu {
width:90%;
}
.footer_address {
width:90%;
}
.social_content {
	width:100%;
}
.apeda_logo_content {
	width:99%;
}	
}

@media only screen and (min-width:460px) {
.footer_menu {
width:28%;
padding:0 0 3% 5%;
}
.footer_address {
width:68%;
}
.social_content {
	width:100%;
}
.apeda_logo_content {
	width:70%;
}
}
@media only screen and (min-width:560px) {
.footer_menu {
width:26%;
}
.footer_address {
width:70%;
}
.social_content {
	width:90%;
}
.footer_menu {
padding:3% 0 3% 0;
}
.	
}
@media only screen and (min-width:720px) {
.footer_menu {
width:17%;
padding-top:0;
}
.footer_address {
width:35%;
}
.apeda_logo_content {
	width:47%;
	padding-top:0;
}
.social_content {
	width:100%;
}	
}

@media only screen and (min-width:990px) {
.footer_menu {
width:15%;
padding-top:0;
}
.footer_address {
width:39%;
}
.apeda_logo_content {
	width:45%;
	padding-top:0;
}
.footer_bottom_content {
	padding:3% 0 1% 0
}


/*** Responsive ***/
