@import url("//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css");
@import url("https://fonts.googleapis.com/css?family=Source Sans Pro");
@import url("https://fonts.googleapis.com/css?family=Abril+Fatface|Poppins");
@import url("https://fonts.googleapis.com/css?family=Spectral|Rubik");
@import url("https://fonts.googleapis.com/css?family=Barlow Semi Condensed");
@import url("https://fonts.googleapis.com/css?family=Basic");
 
 

.engg
{
	/* font-family: 'Basic'; */
	/* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
	font-family: "Poppins", sans-serif;
 
}

.engg-heading
{
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;	
}

.engg h5
{
	background-color: #005b92;
	padding: 3px;
	color:#ffffff;
	font-size: 14px;	
	border: 1px solid #005b92!important;
	margin-bottom: 0px;
}

.box-shadow
{
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5);
}

.engg p
{
	color: #000000;
	font-size: 16px;
}

/* Image list*/

.subtitleul 
{
	list-style-type: none;     
	overflow: hidden;  
	text-align: center;   
	margin-bottom: 10px;
}

.subtitleul .subtitleli 
{
	display: inline-block;
	margin: 5px 5px 50px 5px!important; 
	font-size: 8px!important;
	background-color:transparent!important ; 
	color: #000000!important; 
	/* border-radius: 3px;
	border: 1px solid #8b918e!important; */
	/* box-shadow: 5px 5px 5px 5px rgba(63, 62, 62, 0.5);  */


 
 

}
 
.subtitleli:hover
{
   
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);

 
}

.imgcontainer
{
	height: 180px !important;
	width: 180px !important;
	transition: all 0.25s ease-in-out; 

	


 
}

 

.imgcontainer img
{
	width: 100%;
	
	

	 
}

 
 
 
.imgcontainer h1
{ 
	padding-top: 10px;
	font-size: 15px;
}

.imgcontainer h6
{ 
	padding-top: 10px;
	font-size: 13px;
}
 
 

