/*
 Theme Name:   Twenty Nineteen Child
 Theme URI:    https://diviextended.com/
 Description:  A child theme of Twenty Nineteen WordPress theme.
 Author:       Elicus Technologies
 Author URI:   https://elicus.com
 Template:     twentynineteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url("../twentynineteen/style.css");
h1:not(.site-title):before,
h2:before {
    content: none !important;
}

.cus--maintitle h3.elementor-heading-title {
    display: flex;
    align-items: center;
}

.cus--title {
    background: red !important;
    font-size: 42px !important;
    padding: 5px 10px 7px !important;
    display: inline-flex !important;
    align-items: center !important; 
    justify-content: center !important;
    margin-left: 20px !important;
    margin-top: 8px !important;
}

ul.cus--ul--vision {
    font-size: 18px;
    color: #fff !important;
    color: #FFFFFF;
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
    list-style: none;
    list-style-image: url(images/icon.png);
}

ul.cus--ul {
    font-size: 16px;
    color: #fff !important;
    color: #FFFFFF;
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
    list-style: none;
    list-style-image: url(images/icon.png);
}

span.cus--text {
    color: #f00;
}

.cus--uniq--app {
    margin-bottom: 0px !important;
}
@media only screen and (max-width: 575px) {
    .cus--title {
        margin-left: 5px !important;
        padding: 5px 10px 5px !important;
        font-size:25px !important;
    }
}