/**handles:blog-detail-page**/
span.blog-news {
  color: #ffa41b;
  border-bottom: 2px solid #ffa41b;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  text-transform: uppercase;
}
.blog-detail h6 {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #ffa41b;
  display: flex;
  align-items: center;
  padding: 16px 0px;
}
.blog-detail p {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #323232;
}
.blog-detail h6 svg {
  margin-right: 14px;
}
.blogs .blog-post {
  transition: 0.3s ease-in all;
  overflow: hidden;
  /* border-radius: 0 0 30px 30px; */
}
.blogs .blog-post img {
  transition: 0.3s ease-in all;
}
.blogs .blog-post:hover img {
  transform: scale(1.2);
}
.blogs .blog-wrapper {
  position: relative;
  width: 92%;
  height: 125px;
  background-color: #fff !important;
  margin-top: -50px;
  z-index: 999;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  transition: 0.3s ease all;
  margin-bottom: 25px;
  overflow: hidden;
  /* margin-left: 15px; */
  margin-left: auto;
  margin-right: auto;
}
.blogs .blog-wrapper:hover .blog-inner {
  transform: translateY(-43px);
}
.blog-inner {
  padding: 25px;
  padding-top: 20px;
  transition: 0.4s ease-in all;
}
.blogs .blog-wrapper:hover p.date {
  color: #253640;
}
.blogs .blog-wrapper p.date {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  transition: 0.3s ease all;
  font-weight: 500;
  line-height: 24px;
  font-family: "Poppins";
  font-style: normal;
  color: #000000;
}
svg:not(:host).svg-inline--fa,
svg:not(:root).svg-inline--fa {
  overflow: visible;
  box-sizing: content-box;
}
.svg-inline--fa {
  display: var(--fa-display, inline-block);
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}
.blogs .blog-wrapper p.blog-content {
  margin-bottom: 0;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;

  font-size: 22px;
  line-height: 30px;

  color: #000000;
}
.blogs .blog-wrapper:hover p.read-more {
  display: block;
}
.blogs .blog-wrapper p.read-more {
  color: #ffa41b;
  font-size: 16px;
  line-height: 24px;
  font-family: barlow, sans-serif;
  font-weight: 600;
  text-decoration: underline;
}
.blogs .blog-wrapper p.read-more {
  transition: 0.3s ease all;
}
.mutual-calendar {
  justify-content: space-between;
}
.blogs h2.text-center {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  color: #374151;
}
.blogs .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}
.blogs ul li button {
  text-indent: -9999px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border: none;
  background: #ffa41b;
  border: 2px solid #ffa41b;
}
.blogs ul li:not(:last-child) {
  margin-right: 10px;
}
.blogs ul li.slick-active button {
  background: #fff;
  border: 2px solid #ffa41b;
}

.blog-wrapper .blog-content {
  font-weight: 600;
  font-size: 22px;
  line-height: 34px;
  color: #000000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blog-post img {
  width: 100%;
}

.blogs .blog {
  margin: 0 14px;
}

.blogs .blog-post {
  border-radius: 10px;
}

.pagination {
  text-align: center;
  justify-content: center;
}
.pagination .current {
  border: 1px solid #ffa41b;
  background: #ffa41b;
  color: #fff;
  padding: 2px 8px 2px 8px;
  margin-right: 10px;
  border-radius: 5px;
}
.wp-pagenavi {
  text-align: center;
  justify-content: center;
}
.wp-pagenavi .current  {
  border: 1px solid #ffa41b;
  background: #ffa41b;
  color: #fff;
  padding: 2px 8px 2px 8px;
  margin-right: 10px;
  border-radius: 5px;
}

.wp-pagenavi a, .wp-pagenavi span {
  border: 1px solid #ffa41b;
  color: #ffa41b;
  padding: 2px 8px 2px 8px;
  margin-right: 10px;
  border-radius: 5px;
}

.wp-pagenavi span.current {
  border-color: #ffa41b;
}
/* 
.pagination .dots{
  border: 1px solid #FFA41B;
  background: #FFA41B;
  color: #fff;
  padding:2px 8px 2px 8px;
  margin-right: 10px;
  border-radius: 5px;
} */

.pagination .dots {
  color: #000;
}
.page-numbers {
  /* border: 1px solid #FFA41B;
  background: #FFA41B;
  color: #fff; */
  padding: 2px 8px 2px 8px;
  margin-right: 10px;
  color: #000;
  /* border-radius: 5px; */
}
a.prev.page-numbers {
  border: none;
  background-color: transparent;
  color: #000;
}

/* .pagination:not(:last-child) {
  margin-right: 10px;
} */

/* blog */
.filter-tabs .sort {
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  text-transform: capitalize;
  color: #66717a;
  text-decoration: none;
  margin-left: 32px;
  position: relative;
}

.filter-tabs .sort:first-child {
  margin-left: 0;
}

.filter-tabs .sort.active {
  color: #dd8831;
}

.post {
  display: none;
}

.post.col {
  width: 20%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}

.post.active {
  display: block;
}
.filter-tabs .sort.active {
  color: #ffa41c;
}
.filter-tabs .sort {
  font-size: 18px;
  font-weight: 500;
  color: #323232;
}
.filter-tabs .sort.active {
  border-radius: 50px;
  border: 1px solid #ffa41b;
  padding: 8px 16px;
  background-color: #ffa41b;
  color: #fff;
  transition: 0.2s ease-in-out;
}
.filter-tabs {
  text-align: center;
  margin-bottom: 20px;
}
.filter-tabs .sort {
  border-radius: 50px;
  border: 1px solid #ffa41b;
  padding: 8px 16px;
  color: #ffa41b;
  transition: 0.2s ease-in-out;
}
.test-btn a {
  font-size: 16px;
  line-height: 26px;
  color: #ffa41b;
  border: 1px solid #ffa41b;
  padding: 8px 16px;
  transition: all 0.3s;
}
.test-btn {
  text-align: center;
  margin-bottom: 40px;
}
.test-btn a:hover {
  background-color: #ffa41b;
  color: #fff;
}