.elementor-kit-6{--e-global-color-primary:#1B3878;--e-global-color-secondary:#161616;--e-global-color-text:#FFFFFF;--e-global-color-accent:#94A0CD;--e-global-color-f05cea3:#02010100;--e-global-color-d09a750:#1B38788C;--e-global-color-d4c3e51:#E5F4FC;--e-global-color-3aaf1d3:#F7F8F9;--e-global-color-9692fa1:#030D3075;--e-global-color-46a46e5:#0092E0;--e-global-color-2f84c60:#0092E03D;--e-global-color-85e5aaf:#E7E9F0;--e-global-color-b73793a:#80809E;--e-global-color-95df2fa:#E7E9F0;--e-global-color-077cbaa:#3F3F3F;--e-global-typography-primary-font-family:"Sora";--e-global-typography-primary-font-size:60px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-text-transform:capitalize;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-family:"Sora";--e-global-typography-secondary-font-size:50px;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-line-height:1.2em;--e-global-typography-text-font-family:"Sora";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:500;--e-global-typography-text-line-height:1.4em;--e-global-typography-accent-font-family:"Sora";--e-global-typography-accent-font-size:14px;--e-global-typography-accent-font-weight:400;--e-global-typography-7061108-font-family:"Sora";--e-global-typography-7061108-font-size:16px;--e-global-typography-7061108-font-weight:500;--e-global-typography-05d8a3b-font-family:"Sora";--e-global-typography-05d8a3b-font-size:14px;--e-global-typography-05d8a3b-font-weight:400;--e-global-typography-c986d30-font-family:"Sora";--e-global-typography-c986d30-font-size:20px;--e-global-typography-c986d30-font-weight:600;--e-global-typography-c986d30-text-transform:capitalize;--e-global-typography-c986d30-line-height:1.2em;--e-global-typography-c7307d4-font-family:"Sora";--e-global-typography-c7307d4-font-size:16px;--e-global-typography-c7307d4-font-weight:300;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-f05cea3 );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );border-style:solid;border-width:1px 1px 1px 1px;border-radius:58px 58px 58px 58px;padding:20px 32px 20px 32px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h3{font-size:20px;font-weight:600;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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-kit-6{--e-global-typography-primary-font-size:45px;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-size:40px;--e-global-typography-secondary-line-height:1.2em;--e-global-typography-text-font-size:14px;--e-global-typography-text-line-height:1.4em;--e-global-typography-05d8a3b-font-size:14px;--e-global-typography-c986d30-font-size:18px;--e-global-typography-c7307d4-font-size:14px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-primary-font-size:35px;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-size:25px;--e-global-typography-secondary-line-height:1.2em;--e-global-typography-text-font-size:14px;--e-global-typography-text-line-height:1.4em;--e-global-typography-05d8a3b-font-size:12px;--e-global-typography-c986d30-font-size:16px;--e-global-typography-c7307d4-font-size:14px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* shine effect text*/

.shi-txt {
    background: linear-gradient(90deg, #C0C0C0 20%, rgba(255,255,255,0.2) 50%, #C0C0C0 80%);
    background-size: 200% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: shimmer 5s infinite;
  }

  @keyframes shimmer {
    0% {
      background-position: -100% 0;
    }
    100% {
      background-position: 100% 0;
    }
  }
  
  
  /* blue gradient text*/
  
  .b-head-g, .elementor-counter-number-suffix {
  background: linear-gradient(to right, #1E3F97, #0090DE);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; 
}
  
    /* blue gradient text Animated*/
    
.b-head-g-a {
  background: linear-gradient(90deg, #1E3F97, #0090DE);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; 
  animation: gradient-move 4s ease-in-out infinite alternate;
}

@keyframes gradient-move {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: 100% center;
  }
}

    /*Blur bg effect*/
    
.cc-blur {
      backdrop-filter: blur(3px) !important; 
  -webkit-backdrop-filter: blur(3px) !important; 
}/* End custom CSS */