body{
	font-family: 'Poppins', sans-serif !important;
	margin: 0;
}

h1{
	margin: 0 !important;
}
.header img{
	width: 100%;

}
.banner{
background: url(images/bgimg.jpg) no-repeat;

background-size: cover;
padding: 100px 0;
}
.banner2{
	background: url(images/bgimg.jpg) no-repeat;

	background-size: cover;
	padding: 140px 0;


}
.banner2 .banner_txt{
	display: flex;
	justify-content: left;
}
.banner2 .banner_txt h1{
	color: #0d4273;
    font-size: 20px;
    font-weight: bold;

}
.banner_txt{
	background-color: #00bcd4;
	padding: 100px 20px;
}
.banner .cards .cards_heading{
	text-align: center;
	background-color: #00bcd4;
	color: #fff;
	padding: 5px 10px;
}
.banner .cards .cards_img h1{
	color: #fff;
}
.banner .cards .cards_img h1:hover{
	color: #00bcd4;
}
.banner .cards .cards_img a{
	text-decoration: none;
}
.banner .cards .cards_img h1 {
    font-size: 20px;
}
.banner .cards .cards_img {background: url(images/piplupimg.jpg) no-repeat;
	background-size: cover;
	height: 340px;
	display: flex;
    justify-content: left;
    align-items: left;
}
.line2{
	padding-top: 40px;
}


@media (max-width: 768px){
	.line2{
		padding-top: 0;
	}
	.banner .cards .cards_heading{
		margin-top: 20px;
	}
	.banner{padding: 40px 0;}
}