     .site-header {
  background: #0e75b8;
  padding-top: 15px;
  padding-bottom: 10px;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link:hover {
  background: transparent;
  color: #f92323;
}
.navbar-nav .nav-link {
  display: inline-block;
  color: #0d74b6;
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-medium);
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}
.dropdown-menu {
  background: var(--white-color);
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
  border: 0;
  max-width: 350px;
  padding: 0;
  margin-top: 20px;
}



.dropdown-item.active, 
.dropdown-item:active,
.dropdown-item:focus, 
.dropdown-item:hover {
  background: transparent;
  color:#0077D9 ;
}



    


#hero-slide .carousel-caption {
  background: rgba(64, 66, 195, 0.53);
  color: #a2a7ab;
}

.news-category-block {
  background: #1a7fc2;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 10px 20px;
}
.custom-btn {
  background: #0e75b8;
  border: 2px solid transparent;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--btn-font-size);
  font-weight: var(--font-weight-normal);
  line-height: normal;
  padding: 15px 25px;
}


.navbar-expand-lg .navbar-nav .nav-link.custom-btn {
  color: #fff;
  margin-top: 8px;
  padding: 12px 25px;
}
.navbar-expand-lg .navbar-nav .nav-link.custom-btn {
  color: #fff;
  margin-top: 8px;
  padding: 12px 25px;
}
h2 {
  color: var(--secondary-color);
  font-size: 25px;
 
}
      .main-banner {
  position: relative;
  max-height: 100%;
  overflow: hidden;
  margin-bottom: -7px;
}
     #bg-video {
  min-width: 100%;
  min-height: 100vh;
  max-width: 100%;
  max-height: 680px;
  object-fit: cover;
  z-index: -1;
}
.video-overlay {
  position: absolute;
  background-color: rgba(31,39,43,0.75);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
}
.main-banner .caption {
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
}
.main-banner .caption h6 {
  margin-top: 0px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: #F20505;
  letter-spacing: 1px;
}
.main-banner .caption h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 800;
  color: #0077D9;
  letter-spacing: 1px;
}
.main-banner .caption p {
  color: #fff;
  font-size: 14px;
  max-width: 570px;
}


.news-detail-header-section {
  background-image: url('../images/news/close-up-volunteer-oganizing-stuff-donation.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}
.site-footer {
  background-color: #0e75b8;
  padding-top: 70px;
}
.site-footer-bottom {
  background-color:#F20505;
  position: relative;
  z-index: 2;
  margin-top: 70px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.social-icon-link {
  background: #0e75b8;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--copyright-font-size);
  display: block;
  margin-right: 5px;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 38px;
}


 {
  color: #00;
  
}

h5 {
  color: #f94e4e;
  font-size: var(--h5-font-size);
}
.section-padding {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 10px;
}
.search-form {
  margin-top: 1px;
}
p {
  color: #121314;
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-light);
}

.custom-form button[type="submit"] {
  background: #0e75b8;
  border: none;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-semibold);
  transition: all 0.3s;
  margin-bottom: 0;
}
.about-image {
  border-radius: var(--border-radius-medium);
  display: inline;
  width: 350px;
  height: 400px;
  object-fit: cover;
}

.testimonial-section::after {
  content: "";
  background: #0f79bf;
  border-radius: 50%;
  position: absolute;
  bottom: -110px;
  right: -80px;
  width: 350px;
  height: 350px;
}

.testimonial-section::after {
  content: "";
  background: #0f79bf;

  border-radius: 50%;

  position: absolute;
  bottom: -110px;
  right: -80px;
  width: 350px;
  height: 350px;
}
.testimonial-section::before {
  content: "";
  background-color: #f94e4e;
  border-radius: 50%;

  position: absolute;
  top: -100px;
  left: -30px;
  margin: auto;

  width: 250px;
  height: 250px;
}
#testimonial-carousel .carousel-indicators .avatar-image {
  width: 45px;
  height: 45px;
}



#testimonial-carousel .carousel-indicators .active, #testimonial-carousel .carousel-indicators .active .avatar-image {
  background: transparent;

  width: 200px;
  height: 200px;
}

#testimonial-carousel .carousel-name::before {
  content: "";
  position: absolute;
  top: -10px;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f14b4b;
}
#testimonial-carousel .carousel-name {
  background: #0f79bf;
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
  padding: 10px 20px;
}

.custom-text-block {
  padding: 0 0 0 0;
}
.mb-5 {
  margin-bottom: 3rem !important;
  text-align: center;
}
h2 {
  color: #0e75b8;
  font-size: 25px;
}


.about-section {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #d9e7f0;
}

   .td-block-title-wrap {
  position: relative;
}
.block-title {
  font-size: 15px;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 26px;
  border-bottom: 2px solid var(--td_header_color, var(--td_black, #0e75b8));
}
.block-title > a, .block-title > span, .block-title > label, .block-title > span > a {
  line-height: 17px;
  display: inline-block;
  padding: 7px 12px 4px;
  background-color: var(--td_header_color, var(--td_black, #f92323));
  color: var(--td_text_header_color, #ffffff);
}

.volunteer-section::after {
  content: "";
  background: #0d70b1;

  border-radius: 50%;

  position: absolute;
  bottom: -110px;
  right: -80px;
  width: 200px;
  height: 350px;
}


.volunteer-section::after {
  content: "";
  background: #0d70b1;

  border-radius: 50%;

  position: absolute;
  bottom: -110px;
  right: -80px;
  width: 80px;
  height: 60px;
}
.volunteer-section {
  background: rgb(249, 249, 249);
  position: relative;
  overflow: hidden;
}

.text-white {
  --bs-text-opacity: 1;
  color:black;
}

.volunteer-section .custom-block-body {
  max-width: 1000px;
  margin: 0 auto;
}

.custom-block-body {
  padding: 0px;
}
.site-footer-bottom {
  background-color:#F20505;
  position: relative;
  z-index: 2;
  margin-top: 70px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.site-footer {
  background-color: #0077D9;
  padding-top: 70px;
}
h5 {
  color: #FBF3F3;
  font-size: var(--h5-font-size);
}
#scrol {
  height: 200PX;
  overflow: auto;
  scrollbar-color: #a6aca8 transparent;
  margin-top: 10px;
  margin-bottom: 10px;
}
       .featured-block img {
  height: 180px;
  object-fit: cover;
  transition: 0.4s;
}
.featured-block img {
  height: 180px;
  object-fit: cover;
  transition: 0.4s;
  border-radius: 10px;
}

.featured-block  #img2 {
  height: 70px;
  object-fit: cover;
  transition: 0.4s;
  border-radius: 10px;
}
