.breadcrumb-wrap {
    display: none;
}

/* =========================
   Sponsor Section
========================= */

section#sponsor {
    position: relative;
    margin-top: -50px;
}

#sponsor .sponsor-logo {
    margin: 0;
    padding: 0;
    display: flex;
    width: 100%;
    background: #fff;
    justify-content: space-around;
    list-style-type: none;
    position: relative;
    z-index: 999;
    box-shadow: 0 0 10px #2f2e2e;
    flex-wrap: wrap;
}

#sponsor .sponsor-logo li {
    flex-basis: 20%;
    max-width: 20%;
}

#sponsor .sponsor-logo li a {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    background: #fff;
}

#sponsor .sponsor-logo li a img {
    max-width: 100%;
    padding: 0;
    height: 100%;
}

#sponsor .sponsor-logo li a:hover {
    background: #540D6E;
}

#sponsor .sponsor-logo li a img.img-top {
    display: none;
}

#sponsor .sponsor-logo li a:hover img.img-top {
    display: block !important;
}

#sponsor .sponsor-logo li a:hover img {
    display: none;
}


/* =========================
   Education / Press Section
========================= */

#education_press {
    padding: 80px 0;
}

#education_press h2.education_press_title,
#education_press h2.internet_press_title {
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
}

#education_press h2.education_press_title {
    font-size: calc(16px + 2vw);
}

#education_press h2.internet_press_title {
    font-size: 52px;
}

#education_press h2.education_press_title span,
#education_press h2.internet_press_title span {
    color: #540D6E;
}


/* =========================
   News-room Page
========================= */

.in-the-press_in-the-press .single-featured-image-header .top_panel_image_header h1 {
    font-size: 4rem;
}

.in-the-press_in-the-press .single-featured-image-header h1 {
    font-weight: 700;
    line-height: 1;
    color: #540D6E;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.in-the-press_in-the-press .who_we_banner_caption {
    bottom: 50%;
}

.in-the-press_in-the-press .top_panel_image_header strong {
    font-size: 19px;
}


/* =========================
   Press Bottom Line
========================= */

#education_press h2.line {
    font-family: sans-serif;
    margin: 0 auto 10px;
    text-align: center;
    color: #540D6E;
    font-size: 40px;
    max-width: 600px;
    position: relative;
}

#education_press h2.line:before,
#education_press h2.line:after {
    content: "";
    display: block;
    width: 150px;
    height: 2px;
    background: #540D6E;
    top: 50%;
    position: absolute;
}

#education_press h2.line:before {
    left: 130px;
}

#education_press h2.line:after {
    right: 130px;
}


/* =========================
   Press Content
========================= */

.in-the-press_in-the-press #education_press .interner-pressbox {
    padding: 50px 0;
}

.in-the-press_in-the-press #education_press .internet_press_txt p {
    padding: 0 50px;
    text-align: center;
    color: #515151;
    font-size: 20px;
    font-weight: 400;
}

.in-the-press_in-the-press #education_press .card {
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 0 5px #1b2f58;
    border-radius: 16px;
}

.in-the-press_in-the-press #education_press .card:hover {
    transform: scale(1.02);
    box-shadow: 0 0 10px #ddd;
}

.in-the-press_in-the-press #education_press .card a {
    text-decoration: none;
}

.in-the-press_in-the-press #education_press .card .card-body h5.card-title {
    text-align: center;
    height: 70px;
}

.in-the-press_in-the-press #education_press .card .card-body h5.card-title img {
    width: auto;
    max-width: 70%;
    max-height: 75px;
}

.in-the-press_in-the-press #education_press .card .card-img-top {
    width: 100%;
    height: 15vw;
    object-fit: cover;
}

.in-the-press_in-the-press #education_press .card .card-body .card-text {
    text-align: left;
    line-height: 1.45;
    color: #515151;
    font-weight: 400;
    font-size: 16px;
}

.in-the-press_in-the-press #education_press .view_all {
    text-align: center;
}

.in-the-press_in-the-press #education_press .view-allbtn {
    color: #fff;
    outline: none;
    background-color: #f53a27;
    font-size: 20px;
    font-weight: 400;
}


/* =========================
   Zero Hour Section
========================= */

.in-the-press_in-the-press #zero-hour {
    position: relative;
}

.zero_hour_caption {
    position: absolute;
    left: 0;
    bottom: 50%;
    width: 100%;
    transform: translateY(50%);
}

#zero-hour h2.zero-hour-title {
    color: #fff;
    display: block;
    font-size: calc(16px + 2vw);
}

#zero-hour h2.zero-hour-title span {
    color: #540D6E;
}

#zero-hour h2.zero-hour-title span i:last-child {
    margin-left: -45px;
    color: #ed3c2aa8;
}

.zero-hour-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zero_hour_fram {
    height: 400px;
}

.col-v-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.play_video {
    height: 60px;
    width: 60px;
    background: #540D6E;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
}

.play_video img {
    width: 100%;
    display: inline-flex;
    height: auto;
}

.zero-hour.video_section .zero-hour-img,
.zero-hour.video_section .zero_hour_caption {
    display: block;
}


/* =========================
   1500px
========================= */

@media screen and (max-width: 1500px) {

    .in-the-press_in-the-press .single-featured-image-header .top_panel_image_header h1 {
        font-size: 3rem;
    }

    .in-the-press_in-the-press #education_press .card .card-body .card-text {
        font-size: 15px;
    }

    .in-the-press_in-the-press #education_press {
        padding: 70px 0;
    }

    .in-the-press_in-the-press #education_press .interner-pressbox {
        padding: 50px 0 0;
    }
}


/* =========================
   1199px
========================= */

@media screen and (max-width: 1199px) {

    .in-the-press_in-the-press #education_press {
        padding: 50px 0;
    }

    .in-the-press_in-the-press #education_press h2.education_press_title {
        font-size: 44px;
    }

    .in-the-press_in-the-press #education_press h2.internet_press_title {
        font-size: 36px;
    }

    .in-the-press_in-the-press #education_press .card .card-body .card-text {
        font-size: 18px;
        line-height: 1.2;
    }

    .in-the-press_in-the-press #education_press .interner-pressbox {
        padding: 50px 0 0;
    }

    #zero-hour h2.zero-hour-title {
        font-size: 42px;
    }

    #sponsor .sponsor-logo li {
        flex-basis: 25%;
        max-width: 20%;
        padding: 5px;
    }

    .in-the-press_in-the-press .single-featured-image-header img {
        height: 55vh;
    }
}


/* =========================
   991px
========================= */

@media screen and (max-width: 991px) {

    .in-the-press_in-the-press .banner-section h1 {
        font-size: 2.5rem;
    }

    .in-the-press_in-the-press #education_press {
        padding: 40px 0;
    }

    .in-the-press_in-the-press #education_press h2.internet_press_title {
        font-size: 32px;
    }

    .in-the-press_in-the-press #education_press .internet_press_txt p {
        font-size: 16px;
    }

    .in-the-press_in-the-press #education_press .card .card-body .card-text {
        font-size: 16px;
    }

    .in-the-press_in-the-press #education_press .interner-pressbox {
        padding: 40px 0 0;
    }

    #zero-hour h2.zero-hour-title {
        font-size: 36px;
    }

    #sponsor .sponsor-logo li {
        flex-basis: 25%;
        max-width: 20%;
        padding: 4px;
    }

    #sponsor .sponsor-logo li a {
        height: 100px;
    }

    .in-the-press_in-the-press #education_press h2.education_press_title {
        font-size: 36px;
    }

    .in-the-press_in-the-press .top_panel_image_header strong {
        font-size: 16px;
    }

    .in-the-press_in-the-press #education_press .card .card-img-top {
        height: 20vw;
    }
}


/* =========================
   767px
========================= */

@media screen and (max-width: 767px) {

    #sponsor .sponsor-logo li a {
        height: 85px;
    }

    #sponsor .sponsor-logo li a img {
        max-width: 100%;
        padding: 0;
    }

    .zero_hour_caption {
        padding: 0 15px;
    }

    #zero-hour h2.zero-hour-title {
        font-size: 30px;
    }

    .in-the-press_in-the-press .single-featured-image-header img {
        height: 60vh;
    }

    .in-the-press_in-the-press #education_press h2.education_press_title {
        font-size: 30px;
    }

    .in-the-press_in-the-press .single-featured-image-header .top_panel_image_header {
        transform: translateY(-44%);
    }

    .in-the-press_in-the-press .footer-subscribe {
        margin-top: 0;
    }
}


/* =========================
   575px
========================= */

@media screen and (max-width: 575px) {

    #sponsor .sponsor-logo li {
        flex-basis: 100%;
        max-width: 100%;
        padding: 10px;
    }

    #sponsor .sponsor-logo li a {
        height: auto;
        padding: 15px 0;
    }

    #zero-hour h2.zero-hour-title {
        font-size: 23px;
        margin-bottom: 16px;
    }

    .in-the-press_in-the-press #education_press h2.education_press_title {
        font-size: 23px;
    }

    .in-the-press_in-the-press nav.navbar.my-navbar {
        padding: 12px 15px;
    }

    /*
     * Fixed typo:
     * .in-the-press_in-the-pressa -> .in-the-press_in-the-press
     */
    .in-the-press_in-the-press .navbar-brand.logo-wrapper,
    .in-the-press_in-the-press .header.sticky-header a.navbar-brand.logo-wrapper img.scroll-logo {
        max-width: 134px;
    }

    .zero_hour_caption {
        padding: 0 15px;
        text-align: center;
    }

    .in-the-press_in-the-press .single-featured-image-header .top_panel_image_header h1 {
        font-size: 2rem;
    }

    .in-the-press_in-the-press .top_panel_image_header strong {
        font-size: 15px;
    }

    .in-the-press_in-the-press #education_press .card .card-img-top {
        height: auto;
    }
}
