/*
Theme Name: Bricks
Author: Abhishek Kathuria
Description: A custom WordPress theme created from scratch.
Version: 1.0
*/

.header-menu .menu-items ul {
  display: flex;
  grid-gap: 20px;
  flex-direction: row-reverse;
}

.donation-one__left {
  min-height: 549px !important;
}

.donation-one__donate-box {
  color: white;
}

.about-One__img-2 {
  top: 60px !important;
}

.about-One__img-2 img {
  width: 100% !important;
}

.contact-one__input-box label {
  width: 100% !important;
}

.page-item-3 {
  display: none;
}

.owl-nav {
  display: none !important;
}

.about-One {
  padding-top: 0px !important;
  padding-bottom: 60px !important;
}

.who-we-are {
  padding-top: 50px !important;
}

.contact-two {
  padding-top: 100px !important;
}

.main-slider__shpae-2 img {
  opacity: unset !important;
}

.main-slider__title, .main-slider__text {
    color: orange !important;
}

.who-we-are__img-2 {
    top: 30px;
    position: relative !important;
}

.who-we-are__img-2 img {
    width: 600px !important;
}

.who-we-are__progress-list li+li {
    margin-top: inherit !important;
}

.contact-form.contact-one {
    padding-top: 0px !important;
}

.donation-one__content-box {
    padding-right: 90px !important;
}

.contact-two__contact-list {
    flex-wrap: wrap;
}

@media screen and (max-width: 425px) {
  .who-we-are {
    padding-bottom: 0px !important;
  }
  
  .header-menu .menu-items {
    display: none !important;
  }
  
  /*.contact-two__contact-list {*/
  /*    flex-wrap: wrap;*/
  /*}*/
  
    .about-One__right {
        margin-top: 80px !important;
    }
}

@media screen and (min-width: 768px) {
    .mobile-nav__toggler {
        display: none !important;
    }
    
    .contact-two__contact-list li {
        width: 32% !important;
    }
}

@media only screen and (max-width: 769px) {
    .main-slider__title {
        line-height:56px !important;
    }
    
    .contact-one {
        padding-top: 30px !important;
     }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .who-we-are__img-2 {
        right: 0px !important;
        bottom: 0px !important;
    }
}






