@font-face {
  font-family: "Fira Sans";
  src: url('fonts/fira/eot/FiraSans-Regular.eot');
  src: url('fonts/fira/eot/FiraSans-Regular.eot') format('embedded-opentype'),
    url('fonts/fira/woff2/FiraSans-Regular.woff2') format('woff2'),
    url('fonts/fira/woff/FiraSans-Regular.woff') format('woff'),
    url('fonts/fira/woff2/FiraSans-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Segoe UI Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Segoe UI Regular'), url('Segoe UI.woff') format('woff');
}


@font-face {
  font-family: 'Segoe UI Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Segoe UI Italic'), url('Segoe UI Italic.woff') format('woff');
}


@font-face {
  font-family: 'Segoe UI Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Segoe UI Bold'), url('Segoe UI Bold.woff') format('woff');
}


@font-face {
  font-family: 'Segoe UI Bold Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Segoe UI Bold Italic'), url('Segoe UI Bold Italic.woff') format('woff');
}


* {
  margin: 0;
  padding: 0;
}

body {
  color: black;
  font-family: 'Segoe UI', Arial, sans-serif;
}

.wrapper {
  margin: 0 75px;
}

p {
  font-family: 'Segoe UI', Arial, sans-serif;
  font-size: 0.9rem;
}

a {
  font-family: 'Segoe UI', Arial, sans-serif;
  /* font-weight: bold; */
  color: #0067B8;
}

.btn,
.form-control {
  border-radius: 0;
}

.navbar-brand img {
  height: 2rem;
}

.nav-item a {
  font-size: 0.9rem;
}

.navbar-nav .nav-item {
  margin-right: 20px;
  /* Adjust as needed */
}

.btn-donate {
  text-decoration: none;
  border: 1px solid black;
  /* Keep the border */
  border-radius: 5px;
  cursor: pointer;
  transition: text-decoration 0.3s ease;
  font-size: 0.9rem;
}

.btn-donate:hover {
  text-decoration: underline;
  border-color: black;
  /* Keep the border color transparent */
  color: inherit;
  /* To prevent color change on hover */
}

h5 span {
  color: #00afef;
  font-size: 2rem;
  font-family: 'Segoe UI', Arial, sans-serif;
}


.carousel_slide {
  overflow: hidden;
  position: relative;
  height: 30rem;
  /* Set the height of the carousel to 500px */
}

.carousel-inner {
  width: 100%;
  height: 100%;
  /* Ensure the carousel inner takes full height of the parent carousel */
}

.carousel-item {
  height: 100%;
  /* Set the height of each carousel item to 100% */
}

.carousel-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
  /* Maintain aspect ratio and cover the entire area */
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Adjust opacity as needed */
  z-index: 1;
}

.carousel-caption {
  z-index: 20;
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
  text-align: left;
  /* Ensure captions are displayed above the overlay */
}
.carousel-caption h6{
  font-weight: 600;
  font-size: 46px;
  line-height: 56px;
  font-style: normal;
}
.carousel-caption p{
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  font-style: normal;
  color: white !important;
}
.carousel-caption button{
  background-color: white;
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
}
.carousel-caption a{
  font-style: normal;
  font-weight: 600;
  line-height: 19px;
  text-decoration: none;
  color: white;
}

.empower {
  font-size: 1.5rem;
  text-align: center;
}

.empower span {
  font-weight: 600;
  font-style: normal;
  font-size: 34px;
  line-height: 40px;
  text-align: center;
  color: black;
}

.empower .empower_facio {
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: normal;
  margin: 10px 0;
}

.catalyst {
  background-color: #0067B8;
  margin: 170px 0;
  padding: 80px 0;
}
.catalyst h2{
  font-weight: 600;
  font-style: normal;
  font-size: 34px;
  line-height: 40px;
}

.contact-us{
  background-color: transparent;
  margin: 20px 0;
  padding: 33px 0;
  color: #000;
}

.center-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  /* Adjust as needed */
}



/* .sponsors .col-auto{
  margin: 0 50px;
} */

footer {
  background-color: #f2f2f2;
  padding: 60px 0 10px 0;
  align-items: center;
  justify-content: center;
  padding: 50px 75px;
  /* text-align: center; */
}

.dropdown-menu-horizontal {
  min-width: 40rem;
}

.overflow-wrap {
  white-space: normal;
}

/* Contact Us Page*/
.banner {
  height: 300px;
  /* Adjust height as needed */
  background-size: cover;
  background-position: center;
  position: relative;
}

.technical_billings{
  padding: 20px 213px;
  margin: 30px 0;
}

.banner-text {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  color: white;
}

/* career */
.career-wrapper {
  margin: 0;
  padding: 0;
}

.career-header {
  margin: 0 5em;
}

/* career */

.dropdown-menu-horizontal {
  min-width: 40rem;
}

.overflow-wrap {
  white-space: normal;
}

.dropdown-menu.dropdown-menu-horizontal .dropdown-item:hover {
  background-color: transparent;
  /* Set background color to transparent on hover */
  color: inherit;
  /* Inherit text color on hover */
  text-decoration: none;
  /* Remove underline on hover */
}

a.visit {
  /* Inherit text color on hover */
  text-decoration: none;
}

.dropdown-menu .dropdown-item a:hover {
  background: none;
  /* Remove background color on hover */
  color: inherit;
  /* Inherit text color on hover */
  text-decoration: none;
  /* Remove underline on hover */
}

/* testimonials */
.testimonials {
  background: #e9ecef;
  background-size: cover;
  background-position: center center;
  padding: 50px 0;
}

.testimonials h2 {
  font-size: 2.15rem;
}

/* .carousel {
	margin: 50px auto;
	padding: 0 70px;
} */

.carousel p {
  color: #3a3d4b;
}

.carousel .star {
  color: #f2bc3b;
  font-size: 24px;
  margin: 45px 0;
}

.carousel .item {
  font-size: 1.45rem;
  text-align: center;
  overflow: hidden;
  min-height: 290px;
}

.carousel .testimonial {
  padding: 30px 0 10px;
  font-weight: 600;
}

.carousel .overview {
  font-style: italic;
  font-size: 12px;
  font-weight: 600;
}

.carousel .overview b {
  text-transform: uppercase;
  color: #555;
}

.carousel .carousel-control {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  top: 15%;
  background: none;
}

.carousel-control i {
  font-size: 36px;
  line-height: 42px;
  position: absolute;
  display: inline-block;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}

.carousel .carousel-indicators {
  bottom: -40px;
}

.carousel-indicators li,
.carousel-indicators li.active {
  width: 10px;
  height: 10px;
  margin: 1px 3px;
  border-radius: 50%;
}

.carousel-indicators li {
  background: #999;
  border-color: transparent;
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}

.carousel-indicators li.active {
  background: #555;
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}

.c-left,
.c-right {
  color: #000000;
  /* Deep grey */
  width: 1%;
  /* Adjust width to spread them out */
  opacity: 0.7;
  /* Adjust opacity if needed */
}

.control-icon {
  filter: invert(100%);
  /* Invert icon color */
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  opacity: 1;
}

/* project page */
.vertical-text {
  writing-mode: vertical-rl; /* Set the text orientation to vertical */
  text-orientation: mixed; /* Allow the text to be both horizontal and vertical */
  transform: rotate(180deg); /* Rotate the text 90 degrees clockwise */
  white-space: nowrap; /* Prevent text from wrapping */
}

.project_image {
  width: 100%; /* Set the width to 100% to make the image fill its container */
  max-width: none; /* Ensure the image can expand beyond its natural size */
}

.featured_projects {
  display: flex;
  justify-content: center; /* Align items to the center horizontally */
  align-items: center; /* Align items to the center vertically */
}

.events{
  padding: 0px 0;
}

.events-container {
  min-width: 100%;
  margin: auto;
  align-items: center;
  justify-content: center;
}

.tab-wrapper{
  background-color: #fff;
}

.tab-header{
  position: relative;
  display: flex;
  align-items:baseline;
  justify-content: center;
  width: 100%; 
}

.tab-header .tab-btn{
  padding: 15px 20px;
  border: none;
  cursor: pointer;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 36px;
  color: rgba(0, 0, 0, 0.8);
  background-color: transparent;
  transition: all 0.3s ease;
}

.tab-header .tab-btn:hover,
.tab-header .tab-btn.active{
  color: rgba(0, 0, 0, 0.8);  
}

.tab-header .underline{
  position: absolute;
  bottom: 20px;
  left: 0;
  height: 2px;
  width: 0;
  transition: all 0.3s;
  background-color:  #0067B8;
}

.tab-body{
  display: flex;
  overflow: hidden;
}

.tab-body .tab-content{
  min-width: 100%;
  padding: 20px;
  font-size: 12px;
  transition: all 0.3s;
  text-align: justify; 
}

.events{
  padding: 120px 0;
}

.events-container {
  min-width: 80%;
  margin: auto;
  align-items: center;
  justify-content: center;
  /* padding: 0 120px; */
}

.tab-wrapper{
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1 );
  background-color: #fff;
}

.tab-header{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; 
  border-bottom: 1px solid #e5e5e5;
}

.tab-header .tab-btn{
  padding: 15px 20px;
  border: none;
  cursor: pointer;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  background-color: transparent;
  transition: all 0.3s ease;
}

.tab-header .tab-btn:hover,
.tab-header .tab-btn.active{
  color: #0067B8;  
}

.tab-header .underline{
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 2px;
  width: 0;
  transition: all 0.3s;
  background-color:  #0067B8;
}

.tab-body{
  display: flex;
  overflow: hidden;
}

.tab-body .tab-content{
  min-width: 100%;
  padding: 20px;
  font-size: 12px;
  transition: all 0.3s;
  text-align: justify; 
}

/* owl carousel - governance page*/
.oc-section{
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EFEFEF;
}
.slide-container{
  max-width: 1120px;
  width: 100%;
  background-color: grey;
  padding: 40px 0;
}
.slide-content{
  margin: 0 40px;
}
.oc-card{
  width: 320px;
  border-radius: 25px;
  background-color: #FFF;
}
.image-content,
.card-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 14px;
}
.image-content{
  position: relative;
  row-gap: 5px;
  padding: 25px 0;
}
.oc-overlay{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #4070f4;
 border-radius: 25px 25px 0 25px;
}
.oc-overlay::before,
.oc-overlay::after{
  content: '';
  right: 0;
  bottom: -40px;
  position: absolute;
  height: 40px;
  width: 40px;
  background-color: #4070f4;  
}
.oc-overlay::after{
  border-radius: 0 25px 0 0;
  background-color: #FFF;
}
.card-image{
  position: relative;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background: #FFF;
  padding: 3px;
}
.card-image .card-img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%; 
  border: 4px solid #4070F4;
}
.name{
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
.description{
  font-size: 14px;
  color: #707070;
  text-align: center;
}
.oc-button{
  border: none;
  font-size: 16px;
  color: #FFF;
  padding: 8px 16px;
  background-color: #4070F4;
  border-radius: 6px;
  margin: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.oc-button:hover{
  background: #265df2;
}

.grant img{
  height: 480px;
}

.leadership img{

}
.leadership-profile img{
  height: 400px;
}

.catalyst-sub-text{
  padding: 0 300px;
}

.donation-tab{
  padding: 0 100px;
}

.donation-content .col-auto {
  background-color: #0067B8;
  padding: 5px 70px;
  font-weight: 600;
  font-size: 22px;
  color: white;
  margin: 10px 15px;
}
.donation-content .text-input {
  padding: 0 0;
  width: 180px;
  font-weight: 600;
  font-size: 22px;
  color: white;
  margin: 10px 15px;
  background-color: transparent;
}
.donation-content .text-input input{
  padding: 11px 5px;
}

.vision{
  margin: 20px 30px 20px 0px; 
  padding: 20px 50px; 
}
.mission{
  margin: 20px 30px; 
  padding: 20px 50px;
}

.main-body{
  

  /* Set other styles as needed */
}
.main-body img{
  height: 300px;
}

.sponsors img {
  height: 10rem;
  width: 20rem;
}

/* .stats{
  background-color: red;
}
.stats .card-title{
  background-color: yellow;
}
.stats .card-text{
  background-color: green;
} */

.stats .col-md-2 {
  flex: 1 1 20%;
  margin: 10px;
}


/* RESPONSIVENESS */

/* extra-small screens */
@media (max-width: 575.98px) {
  .wrapper {
    margin: 0 0rem;
  }

  .main-body img{
    height: 200px;
  }

  .carousel-caption {
    z-index: 20;
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    text-align: left;
    /* Ensure captions are displayed above the overlay */
  }
  .catalyst-sub-text{
    padding: 0 5px;
  }

  .vision{
    margin: 20px 0; 
    padding: 10px 10px; 
  }
  .mission{
    margin: 20px 0; 
    padding: 10px 10px;
  }

  .donation-tab{
    padding: 0 0px;
  }
  .donation-content .col-auto {
    background-color: #0067B8;
    padding: 5px 40px;
    font-weight: 600;
    font-size: 22px;
    color: white;
    margin: 10px 15px;
  }
  .donation-content .text-input {
    padding: 0 0;
    width: 120px;
    font-weight: 600;
    font-size: 22px;
    color: white;
    margin: 10px 15px;
    background-color: transparent;
  }
  .donation-content .text-input input{
    padding: 10px 5px;
  }

  .technical_billings{
    padding: 10px 20px;
    margin: 5px 0;
  }
  .stats .col-md-2 {
    flex: 1 1 100%;
  }

  
  .empower span {
    text-align: left;
    font-size: 20px;
    line-height: normal;
  }
  .empower{
    text-align: left;
  }
  
  .catalyst{
    margin: 60px 0;
  }
  .catalyst h2 {
    font-size: 28px;
  }

  .grant img{
    height: 300px;
  }

  .sponsors img {
    height: 4rem;
    width: 4rem;
  }
  .sponsors .col-auto{
    margin: 0 0;
  }

  .help{
    margin: 0 0;
  }

  .carousel_slide {
    overflow: hidden;
    position: relative;
    height: 15rem;
    /* Set the height of the carousel to 500px */
  }

  .contact-form {
    font-family: 'Segoe UI', Arial, sans-serif;
  }

  .dropdown-menu .dropdown-item .col-md-3 h6,
  .dropdown-menu .dropdown-item .col-md-3 p {
    display: none;
  }

  .vertical-text {
    /* Reset text orientation to horizontal */
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    transform: none; /* Reset transform */
    white-space: normal; /* Allow text to wrap */
  }

  .dd-link-res{
    padding: 0;
  }

  a.visit{
    text-decoration: none;
    font-weight: normal;
  }

  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }

  .callback-form{
    margin: 0 0;
  }

  footer {
    padding: 50px 0;
    /* text-align: center; */
  }
}

/* small screens */
@media (min-width: 576px) and (max-width: 768px){
  .wrapper {
    margin: 0 0rem;
  }

  .empower .empower_facio {
    text-align: left;
    padding: 0;
  }
  .empower span {
    text-align: left;
    font-size: 20px;
    line-height: normal;
  }
  .empower{
    text-align: left;
  }

  .stats .col-md-2 {
    flex: 1 1 100%;
  }

  .catalyst > h2{
    font-size: 28px;
  }
  .grant img{
    height: 300px;
  }

  .technical_billings{
    padding: 10px 20px;
    margin: 5px 0;
  }

  .help{
    margin: 0 0;
  }

  .wrapper {
    margin: 0 0rem;
  }

  .sponsors img {
    height: 5rem;
    width: 5rem;
  }

  .sponsors .col-auto{
    margin: 0 0;
  }

  .carousel_slide {
    overflow: hidden;
    position: relative;
    height: 15rem;
    /* Set the height of the carousel to 500px */
  }

  .contact-form {
    font-family: 'Segoe UI', Arial, sans-serif;
  }

  .dropdown-menu .dropdown-item .col-md-3 h6,
  .dropdown-menu .dropdown-item .col-md-3 p {
    display: none;
  }

  .vertical-text {
    /* Reset text orientation to horizontal */
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    transform: none; /* Reset transform */
    white-space: normal; /* Allow text to wrap */
  }

  .dd-link-res{
    padding: 0;
  }

  a.visit{
    text-decoration: none;
    font-weight: normal;
  }

  .order-md-1 {
    order: 2;
  }
  .order-md-2 {
    order: 1;
  }

  .callback-form{
    margin: 0 0;
  }

  footer {
    padding: 50px 0;
    /* text-align: center; */
  }

  .catalyst-sub-text{
    padding: 0 5px;
  }
}

/* medium screens */
@media (min-width: 768px) and (max-width: 1166px) {

  .sponsors img {
    height: 5rem;
    width: 5rem;
  }
  .sponsors .col-auto{
    margin: 0 0;
  }

  .catalyst-sub-text{
    padding: 0 5px;
  }
  
  .vision{
    margin: 20px 10px; 
    padding: 10px 10px; 
  }
  .mission{
    margin: 20px 0; 
    padding: 10px 10px;
  }
  .wrapper {
    margin: 0 0rem;
  }

  .donation-tab{
    padding: 0 0px;
  }
  .donation-content .col-auto {
    background-color: #0067B8;
    padding: 5px 40px;
    font-weight: 600;
    font-size: 22px;
    color: white;
    margin: 10px 15px;
  }
  .donation-content .text-input {
    padding: 0 0;
    width: 120px;
    font-weight: 600;
    font-size: 22px;
    color: white;
    margin: 10px 15px;
    background-color: transparent;
  }
  .donation-content .text-input input{
    padding: 10px 5px;
  }

  .carousel-caption h6{
    font-weight: 600;
    font-size: 26px;
    line-height: 28px;
    font-style: normal;
  }
  .carousel-caption p{
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    font-style: normal;
    color: white !important;
  }
  .carousel-caption button{
    background-color: white;
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
  }
  .carousel-caption a{
    font-style: normal;
    font-weight: 600;
    line-height: 19px;
    text-decoration: none;
    color: white;
  }
  .leadership-profile img,
  .board-profile img{
    height: 250px;
  }

  .technical_billings{
    padding: 10px 20px;
    margin: 5px 0;
  }

  .catalyst > h2{
    margin: 70px 0;
    padding: 80px 0;
    font-size: 28px;
  }

  .help{
    margin: 0 0;
  }

  .carousel_slide {
    overflow: hidden;
    position: relative;
    height: 20rem;
    /* Set the height of the carousel to 500px */
  }

  .dropdown-menu .dropdown-item .col-md-3 h6,
  .dropdown-menu .dropdown-item .col-md-3 p {
    display: none;
  }

  .vertical-text {
    /* Reset text orientation to horizontal */
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    transform: none; /* Reset transform */
    white-space: normal; /* Allow text to wrap */
  }

  .dd-link-res{
    padding: 0;
  }

  a.visit{
    text-decoration: none;
    font-weight: normal;
  }

  .order-md-1 {
    order: 2;
  }
  .order-md-2 {
    order: 1;
  }
}

/* Move the navigation icons to the sides */
.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

/* Adjust the vertical alignment if needed */
.owl-prev, .owl-next {
    top: 50%;
    transform: translateY(-50%);
}

/* Style the navigation icons as needed */
.owl-prev, .owl-next {
    /* Your custom styles */
    font-size: smaller;
}


/* large screens */
@media (min-width: 992px) and  (max-width: 1406px) {
  .sponsors img {
    height: 8rem;
    width: 8rem;
    margin: 0 10px;
  }

  .sponsors .col-auto{
    margin: 0 0;
  }
  .wrapper {
    margin: 0 75px;
  }

  .carousel-caption h6{
    font-weight: 600;
    font-size: 26px;
    line-height: 28px;
    font-style: normal;
  }
  .carousel-caption p{
    color: white !important;
  }

  .technical_billings{
    padding: 10px 20px;
    margin: 5px 0;
  }

  .help{
    margin: 30px 0;
  }

  .carousel_slide {
    overflow: hidden;
    position: relative;
    height: 20rem;
    /* Set the height of the carousel to 500px */
  }

  .dropdown-menu .dropdown-item .col-md-3 h6,
  .dropdown-menu .dropdown-item .col-md-3 p {
    display: none;
  }

  .vertical-text {
    /* Reset text orientation to horizontal */
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    transform: none; /* Reset transform */
    white-space: normal; /* Allow text to wrap */
  }

  .dd-link-res{
    padding: 0;
  }

  a.visit{
    text-decoration: none;
    font-weight: normal;
  }

}

@media (min-width: 1406px) and  (max-width: 1680px) {
  .sponsors img {
    height: 7rem;
    width: 7rem;
    margin: 0 10px;
  }

  .sponsors .col-auto{
    margin: 0 0;
  }
  .wrapper {
    margin: 0 75px;
  }

  .carousel-caption h6{
    font-weight: 600;
    font-size: 26px;
    line-height: 28px;
    font-style: normal;
  }
  .carousel-caption p{
    color: white !important;
  }

  .technical_billings{
    padding: 10px 20px;
    margin: 5px 0;
  }

  .help{
    margin: 30px 0;
  }

  .carousel_slide {
    overflow: hidden;
    position: relative;
    height: 20rem;
    /* Set the height of the carousel to 500px */
  }

  .dropdown-menu .dropdown-item .col-md-3 h6,
  .dropdown-menu .dropdown-item .col-md-3 p {
    display: none;
  }

  .vertical-text {
    /* Reset text orientation to horizontal */
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    transform: none; /* Reset transform */
    white-space: normal; /* Allow text to wrap */
  }

  .dd-link-res{
    padding: 0;
  }

  a.visit{
    text-decoration: none;
    font-weight: normal;
  }

}