
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,100;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;1,300;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Jomhuria&family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Mooli&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jomhuria&family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Mooli&family=Noto+Nastaliq+Urdu:wght@400;500;600;700&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600&display=swap');

:root {
    --Raleway: 'Raleway', sans-serif;
    --Roboto: 'Roboto', sans-serif;
    --Pfont: 'Poppins', sans-serif;
    --Mfont: 'Merriweather', serif;
    --Ofont: 'Open Sans', sans-serif;
    --Moolifont: 'Mooli', sans-serif;
    --Urdufont: 'Noto Nastaliq Urdu', serif;
    --Jostfont: 'Jost', sans-serif;
    --Jomhuriafont: 'Jomhuria', cursive;
    --Stext: #363f44;
    --Htext: #000000b0;
    --cardHtext: #0062b7;
    --darkBlue: #313b45;
    --SideBar: #010a0f;
    --NavBar: #2A3F54;
    --rPrice: red;
    --BColor: #fed700;
    --BorderColor: #97a0a5b8;
    --BorderColor1: #97a0a5b8;
    --GrayColor: #211d1da3;
    --lightB: #e8f1f3;
    --white: #fff;
    --hWhite: #fdfdfd;
    --halfwhite: #fefefe;
    --backWhite: #f8f8f8;
    --Shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

:root {
    scroll-behavior: smooth;
    --color: #012970;
    --black: #000;
    --hover-color: #161138;
    --yelow-border: #FFB800;
}

body {
    font-family: "Open Sans", sans-serif;
    color: #000;
}

a {
    color: #000;
    text-decoration: none;
}

    a.active,
    a:hover {
        color: var(--yelow-border);
        text-decoration: none;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Nunito", sans-serif;
}

.hide {
    display: none;
}
/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
    padding: 60px 0;
    overflow: hidden;
}

.section-header {
    text-align: center;
    padding-bottom: 40px;
}

    .section-header h2 {
        font-size: 13px;
        letter-spacing: 1px;
        font-weight: 700;
        margin: 0;
        color: #4154f1;
        text-transform: uppercase;
    }

    .section-header p {
        margin: 10px 0 0 0;
        padding: 0;
        font-size: 38px;
        line-height: 42px;
        font-weight: 700;
        color: var(--color);
        font-family: var(--Jostfont);
        position: relative;
        display: inline;
    }

.section-sub-header h2 {
    color: var(--black);
}

.section-sub-header p {
    font-size: 33px;
    line-height: 65px;
    font-weight: 500;
    font-family: var(--Ofont);
    color: var(--black);
}

.border_heading p::after {
    content: "";
    background: var(--yelow-border);
    display: inline-block;
    width: 80px;
    height: 3px;
    position: absolute;
    bottom: 0;
    right: 0;
}

@media (max-width: 768px) {
    .section-header p {
        font-size: 28px;
        line-height: 32px;
    }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
    transition: all 0.5s;
    z-index: 997;
    padding: 20px 0;
    position: relative;
}

header {
    /*box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25)*/
}

.dropdown {
    position: static
}

.header.header-scrolled {
    background: #fff;
    padding: 15px 0;
    box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}

.header .logo {
    line-height: 0;
}

    .header .logo img {
        max-height: 50px;
        margin-right: 6px;
    }

    .header .logo span {
        font-size: 30px;
        font-weight: 700;
        letter-spacing: 1px;
        color: var(--color);
        font-family: "Nunito", sans-serif;
        margin-top: 3px;
    }

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
    padding: 0;
    position: unset;
}

    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }

    .navbar li {
        /*position: relative;*/
    }

    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0 10px 30px;
        font-family: var(--Moolifont);
        font-size: 16px;
        font-weight: 400;
        color: var(--black);
        white-space: nowrap;
        transition: 0.3s;
    }

        .navbar a i,
        .navbar a:focus i {
            font-size: 12px;
            line-height: 0;
            margin-left: 5px;
        }

        .navbar a:hover,
        .navbar .active,
        .navbar .active:focus,
        .navbar li:hover > a {
            color: var(--hover-color);
        }

    .navbar .getstarted,
    .navbar .getstarted:focus {
        background: var(--hover-color);
        padding: 8px 20px;
        margin-left: 30px;
        border-radius: 4px;
        color: #fff;
    }

        .navbar .getstarted:hover,
        .navbar .getstarted:focus:hover {
            color: #fff;
            background: #5969f3;
        }

    .navbar .dropdown ul {
        display: block;
        position: absolute;
        left: 14px;
        top: calc(100% + 30px);
        margin: 0;
        padding: 10px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.3s;
        border-radius: 4px;
    }

        .navbar .dropdown ul li {
            min-width: 200px;
        }

        .navbar .dropdown ul a,
        .navbar .dropdown ul strong {
            padding: 10px 20px;
            font-size: 15px;
            text-transform: none;
            font-weight: 400;
        }

        .navbar .dropdown ul strong {
            font-weight: 600;
        }

        .navbar .dropdown ul a i {
            font-size: 12px;
        }

        .navbar .dropdown ul a:hover,
        .navbar .dropdown ul .active:hover,
        .navbar .dropdown ul li:hover > a {
            color: var(--hover-color);
        }

   /* .navbar .dropdown:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }*/

    .navbar .megamenu {
        position: unset;
    }

        .navbar .megamenu ul {
            margin-top: 5px;
            right: 0;
            padding: 10px;
            display: flex;
            right: 0;
            left: 0;
            flex-wrap: wrap;
        }
        .navbar .megamenu ul.active {
            visibility: visible;
            opacity: 1;
            top: 100%;
        }
            .navbar .megamenu ul li {
                /*flex: 1;*/
                flex: 0 0 25%;
                width: 25%;
            }

                .navbar .megamenu ul li a,
                .navbar .megamenu ul li:hover > a {
                    color: var(--black);
                    white-space: pre-wrap;
                }

                    .navbar .megamenu ul li a:hover,
                    .navbar .megamenu ul li .active,
                    .navbar .megamenu ul li .active:hover {
                        color: var(--hover-color);
                    }

    .navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    }

    .navbar .dropdown .dropdown:hover > ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible;
    }

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    color: var(--color);
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

    .mobile-nav-toggle.bi-x {
        color: #fff;
    }

@media (max-width: 1200px) {
    .mobile-nav-toggle {
        display: block;
    }

    #navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(1, 22, 61, 0.9);
    transition: 0.3s;
}

    .navbar-mobile .mobile-nav-toggle {
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .navbar-mobile ul {
        display: block !important;
        position: absolute;
        top: 55px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        padding: 10px 0;
        border-radius: 10px;
        background-color: #fff;
        overflow-y: auto;
        transition: 0.3s;
    }

    .navbar-mobile a,
    .navbar-mobile a:focus {
        padding: 10px 20px;
        font-size: 15px;
        color: var(--color);
    }

        .navbar-mobile a:hover,
        .navbar-mobile .active,
        .navbar-mobile li:hover > a {
            color: var(--hover-color);
        }

    .navbar-mobile .getstarted,
    .navbar-mobile .getstarted:focus {
        margin: 15px;
    }

    .navbar-mobile .dropdown ul {
        /*position: static;*/
        display: none;
        margin: 10px 20px;
        padding: 10px 0;
        z-index: 99;
        opacity: 1;
        visibility: visible;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    }

        .navbar-mobile .dropdown ul li {
            min-width: 200px;
            flex: 1;
            width: 100%;
        }

        .navbar-mobile .dropdown ul a {
            padding: 10px 20px;
        }

            .navbar-mobile .dropdown ul a i {
                font-size: 12px;
            }

            .navbar-mobile .dropdown ul a:hover,
            .navbar-mobile .dropdown ul .active:hover,
            .navbar-mobile .dropdown ul li:hover > a {
                color: var(--hover-color);
            }

    .navbar-mobile .dropdown > .dropdown-active {
        display: block;
        position: static;
    }

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
    width: 100%;
    height: 100%;
    background: url(~/Images/Banner/hero-bg.png) top center no-repeat;
    background-size: cover;
    padding: 60px 0;
    overflow: hidden;
}

    .hero h1 {
        margin: 0;
        font-size: 48px;
        font-weight: 700;
        color: var(--color);
    }

    .hero h2 {
        color: #444444;
        margin: 15px 0 0 0;
        font-size: 26px;
    }

    .hero .btn-get-started {
        margin-top: 30px;
        line-height: 0;
        padding: 15px 40px;
        border-radius: 4px;
        transition: 0.5s;
        color: #fff;
        background: #4154f1;
        box-shadow: 0px 5px 30px rgba(65, 84, 241, 0.4);
    }

        .hero .btn-get-started span {
            font-family: "Nunito", sans-serif;
            font-weight: 600;
            font-size: 16px;
            letter-spacing: 1px;
        }

        .hero .btn-get-started i {
            margin-left: 5px;
            font-size: 18px;
            transition: 0.3s;
        }

        .hero .btn-get-started:hover i {
            transform: translateX(5px);
        }

    .hero .hero-img {
        text-align: right;
    }

@media (min-width: 1024px) {
    .hero {
        background-attachment: fixed;
    }
}

@media (max-width: 991px) {
    .hero {
        height: auto;
        padding: 120px 0 60px 0;
    }

        .hero .hero-img {
            text-align: center;
            margin-top: 80px;
        }

            .hero .hero-img img {
                width: 80%;
            }
}

@media (max-width: 768px) {
    .hero {
        text-align: center;
    }

        .hero h1 {
            font-size: 32px;
        }

        .hero h2 {
            font-size: 24px;
        }

        .hero .hero-img img {
            width: 100%;
        }
}

/*--------------------------------------------------------------
# Index Page
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .service-box {
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
    height: 100%;
    padding: 60px 30px;
    text-align: center;
    transition: 0.3s;
    border-radius: 5px;
}

    .services .service-box .icon {
        font-size: 36px;
        padding: 40px 20px;
        border-radius: 4px;
        position: relative;
        margin-bottom: 25px;
        display: inline-block;
        line-height: 0;
        transition: 0.3s;
    }

        .services .service-box .icon img {
            height: 75px;
        }

    .services .service-box h3 {
        color: #444444;
        font-weight: 700;
    }

    .services .service-box .read-more {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
        font-size: 16px;
        padding: 8px 20px;
    }

        .services .service-box .read-more i {
            line-height: 0;
            margin-left: 5px;
            font-size: 18px;
        }

    .services .service-box.blue {
        border-bottom: 3px solid #2db6fa;
    }

        .services .service-box.blue .icon {
            color: #2db6fa;
            background: #dbf3fe;
        }

        .services .service-box.blue .read-more {
            color: #2db6fa;
        }

        .services .service-box.blue:hover {
            background: #2db6fa;
        }

    .services .service-box.orange {
        border-bottom: 3px solid #f68c09;
    }

        .services .service-box.orange .icon {
            color: #f68c09;
            background: #fde3c4;
        }

        .services .service-box.orange .read-more {
            color: #f68c09;
        }

        .services .service-box.orange:hover {
            background: #f68c09;
        }

    .services .service-box.green {
        border-bottom: 3px solid #08da4e;
    }

        .services .service-box.green .icon {
            color: #08da4e;
            background: #cffddf;
        }

        .services .service-box.green .read-more {
            color: #08da4e;
        }

        .services .service-box.green:hover {
            background: #08da4e;
        }

    .services .service-box.red {
        border-bottom: 3px solid #e9222c;
    }

        .services .service-box.red .icon {
            color: #e9222c;
            background: #fef7f8;
        }

        .services .service-box.red .read-more {
            color: #e9222c;
        }

        .services .service-box.red:hover {
            background: #e9222c;
        }

    .services .service-box.purple {
        border-bottom: 3px solid #b50edf;
    }

        .services .service-box.purple .icon {
            color: #b50edf;
            background: #f8e4fd;
        }

        .services .service-box.purple .read-more {
            color: #b50edf;
        }

        .services .service-box.purple:hover {
            background: #b50edf;
        }

    .services .service-box.pink {
        border-bottom: 3px solid #f51f9c;
    }

        .services .service-box.pink .icon {
            color: #f51f9c;
            background: #feecf7;
        }

        .services .service-box.pink .read-more {
            color: #f51f9c;
        }

        .services .service-box.pink:hover {
            background: #f51f9c;
        }

    .services .service-box:hover h3,
    .services .service-box:hover p,
    .services .service-box:hover .read-more {
        color: #fff;
    }

    .services .service-box:hover .icon {
        background: #fff;
    }




/*--------------------------------------------------------------
# Form Content 
--------------------------------------------------------------*/
.form_content {
}

    .form_content p {
        margin: 0;
        padding: 1rem;
        font-family: var(--Moolifont);
        letter-spacing: 0.7px;
        font-size: 1.02rem;
    }

.form_label {
    width: 100%;
    font-family: var(--Pfont);
    letter-spacing: 0.7px;
    font-size: 1.03rem;
    line-height: 40px;
    font-weight: 500;
}

.form_inp {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid var(--BorderColor1);
    border-radius: 7px;
    outline: none;
    letter-spacing: 0.7px;
}

.form_check_container {
    display: flex;
    justify-content: start;
    align-items: baseline;
}

.form_check_inp {
    margin-right: 1rem;
}

.form_check_label {
    font-family: var(--Ofont);
    letter-spacing: 0.7px;
}

.form_btn {
    width: 100%;
    padding: 1rem;
    display: flex;
    justify-content: end;
    align-items: center;
}

    .form_btn button,
    .form_btn a {
        font-size: 16px;
        padding: 0 30px;
        margin: 3px;
        background: #4154f1;
        color: #fff;
        transition: 0.3s;
        border-radius: 4px;
        padding: 6px 20px;
        border: 1px solid var(--BorderColor);
        border-radius: 2rem;
        width: 150px;
    }

        .form_btn button img, 
        .form_btn a img {
            width: 2rem;
            margin-left: 5px;
        }

.iti {
    width: 100%;
}
/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact_container {
    background-image: url(/Images/Background/contact.png);
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position-y: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

    .contact_container h2 {
        font-family: var(--Pfont);
        letter-spacing: 0.9px;
        font-size: 2.7rem;
        color: #fff;
        font-weight: 600;
    }

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about_container {
    background-image: url(/Images/Background/about.png);
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position-y: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

    .about_container h2 {
        font-family: var(--Pfont);
        letter-spacing: 0.9px;
        font-size: 2.7rem;
        color: #fff;
        font-weight: 600;
    }
     .about_content{

    }
         .about_content .section-header {
             padding-bottom: 15px;
        }
            .about_content .section-header p {
            }
        .about_content .text {
            letter-spacing: 0.8px;
            font-family: var(--Moolifont);
            line-height: 30px;
            padding-left: 1.5rem;
        }
    /*--------------------------------------------------------------
# brands
--------------------------------------------------------------*/
    .brands .brands-slider .swiper-slide img {
        opacity: 0.5;
        transition: 0.3s;
    }

    .brands .brands-slider .swiper-slide img:hover {
        opacity: 1;
    }

.brands .brands-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

    .brands .brands-slider .swiper-pagination .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        background-color: #fff;
        opacity: 1;
        border: 1px solid #4154f1;
    }

    .brands .brands-slider .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #4154f1;
    }
/*--------------------------------------------------------------
# Course Details
--------------------------------------------------------------*/
.course_container {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

    .course_container.active {
        display: block;
        opacity: 1;
    }

#course_navber {
    padding: 10px 0 !important;
    position: sticky;
    top: 1px;
    background: #fffffff5;
    z-index: 55;
}

.courseNavbar {
}

    .courseNavbar .navbar-nav {
        justify-content: space-around;
        width: 100%;
    }

    /* Pull up  */
    .courseNavbar .nav-link {
        position: relative;
    }

        .courseNavbar .nav-link:before {
            position: absolute;
            width: 100%;
            height: 2px;
            left: 0px;
            bottom: 0px;
            content: '';
            background: var(--yelow-border);
            opacity: 0.3;
            transition: all 0.3s;
        }

        .courseNavbar .nav-link.active:before,
        .courseNavbar .nav-link:hover:before {
            height: 100%;
        }
/*--------Overview -------------*/
.blog_heading {
}

    .blog_heading h2 {
        font-size: 1.8rem;
        font-family: var(--Jostfont);
        letter-spacing: 0.7px;
        font-weight: 400;
        line-height: 55px;
    }

.course_blog_container {
    align-items: center;
}

    .course_blog_container .course_blog_content {
    }

.course_blog_content h2 {
    font-size: 1.9rem;
    font-family: var(--Jostfont);
    letter-spacing: 0.7px;
}

.course_blog_content h3 {
    font-size: 1.5rem;
    font-family: var(--Pfont);
    letter-spacing: 0.7px;
    font-weight: 500;
    color: var(--yelow-border);
    position: relative;
    margin-bottom: 1rem;
    padding-bottom: 4px;
}

    .course_blog_content h3::before {
        content: "";
        width: 100px;
        display: inline-block;
        height: 2px;
        background: var(--color);
        position: absolute;
        bottom: 0;
    }

    .course_blog_content h3::after {
        content: "";
        width: 100px;
        display: inline-block;
        height: 2px;
        background: var(--color);
        position: absolute;
        bottom: -4px;
        left: 0px;
    }

.course_blog_content p {
    font-family: var(--Moolifont);
    letter-spacing: 0.7px;
    font-weight: 300;
    text-align: justify;
}

.course_blog_content .course_blog_img {
    text-align: center;
}

    .course_blog_content .course_blog_img img {
    }

.course_study_info {
}

.course_study_info_content {
    padding: 1rem;
}

.course_study_info_content_1,
.course_study_info_content_3 {
    border-right: 1px solid var(--black);
}

.course_study_info_content_1,
.course_study_info_content_2 {
    border-bottom: 1px solid var(--black);
}

.course_study_info_heading {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    padding: 1rem 0;
}

    .course_study_info_heading img {
        margin-right: 1rem;
    }

    .course_study_info_heading h3 {
        font-size: 1.3rem;
        font-family: var(--Moolifont);
        margin: 0;
        letter-spacing: 0.7px;
    }

.course_study_info_data {
}

    .course_study_info_data div {
        padding: 0.3rem 1rem;
    }

        .course_study_info_data div strong {
            font-weight: 500;
            font-family: var(--Jostfont);
            letter-spacing: 0.6px;
        }

        .course_study_info_data div p {
            margin: 0;
            font-family: var(--Ofont);
            letter-spacing: 0.7px;
            /*text-align: end;*/
        }

.course-banific {
}

    .course-banific div {
        text-align: center;
    }

    .course-banific img {
    }

    .course-banific h3 {
        font-family: var(--Jostfont);
        font-size: 1.4rem;
        padding: 1rem 0;
        height: 4.5rem;
    }

    .course-banific p {
        margin: 0;
        font-family: var(--Moolifont);
        letter-spacing: 0.7px;
    }

@media screen and (max-width: 991px) {
    .course_study_info_content_1,
    .course_study_info_content_3 {
        border-right: none;
    }

    .course_study_info_content_1,
    .course_study_info_content_2,
    .course_study_info_content_3 {
        border-bottom: 1px solid var(--black);
    }
}

@media screen and (max-width: 768px) {
    .course-banific h3 {
        height: auto;
    }
}

/*----------------Course Study Content------------------*/
.study_content_nav {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    padding: 1rem 0;
    flex-wrap: wrap;
    flex : 0 0 100%;
    width: 100%;
}

    .study_content_nav a {
        position: relative;
        font-weight: 600;
        font-family: var(--Ofont);
        letter-spacing: 0.7px;
        font-size: 1.09rem;
        cursor: pointer;
        padding: 4px 0;
        flex: 0 0 16%;
    }


        /* Top and Bottom borders go out */
        .study_content_nav a:before, .study_content_nav a:after {
            position: absolute;
            left: 0px;
            width: 68%;
            height: 2px;
            background: var(--yelow-border);
            content: "";
            opacity: 0;
            transition: all 0.3s;
        }

        .study_content_nav a:before {
            top: 0px;
            transform: translateY(10px);
        }

        .study_content_nav a:after {
            bottom: 0px;
            transform: translateY(-10px);
        }

        .study_content_nav a:hover:before, .study_content_nav a:hover:after,
        .study_content_nav a.active:before, .study_content_nav a.active:after {
            opacity: 1;
            transform: translateY(0px);
        }

.study_content_informtion {
}

.study_content_informtion_SUB {
    background: white;
    box-shadow: 0px 5px 5px 2px rgba(0, 0, 0, 0.25);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.study_course_info_heading {
}

    .study_course_info_heading h3 {
        font-size: 1.4em;
        font-family: var(--Jostfont);
        letter-spacing: 0.7px;
    }

.study_course_info_container {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

    .study_course_info_container.active {
        display: block;
        opacity: 1;
    }

.study_course_info {
    border-bottom: 1px solid var(--BorderColor);
}

    .study_course_info:last-child {
        border-bottom: none;
    }

    .study_course_info div:last-child {
        text-align: center;
    }

    .study_course_info p {
        font-family: var(--Moolifont);
        letter-spacing: 0.7px;
        line-height: 38px;
        margin: 0;
    }

@media screen and (max-with: 768px) {
    .study_course_info div:last-child {
        text-align: end;
    }
}

@media screen and (max-width: 500px) {
    .study_content_informtion_SUB .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}


/*--------------------------------------------------------------
# Course Addmission
--------------------------------------------------------------*/
.text_main_heading {
}

    .text_main_heading h2 {
        font-family: var(--Jostfont);
        font-weight: 500;
        letter-spacing: 0.7px;
        line-height: 45px;
    }

.text_heading {
}

    .text_heading h2 {
        font-family: var(--Ofont);
        font-weight: 500;
        letter-spacing: 0.7px;
        line-height: 45px;
        font-size: 1.5rem;
    }

.ul_list {
}

    .ul_list li {
        line-height: 20px;
    }

.blog_text {
    font-family: var(--Moolifont);
    letter-spacing: 0.7px;
    font-size: 0.9rem;
    line-height: 24px;
    /*margin: 0;*/
}

.text_content {
    padding: 0 2rem;
}

/*--------------------------------------------------------------
# Course Reviews
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
    box-sizing: content-box;
    padding: 30px;
    margin: 40px 30px;
    box-shadow: 0px 0 20px rgba(1, 41, 112, 0.1);
    background: #fff;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    text-align: center;
    transition: 0.3s;
}

    .testimonials .testimonial-item .stars {
        margin-bottom: 15px;
    }

        .testimonials .testimonial-item .stars i {
            color: #ffc107;
            margin: 0 1px;
        }

    .testimonials .testimonial-item .testimonial-img {
        width: 90px;
        border-radius: 50%;
        border: 4px solid #fff;
        margin: 0 auto;
    }

    .testimonials .testimonial-item h3 {
        font-size: 18px;
        font-weight: bold;
        margin: 10px 0 5px 0;
        color: #111;
    }

    .testimonials .testimonial-item h4 {
        font-size: 14px;
        color: #999;
        margin: 0;
    }

    .testimonials .testimonial-item p {
        font-style: italic;
        margin: 0 auto 15px auto;
    }

.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

    .testimonials .swiper-pagination .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        background-color: #fff;
        opacity: 1;
        border: 1px solid #4154f1;
    }

    .testimonials .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #4154f1;
    }

.testimonials .swiper-slide {
    opacity: 0.3;
}

@media (max-width: 1199px) {
    .testimonials .swiper-slide-active {
        opacity: 1;
    }

    .testimonials .swiper-pagination {
        margin-top: 0;
    }
}

@media (min-width: 1200px) {
    .testimonials .swiper-slide-next {
        opacity: 1;
        transform: scale(1.12);
    }
}

/*--------------------------------------------------------------
# Tuition Fees
--------------------------------------------------------------*/
.fees_package_container {
    transition: all 0.5s ease-in-out;
}

.fees_package_content {
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.50);
    border-radius: 16px;
    padding: 1rem 0.8rem;
    margin-bottom: 1.5rem;
    transition: all 0.5s ease-in-out;
}

.fees_package_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.previous_price {
    margin: 0;
    font-weight: 600;
    letter-spacing: 0.7px;
    font-size: 1.2rem;
    text-decoration: line-through;
}

    .fees_package_btn .btn {
        background: var(--darkBlue);
        color: #fff;
        border-radius: 2rem;
    }

    .fees_package_btn .btn:hover {
        background: var(--color);
    }

.fees_pacage_price {
    padding: 0.7rem;
}

    .fees_pacage_price span {
        font-family: var(--Moolifont);
        font-size: 1.15rem;
        letter-spacing: 0.7px;
    }

    .fees_pacage_price strong {
        font-family: var(--Jostfont);
        font-size: 2.05rem;
    }

.fees_package_name {
    line-height: 2.2;
    overflow: hidden;
    max-height: 2.5rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 1;
    height: 2.4rem;
}

    .fees_package_name h2 {
        font-family: var(--Jostfont);
        font-size: 1.55rem;
    }

        .fees_package_name h2 span {
            font-size: 1.1rem;
        }

.fees_package_desc {
    font-family: var(--Moolifont);
    letter-spacing: 0.6px;
    line-height: 1.8;
    overflow: hidden;
    max-height: 5.4rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 3;
}

.fees_package_content:hover {
    transform: scale(1.05);
}
.course_fees_benefits{

}
    .course_fees_benefits li {
        line-height: 30px;
        letter-spacing: 0.4px;
        font-family: var(--Moolifont);
    }

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq .accordion-collapse {
    border: 0;
}

.faq .accordion-button {
    padding: 15px 15px 20px 0;
    font-weight: 600;
    border: 0;
    font-size: 18px;
    color: #444444;
    text-align: left;
}

    .faq .accordion-button:focus {
        box-shadow: none;
    }

    .faq .accordion-button:not(.collapsed) {
        background: none;
        color: #4154f1;
        border-bottom: 0;
    }

.faq .accordion-body {
    padding: 0 0 25px 0;
    border: 0;
}
    /*--------------------------------------------------------------
# ApplyForm Page
--------------------------------------------------------------*/
    .applyform_cotainer {
    }

    .applyform_cotainer .form_label {
        width: auto;
    }

    .applyform_cotainer h3 {
        font-family: var(--Jostfont);
        font-weight: 400;
        letter-spacing: 0.6px;
        margin: 0;
        font-size: 1.6rem;
        padding-top: 0.7rem;
        padding-bottom: 0.7rem;
    }

.form_btn_check {
    /*width: 250px;*/
    padding: 12px 15px;
    border: 1px solid var(--BorderColor1);
    outline: 0;
    border-radius: 10px;
    font-family: var(--Ofont);
    letter-spacing: 0.7px;
    position: relative;
    background: transparent;
}

    .form_btn_check img {
        position: absolute;
        top: 50%;
        transform: translate(5px, -55%);
        display: none;
    }

    .form_btn_check.active {
        background: #1611384D;
    }

        .form_btn_check.active img {
            display: inline;
        }

    .form_btn_check.col-3,
    .form_btn_check.col-sm-3 {
        width: 23%;
    }

    .form_btn_check.col-4 {
        width: 31%;
    }

    .form_btn_check.col-6 {
        width: 48%;
    }

.applyform_cotainer .form_btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .applyform_cotainer .form_btn button {
        width: 70%;
        border-radius: 7px;
        padding: 12px;
    }

@media screen and (max-width: 550px) {
    .applyform_cotainer .form_label {
        width: 100% !important;
    }

    .applyform_cotainer .justify-content-evenly {
        justify-content: start;
    }

    .form_btn_check.col-3 {
        width: 32%;
    }

    .form_btn_check.col-sm-3 {
        width: 45%;
        margin: 5px;
    }
}

@media screen and (max-width: 350px) {
    .applyform_cotainer .form_label {
        width: 100% !important;
    }

    .applyform_cotainer .justify-content-evenly {
        justify-content: start;
    }

    .form_btn_check.col-3 {
        width: 45%;
        margin: 5px;
    }

    .form_btn_check.col-sm-3 {
        width: 100%;
        margin: 5px 0;
    }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
    background: #f6f9ff;
    padding: 0 0 30px 0;
    font-size: 14px;
}

    .footer .footer-newsletter {
        padding: 50px 0;
        background: #f6f9ff;
        border-top: 1px solid #e1ecff;
    }

        .footer .footer-newsletter h4 {
            font-size: 24px;
            margin: 0 0 10px 0;
            padding: 0;
            line-height: 1;
            font-weight: 700;
            color: var(--color);
        }

        .footer .footer-newsletter form {
            margin-top: 20px;
            background: #fff;
            padding: 6px 10px;
            position: relative;
            border-radius: 4px;
            border: 1px solid #e1ecff;
        }

            .footer .footer-newsletter form input[type=email] {
                border: 0;
                padding: 8px;
                width: calc(100% - 140px);
            }

            .footer .footer-newsletter form input[type=submit] {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                border: 0;
                background: none;
                font-size: 16px;
                padding: 0 30px;
                margin: 3px;
                background: #4154f1;
                color: #fff;
                transition: 0.3s;
                border-radius: 4px;
            }

                .footer .footer-newsletter form input[type=submit]:hover {
                    background: #5969f3;
                }

    .footer .footer-top {
        background: white url(/Images/Footer/footer-bg.png) no-repeat right top;
        background-size: contain;
        border-top: 1px solid #e1ecff;
        border-bottom: 1px solid #e1ecff;
        padding: 60px 0 30px 0;
        -webkit-animation: slidein 100s;
        animation: slidein 15s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-direction: alternate;
        animation-direction: alternate;
    }

@-webkit-keyframes slidein {
    from {
        background-position: top;
        background-size: 3000px;
    }

    to {
        background-position: -100px 0px;
        background-size: 2750px;
    }
}

@keyframes slidein {
    from {
        background-position: top;
        background-size: 3000px;
    }

    to {
        background-position: -100px 0px;
        background-size: 2750px;
    }
}


@media (max-width: 992px) {
    .footer .footer-top {
        background-position: center bottom;
    }
}

.footer .footer-top .footer-info {
    margin-bottom: 30px;
}

    .footer .footer-top .footer-info .logo {
        line-height: 0;
        margin-bottom: 15px;
    }

        .footer .footer-top .footer-info .logo img {
            max-height: 60px;
            margin-right: 6px;
        }

        .footer .footer-top .footer-info .logo span {
            font-size: 30px;
            font-weight: 700;
            letter-spacing: 1px;
            color: var(--color);
            font-family: "Nunito", sans-serif;
            margin-top: 3px;
        }

    .footer .footer-top .footer-info p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0;
        font-family: "Nunito", sans-serif;
    }

.footer .footer-top .social-links a {
    font-size: 20px;
    display: inline-block;
    color: rgba(1, 41, 112, 0.5);
    line-height: 0;
    margin-right: 10px;
    transition: 0.3s;
}

    .footer .footer-top .social-links a:hover {
        color: var(--color);
    }

.footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: var(--color);
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
}

.footer .footer-top .footer-links {
    margin-bottom: 30px;
}

    .footer .footer-top .footer-links ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .footer .footer-top .footer-links ul i {
            padding-right: 2px;
            color: #d0d4fc;
            font-size: 12px;
            line-height: 0;
        }

        .footer .footer-top .footer-links ul li {
            padding: 10px 0;
            display: flex;
            align-items: center;
        }

            .footer .footer-top .footer-links ul li:first-child {
                padding-top: 0;
            }

        .footer .footer-top .footer-links ul a {
            color: #013289;
            transition: 0.3s;
            display: inline-block;
            line-height: 1;
        }

            .footer .footer-top .footer-links ul a:hover {
                color: #4154f1;
            }

.footer .footer-top .footer-contact p {
    line-height: 26px;
}

.footer .copyright {
    text-align: center;
    padding-top: 30px;
    color: var(--color);
}

.footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: var(--color);
}

/*Cart*/
.cart_page_heading{
    text-align:center;
}
    .cart_page_heading h1 {
        font-family: var(--Jostfont);
        font-weight: 400;
        letter-spacing: 0.7px;
        padding: 2.5rem;
    }
.cart_item_container{

}
.car_item_content{
    padding: 1rem 0;
}
.cart_img {
    overflow: hidden;
}
.cart_img img{
    width: 100%;
    height:100%;
    border-radius: 1rem;
}
.cart_heading_container{

}
.cart_heading {
    font-size: 2rem;
    font-family: var(--Ofont);
    letter-spacing: 0.7px;
    font-weight: 500;
}
.cart_text {
    font-family: var(--Moolifont);
    letter-spacing: 0.7px;
    font-size: 1.5rem;
    line-height: 35px;
}
.cart_price {
    margin: 0;
    font-size: 1.3rem;
    letter-spacing: 0.7px;
    font-family: var(--Pfont);
}
.cart_price_previous {
    margin: 0;
    font-size: 1.1rem;
    letter-spacing: 0.7px;
    font-family: var(--Pfont);
    text-decoration: line-through;
}
.cart_item_delete{

}
.cart_item_delete a{

}
    .cart_item_delete a i {
        font-size: 1.4rem;
        color: var(--BorderColor1);
    }
.cart_proced{

}
.cart_price_container,
.cart_price_total_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 2px solid var(--BorderColor);
}
    .cart_price_container p,
    .cart_price_total_container p {
        margin: 0;
        font-family: var(--Pfont);
        letter-spacing: 0.7px;
        font-size: 1.1rem;
        color: var(--Htext);
        font-weight: 500;
    }
.cart_price_total_container {
    border: 0;
}
    .cart_price_total_container p {
        margin: 0;
        font-weight: 600;
    }
.cart_visa_card {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.cart_visa_card img{
    width: 60px;
}