.messgae-cntnt-wrp p{
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 27px;
	color: #666666;
	margin: 0 0 30px 0;
}
.inner-cntnt-page{
	margin:50px 0;
}
.inner-cntnt-page h4{
	font-family: 'PT Sans', sans-serif;
	font-size: 22px;
	color: inherit;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
	padding: 10px 0 7px 0 !important;
}

.inner-cntnt-page p{
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 27px;
    color: #666666;
    margin: 0 0 30px 0;

}
.inner-sub-header h3{

font-size: 42px;

font-weight: normal;

line-height: 50px;

color: #d55a2b;

margin: 0;

font-family: 'Sorts Mill Goudy', serif;

margin-bottom: 0;

text-transform:uppercase;
}

.inner-sub-header p{
	  font-size: 14px;
  padding: 5px 0;
  color: #2a84dd;
  line-height: 1.8em;
}
.prncpl-img{
    width: 300px;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    border: 5px solid #2a84dd;
    position: relative;
}


.prncpl-name{
    width: 100%;
    background-color: #2a84dd;
    text-align: center;
    font-size: 20px;
    padding: 8px 10px;
    position: absolute;
    bottom: -11px;
    color: #fff;
}


/***************************************** students-extra *************************************************/
.students-extra{padding:60px 0 100px}
.std-img-box {
    width: 230px;
    height: 230px;
    overflow: hidden;
    border-radius: 50%;
    margin: 25px auto;
}

.std-img-box img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

.topper-class {
    text-align: center;
    margin-top: 15px;
    max-width: 260px;
    min-height:400px;
}

.students-extra-box .topper-class:last-child {
    float: left;
}

.topper-class h4 {
    font-weight: 400;
}

.std-img-box+h4 {
    color: #008bf6;
    margin-bottom: 10px;
}

.std-img-box+h4+p {
    font-weight: 300;
    font-size: 18px;
}