.single-banner-slide {
	height: 350px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
	z-index: 2;
}
.single-banner-slide span {
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
}
.single-banner-slide h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 60px;
}
.single-banner-slide::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.4);
	z-index: -1;
	width: 100%;
	height: 100%;
}
.single-banner-slide p {
	color: #fff;
	font-size: 15px;
	max-width: 50%;
	margin: 0 auto;
	text-align: center;
}
.single-banner-slide a {
    color: #fff;
    background: #0f07078c;
    padding: 8px 30px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    margin-top: 277px;
    transition: 0.3s;
    margin-left: 79px;
    margin-right: 79px;
}
.single-banner-slide a:hover {
	color: #fff;
	background: #0f07078c;
}
.owl-dots {
	display: none !important;
}
@media (max-width: 786px) {
    .single-banner-slide a {
        margin-left: 5px;
        margin-right: 5px;
        font-size: 12px;
        margin-top: 170px;
    }

    .single-banner-slide {
        height: 250px;
        width: 100%;
    }
}
