/* Layout for search container */
.search {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.js .search {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}

.js .search::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
}

.btn--search-close {
	font-size: 2em;
	position: absolute;
	top: 1.25em;
	right: 1.25em;
	display: none;
}

.js .btn--search-close {
	display: block;
}

.search__form {
	margin: 5em 0;
}

.search__input {
	font-family: inherit;
	font-size: 10vw;
	line-height: 1;
	display: inline-block;
	box-sizing: border-box;
	width: 75%;
	padding: 0.05em 0;
	color: #eaba82;
	border-bottom: 5px solid;
}

.search__input::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #4a319e;
}

.search__input::-moz-placeholder {
	opacity: 1;
	/* Mozilla Firefox 19+ */
	color: #4a319e;
}

.search__input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #4a319e;
}

.search__input::-webkit-search-cancel-button,
.search__input::-webkit-search-decoration {
	-webkit-appearance: none;
}

.search__input::-ms-clear {
	display: none;
}

.search__info {
	font-size: 90%;
	font-weight: bold;
	display: block;
	width: 75%;
	margin: 0 auto;
	padding: 0.85em 0;
	text-align: right;
	color: #eaba82;
}

.search__related {
	display: flex;
	width: 75%;
	text-align: left;
	pointer-events: none;
}

.search__suggestion {
	width: 50%;
}

.search__suggestion:first-child {
	padding: 0 2em 0 0;
}

.search__suggestion:last-child {
	padding: 0 0 0 2em;
}

.search__suggestion h3 {
	font-size: 1.35em;
	margin: 0;
}

.search__suggestion h3::before {
	content: '\21FE';
	display: inline-block;
	padding: 0 0.5em 0 0;
}

.search__suggestion p {
	font-size: 1.15em;
	line-height: 1.4;
	margin: 0.75em 0 0 0;
}

/************************/
/* Transitions 			*/
/************************/

.js .main-wrap {
	position: relative;
	transition: transform 0.5s;
}

.js .main-wrap--move {
	transform: scale3d(0.7,0.7,1);
}

.js .main-wrap--move .btn--search {
	pointer-events: none;
	opacity: 0;
}

.js .search {
	pointer-events: none;
}

.js .search--open {
	pointer-events: auto;
}

.js .search::before {
	opacity: 0;
	transition: opacity 0.5s;
}

.js .search--open::before {
	opacity: 1;
}

/* Close button */
.btn--search-close {
	opacity: 0;
	transition: opacity 0.5s;
}

.search--open .btn--search-close {
	opacity: 1;
}

/* Search form with input and description */

.search__suggestion,
.search__info {
	opacity: 0;
	transform: translate3d(0, 50px, 0);
	transition: opacity 0.4s, transform 0.4s;
}

.search--open .search__suggestion,
.search--open .search__info {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.search--open .search__suggestion:first-child {
	transition-delay: 0.15s;
}

.search--open .search__suggestion:nth-child(2) {
	transition-delay: 0.2s;
}

.js .search__input {
	transform: scale3d(0,1,1);
	transform-origin: 0% 50%;
	transition: transform 0.3s;
}

.js .search--open .search__input {
	transform: scale3d(1,1,1);
	transition-duration: 0.5s;
}

@media screen and (max-width: 40em) {
	.btn--search-close {
		font-size: 1.25em;
	}
	.search__suggestion {
		font-size: 80%;
		width: 100%;
	}
	.search__suggestion:nth-child(2),
	.search__suggestion:nth-child(3) {
		display: none;
	}
}
.leadershipDiv{width: 100%; float: left;padding: 45px 0; min-height: 950px}
 .leadershipHdng{width: 100%; float: left; margin-bottom: 55px}
.leadershipDiv .section_heading.center{padding-bottom: 15px}
.leadershipDiv .section_heading.center h2{text-transform: uppercase;}
.leadershipDivCnt{width: 100%; float: left;}
.leadershpTp{width: 90%; margin: 0px auto}
._mrPuri{width: 340px; height: 445px; background: #eef7d4; float: left; -webkit-box-shadow: 4px 6px 5px 0px rgba(201,201,201,1);
-moz-box-shadow: 4px 6px 5px 0px rgba(201,201,201,1);
box-shadow: 4px 6px 5px 0px rgba(201,201,201,1); -webkit-border-radius:4px; -moz-border-radius:4px; border-radius: 4px}
._mrPuriImg{width: 100%; float: left;}
._mrPuriImg  img{-webkit-border-top-left-radius:4px; -moz-border-top-left-radius:4px; border-top-left-radius: 4px; -webkit-border-top-right-radius:4px; -moz-border-top-right-radius:4px; border-top-right-radius: 4px; width: 100%}
._mrPuriCnt{width: 100%; float: left; padding: 15px 10px; text-align: center;}
._mrPuriCnt h3{font-size: 19px; font-weight: 600}
._mrPuriCnt h3 span{display: block; font-size: 17px; color: #5e5e5f}
._mrPuriCnt p{font-size: 13px; font-weight: normal;}
._mrNishank{float: right;}
.leadershipDivBtmCnt{width: 100%; float: left; padding: 45px 0}
.leadershipDivBtmCnt h2{ font-size: 24px; text-align: center; margin-top: 25px }
.leaderMbrDiv{width: 100%; float: left;  margin-top: 45px; margin-bottom: 55px}
.leaderMbrDiv table{border:1px solid #999; margin: 0px auto; width: 65%; text-align: center;}
.leaderMbrDiv table th{text-align: center; background: #197c74; color: #fff; font-size: 20px}
.leaderMbrDiv table tr:nth-child(2n+2){background: #eef7d4}
.ldrCmtBtmTwo{width: 65%; margin: 0px auto; margin-top: 0px; }
.prgrmMngmtDiv{width: 357px; float: left;}
.prgrmMngmtDiv ul{padding: 0; margin: 0; list-style-type: none;}
.prgrmMngmtDiv ul li{width: 100%; float: left;}
.prgrmMngmtDiv ul li h2{font-size: 18px; font-weight: 600}
.prgrmMngmtDiv table th{text-align: center; background: #197c74; color: #fff}
.prgrmMngmtDiv table tr{text-align: center;}
.prgrmMngmtDiv table tr:nth-child(2n+1){background: #eef7d4; }
.prgrmMngmtDiv table{border:1px solid #ccc;}
._prgrmMngTwo{margin-left: 25px}
.ldrCmtBtmTwo_btm{width: 100%; float: left; margin-bottom: 95px}
.prgrmMngmtDiv li table td span{font-weight: 600}
.prgrmMngmtDiv li table{border:1px solid #333!important;}
.prgrmMngmtDiv li table tr td{border-top: transparent!important;}
.aboutUsDiv{width: 100%; float: left; margin-bottom: 95px}
.aboutUsDiv h3{font-size: 22px; color: #11898e; font-weight: 600}
.aboutVisionDiv{width: 100%; float: left; margin-bottom: 25px;}
.contUsCntDiv{width: 100%; float: left;}
.cntLftDiv{width: 50%; float: left; padding-left: 15px; padding-right: 15px}
.cntLftDivIn{width: 100%; float: left;border:1px solid #ccc;}
.cntRgtDivIn{width: 100%; float: left; text-align: center; padding-top: 55px}
.cntRgtDivIn h3{font-size: 18px}
.cntRgtDivIn h3 a{color: #0c8280; text-decoration: underline;}
.cntRgtDivIn p a{color: #0c8280; text-decoration: underline;}
.cntRgtDivIn h2{font-size: 22px; font-weight: 600; margin: 10px 0 10px 0}
.visionLft{width: 50%; float: left;}
.visionLft p{line-height: 28px}
.visionRgt{width: 50%; float: left; text-align: center;}
.visionRgt img{width: 250px}
.visionRgt span{display: block; color: #11898e}

@media only screen and (max-width: 767px){
	.visionLft{width: 100%; float: left;}
	.visionRgt{width: 100%; text-align: left;}
	.leadershpTp{width: 100%; float: left;}
	._mrPuri{width: 100%; float: left;}
	._mrNishank{margin-top: 35px}
	.leadershipDivBtmCnt h2{font-size: 17px}
	.leaderMbrDiv{margin-top: 17px}
	.leaderMbrDiv table th{font-size: 16px!important}
	.leadershipDivBtmCnt{padding-bottom: 0px}
	.ldrCmtBtmTwo{width: 100%; float: left;}
	.prgrmMngmtDiv{width: 100%; float: left;}
	._prgrmMngTwo{width: 100%; float: left; margin-left: 0; margin-top: 25px}
	.leadershipHdng{margin-bottom: 15px}
	.cntLftDiv{width: 100%}
	.cntRgtDiv{margin-bottom: 95px}
	.cntRgtDivIn h2{font-size: 16px}
}