
:root {
    --pri-color: #32016e;
    /*    --pri-color: #880C24;*/
    --sec-color: #d3b10b;
    --transition: 0.3s ease-in;
    --color-white: #ffffff;
    --bgcolor: #f9f3f4;
    --color-black: #000000;
    --fontcolor: #565656;
}
/*------------------- Fee Structure ---------------------*/

@media (max-width: 1200px) {
    .tution-detail {
        margin-bottom: 20px;
    }
}

.tution-detail .head-txt {
    padding: 10px 20px;
    background-color: #e7f1f0;
    border-bottom: 1px solid #e3e3e3;
}

    .tution-detail .head-txt li p {
        font-weight: 600;
        font-family: "Zilla Slab", serif;
        margin-bottom: 0;
        color: #25374d;
    }

.tution-detail .main-txt {
    padding: 10px 20px;
}

    .tution-detail .main-txt li p {
        font-weight: 400;
        font-family: "Zilla Slab", serif;
        margin-bottom: 0;
        color: #25374d;
    }

.tution-detail.sty1 p {
    padding: 20px;
    margin-bottom: 0;
}

@media (max-width: 1200px) {
    .tution-detail.sty2 {
        width: 1200px;
    }
}

@media (max-width: 1200px) {
    .tution-detail.sty3 {
        width: 1200px;
    }
}

.tution-detail.sty3 .head-txt li p {
    text-align: center;
}

.tution-detail.sty3 .main-txt li p {
    text-align: center;
}

@media (max-width: 991px) {
    .ctm-steps-box {
        min-height: auto !important;
    }

    .ctm-steps-box-11 {
        margin-bottom: 40px;
    }

    .flex-para i {
        display: none;
    }

    .testi-wrap {
        padding: 20px !important;
    }

    .flex-1 img {
        display: none;
    }

    .flex-1 {
        width: 0% !important;
    }

    .flex-2 {
        width: 100% !important;
    }

    .test-slider .slick-prev {
        display: none !important;
    }

    .test-slider .slick-next {
        display: none !important;
    }

    .tution-detail {
        width: 100% !important;
    }

        .tution-detail .dtbl {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .tution-detail .dtbl li {
                padding: 10px;
            }
}

.round-circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #fff;
    position: absolute;
    top: 20px;
    left: 10px;
    color: #fff;
    background: #fff;
}

@media (max-width: 1600px) {
    .round-circle {
        width: 15px;
        height: 15px;
        top: 18px;
    }
}

.round-circle.sty1 {
    top: 25px;
}

[class^="ic-"],
[class*=" ic-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "xicons" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.dtbl {
    display: table;
    width: 100%;
    table-layout: fixed;
}

    .dtbl .dtd {
        display: table-cell;
        vertical-align: top;
        text-align: center;
    }

        .dtbl .dtd h6 {
            color: #fff;
            font-family: "Zilla Slab", serif;
        }

        .dtbl .dtd h5 {
            color: #e2cca3;
            font-family: "Zilla Slab", serif;
        }

    .dtbl.vMiddle .dtd {
        vertical-align: middle;
    }

    .dtbl.sty1 {
        text-align: center;
    }

.overflow-hidden {
    overflow: hidden !important;
}

.banner-img-right {
    max-width: 540px;
    width: 100%;
}

.ctm-img-holder {
    max-width: 320px;
}

    .ctm-img-holder img {
        width: 100%;
    }

.mm-title {
    font-size: 23px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

    .mm-title:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 60px;
        height: 2px;
        background-color: var(--pri-color);
    }

.mm-inner-title {
    font-weight: 600;
    font-size: 20px;
}

.mm-inner-menu {
    list-style: none;
    padding-left: 0;
}

    .mm-inner-menu li a {
        text-decoration: none;
        display: flex;
        gap: 8px;
        color: #222;
        border-bottom: 1px solid #ccc;
        padding: 2px 5px;
    }

.mm-cta-box {
    display: flex;
    align-items: center;
    gap: 22px;
}

.mm-cta-btn {
    background-color: var(--pri-color);
    display: inline-block;
    padding: 5px 10px;
    border-radius: 0px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s ease-in;
}

    .mm-cta-btn:hover {
        background-color: var(--color-black);
        color: var(--color-white);
    }

.mm-inner-menu li a:hover {
    background-color: var(--pri-color);
    color: #fff;
}

#main-nav .navbar-nav .dropdown-item:hover,
#main-nav .navbar-nav .dropdown-item:focus {
    background-color: var(--pri-color);
    color: var(--color-white);
}
/*MM Menu end*/

/*.mini-title{
    color: var(--pri-color);
    font-size: 25px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.3;
}*/

.resourse-mindBox p {
    margin-bottom: 0;
}

body {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #222222;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-style: normal;
    font-weight: bold;
}

.ctm-mian-title {
    font-size: 35px;
    color: #222222;
    line-height: 1.2;
}

.ctm-mian-title-md {
    font-size: 35px;
    color: #222222;
    line-height: 1.2;
}

.ctm-mian-title-sm {
    font-size: 24px;
}

.ctm-big-font {
    font-family: "inter";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #222222;
}

.ctm-image-holder {
    position: relative;
}

/*
.rts__circle.v__2 {
    line-height: 165px;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    border-radius: 100px;
    width: 160px;
    height: 160px;
    position: absolute;
    background: var(--pri-color);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}*/

.rts__circle.v__2 .video-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.rts__circle.v__2 textPath {
    font-size: 10px;
}

.rts__circle.v__2 .spinner {
    height: 160px;
    width: 160px;
    position: relative;
    padding: 5px;
    animation: rotate 10s linear infinite;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.rts__circle.v__2 {
    width: 160px;
    height: 160px;
    position: absolute;
    background: var(--pri-color);
    border-radius: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

    .rts__circle.v__2 .video-icon {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

        .rts__circle.v__2 .video-icon i {
            color: #fff;
            transform: rotate(-48deg);
        }

        .rts__circle.v__2 .video-icon svg {
            width: 16px;
        }

    .rts__circle.v__2 text textPath {
        font-size: 11.5px;
        fill: #fff;
    }

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* TopBar End*/

/*Inner banner*/

.ctm-inner-banner {
    min-height: 550px;
    /*  min-height: 450px;
    background-color: var(--sec-color);*/
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center center;
    margin-top: -120px;
    position: relative;
    padding-top: 150px;
    padding-bottom: 50px;
}

.inner-banner-title {
    /*font-size:45px;*/
    font-size: calc(28px + (50 - 28) * (100vw - 320px) / (1920 - 320));
    font-weight: 700;
    /* line-height: 1.2;*/
    margin-bottom: 15px;
}

#ctm-breadcrumb .breadcrumb-item a {
    color: var(--color-white);
}

#ctm-breadcrumb .breadcrumb-path {
    color: var(--color-white);
}

#ctm-breadcrumb .breadcrumb-item.active {
    color: var(--color-white);
}

#ctm-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: var(--color-white);
}
/*Inner banner End*/

/*MIssion Vission*/
.mv-btns-holder {
    display: flex;
    gap: 20px;
    margin-top: 50px;
}

.mv-btn {
    border: 1px solid;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 6px 20px;
    text-decoration: none;
    color: var(--sec-color);
    transition: 0.3s ease-in;
}

    .mv-btn:hover {
        border-color: #000;
        color: #fff;
        background-color: #000;
    }

    .mv-btn img {
        transition: 0.3s ease-in;
    }

    .mv-btn:hover img {
        filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(6%) hue-rotate(113deg) brightness(103%) contrast(100%);
    }

/*MIssion Vission end*/

/*Counters Section*/

.ctm-counter-box {
    min-height: 180px;
    display: flex;
    align-items: center;
    border-right: 1px solid #ccc;
}

.counter-box-inner {
    max-width: 222px;
    margin: 0 auto;
    min-height: 152px;
}

    .counter-box-inner h3 {
        font-style: normal;
        font-weight: 500;
        font-size: 56px;
        line-height: 64px;
        color: var(--pri-color);
    }

    .counter-box-inner p {
        font-size: 21px;
        margin-bottom: 0;
    }

/*.ctm-counter-box-first {
    margin-left: 0;
}

.ctm-counter-box-last {
    margin-right: 0;
}*/

.ctm-counter-box-last {
    border-right: none;
}
/*Counters Section End*/

/*Courses section*/

.ctm-course-box {
    background-color: #fff;
    min-height: 420px;
    padding: 20px;
    position: relative;
    border-bottom: 5px solid var(--sec-color);
    transition: 0.3s ease-in-out;
    overflow: hidden;
}

.course-tag {
    color: var(--pri-color);
    font-weight: bold;
}

.course-box-cont {
    position: absolute;
    padding: 20px;
    left: 0;
    bottom: 0;
    /*max-width: 254px;*/
    width: 100%;
}

.ctm-course-text {
    display: block;
    margin-top: 15px;
    transition: 0.3s ease-in;
}

.course-hover-box a {
    margin-top: 10px;
    display: block;
    color: #fff;
    font-weight: 600;
}

.ctm-course-box h4 {
    font-size: 28px;
    line-height: 40px;
    color: #222222;
    transition: 0.3s ease-in;
    text-transform: uppercase;
}

.ctm-course-box:hover .course-tag,
.ctm-course-box:hover h4,
.ctm-course-box:hover a,
.ctm-course-box:hover .ctm-course-text {
    color: #fff;
}

.ctm-course-box:hover {
    background-color: var(--pri-color);
}

.course-hover-box {
    height: 0;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.ctm-course-box:hover .course-hover-box {
    height: 180px;
    opacity: 1;
}

.ctm-course-box:hover .course-box-icon {
    visibility: hidden;
}

.course-box-icon {
    width: 50px;
    height: 50px;
    background-color: var(--sec-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin-bottom: 13px;
    visibility: visible;
}

/*Courses section end*/

/*Box S2*/

.ctm-box-s2-holder {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--sec-color);
    /*    height: 180px;*/
    transition: all 0.4s ease;
    margin-bottom: 13px;
}

.ctm-box-s2 {
    display: flex;
    gap: 15px;
    align-items: center;
    padding: 26px 20px;
    margin-bottom: 17px;
    transition: 0.3s ease-in-out;
    justify-content: space-between;
}

.ctm-box-s2-img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: -15%;
    opacity: 0;
    transition: all 0.4s ease;
    z-index: -1;
}

    .ctm-box-s2-img:after {
        position: absolute;
        left: 0;
        background-color: #000000a8;
        content: "";
        width: 100%;
        height: 100%;
    }

    .ctm-box-s2-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.ctm-box-s2-holder:hover .ctm-box-s2-img {
    opacity: 1;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
}

.ctm-box-s2-holder:hover .ctm-box-s2,
.ctm-box-s2-holder:hover h4 {
    color: #fff;
}

.box-s2-link {
    flex: 1 0 75px;
    max-width: 75px;
    background-color: transparent;
}

.ctm-box-s2:hover .box-s2-link a {
    color: #fff;
    background-color: var(--sec-color);
    border-color: var(--sec-color);
    transform: rotate(0deg);
}

.ctm-box-s2 h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #222222;
    transition: all 0.4s ease;
}

.ctm-box-s2 p {
    margin-bottom: 0;
    transition: all 0.4s ease;
}

.box-s2-link a {
    color: #ced0d3;
    transform: rotate(-38deg);
    height: 75px;
    width: 75px;
    border: 1px solid var(--sec-color);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

/*Box S2 End*/
.ctm-arrow-link {
    color: var(--pri-color);
    text-decoration: none;
    border-bottom: 1px solid;
    font-size: 19px;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    font-weight: 600;
}

    .ctm-arrow-link i {
        transform: rotate(-35deg);
        transition: 0.3s ease-in-out;
    }

    .ctm-arrow-link:hover {
        color: #222222;
    }

        .ctm-arrow-link:hover i {
            transform: rotate(0deg);
        }

.ctm-arrow-link-s2 {
    color: var(--pri-color);
    text-decoration: none;
    border-bottom: 1px solid;
    font-size: 19px;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    font-weight: 600;
}

    .ctm-arrow-link-s2 i {
        transform: rotate(-35deg);
        transition: 0.3s ease-in-out;
    }

    .ctm-arrow-link-s2:hover {
        color: #222222;
    }

        .ctm-arrow-link-s2:hover i {
            transform: rotate(0deg);
        }

/*Box S3 */
.rts__program--item {
    max-width: 100%;
    min-height: 460px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 40px;
    padding-bottom: 38px;
    padding-right: 26px;
    padding-left: 28px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.cc-page-sec .rts__program--item {
    height: 388px;
}

.rts__program--item:before {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    content: "";
    transition: var(--transition);
    z-index: -1;
}

.rts__program--item:after {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    content: "";
    transition: var(--transition);
    left: -50%;
    opacity: 0;
    z-index: -1;
}

.rts__program--item--title {
    color: var(--color-white);
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.3;
}

.rts__program--item--description {
    color: var(--color-white);
    opacity: 0;
    transition: var(--transition);
    font-size: 15px;
}

.rts__program--item .rts-nbg-btn {
    position: absolute;
    bottom: 40px;
    color: var(--color-white);
    font-weight: 400;
    text-decoration: none;
    display: flex;
    align-items: center;
}

    .rts__program--item .rts-nbg-btn i {
        margin-left: 12px;
    }

.rts__program--item:after {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    content: "";
    transition: var(--transition);
    left: -50%;
    opacity: 0;
}

.rts__program--item .rts-nbg-btn:before {
    background: 0 0;
}

.rts-nbg-btn.btn-arrow span {
    transform: rotate(-35deg);
    margin-left: 5px;
    display: inline-block;
    transition: var(--transition);
}

.rts__program--item:hover:before,
.rts__program--item.active:before {
    opacity: 0;
}

.rts__program--item:hover .rts__program--item--description,
.rts__program--item.active .rts__program--item--description {
    opacity: 1;
}

.rts__program--item:hover:after,
.rts__program--item.active:after {
    opacity: 1;
    left: 0;
}

.rts-nbg-btn.btn-arrow:hover span {
    transform: rotate(0);
}

/*Box S3 End*/

/*News Section*/

.ctm-fill-btn {
    background-color: var(--sec-color) !important;
    color: #fff !important;
    text-decoration: none;
    padding: 12px 66px !important;
    transition: 0.3s ease-in;
    border: 1px solid;
}

    .ctm-fill-btn:hover {
        background-color: #000 !important;
        color: #fff;
    }

.ctm-post-meta {
    display: block;
    margin-top: 15px;
    margin-bottom: 7px;
    color: #00000078;
}

.ctm-news-post h5 {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #222222;
    min-height: 100px;
}

.bp-rm-link {
    font-weight: 700;
    color: var(--pri-color);
    display: block;
    text-decoration: none;
}

.bp-img {
    width: 100%;
}

/*News Section End*/

/*Logos */

.logos-border {
    border-right: 1px solid #595959;
    border-bottom: 1px solid #595959;
    border-color: rgba(89, 89, 89, 0.3);
}

.equal-hight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.logos-area {
    padding: 10px;
    margin: 15px auto;
}

.border-right-0 {
    border-right: 0;
}

.border-bottom-0 {
    border-bottom: 0;
}
/*Logos End*/

/*CTA Section*/
.cta-section {
    background: linear-gradient( 180deg, rgba(136, 12, 36, 0) 0%, rgba(136, 12, 36, 0.4) 100% );
    position: relative;
    z-index: 1;
}

    .cta-section:after {
        content: "";
        position: absolute;
        height: 50%;
        left: 0;
        bottom: -1px;
        background-color: #222222;
        width: 100%;
        clip-path: polygon(50% 0, 100% 34%, 100% 100%, 0 100%, 0 30%);
        z-index: -1;
    }

.cta-content-holder {
    background-color: #fff;
    border-top: 5px solid var(--pri-color);
    padding: 30px 20px 20px 20px;
    background-size: contain;
    background-position: bottom left;
    background-size: 290px;
    background-repeat: no-repeat;
}

.mini-title {
    color: var(--pri-color);
    display: inline-block;
    letter-spacing: 0.2em;
    margin-bottom: 10px;
}

/*.cts-ns-form {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    margin-top: 24px;
}*/

.cts-ns-form input {
    /*border: none;
    border-bottom: 1px solid #ccc;*/
    margin-bottom: 20px;
    padding: 10px;
    background-color: #ffffffa1;
}

.cts-ns-form .form-select {
    margin-bottom: 20px;
    padding: 10px;
}

.cts-ns-form input:focus {
    outline: none;
    border-color: var(--pri-color);
    box-shadow: 0 0 0 0.25rem rgb(136 12 36 / 31%);
}

.cts-ns-form select:focus {
    outline: none;
    border-color: var(--pri-color);
    box-shadow: 0 0 0 0.25rem rgb(136 12 36 / 31%);
}

.cts-ns-form button {
    background-color: var(--pri-color);
    border: 1px solid var(--pri-color);
    color: #fff;
    padding: 8px 30px;
    transition: 0.3s ease-in;
}

    .cts-ns-form button:hover {
        background-color: #000;
        border-color: #000;
    }
/*CTA Section End*/

.fancy-btn img {
    object-fit: contain !important;
}
/*About Us page*/
.ap-about-cont {
    border-left: 1px solid #ccc;
}

.ctm-box-height-520 {
    height: 520px;
}

.ctm-box-height-400 {
    height: 400px;
}

.ctm-box-height-322 {
    height: 322px;
}

.counter-box-s2 {
    min-height: 163.33px;
    margin-bottom: 15px;
    background-color: var(--pri-color);
    color: var(--color-white);
    padding: 20px 25px;
    display: flex;
    align-items: center;
}

    .counter-box-s2 p {
        margin-bottom: 0;
        color: var(--color-white);
    }

    .counter-box-s2 h3 {
        font-size: 40px;
        line-height: 1.2em;
    }

.vid-sec-cont {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    padding-top: 40px;
    line-height: 29px;
}

/*Counter-Box S3*/

.counter-box-holder-s3 {
    padding: 20px;
}

.counter-box-s3 {
    max-width: 155px;
    margin: 0 auto;
    color: #fff;
}

    .counter-box-s3 h3 {
        font-size: 45px;
        line-height: 1.2;
    }

    .counter-box-s3 P {
        margin-bottom: 0;
    }

    .counter-box-s3:after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 1px;
        background-color: #af2944;
    }

.counter-box-last:after {
    display: none;
}

/*Counter-Box S3 End*/

/*MIssion Vission Section*/

.mnv-container {
    position: relative;
    padding-top: 60px;
}

.mnv-box-cont {
    max-width: 380px;
    margin-bottom: 25px;
}

.mnv-box-left .mnv-box-cont {
    margin-left: auto;
}

.mnv-container:after {
    content: "";
    width: 1px;
    height: calc(100% - 44px);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #dddddd;
    top: 0;
}

.mnv-box {
    margin-bottom: 30px;
}

.tm-slide i {
    color: orange;
}
/*MIssion Vission Section End*/

.tm-box-holder {
    padding: 50px;
    border: 1px solid #ffe4ea;
}

.rating-star {
    margin-bottom: 50px;
}

.tm-user-info {
    display: flex;
    gap: 13px;
}

.tm-name {
    margin-bottom: 0;
    font-size: 22px;
}

.ctm-play-btn {
    width: 100px;
    height: 100px;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    border-radius: 50%;
    left: 0;
    position: absolute;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    transition: 0.3s ease-in;
    font-size: 20px;
}

    .ctm-play-btn:hover {
        background-color: var(--pri-color);
        color: #fff;
        border-color: var(--pri-color);
    }

.tm-user-info {
    display: flex;
    gap: 15px;
    margin-top: 50px;
    align-items: center;
}

.tm-user-img-holder {
    width: 65px;
    height: 65px;
    border: 1px solid var(--pri-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    overflow: hidden;
}

.tm-slide-cont {
    line-height: 29px;
}

.ctm-tm-slider-holder {
    position: relative;
}

.tm-arrows-holder {
    position: absolute;
    right: 0;
    bottom: 10px;
}

.tm-arrows-holder {
    display: flex;
    gap: 10px;
}

    .tm-arrows-holder a {
        padding: 4px 13px;
        color: var(--pri-color);
        border: 1px solid var(--pri-color);
        background-color: #fff;
    }

    .tm-arrows-holder a {
        padding: 12px 14px;
        color: var(--pri-color);
        border: 1px solid #222;
        background-color: #fff;
        line-height: 1;
        transition: 0.3s ease-in;
    }

        .tm-arrows-holder a:hover {
            color: #fff;
            border: 1px solid var(--pri-color);
            background-color: var(--pri-color);
        }

/*About Us page End*/

/*Faculty Professors Page*/

.team-mem-box {
    display: flex;
    padding: 20px;
    border: 1px solid #eee;
    transition: 0.3s ease-in;
    gap: 30px;
}

    .team-mem-box:hover {
        border-color: var(--pri-color);
    }

.team-mem-info h3 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 3px;
}

.team-mem-desig {
    display: block;
    margin-bottom: 20px;
}

.tem-ss-icons {
    margin-bottom: 20px;
    display: flex;
    gap: 10px;
    transition: 0.3s ease-in-out;
}

    .tem-ss-icons a {
        color: #737477;
    }

        .tem-ss-icons a:hover {
            color: var(--pri-color);
        }

.team-em-pn {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.team-em-pn-holder a {
    margin-bottom: 10px;
    text-decoration: none;
    color: var(--pri-color);
}

.team-em-pn i {
    margin-top: 3px;
}

.team-mem-btn {
    background: transparent;
    border: 1px solid var(--pri-color);
    color: var(--pri-color);
    padding: 10px 30px;
    display: inline-block;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    z-index: 1;
}

    .team-mem-btn::after {
        position: absolute;
        left: 0;
        top: 0;
        width: 0%;
        height: 100%;
        content: "";
        background: #000;
        transition: all 0.4s ease;
        z-index: -1;
    }

    .team-mem-btn:hover {
        color: var(--color-white);
        border-color: #000;
    }

        .team-mem-btn:hover::after {
            width: 100%;
        }

.sb-cta-btn {
    background: #fff;
    border: 1px solid #fff;
    color: var(--pri-color);
    padding: 10px 30px;
    display: inline-block;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    z-index: 1;
}

    .sb-cta-btn::after {
        position: absolute;
        left: 0;
        top: 0;
        width: 0%;
        height: 100%;
        content: "";
        background: #110c2d;
        transition: all 0.4s ease;
        z-index: -1;
    }

    .sb-cta-btn:hover {
        color: var(--color-white);
        border-color: #110c2d;
    }

        .sb-cta-btn:hover::after {
            width: 100%;
        }

.pri-slide-btn {
    background: var(--pri-color);
    border: 1px solid var(--pri-color);
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    z-index: 1;
}

    .pri-slide-btn::after {
        position: absolute;
        left: 0;
        top: 0;
        width: 0%;
        height: 100%;
        content: "";
        background: #000;
        transition: all 0.4s ease;
        z-index: -1;
    }

    .pri-slide-btn:hover {
        color: var(--color-white);
        border-color: #000;
    }

        .pri-slide-btn:hover::after {
            width: 100%;
        }

.ctm-gallery-alu a {
    cursor: pointer;
}

.team-desc {
    padding: 0px 0px 0px 20px;
    display: block;
    border-left: 1px solid var(--pri-color);
    margin-bottom: 20px;
}

.team-em-pn-holder {
    margin-bottom: 20px;
}

/*Faculty Professors Page End*/

/*Tuition Fees page*/

.rts-tab-style-one .button-area button.active {
    background: var(--pri-color);
}

.rts-tab-style-one .button-area button {
    color: var(--pri-color);
    border-color: var(--pri-color);
}

.rts-tab-style-one .button-area button {
    margin: 0px 10px 0px 0px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 0px 0px 0px 0px;
    width: 15%;
}

table.rselements-table .rselements-table-header {
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    background-color: #262626;
}

    /*table.rselements-table .rselements-table-header {
    background-color: var(--pri-color);
}*/

    table.rselements-table .rselements-table-header th {
        padding: 15px 20px 15px 20px;
    }

table.rselements-table tbody {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #eeeeee;
}

.table.rselements-table .rselements-table-body td {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #ddd8f9;
}

table.rselements-table .rselements-table-body td {
    vertical-align: middle;
    padding: 15px 15px 15px 15px;
}

table.rselements-table td,
table.rselements-table th {
    padding: 5px 10px;
    border: 1px solid #ccc;
}

table.rselements-table .rselements-table-body .ctm-repeater-item-pri {
    background-color: #890c25;
    color: #ffffff;
}

/*table.rselements-table .rselements-table-body .elementor-repeater-item-ca7dc7b {
    background-color: #890C25;
    color: #FFFFFF;
}

table.rselements-table .rselements-table-body .elementor-repeater-item-2befd84 {
    background-color: #890C25;
    color: #FFFFFF;
}*/

table.rselements-table .rselements-table-body .ctm-repeater-item-black {
    vertical-align: middle;
    background-color: #262626;
    color: #ffffff;
}

table.rselements-table .rselements-table-body {
    text-align: center;
}

    table.rselements-table .rselements-table-body .bg-repeater-item {
        text-align: center;
        vertical-align: middle;
        background-color: #f5f3ff;
    }

/*Tuition Fees page End*/

/*Schelorship page*/

.sb-widget-title {
    background-color: #262626;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    font-size: 20px;
}

.sb-widget-list {
    border: 1px solid #ccc;
}

.ctm-arrow-list-sb {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

    .ctm-arrow-list-sb li a {
        display: block;
        padding: 15px 0px 15px 20px;
        border-bottom: 1px solid #ccc;
        color: #110c2d;
        text-decoration: none;
        gap: 10px;
        font-size: 15px;
        transition: 0.3s ease-in;
    }

        .ctm-arrow-list-sb li a:hover {
            color: var(--pri-color);
        }

    .ctm-arrow-list-sb li:last-child a {
        border-bottom: 0;
    }

    .ctm-arrow-list-sb li a:before {
        content: "\f061";
        font-family: "FontAwesome";
    }

    .ctm-arrow-list-sb li a {
        display: flex;
    }

.bg-light-gray {
    background-color: #f6f6f6;
}

.sch-box {
    padding: 40px;
}

.sch-slider-item {
    margin-bottom: 20px;
}

.sch-box h3 {
    margin-bottom: 20px;
}

.sch-list {
    margin-bottom: 0;
    list-style: none;
    padding-left: 0;
}

    .sch-list li {
        margin-bottom: 0;
        list-style: none;
        padding-left: 0;
        margin-bottom: 25px;
    }

        .sch-list li:last-child {
            margin-bottom: 0px;
        }

        .sch-list li span {
            font-weight: 600;
            border-bottom: 1px solid;
            display: inline-block;
            margin-right: 5px;
            line-height: 1.1;
        }

.bg-dark-blue {
    background-color: #110c2d;
}

.sch-box-3 {
    margin-top: 30px;
    padding: 40px;
}

.elementor-icon-list-items {
    list-style: none;
    padding-left: 0;
}

    .elementor-icon-list-items li {
        margin-bottom: 15px;
    }

.elementor-icon-list-item {
    display: flex;
    gap: 14px;
}

.elementor-icon-list-icon {
    flex: 1 0 18px;
    max-width: 18px;
}

.sb-widget-contact {
    min-height: 400px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px;
}

    .sb-widget-contact h3 {
        font-size: 24px;
    }

    .sb-widget-contact h4 {
        font-size: 19px;
    }

.sb-social-media {
    display: flex;
    gap: 15px;
}

    .sb-social-media a {
        color: #fff;
        font-size: 18px;
    }

.sidebar-cta-widget {
    background-size: cover;
    background-position: center center;
    min-height: 450px;
    padding: 22px;
    display: flex;
    position: sticky;
    top: 120px;
}

.cta-widget-inner {
    border: 1px solid #ffffff1a;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    padding: 20px;
    color: #fff;
}

    .cta-widget-inner h3 {
        font-size: 22px;
    }

    .cta-widget-inner h4 {
        font-size: 28px;
    }

.cta-time-info {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    margin-bottom: 7px;
}

/*Schelorship page End*/

/*Alumni Page*/

.vm-title-holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.up-eve-img {
    border-radius: 8px;
    margin-bottom: 22px;
}

.up-eve-meta {
    display: flex;
    gap: 20px;
    margin-bottom: 12px;
}

.circle-arrow-btn {
    display: flex;
    padding: 0 0;
    width: 60px;
    height: 60px;
    border: 1px solid #000;
    text-align: center;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 60px;
    color: #000;
    margin-top: 30px;
    transition: 0.3s ease-in-out;
}

    .circle-arrow-btn i {
        transform: rotate(-35deg);
        transition: 0.3s ease-in-out;
    }

    .circle-arrow-btn:hover {
        background-color: var(--pri-color);
        color: #fff;
        border-color: var(--pri-color);
    }

        .circle-arrow-btn:hover i {
            transform: rotate(0deg);
        }

.up-eve-m {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ctm-alu-box-cont {
    margin-top: 36px;
}

.alumuni-box {
    text-align: center;
}

    .alumuni-box img {
        margin-bottom: 15px;
    }

    .alumuni-box h5 {
        font-size: 25px;
        margin-bottom: 5px;
    }

    .alumuni-box span {
        display: block;
        margin-bottom: 5px;
    }

.alumuni-social-link {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

    .alumuni-social-link .social-icon {
        flex: 1 0 36px;
        max-width: 36px;
        height: 36px;
        border: 1px solid #2222223b;
        border-radius: 50px;
        line-height: 36px;
        color: #222;
        transition: 0.3s ease-in-out;
    }

        .alumuni-social-link .social-icon:hover {
            border-color: var(--pri-color);
            background-color: var(--pri-color);
            color: #fff;
        }

/*Alumni Page End*/
/* Footer Style */
.footer-logo-holder {
    margin-bottom: 50px;
}

.cf-info {
    display: flex;
    margin-bottom: 10px;
    color: #fff;
    text-decoration: none;
    gap: 15px;
    align-items: center;
}

    .cf-info a {
        color: #fff;
        text-decoration: none;
    }
/* Newsletter section */
.nscf-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.cf-info-foo {
    display: flex;
    gap: 15px;
    align-items: flex-end;
}

    .cf-info-foo a {
        color: #fff;
        text-decoration: none;
        font-size: 15px;
    }

        .cf-info-foo a i {
            color: var(--pri-color);
            margin-right: 6px;
        }

.nl-signup-form-holer {
    display: flex;
    gap: 16px;
}

.nl-signup-label {
    flex: 1 0 125px;
    max-width: 125px;
}

.ns-form input {
    height: 46px;
    border: 1px solid #fff;
    background-color: transparent;
    padding: 5px 14px;
    border-radius: 12px;
}

.nl-btn {
    font-size: 14px;
    padding: 14px 44px;
    border-radius: 12px;
    background: #1d50f8;
    color: #fff;
    border: 0px solid #1d50f8;
    margin-left: -30px;
}

/* Newsletter section End */

.ctm-footer {
    background-color: #222222;
    padding-top: 60px;
    color: #fff;
}

.footer-widget-title {
    color: white;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 20px;
}

.foo-nav-list {
    padding-left: 0;
    list-style: none;
}

    .foo-nav-list li a,
    .foo-nav-list li {
        color: white;
        font-size: 14px;
        font-weight: 400;
        line-height: 28px;
        text-decoration: none;
        transition: 0.3s ease-in-out;
    }

        .foo-nav-list li a:hover {
            color: var(--pri-color);
        }

.foo-bottom {
    display: flex;
    justify-content: space-between;
    color: #fff;
    padding: 18px 0;
    border-top: 1px solid #fff;
    font-weight: 400;
    line-height: 16px;
    margin-top: 40px;
}

.nav-foo {
    display: flex;
    gap: 15px;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

    .nav-foo li a {
        color: #fff;
        text-decoration: none;
    }

ul.nav-foo li:after {
    content: "|";
    margin-left: 16px;
}

ul.nav-foo li:last-child:after {
    content: "";
    margin-left: 0;
}

/*.foo-navigatio-holder {
    padding-bottom: 50px;
}*/

/*--------------------- Faculty Page Start -----------------*/

.fea-facutly h6 {
    background: var(--pri-color);
    color: var(--color-white) !important;
    padding: 16px 20px;
}

.fea-facutly p {
    padding: 10px 20px;
}

.faculty-section
.rts-accordion.style1
.accordion-item
.accordion-button[aria-expanded="true"] {
    background-color: #ddd;
    border-bottom: 1px solid #c6c6c6;
    color: #000 !important;
}

.faculty-section .rts-accordion.style1 .accordion-item .accordion-button {
    color: #000 !important;
    border: 0;
    background-color: #ddd;
}

    .faculty-section
    .rts-accordion.style1
    .accordion-item
    .accordion-button
    .accordion-icon-active {
        color: #000;
        border: 0;
    }

    .faculty-section .rts-accordion.style1 .accordion-item .accordion-button .icon {
        border: 0;
    }

.faculty-section .accord-content {
    padding: 16px 0px 16px 20px;
    border-bottom: 1px solid #c6c6c6;
}

    .faculty-section .accord-content ul {
        margin-bottom: 0;
    }

        .faculty-section .accord-content ul li {
            display: inline-block;
            width: 33%;
            font-size: 16px;
            color: #000;
            font-weight: 400;
            line-height: normal;
        }

            .faculty-section .accord-content ul li:first-child {
                font-weight: 700;
            }

            .faculty-section .accord-content ul li:nth-child(4),
            .accord-content ul li:nth-child(7) {
                font-weight: 700;
            }

.chart-box {
    border: 1px solid #c2c2c2;
    padding: 50px;
    margin-bottom: 40px;
}

.program-type {
    color: #fff;
    position: relative;
    padding: 23px 30px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    min-height: 240px;
}

/*.program-type:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #20C8EC;
}*/

.faculty-member .program-type:after {
    position: absolute;
    content: "";
    left: -20px;
    top: 20px;
    width: 55px;
    height: 4px;
    background: var(--pri-color);
}

.corona-education {
    position: relative;
}

    .corona-education .shapes8 {
        position: absolute;
        left: -10px;
        top: 0px;
        z-index: 9;
    }

    .corona-education .img-box {
        display: flex;
        align-items: center;
        height: 100%;
    }

        .corona-education .img-box img {
            width: 70%;
        }

    .corona-education h6 {
        color: #fff;
        font-size: 24px;
        font-weight: 500;
    }

        .corona-education h6 span {
            color: #fff;
            font-weight: 500;
        }

            .corona-education h6 span.small {
                font-size: 22px;
                font-weight: 600;
                color: #fff;
            }

    .corona-education .btn-style {
        font-size: 17px;
        font-weight: 700;
        border-radius: 0;
        padding: 6px 22px;
    }

    .corona-education.your-choice h3 {
        color: #fff;
        line-height: 1.1;
    }

    .corona-education.your-choice a {
        height: auto;
    }

@media (max-width: 991.98px) {
    .corona-education.your-choice a {
        text-align: center;
    }
}

.corona-education .btn-style {
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    font-weight: 700;
    border-radius: 0;
    padding: 6px 22px;
    display: inline-block;
    position: relative;
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out;
}

.btn-style:hover {
    color: #fff;
    background-color: #000;
}

.corona-education .bg__detail {
    background-image: url(/assets/images/faculty-apply-now-bg1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*--------------------- Faculty Page End -----------------*/

/*Accordions*/

.rts-accordion.style1 .accordion-item .accordion-button {
    font-size: 20px;
    color: #000 !important;
    padding: 17px 20px !important;
    line-height: 110%;
    border: 1px solid var(--sec-color);
    position: relative;
    display: block !important;
    overflow: hidden;
}

.rts-accordion.style1 .accordion-item .accordion-button {
    color: var(--sec-color) !important;
    cursor: pointer;
}

.rts-accordion.style1 .accordion-item {
    margin-bottom: 20px;
    border: none;
}

    .rts-accordion.style1 .accordion-item .accordion-button[aria-expanded="true"] {
        background: var(--sec-color);
        color: var(--color-white) !important;
    }

    .rts-accordion.style1 .accordion-item .accordion-button .icon {
        float: right;
        overflow: hidden;
        display: inline-block;
        width: 25px;
        height: 25px;
        line-height: 20px;
        text-align: center;
        border-radius: 30px;
        border: 1px solid #000;
        font-size: 14px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .rts-accordion.style1 .accordion-item .accordion-button .icon {
        border-color: var(--sec-color) !important;
    }

    .rts-accordion.style1
    .accordion-item
    .accordion-button[aria-expanded="true"]
    .accordion-icon-active {
        border-color: #ffffff !important;
    }

    .rts-accordion.style1 .accordion-item .accordion-button .accordion-icon-active {
        display: none;
        border-color: var(--color-white);
        color: var(--color-white);
    }

    .rts-accordion.style1
    .accordion-item
    .accordion-button[aria-expanded="true"]
    .accordion-icon {
        display: none;
    }

    .rts-accordion.style1
    .accordion-item
    .accordion-button[aria-expanded="true"]
    .accordion-icon-active {
        display: block;
    }

    /*.rts-accordion style1 .accordion-item:last-child {
    margin-bottom: 0;
}*/

    .rts-accordion.style1 .accordion-item:last-child {
        margin-bottom: 0 !important;
    }

/*Accordions End*/

/*accreditations page start*/

.btns-list {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.btns-boxes {
    position: relative;
    padding: 50px 40px;
    background-size: cover;
    z-index: 1;
    min-height: 380px;
}

    .btns-boxes:hover .btns-links-holder p {
        color: #fff;
    }

    .btns-boxes:before {
        content: "";
        width: 100%;
        height: 100%;
        background-color: var(--bgcolor);
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
        transition: 0.3s ease-in;
    }

    .btns-boxes:hover:before {
        opacity: 0.5;
        background-color: #000;
    }

    .btns-boxes h4 {
        transition: 0.3s ease-in;
    }

    .btns-boxes:hover h4 {
        color: #fff;
    }

.btns-list li a:hover {
    background-color: var(--pri-color);
    border-color: var(--pri-color) !important;
    color: #fff;
}

.btns-boxes:hover .btns-list a {
    color: #fff;
    border-color: #fff;
}

.btns-list a {
    display: inline-block;
    padding: 13px 20px;
    border: 1px solid #000;
    color: #000;
    text-decoration: none;
    display: inline-flex;
    gap: 15px;
    align-items: center;
    transition: 0.3s ease-in;
}

.btns-list li {
    margin-bottom: 10px;
}

    .btns-list li:last-child {
        margin-bottom: 0px;
    }

.btns-box-red {
    background-color: var(--pri-color);
    color: #fff;
}

    .btns-box-red h4 {
        color: #fff;
    }

    .btns-box-red a {
        color: #fff;
        border-color: #fff;
    }

    .btns-box-red:before {
        background-color: var(--pri-color);
    }

/*Tm Slder*/

.tm-starts-holer {
    display: flex;
    gap: 4px;
    & > i

{
    color: var(--pri-color);
}

}

.tm-starts-holer {
    margin-bottom: 18px;
}

.tm-cont {
    margin-bottom: 18px;
    min-height: 150px;
}

.ctm-tm-slide {
    background-color: #fff;
    padding: 30px 40px;
    position: relative;
}
/*
.quote-icon {
    position: absolute;
    bottom: 14px;
}*/

.tm-user-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .tm-user-details .tm-meta {
        display: flex;
        gap: 10px;
    }

.ctm-tm-user span {
    display: block;
}

.ctm-tm-user .tm-title {
    font-weight: 400;
    line-height: 1;
    font-size: 20px;
    margin-bottom: 5px !important;
    font-family: "Canela";
}

.tm-user-details .quote-icon svg {
    filter: brightness(0) saturate(100%) invert(16%) sepia(19%) saturate(7050%) hue-rotate(186deg) brightness(92%) contrast(104%);
}

.ctm-tm-user .tm-desig {
    font-size: 12px;
    min-height: 47px;
}

.ctm-tm-slider-2 .slick-dots {
    bottom: -50px;
}

    .ctm-tm-slider-2 .slick-dots li button:before {
        font-size: 10px;
    }

    .ctm-tm-slider-2 .slick-dots li.slick-active button:before {
        opacity: 0.75;
        color: var(--pri-color);
    }

    .ctm-tm-slider-2 .slick-dots li {
        margin: 0 0px;
    }

/* the slides */
.ctm-tm-slider-2 .slick-slide {
    margin: 0 10px;
}

/* the parent */
.ctm-tm-slider-2 .slick-list {
    margin: 0 -10px;
}

/* the slides */
.school-slider .slick-slide {
    margin: 0 10px;
}

/* the parent */
.school-slider .slick-list {
    margin: 0 -10px;
}

/* the slides */
.stdCommunity-slider .slick-slide {
    margin: 0 10px;
}

/* the parent */
.stdCommunity-slider .slick-list {
    margin: 0 -10px;
}

.accr-box-a {
    text-decoration: none;
    color: #222222;
}

    .accr-box-a:hover {
        color: #222222;
    }

.detailIcon-link {
    text-decoration: none;
    color: #000;
}

.accr-box img {
    border: 1px solid #000;
}

.accr-box-11 img {
    width: auto !important;
}

.accr-box-11 span {
    font-weight: 700;
}

.accr-box {
    text-align: center;
    & > img

{
    width: 100%;
    margin-bottom: 10px;
}

& .accr-box-cont > h4 {
    font-size: 25px;
}

& .accr-box-cont > p {
    margin-bottom: 0;
}

}

.accr-box-l img {
    width: auto;
}
/*Tm Slder End*/
.big-title {
    font-size: calc(24px + (35 - 24) * (100vw - 320px) / (1920 - 320));
    margin-bottom: 15px;
}

.leader-p {
    line-height: 28px;
}

.video-school-box {
    position: relative;
    cursor: pointer;
}

    .video-school-box .play-vd-btn {
        position: absolute;
        top: 40%;
        left: 45%;
        right: 0;
        z-index: 999;
    }

.faq-sec h3 {
    font-size: calc(24px + (35 - 24) * (100vw - 320px) / (1920 - 320));
    color: #000;
    margin-bottom: 40px;
}

/* Faqs Section Css Start */
.faq-sec {
    position: relative;
}

    .faq-sec .accordion ul {
        padding: 0;
    }

    .faq-sec h3 {
        font-size: calc(24px + (35 - 24) * (100vw - 320px) / (1920 - 320));
        color: #000;
        margin-bottom: 40px;
    }

    .faq-sec .accordion-button::after {
        /*background-color: transparent !important;
    background-image: url("../../assets/images/icons/plus.png");*/
        background-repeat: no-repeat;
        background-size: contain;
        width: 28px;
        height: 28px;
    }

    .faq-sec .accordion-item {
        border: 0;
        border-radius: 0;
        border-bottom: 1px solid #000;
        margin-bottom: 10px;
    }

    .faq-sec .accordion-button {
        font-size: calc(16px + (22 - 16) * (100vw - 320px) / (1920 - 320));
        color: #000;
        border: 0;
    }

        .faq-sec .accordion-button:not(.collapsed)::after {
            background-repeat: no-repeat;
            background-size: contain;
            width: 28px;
            height: 28px;
        }

        .faq-sec .accordion-button:not(.collapsed) {
            background-color: transparent !important;
            box-shadow: none;
        }

/* Faqs Section Css End */
.acc-lists {
    margin-bottom: 0;
}

    .acc-lists li::marker {
        color: var(--pri-color);
    }

.ba-acc .accordion-item h6 {
    padding-bottom: 0;
    margin-bottom: 0;
}
/***Home Course sec Start***/
.courses-tabs-btn-holder {
    padding: 5px 6px;
    border: 1px solid #ccc;
}

.courses-tabs-btn-holder {
    padding: 12px 15px;
    border: 1px solid #a6aab6;
    border-radius: 12px;
}

    .courses-tabs-btn-holder .nav-pills .nav-link.active,
    .courses-tabs-btn-holder .nav-pills .show > .nav-link {
        background-color: #f5f6f8;
        color: #000;
        padding-bottom: 0;
        font-size: 20px;
        font-weight: 500;
    }

    .courses-tabs-btn-holder .nav-pills .nav-link {
        padding: 13px 22px;
        color: #000;
        font-size: 18px;
        font-weight: 500;
    }

.ctm-cb-img {
    position: relative;
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;
    margin-bottom: 0;
}

.ctm-course-price {
    display: inline-block;
    background-color: var(--mian-color-2);
    /* width: 95px; */
    display: block;
    align-items: center;
    text-align: center;
    padding: 7px 15px;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    /* width: 50%; */
}

.cb-info-holder {
    display: flex;
    justify-content: space-between;
}

.cb-info {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ctm-cb-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    display: none;
}

.ctm-course-type {
    padding: 10px 20px;
    background-color: #f5f6f8;
    border-radius: 4px;
    color: #000;
}

.wl-btn {
    padding: 5px 16px;
    background-color: #f5f6f8;
    font-size: 22px;
    color: #000;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.cb-title {
    font-size: 18px;
    margin-bottom: 15px;
}

.cb-info-holder {
    padding-bottom: 15px;
    border-bottom: 1px solid;
    display: none;
}

.ctm-cb-footer {
    margin-top: 15px;
}

.ctm-cb-footer {
    display: flex;
    justify-content: space-between;
    display: none;
}

.cb-ratings i {
    color: #ffc107;
}

.cb-label {
    font-weight: 600;
}

.ctm-cb-cont {
    margin-top: 13px;
}

.ctm-course-box-1 {
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
}

    .ctm-course-box-1:hover {
        -webkit-transition: all 200ms ease-in;
        -webkit-transform: scale(1.1);
        -ms-transition: all 200ms ease-in;
        -ms-transform: scale(1.1);
        -moz-transition: all 200ms ease-in;
        -moz-transform: scale(1.1);
        transition: all 200ms ease-in;
        transform: scale(1.1);
    }

.ctm-cb-cont-1 {
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url("../images/light-shape.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 200px;
    padding: 12px 12px 20px 25px;
}

    .ctm-cb-cont-1 h4 {
        color: #fff;
        position: absolute;
        bottom: 25px;
        left: 20px;
        font-size: calc(18px + (22 - 18) * (100vw - 320px) / (1920 - 320));
    }

    .ctm-cb-cont-1::before {
        /* content: ""; */
        background-image: url("../images/light-shape.png");
        background-repeat: no-repeat;
        background-size: cover;
        width: 403px;
        height: 169px;
        background-position: center;
        position: absolute;
        bottom: 0;
        left: 0;
    }

.ctm-text-box {
    border: 1px solid #e9e9e9;
    border-top: 0;
    padding: 20px 25px 20px 25px;
    min-height: 180px;
}

    .ctm-text-box h4 {
        font-size: 20px;
    }

.cb-text {
    font-size: 14px;
    min-height: 100px;
}

.courses-ctm-btn {
    border: 1px solid var(--pri-color);
    display: block;
    width: 100%;
    padding: 10px 18px;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    border-radius: 4px;
    color: #fff;
    background-color: var(--pri-color);
}

.ctm-course-box-1 {
    border-bottom: none;
}

    .ctm-course-box-1:hover {
        background-color: transparent !important;
    }
/* Courses Box End */
/*accreditations page start End*/
.counter-sec-3 h2 {
    margin-bottom: 40px;
}

.mian-title-black {
    color: #383131;
    font-size: 35px;
    font-family: Inria Serif;
    font-weight: 700;
    line-height: 1;
    word-wrap: break-word;
}

#myTab {
    border-right: 1px solid #ccc;
    padding-right: 18px;
}

/* Footer Style end */

/*Slider Nav*/

.ctm-slider-nav {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    gap: 10px;
}

.ctm-navigation {
    flex: 1 0 50px;
    max-width: 50px;
    text-align: center;
    height: 50px;
    border-radius: 50px;
    border: 1px solid var(--pri-color);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: var(--pri-color);
    transition: 0.3s ease-in-out;
}

    .ctm-navigation:hover {
        background-color: var(--pri-color);
        color: #fff;
    }

/*Slider Nav End*/
/*Payment Failure css start*/
.checkout-sec {
    position: relative;
    font-family: "Poppins", serif;
}

.payment-failure-box {
    max-width: 1100px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    text-align: center;
    padding: 25px 40px;
}

.payment-failure-top {
    position: relative;
    margin-top: -80px;
    display: flex;
    justify-content: center;
}

.payment-failure-min p {
    color: #464646;
}

.retry-btn {
    border-radius: 30.79px;
    border: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    background-color: red;
    padding: 12px 50px;
    text-decoration: none;
}

    .retry-btn:hover {
        background-color: #000;
        color: #fff;
    }
/*Payment Failure Css End*/
/*thank you*/
.reaching-out {
    border-bottom: 1px solid black;
}

/*thank you*/

/*Sam CSS*/

.req-list {
    list-style: none;
    column-count: 2;
    padding-left: 0;
    margin: 0;
}

    .req-list li span i {
        color: #890c25;
    }

    .req-list li {
        display: flex;
        gap: 15px;
        margin-bottom: 20px;
        padding-left: 6px;
    }

        .req-list li span {
            font-size: 16px;
        }

.requirements h3 {
    margin-bottom: 40px;
    margin-top: 40px;
}

.deadlines h3 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.app {
    border: 1px solid #eeeeee;
}

.label-1 {
    background-color: var(--pri-color);
    padding: 15px 0 15px 20px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2em;
}

.text-drk {
    padding: 15px 0 15px 20px;
    border-bottom: 1px solid #eeeeee;
    color: #110c2d;
    font-weight: 600;
}

.text-nrml {
    padding: 15px 0 15px 20px;
    border-bottom: 1px solid #eeeeee;
    font-size: 16px;
    font-weight: 400;
}

.app {
    margin-bottom: 40px;
}

.deadlines p {
    font-weight: 400;
}

.no-bdr {
    border-bottom: none !important;
}

.details {
    margin-top: 60px;
}

.app-form label {
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}

    .app-form label span {
        color: rgb(137, 12, 37);
    }

.app-form input,
.app-form select {
    color: #737477;
    font-size: 16px;
    width: 100%;
    margin-bottom: 26px;
    border: 1px solid #cfbdbd;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    border-radius: 0;
}

.btn-upload {
    padding: 0 !important;
}

#input-file {
    border: none;
}

.metform-submit-btn {
    width: 100%;
    border: 1px solid var(--pri-color);
    padding: 12px 8px;
    background-color: var(--pri-color);
    color: #fff !important;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
}

#input-file::file-selector-button {
    border: 2px solid var(--pri-color);
    padding: 8px 25px;
    border-radius: 0px;
    background-color: var(--pri-color);
    color: #fff;
    margin-right: 15px;
    cursor: pointer;
}

/* Popup Form Styling */

.right_form {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10px 28px;
    border-radius: 10px;
}

.ctm-modal-body {
    padding: 0;
    background-color: #fff;
    border-radius: 28px;
    overflow: hidden;
}

.ctm-close-btn {
    position: absolute;
    right: 12px;
    top: 12px;
}

#lp-popup .modal-content {
    background-color: transparent;
    border: 0;
}

.copuncotnent h2 span {
    display: block;
    font-size: 22px;
    color: var(--pri-color);
    text-transform: uppercase;
    font-weight: 700;
    line-height: 30px;
}

.copuncotnent h2 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

.copuncotnent p {
    display: block;
    font-size: 40px;
    color: #ffc333;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 45px;
}

    .copuncotnent p span {
        font-weight: 700;
        color: var(--primaryColor);
    }

.right_form input,
.right_form textarea,
.right_form select {
    height: 40px;
    border-radius: 5px;
    padding: 0 15px;
    font-family: system-ui;
    font-weight: 400;
    margin: 0 0 15px;
    border: 1px solid #f4f9fdf0;
    background-color: #f4f9fdf0;
}

.right_form .iti__selected-flag {
    border-radius: 4px 0px 0px 4px;
}

.right_form .popup_new_btn {
    width: 100%;
    background-color: var(--pri-color);
    border: none;
    text-transform: capitalize;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    height: 40px;
    border-radius: 4px;
    font-size: 14px;
}
/* Popup Form Styling End */

.right_form .iti.iti--allow-dropdown.iti--separate-dial-code {
    margin-bottom: 15px;
}

.courses-sec h2 {
    font-size: 42px;
    color: #000;
    text-transform: capitalize;
}

.courses-sec h6 {
    font-family: "inter";
}

.arrow-list-courses {
    padding-left: 28px;
}

    .arrow-list-courses li a {
        color: #222222;
        text-decoration: none;
    }

.btn-courses-pri {
    background-color: #880c24;
    text-decoration: none;
    padding: 9px 20px;
    display: inline-block;
    color: #fff;
    border-radius: 4px;
}

    .btn-courses-pri:hover {
        color: white;
    }

.accordion-button:not(.collapsed) {
    background-color: var(--sec-color);
    color: white;
}

.courses-sec .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

.courses-sec button.accordion-button:focus {
    outline: none;
    box-shadow: none;
}

/*---------------- Ranking Css Start ----------------*/

.headingBtn-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rankingBtn a {
    color: #890c25;
    text-decoration: none;
}

.rankingBtn i {
    color: #9c3449;
    padding-left: 6px;
    transform: rotate(-35deg);
}

.rankingBtn {
    border-bottom: 1px solid #95243a;
}

.prRankingImg-div {
    flex: 1 0 600px;
    max-width: 600px;
    max-height: 100%;
}

.rankMain-div {
    display: flex;
    justify-content: center;
}

.prRankingCont-div {
    flex: 1;
}

.prRankingImg-div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.prRankingCont-div .singleRank {
    display: flex;
    align-items: center;
    transition: 0.3s ease-in-out;
    background-color: #f6f6f6;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .prRankingCont-div .singleRank:after {
        position: absolute;
        height: 100%;
        width: 100%;
        content: "";
        left: 0;
        top: 0;
        top: -50%;
        left: 0;
        background-color: var(--sec-color);
        z-index: -1;
        opacity: 0;
        transition: var(--transition);
    }

    .prRankingCont-div .singleRank:hover::after {
        opacity: 1;
        top: 0;
    }

.rankNum {
    flex: 1 0 170px;
    max-width: 170px;
    display: flex;
    justify-content: center;
}

.rankCont {
    border-left: 1px solid #fff;
    padding: 50px 32px 40px;
}

.rankNum span {
    font-family: "Canela";
    color: #222222ab;
    font-size: 70px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: #dedede;
    -webkit-text-stroke: 1px;
}

.singleRank:hover .rankNum span {
    color: #fff;
}

.rankCont h3 {
    font-size: 24px;
    color: var(--sec-color);
}

.singleRank:hover .rankCont h3 {
    color: #fff;
}

.singleRank:hover .rankCont p {
    color: #fff;
}

.singleRank:hover .detailIcon i {
    color: #fff;
}

.singleRank:hover .detailIcon a {
    color: #fff;
}

.singleRank:hover .detailIcon span {
    color: #fff;
}

.rankDetails {
    display: flex;
    gap: 20px;
    padding-top: 10px;
}

.detailIcon {
    display: flex;
    align-items: center;
    gap: 10px;
}

.rankBar-main {
    display: flex;
    max-width: 1000px;
    background-color: #890c25;
    text-align: center;
    justify-content: center;
    margin: 0 auto;
}

.rankBox span {
    color: #fff;
    font-size: 50px;
    font-family: "Canela";
}

.rankBox p {
    color: #fff;
}

.rankBar-main {
    display: flex;
    max-width: 1000px;
    min-height: 200px;
    background-color: #890c25;
    text-align: center;
    justify-content: space-evenly;
    align-items: center;
    margin: 0 auto;
    gap: 100px;
}

.rankBox {
    max-width: 180px;
    position: relative;
}

    .rankBox span {
        color: #fff;
        font-size: 50px;
        font-family: "Canela";
    }

    .rankBox p {
        color: #fff;
        padding-top: 10px;
    }

    .rankBox:before {
        position: absolute;
        content: "";
        width: 1px;
        height: 140px;
        top: 10px;
        background-color: #ffffff2b;
        right: -80px;
    }

.red-bg {
    background-color: var(--sec-color);
}

.testArrrow-div {
    display: flex;
    gap: 10px;
    margin-top: 30px;
}

#test-prev-Arrow i {
    color: #fff;
    border: 2px solid #fff;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

#test-next-Arrow i {
    color: #fff;
    border: 2px solid #fff;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

/* the slides */
.test-slider .tm-item {
    margin: 0 10px;
}
/* the parent */
.test-slider {
    margin: 0 -10px;
}

/*---------------- Ranking Css End ----------------*/

/*---------------- Contact Css Start ----------------*/
/*Slider*/
.sliderArrows button.slick-arrow {
    position: absolute;
    background-color: #f3f0f0;
    border: none;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 10px;
    left: 0;
    margin: 0;
    overflow: hidden;
    z-index: 2;
    opacity: 1;
    width: 39px;
    height: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .sliderArrows button.slick-arrow > i {
        font-size: calc(17px + (25 - 17) * (100vw - 320px) / (1920 - 320));
        color: #25374d;
    }

    .sliderArrows button.slick-arrow.slick-prev {
        left: -50px;
    }

    .sliderArrows button.slick-arrow.slick-next {
        right: -50px;
        left: auto;
    }

    .sliderArrows button.slick-arrow.slick-disabled {
        opacity: 0.5;
        cursor: not-allowed;
    }

        .sliderArrows button.slick-arrow.slick-disabled:hover > i {
            color: #fff;
        }

    .sliderArrows button.slick-arrow:hover {
        background: #25374d;
    }

        .sliderArrows button.slick-arrow:hover > i {
            color: #e2cca3;
        }

.test-slider .slick-prev {
    position: absolute;
    background-color: var(--sec-color);
    border: none;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 10px;
    left: -48px;
    margin: 0;
    overflow: hidden;
    z-index: 2;
    opacity: 1;
    width: 39px;
    height: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.test-slider .slick-next {
    position: absolute;
    border: none;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 10px;
    right: -48px;
    margin: 0;
    overflow: hidden;
    z-index: 2;
    opacity: 1;
    width: 39px;
    height: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sliderArrows.sty1 button.slick-arrow > i {
    font-size: calc(17px + (25 - 17) * (100vw - 320px) / (1920 - 320));
    color: #fff;
}

.sliderArrows.sty1 button.slick-arrow.slick-next {
    right: 19%;
    left: auto;
}

/*Slider*/
.flex-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 23%;
}

.flex-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
    margin-bottom: 15px;
}

.flex-para {
    position: relative;
    padding-left: 25px;
}

.flex-box {
    /*  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: start;
    justify-content: center;
}

.flex-para:before {
    display: none;
}

.flex-para i {
    position: absolute;
    color: #fff;
    font-size: calc(30px + (45 - 30) * (100vw - 320px) / (1920 - 320));
    opacity: 0.5;
    top: -66px;
}

.q-right {
    content: "\e906";
    position: absolute;
    font-size: calc(30px + (45 - 30) * (100vw - 320px) / (1920 - 320));
    opacity: 0.5;
    color: #25374d;
    right: 15px;
    width: 41px;
    height: 42px;
    margin-top: 165px;
}

.flex-para p {
   /* color: #1e1e1e;*/
    font-size: calc(13px + (15 - 13) * (100vw - 320px) / (1920 - 320));
    font-weight: 400;
    text-align: start;
    height: 250px;
    overflow-y: auto;
    margin: 0;
    color: #fff;
}

/*.flex-para p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}*/

.f-16 {
    font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320)) !important;
}

.testi-wrap {
    background-color: var(--pri-color);
    padding: 20px;
}

.flex-para:before {
    content: "\e907";
    position: absolute;
    font-family: "xicons";
    color: #25374d;
    font-size: calc(30px + (45 - 30) * (100vw - 320px) / (1920 - 320));
    opacity: 0.5;
    top: -80px;
}

.flex-para h6 {
    color: white;
}

.stripe-head {
    padding: 0px 0 40px;
}

.ctm-steps-box {
    background: #fcfcfc;
    box-shadow: 0px 0px 24px rgba(18, 43, 124, 0.21);
    border-radius: 13px;
    min-height: 195px;
    position: relative;
    padding: 30px 15px 15px;
}

    .ctm-steps-box p {
        font-size: 14px;
    }

.ctm-step-tt {
    display: inline-block;
    background-color: var(--pri-color);
    border-radius: 20px;
    color: white;
    padding: 2px 20px;
    font-size: 16px;
    position: absolute;
    left: 15px;
    top: -15px;
    font-weight: 600;
}

.ctm-steps-box h3 {
    font-size: 22px;
    margin-bottom: 7px;
}

.heading-1 h3 {
    font-size: calc(20px + (40 - 20) * (100vw - 320px) / (1920 - 320));
    font-weight: 400;
    line-height: normal;
    color: #222222;
}

.heading h3 {
    font-size: calc(22px + (70 - 22) * (100vw - 320px) / (1920 - 320));
    margin-bottom: 20px;
    font-weight: 600;
    line-height: normal;
}

.bgc-iSecondary {
    background-color: var(--pri-color);
}

.st-txt {
    color: white;
}

.keo_hdg_1 h3 {
    font-size: calc(22px + (44 - 22) * (100vw - 320px) / (1920 - 320));
    color: #222222;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: normal;
}

.keo_hdg_1 p {
    font-size: calc(12px + (18 - 12) * (100vw - 320px) / (1920 - 320));
    font-weight: 400;
    line-height: normal;
    margin: 0 0 20px 0;
}

.keo_contact_des p {
    font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
    color: white;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 20px 0;
    text-align: start;
}

.keo_contact_des a {
    font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
    color: white;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 20px 0;
    text-align: start;
    text-decoration: none;
    display: block;
}

.keo_contact_icon i {
    color: white;
}

.st-para {
    color: white;
}

.keo_contact_list h6 {
    font-size: calc(14px + (24 - 14) * (100vw - 320px) / (1920 - 320));
    color: #fff;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 20px 0;
}

.contact-box {
    background-color: #f6f6f6;
    text-align: center;
    padding: 40px 100px;
}

    .contact-box span,
    .contact-box a {
        display: block;
        color: #000;
        font-size: 20px;
        text-decoration: none;
    }

.form-div button {
    width: 100%;
    background-color: #890c25;
    color: #fff;
    font-size: 16px;
}

.formBtn img {
    width: 20px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2937%) hue-rotate(241deg) brightness(100%) contrast(101%);
}

.formBtn {
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 10px;
    background-color: #890c25;
    padding: 10px;
    transition: 0.3s ease-in-out;
}

    .formBtn:hover {
        background-color: #110c2d;
    }

    .formBtn a {
        text-decoration: none;
        color: #fff;
        font-size: 16px;
    }

.form-div .form-label {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
}

.form-div .form-control {
    padding: 12px 16px;
}

/*---------------- Contact Css End ----------------*/

/*-------------------- Program Css Start -------------*/

.innerpage-banner {
    background-color: #f9f3f4;
}

.support-box {
    border: 1px solid #ccc;
    padding: 30px;
    min-height: 480px;
    position: relative;
}

.supportBtn {
    position: absolute;
    bottom: 30px;
    background-color: var(--pri-color);
    text-decoration: none;
    color: #fff;
    padding: 10px 20px;
    transition: 0.3s ease-in-out;
}

    .supportBtn:hover {
        color: #fff;
        background: #000;
    }

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: all 0.5s;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

.accordion-button::after {
    transition: all 0.5s;
}

.faq-div .accordion-button:not(.collapsed) {
    color: #000;
    background-color: transparent;
}

/*---------------- Program Css End ----------------*/

/*-------------------- Student Resources Css Start -------------*/

.ctm-news-post h4 {
    padding-top: 20px;
    font-size: 22px;
}

.resourse-mindBox span {
    color: #000;
    font-size: 22px;
}

.resourse-mindBox img {
    padding-bottom: 20px;
}

.generalBtn {
    background-color: var(--pri-color);
    text-decoration: none;
    color: #fff;
    padding: 12px 20px;
    transition: 0.3s ease-in-out;
}

    .generalBtn:hover {
        background: #000;
        color: #fff;
    }

.redBg-img {
    position: relative;
}

    .redBg-img:after {
        position: absolute;
        content: "";
        width: 100vw;
        height: 100%;
        background: var(--pri-color);
        left: 100%;
    }

    .redBg-img img {
        width: 100%;
    }

.redBg-sec {
    overflow: hidden;
}

    .redBg-sec p {
        font-size: 20px;
    }

/*.redBg-sec h4 {
    font-size: 44px;
}
.bg-girl-sec {
    display: flex;
    align-items: center;
    gap: 25px;
}
/*--------------------------- Responsive Screens ------------------------------*/
@media (max-width: 1399.98px) {
    .ctm-steps-box {
        min-height: 218px;
    }

    .flex-para p {
        font-size: 14px;
    }

    .flex-para i {
        top: -54px;
    }

    .q-right {
        margin-top: 149px;
    }

    .rts-tab-style-one .button-area button {
        font-size: 14px;
    }

    .courses-sec h2 {
        font-size: 38px;
    }

    .prRankingImg-div {
        flex: 1 0 400px;
        max-width: 400px;
    }

    .rankNum {
        flex: 1 0 150px;
        max-width: 150px;
    }

        .rankNum span {
            font-size: 60px;
        }

    .rankCont {
        padding: 40px 20px 30px;
    }

    .rankDetails {
        gap: 10px;
    }

    .rankCont h3 {
        font-size: 22px;
    }

    .support-box {
        min-height: 520px;
    }

    .redBg-sec {
        padding: 40px 0;
    }

    /*.redBg-sec h4 {
    font-size: 38px;
}*/

    /*.ctm-tm-slide {
    padding: 20px 30px;
    min-height: 370px;
}*/

    /*.quote-icon {
    position: absolute;
    bottom: 14px;
}*/

    /*.quote-icon svg {
    width: 60px;
}*/
}

/*Sami CSS*/

.main-body-term {
    padding: 1px 0 0 !important;
}

[data-fancybox=""] {
    text-align: center;
}

.document-slide-show ul li img {
    margin: 0 auto;
    display: block;
}

.fancybox-title.fancybox-title-float-wrap {
    display: none !important;
}

.main-body-term h1 {
    font-size: 24px;
    text-align: center;
    margin: 15px 0;
}

.main-body-term p {
    text-align: center;
}

#degree-select,
#select {
    position: relative;
    right: 0;
}

.document-slide a:hover {
    text-decoration: none !important;
}

.document-slide-show select {
    border: 1px solid #a9a9a9;
}

.document-slide-show ul {
    list-style: none;
    padding-left: 0;
}

.document-slide-show {
    width: 960px;
    padding: 25px 0;
    margin: 0 auto;
    line-height: normal;
}

    .document-slide-show:after {
        clear: both;
        content: "";
        display: table;
    }

.document-slide-list {
    float: left;
}

    .document-slide-list ul {
        border-collapse: collapse;
        width: 247px;
        padding-left: 0;
    }

        .document-slide-list ul li {
            padding: 7px 10px;
            border-left: solid 1px #ccc;
            border-right: solid 1px #ccc;
            border-collapse: collapse;
            border-bottom: 1px solid #d5c8c8;
        }

            .document-slide-list ul li.active a {
                color: #2a2a2a;
            }

            .document-slide-list ul li a {
                text-decoration: none;
                color: #0066cc;
            }

.document-slide {
    float: left;
    width: 648px;
    margin-left: 20px;
    border: solid 1px #ccc;
    border-radius: 0 0 5px 5px;
    position: relative;
}

    .document-slide ul li > div {
        padding: 0 20px;
        text-align: center;
    }

.sample h1 {
    padding-bottom: 3px;
    color: #00a1f1;
    font-size: 20px;
    font-weight: bold;
}

    .sample h1 span {
        color: #939393;
    }

.selection {
    margin: 10px 0 10px 150px;
    float: right;
}

    .selection select {
        float: right;
        font-weight: normal;
        color: #4a4139;
        position: relative;
    }

.slide-list {
    float: left;
}

    .slide-list ul {
        border-collapse: collapse;
        width: 247px;
    }

        .slide-list ul li {
            padding: 7px 10px;
            border: solid 1px #ccc;
            border-collapse: collapse;
            border-bottom: none;
        }

            .slide-list ul li:last-child {
                border-bottom: solid 1px #ccc;
                border-radius: 0 0 5px 5px;
            }

            .slide-list ul li a {
                text-decoration: none;
            }

.slide {
    float: left;
    width: 648px;
    margin-left: 20px;
    border: solid 1px #ccc;
    border-radius: 0 0 5px 5px;
}

.view-degree {
    margin-bottom: 20px;
}

.slide ul li > div {
    padding: 0 20px;
    text-align: center;
}

#degree-select,
#select {
    padding: 4px;
}

#dynamicCSS .fancybox-inner,
#dynamicCSS .fancybox-skin,
#dynamicCSS.fancybox-opened {
    width: 728px !important;
}

#dynamicCSS.fancybox-opened {
    left: 317px;
}

.fancybox-opened .fancybox-skin {
    background: transparent !important;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.hd-gry-ddo {
    background-color: #8e8e8e !important;
    color: white !important;
    font-weight: normal !important;
    font-size: 14px !important;
    padding: 4px 11px;
    text-align: left;
    margin-bottom: 0 !important;
}
/*Degree CSS */
.deg-hold-fxed {
    width: 300px;
    position: relative;
    display: block;
    height: 393px;
    overflow: hidden;
    margin: 10px auto -22px;
    color: #272727 !important;
    clear: both;
}

.degree-img {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 0;
}

.deg-txt01 {
    width: 100%;
    display: block;
    text-align: center;
    position: absolute;
    z-index: 1;
    top: 22%;
    text-transform: uppercase;
    font-size: 5px;
    font-family: "Times New Roman", Times, serif;
    left: 0;
}

.nam-deg {
    font-family: "Italianno", cursive;
    position: absolute;
    z-index: 1;
    top: 32%;
    font-size: 22px;
    text-align: center;
    display: block;
    width: 100%;
    left: 0;
}

.what-deg {
    width: 100%;
    position: absolute;
    top: 41%;
    text-align: center;
    font-size: 7px;
    left: 0;
}

.in-deg {
    font-family: "Italianno", cursive;
    position: absolute;
    z-index: 1;
    top: 46%;
    font-size: 22px;
    text-align: center;
    display: block;
    width: 100%;
    left: 0;
}

.deg-endors {
    text-align: center;
    display: block;
    width: 100%;
    font-size: 5px;
    text-transform: uppercase;
    position: absolute;
    z-index: 1;
    top: 58%;
    left: 0;
}

.deg-dated {
    position: absolute;
    z-index: 1;
    top: 65%;
    width: 100%;
    text-align: center;
    font-size: 6px;
    left: 0;
}

.deg-foot-note {
    bottom: 5%;
    position: absolute;
    z-index: 1;
    width: 100%;
    text-align: center;
    font: italic 3px Arial, Helvetica, sans-serif;
    color: #555555;
    left: 0;
}
/*Signatures*/
.doc-sign-registrar,
.doc-sign-president {
    position: absolute;
    z-index: 10;
}

.deg-hold-fxed .doc-sign-registrar,
.deg-hold-fxed .doc-sign-president {
    bottom: 14.5%;
    width: 24.8%;
    height: auto;
}

.deg-hold-fxed .doc-sign-registrar {
    left: 10%;
}

.deg-hold-fxed .doc-sign-president {
    right: 10%;
}

.cert-hold-fxed .doc-sign-registrar,
.cert-hold-fxed .doc-sign-president {
    bottom: 16%;
    width: 18.8%;
    height: auto;
}

.cert-hold-fxed .doc-sign-registrar {
    left: 19%;
}

.cert-hold-fxed .doc-sign-president {
    right: 19%;
}

.veri-sign-content img.doc-sign-registrar,
.veri-sign-content img.doc-sign-president {
    bottom: 38.9%;
    width: 19.8%;
}

.veri-sign-content img.doc-sign-registrar {
    left: 21%;
}

.veri-sign-content img.doc-sign-president {
    right: 21%;
}

.doc-sign-registrar,
.doc-sign-president {
    position: absolute;
    z-index: 10;
}

.cyc-doc-holder .doc-sign-registrar,
.cyc-doc-holder .doc-sign-president {
    bottom: 14.5%;
    width: 24.8%;
    height: auto;
}

.cyc-doc-holder .doc-sign-registrar {
    left: 10%;
}

.cyc-doc-holder .doc-sign-president {
    right: 10%;
}

.doc-sm-fnt li .doc-sign-registrar,
.doc-sm-fnt li .doc-sign-president {
    display: none;
}

.awrd-signature img.doc-sign-registrar {
    right: 11%;
    left: auto;
    bottom: 14%;
}

.awrd-signature img.doc-sign-president {
    display: none;
}
/*Certificates*/
.cert-hold-fxed {
    width: 460px;
    position: relative;
    display: block;
    height: 358px;
    overflow: hidden;
    margin: 10px auto -22px;
    color: #272727 !important;
    clear: both;
}

    .cert-hold-fxed .deg-txt01 {
        top: 28%;
    }

    .cert-hold-fxed .nam-deg {
        top: 36%;
    }

    .cert-hold-fxed .what-deg {
        top: 44%;
    }

    .cert-hold-fxed .in-deg {
        top: 49%;
    }

    .cert-hold-fxed .deg-endors {
        top: 60%;
    }

    .cert-hold-fxed .deg-dated {
        top: 68%;
    }

    .cert-hold-fxed .deg-foot-note {
        bottom: 8%;
        font-size: 5px;
    }
/*Transcript CSS*/
.script-stu-info {
    width: 34%;
    position: absolute;
    z-index: 1;
    top: 21%;
    left: 8%;
    text-align: left;
    font-family: "Times New Roman", Times, serif;
}

    .script-stu-info span,
    .script-stu-info strong {
        display: block;
    }

    .script-stu-info span {
        font-size: 5px;
        padding: 2px 0;
        border-bottom: 1px solid #918f8f;
    }

    .script-stu-info strong {
        margin-top: 12px;
        font-weight: normal;
        font-family: "Times New Roman", Times, serif;
        font-size: 8px;
    }

.trns-foot-note {
    bottom: 6%;
    position: absolute;
    z-index: 1;
    width: 85%;
    text-align: left;
    font: italic 4px Arial, Helvetica, sans-serif;
    color: #555555;
    left: 9%;
}

span.upbrdr {
    border-top: 1px solid #918f8f;
    border-bottom: 0;
}

.script-tble {
    width: 48%;
    position: absolute;
    z-index: 1;
    right: 7%;
    top: 21%;
}

.script-tble-row1 {
    clear: both;
    display: block;
    overflow: hidden;
}

    .script-tble-row1 span {
        float: left;
        text-align: center;
        font-size: 5px;
    }

.script-tble-row2 {
    clear: both;
    border: 1px solid #565354;
    border-right: 0;
    display: block;
    overflow: hidden;
    margin: 5px 0 0 0;
}

    .script-tble-row2 span {
        float: left;
        text-align: center;
        font-size: 4px;
        min-height: 196px;
        line-height: 12px;
    }

span.crs-cod {
    width: 18%;
}

span.genrl-cors {
    width: 60%;
    margin: 6px 0 0 0;
}

span.crdt-hrs {
    width: 13%;
}

span.trns-gpa {
    width: 9%;
    margin: 6px 0 0 0;
}

span.crs-cod-lst {
    width: 18%;
    border-right: 1px solid #565354;
    padding: 4% 0;
}

span.genrl-cors-lst {
    width: 54%;
    border-right: 1px solid #565354;
    text-align: left;
    padding: 4% 3%;
}

span.crdt-hrs-lst {
    width: 10%;
    border-right: 1px solid #565354;
    padding: 4% 0;
}

span.trns-gpa-lst {
    width: 9%;
    border-right: 1px solid #565354;
    padding: 4% 0;
    float: right;
}
/*Transcript Back*/
.trnsc-bck-container {
    width: 77.5%;
    position: absolute;
    z-index: 1;
    top: 6%;
    left: 11%;
    font: normal 5px Arial, Helvetica, sans-serif;
    line-height: 6.8px;
}

.trnsc-bck-info {
    display: block;
    overflow: hidden;
    clear: both;
    margin-bottom: 20px;
    margin-bottom: 7px;
    text-align: left;
}

    .trnsc-bck-info span,
    .trnsc-bck-info strong {
        display: block;
    }

.trns-bck-tble {
    border: 1px solid #b0b1b1;
    width: 100%;
    float: left;
    clear: both;
    border-right: 0;
    margin-bottom: 10px;
    border-bottom: 0;
}

    .trns-bck-tble span.trns-bck-row {
        width: 100%;
        float: left;
        clear: both;
        border-bottom: 1px solid #b0b1b1;
    }

.grybg-trns-bck {
    background-color: #d8d9db;
}

.trns-bck-row span {
    float: left;
    border-right: 1px solid #b0b1b1;
    width: 32.5%;
    text-align: center;
    padding: 0;
}

.trns-bck-tble-sec span.trns-bck-row span {
    width: 48%;
    text-align: left;
    padding-left: 1%;
}

    .trns-bck-tble-sec span.trns-bck-row span + span {
        width: 24%;
        text-align: center;
    }

        .trns-bck-tble-sec span.trns-bck-row span + span + span {
            width: 23%;
            text-align: center;
            float: right;
        }

.trns-bck-row span + span + span {
    float: right;
}

.trns-bck-foot-note {
    clear: both;
    margin-top: -4px;
    float: left;
    width: 100%;
    text-align: left;
}
/*Verification Letter*/
.veri-container {
    position: absolute;
    font: normal 7px Arial, Helvetica, sans-serif;
    color: #000000;
    z-index: 1;
    top: 18%;
    left: 3%;
    width: 94%;
    line-height: 9px;
}

    .veri-container span {
        display: block;
    }

.veri-dated {
    text-align: left;
}

.veri-hd {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 9px;
    overflow: hidden;
    margin: 3px 0;
}

.veri-tble-holder {
    width: 88%;
    border-top: 1px solid #979797;
    border-left: 1px solid #979797;
    overflow: hidden;
    margin: 5px 0;
    margin-left: 3%;
}

.veri-tble-row {
    border-bottom: 1px solid #979797;
    float: left;
    width: 100%;
}

    .veri-tble-row span {
        float: left;
        overflow: hidden;
        width: 38%;
        padding: 1px 0 1px 2%;
        border-right: 1px solid #979797;
        text-align: left;
    }

        .veri-tble-row span + span {
            float: right;
            text-align: left;
            width: 57%;
        }

.veri-blk-row {
    background: #000;
    color: white;
}

.veri-holder-below {
    width: 85%;
    border: 1px solid #979797;
    padding: 6px;
    overflow: hidden;
    margin: 37px 0 0 2.5%;
    text-align: left;
}

.veri-foo-cta {
    position: absolute;
    width: 100%;
    text-align: center;
    color: #b2b3b5;
    margin-top: 31px;
    bottom: 4.5%;
    font: normal 7px Arial, Helvetica, sans-serif;
    left: 0;
}

.veri-info {
    text-align: left;
}

.veri-container.veri-lett-container {
    font: normal 5px Arial, Helvetica, sans-serif, sans-serif;
    color: #4e4e4e;
    line-height: 7px;
    top: 16%;
}

    .veri-container.veri-lett-container a {
        font: normal 5px Arial, Helvetica, sans-serif, sans-serif;
        color: #4e4e4e;
    }

    .veri-container.veri-lett-container .veri-tble-row span {
        width: 50%;
    }

        .veri-container.veri-lett-container .veri-tble-row span + span {
            width: 40%;
        }

.veri-lett-container i.veri-lett-note {
    font-size: 3px;
    line-height: 3px;
}
/*Award of Excellence*/
.awrd-of-excelnce {
    width: 100%;
    position: absolute;
    z-index: 1;
    text-align: center;
    font: normal 11px Arial, Helvetica, sans-serif;
    color: #000000;
    top: 28%;
    left: 0;
}

    .awrd-of-excelnce span {
        display: block;
    }

.awrd-nam {
    font-size: 20px;
    padding-bottom: 7px;
}

.awrd-txt2 {
    font: italic 23px Arial, Helvetica, sans-serif;
    margin: 10px 0 -5px;
}

.awrd-pnch-txt {
    font-weight: bold;
    font-style: italic;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 31px;
}

.awrd-subj {
    font-size: 9px;
}

.awrd-descri {
    margin-top: 14px;
}

.landscape-main span.deg-txt01 {
    font-size: 7px;
    top: 27%;
}

.landscape-main span.nam-deg {
    top: 34%;
    font-size: 31px;
}

.landscape-main span.in-deg {
    font-size: 24px;
}

.landscape-main span.what-deg {
    font-size: 9px;
}

.landscape-main span.deg-endors {
    font-size: 7px;
}

.landscape-main span.deg-dated {
    font-size: 9px;
    top: 66%;
}

.landscape-main img.doc-sign-president {
    right: 11%;
}

.landscape-main img.doc-sign-registrar {
    left: 13%;
}

/*For Firefox Only*/

@-moz-document url-prefix() {
    .veri-tble-row span {
        padding: 0 0 0 2%;
    }

    .veri-holder-below {
        margin: 62px 0 0 2.5%;
        padding: 0 6px;
    }
}
/*For IE8 Only*/

.trnsc-bck-container {
    line-height /*\**/: 6.5px\9;
}
/* Faq Sec New */
.faq-sec-2 {
    position: relative;
}

    .faq-sec-2 .accordion {
        background: #ffffff;
        box-shadow: 0px 0px 9px rgba(118, 178, 248, 0.19);
        border-radius: 16px;
        border: 0;
        padding: 15px 10px;
    }

    .faq-sec-2 .accordion-item {
        border: 0;
        border-radius: 0;
        border-bottom: 1px solid #dee7eb;
        margin-bottom: 10px;
    }

    .faq-sec-2 .accordion-button {
        font-size: calc(18px + (25 - 18) * (100vw - 320px) / (1920 - 320));
        color: #222;
        border: 0;
    }

        .faq-sec-2 .accordion-button:focus {
            border: 0;
            outline: 0;
            box-shadow: none;
        }

    .faq-sec-2 .acc-inner-box {
        background-image: url("/assets/images/acc-innerbg.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border: 0;
        border-radius: 24px;
        padding: 20px;
        margin-bottom: 25px;
    }

        .faq-sec-2 .acc-inner-box .acc-inner-box-title {
            font-size: calc(15px + (17 - 15) * (100vw - 320px) / (1920 - 320));
            color: #222;
            font-weight: 600;
            margin-bottom: 10px;
            height: 48px;
            padding-right: 0;
        }

        .faq-sec-2 .acc-inner-box .acc-inner-box-text {
            font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
            color: #222;
            opacity: 0.7;
            font-weight: 400;
            height: 80px;
            overflow-y: auto;
            margin-bottom: 10px;
     
        }

        .faq-sec-2 .acc-inner-box .acc-inner-box-link a {
            color: #881626;
            font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
            text-decoration: none;
            font-weight: 600;
          
        }
/* Faq Sec New */

/*Bmp Slider Css*/
.faq-sec-1 .accordion-button:not(.collapsed) {
    background-color:var(--pri-color) !important;
    box-shadow: none;
}
/* the slides */
.bmp-slider .slick-slide {
    margin: 0 10px;
}
/* the parent */
.bmp-slider .slick-list {
    margin: 0 0;
}
/*Bmp Slider Css End*/

.detail-box {
    background-color: var(--pri-color);
    text-align: center;
    height: calc(100% - 20px);
    padding: 30px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .detail-box:hover {
        background: #25374d !important;
    }

        .detail-box:hover h3,
        .detail-box:hover h4,
        .detail-box:hover p {
            color: #fff;
        }

    .detail-box h3 {
        color: #fff;
        margin-bottom: 5px;
        line-height: 0.8;
        font-weight: 600;
        font-size: 38px;
    }

    .detail-box h4 {
        color: #fff;
        margin-bottom: 5px;
        line-height: 1;
        font-weight: 400;
        font-size: 24px;
    }

    .detail-box p {
        color: #fff;
        margin-bottom: 0;
    }

@media (max-width: 1399.98px) {
    .faculty-section .accord-content ul li {
        width: 30%;
    }

    .chart-box {
        padding: 24px;
    }

    .program-type {
        padding: 20px;
    }

    ctm-tm-user .tm-title {
        font-size: 17px;
    }

    .ctm-tm-user .tm-desig {
        font-size: 13px;
    }


    .rts__program--item {
        min-height: 385px;
    }

    .ctm-course-box h4 {
        font-size: 21px;
        line-height: 30px;
    }

    .ctm-course-box {
        min-height: 347px;
    }

    .homepage-banner h1 {
        font-size: 50px;
        line-height: 58px;
    }

    .hpb-linkbox {
        min-height: 110px;
    }

    .hpb-linkbox-1 {
        font-size: 23px;
        line-height: 69px;
    }

    .banner-img-right {
        max-width: 486px;
        width: 100%;
    }

    .homepage-banner {
        min-height: 680px;
    }
    .mv-btns-holder {
        margin-top: 30px;
    }

    .counter-box-inner h3 {
        font-size: 48px;
    }

    .counter-box-inner p {
        font-size: 19px;
    }

    .ctm-course-text {
        font-size: 14px;
    }

    .ctm-box-s2 h4 {
        font-size: 20px;
    }

    .ctm-box-s2 {
        padding: 20px 20px;
    }

    .rts__program--item--description {
        font-size: 14px;
    }

    .ctm-news-post h5 {
        font-size: 20px;
        line-height: 28px;
        min-height: 85px;
    }
}

@media (max-width: 1199.98px) {
    .faculty-section .accord-content ul li {
        display: block;
        margin-bottom: 8px;
    }

    .mnav-opp-holder {
        gap: 10px;
    }

    .main-header-btn {
        padding: 8px 13px;
    }

    .ctm-steps-box {
        min-height: 193px;
    }

        .ctm-steps-box h3 {
            font-size: 17px;
            margin-bottom: 7px;
        }

    .flex-para i {
        top: -42px;
    }

    .flex-para p {
        font-size: 12px;
        line-height: 1.5;
    }

    s .courses-sec h2 {
        font-size: 30px;
    }

    .resourse-mindBox span {
        font-size: 18px;
    }

    .ctm-news-post h4 {
        font-size: 20px;
    }

    .resourse-mindBox p {
        font-size: 14px;
    }

    .circle-arrow-btn {
        width: 45px;
        height: 45px;
    }

    .ctm-mian-title-sm {
        font-size: 22px;
    }

    .up-eve-meta {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .up-eve-img {
        margin-bottom: 15px;
    }

    .ctm-arrow-link-s2 {
        font-size: 16px;
    }

    .inner-banner-title {
        font-size: 34px;
    }

    .ctm-mian-title-md {
        font-size: 30px;
    }

    .ctm-inner-banner {
        min-height: auto;
        
    }

    .ctm-counter-box {
        border: 1px solid #ccc;
        text-align: center;
       
    }

    .rts__circle.v__2 .spinner {
        height: 120px;
        width: 120px;
    }

    .rts__circle.v__2 {
        width: 120px;
        height: 120px;
    }

    .rts__program--item--title {
        font-size: 22px;
    }

    .rts__program--item--title {
        font-size: 22px;
    }

    .ctm-arrow-link {
        font-size: 16px;
    }

    .counter-box-inner h3 {
        font-size: 42px;
    }

    .counter-box-inner p {
        font-size: 16px;
    }

    .ctm-mian-title {
        font-size: 30px;
    }

    .ctm-course-box h4 {
        font-size: 16px;
        line-height: 22px;
    }

    .homepage-banner {
        min-height: 639px;
    }

        .homepage-banner h1 {
            font-size: 34px;
            line-height: 44px;
        }

    .homepage-banner {
        min-height: 596px;
    }

    .banner-img-right {
        max-width: 424px;
    }

    .hpb-linkbox-1 {
        gap: 14px;
    }

    .hpb-linkbox-3 {
        font-size: 14px;
        line-height: 18px;
    }

    .hpb-box-link {
        flex: 1 0 16px;
        max-height: 16px;
        max-width: 17px;
        font-size: 11px;
    }

    .hpb-linkbox-1 {
        font-size: 20px;
        line-height: 49px;
    }

    .bhp-line {
        width: 53px;
    }

    .hpb-linkbox-2 {
        font-size: 14px;
    }

    .homepage-banner:after {
        width: 39vw;
    }

    .team-mem-box {
        flex-direction: column;
    }

    .counter-box-inner {
        max-width: 190px;
    }

    .redBg-sec p {
        font-size: 16px;
    }

    .btns-boxes {
        position: relative;
        padding: 50px 15px;
    }
}

@media (max-width: 991.98px) {
    .corona-education .bg__detail {
        background-position: left;
        display: grid;
        justify-content: center;
    }

    .program-type {
        height: auto;
        margin-bottom: 20px;
    }

    .faculty-section .accord-content ul {
        padding-left: 0;
    }

    .courses-sec h2 {
        font-size: 26px;
    }

    .ctm-counter-box {
        margin-bottom: 20px;
    }

    .prRankingImg-div {
        flex: 1;
        max-width: 100%;
    }

    .rankMain-div {
        flex-direction: column-reverse;
    }

    .quote-icon {
        display: none;
    }

    .accr-box .accr-box-cont h4 {
        font-size: 20px;
    }

    .accr-box-cont {
        margin-bottom: 20px;
    }

    .btns-boxes {
        min-height: 100%;
    }

    .resourse-mindBox {
        margin-bottom: 15px;
    }

    .redBg-img {
        display: none;
    }

    .ctm-news-post h4 {
        font-size: 18px;
    }


    .footer-logo-holder {
        margin-bottom: 10px;
    }

    .foo-bottom {
        margin-top: 0px;
    }

    .rts__program--item {
        padding-right: 15px;
        padding-left: 15px;
    }

    .ctm-news-post {
        margin-bottom: 20px;
    }


    .ctm-mian-title {
        font-size: 26px;
    }

    .ctm-image-holder {
        margin-bottom: 15px;
    }

    .hpb-linkbox-3 {
        display: none;
    }

    .ctm-footer {
        padding-top: 50px;
    }

    .homepage-banner:after {
        height: 350px;
    }

    .hpb-cont p {
        font-size: 14px;
    }

    .homepage-banner h1 {
        font-size: 26px;
        line-height: 33px;
    }

    .homepage-banner:after {
        width: 44vw;
    }

    .hpb-linkbox-2 {
        bottom: 0;
    }

    .hpb-linkbox {
        min-height: 78px;
    }

    .details {
        margin-top: 20px;
    }

    .testArrrow-div {
        margin-bottom: 13px;
    }

    .app {
        margin-bottom: 20px;
    }

    .app-form input,
    .app-form select {
        margin-bottom: 15px;
    }

    .app-form label {
        font-size: 14px;
    }

    .rts-accordion.style1 .accordion-item .accordion-button {
        font-size: 14px;
        padding: 12px 10px !important;
    }
}

@media (max-width: 767.98px) {
    .main-header-btn {
        padding: 8px 10px;
        font-size: 12px;
    }

    .ctm-steps-box {
        margin-bottom: 30px !important;
    }

    .ctm-steps-box-11 {
        margin-bottom: 30px !important;
    }

    .sb-widget-contact {
        min-height: 350px;
    }

    .sidebar-cta-widget {
        min-height: 380px;
    }

    .sb-widget-contact h3 {
        font-size: 20px;
    }

    .cta-widget-inner h4 {
        font-size: 24px;
    }

    .sch-box {
        padding: 20px;
    }

    .sch-box-3 {
        padding: 20px;
        margin-top: 0;
    }

    .form-sb-tt {
        font-size: 18px;
        margin-top: 20px;
    }

    .uc-events-box {
        margin-bottom: 20px;
    }

    .ctm-arrow-link-s2 {
        font-size: 14px;
    }

    .counter-box-s3 {
        max-width: 100%;
        margin: 0;
        padding: 10px;
        border-bottom: 1px solid;
        width: 100%;
    }

    .counter-box-last {
        border-bottom: 0;
    }

    .counter-box-s3:after {
        display: none;
    }

    .counter-box-holder-s3 {
        padding: 0px 15px;
    }

    .rating-star {
        margin-bottom: 18px;
    }

    .app-form input,
    .app-form select {
        margin-bottom: 14px;
    }

    .inner-banner-title {
        font-size: 24px;
    }

    .ctm-inner-banner {
        min-height: auto;
        padding-top: 150px;
    }

    .ctm-counter-box {
        padding: 15px;
    }

    .counter-box-inner {
        margin: 0 auto;
        min-height: auto;
    }

        .counter-box-inner h3 {
            font-size: 42px;
            line-height: 1;
        }

    .ctm-counter-box {
        display: flex;
        align-items: center;
        border-right: 1px solid #ccc;
    }

    .ctm-counter-box-last {
        margin-bottom: 0;
    }

    .banner-img-right {
        max-width: 424px;
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: -1;
    }

    .homepage-banner:after {
        width: 100%;
        height: 100%;
        opacity: 0.1;
        z-index: -2;
    }

    .banner-img-right {
        max-width: 300px;
    }

    .homepage-banner {
        min-height: 400px;
        display: flex;
        align-items: center;
    }

    .homepage-banner {
        min-height: auto;
        padding-top: 30px;
    }

    .hpb-cont {
        max-width: 303px;
    }

    .hpb-linkbox {
        min-height: 60px;
    }

    .hpb-linkbox-1 {
        font-size: 20px;
        line-height: 30px;
    }

    .team-mem-box {
        flex-direction: column;
        margin-bottom: 20px;
    }

    .team-mem-img img {
        width: 100%;
    }

    .resourse-mindBox span {
        font-size: 18px;
    }

    .resourse-mindBox img {
        padding-bottom: 10px;
    }
}

@media (max-width: 575.98px) {
    .faculty-section .accord-content ul li {
        width: 100%;
        word-break: break-all;
    }

    .faculty-logo img {
        width: 130px;
    }

    .faculty-logo {
        text-align: center;
    }

    .courses-sec h2 {
        font-size: 22px;
    }

    .logos-area img {
        max-height: 35px;
    }

    .ctm-counter-box-last {
        margin-bottom: 0;
    }

    .counter-box-s3 h3 {
        font-size: 30px;
    }

    .rankCont p {
        margin-bottom: 0px;
    }

    .prRankingCont-div .singleRank {
        align-items: flex-start;
    }

    .rankCont h3 {
        font-size: 18px;
    }

    .rankCont {
        padding: 20px;
    }

    .rankNum {
        flex: 1 0 70px;
        max-width: 70px;
        margin-top: 20px;
    }

        .rankNum span {
            font-size: 40px;
        }

    .footer-widget-title {
        margin-bottom: 14px;
    }

    .foo-bottom {
        padding: 12px 0;
        gap: 5px;
    }

    .cf-info {
        gap: 10px;
    }

    .ctm-mian-title-sm {
        font-size: 18px;
    }

    .ctm-arrow-link {
        font-size: 14px;
    }

    .circle-arrow-btn {
        margin-top: 18px;
    }

    .circle-arrow-btn {
        width: 35px;
        height: 35px;
    }

    .ctm-box-height-400 {
        height: 300px;
    }

    .ctm-box-height-520 {
        height: 320px;
    }

    .tm-box-holder {
        padding: 15px;
    }

    .tm-arrows-holder {
        position: relative;
        bottom: 0;
        margin-top: 22px;
        justify-content: center;
    }

        .tm-arrows-holder a {
            padding: 7px 9px;
        }

    .vid-sec-cont {
        padding-top: 20px;
    }

    .tm-name {
        font-size: 18px;
    }

    .ctm-slider-nav {
        margin-top: 10px;
    }

    .text-nrml {
        font-size: 14px;
    }

    .ctm-navigation {
        flex: 1 0 30px;
        max-width: 30px;
        height: 30px;
    }

    .text-nrml {
        padding: 10px 0 10px 20px;
    }

    .label-1 {
        padding: 10px 0 10px 20px;
        font-size: 16px;
    }

    .req-list {
        column-count: 1 !important;
    }

        .req-list li span {
            font-size: 14px !important;
        }

        .req-list li {
            margin-bottom: 8px !important;
        }

    .requirements h3 {
        margin-bottom: 20px !important;
        margin-top: 20px !important;
    }

    .box-s2-link {
        flex: 1 0 55px;
        max-width: 55px;
    }

        .box-s2-link a {
            height: 55px;
            width: 55px;
        }

    .ctm-counter-box {
        min-height: auto;
    }

    .counter-box-inner h3 {
        font-size: 35px;
    }

    .mnav-opp-holder {
        gap: 9px;
    }

    .main-header-btn {
        padding: 8px 20px;
        display: none;
    }

    .custom-logo-link {
        max-width: 150px;
    }

    .homepage-banner h1 {
        margin-top: 40px;
    }

    .bhp-line {
        display: none;
    }

    .hpb-linkbox {
        min-height: 100%;
    }

    .hpb-cont {
        max-width: 100%;
    }

    .hpb-linkbox-1 {
        font-size: 16px;
        line-height: 19px;
    }

    .homepage-banner h1 {
        font-size: 22px;
        line-height: 29px;
    }

    .ctm-mian-title-md {
        font-size: 22px;
    }

    .hpb-linkbox {
        padding: 9px;
    }

    .banner-img-right {
        display: none;
    }

    .hpb-cont {
        max-width: 100%;
    }
    .ctm-mian-title {
        font-size: 22px;
    }

    .mv-btn {
        padding: 12px 20px;
        flex-direction: column;
        gap: 5px;
    }
}

@media (max-width: 479.98px) {
    .cnt-info {
        padding-left: 1rem !important;
    }

    .keo_contact_list h6 {
        line-height: 1.5;
    }
}





/**********Media Quries End********/

.course-detail h4 a {
    text-decoration: none;
    color: #222222;
}

    .course-detail h4 a:hover {
        color: #222222;
    }

.course-pop-up p {
    font-size: calc(12px + (18 - 12) * (100vw - 320px) / (1920 - 320));
    color: #222222;
    font-weight: 400;
}

.course-pop-up h1 {
    font-size: 20px;
    color: var(--pri-color);
}

.course-pop-up h2 {
    font-size: 22px;
}

    .course-pop-up h2 span {
        color: var(--sec-color);
        font-size: 24px;
    }

.apply-now {
    display: inline-block;
    margin: 30px 0;
    background-color: #880c24;
    text-decoration: none;
    color: #fff;
    padding: 10px 20px;
    transition: 0.3s ease-in-out;
    margin-left: auto;
}

.pop-btn {
    display: flex;
}

/*Courses CSS*/
.tabs-wrap ul {
    padding-left: 0px;
    font-family: "Canela";
    font-size: 20px;
}

.tabs-wrap.sty2 .btn-list li.is--active {
    background: var(--pri-color);
    color: #fff;
}

    .tabs-wrap.sty2 .btn-list li.is--active a {
        color: #fff;
        text-decoration: none;
    }

.tabs-wrap.sty2 .btn-list li a {
    color: var(--pri-color);
    text-decoration: none;
}

.tabs-wrap.sty2 .btn-list li.is--active a {
    color: #fff;
    text-decoration: none;
}

.tabs-wrap.sty2 .btn-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #efefef;
}

    .tabs-wrap.sty2 .btn-list li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
        padding: 10px 24px;
        text-align: center;
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease;
        list-style: none;
    }

.tabs-content a {
    color: var(--pri-color);
    text-decoration: none;
}

.tabs-content h4 {
    color: var(--pri-color);
    font-size: 18px;
}

.tabs-content p {
    font-size: 13px;
    margin-top: 10px;
}

.tabs-content {
    padding: 0px 0px;
    display: none;
}

    .tabs-content.is--active {
        display: block;
    }

.c-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    bottom: 0;
    right: 0;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.15s linear;
}

    .c-popup .popup {
        position: relative;
        width: auto;
        margin: 0.5rem;
        pointer-events: none;
        margin: 0 auto;
        transform: translate(0, -25%);
        transition: transform 0.3s ease-out;
        display: none;
        height: 100%;
    }

        .c-popup .popup .contact-form {
            background: #880c24;
            padding: 40px;
            position: relative;
            pointer-events: auto;
            width: 100%;
        }

        .c-popup .popup .popup-wrap {
            background: #fff;
            width: 100%;
            pointer-events: auto;
            box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.25);
            border-radius: 0.3rem;
            position: relative;
        }

        .c-popup .popup .c-close {
            position: absolute;
            top: -15px;
            right: -15px;
            z-index: 999;
            color: #fff;
            padding: 0px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: var(--sec-color);
            font-size: 16px;
            border-radius: 50%;
            line-height: normal;
            width: 38px;
            height: 38px;
            text-decoration: none;
        }

            .c-popup .popup .c-close:hover {
                color: #fff;
            }

@media (max-width: 991px) {
    .c-popup .popup .c-close {
        top: -17px;
        right: -12px;
        width: 30px;
        height: 30px;
    }
}

.c-popup .popup.active {
    transform: translate(0, 0);
    display: flex !important;
}

.c-popup .overlay {
    display: block;
    height: auto;
    right: 0;
    bottom: 0;
    background: transparent;
    transition: all 0.3s;
    z-index: -1;
    position: absolute;
}

.c-popup.popup--open {
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 1;
    padding: 0 17px;
    background: rgba(0, 0, 0, 0.6);
}

.popup-centered {
    align-items: center;
    min-height: 0;
    justify-content: center;
    height: 100%;
}

.c-popup .popup.sm-popup {
    max-width: 500px;
}

.c-popup .popup.md-popup {
    max-width: 750px;
}

.c-popup .popup.lg-popup {
    max-width: 1220px;
}

.c-popup .popup.wd-995 {
    max-width: 995px;
}

.c-popup .popup .popup-wrap .popup-footer {
    width: 100%;
    text-align: center;
    padding: 10px 0px;
    margin-top: 20px;
    background: var(--sec-color);
}

    .c-popup .popup .popup-wrap .popup-footer p {
        margin-bottom: 0px;
        color: #fff;
        font-size: 12px;
    }

.c-popup .courseInfoList .popup {
    display: block;
    -webkit-transform: inherit;
    transform: inherit;
    margin: 0;
}

.courseInfoList {
    height: 400px;
    overflow-y: scroll;
}
