/* -----------------
  About US Header
------------------ */

header.about-us {
	position: relative;
}

header.about-us .cover {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	background-image: url(/imgs/banners/about_us_bg.webp);
	background-size: cover;
}

header.about-us .slider {
	color: #fff;
	position: relative;
}

header.about-us .slider h1 {
	font-size: 20px;
	font-family: 'poppins', Arial, sans-serif;
	font-weight: 600;
	margin-bottom: 20px;
}

header.about-us .slider h2 {
	font-size: 17px;
	font-weight: 200;
	font-family: 'poppins', Arial, sans-serif;
	line-height: 24px;
}

header.about-us .slider h2 strong {
	font-weight: 600;
}

/* ----------------------
	About US > Layer 1
------------------------ */

.about-us .layer-1{
	background-color: #f4f6f8;
}

.about-us .layer-1 .wrapper{
	padding-bottom: 15px;
	color: #245172;
	font-size: 0;
}

.about-us .layer-1 .card{
	margin-bottom: 35px;
	padding: 8px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.25);
}

.about-us .layer-1 .card-1{
	padding-top: 30px;
	position: relative;
}

.about-us .layer-1 .row{
	padding: 30px;
	background-color: #fff;
	border-radius: 12px;
}

.about-us .layer-1 .col-2{
	margin-top: 35px;
}

.about-us .layer-1 img{
	margin: 0 auto;
	display: block;
}

.about-us .layer-1 h2{
	font-size: 20px;
	margin-bottom: 20px;
	font-family: 'poppins', Arial, sans-serif;
}

.about-us .layer-1 p{
	font-size: 14px;
	opacity: 0.8;
	margin-bottom: 20px;
}

/* Breakpoint 768 */

@media only screen and (min-width : 768px) {

	header.about-us .slider h1 {
		font-size: 26px;
	}
	
	header.about-us .slider h2 {
		font-size: 20px;
	}
	
	.about-us .layer-1 h2{
		font-size: 26px;
	}
	
	.about-us .layer-1 p{
		font-size: 15px;
	}
}

/* Breakpoint 992 */

@media only screen and (min-width : 992px) {

	header.about-us {
		min-height: 700px;
	}
	
	header.about-us .slider h1 {
		font-size: 44px;
	}
	
	header.about-us .slider h2 {
		font-size: 22px;
	}
	
	.about-us .layer-1 .wrapper{
		padding-bottom: 100px;
	}
	
	.about-us .layer-1 .card-1{
		margin-top: -230px;
		padding-top: 8px;
	}
	
	.about-us .layer-1 .row{
		padding: 60px;
	}
	
	.about-us .layer-1 .col-2{
		margin-top: 0;
	}
	
	.about-us .layer-1 h2{
		font-size: 30px;
		margin-bottom: 30px;
	}
	
	.about-us .layer-1 p{
		font-size: 16px;
	}
}