@import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Quicksand:wght@700&family=Roboto:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Quicksand:wght@700&display=swap');

html,
body {
    overflow-x: hidden;
    max-width: 100%;
}

.page-header {
    margin-top: 5rem !important;
}

.page-header {
    padding: 50px 0px;
    background: #F4FDFF;
    position: relative;
    background: linear-gradient(#0000ff28, #0080003c), url('../images/svg/new.svg') no-repeat;
    background-size: cover;
    background-position: 0px 10%;
    text-align: center;
}

.page-header .page-header-content ul li {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.page-header .page-header-content ul li a {
    color: #fff;
    opacity: .7;
}

.page-header .page-header-content h1 {
    font-family: "Quicksand", sans-serif !important;
    font-size: 68px;
    color: #fff;
}

.placement-content {
    padding: 0rem 1rem 1rem 0rem;
}

.placement-section .text-color {
    color: linear-gradient(#46c0bd, #95abbb);
}

.media-grid .row {
    display: flex;
    row-gap: 1.5rem;
}

.media-grid .media {
    height: 100%;
    align-content: flex-start;
    border-radius: 1rem;
    padding: 1.25rem 0.75rem 1.25rem 1.25rem;
    box-shadow: #0366d6 0px 0px 0px 3px;
}

.media:hover {
    box-shadow: 0px 0px 5px 5px #5a5a5a;
}

.media-grid .media-heading {
    padding: 0.5rem 0rem 0rem 0.5rem;
    font-size: 26px;
}

.media-body {
    margin-top: 0.5rem;
}

.media-body p {
    margin-bottom: 0rem;
}

.preparation,
.networking,
.job,
.support {
    padding: 15px 10px 0px 20px;
    border-radius: 10px;
    height: 100%;
    box-shadow: 19px 22px 0px -12px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}

.content-body {
    display: flex;
    flex-direction: column;
}

.content-body p {
    margin: 0;
    flex-grow: 1;
}

.preparation:hover {
    border: 3px solid black;
}

.networking:hover {
    border: 3px solid black;
}

.job:hover {
    border: 3px solid black;
}

.support:hover {
    border: 3px solid black;
}

.icon img {
    height: 64px;
    width: 64px;
}

.preparation {
    background-color: #ea2cff;
    color: white;
    border: 3px solid #ea2cff;
}

.support {
    background-color: #5e4eff;
    color: white;
    border: 3px solid #5e4eff;
}

.networking {
    background-color: #fda04d;
    color: white;
    border: 3px solid #fda04d;
}

.job {
    background-color: #46c0bd;
    color: white;
    border: 3px solid #46c0bd;
}

.process h3 {
    padding: 0.5rem 0rem 0.5rem 0.375rem;
}

.st-testimonials {
    position: relative;
    margin-top: 30px;

    h2 {
        font-size: 30px;
        text-align: center;
        color: #333333;
        margin-bottom: 1rem;
    }

    .owl-stage-outer {
        padding: 15px 0px 30px 0px;
    }

    .owl-nav {
        display: none;
    }

    .owl-dots {
        text-align: center;

        span {
            position: relative;
            height: 10px;
            width: 10px;
            border-radius: 50%;
            display: block;
            background: #fff;
            border: 2px solid #01b0f8;
            margin: 0 5px;
        }

        .active {
            box-shadow: none;

            span {
                background: #01b0f8;
                box-shadow: none;
                height: 12px;
                width: 12px;
                margin-bottom: -1px;
            }
        }
    }

    .card {
        box-shadow: 0 8px 30px -7px #c9dff0;
        margin: 0 20px;
        padding: 0 10px;
        border-radius: 20px;
        border: 0;
        /* height: 420px; */
        border: 2px solid #01b0f8;
        height: 100%;

        .card-img-top {
            max-width: 100px;
            border-radius: 50%;
            margin: 15px auto 0;
            /* box-shadow: 0 8px 20px -4px #95abbb; */
            width: 80px;
            height: 80px;
        }

        h5 {
            color: #01b0f8;
            font-size: 21px;
            line-height: 1.3;

            span {
                font-size: 18px;
                color: #000000;
            }
        }
    }

    .card-body {
        display: flex;
        flex-direction: column;

    }

    .card-text {
        flex-grow: 1;
    }


    .active {
        transition: all 0.3s;
    }

    .center {
        opacity: 1;

        h5 {
            font-size: 24px;

            span {
                font-size: 20px;
            }
        }

        .card-img-top {
            max-width: 100%;
            height: 120px;
            width: 120px;
        }
    }
}

.owl-carousel {
    .owl-nav button {

        &.owl-next,
        &.owl-prev {
            outline: 0;
        }
    }

    button.owl-dot {
        outline: 0;
    }
}

@media (max-width:992px) {
    .custom-column-reverse {
        display: flex;
        flex-direction: column-reverse;
    }

    .placement-section img {
        width: 90%;
    }
}

@media (max-width:768px) {

    .preparation,
    .networking,
    .job,
    .support {
        padding: 15px 10px 0px 20px;
        border-radius: 10px;
        box-shadow: 19px 22px 0px -12px rgba(0, 0, 0, 0.1);
        margin-top: 20px;
    }

    .process h3 {
        padding: 0.5rem 0rem 0.5rem 0.5rem;
    }

    .st-testimonials {
        margin-top: 20px;
    }
}

@media (max-width:480px) {
    .icon img {
        height: 54px;
        width: 54px;
    }

    .media-grid .media-heading {
        padding: 0.5rem 0rem 0rem 0rem;
        font-size: 25px;
    }

    .media-grid>.row {
        gap: 1rem;
    }
}