.sidebar__wrapper {
	position: relative;
	padding: 45px;
	z-index: 99999;
	background: #fff;
}



.features__item-wrapper .features__item-2:nth-child(1) {
	margin-left: 400px;
}
.features__item-wrapper .features__item-2:nth-child(2) {
	margin-left: 100px;
	margin-top: -85px;
}
.features__item-wrapper .features__item-2:nth-child(3) {
	margin-top: 30px;
	margin-left: -45px;
}

.counter__wrapper .counter-col-wrapper:nth-child(1) {
	margin-top: 150px;
}
.counter__wrapper .counter-col-wrapper:nth-child(2) {
	margin-top: 35px;
}
.counter__wrapper .counter-col-wrapper:nth-child(4) {
	margin-top: 125px;
}

/*Slider extra CSS*/
.slider__area .t-swiper-pagination.swiper-pagination-bullets{
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	z-index: 999;
}
.slider__area .t-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet{
	font-size: 14px;
	width: 14px;
	height: 14px;
	background: #fc8459;
	margin: 0 5px;
	display: inline-block;
	opacity: 0.7;
}
.slider__area .t-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #24c373;
}
.testimonial__area .swiper-button-prev.swiper-slider-nav {
	left: -95px;
	top: -220px;
}.testimonial__area .swiper-button-next.swiper-slider-nav {

	right: -95px;
	top: -220px;
}
.testimonial__area .slider__nav{
	position: relative;
}
.testimonial__area .swiper-slider-nav i {
	font-size: 20px;
	color: #ffffff;
	display: inline-block;
	width: 45px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	background: #fc8459;
	border-right-style: 50%;
	position: absolute;
}
.testimonial__area .swiper-slider-nav i:hover{
	color: #fff;
	background: #24c373;
}


