
*{
  box-sizing: border-box;
}

body a{
  text-decoration: none !important;

}
body{
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.top_section{
  background-image: linear-gradient(
    rgba(0,0,0,0.5),
    rgba(0,0,0,0.7)
    ), url('../img/slider/sli.jpg');
  height: 500px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.overlay{
  background-color: rgba(0, 35, 82, 0.7);
}
.navbar_height{
  padding-top: 5px;
}

.bg-dark {
  background-color: #571B7E !important;
  height: 90px;
  align-items: center;
  border-bottom: 2px solid white;
    /* background: rgb(6,2,73);
background: linear-gradient(90deg, rgba(6,2,73,1) 0%, rgba(8,8,164,1) 100%); */
}
.nav-item{
  margin-left: 10px;
}
.nav-item a{
  font-size: 18px;
  font-weight: 400;
  font-family: 'Libre Baskerville', 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;
  background: rgb(220,195,31);
  background: linear-gradient(0deg, rgba(220,195,31,1) 0%, rgba(161,131,4,1) 21%, rgba(154,124,1,1) 79%, rgba(226,201,34,1) 100%);
  text-shadow: 0px 1px 1px rgba(0,0,0,0.6);
background-color: #333333;
}
.contribute_btn{
  border-radius: 10px;
  background: rgb(220,195,31);
  background: linear-gradient(0deg, rgba(220,195,31,1) 0%, rgba(161,131,4,1) 21%, rgba(154,124,1,1) 79%, rgba(226,201,34,1) 100%);
  padding: 10px 30px 10px 30px !important;
}
#navbarNavDropdown {
    justify-content: center;
    margin-left: 30px;
}

#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;
}


/* marque section Start */
.marque_bg{
  background-color: #571B7E;
  /* border-top: 4px solid #ffffff; */
  border-top: 16px solid transparent;
  border-image: linear-gradient(90deg, rgba(161,131,4,1) 0%, rgba(226,201,34,1) 50%, rgba(154,124,1,1) 100%);
  border-image-slice: 1;
}
.marque_text{
  font-size: 50px;
  font-weight: 500;
  color: white;
  text-transform: uppercase;
  text-shadow: 0px 2px 2px rgba(0,0,0,0.6);
}










.section_bg{
  background: rgb(174,134,37);
background: linear-gradient(0deg, rgba(174,134,37,1) 0%, rgba(185,154,58,1) 58%, rgba(212,204,109,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);
}











/* ############## Donation Button css Start ################## */

.donation {
  height: auto;
  border-top: 4px solid #571B7E;
  /* border-left: 4px solid #571B7E;
  border-right: 4px solid #571B7E; */
}
.donation ul li{
  display: inline-flex;
  /* justify-content: center; */
  padding-top: 15px;

}
.donate_btn_bg .donate_btn{
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  background-color: #571B7E;
  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;
  text-transform: uppercase;
  font-family: 'Libre Baskerville', serif;
  text-shadow: 0px 2px 2px rgba(0,0,0,0.6);
}

/* ############## Donation Button css End ################## */

/* ############## About Section css Start ################## */
.about_section_bg{
  /* background: rgb(103,24,152);
background: radial-gradient(circle, rgba(103,24,152,1) 0%, rgba(71,20,103,1) 100%); */
background-color: #ffffff;
color: #000000;
}
.about_col{
  /* border-right: 2px solid white; */
}
.about_section_heading{
  padding-top: 50px;
  padding-bottom: 20px;
}
.about_section_heading span{
  color: #000000;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px 60px;
  border: 1px solid #000000;
  text-shadow: 0px 2px 2px rgba(0,0,0,0.6);
}
.about_section_body p{
  color: #000000;
  text-align: justify;
  padding: 30px;
}
.about_section_body ul li{
  padding-top: 18px;
  color: #000000;
  margin-left: 30px;
}
.about_section_body ul li span{
  color: #000000;
  font-size: 24px;
  font-weight: 500;
}

/* ############## About Section css End ################## */

/* ############## Contact Section css Start ################## */
.contact_form_section{
  background: rgb(174,134,37);
background: linear-gradient(0deg, rgba(174,134,37,1) 0%, rgba(185,154,58,1) 58%, rgba(212,204,109,1) 100%);
}

.heading{
  padding: 30px;
  text-transform: uppercase;
  text-shadow: 0px 2px 2px rgba(0,0,0,0.6);
}
.heading span{
  font-size: 36px;
  font-weight: 700;
  color: #000000;
}
.contact_form_section .card{
  background-color: #ffffff;
  color: #000000;
  margin-bottom: 50px;
  box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
}

/* ############## Contact Section 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: #333333;
}
.form_border{
  border: 3px solid #FF0000;
  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: 560px;
  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 ###################### */



/* #####################about shante Page CSS Start ###################### */
.about_bg{
  background-color: #333333;
}
.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-size: cover;
  background-attachment: fixed;
}
.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 ###################### */

/* #####################Footer Area CSS Start ###################### */
.footer-bg {
box-sizing: border-box;
/* background-color: #212121; */
background: rgb(33,33,33);
background: linear-gradient(0deg, rgba(33,33,33,1) 0%, rgba(78,78,78,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);
}
#ftab ul li{
  list-style: none;
  display: inline-block;
  padding-right: 20px;
}
#ftab ul li a{
  text-decoration: none;
  text-transform: uppercase;
  color: #ffba01 !important;
}
/* #####################Footer Area CSS End ###################### */
