.footer{
	background:url(images/b1.jpg) no-repeat 0px 0px;
	padding:5em 0;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
}
.footer-grids h3 {
    color: #fff;
    font-size: 27px;
    margin-bottom: 40px;
    text-transform: capitalize;
}
.footer-grids iframe {
    width: 100%;
    outline: none;
    border: none;
    height: 183px;
}
.footer-grids ul li{
	list-style-type:none;
	margin:0 5px;
	display:inline-block;
}
.footer-grids ul li a{
	width:40px;
	height:40px;
	display:block;
}

.footer-grids input[type="text"],.footer-grids input[type="password"] {
    border: 1px solid transparent;
    background: none;
    border-bottom: 1px solid #ff7900;
    width: 100%;
    padding: 10px;
    margin-bottom: 58px;
    font-size: 14px;
    color: #fff;
	outline:none;
}
.footer-grids input[type="text"]:hover,.footer-grids input[type="password"]:hover {
    border: 1px solid #3700ac;	
}
.footer-grids input[type="submit"] {
    border: none;
    background: #3700ac;
    width: 100%;
    color: #fff;
    font-size: 20px;
    padding: 10px 0;
    outline: none;
}
.footer-grids input[type="submit"]:hover {
	background:#ff7900;
}
.footer-grids ul li a:hover{
	transform: rotateY(360deg);
}
.footer-grids p{
	color:#fff;
	line-height:2.2em;
	font-size:14px;
}
.footer-grids p a{
	color:#ff7900;
	text-decoration:none;
}
.footer-grids p a:hover{
	color:#fff;
}
/*--footer--*/
.footer-bot {
  background:#3700ac;
  padding: 1em 0;
}

.logo2{
	float:left;
}
.logo2 a{
  color: #fff;
  text-decoration: none;
  font-size: 33px; 
  }

.ftr-menu {
  float: right;
  margin-top: 7px;
}
.ftr-menu ul li{
	display:inline-block;
}
.ftr-menu ul li a{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	display:block;
	text-decoration:none;
	font-size:16px;
	font-weight:500;
	color:#fff;
	margin:0 16px;
}
.ftr-menu ul li a:hover{

color:#020202;
}
.copy-right{
padding:15px 0;
background:#020202;
}
.copy-right p {
margin:0px 0 0 0;
font-size:14px;
color: #fff;
text-align:center;
}
.copy-right p a{
color:#3700ac;
}
.copy-right p a:hover{
color: #fff;
}
