 body{
	background-color:white;
	width:99%;
    margin:0 auto;
	}


*{
   box-sizing:border-box;
  }	

  
 .grid-staff{
    display:grid;
    width:100%;
	margin:10px auto  0px;
	grid-gap:3px;
	grid-template-rows:180px 36px 380px 420px 280px 230px;
	grid-template-columns:40% 25% 35%;
}


.header{
    background-color:white;
	grid-column:1/-1;
	text-align:center;
	padding-top:10px;
}
  
  
.navbar{
    background-color:#008291;	
    grid-column:1/3;
    color:white;
    font-weight:bold;	 
	width:100%;
}

.div3{
    grid-column:1/3;
}


.div4{
    background:#99e6ff;
	grid-row:2/4;
	grid-column:3/4;
}

#scroll-container {
 
  border-radius: 5px;
  height: 90%;
  overflow: hidden;
  position:relative;
  bottom:15px;
}

#scroll-text {
	margin:4px;
  height: 100%;
  text-align: center;
  
  /* animation properties */
  -moz-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  
  -moz-animation: my-animation 15s linear infinite;
  -webkit-animation: my-animation 15s linear infinite;
  animation: my-animation 15s linear infinite;
}

 #scroll-text:hover{
	 animation-play-state: paused;
 }
 
/* for Firefox */
@-moz-keyframes my-animation {
  from { -moz-transform: translateY(100%); }
  to { -moz-transform: translateY(-100%); }
}

/* for Chrome */
@-webkit-keyframes my-animation {
  from { -webkit-transform: translateY(100%); }
  to { -webkit-transform: translateY(-100%); }
}

@keyframes my-animation {
  from {
    -moz-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  
  to {
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

.div5{
    grid-row:4/5;
    grid-column:1/2;
	position:relative;
}

.div6{
    background:#99e6ff;
	grid-row:4/5;
    grid-column:2/3;
}

.div7{
    background:#3572EF;
	grid-row:4/5;
    grid-column:3/4;
	overflow-y:scroll;
	overflow-x:hidden;
}

.vip_row{
	grid-column:1/-1;
	grid-row:5/6;
	background-color:;
}
 
 .vip_box{
	height:180px;
	width:210px;
    float:left;
	margin:20px 10px;
	margin-top:15px;
	background-color:;
}
 
 .vip_desg{
	width:220px;
	height:55px;
    line-height:21px;
	font-size:17px;
    margin-top:5px;
	font-weight:bold;
	text-align:center;
}

.vip_img{
	max-width:100%;
	height:auto;
	padding-left:35px;
}
 
.name{
	color:brown;
	font-size:20px;
	text-align:center;
}

/* .footer{
	background-color:#05386B;
	grid-row:5/7;
    grid-column:1/-1;
	margin-top: 30px;
} */

.gridbar{
	display:grid;
	grid-template-rows:160px;
	grid-template-columns:20% 60% 20%;
	grid-gap:5px;
}

.headtext{
	grid-column:2/3;
	font-family: 'Times New Roman', serif;
	text-align:center;
	font-weight:600;
	color:green;
	font-size:35px;
	line-height:50px;
	text-transform:uppercase;
	padding-left:2px;
}

.ISO{
	grid-column:2/3;
	width:100%;
	height:40px;
	font-size:21px;
	color:green;
}

.pic{
	grid-column:1/2;
	margin-left:10%;
	margin-top:4px;
	width:150px;
	height:150px;
}

.secpic{
	grid-column:3/4;
	margin-top:4px;
	width:150px;
	height:150px;
	margin-left:40%;
}

ul{
	list-style:none;
	margin:0 auto;
	padding:0;
    overflow:hidden;
	width:100%;
	display:flex;
	justify-content: space-around;
}	
	  
li{
	list-style-type: none;
	margin: 0;
	padding-top: 8px;
	text-align: center;
	display: inline;
}
  
li a{
	text-decoration: none;
	font-family: Cambria, serif;
	font-style: normal;
	font-weight: bold;
	letter-spacing: normal;
	line-height: 1.3em;
	color: white;
	font-size:20px;
}   

.dropbtn{
	display:inline;
	color:white;
	text-align:center;
	padding-top:12px;
	text-decoration:none;
}
  
li a:hover, .dropdown:hover {
	border-bottom:2px solid white;
	}
   
  
li.dropdown{
	display:inline-block;
  }
  
.dropdown-content{
	display:none;
	position:absolute;
    background-color:#2E8B57;
	min-width:200px;
	z-index:100;
}
  
  
.dropdown-content a{
	color:white;
	width:100%;
	padding:12px 5px;
	text-decoration:none;
	display:block;
	text-align:left;
	font-size:20px;
	min-width:160px;
	font-weight:bold;
}


.dropdown-content a:hover{
	background-color:white;
	color:#65011d;
    border-top:none;
	max-width:100%;
	border:none;
}
  
  
  
.dropdown:hover .dropdown-content{
	display:block;
    }
 
 
.active{
	color:black;
	border-bottom:2px solid red;
}
 
.imgtext{
	position:absolute;
	top:65%;
	left:5%;
	right:5%;
	color:red;
	word-spacing:1px;
	font-size:22px;
	text-align:justify;
	font-weight:bold;
	font-style:oblique;
	line-height:36px;
}

.word{
	color:white;
	font-size:17px;
	font-weight:bold;
	background-color:#008291;
	text-align:center;
	height:31px;
	padding:6px;
}

.DD{
	text-align:center;
	padding-top:12px;
	font-size:18px;
	background-color:#008291;
	padding:5px;
	font-weight:bold;
	color:white;
}

.space{
	width:350px; 
	height:230px;
	margin:0 auto;
	margin-top:10px;
	
}

.bio{
	text-align:center;
	padding-top:8px;
	font-weight:bold;
    font-size:20px;
}

.bio a:hover{
       color:white;
}

.bio a{
	color:yellow;
}

.quote{
	padding-top:6px;
	color:white;
	text-align:justify;
	font-size:22px;
	width:100%;
}

.quote p{
    margin:15px;
	text-align:justify;
}	
	
.partners{
	text-align:center;
	margin:17px;
	text-decoration:none;
}

.partners a{
	text-decoration:none;
	color:black;
	font-weight:bold;
	font-size:22px;
	line-height:18px;
}

.partners a:hover{
	    color:brown;
}


a{
	text-decoration:none;
}

.footext{
	display:grid;
	justify-content:center;
	margin:100px;
    
}

.gridtab{
	display:grid;
	grid-gap:4px;
	grid-template-rows:200px;
	grid-template-columns:9% 9% 9% 46% 9% 9% 9% ;
 }  

#india{
	grid-column:1/2;
	margin-left:4px;
	height:120px;
	width:100px;
	margin-top:40px;
}

#dbt{
	grid-column:2/3;
    height:120px;
    margin-top:40px;
	width:100px;
}

#azadi{
	grid-column:5/6;
	height:120px;
	margin-top:40px;
	width:110px;
}

#ap{
	grid-column:3/4;
	height:120px;
    margin-top:40px;
	width:120px;
	
}

#council{
	grid-column:6/7;
	height:120px;
	width:120px;
	margin-top:40px;
	
}

#si{
	grid-column:7/8;
    margin-top:40px;
	height:120px;
	width:110px;
}

.dept-text{
	grid-column:4/5;
	grid-row:1/2;
	text-align:center;
    margin-top:10px;
	font-size:22px;
	margin-right:20px;
	padding-top:30px;
	padding-left:30px;
	color:orange;
	line-height:26px;
}

.button{
	color:yellow;
	font-weight:bold;
 }
 
.button:hover{
	color:white;
 }
 
#top{
	width:100%;
    height:20px;
}

.fa {
    font-size: 12px;
    width: 25px;
    text-align: center;
    text-decoration: none;
    margin:2px;
  
}

.fa:hover {
   opacity: 0.7;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
  float:right;
}

.fa-facebook {
  background: #3B5998;
  color: white;
  float:right;
}

.footer{
	grid-row:6/7;
	grid-column:1/-1;
	background-color:#05386B;   
}

.img{
	max-width:100%;
	height:auto;
}

.counter{
	position: absolute;
    top: 240%;
 }
 .counter img{
	width: 80%;
}