.contactpad{
  padding: 20px;
  margin-top: 0px;


}

.head-text1{
  padding: 5px 0px;
  font-weight: bold;
}

.head-text1 a{
 color: #1687a7;
 font-size: 15px;
 padding-left: 10px;
 text-decoration: none;

}
.oppg{
box-shadow: 5px 5px 15px black;
background-image: url("../img/a11.jpeg");
background-size: cover;
color: #fff;
  border-radius: 8px 8px 8px 8px;

}


.oppg button{


  border: none ;
  border-radius: 18px 18px 18px 18px;
  margin: 20px;
  padding: 8px auto;
   -webkit-transition: .8s;
}
.oppg label{
  padding: 10px;
}

.oppg button:hover{
    background-color: #ff3300;
    transition: .4s;

}

.oppg fieldset{
  padding: 20px;
}
.oppg input{
  border : none;
  border-radius: 20px 20px 20px 20px;
 -webkit-transition: .4s;

}
.oppg input:focus {
   color: #ff3300;

   font-size: 20px;
     background-color: #fff;
     transition: .4s
}
textarea{
  background-color: lightgray;
  opacity: 0.3;

}
textarea:focus{

  opacity: 0.9;
 transition: .8s
}
.contactpad p{
  text-decoration: underline #1687a7;
  color: #1687a7;
  font-size: 15px;
}
