.bg-purple {
	background-color: #2e1a47;
	color: #ffffff;
}
#factsandfigures{
	background: url(../images/wheretopark-bg.svg) no-repeat right 0 #d62726;
    background-size: auto;
background-size: cover;
	}
.padding-section1 {
	padding: 90px 0;
}
.bg-purple h1, .bg-purple .hd-type1 {
	color: #ffffff;
}
.custom-grid1 > .custom-col1 {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}
.inner-custom-grid {
	padding-left: 48px;
}
.custom-grid2 > .custom-col1 {
	-ms-flex: 0 0 44%;
	flex: 0 0 44%;
	max-width: 44%;
}
.custom-grid2 .custom-col2 .purple-gridbox {
	padding-left: 100px;
}
.purple-gridbox {
	font-size: 16px;
	line-height: 1.56;
}
.purple-gridbox .purple-iconbox {
	display: block;
	margin-bottom: 20px;
}
.purple-gridbox .white-hd1 {
	font-size: 22px;
	line-height: 30px;
	font-weight: bold;
}
.purple-gridbox .white-hd2 {
	font-size: 55px;
	line-height: 60px;
	font-weight: bold;
	margin-bottom: 10px;
}
.row.custom-grid2 {
	margin-bottom: 65px;
}
.row.custom-grid2:last-child {
	margin-bottom: 0;
}
@media (max-width:992px){
.padding-section1 {
	padding: 50px 0;
}
.custom-grid1 > .custom-col1 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.inner-custom-grid {
	padding-left: 0;
}
.custom-grid2 > .custom-col1 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.custom-grid2 .custom-col2 .purple-gridbox {
	padding-left: 0;
}
.row.custom-grid2 {
	margin-bottom: 30px;
}
.purple-gridbox .white-hd2 {
	font-size: 45px;
	line-height: 50px;
}
}
@media (max-width:767px){
.padding-section1 {
	padding: 30px 0;
}
}
@media (max-width:567px){
.custom-grid2 > .custom-col1 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.row.custom-grid2 {
	margin-bottom: 0;
}
.purple-gridbox {
	margin-bottom: 20px;
}
.row.custom-grid2:last-child .custom-col2 .purple-gridbox {
	margin-bottom: 0;
}
.purple-gridbox .purple-iconbox {
	margin-bottom: 10px;
}
}