/*general css*/

h3, h4, h5, h6, p {
    margin-bottom: 1rem !important;
}

.btn-yellow {
    background: #FFCE04;
    border-radius: 4px;
    color: #383838;
    font-family: 'proximanova-600';
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    border: none;
    box-shadow: none;
}

.btn-blue {
    background: #3785D7;
    border-radius: 4px;
    color: #fff;
    font-family: 'proximanova-600';
    border: 2px solid #3785D7 !important;
    box-shadow: none;
}

.btn-outline-blue {
    background: #fff;
    border-radius: 4px;
    color: #3785D7;
    font-family: 'proximanova-600';
    border: 2px solid #3785D7 !important;
}

.btn-blue:hover, .btn-outline-blue:hover {
    background: #1163C4;
    color: #fff;
    border: 2px solid #1163C4 !important;
}

.header-blue {
    color: #012478;
    font-family: 'proximanova-700';
}

.dual-header span {
    color: #3785D7;
    font-family: 'proximanova-700';
}

.dual-header {
    font-family: 'proximanova-600';
    color: #383838;
}

.secondary-header {
    background: #E3F3FB;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    z-index: 1025;
    position: sticky;
    top: 4.8rem;
    display: none;
}

.secondary-header a {
    color: #383838;
}

.secondary-header .btn {
    color: #fff !important;
}

.secondary-header a.active {
    color: #3785D7;
    border-bottom: 3px solid #3785D7;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 400px;

}

.ncp-desktop-s1 .breadcrumbs p, .ncp-desktop-s1 .breadcrumbs p a {
    text-transform: capitalize;
    color: rgba(56, 56, 56, 0.5);
    font-size: 16px;
    line-height: 24px;
    font-family: 'proximanova-600';
}

/*h1,h2,h3,h4,h5,h6{*/
/*section-1*/
.live-course-s1 {
    background-image: url("/images/live_course/live-course-web-banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;

}

.live-course-description h2 {
    font-family: 'proximanova-700';
    font-size: 42px;
    line-height: 51px;
    color: #FFFFFF;
}

.live-course-description p, .live-course-description ul li {
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    list-style: disc;
}

.demo-section {
    position: relative;
    margin-bottom: -17rem;

}

.free-demo-form {
    background-image: url("/images/live_course/demo-bg3x.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    border-radius: 10px 10px 0px 0px;
}

.free-demo-form h2 {
    font-size: 36px;
    line-height: 44px;
    color: #FFFFFF;
    font-family: 'proximanova-700';
}

.free-demo-form h2 .attend {
    font-size: 26px;
    line-height: 30px;
    color: #FFFFFF;
    font-family: 'proximanova-700';
}

.free-demo-form h2 span {
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;
    font-family: 'proximanova-700';
}

.demo-form {
    background-color: #F1F2F2;
    border-radius: 0px 0px 10px 10px;
}

.demo-form hr {
    width: 95%;
    height: 2px;
}

.hr-demo ul li {
    list-style: disc !important;
}

.left-seats {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #FD5464;
    font-family: 'proximanova-700';
}

.hr-demo-heading {
    color: #383838;
    font-family: 'proximanova-700';
    font-size: 16px;
}

.hr-demo {
    color: #383838;
}

input.valid, select.valid {
    border-color: #ced4da !important;
    background-image: none !important;
}

/*end of section-1*/
/*start of section-2*/
.top-trainer {
    border-right: 1px solid #C1C1C1;;
}

.top-trainer h6 label {
    border-radius: 5px;
    color: #FFFFFF;
}

.top-trainer h6 {
    font-family: 'proximanova-600';
}

.course-rating span {
    font-family: 'proximanova-600';
}

.enrolled-users {
    background-color: #EDF9FF;
    border-left: 5px solid #3785D7;

}

.enrolled-users p {
    font-size: 15px;
    line-height: 18px;
    color: #383838;
}

.enrolled-users h6 {
    font-family: 'proximanova-600';
}

/*end of section-2*/
/*start of section-3*/
.live-course-s3 {
    background-color: #F1F4F8;
}

/*end of section-3*/
/*start of section-4*/
.live-course-s4 {
    background-color: #F7F9FA;
}

.course-overview .accordion-item {
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.course-overview .accordion-button {
    font-family: 'proximanova-600';
    border-radius: 5px !important;
    cursor: pointer;
}

.course-overview .accordion-button:not(.collapsed) {
    color: #383838;
    background-color: transparent;
    border-radius: 5px 5px 0px 0px !important;
}

.course-overview .accordion-collapse {
    border-width: 0px 1px 1px 1px;
    border-radius: 0px 0px 5px 5px;
}

.course-overview .accordion-button.collapsed {
    border-bottom-width: 1px;
    border-radius: 5px;
}

.course-overview .accordion-body {
    background: transparent;
    color: #383838;
    border-radius: 0px 0px 5px 5px;
}

.course-overview .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23383838'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.course-overview .overview-badges {
    background: #FFFFFF;
    border: 1px solid #C1C1C1;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

.course-overview .overview-badges h4 {
    font-family: 'proximanova-600';
}

.course-overview .overview-badges p {
    font-family: 'proximanova-500';
    font-size: 16px;
}

.course-overview .overview-badges:nth-child(1) i {
    font-size: 28px;
    background-color: #3785D7;
    padding: 1rem 1rem;
    border-radius: 50%;
    color: #fff;
}

.course-overview .overview-badges:nth-child(2) i {
    font-size: 28px;
    background-color: rgba(4, 188, 89, 0.83);;
    padding: 1rem 1.3rem;
    border-radius: 50%;
    color: #fff;
}

.course-overview .overview-badges:nth-child(3) i {
    font-size: 28px;
    background-color: #FFCE04;
    padding: 1rem .8rem;
    border-radius: 50%;
    color: #fff;
}

.course-overview .overview-badges:nth-child(1) {
    border-bottom: 7px solid #3785D7;
}

.course-overview .overview-badges:nth-child(2) {
    border-top: 7px solid #2FC775;
    position: relative;
    margin-bottom: -80px;
    margin-top: 80px;
    /*top: 100px;*/
}

.course-overview .overview-badges:nth-child(3) {
    border-bottom: 7px solid #FDD835;
}

/*.course-overview .overview-badges:nth-child(1):hover{*/
/*   background-color:  #3785D7;*/
/*    color: #ffffff;*/
/*    border-bottom: 7px solid #ffffff;*/
/*}*/
/*.course-overview .overview-badges:nth-child(2):hover{*/
/*   background-color: #2FC775;*/
/*    color: #ffffff;*/
/*    border-top: 7px solid #ffffff;*/
/*}*/
/*.course-overview .overview-badges:nth-child(3):hover{*/
/*   background-color:  #FDD835;*/
/*    color: #ffffff;*/
/*    border-bottom: 7px solid #ffffff;*/
/*}*/
/*.course-overview .overview-badges:nth-child(1):hover p,.course-overview .overview-badges:nth-child(2):hover p,.course-overview .overview-badges:nth-child(3):hover p{*/
/*    color: #ffffff;*/
/*}*/
/*.course-overview .overview-badges:nth-child(1):hover i{*/
/*  background-color: #fff;*/
/*    color: #3785D7 ;*/
/*}*/
/*.course-overview .overview-badges:nth-child(2):hover i{*/
/*  background-color: #fff;*/
/*    color:#2FC775 ;*/
/*}*/
/*.course-overview .overview-badges:nth-child(3):hover i{*/
/*  background-color: #fff;*/
/*    color: #FDD835 ;*/
/*}*/
/*end of section-4*/
/*end of section-5*/
.live-course-s5 {
    background-color: #3785D7;
}

.live-course-s5 .row {
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 10px 10px 0px #ffce04;
}

.live-course-s5 .Whatsapp-card h5, .live-course-s5 .Gmail-card h5 {
    color: #383838;
}

.batch-details h3, .skill-learn h3, .live-course-s7 h3 {
    font-family: 'proximanova-700';
    font-size: 32px;
    line-height: 39px;
    color: #383838;
}

.batch-details h3 span {
    color: #3785D7;
}

.Whatsapp-card, .Gmail-card {
    border: 2px solid #C1C1C1;
    border-radius: 10px;
}

.Whatsapp-card:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    border: 2px solid rgba(4, 188, 89, 0.83);;
}

.Whatsapp-card img, .Gmail-card img {
    height: 80px;
    width: auto;
}

.Whatsapp-card p, .Gmail-card p {
    font-family: 'proximanova-600';
    font-size: 20px;
    line-height: 28px;
    color: #383838;
}

.Gmail-card:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    border: 2px solid rgba(218, 84, 65, 0.83);
}

.demo-card {
    border-left: 1px solid #C4C4C4;
}

.demo-card .line-through {
    font-size: 20px;
    text-decoration-line: line-through;
    text-align: center;
    line-height: 29px;
}

.demo-card h3 {
    font-size: 46px;
    line-height: 50px;
    text-align: center;
    color: #383838;
    font-family: 'proximanova-700';
}

.demo-card .discount {
    font-size: 20px;
    line-height: 24px;
    color: #383838;
    font-family: 'proximanova-700';
    text-align: center;
}

.demo-card .discount span {
    color: #FD5464;
}

.demo-card .guarantee {
    font-size: 14px;
}

.btn-light-blue {
    color: #383838;
    background-color: #A6D1FF;
    border-radius: 5px;
    font-family: 'proximanova-700';

}

.live-course-s5 h4 {
    color: #FFFFFF;
    font-size: 32px;
    line-height: 39px;
    text-align: center;
    font-weight: 400;
}

/*end of section-5*/
/*start of section-6*/
.live-course-s6 .dual-header {
    font-family: 'proximanova-600';
    font-size: 32px;
    line-height: 39px;
}

.live-course-s6 #courseContentAccordion {
    box-shadow: 4px 4px 31px rgba(0, 0, 0, 0.1);
    border-radius: 10px !important;
}

#courseContentAccordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;

}

.live-course-s6 .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.live-course-s6 .accordion-item:last-of-type .accordion-button.collapsed, .live-course-s6 .accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.live-course-s6 .accordion-button:not(.collapsed) {
    background: #012478;
    color: #fff;
}

.live-course-s6 .accordion-button {
    font-size: 18px;
    font-family: 'proximanova-600';
}

.live-course-s6 .accordion-body li {
    list-style-type: disc;
}

.live-course-s6 .accordion-body a {
    color: #383838;
    font-size: 16px;
}

.live-course-s6 .accordion-body a span {
    color: #383838;
    font-size: 12px;
}

.live-course-s6 .accordion-body a:hover {
    color: #3785D7;
}

.demo-form h6 {
    font-family: 'proximanova-600';
    color: #383838;
}

/*.skill-learn h3{*/
/*  font-family: 'proximanova-600;*/
/*    font-size: 32px;*/
/*    line-height: 39px;*/
/*    color: #383838;*/
/*}*/
.skill-learn ul li {
    list-style: none;
    padding: 4px 8px;
    border-left: 5px solid #3785D7;
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 24px;

}

.skill-learn .show-more-line {
    position: relative;
    text-align: center;
    margin-top: 10px;
}

.skill-learn .show-more-line .show-more {
    border-radius: 20px;
    padding: 5px 15px;
    border: 1px #c1c1c1 solid;
    cursor: pointer;
}

.skill-learn .show-more-line span {
    padding: 0 8px;
    background-color: white;
    position: relative;
}

.skill-learn .show-more-line:after {
    content: "";
    border-bottom: 1px solid #c1c1c1;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    z-index: -1;
}

.demo-form h6 span {
    color: #3785D7;
}

/*end of section-6*/
/*start of section-7*/
.live-course-s7 {
    background-color: #E3F3FB;
}

.live-course-s7 .placement-section {
    /*border: 20px solid #A6D1FF;*/
    box-shadow: 0 0 0 20px #A6D1FF;
    background-color: #FFFFFF;
    border-radius: 10px;
}

.live-course-s7 .col-7 {

    /*border-radius: 10px;*/
}

.sub-placement-section {
    background: linear-gradient(90deg, #A6D1FF 0%, rgba(217, 217, 217, 0) 88.4%);
}

.sub-placement-section i {
    color: #F4B400;
    font-size: 24px;
}

.hiring-partner {
    border-left: 2px solid #C4C4C4;
}

.job-placement {
    width: auto;
    height: 100%;
    float: right;
}

/*end of section-7*/
/*start of section-8*/
@keyframes scroll {
    0% {
        transform: translateX(0);

    }
    100% {
        transform: translateX(calc(-250px * 5));

    }
}

.live-course-s8 .slider {

    /*box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .125);*/
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;

}

.live-course-s8 .slider::before, .live-course-s8 .slider::after {
    /*background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);*/
    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2;
}

.live-course-s8 .slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);

}

.live-course-s8 .slider::before {
    left: 0;
    top: 0;
}

.live-course-s8 .slider .slide-track {
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(250px * 10);
}

.live-course-s8 .slider .slide {
    height: 100px;
    width: 250px;
}

/*end of section-8*/
/*start of section-9*/
.live-course-s9 {
    background-color: #F2F2F2;
}

.certificate-inner p label {
    font-size: 28px;
    line-height: 36px;
    color: #c1c1c1;
}

.certificate-inner p {
    font-size: 18px;
    line-height: 24px;
    color: #383838;
}

.certificate-inner ol li {
    list-style: inherit;
    font-size: 18px;
    line-height: 44px;
    color: #383838;
}

/*end of section-9*/
/*start of section-10*/

.project-card {
    background-color: transparent;
    width: 300px;
    height: 250px;
    perspective: 1000px;
}

.project-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}

.project-card:hover .project-card-inner {
    transform: rotateY(180deg);
}

.project-card-front, .project-card-back {
    position: absolute;
    /*width: 100%;*/
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.project-card-front {
    background-color: #fff;
    color: #383838;
}

.project-card-front img {
    width: 300px;
    height: 250px;
}

.project-card-back {
    background-color: #fff;
    color: #383838;
    transform: rotateY(180deg);
    /*overflow: hidden;*/
}

.project-card-back-inner {
    overflow: auto;
    height: 100%;
}

.project-card-back-inner::-webkit-scrollbar {
    display: none;
}
.project-card-back-inner{
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
.project-card-back hr {
    width: 100px;
    color: #FFCE04;
    height: 3px;
    opacity: 1;
}

.project-card-back p {
    font-size: 14px;
    line-height: 22px;
    overflow: auto;
}

/*end of section-10*/

/*section 11*/
.testimonial-slider h3 {
    font-family: 'proximanova-700';
    font-size: 32px;
    line-height: 39px;
    text-align: center;
    color: #383838;

}

.live-course-s11 .testimonial-slider .owl-stage-outer {
    padding: .5rem !important;
}

.live-course-s11 .testimonial-item .card {
    border-radius: 10px;
    border: none;
    width: calc(10rem + 7vw);
    box-shadow: 0 4px 6px 4px rgba(0, 0, 0, 0.14);
}

.live-course-s11 .testimonial-item .card-body hr {
    width: 100%;
    color: #585858;
}

.live-course-s11 .testimonial-item .card-body label {
    font-family: 'proximanova-600';
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.live-course-s11 .testimonial-item .card-body p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    text-transform: capitalize;
}

.live-course-s11 .testimonial-item .card-body .source-logo {
    width: 10%;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.1rem 0.3rem;
    margin: 0.45rem;
}

.live-course-s11 .testimonial-item .course-meta span, .live-course-s11 .testimonial-item .rating-meta span {
    font-family: 'proximanova-600';
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.live-course-s11 .testimonial-item .video-vector {
    width: 10% !important;
}
.live-course-s11 #testimonial-slides{
    cursor: grab;
}
.live-course-s11 #testimonial-slides .testimonial-content {
    position: relative;
    height: 135px;
    overflow: hidden;
}

.live-course-s11 #testimonial-slides .testimonial-title {
    position: relative;
    height: 32px;
    overflow: hidden;
}

.live-course-s11 #testimonial-slides .course-meta {
    position: relative;
    height: 80px;
    overflow: hidden;
}

/*rating-section*/
.live-course-s11 .avg-rating {
    width: 20%;
}

.live-course-s11 .rating-number {
    font-size: 45px;
    line-height: 30px;
    font-family: 'proximanova-600';
    color: #012478;
}

.live-course-s11 .review-number {
    font-family: 'proximanova-600';
    font-size: 18px;
    text-transform: capitalize;
    color: #012478;
}

.live-course-s11 .review-number span {
    font-family: 'proximanova-600';
}

.live-course-s11 .star-rating {
    width: 80%;
}

.live-course-s11 .progress-wrapper {
    width: 80%;
    display: inline-block;
    float: left;
    height: 7px;
    background-color: #DADADA;
    position: relative;
    top: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.live-course-s11 .progress-bar {
    background-color: #3785D7;
    height: 7px;
    border-radius: 4px;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #0d6efd;
    transition: width .6s ease;
}

.live-course-s11 .ratingtext-left {
    width: 35%;
}

.live-course-s11 .ratingtext-right span, .live-course-s11 .ratingtext-left span {
    font-size: 16px;
    line-height: 22px;
    font-family: 'proximanova-500';
    color: #3785D7;
}

.jq-stars {
    display: inline-block;
}

.section-heading p {
    font-size: 18px !important;
    line-height: 24px !important;
    font-family: "ProximaNova-600";
    color: #012478;
    text-transform: uppercase;
}

.section-heading h2 {
    font-size: 40px !important;
    line-height: 52px !important;
    font-family: 'proximanova-700';
    color: #012478;
}

/*end of section 11*/


/*start of section-12*/
.faq-accordion {
    box-shadow: 4px 4px 31px rgba(0, 0, 0, 0.1);
    margin: 0rem 9rem;
    border-radius: 10px;
}

.live-course-s12 .accordion-button:not(.collapsed) {
    color: #383838;
    background: transparent;
}

.live-course-s12 .accordion-button {
    font-family: 'proximanova-600';
}

.live-course-s12 .accordion-button:focus, .live-course-s4 .accordion-button:focus, .live-course-s6 .accordion-button:focus {
    border-color: rgb(0, 0, 0, .125);
}

.live-course-s12 .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

/*end of section-12*/

/*course card css*/
.course-categories .category-card {
    background: url("/images/new-home-assets/course-category-bg.png") no-repeat center;
    background-size: cover;
    border-radius: 10px;
    border: 1px #dadada solid;
    height: 160px;
}

.course-categories .category-card .course-category-meta h5 {
    font-family: 'proximanova-700';
    font-size: 22px;
    color: #012478;
    line-height: 28px;
}

.course-categories .category-card .course-category-meta span {
    background: #fff;
    border-radius: 20px;
    color: #012478;
    border: 1px #A6D1FF solid;
    font-family: 'proximanova-600';
    font-size: 18px;
    line-height: 28px;
}

.course-categories .category-card:hover {
    box-shadow: inset 0px -5px #3785D7;
}

.cat-course-item .card {
    border: none;
    width: calc(12rem + 5vw);
    border-radius: 20px;
}

.cat-course-header .course-img {
    background: url('/images/live_course/Course_Card_BG.png') no-repeat center;
    background-size: cover;
    border-radius: 10px 10px 0 0;
}

.cat-course-header .course-img .card-img-top {
    width: 25%;
}

.cat-course-item .trending-course-badge {
    background-color: #3785D7;
    color: #A6D1FF;
    font-family: 'proximanova-600';
    padding: 12px 1rem 1.5rem 1rem;
    border-radius: 10px 10px 0px 0px;
    font-size: 14px;
    line-height: 36px;
}

.cat-course-item .trending-course-badge span {
    font-size: 24px;
}

.cat-course-header .free-badge {
    color: #fff;
    background-color: #FD5464;
    border-radius: 30px;
    font-size: 14px;
    line-height: 20px;
    width: auto;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.1rem 0.3rem;
    text-transform: uppercase;
    margin: 0.45rem;
    vertical-align: middle;
}

.cat-course-header .language-badge {
    color: #000;
    background-color: #F2F2F2;
    border-radius: 30px;
    font-size: 14px;
    line-height: 17px;
    width: auto;
    position: absolute;
    top: 34%;
    right: 0;
    padding: 0.4rem 0.4rem 0.25rem 0.4rem;
    text-transform: uppercase;
    margin: 0.25rem;
    font-family: 'proximanova-700';
}

.cat-course-item .card-body {
    border: 1px solid #DADADA;
    border-radius: 0 0 10px 10px;
    border-top: none;
}

.cat-course-item .card-body .card-title {
    font-family: 'proximanova-600';
    font-size: 16px;
    line-height: 25px;
    max-height: 50px;
    height: 50px;
    overflow: hidden;
}

.cat-course-meta img {
    width: 18px !important;
    height: 18px !important;
}

.cat-course-meta span {
    font-size: 15px;
    line-height: 25px;
    font-family: 'proximanova-600';

}

.cat-course-meta .btn-yellow {
    font-size: 13px;
    line-height: 19px;
    font-family: 'proximanova-600';
    background: #FFCE04;
    border-radius: 4px;
}

/* popup css */
.popup {
    display: none;
    position: absolute;
}

.popover {
    border-radius: 10px;
}

.popover-body {
    background-color: #ffffff !important;
    width: 100%;
    border-radius: 10px;
    /*border: 1px solid #DADADA!important;*/
}

.popover-body h5 {
    font-size: 17px;
}

.popover-body card {
    width: 200% !important;
}

/*.tooltip-card .btn{*/
/*    font-size: calc(0.8rem + 0.3vw);*/
/*    line-height: calc(1.2rem + 0.3vw);*/
/*   font-family: "ProximaNova-600;*/
/*    background: #FFCE04;*/
/*    border-radius: 4px;*/
/*    !*width: content-box!important;*!*/
/*    width: 100% !important;*/
/*}*/
.popover-body a.btn.btn-warning {
    width: 100% !important;
    font-size: 16px;
    line-height: 19px;
    font-family: 'proximanova-600';
    color: #383838 !important;
}

.popover-body {
    /*padding: 0px!important;*/
}

.popover-body .free-badge {
    color: #fff;
    background-color: #FD5464;
    border-radius: 30px;
    font-size: 14px;
    line-height: 20px;
    width: auto;
    padding: 0.1rem 0.3rem;
    text-transform: uppercase;
    margin: 0.45rem;
    font-family: 'proximanova-600';
}

.popover-body .language-badge {
    color: #000;
    background-color: #e5e5e5;
    border-radius: 30px;
    font-size: 15px;
    line-height: 18px;
    width: auto;
    padding: 0.3rem 0.4rem 0.25rem 0.4rem;
    text-transform: uppercase;
    margin: 0.45rem;
    font-family: 'proximanova-600';
}

/*..popover-body .col{*/
/*    font-size: calc(0.8rem + 0.3vw);*/
/*    line-height: calc(1.2rem + 0.3vw);*/
/*   font-family: "ProximaNova-600;*/
/*}*/
.tooltip-course-meta .col {
    border-right: 1px solid #C1C1C1;
    font-size: 13px;
    line-height: 17px;
    font-family: 'proximanova-600';
}

.tooltip-course-meta .col:last-child {
    border-right: none;
}

.popover-body ul li {
    font-weight: 400 !important;
    font-size: 14px;
    line-height: 17px;
}

.popover-body ul li img {
    width: 25% !important;
}

.popover-body li i {
    color: #4eb052;
}

.popover-body a {
    border: none !important;
}

.owl-nav.disabled {
    display: none;
}

button.owl-next {
    position: absolute;
    top: 37%;
    right: -2%;
    z-index: 9;
    border: 1px #C1C1C1 solid !important;
    background: #fff !important;
    height: 50px !important;
    width: 50px !important;
    border-radius: 100% !important;
    font-size: 24px !important;

}

button.owl-next span, button.owl-prev span {
    font-size: 24px !important;
    line-height: 2rem !important;
    vertical-align: middle !important;
    top: 5px !important;
    position: absolute !important;
    right: 18px;
    font-family: "ProximaNova-700" !important;
}

button.owl-prev {
    position: absolute;
    top: 37%;
    left: -2%;
    z-index: 9;
    border: 1px #C1C1C1 solid !important;
    background: #fff !important;
    height: 50px !important;
    width: 50px !important;
    border-radius: 100% !important;
    font-size: 24px !important;
}

.owl-carousel .owl-nav button.owl-next:before {
    margin-right: 19px !important;
}

.owl-carousel .owl-nav button.owl-prev:before {
    margin-left: 19px !important;
}

/*course card css ended*/


/*project slick*/
.project-slider .custom_paging {
    background: #c1c1c1;
    width: 100px;
    height: 5px;
    margin: auto;
    padding: 0;
    border-radius: 50px;
    margin-top: 31px;
}

.project-slider .custom_paging li {
    /*margin: 0 0 0 .5em;*/
    /*top: -10px;*/
    display: inline-block;
    list-style: none;
}

.project-slider .custom_paging li:first-child {
    margin-left: 0;
}

.project-slider .custom-dot {
    display: block;
    /*width: 36px;*/
    height: 5px;
    margin-top: -17px;
    /*background-color: white;*/
    /*border: 3px solid gray;*/
    border-radius: 50px;
    cursor: pointer;
}

.project-slider .slick-slide div {
    margin: 0;
}

.project-slider .slick-active .custom-dot {
    background-color: #3785D7;
}

.project-slider .custom-dot .string {
    position: absolute;
    left: -99999px;
    line-height: 0;
    opacity: 0;
}

.project-slider .slick-prev {
    left: 38%;
}

.project-slider .slick-next {
    right: 38%;
}

.project-slider .slick-arrow {
    top: 95%;
    font-size: 14px;
    line-height: 24px;
    background: transparent;
    border: 1px #3785D7 solid;
    width: 35px;
    height: 35px;
    color: #3785D7;
}

.dashboard-item.active {
    color: #3785D7;
    background-color: #F1F2F2;
    border-left: 5px solid #3785D7;
}

.slick-disabled {
    /*opacity: 0;*/
    color: #c1c1c1 !important;
    border-color: #c1c1c1 !important;
    pointer-events: none;
}

/*webinar slick*/
.jq-star {
    margin-left: 0.15rem;
    margin-right: 0.15rem;
}

.live-course-s5 .deals_timer_box {
    font-family: 'proximanova-700';
    color: #FD5464;
    font-size: 20px;
    line-height: 24px;
}

.live-sticky-top {
    position: sticky;
    top: 10rem;
    z-index: 100;
}
