.blogs-filter select,
.blogs-filter input {
  width: 100%;
  line-height: 22px;
  padding: 15px 15px;
  background-color: #F2F2F2;
  display: block;
  border: 0;
  border-bottom: 3px solid #5F5F5F;
  font-family: 'Inter';
}

.blogs-banner {
  background-color: #0A3055;
  padding: 30px 0;
}

.blogs-banner .title {
  font-weight: bold;
  font-size: 32px;
  line-height: 1.2em;
  color: #fff;
  margin: 0;
}

@media (min-width: 992px) {
  .blogs-banner {
    padding: 60px 0;
  }

  .blogs-banner .title {
    font-size: 62px;
  }
}

.blogs-filter {
  padding: 30px 0 0;
  margin-bottom: 20px;
}

.blogs-filter .wrap {
  flex-wrap: wrap;
  gap: 1%;
  justify-content: space-between;
}

.blogs-filter .item {
  width: 100%;
  margin-bottom: 10px;
}

.blogs-filter .title {
  font-size: 16px;
  font-weight: bold;
  display: block;
  color: #073247;
  line-height: 2em;
  margin-bottom: 5px;
  font-family: 'Inter';
}

@media (min-width: 992px) {
  .blogs-filter .item {
    width: 49%;
    margin-bottom: 0;
  }
}

.blogs-listing {
  padding: 10px 0 30px;
}

.blogs-listing .title {
  font-weight: bold;
  display: block;
  font-size: 26px;
  margin-bottom: 15px;
}

.blogs-listing .items {
  flex-wrap: wrap;
  justify-content: space-between;
}

.blogs-listing .item {
  width: 100%;
  margin-bottom: 50px;
}

.blogs-listing .img-wrap {
  position: relative;
  overflow: hidden;
  padding-bottom: 67%;
  display: block;
  margin-bottom: 20px;
}

.blogs-listing .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blogs-listing .img-wrap.placehold img {
  object-fit: none;
}

.blogs-listing .list-categories {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
  display: flex;
  gap: 15px;
}

.blogs-listing .list-categories li {
  background-color: #eee;
  color: #5F5F5F;
  font-weight: bold;
  font-size: 14px;
  padding: 8px 12px 5px;
  border-radius: 50px;
  line-height: 1em;
  text-transform: uppercase;
}

.blogs-listing .item-title {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.blogs-listing .item-title a {
  color: #000000;
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  font-family: 'Inter';
}

.blogs-listing .item-title a:hover,
.blogs-listing .item-title a:active,
.blogs-listing .item-title a:focus {
  color: #CB6C1E;
}

.blogs-listing .item p {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.blogs-pagination {
  display: flex;
  gap: 10px;
  justify-content: center;
  width: 100%;
  padding: 20px 0;
}

.blogs-pagination {
  display: flex;
  gap: 0;
  justify-content: center;
  width: 100%;
  padding: 20px 0;
  position: relative;
}

.blogs-pagination .page-numbers {
  background-color: #fff;
  color: #344054;
  padding: 5px 10px;
  text-align: center;
  line-height: 20px;
  border: 1px solid #fff;
  font-size: 13px;
  border-radius: 10px;
}

.blogs-pagination .page-numbers.prev,
.blogs-pagination .page-numbers.next {
  border-color: #d0d5dd;
  border-radius: 0;
}

.blogs-pagination .page-numbers.prev {
  position: absolute;
  left: 0;
}

.blogs-pagination .page-numbers.next {
  position: absolute;
  right: 0;
}

.blogs-pagination .page-numbers:hover {
  color: #fff;
  background-color: #F4882F;
}

.blogs-pagination .page-numbers.current {
  border-color: #F4882F;
}

@media (min-width: 768px) {
  .blogs-listing .item {
    width: 49%;
  }

  .blogs-pagination .page-numbers {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .blogs-listing .title {
    font-size: 32px;
  }

  .blogs-listing .item {
    width: 32%;
  }
}

.single-blog {
  padding: 50px 0 30px;
}

.single-blog .list-categories {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
  display: flex;
  gap: 15px;
}

.single-blog .list-categories li {
  background-color: #f2f2f2;
  color: #5f5f5f;
  font-weight: bold;
  font-size: 14px;
  padding: 8px 12px 5px;
  border-radius: 50px;
  line-height: 1em;
  text-transform: uppercase;
}

.single-blog h1,
.single-blog h2,
.single-blog h3,
.single-blog h4,
.single-blog h5 {
  font-family: 'Inter';
  margin: 0 0 20px;
  font-weight: bold;
}

.single-blog .title {
  font-size: 25px;
  line-height: 1.2em;
  margin: 0 0 20px;
  font-weight: bold;
  font-family: 'Inter';
}

.single-blog .date {
  display: block;
  font-size: 16px;
  margin-bottom: 30px;
  font-weight: 600;
}

.single-blog .img-wrap {
  position: relative;
  overflow: hidden;
  padding-bottom: 67%;
  display: block;
  margin-bottom: 30px;
}

.single-blog blockquote {
  border: none;
  border-top: 5px solid #F4882E;
  padding: 20px 20px 5px;
  background-color: #F0F4F6;
  margin-bottom: 30px;
}

.single-blog blockquote h3,
.single-blog blockquote h4 {
  font-size: 24px;
  line-height: 36px;
}

.single-blog .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.single-blog .img-wrap.placehold img {
  object-fit: none;
}

.single-blog .content-wrap h1 {
  color: #434343;
  font-size: 28px;
  margin: 0 0 20px;
}

.single-blog .content-wrap h2,
.single-blog .content-wrap h3 {
  color: #434343;
  font-size: 20px;
  margin: 0 0 20px;
}

.single-blog .content-wrap p,
.single-blog .content-wrap li {
  font-size: 16px;
  line-height: 24px;
  color: #434343;
  font-family: 'Inter';
  font-weight: 400;
}

.single-blog .content-wrap p,
.single-blog .content-wrap ul,
.single-blog .content-wrap ol {
  margin: 0 0 30px;
}

.single-blog .content-wrap ul,
.single-blog .content-wrap ol {
  padding-left: 50px;
}

.single-blog .content-wrap a {
  font-weight: bold;
  font-family: 'Inter';
  font-size: inherit;
  text-decoration: underline;
}

.single-blog .share-media {
  display: flex;
  padding: 50px 0;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.single-blog .share-media .item-title {
  font-size: 20px;
  font-weight: bold;
  padding-right: 10px;
  font-family: 'Inter';
}

.single-blog .share-media .item-share a {
  padding: 5px;
  border: 1px solid #f4882f;
  color: #fff;
  background-color: #f4882f;
  color: #fff;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 50%;
  transition: all .4s ease;
}

.single-blog .share-media .item-share a:hover,
.single-blog .share-media .item-share a:active,
.single-blog .share-media .item-share a:focus {
  background-color: #fff;
  color: #f4882f;
}

@media (min-width: 992px) {
  .single-blog .title {
    font-size: 32px;
  }

  .single-blog .content-wrap h1 {
    font-size: 42px;
  }

  .single-blog .content-wrap h2,
  .single-blog .content-wrap h3 {
    font-size: 32px;
  }
}

.related-blogs {
  background-color: #222936;
  padding: 50px 0;
  color: #fff;
}

.related-blogs .title {
  color: #fff;
  display: block;
  font-size: 25px;
  line-height: 1.2em;
  margin-bottom: 20px;
  font-weight: bold;
  font-family: 'Inter';
}

.related-blogs .item .img-wrap {
  position: relative;
  overflow: hidden;
  padding-bottom: 67%;
  display: block;
  margin-bottom: 20px;
}

.related-blogs .item .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.related-blogs .item .img-wrap.placehold img {
  object-fit: none;
}

.related-blogs .item .item-title {
  display: block;
}

.related-blogs .item .item-title a {
  color: #EAEAEA;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
}

.related-blogs .item .item-title a:hover,
.related-blogs .item .item-title a:active,
.related-blogs .item .item-title a:focus {
  color: #f4882f;
}

@media (min-width: 992px) {
  .related-blogs .title {
    font-size: 32px;
  }
}