.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	font-family:'Poppins', sans-serif;
}
h1 {
    font-size: 2.5rem;
	color: #000;
	text-align: center;
	font-weight: bold;
	margin-top: 80px;
}
h2 {
    font-size: 2rem;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    color: #343435;
    margin-bottom: 10px;
}
@media (max-width: 768px) {
	h1 {
		text-align: center;
		font-weight: bold;
		margin-top: 10px;
	}
	h2 {
		text-align: center;
		color: #343435;
		margin-bottom: 50px;
	}
}
p {
    font-family: 'Work Sans', sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 30px;
    text-align: center;
    color: #646466;
}
body {
        background: #dbe2fa;
		margin: 0;
		padding: 0;
}
*{
	margin: 0;
	padding: 0;
}
.outer{
			width: 100%;
			height: 100vh;
			text-align: center;
			vertical-align: middle;
			display: flex;
		}
.container {
    max-width: 1140px;
	vertical-align: middle;
	
}

.construction-sec {
	position: relative;
    height:auto;
    padding: 40px 20px;
	margin: auto;
}
.subpage-sec p{
	text-align: justify;
	max-width: 700px;
	margin: 0 auto;
}

.center{
	margin: auto;
}

