@charset "utf-8";
/* CSS Document */

img
{
	width: 100%;
}
.nav-bg
{
	background-color:#56B70C;
}
.green-bg
{
	background-color:#56B70C;
	color: white;font-weight: bold;
}
.green-bg:hover
{
	
	color:#0A0D92;
}
.green-bg li a
{
	background-color:#56B70C;
	color: white;
}
.green-bg li a:hover
{
	background-color:#418E07;
	color: white;
}
p
{
	line-height: 24px;
}
.nav-bg a
{
	color:white;
}
.herosection
{
	width:100%;
	height:400px;
	background-color: burlywood;
	background-image:url(../images/student1.jpeg);
	animation:mono 15s ease-in 0s 10 alternate;
	-moz-animation:mono 15s ease-in 0s 10 alternate;
	-ms-animation:mono 15s ease-in 0s 10 alternate;
	-o-animation:mono 15s ease-in 0s 10 alternate;
	-webkit-animation:mono 15s ease-in 0s 10 alternate;
}
@keyframes mono
{
	from
	{
		background-image:url(images/student1.jpg);
	}
	33%
	{
		background-image:url(images/student2.jpg);
	}
	66%
	{
		background-image:url(images/student3.jpg);
	}
	to
	{
		background-image:url(images/student4.jpg);
	}
}
@-webkit-keyframes mono
{
	from
	{
		background-image:url(images/student1.jpg);
	}
	33%
	{
		background-image:url(images/student2.jpg);
	}
	66%
	{
		background-image:url(images/student3.jpg);
	}
	to
	{
		background-image:url(images/student4.jpg);
	}
}
@-moz-keyframes mono
{
	from
	{
		background-image:url(images/student1.jpg);
	}
	33%
	{
		background-image:url(images/student2.jpg);
	}
	66%
	{
		background-image:url(images/student3.jpg);
	}
	to
	{
		background-image:url(images/student4.jpg);
	}
}
@-o-keyframes mono
{
	from
	{
		background-image:url(images/student1.jpg);
	}
	33%
	{
		background-image:url(images/student2.jpg);
	}
	66%
	{
		background-image:url(images/student3.jpg);
	}
	to
	{
		background-image:url(images/student4.jpg);
	}
}
.list{
	background-color:#1D3589;
	color: white;
	padding:10px;
	
	align-content: center;
}
ol li{
	margin-left: 100px;
}
.scroll{
	font-size: 30px;
	color:darkblue;
	background-color: gainsboro;
	border-bottom-color: #17B919;
	border-bottom: 10px solid #27DF15;
	font-weight: bold;
	margin-bottom: 50px;
}
.box1{
	font-weight: bold;
	
	background-color:#E7E2E2;
	font-size: 12px;
	color:#002AC0;
	

	
}
.box1 p{
	padding: 10px;
	font-size: 30px;
	color:#D30D11;
	font-weight: bold;
	
}
.box1 ul{
	list-style: none;
}
input
{
	border-radius: 0px;
	margin-bottom: 3px;
}
textarea
{
	resize: vertical;
	
}
.sendmsg
{
	border:0px solid white;
	border-radius: 5px;
	padding:10px;
	margin-top: 10px;
}
.footer
{
	background-color: #1D3589;
	color:white;
	padding: 10px;
	margin-top: 10px;
}
h3
{
	color:red;
	font-weight: bold;
}
.news
{
	background-color:#E0DBDB;
	width:100%;
	height:250px;
	font-size:18px;
	padding: 20px;
	line-height: 45px;
}
h4
{
	color:purple;
	font-weight:600;
}
.contact
{
	line-height: 28px;
}




.nav ul
{
   font-family:Arial;
   font-size:18px;
   margin:0px;
   padding:0px;
   list-style:none;
	
}

.nav ul li
{
   display:block;
   position:relative;
   float:left;
}

.nav li ul
{
   display:none;
}

.nav ul li a
{
   display:block;
   text-decoration:none;
   color:white;
   padding:5px;
   background-color:#56B70C;
   margin:2px;
}

.nav ul li a:hover
{
   background-color:#0B2B78;
}

.nav li:hover ul
{
   display:block;
}

.nav li:hover li
{
   float:none;
   font-size:12px;
}

.nav li:hover a
{
   background-color:green;
}

.nav li:hover li a:hover
{
   background-color:#0B2B78;
}

.heading{
	
	font-size: 25px;
	color:rgba(187,0,3,1.00);
	font-weight: bold;
}
.valid{
	padding-top: 20px;
	font-size: 20px;
	color:rgba(187,0,3,1.00);
	font-weight: bold;
}
.heading1{
	padding-top: 60px;
	font-size: 25px;
	color:black;
	font-weight: bold;
}
.heading2{
	padding-top: 60px;
	font-size: 20px;
	color:rgba(187,0,3,1.00);
	font-weight: bold;
}
.para{
	padding-top: 20px;
	font-size: 14px;
	text-align: justify;
	line-height: 24px;
}
.cont{
	
	font-size: 14px;
	text-align: justify;
}
.header{
	padding-top: 0px;
	font-size: 25px;
	color:rgba(187,0,3,1.00);
	font-weight: bold;
}
.imge{
	width: 100%;
}
.zoom {
	float: left;
  padding: 50px;
  transition: transform .2s;
  width: 100%;
  height: 80%;
  margin: 0 auto;
}

.zoom:hover {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1); 
}
.card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 100%;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.tex{
	margin-left: 30px;
	color: white;
}
.footer ul li a
{
	color:white;
}
.fa {
  padding: 20px;
  font-size: 10px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  
	
}

.fa:hover {
    opacity: 0.7;
}


.fa-facebook {
  background: #3B5998;
  color: white;
}
.fa-instagram {
  background:rgba(224,38,41,1.00);
  color: white;
}
.cc{
	margin-left: 30px;
}
.icon{
	float: right;
}