html, body {
overflow-x: hidden;
width: 100%;
} .hide{
display:none;
visibility:hidden;
}
.elementor-text-editor p:last-child, .textwidget p:last-child { margin-bottom:0px;}
.page-content a, .comments-area a {
text-decoration: none;
}
.elementor-widget-text-editor p:last-child{ margin-bottom:0px!important;}
.elementor-text-editor p:last-child, .textwidget p:last-child { margin-bottom:0px!important;}
p:last-child {
margin-bottom:0px!important;
}
@keyframes fadeDown {
from {
opacity: 0;
transform: translate3d(0,-30px,0)
}
to {
opacity: 1;
transform: none
}
}
.elementor-element.fadeInDown {
animation-name: fadeDown
}
@keyframes fadeLeft {
from {
opacity: 0;
transform: translate3d(-30px,0,0)
}
to {
opacity: 1;
transform: none
}
}
.elementor-element.fadeInLeft {
animation-name: fadeLeft
}
@keyframes fadeRight {
from {
opacity: 0;
transform: translate3d(30px,0,0)
}
to {
opacity: 1;
transform: none
}
}
.elementor-element.fadeInRight {
animation-name: fadeRight
}
@keyframes fadeUp {
from {
opacity: 0;
transform: translate3d(0,30px,0)
}
to {
opacity: 1;
transform: none
}
}
.elementor-element.fadeInUp {
animation-name: fadeUp
}
.sub-arrow:first-child {
display: none !important;
}