body.elementor-page-17{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS */.heroshadow .elementor-icon{        filter: blur(180px); 
}
.main_btn a {
 position: relative;
 overflow: hidden;
 margin-bottom: -6px;
}
.main_btn a:before {
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 background: #fff;
 width: 50px;
 height: calc(100% + 30px);
 margin-top: -20px;
 transform: skew(-20deg);
 opacity: 0.2;
 z-index: 0;
 filter: blur(8px);
 pointer-events: none;
 animation: 2s move linear infinite;
}
@keyframes move {
 0%{left: -30%;}
 100%{left: 130%;}
}/* End custom CSS */