/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 17 2024 | 17:28:41 */
.elementor-kit-12 .sub-men-wrap .font-20 h2 {
	line-height: 24px;
	padding-top: 26px;
}

.shake-0 {
    animation: shake0 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes shake0 {
    0% {
        transform: translate(-5px)
    }

    to {
        transform: translate(5px)
    }
}

.shake-1 {
    animation: shake1 4s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes shake1 {
    0% {
        transform: translate(-5px,5px);
    }

    to {
        transform: translate(5px,-5px);
    }
}

.shake-2 {
    animation: shake2 4s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes shake2 {
    0% {
        transform: translateY(5px);
    }

    to {
        transform: translateY(-5px);
    }
}

.shake-3 {
    animation: shake3 4s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes shake3 {
    0% {
        transform: translateY(-5px);
    }

    to {
        transform: translateY(5px);
    }
}
