	

footer{
	padding-top: 60px;
	background: url(../img/2.jpg) center center;
	background-size: cover;
	background-color: #ddd;
	height: 360px;
	
   

}
.footer-top-test{
	height: 50px;
	background-color: #ff0000;
    margin: 0 auto;
    padding: 25px 0;
    box-sizing: border-box;
}
h1.footer1{
	text-align: center;
	padding: 20px;
}
h2.footer1{
	color: #fff;
	text-transform: capitalize;
	font-size: 24px;
	text-align: center;
	font-family: 'Open Sans';
	font-weight: 700;
	letter-spacing: 1px;
}

h4.footer1{
	color: #fff;
	font-size: 14px;
	text-align: center;
	font-family: 'Open Sans';
	letter-spacing: 1px;
}


h5.footer1{
	color: #fff;
	font-size: 12px;
	text-align: center;
	font-family: 'Open Sans';
	letter-spacing: 1px;
}

a.footer1,i.footer1{
	color: #fff;
	font-family: 'Roboto';
	text-align: center;
}
p.footer1{
	color: #fff;
	text-align: center;
	
	
}
hr.footer1{
	    border-top: 1px solid rgba(210, 90, 90, 0.1);
	width: 100%;
}
ul.footer1{
	padding: 0;
	margin: 0;
	list-style-type: none;
	padding-bottom: 30px;
}
li.footer1{
	padding: 5px;
	margin: 0;
	text-align: center;
}
a.footer1{
	padding: 5px;
	text-transform: capitalize;
	font-size: 18px;
}
a.footer1":hover{
	text-decoration: none;
	color: 
}

.fa{
	
	padding-top: 10px;
	color: #fff;
	font-size: 20px;
	display: inline-block;
	text-align: center;
	display: inline-block;
	margin: 0 auto;
}
.download-icon .fa{
	font-size: 50px;
	padding: 10px;
}
.social .fa{
	padding-top: 30px;
	font-size: 30px;
	transition: .9s;
}
.social .fa:hover{
	transition: 1s;
	transform: scale(1.1);
	color: #ddd;
}
@media(max-width: 768px){
	footer{
		height: auto !important;
	}
	h2.footer1{
		font-size: 30px;
	}
}


input.inputtest:active, input.inputtest:checked, label{
	color: #00AA00;
}

@media
	  only screen 
    and (max-width: 760px), (min-device-width: 768px) 
    and (max-device-width: 1024px)  {

		/* Force table to not be like tables anymore */
		table, thead, tbody, th, td, tr {
			display: block;
		}

		/* Hide table headers (but not display: none;, for accessibility)
		thead tr {
			position: absolute;
			top: -9999px;
			left: -9999px;
		} */

    tr {
      margin: 0 0 1rem 0;
    }

    
		td {
			/* Behave  like a "row" */
			border: none;
			border-bottom: 1px solid #eee;
			position: relative;
			padding-left: 50%;
		}

		td:before {
			/* Now like a table header */
			position: absolute;
			/* Top/left values mimic padding */
			top: 0;
			left: 6px;
			width: 45%;
			padding-right: 10px;
			white-space: nowrap;
		}
	}




