/*================================================================
/*  Footer
/*===============================================================*/

footer {
	font-family: inherit;
	font-size: 14px;
	color: #002F47;
	background: #fff;
	text-align: left;
}
footer p{
	font-family: inherit;
	font-size:14px;
	color: #002f47;
	margin: 0px 0px 12px;
	line-height:1.4;
	font-weight: 400;
}
footer h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	color: #002F47;
	font-weight: 600;
    line-height: 1.2;
	text-align:left;
	text-transform:none;
}

footer a {
	color: #002f47;
	text-decoration:none;
}
footer a:hover, footer a:focus {
	color: #299b46;
	text-decoration:none;
	border-bottom:1px dotted #299b46;
}

footer .copyright{
	text-align:left;
	letter-spacing:0px;
	text-transform: capitalize;
}
footer .poweredby{
	font-family: inherit;
	font-size:11px;
	text-align:right;
	color:#ddd;
}

@media screen and (max-width: 767px) {

	footer, footer p{ font-size: 16px; }
 
	footer .copyright{
		text-align:left;
	}
	footer .poweredby{
		text-align:left;
	}
}

/*=====/ Footer /================================================*/