body{
	margin:0;
	padding:0;
	background:#fff;
}
.caption {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    color: white;
    font-weight: bold;
}
.banner{
	position: relative;
	height: 70vh;
	width:100%;
	background:linear-gradient(rgba(238, 232, 213, 0.3),rgba(238, 232, 213, 0.3)),url('../../img/img.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color:#fff;
}
.banner .info{
	position: absolute;
	height:auto;
	width:100%;
	text-align: left;
	font-family:'poppins',sans-serif;
	top:50%;
	transform: translateY(-50%);
}

.banner .info h1{
	font-size: 3.5rem;
	color:#1c3548;

	margin:0px 0px 10px 0px;
	line-height: 60px;
}

.banner .info h3{
	font-size: 2.5rem;
	margin:0px 0px 10px 0px;
	line-height: 45px;
}

.banner .info p{
	font-size:10px;
	font-weight:400;
	letter-spacing: 8px;
}
/* for all sections without parallax effect background image */
.sec1,.sec2,.sec3,.sec4,.sec5,.sec6{
	position: relative;
	height:70vh;
	width:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size:48px;
	font-family: 'poppins',sans-serif;
	font-weight:600;
	text-transform: uppercase;
}
