/* 
Theme Name: Hello Elementor Child
Theme URI: https://www.wpguiders.com/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by WPGuiders team
Author: Elementor Team
Author URI: https://www.wpguiders.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
*/

.icon-class-one .elementor-icon-box-wrapper {
    box-shadow: 0px 0px 9px 0px #00000073;
    border-radius: 30px 0px 30px 0px;
    padding: 20px 20px 65px;
    background: linear-gradient(180deg, #18437D 30%, #fff 30%);
}
.icon-class-two .elementor-icon-box-wrapper {
    box-shadow: 0px 0px 9px 0px #00000073;
    border-radius: 30px 0px 30px 0px;
     padding: 20px 20px 65px;
    background: linear-gradient(180deg, #BB2025 30%, #fff 30%);
}
.icon-class-one p.elementor-icon-box-description, .icon-class-two p.elementor-icon-box-description {
    position: relative;
    right: 95px !important;
    width: 306px !important;
    font-size: 14px;
    line-height: 2em;
    margin-top: 40px !important;
}
.icon-class-one .elementor-icon-box-icon, .icon-class-two .elementor-icon-box-icon {
    height: 35px;
    padding-left: 62px !important;
}

.icon-class-two .elementor-icon-box-wrapper:after, .icon-class-one .elementor-icon-box-wrapper:after {
    content: "\f105";
    position: absolute;
    bottom: 20px;
    font-size: 20px;
    right: 24px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}


