.elementor-kit-9{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#006EC0;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-size:24px;--e-global-typography-primary-font-weight:300;--e-global-typography-primary-line-height:23px;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:15px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:23px;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#161E27;font-family:"Roboto", 'Open Sans', Sans-serif;}.elementor-kit-9 e-page-transition{background-color:#161E27;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body {
            overflow-x: hidden; 
            padding:0;
            margin:0;
        }
         
        /*.elementor-shape-top {*/
        /*    top: -1px;*/
        /*    animation: wave 30s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;*/
        /*    width: 250%;*/
        /*    position: absolute;*/
        /*    z-index: 0;*/
        /*    overflow: hidden;*/
        /*     left: 0; */
        /*}*/
        /*@keyframes wave {*/
        /*    0% {*/
        /*        margin-left: 0;*/
        /*    }*/
        /*    50% {*/
        /*        margin-left: -1600px;*/
        /*    }*/
        /*    100% {*/
        /*        margin-left: 0px;*/
        /*    }*/
        /*}*/
        
        @keyframes wave {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-50%); /* Adjusted to match the new width */
    }
    100% {
        transform: translateX(0);
    }
}
/* Adjustments for tablet view */
@media (max-width: 1024px) {
    /*.elementor-shape-top {*/
    /*    width: 300%;  */
    /*}*/
    @keyframes wave {
        0% {
            margin-left: 0;
        }
        50% {
            margin-left: -1200px; /* Adjust animation for tablet */
        }
        100% {
            margin-left: 0px;
        }
    }
}

/* Adjustments for mobile view */
@media (max-width: 768px) {
    /*.elementor-shape-top {*/
    /*    width: 400%;  */
    /*}*/
    @keyframes wave {
        0% {
            margin-left: 0;
        }
        50% {
            margin-left: -800px; /* Adjust animation for mobile */
        }
        100% {
            margin-left: 0px;
        }
    }
}
/**/
#wpfront-scroll-top-container img {
    filter: grayscale(100%) brightness(1000%);
}
.footer-copyright a{
    color:#fff;
    text-decoration: underline
}
pre.prettyprinted code{
        background-color: #e8e8e8;
    padding: 10px;
        border: 1px solid #fff;
        line-height: 1.3;
}
pre.prettyprinted code span{
 font-size:13px;
}/* End custom CSS */