/** overwirte style here **/
.header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
  padding: 0px 15px;
  font-size: 12px;
}
.primary_btn_wit:hover,
.primary_btn_wit:focus {
  background: white;
  border: 1px solid white;
}
.single_causes {
  padding: 48px 26px;
}
.link_hme {
  display: block;
  color: #58b600;
  margin-top: 15px;
}
.link_hme:hover,
.link_hme:focus {
  color: #fdbb00;
}
.primary_btn.yellow_btn.rounded.yellow_btn_n:hover,
.primary_btn.yellow_btn.rounded.yellow_btn_n:focus {
  color: #fdbb00 !important;
  background: white !important;
}
.feaT_btn {
  display: block;
  margin-top: 15px;
}
.subscribe_area {
  margin: 130px 0px;
}
.footer_title.large_title {
  font-size: 27px;
  line-height: 1.5;
}
.footer-area a {
  color: #777777;
}
.footer-area a:hover,
.footer-area:focus {
  color: #fff !important;
}
.team_item .team_name {
  padding: 20px 5px;
}
.img_respon {
  max-width: 100%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.27);
  border-radius: 5px;
}
.mt_ab1 {
  padding-top: 4%;
}
.spcr_abtbp,
.spcr_abtbp2 {
  height: 50px;
}
.bl_spn {
  display: block;
}
.logo_cls {
  width: 110px;
}
.box_none {
  box-shadow: none;
}
.single_causes img {
  width: 70px;
  margin: 0 auto 15px auto;
  display: block;
}
.social {
  display: none;
}
.degs {
  display: none;
  color: #5cbe00;
  font-size: 12px;
}
/* .home_banner_area {
   
    background: linear-gradient(rgba(3, 1, 10, 0.5), rgba(3, 1, 10, 0.5)), url('https://images.unsplash.com/photo-1442774503508-2e17027df511?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2850&q=80') no-repeat scroll center center;
    background-size: cover;
} */
.galleryRow img{
    max-width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 20px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.galleryRow p{
    margin-bottom: 30px;
    text-align: center;
}
.spl_a a{
    color: #58b600;
}
.spl_a a:hover{
    color: #fdbb00;
}
.single_causes {
  min-height: 400px;
}
/* responsive style */
@media (min-width: 992px) and (max-width: 1199px) {
  .mt_ab1 {
    padding-top: 0;
  }
  .spcr_abtbp {
    height: 0px;
  }
}
@media (min-width: 992px) {
  .header_area .navbar .nav .nav-item.submenu ul {
    min-width: 300px;
  }
}
@media (max-width: 991px) {
  .header_area {
    background: #222222;
    /* padding-bottom: 20px; */
  }
  .header_area .navbar-collapse {
    max-height: 500px;
    overflow-y: unset;
    margin-bottom: 20px;
  }
  .spcr_abtbp {
    height: 10px;
  }
  .bl_spn {
    display: inline;
  }
  .val_edctn {
    margin-top: 25px;
  }
  .single_causes {
    min-height: unset;
  }
}

@media (min-width: 1200px) {
  .val_edctn {
    margin-top: 25px;
  }
}

@media (max-width: 991px) {
  .homePage--About {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
  }
}
@media (max-width: 767px) {
  .hett_t {
    height: 50px;
  }
  .wi_100 {
    width: 100% !important;
    max-width: unset;
  }
  .subscribe_area .subscribe_form input {
    min-width: unset;
    margin-bottom: 15px;
    width: 100%;
  }
}

@media (max-width: 600px) {
  .abr_row {
    margin: 0;
  }
  .about_area .about_left {
    padding-left: 15px;
  }
  .home_banner_area .banner_inner .banner_content .upper_text {
    line-height: 1.5;
  }
}
