.pbs_slider .pbs_single_item {
    padding: 20px;
    border: 1px solid rgba(0,0,0,0.5);
    border-radius: 30px;
    height: 650px;
    color: #fff;
    position: relative;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    background-size: cover !important;
    background-position: 100% 100% !important;
    overflow: hidden;
/*     max-height: 70vh; */
/* 	max-width:470px;
	width:100%; */
}
.pbs_slider .slick-list {
    overflow: visible;
    margin: 0 250px;
}
.pbs_slider {
    background: #000;
    padding: 20px 0;
	overflow:hidden;
}
.pbs_single_item:after {
    content: "";
    background: linear-gradient(to right, #0E0F11, transparent);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.slick-active .pbs_single_item:after {
    content: "";
    background: linear-gradient(to right, #0E0F11, transparent);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
	display:none;
}
.pbs_slider .slick-slide:hover .pbs_single_item {
    background-position: 95% 95% !important;
}
.pbs_slider button.slick-next.slick-arrow {
    right: 100px;
    z-index: 1;
}
.pbs_slider button.slick-prev.slick-arrow {
    left: 100px;
    z-index: 1;
}

.pbs_single_item:before {
    content: "";
    background: rgba(21, 23, 25, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    border-radius: 30px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.pbs_slider .slick-slide:hover .pbs_single_item:before {
    background: rgba(21, 23, 25, 0.7);;
}
.pbs_slide_content {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 20px;
    text-align: left;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    opacity: 1;
}

.pbs_slide_content p, .bottom_line{
	visibility:hidden;
	height:0;
	opacity:0;
	overflow:hidden;
}
p.pbs_slide_subtitle, .pbs_slide_content h3{
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
	visibility:visible;
	height:auto;
	opacity:1;
}
.pbs_slider .slick-slide:hover .pbs_slide_content p{
	visibility:visible;
	height:auto;
	opacity:1;
}
.pbs_slider .slick-slide:hover .pbs_slide_content .bottom_line{
	visibility:visible;
	height:auto;
	opacity:1;
}
.pbs_slide_content h3 {
    line-height: normal;
    color: #DEE0E2;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
	margin-bottom: 20px;
}


.pbs_slide_content p {
    color: #EFEFF0;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
p.pbs_slide_subtitle{
    margin-bottom:20px;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
	margin-bottom: 20px;
}

.b_line {
    margin-right: 10px;
}
.bottom_line {
    display: flex;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
	margin-top: 20px;
}
.b_line p{
    font-size: 14px;
    font-weight: 400;
    color: #4FC4CD;
}
.pbs_slide_content .bottom_line circle,
.pbs_slide_content .bottom_line path {
    stroke: #2DB7FF; 
}
.pbs_slide_content svg {
    margin-bottom: -3px;
}
p.pbs_slide_subtitle {
    margin-bottom: 15px;
}
.pbs_slider .slick-slide {
    margin: 0 10px;
}
.pbs_slider .slick-arrow i {
    display: block;
    background: #fff;
    padding: 10px;
    font-size: 20px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    color: #000;
}
.pbs_slider .slick-arrow:before{
	display:none;
}
.pbs_slider .slick-arrow:after{
	display:none;
}
.pbs_slider [type=button], .pbs_slider button {
    color: unset;
    background-color: transparent !important;
    border: unset !important;
}
.pbs_slider [type=button]:focus, .pbs_slider button:focus {
    outline: none;
}
.pbs_slider button.slick-prev.slick-arrow, .pbs_slider button.slick-next.slick-arrow {
    z-index: 1;
    overflow: hidden;
    height: auto;
}

@media only screen and (min-width:768px) and (max-width:991px){
/* 	.pbs_slide_content {
		bottom: -150px;
	} */
	.pbs_slider .pbs_single_item {
		height:620px;
	}
	.pbs_slider .slick-arrow i {
		background: rgba(255,255,255,0.5);
	}
	.pbs_slider .slick-list {
		overflow: visible;
		margin: 0;
	}
	.pbs_slider button.slick-next.slick-arrow {
		right: 15px;
	}
	.pbs_slider button.slick-prev.slick-arrow {
		left: 15px;
	}
}
@media only screen and (max-width:767px){
/* 	.pbs_slide_content {
		bottom: -140px;
	} */
	.pbs_slider .pbs_single_item {
		height:510px;
	}
	.pbs_slider .slick-arrow i {
		background: rgba(255,255,255,0.5);
	}
	.pbs_slider .slick-list {
		overflow: visible;
		margin: 0;
	}
	.pbs_slider button.slick-next.slick-arrow {
		right: 15px;
	}
	.pbs_slider button.slick-prev.slick-arrow {
		left: 15px;
	}
}








