@import url('https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@100;200;300;400;500;600;700;800&display=swap');


h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
span,
button,
a {
    font-family: 'Noto Kufi Arabic', sans-serif !important;

}

body {
    direction: rtl;
    font-family: 'Noto Kufi Arabic', sans-serif !important;
    background: var(--dark-color) !important;
    color: var(--sec-color) !important;

}

.conter-about .counter-item {
    direction: ltr;
}

.single-chart .odometer {
    direction: ltr;
}

.Why-Us .about-btn .job-list span {
    color: white;
}

.call-t-link a {
    white-space: nowrap;
}

.call-t-num h3 {
    direction: ltr;
}

.sub-form input {
    text-align: end;
}

::placeholder {
    font-family: 'Noto Kufi Arabic', sans-serif !important;
}

.footer-col ul li a::after {
    content: "\f104";
    left: auto;
    right: 0;
}

.footer-col ul li a {
    padding-inline-start: 20px !important;
}

.num-footer span {
    direction: ltr;
}

.bread-desc ul i {
    transform: scale(-1);
}

.call-t-info h3 {
    color: black;
}

.search-b-title h3 {
    color: black;
}

.job-r-desc ul li {
    color: black;
}

.job-r-desc h3 {
    color: black;
}

.job-time {
    border-left: none;
}

.job-r-desc {
    border-right: 1px solid #D7D7D7;
}

.hero-points ul li {
  font-family: 'Noto Kufi Arabic', sans-serif !important;
}


.comany-name a svg {
  transform: scale(1.2) translateY(-27px) translateX(43px) !important;
}