footer {
    background: #1E1E1E;
    padding: 3rem 0 0;
}

.footer_link1 ul {
    display: flex;
    gap: 8rem;
    list-style: none;
    padding-inline: 4rem 0;
    margin: 0;
}

.footer_link1 ul li a {
    font-size: var(--font-11);
    color: #ffffffe0;
    font-family: var(--family-3);
    position: relative;
    padding-right: 0;
    letter-spacing: -0.28px;
    font-weight: 300;
}

.footer_link1 ul li a:after {
    width: 1px;
    height: 12px;
    background: #747474;
    content: "";
    position: absolute;
    right: -4rem;
    top: 0.2rem;
    margin: auto;
}

.footer_link1 ul li:last-child a:after {
    background: none;
}

.footer_link2 ul {
    display: flex;
    gap: 20px;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer_link2 li a {
    font-size: var(--font-11);
    color: #ffffffe0;
    position: relative;
    font-family: var(--family-3);
    padding-right: 0;
    letter-spacing: -0.28px;
}

.footer_link2 {
    display: inline-flex;
    align-items: center;
    gap: 34px;
    border-top: 1px solid #7070706e;
    padding: 1rem 0rem 1rem 4rem;
}

.follow-us {
    display: flex;
    align-items: center;
}

.follow-us h5 {
    font-family: var(--family-3);
    color: #fff;
    font-size: var(--font-11);
    border-left: 1px solid #747474;
    padding-left: 25px;
    padding-right: 15px;
    margin: 0;
    font-weight: bold;
}

.footer_link2 .follow-us ul li a {
    width: 25px;
    height: 25px;
    background: #A21D2E;
    border-radius: 50%;
    display: flex;
    font-family: var(--family-3);
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}
.footer_link2 .follow-us ul li a:hover {
    background: var(--primary-color);
}
.footer_link2 .follow-us ul {
    gap: 5px;
}

.footer_link2 li a img {
    margin-right: 12px;
    display: inline-block;
    position: relative;
    top: 0px;
}

.footer_link2 .follow-us ul li a img {
    margin: 0;
    top: 0px;
}

.copyright {
    background: #000;
    margin-top: 2rem;
    padding: 2rem 0;
}

.copyright .container {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff85;
    gap: 25px;
}

footer .copyright .container p {
    font-size: var(--font-9);
    margin: 0;
    font-family: var(--family-3);
    letter-spacing: -0.23px;
    color: #fff;
    font-weight: 300;
}

.copyright .container p a {
    letter-spacing: -0.23px;
    font-size: var(--font-9);
    color: #fff;
}

.copyright .container p a:hover {
    color: #fff;
}

footer .copyright .container p.copy_text {
    font-family: var(--family-1);
    color: #fff;
    letter-spacing: -0.23px;
}

li.l1_num {
    display: flex;
    gap: 5px;
    justify-content: center;
}
li.l1_num a{
    display: flex;
    align-items: center;
    white-space: nowrap;
    margin: 0rem;
}






@media (max-width:1199px) {
    .footer_link1 ul {
        gap: 45px;
    }

    .footer_link1 ul li a:after {
        right: -24px;
    }

    .footer_link2 {
        gap: 24px;
    }

    .footer_link2 ul {
        gap: 10px;
    }
}

@media(max-width:992px) {
    .ftr_logo {
        text-align: center;
        padding-bottom: 4.7rem;
    }

    .ftr_logo img {
        max-width: fit-content;
        width: 100%;
    }

    .footer_link1 {
        padding-bottom: 65px;
    }

    .footer_link1 ul {
        row-gap: 20px;
        /* flex-direction: column; */
        align-items: center;
        margin-bottom: 0;
        padding: 0;
    }

    /* .footer_link1 ul li a:after {
        width: 12px;
        height: 2px;
        right: 0px;
        left: 0px;
        bottom: -10px;
        top: auto;
    } */

    .footer_link2 {
        position: relative;
        padding-top: 30px;
        flex-direction: column;
        align-items: center;
        display: flex;
        gap: 20px;
        padding-left: 0;
    }
    
    .footer_link2 ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
    }

    .footer_link2 li a,
    .footer_link1 ul li a {
        font-size: var(--font-15);
        font-weight: 300;
        font-family: var(--family-1);
    }

    .footer_link2>ul li a {
        position: relative;
        display: flex
;
        align-items: flex-start;
        justify-content: center;
        text-align: center;
        margin-bottom: 1rem;
    }

    /* .footer_link2>ul li a:after {
        content: '';
        position: absolute;
        width: 12px;
        height: 2px;
        right: 0px;
        left: 50%;
        bottom: -5px;
        top: auto;
        background-color: #747474;
    } */
    .footer_link2 li a p, .footer_link2 li a {
        font-size: 11px;
    }
    .footer_link2 li a span {
        display: block;
        font-size: 18px;
        font-weight: 300;
        font-family: var(--family-1);
        color: var(--bs-white);
    }

    .follow-us ul {
        flex-direction: row;
    }

    .follow-us h5 {
        border-left: none;
        width: 10rem;
        font-size: 13px;
        font-family: var(--family-1);
        font-weight: 300;
        padding: 0;
    }

    .footer_link2>ul li a img {
        max-width: 16px;
        width: 100%;
        object-fit: contain;
        margin-right: 10px;
        height: 2rem;    
        top: 0;
        padding: 0;
    }

    .copyright .container {
        row-gap: 3px;
        flex-direction: column;
    }

    .copyright {
        padding: 1rem 0 2rem;
    }

    body .footer_link2 li a p,
    body .copyright .container p a,
    body .footer_link2 li a {
        font-size: var(--font-13);
    }

    /* .footer_link2>ul li:first-child a img {
        margin: auto;
    } */
    

}
@media(max-width:767px) {

.footer_link1 ul {
    justify-content: center;
    flex-direction: column;
    margin-bottom: 2rem;
}
.footer_link1 ul li a:after{
    display: none;
}
}
@media(max-width:575px) {
    .ftr_logo {
        text-align: center;
        padding-bottom: 47px;
    }

    .ftr_logo img {
        max-width: fit-content;
        width: 100%;
    }
    .ftr_logo {
        padding-bottom: 3rem;
    }
    .footer_link1 {
        padding-bottom: 3rem;
    }
    .footer_link1 {
        padding-bottom: 40px;
    }

    .footer_link1 ul {
        row-gap: 16px;
        flex-direction: column;
        align-items: center;
        margin-bottom: 0;
    }

    .footer_link1 ul li a:after {
        width: 12px;
        height: 2px;
        right: 0px;
        left: 0px;
        bottom: -10px;
        top: auto;
    }

    .footer_link2 {
        position: relative;
        padding-top: 20px;
        flex-direction: column;
        align-items: center;
        display: flex;
        gap: 15x;
    }

    .footer_link2 ul {
        row-gap: 16px;
    }

    .footer_link2 li a,
    .footer_link1 ul li a {
        font-size: var(--font-13);
        font-weight: 300;
        font-family: var(--family-1);
    }

    .follow-us h5 {
        font-size: 13px;
    }

    .follow-us {
        column-gap: 18px;
    }

    .footer_link2 li a span {
        padding-left: 0;
        font-size: var(--font-11);
    }

    .footer_link2>ul li a img {
        max-width: 11px;
    }
}


/* inner footer start */
.inner-footer .footer_link1 ul li a {
    font-size: var(--font-11);
}

.inner-footer .footer_link2 li a {
    font-size: var(--font-11);
}

.inner-footer .footer_link2 li a span {
    font-size: var(--font-11);
    color: #ffffffe0;
    font-family: var(--family-1);
    letter-spacing: -0.28px;
}

.inner-footer .follow-us h5 {
    font-family: var(--family-3);
    color: #fff;
    font-size: var(--font-11);
    border-left: 1px solid #747474;
    padding-left: 25px;
    padding-right: 15px;
    margin: 0;
}

.inner-footer .footer_link1 ul {
    margin-bottom: 1.6rem;
}

.inner-footer .footer_link2 {
    padding: 1.6rem 0;
}

footer.inner-footer .copyright .container p {
    font-size: var(--font-9);
    margin: 0;
    font-family: var(--family-3);
    letter-spacing: -0.23px;
}

.inner-footer .copyright .container p a {
    font-size: var(--font-9);
}

.inner-footer .copyright .container p:last-child {
    color: #ffffff85;
}

@media(max-width:1366px) {
    .inner-footer .footer_link1 ul li a {
        font-size: 10.4px;
    }

    .inner-footer .footer_link2 li a {
        font-size: 10.4px;
    }

    .inner-footer .footer_link2 li a span {
        font-size: 10.4px;
    }

    .inner-footer .follow-us h5 {
        font-size: 10.4px;
    }
}

@media(max-width:992px) {
    .inner-footer .ftr_logo {
        text-align: center;
        padding-bottom: 75px;
    }

    .inner-footer .footer_link2 li a,
    .inner-footer .footer_link1 ul li a {
        font-size: 18px;
    }

    .inner-footer .footer_link2 li a span {
        font-size: 18px;
    }

    .inner-footer .footer_link2 {
        position: relative;
        padding-top: 60px;
        flex-direction: column;
        align-items: center;
        display: flex;
        gap: 88px;
    }

    .inner-footer .footer_link2 ul {
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: normal;
        width: 100%;
        row-gap: 30px;
    }

    .inner-footer .follow-us h5 {
        border-left: none;
        width: 162px;
        font-size: 18px;
        font-family: var(--family-1);
        font-weight: 300;
        padding: 0;
    }

    .inner-footer .follow-us ul {
        flex-direction: row;
    }

    .inner-footer .copyright {
        margin-top: 32px;
        padding: 16px 0;
    }

    .inner-footer .copyright .container p {
        font-size: 10.4px;
        margin: 0;
        font-family: var(--family-3);
        letter-spacing: -0.23px;
    }

    .inner-footer .copy_text {
        color: #fff;
    }

    .inner-footer .copyright .container {
        row-gap: 3px;
        flex-direction: column;
        color: #ffffff85;
    }

    .inner-footer .copyright .container p a {
        color: #ffffff85;
        font-family: var(--family-3);
        font-size: 10.4px;
    }
}

@media (max-width: 575px) {
    .inner-footer .ftr_logo {
        text-align: center;
        padding-bottom: 47px;
    }

    .inner-footer .footer_link1 ul {
        row-gap: 16px;
        flex-direction: column;
        align-items: center;
        margin-bottom: 0;
    }

    .inner-footer .footer_link2 li a,
    .inner-footer .footer_link1 ul li a {
        font-size: 13px;
        font-weight: 300;
        font-family: var(--family-1);
        justify-content: center;
    }

    .inner-footer .footer_link2 li a span {
        font-size: 13px;
    }

    .inner-footer .follow-us h5 {
        width: -webkit-fill-available;
        font-size: 13px;
    }

    .inner-footer .footer_link2 {
        padding-top: 35px;
        gap: 47px;
    }

    .inner-footer .footer_link2 ul {
        row-gap: 16px;
    }
}

/* inner footer end */



/* mobile footer css start */
a {
    text-decoration: none;
}

.mobile-bottom-menu {
    display: none;
}

@media (max-width:999px) {
    .mobile-bottom-menu {
        display: block;
    }

    footer {
        padding: 3rem 0 6.5rem;
        margin-top: 0rem;
    }
}


/*Footer Mobile Sticky*/
.mobile-bottom-menu {
    background: var(--primary-color);
    position: fixed;
    bottom: 0;
    z-index: 9999;
    width: 100%;
}

.mobile-bottom-menu>ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    z-index: 999999;
    position: relative;
    padding-left: 0;
    background-color: var(--primary-color);
}

.mobile-bottom-menu>ul figure {
    margin: 3px 0 0;
    color: #fff;
    transition: 0.3s;
    min-height: 25px;
}

.mobile-bottom-menu ul p {
    margin: 0px;
    color: #fff;
    transition: 0.3s;
    font-weight: 300;
    font-size: var(--font-11);
}

.mobile-bottom-menu ul figure img {
    height: auto;
}

.mobile-bottom-menu ul figure .fyellow_icon {
    display: none;
}

.togglee.active .fyellow_icon {
    display: block;
    margin: auto;
}

.mobile-bottom-menu>ul>li {
    text-align: center;
    transition: 0.3s;
    width: 50%;
    border-right: 1px solid #ffffff29;
}

.mobile-bottom-menu>ul>li a {
    padding: .8rem;
    display: block;
    margin-top: 0;
}

.mobile-bottom-menu>ul>li:has(.togglee.active .rd-black-round) {
    background-color: #F6F6F6;
}

.mobile-bottom-menu>ul>li:has(.togglee.active) figure img {
    filter: invert(1);
}

.course-brands_wrap,
.admissions-services_wrap,
.contact_wrap,
.menu_wrap {
    background-color: #F6F6F6;
    position: absolute;
    bottom: 0rem;
    left: 0;
    transition: 0.5s;
    width: 100%;
    transform: translateY(100%);
    height: 100vh;
    padding-bottom: 4rem;
}

.admissions-services_wrap {
    background-color: #F7F6F9;
    padding-inline: 0;
    padding-top: 0;
}

.course-brands_wrap.show {
    transform: translateY(0);
    height: 100vh;
}

.admissions-services_wrap.show1 {
    transform: translateY(0);
    height: 100vh;
}

.contact_wrap.show2 {
    transform: translateY(0);
    height: 100vh;
}

.menu_wrap.show3 {
    transform: translateY(0);
    height: 100vh;
}

.mobile-bottom-menu>ul>li:last-child {
    border: 0;
}

a.togglee.active p {
    color: #A21D2E;
}



/*course panel css start here*/

.mbg1 {
    background: transparent linear-gradient(121deg, #293786 0%, #A21D2E 100%) 0% 0% no-repeat padding-box;
    padding: 2rem 1.5rem;
}

ul.mb-list1 li>a {
    background: #ffffff14;
    padding: 1.2rem;
    color: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
    font-size: var(--font-18);
}

ul.mb-list1 {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}

ul.mb-list1 li {
    width: 100%;
    margin-bottom: 5px;
}

.mobile_courses_panel2 {
    padding: 2rem 1.5rem 5rem;
}

.mobile_courses_panel2 h2 {
    text-align: center;
    font-size: var(--font-24);
    color: #293786;
    font-weight: bold;
    margin-bottom: 2rem;
    font-family: var(--family-2);
}

.mobile_courses_panel2 ul li a {
    background: #ffffff;
    padding: 1.2rem;
    color: #293786;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    font-size: var(--font-14);
}

.mobile_courses_panel2 ul {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}

.mobile_courses_panel2 ul li {
    width: 100%;
    margin-bottom: 5px;
}

.course_brands_inner {
    overflow-y: auto;
    max-height: 100%;
}

/*admission panel start here*/

.admissions-services-emptop {
    overflow-y: auto;
    max-height: 100%;
}

.mobile_about_panel1 h2 {
    color: #fff;
    font-weight: bold;
    display: grid;
    gap: 15px;
    font-size: var(--font-24);
}

.m-admissions_panel1 {
    text-align: center;
}

.m-admissions_panel1 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.m-admissions_panel1 ul li figure {
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 50%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1.5rem auto 1rem;
}

.m-admissions_panel1 ul li a {
    color: #fff;
    font-size: var(--font-18);
    margin-bottom: 1rem;
    display: block;
    font-weight: bold;
}

/*contact panel start here*/
.contact_panel1 {
    text-align: center;
    padding: 5rem 1rem;
}

.contact_panel1 h2 {
    color: #fff;
    font-weight: bold;
    font-family: var(--family-2);
    font-size: var(--font-24);
}

.mobile_contact_panel2 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.mobile_contact_panel2 ul li figure {
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 50%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1.1rem auto 1rem;
    box-shadow: 0px 3px 6px #00000029;
}

.mobile_contact_panel2 ul li a {
    color: #444444;
    font-size: var(--font-18);
    margin-bottom: 3rem;
    display: block;
    font-weight: bold;
}

.contact_panel3 {
    text-align: center;
}

.mobile_contact_panel2 .contact_panel3 p {
    color: #444;
    font-size: var(--font-18);
    margin-bottom: 1rem;
    display: block;
    font-weight: bold;
}

.mobile_contact_panel2 {
    margin-top: -2.5rem;
}

/*mobile menu css start here*/
.mobile_about_panel3 ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile_about_panel3 ul li {
    width: 50%;
}

.mobile_about_panel3 {
    padding: 2.5rem;
}

.mobile_about_panel3 li {
    margin-bottom: 1em;
}

.mobile_about_panel3 a {
    color: #000;
    font-size: var(--font-15);
}

.layer1.hide {
    margin-left: -335px;
    transition: all 0.8s ease;
}

.side-menu {
    position: absolute;
    top: 0px;
    background: #eeeeee;
    color: white;
    width: 0%;
    height: 350px;
    left: 0;
    max-height: 100%;
    overflow-y: auto;
}

.side-menu ul {
    padding: 0px 1rem 8rem;
    margin-top: -2rem;
    list-style: none;
}

.side-menu:last-child ul li a {
    background: #fff;
    color: #293786;
    padding: .8rem 1.5rem;
    font-size: var(--font-14);
    font-weight: 500;
}

.layer1.show-menu {
    margin-left: 0 !important;
    width: 100%;
}

.side-menu h2.mbg1 {
    padding: 3rem 1.5rem 5rem;
}

.side-menu h2.mbg1 a {
    display: flex;
    gap: 20px;
}

@media (max-width:992px) {
    footer .copyright .container p {
        /* font-size: var(--font-11); */
        font-size: var(--font-11);
        
    }

    footer .copyright .container p.copy_text{
        font-weight: 400;
        padding-top: 1rem;
    }

}

.footer_link2 li a p {
    font-size: var(--font-11);
    margin: 0;
    color: #fff;
    font-weight: 300;
}

.footer_link2 li a {
    display: flex;
    align-items: center;
    font-weight: 300;
}

.footer_link2 li span {
    color: #fff;
    font-size: var(--font-11);
    font-weight: 300;
}

ul.mb-list1 li>a img {
    pointer-events: none;
}

.footer_group_link {
    padding-left: 0rem;
}

.footer_link1 {
    padding-bottom: 1rem;
}
.footer_group_link .footer_link1 a:hover{
    color: #fff;
}
.footer_group_link .footer_link2 a:hover{
    color:#fff;
}
.footer_group_link .footer_link2 a p:hover{
    color: #fff;
}

@media screen and (max-width:1366px){
    .footer_link2{
        padding-left: 0;
    }
    .footer_link1 ul{
        padding-inline: 0rem 0;
    }
    .footer_link2 li a img {
        top: 7px;
    }
    .footer_link2 li a {
        align-items: flex-start;
    }
    .footer_link2 ul{
        align-items: flex-start;
    }
}

@media screen and (max-width:1199px){
    .footer_link2 {
        padding-left: 0;
        /* flex-wrap: wrap; */
    }
}

@media screen and (max-width:992px){
    .footer_link2 ul {
        align-items: center;
    }
    .layer1 .second_menu{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        padding-bottom: 3rem;
        padding-bottom: 8rem;
    }
    .layer1 .second_menu li a{
        background-color: transparent!important;
    }
    .side-menu ul {
        padding: 0px 1rem 5rem;
    }
}

@media (max-width:1648px) and (min-width:1300px) {
    .footer_link1 ul {
        gap: 5rem;
        padding-inline: 0rem 0;
    }
.footer_link2 {
    gap: 14px;
    padding: 1rem 0rem 1rem 0rem;
}
.footer_link2 ul {
    gap: 16px;
}
.footer_link2 li a img {
    margin-right: 6px;
}
.footer_link1 ul li a:after {
    right: -3rem;
}
.follow-us h5 {
    padding-left: 13px;
    padding-right: 13px;
}

}
@media (max-width:1400px) and (min-width:1200px) {
.footer_link2 li a p, .footer_link2 li span{
    font-size: 11px;
}
.footer_link2 li a {
    font-size: 11px;
}
.footer_link2 li a img {
    top: 0;
}
.footer_link2 ul a {
    align-items: center;
}
.footer_link2 ul {
    align-items: center;
}
}
@media (max-width:1200px) {
.ftr_logo{
    text-align: center;
    margin-bottom: 3rem;
}
.footer_link1 ul{
    justify-content: center;
}
.footer_link2 {
    justify-content: center;
    align-items: center;
    width: 100%;
}
.footer_link2 li a p, .footer_link2 li a{
    font-size: 11px;
}
.copyright {
    margin-top: 1rem;
}
.footer_link2 li a img {
    top: 4px;
    margin-right: 10px;
}
.footer_link2 ul {
    gap: 14px;
}
li.l1_num {
    align-items: center;
}
.footer_link2 ul {
    align-items: center;
}
}
@media (max-width:991px) {
    .ftr_logo {
        margin-bottom: 0rem;
        padding-bottom: 3rem;
    }
    .footer_link1 {
        padding-bottom: 2rem;
    }
    .footer_link2 ul li {
        width: 100%;
    }
    li.l1_num{
        color:#fff;
        align-items: flex-start;
    }
}
@media (max-width:767px) {
.footer_link1 ul{
    margin-bottom: 0;
}
}
.whats_app{
    width:4rem;
    height:4rem;
    position:fixed;
    bottom:1rem;
    left:1rem;
    z-index: 9;
}
.whats_app img{
    max-width:100%;
}

@media (max-width:999px) {
    .whats_app {
        bottom: 80px;
    }
}


@media screen and (max-width:480px){
    .layer1 .second_menu{
        grid-template-columns: repeat(1, 1fr);
    }
}

/* --------------- */
