﻿.sponsor-logo-container  {
    display: flex;
    flex-direction: row;
}

    .sponsor-logo-container > li {
        display:flex;
        list-style:none;
    }
        .sponsor-logo-container > li > img {
            margin: 0 10px;
            height: 140px;
            width: 100%;
            max-width: 150px;
            max-height: 150px;
            object-fit: contain;
        }

.Sponsorships-container>h2 {
    display: none;
}
/*

.slides {
    position: relative;
}

    .slides .arrow-content {
        margin: 0 25px;
    }

    .slides .dots {
        text-align: center;
    }

    .slides .dot {
        cursor: pointer;
        height: 7px;
        width: 7px;
        margin: 0 2px;
        background: #C0C8CE !important;
        border-radius: 50%;
        display: inline-block;
        transition: all 0.6s ease;
    }

        .slides .active, .slides .dot:hover {
            background: #586D7D !important;
            height: 9px;
            width: 9px;
            transition: all 0.6s ease;
        }

    .slides .prev-slide {
        position: absolute;
        left: 0;
        top: calc(50% - 22px);
        width: 18px;
        cursor: pointer;
    }

    .slides .next-slide {
        position: absolute;
        right: 0;
        top: calc(50% - 22px);
        width: 18px;
        cursor: pointer;
    }

.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}*/

.steps-container { background-color: #FAFAFA; }

.partners-logo { background-color: white; }

.featured-on .box { display: flex; justify-content: center; align-items: center; padding: 15px; height: 120px; }
.featured-on .slick-arrow:before { color: var(--primiry-color); }
.featured-on img { width: 100%; height: 100%; object-fit: contain; }

.worked-with .box { display: flex; justify-content: center; align-items: center; padding: 15px; height: 120px; }
.worked-with .slick-arrow:before { color: var(--primiry-color); }
.worked-with img { width: 100%; height: 100%; object-fit: contain; }

.event-container {
    height: 514px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .event-container .all-events {
        height: 354px;
        width: 874px;
    }

        .event-container .all-events h5 {
            font-weight: 500;
            font-size: 24px;
            line-height: 125%;
            letter-spacing: -0.015em;
            color: #2E485C;
            margin-bottom: 16px;
        }


.data-literacy {
    display:flex;
    justify-content: space-between;
    margin: 0 auto;
    height: 440px;
    width: 1440px;
    padding: 40px 192px;
    background: #FAFAFA
}

.all-events {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding:30px 0;
}

.events-heading {
    font-size: 2rem;
    margin-bottom: 20px;
}

.event-text {
    margin-left: 25px;
}

.data-literacy-text {
    width: 447px;
}

.data-literacy-text .dl-title {
    margin: 27px 0 12px 0;
}

.data-literacy-text .dl-title .text {
    display: flex;
    height: 20px;
    width: 416px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #2E485C
}

.data-literacy-text .header {
    width: 447px;
    height: 96px;
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 32px;
    line-height: 150%;
    letter-spacing: -0.015em;
    color: #2E485C;
}

.data-literacy-text .sub-header {
    width: 416px;
    height: 78px;
    margin-bottom:24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #586D7D;
}

.data-literacy-video {
    height: 360px;
    width: 576px;
    text-align: right;
}

.data-literacy-video iframe {
    height:100%;
    width:100%;
    border-radius: 16px;
}

.request-to-learn {
    display:inline-flex;
    justify-content:center;
    align-items: center;
    width: 154px;
    height: 44px;
    background: #1376BB;
    border-radius: 64px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.02em;
    border: none;
    cursor: pointer;
}

.book-a-demo {
    display:inline-flex;
    justify-content:center;
    align-items: center;
    width: 154px;
    height: 44px;
    background: none;
    border-radius: 64px;
    color: #1376BB;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.02em;
    border: none;
    cursor: pointer;
}
/*Data Literacy Section Ends*/

/*Cads Intro Starts*/
.cads-intro {
    height: 338px;
    width: 1440px;
    margin: 0 auto;
    background: #fff;
    padding: 80px 192px;
}

.cads-logo-container {
    width: 245px;
    height: 178px;
    border: 1px solid #D5DADE;
    border-radius: 12px;
    margin-right: 36px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.cads-logo-container img {
    width: 168.14px;
    height: 96.41px;
}

.cads-text-container {
    display: inline-block;
}

.cads-text-container h5{
    width: 415px;
    height: 30px;
    font-weight: 500;
    font-size: 24px;
    line-height: 125%;
    letter-spacing: -0.015em;
    color: #2E485C;
    margin-bottom: 8px;
}

.cads-text-container span {
    height: 14px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.02em;
    color: #2E485C;
    margin-bottom: 8px;
    display: block;
}

.cads-text-container p {
    margin-top: 24px;
    width: 700px;
    height: 48px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #586D7D;
}
/*Cads Intro Ends*/

/*Cads USP Starts*/
.cads-usp-container {
    background: #FAFAFA;
}
.cads-usp {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 80px;
    gap: 40px;
    width: 1440px;
    height: 372px;
    background: #FAFAFA;
    margin: 0 auto;
}

.cads-usp img {
    flex: none;
    flex-grow: 0;
}

.cads-usp .one {
    width: 324.86px;
    height: 211.2px;
    order: 0;
}

.cads-usp .two {
    width: 387.13px;
    height: 211.66px;
    order: 1;
}

.cads-usp .three {
    width: 419.35px;
    height: 212px;
    order: 2;
}
/*Cads USP Ends*/

/*Cluture gap starts*/
.culture-gap-container {
    background: #EFF5FE;
}
.culture-gap-container.green {
    background: #F1FBF6;
}
.culture-gap-container.orange {
    background: #FFFAF5;
}

.culture-gap-container li{
    list-style: none;
}

.culture-gap-slider {
    width: 1440px;
    margin: 0 auto;
}

.culture-gap-slider .arrow-content {
    margin: 0 !important;
}

.culture-gap {
    width: 1440px;
    height: 800px;
    background: #EFF5FE;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.culture-gap-container.green .culture-gap {
    background: #F1FBF6;
}
.culture-gap-container.orange .culture-gap {
    background: #FFFAF5;
}

.culture-gap-left {
    margin: 174px 40px 0 80px;
    width: 418px;
}
.culture-gap-container.green .culture-gap-left {
    margin: 95px 40px 0 80px;
}
.culture-gap-container.orange .culture-gap-left {
    margin: 169px 40px 0 80px;
}

.culture-gap-left .icon-container {
    width: 116px;
    height: 116px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
}

.culture-gap-left .icon-container img {
    width: 96.67px;
    height: 96.67px;
}

.culture-gap-left h4 {
    width: 376px;
    height: 144px;
    font-weight: 600;
    font-size: 34px;
    line-height: 140%;
    color: #2E485C;
    margin-bottom: 32px;
}

.culture-gap-left span {
    display: block;
}

.culture-gap-left .active-item {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #0A53B0;
    margin-bottom: 12px;
}
.culture-gap-container.green .culture-gap-left .active-item{
    color: #19B978
}
.culture-gap-container.orange .culture-gap-left .active-item{
    color: #FE6E26;
}

.culture-gap-left .active-item-desc {
    width: 322px;
    height: 60px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #2E485C;
    margin-bottom: 16px;
}

.culture-gap-left .inactive-item {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #002CA3;
    margin-bottom: 16px;
}
.culture-gap-container.green .culture-gap-left .inactive-item {
    color: #05944F;
}
.culture-gap-container.orange .culture-gap-left .inactive-item {
    color: #FE6E26;
}

.culture-gap-right {
    width: 100%;
    height: 100%;
    display:flex;
    justify-content: center;
    align-items: center;
}

/*Culture gap ends*/

/*Event Section Starts*/
/*Can be found under shared css at publicHome.css */
/*Event Section Ends*/

/*Testimonial Section Starts*/
.testimonial-sections {
    display: flex;
    margin: 0 auto;
    height: 700px;
    width: 1440px;
}

.testimonial-sections .section-1 {
    height: 700px;
    width: 720px;
    padding: 184px 132px;
}

.testimonial-sections .section-1 .icon-container {
    height: 116px;
    width: 116px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
}

.testimonial-sections .section-1 .icon-description {
    width: 456px;
    height: 192px;
    font-weight: 500;
    font-size: 32px;
    line-height: 150%;
    letter-spacing: -0.015em;
    color: #2E485C;
}
.slick-prev:before, .slick-next:before{
    color:red;
}

.testimonial-sections .section-2 {
    height: 700px;
    width: 720px;
    padding: 54px 125px;
}

/*Testimonial Section Ends*/
@media screen and (max-width: 1280px) {
    .data-literacy{
        padding: 40px 0;
        max-width: 90%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 767px) {
    .data-literacy, .center-applied, .testimonial-sections {
        display: block;
        height: 100%;
    }
    .data-literacy-text .header {
        max-width: 328px;
        height: 60px;
        margin-bottom: 16px;
        font-weight: 500;
        font-size: 24px;
        line-height: 30px;
        letter-spacing: -0.015em;
        color: #2E485C;
    }
    .testimonial-sections .section-1 .icon-container {
        height: 53px;
        width: 87px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .testimonial-sections .section-1 .icon-container img {
        width: 55px;
    }

    .events-heading {
        text-align: center;
    }
    .slider-01 .header-text {
        font-size: 14px;
        font-weight: 400;
        padding: 16px 0;
        line-height: 20px;
    }
    .slider-02 .header-text {
        font-size: 14px;
        font-weight: 400;
        padding: 16px 0;
        line-height: 20px;
    }
    .slider-03 .header-text {
        font-size: 14px;
        font-weight: 400;
        padding: 16px 0;
        line-height: 20px;
    }
    .center-applied {
        padding: 40px 20px;
    }
    .data-literacy-text {
        margin-bottom: 24px;
    }
    .center-applied >div.image {
        border:none;
        justify-content: flex-start;
        padding: 20px 0
    }
    .achivement-slider .detail h2 {
        font-size: 20px;
        font-weight: 500;
    }
    .steps {
        display: block;
    }
    .steps>div {
        padding: 20px;
    }
    .steps>div img {
        width: 100%;
    }
    .partners-logo {
        padding: 40px 0;
    }
    .partners-logo>h3 {
        font-size: 20px;
        padding: 0px 0;
        font-weight: 500;
    }
    .testimonial-sections .section-1, .testimonial-sections .section-2 {
        padding: 20px 0;
        height: auto;
        width: auto;
    }
    .testimonials .user-feedback, .testimonial-sections .section-1 .icon-description {
        width: auto !important;
        height: auto;

    }
    .testimonial-sections .section-1 .icon-description {
        font-size: 20px;
        line-height: 28px;
        max-width: 328px;
        padding: 12px 16px;
    }
    .testimonials .user-feedback {
        max-width: 328px;
    }
    .accelerators-items > div, .public-footer, .public-footer > .footer-cr > .footer-links {
        display: block !important;
    }
    .accelerators-items a {
        width: 100% !important;
    }
    .public-footer > .footer-cl {
        width: auto;
        padding: 20px;
    }
    .public-footer > .footer-cr {
        padding: 20px;
    }
    .public-footer > .footer-cr > .footer-links > dl, .public-footer > .footer-cr > .social-networks {
        width: 50%;
        float: left;
        min-height: 240px;
    }
    .public-footer > .footer-cr > .social-networks {
        display: block;
        width: 100%;
        min-height: 130px;
        padding-bottom: 20px;
    }
    .data-literacy-video, .data-literacy-text, .data-literacy-text .sub-header {
        width: auto;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
    }
    .achivement-slider .detail {
        flex-direction: column;
    }
    .slider-container {
        text-align: center;
    }

    .slider-container img {
        width: 55px !important;
    }
    .data-literacy-video iframe {
        border-radius: 12px;
    }
    .request-to-learn {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        min-width: 155px;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        background: #1376BB;
        border-radius: 64px;
        color: #fff;
        letter-spacing: 0.02em;
        border: none;
        cursor: pointer;
        padding: 12px 16px;
    }
    .mobile-menu > ul > li a {
        color: #586D7D;
    }

    .content-container {
        margin-top: 0px;
    }
}