
*{
  box-sizing: border-box;
}

body a{
  text-decoration: none !important;
}


.bg-light {
    background-color: #0237c3!important;
    height: 100px;
    border-bottom: 4px solid red;
}
.nav-item a{
  font-size: 20px;
  font-weight: 600;
  font-family: 'PT Serif', serif;
  color: #ffffff !important;
  letter-spacing: .5px;
  text-shadow: 0px 1px 1px rgba(0,0,0,0.6);
}
.nav-item a:hover{
  font-size: 20px;
  font-weight: 600;
  color: #6b6b6b !important;
}
#navbarNavDropdown {
    justify-content: center;
    /* margin-left: 180px; */
}

#navbarNavDropdown a {
    text-transform: uppercase;
}
.dropdown-menu li a{
  color: black !important;
}
.nav_donate_btn{
  background-color: red;
  padding: 5px 20px 5px 20px;
  font-size: 26px;
  text-transform: uppercase;
  text-shadow: 0px 1px 1px rgba(0,0,0,0.6);
  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);
}
.nav_donate_btn:hover{
  background-color: #6b6b6b;
}

.slider_image{
  background: url('../img/slider/sli.jpg');
  background-position: center;
  background-size: cover;
  width:100%;
  height:500px;
  border-bottom: 4px solid red;
}
.slider_text{
  padding-top:100px;
  color:#ffffff;
  margin-left: 300px;
  width: 400px;
}

/* .slider_text .form-control {
    display: block;
    width: 700px;
    padding: 0.2rem 0.3rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 2;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
} */

.input-group-text {
    display: inline-block;
    align-items: center;
    padding: 0.0rem 0.3rem;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 2;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    background-color: #ff0000;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.6);
    text-transform: uppercase;
}
.input-group-text:hover {
    background-color: #0237c3;
}



.section_bg{
  background-color: #0237c3;
  border-top: 4px solid #ff0000;
}
.section_heading{
  font-size: 30px;
  font-weight: 700;
  color: white;
  padding-top: 20px;
  text-shadow: 0px 4px 0px rgba(3,31,118,0.6);
}

.contribute_bg{
  height: 100px;
  /* background-color: red; */
  display: flex;
  position: relative;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
}





.marque_bg{
  background-color: #25262d;
  height: 100px;
  display: flex;
  align-items: center;
}

.marque_text{
  font-size: 60px;
  font-weight: 800;
  color: #ffffff;
  padding:50px;
  text-shadow: 0px 2px 2px rgba(0,0,0,0.6);
  font-family: 'PT Serif', serif;
}
.marque_text_2{
  font-size: 40px;
  font-weight: 800;
  color: #FF0000;
  padding:50px;
  text-shadow: 0px 2px 2px rgba(0,0,0,0.6);
}
.marque h2{
  font-size: 40px;
  font-weight: 700;
  color: red;
  text-shadow: 0px 2px 2px rgba(0,0,0,0.6);
}
#social{
  padding-top: 10px;
}



#footer_section {
  display: block;
box-sizing: border-box;
height: 120px;
background-color: #0237c3;
clip-path: ellipse(50% 100% at 50% 100%);
}
#footer_section span{
  font-size: 16px;
  font-weight: 400;
  color: white;
}




/* ############## Donation Button css Start ################## */
.donate_btn_bg{
  background-color: #8E96A3;
  width: 220px;
  height: 70px;
  justify-content: center;
  align-items: center;
  display: flex;
  margin: 5px;
  position: relative;
}
.donate_btn{
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
}

.donate_btn:hover{
  /* background-color: white; */
  color: black;
}
.donate_title{
  font-size: 40px;
  color: white;
  font-weight: 800;
}
.check_box{
  /* margin-left: 50px; */
  margin-top: 20px;
}
.donate_title_2{
  font-size: 30px;
  color: white;
  font-weight: 800;
}
.btncheck{
  width: 300px !important;
  height: 70px;
  font-size: 30px;
  color: #8E96A3;
}
.btncheck:hover{
  background-color: #8E96A3;
}
.btn-outline-success {
    border-color: #ffffff;
}
.btn-check:active+.btn-outline-success, .btn-check:checked+.btn-outline-success, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show, .btn-outline-success:active {
    color: white;
    background-color: red;
    border-color: #ffffff;
}
.btn-check:active+.btn-outline-danger, .btn-check:checked+.btn-outline-danger, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show, .btn-outline-danger:active {
  color: white;
  background-color: red;
  border-color: #ffffff;
}
.btn-outline-danger {
    color: #8E96A3;
    border-color: #ffffff;
}

/* ############## Donation Button css End ################## */
.bio_heading h1{
  font-weight: 700;
  text-transform: uppercase;
  font-style: italic;
  font-family: 'PT Serif', serif;
  text-shadow: 0px 2px 2px rgba(0,0,0,0.6);
}

.bio_desc{
  padding: 20px 50px 20px 50px;
  text-align: justify;
  text-justify: inter-word;
}
.bio_desc p{
  font-size: 18px;
  font-weight: 400;
  font-family: 'PT Serif', serif;
  font-style: italic;
}
.family_img img{
  box-shadow: 4px 4px 12px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 4px 4px 12px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 4px 4px 12px 0px rgba(0,0,0,0.75);
}

/* ####################### Our Push Page Css Start ############################## */
.push-bg{
  background-color: #25262d;
  padding: 50px;
  margin-bottom: 20px;
  border: 4px solid red;
}
.page_hedding{
  font-size: 36px;
  font-weight: 700;
  color: #ff0000;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  border-bottom: 4px solid #ff0000;
}
.push_heading{
  color: #ff0000;
  font-size: 30px;
  font-weight: 600;
}
.push_desc{
  text-align: justify;
  font-size: 18px;
  color: white;
}
/* ####################### Our Push Page Css End ############################## */

/* ####################### contact_us Page Css Start ############################## */
.contact_form_bg{
  background-color: #25262d;
  padding: 50px;
  color: white;
  border: 4px solid red;

}
/* ####################### contact_us Page Css End ############################## */

/* ####################### Get Involved Page Css Start ############################## */
.involved_bg{
  background-color: #25262d;
  padding: 50px;
  color: white;
  border: 4px solid red;
}
.involved_bg_col{
  /* width: 400px; */
  justify-content: center;
}
.involved_bg_col .icon_bg {
  background-color: red;
  border-radius: 50%;
  border: 4px solid blue;
  padding: 40px;
  width: 150px;
  height: 150px;
  position: relative;
  display: inline-block;
}

.icon_bg i{
  font-size: 50px;
  font-weight: 500;
  /* padding: 40px; */
  color: white;
  display: inline-flex;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.6);
}
.involved_heading{
  padding-top: 30px;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.6);
}
.involved_bg i:hover,
.involved_heading:hover{
  color: blue;
}
.involved_bg_col .icon_bg:hover{
  background-color: #25262d;
}
/* ####################### Get Involved Page Css End ############################## */
