/* ---------- Services HERO ------*/

.aboutus-intro-wrapper {
	width: 100%;
	height: 80vh;
	position: relative;
}

.aboutus-intro-img {
	position:absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.aboutus-intro-img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.aboutus-intro-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 40%;
	height: 100%;
	background: linear-gradient(to right,#000, transparent);
	z-index: 2;
}

.aboutus-intro-write {
	position: absolute;
	left:5%;
	top:50%;
	transform: translateY(-50%);
	padding: 20px;
	width: 30%;
	z-index: 3;
}

.aboutus-intro-write p:nth-child(1){
	font-family: "Poppins", san-serif;
	font-size: 30px;
	color: #fff;
}

.aboutus-intro-write p:nth-child(2){
	font-family: "Poppins", san-serif;
	font-size: 18px;
	color: #fff;
	text-align: justify;
}

/* ----------  vision ------ */

.vision-wrapper {
	width: 100%;
	height: 350px;
	display: flex;
	justify-content: center;
}

.vision-statement {
	width: 50%;
	height: 100%;
	padding: 20px 60px 0px 60px;
}

.vision-statement p{
	font-family: "Poppins", san-serif;
	font-size: 14px;
	text-align: justify;
}

/*.vision-statement p:nth-child(2){
	font-family: "Poppins", san-serif;
	font-size: 18px;
	padding: 30px;
	color: #000;
	text-align: center;
	font-weight: bold;
}*/

.leaders {
	width:50%;
	height:100%;
	padding-top: 20px;
}

.pres-statement {
	padding: 10px 80px 0px 80px;
	width: 100%
	height: 100%;
	font-family: "Poppins", san-serif;
}

.pres-statement p:nth-child(1) {
	text-align: justify;
}

.pres-statement p:nth-child(2){
	padding:0;
	margin: 0;
	text-align: center;
}

.pres-statement p:nth-child(3){
	padding:0;
	margin: 0;
	text-align: center;
	font-size: 12px;
}

.leading-head {
	line-height: 40px;
	width: 350px;
	text-align: center;
	margin: 0 auto;
	background: #c21104;
	border-radius: 10px;
	transition: width 200ms ease-in-out;
}

.leading-head:hover{
	width:450px;
}

.leading-head p{
	font-family: "Poppins";
	font-size: 20px;
	font-weight: bold;
	line-height: 50px;
	color: #fff;
}

.leading-img-container {
	width:100%;
	display: flex;
}

.leading-img {
	width: 50%;
	text-align: center;
}

.leading-img img {
	width:200px;
	height:200px;
	padding:10px;
	margin: 10px;
	border:1px solid grey;
	border-radius: 50%;
}

.leading-position {
	width:100%;
	display: flex;
	justify-content: center;
	text-align: left;
}
.leading-position .president  p{
	text-align: left;
	font-family: "Montserrat";
	font-size: 14px;
	font-weight: bold;
	padding:0;
	margin: 0;
	text-align: center;
}

.president {
	margin: 0 auto;
	width: 50%;
}

.leading-position .president  p:nth-child(2){
	font-size: 12px;
	font-weight: normal;
}

/* ------ mission ----- */

.mission-wrapper {
	margin:0px auto;
	width: 95%;
	height: 550px;
	display: flex;
	position: relative;
}

.mission-container {
	width: 100%;
	height: 100%;
	display:grid;
	grid-gap:2px;
	grid-template-columns: 33% 33% 33%;
	margin:0;
	padding:0;
}

.mission-item1 {
	padding:30px 30px;
}

.mission-item1 p{
	margin: 10px 10px;
	font-family: "Montserrat";
	font-size: 24px;
	font-weight: bold;
}

.mission-item1 p:nth-child(2){
	font-size: 14px;
	font-weight: normal;
	color: #000;
}


.mission-item2 {
	background-color:#a4e2f5;
	width:100%;
	height: 275px;
	text-align: center;
	position:relative;
	transition: background-color 200ms ease-in;
	overflow: hidden;
}

.mission-img {
	height: 275px;
	width: 100%;
	margin-bottom: 0px;
	position: absolute;
	top:0;
	left:0;
}

.mission-img img{
	height: 200px;
	width: 200px;
	object-fit: contain;
}	

.mission-img p{
	font-family: "Montserrat";
	font-size: 18px;
	margin:0px;
	padding-top: 5px;
}


.mission-item3 {
	background-color: #2f9687;/
	width: 100%;
	height: 275px;
	text-align: center;
	position: relative;
	transition: background-color 200ms ease-in;
	overflow: hidden;
}


.mission-item4 {
	background-color: #a61d02;
	width: 100%;
	height: 275px;
	text-align: center;
	position: relative;
	transition: background-color 200ms ease-in;
	overflow: hidden;
}


.employee-overlay {
	position: absolute;
	top:-30%;
	left: -10%;
	opacity: 0;
	width: 100%;
	height: 150%;
	transition: background-color 300ms ease-in;
	transition: opacity 300ms ease-in;
	z-index: 2;
	padding: 20px 0;
	border-radius: 50% 50%;

}	

.mission-statement {
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	width: 80%;
	margin: auto 20px;
}

.mission-statement p {
	font-family: "Montserrat";
	font-size: 16px;
	text-align: center;
	color: #fff;
	margin: 0 20px 20px 20px;
}

.mission-statement button{
	padding:5px;
	background: orange;
	color:#fff;
	font-family: "Poppins", san-serif;
	width: 120px;
	border: none;
	transition: width 500ms;
	cursor: pointer;
}


.mission-statement button:hover{
	width:150px;
}

.employee-overlay:hover {
	opacity: 1;
	background: rgba(0,0,0,.7)
}

.mission-item5 {
	background-color:#dbb856;
	width: 100%;
	height: 275px;
	text-align: center;	
	position: relative;
	transition: background-color 200ms ease-in;
	overflow: hidden;
}


.mission-item6 {
	background-color:#e043a2;
	width: 100%;
	height: 275px;
	text-align: center;	
	position: relative;
	transition: background-color 200ms ease-in;
	overflow: hidden;
}



/*----------- media queries ---*/

@media only screen and (max-width: 414px) {

	.aboutus-intro-overlay {
		position: absolute;
		left: 0;
		top: 0;
		width: 90%;
		height: 100%;
	}

	.aboutus-intro-write {
		position: absolute;
		padding: 10px;
		width: 70%;
	}

	.aboutus-intro-write p:nth-child(1){
		font-size: 26px;
	}

	.aboutus-intro-write p:nth-child(2){
		font-size: 14px;
	}


	/* ----------  vision ------ */

	.vision-wrapper {
		height: 600px;
		display: block;
	}

	.vision-statement {
		padding: 20px;
		width: 90%;
		height: auto;
		margin: 0;
	}

	.leaders {
		width:100%;
		height: auto;
		padding: 0;
		margin: 0;
	}

	.pres-statement {
		padding: 0 20px;
		margin: 0;
		width: 90%;
	}

	.pres-statement p:nth-child(1) {
		padding: 0 20px;
		text-align: justify;
	}

	/*--- mission ---- */

	.mission-wrapper {
		height : auto;
	}

	.mission-container {
		width: 100%;
		height: auto;
		display:block;
		margin:0;
		padding:0;
	}


	.mission-item1 {
		padding: 20px 20px;
	}


	.mission-statement {
		width: 100%;
		margin: 0;
	}

	.mission-statement button:hover{
		width:50%;
	}

	.employee-overlay:hover {
		opacity: 1;
		background: rgba(0,0,0,.7)
	}

	.employee-overlay {
		position: absolute;
		top:0;
		left: 0;
		opacity: 0;
		width: 100%;
		height: 100%;
		padding: 0;
		border-radius: 0;

	}	

}

