.elementor-kit-5{--e-global-color-primary:#062A68;--e-global-color-secondary:#3C73A1;--e-global-color-text:#242124;--e-global-color-accent:#FFFFFF;--e-global-color-9f731ec:#EFF4F9;--e-global-typography-primary-font-family:"Saira Condensed";--e-global-typography-primary-font-size:48px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:50px;--e-global-typography-primary-letter-spacing:1px;--e-global-typography-secondary-font-family:"Saira Condensed";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-secondary-line-height:22px;--e-global-typography-secondary-letter-spacing:1px;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:24px;--e-global-typography-text-letter-spacing:0.5px;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:600;--e-global-typography-accent-line-height:24px;--e-global-typography-accent-letter-spacing:0.5px;--e-global-typography-42ccc93-font-family:"Saira Condensed";--e-global-typography-42ccc93-font-size:28px;--e-global-typography-42ccc93-font-weight:600;--e-global-typography-42ccc93-line-height:30px;--e-global-typography-42ccc93-letter-spacing:1px;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@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 */.headingbtn span.elementor-button-icon{
    width:5%;
    
}
.headingbtn a{
    pointer-events: none;
  cursor: default;}
  
.border-flash::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 2px solid transparent;
  background: linear-gradient(90deg, transparent, white, transparent) border-box;
  -webkit-mask:
    linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  animation: borderMove 1s linear infinite;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
}

.border-flash:hover::before {
  opacity: 1;
}

@keyframes borderMove {
  0% {
    background: linear-gradient(90deg, transparent, white, transparent) border-box;
  }
  50% {
    background: linear-gradient(270deg, transparent, white, transparent) border-box;
  }
  100% {
    background: linear-gradient(90deg, transparent, white, transparent) border-box;
  }
}
.service .ha-infobox-body {
    background: var(--e-global-color-text);
   border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;}
    
.service .ha-infobox-figure {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 50%;
  padding: 10px;
  width: auto;
  height: auto;
  border:8px solid var(--global--color-background);
}

.service .ha-infobox-figure img {
 /*   filter: brightness(100%) invert(1) !important;
    transition: filter 0.3s 
ease !important;*/
  width: auto !important;
  height: auto !important;
  max-width: 100px; /* optional limit */
  max-height: 100px; /* optional limit */
  border-radius: 0 !important;
   filter: brightness(100%) invert(0);
  transition: filter 0.3s ease;
}
figcaption.widget-image-caption.wp-caption-text {
    margin-bottom: 0;
}

img{height:auto !important;}/* End custom CSS */