/* Widget - Section Title */
.educate-slide-section-title-wrapper .educate-slide-section-title {
    margin: 0;
    font-size: 42px;
    line-height: 47px;
    font-weight: 300;
    color: #232323;
}
.educate-slide-section-title-wrapper .educate-slide-section-title-subtitle {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-top: 20px;
}
.educate-slide-section-title-wrapper .educate-slide-section-title-subtitle strong {
    font-weight: 700;
}
.educate-slide-section-title-wrapper .educate-slide-section-title-subtitle p {
    margin-top: 0;
}
.educate-slide-section-title-wrapper .educate-slide-section-title-subtitle p:last-child {
    margin-bottom: 0;
}
.educate-slide-section-title-wrapper a.educate-slide-button-link {
    margin-top: 30px;
}
.educate-slide-section-title-wrapper a.educate-slide-button-link.educate-slide-button-link-wire {
    margin-left: 20px;
}
/* align - right */
.educate-slide-section-title-wrapper.educate-slide-section-title-wrapper-align-right {
    text-align: right;
}
/* align - center */
.educate-slide-section-title-wrapper.educate-slide-section-title-wrapper-align-center {
    text-align: center;
}
/* white */
.educate-slide-section-title-wrapper.educate-slide-section-title-wrapper-white,
.educate-slide-section-title-wrapper.educate-slide-section-title-wrapper-white .educate-slide-section-title,
.educate-slide-section-title-wrapper.educate-slide-section-title-wrapper-white .educate-slide-section-title-subtitle {
    color: #fff;
}

/* Widget - Social Icons */
.educate-slide-social-icons-wrapper {
    display: flex;
}
.educate-slide-social-icons-wrapper .social-item {
    margin-right: 10px;
}
.educate-slide-social-icons-wrapper .social-item:last-child {
    margin-right: 0;
}
.educate-slide-social-icons-wrapper .social-item a {
    color: #232323;
    font-size: 26px;
    line-height: 26px;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    -ms-transition: color .3s ease;
    transition: color .3s ease;
}
.educate-slide-social-icons-wrapper .social-item a:hover {
    color: #FF7A18;
}
/* align - right */
.educate-slide-social-icons-wrapper.educate-slide-social-icons-wrapper-align-right {
    justify-content: flex-end;
}
/* align - center */
.educate-slide-social-icons-wrapper.educate-slide-social-icons-wrapper-align-center {
    justify-content: center;
}
/* white */
.educate-slide-social-icons-wrapper.educate-slide-social-icons-wrapper-white .social-item a {
    color: white;
}
.educate-slide-social-icons-wrapper.educate-slide-social-icons-wrapper-white .social-item a:hover {
    color: #FF7A18;
}

/* Widget - Contact Info */
.educate-slide-contact-info-wrapper {
    display: flex;
    align-items: center;
}
.educate-slide-contact-info-wrapper .contactinfo-item {
    margin-right: 20px;
}
.educate-slide-contact-info-wrapper .contactinfo-item:last-child {
    margin-right: 0;
}
.educate-slide-contact-info-wrapper .contactinfo-item a {
    text-decoration: none;
    display: flex;
    align-items: center;
    font-weight: 300;
    color: #232323;
    font-size: 14px;
    line-height: 14px;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    -ms-transition: color .3s ease;
    transition: color .3s ease;
}
.educate-slide-contact-info-wrapper .contactinfo-item a:hover {
    color: #FF7A18;
}
.educate-slide-contact-info-wrapper .contactinfo-item a i {
    color: #FF7A18;
    font-size: 19px;
    line-height: 19px;
    margin-right: 10px;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    -ms-transition: color .3s ease;
    transition: color .3s ease;
}
/* align - right */
.educate-slide-contact-info-wrapper.educate-slide-contact-info-wrapper-align-right {
    justify-content: flex-end;
}
/* align - center */
.educate-slide-contact-info-wrapper.educate-slide-contact-info-wrapper-align-center {
    justify-content: center;
}
/* white */
.educate-slide-contact-info-wrapper.educate-slide-contact-info-wrapper-white a {
    color: white;
}
.educate-slide-contact-info-wrapper.educate-slide-contact-info-wrapper-white a:hover {
    color: #E3E3E3;
}
/* WIDGET - FEATURED BOX */
a.educate-slide-featured-box-wrapper {
    position: relative;
    display: flex;
    justify-content: flex-end;
    border-radius: 15px;
    height: 286px;
    overflow: hidden;
    width: 100%;
    background: black;
}
a.educate-slide-featured-box-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: width 0.5s ease, transform 0.5s ease, opacity 0.5s ease, max-width 0.5s ease;
    -moz-transition: width 0.5s ease, transform 0.5s ease, opacity 0.5s ease, max-width 0.5s ease;
    -o-transition: width 0.5s ease, transform 0.5s ease, opacity 0.5s ease, max-width 0.5s ease;
    -ms-transition: width 0.5s ease, transform 0.5s ease, opacity 0.5s ease, max-width 0.5s ease;
    transition: width 0.5s ease, transform 0.5s ease, opacity 0.5s ease, max-width 0.5s ease;
    opacity: 0.5;
}
a.educate-slide-featured-box-wrapper .educate-slide-featured-box-content-wrapper {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    color: white;
    padding: 30px;
}
a.educate-slide-featured-box-wrapper .educate-slide-featured-box-title {
    font-size: 27px;
    line-height: 30px;
    font-weight: 900;
}
a.educate-slide-featured-box-wrapper .educate-slide-featured-box-subtitle {
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    margin: 15px 0;
}
a.educate-slide-featured-box-wrapper .educate-slide-featured-box-button {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    color: #FFFFFF;
    background: rgb(255, 122, 24);
    background: -moz-linear-gradient(180deg, rgba(255, 122, 24, 1) 0%, rgba(255, 91, 24, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255, 122, 24, 1) 0%, rgba(255, 91, 24, 1) 100%);
    background: linear-gradient(180deg, rgba(255, 122, 24, 1) 0%, rgba(255, 91, 24, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff7a18",endColorstr="#ff5b18",GradientType=1);
    border-radius: 10px;
    padding: 14px 40px;
    text-align: center;
    font-size: 16px;
    line-height: 15px;
    font-weight: 500;
    box-shadow: 0;
    -webkit-transition: color .3s ease, background .3s ease, box-shadow .3s ease;
    -moz-transition: color .3s ease, background .3s ease, box-shadow .3s ease;
    -o-transition: color .3s ease, background .3s ease, box-shadow .3s ease;
    -ms-transition: color .3s ease, background .3s ease, box-shadow .3s ease;
    transition: color .3s ease, background .3s ease, box-shadow .3s ease;
}
/* hover */
a.educate-slide-featured-box-wrapper:hover img {
    opacity: 0.6;
}
a.educate-slide-featured-box-wrapper:hover .educate-slide-featured-box-button {
    box-shadow: 0 0 15px #FF7A18;
}
/* WIDGET - VIDEO BOX */
.educate-slide-video-box-wrapper {
    display: flex;
}
/* WIDGET - TICK BOX */
.educate-slide-tick-box-wrapper {
    display: flex;
    align-items: center;
}
.educate-slide-tick-box-wrapper > i {
    color: #F47822;
    font-size: 44px;
    line-height: 44px;
    margin-right: 10px;
}
.educate-slide-tick-box-wrapper .educate-slide-tick-box {
    color: #232323;
    font-size: 20px;
    line-height: 22px;
    font-weight: 900;
}
/* WIDGET - SERVICE BOX */
a.educate-slide-service-box-wrapper {
    min-height: 131px;
    display: flex;
    align-items: stretch;
    text-decoration: none;
    border-radius: 15px;
    overflow: hidden;
    background: white;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    width: 100%;
}
a.educate-slide-service-box-wrapper .educate-slide-service-box-content-wrapper {
    padding: 20px;
    flex: 1;
}
a.educate-slide-service-box-wrapper .educate-slide-service-box-content-wrapper {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
a.educate-slide-service-box-wrapper .educate-slide-service-box-content-wrapper .educate-slide-service-box-title {
    color: #A945B9;
    font-size: 24px;
    line-height: 27px;
    font-weight: 900;
}
a.educate-slide-service-box-wrapper.educate-slide-section-title-wrapper-colortheme-blue .educate-slide-service-box-content-wrapper .educate-slide-service-box-title {
    color: #1996FF;
}
a.educate-slide-service-box-wrapper.educate-slide-section-title-wrapper-colortheme-orange .educate-slide-service-box-content-wrapper .educate-slide-service-box-title {
    color: #FF7A18;
}
a.educate-slide-service-box-wrapper .educate-slide-service-box-content-wrapper .educate-slide-service-box-subtitle {
    color: #232323;
    margin-top: 10px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 900;
}
a.educate-slide-service-box-wrapper .educate-slide-service-box-image-wrapper {
    width: 85px;
    overflow: hidden;
}
a.educate-slide-service-box-wrapper .educate-slide-service-box-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* WIDGET - SUBJECT SLIDER */
.educate-slide-subject-slider-slide {
    position: relative;
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    overflow: hidden;
    border-radius: 15px;
    background: black;
}
.educate-slide-subject-slider-slide img {
    width: 100%;
    height: 100%;
    opacity: 0.9;
    object-fit: cover;
}
.educate-slide-subject-slider-slide .educate-slide-subject-slider-slide-title {
    width: 100%;
    position: absolute;
    text-align: center;
    top: 15px;
    color: white;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    text-shadow: 0 0 6px #0000007d;
    z-index: 4;
}
.educate-slide-subject-slider-slide .educate-slide-subject-comingsoon-overlay {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #ffffff94;
    color: #1e1e1e;
    font-size: 29px;
    line-height: 29px;
    font-weight: 900;
    text-align: center;
    z-index: 5;
}
.educate-slide-subject-slider-slide .educate-slide-subject-comingsoon-overlay span {
    transform: rotate(332deg);
}
/* Widget - Award Slider - Arrows */
.educate-slide-subject-slider-slides-wrapper .educate-slide-subject-slider-arrow {
    position: absolute;
    top: 50%;
    z-index: 10;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.educate-slide-subject-slider-slides-wrapper i.educate-slide-subject-slider-arrow {
    color: #FFF;
    font-size: 30px;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.educate-slide-subject-slider-slides-wrapper i.educate-slide-subject-slider-arrow:hover {
    cursor: pointer;
    color: #FF7A18;
}
.educate-slide-subject-slider-slides-wrapper .educate-slide-subject-slider-arrow.educate-slide-subject-slider-arrow-left {
    opacity: 0;
    left: 20px;
}
.educate-slide-subject-slider-slides-wrapper .educate-slide-subject-slider-arrow.educate-slide-subject-slider-arrow-right {
    opacity: 0;
    right: 20px;
}
.educate-slide-subject-slider-slides-wrapper:hover .educate-slide-subject-slider-arrow.educate-slide-subject-slider-arrow-left,
.educate-slide-subject-slider-slides-wrapper:hover .educate-slide-subject-slider-arrow.educate-slide-subject-slider-arrow-right {
    opacity: 1;
}
/* WIDGET - SUBJECT LIST */
.educate-slide-subject-list-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
/* SIZING */
@media (max-width: 767px) {
    /* Widget - Section Title */
    .educate-slide-section-title-wrapper {
        text-align: center !important;
    }
    .educate-slide-section-title-wrapper .educate-slide-section-title {
        font-size: 33px;
        line-height: 36px;
    }
    /* Widget - Social Icons */
    .educate-slide-social-icons-wrapper {
        justify-content: center;
    }
    /* Widget - Contact Info */
    .educate-slide-contact-info-wrapper {
        flex-direction: column;
        align-items: center;
    }
    .educate-slide-contact-info-wrapper .contactinfo-item {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .educate-slide-contact-info-wrapper .contactinfo-item:last-child {
        margin-bottom: 0;
    }
}
