@charset "UTF-8";
.lightblue {
  background-color: #d5e7f1 !important;
}

.txt-blue {
  color: #184469;
}

.about-line-hr {
  height: 3px !important;
}

.Orange {
  color: #f9d7a4;
}

.BgOrange {
  background: #f9d7a4;
}

.Green {
  color: #859a3b;
}

.BgGreen {
  background: #859a3b;
}

.White {
  color: #f8f8f8 !important;
}

.BgWhite {
  background: #f8f8f8;
}

.Blue {
  color: #184469;
}

.BgBlue {
  background: #184469;
}

.darkBlue {
  color: #0b3e60;
}

@font-face {
  font-family: "arbfont-bold";
  src: url("../fonts/arbfonts/arbfonts-alqabas-bold.ttf");
}
@font-face {
  font-family: "arbfont-regular";
  src: url("../fonts/arbfonts/arbfonts-alqabas-regular.ttf");
}
@font-face {
  font-family: "expo-arabic";
  src: url("../fonts/expo-arabic/expo-arabic.ttf");
}
body,
p,
a,
span,
li {
  font-family: expo-arabic;
}

.arbfont-regular {
  font-family: "arbfont-regular";
}

.ar {
  font-family: expo-arabic !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: expo-arabic;
  line-height: 1.5;
}

.bold,
.bolder {
  font-family: expo-arabic;
}

@font-face {
  font-family: "sfprotext-regular";
  src: url("../fonts/sfprotext/sfprotext-regular.ttf");
}
html[lang=en] body,
html[lang=en] p,
html[lang=en] a,
html[lang=en] span,
html[lang=en] li {
  font-family: sfprotext-regular, sans-serif;
}

@font-face {
  font-family: "sfprotext-bold";
  src: url("../fonts/sfprotext/sfprotext-bold.ttf");
}
@font-face {
  font-family: "arabic-bold";
  src: url("../fonts/arabic-bold.ttf");
}
html[lang=en] h1,
html[lang=en] h2,
html[lang=en] h3,
html[lang=en] h4,
html[lang=en] h5,
html[lang=en] h6 {
  font-family: sfprotext-bold, sans-serif;
}

.en {
  font-family: sfprotext-regular, sans-serif !important;
}

* {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

h3 {
  font-size: 26px;
}

p {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
}

.card-text.White p {
  color: #f8f8f8;
}

body {
  overflow-x: hidden;
  background-color: #ffffff;
  color: #000000;
}

dl, ol, ul {
  margin-right: 10px;
}

.iti {
  width: 100%;
}

.navigation .pagination .disabled .page-link,
.navigation .pagination .active .page-link {
  color: #8d9399 !important;
}

.paginate.navigation .pagination .page-link {
  font-family: arabic-bold;
}

.paginate.navigation .d-sm-none {
  display: none !important;
}
.paginate.navigation .d-none {
  display: flex !important;
}

.navigation .pagination .page-link[aria-label="التالي »"],
.navigation .pagination .page-item[aria-label="التالي »"] .page-link,
.navigation .pagination .page-link[aria-label="« السابق"],
.navigation .pagination .page-item[aria-label="« السابق"] .page-link {
  font-family: sfprotext-bold, sans-serif !important;
  margin-top: 6px;
}

.navigation .small.text-muted {
  display: none;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

p img {
  max-width: 100%;
}

.rounded {
  border-radius: 2em !important;
}

.font-w600 {
  font-weight: 600;
}

.bold {
  font-weight: bold;
}

.bolder {
  font-weight: bolder;
}

.reguler {
  font-weight: normal !important;
}

.justify {
  text-align: justify;
}

.ltr {
  direction: ltr !important;
}

.rtl {
  direction: rtl;
}

.iti {
  display: block;
}

.card-shadow {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.font-s13 {
  font-size: 13px;
}

.font-s15 {
  font-size: 15px;
}

.font-s16 {
  font-size: 16px;
}

.font-s17 {
  font-size: 17px;
}

.font-s18 {
  font-size: 18px;
}

.font-s19 {
  font-size: 19px;
}

.font-s20 {
  font-size: 20px;
}

.font-s24 {
  font-size: 24px;
}

.font-s26 {
  font-size: 26px;
}

.font-s32 {
  font-size: 32px;
}

.font-s35 {
  font-size: 35px;
}

.font-s40 {
  font-size: 40px;
}

.font-w600 {
  font-weight: 600;
}

.dropdown-menu.show {
  transform: translate(0, 37px) !important;
}

.right-0 {
  right: 0;
}

.-z-1 {
  z-index: -1;
}

.z-2 {
  z-index: 2;
}

@keyframes stickyhead {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.header.home-header .menu a {
  color: #f8f8f8;
}
.header.home-header .menu a:focus, .header.home-header .menu a:hover {
  color: #f8f8f8;
}

.header.home-header.slide-2 .menu a {
  color: #184469;
}
.header.home-header.slide-2 .menu a:focus, .header.home-header.slide-2 .menu a:hover {
  color: #184469;
}
.header.home-header.slide-2 .menu-icon {
  color: #184469;
}

header.out-header {
  position: sticky;
  top: 0;
  z-index: 99;
}

.menu {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.menu a {
  display: block;
  font-weight: 600;
  transition: 0.2s all ease-in-out;
  color: #184469;
}
.menu a:focus, .menu a:hover {
  color: #184469;
}
.menu .dropdown-menu a {
  color: #184469 !important;
}

.toogle-close,
.toogle-close-2 {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.menu-icon {
  display: none;
}

#menu-toggle,
#menu-toggle-2 {
  display: none;
}

#menu-toggle:checked ~ .menu,
#menu-toggle-2:checked ~ .menu {
  transform: scale(1, 1);
  z-index: 999;
}

.toogle-close,
.toogle-close-2 {
  display: none;
}

#menu-toggle:checked ~ .toogle-close,
#menu-toggle-2:checked ~ .toogle-close-2 {
  display: block;
  z-index: 99;
}

.header-bar {
  height: 70px;
}
.header-bar .menu {
  top: 55px;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .header.home-header .menu a {
    font-size: 15px;
    padding: 0.5rem;
  }
}
@media only screen and (max-width: 1200px) {
  .header-bar {
    height: 55px;
  }
  .header.home-header .menu a {
    color: #184469;
  }
  .header.home-header .menu a:focus, .header.home-header .menu a:hover {
    color: #184469;
  }
  .header.home-header .menu-icon {
    color: #f8f8f8;
    z-index: 99;
  }
  .header nav {
    justify-content: space-between;
  }
  .menu {
    padding: 0;
    flex-direction: column;
    background-color: #f8f8f8;
    align-items: start;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    transform: scale(1, 0);
    transform-origin: top;
    transition: transform 0.3s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  }
  .menu a {
    color: #184469;
  }
  .menu a:focus, .menu a:hover {
    color: #184469;
  }
  .menu .dropdown-menu {
    inset: 0px auto auto auto !important;
  }
  .menu-icon {
    display: block;
    color: #184469;
    font-size: 28px;
    cursor: pointer;
    position: absolute;
    left: 0;
  }
}
@media (max-width: 576px) {
  .header {
    position: relative;
  }
  .header .logo img {
    max-width: 150px;
  }
  .logo img {
    max-width: 150px;
  }
}
.home-wrapper {
  min-height: 100svh;
  background: #eaebec;
}

.home-wrapper,
.home-oppor-sec {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}

.homeSwiper .home-oppor-sec {
  background: #ededed;
}
.homeSwiper h1, .homeSwiper h2, .homeSwiper span {
  font-family: "arbfont-bold" !important;
}
.homeSwiper .swiper-button-prev,
.homeSwiper .swiper-button-next {
  background: #184469;
  width: 50px;
  height: 50px;
  border-radius: 100%;
}
.homeSwiper .swiper-button-prev::after,
.homeSwiper .swiper-button-next::after {
  content: "" !important;
}
.homeSwiper .swiper-button-prev,
.homeSwiper .swiper-button-next {
  opacity: 0.1 !important;
}
.homeSwiper .swiper-button-prev:hover,
.homeSwiper .swiper-button-next:hover {
  opacity: 0.9 !important;
}

.partners-bg {
  background: #dbe0e3;
}
.partners-bg .p-title {
  color: #184469;
}

@media (min-width: 768px) {
  .homeSwiper .sButtonParrent {
    position: relative;
    max-width: 1200px;
  }
  .homeSwiper .swiper-button-next {
    left: -21px !important;
  }
  .homeSwiper .swiper-button-prev {
    right: -21px !important;
  }
  .homeSwiper .swiper-button-prev i,
  .homeSwiper .swiper-button-next i {
    transition: all 0.4s ease;
  }
  .homeSwiper .swiper-button-prev i:hover,
  .homeSwiper .swiper-button-next i:hover {
    transform: scale(1.1);
    transition: all 0.4s ease;
  }
}
@media (max-width: 576px) {
  .homeSwiper .main-card-home {
    border-radius: 20px;
  }
  .swiper-button-prev {
    right: -6px !important;
  }
  .partners-bg {
    background: #dbe0e3;
  }
  .partners-bg .p-title {
    color: #184469;
  }
}
.logo-height {
  max-height: 100px;
}

/* CSS animations */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/* Classes to trigger animations */
.animate-fadeIn {
  animation: fadeIn 1s forwards;
}

.animate-slideUp {
  animation: slideUp 1s forwards;
}

.main-section {
  background-size: cover;
  background-position: center;
  position: relative;
}
.main-section .title {
  position: relative;
  padding: 10px 0;
}
.main-section .title h1 {
  font-size: 28px;
  color: #f8f8f8;
  text-align: center;
}
.main-section p {
  font-size: 20px;
}

.main-card-home {
  border-start-end-radius: 30px;
  border-start-start-radius: 30px;
  box-shadow: 0px 21px 38px 0 rgba(132, 132, 131, 0.21);
  overflow: hidden;
}

.home-oppor-sec {
  background-image: url("../img/home-pettren.webp");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  position: relative;
}

.partners .swiper-slide {
  width: auto;
}
.partners .partners-title {
  margin-top: -37px;
}
.partners img {
  max-width: 85px;
  border-radius: 100%;
}

.map-box {
  max-width: 920px;
  margin: auto;
}

.map-image {
  width: auto;
  max-height: 380px;
  left: 40px;
  position: relative;
}

.map-parag {
  position: relative;
  top: 40px;
  right: 60px;
}

.homeSwiper .homeSwiperSlide.swiper-slide {
  max-height: 100svh;
  overflow-y: auto;
  visibility: hidden;
}
.homeSwiper .homeSwiperSlide.swiper-slide-active {
  visibility: visible;
}

.about-banner {
  max-height: 350px;
  object-fit: cover;
}

.iti__country-list {
  position: relative;
  margin-top: 39px;
}

.iti__selected-flag {
  position: absolute;
  left: 0;
}

.page-link.disabled {
  color: #8d9399 !important;
}

.main-about-section {
  background: url("../img/about.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.main-about-section .container .input-group input {
  padding: 12px;
  background: #1d3e5c;
  border-radius: 34px;
  border: none;
  color: rgba(248, 248, 248, 0.34);
}
.main-about-section .container .input-group input :focus {
  outline: 0;
  border-color: #66afe9;
}
.main-about-section .container .input-group .input-group-prepend .input-group-text {
  background: #1d3e5c;
  border: none;
  border-radius: 34px 0 0 30px;
  padding: 12px;
}
.main-about-section .container .input-group .input-group-prepend .input-group-text i {
  color: #f8f8f8;
}

.partner-box {
  padding: 0 8px;
  max-height: 300px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
}

.partner-p {
  color: #3f737e;
  margin-top: 19px;
  font-size: 20px;
}
.partner-p:hover {
  color: #184469;
}

.oppor-sec {
  background-image: url("../img/oppr-bg.webp");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  position: relative;
}
.oppor-sec h1 {
  color: #184469;
}
.oppor-sec ul {
  margin: 0;
  padding: 0;
}
.oppor-sec ul li {
  margin: 0;
  padding: 0;
}
.oppor-sec ul li a {
  font-size: 25px;
}
.oppor-sec .box-card {
  max-width: 300px;
  box-shadow: 2.8px 4.1px 6.2px 0.8px rgba(102, 102, 106, 0.3);
  padding: 9px;
  height: 200px;
  position: relative;
}
.oppor-sec .box-card .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(248, 248, 248, 0.34);
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.oppor-sec .cover-img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.oppor-sec .circle-box {
  width: 130px;
  height: 130px;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid white;
}
.oppor-sec .main-card {
  border-radius: 80px;
  box-shadow: 0px 21px 38px 0 rgba(132, 132, 131, 0.21);
  background-color: #f8f8f8;
}
.oppor-sec .main-card .main-card-title {
  background-image: url("../img/bg-shape.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 71px 73px 9px 73px;
  border-top-right-radius: 80px;
  border-top-left-radius: 80px;
}
.oppor-sec .main-card .main-card-title h2 {
  font-size: 28px;
  color: #184469;
}
.oppor-sec .main-card .main-content {
  padding: 35px 73px 50px 73px;
}
.oppor-sec .main-card .main-content .BgBluelight {
  background: #d5e7f1;
  border-radius: 8px;
}
.oppor-sec .main-card .main-content .lft-brd {
  border-left: 2px solid #0b3e60;
}
.oppor-sec .main-card .near-btn {
  background-color: #184469;
  color: #f8f8f8;
  border: none;
  border-radius: 0;
  width: 90px;
}
.oppor-sec .main-card .par {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: justify;
  color: #47484d;
}
.oppor-sec .main-card .about-h1 {
  font-size: 36px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #184469;
}
.oppor-sec .main-card .about-desc {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: justify;
  color: #47484d;
}
.oppor-sec .main-card .about-line-half {
  opacity: 1;
  background: #184469;
  height: 2px;
  width: 80%;
}
.oppor-sec .main-card .board {
  margin-top: 25px;
  position: relative;
  z-index: 2;
}
.oppor-sec .main-card .board .board-box {
  position: relative;
  border-radius: 50px;
  width: fit-content;
  background-image: linear-gradient(to left, rgba(132, 132, 131, 0.21), #f8f8f8);
}
.oppor-sec .main-card .board .board-box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% + 8px);
  top: -4px;
  right: -4px;
  z-index: -1;
  border-radius: 50px;
  background: #fff;
  box-shadow: 10px 0 6.3px 0 rgba(102, 102, 106, 0.3);
}
.oppor-sec .main-card .board .board-box p {
  margin: 0;
}
.oppor-sec .main-card .board .board-box .side-content {
  margin-right: 15px;
}
.oppor-sec .main-card .board .board-box .side-content p {
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #47484d;
}
.oppor-sec .main-card .contact-ceo .lft-brd {
  border-left-color: #47484d;
}
.oppor-sec .main-card .contact-ceo h6 {
  color: #47484d;
  font-size: 17px;
}
.oppor-sec .main-card .contact-ceo a {
  color: #47484d;
  font-size: 18px !important;
}
.oppor-sec .main-card .contact-sec {
  padding: 20px 0;
}
.oppor-sec .main-card .contact-sec input {
  direction: rtl;
  border-radius: 20px;
  padding-left: 14px;
}
.oppor-sec .main-card .contact-sec .iti__selected-flag {
  left: auto;
  right: 10px;
}
.oppor-sec .main-card .contact-sec .input-group select {
  direction: rtl;
  border-radius: 20px;
}
.oppor-sec .main-card .contact-sec label {
  font-weight: bold;
}
.oppor-sec .main-card .contact-sec textarea {
  border-radius: 20px;
  direction: rtl;
}
.oppor-sec .main-card .partnership-sec input {
  direction: rtl;
}
.oppor-sec .main-card .partnership-sec .input-group select {
  direction: rtl;
  border-radius: 20px;
}
.oppor-sec .main-card .partnership-sec label {
  font-weight: bold;
}
.oppor-sec .navigation .pagination .page-item .page-link {
  font-size: 16.5px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #184469;
  border: none;
  background: transparent;
}
.oppor-sec .navigation .pagination .middle {
  font-size: 18px;
  font-weight: bold;
  margin-top: 3px;
  color: #184469;
}

.about-line p {
  margin: 0;
}
.about-line .about-line-hr {
  position: absolute;
  bottom: -28px;
  width: 97%;
  background: #5b5b5f;
  left: 50%;
  transform: translateX(-50%);
}

.qem-title {
  position: relative;
}
.qem-title::before, .qem-title::after {
  content: "";
  position: absolute;
  width: 45%;
  height: 2px;
  top: 50%;
  transform: translateY(50%);
  background: #184469;
}
.qem-title::before {
  left: 0;
}
.qem-title::after {
  right: 0;
}

.about-line-hr:last-child {
  display: none;
}

.foot-area {
  background-color: #d5e7f1;
}
.foot-area .par {
  font-size: 16px;
  font-weight: 600;
  text-align: start;
  color: #265178;
}
.foot-area nav .nav-drop ul {
  list-style: none;
}
.foot-area nav .nav-drop ul .social-med {
  display: flex;
}
.foot-area nav .nav-drop ul .social-med li {
  padding: 23px;
}
.foot-area nav .nav-drop ul .social-med li:last-child {
  padding-left: 0;
}
.foot-area nav .nav-drop ul .social-med li a {
  background-color: #184469;
  border-radius: 50px;
  padding: 12px;
  display: flex;
  align-items: center;
}
.foot-area nav .nav-drop ul .social-med li a i {
  font-size: 22px;
  color: #d5e7f1;
}
.foot-area .bottom-line {
  background-color: #184469;
}
.foot-area .bottom-line .footer__made-by span {
  font-size: 0.85rem;
  display: inline-block;
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
  -webkit-animation: heartbeat 2s infinite;
  animation: heartbeat 2s infinite;
}
.foot-area .bottom-line .footer__made-by a {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.foot-area .bottom-line .underline {
  text-decoration: underline;
}

.gelatine {
  animation: gelatine 0.5s infinite;
}

@keyframes gelatine {
  from, to {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(0.9, 1.1);
  }
  50% {
    transform: scale(1.1, 0.9);
  }
  75% {
    transform: scale(0.95, 1.05);
  }
}
.btn.BgBlue:hover {
  color: #1e5a8d;
}

.strateg-box {
  position: relative;
  z-index: 1;
  border-radius: 20px;
}
.strateg-box .content {
  width: 100%;
  height: 100%;
  background: #e6edf5;
  padding: 40px;
}
.strateg-box .shadow {
  position: absolute;
  z-index: -1;
  content: "";
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 10px;
  clip-path: polygon(0 100%, 0 0, 100% 0, 86% 100%);
  -webkit-clip-path: polygon(0 100%, 0 0, 100% 0, 86% 100%);
  border-radius: 10px;
}

.container__img-holder {
  max-width: 280px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  margin-left: 16px;
  cursor: pointer;
}

.container .container__img-holder:nth-child(3n+1) {
  margin-left: 0;
}

.container__img-holder img {
  width: 100%;
  height: 220px;
  display: block;
}

.img-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  z-index: 999;
}

.img-popup img {
  max-width: 900px;
  width: 100%;
  opacity: 0;
  transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
}

.close-btn {
  width: 35px;
  height: 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.close-btn .bar {
  height: 4px;
  background: #333;
}

.close-btn .bar:nth-child(1) {
  transform: rotate(45deg);
}

.close-btn .bar:nth-child(2) {
  transform: translateY(-4px) rotate(-45deg);
}

.opened {
  display: flex;
}

.opened img {
  animation: animatepopup 1s ease-in-out 0.8s;
  -webkit-animation: animatepopup 0.3s ease-in-out forwards;
}

@keyframes animatepopup {
  to {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
.image-card-img {
  max-height: 250px;
  min-height: 100%;
  object-fit: cover;
}

.magnific-img img {
  width: 100%;
  height: auto;
}

.magnific-img {
  display: inline-block;
  width: 32.3%;
}

a.image-popup-vertical-fit {
  cursor: -webkit-zoom-in;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-arrow-left:before {
  border-right: none !important;
}

.mfp-arrow-right:before {
  border-left: none !important;
}

button.mfp-arrow, .mfp-counter {
  opacity: 0 !important;
  transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}

.mfp-container:hover button.mfp-arrow, .mfp-container:hover .mfp-counter {
  opacity: 1 !important;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100svh;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.initiative-box {
  background-image: url("../img/initiative-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
.initiative-box p {
  margin: 0;
}
.initiative-box .line::after {
  position: absolute;
  content: "";
  width: 2px;
  background: #184469;
  height: 100%;
  top: 0;
  left: 10px;
}
.initiative-box .initiative-icon {
  width: 100%;
  max-width: 25px;
  margin-left: 5px;
}
.initiative-box .margin-description {
  margin-right: 30px;
}
.initiative-box .poligam-box {
  position: relative;
  z-index: 1;
}
.initiative-box .poligam-style {
  clip-path: polygon(0 4%, 0% 100%, 79% 100%);
  -webkit-clip-path: polygon(0 4%, 0% 100%, 79% 100%);
}
.initiative-box .poligam-style-1 {
  position: absolute;
  background: #184469;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 0;
  top: 0;
  clip-path: polygon(0 -4%, 0% 100%, 86% 100%);
  -webkit-clip-path: polygon(0 -4%, 0% 100%, 86% 100%);
}
.initiative-box .poligam-style-2 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -2;
  left: 19%;
  top: 0;
  clip-path: polygon(0 20%, 31% 20%, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(0 20%, 31% 20%, 100% 100%, 0% 100%);
}
.initiative-box .poligam-content {
  margin-right: 25%;
}
.initiative-box .poligam-content p {
  font-size: 14px;
}
.initiative-box .side-icon {
  padding: 10px 107px 10px 20px;
  margin-left: 5px;
  background: #184469;
  position: relative;
}
.initiative-box .side-icon img {
  width: 100%;
  max-width: 1.3em;
}
.initiative-box .side-icon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #184469;
  right: -100%;
  top: 0;
}

@media (max-width: 992px) {
  .map-parag {
    top: 8px;
    margin-bottom: 30px;
    text-align: center;
    right: 0;
  }
  .map-image {
    left: 0;
  }
  header .container .main-holder {
    margin-left: 60%;
  }
  header .container .main-holder-pages {
    margin-left: 80%;
  }
  .dropdown-menu li {
    margin: 0 !important;
  }
  .main-section {
    min-height: auto;
  }
  .main-section .title h1 {
    font-size: 20px;
  }
  .main-section .person-name {
    max-width: 280px;
  }
  .content-box {
    padding: 20px;
  }
  .special-section .section-body ul li {
    width: 50%;
    margin-top: 20px;
  }
  .qem-title::after, .qem-title::before {
    display: none;
  }
  #nav .nav-drop {
    display: none;
  }
  .nav-active #nav .nav-drop {
    display: block;
  }
  .oppor-sec .main-card .board .board-box .side-content {
    margin-right: 10px;
  }
  .side-content ol, ul {
    padding: 0;
  }
  .oppor-sec .main-card .contact-ceo .lft-brd {
    border: none;
  }
  .initiative-box .poligam-style {
    clip-path: none;
  }
  .initiative-box .poligam-content {
    margin-right: 0;
  }
  .initiative-box .side-icon {
    padding: 10px 40px 10px 20px;
  }
  .initiative-box .side-icon::after {
    content: none;
  }
  .initiative-box .initiative-box-footer {
    border-top: 10px solid #184469;
  }
}
@media (max-width: 768px) {
  header .container .main-holder {
    margin-left: 30%;
  }
  header .container .main-holder-pages {
    margin-left: 80%;
  }
  .oppor-sec .main-card .main-card-title {
    padding: 71px 10px 9px 10px;
  }
  .oppor-sec .main-card .main-card-title h2 {
    font-size: 28px;
    color: #184469;
  }
  .oppor-sec .main-card .main-content {
    padding: 35px 10px 50px 10px;
  }
}
@media (max-width: 576px) {
  .rounded {
    border-radius: 1em !important;
  }
  .main-section {
    background-position: 65% top;
  }
  .main-section .title h1 {
    font-size: 20px;
  }
  .main-section .person-name {
    max-width: 240px;
  }
  .main-section .person-image {
    max-width: 310px;
    max-height: 320px;
  }
  .content-box {
    padding: 20px 13px;
    display: block;
  }
  .box {
    padding: 0 10px;
  }
  .special-section .section-body ul li {
    width: 100%;
  }
  .w-50 {
    width: 100% !important;
  }
  .oppor-sec .main-card {
    border-radius: 30px;
  }
  .oppor-sec .main-card .main-card-title {
    padding: 45px 20px 27px 0;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
  }
  .oppor-sec .main-card .about-h1 {
    font-size: calc(1.125rem + 0.9vw);
    line-height: initial;
  }
  .oppor-sec .main-card .contact-sec {
    padding: 0 0 20px 0;
  }
  .icon-img {
    max-width: 100px;
  }
  .strateg-box .content {
    -webkit-clip-path: none;
    margin-top: 0;
    margin-right: 0;
    border-radius: 0;
    padding: 10px;
  }
  .strateg-box .shadow {
    display: none;
  }
  .initiative-box .line::after {
    width: 100%;
    height: 2px;
    top: auto;
    bottom: -12px;
    left: 0;
  }
}
@media (max-width: 420px) {
  .main-section .title h1 {
    font-size: 20px;
  }
  .main-section .person-name {
    max-width: 240px;
  }
  .main-section .person-image {
    max-width: 290px;
  }
}
@media (max-width: 400px) {
  .main-section .title h1 {
    font-size: 18px;
  }
  .main-section .person-name {
    max-width: 220px;
  }
  .main-section .person-image {
    max-width: 260px;
  }
}
@media (max-width: 360px) {
  .main-section .title h1 {
    font-size: 15px;
  }
  .main-section .person-name {
    max-width: 200px;
  }
  .main-section .person-image {
    max-width: 210px;
  }
}
@media (max-width: 280px) {
  .main-section .title h1 {
    font-size: 14px;
  }
  .main-section .person-name {
    max-width: 160px;
  }
  .main-section .person-image {
    max-width: 160px;
  }
  p {
    font-size: 12px !important;
  }
}
.modal-dialog {
  max-width: 800px;
  margin: 30px auto;
}

.modal-body {
  position: relative;
  padding: 0px;
}

.btn-close {
  position: absolute;
  right: -30px;
  top: 0;
}

footer .title-btn {
  padding: 8px 40px;
  border-radius: 6px;
  box-shadow: 0 3px 6px 0 rgba(12, 39, 67, 0.25);
  background-color: #859a3b;
  color: #f8f8f8;
  white-space: nowrap;
  margin-left: 15px;
  cursor: default;
  font-weight: 800;
}
footer .footer-bg {
  background-color: #eaebec;
}
footer .title {
  padding-left: 22px;
  font-weight: bold;
}
footer ul {
  list-style-type: none;
  padding: 0;
}
footer ul .social-med {
  border-bottom: 2px solid #7d7f80;
}
footer ul li {
  padding: 3px 0;
  display: inline-flex;
}
footer ul li .icon {
  padding-right: 25px;
  width: 20px;
}
footer ul li .address {
  width: 70px;
  display: inline-block;
}
footer ul li a {
  color: #f8f8f8;
  transition: all 0.3s ease;
  margin: 10px 0 0 15px;
  font-size: 23px;
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #184469;
  max-width: 100%;
  max-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer ul li a:hover {
  color: #9496a0;
  box-shadow: 0 0 5px #9496a0;
  text-shadow: 0 0 5px #9496a0;
  border-radius: 50px;
}
footer .link {
  text-decoration: underline;
  transition: all 0.3s ease;
  color: #58a6ff;
}
footer .aliright {
  padding: 15px 12px;
  background-color: #eaebec;
}
footer .aliright p {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #7d7f80;
}
footer #nav .nav-drop ul li a {
  color: #f8f8f8;
}

.footor-logo {
  margin-bottom: 8px;
}

@media (max-width: 992px) {
  footer .aliright {
    padding: 5px 12px;
  }
  footer ul li {
    padding: 3px 0;
    display: inline-flex;
  }
  footer ul li a {
    margin: 10px 0 0 10px;
    font-size: 25px;
  }
}
@media (max-width: 576px) {
  footer ul li {
    padding: 3px 0;
    display: inline-flex;
  }
  footer ul li a {
    margin: 3px 0 0 10px;
    font-size: 15px;
  }
}
@font-face {
  font-family: "alqabas-bold";
  src: url("../fonts/dynamic/alqabas-bold.ttf");
}
@font-face {
  font-family: "expoarabic-bold";
  src: url("../fonts/dynamic/expoarabic-bold.otf");
}
@font-face {
  font-family: "expoarabic-semibold";
  src: url("../fonts/dynamic/expoarabic-semibold.ttf");
}
@font-face {
  font-family: "gedinkum-bold";
  src: url("../fonts/dynamic/gedinkum-bold.ttf");
}
@font-face {
  font-family: "gedinkum-regular";
  src: url("../fonts/dynamic/gedinkum-regular.ttf");
}
.alqabas-bold {
  font-family: "alqabas-bold" !important;
}
.alqabas-bold p,
.alqabas-bold a,
.alqabas-bold span,
.alqabas-bold li,
.alqabas-bold h1,
.alqabas-bold h2,
.alqabas-bold h3,
.alqabas-bold h4,
.alqabas-bold h5,
.alqabas-bold h6, .alqabas-bold button, .alqabas-bold input, .alqabas-bold optgroup, .alqabas-bold select, .alqabas-bold textarea {
  font-family: "alqabas-bold" !important;
}

.expoarabic-bold {
  font-family: "expoarabic-bold" !important;
}
.expoarabic-bold p,
.expoarabic-bold a,
.expoarabic-bold span,
.expoarabic-bold li,
.expoarabic-bold h1,
.expoarabic-bold h2,
.expoarabic-bold h3,
.expoarabic-bold h4,
.expoarabic-bold h5,
.expoarabic-bold h6, .expoarabic-bold button, .expoarabic-bold input, .expoarabic-bold optgroup, .expoarabic-bold select, .expoarabic-bold textarea {
  font-family: "expoarabic-bold" !important;
}

.expoarabic-semibold {
  font-family: "expoarabic-semibold" !important;
}
.expoarabic-semibold p,
.expoarabic-semibold a,
.expoarabic-semibold span,
.expoarabic-semibold li,
.expoarabic-semibold h1,
.expoarabic-semibold h2,
.expoarabic-semibold h3,
.expoarabic-semibold h4,
.expoarabic-semibold h5,
.expoarabic-semibold h6, .expoarabic-semibold button, .expoarabic-semibold input, .expoarabic-semibold optgroup, .expoarabic-semibold select, .expoarabic-semibold textarea {
  font-family: "expoarabic-semibold" !important;
}

.gedinkum-bold {
  font-family: "gedinkum-bold" !important;
}
.gedinkum-bold p,
.gedinkum-bold a,
.gedinkum-bold span,
.gedinkum-bold li,
.gedinkum-bold h1,
.gedinkum-bold h2,
.gedinkum-bold h3,
.gedinkum-bold h4,
.gedinkum-bold h5,
.gedinkum-bold h6, .gedinkum-bold button, .gedinkum-bold input, .gedinkum-bold optgroup, .gedinkum-bold select, .gedinkum-bold textarea {
  font-family: "gedinkum-bold" !important;
}

.gedinkum-regular {
  font-family: "gedinkum-regular" !important;
}
.gedinkum-regular p,
.gedinkum-regular a,
.gedinkum-regular span,
.gedinkum-regular li,
.gedinkum-regular h1,
.gedinkum-regular h2,
.gedinkum-regular h3,
.gedinkum-regular h4,
.gedinkum-regular h5,
.gedinkum-regular h6, .gedinkum-regular button, .gedinkum-regular input, .gedinkum-regular optgroup, .gedinkum-regular select, .gedinkum-regular textarea {
  font-family: "gedinkum-regular" !important;
}

.navigation.paginate a, .navigation.paginate li, .navigation.paginate span {
  font-family: arabic-bold !important;
}/*# sourceMappingURL=all-v2.css.map */