.about_one {
  background: url("../img/main-bg.jpg") center center fixed no-repeat;
}

@-webkit-keyframes zoom {
  0%, 100% {
    background-size: 100%;
  }
  50% {
    background-size: 125%;
  }
}
@keyframes zoom {
  0%, 100% {
    background-size: 100%;
  }
  50% {
    background-size: 125%;
  }
}
.featured-one {
  padding-top: 5px;
}

.brand-one {
  padding-bottom: 5px;
}

.testimonials_one_content {
  padding-top: 30px;
  padding-bottom: 30px;
}

.donator-box {
  position: relative;
  display: block;
  background: var(--thm-primary);
  border-radius: 5px;
  padding: 60px 60px 60px;
  color: white;
  text-align: center;
  font-size: 40px;
}

.donator-name {
  text-transform: uppercase;
}

.testimonials-one {
  padding-top: 190px;
  background-color: #f5f0e9;
}

.testimonials-one:before {
  background-color: #f5f0e9;
}

.bigbutton {
  padding: 60px;
  font-size: 50px;
}

.blog-one {
  padding-top: 90px;
  padding-bottom: 40px;
}

.cta-one {
  padding-top: 200px;
  z-index: 0;
}

.why-subheader {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.why-subheader h1 {
  font-size: 60px;
  font-weight: bold;
  color: black;
}

.quote_why {
  margin-top: 15px;
  font-size: 19px !important;
}
.quote_why span {
  font-size: 40px !important;
}

.why-donate {
  margin-top: 30px;
}

.img-why {
  max-height: 400px;
  object-fit: none;
  object-position: center;
}

.best_company {
  padding-top: 40px;
}

.whyFinalArea {
  padding-top: 40px;
  padding-bottom: 40px;
}
.whyFinalArea .content {
  padding: 15px;
}

.bigDonatePhase {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
.bigDonatePhase h3 {
  font-size: 80px;
}

.main-nav__right {
  position: absolute;
  right: 0;
}

.newsletter {
  display: none;
  position: fixed;
  background-color: rgba(140, 171, 38, 0.65);
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
}
.newsletter .content {
  margin-top: 80px;
  background-color: white;
  padding: 10px;
  border-radius: 2px;
  -webkit-box-shadow: 10px 10px 18px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 18px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 18px -6px rgba(0, 0, 0, 0.75);
}

.allies h2 {
  font-size: 30px;
}

.product-one {
  background: #55824c;
}

.product_img .videoBtn {
  position: absolute;
  top: 40%;
  width: 100%;
  text-align: center;
  cursor: pointer;
  color: #eddd5e;
  font-size: 150px;
}
.product_img .videoBtn:hover {
  color: #5b8c51;
}

.cursor-pointer {
  cursor: pointer;
}

.video-one {
  overflow: hidden;
}
.video-one h4 {
  color: white !important;
}
.video-one .overlay-dark {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000bf;
}
.video-one video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.smaller-navigation {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .smaller-navigation {
    display: block;
  }
  .smaller-navigation .thm-btn {
    width: 100%;
    padding: 10px;
    margin-bottom: 3px;
    margin-top: 4px;
    text-align: center;
  }

  .topbar-one .container {
    min-height: 100px;
  }
}

/*# sourceMappingURL=master.css.map */
