.logo_img{
	width:30%;
	height: auto;
}


#alumni_form .form-control{
	height: 40px;
	font-size: 14px;
	padding-left: 10px;
}
#alumni_form textarea.form-control {
	height: 75px;
	font-size: 14px;
	padding: 5px 5px 10px 10px;
}
#alumni_form label{
	font-size: 14px;
	color:#333;
}

@media(max-width: 767px)
{
	.logo_img{
	width: 60%;
	height: auto;	
	}

.images {
position: relative;
}
.images p {
font-size: 13px;
padding: 10px;
margin-left: 18px;
margin-right: 20px;
line-height: 20px;
color: #fff;
width:90%;
height: auto;
background-color:rgba(1,1,23,0.65);
position: absolute;
bottom:0;

}
}


.text{
	font-size: 14px;
	text-align: justify;
}

.single-gallery-image {
	/*width: auto;*/
	height: 200px;
	margin-bottom: 30px;
	background-repeat: no-repeat !important;
	background-size: cover;
	background-position: center center !important;

}


@media(min-width:992px){
.in-0{
	text-indent: 0px;
}
.in-1{
	text-indent: 50px;
}
.in-2{
	text-indent: 75px;
}
.in-3{
	text-indent: 100px;
}
.single-gallery-image {
	/*width: auto;*/
	height: 200px;
	margin-bottom: 30px;
	background-repeat: no-repeat !important;
	background-size: cover;
	background-position: center center !important;
}

.images {
position: relative;
}
.images p {
font-size: 13px;
padding: 10px;
margin-left: 18px;
margin-right: 20px;
line-height: 20px;
color: #fff;
width:90%;
height: auto;
background-color:rgba(1,1,23,0.65);
position: absolute;
bottom:0;

}
}

@media(max-width:480px){
.images {
	width: 100%;
position: relative;
}
.images p {
font-size: 10px;
padding: 5px;
margin-left: 10px;
/*margin-right: 5px;*/

color: #fff;
width:85%;
height: auto;
background-color:rgba(1,1,23,0.65);
position:absolute;
bottom:0;
text-align: center;

}
}
.float{
	position:fixed;
	/*width:auto;
	height:60px;*/
	bottom:40px;
	right:40px;
	/*background-color:#f7631b;*/
	color:#FFF;
	border-radius:50px;
	text-align:center;
	/*box-shadow: 2px 2px 3px #999;*/
	z-index: 99;
}

.my-float{
	margin-top:22px;
}

label{
	font-weight: 600;
	color:#333;
	text-transform: uppercase;
}