.blog-sub-heading {
  display: flex;
  justify-content: space-between;
  color: #939598;
  padding-top: 2.5%;
}
.blog-sub-heading i {
  color: #6ab345;
}
.blog-heading {
  font-size: 3.5rem;
  color: #414042;
  margin-top: 5%;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
.post-card {
  border: 0;
  background-color: #f9f9f9;
  border-radius: 0;
  margin-bottom: 10%;
}
.title-date {
  display: flex;
  justify-content: space-between;
}
.content-card {
  padding: 10% 15%;
}
.post-row {
  margin-top: 5%;
}
.text-post {
  padding-top: 7%;
  font-size: 22px;
  font-weight: 500;
  color: #939598;
  line-height: 1.25;
}
.date-post {
  color: #ff451a;
  font-weight: bold;
  font-size: 18px;
}
.title-post {
  color: #939598;
}
.border-next {
  display: flex;
  flex-direction: column;
  text-align: end;
}
.grey-border {
  border-bottom: 1px solid #bcbec0;
}
.border-next p {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  color: #bcbec0;
}
.border-next i {
  color: #6ab345;
}
.footer {
  /* margin-top: 5%; */
  background-color: #f9f9f9;
  color: #808081;
}
.footer-logo {
  margin-bottom: 8%;
}
.footer h5 {
  color: #000000;
  padding-bottom: 5px;
  font-weight: 600;
}
.copyright {
  display: flex;
  justify-content: space-between;
}
li.list-group-item {
  border: 0;
  background: inherit;
}
.list-group-item a {
  text-decoration: none;
  color: inherit;
}
.right-copyright {
  display: flex;
  justify-content: space-between;
}
/* .right-copyright .list-group {
    margin-left: -10%;
} */
.social-icons {
  padding-top: 1.5%;
  color: #6cb145;
  font-weight: 300;
  font-size: 12px;
}

.nav-link {
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.nav-link:hover {
  color: #6cb145;
}

.list-group-item {
  margin: 0px;
  padding: 0px;
}
@media only screen and (max-width: 800px) {
  .copyright {
    display: none;
  }
  .blog-sub-heading {
    flex-direction: column;
  }
}
@media only screen and (min-width: 800px) {
  .ir_class {
    display: none;
  }
}
@media only screen and (min-width: 980px) {
  .list-group-item {
    padding: 10px;
  }
}
@media only screen and (min-width: 980px) {
  .mobile_upload {
    display: none;
  }
}
@media only screen and (max-width: 980px) {
  .pc_fix {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  .big_circle {
    margin: 10px;
    padding: 60px !important;
  }
}
@media only screen and (max-width: 800px) {
  .class_riad {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 800px) {
  .numri {
    font-size: 70px !important;
    line-height: 60px !important;
  }
}
@media only screen and (max-width: 800px) {
  .fix_button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
  }
}
@media only screen and (max-width: 800px) {
  .squared-input {
    padding-bottom: 15px !important ;
  }
}
@media only screen and (min-width: 800px) {
  .mobile_row {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  .mobile_one {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  .fixer_two {
    padding-bottom: 10px !important;
    margin-left: 6px;
  }
}

.row-1 {
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
}

.ylli {
  margin-bottom: 30px;
}
