
*{
  box-sizing: border-box;
}

body a{
  text-decoration: none !important;

}

body{
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.top_logo img{
  padding: 10px;
}
.bg-dark {
    background-color: #0b0c68!important;
    /* height: 100px; */
    /* background: rgb(6,2,73);
background: linear-gradient(90deg, rgba(6,2,73,1) 0%, rgba(8,8,164,1) 100%); */
}
.nav-item a{
  font-size: 16px;
  font-weight: 600;
  /* font-family: 'Libre Baskerville', serif; */
  font-family: 'Poppins', sans-serif;
  color: #ffffff !important;
  text-shadow: 0px 2px 2px rgba(0,0,0,0.6);
}
.nav-item a:hover{
  font-size: 16px;
  font-weight: 600;
  color: white !important;
  /* border-right: .5px solid white;
  border-top: .5px solid white; */
  border-style: inset;
  text-shadow: 0px 1px 1px rgba(0,0,0,0.6);
background-color: #333333;
}
#navbarNavDropdown {
    justify-content: center;
    /* margin-left: 140px; */
}

#navbarNavDropdown a {
    text-transform: uppercase;
}

.slider_image{
  background: url('../img/slider/sli.jpg');
  background-position: center;
  /* background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,0.7962535355939251) 25%, rgba(0,0,0,0.6393907904958859) 50%, rgba(0,0,0,0.8046568969384629) 75%),
  url('../img/slider/sli.jpg'); */
  background-position: center;
  background-size: cover;
  width:100%;
  height:550px;
}
.volunteers_img{
  background: url('../img/slider/volunteers.jpg');
  background-position: center;
  /* background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,0.7962535355939251) 25%, rgba(0,0,0,0.6393907904958859) 50%, rgba(0,0,0,0.8046568969384629) 75%),
  url('../img/slider/sli.jpg'); */
  background-position: center;
  background-size: cover;
  width:100%;
  height:500px;
}
.slider_right_text{
  padding-left:50px;
  padding-top: 50px;
}
.slider_right_text span{
  font-size: 26px;
  font-weight: 500;
  color:#ffffff;
  text-transform: uppercase;
  text-shadow: 0px 2px 0px rgba(3,31,118,0.6);
}
.slider_right_text img{
  width: 300px;
}
.slider_heading{
  font-size: 50px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color:#0f138f;
  text-transform: uppercase;
  padding-top: 20px;
  text-shadow: 0px 2px 0px rgba(3,31,118,0.6);
}

.box {
  position: relative;
  width:50%;
  height:80px;
  background: #0b0c68;
  margin:20px auto;
  align-items: center;
  justify-content: center;
  display: flex;
}
.box span{
  position: relative;
  font-size: 30px;
  color: white;
  font-weight: 500;
  text-transform: uppercase;
  /* transform: translate(-50%,-50%); */
}

.effect2
{
    position: relative;
}
.effect2:before, .effect2:after
{
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 10px;
    left: 20px;
    width: 50%;
    top: 70%;
    max-width:300px;
    background: #0a0a0a;
    box-shadow: 0 12px 12px #0a0a0a;
    transform: rotate(-3deg);
}
.effect2:after{
    transform: rotate(3deg);
    right: 20px;
    left: auto;
}
.box:hover{
  background: #0f11a1;
  transition: ease .5s;
  transition-timing-function: ease-out .5s;
}






.section_bg{
  background: rgb(6,2,74);
background: linear-gradient(0deg, rgba(6,2,74,1) 0%, rgba(8,8,163,1) 100%);
  border-bottom: 4px solid red;
  border-top: 4px solid #ffffff;
}
.section_heading{
  font-size: 30px;
  font-weight: 700;
  color: white;
  padding-top: 20px;
  text-shadow: 0px 4px 0px rgba(3,31,118,0.6);
}






iframe {
  width: 600px;
  height: 560px;
  box-shadow: 4px 5px 5px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 4px 5px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 4px 5px 5px 0px rgba(0,0,0,0.75);
border-radius: 10px;
}
.bio_bg {
display: block;
box-sizing: border-box;
background-color: #333333;
}
.bio_heading{
  font-size: 44px;
  font-weight: 800;
  padding-top:30px;
  color: white;
  text-transform: uppercase;
  font-family: 'Libre Baskerville', serif;
}

.bio_desc {
  padding: 0px 20px 0px 20px;
  text-align: justify;
  font-size: 20px;
  font-weight: 400;
  color: white;
  font-family: 'Roboto Slab', serif;
  color: white;
}
.continue_btn{
  padding: 15px 40px;
  background: rgb(6,2,73);
background: linear-gradient(0deg, rgba(6,2,73,1) 0%, rgba(8,8,164,1) 100%);
  color: white;
  font-size: 20px;
  box-shadow: 5px 5px 5px 0px rgba(255,255,255,0.75);
-webkit-box-shadow: 5px 5px 5px 0px rgba(255,255,255,0.75);
-moz-box-shadow: 5px 5px 5px 0px rgba(255,255,255,0.75);
transition: ease .5s;
transition-timing-function: ease-in;
transition-timing-function: ease-out;
}
.continue_btn:hover{
  color: white;
  transform: rotate(0deg) skew(0deg) translate(0, -10px);
  background: rgb(33,33,33);
background: linear-gradient(90deg, rgba(33,33,33,1) 0%, rgba(78,78,78,1) 100%);

}
.bio_img img{
  /* height: 600px; */
  box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.75);
}



#social{
  margin-left: 80px;
}


.footer-bg {
  /* align-items: center; */
  /* justify-content: center; */
/* display: block; */
box-sizing: border-box;
height: 150px;
/* background-color: #212121; */
background: rgb(14,11,69);
background: linear-gradient(0deg, rgba(14,11,69,1) 0%, rgba(6,6,173,1) 100%);
}
.footer-bg span{
  font-size: 16px;
  font-weight: 400;
  color: white;
  font-family: 'Libre Baskerville', serif;
  text-shadow: 0px 2px 2px rgba(0,0,0,0.6);
}




/* ############## Donation Button css Start ################## */

.donation {
  height: auto;
  border: 1px solid #ffffff;
}
.donation ul li{
  display: inline-flex;
  /* justify-content: center; */
  padding-top: 15px;

}
.donate_btn_bg .donate_btn{
  font-size: 24px;
  font-weight: 700;
  color: #212121;
  background-color: #ffffff;
  width: 120px;
  height: 50px;
  border-radius: 5px 5px 5px 5px;
  justify-content: center;
  align-items: center;
  display: flex;
  margin: 5px;
  position: relative;
  box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
}

.donate_btn:hover{
  background-color: white;
  color: black;
  transition: ease .5s;
  transition-timing-function: ease-out;
  transform: rotate(0deg) skew(0deg) translate(0, -10px);
}
.donate_title{
  font-size: 40px;
  color: white;
  font-weight: 800;
  font-family: 'Libre Baskerville', serif;
  text-shadow: 0px 2px 2px rgba(0,0,0,0.6);
}




/* ############## Donation Button css End ################## */

/* ############## Issue area css start ################## */
.issue_bg{
  /* background: rgb(73,186,49);
background: radial-gradient(circle, rgba(73,186,49,1) 0%, rgba(60,127,46,1) 60%); */
/* background-image: url('../img/slider/community_bg.jpg');
background-repeat: no-repeat;
background-position: center;
background-size: cover;
background-attachment: fixed; */
background-color: #0b0c68;

}
.issue_heading h1{
  font-size: 40px;
  padding: 60px 60px;
  color: white;
  font-weight: 700;
  font-family: 'Libre Baskerville', serif;
  text-shadow: 0px 2px 2px rgba(0,0,0,0.6);
}
/* .issue_card{
  width: 350px;
  height: 500px;
  background-color: #0b0c68;
  justify-content: center;
  display: inline-block;
} */
.issue_card_2 img{
  width: 355px;
  height: 550px;
}

.issue_card h3{
  padding-top: 20px;
  color: white;
  font-weight: 500;
  text-transform: uppercase;
}
.issue_card p{
  padding: 20px;
  color: white;
  font-size: 24px;
  font-weight: 300;
  font-family: 'Redressed', cursive;
  text-align: center;
  position: relative;
}

/* ############## ISSUES area css End ################## */

/* ############## subscribe_area area css Start ################## */
.subscribe_bg{
  background-color: #949a9b;
  border-top: 6px solid #ffff00;
  border-bottom: 6px solid #0b0c68;
}
.subscribe_area{
  width: 450px;
  height: auto;
  margin: auto;
}
.subscribe_heading h1{
  color: white;
  text-shadow: 1px 2px 2px rgba(0,0,0,0.6);
}

/* ############## subscribe_area area css End ################## */
/* ############## contact_section_bg area css Start ################## */
.contact_section_bg{
  background-color: #5b85c3;
  height: 520px;
}
.contact_section_img img{
  width: 743px;
  height: 520px;
}

.contact_section_heading h1{
  color: white;
  font-size: 40px;
  font-weight: 600;
  text-shadow: 1px 2px 2px rgba(0,0,0,0.6);
}
#contact_form{
  padding: 50px;
}
/* ############## contact_section_bg area css End ################## */





/* #####################Contact Us Page CSS Start ###################### */
.page_hedding h1{
  font-size: 30px;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Libre Baskerville', serif;
  text-shadow: 0px 1px 1px rgba(0,0,0,0.6);
}
.page_hedding h3{
  font-size: 20px;
  font-weight: 400;
  color: #ff0000;
  font-family: 'Libre Baskerville', serif;
  text-shadow: 0px 1px 1px rgba(0,0,0,0.6);
}
.page_hedding p{
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  padding-top: 20px;
  font-family: 'Libre Baskerville', serif;
  text-shadow: 0px 1px 1px rgba(0,0,0,0.6);
}
.contact_bg{
  background-color: #0b0c68;
  border-top:3px solid #feff00;
}
.form_border{
  border: 6px solid #feff00;
  margin: 10px;
  justify-content: center;
  background-color: #555a65;
}
.form_body{
  padding: 20px;
  color: white;
}
.contact_img{
  margin-top: 5px;
}
.contact_img img{
  width: 600px;
  height: 515px;
  box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
}

/* #####################Contact Us Page CSS End ###################### */


/* #####################our_fight Page CSS Start ###################### */
.our_fight_bg{
  background-color: #333333;
}
.our_fight_slider{
  background: url('../img/slider/ourfight-slider.jpg');
  background-position: center;
  background-position: center;
  background-size: cover;
  width:100%;
  height:400px;
  border-bottom: 6px solid #1b5e20;
}
.our_fight_title{
  text-transform: uppercase;
}

.ourfight li {
  list-style: none;
}
.ourfight li span i{
  margin-right: 10px;
}
.ourfight li span{
  font-size: 24px;
  font-weight: 500;
  text-transform: capitalize;
}
#accordionExample{
  padding: 100px;
}
.accordion-button {
    color: #212121;
}
.accordion-button:not(.collapsed) {
    color: #347e31;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
/* #####################our_fight Page CSS End ###################### */



/* #####################Volunteers Page CSS Start ###################### */
.form-group label{
  /* font-size: 20px; */
  color: white;
  font-weight: 400;
}

.form{
  border: 4px solid red;
  padding: 30px;
  background-color: #555a65;
}
.form-check-input:checked[type=radio] {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e);
}
.form-check-input:checked {
    background-color: #ff0000;
    border-color: #ffffff;
}
.volunteers_img{
  box-shadow: 5px 4px 5px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 5px 4px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 5px 4px 5px 0px rgba(0,0,0,0.75);
}
/* #####################Volunteers Page CSS End ###################### */



/* #####################about shante Page CSS Start ###################### */
.about_bg{
  background-color: #585858;
}
.about_slider{
  background-image: url('../img/slider/about_slider.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /* background-attachment: fixed; */
  width: 100%;
  height: 650px;
}


.dominique{
  color: white;
}
.about{
  border: 4px solid red;
  padding: 30px;
}
.about span{
  color: white;
  font-size: 30px;
  font-weight: 700;
  border-bottom: 2px solid red;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-shadow: 0px 2px 2px rgba(0,0,0,0.6);
}
#about_desc_bg{
  /* background-image: url('../img/slider/about_desc_bg.jpg');
  background-repeat: no-repeat;
  background-position: center; */
  background-color: #0b0c68;
  background-size: cover;
  background-attachment: fixed;
  margin-top: 50px;
}
.about_desc{
  padding: 50px;
}
.about_desc h5{
  font-size: 30px;
  color: #ffffff;
}
.about_desc p{
  text-align: justify;
  color: white;
  font-size: 18px;
  line-height: 24px;
}
.about_desc p::first-letter{
  font-size: 200%;
  font-weight: 500;
}
.about_page_img img{
  margin-top: 120px;
  box-shadow: 5px 4px 5px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 5px 4px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 5px 4px 5px 0px rgba(0,0,0,0.75);
}
/* #####################about shante Page CSS End ###################### */

/* #####################Support Area CSS Start ###################### */
.support_area{
  justify-content: center;
  text-align: center;
}
.support_bg{
  width:800px;
  justify-content: center;

}

.support_top{
  background-color: #20578c;
  padding: 20px 20px;
  box-shadow: 5px 4px 5px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 5px 4px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 5px 4px 5px 0px rgba(0,0,0,0.75);
}
.support_bottom{
  background-color: red;
  padding: 20px 20px;
  box-shadow: 5px 4px 5px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 5px 4px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 5px 4px 5px 0px rgba(0,0,0,0.75);
}
.support_bg h1{
  font-size: 50px;
  font-weight: 700;
  color: white;
  margin-bottom: 30px;
  text-shadow: 0px 2px 2px rgba(0,0,0,0.6);
  font-family: 'Libre Baskerville', serif;
}
.support_bg .donation_btn{
  font-size: 24px;
  font-weight: 500;
  color: red;
  background-color: white;
  padding: 5px 30px 5px 30px;
  text-shadow: 0px 1px 2px rgba(0,0,0,0.6);
  box-shadow: 5px 4px 5px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 5px 4px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 4px 2px 3px 0px rgba(0,0,0,0.75);
}
.support_bg .donation_btn:hover{
  background-color: blue;
  color: white;
  transition: all 300ms ease;
}
.support_bg .sign_up_btn{
  font-size: 24px;
  font-weight: 500;
  color: white;
  background-color: blue;
  padding: 5px 30px 5px 30px;
  text-shadow: 0px 2px 2px rgba(0,0,0,0.6);
  text-shadow: 0px 1px 2px rgba(0,0,0,0.6);
  box-shadow: 5px 4px 5px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 5px 4px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 4px 2px 3px 0px rgba(0,0,0,0.75);
}
.support_bg .sign_up_btn:hover{
  background-color: white;
  color: red;
  transition: all 300ms ease;
}
.support_bottom img{
  width: 150px;
  padding-bottom: 10px;
}
/* #####################Support Area CSS End ###################### */


/* #####################Cancel Page CSS Start ###################### */
#cancel_page{
  background-color: #0f4a83ed;
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cancel_page_heading i{
padding: 20px 20px;
border: 2px solid white;
border-radius: 50%;
}
#cancel_page h3{
  color: white;
  font-size: 20px;
  font-weight: 400;
  text-shadow: 0px 1px 2px rgba(0,0,0,0.6);
  text-align: center;
}
/* #####################Cancel Page CSS End ###################### */

/* ##################### Accomplishments Page CSS Start ###################### */
.accomplishments_heading h2{
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
}
.accomplishments_bg ul{
  list-style: none;
  line-height: 30px;
}
.accomplishments_bg{
  border: 4px solid #0b0c68;
  padding: 30px;
  background-color: #5e5e5e32;
  color: white;
}
.table-striped td{
  /* color: white; */
  font-size: 18px;
  font-weight: 400;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: rgb(11 12 104 / 27%);
    color: var(--bs-table-striped-color);
}
/* ##################### Accomplishments Page CSS End ###################### */

/* ##################### Endorsements Page CSS Start ###################### */
.endorsements_card{
  color: #0b0c68;
}
.endorsements_card img{
  box-shadow: 5px 5px 7px 0px rgba(0,0,0,0.51);
-webkit-box-shadow: 5px 5px 7px 0px rgba(0,0,0,0.51);
-moz-box-shadow: 5px 5px 7px 0px rgba(0,0,0,0.51);
}

/* ##################### Endorsements Page CSS End ###################### */
