.section-heading h2 {
  font-size: 32px;
  display: block;
}

.primary-header,
.about-section {
  direction: rtl;
}

/*Header nav*/
.header-menu-wrap {
  margin-left: unset;
}

.header-right a.menu-btn {
  background-color: #f7941d;
}

.header-right a.menu-btn:hover {
  background-color: #a5a5a5;
}

.header-menu-wrap ul li > a {
  font-size: 18px;
}

.header-menu-wrap ul li > a:hover {
  color: #a5a5a5;
}

.dl-slider .slick-dots li.slick-active button {
  background-color: #f7941d;
}

.dl-btn {
  border-radius: 7px !important;
}

.dl-slider .dl-btn:hover {
  text-align: center !important;
  background-color: #a5a5a5;
  color: #f7941d;
  font-weight: 700 !important;
}

/************************** About section ******************************/
.about-content,
.about-promo {
  text-align: start;
}

.about-promo .about-promo-item i {
  font-size: 70px;
  color: #a5a5a5;
  margin-right: 30px;
  margin-left: 30px;
}

.flaticon-factory:before {
  content: "\f101";
}

.flaticon-worker:before {
  content: "\f102";
}

.flaticon-gear:before {
  content: "\f103";
}

.section-head {
  color: #f7941d;
  font-weight: 600;
  font-size: 28px;
  font-family: "Almarai", sans-serif !important;
}

.span-title {
  color: #f7941d;
  font-size: 16px;
  font-weight: 500;
}

.span-desc {
  font-size: 16px;
}

.icon-box h4 {
  font-size: 30px;
  color: #f7941d;
  font-weight: 600;
}

/**********************************  Services section **************************/

.card::after {
  display: block;
  position: absolute;
  bottom: -10px;
  left: 20px;
  width: calc(100% - 40px);
  height: 35px;
  background-color: #fff;
  -webkit-box-shadow: 0 19px 28px 5px rgba(64, 64, 64, 0.09);
  box-shadow: 0 19px 28px 5px rgba(64, 64, 64, 0.09);
  content: "";
  z-index: -1;
}

a.card {
  text-decoration: none;
}

.card {
  position: relative;
  border: 0;
  border-radius: 7px;
}

.services-section .card-section {
  justify-items: center;
  justify-content: center;
  align-items: center;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #f7941d;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card-title {
  margin: 0;
  font-size: 16px;
  font-weight: 900;
  color: #fff;
}

.card-text {
  padding-top: 12px;
  color: #fff;
}

.div-head-icon {
  width: 60px;
  height: 60px;
  margin-top: -40px;
  position: absolute;
  right: -15px;
  background-color: #fef4e8;
  padding-top: 15px;

  padding: 15px;
  border-radius: 50%;
}

.head-icon {
  margin-top: 18px;
  color: #f7941d;
  margin: auto;
  font-size: 30px;
}

.sectionHead-border {
  border-right: 7px #f7941d solid;
  border-radius: 35px;
  margin-left: 7px;
  display: inline-block;
  height: 28px;
}

.services-section h2 {
  color: #f7941d;
}

/*****************************  why us section **********************/

.whyUs-section h2 {
  color: #f7941d;
}
.timeline {
  position: relative;
  padding: 20px 0;
}
.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #ff9c00;
  left: 50%;
  margin-left: -1px;
}
.timeline-item {
  margin: 20px 0;
  position: relative;
}

.timeline-item .card {
  position: relative;
  padding: 20px;
  border-radius: 8px;
  background: #f8f9fa;
  text-align: start;
}
.timeline-item .card h5 {
  margin-top: 15px;
  color: #f7941d;
  font-weight: 900;
  font-size: medium;
}
.timeline-item .card i,
.timeline-item .card img {
  font-size: 24px;
  color: #ff9c00;
  width: 30px;
  height: 30px;
}

.fa-medal:before,
.fa-chart-line:before,
.fa-percent:before,
.fa-trophy:before,
.fa-heart:before {
  background-color: #fef4e8;
  padding: 15px;
  border-radius: 50%;
}

.timeline-item .card img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.timeline-item::before {
  content: attr(data-number);
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%) translateY(-100%);
  /* transform: translateX(515%) translateY(200%); */
  background: #ff9c00;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  font-weight: bold;
}

@media (min-width: 986px) {
  .timeline-item::before {
    content: attr(data-number);
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%) translateY(-100%);
    background: #ff9c00;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
  }

  .row1,
  .row3,
  .row5 {
    display: flex;
    flex-direction: row;
    margin-left: 40px;
  }
  .row2,
  .row4 {
    display: flex;
    flex-direction: row-reverse;
    margin-right: 40px;
  }
  .row2 .timeline-item::before,
  .row4 .timeline-item::before {
    transform: translateX(545%) translateY(130%);
  }
  .row1 .timeline-item::before,
  .row3 .timeline-item::before {
    transform: translateX(-650%) translateY(190%);
  }

  .row5 .timeline-item::before {
    transform: translateX(-650%) translateY(170%);
  }

  .timeline::before {
    background: #181716 !important;
    top: 150px;
    bottom: 130px;
  }
}
@media (min-width: 675) and (max-width: 985px) {
  /* .timeline::before {
        display: none;
        visibility: hidden;
        
    } */
  .timeline-item .card {
    position: relative;
  }

  .elmoder-words > p {
    font-weight: 500;
    font-size: 20px;
    padding: 25px;
  }
}

/*******************  departments-section ******************************/
.departments-section h2 {
  color: #f7941d;
}

.dep-head-icon {
  width: 60px;
  height: 60px;
  margin-top: -40px;
  background-color: #fff;
  padding-top: 15px;
  border: 1px #f7941d solid;
}

.departments-section .card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #a5a5a5;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.departments-section .card-text {
  padding-top: 12px;
  color: #f5f5f5;
}

.departments-section .card-title {
  margin: 0;
  font-size: 18px;
  font-weight: 900;
  color: #f5f5f5;
}

/* .departmrnts-section .head-icon{
    margin-top:18px;
    color:#FF4500
} */

.departments-section img {
  max-width: 100%;
}

/*********************** elmoder section ****************/

.elmoder-section {
  background-image: url(../img/bg-depatrments.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.elmoder-words {
  align-items: center;
  justify-content: center;
  align-content: center;
  justify-content: center;
}

.elmoder-words > p {
  font-weight: 500;
  font-size: 20px;
}

.elmoder-avatar {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-content: center;
  justify-content: center;
  margin: 0px;
  padding: 0px;
  position: relative;
  padding: 20px;
}
/* .avatar{
    position: absolute;
    top: 50px;
} */
.elmoder-avatar > img {
  width: 100%;
}
elmoder-avatar > h2 {
  padding: 50px;
  margin-top: 50px;
}

/*********************** contact us **********************/
#contactID {
  margin-top: 99px !important;
  padding: 35px;
}

#submit {
  color: #fff;
  font-weight: 800;
  background-color: #f7941d;
}

#submit:hover {
  color: #f7941d;
  background-color: #a5a5a5;
}

.bg-form {
  background-image: url(../img/bg-form.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}

.contact-icons {
  width: 50px;
  height: 50px;
  background-color: #fef4e8;
  color: #f7941d;
  font-size: 32px;
  text-align: center;
  padding-top: 10px;
  margin-top: 22px;
}

.content-icons > h4 {
  font-size: 20px;
  font-weight: 600;
}

.contact-form {
  width: 75%;
  padding-bottom: 70px;
}

/*************************  Footer  up / widget *****************************/

.widget-links {
  text-align: start;
  color: #000;
}
.widget-content .widget-links li a {
  color: #000 !important;
  line-height: 1.9;
}
.widget-content .widget-links li a:hover {
  color: #f7941d !important;
}

.footer-section,
.widget-section {
  background-color: #fef4e8;
}

.widget-section img {
  max-width: 30% !important;
}

.social {
  font-size: 30px;
  display: flex;
  text-align: start;
  margin-top: 5px;
}

.social span {
  margin: 12px;
}
.social i {
  color: #a5a5a5;
}
/* .social i:hover {
    color: #F7941D;
} */
#twitter-x-icon {
  max-width: 60px !important;
  position: absolute;
  top: -5px;
  right: -35px;
}
.footer-section {
  color: #000;
  font-weight: 700;
  font-size: 16px !important;
}

.gradient-underline {
  width: 100px;
  height: 5px;
  background: linear-gradient(90deg, #f8f5f2, #fef4e8, #f7941d);
  border-radius: 7px;
  text-align: center;
}

/*************************  Footer  down  *****************************/

#scroll-to-top {
  background-color: #f7941d;
  display: none;
  width: 55px !important;
  height: 55px !important;
  text-align: center;
  font-size: 25px !important;
  border-radius: 50%;
  line-height: 45px;
  color: #fff;
  position: fixed;
  bottom: 15px !important;
  right: 50px;
  z-index: 999;
}

/* #scroll-to-top {
    background-color: #a5a5a5;
} */
#scroll-to-top:hover {
  background-color: #a5a5a5;
}

.arrow_carrot-up::before {
  font-size: 40px !important;
  font-weight: 500 !important;
}

::selection {
  background-color: #a5a5a5;
}

::-webkit-scrollbar-thumb {
  background: #f7941d;
}

/*****************************  Media query   ***********************8*/

.burger-menu {
  width: 20px;
  height: 20px;
  margin: 7px;
}
.mobile-menu-icon {
  border: 2px black solid;
  padding: 9px !important;
  border-radius: 12px;
}
.line-menu.line-half {
  width: 100%;
}

.line-menu {
  background-color: #222;
  border-radius: 2px;
  width: 100%;
  height: 2.5px;
}

@media (max-width: 575px) {
  .widget-content img {
    width: 30% !important;
  }

  .primary-header .header-logo {
    text-align: center;
  }

  .content-info li {
    margin-bottom: 10px !important;
  }

  .widget-section {
    display: flex;
  }

  div#widget-logo {
    order: 0;
  }

  div#widget-links {
    order: 1;
  }

  div#widget-desc {
    order: 2;
  }
  #banner-small-img {
    max-width: 45% !important;
  }
  .banner-small {
    position: absolute;
    top: 35px;
    left: 5px;
  }
  .slider-content {
    align-items: center;
    text-align: center;
    padding-top: 30px;
    margin-top: 40px;
    margin-right: 30px;
  }
  .timeline-item .card {
    position: relative;
    padding: 20px;
    border-radius: 8px;
    background: #f8f9fa;
    text-align: start;
    margin-bottom: 50px;
    font-size: 10px !important;
    line-height: 2px;
  }
  .timeline-item .card h5 {
    font-size: large;
  }
  .timeline::before {
    display: contents;
  }
}

@media (max-width: 580px) {
  .header-right a.menu-btn {
    font-size: 16px;
    padding: 0 25px;
  }

  .widget-section {
    display: flex;
  }

  div#widget-logo {
    order: 0;
  }

  div#widget-links {
    order: 1;
  }

  div#widget-desc {
    order: 2;
  }
}

@media (max-width: 767px) {
  body,
  p {
    font-size: 20px;
    line-height: 22px;
  }

  .primary-header .header-logo {
    text-align: center;
  }

  .content-info li {
    margin-bottom: 10px !important;
  }

  .header-right a.menu-btn {
    font-size: 18px;
    padding: 8px 30px;
    border-radius: 15px;
  }

  .widget-section {
    display: flex;
    direction: rtl;
  }

  div#widget-logo {
    order: 0;
  }

  div#widget-links {
    order: 1;
  }

  div#widget-desc {
    order: 2;
  }
  .elmoder-words > p {
    font-weight: 400;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .about .about-img {
    min-height: 350px;
    width: 100% !important;
    margin: 0px !important;
  }
  .elmoder-avatar {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    justify-content: center;
    margin: 0px;
    padding: 0px;
    position: relative;
    padding: 20px;
  }
}

/************************************************************/

/* 
        .feature-box {
            background-color: #f8f9fa;
            border-radius: 10px;
            padding: 20px;
            margin-top: 20px;
            position: relative;
        }
        .feature-box::before {
            content: '1';
            position: absolute;
            left: -30px;
            top: 20px;
            background-color: #ff7f00;
            color: white;
            border-radius: 50%;
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .feature-icon {
            color: #ff7f00;
            font-size: 24px;
            margin-bottom: 10px;
        }
        .feature-title {
            font-weight: bold;
            margin-bottom: 10px;
        } */
