h61 {
  position: relative;
  font-size: 2em;
  letter-spacing: 1px;
  color: #0e3742;

  text-align: center;
  -webkit-box-reflect: below 1px linear-gradient(transparent, #0004);
  line-height: 0.7em;
  outline: none;
  animation: animate 6s linear infinite;
}

.bgnew {
  position: relative;
  font-size: 1.5em;
  letter-spacing: 1px;
  text-align: center;
  padding: 5px;
  background-color: #06283d;
  color: #fff;
  font-weight: bold;
}

@keyframes animate {
  0%,
  18%,
  20%,
  50.1%,
  60%,
  65.1%,
  80%,
  90.1%,
  92% {
    color: #0e3742;
    text-shadow: none;
  }
  18.1%,
  20.1%,
  30%,
  50%,
  60.1%,
  65%,
  80.1%,
  90%,
  92.1%,
  100% {
    color: #fff;
    text-shadow: 0 0 10px #03bcf4, 0 0 20px #03bcf4, 0 0 40px #03bcf4,
      0 0 80px #03bcf4, 0 0 160px #03bcf4;
  }
}

/* breaking news */

.news {
  width: 160px;
}
.news-scroll a {
  text-decoration: none;
}
.dot {
  height: 6px;
  width: 6px;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 2px !important;
  background-color: #2a0944;
  border-radius: 50%;
  display: inline-block;
}

.bg-danger1 {
  background-color: #cf0a0a;
}
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
