/* Variables */

:root {
    /* styles */
    scroll-behavior: smooth;

    /* Variables */
    --econ-reg: "EconSansReg";
    --econ-bold: "EconSansBol";
    --econ-medium: "EconSansMed";
    --gt-zirkon-bold: "GTZirkonBold";
    --gt-zirkon-medium: "GTZirkonMedium";
    --gt-zirkon-regular: "GTZirkonRegular";
    --title-color: #707070;
    --title-border: #9d9d9b;
    --content-bg: #F5F4EF;
    --button-red: #E4110D;
    --button-blue: #5910F2;
    --ads-sec-bg: #F2F2F2;
    --blog-btn-color: #a100ff;
}

/* Outer Container */

.container_1 {
    max-width: 1440px;
    display: block;
    margin: 0 auto;
    position: relative;
}

.content {
    background-color: #FFFFFF;
    padding: 30px 28px;
}

/* Utilities */

.ei-d-flex {
    display: flex;
}

.button {
    background-color: transparent;
    border: 0;
    outline: 0;
    padding: 12px 25px;
    font-family: var(--econ-reg);
    white-space: nowrap;
    text-decoration: none;
    border-radius: 3px;
    font-size: 16px;
    line-height: 15px;
    transition: all .5s !important;
}

.button-bold {
    font-family: var(--econ-bold);
}

.button-primary {
    background-color: var(--button-red);
    color: white;
}

.button-blue {
    background-color: var(--button-blue);
    color: white;
}

.ei-flex-reverse {
    flex-direction: row-reverse;
}

h3,
#flourish-header-title {
    font-family: var(--gt-zirkon-bold);
    letter-spacing: -1px;
    font-size: 26px;
    line-height: 30px;
    padding: 0 0 10px 0;
}

h6 {
    font-family: var(--gt-zirkon-bold);
    letter-spacing: -1px;
    font-size: 21px;
    line-height: 24px;
}

h2 {
    font-family: var(--gt-zirkon-bold);
    letter-spacing: -1px;
    font-size: 36px;
    line-height: 44px;
    margin: 25px 0 25px 0;
}

p {
    color: #000;
    font-family: var(--econ-reg);
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.75rem;
}

sup {
    vertical-align: top;
    font-size: x-small;
    position: relative;
    top: -0.5em;
}

.mb-20 {
    margin-bottom: 20px !important;
}

/* Utilities End */

.content-box {
    /* cursor: pointer; */
    gap: 40px;
    background-color: var(--content-bg);
}

.content-wrapper {
    display: flex;
    flex-direction: column;
}

.quote-name {
    font-family: var(--econ-reg);
    font-size: 18px;
    line-height: 24px;
    margin: 10px 0 0 0;
    display: block;
}

.graph-quote-name {
    font-family: var(--econ-reg);
    font-size: 14px;
    line-height: 1.3;
    color: #000;
}

.content-img-box {
    overflow: hidden;
    width: 35%;
}

.content-img-box img {
    width: 100%;
    max-width: 100%;
    min-height: 100%;
    object-fit: cover;
    transition: transform .5s, filter 1.5s ease-in-out;
}

.content-img-box:hover img {
    transform: scale(1.09);
}

.content-body {
    position: relative;
    flex: 1 1 auto;
    padding-top: 20px;
    padding-bottom: 40px;
    width: 30%;
}

.content-flex-item {
    position: relative;
    z-index: 2;
}

.content-title {
    color: var(--title-color);
    font-family: var(--gt-zirkon-bold);
    margin-top: 20px;
    margin-bottom: 30px;
    letter-spacing: -1px;
}

.underlined-title {
    padding-bottom: 2px;
    border-bottom: 2px solid var(--title-border);
}

.content-subtitle {
    /* cursor: pointer; */
    font-size: 26px;
    font-family: var(--gt-zirkon-bold);
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.backgroud-image-wrapper {
    position: relative;
    display: flex;
}

.backgroud-image-wrapper .half-round-image {
    padding: 30px 0px;
}

.backgroud-image-wrapper.mobile {
    display: none !important;
}

.impact-page-image-wrapper {
    display: flex;
    align-items: center;
    min-height: calc(100vh - 150px);
    justify-content: flex-start !important;
    /* height: 100%; */
}


.content-desc {
    font-family: var(--econ-reg);
    line-height: 1.3;
    font-size: 20px;
}

.content-line-with-btn {
    align-items: center;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    gap: 30px;
}

.desc-saprator {
    border: 0;
    border-bottom: 2px solid var(--title-border);
    width: 100%;
}

.read-more-btn {
    position: absolute;
    top: 50%;
    display: flex;
    align-items: center;
    transition: all .5s ease;
    border-radius: 3px;
}

.read-more-btn:hover,
.click-here-btn:hover,
.read-more-btn-2:hover,
.readmore-blue-btn:hover,
.explore-sec-grid-item:hover .button {
    background: #000;
    color: #fff;
    /* transform: scaleX(1.01) scaleY(1.06);
    transition: transform 0.3s, opacity 0.3s */
}

.read-more-btn.left {
    left: 0;
}

.read-more-btn.right {
    right: 0;
}

.stats-data-sec {
    gap: 25px;
}


.chart-group-2 {
    display: flex;
    justify-content: space-around;
}

.stat-box {
    width: 33.33333333%;
    /* padding-top: 10px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
    color: var(--title-color);
}


.stat-desc {
    text-align: left;
    font-family: var(--econ-reg);
    font-size: 14px;
    line-height: 1.3;
    color: #000;
    width: -moz-available;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.stat-desc img {
    height: auto;
    width: 150px;
    transition: transform 0.1s linear 0.1s;
    z-index: 9;
}

.box1-content-images,
.box2-content-images,
.box3-content-images,
.box1-content-images-2,
.box2-content-images-2,
.box3-content-images-2 {
    height: 100%;
    width: 30%;
    display: flex;
    align-items: flex-end;
}

.box1-content-images img,
.box2-content-images img,
.box3-content-images img,
.box1-content-images-2 img,
.box2-content-images-2 img,
.box3-content-images-2 img {
    width: 100%;
    transition: all .5s !important;
}

.back-to-top a {
    display: block;
    color: #000;
    text-decoration: none;
    padding-top: 15px;
    padding-bottom: 12px;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    font-family: var(--econ-bold);
}

.back-to-top a:hover,
.blog-btn:hover,
.blogs-sec a:hover .blog-btn {
    color: #e4110d;
}

.blogs-sec {
    background-color: rgba(161, 0, 255, 0.05);
    background-image: url('../img/bg-blogs.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 150px;
}

.blog-flex {
    gap: 20px;
    max-width: 1400px;
    margin: 0 auto;
}

.blog-flex a,
.blog-flex .blog-box {
    overflow: hidden;
    width: 100%;
}

.blog-box {
    flex: 1 1 auto;
    font-family: var(--gt-zirkon-bold);
    text-decoration: none !important;
    letter-spacing: -1px;
    overflow: hidden;
}

.blog-img {
    cursor: pointer;
    width: 100%;
    max-width: 100%;
    /* height: 100%; */
    /* max-height: 400px; */
    overflow: hidden;
    transition: transform .5s, filter 1.5s ease-in-out;
}

.blog-img img {
    width: 100%;
}

.blog-img:hover img {
    transition: transform .5s, filter 1.5s ease-in-out;
    transform: scale(1.09);
}

.blog-title {
    color: #000;
    text-decoration: none;
    font-size: 24px;
    padding: 20px 0px 10px;
}

.blog-btn {
    cursor: pointer;
    color: var(--blog-btn-color);
    transition: all .5s !important;
}

.blog-btn svg {
    margin-left: 5px;
}

.blog-info {
    padding: 60px 100px;
    padding-bottom: 0;
    text-align: center;
}

.blog-headline {
    font-family: var(--gt-zirkon-bold);
    letter-spacing: -2px;
    font-size: 28px;
    margin-bottom: 15px;
}

.blog-summary {
    font-family: var(--econ-reg);
    line-height: 1.4;
    font-size: 18px;
}

.content-plus {
    width: 100%;
}

.content-plus img {
    width: 40px;
}

.content-plus-text {
    font-family: var(--gt-zirkon-bold);
    padding: 0px 40px;
    text-align: center;
}

.content-desc {
    width: 100%;
    font-size: 16px;
}

.supported-by {
    display: flex;
    color: #000;
    background-color: #fff;
    justify-content: flex-end;
    align-items: end;
    font-family: 'EconSansReg';
    padding: 20px 24px;
    font-size: 14px;
    max-width: 1440px;
    margin: auto;
}

.supported-by img {
    width: 100px;
    max-width: 100%;
    margin-left: 10px;
}

.home-top-graph svg {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.home-top-graph #svg3 {
    -webkit-transform: rotate(150deg);
    -moz-transform: rotate(150deg);
    -o-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}


.home-top-graph-right-section img,
.home-top-graph-left-section img {
    width: 80%;
    min-height: 80%;
    /* height: 50%; */
    max-height: 80%;
}

.home-top-graph-right-section {
    width: 49%;
    display: inline-block;
    text-align: center;
}

.home-top-graph-left-section {
    width: 49%;
    display: inline-block;
    float: right;
    text-align: center;
}

.home-top-graph-content-box {
    border: 1px solid #98ABE5;
    padding: 30px;
    text-align: left;
}

.home-top-graph-content-box-left {
    border: 1px solid #5ECCB7;
    padding: 30px;
    padding-right: 0;
    text-align: left;
}


@media (max-width: 1400px) {
    /* .read-more-btn {
        position: static;
    } */
}

@media (max-width: 992px) {
    .content-box {
        flex-direction: column;
        gap: 5px;
        padding-bottom: 20px;
    }

    .half-round-image {
        display: none;
    }

    .backgroud-image-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .backgroud-image-wrapper.desktop {
        display: none !important;
    }

    .backgroud-image-wrapper.mobile {
        display: flex !important;
    }

    .content-box .read-more-btn {
        margin-bottom: 10px;
        position: static;
    }

    .content-img-box {
        width: 100%;
    }

    .content-flex-item {
        padding-left: 8px;
        padding-right: 8px;
    }

    /* .content {
        padding: 60px 20px;
    } */

    .blog-box {
        width: 48%;
        flex: 0 0 auto;
    }

    .blog-title {
        color: #000;
        font-size: 20px;
    }

    .blogs-sec {
        padding: 30px 20px;
    }

    .blog-headline {
        font-size: 20px;
    }

    .blog-summary {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    #body-content .home-hero-text-section {
        padding: 0;
    }

    .content-box {
        flex-direction: column;
    }

    .w-60 {
        width: 100%;
    }

    .content-box .content-body {
        padding-bottom: 10px;
        padding-top: 0;
        width: 90%;
        margin: auto;
    }

    .blogs-sec .blog-flex {
        flex-direction: column;
    }

    .stats-data-sec {
        flex-direction: column;
        width: 100%;
    }

    .stat-box {
        width: 100%;
    }

}


@media (max-width: 576px) {
    .content-box {
        flex-direction: column;
    }

    .w-60 {
        width: 100%;
    }

    .content-box .content-body {
        padding-bottom: 10px;
    }

    .backgroud-image-wrapper {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .content-box .read-more-btn {
        margin-bottom: 10px;
        position: static;
    }

    .content-line-with-btn {
        flex-direction: column;
        gap: 10px;
    }

    .stats-data-sec {
        flex-wrap: wrap;
    }

    .stat-box {
        width: 100%;
    }

    .stat-box .stat-desc.img {
        width: 50%;
        width: auto;
    }

    .blog-box {
        width: 100%;
    }

    #body-content .left-box {
        width: 100%;
    }

    .animated-box.bottom-left,
    .animated-box.top-left {
        left: 46px !important;
    }

    .blogs-sec .blog-flex {
        flex-direction: column;
    }
}


/* Imapact content */

.hero-sec {
    position: relative;
}


.half-hero-round-image {
    padding: 40px 0px;
    max-width: 30%;
}

.hero-box {
    background: #00000082;
    margin-left: 43px !important;
    border: 2px solid var(--button-red);
    margin-top: 28px;
    margin-bottom: 28px;
    padding: 30px;
    height: fit-content;
    max-height: 100%;
    width: 50%;
    position: relative;
    border-top: 2px solid rgba(255, 49, 49, 0.5);
    border-right: 2px solid rgba(255, 49, 49, 0.5);
    border-bottom: 2px solid rgba(255, 49, 49, 0.5);
    border-left: 2px solid rgba(255, 49, 49, 0.5);
}


.hero-box .top {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 5px;
    background: linear-gradient(90deg,
            transparent 50%,
            rgba(255, 49, 49, 0.5),
            rgb(255, 49, 49));
}

.hero-box .bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 5px;
    background: linear-gradient(90deg,
            rgba(255, 49, 49, 0.5),
            rgb(255, 49, 49),
            transparent 50%);
}

.hero-box .right {
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    height: 0;
    background: linear-gradient(180deg,
            transparent 30%,
            rgba(255, 49, 49, 0.5),
            rgb(255, 49, 49));
}

.hero-box .left {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 5px;
    height: 0;
    background: linear-gradient(180deg,
            rgba(255, 49, 49, 0.5),
            rgb(255, 49, 49),
            transparent 70%);
}

.hero-box .top {
    animation: animateTop 6s ease-in-out infinite;
    animation-iteration-count: 1;
}

.hero-box .bottom {
    animation: animateBottom 6s ease-in-out infinite;
    animation-iteration-count: 1;
}

.hero-box .right {
    animation: animateRight 6s ease-in-out infinite;
    animation-iteration-count: 1;
}

.hero-box .left {
    animation: animateLeft 6s ease-in-out infinite;
    animation-iteration-count: 1;
}

@keyframes animateTop {
    25% {
        width: 100%;
        opacity: 1;
    }

    30%,
    100% {
        opacity: 0;
    }
}

@keyframes animateBottom {

    0%,
    50% {
        opacity: 0;
        width: 0;
    }

    75% {
        opacity: 1;
        width: 100%;
    }

    76%,
    100% {
        opacity: 0;
    }
}

@keyframes animateRight {

    0%,
    25% {
        opacity: 0;
        height: 0;
    }

    50% {
        opacity: 1;
        height: 100%;
    }

    55%,
    100% {
        height: 100%;
        opacity: 0;
    }
}

@keyframes animateLeft {

    0%,
    75% {
        opacity: 0;
        bottom: 0;
        height: 0;
    }

    100% {
        opacity: 1;
        height: 100%;
    }
}


.impact-page .content-title,
.impact-page .content-subtitle {
    color: #fff;
    margin-bottom: 25px !important;
}

.impact-page .content-subtitle {
    font-size: 40px;
    line-height: 46px !important
}

.impact-page .content-desc {
    color: #fff;
    font-family: var(--econ-reg);
}

.text-container {
    width: 100%;
    max-width: 800px;
    margin: auto;
}

.text-container.last {
    padding-bottom: 70px;
}


.econ-reg {
    font-family: var(--econ-reg) !important;
    letter-spacing: 0px !important;
}

.econ-med {
    font-family: var(--econ-medium) !important;
    letter-spacing: 0px !important;
}

.econ-bold {
    font-family: var(--econ-medium) !important;
    letter-spacing: 0px !important;
}

.econ-bold-font {
    font-family: var(--econ-bold) !important;
}

.bold-title.small-title {
    font-size: 24px;
}

.supporting {
    position: relative;
    padding: 60px 120px 0px 120px;
    max-width: 1440px;
    margin: auto;
}

.supporting .mentor {
    align-items: flex-end;
}

.supporting .mentor .devider {
    height: 90px;
    display: flex;
    border: 1px solid #dde2eb;
    padding: 0px;
    margin-right: 1rem;
    margin-bottom: 10px;
}

.supporting-container .bottom-box .blockquote.title {
    color: #000;
    font-family: var(--gt-zirkon-bold);
    letter-spacing: -1px;
}

.supporting .supporting-container {
    width: 100%;
    position: relative;
    display: flex;
}

.supporting .supporting-container-img-mobile {
    display: none;
}

.supporting .supporting-container-end {
    justify-content: flex-end;
}

.supporting .supporting-container.top {
    top: -50px;
}

.supporting .supporting-container .top-box {
    position: relative;
    width: 90%;
    padding: 190px;
    border: 1px solid #707070;
    margin-left: 50px;
}

.supporting .supporting-container .top-box .gray-bg-left {
    width: 40%;
    /* height: 150px; */
    background: #DFDFE1;
    position: absolute;
    left: -60px;
    top: -37px;
    padding: 15px;
    margin-top: 20px;
    animation-delay: 1.2s;
    animation-name: fadeInRight;
}

.supporting .supporting-container img {
    width: 100%;
    z-index: 2;
}

.supporting .supporting-container .top-box .gray-bg-right {
    width: 40%;
    /* height: 150px; */
    background: #DFDFE1;
    position: absolute;
    right: -60px;
    top: 7%;
    /* padding-bottom: 20px; */
}

.supporting .supporting-container .top-box .gray-bg-right img {
    /* height: calc(160px - 10px); */
    /* padding-right: 15px;
    padding-left: 15px;
    margin-top: -16px; */

    padding: 15px;
}

.supporting .supporting-container .bottom-box {
    position: relative;
    width: 80%;
    border: 1px solid #707070;
    justify-content: flex-start;
    background: #fff;
    display: flex;
    align-items: center;
    padding: 20px;
    justify-content: center;
}

.supporting-container .mentor-box.first {
    color: #000;
    padding: 10px;
}

/* .supporting-container .mentor-box.sec{
    padding: 10px;
    padding-left: 0;
} */

.supporting-container .mentor {
    margin-top: 20px;
}


.supporting-container .mentor-text {
    font-size: 17px;
    margin-bottom: 5px;
    font-family: var(--econ-medium);
    letter-spacing: 0px;
    line-height: 27px;
}

.supporting-container .mentor-percentage {
    margin-bottom: 10px;
    font-size: 40px;
}

.no-border {
    border: none !important;
    padding-left: 20px !important;
}

.para {
    font-family: var(--gt-zirkon-regular);
    line-height: 26px;
    padding-bottom: 30px;
    letter-spacing: -1px;
}

.para.with-image {
    display: flex;
    gap: 30px;
}

.graph-des {
    gap: 30px;
}

.para.with-image img {
    width: 300px;
}

.content-img {
    width: 100%;
    max-width: 100%;
}

.blockquote {
    font-family: var(--econ-medium);
    line-height: 34px;
    font-size: 28px;
    padding-left: 40px;
    border-left: 3px solid var(--button-red);
}

.blockquote-2 {
    font-family: var(--econ-medium);
    line-height: 1.5;
    font-size: 20px;
}

.impact-page .jus-between {
    justify-content: space-between;
}

.px-10px {
    padding-left: 10px;
    padding-right: 10px;
}

.gray-sec {
    background-color: #ededed;
}

.gray-sec-body-content {
    padding: 0px 80px 0px 80px;
    max-width: 1440px;
    margin: auto;
}

.gray-sec-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-bottom: 60px;
    cursor: pointer;
    /* background-color: #B3B3B3; */
    /* padding: 40px 40px 40px; */
    color: #fff;
}

.gray-sec-content .mobile {
    display: none;
}

.xl-title {
    font-family: var(--gt-zirkon-bold);
    letter-spacing: -1px;
    font-size: 34px;
}

.gray-sec-content p {
    font-family: var(--gt-zirkon-regular);
    letter-spacing: -1px;
}

.readmore-blue-btn {
    margin-top: 5px;
    width: fit-content;
    background-color: #3e8df6;
    padding: 10px 15px;
    color: #fff;
    border: 0;
    outline: none;
    font-family: var(--gt-zirkon-regular);
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    transition: all .5s ease;
    border-radius: 3px;
}

.readmore-blue-btn:hover {
    background-color: #000;
}

.text-imgs-grid {
    gap: 10px;
    /* padding: 30px 0 60px; */
}

.ei-3-col-img {
    position: relative;
    width: 33.333333333%;
}

.ei-3-col-img img {
    width: 100%;
    filter: grayscale(0.5);
}

.ei-3-col-img label {
    font-size: 26px;
    color: black;
    font-weight: 600;
    font-family: var(--gt-zirkon-bold);
    margin-bottom: 10px;
}

.ei-3-col-img span {
    font-size: 14px;
    color: black;
    font-family: var(--gt-zirkon-bold);
}

.ei-3-col-img p {
    margin-top: 6px;
    font-size: 16px;
    font-family: var(--gt-zirkon-bold);
    letter-spacing: -1px;
}

.ei-3-col-img .back {
    display: none !important;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.img-text-sec {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
}

.img-text-sec {
    color: #fff;
}

.img-text-num {
    font-family: var(--gt-zirkon-bold);
    font-size: 26px;
    margin-bottom: 10px;
    letter-spacing: -1px;
}

.img-text-desc {
    font-size: 12px;
    line-height: 1.3;
    font-family: var(--econ-reg);
}

.mentor-sec-grid {
    background-color: var(--ads-sec-bg);
    align-items: center;
}

.mentor-desc {
    flex: 1 1 auto;
    padding: 30px;
    display: flex;
    align-items: center;
}

.quote-1.mentor-desc {
    padding-left: 10px !important;
}

.mentor-image {
    width: 40%;
    flex-shrink: 0;
}

.mentor-image img {
    width: 100%;
}


.frame-img {
    max-width: 100%;
    margin-bottom: 30px;
}

.mentor-sec-grid.column {
    flex-direction: column;
}

.peoples-image {
    width: 100%;
}

.peoples-image img {
    width: 100%;
}

.last-break-hr {
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    margin-top: 30px;
    margin-bottom: 30px;
}

.reference {
    font-family: var(--econ-reg);
}

/* .refs {
    padding-left: 50px;
} */

.ref-title {
    margin-bottom: 25px;
}

.ref-item {
    margin-bottom: 25px;
    line-height: 20px;
    font-size: 14px;
    display: flex;
}


.written-by p {
    /* font-size: 15px; */
    width: 100%;
    display: block;
    /* margin-bottom: 4px; */
}

.written-by p:nth-child(2) {
    margin-top: 15px;
}

.ref-item a {
    color: #000;
    font-size: 14px;
    overflow: hidden;
    display: initial;
}

.ref-item sup {
    font-size: 13px;
    display: inline-block;
    padding-right: 4px;
}

.ref-item a:hover {
    cursor: pointer;
    text-decoration: underline;
}

.explore-sec {
    background-color: #E3E1D4;
    padding: 48px 140px;
}

.impact-page .content-box {
    background-color: #fff;
}

.explore-sec-grid {
    display: flex;
    gap: 30px;
    margin: 0 auto;
    max-width: 1440px;
}

.explore-sec-grid .content-img-box {
    width: 100%;
}

.explore-title {
    text-align: center;
    font-family: var(--gt-zirkon-bold);
    font-size: 38px;
    margin-bottom: 48px;
    letter-spacing: -1px;
}

.read-more-btn-2 {
    align-items: center;
    width: fit-content;
    gap: 25px;
}

.explore-sec-grid-item {
    background-color: #fff;
    display: flex;
    flex-direction: column;
}

.explore-image {
    overflow: hidden;
    max-height: 100%;
}

.explore-image img {
    height: 300px;
    object-fit: cover;
    transition: transform .5s, filter 1.5s ease-in-out;

}

.explore-image:hover img {
    transform: scale(1.09);
}

.explore-content {
    position: relative;
    flex: 1 1 auto;
    justify-content: space-between;
    align-items: center;
}

.explore-text {
    position: relative;
    z-index: 2;
    padding: 20px 0px 20px 20px;
    padding-top: 0;
}

.explore-sec-grid-item .content-subtitle {
    color: #000;
    font-size: 20px;
    line-height: 26px !important;
}

.explore-sec-grid-item .content-desc {
    color: #000;
    margin-bottom: 20px;
    width: 300px;
}

@media (max-width: 1200px) {
    .hero-box {
        margin-top: 0;
        margin-bottom: 0;
    }

    .explore-sec {
        padding: 50px 80px;
    }

    .explore-title {
        margin-bottom: 20px;
    }

    .explore-sec-grid {
        gap: 20px;
    }
}

.h-vh-150 {
    min-height: calc(100vh - 150px);
}

@media (max-width: 767px) {

    .impact-page .content-title {
        margin-bottom: 14px;
    }

    .impact-page .content-subtitle {
        margin-bottom: 8px;
    }

    .home-top-graph {
        display: flex;
        flex-direction: column;
        padding-top: 0;
    }

    .home-top-graph-right-section,
    .home-top-graph-left-section {
        width: 100% !important;
    }

    .home-top-graph-left-section {
        margin-top: 30px;
    }

    .home-top-graph-content-box-left {
        padding: 20px;
        padding-right: 20px;
    }

    .home-top-graph-content-box {
        padding: 20px;
    }

    /* .impact-page .content-subtitle {
        font-size: 16px !important;
    } */

    /* .impact-page .content-desc {
        font-size: 11px;
    } */

    .text-imgs-grid,
    .graph-des {
        flex-direction: column;
    }

    .ei-3-col-img {
        width: 100%;
    }

    .explore-sec-grid {
        flex-direction: column;
    }

    .text-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .gray-sec-body-content {
        padding: 0px 30px 0px;
    }

    .gray-sec-content {
        /* padding: 20px 20px 20px; */
    }

    .gray-sec-content .mobile {
        display: block;
    }

    .gray-sec-content .desktop {
        display: none;
    }

    .xl-title {
        font-size: 22px;
    }

    .gray-sec-content p {
        font-size: 12px;
    }

    .gray-sec-content {
        gap: 10px;
    }

    .mentor-sec-grid {
        flex-direction: column;
    }

    .mentor-image {
        width: 100%;
    }

    .mentor-desc {
        padding: 15px;
    }

    .refs {
        width: 100%;
        padding-left: 10px;
    }

    .explore-sec {
        padding: 30px;
    }

    .explore-title {
        font-size: 24px;
    }

    .para.with-image {
        flex-direction: column;
    }

    .hero-box {
        margin-left: 10px !important;
        margin-right: 10px !important;
        padding: 10px;
        width: 100%;
    }

    .impact-page .content-title {
        margin-bottom: 12px;
        margin-bottom: 8px;
    }

    .impact-page .content-subtitle {
        font-size: 20px !important;
        margin-bottom: 4px;
        line-height: 26px !important;
    }

    .impact-page .content-desc {
        font-size: 15px;
        width: 100%;
    }

    .explore-text {
        flex: 1 1 auto;
        padding: 14px;
    }

    .supporting {
        padding: 8px 24px;
    }

    .supporting .supporting-container-end,
    .supporting .supporting-container .top-box {
        display: none !important;
    }

    .supporting-container.top {
        top: 0px !important;
    }

    .supporting .supporting-container .bottom-box {
        width: 100% !important;
        height: auto !important;
        justify-content: flex-start;
        padding: 10px;
    }

    .supporting .supporting-container-img-mobile {
        display: block;
    }

    .supporting-container .mentor-box.first {
        margin-top: 15px;
    }

    /* .supporting-container .mentor-text {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 80px;
    } */

    .explore-content .read-more-btn-2 {
        margin-right: 20px;
        margin: 0 auto;
    }

    .p-m {
        padding: 0 !important;
    }

    .blogs-sec .blog-flex {
        flex-direction: column;
    }

    .blockquote {
        padding-left: 15px;
        /* border-left: 0; */
        font-size: 16px;
        line-height: 22px;
    }

    .quote-name {
        font-size: 14px;
        line-height: 20px;
    }

    .digital-page .quote-name {
        font-size: 12px;
        line-height: 14px;
    }

    .digital-page .section_space_2 {
        height: 30px;
    }

    .digital-page .section_space_1 {
        height: 10px;
    }

    .digital-page .supporting-container .mentor-percentage {
        font-size: 22px;
        margin-bottom: 5px;
    }

    .digital-page .supporting-container .mentor-text {
        font-size: 14px;
        line-height: 16px;
    }

    .digital-page .font-36 {
        font-size: 24px !important;
        line-height: 26px !important;
    }

    .digital-page .supporting-container .mentor {
        margin-top: 5px;
    }

    .corporate-page .art2-sdg-box ul li {
        font-size: 14px;
        line-height: 18px;
    }

    .corporate-page .prioritising .blockquote {
        padding-left: 0px;
    }

    .corporate-page .prioritising .img-group {
        flex-direction: column;
        align-items: center;
    }

    .corporate-page .prioritising .img-group .img-items {
        position: relative;
        margin-bottom: 10px;
    }

    .corporate-page .prioritising {
        margin-bottom: 0px;
    }

    .corporate-page .prioritising .img-text label {
        font-size: 14px;
    }

    .atoms-page .section_space_2,
    .generate-page .section_space_2 {
        height: 15px;
    }

    .atoms-page .client-content-title {
        font-size: 26px;
        line-height: 30px;
    }

    .generate-page .round-tree-img-sec {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .generate-page .round-tree-img-sec img {
        display: none;
    }

    .generate-page .round-tree-img-sec .text-top,
    .round-tree-img-sec .text-bottom {
        position: initial !important;
        width: 100% !important;
        margin-top: 0px;
    }

    .generate-page .round-tree-img-sec .text-top .purpled {
        line-height: 26px;
    }

    .last-break-hr {
        margin-bottom: 0;
    }

    .no-border {
        padding-left: 10px !important;
    }

    h3,
    .art2-sdg-box .title,
    .art2-sdg-box .sub-title {
        line-height: 26px;
        font-size: 18px !important;
    }

    p,
    .art2-sdg-box ul li {
        font-size: 15px;
        line-height: 22px;
    }

    nav .bg-nav .left-box #toggle-sponsored-text {
        font-size: 14px !important;
    }

    .blockquote h3 {
        line-height: 24px;
    }

    h6 {
        line-height: 16px;
        font-size: 14px;
    }

    h2 {
        font-size: 24px;
        line-height: 30px;
        margin-top: 0;
    }

    .font-36 {
        font-size: 30px !important;
        line-height: 30px !important;
    }

    .home-page .section_space_2,
    .total-page .section_space_2,
    .total-page .section_space_1 {
        height: 10px;
    }

    .home-page .section_space_1 {
        height: 10px;
    }

    .home-page .text-container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .total-page .client-content-title {
        margin: 0;
    }

    .total-page .pink-num {
        font-size: 26px;
    }

    .slick-list {
        margin: 0;
    }

    .graph-details .text-container {
        padding: 0;
    }

    .explore-image img {
        width: 100%;
        height: 100%;
    }

    .bottom-grid .backgroud-image-wrapper,
    .art2-sdg-box-cover .left,
    .art2-sdg-box-cover .right {
        display: none;
    }

    .mobile-padding-top {
        margin-top: 50px;
    }

    .half-hero-round-image {
        display: none
    }

    .blog-info {
        padding: 80px 10px;
    }

    /* .text-imgs-grid {
        display: none;
    } */

    /* .ref-item a{
        display: block;
    } */

}

.slick-list {
    width: 100% !important;
}

/* Client Contact */

.more_info_client_content {
    position: relative;
    font-family: 'EconSansReg';
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
}

.hero-bg-img {
    max-width: 100%;
}

.hero-section {
    position: relative;
}

.hero-section .icon-left,
.icon-left {
    text-align: start;
}

.hero-section .icon-right,
.icon-right {
    text-align: end;
}

.hero-text-container {
    text-align: center;
    position: absolute;
    width: 40%;
    color: #fff;
}

.hero-text-container h1 {
    font-family: var(--gt-zirkon-bold);
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 25px;
    letter-spacing: -1px;
}

.hero-text-container p {
    font-family: var(--econ-reg);
    line-height: 1.3;
    font-size: 20px;
    color: white;
}

.purple-img-section {
    width: 100%;
    max-width: 100%;
    position: relative;
    height: calc(100vh - 200px);
    padding: 60px;
}

.purple-img-section img {
    width: 100%;
    max-width: 100%;
}

.border-img-sec {
    width: 80%;
    margin: auto;
    font-family: var(--econ-medium);
    color: #1E2E7B;
    font-size: 22px;
    height: 100%;
    background: url(../img/client-content/bg_2_1.png);
    background-repeat: inherit;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 100% 100%;
}

.border-img-sec .border-img-sec-text {
    width: calc(80% - 40px);
    text-align: center;
    font-family: var(--gt-zirkon-bold);
    letter-spacing: -1px;
    font-size: 30px;
    line-height: 36px;
}

.click-here-btn {
    display: flex;
    width: fit-content;
    align-items: center;
    margin: 30px auto 0;
}

.click-here-btn svg {
    margin-left: 10px;
}


.pink-bg {
    background-color: #FBF0FF;
    padding: 40px;
    text-align: center;
}

.pink-bg .pink-purple-para {
    font-family: var(--econ-bold);
    font-size: 18px;
    line-height: 24px;
}

.pink-bg.pink-sec-space {
    margin: 0 70px;
}

.big-sec .content-plus img {
    width: 60px;
}

.pink-num {
    color: #BD00FF;
    margin-bottom: 20px;
    font-family: var(--gt-zirkon-bold);
    font-size: 36px;
    letter-spacing: -1px;
}


.sunshine-img {
    width: 100%;
    max-width: 100%;
}

.client-content-title {
    width: fit-content;
    padding: 0px 40px;
    margin-left: auto;
    margin-right: auto;
    font-family: var(--gt-zirkon-bold);
    font-size: 32px;
    letter-spacing: -1px;
    line-height: 40px;
}

.purpled {
    color: #A100FF;
}

.round-tree-img-sec {
    position: relative;
    width: 100%;
    max-width: 100%;
}

.round-tree-img-sec .text-top {
    position: absolute;
    width: 50%;
    margin-top: 37px;
    right: 25px;
    top: 0;
    font-family: var(--gt-zirkon-bold);
}

.round-tree-img-sec .text-bottom {
    position: absolute;
    width: 50%;
    right: 25px;
    bottom: 32px;
    line-height: 22px;
}

.round-tree-img-sec .text-top .purpled {
    font-size: 25px;
    letter-spacing: -1;
}

.round-tree-img-sec .text-top .quote-name {
    margin-top: 20px;
}


.section-three-img {
    width: 100%;
    max-width: 100%;
    transition: transform .2s;
    min-height: 100%;
}

.adv_logo img {
    width: 100%;
}

.img-slider img {
    width: 100%;
    max-width: 100%;
}

.img-slider p {
    margin-top: 6px;
    font-size: 1 6px;
    font-family: var(--gt-zirkon-bold);
    letter-spacing: -1px;
}

.client-content-slider {
    position: relative;
    perspective: 1000px;
}

.client-content-slider:hover .image {
    transform: rotateY(180deg);
    transition: transform 0.8s;
}

.client-content-slider .image {
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.client-content-slider .image .front {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.client-content-slider .image .back {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: rotateY(180deg);
}


.overlayer {
    cursor: pointer;
    display: none;
    position: absolute;
    height: calc(100% - 32px);
    width: 100%;
    background-color: #D5D5FD;
    padding: 20px;
    top: 0;
    bottom: 0;
}

@keyframes shake {
    0% {
        transform: rotate(2deg);
    }

    50% {
        transform: rotate(-3deg);
    }

    70% {
        transform: rotate(3deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.slick-slide:hover .overlayer {
    /* animation: shake 500ms ease-in-out forwards; */
    display: block;
    /* transform: perspective(1000px) rotateY(180deg);    */
}

.client-content-slider .overlayer .title {
    font-size: 20px;
    font-family: var(--gt-zirkon-bold);
    letter-spacing: -1px;
}

.client-content-slider .overlayer .description {
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
    font-family: var(--econ-reg);
}

.corporate-page .prioritising .img-group p {
    margin-top: 6px;
    font-size: 16px;
    font-family: var(--gt-zirkon-bold);
    letter-spacing: -1px;
}

@media (max-width: 1200px) {

    .border-img {
        width: 75%;
    }

    .border-img-sec-text {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .client-page .blog-box {
        width: 100%;
    }

    .client-page .para.with-image {
        flex-direction: column;
    }

    .client-page .para.with-image img {
        width: 100%;
    }

    .border-img-sec-text {
        margin: auto;
        font-size: 24px !important;
        line-height: 30px !important;
        width: 100% !important;
    }

    .content-plus {
        display: none;
    }

    .border-img {
        width: 90%;
    }

    /* .hero-text-container h1 {
        font-size: 20px;
        line-height: 20px;
    } */

    .hero-text-container p {
        font-size: 16px;
    }

    .client-content-title {
        font-size: 30px;
        padding: 0;
    }

    .client-content-title .content-plus-text {
        text-align: center;
        padding: 0;
    }

    .pink-sec .content-plus {
        display: none;
    }

    .pink-bg {
        padding: 15px;
        margin: 0 !important;
    }

    .hero-bg-img {
        min-height: 200px;
    }

    .text-container {
        padding: 8px 24px;
        width: 100%;
        max-width: 100%;
        margin: 0;
    }

    .purple-img-section {
        height: auto;
        padding: 60px 0px;
    }

    .border-img-sec {
        height: auto;
        background: none;
    }

    .hero-text-container {
        left: calc(100% - 96%);
        width: 90%;
    }
}

@media screen and (max-width: 750px) {
    .more_info_client_content {
        font-size: 12px;
    }

    .adv_logo {
        width: 100px;
    }
}

/* Animation CSS */

.animated-plus {
    /* animation: spin 20s linear infinite !important; */
    --tw-translate-y: 50% !important;

    position: absolute;
    animation: linear infinite;
    animation-name: run;
    animation-duration: 50s;
}

.animated-box {
    position: absolute;
    animation: spin 20s linear infinite !important;
    --tw-translate-y: 50% !important;
}

.animated-box.top-center {
    top: 84px;
    left: 74px;
}

.animated-box.top-left {
    top: 6px;
    left: 32px;
}

.animated-box.bottom-left {
    top: 56px;
    left: 150px;
}

@keyframes spin {
    100% {
        content: var(--tw-content);
        transform: rotate(1turn);
    }
}

@keyframes run {
    0% {
        left: 0;
    }

    50% {
        left: calc(100% - 100px);
    }

    100% {
        left: 0;
    }
}

.prioritising {
    margin-top: 30px;
    margin-bottom: 30px;
}

.prioritising,
.prioritising .img-group {
    width: 100%;
    margin-top: 10px;
    position: relative;
    gap: 15px
}

.prioritising img {
    margin-right: 15px;
    max-width: 100%;
    width: 100%;
    height: auto;
}

.prioritising .blockquote {
    padding-left: 20px;
}


.prioritising .img-group .img-items {
    width: 100%;
}

.prioritising .img-group .img-items .img-text {
    flex-direction: column;
    position: absolute;
    bottom: 10px;
    color: white;
    padding-left: 20px;
    transition: all 0.45s ease;
}

.prioritising .img-group .img-items:hover .img-text {
    display: flex !important;
    height: 100%;
    align-items: center;
    justify-content: center;

    /* transition-delay: 0.1s;
    transform: scale(1);
    opacity: 1; */
}

.prioritising .img-text label {
    font-size: 40px;
    color: black;
    font-weight: 600;
    font-family: var(--gt-zirkon-bold);
    margin-bottom: 10px;
}

.prioritising .img-text span {
    font-size: 14px;
    color: black;
    font-family: var(--gt-zirkon-bold);
}

.art2-sdg-box {
    border: 1px solid #dfdfe1;
    position: relative;
    font-family: var(--gt-zirkon-bold);
    padding: 20px;
}

.art2-sdg-box .title {
    font-family: var(--gt-zirkon-bold);
    letter-spacing: -1px;
    font-size: 24px;
    color: #000;
    font-weight: bold;
}

.art2-sdg-box .title2 {
    color: #000;
    font-weight: bold;
}

.art2-sdg-box ul li:first-child {
    margin-top: 10px;
}

.art2-sdg-box ul {
    margin-bottom: 20px
}

.art2-sdg-box ul li {
    font-size: 19px;
    margin-left: 18px;
    font-family: var(--econ-reg);
    color: #000;
    font-weight: 100;
    letter-spacing: 0px;
    margin: 0 0 0px 18px;
}

.art2-sdg-box .sub-title {
    color: #000;
    font-size: 24px;
    font-family: var(--gt-zirkon-bold);
    letter-spacing: -1px;
    margin: 8px 0px;
}

.art2-sdg-box.box2 .blockquote {
    /* border-left: 3px solid #2E45B8 !important; */
}

.art2-sdg-box-cover {
    padding: 0px 80px;
    text-align: center;
}

.art2-sdg-box-cover .art2-sdg-box {
    border-top: 0;
    border-bottom: 0;
}

.art2-sdg-box-cover img {
    width: 370px;
    max-width: 100%;
    height: auto;
}

.art2-sdg-box-cover .left {
    text-align: left;
    margin-left: -100px;
    margin-top: 22px;
}

.art2-sdg-box-cover .right {
    text-align: right;
    margin-right: -100px;
    margin-top: -100px;
    margin-bottom: 20px;
}

.art2-sdg-box .spacer {
    width: 20%;
}

.art2-sdg-box .item-title {
    width: 40%;
}

.art2-sdg-box .items {
    color: #000;
    font-family: var(--econ-medium);
    font-size: 14px;
    width: 40%;
}

.art2-sdg-box .items span {
    font-family: var(--econ-medium);
    display: block;
}

.art2-sdg-box-label {
    margin-top: 10px;
    color: #000;
    width: 100%;
    justify-content: flex-end;
    font-size: 12px;
    font-family: var(--econ-reg);
}

.font-78 {
    font-size: 78px;
}


.home-top-graph {
    width: 100%;
    margin: auto;
}


#svg1 circle,
#svg2 circle,
#svg3 circle,
#svg4 circle {
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 1s linear;
    stroke: #e0ecec;
    stroke-width: 0.8em;
}

#svg1 #bar1,
#svg2 #bar2,
#svg4 #bar4 {
    stroke: #98abe5;
}

#svg3 #bar3 {
    stroke: #5ECCB7;
}

#cont1,
#cont2,
#cont3,
#cont4 {
    visibility: hidden;
    display: block;
    height: 120px;
    width: 120px;
    margin: auto;
    border-radius: 100%;
    position: relative;
}

#cont1:after,
#cont2:after,
#cont3:after,
#cont4:after {
    position: absolute;
    display: block;
    height: 160px;
    width: 160px;
    left: 50%;
    top: 50%;
    content: attr(data-pct)"%";
    margin-top: -84px;
    margin-left: -79px;
    border-radius: 100%;
    line-height: 160px;
    font-size: 1.6em;
    font-weight: bold;
    font-family: 'GTZirkonBold';
}

@media (max-width: 900px) {
    .font-78 {
        font-size: 64px;
    }
}

.home-video {
    width: 100vw;
    height: calc(100vh - 150px);
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

/* REMOVE CSS */
.scrolls {
    width: 100%;
    max-height: 100%;
}

/* .scrolls .content-box {
    width: 100%;
    -webkit-animation: heading-out 0.8s forwards;
    animation: heading-out 0.8s forwards;
    -webkit-animation-timing-function: cubic-bezier(0.72, 0.33, 0.37, 0.66);
    animation-timing-function: cubic-bezier(0.72, 0.33, 0.37, 0.66);
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
} */

.scrolls .content-body {
    -webkit-animation: heading-out 3.8s forwards;
    animation: heading-out 3.8s forwards;
    -webkit-animation-timing-function: cubic-bezier(0.72, 0.33, 0.37, 0.66);
    animation-timing-function: cubic-bezier(0.72, 0.33, 0.37, 0.66);
    -webkit-animation-delay: 3.8s;
    animation-delay: 3.8s;
}

.scrolls .content-box {
    width: 100%;
    -webkit-animation: image-out 0.5s forwards;
    animation: image-out 0.5s forwards;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.scrolls .button,
.scrolls img {
    -webkit-animation: heading-out 0.8s forwards;
    animation: heading-out 0.8s forwards;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    -webkit-animation-timing-function: cubic-bezier(0.72, 0.33, 0.37, 0.66);
    animation-timing-function: cubic-bezier(0.72, 0.33, 0.37, 0.66);
}

/* .active .content-box {
    width: 100%;
    min-width: 100%;
    -webkit-animation: back 2.2s forwards;
    animation: back 2.2s forwards;
    -webkit-animation-delay: 0;
    animation-delay: 0;
} */

.active .content-box {
    width: 100%;
    max-width: 100%;
    -webkit-animation: image-in 2.8s forwards;
    animation: image-in 2.8s forwards;
    -webkit-animation-delay: 0;
    animation-delay: 0;
}


.active .content-body {
    -webkit-animation: heading-in 6.8s forwards;
    animation: heading-in 6.8s forwards;
    -webkit-animation-delay: 0;
    animation-delay: 0;
}

.active .button,
.scrolls img {
    -webkit-animation: heading-in 3.8s forwards;
    animation: heading-in 3.8s forwards;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}



@-webkit-keyframes image-in {
    0% {
        width: 0;
    }

    50% {
        width: 0;
    }

    100% {
        width: calc(100% - 0px);
    }
}

@keyframes image-in {
    0% {
        width: 0;
    }

    50% {
        width: 0;
    }

    100% {
        width: calc(100% - 0px);
    }
}

@-webkit-keyframes image-out {
    from {
        width: calc(100% - 0px);
    }

    to {
        width: 0;
    }
}

@keyframes image-out {
    from {
        width: calc(100% - 0px);
    }

    to {
        width: 0;
    }
}


[data-aos="custom-anim-img"] {
    -webkit-animation: image-in 2.8s forwards;
    animation: image-in 2.8s forwards;
    -webkit-animation-delay: 0;
    animation-delay: 0;
}

.left-graph-group {
    position: relative;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.left-graph-group div {
    width: 30.33%;
}

.left-graph-group.abs .part1 {
    width: 54%;
}

.left-graph-group.abs .part2 {
    width: 50%;
    position: absolute;
    left: 15%;
}

.left-graph-group.abs .part3 {
    width: 20%;
    position: absolute;
    right: 15%;
}

.box1-content-1-dark,
.box2-content-1-dark,
.box3-content-1-dark {
    display: none;
}

.box1-content-3-dark,
.box2-content-3-dark,
.box3-content-3-dark {
    display: none;
}

/* .tef-overlayer {
    display: none;
    position: absolute;
    height: 100%;
    background: #0000008a;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    transition: all .5s !important;
} */

@media screen and (max-width: 1360px) {
    .font-78 {
        font-size: 65px;
    }

    .blog-title {
        font-size: 20px
    }
}

.w-33 {
    min-width: 33.33% !important
}

@media (max-width: 767px) {

    .h-vh-150,
    #body-content .home-hero-text-section-overlay,
    .impact-page-image-wrapper,
    #body-content .home-hero-text-section {
        min-height: calc(100vh - 250px);
    }

    .home-video {
        height: 100%;
    }

    #cont1:after,
    #cont2:after,
    #cont3:after,
    #cont4:after {
        font-size: 1.3em;
    }

    .sponsored-content-text {
        padding-bottom: 100px;
    }

    .font-78 {
        font-size: 40px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
    .content-box .content-body {
        width: 90%;
        margin: auto;
    }

    #cont1:after,
    #cont2:after,
    #cont3:after,
    #cont4:after {
        font-size: 1.3em;
    }

    #body-content .left-box {
        width: 80%;
    }

    .blog-title {
        font-size: 20px;
    }

    .hero-text-container h1 {
        font-size: 42px;
        line-height: 42px;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

    /* your css rules for ipad landscape */
    nav .bg-nav .left-box {
        width: 30%;
    }

    nav .bg-nav .right-box {
        width: 70%;
        margin-left: 30px;
        margin-top: 0px;
    }

    nav .bg-nav .left-box .sponsor-wrap {
        float: inherit;
        margin-top: 10px;
    }

    nav .bg-nav .right-box .col-box .nav-img-box p {
        padding-left: 10px;
    }

    nav .bg-nav .right-box .single-col-box {
        width: 45%;
    }

    nav .bg-nav .right-box .single-col-box:nth-child(3) {
        margin-top: 10px;
    }

    .sponsored-content-text {
        top: auto;
    }

    .explore-sec-grid-item {
        flex-direction: column;
        margin: 0;
    }

    .explore-sec-grid .backgroud-image-wrapper {
        display: none;
    }

    .explore-image img {
        width: 100%;
    }

    .half-hero-round-image {
        display: none;
    }

    .hero-box {
        margin-left: 10px !important;
        margin-right: 10px !important;
        padding: 10px;
        width: 100%;
    }

    .blog-title {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1180px) {
    .supporting .mentor {
        align-items: flex-start;
    }

    .explore-sec-grid-item {
        width: 100%;
    }

    .explore-sec-grid-item .content-subtitle {
        font-size: 26px !important;
        line-height: 26px !important;
    }

    .explore-sec-grid-item .content-desc {
        margin-bottom: 5px;
    }

    .hero-text-container h1 {
        font-size: 42px;
        line-height: 42px;
    }
}

.atoms-page .hero-section,
.total-page .hero-section,
.generate-page .hero-section {
    display: flex;
    align-items: center;
    justify-content: center;
}

.p-0 {
    padding: 0px !important;
}

.article3 .slick-prev {
    left: -32px !important;
}

.article3 .slick-next {
    right: -32px !important;
}

.article3 .slick-prev,
.article3 .slick-next {
    display: block;
    background: #f2f2f2;
    border-radius: 50px;
    height: 30px;
    width: 30px;
}

.article3 .slick-prev:before,
.article3 .slick-next:before {
    color: black !important;
}

.article3 .slick-slide,
.article3 .slick-list {
    margin: 0;
}

.article3 .slick-prev:hover,
.article3 .slick-prev:focus,
.article3 .slick-next:hover,
.article3 .slick-next:focus {
    background: #f2f2f2;
}

.artical-3 {
    padding-top: 0px !important;
}

.artical-3 .no-border {
    padding-left: 10px !important;
}

.artical-3 blockquote .mentor-percentage {
    margin: 0px 5px;
    font-size: 30px;
}

.artical-3 li {
    font-size: 21px;
}

.artical-3 .headline {
    display: flex;
}

.artical-3 .supporting-container .mentor-box.first {
    padding-top: 0px;
}


@media (max-width: 767px) {
    .artical-3 li {
        font-size: 16px;
    }

    .artical-3 blockquote .mentor-percentage {
        font-size: 20px;
    }

    .artical-3 {
        margin-top: 0px !important;
    }

    .artical-3 .headline {
        display: inherit;
        margin-top: 10px;
    }
}

@media (max-width: 700px) {
    .article3 .supporting .mentor {
        margin-top: 10px;
    }

    .mobile-direction {
        flex-direction: column;
    }

    .slick-prev, .slick-next{
        display: none !important;
    }
}

/* 08-11-23 */
.w-auto{
    width: auto !important;
}

#toggle-sponsored-text{
    font-family: 'EconSansReg' !important;
    font-size: 14px  !important;
    font-weight: normal  !important;
    letter-spacing: 0  !important;
}

@media only screen and (max-width: 767px) {
    nav .without-bg-nav .right-box .col-box:nth-last-child(2) {
        margin-top: 0 !important;
    }
	
	.custom-mobile-blockquote-space{
        padding-left: 10px !important;
    }
}

@media (max-width: 767px) {
	.custom-mobile-blockquote-space{
        padding-left: 10px !important;
    }
	
	.content-box .read-more-btn {
     margin-bottom: 0px;
    position: static;
    margin-top: 10px ;
}
}
