@import url(https://fonts.googleapis.com/css2?family=Gloria+Hallelujah&family=Poppins:wght@100;300;400;500;600;700;800;900&family=Robert+Sans&family=Open+Sans&family=Montserrat:wght@100;300;400;500;600;700;800;900);
@import url(https://fonts.googleapis.com/css?family=Inconsolata:700);
:root {
  --default-green:#97B500;
}

.shape-4 {
  left: auto;
  right: -25%;
}

.sec-blogs-5 .item {
  width: 33%;
  margin-right: 1.7%;
  position: relative;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0) 0px 2px 6px 2px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #fff;
}
.sec-blogs-5 .item:last-child {
  margin-right: 0;
}
.sec-blogs-5 .item:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.sec-blogs-5 .item .media-box {
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 10px;
}
.sec-blogs-5 .item .text-box {
  background-color: #fff;
  bottom: 38%;
  content: "";
  left: 17%;
  position: absolute;
  width: 68%;
  text-align: center;
  border-radius: 10px;
}

.sec-blogs-6 {
  overflow: hidden;
}
.sec-blogs-6 .top-header-section small {
  font-size: 1.1rem;
}
.sec-blogs-6 .top-header-section p {
  font-size: 1.2rem;
}
.sec-blogs-6 .main-section ul {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  margin: 1px 0;
  flex-wrap: wrap;
}
.sec-blogs-6 .main-section ul li {
  padding: 5px 30px 5px 5px !important;
  width: 32.3333%;
  transition: 0.3s;
  position: relative;
  border-radius: 10px 10px 0 0;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}
@media (min-width: 1024px) {
  .sec-blogs-6 .main-section ul li {
    margin-right: 1.5%;
  }
  .sec-blogs-6 .main-section ul li:nth-child(3n) {
    margin-right: 0;
  }
}
.sec-blogs-6 .main-section ul li:hover {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.sec-blogs-6 .main-section ul li:hover i {
  right: 10px;
}
.sec-blogs-6 .main-section ul li a {
  display: block;
}
.sec-blogs-6 .main-section ul li p {
  margin: 0;
}
.sec-blogs-6 .main-section ul li i {
  transition: 0.3s;
  position: absolute;
  top: 0;
  right: 15px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.sec-blogs-6 .main-section ul li h3 {
  font-size: 1rem !important;
  -webkit-box-orient: vertical;
  display: -webkit-box !important;
  overflow: hidden;
  -webkit-line-clamp: 1;
}

@media (max-width: 767px) {
  .sec-blogs-5 .text-box {
    left: 6% !important;
    width: 84% !important;
  }
  .sec-blogs-5 .text-box h2 {
    font-size: 1.2rem;
  }
  .sec-blogs-5 .text-box p {
    display: none;
  }
  .sec-blogs-6 h2 {
    font-size: 30px;
  }
  .sec-blogs-6 .main-section ul li {
    width: 100% !important;
  }
  .sec-blogs-6 .box-holder li:nth-child(1n+9) {
    display: none;
  }
}
.utter-modal {
  position: fixed;
  bottom: -100%;
  width: 100%;
  margin: auto;
  z-index: 1000;
  transition: 0.3s;
}
.utter-modal.active {
  bottom: 0;
}
.utter-modal .close-share {
  position: absolute;
  right: 11px;
  top: 9px;
  font-size: 1.5rem;
  background: #97b500;
  color: #fff;
  border-radius: 100%;
  width: 30px;
  padding: 2px 6px;
  height: 30px;
  z-index: 30;
}
.utter-modal .social-share-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.utter-modal .social-share-btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.utter-modal .social-share-btn a small {
  font-size: 0.8rem;
}
.utter-modal .submit-btn {
  background-color: #97b500;
  border: 0;
  border-radius: 10px;
  color: #fff;
  font-size: 1.1rem;
  height: 40px;
  margin: 10px 0;
  padding: 10px 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.utter-modal .copy-share-link {
  margin: 10px 0;
  background-color: #97b500;
  width: 100%;
  border-radius: 10px;
  border: 0;
  color: #fff;
  font-size: 0.9rem;
  padding: 10px 0;
  height: 60px;
}
.utter-modal .copy-share-link img {
  width: 40px;
  margin-right: 15px;
}
@media (min-width: 1024px) {
  .utter-modal .modal-holder {
    background-color: #fff;
    width: 380px;
    margin: 0 auto;
    position: relative;
    bottom: 30vh;
    border-radius: 10px;
  }
  .utter-modal .modal-holder .modal-body {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .utter-modal .modal-holder {
    width: 100%;
    padding: 56px 10px 20px 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background-color: #fff;
    border-radius: 10px 10px 0 0;
  }
}

.modal-share .modal-holder {
  padding: 45px 6px 2px 6px;
}

.card-blog {
  position: relative;
  transition: 0.5s;
  bottom: 0;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0) 0px 2px 6px 2px;
  border-radius: 10px;
  overflow: hidden;
}
.card-blog h2 {
  line-height: 40px;
}
.card-blog h2 a {
  font-size: 13px;
  font-weight: 800;
}
.card-blog .icons i {
  margin: 0 5px;
  display: block;
  font-size: 17px;
  color: #e5e5e5;
}
.card-blog .icons i.active {
  color: #accd00;
}
.card-blog .text-body {
  border-radius: 0 0 10px 10px;
}
.card-blog .text-body .actions-icon button {
  background-color: transparent;
  border: 0;
  outline: 0;
  text-transform: uppercase;
  padding: 3px;
}
.card-blog .text-body .actions-icon button i {
  font-size: 1.6rem;
}
.card-blog .media-body {
  height: 200px;
  position: relative;
}
.card-blog .media-body small {
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 5px;
  background-color: #000;
  border-radius: 0 0 0 10px;
  z-index: 10;
}
.card-blog .media-body {
  border-radius: 10px 10px 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.card-blog .like-btn {
  position: relative;
}
.card-blog .like-btn .counter {
  color: #7c7c7c;
  position: absolute;
  left: 0;
  font-size: 13px;
  bottom: 3px;
  width: 100%;
  text-align: center;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-blog:hover {
  bottom: 4px;
  scale: 1.01;
}

@media (min-width: 1024px) {
  .text-body {
    height: 146px;
  }
}
@media (max-width: 767px) {
  .text-body {
    position: relative;
    padding-bottom: 50px;
  }
  .actions-icon {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 11px 6px;
    justify-content: start !important;
  }
  .actions-icon > *:last-child {
    margin-left: auto !important;
    vertical-align: top;
    font-family: Montserrat, serif;
    font-size: 1.2rem;
  }
}
._spinner {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 30;
  background-color: rgba(255, 255, 255, 0.8196078431);
  left: 0;
  top: 0;
  display: none;
}
._spinner:before {
  animation: spin 0.6s ease infinite;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border-top-color: #333;
  content: "";
  height: 50px;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  top: 0%;
  width: 50px;
  z-index: 11;
  margin: auto;
}
._spinner.show {
  display: block;
}

.spinner {
  position: relative;
}
.spinner:after {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 30;
  background-color: rgba(255, 255, 255, 0.8196078431);
  left: 0;
  top: 0;
  display: none;
}
.spinner:before {
  display: none;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border-top-color: #333;
  content: "";
  animation: spin 0.6s ease infinite;
  height: 50px;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  top: 0%;
  width: 50px;
  z-index: 11;
  margin: auto;
}
.spinner.show:after {
  display: block;
}
.spinner.show:before {
  display: block;
}

.btn-spinner {
  height: 100%;
  position: relative;
  z-index: 30;
  width: 100%;
}
.btn-spinner:before {
  animation: spin 0.6s ease infinite;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border-top-color: #333;
  content: "";
  display: none;
  height: 10px;
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 10px;
  z-index: 11;
  margin: auto;
}
.btn-spinner.show {
  color: transparent !important;
}
.btn-spinner.show:before {
  display: block;
}

.btn {
  position: relative;
}
.btn ._spinner:before {
  width: 10px !important;
  height: 10px !important;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.background-loader {
  height: 200px;
  position: relative;
  width: 100%;
  z-index: 300;
}

.loader {
  position: absolute;
  z-index: 301;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 200px;
  width: 200px;
  overflow: hidden;
  text-align: center;
}

.spinner0 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 303;
  border-radius: 100%;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}

.spinner1 {
  width: 100px;
  height: 100px;
  border: 2px solid #97b500;
  animation: spin1 1s linear infinite;
}

.spinner2 {
  width: 70px;
  height: 70px;
  border: 2px solid #97b500;
  animation: negative-spin 2s linear infinite;
}

.spinner3 {
  width: 40px;
  height: 40px;
  border: 2px solid #97b500;
  animation: spin1 4s linear infinite;
}

@keyframes spin1 {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes negative-spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
.loader-text {
  position: relative;
  top: 75%;
  color: #97b500;
  font-weight: 500;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.search-holder-zero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.search-holder-zero .btn-searchblog {
  background: transparent;
  border: 0;
  left: 0;
  right: 0;
  top: 3px;
  position: absolute;
  margin-left: auto;
  width: 62px;
}
.search-holder-zero .btn-searchblog:focus {
  color: #97b500 !important;
}
.search-holder-zero .btn-searchblog.show > * {
  opacity: 0;
}
.search-holder-zero .btn-searchblog.show:before {
  width: 20px;
  height: 20px;
}
.search-holder-zero .search {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background: #97b500;
  border-radius: 50%;
  transition: all 1s;
  z-index: 4;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
}
.search-holder-zero .search:hover {
  cursor: pointer;
}
.search-holder-zero .search::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 22px;
  right: 0;
  bottom: 0;
  left: 22px;
  width: 12px;
  height: 2px;
  background: #000000;
  transform: rotate(45deg);
  transition: all 0.5s;
}
.search-holder-zero .search::after {
  content: "";
  position: absolute;
  margin: auto;
  top: -5px;
  right: 0;
  bottom: 0;
  left: -5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 2px solid #000000;
  transition: all 0.5s;
}
.search-holder-zero input {
  /*position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 50px;
  outline: none;
  border: 1px solid #97b500;
  //background: #97b500;
  color: black !important;
  padding: 0 80px 0 20px;
  border-radius: 30px;
  transition: all 1s;
  opacity: 0;
  z-index: 5;
  width: 314px;
  width: 100%;
  -webkit-border-radius: 30px;
  letter-spacing: 0.1em;
  padding: 8px 19px;*/
  background-color: #E7F2D9;
  border: 1px solid #E7F2D9;
  border-radius: 80px;
  line-height: 30px;
  padding: 10px 80px 10px 50px;
  width: 100%;
  font-weight: 300;
  color: #0c0c0c !important;
  /* &::placeholder {
       color: white;
       opacity: 0.5;
       font-weight: bolder;
   }*/
}
@media (max-width: 767px) {
  .search-holder-zero input {
    padding: 10px 60px 10px 20px;
    width: 100%;
  }
}
.search-holder-zero input:focus {
  background-color: transparent;
  border: 1px solid #97b500;
  color: #0c0c0c;
}
.search-holder-zero input:hover {
  /*cursor: pointer;*/
}
@media (min-width: 1024px) {
  .search-holder-zero input {
    /*width: 655px;
    opacity: 1;
    cursor: text;*/
  }
  .search-holder-zero input ~ .search {
    right: -613px;
    background: #ECF4E1;
    z-index: 6;
  }
}
@media (max-width: 767px) {
  .search-holder-zero input:focus {
    width: 300px;
    opacity: 1;
    cursor: text;
  }
  .search-holder-zero input:focus ~ .search {
    right: -250px;
    background: #97b500;
    z-index: 6;
  }
  .search-holder-zero input:focus ~ .search::before {
    top: 0;
    left: 0;
    width: 25px;
    background: #000000;
  }
  .search-holder-zero input:focus ~ .search::after {
    top: 0;
    left: 0;
    width: 25px;
    height: 2px;
    border: none;
    background: #000000;
    border-radius: 0%;
    transform: rotate(-45deg);
  }
}

.search-results-zero {
  position: absolute;
  left: 0;
  top: 111%;
  width: 100%;
}
.search-results-zero .result-holder {
  background-color: rgba(231, 242, 217, 0.8588235294);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border-radius: 10px;
  padding: 5px;
  display: none;
}
.search-results-zero .result-holder > * a {
  padding: 3px 10px;
  margin-bottom: 8px;
  color: #000;
  background-color: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search-results-zero .result-holder > * a p {
  margin: 0;
}
.search-results-zero .result-holder > *:last-child a {
  margin-bottom: 0;
}

.search_select_list {
  cursor: pointer;
  position: relative;
}
.search_select_list .arrow-down {
  color: #7C7C7C;
  cursor: pointer;
  font-size: 6px;
  height: 100%;
  line-height: 25px;
  padding-right: 3px;
  position: absolute;
  right: 3px;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.search_select_list .selected {
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
}
.search_select_list .selected > * {
  margin: 1px 1px;
  padding: 4px 10px;
  background-color: #838EEB;
  cursor: pointer;
  text-transform: capitalize;
  color: #fff;
  display: inline-block;
  border-radius: 30px;
  letter-spacing: 0px;
  font-size: 13px;
}
.search_select_list .selected .icon-closing {
  color: #fff;
  font-size: 14px;
  margin-top: 0;
  padding-left: 5px;
  position: relative;
  top: 2px;
}
.search_select_list .selected .icon-closing:before {
  color: #fff;
}
.search_select_list .hidedElements {
  padding-left: 10px;
  position: relative;
  right: 7px;
}
.search_select_list input {
  transition: 0.3s;
  border: 0;
  position: relative;
  background-color: transparent;
}
.search_select_list input.typing ~ .clean-input {
  display: inline-block;
  width: 17px;
}
.search_select_list .add-more-option {
  display: none;
  position: absolute;
  right: 2px;
  top: 2px;
  background-color: #accc02;
  border-radius: 100%;
  padding: 0px;
  width: 25px;
  height: 25px;
  text-align: center;
  cursor: pointer;
}
.search_select_list .clean-input {
  color: #707070;
  cursor: pointer;
  display: none;
  font-size: 1.5rem;
  height: 24px;
  line-height: 25px;
  padding-right: 3px;
  position: absolute;
  right: 32px;
  top: 0;
  bottom: 0;
  margin: auto 5px;
}
.search_select_list .select-list {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  background-color: #838eeb;
  color: #000;
  border: 0;
  border-radius: 10px;
  display: none;
  margin: 0 auto;
  max-height: 150px;
  overflow-y: auto;
  position: absolute;
  top: 111%;
  width: 90%;
  z-index: 10;
  /* width */
  /* Track */
  /* Handle */
}
.search_select_list .select-list::-webkit-scrollbar {
  width: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.search_select_list .select-list:hover::-webkit-scrollbar {
  width: 8px;
}
.search_select_list .select-list::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.search_select_list .select-list::-webkit-scrollbar-thumb {
  background: #888;
}
.search_select_list .select-list:not(:has(li)) {
  display: none !important;
}
.search_select_list .select-list > * {
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  padding: 10px 20px;
  font-size: 12px;
  text-transform: capitalize;
}
.search_select_list .select-list > *:hover {
  background-color: rgba(122, 122, 122, 0.0705882353);
}
.search_select_list .select-list > *[data-indexed=true] {
  background-color: rgba(122, 122, 122, 0.0705882353);
}
.search_select_list .select-list > *:last-child {
  border-bottom: 0;
}
.search_select_list .select-list > * input {
  display: none;
}
.search_select_list .select-list > * input:checked {
  padding: 10px;
}
.search_select_list .select-list > * input:checked ~ img {
  display: block;
}
.search_select_list .select-list > * img {
  display: none;
  width: 20px;
  float: right;
  padding-top: 3px;
}
.search_select_list[data-type=single] .search_list {
  width: 100% !important;
}
.search_select_list[data-type=single] .selected {
  width: 0 !important;
}
.search_select_list[data-type=multiple]:not(.active) input {
  display: none;
}

.sec-search-blog {
  margin: 120px auto;
  z-index: 10;
  position: relative;
}
@media (max-width: 767px) {
  .sec-search-blog {
    margin: 60px auto 30px auto;
  }
}
.sec-search-blog h3 {
  line-height: 45px;
  display: block;
  margin-bottom: 15px;
  color: #222;
  font-size: 3rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .sec-search-blog h3 {
    font-size: 1.3rem;
  }
}
.sec-search-blog h3 strong {
  font-size: 5rem;
  color: #000;
  font-weight: 900;
  line-height: 115px;
  display: block;
}
@media (max-width: 767px) {
  .sec-search-blog h3 strong {
    font-size: 3rem;
    line-height: 50px;
  }
}
.sec-search-blog .search_blog {
  width: 70%;
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .sec-search-blog .search_blog {
    width: 95%;
  }
}
.sec-search-blog .link-suggest {
  border: 1px solid #ACB3E0;
  border-radius: 50px;
  padding: 12px 40px;
  background-color: #ACB3E0 !important;
  font-size: 0.8rem;
  display: inline-block;
}
.sec-search-blog .link-suggest a {
  color: #f5f5f5;
}
.sec-search-blog .link-suggest a:not(:last-child) {
  border-right: 1px solid #000;
  padding-right: 10px;
  margin-right: 5px;
}
.sec-search-blog .link-suggest a:hover {
  color: #000000;
}
.sec-search-blog .section-title small {
  font-size: 15px;
  color: #B4B4B4;
  line-height: 55px;
  display: block;
}
@media (max-width: 767px) {
  .sec-search-blog .section-title small {
    font-size: 0.8rem;
    line-height: 15px;
  }
}
.sec-search-blog .search-links {
  align-items: center;
}
.sec-search-blog .search {
  background-color: #FFFFFF;
  z-index: -2;
}

._notifications {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  margin-bottom: 10px;
  z-index: 100000;
}
._notifications ._notifications-holder {
  position: relative;
  width: 100%;
}
._notifications ._notifications-holder .notification-item {
  cursor: pointer;
  text-align: center;
  width: 80%;
  margin: 5px auto;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 15px 10px;
  border-radius: 10px;
  display: block;
  font-size: 14px;
  position: relative;
  top: 0;
  box-sizing: border-box;
  background-color: #fff;
  color: #fff;
  text-shadow: 0 1px 2px #ccc;
  font-weight: bold;
  transition: 1s;
}
._notifications ._notifications-holder .notification-item ._notification-close {
  position: absolute;
  left: 35px;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  bottom: 0;
  margin: auto;
  color: #fff;
  font-size: 27px;
  cursor: pointer;
}
._notifications ._notifications-holder .notification-item ._notification-close img {
  width: 30px;
}
._notifications ._notifications-holder .notification-item.success {
  background-color: #accc02;
}
._notifications ._notifications-holder .notification-item.warning {
  background-color: #f8df57;
}
._notifications ._notifications-holder .notification-item.danger {
  background-color: #e52d4f;
}
._notifications ._notifications-holder .notification-item.primary {
  background-color: #3097d1;
}

.animateOpen {
  -webkit-animation: moveOpen 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: unset;
}

.animateClose {
  top: 100vh !important;
}

/* Safari and Chrome */
/* Safari and Chrome */
.shape-2 {
  left: -10%;
  max-width: 49%;
  opacity: 0.4;
  top: -65%;
  z-index: 5;
}

.shape-1 {
  left: -55%;
  max-width: 136%;
  top: -126%;
  opacity: 0.4;
}

.header-area--absolute {
  position: static;
}
.header-area--absolute .container {
  position: relative;
  z-index: 10;
}

.section-1 h1 {
  font-size: 1.6rem;
}

.section-1, .section-2 {
  z-index: 10;
  position: relative;
}

#load_more {
  display: none;
}

/*# sourceMappingURL=all-blogs.min.css.map*/