.topbar_bg
{
    background-color: #00246B !important;
}

.main_header_div
{
    background-color: white !important;
}

.logo_image
{
    height: 65px;
}

.ftco-cover-1.overlay:before, .ftco-cover-1.overlay-2:before
{
    background: none;
}

.slider_image
{
    background-size: 100% 610px !important;
}
.marquee_tag {
    background: #00246B !important;
     padding: 12px;
}
.marquee_para {
    color: white;
    font-weight: bold;
}

.banner-section {
  background-image: url('../img/charity_banner.jpg');
  background-size: 100% 365px;
  background-position: center;
  background-repeat: no-repeat;
  height: 50vh; /* Adjust this value as needed */
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.about_para {
    margin-top: 0;
    margin-bottom: 1rem;
    text-align: justify;
}
.banner-section .overlay {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
}

.text-box h1 {
  font-size: 3rem;
  margin-bottom: 0.5rem;
}

.text-box p {
  font-size: 1.2rem;
  margin: 0;
}

.slider_images
{
    height: 500px;
    width:100%;
}

.site-navbar .site-navigation .site-menu > li.active > a,
.site-navbar .site-navigation .site-menu > li > a
{
    color: black !important;
}

.latest_update_images
{
    height: 300px;
    width: 100%;
}

.latest_view_images
{
    height: 250px;
    width: 100%;
    border: 5px solid #0c5460;
}

.gallery_images
{
    height: 250px;
    width: 100%;
    border: 5px solid #0c5460;
}

.footer_bg
{
    background-color: #3743e2 !important;
    color: white;
    padding: 50px 0 10px;
    margin-top: 10px;
}

.site-footer .footer-heading
{
    color: #fff;
}

.site-footer a
{
    color: #fff;
}


.owl-carousel-wrapper
{
    height: 81vh;
}
 .about_img {
    max-width: 100%;
    height: 374px;
    border: 5px solid rgba(220, 53, 69, 0.79);
}
.img-fluid {
    max-width: 100%;
    height: 330px;
}




@media screen and (min-height: 200px) and (max-width: 992px)
{

.ftco-cover-1 {
  height: 100vh;
  min-height: 600px;
  background-size: cover;
  background-position: center;
}

}


@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .topbar_bg
    {
        display: none !important;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1439px)
{
    .header_topbar
    {
        font-size: 14px !important;
    }
    
  
}
    


@media screen and (min-width: 1440px)
{
    
    
    .ftco-cover-1.overlay
    {
        background-size: 100% 610px !important;
    }
}