@import 'https://fonts.googleapis.com/css?family=Fira+Sans:300,400';
@import 'https://fonts.googleapis.com/icon?family=Material+Icons';


:root{

    --bs-primary: #0f62ac;
    --bs-secondary: #30bfc7;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
   
}



* {
    box-sizing: border-box;
}
body {
    background-color: #fff;

    font-size: 16px;
    line-height: 1.875em;
}
.btn-primary {
    color: #fff;
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    font-weight: 600;
}

header .btn-outline-primary{
    border-color: #ffffff;
    color: #ffffff;
    padding: 10px 22px;
}


/* header */
button.navbar-toggler {
    background-color: #fff;
    padding: 5px 7px;
}
img.logo {
    max-width: 180px;
}

.header_course{
    padding-bottom: 60px;
}

.breadcrumb-item.active {
    color: #ffffff;
    font-weight: 600;
}

/* navbar_sticky */
/* ul.navbar-nav.me-auto.mb-2.mb-lg-0 {
    justify-content: center;
} */
.navbar_sticky{
    transition: all 0.3s;
    display: flex;
    align-items: center;
}



.navbar_sticky .nav-link{

    color: #fff;
}
.navbar_sticky.sticky .btn {
    padding: 11px 25px;
    background-color: #fff;
    color: #000;
    margin-left: 10px;
}

.navbar_sticky.sticky .d-flex {
    display: flex !important;
    align-items: center;
    position: relative;
    box-shadow: -12px 1px 8px 4px #136ebf;
    height: 64px;
    padding-left: 15px;
    border-left: 1px solid #1b5d97;
}

.navbar_sticky .d-flex strong {
    display: flex !important;
    grid-gap: 10px;
    align-items: center;
}

.navbar_sticky .d-flex::before {
  content: '';
  display: block;
  width: 1px;
  height: 66px;
  /* border-left: 1px solid #ccc; */
  /* box-shadow: 2px 2px 3px; */
  position: absolute;
  left: -25px;
}
.navbar_sticky .d-flex i {
font-size: 24px;
}


.navbar_sticky  .d-flex {
    display: none!important;
}
.navbar_sticky li.nav-item .nav-link{
    position: relative;
}
.navbar_sticky li.nav-item .nav-link::before{
    content: '';
    position: absolute;
    bottom:-10px;
    height: 1px;
    left: -2px;
    /* width: 100%; */
    border-radius: 10px 10px 0px 0px;
    background-color: transparent;
    width: 100%;
    border-bottom: 3px solid transparent;
    transition: all 0.3s;
}


.navbar_sticky li.nav-item.active .nav-link::before{
    background-color: #fff;
    transition: all 0.3s;
}
/* .navbar_sticky li.nav-item.active .nav-link{
    border-bottom: 3px solid #fff;
    transition: all 0.3s;
} */
/* Hero */



main.hero_main {
    background-color: #1b2124;
    padding: 0px;
    padding-bottom: 70px;
    position: relative;
    color: #fff;
    min-height: 86vh;
}

.hero_content {
    max-width: 600px;
}

.hero_content h1{
    font-weight: bold;
    padding: 10px 0;
}
.hero_content p{
    font-size: 16px;
    line-height: 1.4;
}
li.breadcrumb-item a {
    color: #fff;
    text-decoration: none;
}
li.breadcrumb-item a i {
    margin-right: 5px;
}

.btn_group {
    margin-top: 40px;
}

.btn_group .btn{width: 200px;font-weight: 600;font-size: 16px;padding: 10px;}
.hero_main_inner .row {
    align-items: center;
    position: relative;
    z-index: 999;
}

.course_thum img.img-fluid {
    border-radius: 15px;
}
/* Animation */

.parallax > use {
    animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite;
}
.parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}
.parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}
/* .parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}
.parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
} */


@keyframes move-forever {
    0% {
        transform: translate3d(-90px,0,0);
    }
    100% {
        transform: translate3d(85px,0,0);
    }
}

svg.waves {
    position: absolute;
    bottom: 0;
}
svg.waves {
    position: absolute;
    bottom: 0;
    height: 121px;
    width: 100%;
    z-index: 99;
}


/* .cotnent_bar */
.cotnent_bar{
    background-color: #f2f2f2;
    padding: 20px 0;
}
.cotnent_bar_col{

text-align: center;

border-right: 1px solid #ccc;
}
.cotnent_bar_col h4{
    
}
.cotnent_bar_col h4 p{
    
} 

/* section title */

.section_title h3 {
    padding-left: 20px;
    border-left: 6px solid var(--bs-primary);
    font-weight: 500;
}
.section_title p{ 
line-height: 1.4;
}
/* about  */

section.about_section {
    padding: 60px 0;
}

.about_list {
    margin-bottom: 15px;
    padding: 10px 0;
}

.about_list h5 i {
  color: var(--bs-primary);
  font-size: 21px;
}
.about_list h5{
   font-size: 17px;
}


.about_list p{
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 1.4;
}

.about_v2_img img{
    border-radius: 15px;
}
.row.content-center {
    align-items: center;
}

/* course_offerings_list */
.course_offerings_list img {
    max-width: 50px;
    flex: none;
}

.course_offerings_list {
    display: flex
;
    align-items: center;
    grid-gap: 10px;
    padding: 10px;
    border: 1px solid #e2e2e2;
    margin: 12px 0;
    border-radius: 5px;
}
.course_offerings_list h5 {
    font-size: 16px;
    margin-bottom: 0;
}

/* .our_curriculum */

.our_curriculum{
    margin-top: 50px;
    padding: 60px 0 ;
    background-color: #f2f2f2;
}
.our_curriculum  div#v-pills-tab {
    width: 100%;
    text-align: left;
}
.our_curriculum .nav-pills .nav-link {
    text-align: left;
    display: flex;
    grid-gap: 20px;
    align-items: center;
    justify-content: space-between;
}
.our_curriculum  div#v-pills-tabContent {
    width: 100%;
}

.v_pills{

}
.v_pills button.nav-link {
    color: #000;
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    border-left:2px solid #fff;
    border-radius: 0;
}
.v_pills button.nav-link h4 {
font-size: 20px;
}
.v_pills button.nav-link.active {
    background-color: #fff;
    border-left: 2px solid var(--bs-primary);
    color: var(--bs-primary);
}


.our_curriculum  .v_pills button.nav-link {
    padding: 10px 22px !important;
}


.our_curriculum  .v_pills button.nav-link  i{
    font-size: 30px;
    display: block;
}

.v_pills .list-group-item {
    padding: 15px;
}

.our_curriculum .badge.bg-primary.rounded-pill {
    width: 30px;
    height: 30px;
    line-height: 17px;
    text-align: center;
    font-size: 16px;
    color: #838383;
    background-color: #ccc !important;
}
.our_curriculum .badge.bg-primary.rounded-pill.moddal_box{
    color: #fff!important;
    background-color: var(--bs-primary) !important;
}
.our_curriculum .curriculum_pills .nav-link {
    background-color: #fff;
    border: 1px solid #ededed;
    color: #000;
    padding: 12px 30px;
    margin: 5px 10px;
    font-weight: 500;
    font-weight:18px;
   
}
.our_curriculum  .curriculum_pills .nav-link.active{
    background-color: var(--bs-primary);
    border: 1px solid var(--bs-primary);
    color: #fff;
 

}
.tab_content_wrapper {
    background-color: #fff;
    border-radius: 10px;
}
.tab_v_wrapper{
    padding: 15px;
}

.v_pills .nav-pills {
    width: 100%;
}
.tab_v_wrapper  {
    width: 100%;
}
/* learn */
section.learn {
    padding: 60px 0;
}

.learn_item {
    display: flex;
    align-items: center;
    padding: 14px;
    box-shadow: 2px 2px 10px #c3c1c166;
    border-radius: 10px;
    grid-gap: 15px;
}
.learn_item h4{
    line-height: 1.4;
    font-size: 18px;
}
.learn_item p{
    line-height: 1.4;
    font-size: 14px;
}


img.img-fluid.learn_img_02,
img.img-fluid.learn_img_03  {
    /* width: 36% !important; */
    height: 190px;
}
img.img-fluid.learn_img_04 {
    width: 100%;
    margin-bottom: 30px;
}
/* our_team */
.our_team{
    padding: 60px 0;
}

.team_member_details {
    padding: 15px 20px;
}
.team_member_details h4 {
    margin-bottom: 5px;
    color: #000;
    font-size: 20px;
}
.work_exp .nav{
    margin-bottom: 15px;
}
.team_member_details .work_exp h6 {
    font-size: 16px;
}

.team_member_details .work_exp .nav-item  p {
    line-height: 1.4;
}
.team_member_details h6 {
    font-size: 13px;
}
.team_member_details .nav-item {
    display: flex;
    grid-gap: 11px;
    margin-right: 14px;
    align-items: center;
}
.team_member_details .nav-item i{

font-size: 23px;
}
.team_member_details .nav-item h6{

margin-bottom: 0;
}
.team_member_details .nav-item p{

font-size: 12px;

margin-bottom: 0;
}

.team_member_details p{
    /* margin-bottom: 0; */
    font-size: 14px;
    line-height: 1.4;
}
.team_social_media{
    color: #7b7f86;
    font-size: 24px;
    display: block;
}

.team_social_media:hover{
    color: var(--bs-primary);

}

.team_member {
    box-shadow: 0 1px 8px rgba(0, 0, 0, .08);
    border-radius: 7px;
    overflow: hidden;
    margin-bottom: 20px;
}
.team_member img{
    transition: all 0.3s;
}
.team_member:hover img{
    transform: scale(1.05);
    transition: all 0.3s;
}
/* owl-carousel */
.owl-carousel{
    position: relative;
}
body .owl-carousel .owl-nav button{
    position: absolute;
    top: 40%;
    width: 40px;
    height: 40px;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    background-color: var(--bs-primary)!important;
    color: #fff;
    z-index: 999;
    display: block;
    border-radius: 100%;

}
body .owl-carousel .owl-nav button i{
    color: #fff;
 }
body .owl-carousel .owl-nav button.owl-prev{
    left: -20px;
}
body .owl-carousel .owl-nav button.owl-next{
    right: -20px;

}
/* Pricing Table */
section.course_plan {
    background-color: #f8f8f8;
    padding: 60px 0;
}
.course_plan .card {
    border: 1px solid #efefef;
    border-radius: 15px;
}
.pricing_item_header button {
    width: 100%;
    display: block;
    padding: 15px;
    font-size: 16px;
    border: 0;
    background-color: #d4ebff;
    color: #000;
}
.course_plan .card.active{
    border: 1px solid var(--bs-primary);
}
.course_plan .card.active .pricing_item_header button {
    color: #fff;
    background-color: var(--bs-primary);
}
.pricing_item {
    max-width: 330px;
    margin: 40px auto;
}
.pricing_item_header h3 del{
  opacity: 0.5;
}
.pricing_item_header h4 {
    padding: 15px 0;
    margin-bottom: 0;
}

.pricing_item_header h6 {
    font-size: 12px;
    padding: 15px 0;
}

.pricing_item_header button {
  width: 100%;
  display: block;
  font-size: 16px;
}

.pricing_item_body p {
    font-size: 14px;
    color: #868686;
    line-height: 1.3;
    margin-bottom: 0;
}

.pricing_item_body h5{
font-size: 17px;
}
.pricing_item_body {
    margin-top: 15px;
}

.pricing_item_body .list-group-item {
padding: 15px 0;
border-bottom: 1px dashed #ccc ;
}
.fade_cont{
    opacity: 0.4;
}

.pricing_item_footer {
    padding-top: 20px;
    margin-top: 30px;
    border-top: 1px solid #e9e9e9;
}
.pricing_item_footer p {
    text-align: center;
    background-color: #f4f4f4;
    padding: 11px;
    line-height: 1.4;
    border-radius: 5px;
}

.active .pricing_item_footer p {
    background-color: #f2f5fc;

}
.pricing_item_header h4 .badge {
font-size: 14px;
font-weight: normal;
}

/* call_back_bar */
.call_back_bar {
    background-color: #d2e8fc;
    padding: 7px;
    text-align: center;
    /* color: #fff; */
    font-weight: 600;
}
.call_back_bar  i.fa{
    font-size: 24px;
    margin-right: 7px;
    color: var(--bs-primary);
}
.call_back_bar  span{

    margin-right: 10px;

}
.call_back_bar .btn{
padding: 3px 15px;
font-size: 14px;

}

/* Certificate */
.certificate {
    padding: 60px 0;
    background-image: url(../img/bg-shap12-scaled.webp);
    background-size: cover;
    background-position: center;
}

.row.baseline {
    align-items: center;
}
.certificate h5 a{
color: #000;
}

.certificate_doc img{
    border-radius: 5px;
    transition: all 0.3s;
}

.certificate_doc img:hover{
    transform: scale(1.03);
    transition: all 0.3s;
}

.certificate_cont {
    /* padding-bottom: 35px; */
}

/* Counsellor */

section.counsellor {
    padding-top: 40px;
    background-color: #c8def1;
    background-image: url(../img/bg10.png);
    background-size: cover;
    background-position: center;
}
section.counsellor img {
    max-width: 200px;
}

/* .testimonial */
.testimonial{
    padding: 60px 0;
    background-color: #f9f9f9;
}
.testimonial_col{

padding: 20px;

margin: 15px 0;
}

.testimonial_col p{

}

.testimonial_col .fa{

font-size: 35px;

margin-bottom: 10px;

color: var(--bs-primary);
}

.testimonial_footer{

display: flex;

grid-gap: 15px;

padding-top: 20px;

border-top: 1px dashed #ccc;
}
.testimonial_footer img{

width: 50px;

height: 50px;

border-radius: 100%;
}



.testimonial_footer h5{

margin-bottom: 0;

font-size: 16px;
}

.testimonial_footer p{

margin-bottom: 0;

font-size: 14px;
}


/* course_details */
.course_details{
    padding: 60px 0;
}

.course_details_content {

padding: 20px;

background-color: #eff7ff;

border-radius: 10px;

font-size: 14px;

line-height: 1.4;

font-weight: 400;
}
.course_details_content h3{
    
font-size: 20px;
}

.course_details_content strong{
    font-weight: 500;
}

/* faq */
.faq{
    padding: 60px 0;
}
.faq .nav-link {
    color: #000;
    text-align: left;
    border-bottom: 1px solid #d6d6d6;
    padding: 15px 0;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    opacity: 0.8;
}
.faq button.nav-link.active {
    background-color: transparent;
    color: #000;
    font-weight: 500;
}

.faq  .fa-arrow-circle-o-right{
    font-size: 24px;
    opacity: 0.7;
}

.faq  .nav.flex-column.nav-pills.me-3.col-lg-7.col-md-6 {
    padding-right: 25px;
}