@charset "utf-8";
/* CSS Document */


.header
{
	height: 50px;
	width: 90%;
	background:white;
	margin: auto;
	text-align: center;
}
.logo{margin-top: 0px; padding: 0;height: 50px;}
.logo img
{
	height: 50px;
	width: 100px;
}
.menu{text-align: end;}
.menu a
{
	color:darkred;
	margin-right: 5%;
	font-weight: 600;
}

.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;
}

.head
{
	width: 100%;
	height: 200px;
	background-image: url("../images/house2.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.head h1
{
	padding-left: 43%;
	color: white;
	line-height: 200px;
	font-size: 32px;
	
}
.aboutus
{
	height: 750px;
	padding: 120px 0px;
	margin-bottom: 20px;
}
.text{height: auto;}
.text h1
{
	margin: 50px 0px;
}
.text p
{
	line-height: 25px;
	font-weight: 200;
}

.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-01.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-01.png");
}
.bgicon2
{
	background-image:url("../images/vision-01.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-01.png");
}
.para
{
	margin: 1% 5%;
	width: 90%;
	margin-bottom: 50px;
	text-align: justify;
	align-items: center;
	line-height: 25px;
	font-weight: 200;
}
.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: 30%;
	height: 500px;
	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: 90px;}
	.menu{text-align: end; display: none;width: 10%}
	.logo img
	{height: 75px; width: 150px}
	.menutoggle
	{display: block;width: 40%;}
	.menutoggle img
	{height: 75px;width: 75px;margin-top:10px;}
	.menutoggle-content
	{
		padding: 20px;
		width: 40%;
		right: 0;
		position: fixed;
		font-weight: 600;
		line-height: 120px;
		font-size: 36px;
	}
	.menutoggle-content a:hover{color: darkred;}
	.head h1{font-size:  48px;}
	.aboutus
	{
		height: 850px;
		margin: auto;
		padding: 50px 0px;
	}
	.text{width: 100%;}
	.text p{margin-top: 80px;font-size: 28px;font-weight: 200;line-height: 30px;}
	.image
	{
		margin: 100px 0px;
		width: 100%;
	}
	.vision,.mission
	{
		height: 800px;
		width: 100%;
		padding: 0;
		font-size: 18px;
	}
	.bghead
	{
		height: 200px;
		margin: 0% 37.5%;
		padding: 0;
		text-align: center;
	}
	.bghead h1
	{
		margin:10% 5%;
		line-height: 180px;
		font-size: 28px;
	}
	.para{width: 90%;margin: 0% 5%;}
	.para p{font-size: 28px;font-weight: 200;text-align: justify;line-height: 30px;}
	.teams{height: 800px;}
	.team
	{
		width: 30%;
		height: 480px;
	}
	.teamimg
	{
		width: 100%;
		height: auto;
		float: left;
	}
	.footer2
	{
		height: 10px;
		font-size: 6px;
		line-height: 10px;
	}
	
}
@media screen and (max-width:992px)
{
	.head h1{padding-left: 40%;}
}

@media screen and (max-width:768px)
{
	
	.menutoggle-content
	{
		width: 50%;
		font-size: 28px;
		line-height: 80px;
	}
	.aboutus
	{
		max-height: 850px;
		margin: auto;
		padding: 50px 0px;
		width: 100%;
	}
	.head h1{padding-left: 35%;}
	.text p{width: 90%;margin:0% 5%;font-size: 18px;}
	.image
	{
		margin: 20px 0px;
		width: 100%;
	}
	.vision,.mission
	{
		height: 500px;
		width: 100%;
		padding: 0;
	}
	.para p{font-size: 18px;width: 90%;margin: 0% 5%;}
	.teams{height: 1800px;}
	.team{width: 80%;margin:0% 10%;height: 700px;}
	.team h2{font-size: 32px;}

}
@media screen and (max-width:600px)
{
	.header{height:60px;}
	.logo img{height:50px !important;width:100px !important;}
	.menutoggle img{height:50px !important;width:50px !important;margin-top:7px;}
	.menutoggle-content{font-size:21px;}
	.head{height:100px;}
	.head h1{padding-left: 35%;font-size:32px;line-height:100px;}
	.text p{font-size: 14px;line-height:25px;}
	.para p{font-size: 14px;line-height:25px;}
	.team{width:70%;margin:0% 15%;height: 500px;}
	.team h2{font-size:26px;}
}
@media screen and (max-width:432px)
{
    .header{height:50px;}
	.logo img{height:40px !important;width:80px !important;}
	.menutoggle img{height:40px !important;width:40px !important;margin-top:5px;}
	.menutoggle-content{font-size:18px;line-height:50px;}
	.head h1{padding-left: 35%;font-size:28px;}
	.vision,.mission{height:650px;}
	.text p{line-height:25px;}
	.para p{line-height:25px;}
	.team h2{font-size:24px;}
}





