/* custom css  */
body {
    overflow-x: hidden;
    font-family: "Poppins";
}


.para {
    font-size: 16px;
    font-family: "Poppins";
    color: rgb(255, 255, 255);
    line-height: 1.625;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-btn {
    font-size: 14px;
    color: rgb(255, 255, 255);
    line-height: 1.856;
    font-family: 'Poppins', sans-serif;
    border-radius: 6px;
    width: 186px;
    height: 55px;
    z-index: 48;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.black {
    background: black;
    border: 2px solid black;
}

.transparent {
    background: transparent;
    border: 2px solid var(--white);
}

a {
    color: #007bff;
    text-decoration: none !important;
    background-color: transparent;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background: var(--linear);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.navbrand img {
    max-width: 250px;
}

/* custom css  */

/* blog page css  */

.blog-section-1 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.parent-blog-card {
    position: relative;
    z-index: 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 6px -1px rgba(7, 10, 25, .2), 0 6px 12px -6px rgba(7, 10, 25, .2);
    height: 520px;
    transition: all ease .5s;
    margin: 1rem 0;
}

.blog-description {
    position: absolute;
    bottom: 0;
    left: 24px;
    bottom: 24px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    z-index: 1;
}

span.blog-tag a {
    background: #11559c;
    font-weight: 600;
    letter-spacing: 0.06em;
    border-radius: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    color: white;
    text-decoration: none;
    font-family: "Poppins";
    font-size: 14px;
}

a {
    text-decoration: none;
}

.blog-title h2 {
    font-size: 18px;
    line-height: 1.45em;
    max-width: 93%;
    margin: 13px 0;
}

.blog-title h2 a {
    display: inline;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    padding: 0.24em 0.34em;
    line-height: 2;
    background: #000;
    color: #fff;
    font-weight: 600;
}

.blog-author img {
    border-radius: 50%;
}

.blog-author a {
    color: white;
    font-weight: 600;
    font-size: 12px;
}

.date-link {
    color: white;
    font-weight: 500;
    font-size: 12px;
    position: relative;
    z-index: 0;
}

.blog-footer {
    display: flex;
    gap: 30px;
    align-items: center;
}

.date-link:before {
    position: absolute;
    z-index: 0;
    left: -12px;
    content: "";
    background: white;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    top: 5px;
}

.figure-tag img {
    height: 100%;
    position: absolute;
    object-fit: cover;
    transition: all ease .25s;
}

.parent-blog-card:before {
    position: absolute;
    z-index: 1;
    content: "";
    background: linear-gradient(#ffffff00 35%, black 100%);
    opacity: .9;
    pointer-events: none;
    transition: .25s ease-in;
    will-change: opacity;
    width: 100%;
    height: 100%;
}


.parent-blog-card:hover .figure-tag img {
    transform: scale(1.1);
    transition: all ease .25s;
}

.medium-card .blog-title h2 {
    font-size: 14px;
}

.parent-blog-card.small-card .blog-description {
    position: unset;
    padding: 0px 16px 16px;
    margin-top: -25px;
}

.parent-blog-card.small-card {
    height: auto;
}

.parent-blog-card.small-card .figure-tag img {
    position: unset;
    height: 180px;
    width: 100%;
    border-radius: 12px;
}

.parent-blog-card.small-card:before {
    background: none;
}

.parent-blog-card.small-card .blog-title h2 a {
    background: transparent;
    color: black;
    font-size: 18px;
    line-height: normal;
}

.parent-blog-card.small-card .blog-author a {
    color: black;
}

.parent-blog-card.small-card .blog-footer {
    gap: 4px;
    justify-content: space-between;
    align-items: baseline;
}

.parent-blog-card.small-card .date-link {
    color: black;
}

.parent-blog-card.small-card .date-link:before {
    background: grey;
}

.parent-blog-card.small-card:hover .figure-tag img {
    transform: unset;
}

.parent-blog-card.small-card .blog-title h2 {
    width: 100%;
    font-size: 14px;
}

.parent-blog-card.small-card .blog-title h2 a:hover {
    color: #11559c;
}

/* blog page css  */

/* blog-section-2 page css  */

.blog-para p {
    color: #474747;
    font-size: 14px;
    margin: 0;
}

.parent-blog-card.small-card.flex-blogs {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.parent-blog-card.small-card.flex-blogs .figure-tag img {
    width: 100%;
    height: 230px;
}

.parent-blog-card.small-card.flex-blogs .blog-description {
    width: 100%;
    padding: 18px 30px 0px 30px;
    align-items: start;
    justify-content: center;
}

.parent-blog-card.small-card.flex-blogs .figure-tag {
    width: 500px;
    height: 100%;
}

.parent-blog-card.small-card.flex-blogs span.blog-tag a {
    position: absolute;
    left: 0;
    bottom: 0;
}

.parent-blog-card.small-card.flex-blogs .blog-title h2 {
    margin: 0;
}

.parent-blog-card.small-card.flex-blogs .blog-footer {
    gap: 20px;
    margin: 4px 0;
}

.latest-articles h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: math-auto;
    color: black;
    flex-shrink: 0;
    max-width: 100%;
    margin-bottom: 2rem;
}

.latest-articles {
    position: relative;
    z-index: 0;
}

.latest-articles:before,
.latest-articles:after {
    box-sizing: content-box;
    content: "";
    width: 76%;
    background: #e2e2e2;
    height: 2px;
    right: 0;
    top: 10px;
    z-index: 1;
    position: absolute;
}

.latest-articles:after {
    top: 15px;
}

.parent-blog-card.small-card.flex-blogs .blog-title h2 a {
    font-size: 20px;
    padding: 0;
}

.page-numbers {
    color: #505050;
    padding: 4px 14px;
    margin-right: 6px;
    line-height: 30px;
    font-weight: 500;
    border-radius: 2px;
    border: 1px solid #e8e8e8;
}

.page-numbers.current {
    color: #fff;
    border-color: transparent;
    background: #11559c;
    text-decoration: none;
}

span.page-numbers a {
    display: block;
    color: #505050;
    padding: 0 10px;
    margin-right: 6px;
    line-height: 30px;
    font-weight: 500;
    border-radius: 2px;
    border: 1px solid var(--c-contrast-100);
}

.page-numbers:hover {
    background: #11559c;
    color: white;
}

nav.main-pagination.pagination-numbers {
    margin-top: 3rem;
}

/* blog-right-side page css  */

.blog-right-side .parent-blog-card.small-card {
    box-shadow: none;
    padding: 0;
    border-bottom: 1px solid #E2E2E2;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}

.blog-right-side .parent-blog-card.small-card .blog-description {
    padding: 0;
}

.heading {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    color: black;
    flex-shrink: 0;
    max-width: 100%;
}

.we-re-social {
    text-align: center;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #0000000F;
    box-shadow: 0px 2px 12px -1px rgba(0, 0, 0, 0.08);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 12px;
    margin-bottom: 45px;
    padding: 30px 28px 60px 28px;
    border-radius: 12px;
}

.top-post {
    margin-bottom: 2rem;
    position: relative;
    z-index: 0;
}

.top-post:before {
    position: absolute;
    z-index: 0;
    content: "";
    width: 45px;
    height: 3px;
    right: 0;
    left: 0;
    bottom: -12px;
    background: #11559c;
}

.blog-right-side .blog-title h2 a {
    padding: 0;
}

.parent-blog-card.small-card.right-side-flex {
    display: flex;
    flex-direction: row-reverse;
}

.parent-blog-card.small-card.right-side-flex .figure-tag img {
    height: 80px;
    width: 170px;
    box-shadow: 0 2px 6px -1px rgba(7, 10, 25, .2), 0 6px 12px -6px rgba(7, 10, 25, .2);
}

.parent-blog-card.small-card.right-side-flex .blog-title h2 {
    margin: 0;
}

.parent-blog-card.small-card.right-side-flex .blog-title h2 a {
    font-weight: 500;
}

.parent-blog-card.small-card.right-side-flex .blog-footer {
    justify-content: start;
    gap: 30px;
    align-items: baseline;
}

.parent-blog-card.small-card.right-side-flex span.blog-tag {
    display: none;
}

.parent-blog-card.small-card.right-side-flex .blog-description {
    margin-top: 0;
}

.blog-right-side {
    position: sticky;
    top: 30px;
}

.parent-blog-card.small-card time.post-date {
    color: grey;
}


/* blog-detail page css  */


.heading-1-blog {
    font-size: 37px;
    font-weight: 700;
    margin: 2rem 0;
    width: 72%;
}

.blog-detail-sec-1 .breadcrumbs .inner {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin: 2rem 0;
}

.blog-detail-sec-1 {}

.blog-detail-sec-1 .breadcrumbs .inner a {
    color: #999;
    font-size: 14px;
}

.blog-detail-sec-1 .breadcrumbs .inner span {
    color: #999;
}

.blog-footer.blog-details {
    margin: 0rem 0 3rem;
}

.blog-footer.blog-details span a {
    color: grey;
    font-weight: 500;
}

.post-date {}

.blog-footer.blog-details .date-link {
    color: grey;
    font-weight: 500;
}

.blog-upper-img figure {
    margin: 0;
    border-radius: 12px;
    overflow: hidden;
}

.blog-detail-content {
    padding: 40px 30px 40px 30px;
}

.blog-detail-content p {
    color: #333;
    font-size: 18px;
}

.heading-2-blog {
    margin: 18px 0 12px 0rem;
    font-weight: 600;
    color: black;
}

.heading-3-blog {
    font-weight: 600;
    font-size: 23px;
    margin: 14px 0 12px;
    color: black;
}

.blog-detail-content p a {
    color: #11559c;
    border-bottom: 1px solid #11559c;
}

.suggestion-tag {
    border-left: 3px solid #ddd;
    padding-left: 2rem;
    margin: 3rem 0;
}

.blog-detail-content figure {
    margin: 2rem 0 2rem;
    border-radius: 12px;
    overflow: hidden;
}

.suggestion-tag strong {
    font-weight: 700;
    color: black;
    padding-right: 5px;
}

.blog-section-2 {
    padding-bottom: 4rem;
}

a.btn.custom-btn.white {
    color: black;
}

.sticky-parent  {
    position: static;
    height: 100%;
}
.blog-detail-foam .main-foam {
    /* position: sticky; */
    /* top: 10px; */
}

#wrapper { position: relative; }

/* Aside in non-scroll mode */
.blog-detail-foam {
 float: left; /* Keeps the aside to the left and on top */
 margin-top: 0;
 padding: 0px 0 15px 8px;
 width: 440px;
 position: sticky;
 height: fit-content;
 top: 60px;
}

.blog-detail-sec-2 {
    padding-bottom: 1rem;
}

.blog-upper-img video {
    width: 100%;
    height: 100%;
}


.parent-blog-card.medium-card .figure-tag video {
    width: 100%;
    height: 520px;
    object-fit: cover;
}

.blog-upper-img figure img {
    width: 100%;
}