:root {
    --col1: #341f97;
    --col2: #303952;
    --col3: #3CA7E9;
    --col4: #F6F5FB;
    --col5: #c0b2ff;
    --col6: #dfe6e9;
    --col7: #5c42d4;
}

.bg1 {
    background: var(--col1);
    color: #FFF;
}

.bg1 h2,
.bg1 h2 span {
    color: #FFF !important;
}

.bg2 {
    background: var(--col4);
}

.bg-white {
    background: #FFF;
}

.theme2 {
    letter-spacing: 0.3px;
}

.theme2 ul {
    list-style: none;
    padding-left: 0;
}

.theme2 figure {
    margin: 0;
}

.p-20 {
    padding: 20px;
}

.p-30 {
    padding: 30px;
}

.pb-20 {
    padding-bottom: 20px;
}

.fww {
    flex-wrap: wrap;
}

.mt-30 {
    margin-top: 30px;
}

.mt-50 {
    margin-top: 50px;
}

.mr-20 {
    margin-right: 20px;
    background-image: "imag";
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.m-auto {
    margin-left: auto;
    margin-right: auto;
}


.text-center {
    text-align: center;
}

.max-w800 {
    max-width: 800px;
}

.d-grid {
    display: grid;
}

.d-grid.gap10 {
    gap: 10px;
}

.d-grid.gap20 {
    gap: 20px;
}

.d-grid.gap30 {
    gap: 30px;
}

.d-grid.gap40 {
    gap: 40px;
}


/* Common End */

.abt-banner {
    padding: 0px 0 100px 0;
    color: #FFF;
    /* min-height: 100vh; */

}

.abt-banner h1 {
    /* font-size: 60px;
    line-height: 70px; */
    font-size: 50px;
    line-height: 55px;
    padding-bottom: 20px;
}

.abt-banner p {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
}

.abt-banner .btnbar {
    width: max-content;
}

.p-wrap p:not(:last-child) {
    padding-bottom: 15px;
}

.theme2 h2 {
    font-size: 39px;
    letter-spacing: -1.5px;
    text-transform: capitalize;
}

.theme2 h2 span {
    font-size: 14px;
    font-weight: 500;
    display: block;
    color: var(--col2);
    margin-bottom: 5px;
    letter-spacing: 0.5px;
    line-height: 24px;
    text-transform: uppercase;
}

.abt-h-iights h3 {
    color: var(--col3);
    font-size: 60px;
    font-weight: 600;
}

.abt-h-iights h4 {
    font-size: 22px;
    padding-bottom: 15px;
}

.abt-h-iights .card-items {
    background: var(--col1);
    color: #FFF;
    padding: 40px;
    margin: 30px;
    border-radius: 10px;
    text-align: center;

}

.abt-h-iights .card-items p {
    font-size: 15px;
    line-height: 24px;
}

.abt-p-company figure.big {
    border-radius: 10px;
    overflow: hidden;
    animation: abt-bgmove 10s infinite alternate;
    height: 464px;
}

@keyframes abt-bgmove {
    from {
        background-position: left center;
    }

    to {
        background-position: right center;
    }
}






.abt-p-company .list1 figure {
    background: var(--col1);
    color: #FFF;
    border-radius: 10px;
    width: 50px;
    padding: 10px;
    margin: 0;
}

.abt-p-company .list1 figure {
    margin-bottom: 20px;
}

.abt-p-company .list1 h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: var(--col1);
}

.abt-p-company .list1 ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 70px 50px;
}

.abt-worked .list1 {
    background: #FFF;
    color: var(--col2);
    padding: 20px 40px;
    border-radius: 10px;
    margin-top: 50px;
}

.abt-worked .list1 ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
}

.abt-worked .list1 figure {
    max-width: 100px;
    margin-bottom: 10px;
}

.abt-worked .list1 figure img {
    height: auto;
}

.abt-worked .list1 h3 {
    color: var(--col1);
}

.abt-worked .list1 h4 {
    background: #e0d9ff;
    width: fit-content;
    padding: 5px;
    border-radius: 3px 5px;
    font-size: 12px;
    margin-bottom: 10px;
}

.abt-cta h2 {
    font-size: 44px;
    padding: 0% 25%;
    line-height: 50px;
    letter-spacing: -1.5px;
}

.abt-cta p {
    font-size: 20px;
    color: #fff;
    margin-top: 20px;
}

.logo-slider {
    overflow: hidden;
    width: 100%;
}

.logo-slider .slider-track {
    display: flex;
}

.logo-slider .slider-track img {
    width: 120px;
    border-radius: 10px;
    margin: 20px;
}

.abt-principles .card-item {
    padding: 30px;
    background: #FFF;
    border-radius: 10px;
}

.abt-principles .card-item figure {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}

.abt-principles .card-item h3 {
    color: var(--col1);
    font-size: 26px;
    margin-bottom: 10px;
    font-weight: 600;
}

.abt-approval figure {
    max-width: 250px;
    background: #FFF;
    padding: 20px;
    border-radius: 10px;
}

.abt-approval h2 {
    font-size: 30px;
    line-height: 35px;
}

.contact-info .list {
    margin-top: 50px;
}

.contact-info .list li {
    position: relative;
    padding: 0px 0px 40px 70px;
}

.contact-info .list li figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background: var(--col1);
    border-radius: 5px;
    padding: 10px;
}

.contact-info .list li h3 {
    font-size: 20px;
    color: var(--col1);
    margin-bottom: 10px;
}

.contact-info a {
    color: var(--col2);
}

.contact-info a:hover {
    opacity: 0.5;
}


.contact-info .form-wrap {
    background: var(--col1);
    color: #FFF;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 0 39px -7px #333;
    border: 1px solid #FFFFFFA3;
}

.contact-info .form-wrap h3 {
    font-size: 22px;
    margin-bottom: 20px;
}

.contact-info form :is(input, textarea) {
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    font-size: 16px;
    border: 0;
    font-family: infab;
}

.contact-info form .input-wrap:not(:last-child) {
    margin-bottom: 15px;
}

.contact-info form input[type=submit],
.contact-info form button {
    background: var(--col5);
    transition: 0.3s;
    color: #222;
    position: relative;
}

.contact-info form button {
    width: 100%;
    border: 0;
    padding: 20px;
    border-radius: 5px;
    font-size: 20px;
    cursor: pointer;
    position: relative;
}

.contact-info form input[type=submit]:hover {
    opacity: 0.6;
    cursor: pointer;
}
.contact-info form button::after{
    content: '';
    position: absolute;
    right: 9px;
    top: 16px;
    width: 26px;
    height: 26px;
    background-image: url(../img/lift-white.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 75%;
    transform: rotate(-90deg);
    border: solid 2px #341f97;
    border-radius: 50px;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #341f97;
}
/* .contact-info form button:hover:after{
    opacity: 1;
} */

.contact-info form button.sending-icon:after{
    opacity: 1;
}



.g-map iframe {
    border-radius: 10px;
    overflow: hidden;
}



/* ------- Course -------- */


.course-admisn .card-item {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    font-size: 15px;
}

.course-admisn .d-grid .card-item:last-child {
    background: var(--col1);

}

.course-admisn .d-grid .card-item:last-child h3 {
    color: #FFF;
}

.course-admisn h2:not(span),
.course-teaches h2:not(span) {
    color: var(--col1);
    line-height: 50px;
}

.course-teaches .card-items.cont {
    padding: 30px;
    border-radius: 10px;
}

.course-teaches .card-items.cont li {
    position: relative;
    padding: 13px;
    padding-left: 35px;
}

.course-teaches .card-items.cont li::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-color: var(--col1);
    border-radius: 50%;
    top: 18px;
    left: 0;
}

.course-teaches-gallery {
    font-size: 14px;
    line-height: 20px;
}

.course-teaches-gallery img {
    margin-bottom: 5px;
    display: block;
    border-radius: 5px;
}

.course-admisn h3 {
    color: var(--col1);
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 20px;
}

.course-admisn ul li {
    padding: 10px 0;
    position: relative;
}

.course-admisn ul li a {
    color: var(--col2);
}

.course-admisn ul li:has(figure) {
    padding-left: 50px;
}

.course-admisn ul li figure {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 5px;
    left: 0;
    background: var(--col6);
    border-radius: 50%;
    padding: 5px;
    padding-top: 7px;
}

.course-admisn .fx-sp li {
    display: flex;
}

.course-admisn .fx-sp li span {
    position: absolute;
    top: 13px;
    left: 0;
    color: var(--col1);
}

.course-admisn .fx-sp li {
    padding: 13px;
    padding-left: 130px;
    border-bottom: 1px dotted #b6b6b6;
}

.course-admisn .dot li {
    position: relative;
    padding-left: 30px;
}

.course-admisn ul.dot li::before {
    position: absolute;
    content: "";
    top: 16px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--col3);
}

.course-admisn p {
    background: #5c42d46e;
    display: block;
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 10px;
    margin-top: 10px;
    line-height: 22px;
}

/* .course-training */


.course-training .tabs-wrapper {
    margin-top: 30px;
    display: flex;
    /* background: #fff; */
    border-radius: 12px;
    overflow: hidden;
}

.course-training .tab-heads {
    width: 300px;
    margin-right: 20px;
}

.course-training .tab-btn {
    width: 100%;
    padding: 25px;
    border: none;
    background: #fff;
    text-align: left;
    cursor: pointer;
    font-size: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: .3s;
    border-radius: 10px;
    margin-bottom: 25px;

}

.course-training .tab-btn:hover {
    background: var(--col1);
    color: #FFF;
}

.course-training .tab-btn.active {
    background: var(--col1);
    color: #FFF;
}

.course-training .tab-content-area {
    flex: 1;
    /* padding: 40px; */
}

.course-training .tab-content {
    display: none;
    animation: fadeIn .5s ease;
    background: #FFF;
    border-radius: 10px;
    overflow: hidden;
}

.course-training .tab-content.active {
    display: block;
}

.course-training .tab-content h2 {
    margin-bottom: 15px;
    color: #222;
}

.course-training .tab-content p {
    line-height: 1.8;
    color: #666;
}

.course-training .tab-content figure {
    height: 100%;
}

.course-training .tab-content figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.course-training .cont {
    padding: 30px;
    font-size: 15px;
}

.course-training .cont li {
    padding: 10px;
    padding-left: 30px;
    position: relative;
}

.course-training .cont li::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../img/arrow-right.png);
    background-size: 14px;
    background-repeat: no-repeat;
    top: 15px;
    left: 0;
}




@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(15px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media(max-width:768px) {
    .course-training .tabs-wrapper {
        flex-direction: column;
    }

    .course-training .tab-heads {
        width: 100%;
    }
}

/* ----------- */


.course-curriculum .container-gallery {
    margin-top: 30px;
    border-radius: 10px;
    overflow: hidden;
}

.course-curriculum .accordion {
    max-width: 700px;
    margin: auto;
}

.course-curriculum .accordion-item {
    background: #fff;
    color: var(--col2);
    border-radius: 8px;
    margin-bottom: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    padding: 20px;
    padding-bottom: 12px;
}

.course-curriculum .accordion-header {
    width: 100%;
    /* padding: 0px 20px; */
    border: none;
    background: #fff;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-top: 22px;
    color: var(--col1);
}

.course-curriculum .accordion-header b {
    font-weight: 400;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 4px;
    color: var(--col2);
}



.course-curriculum .accordion-header span {
    font-size: 24px;
    transition: 0.3s;
    position: absolute;
    right: 0;
    top: 0;

}


.course-curriculum .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.course-curriculum .accordion-content ul {
    margin-top: 10px;

}

.course-curriculum .accordion-content ul li {
    font-size: 14px;
    margin-left: 5px;
    padding: 2px;
    padding-left: 15px;
    position: relative;
}

.accordion-content ul li::before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 10px;
    top: 8px;
    left: 0;
    background: #341f976b;
}

.course-curriculum .accordion-content p {
    padding: 0 20px 20px;
    line-height: 1.6;
}

.course-curriculum .accordion-item.active .accordion-header span {
    transform: rotate(45deg);
}


.course-curriculum .gallery {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 0.6;
    margin-top: 50px;
    border-radius: 10px;
    overflow: hidden;
}

.course-curriculum .gallery img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1s ease;
    z-index: 1;
}

.course-curriculum .gallery img.active {
    opacity: 1;
    z-index: 2;
}

.apply-popup .submit-btn {
    position: relative;
}

.apply-popup .submit-btn::after {
    content: '';
    position: absolute;
    right: 9px;
    top: 11px;
    width: 26px;
    height: 26px;
    background-image: url(../img/lift-white.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 75%;
    transform: rotate(-90deg);
    border: solid 2px #341f97;
    border-radius: 50px;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #341f97;
    border: 1px solid #FFF;
}

/* .apply-popup .submit-btn:hover::after {
    opacity: 1;
} */
.apply-popup .submit-btn.sending-icon::after {
    opacity: 1;
}

/* #Mobie Only */
@media (max-width: 767px) {
    .ptb {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .pt {
        padding-top: 60px;
    }

    .pb {
        padding-bottom: 60px;
    }

    .d-sm-none {
        display: none;
    }

    .fww-sm {
        flex-wrap: wrap;
    }

    .fdc-sm {
        flex-direction: column;
    }

    .pt-sm-30 {
        padding-top: 30px;
    }

    .pt-sm-50 {
        padding-top: 50px;
    }

    .col-sm-100 {
        width: 100%;
    }

    .col-sm-30 {
        width: 30%;
    }

    .col-sm-40 {
        width: 40%;
    }

    .col-sm-50 {
        width: 50%;
    }

    .col-sm-60 {
        width: 60%;
    }

    .col-sm-70 {
        width: 70%;
    }

    .mb-sm-15 {
        margin-bottom: 15px;
    }

    .abt-banner .container {
        padding-top: 130px;
    }

    .abt-worked .list1 {
        padding: 20px 40px;
    }

    .theme2 h2 {
        font-size: 30px;
    }

    .abt-banner h1 {
        font-size: 28px;
        line-height: 38px;
        padding-bottom: 10px;
    }

    .abt-banner p {
        font-size: 14px;
        line-height: 22px;
    }

    h5.intro {
        padding: 20px;
    }

    .abt-approval h2 {
        padding: 40px 0 20px 0;
    }

    .abt-p-company .list1 ul,
    .abt-worked .list1 ul {
        grid-template-columns: 1fr;
    }

    .abt-worked .list1 ul li:not(:last-child) {
        padding-bottom: 20px;
        border-bottom: 1px dashed #868484;
    }

    .contact-info .form-wrap {
        padding: 30px;
    }

    .abt-worked .list1 ul {
        gap: 10px;
    }

    .course-training .tab-btn {
        margin-bottom: 10px;

    }

    .banner h2 {
        font-size: 16px;
    }

    .abt-banner .hilights span {
        padding: 8px 20px;
        padding-left: 40px;
        font-size: 14px;
    }




}

/* #Desktop Only */
@media (min-width: 768px) {
    .ptb {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .pt {
        padding-top: 100px;
    }

    .pb {
        padding-bottom: 100px;
    }

    .pr-md-10 {
        padding-right: 10px;
    }

    .pr-md-30 {
        padding-right: 30px;
    }

    .pr-md-80 {
        padding-right: 50px;
    }

    .pl-md-10 {
        padding-left: 10px;
    }

    .pl-md-30 {
        padding-left: 30px;
    }

    .col-md-25 {
        width: 25%;
    }

    .col-md-30 {
        width: 30%;
    }

    .col-md-33 {
        width: 33.3333333%;
    }

    .col-md-40 {
        width: 40%;
    }

    .col-md-50 {
        width: 50%;
    }

    .col-md-60 {
        width: 60%;
    }

    .col-md-70 {
        width: 70%;
    }

    .col-md-75 {
        width: 75%;
    }


    .d-grid.col2-md {
        grid-template-columns: repeat(2, 1fr);
    }

    .d-grid.col3-md {
        grid-template-columns: repeat(3, 1fr);
    }

    /* .co-co-2 {
        column-count: 2;
    } */

    /* .mh-50vh {
        min-height: 50vh;
    } */

}