.elementor-kit-7{--e-global-color-primary:#330040;--e-global-color-secondary:#7B7271;--e-global-color-text:#00D9A8;--e-global-color-accent:#F2055C;--e-global-color-569f975:#E8DB05;--e-global-color-0dbee75:#5C30B5;--e-global-color-206242f:#000000;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--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-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#2B0021;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-animation-duration:1500ms;--e-preloader-animation-duration:1500ms;--e-preloader-delay:0ms;--e-preloader-color:var( --e-global-color-accent );--e-preloader-size:91px;}.elementor-kit-7 e-page-transition{background-color:#000000;}.elementor-kit-7 h1{font-family:"interstate-compressed", Sans-serif;}.elementor-kit-7 h2{font-family:"interstate-compressed", Sans-serif;}.elementor-kit-7 h3{font-family:"interstate-compressed", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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 */.services-sec:hover h3{
    color: #fff !important;
}

/*Pulse Animations */

.pulse {
box-shadow: 0 0 0 rgba(255,255,255, 0.9);
animation: pulse 3s infinite;
}
.elementor-button:hover {
animation: none;
}

@-webkit-keyframes pulse {
0% {
-webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.9);
}
70% {
-webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0);
}
100% {
-webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
}
}
@keyframes pulse {
0% {
-moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
box-shadow: 0 0 0 0 rgba(255,255,255, 0.9);
}
70% {
-moz-box-shadow: 0 0 0 10px rgba(255,255,255, 0);
box-shadow: 0 0 0 10px rgba(255,255,25544, 0);
}
100% {
-moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
box-shadow: 0 0 0 0 rgba(255,255,255, 0);
}
}
.gr-text{
    text-transform: uppercase; 
}
.gr-text>div>h2:before
{
   border-top: 17px solid red;
    content:"";
    margin: 0 auto; /* this centers the line to the full width specified */
    position: absolute; /* positioning must be absolute here, and relative positioning must be applied to the parent */
    top: 10px; left: 0; right: 0; bottom: 0;
    width: 95%;
    z-index: -1;
}

/*.gr-top-header{*/
/*    position: relative;*/
/*    top:-150px;*/
/*    margin-bottom: -150px;*/
/*}*//* End custom CSS */