@charset "utf-8";
/* CSS Document */







.bg
{
	height: auto;
	width: 100%;
	padding-top: 50px;
	margin:0px;
	background:#ECECEC;
}
.bg2
{
	height: auto;
	width: 100%;
	background: white;
}
.bg3
{
	height: 650px;
	width: 90%;
	margin: 0% 5%;
	padding: 10px;
	border-radius: 8px;
	background: white;
}
.header
{
	height: 50px;
	width: 90%;
	background:white;
	margin: auto;
	text-align: center;
}
.logo{margin-top: 5px; 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
{
/*	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;
}


/*
.banner
{
	background-image:url("../images/backgroundimg4.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 800px;
	padding: 15% 18% 0%;
	color: white;
	
}
.banner p
{
	font-size: 28px;
	text-align:center;
	margin: auto;
	margin-top: 60px;
	margin-bottom: 20px;
}

*/




/* Slideshow container */
.slideshow-container {
  /*max-width: 1000px;*/
	width: 100%;
	height: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text 
{
	color: white;
	font-size: 28px;
	font-weight: 600;
	text-align: center;
	margin:0% 30%;
	top: 230px;
	position: absolute;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0px 2px 50px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .6}
  to {opacity: 1}
}



.knowmore
{
	height: 50px;
	width: 180px;
	margin:0% 30%;
	padding: 2% 3%;
	color:  darkred;
	background: white;
	font-size: 16px;
	text-align: center;
	line-height: 50px;
	border:3px solid white;
	border-radius: 30px;
}
.knowmore:hover
{
	/*background:  #501415;*/
	background:  darkred;
	color: white;
	border:3px solid darkred;
	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: fade2 2s ease forwards;
	animation-timeline:view();
}
.aboutus h1
{
	margin: 20px 15px;
	font-size: 42px;
}
.text2 p
{
	line-height: 30px;
	font-size: 18px;
	font-weight: 600;
}
.image img{border-radius: 8px;}

@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: 550px;
	width: 50%;
	margin-bottom: 20px;
	padding: 0;
	float: left;
	background-image: url(..\images\breadcrumbs-bg.jpg);
	animation: fade2 2s ease forwards;
	animation-timeline:view();
}

.bghead
{
	height: 200px;
	margin: 0% 37.5%;
	text-align: center;
	align-items: center;
	background-color: rgba(255, 255, 255, 0);
}
.bghead h1{margin:auto;line-height: 200px;}
.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
{
	padding: 0px 10px;
	margin: 0% 5%;
	width: 90%;
	height: auto;
	background: white;
	margin-bottom: 20px;
	text-align: justify;
	align-items: center;
	line-height: 30px;
	font-size: 18px;
}
.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;
	font-size: 42px;
}
.service
{
	width: 31.333333333333333%;
	height: 400px;
	border-radius: 8px;
	font-weight: 600;
	background: white;
	margin: 1%;
	padding: 1%;
	
}
.service img
{
	width: 100%;
	height: 80%;
	margin-bottom: 30px;
	border-radius: 4px;
}

.gallery
{
	height: 1800px;
	margin-bottom: 20px;
	animation: fade2 2s ease forwards;
	animation-timeline:view();
}
.gallery h1
{
	text-align: center;
	margin: auto;
	margin-bottom: 50px;
	font-size: 42px;
}
.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: 50px;
	align-content: center;
	text-align: center;
	animation: fade2 2s ease forwards;
	animation-timeline:view();
}
.teams h1
{
	margin: 50px auto;
	text-align: center;
	font-size: 42px;
}
.team
{
	width: 30%;
	height: 500px;
	background:rgba(0,0,0,0.00);
	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;
	font-size: 42px;
}
.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: darkred;
}
.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;
	font-weight: 600;
	text-align: center;
	line-height: 20px;
}

#btn
{
	position: fixed;
	bottom:20px;
	right: 30px;
	z-index: 99;
	border: none;
	outline: none;
	background-color:darkred;
	color: white;
	cursor: pointer;
	padding: 12px 15px;
	font-size: 18px;
}
#btn:hover{background-color:#2C2C2C;}
#btn img{width: 25px;height: 25px;}



@media screen and (max-width:1280px)
{
	.bg3{height: 1600px;}
	.header{height: 90px;}
	.menu{text-align: end; display: none;width: 10%}
	.logo img
	{height: 75px !important; width: 150px!important;margin-top:5px;}
	.menutoggle
	{display: block;width: 40%;}
	.menutoggle img
	{height: 75px !important;width: 75px !important;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;}
	.slideshow-container {height: 800px;}
	.text{top: 120px;font-size: 38px;}
	.knowmore
	{
		padding: 12px;
		margin:auto;
		font-size: 21px;
	}
	.aboutus{height: 1800px;}
	.aboutus h1{margin: 0px 15px;}
	.text2{width: 90%;padding: 15px;margin: 0% 5%;}
	.text2 p{font-size: 28px; font-weight: 200; line-height: 40px;text-align: justify;}
	.image{margin-top: 50px;width: 100%;}
	.visionmission
	{
		height: 800px;
		width: 100%;
		font-size: 21px;
	}
	.para p{font-size: 28px;font-weight: 200;line-height: 40px;}
	.services{height: 5400px;animation: none;}
	.service
	{
		width: 100%;
		height: 850px;
		font-size: 28px;
	}
	.service img{height:90%;}
	.gallery{height: 5000px;animation: none;}
	.gal-image
	{
		width: 50%;
		margin-bottom: 60px;
	}
	
	.team
	{
		width: 30%;
		height: 400px;
	}
	.teamimg
	{
		width: 100%;
		height: auto;
		float: left;
	}
	.testimonials
	{
		width: 80%;
		height: 2000px;
	}
	.testimonials h2
	{
		margin-bottom: 30px;
		font-size: 36px;
	}
	.testimonials p{font-size: 28px;font-weight: 200;}
	.testimonial
	{
		height: 400px;
		width: 98%;

	}
	.testimonial img
	{
		height: 150px;
		width: 150px;
		margin-right: 20px;
		float: left;
	}
	.footer
	{
		height: 1950px;

	}
	.footer h1
	{
		margin-top: 15px;
		margin-bottom: 50px;
		font-size: 42px;
		text-align: center;
	}
	.contact
	{
		padding: 10%;
		height: auto;
		width: 100%;
	}

	.desc2
	{
		font-size: 26px;
		padding: 2%;
		line-height: 30px;
	}
	.menu_link
	{
		padding: 5%;
		width: 100%;
		height: 500px;
		text-align: center;
	}
	.icon2
	{
		height: 50px;
		width: 50px;
		padding: 5px;
		margin: .5% 5%;
	}
	.desc3
	{
		font-size: 26px;
		padding: 0%;
		margin-left: 12%;
		text-align: center;
		line-height: 40px;
	}
	.social_media
	{
		padding: 5%;
		width: 100%;
		height: auto;
	}
	.footer2
	{
		height: 10px;
		font-size: 6px;
		line-height: 10px;
	}
}



@media screen and (max-width:992px)
{
	.slideshow-container{height: 600px;}
	.text{top:120px;font-size: 28px;}
	.knowmore{margin:auto;}
	.aboutus{height: 1600px;}
	.bghead h1{font-size: 32px;}
	.gallery{height: 4400px;}
	.teams{height: 500px;}
	.teamimg
	{
		width: 100%;
		height: auto;
		float: left;
	}
	.testimonial{height: 450px;}
}
@media screen and (max-width:768px)
{
	.bg3{height: 1600px;margin-bottom: 20px;padding:0px;}
	.menu{text-align: end; display: none;width: 10%}

	.menutoggle
	{display: block;width: 40%;}
	.menutoggle-content
	{
		padding: 20px;
		width: 50%;
		right: 0;
		position: fixed;
		font-size: 28px;
		line-height: 80px;
	}
	.menutoggle-content a:hover{color: darkred;}
	.slideshow-container {height: 600px;}
	.text{font-size: 28px;top: 50px;}
	.knowmore
	{
		padding: 15px;
		font-size: 14px;
	}
	.aboutus
	{
		height: 1400px;
		margin: auto;
		padding: 50px 0px;
		width: 100%;
	}
	.text2 {width: 90%;margin:0% 5%;}
	
	.text2 p{font-size:18px;line-height:25px;}
	.image
	{
		margin: 20px 0px;
		width: 100%;
	}
	.visionmission
	{
		height: 800px;
		width: 90%;
		font-size: 21px;
	}
	.para p{width:100%;margin-left:6%;font-size:18px;line-height:25px;}
	.bghead{width: 50%;margin-left:30%;}
	.services{height: 4000px;animation: none;}
	.service
	{
		width: 100%;
		height: 600px;
		font-size: 28px;
	}
    .service img
    {
    	width: 100%;
    	height: 75%;
    	margin-bottom: 10px;
    }
	.gallery{height: 3200px;animation: none;}
	.gallery h1{margin: 1% 35%;}
	.gal-image
	{
		width: 50%;
		margin-bottom: 50px;
	}
	.teams{height: 2400px;}
	.team h2{font-size: 38px;}
	.team
	{
		width: 98%;
		height: 700px;
	}
	.team img
	{
		width: 80%;
		height: 65%;
		margin-top: 50px;
	}
	.testimonials
	{
		width: 80%;
		height: 1600px;
	}
	.testimonials h1
	{
		margin:50px auto;
		font-size: 38px;

	}
	.testimonials p{font-size: 18px;}
	.testimonial
	{
		height:300px;
		width: 98%;
	}
	.testimonial img
	{
		height: 80px;
		width: 80px;
		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: 26px;
		padding: 2%;
		line-height: 35px;
	}
	.menu_link
	{
		padding: 5%;
		width: 100%;
		height: 500px;
		text-align: center;
	}
	.icon2
	{
		height: 50px;
		width: 50px;
		padding: 5px;
		margin: .5% 5%;
	}
	.desc3
	{
		font-size: 26px;
		padding: 0%;
		text-align: center;
		line-height: 40px;
	}
	.social_media
	{
		padding: 5%;
		width: 100%;
		height: auto;
	}
	.footer2
	{
		height: 10px;
		font-size: 6px;
		line-height: 10px;
	}
	
	
}

@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;}
    .text{top:80px;font-size: 18px;}
    .knowmore{padding:12px;}
    .aboutus h1{font-size:26px;}
	.text2{font-size: 12px;}
	.para p{font-size: 18px;}
	.services{height:2800px;}
	.services h1{font-size:26px;}
	.service{height:400px;font-size:21px;}
	.gallery h1{font-size:26px;margin-left:35%;}
	.gal-image{margin-bottom:20px;}
	.teams h1{font-size:26px;}
	.team{width:80%;margin:0% 10%;}
	.team h2{font-size:23px;}
	.testimonials h1{font-size:26px;}
    .testimonial h2{font-size:21px;}
	.footer{font-size: 18px;}
	.footer h1{font-size:26px;}
}

@media screen and (max-width:432px)
{
    .bg3{height:1500px;}
    .header{height:50px;}
    .logo img{height:40px !important; width:80px !important;}
    .menutoggle img{height:40px !important; width:40px !important;margin-top:7px;}
    .menutoggle-content{font-size:18px;line-height:50px;text-align:center;}
    .slideshow-container{height:400px;}
    .knowmore{padding:10px;}
    .aboutus{height:950px;}
    .aboutus h1{font-size:24px;}
    .text{top:30px;}
    .visionmisson{height:500px;}
    .services{height:2600px;}
    .services h1{font-size:24px;}
    .service{font-size:18px;}
    .service img{margin-bottom:10px;}
    .gallery{height:2200px;}
    .gallery h1{font-size:24px;margin-left:35%;}
    .gal-image{margin-bottom:20px;}
    .teams{height:1350px;}
    .teams h1{font-size:24px;}
    .team{height:400px;}
    .team h2{font-size:24px;}
    .testimonials{height:1500px;}
    .testimonials h1{font-size:24px;}
    .testimonial h2{font-size:21px;}
    .testimonial{height:300px;margin-bottom:20px;}
    .footer{height:1500px;}
    .desc2{font-size:18px;}
    .desc3{font-size:18px;font-weight:600;}
    .icon2{padding:10px;}
}
