body{    

      background:url('https://image.freepik.com/free-vector/white-background-in-geometric-style_23-2147507623.jpg') no-repeat;
      background-size: 100% 100%;
      height:150%;
	  
      background-position: center;
	 
	  
    }
	
	/*css for navigation bar*/

.logos{ 
    width:60px;
    height:55px;
    border-width:1px;
    border-style:solid;
    border-radius:70%;
  }

.navbar{
 height: 80px;
 background-color: #7822a5;
 box-shadow:  0px 1px 12px #30d5f2;/*#A4ABB0*/;
 z-index: 1;
}

.pad1{
  text-align:center;
  padding:0px 5px;
  }

span.icon-bar{
    background-color:white;
    }

#mainNavBar{
  background-color:#7822a5;
}

.nav.navbar-nav.navbar-right li a {
    color: white ;
    padding:30px 6px 0px 6px;
    text-align:center;
	
	
    }

.nav.navbar-nav.navbar-right li a:hover{
    transform: scale(1.3, 1.3);
    color: #30d5f2;
    background-color:transparent;
}

.navbar-header h3,h4{
    color:#30d5f2;
    }

#heads:hover{ 
  transform: scale(1.05, 1.2);
   }
 
.navbar-toggle{padding:25px ; border:none; }

/*css for contact */

.conblock{
  width:100%;
  height:auto;
  bottom:0;
  color:white;
  display:none;
  position:fixed;
 box-shadow:  0px 0px 5px 5px rgba(48,213,242,1);;
/* background:url('http://www.shivmohanband.com/wp-content/uploads/2016/12/header-contact-us.jpg');*/
 background-size:100% 100%;
  
  background-color:#7822a5;
  
}

#cncl{
  border:none;
  background:transparent;
  padding: 5px 10px;
}

/*css for complaint form */


#feedback-page{
	text-align:center;
}

#form-main{
	width:100%;
	float:left;
	padding-top:0px;
}

#form-div {
	background-color:rgba(72,72,72,0.4);
	padding-left:35px;
	padding-right:35px;
	padding-top:35px;
	padding-bottom:50px;
	width: 500px;
	float: left;
	left: 50%;
	position: relative;
  margin-top:30px;
	margin-left: -260px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

.feedback-input {
	color:#3c3c3c;
	font-family: Helvetica, Arial, sans-serif;
  font-weight:500;
	font-size: 18px;
	border-radius: 0;
	line-height: 22px;
	background-color: #fbfbfb;
	padding: 13px 13px 13px 54px;
	margin-bottom: 10px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
  border: 3px solid white;
}

.feedback-input:focus{
	background: #fff;
	box-shadow: 0;
	border: 5px solid #7822a5;
	color: #7822a5;
	outline: none;
  padding: 13px 13px 13px 54px;
}

.focused{
	color:#7822a5;
	border:#7822a5 solid 3px;
}

/* Icons ---------------------------------- */
#name{
  	background-image: url(http://rexkirby.com/kirbyandson/images/name.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#name:focus{
	background-image: url(http://rexkirby.com/kirbyandson/images/name.svg);
	background-size: 30px 30px;
	background-position: 8px 5px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email{
	background-image: url(http://rexkirby.com/kirbyandson/images/email.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email:focus{
	background-image: url(http://rexkirby.com/kirbyandson/images/email.svg);
	background-size: 30px 30px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#comment{
	background-image: url(http://rexkirby.com/kirbyandson/images/comment.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

textarea {
    width: 100%;
    height: 150px;
    line-height: 150%;
    resize:vertical;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
	background-color:white;
}

#button-blue{
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	float:left;
	width: 100%;
	border: #fbfbfb solid 4px;
	cursor:pointer;
	background-color: #7822a5;
	color:white;
	font-size:24px;
	padding-top:22px;
	padding-bottom:22px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
}

#button-blue:hover{
	background-color: rgba(0,0,0,0);
	color: #7822a5;
}
	
.submit:hover {
	color: #7822a5;
}

.ease {
	width: 0px;
	height: 74px;
	background-color: #fbfbfb;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease;
}

.submit:hover .ease{
  width:100%;
  background-color:white;
}

@media only screen and (max-width: 580px) {
	#form-div{
		left: 3%;
		margin-right: 3%;
		width: 88%;
		margin-left: 0;
		padding-left: 3%;
		padding-right: 3%;
	}
}
