body{
	color:#797979 !important;
	font-family: verdana !important;
}



section #page_banner {
    background: url(../img/test_banner.gif) no-repeat fixed 50% center;
    margin: 0 auto;
    background-size: cover;
}

.indus-parent-container{
	background:rgb(244, 244, 244);
}

.content-heading{
	text-align:center;
    margin-top: 20px;
	margin-bottom: 20px;   
    line-height: 24px;
    color: #797979;
}

.indus-item {
	position: relative;
	text-align: center;	
}

.indus-item-text{ 	
	position: absolute;
    top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 30px; 
	font-weight: 900; 
	color: #ffc000;
}

.thumbnail-container {padding: 5px; text-align: center;}
.indus-img{
	width: 95%;
	height: 95%;
	border-radius: 4px;
	opacity:0.9;
}
/*-----------Top banner css-----------*/
.heading-banner{
    font-size: 36px;
    line-height: 36px;
    margin: 24px 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: white;
}
.banner-content{
    font-size: 20px;
    color: #fff;
    margin-bottom: 25px;
}
.banner-block {
    width: 550px;
}
