:root {
  --e-global-color-primary: #2563eb;
  --e-global-color-secondary: #8f8f94;
  --e-global-color-text: #45454c;
  --e-global-color-accent: #ffffff;
  --e-global-color-b2ba8c3: #0e0e0f;
  --e-global-typography-primary-font-family: "IBM Plex Sans Arabic", sans-serif;
  --e-global-typography-primary-font-weight: 700;
  --e-global-typography-text-font-family:"IBM Plex Sans Arabic", sans-serif;
  --e-global-typography-text-font-weight: 400;
  --bg-gray: #f6f6f6;
  --transition: all 0.5s ease;
}

body {
  overflow-x: hidden;
}

body::-webkit-scrollbar,
#de_modal::-webkit-scrollbar {
  width: 6px;
  background: #f6f6f6;
}

body::-webkit-scrollbar-thumb {
  background-color: var(--e-global-color-primary);
  border-radius: 6px;
}

.bg-color {
  background: var(--e-global-color-primary) !important;
}

.bg-color-2 {
  background: var(--e-global-color-secondary) !important;
}

.rt-heading-color {
  background: var(--e-global-color-b2ba8c3);
}

/* -----------------------
    AnimeJS Important CSS
--------------------------*/
[data-anime],
[data-anime] .e-con {
  transition: 0s !important;
}

/*--------------------------------------------------------------
Heading  css
--------------------------------------------------------------*/
.react-heading {
  position: relative;
}
.react-heading .title span {
  color: var(--e-global-color-primary);
}
.react-heading .title .bottom_img_text {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  display: inline-block;
  line-height: normal;
}

/* -----------------------
    Accordion
--------------------------*/
.rts-accordion .accordion-item .accordion-header span {
  position: absolute;
  right: 0;
  top: 50%;
  width: 24px;
  height: 24px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 200ms ease;
  background-color: rgba(155, 155, 155, 0.25);
  border-radius: 100%;
}
.rts-accordion .accordion-item .accordion-header span svg {
  width: 16px;
}
.rts-accordion .accordion-item .accordion-header span.active {
  opacity: 0;
  visibility: hidden;
}
.rts-accordion .accordion-item .accordion-header .uc-accordion-title[aria-expanded=true] .accordion-icon.active {
  opacity: 1;
  visibility: visible;
}
.rts-accordion .accordion-item .accordion-header .uc-accordion-title[aria-expanded=true] .accordion-icon.hide {
  opacity: 0;
  visibility: hidden;
}

/* -----------------------
    Features Box
--------------------------*/
.icon-2 {
  line-height: 24px;
}

.rt_icon_box svg {
  width: 100%;
  height: 100%;
}

/* -----------------------
    Blog 
--------------------------*/
.blog-gird-item .blog_img img {
  height: 100% !important;
}

/* -----------------------
    SVG currentColor
--------------------------*/
svg {
  fill: currentColor;
}

svg:not([fill=none]) {
  fill: currentColor;
}

/* -----------------------
    Testimonial
--------------------------*/
.testi-rating .star {
  position: relative;
  color: #f2b827;
  display: inline-block;
  font-family: "rt-icons";
  font-weight: 600;
  font-size: 16px;
  height: 16px;
  width: 16px;
}
.testi-rating .star.star-full:before {
  content: "\e821";
  position: absolute;
  left: 0;
  top: 0;
}
.testi-rating .star.star-empty:before {
  content: "\e82b";
  position: absolute;
  left: 0;
  top: 0;
}
.testi-rating .star.star-half:before {
  content: "\e82a";
  position: absolute;
  left: 0;
  top: 0;
}

.testi_underline {
  text-decoration: underline !important;
}
.testi_underline:hover {
  text-decoration: none !important;
}

.button-pagination-area {
  text-align: center;
}
.button-pagination-area .testimonial-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.e-n-tabs-heading .e-n-tab-title-text {
  flex-direction: column;
}
.e-n-tabs-heading .e-n-tab-title-text p {
  margin-top: 8px;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 1rem;
  color: var(--e-global-color-text);
}

.rt_e_tabsTitle_border_yes .e-n-tab-title::before, .rt_e_tabsTitle_border_yes .e-n-tab-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
}
.rt_e_tabsTitle_border_yes .e-n-tab-title::before {
  width: 100%;
  background-color: var(--color-gray-25);
}
.rt_e_tabsTitle_border_yes .e-n-tab-title::after {
  width: 0%;
  transition: 0s cubic-bezier(1, 0, 0, 1);
}
.rt_e_tabsTitle_border_yes .e-n-tab-title[aria-selected=true]::after {
  background-color: var(--e-global-color-primary);
  width: 100%;
  transition-duration: 0.5s;
}
.rt_e_tabsTitle_border_yes.rt-e-tab-border-top .e-n-tab-title::before, .rt_e_tabsTitle_border_yes.rt-e-tab-border-top .e-n-tab-title::after {
  bottom: unset;
  top: 0;
}

.elementor-widget-n-tabs .e-n-tabs-heading .e-n-tab-title {
  white-space: normal !important;
}

.rtmega-menu-area .mobile-menu-area.opened .overlay {
  height: 100vh;
}/*# sourceMappingURL=elements.css.map */