/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 04 2025 | 12:37:39 */
.welcome_second_row{
	position: relative;
}

.welcome_second_row::after{
	content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: url(/wp-content/uploads/2025/12/Welcome-Animated-Line-1.svg);
    height: 400px;
    width: 320px;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
	background-position: right top;
}

.welcome_info_box .fa-arrow-circle-right:before{
	display: none;
}

.welcome_info_box .pp-button-icon{
	width: 20px;
	height: 20px;
	background-image: url(/wp-content/uploads/2025/10/Group-43.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}