.sec-banner{
	position: relative;
	background: #004AAD;
	overflow: hidden;
}
.banner-item{
	position: relativee;
}
.banner-item-img img{
	width: 100%;
}
.banner-overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.banner-text{
	padding: 12rem 0 4.8rem;
}
@media(min-width:1680px) and (max-width:1779.98px){
	.banner-text {
    	padding: 9rem 0 3.8rem;
	}
}
@media(min-width:1580px) and (max-width:1679.98px){
	.banner-text {
    	padding: 9rem 0 3.8rem;
	}
	.banner-item-img img {
    	object-fit: cover;
    	object-position: bottom;
    	min-height: 70rem;
	}
}
@media(min-width:1460px) and (max-width:1579.98px){
	.banner-text {
    	padding: 7rem 0 3.8rem;
	}
	.banner-item-img img {
    	object-fit: cover;
    	object-position: bottom;
    	min-height: 64rem;
	}
}
@media(min-width:1360px) and (max-width:1459.98px){
	.banner-text {
    	padding: 7rem 0 3.8rem;
	}
	.banner-item-img img {
    	object-fit: cover;
    	object-position: bottom;
    	min-height: 60rem;
	}
}
@media(min-width:1200px) and (max-width:1359.98px){
	.banner-text {
    	padding: 6rem 0 2.8rem;
	}
	.banner-item-img img {
    	object-fit: cover;
    	object-position: bottom;
    	min-height: 54rem;
	}
}
@media(min-width:992px) and (max-width:1199.98px){
	.banner-text {
    	padding: 5rem 0 3.8rem;
	}
	.banner-item-img img {
    	object-fit: cover;
    	object-position: bottom;
    	min-height: 50rem;
	}
}
@media(min-width:768px) and (max-width:991.98px){
	.banner-text {
    	padding: 4rem 0 3rem;
	}
	.banner-item-img img {
		min-height: 44rem;
    	object-fit: cover;
    	object-position: bottom;
	}
	.banner-btn{
    	margin-top: 2.4rem !important;
	}
}
@media(max-width:767.98px){
	.banner-text {
    	padding: 4rem 0 2.8rem;
    }
	.banner-item-img img {
    	min-height: 35rem;
    	object-fit: cover;
    	object-position: bottom;
	}
	.banner-btn{
    	margin-top: 2rem !important;
	}
}
@media(max-width:575.98px){
	.banner-text {
    	padding: 3rem 0 2.8rem;
    	max-width: 375px;
    	margin: auto;
	}
	.banner-item-img img {
    	min-height: 30rem;
    }
	.banner-btn{
    	margin-top: 2rem !important;
	}
}