.navbar-brand img {
    height: 50px;
}

.bg-blue {
    background-color: #0861BA;
}

.text-blue {
    color: #0861BA;
}

#hero .fancy {
    background-image: url(../assets/images/bg-images/hero.png);
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
    height: 450px;
}

#slider {
    height: 400px;
    background-color: #EFFFF3;
    color: #080605;
}

#slider h4 {
    margin-bottom: 45px;
    font-weight: 500;
}

#slider button {
    margin-top: 45px;
}

#featured-courses .title {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: normal;
}

#featured-courses .sub-title {
    color: #080605;
    font-size: 16px;
}

.course-grid-container {
    padding: 20px 0px;
}

.course-grid-container .grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, 30%);
    justify-content: flex-start;
    grid-gap: 4%;
}

.course-grid-container .grid .tile {
    cursor: pointer;
    height: 300px;
    background-color: #fff;
    border: 1px solid #DFDFDF;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    transition: all .2s linear;
    margin-bottom: 25px;
    overflow: hidden;
}

.course-grid-container a {
    text-decoration: none;
    color: inherit
}


.course-grid-container .grid .tile .banner {
    width: 100%;
    height: 215px;
    min-height: 215px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #080605;
}

.course-grid-container .grid .tile .inner {
    width: 100%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
}

#team {
    background-color: #FBF9F8;
}

#team-slider .avatar{
    max-height: 120px;
    max-width: 120px;
    min-width: 120px;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 120px;
    filter: grayscale(1);
}

#team .title {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 43px;
    line-height: normal;
}

#team .sub-title {
    color: #080605;
    font-size: 16px;
    width: 60%;
    margin-bottom: 50px;
}

#team .team-card .card-body .name {
    color: #080605;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

#career-paths .title {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: normal;
}

#career-paths .sub-title {
    color: #080605;
    font-size: 16px;
    width: 60%;
    margin-bottom: 50px;
}

.paths-grid-container {
    padding: 20px 0px;
}

.paths-grid-container .grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, 30%);
    justify-content: flex-start;
    grid-gap: 4%;
}

.paths-grid-container .grid .tile {
    cursor: pointer;
    height: 300px;
    background-color: #fff;
    border: 1px solid #DFDFDF;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    transition: all .2s linear;
    margin-bottom: 25px;
    overflow: hidden;
}

.paths-grid-container .grid a{
    text-decoration: none;
    color: inherit
}

.paths-grid-container .grid .tile .banner {
    width: 100%;
    height: 215px;
    min-height: 215px;
    background-position: center;
    background-size: auto 130px;
    background-repeat: no-repeat;
    background-color: #F3F5FF;
}

.paths-grid-container .grid .tile .inner {
    width: 100%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

.paths-grid-container .grid .tile .inner .name {
    font-size: 16px;
    font-weight: 500;
}

#our-success {
    background-color: #F3F9FF;
}

#our-success .title {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: normal;
}

#our-success .sub-title {
    color: #080605;
    font-size: 16px;
    width: 100%;
    margin-bottom: 50px;
}

#our-success .video-wrapper {
    overflow: hidden;
    border-radius: 10px;
}

#our-success .video-wrapper iframe {
    margin-bottom: 20px;
    width: 100%;
    height: 220px;
    border-radius: 6px;
}

#our-success .video-wrapper .video-title {
    color: #080605;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
}

#our-success .video-wrapper .video-caption {
    color: #080605;
    font-weight: normal;
}

#what {
    background-color: #fff;
}

#what .avatar{
    min-width: 120px;
    max-width: 120px;
    min-height: 120px;
    max-height: 120px;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
}

#what .title {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 50px;
    line-height: normal;
}

#what .client-card .name {
    color: #FF6963;
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
}

#what .client-card .designation {
    color: #080605;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    margin-top: 5px;
}

#what .client-card .description {
    margin-top: 15px;
    color: #080605;
    font-size: 16px;
    font-weight: normal;
}

#sponsors {
    height: 320px;
    background-color: #FFF2E9;
}

#sponsors .title {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 45px;
    line-height: normal;
}

#footer {
    background-color: #01284E;
    color: #fff;
}


#footer .title {
    color: #6C859E;
}

#footer .det {
    font-size: 14px;
}

#footer .det-sm {
    font-size: 12px;
}

#footer a {
    text-decoration: none;
    display: block;
}

#footer-bottom .left {
    width: 40%;
}

#footer-bottom .right {
    width: 40%;
}

#recommend-course .title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: normal;
}

#recommend-course .sub-title {
    font-size: 43px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: normal;
}


#recommend-course .course-grid-container {
    padding: 20px 0px;
}

#recommend-course .course-grid-container .grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, 245px);
    justify-content: flex-start;
    grid-gap: 4%;
}

#recommend-course .course-grid-container .grid .tile {
    cursor: pointer;
    height: 240px;
    background-color: #fff;
    border: 1px solid #DFDFDF;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    transition: all .2s linear;
    margin-bottom: 25px;
    overflow: hidden;
}

#recommend-course .course-grid-container .grid .tile .banner {
    width: 100%;
    height: 163px;
    min-height: 163px;
    background-position: center;
    background-size: auto 130px;
    background-repeat: no-repeat;
    background-color: #F3F5FF;
}

#recommend-course .course-grid-container .grid .tile .inner {
    width: 100%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

#recommend-course .course-grid-container .grid .tile .inner .name {
    font-size: 16px;
    font-weight: 500;
}

.try-still {
    background-color: #F3F9FF;
}

.try-still .title {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: normal;
}

.try-still .sub-title {
    color: #646464;
    font-size: 28px;
    width: 100%;
    margin-bottom: 50px;
}

.try-still .btn-xl {
    width: 340px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.fancy-sec {
    min-height: 500px;
}

.fancy-sec .title {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: normal;
}

.fancy-sec .sub-title {
    color: #080605;
    font-size: 16px;
    width: 100%;
    margin-bottom: 50px;
}

.lefty {
    background-position: right bottom;
    background-size: contain;
    background-repeat: no-repeat;
}

.righty {
    background-position: left bottom;
    background-size: contain;
    background-repeat: no-repeat;
}

.stack-1 {
    background-image: url(../assets/images/fancy/1.png);
}

.stack-2 {
    background-image: url(../assets/images/fancy/2.png);
}

.stack-2-mob {
    background-image: url(../assets/images/fancy/2.png);
    display: none;
}

.stack-3 {
    background-image: url(../assets/images/fancy/3.png);
}

.stack-4 {
    background-image: url(../assets/images/fancy/4.png);
}

.stack-4-mob {
    background-image: url(../assets/images/fancy/4.png);
    display: none;
}

.hide-pc {
    display: none;
}


.fancy-path {
    min-height: 450px;
    max-height: 450px;
    padding: 50px 0px;
}

.fancy-path .title {
    color: #0861BA;
    font-size: 32px;
    margin-bottom: 20px;
}

.fancy-path .description {
    color: #080605;
    font-size: 16px;
    margin-bottom: 20px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 20px;
    max-height: 100px;
    max-width: 500px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.fancy-path img {
    height: 350px;
}

.bg-white {
    background-color: #FFF;
}

.bg-l-blue {
    background-color: #F3F9FF;
}

/* Course Page */
#banner {
    background-color: #0861BA;
    padding-top: 55px;
    min-height: 245px;
}

#banner .title {
    font-size: 38px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 25px;
}

#banner img {
    max-height: 300px;
}

#banner .btn-learn {
    outline: 2px solid #fff;
    color: #fff;
    border-radius: 0;
    width: 230px;
}

#course-content .features {
    padding: 30px 0px;
}

#course-content .features .title {
    color: #10802D;
    font-size: 14px;
    margin-bottom: 10px;
}

#course-content .features .description {
    font-size: 14px;
    color: #080605;
    margin-bottom: 30px;
}

#course-content .label {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 17px;
    color: #080605;
}

#course-content .info-block .info {
    font-size: 16px;
    color: #080605;
    margin-bottom: 27px;
}

#course-content .learning-outcomes {
    border: 1px solid #08BA37;
    border-radius: 4px;
    padding: 20px;
}

#course-content .learning-outcomes .description {
    font-size: 16px;
    color: #080605;
    margin-bottom: 15px;
}


#course-content .career-courses li::marker {
    color: #08BA37;
}

#course-content .career-courses li {
    margin-bottom: 10px;
}

#course-content .outcomes li {
    padding-left: 15px;
    margin-bottom: 18px;
}

#course-page-footer {
    min-height: 170px;
    padding: 20px;
    background-color: #F3F9FF;
}

#course-page-footer button {
    color: #fff;
    background-color: #0861BA;
    width: 350px;
}

@media only screen and (max-width: 599px) {
    .navbar-brand img {
        height: 50px;
        width: calc(100vw - 100px);
    }

    #hero .fancy {
        min-height: 240px;
        max-height: 240px;
        background-size: 80vw auto;
        background-position: bottom center;
    }

    #hero .h-btn {
        width: 100%;
    }

    #slider {
        padding: 30px 0px;
        height: auto;
    }

    #slider h4 {
        font-size: 26px;
        line-height: 1.3;
    }

    #slider p {
        font-size: 14px;
        line-height: 1.8;
    }

    #slider button {
        margin-top: 45px;
    }

    .carousel-indicators,
    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }

    .carousel-item div {
        width: 100% !important;
    }

    .course-grid-container {
        margin-bottom: 0px !important;
    }

    .course-grid-container .grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, 100%);
        justify-content: flex-start;
        grid-gap: 10px;

    }

    #team .title {
        font-size: 26px;
        line-height: 1.3;
        margin-bottom: 20px;
    }

    #team .sub-title {
        font-size: 14px;
        line-height: 1.8;
        width: 100%;
    }

    #career-paths {
        padding-bottom: 0px !important;
    }

    #career-paths .title {
        font-size: 26px;
        line-height: 1.3;
        margin-bottom: 20px;
    }

    #career-paths .sub-title {
        font-size: 14px;
        line-height: 1.8;
        width: 100%;
        margin-bottom: 25px;
    }

    #career-paths .container {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .paths-grid-container .grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, 100%);
        justify-content: flex-start;
        grid-gap: 10px;
        padding-bottom: 0px !important;
    }

    #our-success {
        padding-bottom: 0px !important;
        padding-top: 0px !important;
    }

    #footer .det {
        font-size: 14px;
    }

    #footer .det-sm {
        font-size: 10px;
    }

    #footer-bottom .left {
        width: 100%;
        margin-bottom: 20px;
    }

    #footer-bottom .right {
        width: 100%;
    }

    #recommend-course .title {
        font-size: 16px;
    }

    #recommend-course .sub-title {
        font-size: 23px;
    }


    #recommend-course .course-grid-container {
        padding: 20px 0px;
    }

    #recommend-course .course-grid-container .grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, 100%);
        justify-content: flex-start;
        grid-gap: 10px;
    }

    .try-still {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .try-still .btn-xl {
        width: 100%;
        height: 64px;
    }

    .try-still .title {
        font-size: 26px;
        line-height: 1.5;
    }

    .try-still .sub-title {
        font-size: 14px;
    }

    .fancy-sec {
        min-height: 350px;
        padding: 5px !important;
    }

    .fancy-sec {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .fancy-sec .title {
        font-size: 28px;
        text-align: center;
        margin-bottom: 50px;
    }

    .fancy-sec .sub-title {
        font-size: 16px;
        margin-bottom: 15px;
        text-align: center;
    }

    .lefty {
        background-position: center;
        background-size: 150px auto;
    }

    .righty {
        background-position: center;
        background-size: 150px auto;
    }

    .stack-2 {
        display: none;
    }

    .stack-2-mob {
        display: flex
    }

    .stack-4 {
        display: none;
    }

    .stack-4-mob {
        display: flex;
    }

    .hide-mob {
        display: none;
    }

    .fancy-path {
        max-height: unset;
    }

    .fancy-path {
        text-align: center;
    }

    .fancy-path img {
        height: 150px;
        margin-bottom: 15px;
    }

    .fancy-path .mobile-reverse {
        flex-direction: column-reverse;
    }


}