@import "https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&amp;display=swap";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.custom__blog a {
  text-decoration: none;
  font-size: 16px;
  line-height: 178%;
}
@media only screen and (max-width: 991px) {
  .custom__blog a {
    font-size: 15px;
  }
}
.custom__blog a:hover {
  transition: all 0.3s ease-in-out;
}
.custom__blog p {
  font-size: 16px;
  line-height: 178%;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .custom__blog p {
    font-size: 14px;
  }
}
.custom__blog figure {
  margin: 0;
  padding: 0;
}
.custom__blog img {
  display: block;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.custom__blog ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.custom__blog-page {
  display: block;
  width: 100%;
  padding: 80px 0;
  background: #fff;
  font-family: "Lato", sans-serif;
}
@media only screen and (max-width: 1700px) {
  .custom__blog-page {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 1200px) {
  .custom__blog-page {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 991px) {
  .custom__blog-page {
    padding: 40px 0;
  }
}
.custom__blog-page .custom__blog-container {
  display: block;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
}
.custom__blog-page h4 {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 118%;
  color: #29353e;
}
@media only screen and (max-width: 1700px) {
  .custom__blog-page h4 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1200px) {
  .custom__blog-page h4 {
    font-size: 21px;
  }
}
@media only screen and (max-width: 991px) {
  .custom__blog-page h4 {
    font-size: 20px;
  }
}
.custom__blog-list-content-area {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
@media only screen and (max-width: 1700px) {
  .custom__blog-list-content-area {
    gap: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .custom__blog-list-content-area {
    gap: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .custom__blog-list-content-area {
    flex-direction: column;
    gap: 30px;
  }
}
.custom__blog-list-content-area .custom__blog-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  width: 100%;
  max-width: 856px;
}
@media only screen and (max-width: 1700px) {
  .custom__blog-list-content-area .custom__blog-list {
    gap: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .custom__blog-list-content-area .custom__blog-list {
    gap: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .custom__blog-list-content-area .custom__blog-list {
    max-width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .custom__blog-list-content-area .custom__blog-list {
    grid-template-columns: 1fr;
  }
}
.custom__blog-list-content-area .custom__blog-list .custom__blog-item {
  overflow: hidden;
  border-radius: 10px;
}
.custom__blog-list-content-area
  .custom__blog-list
  .custom__blog-item
  .blog__image {
  display: block;
  width: 100%;
  height: 183px;
  margin: 0;
  text-decoration: none;
}
@media only screen and (max-width: 991px) {
  .custom__blog-list-content-area
    .custom__blog-list
    .custom__blog-item
    .blog__image {
    height: 200px;
  }
}
.custom__blog-list-content-area
  .custom__blog-list
  .custom__blog-item
  .blog__image
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.custom__blog-list-content-area
  .custom__blog-list
  .custom__blog-item
  .custom__blog-item-body {
  background: #f5f8fc;
  padding: 26px 35px 43px 35px;
}
@media only screen and (max-width: 1400px) {
  .custom__blog-list-content-area
    .custom__blog-list
    .custom__blog-item
    .custom__blog-item-body {
    padding: 20px 25px 33px 25px;
  }
}
@media only screen and (max-width: 991px) {
  .custom__blog-list-content-area
    .custom__blog-list
    .custom__blog-item
    .custom__blog-item-body {
    padding: 20px 15px 33px 15px;
  }
}
.custom__blog-list-content-area
  .custom__blog-list
  .custom__blog-item
  .custom__blog-item-body
  .blog__title {
  text-decoration: none;
}
.custom__blog-list-content-area
  .custom__blog-list
  .custom__blog-item
  .custom__blog-item-body
  .blog__title
  h4 {
  margin: 0 0 17px 0;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-family: "Lato", sans-serif;
}
@media only screen and (max-width: 1200px) {
  .custom__blog-list-content-area
    .custom__blog-list
    .custom__blog-item
    .custom__blog-item-body
    .blog__title
    h4 {
    height: auto;
  }
}
.custom__blog-list-content-area
  .custom__blog-list
  .custom__blog-item
  .custom__blog-item-body
  .blog__title:hover {
  color: #0f5ab9;
}
.custom__blog-list-content-area
  .custom__blog-list
  .custom__blog-item
  .custom__blog-item-body
  .blog__title:hover
  h4 {
  color: #0f5ab9;
}
.custom__blog-list-content-area
  .custom__blog-list
  .custom__blog-item
  .custom__blog-item-body
  .category-date {
  display: flex;
  justify-content: space-between;
  margin: 0 0 12px 0;
}
@media only screen and (max-width: 1200px) {
  .custom__blog-list-content-area
    .custom__blog-list
    .custom__blog-item
    .custom__blog-item-body
    .category-date {
    flex-direction: column;
    gap: 5px;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.custom__blog-list-content-area
  .custom__blog-list
  .custom__blog-item
  .custom__blog-item-body
  .category-date
  .blog__category {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #0f5ab9;
  background: #deeeff;
  padding: 5px 14px 5px 14px;
  border-radius: 50px;
}
.custom__blog-list-content-area
  .custom__blog-list
  .custom__blog-item
  .custom__blog-item-body
  .category-date
  .blog__date {
  display: flex;
  align-items: center;
  gap: 8px;
}
.custom__blog-list-content-area
  .custom__blog-list
  .custom__blog-item
  .custom__blog-item-body
  .category-date
  .blog__date
  img {
  width: 16px;
  height: 16px;
}
.custom__blog-list-content-area
  .custom__blog-list
  .custom__blog-item
  .custom__blog-item-body
  .category-date
  .blog__date
  span {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.custom__blog-list-content-area
  .custom__blog-list
  .custom__blog-item
  .custom__blog-item-body
  p {
  margin: 0 0 18px 0;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #838c93;
  line-height: 155%;
  letter-spacing: 0;
}
@media only screen and (max-width: 1400px) {
  .custom__blog-list-content-area
    .custom__blog-list
    .custom__blog-item
    .custom__blog-item-body
    p {
    font-size: 15px;
    line-height: 142%;
  }
}
@media only screen and (max-width: 1200px) {
  .custom__blog-list-content-area
    .custom__blog-list
    .custom__blog-item
    .custom__blog-item-body
    p {
    font-size: 14px;
  }
}
.custom__blog-list-content-area
  .custom__blog-list
  .custom__blog-item
  .custom__blog-item-body
  .blog--author {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #263238;
}
.custom__blog-list-content-area
  .custom__blog-list
  .custom__blog-item
  .custom__blog-item-body
  .blog--author
  span,
.custom__blog-list-content-area
  .custom__blog-list
  .custom__blog-item
  .custom__blog-item-body
  .blog--author
  a {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  text-decoration: none;
  color: #0f5ab9;
}
.custom__blog-sidebar {
  flex-shrink: 0;
  max-width: 413px;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .custom__blog-sidebar {
    max-width: 330px;
  }
}
@media only screen and (max-width: 991px) {
  .custom__blog-sidebar {
    max-width: 100%;
  }
}
.custom__blog-sidebar .blog__search {
  width: 100%;
  height: 58px;
  margin-bottom: 33px;
}
@media only screen and (max-width: 1400px) {
  .custom__blog-sidebar .blog__search {
    height: 48px;
  }
}
@media only screen and (max-width: 991px) {
  .custom__blog-sidebar .blog__search {
    height: 45px;
    margin-bottom: 25px;
  }
}
.custom__blog-sidebar .blog__search .blog__search-form {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 8px 0 0 8px;
  overflow: hidden;
}
.custom__blog-sidebar .blog__search .blog__search-form input[type="text"] {
  width: 100%;
  height: 100%;
  font-size: 16px;
  padding: 0 25px;
  border: #0f5ab9 solid 3px;
  border-right: none;
  border-radius: 8px 0 0 8px;
  background: #fff;
  outline: none !important;
}
@media only screen and (max-width: 1400px) {
  .custom__blog-sidebar .blog__search .blog__search-form input[type="text"] {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .custom__blog-sidebar .blog__search .blog__search-form input[type="text"] {
    padding: 0 15px;
  }
}
.custom__blog-sidebar
  .blog__search
  .blog__search-form
  input[type="text"]::placeholder {
  color: #635360;
}
.custom__blog-sidebar .blog__search .blog__search-form .blog__search-submit {
  width: 59px;
  height: 100%;
  border: none;
  border-radius: 0 8px 8px 0;
  background: #0f5ab9;
}
.custom__blog-sidebar
  .blog__search
  .blog__search-form
  .blog__search-submit
  img {
  width: 24px;
}
.custom__blog-sidebar .custom__blog-categories {
  padding: 24px 30px;
  border-radius: 10px;
  background: #f5f8fc;
  margin-bottom: 22px;
}
@media only screen and (max-width: 1700px) {
  .custom__blog-sidebar .custom__blog-categories {
    padding: 20px 25px;
  }
}
.custom__blog-sidebar .custom__blog-categories ul {
  margin: 0;
  padding: 0;
}
.custom__blog-sidebar .custom__blog-categories ul li {
  list-style: none;
  border-bottom: #c9d7e7 dashed 1px;
}
.custom__blog-sidebar .custom__blog-categories ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  font-family: "Lato", sans-serif;
  padding: 15px 0;
  color: #708195;
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (max-width: 1700px) {
  .custom__blog-sidebar .custom__blog-categories ul li a {
    padding: 5px 0;
    font-size: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .custom__blog-sidebar .custom__blog-categories ul li a {
    font-size: 14px;
    padding: 0;
  }
}
.custom__blog-sidebar .custom__blog-categories ul li a span {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #0f5ab9;
}
@media only screen and (max-width: 1700px) {
  .custom__blog-sidebar .custom__blog-categories ul li a span {
    padding: 12px 0;
    font-size: 15px;
  }
}
.custom__blog-sidebar .custom__blog-categories ul li a:hover {
  color: #0f5ab9;
}
.custom__blog-sidebar .custom__blog-categories ul li:last-of-type {
  border: none;
  padding-bottom: 0;
}
.custom__blog-recent-post {
  border: #f5f5f5 solid 1px;
  border-radius: 10px;
}
.custom__blog-recent-post h4 {
  padding: 32px 36px 10px 36px;
}
@media only screen and (max-width: 1700px) {
  .custom__blog-recent-post h4 {
    padding: 25px 25px 10px 25px;
  }
}
.custom__blog-recent-post .custom__blog-recent-post-list {
  padding: 0;
  margin: 0;
}
.custom__blog-recent-post .custom__blog-recent-post-list li {
  list-style: none;
  padding: 0 20px 15px 35px;
  margin-bottom: 15px;
  border-bottom: #f2f6fb solid 1px;
}
@media only screen and (max-width: 1700px) {
  .custom__blog-recent-post .custom__blog-recent-post-list li {
    padding: 0 20px 15px 25px;
  }
}
.custom__blog-recent-post
  .custom__blog-recent-post-list
  li
  .custom__blog-recent-title {
  display: block;
  text-decoration: none;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  color: #29353e;
  margin: 0 0 6px 0;
}
@media only screen and (max-width: 1700px) {
  .custom__blog-recent-post
    .custom__blog-recent-post-list
    li
    .custom__blog-recent-title {
    font-size: 15px;
    line-height: 142%;
  }
}
@media only screen and (max-width: 991px) {
  .custom__blog-recent-post
    .custom__blog-recent-post-list
    li
    .custom__blog-recent-title {
    font-size: 14px;
    padding: 0;
  }
}
.custom__blog-recent-post
  .custom__blog-recent-post-list
  li
  .custom__blog-recent-title:hover {
  color: #0f5ab9;
}
.custom__blog-recent-post
  .custom__blog-recent-post-list
  li
  .custom__blog-recent-date {
  font-size: 14px;
  color: rgba(77, 71, 88, 0.8);
}
.custom__blog-recent-post .custom__blog-recent-post-list li:last-of-type {
  border: none;
  margin-bottom: 0;
  padding-bottom: 30px;
}
.custom__blog-pagination {
  margin-top: 36px;
  font-family: "Lato", sans-serif;
}
.custom__blog-pagination .custom__blog-pagination-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 17px;
  margin: 0;
  padding: 0;
  font-family: "Lato", sans-serif;
}
.custom__blog-pagination .custom__blog-pagination-list li {
  list-style: none;
  font-family: "Lato", sans-serif;
}
.custom__blog-pagination .custom__blog-pagination-list .custom__blog-prev,
.custom__blog-pagination .custom__blog-pagination-list .custom__blog-next {
  list-style: none;
}
.custom__blog-pagination .custom__blog-pagination-list .custom__blog-prev a,
.custom__blog-pagination .custom__blog-pagination-list .custom__blog-next a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #eff4ff;
  font-family: "Lato", sans-serif;
}
.custom__blog-pagination .custom__blog-pagination-list .custom__blog-prev a img,
.custom__blog-pagination
  .custom__blog-pagination-list
  .custom__blog-next
  a
  img {
  width: 14.6px;
}
.custom__blog-pagination
  .custom__blog-pagination-list
  .custom__blog-page-number
  a {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 800;
  color: #263238;
  text-decoration: none;
}
.custom__blog-details-content-area {
  display: flex;
  gap: 45px;
}
@media only screen and (max-width: 1700px) {
  .custom__blog-details-content-area {
    gap: 35px;
  }
}
@media only screen and (max-width: 991px) {
  .custom__blog-details-content-area {
    flex-direction: column;
    gap: 30px;
  }
}
.custom__blog-details {
  width: 100%;
  max-width: 859px;
  font-family: "Lato", sans-serif;
}
@media only screen and (max-width: 991px) {
  .custom__blog-details {
    max-width: 100%;
  }
}
.custom__blog-details h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 122%;
  color: #29353e;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1700px) {
  .custom__blog-details h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .custom__blog-details h1 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 991px) {
  .custom__blog-details h1 {
    font-size: 30px;
  }
}
.custom__blog-details h2 {
  font-family: "Lato", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 118%;
  color: #29353e;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1700px) {
  .custom__blog-details h2 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 1200px) {
  .custom__blog-details h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .custom__blog-details h2 {
    font-size: 25px;
  }
}
.custom__blog-details h3 {
  font-family: "Lato", sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 118%;
  color: #29353e;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1700px) {
  .custom__blog-details h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .custom__blog-details h3 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .custom__blog-details h3 {
    font-size: 22px;
  }
}
.custom__blog-details h4 {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 118%;
  color: #29353e;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1700px) {
  .custom__blog-details h4 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1200px) {
  .custom__blog-details h4 {
    font-size: 21px;
  }
}
@media only screen and (max-width: 991px) {
  .custom__blog-details h4 {
    font-size: 20px;
  }
}
.custom__blog-details h5 {
  font-family: "Lato", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 118%;
  color: #29353e;
}
@media only screen and (max-width: 1700px) {
  .custom__blog-details h5 {
    font-size: 21px;
  }
}
@media only screen and (max-width: 1200px) {
  .custom__blog-details h5 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .custom__blog-details h5 {
    font-size: 18px;
  }
}
.custom__blog-details h5 {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 118%;
  color: #29353e;
}
@media only screen and (max-width: 1700px) {
  .custom__blog-details h5 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1200px) {
  .custom__blog-details h5 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 991px) {
  .custom__blog-details h5 {
    font-size: 17px;
  }
}
.custom__blog-details .custom__blog-details-blog-icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 44px;
  gap: 15px;
}
@media only screen and (max-width: 1700px) {
  .custom__blog-details .custom__blog-details-blog-icons {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 1400px) {
  .custom__blog-details .custom__blog-details-blog-icons {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  .custom__blog-details .custom__blog-details-blog-icons {
    margin-bottom: 20px;
  }
}
.custom__blog-details .custom__blog-details-blog-icons .blog--icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 11px;
}
.custom__blog-details .custom__blog-details-blog-icons .blog--icons img {
  width: 24px;
}
@media only screen and (max-width: 1700px) {
  .custom__blog-details .custom__blog-details-blog-icons .blog--icons img {
    width: 22px;
  }
}
.custom__blog-details .custom__blog-details-blog-icons .blog--icons span {
  margin: 0;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
}
.custom__blog-details .custom__blog-details-blog-icons .blog--icons a {
  color: #0f5ab9;
}
.custom__blog-details .custom__blog-details-blog-icons .blog--icons a,
.custom__blog-details .custom__blog-details-blog-icons .blog--icons .date {
  font-size: 16px;
  font-weight: 700;
}
@media only screen and (max-width: 1700px) {
  .custom__blog-details .custom__blog-details-blog-icons .blog--icons a,
  .custom__blog-details .custom__blog-details-blog-icons .blog--icons .date {
    font-size: 15px;
  }
}
.custom__blog-contents {
  border-bottom: #dedede solid 1px;
  padding-bottom: 30px;
}
.custom__blog-contents img {
  width: 100%;
  margin-bottom: 42px;
}
@media only screen and (max-width: 1700px) {
  .custom__blog-contents img {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 1400px) {
  .custom__blog-contents img {
    margin-bottom: 28px;
  }
}
@media only screen and (max-width: 1200px) {
  .custom__blog-contents img {
    margin-bottom: 22px;
  }
}
@media only screen and (max-width: 991px) {
  .custom__blog-contents img {
    margin-bottom: 15px;
  }
}
.custom__blog-contents p {
  color: #838c93;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 42px;
}
@media only screen and (max-width: 1700px) {
  .custom__blog-contents p {
    margin-bottom: 35px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 1400px) {
  .custom__blog-contents p {
    margin-bottom: 28px;
  }
}
@media only screen and (max-width: 1200px) {
  .custom__blog-contents p {
    margin-bottom: 22px;
  }
}
@media only screen and (max-width: 991px) {
  .custom__blog-contents p {
    margin-bottom: 15px;
    font-size: 14px;
  }
}
.custom__blog-contents blockquote {
  padding: 22px 30px;
  background: #f5f8fc;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  color: #0f5ab9;
  border-radius: 10px;
  position: relative;
  margin-bottom: 42px;
}
@media only screen and (max-width: 1700px) {
  .custom__blog-contents blockquote {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 1400px) {
  .custom__blog-contents blockquote {
    margin-bottom: 28px;
  }
}
@media only screen and (max-width: 1200px) {
  .custom__blog-contents blockquote {
    margin-bottom: 22px;
  }
}
@media only screen and (max-width: 991px) {
  .custom__blog-contents blockquote {
    margin-bottom: 15px;
  }
}
.custom__blog-contents blockquote::before {
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 70%;
  left: 0;
  border-radius: 15px;
  background: #0f5ab9;
  position: absolute;
}
@media only screen and (max-width: 1700px) {
  .custom__blog-contents blockquote {
    font-size: 17px;
    padding: 15px 25px;
  }
}
@media only screen and (max-width: 1200px) {
  .custom__blog-contents blockquote {
    font-size: 16px;
  }
}
.custom__blog-contents ul {
  margin: 0;
  padding: 0;
}
.custom__blog-contents ul li {
  position: relative;
  list-style: none;
  padding: 0 0 0 27px;
  margin-bottom: 16px;
  color: #838c93;
}
.custom__blog-contents ul li b {
  color: #263238;
}
.custom__blog-contents ul li::before {
  content: "";
  top: 10px;
  left: 0;
  width: 18.25px;
  height: 9px;
  background-image: url(../images/list--arrow.svg);
  background-repeat: no-repeat;
  position: absolute;
}
.custom__blog-details-footer {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-top: 30px;
}
@media only screen and (max-width: 991px) {
  .custom__blog-details-footer {
    flex-direction: column;
  }
}
.custom__blog-details-footer .pervious--post {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #263238;
}
.custom__blog-details-footer .pervious--post figure {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #eff4ff;
  margin: 0;
}
.custom__blog-details-footer .pervious--post figure img {
  width: 14px;
}
.custom__blog-details-footer .pervious--post span {
  font-size: 16px;
  font-weight: 700;
}
.custom__blog-details-footer .pervious--post:hover {
  color: #0f5ab9;
}
.custom__blog-details-footer .custom__blog-share {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media only screen and (max-width: 991px) {
  .custom__blog-details-footer .custom__blog-share {
    align-items: flex-start;
    justify-content: center;
  }
}
.custom__blog-details-footer .custom__blog-share span {
  font-size: 16px;
  font-weight: 700;
  color: #263238;
  margin: 5px 24px 0 0;
}
@media only screen and (max-width: 991px) {
  .custom__blog-details-footer .custom__blog-share span {
    margin: 5px 15px 0 0;
    font-size: 14px;
  }
}
.custom__blog-details-footer .custom__blog-share a {
  width: 24px;
  height: 24px;
}
.custom__blog-details-footer .custom__blog-share a img {
  width: 100%;
  height: 100%;
}

/*Blog-page*/

.custom__blog-pagination-list .page-numbers {
    font-family: "Lato", sans-serif !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    color: #263238 !important;
    text-decoration: none !important;
}

.custom__blog-pagination-list .next  {
   display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #eff4ff;
    font-family: "Lato", sans-serif;
}

.custom__blog-pagination-list .prev  {
   display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #eff4ff;
    font-family: "Lato", sans-serif;
}

.blog__date .date {
	color:#212529;
}

.custom__blog-pagination {
    margin-bottom: 36px;
}


/*Single-post*/

/* Background Images for Icons */
/* Facebook Icon */
#sfsiid_facebook_icon img {
    content: url('/themes/shop/mobitreks-tech/mobitreks-shell/assets/theme-shell/images/facebook-icon.svg');
}

.sfsi_wicons {
	width:auto !important;
	height:auto !important;
}

.inerCnt a {
	width:24px !important;
	height:24px !important;
}

/* Twitter Icon */
#sfsiid_twitter_icon img {
    content: url('/themes/shop/mobitreks-tech/mobitreks-shell/assets/theme-shell/images/x-icon.svg');
}

/* Twitter Icon */
#sfsiid_youtube_icon img {
    content: url('/themes/shop/mobitreks-tech/mobitreks-shell/assets/theme-shell/images/youtube-icon.svg');
}

/* LinkedIn Icon */
#sfsiid_linkedin_icon img {
    content: url('/themes/shop/mobitreks-tech/mobitreks-shell/assets/theme-shell/images/linkedin-icon.svg');
}

/* Instagram Icon */
#sfsiid_instagram_icon img {
    content: url('/themes/shop/mobitreks-tech/mobitreks-shell/assets/theme-shell/images/insta-icon.svg');
}


.custom__blog-details-footer .custom__blog-share span{ margin: 0;}
.custom__blog-share .sfsi_widget {min-height: unset;}
.sfsi_shortcode_container .sfsi_wicons{margin-left: 8px}

.custom__blog-details-footer .pervious--post figure {
    display: flex
;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #eff4ff;
    margin: 0;
}

.custom__blog-details-footer .next--post figure {
    display: flex
;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #eff4ff;
    margin: 0;
}

.pervious--post a {
display: flex;
align-items: center;
gap: 8px;
font-size: 15px;
}

.next--post a {
display: flex;
align-items: center;
gap: 8px;
font-size: 15px;
}

.custom__blog-details-footer .next--post span {
    font-size: 16px;
    font-weight: 700;
}

.custom__blog-details-footer .next--post:hover {
    color: #0f5ab9;
}

.custom__blog-details-footer .next--post {
    display: flex
;
    align-items: center;
    gap: 12px;
    color: #263238;
}

.custom__blog-share .norm_row {
	width:auto !important;
}

.custom-post-paginate {
	display: flex; 
	gap: 30px; 
	justify-content: space-between;
}

@media only screen and (max-width: 991px) {
    .custom__blog-details-footer .custom__blog-share {
        align-items: center;
        justify-content: center;
    }
}

.custom__blog-details-footer{
	padding-bottom: 30px;
	
}

.custom__blog-list-content-area {
    gap: 45px !important;
}

.blog--icons .date {
	color :#212529;
}


.single .bnr-content .texing {
    padding-top: 150px;
}

.blog .bnr-content .texing {
    padding-top: 150px;
}

.blog .bnr-content .texing {
    padding-top: 150px;
}

.archive .bnr-content .texing {
    padding-top: 150px;
}

.search .bnr-content .texing {
    padding-top: 150px;
}
.blog .sub-banner{max-height:300px;}
.blog .bnr-content {
    padding: 40px 0 40px 0;
}


/*March 27 2025*/

.custom__blog-contents p {
    margin-bottom: 10px;
}

.single .broken_link, a.broken_link {
    text-decoration: none;
}

.single td {
    padding-top: 8px;
    padding-bottom: 8px;
}

.single td h4 {
   margin-bottom:0px;
}

.archive .bnr-content {
    padding: 40px 0 40px 0;
}

.search .bnr-content {
    padding: 40px 0 40px 0;
}

.single .bnr-content {
    padding: 40px 0 40px 0;
}

/*March 28 2025*/

.sub-banner {
    min-height: 160px !important;
 
}

.single .custom__blog-details h1 {
    font-size: 45px !important;
   
}

@font-face{font-family:"icomoon";src:url("../fonts/icon-fonts/icomoonfbdb.eot");src:url("../fonts/icon-fonts/icomoonfbdb.eot?#iefix") format("embedded-opentype"),url("../fonts/icon-fonts/icomoonfbdb.woff") format("woff"),url("../fonts/icon-fonts/icomoon.ttf") format("truetype"),url("../fonts/icon-fonts/icomoonfbdb.svg#icomoon") format("svg");font-weight:normal;font-style:normal;font-display:swap}
body:after{content:"mobitreks-local-icomoon-font";display:none}

