body {
    background: -webkit-linear-gradient(left, #3931af, #00c6ff);
    background-size: cover;
  }
  div#wrapperHeader {
  width:100%;
  text-align:center;
  }
  
  div#wrapperHeader div#header {
  height:59%;
  }
  .mycol{
    color:white;
    font-size: 1rem;
}

.navbar-nav {
    margin-left: auto;
}

.gov-india1 .pulse2 {
  float: right;
  background-color: #ff0707;
  margin: -3px 3px 0 0;
animation-name:pluse2;

}
@keyframes pluse2 {
from {background-color: red;}
to {background-color: orange;}
}
 .gov-india1 {
  width: 100%;
  border-left: 0 !important;
  padding: 6px 0 0 0;
}  
.pulse2 {
  -webkit-animation: pulse2 400ms infinite alternate;
  animation: pulse 400ms infinite alternate;
  padding: 2px 10px;
  width: 50px;
  border-radius: 20px;
  font-size: 12px;
  margin-left: 5px;
  font-weight: 600;
}

.gov-india3 .pulse3 {
  float: left
  background-color: #ff0707;
  margin: -3px 3px 0 0;
animation-name:pluse3;

}
@keyframes pluse3 {
from {background-color: red;}
to {background-color: orange;}
}
 .gov-india3 {
  width: 100%;
  border-left: 0 !important;
  padding: 6px 0 0 0;
}  
.pulse3 {
  -webkit-animation: pulse2 400ms infinite alternate;
  animation: pulse 400ms infinite alternate;
  padding: 2px 10px;
  width: 50px;
  border-radius: 20px;
  font-size: 12px;
  margin-left: 5px;
  font-weight: 600;
}


  div#wrapperHeader div#header img {
  width:100%; /* the width of the logo image */
  height:100%; /* the height of the logo image */
  margin:0 auto;
  }
  table {
    width: 100%;
    border-collapse: collapse;
  }
  p{
      text-align: center;
  color: white;
  font-size: 18px;
  }
  
  table, td, th {
    border: 1px solid black;
    padding: 5px;
  }
  
  th {text-align: left;}
  
  .column1{
    float:left;
    width: 100%;
    height:6vh;
    
  }
  .marquee {
    height: 50px;
    overflow: hidden;
    position: relative;
    
    color: #333;
    
  }
  
  .mar{
    font-size:15px; 
    
    position: absolute;
    color:#24db13;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 50px;
    text-align: center;
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-animation: scroll-left 2s linear infinite;
    -webkit-animation: scroll-left 2s linear infinite;
    animation: scroll-left 20s linear infinite;
  }
  .mar:hover{
  
    animation-play-state: paused;
    color:#212529;
  }
  
  @-moz-keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
    }
    100% {
        -moz-transform: translateX(-100%);
    }
  }
  
  @-webkit-keyframes scroll-left {
    0% {
        -webkit-transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(-100%);
    }
  }
  
  @keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
  } 
  
  
  
  
  
  
  @keyframes autoscroll {
    from { 
      transform: translate3d(0,0,0);
    }
    to {
      transform: translate3d(0,-90%,0);
    }
  }
  td{
    color:#fff
  }
  td a { color: #fff;}
  #inner-wrapper a {
    color:#FFF;
  }

  #inner-wrapper div {
	  
    text-align: center;
  }
  
  @media only screen and (max-width: 600px) {
  .navbar-nav {
    margin-left: inherit;
  }
  .navbar-nav {
    display: -webkit-inline-box;
  }
  .nav-item {
    margin-left: 5px;
  }
  .home-item {
  margin-bottom: 5px;
  }
  .sd {
    
    top: -157px;
    left: 37px;
    
    font-size: 9px;
}
div#wrapperHeader div#header {
  height: 40%;
}
  }
  