
 body{
	background-color:white;
	width:99%;
    margin:0 auto;
	
}


*{
 box-sizing:border-box;
}	 
  
  
.grid-staff{
    display:grid;
    width:100%;
	margin:10px auto;
	grid-gap:3px;
	grid-template-rows:180px 36px 380px 420px 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;	 
}

.div3{
    background-color:#007cb9;
	grid-column:1/3;
}

.letter{
	color:white; 
	font-size:20px;
}
	
.tablebox{
	width:1000px;
	height:350px;
	margin:20px auto;
	font-weight:bold;
	color:yellow;
} 

.imgbox{ 
	width:350px;
	height:260px;
    margin-left:5%;
	margin-top:40px;
	float:left;
}
	
.aboutdirector{
    float:left;
	width:500px;
	height:250px;
	text-align:left;
	margin-top:40px;
	margin-left:100px;
	font-size:20px;
	padding:5px;
	line-height:44px;
	color:yellow;
}
	
.pdf{
	color:black;
	font-size:16px;
}

button{
    background-color:orange;
}  
 
button:hover{
	background-color:blue;
}
 
.pdf:hover{
	color:white;
	font-size:16px;
}
 
.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:#4285F4;
	grid-row:4/5;
    grid-column:3/4;
	overflow-y:scroll;
	overflow-x:hidden;
}

.footer{
	background-color:#05386B;
	grid-row:5/-1;
    grid-column:1/-1;
}

.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:normal;
	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-size: 20px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: normal;
	line-height: 1.3em;
	color: white;
}   
  
 .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{
	border-bottom:2px solid red;
}
 
.news{
	font-size:24px;
    color:brown;
 }

.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:7px;
	height:120px;
	width:110px;
	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;
}

.img{
	width:100%;
	height:auto;
}