

.custum-navbar-class{
     
     background-color: #1475BC;
      /*left: 10%;*/
     /* right: 10%;*/
     padding-left: 10%;
     padding-right: 10%
      top:7%;
      text-align: center;;
     position: relative;
     z-index: 999;

    }



	

    .navbar-nav .nav-item a.nav-link{

      color:white;
      font-family: Barlow, Helvetica, Arial,sans-serif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    }


    .navbar-nav .nav-item a.nav-link:hover{

      background-color:#1475BC;
      color:white;

    }
   .nav-item .dropdown .dropdown-menu .dropdownbg{
	   background-color:white;
   }
  
   
   .navbar-dark .navbar-toggler-icon .apply-toggler{
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e) !important;
	}
	
/* slidier*/	

.carousel-inner .carousel-item .carousel-caption{

  top: 55%;
}
.carousel-indicators{

  top: 85%;
}

	/* banner */
	
.banner-contact-menu{
  
   background-size: cover;
      background-repeat: no-repeat, no-repeat, no-repeat;
      background-position: center;
      display: flex;
      align-items: center;
      position: relative;
      z-index: 9;
}

  .banner-contact:before {
 
      content: "";
      position: absolute;
      top: 0;
      min-height: 100%;
      left: 0;
      right: 0;
      z-index: -1;
  }


  .contact-banner{

      background-image: url("../img/banner0.png");
      background-size: cover;
      background-repeat: no-repeat, no-repeat, no-repeat;
      background-position: center;
      display: flex;
      align-items: center;
      position: relative;
      z-index: 0;
      height: 300px;
  }



	.menu-color{
		color:white;
		  font-family: Barlow, Helvetica, Arial,sans-serif;
		font-weight: 700;
		-webkit-font-smoothing: antialiased;
	}
	
	.navbar-nav .nav-item .nav-link a.menu-color :hover{

      background-color:red;
      color:white;

    }

    .breadcrumbs-custom-path {
 
      display: inline-block;
      background: #f5931b;
      padding: 6px 20px 10px;
      border-radius: 30px;
      position: absolute;
      left: 0;
      right: 0;
      bottom: -19px;
      font-size: 14px;
      font-family: 'Noto Sans Display', sans-serif;
      font-weight: 700!important;
      line-height: 1.5;
      margin: auto;
      text-align: center;
      max-width: max-content;
      color: white;
  }
  .breadcrumbs-custom-path a{
    color: white;
  }

  .about-more{
    background-color: #f5931b;
    color: white;
    padding: 8px;

  }
  a.about-more:hover {
    background-color: white;
    color: green;

  }

.donateclass{

    background-image:url(../img/donate-life-empowerment-solutions.jpg);
    background-repeat: no-repeat;
    background-size: 1200px 1000px;
    height: 1000px;
    
    

}

  @media (max-width: 767px) {
    /* CSS goes here */

    .carousel-inner .carousel-caption h3{
      font-size: medium;
    }

    .navbar a.navbar-brand img{
      margin-right: 0.25rem;
      width: 60px!important;
    }
}