@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

:root {
  --ff-poppins: 'Poppins', sans-serif;

  
}
h1,h2,h3{
  letter-spacing: 2px;
}
 
.iaoColor
{
  color: #F4B324;
}

.secondary-iaoColor
{
  color:#422900;
}
 

html {
  font-family: var(--ff-poppins);
   
}

.text-primary {
  color: #1d335e !important;
}

.text-color-secondary {
  color: #191e24;
}

.bg-primary {
  background-color: #1d335e !important;
}

.bg-primary-light{
  background-color: #f1f2f9 !important;
}

.letter-spacing-1 {
  letter-spacing: 1px;
}

.letter-spacing-2 {
  letter-spacing: 2px;
}

.letter-spacing-3 {
  letter-spacing: 3px;
}

.letter-spacing-4 {
  letter-spacing: 4px;
}

.letter-spacing-5 {
  letter-spacing: 5px;
}

.letter-spacing-6 {
  letter-spacing: 6px;
}

.letter-spacing-7 {
  letter-spacing: 7px;
}

.letter-spacing-8 {
  letter-spacing: 8px;
}

.youtube-video {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 50%;
}

.color-overlay {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.76);
}

.custom-text {
  color: #0088ff;
  font-weight: 400;
}

.custom-text:hover {
  color: #54a6ee;
  font-weight: 400;
  transition: ease-in 0.2s;
  text-shadow: 0px 3px 5px rgba(84, 166, 238, 0.6);
}
.custom-text-2 {
  color: #0088ff;
  font-weight: 400;
  font-family: "Marck Script";
}

.text-xs {
  font-size: 0.85rem;
}

.text-lg {
  font-size: 3.25rem;
}

.bg-light {
  background-color: #f7fcff !important;
}

.counter-section i {
  display: block;
  margin: 0 0 10px;
}
.counter-section span.counter {
  font-size: 40px;
  color: #000;
  line-height: 60px;
  display: block;
  font-family: "Oswald", sans-serif;
  letter-spacing: 2px;
}
.counter-title {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.counter-icon {
  top: 25px;
  position: relative;
}
.counter-style2 .counter-title {
  letter-spacing: 0.55px;
  float: left;
}
.counter-style2 span.counter {
  letter-spacing: 0.55px;
  float: left;
  margin-right: 10px;
}
.counter-style2 i {
  float: right;
  line-height: 26px;
  margin: 0 10px 0 0;
}
.counter-subheadline span {
  float: right;
}

.medium-icon {
  font-size: 40px !important;
  margin-bottom: 15px !important;
}

.fadeIn-animation {
  visibility: visible;
  animation-duration: 300ms;
  animation-name: fadeInUp;
}

.gallery-container { 
  color: #35373a; 
  padding: 30px 50px;
}

.gallery-container h1 {
  text-align: center;
  margin-top: 50px;
  font-family: 'Droid Sans', sans-serif;
  font-weight: bold;
}

.gallery-container p.page-description {
  text-align: center;
  margin: 25px auto;
  font-size: 18px;
  color: #999;
}

.tz-gallery {
  padding: 40px;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
  padding: 2px;
}

.tz-gallery .lightbox img {
  width: 100%;
  border-radius: 0;
  position: relative;
}

.tz-gallery .lightbox:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  opacity: 0;
  color: #fff;
  font-size: 26px;
  font-family: 'Glyphicons Halflings';
  content: '\e003';
  pointer-events: none;
  z-index: 9000;
  transition: 0.4s;
}

/* 
.tz-gallery .lightbox:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(46, 132, 206, 0.7);
  content: '';
  transition: 0.4s;
} */

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
  opacity: 1;
}

.baguetteBox-button {
  background-color: transparent !important;
}

@media(max-width: 768px) {
  body {
      padding: 0;
  }
}




.btn-default:active .filter-button:active
{
    background-color: #42B32F;
    color: white;
}

.port-image
{
    width: 100%;
}

.card-footer {
  background: transparent;
  border-top: 0px;
}

.img1 img{
  height: 200px;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  width: 100%;
}

.img2 img{
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 4px solid transparent ;
  margin-top: -80px;
 
}
.pressLayout:hover .img2 img
{
  border-color: #1d335e;
  transition: .7s;
}

.content-press
{
  font-size: 9px;
}






/* ------------------------------NAVBAR------------------------------ */
#mainNav .navbar-toggler {
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  color: #212529;
}
.navbar-nav
{
  font-size:13px;
}
@media screen and (min-width:992px) and (max-width:1131px){
  .navbar-nav
{
  font-size:10px;
}
}

.headerButtons .btn:hover
{
  background-color: #1d335e;
}

@media (max-width: 1290px)
{
  .collapse:not(.show) {
    display: none;
  }


}



@media screen and (min-width:992) {
  .dropdown:hover .dropdown-toggle::after{
    border-top: 0;
    border-bottom: .3em solid;
  }
}
.dropdown:hover .dropdown-menu
{
  display: block;
  margin-top:0;
  margin-left: auto;
}
 
.dropdown .dropdown-menu
{
  display: none; 
}

 


.debeersImage
{
  max-width: 92%;
}
 
@media screen and (max-width:1299px) and (min-width:1125px) {
  #navbarResponsive a, .btn {
    letter-spacing: 0.8px;
    font-size: x-small;
  }
}
@media screen and (max-width:1126px) and (min-width:992px) {
  #mainNav img {
    display: none;
  }
  #navbarResponsive a, .btn {
    letter-spacing: 0.4px;
    font-size:10px;
  }

  #mainNav .collapse
  { 
    margin: 10px;
  }
  #headerIcons 
  {
    display: flex;
    align-content: flex-start; 
    flex-wrap: wrap;
    align-items: flex-start;
  } 
  #headerIcons  img
  {
    width: 10%;
  }

}
@media screen and (min-width:1127px)  {
 
  #headerIcons  img
  {
   display: none;
  }

  #headerIcons .socialMedia
  {
    direction: rtl;
  }

}

@media screen and (max-width:991px)  {
 
  #headerIcons  img
  {
   display: none;
  }

  #headerIcons .socialMedia
  {
    direction: rtl;
    top:5px
  }

}



#mainNav
{
   padding-bottom: 0rem;
}

#navbarResponsive li
{
 letter-spacing: 0.5px;
}

#navbarResponsive .headerButtons a,.btn {
  font-size: 12px;
}
/* ------------------------------END NAVBAR------------------------------ */
#myModal img
{
  width: 60%;
}

#myModal .fa
{
  font-size: larger;
  animation: fade-in-left 2s ease infinite;
}
@keyframes fade-in-left {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.card-md
{
  height: 72vh;
}

.video-wrapper .info {
  display: none;
}
#myCarousel iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
   
  z-index: -100;
}

@media only screen and (max-width:1104px) {
  #myCarousel iframe {
    position:inherit;     
  }
}

#myCarousel .ytp-expand-pause-overlay .ytp-pause-overlay {
   
  display: none !important;
}
 

iframe::after
{
  background-color: #000;
}

#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

 #headermenu {
  display: flex;
  justify-content: space-between;
 }
#headeritems{
  margin: 0 0 10px 0;
    font-size: 38px;
    font-weight: 700;
}
  iframe::before
  {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
  }

  .youtube-video::after
  {
    background: #000;
  }


  
/* ------------------------------HERO SECTION VIDEO------------------------------ */
 
#myCarousel  .carousel-inner
{
  border-radius: 20px;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 33px;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  /* margin-right: 15%; */
  margin-bottom: 1rem;
  /* margin-left: 15%; */
  list-style: none;
}


.carousel-item img {
  border-radius: 30px;
  height: 500px;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.21);
  transition: 0.25s linear;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  
  margin: 2px;
  position: relative;
  top: 30px;
}
.carousel-indicators li.active {
  background: #fff;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 2px solid transparent; 
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media only screen and (max-width: 650px) {
  .carousel-item img {
    height: auto;
  }
}
.carousel-control-prev {
  left: 0px;
  margin: 0 3px;
}

.carousel-control-next {
  right: 0px;
  margin: 0 2px;
}
/* ------------------------------ END HERO SECTION VIDEO------------------------------ */
 
.socailmediaHeaeder a
{
  font-size: 10px; 
}
  
header
{
  padding-top: 5.5rem;
    padding-bottom: 1rem;
}

#About-Us
{
  padding-bottom: 2rem;
}

#About-Us img
{
  width: 50%;
  border-radius: 10px;
}


#sectionQoute .container
{
  background-color: #ffffffbd;
}

 
#sectionQoute
{
  padding: 36px 0 60px 0;
  background-image: url("../assets/img/index/epfbuilding.jpg");
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed; 
}

 
#sectionTenChallenges
{ 
  background-color: #1d335e12;
}

#sectionPartners
{
   
}

#sectionPrograme 
{
  background-color: #00000003;
}


#sectionPrograme img
{
   height: 95px;
}
 

.carousel-item{
  min-height: 280px;
}

#sectionPrograme a
{
  text-decoration: none;
}
#sectionPrograme a:hover
{
  color: #f8f9fa;
}

#sectionPrograme .card
{
  border-radius: 10px;
  transition: .45s ease;
  text-align: center;
  color: #1d335e;
  letter-spacing: 0.3px;
  font-size: small;
}

#sectionPrograme .card:hover {
  background: #1d335eed;
  color: #f8f9fa;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  transition: ease-in-out;
  letter-spacing: 0.4px;
  cursor: pointer;
}

 
 
.card {
  border: none;
  border-radius: 10px
}

  
 


/* ------------------------------ 10 SELECTED CHALLENGES----------------------------- */


.intro {
  font-size:16px;
  max-width:500px;
  margin:0 auto;
}
.intro p {
  margin-bottom:0;
}

.people {
  padding:10px 0;
  cursor: pointer;
}
.item {
  margin-bottom:30px;
}

.item .box {
  text-align:center;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
  height: 141px;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.item .cover {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:#1d335eba;
  transition:opacity 0.15s ease-out;
  opacity:0;
  padding-top:59px; 
  color:#fff;
  opacity:1;
  text-shadow:1px 1px 1px rgba(0,0,0,0.15);
}

.item:hover .cover {
  opacity:0;
}

.item .name {
  font-weight:lighter;
  margin-bottom:10px;
}

.item .title {
  text-transform:uppercase; 
  color:#ffffff;
  letter-spacing:2px;
  font-size:13px;
  margin-bottom:25px;
}


.programme-grid .item .image1
{
 background-image: url(../assets/img/index/waterImg.png);
}
.programme-grid  .item .image2
{
 background-image: url(../assets/img/index/energyImg.png);
}
.programme-grid .item .image3
{
 background-image: url(../assets/img/index/healthImg.png);
}
.programme-grid  .item .image4
{
 background-image: url(../assets/img/index/educationImg.png);
}
.programme-grid  .item .image5
{
 background-image: url(../assets/img/index/agricultureImg.png);
}

.programme-grid .item .image6
{
 background-image: url(../assets/img/index/housingImg.png);
}
.programme-grid  .item .image7
{
 background-image: url(../assets/img/index/unemploymentImg.png);
}
.programme-grid .item .image8
{
 background-image: url(../assets/img/index/ruralImg.png);
}
.programme-grid  .item .image9
{
 background-image: url(../assets/img/index/safetyImg.png);
}
.programme-grid  .item .image10
{
 background-image: url(../assets/img/index/transportImg.png);
}



 
/* ------------------------------END  10 SELECTED CHALLENGES----------------------------- */


 
#FAQ
{
  padding: 36px 0 60px 0;
  background-image: url("../assets/img/index/epfbuilding.jpg");
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed; 
}

/* ------------------------------AOBOUTUS----------------------------- */

#poster img
{
  width: 70%;
  animation: pulse 1s infinite ease-in-out alternate;
}

#aboutUs img{
width: 70%;
  border-radius: 5%;
}
#aboutUs  {
  text-align: justify;
  }


#meetTeam img
{
  width: 70%;
  border-radius: 5%;
}


/* ------------------------------END AOBOUTUS----------------------------- */


/* ------------------------------PARTNERS----------------------------- */


@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}
.slider {
  
  overflow: hidden;
  position: relative; 
}
.slider::before, .slider::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 160px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
          animation: scroll 40s linear  infinite;
  display: flex;
  width: calc(250px * 14);
}
.slider .slide {
  height: 180px;
  width: 276px
}
.slider img {
  border-radius: 10px;
  height: 90%;
}

/* ------------------------------END PARTNERS----------------------------- */

.carousel-nav-icon {
  height: 48px;
  width: 48px;
}

.carousel-item .col, .carousel-item .col-sm, .carousel-item .col-md {
  margin: 8px;
  height: 300px;
  background-size: cover;
  background-position: center center;
}


 
#sectionFooter 
{
  background-color: #00000003;
}
#sectionFooter  a
{
  text-decoration: none;
}
  
  
#sectionFooter img
{
  width:30%
}
 


/* ------------------------------IAP PAGE----------------------------- */
#iaoHeader
{
  background-color:#F4B324;
}
 #iaoHeader img
 {
 width: 10%;
 }

#iaoContact
{
  background-image: url("../assets/img/iap/iaoContact3.png"); 
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffff;
  height: 396px;
}
#iapMilesone
{
  background-color:#FFF5E0
}
#iapMilesone .milestoneHeading
{
  background-color:#f2ba86;
  
}
#iapMilesone h4
{
  color: #895600;
  
}

.border-start {
  border-left: 1px solid #f4b324 !important;
}

#iapMilesone span
{
  color:#895600;
  
}
#iapMilesone i
{
  font-size:33px;
  
}


#iaoContact span
{
   font-size: medium;
}
@media (max-width: 790px) {
  #iaoContact span {
    font-size: 6px;
  }
  
}
#iaoContact .fa
{
  animation: pulse 3s   ease-in-out alternate;
}

@keyframes pulse {
  from { transform: scale(0.8); }
  to { transform: scale(1.2); }
}

#iaoContact a
{
  color: #ffff;
}

#iaoAboutSection p, #iaoProblemsSection p, #iaoPemodaSection p, #iaoBenefitsSection p
{
  text-align: justify;
}

#iaoAboutSection img{
  width: 80%;
  border-radius: 5px;
}
#iaoOfferingsSection img
{
  width: 80%;
  border-radius: 5px;
}

#iaoProblemsSection img{
  width: 80%;
  border-radius: 5px;
}

#iaoBenefitsSection img{
  width: 40%;
  border-radius: 5px;
}

#iaoPartnersSection img
{
  width: 80%;

}
#iaoPemodaSection img{
  width: 80%;
  border-radius: 5px;
}

#iaoProblemsSection
{
  background-color: #00000003;
}
#iaoGallerySection
{
  background-color: #00000003;
}


#iaoPartnersSection p
{
  text-align: center;

}

#iaoPartnersSection .card
{
   
  border-radius: 10px;
  transition: .45s ease;
  text-align: center;
  color: #1d335e;
  letter-spacing: 0.3px;
  font-size: small;
}

#iaoPartnersSection .card:hover {
   
  color: #f8f9fa;
  box-shadow: rgba(0, 0, 0, 0.8) 0px 25px 20px -20px;
  transition: ease-in-out;
  letter-spacing: 0.4px;
  cursor: pointer;
}

#iaoBenefitsSection img
{
  width: 80%;
justify-content: center;
border-radius: 10px;
background-color: #E3AA00;
}
 

 

.cards_item {
  display: flex;
  padding: 1rem;
}

.card_image {
  position: relative;
  max-height: 250px;
}

.card_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card_price {
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 0.25rem;
  background-color: #1d335e;
  font-size: 18px;
  font-weight: 700;
}

.card_price span {
  font-size: 12px;
  margin-top: -2px;
}

.note {
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 4px 8px;
  border-radius: 0.25rem;
  background-color: #c89b3f;
  font-size: 14px;
  font-weight: 700;
}

 

.card {
  background-color: white;
  border-radius: 0.25rem;
  box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.card_content {
  position: relative;
  padding: 16px 12px 32px 24px;
  margin: 16px 8px 8px 0;
  max-height: 290px;
  overflow-y: scroll;
}

.card_content::-webkit-scrollbar {
  width: 8px;
}

.card_content::-webkit-scrollbar-track {
  box-shadow: 0;
  border-radius: 0;
}

.card_content::-webkit-scrollbar-thumb {
   
}

.card_title {
  position: relative;
  margin: 0 0 24px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.card_title::after {
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #1d335e;
  content: "";
}



.card_text p {
  margin: 0 0 24px;
  font-size: 14px;
  line-height: 1.5;
}

.card_text p:last-child {
  margin: 0;
}

#iaoProblemsSection .fa
{
  font-size: xx-large;
 } 
 
 

#openDays img{
  width: 90%;
  border-radius: 5px;
}

#openDaySalga img{ 
  border-radius: 5px;
}

#openDayDeBeers img{ 
  border-radius: 5px;
}



/*--------------------------------------------------------------
# Pricing Section
--------------------------------------------------------------*/
 
.pricing .pricing-item {
  padding: 35px 24px;
  box-shadow: 0 3px 20px -2px rgba(108, 117, 125, 0.15);
  background: #fff;
  height: 95%;
  position: relative;
  border-radius: 14px;
}

.pricing h3 {
  font-weight: 600; 
  font-size: 17px; 
  text-align: center;
  
}

.pricing .icon {
  margin: 35px auto 30px auto;
  width: 70px;
  height: 70px;
  background: var(--color-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  transform-style: preserve-3d;
}

.pricing .icon i {
  color: #fff;
  font-size: 28px;
  transition: ease-in-out 0.3s;
  line-height: 0;
}

.pricing .icon::before {
  position: absolute;
  content: "";
  height: 86px;
  width: 86px;
  border-radius: 50%;
  background: #1d335e;
  transition: all 0.3s ease-out 0s;
  transform: translateZ(-1px);
}

.pricing .icon::after {
  position: absolute;
  content: "";
  height: 102px;
  width: 102px;
  border-radius: 50%;
  background: #1d335e6d;
  transition: all 0.3s ease-out 0s;
  transform: translateZ(-2px);
}

.pricing h4 {
  font-size: 40px;
  color: #1d335e;
  font-weight: 700; 
  margin-bottom: 0;
  text-align: center;
}

.pricing h4 sup {
  font-size: 28px;
}

.pricing h4 span {
  color: rgba(108, 117, 125, 0.8);
  font-size: 16px;
  font-weight: 400;
}

.pricing ul {
  padding: 20px 0;
  list-style: none;
  color: #6c757d;
  text-align: left;
  line-height: 20px;
}

.pricing ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.pricing ul i {
  color: #059652;
  font-size: 24px;
  padding-right: 3px;
}

.pricing ul .na {
  color: rgba(108, 117, 125, 0.5);
}

.pricing ul .na i {
  color: rgba(108, 117, 125, 0.5);
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .buy-btn {
  display: inline-block;
  padding: 10px 40px;
  border-radius: 50px;
  color: var(--color-primary);
  border: 1px solid rgba(0, 131, 116, 0.2);
  transition: none;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--font-primary);
  transition: 0.3s;
}

.pricing .buy-btn:hover {
  background: var(--color-primary);
  color: #fff;
}

.pricing .featured {
  z-index: 10;
  border: 3px solid var(--color-primary);
}

@media (min-width: 992px) {
  .pricing .featured {
    transform: scale(1.15);
  }
}