.archive-blog-bg,
.single-blog-bg {
    height: 250px;
    background-size: cover;
    background-position: right;
    display: flex;
    align-items: center;
}

.single-blog-bg {
    border-bottom: 5px solid #FF7800;
}

.archive-blog-bg h1,
.single-blog-bg h1 {
    font-size: 80px;
    line-height: 80px;
    font-family: "Yantramanav", sans-serif;
    font-weight: 900;
    color: #fff;
}

.archive-blog {
    padding: 3.5rem 0;
}

.archive-blog .box,
.relblogs .box {
    display: block;
    width: 100%;
    max-width: 350px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 10%);
    border-radius: 10px;
}

.archive-blog .box .img,
.relblogs .box .img {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 262px;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.archive-blog .box .img img,
.relblogs .box .img img {
    object-position: 38px;
}

.archive-blog .box .content,
.relblogs .box .content {
    padding: 18px 21px 33px;
}

.archive-blog .box .content .date,
.relblogs .box .content .date {
    position: relative;
    color: #808080;
    font-size: 17px;
    margin-bottom: 17px;
}

.archive-blog .box .content .date::before,
.relblogs .box .content .date::before {
    content: '';
    position: absolute;
    width: 148px;
    height: 6px;
    background-color: #FF7800;
    left: 0;
    bottom: -8px;
}

.archive-blog .box .content .title,
.relblogs .box .content .title {
    color: #005096;
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: 12px;
}

.archive-blog .box .content .lm,
.relblogs .box .content .lm {
    color: #FF7800;
    font-weight: 500;
    font-size: 21px;
}

.pagination li {
    margin-right: 15px;
}

.pagination li a {
    width: 50px;
    height: 50px;
    background-color: #fff;
    color: #FF7800;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 20px;
    background-color: #FFEBD9;
    font-weight: 600;
    border: none;
    transition: .3s ease-in-out;
}

.pagination li a:focus,
.pagination li a:focus-visible {
    outline: none;
    box-shadow: none;
    background-color: #fff;
}

.pagination li.active a {
    background-color: #FFEBD9 !important;
    color: #FF7800 !important;
    transition: all .3s ease-in-out;
}

.single-blog {
    position: relative;
    padding-top: 4rem;
}

.single-blog::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 318px;
    background-color: #005096;
}

.single-blog .title {
    color: #fff;
    font-size: 33px;
    max-width: 700px;
}

.single-blog .date {
    color: #C7D5E2;
    font-weight: 400;
    letter-spacing: .5px;
    margin-bottom: 25px;
}

.single-blog .img1 {
    width: 100%;
    border-radius: 10px;
}

.single-blog .img2 {
    display: block;
    width: 100%;
    max-width: 928px;
    margin: 0 auto;
}

.single-blog .text {
    max-width: 928px;
    color: #999999;
    font-size: 17px;
    font-weight: 500;
    margin: 3rem auto;
}

.single-blog .text h1,
.single-blog .text h2,
.single-blog .text h3,
.single-blog .text h4,
.single-blog .text h5,
.single-blog .text h6 {
    color: #000;
    font-weight: 600;
}

.single-blog .container {
    border-bottom: 2px solid #E6E6E6;
    margin-bottom: 5rem;
}

.relblogs {
    padding-bottom: 2rem;
}

.relblogs .container>.title {
    position: relative;
    font-size: 60px;
    line-height: 80px;
    font-family: "Yantramanav", sans-serif;
    font-weight: 900;
    color: #005096;
    padding-bottom: 27px;
    margin-bottom: 27px;
}

.relblogs .container>.title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 400px;
    height: 7px;
    background-color: #FF7800;
}

.relblogs .box .img img {
    width: unset !important;
}

.relblogs .owl-carousel .owl-stage-outer {
    margin: -1rem;
    padding: 1rem;
}

@media(max-width: 1200px) {
    .archive-blog .box {
        width: unset;
        margin: 0 calc(var(--bs-gutter-x)* .5);
    }
}

@media(max-width: 992px) {
    .archive-blog-bg {
        height: 225px !important;
    }
    .archive-blog-bg h1 {
        font-size: 60px;
    }
}

@media(max-width: 768px) {
    .archive-blog .row>* {
        display: flex;
        justify-content: center;
    }
    .relblogs .container>.title::before {
        width: 100%;
    }
    .single-blog .title,
    .single-blog .date,
    .single-blog .text,
    .relblogs .container>.title {
        text-align: center;
    }
    .relblogs .owl-carousel .item {
        display: flex;
        justify-content: center;
    }
}

@media(max-width: 375px) {
    .archive-blog .box {
        width: 117%;
    }
    .single-blog .date {
        color: #808080;
    }
}