body {
    font-family: 'Poppins', -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.logo img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.gl_nav .navbar-brand.logo {
    font-size: 24px;
    font-weight: 300;
    color: #ffc108;
}
.git_header_nav_wrapper {
    padding: 20px 0px 150px 0px;
    background-image: url(../media/header_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.gl_nav .navbar-nav .nav-link {
    color: #ffffff;
    padding: 20px;
}
.gl_nav {
    transition: .5s padding;
    background-color: #0b172a;
    padding: 0 1rem;
}

.git_header_nav_wrapper .gl_nav {
    background-color: transparent;
    padding: 1rem;
}

.gl_nav.fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: #0b172a;
    z-index: 9;
    padding: .2rem 1rem
}
.gl_nav.fixed .navbar-brand.logo {
    font-size: 18px;
}
.gl_nav.fixed .logo img {
    width: 50px;
    height: 50px;
}

.header-data-wrapper {
    text-align: center;
    max-width: 550px;
    margin: 0 auto;
    padding-top: 4rem;
}

.header-data-wrapper h1 {
    font-size: 4rem;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 1rem;
}

.header-data-wrapper p {
    font-size: 20px;
    color: #fff;
}

.btn-yellow , .btn-blue {
    padding: .5rem 1.5rem;
    font-weight: 500;
    
}

.header_cta_wrapper .btn-yellow  , .header_cta_wrapper .btn-yellow {
    margin: 10px;
}

.btn-yellow {
    background-color: #ffc108;
    color: #0b172a;
}
.btn-blue, .btn-blue:hover  {
    background-color: #0b172a;
    color: #ffffff; 
}

.home_course_card {
    box-shadow:0 10px 13px rgba(0, 0, 0, 0.07), 0 6px 6px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    overflow: hidden;
    background-color: #ffffff;
}
.course_card_img {
    max-height: 130px;
    overflow: hidden;
}
.card_course_heading {
    background: #ffffff;
    margin: 10px;
    position: relative;
    top: -50px;
    padding: 25px 10px 5px 10px;
    border-radius: 4px;
} 
.card_course_desc {
    margin-top: -50px;
    padding:10px 20px 0 20px;
    color: #555555;
}
.home_courses_section .card_course_desc {
    min-height: 90px;
}

.card_course_heading h4 {
    font-size: 1.3rem;
    font-weight: 600;
    position: relative;
    color: #333333;
    line-height: 1.4;
}

.card_course_heading h4:after {
    content: '';
    height: 3px;
    width: 30%;
    background: #ffc108;
    position: absolute;
    bottom: -15px;
    left: 0;
}

.card_course_footer {
    padding: 0 20px 15px 20px;
}

.card_footer_link {
    color: #116dff;
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 3px;
    display: block;
}

.card_footer_link:after {
    content: '→';
    font-family: calibri;
    padding-left: 5px;
    font-size: 16px;
    position: absolute;
    transition: .3s ease-in-out;
}
.card_footer_link:hover:after{
    padding-left: 10px;
}

.home_course_card_wrapper {
    margin-bottom: 3rem;
}


.section_heading {
    padding-bottom: 2rem;
    text-align: center;
}
.section_heading h2 {
    font-size: 2.5rem;
    color: #0b172a;
    font-weight: 600;
}

.home_courses_section {
    background-color: #ececec;
}

footer.gl_footer {
    padding: 3rem 0;
    background: #0b172a;
    color: #8291a9;
}

.footer_brand p {
    color: #8291a9;
    margin-top: 2rem;
}
.footer_brand .logo {
    color: #ffc109;
    font-size: 20px;
}

.footer_brand .logo img {
    box-shadow: -2px 2px 2px 0px #969696;;
}

.footer_link_col ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer_link_col ul li a {
    display: inline-block;
    color: #8291a9;
    padding-bottom: .5rem;
}
footer h4 {
    color: #fff;
    margin-bottom: 1rem;

    font-size: 1.2rem;
}

.footer_info_col a {
    color: #ffffff;
}

/* course details page css */

section.course_details {
    background-color: #ececec;

}
.course_header {
    background: #fbe8b0;
    background: -webkit-linear-gradient(to top, #DDEFBB, #FFEEEE);
    background: linear-gradient(to bottom, #fbe093, #ffffff);
    background: url(../media/header_bg.jpg);
    padding: 4rem 0 6rem 0;
    background-size: cover;
    background-position: 0 75%;
   
}

.course_name {
     max-width: 600px;
    align-items: center;
    margin: 0 auto;
    
}

.course_title {
    text-align: center;
    color: #ffffff;
    margin: 0 auto;
    text-align: center;
    flex-basis: 90%;
}


.course_logo_wrapper {
    width: 80px;
    height: 80px;
    background-color: #ffffff;
    margin: 0 auto;
}

.course_overview_wrapper {
    box-shadow: 0 0 20px #bfbfbf;
    padding: 20px;
    background: #ffffff;
    border-radius: 4px;

}

.course_insights ul {
    list-style: none;
    padding: 0;
    margin: 0;
}



.course_insights li {
    display: flex;
    /* justify-content: unset; */
    align-items: center;
    padding: 8px 15px;
    border-bottom: 1px solid #d6d5d1;
}

.course_insights li:last-child {
    border: 0;
}

span.summary_icon {
    font-size: 24px;
    color: #116dff;
}

span.class_feature_title {
    padding-left: 10px;
    font-size: 16px;
}

span.course_insight_value {
   color: #116dff;
    display: inline-block;
    margin-left: auto;
    font-size: 16px;
    font-weight: 500;
    width: 30px;
    HEIGHT: 30px;
    background-color: #e3eaf7;
    border-radius: 50px;
    padding-top: 4px;
    text-align: center;
}

.course_summary h2 , .demo_video_section h2 {
    font-size: 2rem;
    font-weight: 600;
    position: relative;
    color: #333333;
    position: relative;
    margin-bottom: 2rem;
}


.course_summary h2:after , .demo_video_section h2:after {
    content: '';
    height: 3px;
    width: 30%;
    background: #ffc108;
    position: absolute;
    bottom: -12px;
    left: 0;
}
.demo_video_section h2:after , .course_topics_wrapper h2:after {
    width:15% ;
}

.prerequisite_alert {
  
    font-size: 14px;
    margin-bottom: 0;
}

.course_topics_wrapper .card-header{
    background-color: #ffffff;
}

.course_topics_wrapper .card {
    border: 0;
}

.course_topics_wrapper #accordion {
    box-shadow: 0 0 20px #bfbfbf;
    border-radius: 4px;
    overflow: hidden;
}

.course_topics_wrapper .card-body {
    background-color: #f9f9f9;
}

/* About us Css */
.about_highlights {
    margin-top: 3rem;
    padding: 3rem 0 0 0;
}

.about_header {
    padding: 5rem 0;
    background-image: url('../media/aboout-us-bg.jpg');
    background-position: bottom;

}

.about_header h1 {
    color: #ffffff;
    font-size: 3.5rem;
    text-align: center;
}

.ah_card {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 4px;
    border: 1px solid #c7c7c6;
}

.ah_icon span {
    font-size: 5rem;
    color: #116dff;
    display: block;
    margin-bottom: 1rem;
    text-align: center;
    line-height: 0;
} 

.ah_desc {
    text-align: center;
}
.ah_wrapper {
    margin-bottom: 2rem;
}

.corp_rel_grid ul {
    list-style: none;
    flex-wrap: wrap;
    display: flex;
    padding: 0;
    margin: 0;
    justify-content: space-between;
}
.corp_rel_grid ul li {
    border: 1px solid #c7c7c6;
    flex-basis: 23%;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 4px;
}

.corp_rel_grid ul li img {
    max-width: 120px;
    display: flex;
    margin: 0 auto;
}
.about h2 {
    position: relative;
    margin-bottom: 2rem;
}
.about h2:after {
    content: '';
    height: 3px;
    width: 150px;
    background: #ffc108;
    position: absolute;
    bottom: -12px;
    left: 0;
}
}
@media only screen and (max-width:991px) {
    .gl_nav .navbar-nav {
        background-color: #ffffff;
        margin-top: 1rem;
        padding: 20px;
    }
    .gl_nav.fixed .navbar-nav {
        margin-top: 0;
      
    }

    .gl_nav.fixed .navbar-brand.logo{
    padding-left: 1rem;
    }   
    .gl_nav.fixed {
        padding: 0;
    }
    .gl_nav .navbar-nav .nav-link {
        color: #0b172a;
    }
    .navbar-dark .navbar-toggler {
        border: 0;
        margin-right: 1rem;
    }

    .gl_nav.fixed .navbar-toggler  {
        margin-right: 1rem;
    }
    

       .navbar-toggler-icon {
    width: 1.5em;
    height: 1.5em;
    }


    .header-data-wrapper h1 {
        font-size: 2.5rem;
    }
    .header-data-wrapper p {
        font-size: 18px;
        max-width: 80%;
        margin: 0 auto;
    }
    .section_heading h2 {
        font-size: 2rem;
    }
    .footer_col {
        margin-bottom: 2rem;
    }
    .gl_nav .navbar-nav .nav-link:focus , .gl_nav .navbar-nav .nav-link:hover {
        color: #0b172a;
    }
}

@media only screen and (max-width:767px) {
    .course_name {
        flex-wrap: wrap;    
    }
    .course_title h1 {
        font-size: 2rem;
        padding-top: 15px;
    }
    .course_summary h2 , .demo_video_section h2 {
        font-size: 1.5rem;
    }
    .home_courses_section .card_course_desc {
        min-height: none;
    }
    .corp_rel_grid ul li {
        flex-basis: 45%;
    }
}