body {
  padding-top: 3rem;
  padding-bottom: 0rem;
   
  background: #ffff;
}

.navbar-dark .navbar-toggler {
  color: rgb(80 64 64 / 50%);
  border-color: #e2ad0f;
  background: #e2ad0f;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
 
/* Carousel base class */
.carousel {
  margin-top: 50px;
  margin-bottom: 4rem;
}
.carousel-caption p,h1{
  color: black;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}
.carousel-control-prev {
  left: 25px;
}
/* Declare heights because of positioning of img element */
.carousel-item {
  height: 75vh
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Program ul li{
  font-size: 15px;
    letter-spacing: 0.4px;
    word-spacing: 2px;
    padding-bottom: 10px;

}
.about-img-top {
  width: 100%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
  margin-left: 1em;
  margin-right: auto;
  padding: 40px;
}
.img-about{
  border-radius: 33px;
  margin-top: 30px;

}
/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 5rem;
  }
}

.btn-submit{
  background: rgb(255,228,0);
    border: none;
    padding: 10px;
    border-radius: 13px;
    font-size: 13px;
    margin-left: 20px;
    width: 100%;
}
.btn-submit:hover{
  background: transparent;
 
  padding: 10px;
  border-radius: 13px;
  font-size: 13px;
  margin-left: 20px;
  width: 100%;
 
  border: 1px solid rgb(255,228,0);
}
.btn-more{
  background: linear-gradient(90deg, #ffe400 70%, #ffffff 50%);
  border: none;
  padding: 15px;
  border-radius: 13px;
  font-size: 13px;
  color: black !important;
  margin-left: 20px;
  outline: 0;
  border-radius: 1px;
  padding-left: 22px;
  margin-left: 0px;
  margin-top: 25px;

}
.navbar-dark .navbar-nav .active>.nav-link {
  color:  #ffe400 !important;
}
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgb(255,228,0) !important;
}
.navbar-dark .navbar-nav .nav-link {
  color: #212529;
  padding: 5px 12px;
}
.navbar{
  padding: 20px;
}
.navbar-collapse{
  padding: 2px 30px;

}
.navbar-dark .navbar-brand {
  color: #fff;
  padding-left: 35px;
}
header{
  margin: 0px 30px 0px 30px;
}
 



.lead {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1.1px;
}
#fixed-social {
  position: fixed;
  top:19em;
}
#fixed-social a {
  color: #fff;
  display: block;
  height: 30px;
  position: relative;
  text-align: center;
  line-height: 31px;
  width: 27px;
  margin-bottom: 1px;
  z-index: 2;
}
#fixed-social a:hover>span{
 visibility: visible;
 left: 41px;
 opacity: 1;
} 
#fixed-social a span {
 line-height: 40px;
   left: 60px;
   position: absolute;
   text-align: center;
   width: 120px;
   visibility: hidden;
   transition-duration: 0.5s;
   z-index: 1;
   opacity: 0;
}
.fixed-facebook{
  background-color: #d8d8d8;
}
.fixed-facebook span{
 background-color: #d8d8d8;
}
 
.fixed-twitter{
 background-color: #d8d8d8;

}
.fixed-twitter span{
  background-color:#d8d8d8;
}
.fixed-instagrem{
 background-color: #d8d8d8;

}
.fixed-instagrem span{
  background-color: #d8d8d8;
}
.Program span {
  FONT-SIZE: 14px;
  font-weight: 600;
  padding: 15px 5px 5px 15px;
 }
 .Program{
  padding: 5px 0px 20px 0px;
}
 .Program img {
  width: 20%;
  padding: 10px;
 }
 
.case{
  padding: 30px 0px 15px 0px;
}
.case .card{
  background: rgb(255,228,0);
  border-radius: 25px;
  border: none;
}
.card-img-top {
  width: 55%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
  margin-left: 5em;
  margin-right: auto;
  padding: 40px;
}
/*end fixed social*/
.featurette img{
  border-radius: 75px;

  padding: 10px;
  margin-top: 6em;
}


.newsletter {
  padding: 40px 0 30px 0PX;
  background: #efefef;
  }
  
  .newsletter .content {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2; }
  .newsletter .content h2 {
  color: rgb(255,228,0);
  margin-bottom: 40px; }
  .newsletter .content .form-control {
  height: 50px;
  border-color: #ffffff;
  border-radius:0;
  }
  .newsletter .content.form-control:focus {
  box-shadow: none;
  border: 2px solid rgb(255,228,0);
  }
  .newsletter .content .btn {
  min-height: 50px; 
  border-radius:0;
  background: rgb(255,228,0);
  color: black;
  font-weight:600;
  }
  .newsletter h3{
    color: #5f5e5d !important
  }
  .footer-area{
    padding: 28px 0px 4px 0px;
  }
  .about-founder {
    width: 80%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    margin-left: 2.3em;
    margin-right: auto;
    padding: -57px;
    border-radius: 26px;
    margin-top: 22px;
    padding: 0px;


}

.table td, .table th {
  padding: .75rem;
  vertical-align: top;
  border: 1px solid #e4e2e2;
}
.bottom{
  margin-top: 25em;
}
.form-control {
  display: block;
  width: 100%;
  height: 49px;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #656565;
  border-radius: 25px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  margin-bottom: 2em;
}
.btn-submit1{
  border: 1.9px solid #173a59;
  width: 20%;
  color: #173a59;
  font-weight: 600;
  border-radius: 25px;
}
.btn-submit1:hover{
  border: 1.9px solid rgb(255,228,0);
  /* width: 20%; */
  color: white;
  font-weight: 600;
  background-color: rgb(255,228,0);
  border-radius: 25px;
}
.img-partner{
    margin-top: 30px; 
    border-radius: 25px; 
    padding: 20px;
    width: 100%;
    height:150px;
}
.img-partner img{
  width:100%;
  height:100%;
  object-fit: contain;
}
.partner li{
  font-size: 18px;
  font-weight: 400;
}
.partner li span{
  font-size: 15px;
    font-weight: 300;
}
.img-thematic {
  margin-top: 15px;
  /* border-top: 2px solid #802222; */
  border-radius: 40px;
  margin-left: -20px;
  padding: 0px;
  width: 100%;
  height: 175px;
  object-fit: cover;
}
.btn-more1 {
  background: linear-gradient(90deg, #ffe400 70%, #ffffff 50%);
  border: none;
  padding: 15px;
  border-radius: 13px;
  font-size: 13px;
  color: black !important;
  margin-left: 20px;
  outline: 0;
  border-radius: 1px;
  padding-left: 22px;
  margin-left: 0px;
  margin-top: 5px;
  font-weight: 700;
}
@media (max-width:770px){
  .container1 {
    padding: 0px 10px 0px 10px !important;
    overflow-x: hidden;
  
}
.img-banner{
  width: 100% !important;
}
.img-loc{
  width: 100% !important;
  margin-left: -30px;

}
#tab tr td{
  height: 40px;
  font-size: 11px;
}
  .p-image{
    width: 24% !important;
    /* margin-left: -35px; */
    padding: 0px !important;
    margin-left:-15px !important;
  }
  .modal-header h5{
    margin-left:1.3em !important;
    margin-right: auto;
  }
  table{
    font-size: 13.6px;
  }
  h3{
    font-size:24px;
  }
  .btn-submit{
    background: rgb(255,228,0);
      border: none;
      padding: 10px;
      border-radius: 13px;
      font-size: 13px;
      margin-left: 0px;
      width: 50%;
  }
  .btn-submit1{
    border: 1.9px solid #173a59;
    width: 50%;
    color: #173a59;
    font-weight: 600;
    border-radius: 25px;
  }
  header{
    margin: 0px 0px 0px 0px;
  }
  .carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 9rem;
  }
  .navbar {
    padding: 5px;
  }
  .carousel-caption h1 {
    color: black;
    font-size: 22px;
}
.carousel-caption {
  bottom: 23rem;
  z-index: 10;
  margin-left: -30px;
}

.carousel-caption .btn-more {
  display: none;
}
#fixed-social{
  display: none;
}
.carousel {
  margin-bottom: -22rem;
}
.Program {
  padding: 5px 0px 20px 20px;
}
.marketing h1{
  font-size: 21px;
}
.newsletter h3 {
  color: #5f5e5d !important;
  font-size: 20px;
}
.newsletter p {
 
  font-size: 11px;
}
.gallery h2 {
  font-size: 35px;
  padding: 7px 0px 12px 0px;
}
.card-img-top {
  width: 57%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
  margin-left: 4.5em;
  margin-right: auto;
  padding: 20px;
}
.featurette img{
  
  padding: 2px;
  margin-top: 0em;
}
.about-img-top {
  width: 50%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
  margin-left: 5em;
  margin-right: auto;
  padding: 24px;
  margin-bottom: -38px;
}
.about-founder {
  width: 50%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
  margin-left: 1em;
  margin-right: auto;
  padding: -57px;
  border-radius: 26px;
  margin-top: 5px;
  padding: 10px;
}
.mt-8{
  margin-top:25px;
}
.bottom{
  margin-top: 18em;
}
.border{
  border-left: none !important;
  height: 305px;
  border-top: none !important;
  border-bottom: none !important;
  border-right: none !important;

}
.contact_us {
  padding-left: 2em;
  color: #173a59;
  margin-top: 35px;
  margin-bottom: -78px;
}
.img-thematic {
  margin-top: 15px;
  /* border-top: 2px solid #802222; */
  border-radius: 17px;
  margin-left: 0px;
  padding: 0px;
  width: 100%;
  /* height: 100px; */
}
.team .card {
  width: 97% !important;
  height: 176px !important;
  background: grey;
  border-radius: 34px !important;
  margin-bottom: 4px;
  border: none;
}
.team p{
  font-size: 14px;
}
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
  margin-top: 20px;
}

.gallery-box .gallery img {
  margin-bottom: 30px;
  border-radius: 12px !important;
  height: 153px !important;
  margin-top: 15px;
  width: 147px !important;
  margin-left: 6px;
}
.btn-6 {
  text-align: center;
  width: 48% !important;
  height: 40px;
  font-size: 11px;
  line-height: 42px;
  padding: 0;
  border: none;
  background: rgb(255,228,0);
  background: linear-gradient(0deg, rgb(255,228,0) 0%, rgb(255,228,0) 100%);
  margin: 2px;
}
}
@media (min-width:1800px) and (max-width:2980px){
  .carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 57rem;
  }
  .carousel-item {
    height: 55rem;
}
.carousel-caption {
  bottom: 18rem;
  z-index: 10;
}
.carousel-caption h1 {
  color: black;
  font-size: 75px;
}
.carousel-caption p {
  color: black;
  font-size: 45px;
}
.btn-more {
  background: linear-gradient(90deg, #ffe400 70%, #ffffff 50%);
  border: none;
  padding: 30px;
  border-radius: 13px;
  font-size: 24px;
  color: black !important;
  margin-left: 20px;
  outline: 0;
  border-radius: 1px;
  padding-left: 22px;
  margin-left: 0px;
  margin-top: 25px;
}
.featurette img{
  
    padding: 7px;
    margin-top: 92px;
}

}


.border{
  border-left: 1px solid rgb(70,48,38);
  height: 305px;
  border-top: none !important;
  border-bottom: none !important;
  border-right: none !important;

}
.contact_us{
  padding-left: 2em;
  color: #173a59;
}
/* readmore */

/* .text {
  margin: 20px auto;
  background-color: #ccc;
  padding: 20px;
  border: 1px solid #bbb;
  border-radius: 20px;
  font-weight: bold;
  font-size: 18px;
  width: 40%;
  line-height: 1.5;
} */

.text span.expand,
.text span.collapse {
  padding: 3px;
  border-radius: 3px;
  color: #020202;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  
}
.team{

}
.team h5{
  margin-top: -15px;
  FONT-SIZE: 16px;
  MARGIN-BOTTOM: 15px;
  FONT-WEIGHT: 600;
}
.team .card{
  width: 95%;
  height: 270px;
  background: grey;
  border-radius: 50px;
  margin-bottom: 10px;
  border: none;

}
.modal-dialog {
  max-width: 706px;
  margin: 1.75rem auto;
  /* background-color: #f7be12b0; */
}
.modal-header{
  background-color: rgb(255,228,0) !important;
  border: none !important;
  border-top-left-radius: 3.3rem;
  border-top-right-radius: 3.3rem;
}
.modal-header h5{
  margin-left:9em;
  margin-right: auto;
}
.modal-body p{
  font-size: 12px;
  text-align: center;
  margin-top: -25px;

}
.modal-content{
  border-radius: .3rem !important;
  padding: 2px 5px 2px 5px;
  background-color: rgb(255,228,0) !important;

}
.modal-body{
  background-color: rgb(255,228,0) !important;
  border: none !important;
  border-bottom-left-radius: 3.3rem;
  border-bottom-right-radius: 3.3rem;
}
.volunteer .card-img-top {
  width: 100%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
  margin-left: 0em;
  margin-right: auto;
  padding: 18px;
}
.volunteer .card{
  background-color: rgb(255,228,0);
  border: none;
  border-radius: 32px !important;
margin-top: 15px;
}
select.form-control:not([size]):not([multiple]) {
  height: 50px;
}

.p-image{
  width: 30% !important;
  padding: 0px !important;
  margin-left: -20px;
  margin-top: -15px;
 
}
 
  .container1 {
    padding: 0px 52px 0px 75px;
  
}
.img-loc{
  width: 140%;
  margin-left: -30px;

}
.img-banner{
  width: 50% !important;
}
.custom-btn {
  width: 95%;
  height: 40px;
  color: black;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  outline: none;
  text-decoration: none;
}

/* 1 */
.btn-5 {
  text-align: center;
  width: 95%;
  height: 40px;
  line-height: 42px;
  padding: 0;
  border: none;
  background:  rgb(255,228,0);
background: linear-gradient(0deg, rgb(255,228,0) 0%,  rgb(255,228,0) 100%);
}
.btn-5:hover {
  color: black;
  background: transparent;
   box-shadow:none;
   text-decoration: none;
}
.btn-5:before,
.btn-5:after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background:  rgb(255,228,0);
  box-shadow:
   -1px -1px 5px 0px #fff,
   7px 7px 20px 0px #0003,
   4px 4px 5px 0px #0002;
  transition:400ms ease all;
}
.btn-5:after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
.btn-5:hover:before,
.btn-5:hover:after{
  width:100%;
  transition:800ms ease all;
}
/*gallery  */ 
.gallery img{
  margin-bottom: 30px;
  border-radius: 50px;
  

}
.gallery-box .gallery img{
  margin-bottom: 30px;
  border-radius: 50px;
  height: 200px;
  margin-top: 15px;
  width: 265px;

}
#tab tr td{
  height: 40px;
}

.btn-6 {
  text-align: center;
  width: 15%;
  height: 40px;
  font-size: 13px;
  line-height: 42px;
  padding: 0;
  border: none;
  background:  rgb(255,228,0);
background: linear-gradient(0deg, rgb(255,228,0) 0%,  rgb(255,228,0) 100%);
}
.btn-6:hover {
  color: black;
  background: transparent;
   box-shadow:none;
   text-decoration: none;
   border: 2px solid rgb(255,228,0);
}
 
.btn-6:after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
.btn-6:active {     
  color: black;
  background: transparent;
   box-shadow:none;
   text-decoration: none;
   border: 2px solid rgb(255,228,0);   
}
.img-case{
  
    border-radius: 95px;
    width: 190px;
    height: 190px;
    object-fit: fill;

}