/*
 Theme Name: VISUAL BEST
 Theme URI: https://www.visualbest.co
 Description: Astra Child Theme
 Author: Your Name
 Author URI: https://www.visualbest.co
 Template: astra
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: astra-child
*/



.homebane .slick-initialized .slick-slide {
	display: flex;
}
.homebane .slick-dots li button {
	width: 13px;
	height: 13px;
	padding: 5px;
	background: transparent;
	border-radius: 13px;
	opacity: 0.8;
	background: #D9D9D9;
}
.homebane .slick-dots li button::before {
	font-size: 0;
}
.homebane .slick-dots li.slick-active button {
	opacity: 1;
	background: #000;
}