@font-face {
  font-family: 'Cairo';
  src: url('../fonts/Cairo-ExtraLight.ttf');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Cairo';
  src: url('../fonts/Cairo-Light.ttf');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Cairo';
  src: url('../fonts/Cairo-Medium.ttf');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Cairo';
  src: url('../fonts/Cairo-SemiBold.ttf');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLight.ttf');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.ttf');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.ttf');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Tajawal';
  src: url('../fonts/Tajawal-Light.ttf');
  font-weight: 300;
  font-style: normal;
}
/* RIGHT */
@font-face {
  font-family: 'Tajawal';
  src: url('../fonts/Tajawal-ExtraLight.ttf');
  font-weight: 200;
  font-style: normal;
}
/* RIGHT */
@font-face {
  font-family: 'Tajawal';
  src: url('../fonts/Tajawal-Medium.ttf');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Tajawal';
  src: url('../fonts/Tajawal-Bold.ttf');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.ttf');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Tajawal';
  src: url('../fonts/Tajawal-ExtraBold.ttf');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Kefa';
  src: url('../fonts/kefa-bold.ttf');
  font-weight: bold;
  font-style: bold;
}
* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

@media (max-width: 968px) {
  html {
    overflow-x: hidden;
  }
}
.container {
  /* background-color: #f2f2f2; */
  /* background: linear-gradient(#fff, #f4f4f4, 10%) no-repeat; */
  /* background: linear-gradient(#fff, black); */
  /* background: linear-gradient(0deg, #f4f4f4, #fff 10%) no-repeat;
  -webkit-clip-path: circle(95% at 50% 23%);
  clip-path: circle(95% at 50% 23%); */
  /* padding-bottom: 150px; */
  min-height: 100%;
}
/* @media (max-width: 1200px) {
  .container {
    -webkit-clip-path: circle(90% at 50% 30%);
    clip-path: circle(90% at 50% 30%);
  }
} */
/* @media (max-width: 968px) {
  .container {
    -webkit-clip-path: circle(95% at 50% 30%);
    clip-path: circle(95% at 50% 30%);
  }
} */

.header {
  width: 100vw;
  max-width: 1200px;
  min-height: 600px;
  height: 715px;
  padding: 90px 0;
  margin: 100px auto 0 auto;
  background-color: #ffffff;
  z-index: 3;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  background-image: url('../assets/Group 30232.png');
  background-repeat: round;
  background-size: contain;
}
@media (max-width: 968px) {
  .header {
    padding: 70px 0;
    min-height: 70%;
    margin: 0;
    min-height: 500px;
    height: 500px;
    background-size: auto;
    border-radius: 30px;
    width: 97%;
    margin: 72px auto 0 auto;
  }
}
.header .nav-container {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100vw;
  height: 70px;
  z-index: 2;
  background-color: #ffffff;
}
.header .nav-container .sidebar-icon,
.header .nav-container .nav-logo-res {
  display: none;
}
.header .nav-container ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
  width: 80%;
  max-width: 1200;
  min-height: 500px;
  margin-top: 50px;
  margin: 50px auto;
  min-height: 70px;
  margin: 0 auto 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
  list-style: none;
}
@media (max-width: 968px) {
  .header .nav-container ul {
    width: 100%;
    min-width: 0;
    max-width: 1200;
  }
}
.header .nav-container ul a {
  text-decoration: none;
  font: normal normal 600 16px/40px Poppins;
  color: #09527e;
  transition: all 0.3s ease-in-out;
}
.header .nav-container ul a:hover {
  color: #57bc7b;
}
.header .nav-container ul .logo a img {
  width: 60px;
  height: 54px;
  -o-object-fit: contain;
  object-fit: contain;
}
.header .nav-container ul .res-nav-close-icon {
  display: none;
}
@media (max-width: 968px) {
  .header .nav-container {
    padding: 0 30px;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header .nav-container .sidebar-icon,
  .header .nav-container .nav-logo-res {
    display: block;
  }
  .header .nav-container .sidebar-icon {
    width: 50px;
    height: 50px;
  }
  .header .nav-container ul {
    width: 350px;
    position: fixed;
    min-height: 400px;
    left: calc(100% + 350px);
    top: 0;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    min-height: 400px;
    transition: all 0.5s ease-in-out;
    background-color: #60be79;
    z-index: 1000000000000000000000000;
    height: 100vh;
  }

  .header .nav-container ul .res-nav-close-icon {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 10px;
    left: 20px;
    display: block;
  }
  .header .nav-container ul li a {
    color: #fff;
    font-size: 30px;
  }
  .header .nav-container ul li:has(> .logo) {
    display: none;
  }
}
.header h1 {
  font: normal normal 200 64px/92px Poppins;
  color: #ffffff;
  margin: 0;
  padding: 0;
  z-index: 2;
  text-align: center;
  margin-bottom: 20px;
  white-space: nowrap;
  animation: typing 2s steps(40, end), blink-caret 0.75s step-end infinite;
  overflow: hidden;
  padding-bottom: 18px;
}
.header h1.ar {
  font-family: Cairo;
}
@media (max-width: 968px) {
  .header h1 {
    font-size: 27px;
    text-align: center;
    line-height: 45px !important;
    animation: none;
    white-space: normal;
    overflow: visible;
  }
}
.header .header-about-button-container {
  display: flex;
  margin-top: 25px;
}
.header .header-about-button-container .button-wrapper {
  opacity: 1;
  transition: all 1s ease-in-out;
}
.header .header-about-button-container .button-wrapper.active {
  transform: translate3d(0%, 30px, 0);
  opacity: 0;
}
.header .header-about-button-container a {
  text-decoration: none;
  background-color: #ffffff;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  transition: all 0.3s ease-in-out;
  height: 60px;
  font: normal normal normal 23px/41px Tajawal;
  color: #57bc7b;
  border-radius: 20px;
  padding: 0 60px;
  border: 2px solid #57bc7b;
  width: 210px;
  padding: 0 45px !important;
  margin: 0 10px;
  font: normal normal 400 15px/23px Poppins;
  padding: 0 !important;
}
@media (max-width: 968px) {
  .header .header-about-button-container a {
    border-radius: 20px;
    height: 50px;
  }
  .header .header-about-button-container a img {
    width: 22px;
    height: 22px;
    margin-left: 10px !important;
  }
  .header .header-about-button-container a img.ar {
    margin-left: 0 !important;
    margin-right: 10px !important;
  }
}
.header .header-about-button-container a.ar {
  font-family: Cairo;
}
@media (max-width: 968px) {
  .header .header-about-button-container a {
    margin: 10px 0;
  }
}
@media (max-width: 968px) {
  .header .header-about-button-container {
    width: 100%;
    justify-content: space-evenly;
  }
  .header .header-about-button-container a {
    width: 180px;
  }
}
.partner-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  min-height: 120px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 968px) {
  .partner-wrapper .content {
    overflow-x: auto;
  }
  .partner-wrapper .content img {
    width: 250px !important;
    margin: 0 20px;
    box-shadow: none !important;
  }
}
.partner-wrapper .content {
  width: 1200px;
  margin-top: 50px;
  min-height: 100px;
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.partner-wrapper .content img {
  /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
  width: 16%;
  transition: all 0.7s ease-in-out;
  box-shadow: 0px 3px 35px rgba(0, 0, 0, 0.1607843137);
}
/* .partner-wrapper .content img:nth-child(5) {
  margin: 0 !important;
} */

.partner-wrapper .content img.active {
  transform: translate3d(0%, 10%, 0);
  opacity: 0;
}
.header .header-main-img {
  width: 80%;
  height: 80%;
  max-width: 1200px;
  padding-right: 100px;
  z-index: 2;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  border: p;
}
.header .header-main-img.upper {
  transform: translate3d(0%, -20px, 0px);
}
.header .header-main-img.down {
  transform: translate3d(0%, 20px, 0px);
}
.header .header-main-img.active {
  transform: translate3d(0%, 10%, 0);
  opacity: 0;
}
@media (max-width: 600px) {
  .header .header-main-img {
    padding-right: 25px;
    width: 100%;
    margin: 0 !important;
  }
}

.header-about {
  z-index: 1;
  /* background-color: rgba(87, 188, 123, 0.1490196078); */
  /* background-color: #e6f5eb; */
  /* padding: 80px 0 0px 0; */
  /* position: relative;
  top: -460px; */
  /* clip-path: polygon(53% 0, 100% 0, 100% 38%, 100% 69%, 100% 90%, 51% 100%, 0 90%, 0 70%, 0 32%, 0 0); */
  display: flex;
  align-items: center;
  justify-content: center;
  /* -webkit-clip-path: polygon(50% 0%, 100% 0%, 100% 24%, 100% 93%, 50% 100%, 0 93%, 0 62%, 0% 43%, 0 0%);
  clip-path: polygon(50% 0%, 100% 0%, 100% 24%, 100% 93%, 50% 100%, 0 93%, 0 62%, 0% 43%, 0 0%); */
}
@media (max-width: 968px) {
  .header-about {
    padding: 80px 0 0px 0;
  }
}
.header-about .about-wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
  width: 100%;
  max-width: 1200px;
  min-height: 500px;
  margin-top: 50px;
  margin: 50px auto;
  margin: auto;
  background-color: #fff7f7;
  border-radius: 15px;
  padding: 150px 0 130px 0;
}
@media (max-width: 968px) {
  .header-about .about-wrapper {
    width: 100%;
    min-width: 0;
    max-width: 1200;
    padding: 150px 0 0 0;
  }
}
@media (max-width: 968px) {
  .header-about .about-wrapper {
    margin-top: 0;
    flex-direction: column;
  }
  .header-about .about-wrapper .header-about-image img.main-img {
    width: 95%;
    max-width: 350px;
    order: 2;
  }
  .header-about .about-wrapper .header-about-image a {
    font-size: 20px !important;
    padding: 0 30px !important;
    order: 1;
  }
}
.header-about .about-wrapper .header-about-image,
.header-about .about-wrapper .header-about-content {
  width: 45%;
  min-height: 600px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.header-about .about-wrapper .header-about-image.header-about-content,
.header-about .about-wrapper .header-about-content.header-about-content {
  justify-content: center;
}
.header-about .about-wrapper .header-about-image.header-about-content h2,
.header-about .about-wrapper .header-about-content.header-about-content h2 {
  width: 80% !important;
}
.header-about .about-wrapper .header-about-image.header-about-content h2.ar span,
.header-about .about-wrapper .header-about-content.header-about-content h2.ar span {
  font-family: Cairo !important;
}
.header-about .about-wrapper .header-about-image.header-about-content h2 span:nth-child(1),
.header-about .about-wrapper .header-about-content.header-about-content h2 span:nth-child(1) {
  font: normal normal 600 40px/60px Poppins;
  color: #57bc7b;
}
.header-about .about-wrapper .header-about-image.header-about-content h2 span:nth-child(2),
.header-about .about-wrapper .header-about-content.header-about-content h2 span:nth-child(2) {
  font: normal normal 600 40px/60px Poppins;
  color: #273981;
}
@media (max-width: 968px) {
  .header-about .about-wrapper .header-about-image.header-about-content h2,
  .header-about .about-wrapper .header-about-content.header-about-content h2 {
    width: 100%;
    text-align: center;
    position: absolute;
    top: -154%;
  }
  @media (max-width: 420px) {
    .header-about .about-wrapper .header-about-content.header-about-content h2 {
      top: -145%;
    }
  }
  @media (max-width: 380px) {
    .header-about .about-wrapper .header-about-content.header-about-content h2 {
      top: -115%;
    }
    .header-about .about-wrapper .header-about-content.header-about-content h2.ar {
      top: -175%;
    }
  }
  .header-about .about-wrapper .header-about-image.header-about-content h2 span,
  .header-about .about-wrapper .header-about-content.header-about-content h2 span {
    font-size: 30px !important;
  }
}
.header-about .about-wrapper .header-about-image.header-about-content .slider,
.header-about .about-wrapper .header-about-content.header-about-content .slider {
  width: 80%;
  height: 100%;
  z-index: 9;
}
.header-about .about-wrapper .header-about-image.header-about-content .slider article,
.header-about .about-wrapper .header-about-content.header-about-content .slider article {
  font: normal normal 300 20px/40px Poppins;
  color: #555555;
  min-height: 200px;
  transition: all 2s ease-in-out;
}
.header-about .about-wrapper .header-about-image.header-about-content .slider article span,
.header-about .about-wrapper .header-about-content.header-about-content .slider article span {
  opacity: 1;
}
.header-about .about-wrapper .header-about-image.header-about-content .slider article span:nth-child(1),
.header-about .about-wrapper .header-about-content.header-about-content .slider article span:nth-child(1) {
  transition: all 0.5s ease-in-out;
}
.header-about .about-wrapper .header-about-image.header-about-content .slider article span:nth-child(2),
.header-about .about-wrapper .header-about-content.header-about-content .slider article span:nth-child(2) {
  transition: all 1.5s ease-in-out;
}
.header-about .about-wrapper .header-about-image.header-about-content .slider article span:nth-child(3),
.header-about .about-wrapper .header-about-content.header-about-content .slider article span:nth-child(3) {
  transition: all 2s ease-in-out;
}
.header-about .about-wrapper .header-about-image.header-about-content .slider article span.active,
.header-about .about-wrapper .header-about-content.header-about-content .slider article span.active {
  opacity: 0;
}
.header-about .about-wrapper .header-about-image.header-about-content .slider article.ar,
.header-about .about-wrapper .header-about-content.header-about-content .slider article.ar {
  font-family: Cairo;
}
@media (max-width: 968px) {
  .header-about .about-wrapper .header-about-image.header-about-content .slider article,
  .header-about .about-wrapper .header-about-content.header-about-content .slider article {
    font-size: 20px !important;
    line-height: 37px !important;
    text-align: center;
    max-height: 320px;
    width: 100%;
  }
}
.header-about .about-wrapper .header-about-image.header-about-content .slider .buttons-container,
.header-about .about-wrapper .header-about-content.header-about-content .slider .buttons-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-top: 20px;
  justify-content: flex-start;
  margin-right: auto;
  margin-top: 40px;
}
.header-about .about-wrapper .header-about-image.header-about-content .slider .buttons-container .arrow,
.header-about .about-wrapper .header-about-content.header-about-content .slider .buttons-container .arrow {
  /* width: 100px;
  height: 100px; */
  width: 51px;
  height: 37px;
  border-radius: 10px;
  border: none;
  position: block;
  cursor: pointer;
  position: relative;
  /* color: #ffc30a; */
  margin: 0 10px;
  transition: all 0.7s ease-in-out;
  cursor: pointer;
  border: 1px solid #749bb4;
  background-color: #ffffff00;
}
.header-about .about-wrapper .header-about-image.header-about-content .slider .buttons-container .arrow:hover,
.header-about
  .about-wrapper
  .header-about-content.header-about-content
  .slider
  .buttons-container
  .arrow:hover {
  opacity: 0.5;
}
@media (max-width: 968px) {
  .header-about .about-wrapper .header-about-image.header-about-content .slider .buttons-container,
  .header-about .about-wrapper .header-about-content.header-about-content .slider .buttons-container {
    margin: 0;
    justify-content: center;
    margin-top: 50px;
    /* position: absolute;
    bottom: -150%;
    left: 0%; */
    width: 100%;
  }
}
.header-about .about-wrapper .header-about-image.header-about-content .slider ul,
.header-about .about-wrapper .header-about-content.header-about-content .slider ul {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  /* margin-left: 4%; */
  padding: 0 18px;
  width: 143px;
}
@media (max-width: 1175px) {
  .header-about .about-wrapper .header-about-image.header-about-content .slider ul,
  .header-about .about-wrapper .header-about-content.header-about-content .slider ul {
    padding: 0 30px;
  }
}
.header-about .about-wrapper .header-about-image.header-about-content .slider ul li,
.header-about .about-wrapper .header-about-content.header-about-content .slider ul li {
  margin: 0;
  padding: 0;
  width: 12px;
  height: 12px;
  background-color: #749bb4;
  border-radius: 50%;
  margin: 0 5px;
  transition: all 0.7s ease-in-out;
  cursor: pointer;
}
.header-about .about-wrapper .header-about-image.header-about-content .slider ul li:hover,
.header-about .about-wrapper .header-about-content.header-about-content .slider ul li:hover {
  opacity: 0.5;
}
@media (max-width: 968px) {
  .header-about .about-wrapper .header-about-image.header-about-content .slider ul,
  .header-about .about-wrapper .header-about-content.header-about-content .slider ul {
    margin: 20px 0 0 0;
    justify-content: center;
    /* position: absolute;
    bottom: -160%;
    left: 0%; */
    width: 100%;
  }
}
.header-about .about-wrapper .header-about-image.header-about-content .slider ul li,
.header-about .about-wrapper .header-about-content.header-about-content .slider ul li {
  background-color: #273981;
  opacity: 0.56;
}
@media (max-width: 968px) {
  .header-about .about-wrapper .header-about-image.header-about-content,
  .header-about .about-wrapper .header-about-content.header-about-content {
    justify-content: flex-start;
    min-height: 300px;
    margin-bottom: 125px;
    order: 2;
  }
}
.header-about .about-wrapper .header-about-image.header-about-image,
.header-about .about-wrapper .header-about-content.header-about-image {
  justify-content: space-around;
  transition: all 0.8s ease-in-out;
  opacity: 1;
  order: 1;
  padding-top: 50px;
}
.header-about .about-wrapper .header-about-image.header-about-image {
  flex-direction: row;
  position: relative;
}
.header-about .about-wrapper .header-about-image.header-about-image img {
  object-fit: contain;
}
.header-about .about-wrapper .header-about-image.header-about-image img:nth-child(2) {
  /* border: 2px solid red; */
  position: relative;
  z-index: 1;
  top: -110px;
  left: -90px;
}
.header-about .about-wrapper .header-about-image.header-about-image img:nth-child(1) {
  z-index: 2;
}
.header-about .about-wrapper .header-about-image.header-about-image.active,
.header-about .about-wrapper .header-about-content.header-about-image.active {
  transform: translate3d(0%, 10%, 0);
  opacity: 0;
}
.header-about .about-wrapper .header-about-image.header-about-image img.main-img,
.header-about .about-wrapper .header-about-content.header-about-image img.main-img {
  width: 300px;
  height: 460px;
}
/* @media (max-width: 1200px) {
  .header-about .about-wrapper .header-about-image.header-about-image img.main-img,
  .header-about .about-wrapper .header-about-content.header-about-image img.main-img {
    width: 500px;
    height: 400px;
  }
} */
@media (max-width: 968px) {
  .header-about .about-wrapper .header-about-image.header-about-image img.main-img,
  .header-about .about-wrapper .header-about-content.header-about-image img.main-img {
    width: 150px;
    height: 240px;
    object-fit: contain;
  }
  /* .header-about {
    padding-bottom: 160px;
  } */
  .header-about .about-wrapper .header-about-image.header-about-image {
    /* border: 1px solid black !important; */
    justify-content: center;
    direction: ltr;
  }
  img.main-img:nth-child(2) {
    /* border: 1px solid red; */
    left: -35px !important;
  }
}
@media (max-width: 968px) {
  .header-about .about-wrapper .header-about-image,
  .header-about .about-wrapper .header-about-content {
    width: 100%;
  }
  .header-about .about-wrapper .header-about-image.header-about-image,
  .header-about .about-wrapper .header-about-content.header-about-image {
    min-height: 330px;
  }
  .header-about .about-wrapper .header-about-image.header-about-image img,
  .header-about .about-wrapper .header-about-content.header-about-image img {
    width: 340px;
    height: 280px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 60px;
  }
}
@media (max-width: 968px) {
  /* .header-about {
    -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 24%, 100% 98%, 50% 100%, 0 98%, 0 62%, 0% 43%, 0 0);
    clip-path: polygon(50% 0%, 100% 0, 100% 24%, 100% 98%, 50% 100%, 0 98%, 0 62%, 0% 43%, 0 0);
  } */
}

.page-section {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
  width: 95%;
  max-width: 1200px;
  min-height: 500px;
  margin-top: 50px;
  margin: 50px auto;
}
@media (max-width: 968px) {
  .page-section {
    width: 100%;
    min-width: 0;
    max-width: 1200px;
  }
}
.page-section.service-products {
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 100px;
  /* margin-top: -300px; */
}
.service-content.ar * {
  font-family: Cairo !important;
}
@media (max-width: 968px) {
  .page-section.service-products {
    margin: 0 auto 50px auto;
  }
}
.page-section.service-products .buttons-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-top: 20px;
  flex-direction: column;
  width: 100%;
}
.page-section.service-products .buttons-container .arrow {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  border: none;
  position: block;
  cursor: pointer;
  position: relative;
  color: #ffc30a;
  margin: 0 10px;
  transition: all 0.7s ease-in-out;
  cursor: pointer;
  border: 1px solid #273981;
}
.page-section.service-products .buttons-container .arrow:hover {
  opacity: 0.5;
}
@media (max-width: 968px) {
  .page-section.service-products .buttons-container {
    display: none;
  }
}
.page-section.service-products ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.page-section.service-products ul li {
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  background-color: #273981;
  border-radius: 50%;
  margin: 0 10px;
  transition: all 0.7s ease-in-out;
  cursor: pointer;
}
.page-section.service-products ul li:hover {
  opacity: 0.5;
}
@media (max-width: 968px) {
  .page-section.service-products ul {
    display: none;
  }
}
.page-section.service-products .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* justify-content: center; */
  flex-direction: row;
  max-width: 100%;
  min-height: 500px;
  margin-top: 50px;
  margin: 50px auto;
  /* width: 100% !important; */
  min-height: 100px;
  flex-wrap: wrap;
  padding: 0 10px;
  min-width: 100px;
  /* border: 2px solid black; */
  /* width: 500px; */
  margin: 0 4px;
}
.page-section.page-section.service-products .title h2 {
  animation-duration: 1s !important;
}
.page-section.service-products .title h2,
.page-section.our-numbers .title h2,
.page-section.articles .title h2,
.news .news-container .title h2 {
  width: 100%;
  height: 200%;
  /* animation-duration: 1s;
  width: 500px; */
}
@media (max-width: 968px) {
  .page-section.service-products .title {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }
}
.page-section.service-products .title h2 {
  margin: 0;
  padding: 0;
}
.page-section.service-products .title h2.ar span {
  font-family: Cairo !important;
}
.page-section.service-products .title h2 span:nth-child(1) {
  font: normal normal 600 40px/60px Poppins;
  color: #57bc7b;
}
.page-section.service-products .title h2 span:nth-child(2) {
  font: normal normal 600 40px/60px Poppins;
  color: #273981;
}
.page-section.service-products .title h2 span:nth-child(3) {
  font: normal normal 600 40px/60px Poppins;
  color: #273981;
}
@media (max-width: 968px) {
  .page-section.service-products .title {
    margin: 0 !important;
  }
  .page-section.service-products .title h2 {
    text-align: center;
    width: 100%;
  }
  .page-section.service-products .title h2 span {
    font-size: 30px !important;
    line-height: 35px !important;
  }
}
.page-section.service-products .content {
  width: 100%;
  min-height: 500px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
}
@media (max-width: 968px) {
  .page-section.service-products .content {
    overflow-x: auto;
    min-height: 350px;
    justify-content: flex-start !important;
    overflow-y: hidden;
    padding: 0 0 30px 0;
  }
}
.page-section.service-products .content .item {
  width: 31%;
  min-height: 550px;
  height: 100%;
  border-radius: 20px;
  padding-bottom: 50px;
  background-color: #f8f4e7;
  box-shadow: 0px 3px 45px #00000029;
  transition: all 0.8s ease-in-out;
  opacity: 1;
  position: relative;
}
.page-section.service-products .content .item:nth-child(1) {
  background-color: #851a89;
}
.page-section.service-products .content .item:nth-child(2) {
  background-color: #57bc7b;
}
.page-section.service-products .content .item:nth-child(3) {
  background-color: #e3d144;
}
.page-section.service-products .content .item h3 {
  text-align: center;
  width: 100%;
}
.page-section.service-products .content .item:nth-child(1) h3 {
  color: #ffffff;
}
.page-section.service-products .content .item:nth-child(2) h3 {
  color: #272727;
}
.page-section.service-products .content .item:nth-child(3) h3 {
  color: #651569;
}
.page-section.service-products .content .item .service-bullet {
  background-color: #ffffff3d;
}
.page-section.service-products .content .item .title {
  margin-top: 0;
  justify-content: space-between;
  padding: 15px 20px;
}
.page-section.service-products .content .item .title h3 {
  font: normal normal 500 20px/30px Poppins;
}
.page-section.service-products .content .item .title h3.ar {
  font-family: Cairo !important;
}
.page-section.service-products .content .item .title img {
  width: 80px;
  height: 80px;
}
@media (max-width: 1300px) {
  .page-section.service-products .content .item .title {
    padding: 0 10px;
  }
  .page-section.service-products .content .item .title h3 {
    font: normal normal 500 20px/30px Poppins;
  }
  .page-section.service-products .content .item .title h3.ar {
    font-family: Cairo !important;
  }
  .page-section.service-products .content .item .title img {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 968px) {
  .page-section.service-products .content .item .title {
    padding: 30px 20px !important;
  }
  .page-section.service-products .content .item .title h3 {
    font-size: 22px !important;
    height: 33px !important;
  }
  .page-section.service-products .content .item .title img {
    width: 80px;
    height: 80px;
  }
}
.page-section.service-products .content .item img {
  /* width: 90%;
  height: 156px; */
  margin: 0 5% 20px 5%;
  width: 300px;
  height: 165px;
  border-radius: 15px;
}

.page-section.service-products .content .item p {
  font: normal normal 300 16px/25px Poppins;
  color: #ffffff;
  padding: 0 20px;
  /* border: 1px solid black; */
}
/* .page-section.service-products .content .item p:nth-child(1) {
  border: 1px solid black;
} */
.service-bullet {
  width: 12px;
  height: 12px;
  display: block;
  background-color: #57bc7b3d;
  border-radius: 50%;
  margin: 0 10px;
}
.page-section.service-products .content .item p span {
  transition: all 0.5s ease-in-out;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.page-section.service-products .content .item p.active span {
  opacity: 0;
}
.page-section.service-products .content .item .button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.page-section.service-products .content .item .button-wrapper {
  /* border: 2px solid red; */
  position: absolute;
  bottom: -20px;
}
.page-section.service-products .content .item .button-container button {
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  transition: all 0.3s ease-in-out;
  height: 55px;
  color: #57bc7b;
  padding: 0 60px;
  border-radius: 20px !important;
  padding: 0 !important;
  width: 180px !important;
  cursor: pointer;
  font: normal normal 400 18px/23px Poppins;
  border: 2px solid #57bc7b;
}
.service-item a {
  text-decoration: none;
}
@media (max-width: 968px) {
  .page-section.service-products .content .item .button-container button {
    border-radius: 20px;
    height: 50px;
  }
  .page-section.service-products .content .item .button-container button img {
    width: 22px;
    height: 22px;
    margin-left: 10px !important;
  }
  .page-section.service-products .content .item .button-container button img.ar {
    margin-left: 0 !important;
    margin-right: 10px !important;
  }
}
@media (max-width: 1200px) {
  .page-section.service-products .content .item .button-container button {
    font-size: 19px !important;
  }
}
@media (max-width: 968px) {
  .page-section.service-products .content .item {
    min-width: 90vw;
    max-width: 350px;
    margin: 0 5%;
    /* border: 2px solid black; */
    height: 460px;
  }
  .page-section.service-products .content .item article {
    font-size: 25px;
    height: auto !important;
  }
  .page-section.service-products .content .item p {
    font-size: 20px;
    height: auto !important;
  }
  .page-section.service-products .content .item .button-container button {
    margin-bottom: 20px !important;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .page-section.service-products .content .item {
    min-height: 550px;
    padding-bottom: 30px;
    border-radius: 35px;
  }
  .page-section.service-products .content .item .title {
    min-height: 80px;
    margin: 10px 0;
  }
  .page-section.service-products .content .item article {
    font-size: 16px !important;
    line-height: 22px !important;
  }
  .page-section.service-products .content .item p {
    font-size: 16px !important;
    line-height: 30px !important;
    height: 100px;
  }
  .page-section.service-products .content .item .button-container {
    justify-content: space-around;
    margin-top: 7%;
  }
  .page-section.service-products .content .item .button-container button {
    width: 45%;
    font-size: 13px !important;
    padding: 0 15px !important;
    margin: 0 !important;
  }
}
.service-img-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-section.service-products .service-item:nth-child(1) {
  transition: all 0.3s ease-in-out !important;
}
.page-section.service-products .service-item:nth-child(3) {
  transition: all 0.3s ease-in-out;
  transition-delay: 300ms;
}
.page-section.service-products .service-item.active {
  transform: translate3d(0%, 10%, 0);
  opacity: 0;
}
.service-item.ar * {
  font-family: Cairo !important;
}
.page-section.contact-form {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
  width: 80%;
  max-width: 1200px;
  min-height: 500px;
  margin-top: 50px;
  margin: 50px auto;
  min-height: 205px;
  background: transparent linear-gradient(169deg, #e8e84c 0%, #60bf7a 100%) 0% 0% no-repeat padding-box;
  position: relative;
  border-radius: 38px;
}
@media (max-width: 968px) {
  .page-section.contact-form {
    width: 100%;
    min-width: 0;
    max-width: 1200px;
  }
}
.page-section.contact-form img.layout-img {
  position: absolute;
  top: 0;
  left: 6%;
  width: 500px;
  height: 200px;
  z-index: 1;
}
.page-section.contact-form a {
  text-decoration: none;
  z-index: 2;
  background-color: #273981;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  transition: all 0.3s ease-in-out;
  height: 70px;
  font: normal normal normal 23px/41px Tajawal;
  color: #ffffff;
  border-radius: 41px;
  padding: 0 60px;
}
@media (max-width: 968px) {
  .page-section.contact-form a {
    border-radius: 20px;
    height: 50px;
  }
  .page-section.contact-form a img {
    width: 22px;
    height: 22px;
    margin-left: 10px !important;
  }
  .page-section.contact-form a img.ar {
    margin-left: 0 !important;
    margin-right: 10px !important;
  }
}
.page-section.contact-form a:hover img {
  margin-left: 35px;
}
.page-section.contact-form a img {
  margin-left: 25px;
  transition: all 0.5s ease-in-out;
}
.page-section.contact-form a img.ar {
  margin-left: 0;
  margin-right: 25px;
}
.page-section.contact-form h2 {
  font: normal normal normal 35px/60px Poppins;
  color: #ffffff;
  z-index: 1;
}
@media (max-width: 1200px) {
  .page-section.contact-form h2 {
    font-size: 30px !important;
  }
}
@media (max-width: 968px) {
  .page-section.contact-form {
    flex-direction: column;
    justify-content: center !important;
  }
  .page-section.contact-form img.layout-img {
    width: 90%;
    height: 100%;
  }
  .page-section.contact-form a {
    order: 2;
    padding: 0 30px !important;
    font-size: 20px !important;
  }
  .page-section.contact-form h2 {
    order: 1;
    z-index: 11;
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 25px !important;
  }
}

.page-section.our-numbers {
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 0;
  position: relative;
}
/* .page-section.our-numbers .customeCircle {
  width: 1800px;
  height: 1000px;
  background-image: url('../assets/Ellipse-29s.png');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -310px !important;
  z-index: -1;
} */

@media (max-width: 968px) {
  .page-section.our-numbers {
    position: relative;
    padding-bottom: 0px;
  }
}
.page-section.our-numbers .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  /* width: 80%; */
  max-width: 100%;
  min-height: 500px;
  margin-top: 50px;
  /* margin: 50px auto;
  margin: auto; */
  /* width: 100% !important; */
  margin-top: 0;
  min-height: 120px;
  /* justify-content: center; */
  padding: 0 10px;
}

@media (max-width: 968px) {
  .page-section.our-numbers .title {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }
}
.page-section.our-numbers .title h2 {
  margin: 0;
  padding: 0;
  animation-duration: 1s;
}
.page-section.our-numbers .title h2.ar span {
  font-family: Cairo !important;
}
.page-section.our-numbers .title h2 span:nth-child(1) {
  font: normal normal 600 40px/60px Poppins;
  color: #57bc7b;
}
.page-section.our-numbers .title h2 span:nth-child(2) {
  font: normal normal 600 40px/60px Poppins;
  color: #273981;
}
.page-section.our-numbers .title button {
  background-color: #273981;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  transition: all 0.3s ease-in-out;
  height: 70px;
  font: normal normal normal 23px/41px Tajawal;
  color: #ffffff;
  border-radius: 41px;
  padding: 0 60px;
}
@media (max-width: 968px) {
  .page-section.our-numbers .title button {
    border-radius: 20px;
    height: 50px;
  }
  .page-section.our-numbers .title button img {
    width: 22px;
    height: 22px;
    margin-left: 10px !important;
  }
  .page-section.our-numbers .title button img.ar {
    margin-left: 0 !important;
    margin-right: 10px !important;
  }
}
.page-section.our-numbers .title button:hover img {
  margin-left: 35px;
}
.page-section.our-numbers .title button img {
  margin-left: 25px;
  transition: all 0.5s ease-in-out;
}
.page-section.our-numbers .title button img.ar {
  margin-left: 0;
  margin-right: 10px;
}
@media (max-width: 968px) {
  .page-section.our-numbers .title {
    min-height: 100%;
    margin: 50px 0 30px 0;
  }
  .page-section.our-numbers .title h2 {
    width: 100%;
    text-align: center;
  }
  .page-section.our-numbers .title h2 span {
    font-size: 30px !important;
    line-height: 35px !important;
    text-align: center;
  }
  .page-section.our-numbers .title h2 span.ar {
    font-family: Cairo !important;
  }
  .page-section.our-numbers .title button {
    font-size: 14px !important;
    padding: 0 30px !important;
    position: absolute;
    bottom: -10%;
    left: calc(50% - 85px);
  }
}
.page-section.our-numbers .content {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 80px;
  background-color: #fff7f7;
  border-radius: 15px;
}
.page-section.our-numbers .content .item {
  width: 33%;
  min-height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  align-items: center;
  transition: all 0.5s ease-in-out;
  opacity: 1;
}
.page-section.our-numbers .content .item:nth-child(1).active,
.page-section.our-numbers .content .item:nth-child(4).active {
  opacity: 0;
  transform: translate3d(-150%, 0, 0px);
}
.page-section.our-numbers .content .item:nth-child(3).active,
.page-section.our-numbers .content .item:nth-child(6).active {
  opacity: 0;
  transform: translate3d(150%, 0, 0px);
}
.page-section.our-numbers .content .item:nth-child(2).active,
.page-section.our-numbers .content .item:nth-child(5).active {
  opacity: 0;
  transform: translate3d(0, 20%, 0px);
}
.page-section.our-numbers .content .item span.ar {
  font-family: Cairo !important;
}
.page-section.our-numbers .content .item span p {
  display: flex;
  align-items: center;
}
.page-section.our-numbers .content .item span:nth-child(1) {
  font: normal normal 300 60px/0px Poppins;
  color: #5d5d5d;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.page-section.our-numbers .content .item span:nth-child(1) img {
  margin-left: 10px;
  width: 78px;
  height: 78px;
}
.page-section.our-numbers .content .item span:nth-child(2) {
  font: normal normal 300 30px/40px Poppins;
  color: #555555;
  margin-right: 55px;
  width: 100%;
  padding: 0 120px;
}
@media (max-width: 968px) {
  .page-section.our-numbers .content {
    margin-bottom: 0;
  }
  .page-section.our-numbers .content .item {
    width: 45%;
    align-items: center;
    justify-content: center;
    min-height: 178px;
  }
  .page-section.our-numbers .content .item span {
    font-size: 20px !important;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    width: 100%;
    margin-right: 0 !important;
  }
  .page-section.our-numbers .content .item span:nth-child(1) {
    flex-direction: column;
    height: 120px;
    font-weight: 500;
  }
  .page-section.our-numbers .content .item span:nth-child(1) p {
    order: 2;
    margin: 0;
    padding: 0;
    line-height: 40px;
  }
  .page-section.our-numbers .content .item span:nth-child(1) img {
    order: 1 !important;
    width: 60px;
    height: 60px;
    position: relative;
    top: 30px;
  }
  .page-section.our-numbers .content .item span:nth-child(2) {
    line-height: 1.5rem;
  }
}
.page-section.our-numbers a {
  text-decoration: none;
  background-color: #ffffff;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  transition: all 0.3s ease-in-out;
  height: 60px;
  font: normal normal 400 13px/20px Poppins;
  color: #57bc7b;
  border-radius: 41px;
  padding: 0 60px;
  border: 2px solid #57bc7b;
  /* font-size: 18px !important; */
  width: 210px;
  padding: 0 !important;
  margin: 0 10px;
}
@media (max-width: 968px) {
  .page-section.our-numbers a {
    border-radius: 20px;
    height: 50px;
  }
  .page-section.our-numbers a img {
    width: 22px;
    height: 22px;
    margin-left: 10px !important;
  }
  .page-section.our-numbers a img.ar {
    margin-left: 0 !important;
    margin-right: 10px !important;
  }
}
.page-section.our-numbers a.ar {
  font-family: Cairo !important;
}
@media (max-width: 968px) {
  .page-section.our-numbers a {
    margin: 10px 0;
  }
}

.page-section.partners {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 330px;
}
.partner-wrapper .title {
  min-height: 100px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  transition: all 0.5s ease-in-out;
  width: 100%;
  margin: 0 auto 0 auto !important;
}
.partner-wrapper .title h2 {
  margin: 0;
  padding: 0;
}
.partner-wrapper .title h2.ar span {
  font-family: Cairo !important;
}
.partner-wrapper .title h2 span:nth-child(1) {
  font: normal normal 600 40px/60px Poppins;
  color: #57bc7b;
}
.partner-wrapper .title h2 span:nth-child(2) {
  font: normal normal 600 40px/60px Poppins;
  color: #273981;
}
@media (max-width: 968px) {
  .partner-wrapper .title h2 span {
    font-size: 30px !important;
  }
}
.partner-wrapper .content {
  min-height: 250px;
  margin-bottom: 20px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  overflow-x: auto;
}
@media (max-width: 968px) {
  .partner-wrapper .content {
    min-height: 190px;
  }
}
.partner-wrapper .content::-webkit-scrollbar {
  background-color: #ecedf6;
  width: 7px;
  height: 10px;
}
.partner-wrapper .content::-webkit-scrollbar-thumb {
  background-color: #57bc7b;
  width: 7px;
  height: 10px;
}
.partner-wrapper .content img {
  width: 200px;
  height: 108px;
  flex-shrink: 0;
  margin: 0 2.5%;
  transition: all 0.5s ease-in-out;
  box-shadow: 0px 3px 35px rgba(0, 0, 0, 0.1607843137);
}
.partner-wrapper .content img:nth-child(1) {
  margin: 0;
}
.partner-wrapper .content img.active {
  transform: translate3d(0%, 10%, 0);
  opacity: 0;
}
@media (max-width: 968px) {
  .partner-wrapper .content img {
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 10px !important;
    box-shadow: none;
  }
}

.page-section.articles {
  min-height: 520px;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  margin: 0 auto 50px auto;
}
@media (max-width: 968px) {
  .page-section.articles {
    min-height: 400px;
    /* margin-bottom: 0; */
  }
}
.page-section.articles .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  width: 80%;
  max-width: 100%;
  min-height: 500px;
  margin-top: 50px;
  /* margin: 50px auto; */
  width: 100% !important;
  margin-top: 0;
  min-height: 100px;
  margin: 10px auto;
  padding: 0 10px;
  /* border: 2px solid black; */
}
.page-section.articles .title h2 {
  width: 500px;
  /* border: 1px solid black ; */
}
@media (max-width: 968px) {
  .page-section.articles .title {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }
}
.page-section.articles .title h2 {
  margin: 0;
  padding: 0;
}
.page-section.articles .title h2.ar span {
  font-family: Cairo !important;
}
.page-section.articles .title h2 span:nth-child(1) {
  font: normal normal 600 40px/60px Poppins;
  color: #57bc7b;
}
.page-section.articles .title h2 span:nth-child(2) {
  font: normal normal 600 40px/60px Poppins;
  color: #273981;
}
@media (max-width: 968px) {
  .page-section.articles .title {
    /* flex-direction: column; */
    /* margin: 20px 0 0 0; */
    /* flex-direction: row; */
    text-align: center;
  }
  .page-section.articles .title h2 span {
    font-size: 30px !important;
  }
}
.page-section.articles button.arrow {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  border: none;
  position: block;
  cursor: pointer;
  color: #ffc30a;
  margin: 0 10px;
  transition: all 0.7s ease-in-out;
  cursor: pointer;
  border: 1px solid #ffc30a;
  position: absolute;
  top: 35%;
}
.page-section.articles button.arrow:hover {
  opacity: 0.5;
}
.page-section.articles button.arrow.prev {
  left: -2%;
}
.page-section.articles button.arrow.next {
  right: -2%;
}
@media (max-width: 968px) {
  .page-section.articles button.arrow {
    display: none;
  }
}
.page-section.articles .content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
.page-section.articles .content .article-item {
  width: 31%;
  min-height: 400px;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  background-color: #f7f7f7;
  border-radius: 15px;
}
.page-section.articles .content .article-item:nth-child(1) h3,
.page-section.articles .content .article-item:nth-child(1) a,
.page-section.articles .content .article-item:nth-child(1) p {
  transition: all 1s ease-in-out 0.5s;
}
.page-section.articles .content .article-item:nth-child(2) h3,
.page-section.articles .content .article-item:nth-child(2) a,
.page-section.articles .content .article-item:nth-child(2) p {
  transition: all 1s ease-in-out 1s;
}
.page-section.articles .content .article-item:nth-child(3) h3,
.page-section.articles .content .article-item:nth-child(3) a,
.page-section.articles .content .article-item:nth-child(3) p {
  transition: all 1s ease-in-out 1.5s;
}
.page-section.articles .content .article-item:nth-child(2) img.article-img {
  transition: all 0.5s ease-in-out 0.5s;
}
.page-section.articles .content .article-item:nth-child(3) img.article-img {
  transition: all 0.5s ease-in-out 1s;
}
.page-section.articles .content .article-item:nth-child(1).active img,
.page-section.articles .content .article-item:nth-child(2).active img,
.page-section.articles .content .article-item:nth-child(3).active img {
  opacity: 0;
}
.page-section.articles .content .article-item:nth-child(1).active h3,
.page-section.articles .content .article-item:nth-child(1).active a,
.page-section.articles .content .article-item:nth-child(1).active p,
.page-section.articles .content .article-item:nth-child(2).active h3,
.page-section.articles .content .article-item:nth-child(2).active a,
.page-section.articles .content .article-item:nth-child(2).active p,
.page-section.articles .content .article-item:nth-child(3).active h3,
.page-section.articles .content .article-item:nth-child(3).active a,
.page-section.articles .content .article-item:nth-child(3).active p {
  transform: translate3d(0%, 30px, 0px);
  opacity: 0;
  transition-delay: 200ms;
}
.page-section.articles .content .article-item img.article-img {
  width: 100%;
  height: 264px;
  -o-object-fit: contain;
  object-fit: contain;
  transition: all 0.5s ease-in-out;
}
.page-section.articles .content .article-item p {
  font: normal normal normal 14px/27px Poppins;
  padding: 0 15px;
  color: #989898;
}
.page-section.articles .content .article-item p.ar {
  font-family: Cairo;
}
.page-section.articles .content .article-item h3,
.page-section.articles .content .article-item a {
  font: normal normal 300 16px/38px Poppins;
  color: #555555;
  margin-top: 0;
  padding: 0 15px !important;
  transition: all 0.5s ease-in-out;
  text-decoration: none;
  display: block;
}
.page-section.articles .content .article-item h3.ar,
.page-section.articles .content .article-item a.ar {
  font-family: Cairo;
}
.page-section.articles .content .article-item h3:hover,
.page-section.articles .content .article-item a:hover {
  color: #273881;
}
.page-section.articles .content .article-item a {
  transition: all 0.3s ease-in-out !important;
}
/* .page-section.articles .content .article-item a h3 {
  padding: 0 !important;
} */
.page-section.articles .content .article-item button {
  background-color: #ffffff;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  transition: all 0.3s ease-in-out;
  height: 70px;
  font: normal normal normal 23px/41px Tajawal;
  color: #273a80;
  border-radius: 41px;
  padding: 0 60px;
  border: 1px solid #273981;
  max-width: 350px;
}
@media (max-width: 968px) {
  .page-section.articles .content .article-item button {
    border-radius: 20px;
    height: 50px;
  }
  .page-section.articles .content .article-item button img {
    width: 22px;
    height: 22px;
    margin-left: 10px !important;
  }
  .page-section.articles .content .article-item button img.ar {
    margin-left: 0 !important;
    margin-right: 10px !important;
  }
}
.page-section.articles .content .article-item button img {
  transition: all 0.5s ease-in-out;
}
.page-section.articles .content .article-item button:hover img {
  margin-left: 35px;
}
.page-section.articles .content .article-item img.article-img {
  /* width: 100%; */
  width: 90%;
  margin: 0 5%;
}
.page-section.articles .content .article-item button img {
  margin-left: 20px;
}
.page-section.articles .content .article-item button img.ar {
  margin-left: 0;
  margin-right: 20px;
}
@media (max-width: 968px) {
  .page-section.articles .content {
    overflow-x: auto;
    justify-content: flex-start;
    width: 100vw;
  }
  .page-section.articles .content .article-item {
    width: 93%;
    min-width: 330px;
    max-width: 330px;
    flex-shrink: 0;
    margin: 0 10px;
  }
  .page-section.articles .content .article-item p,
  .page-section.articles .content .article-item h3 {
    padding: 0 30px;
  }
  .page-section.articles .content .article-item h3 {
    font-size: 14px;
    line-height: 24px;
  }
  /* .page-section.articles .content .article-item img.article-img {
    width: 100% !important;
  } */
  /* .page-section.articles .content .article-item p {
    font-size: 18px !important;
  }
  .page-section.articles .content .article-item h3 {
    font-size: 25px !important;
  } */
}
.page-section.articles ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin: 50px 0;
  display: none;
}
.page-section.articles ul li {
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  background-color: #273981;
  border-radius: 50%;
  margin: 0 10px;
  transition: all 0.7s ease-in-out;
  cursor: pointer;
}
.page-section.articles ul li:hover {
  opacity: 0.5;
}
@media (max-width: 968px) {
  .page-section.articles ul {
    display: none;
  }
}
.page-section.articles a.all-items {
  text-decoration: none;
  background-color: #ffffff;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  transition: all 0.3s ease-in-out;
  height: 60px;
  font: normal normal normal 23px/41px Tajawal;
  color: #57bc7b;
  border-radius: 16px;
  padding: 0 60px;
  font: normal normal 400 14px/23px Poppins;
  border: 2px solid #57bc7b;
  width: 210px;
  padding: 0 !important;
  margin: 0 10px;
}

.page-section.articles a.all-items:hover {
  background-color: #57bc7b !important;
  border: 1px solid #57bc7b !important;
  color: #fff !important;
}

@media (max-width: 968px) {
  .page-section.articles a.all-items {
    border-radius: 20px;
    height: 50px;
    display: none;
  }
  .page-section.articles a.all-items img {
    width: 22px;
    height: 22px;
    margin-left: 10px !important;
  }
  .page-section.articles a.all-items img.ar {
    margin-left: 0 !important;
    margin-right: 10px !important;
  }
}
.page-section.articles a.all-items.ar {
  font-family: Cairo;
}
@media (max-width: 968px) {
  .page-section.articles a.all-items {
    margin: 10px 0;
  }
}

.news {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  min-height: 500px;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.news .news-wrapper {
  width: 100vw;
  /* margin: 0 auto 50px auto; */
  opacity: 1;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.news .news-wrapper.active {
  border: 5px solid rgba(255, 255, 255, 0);
}
@media (max-width: 968px) {
  .news .news-wrapper {
    width: 95vw;
  }
}
.news .news-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  /* width: 80%; */
  max-width: 1200px;
  min-height: 500px;
  margin-top: 50px;
  /* margin: 50px auto; */
  min-height: 125px;
  /* margin: 0px auto 0px auto; */
}
.news .news-row-flex {
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
@media (max-width: 968px) {
  .news .news-container {
    width: 100%;
    min-width: 0;
    max-width: 1200px;
  }
  .news .news-row-flex {
    /* border: 1px solid black; */
    overflow-y: auto;
  }
  .news .news-row-flex .news-item {
    flex-shrink: 0;
    min-height: 350px !important;
    margin: 0 1%;
  }
}
.news .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-direction: row;

  /* width: 80%; */
  max-width: 1200px;
  min-height: 500px;
  /* margin-top: 50px; */
  /* margin: 50px auto; */
  /* padding-top: 0px; */
  min-height: 60px;
  padding: 0 10px;
  /* margin: auto; */
  /* justify-content: center; */
}
@media (max-width: 968px) {
  .news .title {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }
}
.news .title h2 {
  margin: 0;
  padding: 0;
}
.news .title h2.ar span {
  font-family: Cairo !important;
}
.news .title h2 span:nth-child(1) {
  font: normal normal 600 40px/60px Poppins;
  color: #57bc7b;
}
.news .title h2 span:nth-child(2) {
  font: normal normal 600 40px/60px Poppins;
  color: #273981;
}
/* .news .news-container .title button {
  background-color: #ffffff;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  transition: all 0.3s ease-in-out;
  height: 60px;
  font: normal normal 400 13px/20px Poppins;
  color: #57BC7B;
  border-radius: 41px;
  width: 410px;
  padding: 0 60px;
  border: 1px solid #57BC7B;
} */

@media (max-width: 968px) {
  .news .title button {
    border-radius: 20px;
    height: 50px;
  }
  .news .title button img {
    width: 22px;
    height: 22px;
    margin-left: 10px !important;
  }
  .news .title button img.ar {
    margin-left: 0 !important;
    margin-right: 10px !important;
  }
}
.news .title button:hover img {
  margin-left: 35px;
}
.news .title button img {
  margin-left: 25px;
  transition: all 0.5s ease-in-out;
}
.news .title button img.ar {
  margin-left: 0;
  margin-right: 25px;
}
@media (max-width: 968px) {
  .news .title {
    flex-direction: column;
    justify-content: flex-start;
    margin: 0;
    min-height: 80px;
  }
  .news .title h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .news .title h2 span {
    font-size: 30px !important;
    line-height: 38px !important;
  }
  .news .title button {
    font-size: 20px !important;
    padding: 0 30px !important;
  }
}
@media (max-width: 968px) {
  .news .news-container {
    margin: 0;
    min-height: 150px;
  }
}
.news .news-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 48%;
  max-width: 1200px;
  min-height: 500px;
  margin-top: 50px;
  /* margin: 50px auto; */
  min-height: 250px !important;
  background-color: #f1f9f4;
  border-radius: 15px;
  /* border-bottom: 2px solid #c4c4c4; */
}
@media (max-width: 968px) {
  .news .news-item {
    width: 100%;
    min-width: 0;
    max-width: 1200px;
  }
}
@media (max-width: 968px) {
  .news .news-item .news-info p {
    text-align: center;
    font-size: 18px !important;
  }
  .news .news-item img {
    width: 100% !important;
    max-width: 311 !important;
    height: 220px !important;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 16%;
  }
}
.news .news-item img {
  width: 300px;
  height: 200px;
  border: 1px solid #707070;
  transition: all 0.4s ease-in-out;
  box-shadow: 0px 3px 16px #00000029;
  border-radius: 21px;
}
.news .news-item img.active {
  transform: translate3d(0%, 10%, 0);
  opacity: 0;
}
.news .news-item .news-info {
  width: 45%;
  padding: 0 20px;
}
.news .news-item .news-info p {
  font: normal normal 300 14px/21px Poppins;
  color: #989898;
}
.news .news-item .news-info p.ar {
  font-family: Cairo;
}
.news .news-item .news-info article {
  font: normal normal 300 15px/28px Poppins;
  color: #555555;
  transition: all 0.2s ease-in-out;
}
.news .news-item .news-info article span {
  opacity: 1;
}
.news .news-item .news-info article span:nth-child(1) {
  transition: all 0.5s ease-in-out;
}
.news .news-item .news-info article span:nth-child(2) {
  transition: all 1.5s ease-in-out;
}
.news .news-item .news-info article span:nth-child(3) {
  transition: all 2s ease-in-out;
}
.news .news-item .news-info article span.active {
  opacity: 0;
  transform: translate3d(0%, 20px, 0px);
}
.news .news-item .news-info article.ar {
  font-family: Cairo;
}
.news .news-item .news-info article:hover {
  color: #273a80;
}
@media (max-width: 968px) {
  .news .news-item {
    flex-direction: column;
    min-height: 400px;
    padding-bottom: 20px;
    border-bottom: none;
  }
  .news .news-item img,
  .news .news-item .news-info {
    width: 100%;
  }
  .news .news-item img {
    /* order: 2; */
    width: 350px;
    height: 137px !important;
    margin: 0 auto;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .news .news-item .news-info {
    /* order: 1; */
    width: 100%;
    padding: 0 5px;
  }
  .news .news-item .news-info p {
    padding: 0 15px !important;
    text-align: left;
  }
  .news .news-item .news-info article {
    font: normal normal 300 14px/24px Poppins !important;
    padding: 0 15px;
    /* text-align: center; */
    width: 100%;
  }
}
@media (max-width: 968px) {
  .news .button-wrapper {
    display: none;
  }
}
.news a {
  text-decoration: none;
  background-color: #ffffff;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  transition: all 0.3s ease-in-out;
  height: 60px;
  border-radius: 16px;
  padding: 0 60px;
  font: normal normal 400 13px/20px Poppins;
  color: #57bc7b;
  border: 1px solid #57bc7b;
  width: 210px;
  padding: 0 !important;
  /* margin: 0 10px 50px 0; */
}
@media (max-width: 968px) {
  .news a {
    border-radius: 20px;
    height: 50px;
  }
  .news a img {
    width: 22px;
    height: 22px;
    margin-left: 10px !important;
  }
  .news a img.ar {
    margin-left: 0 !important;
    margin-right: 10px !important;
  }
}
.news a.ar {
  font-family: Cairo;
}
@media (max-width: 968px) {
  .news a {
    margin: 10px 0;
  }
}
@media (max-width: 968px) {
  .news {
    padding: 10px 0;
  }
}

.coverage {
  width: 100vw;
  min-height: 600px;
}
.coverage .coverage-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
  width: 95%;
  max-width: 1200px;
  min-height: 500px;
  margin-top: 50px;
  margin: 50px auto;
  padding: 80px 0 50px 0;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  background-color: #f2f2f2;
  border-radius: 15px;
}
@media (max-width: 968px) {
  .coverage .coverage-container {
    width: 100%;
    min-width: 0;
    max-width: 1200px;
  }
}
.coverage .coverage-network {
  width: 36%;
  min-height: 315px;
  position: relative;
}
.coverage .coverage-network > span {
  position: absolute;
  padding: 6px;
  border-radius: 50%;
  background-color: #000;
  z-index: 9999;
  animation: network 1s infinite;
  border: 2px solid green;
}
.coverage .coverage-network span.active {
  opacity: 0 !important;
}
.coverage .coverage-network > span.egy-point {
  left: 12%;
  top: 41%;
}
.coverage .coverage-network > span.sa-point {
  left: 52%;
  top: 50%;
}
.coverage .coverage-network > span.ja-point {
  left: 31%;
  top: 23%;
}

.coverage .coverage-network > span.iraq-point {
  left: 51%;
  top: 12%;
}
.coverage .coverage-network > span.ya-point {
  left: 65%;
  top: 81%;
}
.coverage .coverage-network > span.kw-point {
  top: 62%;
  left: 90%;
}
@media (max-width: 1200px) {
  .coverage .coverage-network > span.ja-point {
    top: 21%;
  }
  .coverage .coverage-network > span.ya-point {
    top: 70%;
  }
  .coverage .coverage-network > span.kw-point {
    top: 52%;
  }
}
@media (max-width: 968px) {
  .coverage .coverage-network {
    display: none;
  }
}
@keyframes network {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}

.coverage .coverage-container img {
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all 0.8s ease-in-out;
}
.coverage .coverage-container img.active {
  transform: translate3d(-150%, 0, 0px);
  opacity: 0;
}
.coverage .coverage-container img.coverage-res {
  display: none !important;
}
.coverage .coverage-container .info {
  width: 60%;
  min-height: 400px;
  /* border: 1px solid red; */
}
.coverage .coverage-container .info h3 {
  font: normal normal 500 40px/60px Poppins;
  color: #000000;
  padding: 0;
  margin: 0;
  position: relative;
  right: 100px;
  opacity: 1;
  transition: all 0.8s ease-in-out;
  /* border: 1px solid black; */
}
.coverage .coverage-container .info h3.ar {
  font-family: Cairo;
  font-size: 34px;
}
.coverage .coverage-container .info h3.active {
  transform: translate3d(150%, 0, 0px);
  opacity: 0;
}
.coverage .coverage-container .info h4 {
  font: normal normal 200 34px/51px Poppins;
  color: #555555;
  padding: 0;
  margin: 0;
  position: relative;
  right: 100px;
  opacity: 1;
  transition: all 0.8s ease-in-out;
}
@media (max-width: 1405px) {
  .coverage .coverage-container .info h4 {
    font-size: 25px !important;
  }
  /* .coverage .coverage-container .info h3 {
    font-size: 30px !important;
  } */
  .coverage .coverage-container .info h4,
  .coverage .coverage-container .info h3 {
    right: 0px !important;
    left: 0px;
  }
}
.coverage .coverage-container .info h4.ar {
  font-family: Cairo !important;
}
.coverage .coverage-container .info h4.active {
  transform: translate3d(150%, 0, 0px);
  opacity: 0;
}
.coverage .coverage-container .info .ul-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
}
.coverage .coverage-container .info .ul-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.coverage .coverage-container .info .ul-container ul.ar li {
  font-family: Cairo !important;
}
.coverage .coverage-container .info .ul-container li {
  margin: 0;
  padding: 0;
  font: normal normal normal 20px/55px Poppins;
  color: #888888;
  border-bottom: 5px solid #dddddd;
}
@media (max-width: 1200px) {
  .coverage .info h3,
  .coverage .info h4 {
    left: 50px;
  }
  .coverage img {
    -o-object-fit: contain;
    object-fit: contain;
  }
}
@media (max-width: 968px) {
  .coverage .coverage-container {
    flex-direction: column;
    align-items: center;
  }
  .coverage .coverage-container img.coverage-desktop {
    display: none;
  }
  .coverage .coverage-container img.coverage-res {
    display: block !important;
    width: 95%;
    height: 200px;
    margin: 0 auto;
  }
  .coverage .coverage-container img,
  .coverage .coverage-container .info {
    width: 100%;
  }
  .coverage .coverage-container img {
    width: 90%;
  }
  .coverage .coverage-container .info h3 {
    font: normal normal 600 20px/40px Poppins;
    text-align: center;
    width: 100%;
    position: static;
  }
  .coverage .coverage-container .info h4 {
    font: normal normal 200 18px/33px Poppins !important;
    text-align: center;
    width: 100%;
    position: static;
  }
  .coverage .coverage-container .info ul li {
    font: normal normal normal 18px/28px Poppins !important;
  }
}

.button-wrapper.down:hover a,
.button-wrapper.down:hover button {
  transform: translate3d(0, -19px, 0px);
  box-shadow: rgba(0, 0, 0, 0.3) 0px 30px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
  background-color: #57bc7b !important;
  border: 1px solid #57bc7b !important;
  color: #ffffff !important;
}
/* .button-wrapper a svg path, g {
  fill: #000 !important;
  color: #000;
  background-color: #000;
} */

.button-wrapper:hover a svg {
  transition: all 0.4s ease-in-out;
}
.button-wrapper:hover a {
  background-color: #57bc7b;
  border: 1px solid #57bc7b;
  color: #ffffff;
  transform: translate3d(0, -19px, 0px);
  box-shadow: rgba(0, 0, 0, 0.3) 0px 30px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}
/* .button-wrapper a {
  background-color: #57bc7b !important;
} */
/* .button-wrapper .svg-bg path {
  fill: #000;
  outline: #000;
} */
.button-wrapper .svg-bg {
  margin: 0 5px;
}
.button-wrapper:hover .svg-bg path {
  /* fill: #fff; */
  stroke: #fff;
}

@keyframes myAnim {
  0% {
    animation-timing-function: ease-out;
    transform: translateY(0);
  }
  100% {
    animation-timing-function: ease-out;
    transform: translateY(15px);
  }
}
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes blink-caret {
  from,
  to {
    border-color: transparent;
  }
  50% {
    border-color: orange;
  }
}
.typing-active {
  opacity: 1 !important;
  /* text-align: center !important; */
  white-space: nowrap !important;
  /* animation: typing 2s steps(40, end), blink-caret 0.75s step-end infinite !important; */
  animation: typing 2s steps(40, end), blink-caret 0.75s step-end infinite;
  overflow: hidden !important;
}

.typing {
  opacity: 0;
} /*# sourceMappingURL=styles.css.map */

.articel-slider {
  position: relative;
  overflow: hidden;
  background-color: #f0f0f0;
  border-radius: 10px;
  padding: 10px;
  width: 100%;
  max-width: 1200px;
  margin: 50px auto;
  z-index: 2;
  height: 120px;
}
@media (max-width: 968px) {
  .articel-slider {
    display: none;
  }
}

.articel-slides {
  display: flex;
  align-items: center;
  transition: transform 0.5s ease-in-out;
  height: 100px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
.slider-partner-container {
  width: 95%;
  overflow: hidden;
  margin: 0 auto;
}
.slide {
  min-width: 180px;
  height: 100px;
  box-sizing: border-box;
}

.articel-slides img {
  width: 145px;
  height: 65px !important;
  margin: 0 25px !important;
  border-radius: 10px;
}
.articel-slides img:nth-child(1) {
  margin-left: 0 !important;
}
.controls {
  position: absolute;
  top: 50%;
  width: 99%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.control {
  /* background-color: #00a000; */
  border: none;
  padding: 10px;
  /* color: white; */
  cursor: pointer;
  border-radius: 50%;
  color: #008000;
}

.control:hover {
  background-color: #57bc7b;
  color: white;
}
.partner-wrapper {
  display: none;
}
@media (max-width: 968px) {
  .partner-wrapper {
    display: flex;
  }
}