.breadcrumbs-page-wrap {
      position: relative;
}
body {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #636886;
  background: #f8f4f3 !important; 
  line-height: 1.9;
}
.heading-main small {
  color: #477763;
  font-family: 'Playfair Display', serif;
  position: relative;
  text-transform: capitalize;
  margin-bottom: 15px;
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
}
div {
  display: block;
  unicode-bidi: isolate;
}
.bg-fixed {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.breadcrumbs-page:before {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
  border-radius: 0;
}
.breadcrumbs-page h1 {
  color: white;
  text-transform: capitalize;
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1;
  padding: 10rem 0;
}
.pos-rel {
  position: relative;
}
.breadcrumbs-page {
  background-image: url('../assets/images/breadcrumbs_bg.jpg');
  background-repeat: no-repeat;
  background-position: center !important;
  max-width: 100%;
  margin: 0 auto;
  z-index: 2;
  position: relative;
  border-radius: 0;
}
*, ::after, ::before {
  box-sizing: border-box;
}

.breadcrumbs-page .breadcrumb-item+.breadcrumb-item::before, .breadcrumb-item.active {
  color: #eeeeee;
  content: none;
}
.breadcrumbs-page .breadcrumb-item {
  display: -ms-flexbox;
  display: flex;
  min-height: 30px;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 600;
}

.breadcrumbs-page .breadcrumb a {
  color: white;
  border-radius: 0;
  position: relative;
  text-decoration: none;
}
.breadcrumb-wrap {
  position: absolute;
  bottom: -15px;
  padding: 0.7rem 1.2rem;
  background:#e0aa07;
  border-radius: 4px;
}
/* bootstrap */
.container{
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x)* .5);
  padding-left: calc(var(--bs-gutter-x)* .5);
  margin-right: auto;
  margin-left: auto;
}
.breadcrumbs-page .breadcrumb {
  background: transparent;
  color: #eeeeee;
  padding: 0;
  font-size: 0.875rem;
  font-weight: 500;
  margin: 0;
  line-height: 1;
}
  /* Donation */
  
  .heading-main small {
  color:#fff;
  font-family: 'Playfair Display', serif;
  position: relative;
  text-transform: capitalize;
  margin-bottom: 15px;
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 25px;
  left: 60px;
  width: fit-content;
}
.heading-main small::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 41px;
  background:#fff;
  top: 50%;
  left: -60px;
  transform: translateY(-50%);
}
p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  unicode-bidi: isolate;
}
h3 {
  display: block;
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}
 /* form */
.donation-wrap {
  background: white;
  border-radius: 20px;
  padding: 2.5rem;
  margin-top: 2rem;
}

/* head */
.heading-main {
  color: #d59b2d; 
  font-size: 2.80rem;
  position: relative;
  font-weight: 800;
  z-index: 1;
  margin-bottom: 3rem;
}
/* form */
.donation-wrap .form-control {
  border: 2px solid #e9eaed;
  background-color: #e9eaed; 
  margin-bottom: 1.375rem;
}
.form-control {
  border: none;
  box-shadow: none;
  font-size: 0.9375rem;
  border: 1px solid white;
  outline: none;
  color: #5b5b5b;
  background-color: white;
  height: auto;
  padding: 0.8rem 1rem;
  border-radius: 5px;
  box-shadow: 0px 0px 147px 0px rgba(0, 0, 0, 0.07);
  transition: all 400ms ease-in-out;}

  .select2-container.select2-container .select2-selection--single {
  padding: 0.8rem;
  height: auto;
  border-radius: 5px;
  background: #e9eaed;
  z-index: 3;
  position: relative;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* list */

/* form */
.faqs-sidebar {
  background: url(./assets/images/man_with_hand.jpg) no-repeat center center;
  background-size: cover;
  padding: 1.8rem;
  border-radius: 10px;
  overflow: hidden;
}

.bg-overlay.opacity-80 {
  opacity: 0.8;
}
.bg-overlay.blue {
  background-color: #27304b;
}
.bg-overlay {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  z-index: 1;
}
.donation-select{
height: 40px;
border: none;
  box-shadow: none;
  font-size: 0.9375rem;
  border: 1px solid white;
  outline: none;
  color: #5b5b5b;
  background-color: white;
  height: auto;
  padding: 0.8rem 1rem;
  border-radius: 5px;
  box-shadow: 0px 0px 147px 0px rgba(0, 0, 0, 0.07);
  transition: all 400ms ease-in-out;}


/* formtext */
.faqs-sidebar form {
  position: relative;
  z-index: 99;
}
.txt-white {
  color: white;
}
h3.h3-sm {
  font-size: 1.375rem;
}
.fw-7 {
  font-weight: 700;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
/* formfont */
.faqs-sidebar form label {
  color: white;
}
label {
  font-size: 0.875rem;
}
label {
  display: inline-block;
}
/* Foyminput */
.form-light.form-control {
  font-size: 0.9375rem;
  outline: none;
  color: #131313;
  background-color: white;
  height: auto;
  padding: 0.8rem 1rem;
  border-radius: 5px;
  box-shadow: none;
  border: none;
}
.faqs-sidebar form .form-group {
  margin-bottom: 1.375rem;
}
.faqs-sidebar .form-light.form-control {
  background-color: rgba(255, 255, 255, 0.8);
}
/* button */
.btn-default, .btn-default:disabled, .btn-default:hover:disabled {
  color: white;
  background-color: #d59b2d;
  border-color: #d59b2d;
}
.mt-3 {
  margin-top: 1rem !important;
}

.btn {
  display: inline-flex;
  justify-content: center;
  padding: 0.719rem 1.9rem;
  font-size: 1rem;
  outline: none;
  align-items: center;
  position: relative;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  text-transform: capitalize;
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  overflow: hidden;
}
*, ::after, ::before {
  box-sizing: border-box;
}
.wide-tb-100 {
  padding-top: 100px;
  padding-bottom: 200px;
}

/* 2nd background */
.bg-img-6 {
  background-image: url(./assets/images/callout_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}
.bg-scroll {
  width: 100%;
  background-attachment: fixed !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.callout-style-1 .container {
  position: relative;
  z-index: 2;
}
.light-mode.heading-main {
  color: white;
}
.wide-tb-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

/* carousel */
#home-clients{
display: flex;
gap: 70px;

}
@media (max-width: 768px){
  html{
    width: 100%;
  }
  #home-clients {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.text-center img{
  max-width: 100%;
}
}

@media (max-width: 430px){
  #home-clients {
    grid-template-columns: repeat(2, 1fr);
    place-self: center;
  }
  .clients-logo img{
    width: 150px;
    height: 150px;
  }
.heading-main{
    font-size: 40px;
  }
}

@media (max-width: 375px){
  html{
    width: fit-content;
  }
  .breadcrumbs-page h1{
    font-size: 60px;
  }
  .heading-main{
    font-size: 40px;
  }
  .light-mode.heading-main {
    font-size: 35px;
  }
}

@media (max-width: 2560px) {
    .rex {
        max-width: 100%;
    }
}