@charset "utf-8";
/* CSS Document */


.header
{
	height: 50px;
	width: 90%;
	background:white;
	margin: auto;
	text-align: center;
}
.logo{margin-top: 5px; padding: 0;height: 50px;}
.logo img
{
	height: 40px;
	width: 40px;
}
.menu{text-align: end;}
.menu a
{
	color:darkred;
	margin-right: 5%;
	
}

.menu a:hover
{
	color:#717171;
}

.menutoggle
{
	padding: 0px;
	float: right;
	position: relative;
	display: none;
}
.menutoggle-content
{
	display: none;
	position: absolute;
	background-color: white;
	min-width: 180px;
	line-height: 40px;
	font-size: 18px;
	padding:20%;
	z-index: 1;
}
.menutoggle:hover .menutoggle-content
{
	display: block;
}
.menutoggle-content a
{
	color: black;
}

.menutoggle img
{
	width: 50px;
	height: 50px;
	float: right;
}

.aboutus
{
	height: 750px;
	padding: 120px 0px;
	margin-bottom: 20px;
}
.text h1
{
	margin: 50px 0px;
}
.text p
{
	line-height: 25px;
}

.vision
{
	height: 700px;
	margin: auto;
	margin-bottom: 20px;
	padding: 2%;
}
.mission
{
	height: 700px;
	margin: auto;
	margin-bottom: 20px;
	padding: 2%;
}
.bghead
{
	height: 200px;
	margin: 0% 37.5%;
	text-align: center;
	align-items: center;
}
.bghead h1{margin:auto;line-height: 180px;}
.bgicon
{
	background-image: url("../images/mission.png");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: all 0.5s ease-in ease-out ;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	
}
.bgicon:hover
{
	background-image:url("../images/missionhover.png");
}
.bgicon2
{
	background-image:url("../images/vision.png");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: all 0.5s ease-in ease-out ;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.bgicon2:hover
{
	background-image:url("../images/visionhover.png");
}
.para
{
	margin: 1% 16%;
	margin-bottom: 50px;
	text-align: center;
	align-items: center;
	line-height: 25px;
}
.teams
{
	height: 600px;
	padding: 2%;
	margin-bottom: 20px;
	align-content: center;
	text-align: center;
}
.teams h1
{
	margin: auto;
	margin-bottom: 50px;
	text-align: center;
	
}
.team
{
	width: 23%;
	height: 400px;
	background: white;
	margin: 1%;
	padding: 1%;
	
}
.team img
{
	width: 80%;
	height: 60%;
	margin: auto;
	margin-bottom: 20px;
	border-radius: 50%;
}

.footer2
{
	height: 20px;
	background: white;
	color: black;
	font-size: 9px;
	text-align: center;
	line-height: 20px;
}


@media screen and (max-width:1280px)
{
	.header
	{
		height: 150px;
	}
	.logo{margin-top: 5px; padding: 0;height: 140px;}
	.logo img
	{
		height: 130px;
		width:130px;
	}
	.menu
	{
		width: 10%;
		text-align: end; 
		display: none;
	}
	
	.menutoggle
	{
		width: 60%; 
		display: block;
	}
	.menutoggle-content
	{
		padding: 20px;
		height: 950px;
		width: 40%;
		right: 0;
		position: fixed;
		font-size: 36px;
		line-height: 100px;
		font-weight: 600;
	}
	.menutoggle-content a:hover{color: #ED1C24;}
	.menutoggle img
	{
		width: 100px;
		height: 100px;
		margin-top: 20px;
		float: right;
	}
	.slideshow-container {height: 200px;}

	.knowmore
	{
		display: none;
	}
	.aboutus
	{
		height: 850px;
		margin: auto;
		padding: 50px 0px;
		font-size: 21px;
	}
	.text 
	{
		width: 100%;
		font-size: 28px;
	}
	.text p{line-height: 40px;}
	.image
	{
		width: 100%;
		margin: 100px 0px;
	}
	.vision,.mission
	{
		height: auto;
		width: 100%;
		padding: 0;
		margin-bottom: 180px;
		font-size: 21px;
	}
	.bghead
	{
		height: 200px;
		margin: 0% 37.5%;
		padding: 0;
		text-align: center;
	}
	.para
	{
		height: auto; 
		width: 80%; 
		margin-left: 10%; 
		font-size: 28px;
		line-height: 40px;
	}
	.para h1{margin-bottom: 20px;}
	
	.teams{height: 1600px;}
	.team
	{
		width: 48%;
		height: 600px;
	}
	.team img
	{
		width: 80%;
		height: 55%;
		margin-top: 50px;
	}
	.footer2
	{
		height: 30px;
		font-size: 12px;
		line-height: 30px;
	}
	
}