/* Blog Listing page css start */

.blog-wrapper {
    display: flex;
    gap: 70px;
}

.blog-sidebar {
    width: 100%;
    max-width: 300px;
}

.blog-grid {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
}

.blog-card {
    width: calc(33.333% - 24px);
    position: relative;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #DDD6CC;
}

.blog-card-thumb {
    width: 100%;
    background-color: #fff;
    border-radius: 12px 12px 0px 0px;
    line-height: 0px;
}

.blog-card-thumb img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    border-radius: 12px 12px 0px 0px;
}
.blog-card-content{
    padding: 30px;
}
.blog-card-content h5 {
    font-size: 20px;
    color: #123A6C;
    margin-top: 0px;
    margin-bottom: 18px;
    line-height: normal;
}

.blog-card-content p {
    margin-bottom: 20px;
    color: #333;
    line-height: normal;
    word-break: break-word;
}

.blog-card .blog-card-button {
    font-size: 16px;
    color: #003A70;
    display: flex;
    align-items: center;
    font-weight: bold;
    text-decoration: none;
    gap: 3px;
}

.blog-card .blog-card-button img {
    max-width: 10px;
    margin: 0px;
}

.blog-sidebar h6 {
    font-size: 18px;
    color: #2E3F5C;
    font-weight: bold;
    margin-bottom: 18px;
    line-height: normal;
    font-family: 'Avenir', sans-serif;
}

.blog-single-checkbox + h6 {margin-top:40px!important;}
.blog-single-checkbox {
    margin: 0px 0px 15px 0px;
    display: inline-block;
    width: 100%;
}

.blog-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    color: #9E8E7E;
    position: relative;
    padding-left: 34px;
    user-select: none;
}

.blog-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.blog-checkbox .checkmark {
    position: absolute;
    left: 0;
    top: -6px;
    height: 24px;
    width: 24px;
    background-color: transparent;
    border: 1.5px solid #C8C0B0;
    border-radius: 4px;
    transition: 0.3s ease;
}

.blog-checkbox input:checked~.checkmark {
    background-color: #123A6C;
    border-color: #123A6C;
}

.blog-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.blog-checkbox input:checked~.checkmark:after {
    display: block;
}

.blog-checkbox .checkmark:after {
    left: 8px;
    top: 1px;
    width: 7px;
    height: 14px;
    border: solid #fff;
    border-width: 0 1.5px 1.5px 0;
    transform: rotate(45deg);
}

.blog-sidebar .secondary-button {
    margin-top: 40px;
}

.blog-pagination {
    margin-top: 40px;
    max-width: calc(100% - 300px - 72px);
    width: 100%;
    margin-left: auto;
}

.blog-pagination ul {
    display: flex;
    justify-content: center;
    gap: 20px;
    list-style: none;
    padding: 0;
}

.blog-pagination li {
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-pagination li a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(0, 0, 0, 0.70);
    text-decoration: none;
    font-size: 24px;
    font-weight: 600;
}

.blog-pagination li a.active {
    color: rgba(0, 0, 0, 1);
}

.blog-pagination li a:hover {
    color: rgba(0, 0, 0, 1);
}

/* Blog Deatil Page start */

.blogs-hero {
    position: relative;
    background-size: cover;
    background-position: right bottom;
    background-repeat: no-repeat;
    padding: 100px 0;
}

.blogs-hero .container {
    width: 100%;
    max-width: 1680px;
    margin: 0 auto;
    padding: 0px 20px;
}

.blogs-hero-content {
    /*max-width: 940px;*/
}

.blogs-hero-content h1 {
    margin: 0;
    color: #123A6C;
    font-weight: 400;
	font-size:66px;
    line-height: 80px;
	font-family: "Jubilat-Regular", Sans-serif;
	max-width: 50%;
}

.blog-section {
    padding: 100px 0px;
}

.blog-section .container {
    max-width: 1680px;
    margin: 0px auto;
    padding: 0px 20px;
}

.blog-section-title {
    text-align: center;
    margin-bottom: 100px;
}

.blog-section-title h2 {
    margin: 0px 0px 50px 0px;
}

.effective-transformation {
    background-color: #fff;
}

.effective-transformation .blog-section-title h2 {
    color: #123A6C;
    max-width: 1075px;
    margin-left: auto;
    margin-right: auto;
}

.effective-transformation .effective-columns {
    display: flex;
    gap: 100px;
    align-items: center;
}

.effective-columns .effective-image {
    max-width: 50%;
    flex: 1;
}

.effective-columns .effective-content {
    max-width: 50%;
    flex: 1;
    color: #333;
}

.culture-transformation {
    background-color: #2F3C52;
}

.culture-transformation .blog-section-title h2 {
    color: #fff;
    max-width: 1135px;
    margin-left: auto;
    margin-right: auto;
}

.culture-transformation .blog-section-title p {
    color: #fff;
    margin: 0px;
}

.culture-transformation .culture-transform-wrap {
    align-items: flex-start;
}

.culture-transformation .culture-transform-content {
    color: #fff;
    text-align: center;
    max-width: 323px;
    margin: 0px auto;
}

.culture-transformation .single-culture-transform h4,
.culture-transformation .single-culture-transform p {
    margin: 0px;
    color: #fff;
    line-height: normal;
}

.culture-transformation .single-culture-transform h4 {
    margin: 0px 0px 30px 0px;
    font-weight: 600;
}

.gather-meaningful {
    background-color: #E8E4DB;
}

.turning-action {
    background-color: #FFF;
}

.gather-meaningful .blog-section-title,
.turning-action .blog-section-title {
    text-align: left;
    color: #2F3C52;
}

.gather-meaningful .blog-section-title,
.turning-action .blog-section-title {
    margin-bottom: 50px;
}

.gather-meaningful .blog-section-title h2,
.turning-action .blog-section-title h2 {
    margin: 0px;
}

.blog-action-points {
    max-width: 1165px;
}

.blog-action-points ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.blog-action-points ul li {
    margin: 0px 0px 35px 0px;
}

.blog-action-points ul li:last-child {
    margin: 0px;
}

.blog-action-points ul li h4 {
    margin: 0px 0px 10px 0px;
    color: #123A6C;
    font-weight: 600;
}

.blog-action-points ul li p {
    margin: 0px;
}

.overcoming-challenges {
    background-color: #F5FBFB;
}

.overcoming-challenges .blog-section-title {
    text-align: left;
    color: #123A6C;
}

.single-commitment-items {
    padding: 15px 30px;
    border-radius: 112px;
    background-color: #fff;
    box-shadow: 8px 8px 20px 0px rgba(0, 58, 112, 0.03);
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    gap: 24px;
    max-width: 1080px;
}

.single-commitment-items:nth-child(odd) {
    margin-left: 0;
    margin-right: auto;
}

.single-commitment-items:nth-child(even) {
    margin-left: auto;
    margin-right: 0;
}

.single-commitment-items:last-child {
    margin-bottom: 0;
}

.single-commitment-items h4 {
    font-weight: 600;
    margin: 0px;
}

.single-commitment-items p {
    font-weight: normal;
    margin: 0px;
}

.single-commitment-items img {
    min-width: 36px;
    min-height: 36px;
}

.example-action .blog-section-title h2 {
    max-width: 775px;
    margin-left: auto;
    margin-right: auto;
}

.example-action .blog-section-title p {
    max-width: 985px;
    margin-left: auto;
    margin-right: auto;
}

.example-action .apporach-last-box {
    margin: 100px auto 0px auto;
    max-width: 1550px;
}

.example-action .apporach-last-box .apporach-last-inner-box {
    color: #fff;
    text-align: center;
    margin: 0px;
    padding: 35px 24px;
}

.example-action .apporach-last-inner-box p {
    margin: 0px;
}

.transformation-success {
    background-color: #F5FBFB;
}

.transformation-success .blog-section-title {
    color: #123A6C;
}

.transformation-success .blog-section-title p {
    max-width: 1040px;
    color: #333;
    margin: 0px auto;
}

.success-social-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.success-social h4 {
    color: #123A6C;
    text-align: center;
    margin: 0px 0px 16px 0px;
}

.success-social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, 0.25);
}

.scroll-section-sticky-tabs-wrapper {
    position: relative;
    min-height: 100px;
    background: #fff;
}

.scroll-section-sticky-tabs {
    width: 100%;
    max-width: 90%;
    margin: 0px auto;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    margin-top: 1px;
}

.scroll-section-sticky-tabs.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 90%;
    margin: 0px auto;
    background-color: #fff;
    z-index:10;
}
.scroll-section-sticky-tabs.is-sticky::before{
    content: "";
    position: absolute;
    top: 0;
    left: calc(-5% - 20px);
    width: calc(5% + 20px);
    height: 100%;
    background: #fff;
}

.scroll-section-sticky-tabs.is-sticky::after{
    content: "";
    position: absolute;
    top: 0;
    right: calc(-5% - 20px);
    width: calc(5% + 20px);
    height: 100%;
    background: #fff;
}

.scroll-section-sticky-tabs .tab-link {
    position: relative;
    text-decoration: none;
    color: #333;
    font-size: 24px;
    padding: 30px 16px;
    text-transform:uppercase;
    font-weight:light;
    cursor: pointer;
    font-family: 'Avenir';
}

.scroll-section-sticky-tabs .tab-link.active {
    font-weight: 600;
}

.scroll-section-sticky-tabs .tab-link.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background: #9E4A3D;
}

@media screen and (max-width: 1536px) {
    .blog-wrapper {
        gap: 55px;
    }

    .blog-section {
        padding: 80px 0px;
    }

    .blog-section-title {
        margin-bottom: 80px;
    }

    .blogs-hero .container,
    .blog-section .container {
        max-width: 90%;
    }

    .culture-transform-wrap {
        column-gap: 24px;
    }

    .scroll-section-sticky-tabs-wrapper {
        min-height: inherit;
    }

    .scroll-section-sticky-tabs .tab-link {
        font-size: 18px;
        padding: 16px;
    }

    .scroll-section-sticky-tabs .tab-link.active::after {
        height: 4px;
    }
}

@media screen and (max-width: 1366px) {
    .blog-wrapper {
        gap: 30px;
    }

    .blog-section {
        padding: 60px 0px;
    }

    .blog-section-title {
        margin-bottom: 60px;
    }

    .blog-card-content{
        padding: 20px;
    }

    .effective-transformation .effective-columns {
        gap: 60px;
    }

    .scroll-section-sticky-tabs .tab-link {
        font-size: 16px;
        padding: 16px;
    }

    .scroll-section-sticky-tabs .tab-link.active::after {
        height: 4px;
    }
}

@media screen and (max-width: 1024px) {
    .blog-card {
        width: calc(50% - 24px);
    }
}

@media screen and (max-width: 767px) {
    .blog-sidebar {
        max-width: 100%;
    }

    .blog-sidebar-inner {
        border-right: none !important;
        border-bottom: 1px solid #333;
		padding-bottom: 30px;
    }

    .blog-wrapper {
        flex-direction: column;
    }

    .blog-card {
        width: 100%;
    }

    .blog-card-content p {
        font-size: 14px;
    }

    .blog-pagination {
        max-width: calc(100% - 0px - 0px);
        width: 100%;
        margin-left: auto;
    }

    .blogs-hero .container,
    .blog-section .container {
        max-width: 100%;
    }

    .blog-section {
        padding: 50px 0px;
    }

    .blog-section-title {
        margin-bottom: 50px;
    }

    .effective-transformation .effective-columns {
        gap: 24px;
        flex-direction: column;
    }

    .effective-columns .effective-image {
        max-width: 100%;
    }

    .effective-columns .effective-content {
        max-width: 100%;
    }

    .culture-transformation .culture-transform-wrap {
        align-items: center;
    }

    .culture-transformation .single-culture-transform h4 {
        margin-bottom: 16px;
    }
	.blogs-hero-content h1{font-size: 26px;line-height: 32px;max-width: 100%;}
	.blogs-hero{padding: 30px 0 250px;background-size: 200%;}
}