
 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{
	overflow-y:scroll;
	overflow-x:hidden;
	width:100%;
    grid-column:1/3;
	grid-row:3/5;
	background-color:white;
	margin-top:2px;
} 

.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{
   
	grid-row:4/5;
    grid-column:3/4;
	
}

.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{
	color:black;
	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:20px;
	background-color:#008291;
	padding:5px;
	font-weight:bold;
	color:white;
}

.space{
	width:400px; 
	height:200px;
	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;
}

.paragraph{
	width:100%;
	height:1300px;
	background:white;
	border-radius:10px;
	border:1px solid green;
}
 
.heading{
	width:100%;
	border-radius:8px;
}
	
.line{
	/* text-align:justify;  */
	line-height:36px;
	margin-left:10px;
	margin-right:10px;
	font-size:24px;
}

.square1{
	width:50%;
	height:260px;
	border:1px solid black;
	float:left;
	margin-left:4%;
	background-color:#bccad6;
	border-radius:7px;
	}
	
.square2{
	
	height:300px;
    margin:0 auto;
	border-radius:7px;
}
	

	
.square3{
	width:40%;
	height:260px;
	border:1px solid black;
	float:left;
	margin-left:2%;
	background-color:#bccad6;
	border-radius:7px;
}
	
.minsquare1{
	height:40px;
	width:100%;
	font-size:22px;
	text-align:center;
	padding:6px;
	background-color:#55ACEE;
	font-weight:bold;
	border-radius:7px;
}

.minsquare2{
	height:40px;
	width:100%;
	font-size:22px;
	text-align:center;
	padding:6px;
	background-color:#55ACEE;
	font-weight:bold;
	border-radius:7px;
}


.img{
	width:100%;
	height:auto;
}