.elementor-kit-159{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#1C3487;--e-global-color-text:#000000;--e-global-color-accent:#1C3487;--e-global-color-2a95b0a:#FFFFFF;--e-global-color-f898f31:#FFFEFE;--e-global-color-0d046a4:#E9E9E9;--e-global-color-c6c574f:#F9F9F9;--e-global-color-7ad78f4:#FFFFFFE6;--e-global-color-8630d9f:#7E222200;--e-global-color-b500f0a:#FFFFFF;--e-global-color-bd8ac46:#2B2B2B;--e-global-typography-primary-font-family:"Rubik";--e-global-typography-primary-font-size:48px;--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:"Rubik";--e-global-typography-secondary-font-size:30px;--e-global-typography-secondary-font-weight:300;--e-global-typography-secondary-text-transform:capitalize;--e-global-typography-text-font-family:"Rubik";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:300;--e-global-typography-text-line-height:1.4em;--e-global-typography-accent-font-family:"Rubik";--e-global-typography-accent-font-size:24px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-text-transform:capitalize;--e-global-typography-accent-line-height:1.2em;background-color:var( --e-global-color-b500f0a );font-family:"Rubik", Sans-serif;}.elementor-kit-159 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;--container-default-padding-top:10px;--container-default-padding-right:10px;--container-default-padding-bottom:10px;--container-default-padding-left:10px;}.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-kit-159{--e-global-typography-primary-font-size:32px;--e-global-typography-secondary-font-size:18px;--e-global-typography-text-font-size:15px;--e-global-typography-accent-font-size:15px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-159{--e-global-typography-primary-font-size:32px;--e-global-typography-secondary-font-size:22px;--e-global-typography-text-font-size:18px;--e-global-typography-accent-font-size:15px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.elementor-button-content-wrapper{
    pointer-events: none;
}
.elementor-button span{
    pointer-events: none;
}

b {
    color:var( --e-global-color-accent )
}



html, body {
    max-width: 100%;
    overflow-x: hidden;
    direction: rtl;
    background: var( --e-global-color-primary) !important
}

@keyframes flash {
  0% {
    transform: scale(1);
 
  }
  2.4% {
   
    transform: scale(0.96) translate3d(0, 0, 0) perspective(1px);
  }
  3.2% {
    
    transform: scale(0.96) translate3d(0, 0, 0) perspective(1px);
  }
  4.41% {
    transform: scale(1);
   
  }
  5.2% {
    transform: scale(1);
 
  }
  7.61% {
   
    transform: scale(0.96) translate3d(0, 0, 0) perspective(1px);
  }
  8.41% {
   
    transform: scale(0.96) translate3d(0, 0, 0) perspective(1px);
  }
  9.62% {
    transform: scale(1);
    
  }
  100% {
    transform: scale(1);
    
  }
}

.blink {
  animation-name: flash;
  animation-duration: 5480ms; 
  animation-delay: 5s;
  animation-iteration-count: infinite;
}


::-webkit-scrollbar {
    width: 4px;  /* Set the width of the scrollbar */
    height: 4px; /* Set the height of the scrollbar */
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;  /* Background of the track */
    border-radius: 8px;  /* Round corners of the track */
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;  /* Color of the scrollbar handle */
    border-radius: 8px;  /* Round corners of the handle */
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;  /* Change color of the handle on hover */
}

b,strong{
    color: var(--e-global-color-accent)
    !important
}
.shadow-1 div div a {
    box-shadow: 0px 2px 4px 2px  var( --e-global-color-accent );
}

.container-shadow-1 {
      box-shadow: 0px 0px 200px -80px  var( --e-global-color-accent );
}/* End custom CSS */