.bg-light {
    background-color: #0237c3!important;
    height: auto;
}

.nav_donate_btn{
  display: none;
}
.logo{
  display: none;
}
.slider_image{
  background: url('../img/slider/sli.jpg');
  background-position: left;
  background-size: cover;
  width:100%;
  height:180px;
}
.slider_text{
  /* padding-top:50px; */
  top:50px;
  color:#ffffff;
  margin-left: 0px;
}
.slider_text h2{
  font-size: 20px;
}
.input-group{
  width: 300px;
}
.slider_text .form-control {
    width: 50%;
    height: 50%;
}
.contrubut_btn{
  position: absolute;
  font-size: 15px;
  font-weight: 300;
  top: 150px;
}
.section_heading{
  font-size: 20px;
}
.contribute_bg{
  height: 60px;
}
.contribute_bg ul li{
  width: 60px;
  margin: 2px;
  padding: 5px;
}
.contribute_bg ul li a{
  padding: 5px;

}

.donate_btn_bg{
  background-color: #8E96A3;
  width: 120px;
  height: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  margin: 5px;
  position: relative;
}
.donate_btn{
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
}

#myVideo{
  /* margin-top: -200px; */
  max-width: 500px;
}
.right_side{
  width: 460px;
  margin-top: 0px;
  margin-left: 12px;
  background-color: #022370!important;
}

.right_side_text{
  padding:10px 20px 20px 10px;
}
.right_side p{
  font-size: 16px;
}
.volunteers_btn {
  background-color: white;
  width: 200px;
  /* height: 50px; */
  margin: 20px;
  align-items: center;
  justify-content: center;
  padding: 10px 5px 10px 5px;
  position: relative;
  box-sizing: border-box;
  transition: .5s;
  box-shadow: -9px 10px 11px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: -9px 10px 11px 0px rgba(0,0,0,0.75);
-moz-box-shadow: -9px 10px 11px 0px rgba(0,0,0,0.75);
}
.volunteers_btn:hover{
  transform: scale(1.1);
  transform: rotate(0deg) skew(0deg) translate(0, -10px);
}

.volunteers_btn a{
  color: black;
  font-size: 18px;
  font-weight: 600;
}
/* .volunteer_btn a:hover{
  background-color: blue;
  color: white;
  transform: scale(1.1);
  transform: rotate(0deg) skew(0deg) translate(0, -10px);
} */

.lern_more_btn{
  background-color: white;
  width: 150px;
  /* height: 50px; */
  margin: 20px;
  align-items: center;
  justify-content: center;
  padding: 10px;
  position: relative;
  box-sizing: border-box;
  transition: .5s;
  box-shadow: -9px 10px 11px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: -9px 10px 11px 0px rgba(0,0,0,0.75);
-moz-box-shadow: -9px 10px 11px 0px rgba(0,0,0,0.75);
}
.lern_more_btn a{
  color: black;
  font-size: 20px;
  font-weight: 600;
}
.lern_more_btn:hover{
  transform: scale(1.1);
  transform: rotate(0deg) skew(0deg) translate(0, -10px);
}
.title_btn_div{
  padding: 10px 10px;
}
.family_img img{
  padding-top: 0px;
  /* margin-top: 20px; */
  width: 450px;
}

.marque_text{
  font-size: 40px;
}

.footer-bg span{
  font-size: 20px;
