.blog-one {
  padding: 30px 0;
}
.blog-one__single {
  position: relative;
  margin-bottom: 30px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.blog-one__single:hover .blog-one__more-link {
  color: #fff;
  opacity: 1;
}
.blog-one__single:hover .blog-one__image > img {
  opacity: 0.7;
}
.blog-one__single:hover .blog-one__content {
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.03);
}
.blog-one__image {
  position: relative;
  background-color: black;
}
.blog-one__image > img {
  width: 100%;
  transition: all 0.4s ease;
}
.blog-one__content {
  background-color: #fff;
  border-top: 0;
  transition: all 0.4s ease;
  padding: 25px 30px;
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 575px) {
  .blog-one__content {
    padding: 30px;
  }
}
.blog-one__meta {
  margin: 0;
  display: flex;
  align-items: center;
}
.blog-one__meta li {
  display: flex;
  align-items: center;
  line-height: 1em;
}
.blog-one__meta li + li:before {
  content: ".";
  color: #70A548;
  font-size: 16px;
  font-weight: 500;
  margin-left: 10px;
  margin-right: 10px;
}
.blog-one__meta li a {
  color: #70A548;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.4s ease;
  text-decoration: none;
}
.blog-one__meta li a:hover {
  color: #70A548;
  text-decoration: none;
}
@media (max-width: 375px) {
  .blog-one__meta li a {
    font-size: 14px;
  }
}
.blog-one__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 36px;
  color: black;
  margin: 0;
  margin-top: 15px;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .blog-one__title {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 25px;
  }
}
.blog-one__title a {
  color: inherit;
  transition: all 0.4s ease;
  text-decoration: none;
}
.blog-one__title a:hover {
  color: #70A548;
  text-decoration: none;
}
.blog-one__link {
  color: #7c859b;
  font-size: 18px;
  font-weight: 500;
  line-height: 1em;
  transition: all 0.4s ease;
  text-decoration: none;
}
.blog-one__link:hover {
  color: black;
  text-decoration: none;
}
.blog-one__more-link {
  font-size: 22px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: color 0.4s ease, opacity 0.4s ease;
}
.blog-one .post-pagination {
  margin-top: 40px;
}

.campaign-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.btn-outline-success:focus {
  box-shadow: none !important;
}

#show-more {
  width: 10%;
  border: 2px solid black;
}
@media screen and (max-width: 1199.8px) {
  #show-more {
    width: 12% !important;
  }
}
@media screen and (max-width: 991.8px) {
  #show-more {
    width: 15% !important;
  }
}
@media screen and (max-width: 767.8px) {
  #show-more {
    width: 20% !important;
  }
}
@media screen and (max-width: 536.8px) {
  #show-more {
    width: 22% !important;
  }
}
@media screen and (max-width: 488.8px) {
  #show-more {
    width: 25% !important;
  }
}
@media screen and (max-width: 429.8px) {
  #show-more {
    width: 28% !important;
  }
}
@media screen and (max-width: 383.8px) {
  #show-more {
    width: 34% !important;
  }
}
@media screen and (max-width: 316.8px) {
  #show-more {
    width: 36% !important;
  }
}
#show-more:hover {
  background-color: black;
  border-color: black;
}

#show-less {
  width: 10%;
  border: 2px solid black;
}
@media screen and (max-width: 1199.8px) {
  #show-less {
    width: 12% !important;
  }
}
@media screen and (max-width: 991.8px) {
  #show-less {
    width: 15% !important;
  }
}
@media screen and (max-width: 767.8px) {
  #show-less {
    width: 20% !important;
  }
}
@media screen and (max-width: 536.8px) {
  #show-less {
    width: 22% !important;
  }
}
@media screen and (max-width: 488.8px) {
  #show-less {
    width: 25% !important;
  }
}
@media screen and (max-width: 429.8px) {
  #show-less {
    width: 28% !important;
  }
}
@media screen and (max-width: 383.8px) {
  #show-less {
    width: 34% !important;
  }
}
@media screen and (max-width: 316.8px) {
  #show-less {
    width: 36% !important;
  }
}
#show-less:hover {
  background-color: black;
  border-color: black;
}

.campaing-one {
  padding: 0px 0 0px;
}
.campaing-one .column-5 {
  flex: 1 1 20%;
  padding-left: 15px;
  padding-right: 15px;
}
.campaing-one__single {
  padding-top: 45px;
  padding-bottom: 45px;
  text-align: center;
  border: 1px solid #e8ebf2;
  margin-bottom: 30px;
  position: relative;
}
.campaing-one__single:before {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 5px;
  border-bottom: 1px solid #e8ebf2;
  border-left: 1px solid #e8ebf2;
  border-right: 1px solid #e8ebf2;
  transition: all 0.4s ease;
}
.campaing-one__single:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 5px;
  left: 0;
  background-color: #70A548;
  transform: scaleY(0);
  transform-origin: top center;
  transition: transform 0.4s ease;
}
.campaing-one__single i {
  font-size: 64px;
  color: black;
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
}
.campaing-one__single:hover .black-icon {
  display: none;
}
.campaing-one__single:hover .white-icon {
  display: block;
}
.campaing-one__single:hover:before {
  bottom: 0;
  border-color: #70A548;
}
.campaing-one__single:hover:after {
  transform: scaleY(1);
}
.campaing-one__single:hover i {
  color: #fff;
}
.campaing-one__single:hover .campaing-one__title {
  color: #fff;
}
.campaing-one__single .white-icon {
  display: none;
  position: relative;
  z-index: 10;
}
.campaing-one__title {
  color: black;
  font-size: 18px;
  position: relative;
  z-index: 2;
  margin-top: 30px;
}
.campaing-one__title a {
  color: inherit;
  transition: all 0.4s ease;
  text-decoration: none;
}
.campaing-one__title a:hover {
  color: #fff;
  text-decoration: none;
}
.campaing-one__more-text {
  margin: 0;
  color: #7c859b;
  font-size: 18px;
  font-weight: 500;
}
.campaing-one__more-text a {
  color: #70A548;
  transition: all 0.4s ease;
  text-decoration: none;
}
.campaing-one__more-text a:hover {
  color: black;
}

.cta-one {
  position: relative;
  background-color: #70A548;
  padding: 30.5px 0px;
}
@media (max-width: 991px) {
  .cta-one {
    padding: 80px 0;
  }
}
.cta-one:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../../images/dot-pattern.png);
  opacity: 0.15;
}
.cta-one .container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .cta-one .container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
.cta-one__title {
  margin: 0;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
@media (max-width: 1199px) {
  .cta-one__title {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .cta-one__title {
    margin-bottom: 30px;
  }
}
.cta-one__btn {
  margin-bottom: 0px !important;
}/*# sourceMappingURL=campaign.css.map */