body {
    background-color: #f5f5f5;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Roboto Slab", serif;

}

section.section {
    padding: 60px 0;
}

.banner-section {
    background: url('../img/home-banner.png');
    background-size: cover;
    background-position: center;
}

.logo {
    margin-bottom: 30px;
    max-width: 100px;
}

.banner-heading h1 {
    font-size: 70px;
    line-height: 65px;
    color: #701011;
    margin-bottom: 20px;
}

.banner-heading p {
    font-size: 30px;
    line-height: 38px;
    color: #000000;
    margin-bottom: 40px;
}

.banner-content p {
    font-size: 28px;
    line-height: 38px;
    color: #000000;
    margin-bottom: 40px;
}

.banner-content p span {
    font-weight: 600;
    color: #701011;
}

.banner-content p strong {
    font-size: 33px;
    font-weight: 700;
}

.main-btn {
    display: inline-block;
    background: #ffe0ad;
    color: #000000;
    font-size: 22px;
    font-weight: 600;
    padding: 13px 40px;
    border-radius: 50px;
    text-decoration: none;
    border: 1px solid #ffe0ad;
    transition: all 0.3s ease;
    margin-right: 10px;
}

.main-btn:hover {
    background: #701011;
    color: #ffe0ad;
}

.main-heading h1 {
    font-size: 35px;
    color: #701011;
    margin-bottom: 20px;
}

.main-heading p {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 20px;
}

.programe-content {
    margin-left: 20px;
    margin-right: 20px;
    background: #fff;
    padding: 10px 20px;
    border-radius: 12px;
    margin-top: -75px;
    position: relative;
    min-height: 315px;
}

.programe-content .programme-icon {
    width: 90px;
    height: 90px;
    background: #ffe0ad;
    padding: 10px;
    border-radius: 100%;
    margin-top: -52px !important;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.programe-content .programme-icon img {
    width: 80%;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    margin: auto;
}

.programe-content h3 {
    font-size: 25px;
    color: #701011;
    margin-bottom: 15px;
}

.programe-content p {
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 0;
}

.faculty-section {
    position: relative;
}

.faculty-section .main-heading h1 {
    color: #ffe0ad;
    margin-bottom: 10px;
}

.faculty-section .main-heading p {
    font-size: 18px;
    color: #fff;
}

.faculty-section::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    background: url('../img/faculty-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

.faculty-content {
    position: absolute;
    bottom: 0%;
    left: 0;
    padding: 15px 30px;
    width: 100%;
}

.faculty-slider .faculty-img {
    filter: grayscale();
    transition: .5s;
}

.faculty-slider .faculty-img img {
    height: 500px;
    object-fit: cover;
}

.faculty-img {
    filter: grayscale();
    transition: .5s;
}

.faculty-card:hover .faculty-img {
    filter: unset;
}

.faculty-img::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 128%);
}

.faculty-content h3 {
    color: #ffe0ad;
}

.faculty-content p {
    color: #ffffff;
    font-size: 16px;
}

.faculty-card {
    border-radius: 15px;
    overflow: hidden;
}

.faculty-slider .owl-item.active.center .faculty-card .faculty-img {
    filter: inherit;
    transition: .5s;
}

.owl-theme.faculty-slider .owl-dots .owl-dot span {
    width: 35px;
    height: 7px;
    margin: 5px 4px;
    border: 1px solid #701011;
    background: transparent;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #701011;
    transition: .3s;
}

.course-section {
    background: #ffe0ad;
}

.courses-left-content {
    position: absolute;
    top: 4%;
    left: 0;
    padding: 30px;
    text-align: center;
}

.courses-left-content h3 {
    font-size: 25px;
    color: #ffe0ad;
    margin-bottom: 25px;
}

.courses-left-content p {
    color: #fff;
}

.course-btn {
    background: #fff;
    color: #701011;
    text-decoration: none;
    padding: 4px 20px;
    font-size: 15px;
    display: inline-block;
}

.course-section .faculty-card .faculty-img {
    filter: inherit;
}

.course-section .faculty-content h3 {
    font-size: 25px;
    margin-bottom: 15px;
}

.vedica-course-bottom {
    padding: 20px 30px 20px 20px;
    border: 1px solid #787878;
    border-radius: 14px;
    min-height: 200px;
}

.vedica-course-bottom ul {
    padding-left: 0rem;
}

.vedica-course-bottom ul li {
    list-style: none;
}

.vedica-course-bottom ul li i {
    font-size: 16px;
    color: #701011;
    margin-right: 5px;
}

.milestone-card {
    width: 20%;
}

.top-milecontent {
    position: relative;
    min-height: 225px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

/* .top-milecontent::before{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: url('../img/milestone-card-bg.png');
    background-size: contain;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
} */
.top-milestone-bg {
    position: absolute;
    top: 0;
    left: 6%;
    width: 100%;
}

.top-milecontent h5 {
    font-size: 20px;
    color: #701011;
    text-align: center;
    position: relative;
    z-index: 2;
    margin-left: 25px;
    margin-bottom: 20px;
}

.bottom-milecontent p {
    font-size: 16px;
    padding: 20px 20px;
    text-align: center;
    font-weight: 500;
    line-height: 23px;

}

.mile-stone-lines::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: url('../img/milestone-vector.png');
    background-size: contain;
    width: 100%;
    height: 75%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

.transitions-section {
    background: url('../img/transition-bg.jpg');
    background-size: cover;
}

.transitions-section .main-heading {
    padding: 60px 0;
}

.transitions-section .main-heading h1 {
    color: #fff;
}

.transitions-section .main-heading p {
    color: #fff;
    font-size: 18px;
}

.transitions-section .main-heading p strong {
    color: #ffe0ad;
}

.gain-card {
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    min-height: 365px;
}

.gain-img img {
    width: 80px !important;
    margin-bottom: 20px;
    margin: 20px auto;
}

.gain-content h3 {
    font-size: 22px;
    color: #701011;
    font-weight: 700;
    margin-bottom: 20px;
}

.gain-content p {
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    line-height: 26px;
}

.main-list ul {
    padding-left: 0rem;
}

.main-list ul li {
    list-style: none;
    font-size: 16px;
    font-weight: 500;
}

.main-list ul li i {
    font-size: 16px;
    color: #701011;
    margin-right: 5px;
}

.main-list ul li ul {
    padding-left: 1rem;
    margin-bottom: 8px;
}

.main-list ul li ul li i {
    color: #000;
    font-size: 13px;
}

.whose-box {
    background: #fff;
    padding: 40px;
}

.whose-bottom-bg {
    position: absolute;
    bottom: 0;
    left: 0;
}

.whose-section {
    padding-bottom: 180px !important;
}

a {
    text-decoration: none !important;
}

.faq-accordion .accordion-item .accordion-button::after,
.faq-accordion .accordion-item .accordion-button.collapsed::after {
    content: '\f0d8';
    font-family: "FontAwesome";
    position: absolute;
    right: 20px;
    top: 32%;
    font-size: 22px;
    font-weight: 900;
    line-height: normal;
    color: #ffffff;
    background-image: none;

}

.faq-accordion .accordion-header .accordion-button.collapsed {
    color: #ffffff;
    background: #6f1011;
}

.faq-accordion .accordion-header .accordion-button {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2em;
    background: #680518;
    color: #ffffff;
    padding: 18px 50px 18px 20px;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
    /* font-family: 'Josefin Sans', serif; */
}

.faq-accordion .accordion-item .accordion-button.collapsed::after {
    content: '\f0d8';
    color: #ffffff;
}

.faq-accordion .accordion-item {
    position: relative;
    border: 0px solid #680518;
    background: #ffffff;
    /* border-radius: 7px; */
    margin-bottom: 15px;
    padding: 0;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    /* font-family: 'Josefin Sans', serif; */
}

.accordion-flush>.accordion-item:last-child {
    /* border-bottom: 1px solid #680518; */
}

.accordion-flush>.accordion-item:first-child {
    border-top: 1px solid #680518;
}

.faq-accordion .accordion-item .accordion-body {
    color: #000000;
    background: #f5f5f5;
    /* border-top: 1px solid #ffffff; */
    padding: 18px 50px 18px 20px;
    z-index: 1;
}


.alumni-content {
    text-align: center;
    background: url(../img/alumni-content-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 435px;
    width: 100%;
    display: flex;
    background-position: center;
    align-items: center;
    justify-content: center;
    padding: 55px;
}

.alumni-img img {
    width: 200px !important;
    margin: 0 auto -140px;
}

.alumni-content p {
    font-size: 16px;
    font-weight: 500;
}

.alumni-content h5 {
    font-size: 20px;
    margin-bottom: 2px;
}

.alumni-content h6 {
    font-size: 15px;
    margin-bottom: 2px;
}

.insights-card {
    background: #701011;
    padding: 30px;
    border-radius: 15px;
    min-height: 430px;
}

.insights-content p {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
}

.insights-content h5 {
    font-size: 20px;
    color: #ffe0ad;
    margin-bottom: 0;
}

.owl-theme.insights-slider .owl-dots .owl-dot span {
    width: 35px;
    height: 7px;
    margin: 5px 4px;
    border: 1px solid #701011;
    background: transparent;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #701011;
    transition: .3s;
}

.insight-imgicon img {
    width: 170px !important;
    margin: 0 auto;
}

.different-card .top-milestone-bg {
    left: -6%;
}

.different-card .bottom-milecontent {
    min-height: 160px;
    margin-top: -67px;
}

.different-card .top-milecontent {
    margin-top: 23px;
}

.mile-stone-lines {
    margin-top: 100px;
}

.different-card .top-milecontent h5 {
    font-size: 20px;
    color: #701011;
    text-align: center;
    position: relative;
    z-index: 2;
    margin-left: -17px;
    margin-bottom: 20px;
}

.third-box .top-milestone-bg {
    left: -17%;
}

.third-box .top-milecontent h5 {
    font-size: 20px;
    color: #701011;
    text-align: center;
    position: relative;
    z-index: 2;
    margin-left: -67px;
    margin-bottom: 20px;
}

.third-box .bottom-milecontent {
    margin-left: -30px;
}

.fourth-box.different-card .bottom-milecontent {
    margin-left: -130px;
}

.different-card .bottom-milecontent {
    margin-left: -40px;
}

.fourth-box.different-card .top-milestone-bg {
    left: -29%;
}

.fourth-box.different-card .top-milecontent h5 {
    font-size: 20px;
    color: #701011;
    text-align: center;
    position: relative;
    z-index: 2;
    margin-left: -126px;
    margin-bottom: 20px;
}

.fifth-box .top-milestone-bg {
    position: absolute;
    top: 0;
    left: -39%;
    width: 100%;
}

.fifth-box .top-milecontent h5 {
    font-size: 20px;
    color: #701011;
    text-align: center;
    position: relative;
    z-index: 2;
    margin-left: -170px;
    margin-bottom: 20px;
}

.fifth-box .bottom-milecontent {
    margin-left: -104px;
}

.course-content-list ul {
    padding-left: 0;
}

.course-content-list ul li {
    list-style: none;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.course-content-list ul li i {
    margin-right: 5px;
}

.course-content-list h2 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #fff;
    font-weight: 400;
}

#Amplifying .modal-content,
#Communication .modal-content,
#Multidisciplinary .modal-content {
    background: #680518;
}

.modal-btn {
    border: none;
    color: #fff;
}

.btn-close {
    border-radius: 50%;
    background-color: #fff;
    color: #680518;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 22px;
}

.text-color {
    color: #ffe0ad !important;
}

.bg-footer {
    background-color: #111111;
}

.form-group {
    margin-bottom: 1rem;
    margin-bottom: 16px;
}

.hiddenForm {
    opacity: 0;
    height: 0;
    transition: all .5s ease;
}

.hiddenForm.open {
    opacity: 1;
    height: auto;
    position: relative;
    z-index: 999999;
}


.main-btn.vice {
    display: inline-block;
    background: #ffe0ad;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 35px;
    border-radius: 8px;
    text-decoration: none;
    border: 1px solid #ffe0ad;
    transition: all 0.3s ease;
    margin-right: 10px;
}


@media only screen and (max-width: 768px) {
    .logo {
        margin-bottom: 40px;
        width: 100px;
    }

    .banner-heading h1 {
        font-size: 40px;
        line-height: 41px;
        color: #701011;
        margin-bottom: 20px;
    }

    .banner-heading p {
        font-size: 22px;
        line-height: 26px;
        color: #000000;
        margin-bottom: 20px;
    }

    .banner-content p {
        font-size: 16px;
        line-height: 25px;
        color: #000000;
        margin-bottom: 0px;
    }

    .banner-content p strong {
        font-size: 17px;
        font-weight: 700;
    }

    section.section {
        padding: 30px 0;
    }

    .main-btn {
        display: inline-block;
        background: #ffe0ad;
        color: #000000;
        font-size: 12px;
        font-weight: 600;
        padding: 7px 18px;
        border-radius: 50px;
        text-decoration: none;
        border: 1px solid #ffe0ad;
        transition: all 0.3s ease;
        margin-right: 5px;
    }

    .main-heading h1 {
        font-size: 24px;
        color: #701011;
        margin-bottom: 10px;
    }

    .programe-content h3 {
        font-size: 20px;
        color: #701011;
        margin-bottom: 10px;
    }

    .programe-content {
        margin-left: 10px;
        margin-right: 10px;
        background: #fff;
        padding: 10px 10px 20px;
        border-radius: 12px;
        margin-top: -75px;
        position: relative;
        min-height: auto;
    }

    .programe-content p {
        font-size: 14px;
        line-height: 21px;
        color: #000000;
        font-weight: 500;
        margin-bottom: 0;
    }

    .faculty-section .main-heading p {
        font-size: 14px;
        color: #fff;
    }

    .course-section .faculty-content h3 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .vedica-course-bottom h3 {
        font-size: 20px;
    }

    .vedica-course-bottom p {
        font-size: 14px;
    }

    .vedica-course-bottom {
        min-height: auto;
    }

    .milestone-card {
        width: 100%;
    }

    .main-heading p {
        font-size: 14px;
        line-height: 19px;
        font-weight: 500;
        color: #000000;
        margin-bottom: 20px;
    }

    .top-milecontent {
        position: relative;
        min-height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .top-milecontent h5 {
        font-size: 20px;
        color: #701011;
        text-align: center;
        position: relative;
        z-index: 2;
        margin-left: 0;
        margin-bottom: 0px;
    }

    .bottom-milecontent p {
        font-size: 14px;
        padding: 5px 20px 5px;
        text-align: center;
        font-weight: 500;
        line-height: 19px;
        margin-bottom: 10px;
        border-bottom: 1px solid #6b0f10;
    }

    .transitions-section .main-heading p {
        color: #fff;
        font-size: 14px;
        font-weight: 400;
    }

    .gain-content h3 {
        font-size: 20px;
        color: #701011;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .gain-content p {
        font-size: 14px;
        color: #000000;
        font-weight: 400;
        line-height: 19px;
    }

    .whose-box .main-heading h3 {
        font-size: 18px;
    }

    .whose-box .col-md-5 .main-heading {
        border-right: none !important;
        border-bottom: 1px solid #ffe0ad;
    }

    .main-list ul li {
        list-style: none;
        font-size: 14px;
        font-weight: 500;
    }

    .whose-section {
        padding-bottom: 45px !important;
    }

    .faq-accordion .accordion-header .accordion-button {
        font-size: 16px;
    }

    .faq-accordion .accordion-item .accordion-body {
        font-size: 14px;
        padding: 10px 18px 10px 20px;
        font-weight: 400;
    }

    .alumni-img img {
        width: 150px !important;
        margin: 0 auto -140px;
    }

    .alumni-content p {
        font-size: 14px;
        font-weight: 500;
    }

    .insights-content p {
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        margin-bottom: 0;
    }

    .insights-content h5 {
        font-size: 18px;
        color: #ffe0ad;
        margin-bottom: 0;
    }

    .insight-imgicon img {
        width: 50px !important;
        margin: 0 auto;
    }

    .courses-left-content p {
        font-size: 14px;
    }

    .faculty-content p {
        color: #ffffff;
        font-size: 14px;
    }

    .why-vedica-card {
        padding: 10px 0;
        border-bottom: 1px solid #ffe0ad;
    }

    .why-vedica-img img {
        width: 100px;
    }

    .why-vedica-content h3 {
        font-size: 18px;
        margin-bottom: 10px;
        color: #680518;
        text-align: center;
    }

    .why-vedica-content p {
        font-size: 14px;
        margin-bottom: 10px;
        text-align: center;
    }

    .gain-card {
        min-height: auto;
    }

    .transitions-section .main-heading {
        padding: 0;
    }

    .insights-card {
        min-height: auto;
    }

    .courses-left-content h3 {
        font-size: 20px;
        color: #ffe0ad;
        margin-bottom: 25px;
    }

    .course-content-list ul li {
        list-style: none;
        font-size: 14px;
        font-weight: 500;
        color: #fff;
    }

    .modal-btn {
        background: transparent;
        border: none;
        margin-left: 5%;
        color: #fff;
    }

    .modal-header h1 {
        line-height: 25px;
    }
}