.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS */.swm-l-boxed #swm-outer-wrap {
    padding: 0px !important;
}

 
body {
     overflow-x:hidden;
} 
.elementor-shape-top {
     bottom: -1px;
     animation: wave 22s cubic-bezier( 0.36, 0.45, 0.63, 0.53) infinite;
     width: 210%;
 } 
@keyframes wave {
   0% {
     margin-left: 0;
   }
     50% {
     margin-left: -1600px;
   }
   100% {
     margin-left: 0px;
   }
 }/* End custom CSS */