/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    A plain-vanilla
 */

.numb {
    font-size: 40px;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    position: absolute;
    bottom: -30px;
    right: 30px;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
    line-height: 1em;
}


.line {
    width: 100%;
    display: inline-block;
    position: relative;
    margin-bottom: 5px;
}

.line:after {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 50px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    content: '';
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
}

.elementor-image-box-content p {
	color: var( --e-global-color-text );
}

.lang a {
	padding-left: 40px !important;
}

.iconbox img.elementor-animation-grow {
    height: 90px!important;
}