/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

.icon-box .elementor-icon-box-icon{
    margin-left: 15px !important;
    
}
.icon-box p a {
    color: #fff;
    font-size: 12px;
    float: left !important
}
.image-box .elementor-image-box-content{
    margin-top: -6px;
}
.image-box .elementor-image-box-content{
        padding: 20px 15px;
}
.image-box.blue .elementor-image-box-content{
    background: #345288;
    border-top: 8px solid rgba(255, 255, 255, .3);
}
.image-box.brown .elementor-image-box-content{
    border-top: 8px solid rgba(255, 255, 255, .3);
    background-color: #663333;
}
.image-box.parot .elementor-image-box-content{
    background-color: #7dbb00;
    border-top: 8px solid rgba(255, 255, 255, .3);
}
.image-box.green .elementor-image-box-content {
    background-color: #068f6a;
    border-top: 8px solid rgba(255, 255, 255, .3);
}
.image-box:hover h3{
    top: -15px !important
}
.custim-list{
    direction: ltr
}




