.h7 {
  font-weight: normal;
  border-top: solid 1px #5cadff;
  background-color: #5cadff;
  font-size: 32px;
  font-family: Arial,Helvetica,sans-serif;
  letter-spacing: 2px;
  color: #ffffff;
  /*padding: 15px 10px;*/
  margin: 10px;
  /*-webkit-box-shadow: 0 8px 6px -6px black;*/
  /*-moz-box-shadow: 0 8px 6px -6px black;*/
  /*box-shadow: 0 8px 6px -6px black;*/
}

.slideshow {
  width: 100%;
  height: 0px;
  padding-bottom: 30%;
  overflow: hidden;
  position: relative;
}

.slideshow img {
  position: absolute;
  animation: slideshow 50s infinite;
  opacity: 0;
  width: 100%;
  height: auto;
}

@keyframes slideshow {
  10% {
    opacity: 1;
  }
  15% {
    opacity: 0;
  }
}

.slideshow img:nth-child(1) {
  animation-delay: 0s;
}

.slideshow img:nth-child(2) {
  animation-delay: 5s;
}

.slideshow img:nth-child(3) {
  animation-delay: 10s;
}

.slideshow img:nth-child(4) {
  animation-delay: 15s;
}

.slideshow img:nth-child(5) {
  animation-delay: 20s;
}

.slideshow img:nth-child(6) {
  animation-delay: 25s;
}

.slideshow img:nth-child(7) {
  animation-delay: 30s;
}

.slideshow img:nth-child(8) {
  animation-delay: 35s;
}

.slideshow img:nth-child(9) {
  animation-delay: 40s;
}

.slideshow img:nth-child(10) {
  animation-delay: 45s;
}

.hd2 {
  text-align: center;
  font-weight: normal;
  border-top: solid 1px #5cadff;
  background-color: #5cadff;
  font-size: 18px;
  font-family: Arial,Helvetica,sans-serif;
  letter-spacing: 2px;
  color: #ffffff;
  padding: 15px 10px;
  /*margin: 10px;*/
}

.subt1 {
  letter-spacing: 2PX;
  text-align: center;
  font-weight: bolder;
  font-size: 52px;
  font-family: Arial,Helvetica,sans-serif;
  color: #a1afb0;
}

.pllsection {
  background-color: #ffffff;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  height: 200PX;
  background-position: center center;
}

.dispsect1 {
  background-image: url("radio/am2.jpg");
}

.pllsection.dispsect2 {
  height: 650px;
  background-image: url("about/hbabout.jpg");
}

form {
  max-width: 480px;
  width: 90%;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 40px;
  /*border-radius: 4px;*/
  color: #505e6c;
  /*box-shadow: 1px 1px 5px rgba(0,0,0,0.1);*/
}

.subt2 {
  letter-spacing: normal;
  text-align: center;
  font-weight: bolder;
  font-size: 22px;
  font-family: Arial,Helvetica,sans-serif;
  color: #a1afb0;
}

