:root {
  --green-color: #0153A9;
}
.card h5 {
  font-weight: bold;
  font-size: 1.1rem;
  color: #000;
  margin-bottom: 0.75rem;
}

.card p {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

.card img {
  width: auto;
  display: inline-block;
}

.card .btn {
  font-size: 0.9rem;
  border-radius: 50px;
  padding: 8px 16px;
}

@media (max-width: 767.98px) {
  .card {
    padding: 1.25rem;
  }
}

@font-face {
  font-family: "RB-Regular";
  font-weight: 400;
  src: url(../fonts/Arabic/RB/regular/RB-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "RB-Blod";
  font-weight: 600;
  src: url(../fonts/Arabic/RB/bold/RB-Bold.ttf) format("truetype");
}
.text-black {
  color: #1d1d1b !important;
}
[data-aos^="fade"][data-aos^="fade"] {
  opacity: 1 !important;
}
a,
a:hover {
  text-decoration: none;
  color: inherit;
}
ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.ul_normal ul {
  list-style: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
.ul_normal h2,
.ul_normal h4 {
  margin-top: 10px;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.ul_normal ol li,
.ul_normal ul li {
  margin: 15px 0;
  line-height: 1.8;
  font-weight: 600;
  font-size: 15.3px;
}

.RB-Regular {
  font-family: "RB-Regular", "Lato", sans-serif;
}
.RB-Bold {
  font-family: "RB-Bold", "Lato", sans-serif;
}
.font-lato {
  font-family: "Lato", "RB-Regular", sans-serif;
}
.font-oswald {
  font-family: "Oswald", "RB-Regular", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
  margin: 0px;
}
p {
  margin: 15px 0;
  line-height: 1.8;
  font-weight: 600;
  font-size: 15.3px;
}
.fs-11 {
  font-size: 11px;
}
.fs-7 {
  font-size: 7px;
}
.text-opc {
  opacity: 0.7;
}
.bg-grey-color {
  background-color: #f7f7f7;
}
@media (max-width: 500px) {
  body {
    font-size: 14px;
  }
  nav .logo {
    margin-top: 0 !important;
  }
  /* nav .navbar-collapse.show {
    padding-top: 100px !important;
  } */
  nav button.navbar-toggler {
    margin-top: 0px !important;
  }
}
.img_hei {
  height: 85px;
}
body {
  font-family: "Lato", "RB-Regular", sans-serif;
  scroll-behavior: smooth;
  color: white;
  background-color: #eeeef5;
  overflow-x: hidden;
}
.green {
  color: var(--green-color);
}
.text_ops {
  color: #716d6c;
}
.yellow {
  color: #b99442;
}
.section_1 {
  position: relative;
}
.section_1 .bot_arrow {
  position: absolute;
  right: 8rem;
  bottom: 4rem;
  height: 40px;
  width: 40px;
  font-size: 25px;
  z-index: 5;
  animation: bounce 1s infinite;
}
@keyframes bounce {
  0% {
  }
  35% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.section_1 .bot_arrow:hover {
  animation: bounce 1s infinite;
}
.chief_executive_section_1 .text_ops,
.section_2 p.text_ops {
  opacity: 1;
  font-weight: 400;
  font-size: 16.9px !important;
  max-width: 620px;
  line-height: 24.4px;
}
.v_center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
main {
  margin-top: -96px;
}
.btn {
  padding: 10px 30px;
  margin: 0;
}
.btn:focus {
  box-shadow: none !important;
}
.btn-primary {
  color: #fff;
  border: 1px solid var(--green-color);
  position: relative;
  background-color: transparent;
  font-weight: 400;
  font-size: 15px;
  width: fit-content;
  transition: all 0.3s;
  z-index: 1;
  border-radius: 32px;
  overflow: hidden;
  background-color: var(--green-color);
}
.btn-primary.static {
  color: #484848;
  border: 1px solid #8e8a8926;
  background-color: #8e8a8926;
}
.btn-primary.grey {
  border: 1px solid #272727;
  background-color: #272727;
}
.btn-primary::after {
  border: none;
  content: "\f178";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  vertical-align: 0;
  font-size: 12px;
  transition: all 0.3s;
  opacity: 0;
  width: 0;
  display: inline-block;
}
.btn-primary.static::after {
  content: "";
  display: none;
}

.btn-primary:hover,
.btn-primary:focus {
  border: 1px solid #025c36;
  background-color: #025c36;
}
.btn-primary a {
  color: inherit !important;
  background-color: inherit !important;
  padding: 0 !important;
}
.btn-primary.grey:hover,
.btn-primary.grey:focus {
  border: 1px solid #000;
  background-color: #000;
}
.btn-primary.static.active,
.btn-primary.static:hover,
.btn-primary.static:focus {
  border: 1px solid var(--green-color);
  background-color: var(--green-color);
  color: white;
}
/* .btn-primary::after,
.btn-primary::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  transition: all 0.5s;
  z-index: -1;
  background-color: var(--green-color);
  transform: scale(1.1) skewX(70deg);
}
.btn-primary::after {
  left: -50%;
}
.btn-primary::before {
  right: -50%;
} */
.btn-primary:focus::after,
.btn-primary:hover::after {
  margin-left: 10px;
  opacity: 1;
  width: auto;
}
.btn-secondary {
  color: var(--green-color);
  border: 1px solid var(--green-color);
  position: relative;
  background-color: transparent;
  font-weight: 400;
  font-size: 15px;
  width: fit-content;
  transition: all 0.3s;
  z-index: 1;
  border-radius: 32px;
  overflow: hidden;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background-color: #0153A9;
  border: 1px solid var(--green-color);
  color: white;
  border-color: #015e37 !important;
}
.btn-hash {
  position: relative;
  font-weight: 400;
  font-size: 15px;
  width: fit-content;
  transition: all 0.3s;
  z-index: 1;
  border-radius: 32px;
  overflow: hidden;
  padding: 7px 35px;
  margin-bottom: 13px;
}
.btn-hash:first-of-type {
  color: var(--green-color);
  background-color: #0153A90d;
}
.btn-hash:last-of-type {
  color: #623568;
  background-color: #6235681a;
}
.btn-hash:first-of-type:hover,
.btn-hash:first-of-type:focus {
  background-color: #0153A9;
  color: white;
}
.btn-hash:last-of-type:hover,
.btn-hash:last-of-type:focus {
  background-color: #623568;
  color: white;
}
.no-arrow::after {
  display: none;
}
@media (max-width: 275px) {
  .section_5 .btn-primary,
  .section_projects .btn-primary,
  .section_6 .btn-primary {
    margin-top: 15px;
  }
}
/* .btn-secondary::after,
.btn-secondary::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  transition: all 0.5s;
  z-index: -1;
  background-color: var(--green-color);
  transform: scale(0);
  border-radius: 32px;
}
.btn-secondary::after {
  left: -50%;
}
.btn-secondary::before {
  right: -50%;
}
.btn-secondary:focus::after,
.btn-secondary:hover::after,
.btn-secondary:focus::before,
.btn-secondary:hover::before {
  transform: scale(1.1) skewX(70deg);
  border-radius: 0px;
} */

nav {
  height: 96px;
  padding: 0px;
}
.top-bar {
  transition: all 0.3s;
}
.navbar-scrolled {
  position: sticky !important;
  top: -100%;
  transition: 0.3s ease-in-out;
}
.navbar-scrolled.show {
  top: 0;
}
.navbar-scrolled .top-bar,
.slider_active .top-bar {
  background-color: rgb(29 29 27 / 90%);
  /* height:0px; */
}
.top-bar .list-inline-item > a {
  transition: 0.3s;
}
.top-bar .list-inline-item > a:hover {
  color: #dbcaaa;
}
nav.sticky-top {
  /* position: relative; */
  position: sticky;
}
nav.slider_active .navbar {
  background-color: unset !important;
  box-shadow: unset !important;
}
.top-bar .list-inline-item:last-child {
  margin-right: 0px !important;
}
.top-bar .list-inline .list-inline-item {
  margin: auto 18px auto 0px;
  position: relative;
}
.top-bar .list-inline a:not(.remove_search) {
  text-transform: uppercase;
  font-size: 12.3px;
  font-weight: 600;
  height: 30px;
  display: inline-block;
}
.top-bar .list-inline li.list-inline-item:last-child {
  position: inherit;
}
.topbar-menu .remove_search {
  /* display: inline; */
  color: white;
  position: relative;
  margin-top: 12px;
  right: 18px;
}
.head-search-form .remove_search {
  position: relative;
  color: white;
  margin-top: 6px;
  right: 29px;
}
.navbar {
  transition: all 0.3s;
}
nav.navbar-scrolled .navbar {
  background-color: rgb(29 29 27 / 90%);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
nav .logo {
  width: 300px;
  margin-top: -3.1rem;
  transition: all 0.4s;
}
nav ul.navbar-nav > li {
  margin-right: 10px;
  margin-left: 10px;
  position: relative;
}
nav ul.navbar-nav > li:last-child {
  margin-right: 0;
}
nav .search-btn {
  width: 24px;
  height: 24px;
  background-image: url(../img/search.svg);
  background-repeat: no-repeat;
  background-position: center;
  padding: 24px;
  background-color: #1e1e1e;
}
nav .dropdown-menu {
  transition: 0.5s ease-in-out;
  border-radius: 8px;
  padding: 1rem 0;
  top: 32px;
  min-width: 17rem;
}
nav .dropdown-menu .dropdown-item {
  color: #716d6c;
  text-transform: uppercase;
  font-size: 12.3px;
  font-weight: 600;
  padding: 8px 2rem;
}
nav .dropdown-menu .dropdown-item:active,
nav .dropdown-menu .dropdown-item:focus,
nav .dropdown-menu .dropdown-item.active {
  color: #1e2125;
  background-color: #e9ecef;
}
div.list-inline-item:last-child {
  position: unset;
}
nav .dropdown_search {
  display: block;
  left: 0px !important;
  right: 0px !important;
  right: 0;
  z-index: -100;
  top: -400px;
  padding: 0;
  transition: 0.5s ease-in-out;
  border-radius: 0;
  padding-top: 170px !important;
  transform: unset;
  margin-top: -50px !important;
  background-color: rgb(29 29 27);
}
nav .dropdown_search input[type="text"] {
  background: transparent;
  border: none;
  flex-basis: 100%;
  color: white;
  outline: none;
  border-bottom: 1px white solid;
}
nav .dropdown_search input[type="text"]::placeholder {
  color: white;
}
nav .dropdown_search input[type="text"]:focus-visible {
  border-bottom: 1px #b2914c solid;
}
nav .search-btn {
  width: 24px;
  height: 24px;
  background-image: url(../img/search.svg);
  background-repeat: no-repeat;
  background-position: center;
  padding: 24px;
  border-radius: 50%;
  border: 1px white solid;
  background-color: transparent;
  transition: 0.3s ease-in-out;
}
nav .search-btn:focus,
nav .search-btn:hover {
  border: 1px #b2914c solid;
}
.navbar-nav .nav-item > a {
  font-size: 12.3px;
  text-transform: uppercase;
  font-weight: bold;
  /* white-space: nowrap; */
}
.nav-item > .highlited {
  color: #dbcaaa;
}
nav .navbar-nav > .nav-item::after,
.topbar-menu .nav-item::after {
  background-color: rgb(112 112 112 / 60%);
  position: absolute;
  /* bottom: -5px; */
  bottom: 5px;
  height: 1px;
  transition: right 0.3s;
  content: " ";
  left: 0;
  right: 100%;
}
nav .navbar-nav > .nav-item:hover::after,
.topbar-menu > .nav-item:hover::after {
  background-color: #b2914c;
  height: 2px;
  left: 0;
  right: 0;
}
.nav-item.cta {
  margin-top: -8px !important;
  margin-right: 0px;
}
.cta .btn::after {
  display: none;
}
nav .navbar-nav > .nav-item.cta::after {
  content: unset;
}
.head-search-form input.form-control {
  background-color: transparent;
  background-image: url(../img/search.svg);
  background-position: 12px;
  background-repeat: no-repeat;
  border-color: #676767;
  color: #ccc;
  padding-left: 40px;
  border-radius: 8px !important;
}
@media (min-width: 992px) {
  /* nav .navbar-nav > .nav-item::after {
    bottom: 20px;
  } */
  .dropdown_lang.dropdown-menu ul li a.active,
  .dropdown_lang.dropdown-menu ul li a:focus,
  .dropdown_lang.dropdown-menu ul li a:hover {
    color: var(--green-color);
  }
  nav .navbar-nav > .nav-item::after {
    bottom: -5px;
  }
  .navbar-nav > .nav-item > a {
    padding-bottom: 15px;
    /* margin-bottom: 8px; */
  }
}
@media (max-width: 991px) {
  /* nav {
    height: 78px;
  } */
  nav .lang-toggle {
    padding-left: 24px;
    border-left: none;
    margin-left: auto;
  }
  nav .dropdown_lang {
    width: 100%;
    left: 0;
    border-radius: 0;
    color: white;
    z-index: -1;
    top: -400px;
    transition: 0.6s ease-in-out;
    display: block;
  }

  .dropdown-lang {
    background-color: #fff !important;
    padding: 15px 0 !important;
  }
  .dropdown-lang .dropdown-item.active,
  .dropdown-lang .dropdown-item:focus,
  .dropdown-lang .dropdown-item:active,
  .dropdown-lang .dropdown-item:hover {
    color: #1e2125 !important;
    background-color: #e9ecef !important;
  }
  nav .navbar-collapse {
    position: absolute;
    width: 100%;
    top: 0px;
    background-color: #000000;
    left: 0;
    padding-bottom: 14px;
    z-index: -1000;
    transition: 0.6s ease-in-out;
  }

  nav .dropdown-menu {
    padding: 0;
    background: transparent;
  }
  nav .nav-item:not(:first-child) {
    /* margin-top: 10px; */
    margin-top: 2px;
  }
  .navbar-nav .nav-item > a {
    display: block;
    padding: 7px 0;
    font-weight: bold;
    /* margin-bottom: 8px; */
  }
  .navbar-nav .nav-item .dropdown-toggle::after {
    right: 4px;
    position: absolute;
  }
  nav .navbar-nav > .nav-item::after {
    right: 0 !important;
  }
  .dropdown .dropdown-toggle:has(+ ul.show)::after {
    transform: rotate(180deg);
  }

  nav .dropdown-menu .dropdown-item:active,
  nav .dropdown-menu .dropdown-item:focus,
  nav .dropdown-menu .dropdown-item.active {
    color: #ffffff;
    background-color: #e9ecef17;
  }
  .dropdown-menu .submenu {
    margin-left: 20px;
  }
  nav .dropdown-menu .dropdown-item {
    padding: 8px 1rem !important;
  }
  .sub-dropdown-toggle.show::after {
    transform: rotate(-90deg);
  }
}

nav button.navbar-toggler {
  color: white;
  font-size: 20px;
  padding: 0px;
}
nav button.navbar-toggler:focus {
  box-shadow: none;
}
.nav-link {
  color: white;
  transition: all 0.3s;
}
.nav-link:hover,
.nav-link:focus {
  color: #ababab;
}
.dropdown-toggle::after,
.sub-dropdown-toggle::after {
  border: none;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  vertical-align: 0;
  font-size: 14px;
  transition: all 0.3s;
}
/* .dropdown-item {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
} */
/* .dropdown-item:focus,
.dropdown-item:hover {
  color: #fff;
  background-color: #222222;
} */
nav form[role="search"].mop_search {
  position: relative;
  width: 110px;
  height: 30px;
}
nav form[role="search"].mop_search input[type="search"] {
  border: none;
  width: 100%;
  color: inherit;
  transition: 0.3s all;
  font-size: 14px;
  font-weight: 400;
  padding-left: 0px;
  padding-right: 0px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.2);
  background-image: url(../img/search.svg);
  border-radius: 200px;
  right: 0;
  z-index: 10;
  background-repeat: no-repeat;
  background-position: 10px;
  padding-left: 37px;
  background-size: 18px;
  height: 40px;
}
nav form[role="search"] button,
nav form[role="search"] button svg,
nav form[role="search"] input[type="search"].form-control::placeholder {
  color: inherit;
}
nav form[role="search"].mop_search input[type="search"]:focus {
  width: 180px;
  box-shadow: none;
  background-color: #000000c4;
}

.navbar-toggler .icon-bar {
  background-color: #ffffff;
  transition: all 0.2s;
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 1px;
  margin: 5px 0;
}
.navbar-toggler {
  border: none;
  background: transparent !important;
}
.navbar-toggler:hover {
  background: transparent !important;
}

.navbar-toggler .icon-top-bar {
  transform: rotate(45deg);
  transform-origin: 0;
}
.navbar-toggler .icon-middle-bar {
  opacity: 0;
}
.navbar-toggler .icon-bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 0;
}
.navbar-toggler.collapsed .icon-top-bar {
  transform: rotate(0);
}
.navbar-toggler.collapsed .icon-middle-bar {
  opacity: 1;
}
.navbar-toggler.collapsed .icon-bottom-bar {
  transform: rotate(0);
}

@media (max-width: 1399px) {
  .navbar-nav {
    flex-wrap: nowrap;
    gap: 2px;
  }
  nav ul.navbar-nav > li {
    margin-right: 0px;
    margin-left: 6px;
    position: relative;
  }
  .navbar-nav .nav-item > a {
    font-size: 11px;
  }

  .cta > a {
    padding: 10px 15px;
    white-space: nowrap;
  }
}
@media (min-width: 1200px) {
  nav .navbar-nav > .nav-item::after {
    bottom: -5px;
  }
}
@media (max-width: 1199px) {
  nav .logo {
    max-width: 165px;
    /* margin-top: -60px; */
  }
  nav ul.navbar-nav > li {
    margin-right: 0px !important;
  }
  .navbar-brand {
    margin-bottom: -30px;
  }
}
@media (max-width: 370px) {
  .section_5 .owl-carousel .owl-nav button svg,
  .section_projects .owl-carousel .owl-nav button svg,
  .section_6 .owl-carousel .owl-nav button svg,
  .pro-controls-btns svg {
    padding: 10px !important;
  }
  .btn-primary {
    font-size: 11px !important;
  }
  .ms-4.btn-primary {
    margin-left: 5px !important;
  }
  nav .logo {
    max-width: 165px;
  }
  nav .lang-toggle {
    padding-left: 5px;
  }
}
@media (max-width: 991px) {
  /* main {
    margin-top: -78px;
  } */
  .top-bar {
    display: none !important;
  }
  .drop_menu_1 .dropdown-item {
    padding: 0.25rem 0rem;
  }

  nav .logo {
    /* margin-top: -40px; */
    margin-top: 0px !important;
  }
  nav ul.navbar-nav > li {
    margin-right: 0 !important;
    padding-bottom: 8px;
  }

  #navbarSupportedContent .r-container {
    max-width: 720px;
    margin: auto;
    padding: 0 15px;
    margin-top: 100px !important;
    max-height: 100vh;
    overflow-y: scroll;
    max-height: calc(100vh - 100px);
  }
}
@media (max-width: 767px) {
  #navbarSupportedContent .r-container {
    max-width: 540px;
    margin: auto;
    padding: 0 15px;
  }
}
@media (max-width: 575px) {
  #navbarSupportedContent .r-container {
    max-width: 100%;
    padding: 0 15px;
  }
}
.reconnect_nav {
  padding: 15px 0;
}
.reconnect_nav button {
  background-color: transparent;
  border: none;
}
/* ############################################################################## */
#carouselHomeSection .section_main_header {
  min-height: 250px;
}
.section_main_header h2 {
  font-size: 49.2px;
}
.section_main_header p{
  text-align: justify !important;
}

.section_main_header h3 {
  font-size: 36px;
}
.section_main_header h4 {
  font-size: 36.9px;
}
.section_main_header h5 {
  font-size: 24.6px;
}
.section_main_header .text_ops.font-oswald {
  font-size: 18.5px;
}
@media (max-width: 767px) {
  .section_main_header h2 {
    line-height: 1.5;
    font-size: 26px;
    text-align: center !important;
  }
  .section_main_header .btn-primary{
  display: block;
    margin-left: auto;
    margin-right: auto;
}
  .section_main_header h3 {
    font-size: 36px;
  }
  .section_main_header h4 {
    font-size: 32px;
  }
}
@media (max-width: 400px) {
  .section_main_header h2 {
    font-size: 21px;
    text-align: center;
  }
  .section_main_header .btn-primary{
  display: block;
    margin-left: auto;
    margin-right: auto;
}
  .section_main_header h3 {
    font-size: 31px;
  }
  .section_main_header h4 {
    font-size: 27px;
  }
}
.page_tree {
  padding: 360px 0 75px;
}
.page_tree h2 {
  font-size: 53px;
  text-shadow: 0px 0px 10px #00000040;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-width: 1100px;
  line-height: 1.3;
}
.page_tree a {
  transition: 0.3s ease-in-out;
}
.page_tree a:hover {
  color: var(--green-color);
}
.page_tree h6 {
  font-size: 12.3px;
  padding-bottom: 10px;
}
@media (max-width: 477px) {
  .page_tree h2 {
    font-size: 30px;
    /* line-height: 1.1; */
  }
}
.text_section p {
  font-size: 18px;
  color: #1d1d1b;
  font-weight: 400;
}
.bg_section {
  background-size: cover;
  background-position-x: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.bg_img {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.mb_bg_img {
  z-index: -4;
}
@media (max-width: 768px) {
  .mb_bg_img {
    z-index: -2;
  }
}
.bg_header_left {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  max-width: 50%;
}
.bg_header_right {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  max-width: 50%;
}
.bg_footer_right {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 50%;
  height: 33%;
  top: 0;
}

.re-edited-box-icon img {
  width: 100%;
  margin-top: 16px;
}

@media (min-width: 767px) {
  .bg_footer_right {
    height: 42%;
  }
}
@media (min-width: 992px) {
  .bg_footer_right {
    height: 80%;
  }
}
.section_1 {
  min-height: 100vh;
  /* height: 100vh; */
}
/* .section_2 > .container > .row,
.section_3 > .container > .row,
.section_4 > .container > .row,
.section_5,
.section_6 {
  min-height: 80vh;
} */
.chief_executive_section_1 > .container > .row {
  min-height: 50vh;
}
.btn-arrow svg {
  transition: 0.3s;
}
.btn-arrow:hover svg {
  margin-left: 20px !important;
}
@keyframes bounce {
  0% {
  }
  35% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}

.row-hero {
  /* height: 20rem; */
  /* width: 100%; */
  /* position: relative; */
  /* overflow: hidden; */
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.row-hero::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  content: " ";
  background-color: rgb(0 0 0 / 60%);
}

.video {
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  width: auto;
  z-index: 0;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
}

.section_break {
  background-image: url(../images/section_break.png);
  height: 29px;
}
.carousel-indicators {
  bottom: 50px;
  align-items: center;
}
.carousel-indicators button {
  transition: 0.3s !important;
  margin: 0 10px !important;
  border-radius: 50%;
}
.carousel-indicators button:first-child,
.carousel-indicators button:last-child {
  font-size: 15px;
  background: transparent !important;
  border: 1.5px solid white;
  position: relative;
  width: 34px;
  height: 34px;
  opacity: 1;
  transition: 0.3s;
}
button.pro-controls-btns:first-child:hover,
.carousel-indicators button:first-child:hover {
  opacity: 0.65;
  transform: translateX(-7px);
}
button.pro-controls-btns:last-of-type:hover,
.carousel-indicators button:last-child:hover {
  opacity: 0.65;
  transform: translateX(7px);
}
.carousel-indicators button.dots {
  height: 10px;
  width: 10px;
  padding: 0;
}
.carousel-indicators .active {
  background: white !important;
  height: 10px !important;
  width: 10px !important;
  background-clip: padding-box !important;
  transform: scale(1.3);
}
.carousel-item-container {
  padding: 15rem 15px 3rem !important;
  z-index: 1;
}
.section_5 .item,
.section_projects .item {
  position: relative;
  /* filter: grayscale(1); */
  transition: 0.7s;
  overflow: hidden;
}
.section_5 .item .animation_filter,
.section_projects .item .animation_filter {
  position: absolute;
  padding: 30px 20px;
  transition: 0.7s ease-in-out;
  background: linear-gradient(359deg, black, transparent);
  cursor: pointer;
  bottom: -195px;
  /* height: 300px; */
  width: 100%;
}
@media (min-width: 1200px) {
  .section_5 .item:hover .animation_filter,
  .section_projects .item:hover .animation_filter {
    bottom: 0;
  }
}
@media (max-width: 1199px) {
  .section_5 .item .animation_filter,
  .section_projects .item .animation_filter {
    bottom: 0;
  }
}
.section_5 .item .animation_filter span.date,
.section_projects .item .animation_filter span.date {
  display: block;
}
.section_5 .item .animation_filter span.year,
.section_projects .item .animation_filter span.year {
  font-size: 20px;
}
/* .section_5 .item img {
  min-width: 285px !important;
  min-height: 320px;
} */

@media (max-width: 992px) {
  #menu-top-bar-ar,
  #menu-top-bar-en {
    display: none;
  }

  .section_5 .owl-container,
  .section_projects .owl-container {
    max-width: 720px;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 576px) {
  .section_5 .owl-container,
  .section_projects .owl-container {
    max-width: 540px;
  }
}
@media (min-width: 576px) {
  .section_5 .owl-container,
  .section_projects .owl-container {
    max-width: 100%;
  }
}
.l3_overflow_hidden h5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  transition: 0.7s ease-in-out !important;
  text-transform: uppercase;
  min-height: 50px;
  line-height: 1.5;
}
.l3_overflow_hidden.card_header {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  transition: 0.7s ease-in-out !important;
  text-transform: uppercase;
  min-height: 87px;
  line-height: 1.5;
}
.l3_overflow_hidden {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  transition: 0.7s ease-in-out !important;
}
p.l3_overflow_hidden {
  height: 85px;
}
.l2_overflow_hidden {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: 0.7s ease-in-out !important;
}
.l1_overflow_hidden {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  transition: 0.7s ease-in-out !important;
}
h5.l2_overflow_hidden {
  height: 50px;
}
.section_6 .img_responsive {
  background-size: cover;
  background-position: center;
  /* max-width: 535px; */
  height: 385px;
  overflow: hidden;
  border-radius: 10px;
  margin-left: auto;
}
.section_6 .owl-carousel {
  position: relative;
}
.section_6 .owl-carousel .owl-nav {
  display: none;
  position: absolute;
  top: -40px;
  right: 0px;
}
@media (max-width: 991px) {
  .section_6 .owl-carousel .owl-nav {
    position: relative;
    text-align: center;
    margin-top: 50px;
  }
}
.section_5 .owl-nav,
.section_projects .owl-nav {
  display: none !important;
}
.section_5 .owl-carousel .owl-nav button:last-child svg,
.section_projects .owl-carousel .owl-nav button:last-child svg,
.section_6 .owl-carousel .owl-nav button:last-child svg {
  margin-left: 35px;
}
.portal_min_height {
  min-height: 60px;
}
.pro-controls-btns {
  border: none;
  background: transparent;
  color: #000;
  transition: 0.3s;
}
.section_5 .owl-carousel .owl-nav button svg,
.section_projects .owl-carousel .owl-nav button svg,
.section_6 .owl-carousel .owl-nav button svg,
.pro-controls-btns svg {
  padding: 20px;
  height: 15px;
  width: 15px;
  border: 1px solid black;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
  color: #000 /* rtl: red*/;
  vertical-align: middle;
}
.section_5 button.disabled svg,
.section_projects button.disabled svg,
.section_6 button.disabled svg {
  color: #828282 !important;
  border-color: #828282 !important;
}
.section_5 button.disabled:hover,
.section_projects button.disabled:hover,
.section_6 button.disabled:hover {
  opacity: 1 !important;
  transform: none !important;
}
/* Footer Style Start */

footer {
  background-color: #002143;
  border-top: 3px solid #b2914c;
  color: #ffffff !important;
}
.footer_text {
  font-size: 14px;
}
.footer-social-icons {
  padding: 0;
  list-style: none;
  justify-content: center;
  display: flex;
}
.footer-social-icons li {
  display: inline-block;
}
.footer-social-icons li a {
  border: 1px solid #ffffff;
  color: #fff;
  border-radius: 8px;
  width: 45px;
  height: 45px;
  display: block;
  text-align: center;
  line-height: 2;
  transition: all 0.3s;
  margin-right: 10px;
  font-size: 22px;
}
.footer-social-icons li:last-child a {
  margin-right: 0px;
}
.footer-social-icons li a:hover {
  background-color: #ffffff;
  color: #101010;
}
.copyright-text {
  font-size: 14px;
  text-transform: capitalize;
  /* color: #f5f5f5; */
  font-weight: 400;
}

.btn-footer-menu {
  padding: 0;
  list-style: none;
}
.btn-footer-menu li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 5px;
}
.btn-footer-menu li a {
  /* color: #f5f5f5; */
  font-size: 12.3px;
  transition: all 0.3s;
  font-weight: 600;
  text-transform: uppercase;
}

.btn-footer-menu li a:hover {
  color: #8f8f8f;
}
.footer-list-title {
  font-weight: 600;
  font-size: 21.5px;
  margin-bottom: 20px;
}

.footer-list-title a {
  /* color: #f5f5f5; */
  transition: all 0.3s;
}
.footer-list-title a:hover {
  color: #8f8f8f;
}

.footer-list-menu {
  padding: 0;
  list-style: none;
}
.footer-list-menu li a {
  /* color: #ffffff; */
  font-weight: 600;
  font-size: 13.8px;
  transition: all 0.3s;
  margin-bottom: 12px;
  display: inline-block;
}
.footer-list-menu li a:hover {
  color: #8f8f8f;
}
.btn-subscribe {
  border-radius: 200px;
  color: #fff;
  background-color: var(--green-color);
  padding: 7px 25px;
  font-weight: 500;
  font-size: 14px;
  position: absolute;
  right: 5px;
  top: 5px;
  transition: all 0.3s;
  bottom: 5px;
  height: 38px;
}
.footer-newsletter-form input.form-control {
  border-radius: 200px;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  color: #1e1e1e;
  /* background-image: url(../img/sms.svg); */
  background-position: 15px;
  background-repeat: no-repeat;
  padding: 0.75rem 0.75rem;
  padding-left: 25px;
}
#scroll_down_ptn {
  position: fixed;
  /* right: 35px; */
  bottom: -60px;
  background-color: rgb(29 29 27 / 90%);
  z-index: 2000;
  border-radius: 50%;
  transition: 0.7s ease-in-out;
  padding: 9px;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 20px;
}
#scroll_down_ptn.show {
  bottom: 100px;
}
/* @media (min-width: 992px) {
  #scroll_down_ptn {
    right: 5rem;
  }
}
@media (min-width: 1200px) {
  #scroll_down_ptn {
    right: 7rem;
  }
}
@media (min-width: 1400px) {
  #scroll_down_ptn {
    right: 8rem;
  }
} */
/* Footer Style End */

/* DropDown Animation */
@media (min-width: 200px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}
/* DropDown Animation */
@media (min-width: 1200px) {
  .vh-lg-100 {
    height: 100vh !important;
  }
}
/* ============ desktop view ============ */
/* .sub-dropdown-toggle {
  position: relative;
} */
.sub-dropdown-toggle::after {
  border: none;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  vertical-align: 0;
  font-size: 13px;
  float: right;
}
@media all and (min-width: 992px) {
  .section_6 .home-news-head {
    position: absolute;
  }
  .home-neas-item-head {
    margin-top: 120px;
  }
  .dropdown-menu li {
    position: relative;
  }
  .nav-item .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
    transition: 0.5s ease-in-out;
  }
  .nav-item .submenu-left {
    right: 100%;
    left: auto;
  }
  .dropdown-menu > li:hover {
    background-color: #f1f1f1;
  }
  .dropdown-menu > li:hover > .submenu {
    display: block;
  }
}
.nav-item.d-lg-block .dropdown-menu {
  right: 0;
}
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu {
    margin-left: 0.7rem;
    margin-right: 0.7rem;
    margin-bottom: 0.5rem;
  }
}
/* ============ small devices .end// ============ */
/* layout bg ################################### */
.start_layout,
.end_layout {
  position: relative;
}
.start_layout.z_1::before,
.end_layout.z_1::before {
  z-index: 1;
}
.start_layout::before,
.end_layout::before {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #00000075;
}
.start_layout::before {
  left: 0;
  background: #00000075;
}
.end_layout::before {
  right: 0;
}
@media (min-width: 992px) {
  .start_layout::before,
  .end_layout::before {
    width: 80%;
  }
  .start_layout::before {
    left: 0;
    background: linear-gradient(90deg, #0000006b, #00000075, transparent);
  }
  .end_layout::before {
    right: 0;
    background: linear-gradient(90deg, transparent, #00000075, #0000006b);
  }
}
/* layout bg ################################### */
/* pages ########################################## */
.page_section_header {
  position: relative;
}
.page_section_header::before,
.page_section_header::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}
.page_section_header::before {
  width: 100%;
  height: 50%;
  background: linear-gradient(black, transparent);
}
.page_section_header::after {
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #000000d4, #00000078);
  z-index: -1;
}
@media (min-width: 992px) {
  .page_section_header::after {
    width: 80%;
    background: linear-gradient(90deg, #000000d4, #00000078, transparent);
  }
}
.directors-card-img {
  overflow: hidden;
  border-radius: 20px;
}
.directors-card img {
  overflow: hidden;
  border-radius: 16px;
  transition: 0.5s;
}
/* @media (min-width: 477px) {
  .directors-card img {
    height: 270px;
  }
} */
.directors-card:hover img {
  scale: 1.1;
}
.directors-card:hover h5 {
  color: var(--green-color);
}
.directors-card h5 {
  transition: 0.3s;
}
.directors-card h6 {
  text-transform: uppercase;
}
.directors-card h6:nth-of-type(2) {
  font-size: 14px;
  font-weight: 600;
}
.career_section_2 .card {
  height: 100%;
  border-radius: 20px;
  transition: 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.career_section_2 .card:hover {
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.075);
}
.career_section_2 .card img,
.career_section_1 .card img {
  /* max-width: 70px; */
  /* height: 150px; */
  margin: 10px auto 20px;
}
.career_section_2 .card h5 {
  color: #3d2946 !important;
  max-width: 160px;
  margin: 0 auto;
  text-align: center;
}
.career_section_2 h4 {
  font-size: 43px;
}
@media (max-width: 575px) {
  .career_section_2 .card {
    /* width: fit-content; */
    margin: auto;
    /* padding: 35px 40px !important; */
  }
  .career_section_2 .card h5 {
    font-size: 16px;
    text-align: center;
  }
}
.directors-card span {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: -0.29px;
  color: #1d1d1b;
}
/* .pagination li a {
  transition: 0.3s ease-in-out;
  z-index: 3;
  padding: 0.375rem 0.75rem;
  position: relative;
  display: block;
  border-radius: 0.25rem;
  margin: 0 7px;
  color: var(--green-color);
  border: 1px solid var(--green-color);
}
.pagination li.active a,
.pagination li a.active,
.pagination li:hover a {
  color: white;
  background-color: var(--green-color);
}
.pagination li.disabled:hover a,
.pagination li.disabled a {
  color: #dcddea !important;
  border-color: #dcddea !important;
  background: transparent;
  pointer-events: none;
} */
.rcrc-pagination {
  background-color: white;
}
.rcrc-pagination .pagination {
  justify-content: center;
}
.rcrc-pagination .pagination .nav-links {
  display: flex;
  align-items: center;
}
.rcrc-pagination .pagination .page-numbers {
  transition: 0.3s ease-in-out;
  z-index: 3;
  padding: 0.375rem 0.75rem;
  position: relative;
  display: block;
  border-radius: 0.25rem;
  margin: 0 7px;
  color: var(--green-color);
  border: 1px solid var(--green-color);
}
.rcrc-pagination .pagination .page-numbers.next,
.rcrc-pagination .pagination .page-numbers.prev,
.rcrc-pagination .pagination .page-numbers.current,
.rcrc-pagination .pagination .page-numbers:hover {
  color: white;
  background-color: var(--green-color);
}
.rcrc-pagination .pagination .page-numbers.disabled:hover,
.rcrc-pagination .pagination .page-numbers.disabled {
  color: #dcddea !important;
  border-color: #dcddea !important;
  background: transparent;
  pointer-events: none;
}
.col-lg-5 .directors-card h6 {
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.1;
}
.col-lg-5 .directors-card h6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: 0.7s ease-in-out !important;
}
.col-lg-5 .directors-card img {
  overflow: hidden;
  border-radius: 24px;
}
@media (min-width: 992px) {
  .col-lg-5 .directors-card h6 {
    font-size: 1.2rem;
    line-height: 1.3;
  }
}
/* @media (min-width: 1200px) {
  .col-lg-5 .directors-card img {
    max-width: 200px;
  }
} */

.news_section h3 {
  line-height: 1.5;
}
.news_section .footer-social-icons li a {
  border: 1px solid #101010;
  color: #101010;
}
.news_section .footer-social-icons li a:hover {
  background-color: #101010;
  color: white;
}
.news-card-img {
  overflow: hidden;
  border-radius: 20px;
  /* width: 15rem; */
}
.wpcf7-spinner {
  position: absolute;
  right: 20px;
  top: 50px;
}

[dir="rtl"] .wpcf7-spinner {
  right: unset;
  left: 20px;
}
.home-news-owl h5 {
  color: #484848;
  line-height: 42.3px;
}
.home-news-owl p {
  color: #716d6c;
  font-size: 18.5px;
  font-weight: 500;
  line-height: 27.7px;
}
.publication_section h5 {
  color: #484848;
  line-height: 21.5px;
}
.publication_section p {
  color: #1d1d1b;
  font-size: 15.3px;
  font-weight: normal;
  line-height: 21.5px;
}
.publication_header h2 {
  font-weight: 900;
  margin-top: 45px;
  font-size: 30.8px;
  line-height: 49.2px;
  color: #1d1d1b;
}
.publication_header .form {
  max-width: 527.5px;
}
.publication_header .form-input {
  height: 43px;
}
.publication_header .form svg {
  top: 10px;
}
.bg-shape {
  background-image: url(../images/bg-shape.svg);
  position: absolute;
  top: 0;
  right: 15px;
  height: 333.1px;
  width: 223.1px;
  background-repeat: no-repeat;
  background-size: contain;
}
.white-bg {
  background-color: #fff;
}
h4.msg-quot {
  font-weight: 600 !important;
  font-size: 34px;
  line-height: 1.4;
  display: flex;
  flex-wrap: wrap;
}
.h4-quot {
  font-size: 138.5px;
  font-weight: 600;
  height: 50px;
  line-height: 115px;
}
.h4-quot:last-of-type {
  margin-left: auto;
}
@media (max-width: 556px) {
  h4.msg-quot {
    font-weight: 900 !important;
    font-size: 25px;
  }
  .h4-quot {
    font-size: 81.5px;
  }
  .h4-quot:last-of-type {
    line-height: 60px;
  }
}
.section_our_vision {
  background-color: #eeeef5;
  font-size: 22px;
  color: #1d1d1b;
  padding: 3.5rem 2rem;
  border-radius: 20px;
  vertical-align: middle;
  font-weight: 600;
  width: 100%;
}
.section_our_vision span {
  font-size: 36px;
  font-weight: 900;
  color: #684871;
  vertical-align: sub;
}
@media (max-width: 575px) {
  .container.vision_section {
    padding: 0;
  }
  .section_our_vision {
    background-color: #eeeef5;
    font-size: 19px;
    border-radius: 0px;
  }
  .section_our_vision span {
    font-size: 27px;
    color: #1d1d1b;
    display: block;
  }
  .section_our_vision .vmv_h4 {
    font-size: 18.6px;
    line-height: 33px;
  }
  .vision_break {
    background-color: transparent !important;
  }
  .vision_break2 {
    background-color: white !important;
  }
}
.img_circle {
  position: relative;
  width: fit-content;
}
.img_circle.ceo_img {
  max-width: 400px;
}
.img_circle img {
  position: relative;
  z-index: 10;
}
.img_circle::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  /* background: var(--green-color); */
  top: 0;
  left: 0;
  transform: translate(-5%, -5%);
}
.img_circle.ceo_img::after {
  transform: translatex(5%);
}
.prog_ul {
  margin-bottom: 24px;
}
.prog_ul li {
  padding-left: 15px;
  position: relative;
  font-weight: 600;
  line-height: 2;
}
.prog_ul li::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #1d1d1b;
  left: 2px;
  top: 13px;
}
.text_muted {
  color: #a1a1a1;
}
#form_submission {
  display: none;
}
.contact_header a {
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.contact_header a.active,
.contact_header a:hover {
  color: var(--green-color);
}
.contact_form input:not([type="submit"]),
.contact_form select,
.contact_form textarea {
  padding: 15px;
  outline: none;
  resize: none;
  border: 1px solid #dcddea;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 16px;
}
.contact_form input[type="file"] {
  padding: 0;
  border: none;
  border-radius: 0;
  height: 60px;
}
.contact_form input:not([type="submit"])::placeholder,
.contact_form input:not([type="submit"])::-webkit-input-placeholder,
.contact_form input:not([type="submit"])::-moz-placeholder,
.contact_form input:not([type="submit"]):-moz-placeholder,
.contact_form input:not([type="submit"])::-ms-input-placeholder,
.contact_form input:not([type="submit"]):-ms-input-placeholder,
.contact_form select,
.contact_form textarea::placeholder,
.contact_form textarea::-webkit-input-placeholder,
.contact_form textarea::-moz-placeholder,
.contact_form textarea:-moz-placeholder,
.contact_form textarea:-ms-input-placeholder,
.contact_form textarea::-ms-input-placeholder {
  color: #6c757d91 !important;
  font-size: 16px;
  line-height: 24px;
  opacity: 1;
}
.contact_form option {
  padding: 0;
}
.custom-file-input {
  width: 100%;
  margin-bottom: 1rem;
}
.custom-file-input input[type="file"] {
  visibility: hidden !important;
  height: 0;
}
.custom-file-input label {
  color: #6c757d;
  display: block;
  border-radius: 3px;
  outline: none;
  white-space: nowrap;
  user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-size: 15.3px;
  text-align: center;
  padding: 15px;
  border: 1px dashed #dcddea;
  transition: 0.3s;
  border-radius: 5px;
  outline: 0;
}
.custom-file-input label:hover {
  border: 1px solid #5b6268;
}
.tenders_card {
  border: 1px solid #0000001a;
  padding: 30px;
  border-radius: 20px;
}
.tenders_card .col-xl-4 {
  border-top: 1px solid #0000001a;
  border-left: none;
}
@media (min-width: 992px) {
  .tenders_card .col-xl-4 {
    border-top: none;
    border-left: 1px solid #0000001a;
  }
}
.videos-card span,
.photos-card span {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: -0.29px;
  color: #1d1d1b;
}
.videos-card img {
  overflow: hidden;
  border-radius: 20px;
  /* height: 264px; */
}
@media (max-width: 473px) {
  .videos-card img {
    /* height: 190px; */
  }
}
.videos-card .video_link {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.videos-card .video_link button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 25px;
  width: 65px;
  height: 65px;
  background: #ffffff9c;
  border-radius: 50%;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 35px;
  opacity: 0;
  transition: 0.5s ease-in-out;
}
.videos-card .video_link::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000080;
  opacity: 0;
  transition: 0.5s ease-in-out;
}
.videos-card .video_link:hover button,
.videos-card .video_link:hover::after {
  opacity: 1;
}
.form {
  position: relative;
  flex-grow: 1;
}
.form svg {
  position: absolute;
  top: 16px;
  left: 15px;
  color: #9ca3af;
}
.form-input {
  height: 55px;
  text-indent: 33px;
  border-radius: 10px;
}
.form-select {
  height: 55px;
  border-radius: 10px;
}
.form-select > *:hover {
  color: white;
  background-color: #9ca3af;
}
.form-select:focus,
.form-input:focus {
  box-shadow: none;
  border-color: #707070;
}
.page-filters .form-select {
  flex: 0 0 160px;
  font-size: 13.8px;
  font-weight: 600;
  height: 49.2px;
  border: 1.5px solid #707070;
  border-radius: 8px;
}

.filter_section .form-select {
  width: fit-content;
  margin-left: 10px;
  font-size: 13.8px;
  font-weight: 600;
  border: 1.5px solid #707070;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .filter_section .form-select:first-child {
    margin-left: 0px;
  }
  .home-news-owl h5 {
    line-height: 38.3px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    transition: 0.7s ease-in-out !important;
    text-transform: uppercase;
    min-height: 55px;
  }
  .home-news-owl p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
}
.vmv_h4 {
  font-size: 27.6px;
  font-weight: 600;
  line-height: 37px;
}
.values-col h5 {
  color: #3d2946;
  font-size: 24.6px;
  font-weight: 600;
  margin-top: 1rem;
}
.values-col p {
  color: #1d1d1b;
  font-size: 15.4px;
  line-height: 21px;
  font-weight: 400;
}
.committees-col {
  background-color: #0153A91a;
  border: 1px solid #0153A91a;
  border-radius: 20px;
  padding: 3rem 2rem;
  height: 100%;
  display: flex;
}
.committees-col h5 {
  color: #0153A9;
  font-weight: 800;
  font-size: 17px;
  line-height: 30.7px;
}
@media (min-width: 1200px) {
  .Objective {
    width: 20% !important;
  }
}
.progs-card {
  position: relative;
  overflow: hidden;
}
.progs-card img {
  transition: 0.35s ease-in-out;
}
.progs-card:hover img {
  transform: scale(1.07) rotate(1deg);
}
.progs-card h5 {
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(transparent, black);
  color: white;
  width: 100%;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 125px;
  font-size: 1.25rem !important;
}
.d_grid {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(96, 20px);
}
.d_grid img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.d_grid .img-1 {
  grid-row: 1/8;
}
.d_grid .img-2 {
  grid-row: 8/26;
}
.d_grid .img-3 {
  grid-row: 26/36;
}
.d_grid .img-4 {
  grid-row: 36/52;
}
.d_grid .img-5 {
  grid-row: 52/59;
}
.d_grid .img-6 {
  grid-row: 59/67;
}
.d_grid .img-7 {
  grid-row: 67/80;
}
.d_grid .img-8 {
  grid-row: 80/96;
}
@media (min-width: 500px) {
  .d_grid {
    grid-template-rows: repeat(96, 25px);
  }
}
@media (min-width: 767px) {
  .d_grid {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(48, 10px);
  }
  .d_grid img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .d_grid .img-1 {
    grid-row: 1/8;
    grid-column: 1/2;
  }
  .d_grid .img-2 {
    grid-row: 1/19;
    grid-column: 2/3;
  }
  .d_grid .img-3 {
    grid-row: 24/34;
    grid-column: 1/2;
  }
  .d_grid .img-4 {
    grid-row: 8/24;
    grid-column: 1/2;
  }
  .d_grid .img-5 {
    grid-row: 19/26;
    grid-column: 2/3;
  }
  .d_grid .img-6 {
    grid-row: 40/49;
    grid-column: 2/3;
  }
  .d_grid .img-7 {
    grid-row: 26/40;
    grid-column: 2/3;
  }
  .d_grid .img-8 {
    grid-row: 34/49;
    grid-column: 1/2;
  }
}
@media (min-width: 992px) {
  .d_grid {
    grid-template-rows: repeat(48, 28px);
  }
}
@media (min-width: 1200px) {
  .d_grid {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(32, 15px);
  }
  .d_grid img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .d_grid .img-1 {
    grid-row: 1/8;
    grid-column: unset;
  }
  .d_grid .img-2 {
    grid-row: 1/19;
    grid-column: unset;
  }
  .d_grid .img-3 {
    grid-row: 1/11;
    grid-column: unset;
  }
  .d_grid .img-4 {
    grid-row: 8/24;
    grid-column: unset;
  }
  .d_grid .img-5 {
    grid-row: 11/18;
    grid-column: unset;
  }
  .d_grid .img-6 {
    grid-row: 24/33;
    grid-column: unset;
  }
  .d_grid .img-7 {
    grid-row: 19/33;
    grid-column: unset;
  }
  .d_grid .img-8 {
    grid-row: 18/33;
    grid-column: unset;
  }
}
@media (min-width: 1400px) {
  .d_grid {
    grid-template-rows: repeat(32, 25px);
  }
}
.open_data_text {
  border: none;
}
.open_data_text h5 {
  color: #3d2946;
  font-size: 25px;
}
.why_section .prog_ul li::before {
  background-color: white;
}
.footer_section p {
  text-shadow: 0px 0px 3px #00000070;
}
/* .owl-carousel .owl-stage-outer {
  direction: ltr;
} */
.photos-card {
  max-width: 416px;
}
@media (max-width: 576px) {
  .photos-card {
    margin: 0 auto;
  }
}
.photos-card a > div {
  overflow: hidden;
}
.photos-card img,
.photos-card h5 {
  transition: 0.3s ease-in-out;
}
.photos-card:hover img {
  transform: scale(1.1) rotate(1deg);
}
.photos-card:hover h5 {
  color: var(--green-color);
}
.rounded-5 {
  border-radius: 24px;
  overflow: hidden;
}
.textfield {
  position: relative;
  box-sizing: border-box;
  min-width: 300px;
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
}
.textfield__label {
  position: absolute;
  top: 16px;
  left: 15px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #6c757d91;
  user-select: none;
  cursor: text;
}
.textfield__label::after {
  position: relative;
  top: -3px;
  left: 1px;
  display: inline-block;
  content: "*";
  color: #d0011b;
}
.textfield__input::placeholder {
  color: transparent;
}
.textfield__input:not(:empty) + .textfield__label,
.textfield__input:valid + .textfield__label,
.textfield__input:disabled + .textfield__label {
  display: none;
}
.red {
  color: red;
}
.open__data_heder h5 {
  font-size: 24.6px;
}
.open__data_heder h3 {
  font-size: 36.9px;
  line-height: 49.2px;
}
.open_data_heder {
  max-width: 1110px;
  margin: 0 auto;
}
.open_data_heder h5 {
  font-size: 24.6px;
}
.open_data_heder h3 {
  font-size: 36.9px;
  line-height: 49.2px;
}
.open_data_heder p {
  font-size: 15.3px;
  line-height: 27.7px;
}
/* mandate and duties ################################ */
.mandate-ul li {
  display: flex;
  align-items: flex-start;
}
.mandate-ul p {
  margin: 7px 0;
  /* font-size: 16px;
  font-weight: 300; */
  line-height: 1.2;
}
.mandate-ul img {
  width: 18px;
  margin: 10px 9px 0px 0;
}
span.bg_highlighted {
  background: #0153A912;
  padding: 6px 10px;
  display: inline-block;
  margin: 7px 0;
}
/* mandate and duties ################################ */
/* 404 ###################################################### */
.section_404 {
  position: relative;
  background-color: #1d1f22;
}
.section_404 .container img {
  max-width: 100%;
}
.bg_img_404 {
  position: absolute;
  transform: rotatex(180deg);
  max-width: 20%;
  bottom: 0;
}
.text_404 h3 {
  margin-top: 32px;
}
/* 404 ###################################################### */
/* pattern  #################################### */
.max_width {
  max-width: 1100px;
}
.rounded_5 {
  border-radius: 15px;
}
.img_circle img {
  border-radius: 50%;
  overflow: hidden;
  /* max-width: 200px; */
  margin-left: auto;
  margin-right: auto;
}
.row .wp-block-group__inner-container {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.wb_main_header .under_line {
  position: relative;
}
.wb_main_header .under_line::after {
  position: relative;
  display: block;
  content: "";
  /* bottom: 0px;
  left: 0; */
  background-image: url(../img/line.png);
  background-size: cover;
  height: 10px;
  width: 192px;
  margin: 10px;
}
.under_dashes {
  position: relative;
}
.under_dashes::after {
  position: relative;
  display: block;
  content: "";
  /* bottom: 0px;
  left: 0; */
  background-image: url(../img/dashes.png);
  background-size: cover;
  height: 10px;
  width: 270px;
  margin: 10px auto;
}
.wb_main_header h2 {
  font-size: 49.2px;
}
.wb_main_header h3 {
  font-size: 36px;
}
.wb_main_header h4 {
  font-size: 30px;
  /* padding-bottom: 25px; */
}
.wb_main_header h5 {
  font-size: 24.6px;
  text-transform: uppercase;
}
.wb_main_header .text_ops.font-oswald {
  font-size: 18.5px;
}
@media (max-width: 767px) {
  .wb_main_header h2 {
    line-height: 1.5;
    font-size: 26px;
  }
  .wb_main_header h3 {
    font-size: 36px;
  }
  .wb_main_header h4 {
    font-size: 32px;
  }
}
.palms_ul {
  list-style: none !important;
}
.palms_ul li {
  position: relative;
}
.palms_ul.ceo_ul li {
  margin-bottom: 16px;
}
.palms_ul li::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(../img/mandate_icon.png);
  background-size: cover;
  left: -35px;
  top: 3px;
}
.palms_ul_black li::before {
  background-image: url(../img/mandate_icon_black.png) !important;
}
@media (max-width: 991px) {
  .m_top_0 {
    margin-top: 0 !important;
  }
}
/* pattern  #################################### */
.no-results-found {
  font-size: 32px !important;
  font-weight: 600 !important;
  opacity: 0.2;
  line-height: 1.5;
  text-transform: capitalize;
  color: #1d1f22;
  padding: 15px;
}

.wp-block-columns,
figure {
  margin-bottom: 0 !important;
}
figure[data-fancybox="gallery"] {
  cursor: zoom-in !important;
}
.remove_search {
  position: absolute;
  top: 50%;
  right: 15px;
  content: "X";
  height: 20px;
  color: #464646bd;
  margin-top: -13px;
  font-size: 25px;
  line-height: 1;
  text-shadow: 0px 0px 1px #00000091;
  cursor: pointer;
  display: none;
}
.remove_search:after {
  display: inline-block;
  content: "\00d7";
}
/* CEO ################################################################ */
.ceo_bg_icon_start,
.ceo_bg_icon_end {
  position: relative;
}
.ceo_bg_icon_start::after,
.ceo_bg_icon_end::after {
  position: absolute;
  content: "";
  background-image: url(../img/ceo_icon.svg);
  width: 260.85px;
  height: 389.83px;
  top: 0;
}
.ceo_bg_icon_start::after {
  left: 16px;
}
.ceo_bg_icon_end::after {
  right: 16px;
}
@media (min-width: 1600) {
  .ceo_bg_icon_start::after {
    left: 25px;
  }
  .ceo_bg_icon_end::after {
    right: 25px;
  }
}
@media (min-width: 1700) {
  .ceo_bg_icon_start::after {
    left: 135px;
  }
  .ceo_bg_icon_end::after {
    right: 135px;
  }
}
@media (max-width: 991px) {
  .no_gap {
    gap: 0 !important;
  }
}

/* CEO ################################################################ */

/* Temp newsletter style */
.footer-newsletter-form .wpcf7 form.failed .wpcf7-response-output {
  border-color: green !important;
}
@media only screen and (max-width: 700px) {
  .wp-block-columns {
    display: flex !important;
    flex-direction: column !important;
  }
  .wp-block-column.wb_main_header.my-auto.is-layout-flow.wp-block-column-is-layout-flow {
    order: 2;
  }
  .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow {
    order: 1;
  }
}
/* Language-specific base styles */
body.lang-en,
section.lang-en {
  direction: ltr;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
}

body.lang-ar,
section.lang-ar {
  direction: rtl;
  font-family: "Tajawal", "Arial", sans-serif;
  text-align: right;
}
section.section_bg_section.section_6 {
    background: #ffffff !important;   /* اللون اللي تريده */
    background-color: #ffffff !important;
}

