.inst{
	width: 100%;
}
.hcrr{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	padding: 20px 0px 10px 0px;
}
.hcrr a{
	text-decoration: none;
	font-family: Muli;
	font-weight: bold;
	color: #37374C;
}
.aboutcrr{
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	background-color: white;
}
.aboutcrr p{
	font-family: Muli;
	font-size: 14px;
	text-align: justify;
	line-height: 26px;
	padding: 0px 30px 20px 30px;
}
.people{
	height: 300px;
	margin-top: 10vh;
	width: 1100px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
}
.pimg1{
	height: 300px;
	width: 300px;
	background-image: url("images/Director.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	display: flex;
}
.pimg2{
	height: 300px;
	width: 300px;
	background-image: url("http://people.iitr.ernet.in/facultyphoto/mshrifeq_ffAMV0T.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	display: flex;
}
.pimg3{
	height: 300px;
	width: 300px;
	background-image: url("http://people.iitr.ernet.in/facultyphoto/jeevafcy_mtKEHPY.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	display: flex;
}
.pimg4{
	height: 300px;
	width: 300px;
	background-image: url("http://people.iitr.ernet.in/facultyphoto/sshmefme_txQOD8D.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	display: flex;
}
.pimg5{
	height: 300px;
	width: 300px;
	background-image: url("http://people.iitr.ernet.in/facultyphoto/chikermane.fce_DGGobsS.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	display: flex;
}
.pimg6{
	height: 300px;
	width: 300px;
	background-image: url("http://people.iitr.ernet.in/facultyphoto/yogenfeq_jTn73zb.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	display: flex;
}
.pimg7{
	height: 300px;
	width: 300px;
	background-image: url("img/people6.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	display: flex;
}
.aboutprof{
	height: 250px;
	width: 800px;
	margin-top: auto;
	margin-bottom: auto;
	background-color: white;
	display: flex;
	flex-direction: column;
	position: relative;
}
.pname{
	padding: 10px;
	padding-bottom: 5px;
}
.pname a{
	text-decoration: none;
	font-family: Muli;
	color: #37374C;
	font-size: 24px;
}
.pp{
	padding: 20px 0px 20px 10px;
}
.pp h1{
	font-family: Muli;
	font-size: 14px;
}
.dep{
	padding: 10px;
}
.dep h1{
	font-family: Muli;
	font-size: 14px;
}
.pi{
	padding: 30px 0px 10px 10px;
	display: flex;
	flex-direction: row;
}
#pi_ h1{
    font-family: Muli;
    font-weight: bold;
    font-size: 14px;
    color: #37374C;
}
#pis p{
    font-family: Muli;
    font-size: 14px;
    text-align: left;
}
.demail{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding:0px 10px 20px 10px;
	position: absolute;
	bottom: 0px;
}

.demail span{
	font-family: Muli;
	font-size: 14px;
}
.pemail{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding:90px 10px 20px 10px;
}
.pemail span{
	font-family: Muli;
	font-size: 14px;
}