/*
Theme Name: Lisam theme - Hello Elementor
Theme URI:  https://lisam.com
Author:     Lisam
Author URI: https://lisam.com
Template:   hello-elementor
Version:    1.0
License:    GNU General Public License v2 or later
*/
.elementor-widget-image-shape {
  display: flex;
}
.dual-bar {
    max-width: 125px;
    height: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
}
.dual-bar span:last-child {
    background-color:#232255;
    margin-left: 3px;
    max-width: 32px;
}

.dual-bar span {
    background-color:#f16526;
    display: block;
    width: 100%;
}