@font-face {
  font-family: "light";
  src: url("./fonts/Cairo-Light.ttf");
}

@font-face {
  font-family: "regular";
  src: url("./fonts/Cairo-Regular.ttf");
}

@font-face {
  font-family: "medium";
  src: url("./fonts/Cairo-Medium.ttf");
}

@font-face {
  font-family: "bold";
  src: url("./fonts/Cairo-Bold.ttf");
}

@font-face {
  font-family: "semibold";
  src: url("./fonts/Cairo-SemiBold.ttf");
}
body {
  /* overflow: unset; */
  direction: rtl;
}
h1,
h2,
h3 {
  font-family: "semibold";
}
h4,
h5,
h6 {
  font-family: "semibold";
}
p,
a,
span,
input,
.btn {
  font-family: "regular" !important ;
}
.page_header a {
  font-family: "regular" !important;
}
.sf-arrows .sf-with-ul:after {
  content: "\f053";
  left: -8px;
  right: unset;
}
.sf-menu.nav ul a {
  text-align: justify;
}
.sf-menu ul ul {
  left: unset;
  right: 100% !important;
  top: -20px;
}
.upper_menu {
  /* background-color: transparent;
    position: absolute;
    top: 0;
    z-index: 100;
    left: 64px;
    border-bottom: 1px solid #fff; */
  border-bottom: 1px solid #fff;
}
.upper_menu li {
  padding-inline-end: 2%;
}
.upper_menu li a {
  color: white;
  padding-top: 15px;
  line-height: 0;
  padding-bottom: 15px;
  font-size: 12px;
}
.upper_menu .top-nav a::before {
  bottom: -10px !important;
  background-color: #492f92 !important ;
  color: #492f92 !important;
  height: 4px !important;
}
.header_absolute {
  top: 0px;
}

.hero_section {
  position: relative !important;
  height: 100vh; /* Set the height of the section to 100% of the viewport height */
  overflow: hidden; /* Hide any overflowing content */
}

.hero_section video,
.hero_section img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%; /* Make the video cover the entire width of its container */
  height: 100%; /* Make the video cover the entire height of its container */
  object-fit: cover; /* Ensure the video covers the entire container without stretching */
}
.hero_section .content_text {
  z-index: 1000;
  position: absolute;
  display: flex;
  right: 0;
  left: 0;
  top: 220px;
  width: 100%;
  height: 100%;
  margin: auto;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.hero_section .content_text h1 {
  font-size: 50px;
  text-align: center;
  font-weight: 700;
  color: white;
  font-family: "bold";
  text-transform: capitalize;
}
.hero_section .overlay {
  position: absolute;
  top: 0%;
  right: 0%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 100;
  width: 100%;
  height: 100%;
}
.fab {
  font-family: 'Font Awesome 5 Brands', sans-serif !important ;
}
.overlay-text {
  margin: auto;

  text-align: start;
  z-index: 200;
  display: flex;
  justify-content: center;
  align-items: start;
  padding-top: 28%;
  padding-inline-end: 30%;
  flex-direction: column;
  position: relative;
}
.overlay-text h1 {
  font-size: 40px;
  color: #492f92;
}
.overlay-text p {
  color: white;
  font-size: 20px;
}

a.logo img {
  width: 124px;
  height: 62px;
  /* filter: bleftness(0) invert(1) grayscale(1); */
  transition: 0.25s all ease-in-out;
}
a.logo img:hover {
  color: #492f92;
}
.page_header.affix .logo img {
  width: 104px;
  height: 48px;
  /* filter: bleftness(0) invert(1) grayscale(1); */
}

.page_header.affix .upper_menu {
  display: none;
}
.upper_menu ul .lang {
  position: relative;
}
.upper_menu ul .lang::before {
  content: "";
  position: absolute;
  inset-inline-start: -13px;
  top: 11px;
  width: 2px;
  height: 22px;
  color: #fff;
  background-color: white;
}
.page_header.ds.affix {
  background: rgba(73, 47, 146, 0.9) !important;
}
.page_header.ds.affix .top-nav {
  text-align: center;
}
h2 {
  color: #492f92 !important;
}
ul.list-styled li {
  color: #444444;
}

.page_footer {
  background-color: #2c2a66;
}

.page_footer .logo img {
  width: 148px;
  height: 84px;
}
.page_footer p,
.page_footer p a {
  color: white !important;
  font-size: 12px;
}
.page_footer .widget_icons_list .icon-styled.bordered + p {
  border-bottom: 2px solid #492f92;
  color: #492f92;
}
.page_footer .icon-styled.bordered {
  border-color: #2f6592;
}
.page_footer .icon-styled.bordered i {
  color: #2f6592;
}
a.fab {
  background-color: #2f6592 !important;
}
a.fab::before {
  color: #fff;
}
.map-section {
  background: #2e2e2e !important;
}
.simple-counter p,
.simple-counter h6 {
  color: #999999;
}
.map-section .container {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.mission_section_responsive {
  display: none;
}
.page_header .container-fluid {
  padding-right: 20px !important;
  padding-left: 20px !important;
  padding-top: 8px;
  padding-bottom: 0;
}
.lower_part .top-nav {
  text-align: start;
}
.lower_part .top-nav a {
  padding-top: 10px;
}
.lower_part .top-nav li {
  padding-inline-start: 15px;
  padding-inline-end: 15px;
}
.sf-arrows ul .sf-with-ul:after {
  content: "\f053";
  right: unset;
  left: -8px;
}
.lower_part .top-nav a::before {
  background-color: #492f92 !important;
  height: 4px !important;
}
.simple-counter h3 span {
  color: #fff !important;
}

.info_yellow {
  padding: 2% 0;
  background-color: #ffc53b;
}
.info_yellow .content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.info_yellow .content p {
  width: 80%;
  color: #000;
  font-weight: 700;
}
.info_yellow .content .btn {
  display: block;
  position: relative;
  background-color: #000;
  color: white;
  font-size: 1rem;
  font-weight: 500;
  padding: 1% 3%;
  border-radius: 40px;
}
.sf-menu li > ul {
  padding: 10px 0 !important;
  min-width: 14.9em;
}
.sf-menu li > ul li {
}
.sf-menu li > ul li a {
  font-size: 12px;
  padding-top: 3px;
}
.logo_mob {
  display: none;
}
.about_page .container {
  padding-bottom: 0px;
  padding-top: 60px;
}
.bod_list li {
  font-weight: 700;
}
.team .item-content.Custom {
  /* background-color: transparent !important; */
  color: white !important;
  padding: 50px 0;
  gap: 6px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  width: 100%;
}

.team .item-content.Custom p {
  color: white !important;
  font-weight: 500 !important;
  text-align: center;
  width: 100%;
}
.team .item-content.Custom a {
  font-size: 17px;
}
.bod .bod_card .item_bod_p {
  padding: 10px 0 !important;
  background-color: transparent !important;
}

.bod .bod_card {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.parg_bod {
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: start;
  padding-top: 10%;
}
.parg_bod_m {
  justify-content: start;
  padding-top: 0;
}
.parg_bod_m p {
  font-size: 13px;
  text-align: start;
  width: 100%;

}
.parg_bod p {
  margin-top: 0;
  font-size: 14px;
  width: 100%;
}
.post-type-archive-fw-team .vertical-item .item-content h6{
  font-family: 'bold';
}
.post-type-archive-fw-team [class*="col-"]:nth-child(even) .item-content {
  /* background-color: transparent;
  background-image: unset; */
}

.page_map {
  height: 450px !important;
  width: 100%;
}
.page_map iframe {
  width: 100%;
  height: 100%;
}
.clients img {
  height: 140px;
}
video#loader-video {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 9999;
  transition: opacity 1s ease; /* Adding smooth transition */
}



/* Style for the video with specific class */
video#loader-video.loaded {
  opacity: 0; /* Hide the video once scrolled */
  z-index: -1;
}
video.loaded {
  opacity: 0; /* Fades out */
  z-index: -1; /* Sends to the back */
}

/* Ensure smooth visibility toggle when switching videos */
video {
  display: block; /* Ensures proper rendering */
  opacity: 1; /* Default visibility */
}
#box_wrapper {
  /* display: none; */
  /* Add styles for your content */
}
.ls.ms,
p {
  /*color: #434343;*/
  color: #ffffff;
  text-align: justify;
}
.search_icon {
  position: absolute;
  left: -100px;
  top: 6px;
}
.name_ceo {
  margin: 10px;
  font-weight: bold;
  font-family: "new time romans";
  font-size: 27px !important;
  text-align: center;
}
.posituion_ceo {
  margin: 10px;
  font-weight: bold;
  font-size: 20px;
}
.service_list {
  /* margin-top: 20px; */
}
.contact_ls {
  background-color: transparent;
}
.contact_ls .media-body h6 {
  text-align: center;
}
.contact_ls .media-body p {
  text-align: center;
}
.contact-form textarea {
  min-height: unset;
}
.service_list {
margin: 0;
padding: 0;
}
.service_list li {
  font-weight: 300;
  font-size: 17px;
  color: #434343;
  text-align: right;
}
.wsite-content-title {
  text-align: justify;
}


.ceo-message_page {
  height: 100%;
}
.mission_section .special-heading span {
  font-size: 45px;
}
.mission_section .special-heading.numeric {
  padding-left: 0px;
  padding-right: 0px;
}
.mission_section .special-heading.numeric:before {
  font-size: 59px;
  display: none;
}
.mission_section .container-fluid {
  padding-top: 30px;
  padding-bottom: 30px;
}
.mission_section .image-wrap {
  height: 460px;
  width: 100%;
}
.mission_section .image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.mission_section .image-wrap.second {
  height: 800px;
}
.modal-bod .modal-dialog {
  /* max-width: 750px; */
}
.modal-bod .modal-body .card {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 10px;
}
.modal-bod .modal-body .card .item-media {
  width: 100%;
  height: 100%;
}
.modal-bod .modal-body .card .item-media img {
  width: 100%;
}
.card-text {
  margin-top: 50px;
}
.supplies_form label {
  color: #2c2a66;
  font-family: 'bold';
}
.supplies_form .plus {
  top: 42px;
  display: none;
}
.supplies_form .minus {
  display: none;
}
.supplies_form select {
background-image: none;
}
.form-check-inline.supplies_form {
  width: 30%;
  margin-bottom: 20px;
}
.form-check-inline.supplies_form.col_fourth {
  width: 22%;
}
.form-check-inline.supplies_form.col_fourth label {
  font-size: 10px;
}
@media screen and (max-width: 1440px) {
  .hero_section .content_text {
    top: 200px;
  }
}
@media screen and (max-width: 990px) {
  .modal-bod .modal-dialog {
    max-width: 600px;
  }
  .page_footer .logo img {
    /* width: 39%;
  height: 155px;
  max-height: unset; */
  }
  .mission_section {
    display: none;
  }
  .mission_section_responsive {
    display: block;
  }
  .hero_section {
    height: 60vh; /* Set the height of the section to 100% of the viewport height */
  }
  .header-1 .toggle_menu:not(.toggle_menu_side_special) {
    bottom: 12px;

    right: 15px;
    left: auto;
  }
  .text-center a.logo {
    justify-content: end;
  }
  .page_header {
    height: 76px;
  }
  .page_footer a.logo {
    justify-content: flex-start !important;
  }
  .hero_section .content_text h1 {
    font-size: 30px;
  }
  .btn-gradient {
    font-size: 12px;
  }
  .toggle_menu {
    font-size: 11px;
  }
  .header-1 .toggle_menu:not(.toggle_menu_side_special):before {
    top: 26%;
  }
  .header-1 .toggle_menu:not(.toggle_menu_side_special):after {
    bottom: 29%;
  }
  .info_yellow .content {
    flex-direction: column;
  }
  .logo_mob {
    z-index: 1000;
    position: relative;
    display: block;
    width: 29%;
  }
  .upper_menu ul .lang::before {
    display: none;
  }
  .image_res {
    display: none;
  }
}

.bod .item-content {
  flex-direction: column;
  gap: 12px;
  height: 200px;
}
.bod .item-content p {
  margin-bottom: 0;
}
.item-content.Custom span {
  font-family: "bold";
}
.card-title {
  text-align: start;
}
.bod .item-content .btn {
  color: #492f92;
  font-family: "bold";
}
.bod .item-media,
.modal-bod .item-media {
  height: 400px;
}
.wsite-multicol-col .paragraph a,
.wsite-multicol-col a {
  font-size: 20px;
}
.contact_email li {
  font-size: 14px;
}
.header.title {
  font-size: 24px;
}
.exctive h6 span {
  font-size: 23px;
}
.exctive .item-content {
  padding: 50px 15px !important;
}
.page_title {
  background-image: url("./image-modfied/general\ option.png") !important;
  background-position: center bottom !important;
}
.page_title::before {
  display: none !important;
}
.cover-image.s-cover-left {
  right: auto;
}
.special-heading.numeric {
  padding-right: 130px;
}
.special-heading.numeric:before {
  right: 0;
  left: unset;
}
ul {
  font-family: "regular";
}
.exctive .vertical-item p {
  font-weight: 600;
}
.simple-counter h3 span {
  color: #fff !important;
  font-weight: 500 !important;
  font-size: 45px;
}

page_title::before {
  display: none !important;
}
.exctive .vertical-item .small-text {
  font-weight: 600 !important;
}

.wsite-multicol-table-wrap {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.wsite-multicol-col .paragraph {
  font-size: 15px !important;
  color: #2c2a66 !important;
  font-weight: 500 !important;

}
.wsite-multicol-col:first-of-type{
  width: 10% !important;
}
.wsite-multicol-col:first-of-type .paragraph {
  text-align: start !important;
}

.wsite-multicol-col:last-of-type .paragraph {
  text-align: end !important;
}
.wsite-multicol-col .paragraph a,
.wsite-multicol-col a {
  font-size: 15px !important;
  color: #2c2a66 !important;
  font-weight: 500 !important;
}
.contact_title_mid {
  font-weight: 400;
  color: #2c2a66 !important;
  font-size: 16px;
  text-align: justify;
}
.wsite-multicol-col {
  border: unset;
}
.wsite-multicol-tr {
  border: 1px solid #2c2a66;
  background-color: white;
}

.res-width {
  border: 6px solid #2c2a66;
  height: 230px;
  width: 250px;
}

.divider-line.bg-maincolor {
  display: none;
}

.contact_ls {
  background-color: transparent;
}

.bod .item-content p {
  margin-bottom: 0;
}
.bod .item-content .btn {
  color: #492f92;
}
.bod .item-media {
  height: 380px;
  width: 65%;
}
.bod .item-media img {
  width: 100%;
  height: 100%;
}

.bod .item-content {
  flex-direction: column;
  gap: 12px;
  height: 120px;
  padding: 0px 15px;
}
.team .item-content button {
  background: transparent;
  border: unset;
  color: white !important;
  font-weight: 500;
  cursor: pointer;

}


.simple-counter .counter-wrap{
  font-size: 35px;
  font-family: "Work Sans", sans-serif !important;

}

.simple-counter .counter-wrap span {
  font-family: "Work Sans", sans-serif !important;

}
.simple-counter .special-heading{
  font-family: "Work Sans", sans-serif !important;
  text-align: end;

}
.simple-counter p span{
  font-family: "Poppins", sans-serif !important;
  font-weight: 500 !important;

}
.simple-counter h6 span{
  font-family: "Work Sans", sans-serif !important;
  font-weight: 600 !important;
}

.ds .ls input[type="tel"] {
  text-align: end;
}

@media screen and (max-width: 1440.99px){
  .page_title{
    height: fit-content !important;
    }
}

@media screen and (max-width: 600px) {
  .upper_menu {
    border-bottom-color: transparent;
  }
  .contact_ls,
  .csr_page,
  .annual_page , .announcement_page  ,.finicial_page ,.about_page {
    padding-top: 70px !important;
  }
  .media .media-body p {
    text-align: center;
  }
  .form-check-label {
    font-size: 12px;
  }
  .form-check-inline.supplies_form {
    width: 40%;
  }
  .form-check-inline.supplies_form.col_fourth {
    width: 60%;
  }
  .annual_page .ui-card {
    text-align: center;
    margin-bottom: 15px;
  }
  .finicial_page  td{
   width: 25% !important;
  }
  .finicial_page  .wsite-multicol-col  font{
    font-size: 14px !important;

  }
  .service_list li{
   text-align: start;
  }
  .image_Service{
    height: fit-content !important;
  }
  .about_page{
    padding-bottom: 30px;
  }
  .bod .item-media {
    height: fit-content;
    width: 100%;
}
.bod .parg_bod{
  padding-top: 2px;
}
.hero_section .content_text {
  top: 0;
}
.first_col{
  text-align: start;
}
.second_col{
text-align: start;
}
video#mobile-video {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 9999;
  transition: opacity 1s ease; /* Adding smooth transition */
}
video#mobile-video.loaded{
  opacity: 0;
  z-index: -1;
}
.mission_section_responsive .special-heading.numeric {
  padding-right: 0px;

}
.simple-counter .special-heading{
  text-align: center;
}
.page_footer.text-center:not(.text-lg-right) .icon-styled.bordered{
  margin-right: 0;
    margin-left: 20px;
}
.logo_mob{
display: none;
}
.sf-arrows .sf-with-ul:after{
  display: none;
}
.lower_part .top-nav li {
  padding-inline-start: 47px;}
  .c-gutter-60 .row, div.row.c-gutter-60{
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  a.logo{
    margin-bottom: 0px;
  }
  a.logo img {
    width: 102px;
    height: 39px;
  }
  .page_header {
    height: 55px;
  }
  .page_header.affix .logo img {
    width: 89px;
    height: 36px;
  }
  .header-1 .toggle_menu:not(.toggle_menu_side_special) {
    bottom: 0px;}

    .ceo-message_page .image_Service{
    width: 300px !important;
    height: 400px !important;
    margin-top: 20px;
    }
    .page_title{
      height: fit-content !important;
      }
    .mission_section_responsive   .special-heading.numeric:before{
      display: none;
    }
}

@media screen and (max-width: 380px) {
  .finicial_page .wsite-multicol-col font {
    font-size: 11px !important;
  }
}

