/* .bg-light {

    background-color: #ff0000!important;
} */
.nav-item a{
  font-size: 18px;
  font-weight: 600;
  color: #ffffff !important;
}

.top_section{
height: 80px;
}

.top_section span{
font-size: 40px;
font-weight: 600;
}

.slider_image{
background: url('../img/slider/sli.jpg');
background-position: left;
background-size: cover;
width:100%;
height:350px;
}

.slider_right_text img{
  width: 220px;
}
.slider_heading{
  font-size: 36px;
  font-family: 'Libre Baskerville', serif;
  font-weight: 700;
  color:white;
  text-transform: uppercase;
  padding-top: 20px;
  text-shadow: 0px 2px 0px rgba(3,31,118,0.6);
}



/* donate page css start here */
.logo_side img{
  width: 99%;
  height: auto;
}

.btn-secondary_two {
    width: 250px;
    font-size: 14px;
    font-weight: 300;
}

/* #####################our_fight Page CSS Start ###################### */
.fight_col{
  background-color: #6d6161cf;
  padding: 20px;
  border: 1px solid white;
  margin: 3px;
  width: 280px;
  height: 600px;
  border-radius: 10px;
}
.our_fight_img img{
  width: 99%;
  height: auto;
  border-radius: 10px 10px 10px 10px;
  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);
}
.fight_title{
  border-bottom: 1px solid white;
}

.fight_title h3{
  font-size: 20px;
  font-weight: 500;
  color: white;
  text-shadow: 0px 2px 1px rgba(0,0,0,0.6);
  padding-top: 20px;
}

.fight_desc{
  padding-top: 10px;
}
.fight_desc p{
  text-align: justify;
  color: white;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}


/* #####################our_fight Page CSS End ###################### */

/* #####################Contact Us Page CSS End ###################### */
.contact_img img{
  width: 99%;
  height: auto;
}

/* #####################Contact Us Page CSS End ###################### */
