.elitelosh-testimonial-company-slider{
	margin-top: 80px;
	
}

.elitelosh-testimonial-company-slider  {
	position: relative;
}

.elitelosh-testimonial-company-slider-text{
	text-align: center;
	margin-bottom: 40px;
}

.elitelosh-testimonial-company-slider-text p{
	color: #121212;
	margin: 0;
}

.elitelosh-testimonial-company-slider .elitelosh-company-logo{
	text-align: center;
}

.elitelosh-testimonial-company-slider .elitelosh-company-logo img{
	width: 100%;
	max-height: 100px;
}


.elitelosh-testimonial-company-slider.elitelosh-dot {
	padding-bottom: 40px;
}

.elitelosh-testimonial-company-slider .swiper.swiper-initialized {
	padding-bottom: 40px;
}

.elitelosh-testimonial-company-slider .swiper-button-next, 
.elitelosh-testimonial-company-slider .swiper-button-prev {
    top: 50%;
    transform: translateY(-50%); 
}

.elitelosh-testimonial-company-slider .swiper-button-next:after, 
.elitelosh-testimonial-company-slider .swiper-button-prev:after {
	font-size: 14px;
	color: var(--arrow-bg, #fff) !important;
}

.elitelosh-testimonial-company-slider .swiper-button-next {
    right: 10px;
    left: auto;
    width: 36px;
    height: 36px;
    background-color: var(--arrow-bg, #1B4B36) !important;
    border-radius: 4px;
}

.elitelosh-testimonial-company-slider .swiper-button-prev {
    right: auto;
    left: 10px;
    width: 36px;
    height: 36px;
    background-color: var(--arrow-bg, #1B4B36) !important;
    border-radius: 4px;
}


.elitelosh-testimonial-company-slider .swiper-button-next:focus,
.elitelosh-testimonial-company-slider .swiper-button-prev:focus,
.elitelosh-testimonial-company-slider .swiper-pagination-bullet:focus {
	outline: none;
}


.elitelosh-testimonial-company-slider .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: var(--normal-dot-color, var(--swiper-theme-color));
}

.elitelosh-testimonial-company-slider .swiper-pagination-bullet-active {
    background: var(--active-dot-color, var(--swiper-theme-color));
}

.elitelosh-testimonial-company-slider .swiper-horizontal>.swiper-pagination-bullets, 
.elitelosh-testimonial-company-slider .swiper-pagination-bullets.swiper-pagination-horizontal, 
.elitelosh-testimonial-company-slider .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 0;
}