@media(max-width: 567px){
	#slider-1-slide-2-layer-1{
		font-size: 18px !important;
		padding-top: 35px !important;
	}
	
	#slider-1-slide-2-layer-0{
		text-align: left !important;
		padding-top: 35px !important;
	}
	
	.self-banner{
		height: 100% !important;
	}
}

@media(max-width: 1900px){
	.self-banner{
		height: 550px;
	}
}

.banner {
    /* position: relative; */
/*    margin-top: -40px;*/
}

@media screen and (max-width: 640px){
	.banner .carousel-item img {
		min-height: 260px;
		-o-object-fit: cover;
		object-fit: cover;
	}
	
	.banner .carousel-caption h2 {
		font-size: 26px;
		line-height: 24px;
	}
	
	.banner .carousel-caption h3 {
		font-size: 18px;
		font-weight: 600;
	}
}

@media screen and (max-width: 640px){
	.banner .carousel-item img {
		height: 260px !important;
	}
}
@media screen and (max-width: 991px){
	.banner .carousel-item img {
		height: 350px;
	}
}

.banner .carousel-item img {
    width: 100%;
    height: 548px;
    object-fit: cover;
}

@media screen and (max-width: 820px){
	.banner .carousel-caption {
		bottom: 10% !important;
		right: 10% !important;
	}
	
	.carousel-caption h2 {
		font-size: 28px;
	}
	
	.banner .carousel-caption h3 {
		font-size: 16px !important;
    margin: 0 0 10px !important;
    color: #fff;
	}
}
@media screen and (max-width: 991px){
	.banner .carousel-caption {
		bottom: 15%;
		right: 35%;
	}
}
.banner .carousel-caption {
    bottom: 20%;
    text-align: left;
    left: 10%;
    right: 40%;
    padding: 0;
	z-index: 0;
}

@media screen and (max-width: 1199px){
	.carousel-caption h2 {
		font-size: 38px;
	}
	
	.banner .carousel-caption h3 {
		font-size: 18px;
		margin: 15px 0;
	}
}

.carousel-caption h2 {
    font-size: 45px;
    font-weight: 600;
    color: #f36c00;
}

.carousel-caption h2 span {
    color: #fff;
}

.banner .carousel-caption h3 {
    font-weight: 600;
    font-size: 25px;
    margin: 30px 0 20px;
    line-height: normal;
	color:#fff;
}