/*Back to top*/
#button {
  display: inline-block;
  background-color: white;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 0px;
  position: fixed;
  bottom: 20px;
  right: 30px;
  transition: background-color .3s,
  opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index:9 ;
  box-shadow:3px 3px grey;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  line-height: 35px;
  color: black;
}
#button:hover {
  cursor: pointer;
  background-color:#D10E3D;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
  #button {
    margin: -2px;
margin-bottom: 25px;
text-decoration:none;
  }
  /*back to top end*/
/* contact us  */
.card{
  height: 450px;
margin-right:20px;
margin-left:20px;
margin-top: -1000px;
margin-bottom:-200px;
}
#c-info{
margin-top:25px;
}
@media (max-width:600px){
.card{
  height: 750px;
  width: 90%;
  margin-bottom: -450px;
}
.form-control{
 width: 130%;
}
#c-info{
margin-top:20px;
}
#fa{
margin-right:10px;
margin-left:10px;
}
}
.button1{
  background-color:  #2E4211;
  border: none;
  color: white;
  padding: 5px 35px ;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  float:right;
  cursor: pointer;
  border-radius:50px;
}
.line{
display:block;
margin:none;
width:80px;
height:3px;
background-color:red;
margin-bottom:20px;
text-align: center;
}
#fa2{
color:#2E4211;
margin-right: 10px;
width:40px;
height:1.5px;
font-size:25px;
margin-top:30px;
}
#add{
color:black;
}
#add1{
color:black;
}
.add1{
	margin-left:50px;
}
@media (max-width: 640px){
#add1{
margin-left:50px;
color:black;
}
}
.col{
width:80%;
}
 .container1{
      position:absolute;
      left:0;
      top:20%;
      width: 100%;
      height:50vh;
      animation: animate 16s ease-in-out infinite;
      background-size: cover;
    }
    .outer{
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.7);
    }
    .details{
      position: absolute;
		width:100%;
      left: 50%;
      top:50%;
      transform: translate(-50%,-50%);
      text-align: center;
    }
    .details h1{
      font-size: 4em;
      color:#fff;
    }
    @keyframes animate{
      0%,100%{
        background-image: url(../images/contactus.jpg);
        height: 60vh;
      }
    }
/* contact us end */