.elementor-1170 .elementor-element.elementor-element-622a856{--display:flex;}/* Start custom CSS for container, class: .elementor-element-622a856 */.formcontact{
    background: linear-gradient(270deg, rgba(0, 86, 185, 0.2), rgba(7, 0, 185, 0.2), rgba(53, 0, 185, 0.2), rgba(145, 0, 185, 0.2), rgba(0, 40, 185,0.2), rgba(99, 0, 185, 0.2));
    background-size: 800% 800%;

    -webkit-animation: AnimationName 5s ease infinite;
    -moz-animation: AnimationName 5s ease infinite;
    animation: AnimationName 5s ease infinite;
}

@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}

.yourFormCustomStyle{
    align-content: center}/* End custom CSS */