/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
 
.button-panduan {
	background-color: #2c3031;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
}

/* Testimonial Slide */
.testi_item {
	background-color:#fff;
	background-image: url(img/star.svg);
	background-repeat:no-repeat;
	background-position: 95% 90%;
	border:1px solid #E4E4E4;
	padding:20px 35px 75px;
	border-radius:10px;
	position:relative;
}
.nm {
	position:absolute;
	bottom:35px;
}
.testi_desc {
	background-image: url(img/quote.svg);
	background-repeat:no-repeat;
	background-position: top left;
	padding-top: 50px;
	margin-bottom:18px;
	color:#000000;
}
.testi_item h4,
.testi_item strong {
	color:#000000;
	font-size:15px;
	font-weight:bold;
	margin-bottom:0;
}
.sub_title {
	font-size:13px;
	color:#9E9E9E;
}

#shtesti .splide__pagination {
	position:static;
	margin:8px 0;
}
#shtesti .splide__pagination__page.is-active {
	background: #ccc;
	transform: none;
	z-index: 1;
	width: 22px;
	border-radius: 50px;
}