/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap');

@font-face {
    font-family: 'Clarendon Regular';
    src: url('./font/Clarendon-Regular.woff2') format('woff2'),
        url('./font/Clarendon-Regular.woff') format('woff');
    font-weight: 100;
    font-style: normal;
  } */

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

/* 
li {
  list-style: none;
} */

.wrapper {
  max-width: 1300px;
  margin-inline: auto;
  padding-inline: 20px;
}

/* History Section start */
.history_slab_items_years .slick-list .slick-track {
  display: flex;
  align-items: stretch;
  height: 100%;
}

.m-history-grants {
  background-color: #ffffff;
  padding-block: 40px;
}

.history_title_pargh h2.h2_title {
  font-size: 36px;
  line-height: 43px;
  color: #003A5D;
  margin-bottom: 15px;
  font-family: Clarendon-Regular, Helvetica, Arial, sans-serif;
  font-weight: 100;
}

.history_title_pargh .h2_title span {
  display: block;
  color: #FF671D;
  text-transform: uppercase;
}

.history_pargh {
  font-size: 18px;
  line-height: 24px;
  color: #003A5D;
}

.history_contents_items_all {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}

.history_slab_items_years {
  position: relative;
  grid-column: span 2 / span 2;
}

.history_slab_items_years::before {
  content: '';
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  height: 100px;
  background-color: #FF671D;
  width: 100%;
  border-radius: 13px;
  z-index: 0;
}

.history_slabs_img_quote {
  max-width: 400px;
}

blockquote.quots_history {
  border-left: 4px #FF671D solid;
  margin-left: 50px;
  padding: 30px 0 0 10px;
  margin-top: 0;
}

.quots_history .history_pargh {
  margin-bottom: 0;
}

.history_slab .history-img {
  border-radius: 30px;
}

.quots_history h2.h2_title {
  font-size: 36px;
  line-height: 43px;
  color: #FF671D;
  margin-bottom: 15px;
  font-family: Clarendon-Regular, Helvetica, Arial, sans-serif;
  font-weight: 100;
}

.history_slab_items_years .slick-list {
  height: auto !important;
}


/* harshil style */
.section-spacing-y {
  padding-block: 60px;
}

.parallax-bg-img {
  position: relative;
}

.parallax-bg-img::before {
  content: '';
  background-image: url('../images/website-background.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0;
  z-index: -1;
}

.featured-post,
.more-news {
  background-color: #ffffffdb !important;
}

.featured-post-wrapper {
  display: flex;
  align-items: stretch;
  border-radius: 15px;
  overflow: hidden;
  background-color: #0069A7;
}

.featured-post-col:first-child {
  width: 35%;
}

.featured-post-col:last-child {
  width: 65%;

  height: 100%;
}

.featured-post-img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.featured-post-titel {
  font-size: 46px;
  font-weight: 500;
  line-height: 55px;
  text-align: center;
  color: #003A5D;
  margin-bottom: 50px;
}

.featured-post-details {
  padding: 40px;
  text-align: left;
  height: 100%;
}

.featured-post-date-time {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 400;
  margin-block: 0;
  padding-bottom: 10px;
}

.featured-post-heading {
  color: #FFFFFF;
  font-size: 30px;
  font-weight: bold;
  margin-block: 0;
  padding-bottom: 20px;
}

.featured-post-dec {
  margin-block: 0;
}

.featured-post-dec {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 47px;
}

.featured-btn {
  background-color: #FFFFFF;
  border-radius: 21px;
  opacity: 0.8;
  padding-block: 5px;
  padding-inline: 25px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  color: #003A5D;
  display: inline-block;
}

.featured-btn:hover {
  color: #003A5D;
  opacity: 100%;
}

.more-grant-farm {
  background-color: #0069A7;
  opacity: 0.85;
}

.more-grant-farm-wrapper {
  text-align: center;
}

.more-grant-farm-titel {
  font-size: 46px;
  font-weight: 400;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 22px;
}

.more-grant-farm-dec {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 47px;
  max-width: 610px;
  margin-inline: auto;
}

.more-news .wrapper .featured-post-wrapper {
  margin-bottom: 30px;
}

.pagination-wrapper {
  padding-top: 10px;
}

.page-numbers {
  /* color: #fff; */
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.pagination-btn {
  background-color: #003A5D;
  border-radius: 21px;
  padding-block: 5px;
  padding-inline: 25px;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 18px;
  border: 0;
}

.pagination-btn:hover {
  background-color: #003A5D;
  color: #fff;
  border-radius: 21px;

}

.page-numbers li .page-numbers {
  background-color: #003A5D;
  opacity: 80%;
  border-radius: 21px;
  padding-block: 5px;
  padding-inline: 25px;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
}

.pagination-link {
  background-color: #003A5D;
  opacity: 0.8;
  border-radius: 21px;
  padding-block: 5px;
  padding-inline: 25px;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
}

.page-numbers li .pagination-link:hover {
  background-color: #003A5D;

}

.page-numbers li:hover {
  background-color: #003A5D;
  color: #fff !important;
  border-radius: 21px;


}

span.page-numbers.current {
  background-color: #003A5D;
  opacity: 1;
}

/* .pagination-link.active, .pagination-link:hover{
  background-color: #003A5D;
} */

.page-numbers,
.pagination-link {
  list-style: none
}


.prev,
.next {
  padding-block: 0px !important;
  padding-inline: 0px !important;
}

.page-id-3700 .site-content .ast-container {
  display: block;
}