function __construct()
 {
     $this->widget = array('id_base' => 'st-blog-wgt', 'name' => esc_html__('Latest Posts', 'builtpress'), 'description' => '');
     parent::__construct();
 }
 function __construct()
 {
     $this->widget = array('id_base' => 'st-contact-wgt', 'name' => esc_html__('Contact Info', 'builtpress'), 'description' => '');
     parent::__construct();
 }
 function __construct()
 {
     $this->widget = array('id_base' => 'st-services-wgt', 'name' => esc_html__('Service List', 'builtpress'), 'description' => '');
     parent::__construct();
 }
 function __construct()
 {
     $this->widget = array('id_base' => 'st-social-wgt', 'name' => esc_html__('Social Icons', 'builtpress'), 'description' => '');
     parent::__construct();
 }