.elementor-kit-5{--e-global-color-primary:#2AB391;--e-global-color-secondary:#F6F6F6;--e-global-color-text:#808080;--e-global-color-accent:#2AB391;--e-global-color-cd9d60c:#000000;--e-global-color-c3e3c54:#FFFFFF;--e-global-color-bf8311e:#EDEDED;--e-global-typography-primary-font-family:"Noto Kufi Arabic";--e-global-typography-primary-font-size:60px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:69.42px;--e-global-typography-secondary-font-family:"Noto Kufi Arabic";--e-global-typography-secondary-font-size:52px;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-line-height:71.34px;--e-global-typography-text-font-family:"Noto Kufi Arabic";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:36px;--e-global-typography-accent-font-family:"Noto Kufi Arabic";--e-global-typography-accent-font-size:14px;--e-global-typography-accent-font-weight:600;--e-global-typography-accent-line-height:25.56px;--e-global-typography-8497dcf-font-family:"Noto Kufi Arabic";--e-global-typography-8497dcf-font-size:48px;--e-global-typography-8497dcf-font-weight:600;--e-global-typography-8497dcf-line-height:70px;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 h1{color:var( --e-global-color-cd9d60c );font-family:"Noto Kufi Arabic", Sans-serif;font-size:40px;font-weight:800;line-height:44px;}.elementor-kit-5 h2{color:#2F2F2F;font-family:"Noto Kufi Arabic", Sans-serif;font-size:40px;font-weight:800;line-height:44px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1370px;}.e-con{--container-max-width:1370px;}.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-kit-5{--e-global-typography-secondary-font-size:19px;--e-global-typography-8497dcf-font-size:24px;--e-global-typography-8497dcf-line-height:40px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */span#title {
    color: var(--e-global-color-primary);
}
div#artical span.elementor-post-info__terms-list-item {
    background: #F6F6F6;
    color: #2F2F2F;
    border: unset;
    border-radius: 24px;
    padding: 10px 30px;
    display: inline-block;
    margin: 5px 0;
}

.price{
    position: relative;
    overflow: hidden;
}
.price:hover:before {
    content: "";
    position: absolute;
    display: block;
    top: -50%;
    left: -50%;
    z-index: -9;
    display: block;
    height: 200%;
    width: 200%;
    transform: rotate(-45deg);
    overflow: hidden;
    background: linear-gradient(to right, #fff 20%, #fff 40%, #2AB391 50%, #2AB391 55%, #fff 70%, #fff 100%);
    background-size: 200% auto;
    animation: shine 2s ease-in-out infinite;
}
/*Begin shimmer code*/
@keyframes shine {
    to {
      background-position: 200% center;
    }
  }
.bsui .btn-primary {
    background-color: var(--e-global-color-primary) !important;
}/* End custom CSS */