.elementor-panel .elementor-element .icon i.be-icon::before{
	display: none;
}

.elementor-panel .elementor-element .icon i.be-icon::after{
    width: 30px;
    height: 30px;
    content: "";
    display: inline-block;
    border-radius: 5px;
	background: url("../img/icons/brand-white.png") no-repeat center center/cover;
}

.elementor-icons-manager__tab-link i.be-icon{
    width: 30px;
    height: 30px;
    content: "";
    border-radius: 100%;
    background: url(../img/icons/brand-white.png) no-repeat center center/cover;
    display: inline-block;
    position: relative;
    top: 10px;
    margin-right: 6px;
}
.contact-section .form-box input[type=text], .contact-section .form-box textarea,.contact-section .form-box input[type=email] {
    width: 100%;
    min-height: 3em;
    border: none;
    color: inherit;
    border-bottom: 2px solid currentColor;
    background-color: transparent;
}