/*UI14041994*/
.desktop_footer {
    background: var(--footerbg);
    padding: 7rem 0 2.4rem;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.desktop_footer .f-menu {
    width: 18%;
}
.desktop_footer .f-menu ul li a:hover {
    color: var(--redcolor2);
}
.desktop_footer .footer_address p a:hover {
    color: #d2293b;
}
.desktop_footer .f-menu:last-child {
    width: 26.5%;
    padding-right: 0;
}
.desktop_footer .footer_socmedia ul li a img{transition: all .5s ease-in-out;}
.desktop_footer .footer_socmedia ul li a:hover img{transform: translateY(-5px);}
.desktop_footer .f-menu h5 {
    font: bold 1.8rem/2.2rem var(--lato);
    color: var(--colorwhite);
}

.desktop_footer .f-menu ul {
    margin: 3rem 0 5.4rem;
}

.desktop_footer .f-menu ul li a {
    font: normal 1.4rem/2.6rem var(--lato);
    color: var(--colorwhite);
    opacity: 0.77;
}

.desktop_footer .news_letter {
    border: .1rem solid rgb(255 255 255 / 15%);
    padding: 1.5rem;
}

.desktop_footer .news_letter h5 {
    font: 300 3rem/3.6rem var(--lato);
    text-align: center;
}

.desktop_footer .news_letter .student_alumbtn,
.mobile_footer .news_letter .student_alumbtn {
    box-shadow: 0px 3px 10px #00000012;
    border-radius: 2.1rem;
    background: var(--redcolor2);
    color: var(--colorwhite);
    padding: 1rem 2rem;
    margin-top: 1.5rem;
    font: 500 1.7rem/2.2rem var(--lato);
    position: relative;
}
footer img, .mobile-bottom-menu img{width: auto;}
.desktop_footer .news_letter .student_alumbtn img {
    margin-left: 1rem;
    width: 8px;
}

.desktop_footer .footer_logo {
    margin-top: 4.3rem;
}

.desktop_footer .footer_address {
    padding-bottom: 5rem;
}


.desktop_footer .footer_address p a {
    display: inline-flex;
}

.desktop_footer .footer_address p,
.desktop_footer .footer_address p a,
.copyright p,
.copyright p a {
    font: 500 1.4rem/2.6rem var(--lato);
    color: var(--colorwhite);
    padding: 0px;
}
.desktop_footer .footer_address p:last-child {
    padding: 0;
}
.desktop_footer .footer_address p {
    padding: 2.5rem 0;
}
.desktop_footer .footer_socmedia {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: auto;
    padding: 4.2rem 0 3.1rem;
    border-top: .1rem solid rgb(255 255 255 / 30%);
}

.desktop_footer .footer_socmedia ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.desktop_footer .footer_socmedia ul li {
    margin: 0 .3rem;
}

.desktop_footer .footer_socmedia span {
    font: bold 1.6rem/1.9rem var(--lato);
    color: var(--colorwhite);
    margin-right: .6rem;
}

.desktop_footer .copyright p a {
    display: inline-flex;
}
.desktop_footer .copyright p a:hover{color: #ffb300;}

/*--=======Desktop-Footer--=========--*/

.mobile_footer {
    background: var(--footerbg);
    padding: 3.5rem 0;
    display: none;
}

.mobile_footer ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.mobile_footer ul li {
    padding: 2.5rem 0;
    border-bottom: .1rem solid rgb(255 255 255 / 44%);
    width: 48%;
}

.mobile_footer ul li a {
    font: bold 1.8rem/2.2rem var(--lato);
    color: var(--colorwhite);
    text-align: left;
}
.mobile_footer ul li a img{transition: all .5s ease-in-out;}
.mobile_footer ul li a:hover img{transform: translateY(-7px);}
.mobile_footer ul li a:hover{color: #D22E40;}
.mobile_footer .footer_logo {
    margin: 2rem 0;
}

.mobile_footer .footer_address p a {
    display: inline-flex;
}

.mobile_footer .footer_address p,
.copyright p,
.copyright p a,
.copyright p span {
    font: 500 1.4rem/2.6rem var(--lato);
    color: var(--colorwhite);
}

.mobile_footer .footer_address p a {
    font: bold 1.8rem/3rem var(--lato);
    color: var(--colorwhite);
}
.mobile_footer .footer_address p a:hover{color: #D22E40;}

.mobile_footer .footer_address p:last-child {
    margin-top: 2rem;
}

.mobile_footer .footer_socmedia {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: auto;
    padding: 3rem 0 2rem;
    justify-content: center;
}

.mobile_footer .footer_socmedia ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.mobile_footer .footer_socmedia ul li {
    margin: 0 0.3rem;
    width: auto;
    border: none;
    padding: 0;
}

.mobile_footer .footer_socmedia span {
    font: bold 1.6rem/1.9rem var(--lato);
    color: var(--colorwhite);
    margin-right: .6rem;
}

.mobile_footer .copyright {
    margin-top: 0;
    padding: 2rem 0;
    border-color: #ffffff1f;
}

.mobile_footer .copyright p a {
    display: inline-flex;
}

/*--=======Mobile-Footer--=========--*/

.f-menu-bottom {
    display: var(--flex);
    justify-content: space-between;
    width: var(--w-full);
    text-align: center;
    margin-top: 4rem;
    padding-top: 4rem;
    border-top: .2rem solid #ffffff1c;
}

.mobile-bottom-menu {
    display: none;
}

.mobile-menu {
    display: none;
}

@media (max-width: 1649px) {
    .desktop_footer .footer_address {
        padding-bottom: 3rem;
    }

    .desktop_footer .f-menu ul {
        margin: 2rem 0 3.5rem;
    }

    .desktop_footer .news_letter .student_alumbtn,
    .mobile_footer .news_letter .student_alumbtn {
        font: 500 1.6rem/2.2rem var(--lato);
    }

    .desktop_footer .footer_address p {
        padding: 1.5rem 0;
    }

    .desktop_footer .footer_logo {
        margin-top: 3rem;
    }

    .desktop_footer .footer_socmedia {
        padding: 2.4rem 0;
    }

    .desktop_footer .footer_socmedia ul {
        margin: 0;
    }

    /*--desktop css-end--*/

}

/*--1649--*/


@media (max-width: 1399px) {
    .desktop_footer .news_letter h5 {
        font: 300 2.4rem/3.4rem var(--lato);
    }

    .desktop_footer .news_letter .student_alumbtn,
    .mobile_footer .news_letter .student_alumbtn {
        font: 500 1.4rem/2.2rem var(--lato);
    }

    .desktop_footer .f-menu:last-child {
        width: 27.5%;
    }

    /*--desktop css-end--*/


}

@media (max-width: 1199px) {
    .desktop_footer .f-menu {
        width: 18%;
        padding-right: 1rem;
    }

    .desktop_footer .f-menu:last-child {
        width: 32.5%;
    }


}

/*--1199-css-end--*/

@media (max-width: 991px) {
    .desktop_footer {
        display: none;
    }

    .mobile_footer {
        display: block;
        padding: 0 3.5rem;
    }

    .mobile_footer .copyright {
        padding: 2rem 0 3.3rem;
    }

    .mobile_footer .news_letter h5 {
        display: none;
    }

    .mobile_footer .news_letter .student_alumbtn {
        font: 500 1.6rem/1.9rem var(--lato);
        margin: 3.8rem 0 2rem;
    }

    .mobile_footer .news_letter .student_alumbtn img {
        margin-left: 1rem;
    }

    /*Footer Mobile Sticky*/
    .mobile-bottom-menu {
        background: #2858A1;
        position: fixed;
        bottom: 0;
        z-index: 9999;
        width: 100%;
        display: block;
    }

    .mobile-bottom-menu>ul {
        align-items: flex-end;
        display: flex;
        justify-content: space-between;
        list-style: none;
        margin: 0;
        background-color: #d22e40;
        z-index: 999999;
        position: relative;
    }

    .mobile-bottom-menu ul p,
    .mobile-bottom-menu ul figure {
        margin: 0;
        color: #fff;
        transition: 0.3s;
    }

    .mobile-bottom-menu ul figure {
        margin-bottom: 1.5rem;
        height: 2rem;
    }

    .mobile-bottom-menu>ul>li {
        text-align: center;
        transition: 0.3s;
        width: 20%;
        background: #D22E40;
    }

    .mobile-bottom-menu>ul>li a {
        padding: 10px 0;
        display: block;
    }

    .togglee.active {
        background: #313131;
        position: relative;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .togglee.active::before {
        width: 5rem;
        height: .2rem;
        background: #FFB300;
        position: absolute;
        top: 0;
        content: "";
    }

    .mobile-bottom-menu>li a:hover {
        background: #154082;
    }

    .mobile-bottom-menu ul p {
        font-size: 12px;
        color: #fff;
        margin-top: -9px;
        padding: 0;
    }

    .goback a {
        background-image: linear-gradient(#0161A0, #0676C0);
    }

    .mobile-bottom-menu ul li:hover figure {
        transform: translateY(2px);
    }

    .mobile-bottom-menu ul li:last-child {
        border-right: 0;
    }

    /*--mobile-bottom-end--*/

    .mob_courses {
        background: #26384a;
        padding: 0 4rem 4rem 2.5rem;
        position: absolute;
        bottom: 0rem;
        left: 0;
        transition: 0.5s;
        width: 100%;
        transform: translateY(100%);
        height: 0;
        overflow-y: scroll;
        padding-bottom: 10rem;
    }

    .mob_courses.show1 {
        transform: translateY(0);
        height: 100vh;
    }

    .mcourse_wrap {
        width: 100%;
        height: auto;
        position: relative;
        padding: 4.5rem 3.4rem 0;
    }

    .mcourse_wrap::before {
        width: 0.5rem;
        height: 100%;
        background: url(../../404.html);
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        top: 0rem;
        content: "";
        z-index: 1;
        background-size: cover;
    }

    .mob_heading {
        font: bold 1.6rem/4.6rem var(--asap);
        letter-spacing: 2.82px;
        padding-bottom: 2.5rem;
        position: relative;
        color: #fff;
        margin-bottom: 4rem;
    }

    .mob_heading::before {
        width: 5.1rem;
        height: 0.1rem;
        z-index: 1;
        bottom: 0;
        position: absolute;
        left: 0;
        content: "";
        background: #fff;
    }

    .gdprogram li {
        position: relative;
        padding-bottom: 2rem;
        margin: 3.5rem 0;
    }

    .gdprogram li a:hover,
    .gdprogram li a span:hover,
    .mobpgm_list li a:hover p,
    .mob_admissions .admission_link a:hover {
        color: #FFB300
    }

    .gdprogram li::before {
        width: 5rem;
        height: 0.1rem;
        background: #fff;
        position: absolute;
        left: 0;
        content: "";
        bottom: 0;
        opacity: .2;
    }

    .gdprogram .program,
    .gdprogram a span {
        font: 600 4rem/4rem var(--asap);
        color: var(--colorwhite);
    }

    .gdprogram a span {
        font: normal 4rem/4rem var(--asap);
        display: block;
        color: #949ba4;
        display: flex;
        justify-content: space-between;
    }

    .mobpgm_list li a {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        padding: 2rem 0;
        border-bottom: 0.1rem solid rgb(255 255 255 / 21%);
    }

    .mobpgm_list li a p {
        font-size: 1.8rem;
        font-family: var(--lato);
    }

    .view_allbtn {
        font: 500 1.8rem/2.2rem var(--lato);
        background: #fff;
        padding: 1rem;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 2.1rem;
        margin: 3.4rem auto 0;
        max-width: 21rem;
    }

    .view_allbtn img {
        margin-left: 1rem;
    }

    .view_allbtn:hover,
    .mob_admissions .mob_applybtn:hover {
        background: #FFB300;
        color: #000;
    }

    .mob_applybtn:hover img {
        filter: invert(1);
    }

    /* .view_allbtn:hover img{filter: brightness(10);} */
    /*--mob-course-end--*/

    .mob_admissions,
    .mob_contact {
        background: #F3F3F3;
        position: absolute;
        bottom: 0rem;
        left: 0;
        transition: 0.5s;
        width: 100%;
        transform: translateY(100%);
        height: 0;
        padding: 4.5rem 2.5rem 10rem;
        text-align: center;
        overflow-y: scroll;
    }

    .mob_admissions.show {
        transform: translateY(0);
        height: 100vh;
    }

    .mob_admissions .mob_heading,
    .mob_contact .mob_heading {
        color: #313131;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .mob_admissions .mob_heading::before,
    .mob_contact .mob_heading::before {
        background: #313131;
        left: inherit;
    }

    .mob_admissions .admission_link {
        background: #fff;
        padding: 4.2rem 5.5rem;
    }

    .mob_admissions .admission_link a {
        font: normal 2.1rem/3rem var(--lato);
        margin-bottom: 2.2rem;
    }

    .mob_admissions .admission_link a:last-child {
        margin-bottom: 0;
    }

    .mob_admissions .mob_applybtn {
        font: 900 2.1rem/2.5rem var(--lato);
        color: #fff;
        padding: 1.4rem 3rem;
        background: #E50019;
        border-radius: 3.5rem;
        margin-top: 3.5rem;
    }

    .mob_admissions .mob_applybtn img {
        margin-left: 1.5rem;
    }

    .mob_admissions .admission_helpbox {
        margin: 4.9rem 0;
        text-align: center;
    }

    .mob_admissions .admission_helpbox p {
        font: normal 1.8rem/3rem var(--lato);
        margin: 1.8rem 0 .8rem;
    }

    .mob_admissions .admission_helpbox a {
        font: 600 3rem/3.4rem var(--asap);
        color: #0277DC;
    }

    .mob_admissions .admission_helpbox a:hover,
    .mob_contact .call_box a:hover,
    .mob_contact .call_box.mail_box a:hover {
        color: #FFB300;
    }

    /*--mob_admissions-end--*/

    .mob_contact {
        text-align: center;
    }

    .mob_contact.show3 {
        transform: translateY(0);
        height: 100vh;
    }

    .mob_contact .call_box {
        box-shadow: 0 .3rem .6rem #00000008;
        border-radius: .8rem;
        background: #fff;
        text-align: center;
        width: 100%;
        padding: 2.8rem;
        margin-bottom: 1.5rem;
    }

    .mob_contact .call_box a {
        font: 900 2.1rem/2.5rem var(--lato);
        color: #262626;
    }

    .mob_contact .call_box img {
        margin-bottom: 1.5rem;
    }

    .mob_contact .call_box.mail_box a {
        font-weight: normal;
        color: #000;
    }

    .mob_contact .mobaddress_box {
        margin-top: 3.8rem;
        padding: 0 20rem;
    }

    .mob_contact .mobaddress_box h6 {
        font: bold 1.8rem/2.2rem var(--lato);
        letter-spacing: 2.7px;
        color: #000;
        margin-bottom: 1.8rem;
    }

    .mob_contact .mobaddress_box p {
        font: normal 1.6rem/2.4rem var(--lato);
        color: #333333;
        max-width: 400px;
        margin: 0 auto;
    }

    /*--mobie-menu-end--*/

    .mob_search {
        background: #2A2A2A;
        position: absolute;
        bottom: 0rem;
        left: 0;
        transition: 0.5s;
        width: 100%;
        transform: translateY(100%);
        height: 0;
    }

    .mob_search.show4 {
        transform: translateY(0);
        height: 100vh;
    }

    /*--search-mobie-end--*/

    .mob_menu {
        background: #F3F3F3;
        position: absolute;
        bottom: 0rem;
        left: 0;
        transition: 0.5s;
        width: 100%;
        transform: translateY(100%);
        height: 0;
        overflow-y: scroll;
        padding-bottom: 10rem;
    }

    .mob_menu.show2 {
        transform: translateY(0);
        height: 100vh;
    }

    .main_link {
        background: #22384B;
    }

    .main_link .m-drop {
        padding: 3.5rem 3rem 2.2rem;
        border-bottom: 0.1rem solid rgb(255 255 255 / 19%);
    }

    .main_link .m-drop a {
        font: bold 1.8rem/2.2rem var(--lato);
        letter-spacing: 0.45px;
        color: #fff;
    }

    .main_link .m-drop a:hover,
    .mob_menu .bottom_link a:hover {
        color: #FFB300;
    }

    .m-drop-sub {
        height: 0;
        transition: 0.5s;
        overflow: hidden;
        width: 100%;
        margin-top: 1rem;
    }

    .dd-show+.m-drop-sub {
        height: auto !important;
    }

    .main-links>li>a.dd-show,
    .m-drop-sub a:hover {
        color: #D93E3E;
    }

    .m-drop-sub a {
        padding: .7rem 1rem;
        position: relative;
    }

    .m-drop-sub a {
        font: normal 1.6rem/2.6rem var(--lato) !important;
    }

    .m-drop-sub a:before {
        background: #ffffff;
        position: absolute;
        left: 0;
        height: 0.1rem;
        width: 0.5rem;
        content: '';
        bottom: 0;
        top: 0;
        margin: auto;
        transition: 0.5s;
    }

    .m-drop-sub a:last-child {
        border-bottom: 0;
    }

    .m-drop>a {
        position: relative;
    }

    .m-drop>a:before {
        content: '+';
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        font-size: 3rem;
        font-weight: 400;
        line-height: 2rem;
        height: 2rem;
        transition: 0.5s;
        opacity: .5;
    }

    .m-drop a.dd-show:before {
        transform: rotate(45deg);
        opacity: 1;
    }

    .megha-box label {
        color: #000;
        font-size: 1.5rem;
        font-weight: 600;
    }

    .m-drop-sub::-webkit-scrollbar {
        width: 3px;
    }

    .m-drop-sub::-webkit-scrollbar-track {
        background-color: #999;
        border-radius: 10px;
    }

    .m-drop-sub::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background: #FFB300;
    }

    .mob_menu .bottom_link {
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-wrap: wrap;
        padding: 3.8rem 3rem;
    }

    .mob_menu .bottom_link a {
        font: normal 1.8rem/2.2rem var(--lato);
        width: 49%;
        color: #000;
        margin-bottom: 2.4rem;
    }

    /*--mobie-menu-end--*/


    footer {
        margin-bottom: 7rem;
        padding: 5rem 0 0;
    }

    .f-menu,
    .app-btn {
        display: none;
    }

    .mobile-menu,
    .f-menu.Follow_menu {
        display: block;
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .small-btm {
        padding: 2rem 0;
        margin-top: 2rem;
        border-top: .2rem solid #ffffff1a;
    }

    footer .Follow_menu span {
        margin-bottom: 1rem;
        font-size: 1.4rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1.4px;
    }

    .copyright {
        margin-top: 1rem;
        padding: 2rem 0;
        border-color: #ffffff1f;
    }

    footer .container {
        text-align: center;
    }

    .copyright p {
        width: 100%;
    }

}

/*--991-css-end--*/
@media (max-width:767px) {
    .mobile_footer .footer_address p a {
        font: 600 1.6rem/2.6rem var(--lato);
    }

    .mob_contact .mobaddress_box {
        padding: 0 3rem;
    }
    .mobile_footer{padding: 30px 0 0;}
    .mobile_footer .footer_socmedia{padding: 2rem 0 1rem;}
    .mobile_footer .copyright{padding-top: 10px;}
    .mobile_footer ul li{padding: 2rem 0;}
    .mobile_footer ul li a{font-size: 16px;}
    .mobile_footer .footer_logo{width: 200px; margin: 2rem auto;}
    .mobile_footer .footer_logo img{width: 100%;}
}

/*--767-css-end--*/

@media (max-width:575px) {
    .mob_contact .mobaddress_box {
        padding: 0;
    }
    .mobile_footer ul li{padding: 1.5rem 0;}
    .mob_menu .bottom_link a{font-size: 16px; margin-bottom: 1.8rem;}

    .mob_admissions .admission_link {
        padding: 3.2rem 4.5rem;
    }

    .mcourse_wrap {
        padding: 4.5rem 0rem 0 3rem;
    }

    .mob_courses {
        padding: 0 2rem 0rem 2rem;
        padding-bottom: 10rem;
    }

    .gdprogram .program,
    .gdprogram a span {
        font: 600 3rem/3rem var(--asap);
    }

    .gdprogram a span {
        font: normal 3rem/3rem var(--asap);
    }

    .mob_heading {
        font: bold 1.6rem/4.6rem var(--asap);
        letter-spacing: 2px;
        padding-bottom: 2rem;
        margin-bottom: 3rem;
    }

    .mobpgm_list li a {
        padding: 1.5rem 0;
    }

    .main_link .m-drop {
        padding: 3rem 3rem 2rem;
    }

    /*---mobile-footer menu-end--*/
}

@media (max-width:375px) {
    .mobile_footer {
        padding: 3rem 2rem 2rem;
    }

    .mobile_footer ul li a {
        font: bold 1.6rem/2.2rem var(--lato);
    }

    .mobile_footer ul li {
        padding: 1.5rem 0;
    }

    .mobile_footer .news_letter .student_alumbtn {
        font: 500 1.4rem/1.9rem var(--lato);
    }

    .mobile_footer .footer_address p a {
        font: bold 1.6rem/2.6rem var(--lato);
    }

    .mobile_footer .copyright {
        padding: 1rem 0 2.3rem;
    }

    /*---mobile-footer-end--*/

    .mobile-bottom-menu ul p {
        font-size: 1rem;
    }

    .mcourse_wrap {
        padding: 3.5rem 0rem 0 2.5rem;
    }

    .mob_admissions,
    .mob_contact {
        padding: 4.5rem 2rem 10rem;
    }

    .mob_admissions .admission_link {
        padding: 3.2rem 2.5rem;
    }

    .mob_admissions .admission_link a {
        font: normal 1.8rem/2.8rem var(--lato);
        margin-bottom: 1.5rem;
    }

    .mob_admissions .mob_applybtn,
    .mob_contact .call_box a {
        font: normal 1.8rem/2.8rem var(--lato);
    }

    .mob_admissions .admission_helpbox a {
        font: 600 2.4rem/3.4rem var(--asap);
    }

    .mob_contact .call_box a {
        font-weight: bold;
    }

    .mob_contact .mobaddress_box h6 {
        letter-spacing: 2px;
        margin-bottom: 1.5rem;
    }

    .main_link .m-drop {
        padding: 2rem 2rem 1rem;
    }

    .mob_menu .bottom_link {
        padding: 2.8rem 2rem;
    }

    .mob_menu .bottom_link a {
        font: normal 1.6rem/2.2rem var(--lato);
        margin-bottom: 2rem;
    }

    /*---mobile-footer menu-end--*/

}

/*--375--css-end--*/