@import url("https://fonts.googleapis.com/css2?family=Teko:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bad+Script&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css");
@import url("https://cdn.jsdelivr.net/npm/@fancyapps/ui@5.0/dist/fancybox/fancybox.css");
body {
  font-family: "Titillium Web", sans-serif;
  overflow-x: hidden;
}

.section_style {
  padding-block: 2.5rem;
}

p,
li {
  font-size: 1.125rem;
  color: #505050;
}

:is(h1, h2, h3, h4, h5, h6) {
  font-family: "Teko", sans-serif;
  color: #505050;
}

.btn_style {
  color: #fff;
  padding: 0 2rem;
  background: #e45447;
  overflow: hidden;
  border-radius: 40px;
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  border: 1px solid #e45447;
  position: relative;
  z-index: 1;
  text-align: center;
  backface-visibility: hidden;
  transition: all 0.5s ease 0s;
  line-height: normal;
  width: fit-content;
}
.btn_style:before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 13px 0;
  transition: all 0.3s ease 0s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  color: #fff;
}
.btn_style:hover {
  background: #fff;
  border: 1px solid #e45447;
}
.btn_style:hover:before {
  opacity: 0;
  transform: translate3d(0, 100%, 0);
}
.btn_style:hover span {
  opacity: 1;
  color: #E97132;
  transform: translate3d(0, 0, 0);
}
.btn_style:hover span:nth-child(1) {
  transition-delay: 0.01s;
}
.btn_style:hover span:nth-child(2) {
  transition-delay: 0.05s;
}
.btn_style:hover span:nth-child(3) {
  transition-delay: 0.1s;
}
.btn_style:hover span:nth-child(4) {
  transition-delay: 0.15s;
}
.btn_style:hover span:nth-child(5) {
  transition-delay: 0.2s;
}
.btn_style:hover span:nth-child(6) {
  transition-delay: 0.25s;
}
.btn_style:hover span:nth-child(7) {
  transition-delay: 0.3s;
}
.btn_style:hover span:nth-child(8) {
  transition-delay: 0.35s;
}
.btn_style:hover span:nth-child(9) {
  transition-delay: 0.4s;
}
.btn_style:hover span:nth-child(10) {
  transition-delay: 0.45s;
}
.btn_style span {
  display: inline-block;
  padding: 13px 0;
  opacity: 0;
  font-size: 15px !important;
  color: #fff;
  transform: translate3d(10, 10px, 0);
  transition: all 0.5s ease 0s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  margin-bottom: 0 !important;
}

.btn_style.white {
  border: 1px solid #90acd1;
  color: #E97132;
  background: #fff;
}
.btn_style.white span {
  color: #002D5B;
}
.btn_style.white:before {
  color: #002D5B;
}
.btn_style.white:hover {
  background: #90acd1;
  color: #fff;
}
.btn_style.white:hover span {
  color: #fff;
}

.sub_title {
  font-size: 2.125rem;
  font-weight: 700;
  margin-bottom: 2.125rem;
  text-transform: capitalize;
  position: relative;
  line-height: 44px;
  width: fit-content;
}
.sub_title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 10px;
  height: 10px;
  background: #E97132;
  border-radius: 7px;
}
.sub_title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -16px;
  width: 100px;
  height: 2px;
  background: #E97132;
}

.sub_title_center {
  font-size: 2.125rem;
  font-weight: 700;
  padding-left: 1.25rem;
  text-transform: capitalize;
  position: relative;
  line-height: 44px;
  width: fit-content;
  margin: 2.25rem auto;
}
@media (width < 767px) {
  .sub_title_center {
    margin: 0 auto 2.25rem;
  }
}
.sub_title_center:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: -20px;
  width: 10px;
  height: 10px;
  background: #E97132;
  border-radius: 7px;
}
.sub_title_center:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: -16px;
  width: 100px;
  height: 2px;
  background: #E97132;
}

html.with-fancybox body.hide-scrollbar {
  margin-right: 0;
}

.fancybox__container {
  z-index: 9999999999;
}

.nav-pills {
  gap: 0.25rem;
  margin-bottom: 3rem !important;
  padding-block: 2rem 1rem;
  border-bottom: 1px solid #c3c3c3;
  position: sticky;
  top: 3rem;
  background: #fff;
}
@media (width < 767px) {
  .nav-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
  }
}
@media (width < 767px) {
  .nav-pills .nav-item {
    flex: 0 0 50%;
    border: 1px solid #ffffff;
  }
}
.nav-pills .nav-item .nav-link {
  background: #E97132;
  opacity: 0.4;
  color: #fff;
  transition: 0.8s all;
}
@media (width < 767px) {
  .nav-pills .nav-item .nav-link {
    font-size: 0.875rem;
    width: 100%;
    height: 100%;
  }
}
.nav-pills .nav-item .nav-link.active, .nav-pills .nav-item .nav-link:hover {
  opacity: 1;
}

header {
  position: sticky;
  inset: 0;
  z-index: 9999;
  height: fit-content;
}
header .navbar {
  background: #fff;
  box-shadow: -21.213px 21.213px 30px 0px rgba(158, 158, 158, 0.3);
  transition: all 0.5s;
  padding: 0.45rem;
}
header .navbar .navbar-brand {
  font-family: "Bad Script", cursive;
  font-size: 1.25rem;
  position: absolute;
  transform: translate(-50%, 10%);
  width: fit-content;
  margin: 0 auto;
  left: 50%;
  padding: 0.5rem;
  top: 0;
  color: #E97132;
  font-weight: 600;
}
@media (width > 992px) {
  header .navbar .navbar-brand {
    border-block: 1px solid #c3c3c3;
  }
}
header .navbar .navbar-collapse {
  width: 100%;
}
header .navbar .navbar-collapse .navbar-nav .nav-item {
  flex-grow: 1;
  text-align: center;
}
@media (width < 991px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item {
    text-align: left;
  }
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  font-size: 1.125rem;
  font-weight: 600;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active, header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover, header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.show {
  color: #E97132;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
  border: 0;
  box-shadow: 0 0 30px rgba(158, 158, 158, 0.3019607843);
  padding: 0;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item i {
  color: #fff;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  background: #E97132;
  color: #fff;
}

.hero_section {
  background: #F8F5F4;
  padding-bottom: 0;
  position: relative;
}
.hero_section.index_2 {
  background: linear-gradient(rgba(0, 0, 0, 0.3137254902), rgba(0, 0, 0, 0.3137254902)), url(../img/13.png) top center/cover no-repeat;
  height: 85vh;
}
.hero_section.index_2 h1 {
  color: #ffffff;
}
.hero_section h1 {
  font-size: 3.25rem;
  font-weight: 700;
  margin-block: 0;
}
.hero_section span {
  font-size: 1.5rem;
  font-weight: 400;
  color: #E97132;
  margin-bottom: 1rem;
}
@media (width < 991px) {
  .hero_section {
    height: auto;
  }
}
@media (width < 991px) {
  .hero_section .social {
    position: absolute;
    top: 5%;
    right: 0;
    display: flex;
    flex-direction: column;
  }
}
.hero_section .social .fa-brands {
  font-size: 2rem;
  color: #002D5B;
}

.exp_with_programs {
  background: #F8F5F4;
}
.exp_with_programs .col-lg .card {
  height: 100%;
  border: 0;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  border: 1.75px solid transparent;
  transform: translate(0);
  transition: 0.5s all;
}
.exp_with_programs .col-lg .card img {
  width: 44px;
}
.exp_with_programs .col-lg .card .card-body {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.exp_with_programs .col-lg .card .card-body .card-title {
  color: #fff;
  font-size: 1.25rem;
  line-height: 27px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 20px;
}
.exp_with_programs .col-lg .card .card-body .card-text {
  color: #fff;
  font-size: 1rem;
}
.exp_with_programs .col-lg .card:hover {
  transform: translate(-8px, -8px);
  box-shadow: 0 12px 40px #b4afaf;
  border: 1.75px solid #ffffff;
}
.exp_with_programs .col-lg:nth-child(1) .card {
  background: #E2A599;
}
.exp_with_programs .col-lg:nth-child(2) .card {
  background: #715F69;
}
.exp_with_programs .col-lg:nth-child(3) .card {
  background: #E45447;
}
.exp_with_programs .col-lg:nth-child(4) .card {
  background: #90ACD1;
}
.exp_with_programs .col-lg:nth-child(5) .card {
  background: #9BBAA1;
}
.exp_with_programs .col-lg:nth-child(6) .card {
  background: #995454;
}

.about_me .about_img {
  position: relative;
  z-index: 9;
}
@media (width > 768px) {
  .about_me .about_img {
    padding: 1rem;
  }
  .about_me .about_img::after {
    content: "";
    display: block;
    width: 91%;
    height: 100%;
    background: #E97132;
    position: absolute;
    border-radius: 8px;
    top: 0;
    right: 0;
    z-index: -1;
  }
}
.about_me .about_img img {
  border-radius: 8px;
}
.about_me p {
  margin-bottom: 1.5rem;
}

.global_mission .map-container {
  padding: 3.2rem 0.8rem;
  position: relative;
  display: inline-block;
}
.global_mission .map-container .point {
  cursor: pointer;
  position: absolute;
  width: 0.75rem;
  height: 0.75rem;
  background-color: #002D5B;
  border-radius: 50%;
  transition: all 0.3s ease;
  will-change: transform, box-shadow;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 rgba(0, 45, 91, 0.4);
  animation: pulse 3s infinite;
}
.global_mission .map-container .point:hover {
  animation: none;
  transform: translate(-50%, -50%) scale3D(1.35, 1.35, 1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.global_mission .map-container .vietnam {
  top: 50%;
  right: 20%;
}
.global_mission .map-container .tunisia {
  top: 36%;
  left: 48%;
}
.global_mission .map-container .turkey {
  top: 33.5%;
  left: 55%;
}
.global_mission .map-container .uzbekistan {
  top: 30%;
  left: 65%;
}
.global_mission .map-container .kenya {
  top: 60%;
  left: 55%;
}
.global_mission .map-container .ethiopia {
  top: 55%;
  left: 54%;
}
.global_mission .nav-item a {
  display: flex;
  align-items: center;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 45, 91, 0.5);
  }
  70% {
    box-shadow: 0 0 0 25px rgba(0, 45, 91, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 45, 91, 0);
  }
}

.book_articles .book {
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.book_articles .book .card-body .card-title {
  font-size: 1.4rem;
  line-height: 27px;
  font-weight: 600;
}
.book_articles .book .card-body .card-text {
  font-size: 0.9rem;
}
.book_articles .article_card {
  background-color: #f9f9ff;
  transition: all 0.5s;
  border: 0;
}
.book_articles .article_card .card-title {
  color: #000;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
}
.book_articles .article_card .card-text {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  font-weight: 700;
}
.book_articles .article_card:hover {
  background-color: #90acd1;
}
.book_articles .article_card:hover .card-title {
  color: #fff;
}
.book_articles .article_card:hover .card-text {
  color: white;
}
.book_articles .article_card:hover .btn_style {
  background: #fff;
  border: 1px solid #e45447;
}
.book_articles .article_card:hover .btn_style:before {
  opacity: 0;
  transform: translate3d(0, 100%, 0);
}
.book_articles .article_card:hover .btn_style span {
  opacity: 1;
  color: #E97132;
  transform: translate3d(0, 0, 0);
}
.book_articles .article_card:hover .btn_style span:nth-child(1) {
  transition-delay: 0.01s;
}
.book_articles .article_card:hover .btn_style span:nth-child(2) {
  transition-delay: 0.05s;
}
.book_articles .article_card:hover .btn_style span:nth-child(3) {
  transition-delay: 0.1s;
}
.book_articles .article_card:hover .btn_style span:nth-child(4) {
  transition-delay: 0.15s;
}
.book_articles .article_card:hover .btn_style span:nth-child(5) {
  transition-delay: 0.2s;
}
.book_articles .article_card:hover .btn_style span:nth-child(6) {
  transition-delay: 0.25s;
}
.book_articles .article_card:hover .btn_style span:nth-child(7) {
  transition-delay: 0.3s;
}
.book_articles .article_card:hover .btn_style span:nth-child(8) {
  transition-delay: 0.35s;
}
.book_articles .article_card:hover .btn_style span:nth-child(9) {
  transition-delay: 0.4s;
}
.book_articles .article_card:hover .btn_style span:nth-child(10) {
  transition-delay: 0.45s;
}
.book_articles .article_card:hover .btn_style.white {
  border: 1px solid #90acd1;
  color: #E97132;
  background: #fff;
}
.book_articles .article_card:hover .btn_style.white span {
  color: #002D5B;
}
.book_articles .article_card:hover .btn_style.white:before {
  color: #002D5B;
}
.book_articles .article_card:hover .btn_style.white:hover {
  background: #90acd1;
  color: #fff;
}
.book_articles .article_card:hover .btn_style.white:hover span {
  color: #fff;
}

.gallery .filters {
  text-align: center;
  margin-top: 50px;
}
.gallery .filters ul {
  padding: 0;
}
.gallery .filters ul li {
  list-style: none;
  display: inline-block;
  padding: 20px 30px;
  cursor: pointer;
  position: relative;
}
.gallery .filters ul li:after {
  content: "";
  display: block;
  width: calc(0% - 60px);
  position: absolute;
  height: 2px;
  background: #333;
  transition: width 350ms ease-out;
}
.gallery .filters ul li:hover:after {
  width: calc(100% - 60px);
  transition: width 350ms ease-out;
}
.gallery .filters ul li.active:after {
  width: calc(100% - 60px);
}
.gallery .filters-content {
  margin-top: 50px;
}
.gallery .filters-content .show {
  opacity: 1;
  visibility: visible;
  transition: all 350ms;
}
.gallery .filters-content .hide {
  opacity: 0;
  visibility: hidden;
  transition: all 350ms;
}
.gallery .filters-content .item {
  text-align: center;
  cursor: pointer;
  margin-bottom: 30px;
}
.gallery .filters-content .item .p-inner {
  padding: 20px 30px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.gallery .filters-content .item .p-inner h5 {
  font-size: 15px;
}
.gallery .filters-content .item .p-inner .cat {
  font-size: 13px;
}
.gallery .filters-content .item img {
  width: 100%;
}

.breadcrumbs {
  background: #F8F5F4;
  text-align: center;
}
.breadcrumbs .breadcrumb .breadcrumb-item {
  color: #505050;
}
.breadcrumbs .breadcrumb .breadcrumb-item a {
  color: #505050;
  text-decoration: none;
}
.breadcrumbs p {
  text-align: center;
}

.img_grid img {
  aspect-ratio: 1/1;
  object-fit: cover;
}

.programs .card {
  border: 0;
  border-radius: 12px;
  box-shadow: 0 0 30px #c3c3c3;
  overflow: hidden;
  background: #fff5e3;
  backdrop-filter: blur(20px);
  margin: 3.5rem 0;
}
@media (width < 767px) {
  .programs .card:first-child {
    margin: 0;
  }
}
.programs .card .card-body {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.programs .card .card-body .btn_style {
  margin-top: auto;
}
@media (width > 768px) {
  .programs .card:nth-child(even) {
    text-align: end;
  }
}
.programs .card:nth-child(even) .row {
  flex-direction: row-reverse;
}
@media (width > 768px) {
  .programs .card:nth-child(even) .row .btn_style {
    margin-left: auto;
  }
}

.table_content .card {
  border: 0;
  border-radius: 50px;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.24);
  position: sticky;
  top: 5rem;
}
@media (width > 992px) {
  .table_content .card {
    max-width: 325px;
  }
}
.table_content .card .top_header {
  background: #181d3b;
  padding: 15px;
  border-radius: 50px 50px 0 100px;
  margin: 0;
  text-align: center;
}
.table_content .card .top_header h2 {
  color: #fff;
}
.table_content .card .card-body {
  border-radius: 50px 0 52px 52px;
  padding: 0;
}
@media (width > 992px) {
  .table_content .card .card-body {
    background: #181d3b;
  }
}
.table_content .card .card-body ul {
  border-radius: 0 100px 50px 50px;
  background: #fff;
  margin: 0;
  list-style: none;
  padding-top: 1.25rem;
  padding: 1.25rem 1.8rem 1rem 1rem;
}
.table_content .card .card-body ul li {
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-left: 1rem;
  position: relative;
}
.table_content .card .card-body ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #181d3b;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.table_content .card .card-body ul li a {
  text-decoration: none;
  font-size: 1rem;
  color: unset;
}
.table_content .scroll_margin {
  scroll-margin-top: 5rem;
}

.gallery {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-rows: 200px;
  grid-auto-flow: dense;
  max-width: 1200px;
  margin: 10px auto;
  padding: 0 10px;
}

.gallery__item {
  align-items: center;
  display: flex;
  justify-content: center;
}

.gallery__item > img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  filter: grayscale(1);
  transition: 0.5s all;
}
.gallery__item > img:hover {
  filter: grayscale(0);
}

.gallery__item--hor {
  grid-column: span 2;
}

.gallery__item--vert {
  grid-row: span 2;
}

.gallery__item--lg {
  grid-column: span 2;
  grid-row: span 2;
}

footer {
  background: #002D5B;
}
footer .top_footer {
  border-bottom: 1px solid #fff;
  padding-bottom: 0.75rem;
}
footer .top_footer .social .nav-link {
  line-height: 1rem;
}
footer .top_footer .social .nav-link .fa-brands {
  color: #fff;
}
@media (width > 768px) {
  footer .top_footer .social .nav-link .fa-brands {
    font-size: 2rem;
  }
}
footer .top_footer .navbar-brand {
  font-family: "Bad Script", cursive;
  font-weight: 600;
  color: #E97132;
  font-size: 2rem;
}
footer .top_footer .nav-link {
  color: #fff;
}
@media (width > 768px) {
  footer .top_footer .nav-link {
    font-size: 1.5rem;
  }
}
footer .bottom_footer {
  padding-top: 0.75rem;
}
footer .bottom_footer p {
  margin-bottom: 0;
  color: #fff;
  font-size: 14px;
}/*# sourceMappingURL=style.css.map */