/********** Fix Group **********/
.header_group {
	.elementor-widget-wrap {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		.elementor-element {
			margin: 0px;
		}
	}
	&.dir_left .elementor-widget-wrap {
		justify-content: flex-start;
	}
	&.dir_center .elementor-widget-wrap {
		justify-content: center;
	}
}

// Drop cap
.elementor-drop-cap {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 3px;
    // background-color: #ff6d12;
    font-weight: 500;
    color: #fff;
    margin-top: 10px;
    margin-right: 10px;

    .elementor-drop-cap-letter {
		font-size: 35px;
    	line-height: 1;
    }
}