main {
    font-family: 'Lato';
    font-style: normal;
    color: #354896 !important
}

h1, h2, body {
    color: #354896;
}

p {
    color: #354896;
    font-weight: normal;
}

.bg-darkblue {
    background: #354896;
}

.section-center-heading{
    margin-top:40px;
}

.hero-white-font{
    color: #000;
    padding: 20px;
}
.section-5 * {
    color: #354896;
}

.edu-vid-wrapper{
    aspect-ratio: 1 / 0.6535;
    padding: 0 10px;
}

.edu-vid-wrapper iframe{
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.font-black{
    color:#000;
}

.font-white{
    color:#fff;
}

.bottom-margin-for-footer{
    padding-bottom: 150px;
}

.rest-of-page, .edu-main-container {
    gap: 7vh;
}

.edu-main-container.hero-section, .section-6 {
    padding-top: 5vh;
}

.yellow-button {
	background-color:#FED777;
    opacity: 1;
	border:none;
	display:inline-block;
	cursor:pointer;
	color:#354896;
	font-size:20px;
    font-weight: 600;
	padding: 0.75rem 2rem 0.75rem 2rem;
    border-radius: 4px;
	text-decoration:none;
    user-select: none;
    white-space: nowrap;
    transition: all 0.3s ease-out;
}
.yellow-button:hover {
	background-color:#f7d06b;
    opacity: 1.1;
    color:#354896;
}
.yellow-button:active {
	position:relative;
	top:1px;
}

.cs-w{
    width:85%;
}

.edu-main-container .main-title {
    position: absolute;
    font-weight: 600;
    bottom: 36px;
    left: 17px;
    font-size: 27px;
    line-height: 27px;
    max-width: 302px;
    color: #FFFFFF;
}

.edu-main-container .main-image {
    object-fit: cover;
    object-position: bottom;
    height: 440px;
    width: 100%;
}

.edu-main-container .main-image h3{
    font-size:20px;
}

#eduVideo{
    width: 100%;
    height: 100%;
}

.edu-vision {
    padding: 20px;
    font-weight: 500;
    font-size: 19px;
    line-height: 28px;
    text-align: center;
}

.edu-details h5 {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
}

.edu-details p {
    font-size: 17px;
    line-height: 22px;
}

.edu-details img {
    width: 100%;
    max-width: 370px;
}

.centered-section h5 {
    font-weight: 600;
    font-size: 21px;
    line-height: 24px;
    text-align: center;
}

.centered-section p {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
}

.edu-photos p, .edu-testamonials p, .edu-teachers > p, .edu-product p {
    width: 100%;
    max-width: 520px;
}

.video-thumbnail {
    position: relative;
    outline: 4px solid #57CEDA;
    border-radius: 3px;
    cursor: pointer;
}

.video-thumbnail > img {
    width: 100%;
    height: 100%;
    max-width: 146px;
    max-height: 82px;
}

.video-thumbnail-overlay img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
    z-index: 10;
}

.video-thumbnail.selected {
    outline: 4px solid #F5B75C;
    border-radius: 3px;
    cursor: default;
}

.video-thumbnail-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-thumbnail-overlay .gray-overlay {
    background-color: #FFF;
    opacity: 0.7;
    width: 100%;
    height: 100%;
}

.video-thumbnail-overlay:hover img {
    width: 50px;
    height: 50px;
    transition: 0.3s;
}

.video-thumbnail.selected .video-thumbnail-overlay {
    display: none;
}

.thumb-title {
    position: absolute;
    font-weight: 600;
    font-size: 15px;
    line-height: 16px;
    text-align: center;
    bottom: -45px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 130px;
}

.blue-card {
    width: 100%;
    background: #fffcf4;
    border-radius: 10px;
    padding: 18px;
    text-align: start;
}

.blue-card h5 {
    font-weight: 800 !important;
    font-size: 22px !important;
    line-height: 25px !important;
    text-align: start !important;
}

.blue-card p {
    font-size: 16px !important;
    line-height: 23px !important;
    text-align: start !important;
}

.blue-card .blue-card-icon {
    height: 35px;
    margin-bottom: 16px;
}

.yellow-demo {
    background: #FED777;
    border-radius: 10px;
    margin-left: 5px;
    width: 98%;
    height: 472px;
    padding: 50px 20px;
    background-image: url('/static/images/edu/ball.svg');
    background-repeat: no-repeat;
    /* background-position: 300px 220px;
    background-size: 80%; */
    background-position: 30px 140px;
    background-size: 150%;
}





.yellow-demo-bg {
    position: absolute;
    top: 0;
    left: 0px;
    transform: rotate(-2deg);
    background: #354896;
    border-radius: 10px;
    width: 100%;
    height: 472px;
    z-index: -1;
}

.yellow-demo h5 {
    font-weight: 700;
    font-size: 24px;
    line-height: 27px;
}

.yellow-demo p {
    font-size: 18px;
    line-height: 26px;
    margin-top: 10px;
}

.yellow-demo input {
    width: 100%;
    height: 50px;
    border: 2px solid #354896;
    border-radius: 4px;
    padding: 0 20px;
    outline: 0;
}

.yellow-demo input::placeholder {
    font-style: italic;
    font-size: 16px;
    line-height: 28px;
}

.blue-demo {
    background: #354896;
    border-radius: 10px;
    margin-left: 5px;
    width: 98%;
    min-height: 450px;
    padding: 50px 42px;
    background-image: url('/static/images/edu/blue-demo-bg.svg');
    background-repeat: no-repeat;
/*    background-position: left bottom;*/
    background-position: -70px bottom;
    background-size: 40%;
}

.blue-demo-bg {
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-2deg);
    background: #FED777;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.blue-demo h5 {
    color: #FFF;
    font-weight: 700;
    font-size: 32px;
    line-height: 34px;
}

.blue-demo p {
    color: #FFF;
    font-size: 18px;
    line-height: 30px;
    margin-bottom:27px;
}

.blue-demo input {
    width: 100%;
    max-width: 450px;
    height: 50px;
    border: 2px solid #354896;
    border-radius: 4px;
    padding: 0 20px;
    outline: 0;
}

.blue-demo .seperator {
    width: 97px;
    border-bottom: 2px solid #FED777;
    height: 1px;
}

.testamonial-card {
    background: #56ABC6;
    border-radius: 10px;
    padding: 43px 59px;
    width: 100%;
    max-width: 835px;
    margin-top: 40px;
}

.testamonial-content p {
    margin-top: 32px;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
}

.testamonial-content h5 {
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
    font-style: italic;
}

.testamonial-image {
    position: absolute;
    left: 50%;
    top: -36px;
    transform: translate(-50%, 0);
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 4px solid #9acddd;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.45);
}

.testamonial-image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.quote-icon {
    position: absolute;
    top: 50px;
    left: 36px;
    width: 50px;
    height: 50px;
}

.edu-photo-card {
    position: relative;
    height: 272px;
    border-radius: 10px;
}

.edu-photo-card.quote-card {
    padding: 20px;
    max-width: 354px;
}

.edu-photo-card.full-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.edu-photo-card.yellow {
    background-color: #FED777;
}

.edu-photo-card.red {
    background-color: #FE6E63;
    color: white;
}

.edu-photo-card.blue {
    background-color: #56B2C6;
    color: white;
}

.edu-photo-card h5 {
    font-weight: 600;
    font-size: 19px;
    line-height: 26px;
    text-align: center;
}

.edu-photo-card p {
    font-size: 16px;
    line-height: 23px;
    text-align: center;
}

.edu-photo-card.blue p, .edu-photo-card.red p {
    color: white;
}

.edu-photo-card .quote-icon {
    top: 15px;
    left: 40px;
}

.edu-photo-card-mobile > img{
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    height: 307px;
    width: 100%;
    object-fit: cover;
}

.edu-photo-card-mobile .edu-photo-card{
    border-radius: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 20px;
    max-width: unset;
    height: 100%;
}

.top-balls {
    position: absolute;
    top: -50px;
    left: 60%;
    width: 28px;
    height: 28px;
    z-index: -1;
    background-image: url('/static/images/edu/top-balls.svg');
}

.bottom-balls {
    position: absolute;
    top: 80px;
    max-width: 564px;
    width: 100%;
    height: 60px;
    z-index: -1;
    background-image: url('/static/images/edu/bottom-balls.svg');
    background-repeat: no-repeat;
    left: 50%;
    transform: translate(-50%, 0);
}

.right-balls {
    position: absolute;
    top: -20px;
    right: -66px;
    width: 157px;
    height: 79px;
    z-index: -1;
    background-image: url('/static/images/edu/right-balls.svg');
    background-repeat: no-repeat;
}

.left-balls {
    position: absolute;
    top: -21px;
    left: -45px;
    width: 132px;
    height: 63px;
    z-index: -1;
    background-image: url('/static/images/edu/left-balls.svg');
    background-repeat: no-repeat;
}

.case-study-promo-text {
    margin-top: 30px;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}

.case-study-promo-image img {
    max-width: 400px;
    width: 100%;
    min-width: 250px;
    aspect-ratio: 1/1;
}

.b2c-image img{
    max-width: 561px;
    width: 100%;
    min-width: 250px;
    aspect-ratio: 1.4/1;
}

/* .dark-blue-button-hero{
    padding: 1.2rem 1.5rem 1.2rem 1.5rem;
} */


.assignment-text .dark-blue-button {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    height: 68px;
    width: fit-content;
}

.case-study-promo-text .dark-blue-button {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    height: 68px;
    width: fit-content;
}


.case-study-promo-text h5, .assignment-text h5 {
    font-weight: 600;
    font-size: 21px;
    line-height: 28px;

    /*font-size: 31px;
    line-height: 37px;
    font-weight: 600;    */
}

.case-study-promo-text p, .assignment-text p {
    font-size: 19px;
    line-height: 25px;
    margin-bottom: 30px;
}

/**** CASE STUDY ****/

.case-study-container .seperator {
    width: 193px;
    border-bottom: 3px solid #354896;
    height: 1px;
}

.case-study-quote-image img {
    width: 257px;
    height: 255px;
}

.case-study-quote-image {
    width: fit-content;
}

.case-study-quote-text {
    margin-top: 80px;
}

.case-study-quote-text .quote-icon {
    z-index: -1;
    top: -40px;
    left: 0px;
    width: 72px;
    height: 72px;
}

.padded-section {
    padding-right: unset;
}

.case-study-container p {
    font-size: 18px;
    line-height: 24px;
}

.case-study-quote-image-bg .case-study-quote-image-arrow {
    background-color: #354896;
    border-left: 1px solid #354896;
    border-top: 1px solid #354896;
    transform: rotate(45deg) translate(-50%,-50%)!important;
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: -20px;
    left: 33px;
}

.case-study-photos-mobile img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

/**** END CASE STUDY ****/

@media (min-width: 776px) {

    .blue-demo p {
        width:75%;
        margin:0 auto;
        margin-bottom: 27px;
    }

    .case-study-promo-text {
        margin-left: 70px;
        max-width: 610px;
    }

    /* .assignment-text{
        margin-right: 70px;
        max-width: 610px;
    } */

    .assignments-image img{
        width: 561px;
        /* height: 609px; */
    }


    .case-study-promo-text h5, .assignment-text h5 {
        font-size: 31px;
        line-height: 37px;
        font-weight: 600;
    }

    .case-study-promo-text p, .assignment-text p {
        font-size: 18px;
        line-height: 28px;
    }

    .case-study-quote-text p, .assignment-text p {
        font-size: 18px;
        line-height: 24px;
    }

    .case-study-quote-text h6, .assignment-text h6 {
        font-size: 19px;
        line-height: 25px;
    }

    .case-study-quote-text .quote-icon {
        top: -30px;
        left: -4px;
    }

    .padded-section {
        padding-right: 200px;
    }

    .edu-main-container .main-image {
        height: unset;
        width: 100%;
    }

    .testamonial-card {
        margin-top: unset;
    }

    .testamonial-image {
        position: relative;
        left: 45px;
        top: 0px;
        width: 108px;
        height: 108px;
        border-radius: 50%;
        border: 7px solid #9acddd;
        box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.45);
    }

    .testamonial-image img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }

    .quote-icon {
        position: absolute;
        top: 30px;
        left: 180px;
        width: 75px;
        height: 75px;
    }

    .blue-demo {
        min-height: unset;
        background-size: 26%;
    }
}

@media (min-width: 992px) {

    .case-study-quote-text .quote-icon {
        top: 0px;
        left: -40px;
    }

    .case-study-quote-text {
        margin-top: unset;
        margin-left: 80px;
    }

    .case-study-promo-text {
        margin-top: unset;
    }

    .edu-main-container {
        gap: 14vh;
    }



    .edu-main-container .main-title {
        font-weight: 700;
        bottom: 30px;
        left: 36px;
        color: #fff;
        font-size: 50px;
        line-height: 52px;
        max-width: 610px;
    }

    .edu-vision {
        padding: 29px;
        font-weight: 500;
        font-size: 21px;
        line-height: 28px;
        text-align: center;
    }

    .edu-details h5 {
        font-weight: 600;
        font-size: 22px;
        line-height: 32px;
    }

    .edu-details p {
        font-size: 18px;
        line-height: 25px;
    }

    .centered-section h5 {
        font-weight: 600;
        font-size: 34px;
        line-height: 37px;
        text-align: center;
    }

    .centered-section p {
        font-weight: 400;
        font-size: 18px;
        line-height: 25px;
        text-align: center;
    }

    .blue-card {
        max-height: 286px;
    }

    .yellow-demo {
        background: #FED777;
        border-radius: 10px;
        width: 100%;
        height: 100%;
        padding: 50px 62px;
        background-image: url('/static/images/edu/ball.svg');
        background-repeat: no-repeat;
        background-position: 430px -180px;
        background-size: 80%;
    }

    .yellow-demo-bg {
        position: absolute;
        top: 0;
        left: -10px;
        transform: rotate(2deg);
        background: #354896;
        border-radius: 10px;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

    .yellow-demo h5 {
        font-weight: 700;
        font-size: 32px;
        line-height: 34px;
    }

    .yellow-demo p {
        width: 100%;
        font-size: 18px;
        line-height: 26px;
        margin-top: 10px;
        margin-bottom: 0;
    }
    .yellow-demo .contact-container {
        width: 50%;
    }

    .yellow-demo .text-container {
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .right-balls {
        top: 0;
        right: 0;
    }

    .left-balls {
        top: 0;
        left: 0;
    }
}