.home{
	background-image: url("../images/about3.png");
	background-repeat: no-repeat;
	background-size: 100% auto	;
	width: 93%;
    left: 3%;
    height: 892px;

}
.home2{
	background-image: url("../images/about3.png");
	background-repeat: no-repeat;
	background-size: 100% auto	;
	width: 93%;
    left: 3%;
    height: 892px;
}
h1, h2, h4{
	color:#ffffff;
   
   }
.pt-5, .py-5 {
    padding-top: 8rem!important;
}
.img-fluid {
    max-width: 130%;
    height: auto;
}
.col-md-3 img {
	max-width: 188%;
	height: auto;
}
@media screen and (max-width: 1366px)
{
	.pt-5, .py-5 {
		padding-top: 9rem!important;
	}
	.home{
		background-repeat: no-repeat;
		background-size: 100% 90%;
	}
	.home2{
		background-repeat: no-repeat;
		background-size: 100% 90%;
	}
	.img-fluid {
		max-width: 120%;
		height: auto;
	}
	.col-md-3 img {
		max-width: 125%;
		height: auto;
	}
	h1 {
		font-size: 48px;
	}
	.lead {
		font-size: 1rem;
		font-weight: 300;
	}

}
@media screen and (max-width: 1024px)
{
	.pt-5, .py-5 {
		padding-top: 9rem!important;
	}
	.home{
		background-repeat: no-repeat;
		background-size: 100% 80%;
	}
	.img-fluid {
		max-width: 140%;
		height: auto;
	}
	h1 {
		font-size: 48px;
	}
	.lead {
		font-size: 0.95rem;
		font-weight: 300;
	}
	.col-md-3 img {
		max-width: 100%;
		height: auto;
	}
}