/*!
Theme Name: worldpta
Theme URI: http://worldpta.com/
Author: Md Hiron Mia
Author URI: http://hirondev.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: worldpta
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
ul.hero-dots {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}

ul.hero-dots li button {
    font-size: 0;
    width: 15px;
    height: 15px;
    background: #ddd;
    border-radius: 50%;
    margin: 0 7px;
}

ul.hero-dots li.slick-active button {
    background: #e88108;
}

