:root {
    --tg-body-font-family: 'Inter', sans-serif;
    --tg-heading-font-family: 'Poppins', sans-serif;
    --tg-icon-font-family: "Font Awesome 5 Free";
    --tg-body-font-size: 16px;
    --tg-body-line-height: 1.75;
    --tg-heading-line-height: 1.3;
    --tg-body-color: #6D6C80;
    --tg-heading-color: #000 !important;
    --tg-theme-primary: #5751E1;
    --tg-theme-secondary: #FFC224;
    --tg-common-color-blue: #050071;
    --tg-common-color-blue-2: #282568;
    --tg-common-color-indigo: #9B51E0;
    --tg-common-color-purple: #8121FB;
    --tg-common-color-pink: #FF429D;
    --tg-common-color-red: #E11B24;
    --tg-common-color-orange: #fd7e14;
    --tg-common-color-yellow: #F8BC24;
    --tg-common-color-yellow-2: #FBE67B;
    --tg-common-color-yellow-3: #FCB428;
    --tg-common-color-green: #12BB6A;
    --tg-common-color-teal: #219653;
    --tg-common-color-cyan: #00AEE5;
    --tg-common-color-white: #fff;
    --tg-common-color-gray: #F7F7F9;
    --tg-common-color-gray-2: #fe9b00 !important;
    --tg-common-color-gray-3: #7F7E97;
    --tg-common-color-gray-4: #ACAACC;
    --tg-common-color-gray-5: #B2BBCC;
    --tg-common-color-gray-6: #d7d7df;
    --tg-common-color-gray-7: #f6f6f6;
    --tg-common-color-gray-8: #F5F5F4;
    --tg-common-color-gray-9: #F9F9F9;
    --tg-common-color-gray-10: #F8F8F8;
    --tg-common-color-dark: #1C1A4A;
    --tg-common-color-black: #000 !important;
    --tg-common-color-black-2: #161439;
    --tg-common-color-black-3: #000;
    --tg-border-1: #C9C9DD;
    --tg-border-2: #D0DAE9;
    --tg-border-3: #E2E2E2;
    --tg-border-4: #D7DCE3;
    --tg-border-5: #2F466A;
    --tg-border-6: #dfdfdf;
    --tg-fw-extra-bold: 800;
    --tg-fw-bold: 700;
    --tg-fw-semi-bold: 600;
    --tg-fw-medium: 500;
    --tg-fw-regular: 400;
    --tg-fw-light: 300
}

.section__title .sub-title {

    color: var(--tg-theme-secondary) !important;
}

.btn {
    color: var(--tg-common-color-black) !important;
}

.arrow-btn svg {
    color: var(--tg-common-color-black) !important;

}

.btn:focus-visible,
.btn:hover {
    background: var(--tg-theme-secondary);
    color: var(--tg-common-color-white) !important;
    border: 1px solid var(--tg-common-color-white) !important;
}

.newsletter__form form input::placeholder {
    color: var(--tg-common-color-black) !important;
}

.arrow-btn:focus-visible svg,
.arrow-btn:hover svg {
    color: var(--tg-common-color-white) !important;
}

.newsletter__form form .btn,
.newsletter__form-two .btn,
.newsletter__inner-wrap .btn:hover,
.video__play-btn a:hover {
    background: var(--tg-theme-primary) !important;
}

.newsletter__content .title,
.newsletter__form form input,
.newsletter__inner-wrap .title,
.post-tag-two {
    color: var(--tg-common-color-black) !important;
}

.faq__wrap .accordion-body p {
    margin-bottom: 0;
    color: var(--tg-common-color-black) !important;
}

.section__title.white-title .title,
.section__title.white-title .title span:not(.svg-icon) {
    color: var(--tg-common-color-black) !important;
}

.section__title.white-title p {
    color: var(--tg-common-color-black) !important;
}

.highlight {
    background-color: var(--tg-theme-primary) !important;

}

.categories__nav button {
    background: var(--tg-theme-primary) !important;

}

.tg-header__top {
    background-color: var(--tg-theme-primary) !important;
}

.tgmenu__action>ul li .cart-count span,
.tgmenu__search-form [type=submit]:hover {
    background: var(--tg-theme-secondary);
    color: var(--tg-common-color-white) !important;
}

.features__content .title,
.features__content-four .title,
.features__icon-five,
.features__icon-five svg {
    color: var(--tg-common-color-black) !important;
}

.copy-right-text p {
    margin-bottom: 0;
    color: var(--tg-common-color-black) !important;
}

.footer__bottom-menu .list-wrap li a {
    color: var(--tg-common-color-black) !important;
    position: relative;
}

.course-category-dropdown .select2-results__option--selectable:hover,
.scroll__top,
.section__title.white-title .sub-title {
    background: var(--tg-theme-secondary) !important;
    color: var(--tg-common-color-white) !important;
}

.footer__bottom-menu .list-wrap li a::after {

    background: var(--tg-common-color-black) !important;
}

.blog__post-thumb .post-tag:hover {
    background: var(--tg-theme-secondary);
    color: var(--tg-common-color-white) !important;
}

.features__content p {
    margin-bottom: 0;
    color: var(--tg-common-color-black) !important;
}

.footer__link .list-wrap li a:hover,
.footer__social li a:hover,
.footer__social-two li a:hover {
    color: var(--tg-theme-primary) !important;
}

.btn-three,
.btn-two {
    background: var(--tg-theme-primary) !important;
}

.breadcrumb__content .breadcrumb {

    justify-content: center !important;
}

.breadcrumb__content {
    text-align: center !important;
}

.breadcrumb__content .breadcrumb .breadcrumb-separator {

    opacity: 1 !important;
    color: var(--tg-common-color-white) !important;
}

/*.breadcrumb__content:before {
    content: "";
    position: absolute;
    width: 69%;
    height: 29px;
    background: url(/uploads/website-images/down_arrow.png);
    background-repeat: no-repeat;
    bottom: -52px;
    
    left: 675px;
}
.breadcrumb__content {
    text-align: center !important;
    position: relative;
}*/
.banner__student .icon {

    background: var(--tg-theme-primary) !important;
    color: var(--tg-common-color-white) !important;
    border: 1px solid var(--tg-theme-primary) !important;
    box-shadow: 4px 4px 0 var(--tg-common-color-black) !important;
    ;
}

.banner__student .content span {
    display: block;
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
    color: var(--tg-theme-primary) !important;


}

.section__title .sub-title {
    display: inline-block;
    line-height: 1.62;
    background: var(--tg-common-color-gray-2);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    padding: 3px 16px;
    font-weight: var(--tg-fw-medium);
    color: var(--tg-theme-secondary);
    margin: 0 0 14px;
}

.banner-bg {
    min-height: 520px;
    display: flex;
    align-items: flex-end;
    padding: 60px 0 0;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

section.banner-area.banner-bg.tg-motion-effects:before {
    background: #000000de !important;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
}

.banner__content h3 {
    color: #fff !important;
}

.banner__content p.aos-init.aos-animate {
    font-size: 58px;
    color: #fff !important;
    font-weight: 700;
}

section.breadcrumb__area.breadcrumb__bg:before {
    content: "";
    position: absolute;
    background: #000000c9 !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.breadcrumb__content .title {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 1.2;
    color: #fff !important;
}

.courses__item-bottom .button a {

    background: var(--tg-theme-primary) !important;

}

.section-py-120 {
    padding: 60px 0 !important;
}

.instructor__area {
    padding: 60px 0 0px 0px !important;
}

.blog__post-area {
    position: relative;
    padding: 200px 0 60px !important;
    background: var(--tg-common-color-gray);
    z-index: 1;
    margin-top: -150px;
}

.features__area {
    background: var(--tg-common-color-blue-2);
    padding: 60px 0px !important;
}

section.mission_sec {
    background: #f4f4f5;
    padding: 60px 0px !important;
}

section.courses-area.section-pt-60.section-pb-90 {
    padding-bottom: 40px !important;
}

.testimonial-comment-wrapper {
    max-height: 100px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.3s ease;
}

.testimonial__nav button {
    top: 52% !important;
}

.about__content p {
    text-align: justify;
}

.testimonial__nav button.testimonial-button-prev {
    left: -10px !important;
}

.testimonial__nav button {
    right: -10px !important;
}

.testimonial-comment-wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 40px;
    width: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.testimonial__content.expanded .testimonial-comment-wrapper {
    max-height: none;
}

.testimonial__content.expanded .testimonial-comment-wrapper::after {
    opacity: 0;
}

.read-more-link {
    display: inline-block;
    margin-top: 10px;
    color: #fe9b00;
    cursor: pointer;
    font-weight: 500;
}

button.scroll__top.scroll-to-target {
    border: 1px solid #fff;
}

.courses__item-thumb img {
    object-fit: contain !important;
}

.left_image {
    background: url(/uploads/website-images/popup_group.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 20px 0px 0px 20px;
}

.form-control,
.form-control.file-manager-input {
    border: 2px solid #e6e3f1 !important;
    height: 38px;
}

#popupForm div {
    padding-bottom: 20px;
}

.popup_heading h3 {
    font-size: 29px !important;
    padding-top: 0px !important;
    padding-bottom: 20px;
}
.about__images {
    margin: 0 auto !important;
    text-align: center !important;
}
.about__images img {
    border-radius: 20px;
    background: #fe9b00;
    width: auto  !important;
}
.courses__item-bottom {
    gap: 20px !important;
}
p.avg-rating {
    display: none !important;
}
.about__content {
    margin-left: 0 !important;
    margin-right: 110px;
}
@media (min-width: 320px) and (max-width: 767px) {

    .about__content p,
    .instructor__content-wrap p,
    .footer__content p,
    .opportunity_sec p,
    .mission_sec p,
    .vision p,
    .desk__area p,
    .instructor__details-area p,
    .courses__details-area p,
    .results_sec p,
    .contact-hero p,
    .blog-details-area p,
    .faq__wrap .accordion-body p,
    .about-area-three p {
        text-align: justify !important;
    }
    .about__images {
        margin-bottom: 40px !important;
    }
    .about-area {
        padding-top: 0px !important;
    }

    .popup_main {
        flex-direction: column !important;
        max-width: 100% !important;
    }

    .left_image {
        width: 100% !important;
    }

    .right_content {
        width: 100% !important;
    }

    .contact-hero-heading {
        margin: 0px !important;
    }

    .contact-hero-description {
        margin: 0px !important;
    }

    .faq__content {
        width: 100% !important;
    }

    .card.singUp-wrap.custom-page-body {
        padding: 0px !important;
    }
    .founder-image img {
    max-width: 100% !important;
    
}
.founder-title {
    text-align: center;
    font-size: 22px !important;

}
.founder-role {
    text-align: center;
    font-size: 14px !important;

}
}
@media(min-width:1500px){
    .popup_main {
    max-width: 62% !important;
}
}

a.cLcbjv{
    display: none;
}
