@charset "utf-8";
/* CSS Document */


.bg
{
	height: auto;
	background:#ECECEC;
}
.bg2
{
	height: auto;
	background:white;
}
.bg3
{
	height: 60px;
	width: 100%;
	background: white;
}
.header
{
	height: 50px;
	width: 90%;
	margin: 0% 5%;
	padding: 0;
	text-align: center;
	line-height: 30px;
}
.logo{margin-top: 5px; padding: 0;height: 50px;}
.logo img
{
	height: 50px;
	width:50px;
}
.menu{text-align: end;}
.menu a
{
	color: black;
	margin-right: 5%;
	
}

.menu a:hover
{
	color:#ED1C24;
}

.menutoggle
{
/*	background: #D72528;*/
	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;
}




.knowmore
{
	height: 50px;
	width: 180px;
	margin:0% 30%;
	padding: 1% 1.8%;
	color:  #ED1C24;
	background: white;
	font-size: 16px;
	text-align: center;
	line-height: 50px;
	border:3px solid white;
	border-radius: 30px;
}
.knowmore:hover
{
	/*background:  #501415;*/
	background:  #ED1C24;
	color: white;
	border:3px solid #ED1C24;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.knowmore a:hover
{
	color: white;
}



.aboutus
{
	height: 750px;
	padding: 120px 0px;
	margin-bottom: 20px;
	animation: fade 2s ease forwards;
	animation-timeline:view();
}
.text2 h1
{
	margin: 50px 0px;
}
.text2 p
{
	line-height: 25px;
}

@keyframes fade2
{
	from{opacity:0;}to{opacity:1;}
	0%{opacity: 0;} 50%{opacity: .9} 60%{opacity: .98} 65%{opacity: 1;} 100%{opacity: 1;}
}
.visionmission
{
	height: 1300px;
	width: 80%;
	margin: 10%;
	margin-bottom: 20px;
	padding: 2%;
	animation: fade2 2s ease forwards;
	animation-timeline:view();
}

.bghead
{
	height: 200px;
	margin: 0% 38.5%;
	text-align: justify;
	align-items: center;
}

.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% 10%;
	margin-bottom: 50px;
	text-align: center;
	align-items: center;
	line-height: 25px;
}
.para h1{text-align: center;}
.services
{
	height: 1100px;
	padding: 2%;
	align-content: center;
	text-align: center;
	animation: fade2 2s ease forwards;
	animation-timeline:view();
}
.services h1
{
	margin: auto;
	margin-bottom: 50px;
	text-align: center;
	
}
.service
{
	width: 31.333333333333333%;
	height: 400px;
	background: white;
	margin: 1%;
	padding: 1%;
	
}
.service img
{
	width: 100%;
	height: 80%;
	margin-bottom: 30px;
}

.gallery
{
	height: 900px;
	margin-bottom: 20px;
	animation: fade2 2s ease forwards;
	animation-timeline:view();
}
.gallery h1
{
	text-align: center;
	margin: auto;
	margin-bottom: 50px;
}
.gal-image
{
	max-height:300px;
	margin: 0px;
	padding: 1%;
}
.gal-image img:hover
{
	transform: scale(1.05);
	transition: all 0.5s ease-in ease-out;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}

.teams
{
	height: 600px;
	padding: 2%;
	margin-bottom: 20px;
	align-content: center;
	text-align: center;
	animation: fade2 2s ease forwards;
	animation-timeline:view();
}
.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%;
}

.testimonials
{
	height: 800px;
	width: 70%;
	animation: fade2 2s ease forwards;
	animation-timeline:view();
}
.testimonials h1
{
	margin: auto;
	margin-bottom: 50px;
	text-align: center;
	
}
.testimonial
{
	height: 250px;
	width: 48%;
	margin: 1%;
	padding: 2%;
	background: white;
	color: black;
}
.testimonial img
{
	float: left;
	height: 80px;
	width: 80px;
	margin-right: 20px;
	border-radius: 50%;
}
.testimonial h2,p
{
	margin: 8% 0%;
}

.footer
{
	height: 750px;
	background:#2C2C2C;
	color: white;

}
.footer a:hover
{
	color: #ED1C24;
}
.contact
{
	padding: 5%;
	height: auto;
}
.contact h1
{
	margin: 50px;
	font-size: 21px;
}
.icon2
{
	height: auto;
	padding: 5px;
	margin: .5% 5%;
}
.desc2
{
	font-size: 16px;
	padding: 0%;
	line-height: 30px;
}
.menu_link
{
	padding: 5%;
	height: auto;
}
.menu_link h1
{
	margin: 50px;
	font-size: 21px;
	text-align: center;
}
.desc3
{
	font-size: 16px;
	padding: 0%;
	margin: 0px 40px;
	text-align: center;
	line-height: 35px;
}
.social_media
{
	padding: 5%;
	height: auto;
}
.social_media h1
{
	margin: 50px;
	font-size: 21px;
	text-align: center;
}

.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;
		width: 90%;
		margin: auto;
		padding: 50px 0px;
		font-size: 28px;
	}
	.text2{width: 100%;}
	.text2 p{line-height: 40px;}
	.image
	{
		width: 100%;
		margin: 100px 0px;
	}
	.visionmission
	{
		height: 2000px;
		padding: 0%;
		margin-bottom: 50px;
		font-size: 21px;
	}
	.bghead{width: 50%;margin-left: 25%;}
	.para
	{
		height: auto;
		font-size: 28px; 
		width: 90%; 
		margin-left: 5%; 
		margin-bottom: 40px;
		text-align: center;
		line-height: 40px;
	}
	.para h1{text-align: center;}
	.services{height: 4600px;margin-bottom: 100px;}
	.services h1{font-size: 42px;}
	.service
	{
		width: 100%;
		height: 700px;
		font-size: 28px;
	}
	.gallery{height: 1600px;}
	.gallery h1{font-size: 42px;}
	.gal-image
	{
		width: 50%;
		margin-bottom: 50px;
	}
	.teams{height: 1600px;}
	.team
	{
		width: 48%;
		height: 500px;
	}
	.team img
	{
		width: 80%;
		height: 55%;
		margin-top: 50px;
	}
	.testimonials
	{
		width: 90%;
		padding: 5%;
		height: 2000px;
	}
	.testimonials h1
	{
		margin-bottom: 50px;
		font-size: 42px;
	}
	.testimonial
	{
		height: 400px;
		width: 100%;
		font-size: 28px;
		padding: 5%;
	}
	.testimonial h2{font-size: 32px;width: 60%; margin: 2%;}
	.testimonial img
	{
		height: 60px;
		width: 60px;
		margin-right: 20px;
	}
	.footer
	{
		height: 1950px;
		
	}
	.footer h1
	{
		margin-top: 15px;
		margin-bottom: 50px;
		font-size: 32px;
		text-align: center;
	}
	.contact
	{
		padding: 10%;
		height: auto;
		width: 100%;
	}

	.desc2
	{
		font-size: 28px;
		padding: 2%;
		line-height: 40px;
	}
	.menu_link
	{
		padding: 5%;
		width: 100%;
		height: 500px;
		text-align: center;
	}
	.menu_link h1{text-align: center;}
	.icon2
	{
		height: 50px;
		width: 50px;
		padding: 5px;
		margin: .5% 5%;
	}
	.desc3
	{
		font-size: 28px;
		padding: 0%;
		margin-left: 12%;
		text-align: center;
		line-height: 50px;
	}
	.social_media
	{
		padding: 5%;
		width: 100%;
		height: auto;
	}
	.footer2
	{
		height: 30px;
		font-size: 12px;
		line-height: 30px;
	}

}