@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);
: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;
  }
}
._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 */
.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;
}

.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: relative;
}
.header-area--absolute .container {
  position: relative;
  z-index: 10;
}

.main-blog {
  position: relative;
  z-index: 11;
  margin-top: 100px;
}
.main-blog h1 {
  font-size: 1.6rem;
}
.main-blog .area-blog-content {
  border-radius: 10px;
}
.main-blog .area-blog-content img {
  border-radius: 10px;
}

.static-section {
  background-color: #E7F2D9;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 0px 0px, rgba(0, 0, 0, 0.15) 0px -5px 7px 1px;
}
.static-section .static-holder {
  border-radius: 10px;
}
@media (max-width: 767px) {
  .static-section .static-holder {
    flex-wrap: wrap;
  }
  .static-section .static-holder .actions-holder {
    margin-top: 15px;
  }
  .static-section .static-holder .actions-holder .btn {
    margin-bottom: 5px;
  }
  .static-section .static-holder > * {
    width: 100%;
    text-align: center;
  }
}

.blog-content img {
  display: inline-block;
  max-width: 100%;
}

/*# sourceMappingURL=single-blog.min.css.map*/