.blogs-grid .full-width-post-card.main-featured .post-thumbnail img{
    height: 610px;
}
.pagination-link {
    text-decoration: none;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination-link.active {
    font-weight: 300;
    background: none;
    border-radius: 50%;
    border: 1px solid #BC8418;
    color: #BC8418;
}

section.news-search {
    background-color: #f0f0f0;
    padding-bottom: 24px;
}

section.news-search .row {
    /* padding: 80px 0 50px 0; */
    padding: 25px 0 20px;
}

section.news-search h1 {
    font-weight: 100;
    color: var(--primary-color);
    font-size: 38px;
}

section.news-search h1 b {
    font-weight: bold;
}

section.news-search form input[type="search"] {
    width: 600px;
    min-height: 50px;
    border-radius: 10px;
    border: 1px solid var(--primary-color);
    outline: 0;
    margin-top: 15px;
    background-image: url('./../../../img/icons/search.png');
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: 15px 10px;
    padding: 10px 10px 10px 55px;
}

section.news-search hr {
    border: 0;
    height: 2px;
    background-color: #8b8577;
    opacity: 1;
    margin: 0;
}

.blogs-grid {
    background-color: #f0f0f0;
    padding: 12px 0;
    /* box-shadow: 0 -15px 32px -33px rgba(64, 87, 109, .3); */
}

.blogs-grid a.post-title {
    font-size: 30px;
    color: var(--primary-color);
    font-weight: 300;
    text-decoration: none;
    margin-bottom: 10px;
    margin-top: 8px;
    display: block;
    line-height: 38px;
}

.blogs-grid .post-category-box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 15px;
}

.blogs-grid .post-category-box a {
    color: #fff;
    background-color: var(--primary-color);
    padding: 10px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase
}

.blogs-grid .grid-post-card {
    margin-bottom: 50px;
}

.blogs-grid .grid-post-card img {
    height: 230px;
    object-fit: cover;
    object-position: right;
}

.blogs-grid .full-width-post-card .post-thumbnail img {
    object-fit: cover;
    object-position: top;
    width: 100%;
}

.blogs-grid .full-width-post-card {
    width: calc(100% - 40px);
}

.blogs-grid .container,
.news-search .container,
.post-grid .container {
    max-width: 1440px !important;
    padding: 0 40px !important;
}

.blogs-grid hr {
    width: 350px;
    margin: 0 auto;
    border: 0;
    height: 3px;
    background-color: #8b8577;
    opacity: 1;
    margin-top: 60px;
    margin-bottom: 40px;
}

.post-grid {
    padding: 35px 0;
    /* box-shadow: 0 -15px 32px -33px rgba(64, 87, 109, .3); */
    background-color: #f0f0f0;
}



.post-grid .post-title {
    font-size: 30px;
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 300;
    /* line-height: 30px; */
    line-height: 36px;
    /* padding-bottom: 30px; */
    display: block;
}

.post-grid .post-description {
    font-size: 18px;
    margin-top: 12px;
    margin-bottom: 20px;
    color: var(--text-color);
}

/* .post-grid .post-button-link {
    border: 2px solid var(--primary-color);
    font-size: 16px;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 150px;
    color: #000;
    display: inline-block
} */
.btn-global {
  outline: none;
  cursor: pointer;
  border: 3px solid var(--primary-color);
  padding: 10px 25px;
  display: inline-block !important;
  font-weight: 300;
  font-size: 18px;
  border-radius: 50px;
  overflow: hidden;
  background: var(--primary-color);
  color: var(--text-color);
  position: relative;
  z-index: 10;
  transition: color 0.3s;
  line-height: 26px;
  text-decoration: none;
 }

 .btn-global::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
 }

 .btn-global::after {
  content: "";
  background: #f0f0f0;
  width: 120%;
  left: -10%;
  transition: transform 0.55s cubic-bezier(0.3, 1, 0.8, 1);
 }

 .btn-global:hover::after {
  transform: translate3d(100%, 0, 0);
 }

 .btn-global:hover{
  color: #fff;
 }
 .btn-global.white::after{
  background-color: #fff;
 }
 .btn-global.cta::after{
  background: var(--primary-color);
 }
 .btn-global.cta{
  border: 3px solid #bc8418;
  background-color: #bc8418;
  padding: 10px 35px;
  color: #fff;
 }
.post-grid-box hr {
    width: 350px;
    margin: 0 auto;
    border: 0;
    height: 3px;
    background-color: #8b8577;
    opacity: 1;
    /* margin-top: 40px; */
    /* margin-bottom: 30px; */
    margin-top: 55px;
    margin-bottom: 45px;

}

/* .post-grid-box:nth-child(2n-1) .col-md-7 {
    padding-left: 40px;
} */

/* .post-grid-box:nth-child(2n) .col-md-7 {
    padding-right: 40px;
} */

.post-grid-box:nth-child(2n) .row {
    flex-direction: row-reverse;
}

.post-grid-box:nth-child(2n) hr {
    visibility: hidden;
}
.post-grid-box img,
.post-grid-box .col-md-5 a {
    object-fit: cover;
    object-position: center;
    height: 290px;
    width: 100%;
}
.post-grid-box .col-md-5 a{
    box-shadow: 0px 1px 2px rgb(0, 0, 0, 0.32);
}
.post-grid-box .col-md-5 a:hover{
    box-shadow: 0px 2px 4px rgb(0, 0, 0, 0.32)
}
.post-grid-box:nth-child(2n) .col-md-5 a{
    margin-left: auto;
}
.pagination-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 0;
    /* margin-top: -40px; */
}

.pagination-box a {
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: none;
    color: var(--text-color);
    font-weight: 300;
    margin: 0 5px;
    font-size: 17px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.pagination-box a:not(.arrow-left, .arrow-right):hover{
    background: none;
    border-radius: 50%;
    border: 1px solid #BC8418;
    color: #BC8418;
}

.pagination-box a img {
    width: 10px;
    font-size: 16px;
    color: #000;
    text-decoration: none;
}

.pagination-box a img {
    width: 18px;
}

.pagination-box a.arrow-right svg {
    transform: rotate(180deg);
}
.blogs-grid .full-width-post-card .post-thumbnail a, .blogs-grid .grid-post-card .post-thumbnail a{
    box-shadow: 0px 1px 2px rgb(0, 0, 0, 0.32);
}
.blogs-grid .full-width-post-card .post-thumbnail a:hover, .blogs-grid .grid-post-card .post-thumbnail a:hover{
    box-shadow: 0px 2px 4px rgb(0, 0, 0, 0.32);
}
/* .blogs-grid .grid-post-card img:hover,
.post-grid-box img:hover,
.blogs-grid .full-width-post-card .post-thumbnail img:hover
{
    transform: scale(1.5);
} */
.blogs-grid .grid-post-card a,
.post-grid-box a,
.blogs-grid .full-width-post-card .post-thumbnail a
{
    overflow: hidden;
    display: block;

}
.blogs-grid .grid-post-card a img,
.post-grid-box img,
.blogs-grid .full-width-post-card .post-thumbnail img{
     transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 768px){
    .post-grid-box img,
.post-grid-box .col-md-5 a {
    width: 100% !important;
}
}
@media(max-width: 1200px){
    .blogs-grid .container,
    .news-search .container,
    .post-grid .container {
        padding: 0 35px !important;
    }
}
@media only screen and (max-width: 1024px) {
    .blogs-grid .full-width-post-card.main-featured .post-thumbnail img{
        height: 100%;
    }
    .blogs-grid .grid-post-card img {
        height: 170px;
    }

    .blogs-grid a.post-title {
        font-size: 30px;
    }

    .blogs-grid .grid-post-card {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width:991px) {
    section.news-search h1 {
        font-size: 35px;
    }

    section.news-search form input[type="search"] {
        width: 450px;
    }

    .blogs-grid .full-width-post-card .post-thumbnail img {
        width: 100%;
    }

    .blogs-grid .grid-post-card {
        margin-bottom: 35px;
    }

    .blogs-grid .full-width-post-card {
        width: 100%;
        margin-bottom: 35px;
    }

    .blogs-grid {
        padding: 12px 0;
    }
}

@media only screen and (max-width: 767px) {
    .blogs-grid .container,
    .news-search .container,
    .post-grid .container {
        padding: 0 30px !important;
    }

    .post-grid-box img,
    .post-grid-box .col-md-5 a {
        height: 260px;
    }

    .post-grid-box .row {
        margin: 0;
    }

    .post-grid-box .col-md-5,
    .post-grid-box .col-md-7 {
        padding: 0 !important;
    }

    .post-grid .post-title {
        font-size: 25px;
        padding-top: 12px;
    }

    .post-grid .psot-description {
        margin-top: 12px;
        margin-bottom: 18px;
    }

    .post-grid-box:nth-child(2n) hr {
        margin-top: 5px;
    }
    .pagination-box {
        margin-top: 0;
    }
}

@media only screen and (max-width: 676px) {
    section.news-search h1 {
        font-size: 25px;
    }

    section.news-search form input[type="search"] {
        width: 350px;
    }

    section.news-search .row {
        padding: 50px 0 45px 0;
    }

    .blogs-grid hr {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 575px) {
    .blogs-grid .full-width-post-card .post-thumbnail img {
        height: 170px;
    }
    .blogs-grid .full-width-post-card.main-featured .post-thumbnail img{
        height: 170px;
    }
}

@media only screen and (max-width: 425px) {
    section.news-search form input[type="search"] {
        width: 100%;
        min-height: 30px;
        background-size: 24px;
    }

    .post-grid-box hr,
    .blogs-grid hr {
        width: 90%;
        margin: 40px auto 30px auto;
    }

    .blogs-grid hr {
        width: 69%;
    }
}
