﻿
.logos {
    max-width: 100%;
}

.knowledgeText {
    font-size: 34px;
    font-weight: 700;
    color: #4d4084;
}

.h1-box {
    color: #000000
}

.bgimage {
    color: white;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 10px;
}

.bgwhite {
    background-color: white;
}

.bgpurplecolor {
    background-color: #4d4084;
}

.bglightpurplecolor {
    background-color: #8679a8;
}
.vimeoFrameParentDiv {
    background-color: white;
    width: 90%;
    position: relative;
    z-index: 10;
}
.vimeoFrame {
    aspect-ratio: 2 / 1;
    width: calc(100% - 10px);
    border: 5px solid lightgray;
    margin: 5px;
}

.bgbox1, .bgbox2 {
    padding: 30px 30px 10px 30px;
    display: grid;
    justify-items: center;
}

.bgbox2logo, .bgbox2logo-mobile {
    position: relative;
    padding: 15px;
}

.bgbox1logo, .bgbox1logo-mobile {
    position: relative;
}

.player .vp-video-wrapper .vp-preview {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0;
    right: 0;
}

.rowpadd {
    padding-bottom: 25px;
    padding-top: 25px;
    min-height: 400px;
}
.minheight300px {
    min-height: 300px;
}
    .rowpadd h1 {
        color: #fff;
        font-size: 32px;
        font-weight: bold;
    }


.mar15 {
    margin-top: 15px;
}

.course-logo img {
    width: 50%;
    cursor: pointer;
}

.rowpadd h2 {
    font-size: 20px !important;
    color: #fff;
}

.awardsParentDiv {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.margin10 {
    margin-top: 10px;
}

.carousel { min-height: 200px; }

.carousel-indicators li {
    background-color: rgb(193 193 193) !important;
    border: 1px solid #c1c1c1 !important;
    border-radius: 50px !important;
    height: 20px !important;
    width: 20px !important;
}

    .carousel-indicators li.active {
        background-color: rgb(15 18 46) !important;
        border: 1px solid rgb(15 18 46) !important;
    }

.carousel-inner > .item.active {
    text-align: center;
}

.carousel-inner {
    padding-bottom: 40px !important;
}

.productExpertBtn, .talkToExpertBtn, .TryDemoBtn, .learnMoreBtn {
    background-color: #26cdbf;
    border-color: #26cdbf;
    border-radius: 30px;
    font-size: 20px;
    color: white;
    font-weight: 700;
}
.productExpertBtn {
    padding: 15px 40px;
}
.talkToExpertBtn, .TryDemoBtn, .learnMoreBtn {
    padding: 7px 30px;
    border: 4px solid white !important;
    margin: 0 10px 10px 0;
    min-width: 220px;
    min-height: 50px;
}

.gatewayToStudentSuccess {
    color: #4d4084;
    font-size: 50px;
    font-weight: 700;
    line-height: 1
}

.gatewayToStudentSuccess-p {
    font-size: 20px;
    line-height: 1.2
}

.boxParentDivForPurpleBgWithVideo, .boxParentDivForLightPurpleBgWithVideo {
    position: absolute;
    height: 88%;
    width: 90%;
    place-content: end;
    display: grid;
}
.boxDivForPurpleBgWithVideo {
    position: absolute;
    top: 15px;
    left: 80px;
    height: 210px;
    width: 459px;
    background-color: rgb(134 121 168 / 50%);
    transform: rotate(10deg);
}

.boxParentDivForLightPurpleBgWithVideo {
    place-content: start;
}

.boxDivForLightPurpleBgWithVideo {
    position: absolute;
    top: 25px;
    left: -30px;
    height: 210px;
    width: 450px;
    background-color: rgb(77 64 132 / 50%);
    transform: rotate(-7deg);
}

.smallBoxParentDivForPurpleBg, .smallBoxParentDivForLightPurpleBg {
    position: absolute;
    min-height: 250px;
    width: calc(100% - 30px);
    place-content: center;
}
.smallBoxParentDivForPurpleBg {
    display: grid;
    place-content: start;
    padding: 50px 100px;
}
.smallBoxParentDivForLightPurpleBgDesktop {
    display: grid;
    place-items: center;
    align-content: space-between;
    position: absolute;
    top: -5px;
}
.smallBoxParentDivForLightPurpleBgMobile {
    display: none;
}
.smallBoxDivForLightPurpleBg {
    height: 200px;
    width: 400px;
    background-color: rgb(77 64 132 / 60%);
    transform: rotate(5deg);
}
.smallBoxDivForPurpleBg {
    height: 200px;
    width: 400px;
    background-color: rgb(134 121 168 / 60%);
    transform: rotate(-5deg);
}

@media screen and (max-width: 1024px) {
    .knowledgeText { font-size: 28px; }
    .gatewayToStudentSuccess { font-size: 40px; }
    .boxDivForPurpleBgWithVideo {
        height: 170px;
        width: 366px;
        top: 20px;
        left: 70px;
    }
    .boxDivForLightPurpleBgWithVideo {
        height: 170px;
        width: 357px;
        top: 25px;
        left: -10px;
    }
    .smallBoxParentDivForPurpleBg { padding: 50px; }
}

@media screen and (min-width: 768px) {
    .carousel-indicators {
        bottom: 0px !important;
    }
}

@media screen and (max-width: 768px) {
    .knowledgeText { font-size: 34px; }
    .gatewayToStudentSuccess { font-size: 38px; }
    .teach-btn {
        width: 50%;
    }

    .admin-btn {
        width: 50%;
    }

    .bgimage {
        background-size: cover !important;
    }

    .video-container-left {
        width: 100%;
        left: 20%;
        padding-bottom: 55.25%;
        transform: translate(-10px, 20px);
    }

    .video-container-right {
        width: 100%;
        left: 15%;
        padding-bottom: 55.25%;
        transform: translate(-50px, 20px);
    }

    .bgbox2logo, .bgbox1logo { background-image: none; min-height: auto; }

    .boxDivForPurpleBgWithVideo {
        left: 160px;
        height: 260px;
        width: 500px;
    }
    .boxDivForLightPurpleBgWithVideo {
        height: 280px;
        width: 583px;
        top: 10px;
        left: -20px;
    }
    .smallBoxParentDivForLightPurpleBgDesktop {
        display: none;
    }
    .smallBoxParentDivForLightPurpleBgMobile {
        display: grid;
        align-content: space-between;
    }
    
    .smallBoxParentDivForPurpleBg {
        align-content: space-between;
        place-content: center;
        padding: 0;
    }

    .carousel { min-height: 220px; }
}

@media screen and (max-width: 767px) {
    .vimeoFrameParentDiv { width: 105%; }
    .productExpertBtn {
        font-size: 14px;
    }
    .gatewayToStudentSuccess { font-size: 30px;}
    .gatewayToStudentSuccess-p { font-size: 14px; }
    .knowledgeText {
        font-size: 24px;
    }
    .boxDivForPurpleBgWithVideo {
        left: 50px;
        height: 135px;
        width: 275px;
    }
    .boxDivForLightPurpleBgWithVideo {
        height: 135px;
        width: 275px;
        top: 20px;
        left: 5px;
    }
    .smallBoxDivForLightPurpleBg {
        height: 175px;
        width: 275px;
    }
    .smallBoxParentDivForPurpleBg {
        padding: 10px 50px;
    }
    .smallBoxDivForPurpleBg {
        height: 175px;
        width: 275px;
    }
    .carousel { min-height: 250px; }
}

@media screen and (min-width: 769px) {
    .bgbox2logo-mobile, .bgbox1logo-mobile { background-image: none; }
}

.padding20px { padding: 20px; }

.learnMoreLink, .learnMoreLink:hover, .learnMoreLink:active, .learnMoreLink:focus {
    color: #26cdbf;
    font-weight: bold;
}