

@font-face {
    font-family: Helvetica;
    src: url(../fonts/Helvetica.ttf);
    font-weight: 400;
}
@font-face {
    font-family: Helvetica;
    src: url(../fonts/Helvetica-Bold.ttf);
    font-weight: 600;
}

body {
    background-color: #ffffff;
    color: #7B7B7B;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 26px;
    margin: 0;
    padding: 0;
    position: relative;
}
img {
    max-width: 100%;
}


/* === PARAGRAPH === */

p {
    margin: 0 0 10px;
}

b,
strong {
    font-weight: 600;
}

/* ===  Headings === */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1F1F1E;
    font-family: Helvetica, Arial, sans-serif;
    margin: 0 0 15px;
    padding: 0;
    transition: 0.3s;
    font-weight: 700;
}

h1 {
    font-size: 36px;
    line-height: 52px;
    font-weight: 700;
}

h2 {
    font-size: 30px;
    line-height: 45px;
    font-weight: 900;
}

h3 {
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
}

h4 {
    font-size: 20px;
    line-height: 22px;
}

h5 {
    font-size: 20px;
    line-height: 28px;
}

h6 {
    font-size: 18px;
}

/* ## End: Headings ## */


/* === Hyperlink === */

a {
    color: #303030;
    /*transition*/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

a,
a>* {
    cursor: pointer;
    outline: medium none;
    text-decoration: none;
}

a:focus,
a:hover {
    outline: medium none;
    text-decoration: none;
    color: inherit;
}
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
/* ## End: Hyperlink ## */

/*boostrap css modify start*/
.btn{
    font-size: 14px;
}
.carousel-indicators {
    bottom: -60px;
    text-align: center;
}
.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #303030;
}
.btnClose{
    color: #fff;
    background: #F7581E url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border-radius: 50%;
    opacity: 1;
}
.btnClose:focus {
    box-shadow: none;
}
.accordion-button::after {
    margin-right: 0;
    margin-left: 0;
}

.accordion-button:focus {
    box-shadow: none;
}
.accordion-button {
    color: #5F6265;
    font-size: 16px;
    font-weight: bold;
    background-color: #e7e7e7;
}
.accordion-button:not(.collapsed) {
    color: #5F6265;
    background-color: #e7e7e7;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.pageTitle .breadcrumb-item+.breadcrumb-item:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    opacity: 0.4;
    color: #5c5776;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: rgba(255, 255, 255, 0.3);
    content: "/";
}

.next-bg {
    background: #f7581e;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid #f7581e;
    border-radius: 50%;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 1.5rem;
    height: 1.5rem;
}
.carousel-control-next, .carousel-control-prev {
    display: block;
    width: 3%;
    opacity: 1;
}
.carousel-control-prev {
    left: -5px;
}
/*boostrap css modify end*/

/*custom radio button*/
.radio-item {
    display: inline-block;
    position: relative;
    padding: 0 6px;
}

.radio-item input[type='radio'] {
    display: none;
}

.radio-item label {
    color: #666;
    font-weight: normal;
}

.radio-item label:before {
    content: " ";
    display: inline-block;
    position: relative;
    top: 5px;
    margin: 0 5px 0 0;
    width: 20px;
    height: 20px;
    border-radius: 11px;
    border: 2px solid #F7581E;
    background-color: transparent;
}

.radio-item input[type=radio]:checked + label:after {
    border-radius: 11px;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 9px;
    left: 10px;
    content: " ";
    display: block;
    background: #F7581E;
}
/*custom radio button*/

/*helper Css*/
.orangeRed{
    color: #F7581E;
}
.darkGreen{
    color: #085C0A;
}
.burlyWood{
    color: #8E6231;
}
.black{
    color: #303030;
}
.orangeRed-bg{
    background: #F7581E;
}
.darkGreen-bg{
    background: #085C0A;
}
.burlyWood-bg{
    background: #8E6231;
}
.dimGray-bg{
    background: #707070;
}
.gradient-bg {
    background-image: linear-gradient(#F5F5F5,#fff);
}
.bg-light-white{
    background-color: #F5F5F5;
}
.bg-off-white {
    background-color: #f7f8fa;
}
.bg-black {
    background-color: #303030;
}
.btn-link-color{
    color: #7B7B7B;
}
.pt-20{
    padding-top: 20px;
}
.pb-20{
    padding-bottom: 20px;
}
.pt-40{
    padding-top: 40px;
}
.pb-40{
    padding-bottom: 40px;
}
.pt-60{
    padding-top: 60px;
}
.pb-60{
    padding-bottom: 60px;
}
.pt-80{
    padding-top: 80px;
}
.pb-80{
    padding-bottom: 80px;
}
.mt-42{
    margin-top: 42px;
}

.title {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000000;
}

/*header area*/
.header-style-1 {
    background: #fff;
    padding: 10px 0;
}
.logo-img {
   margin-right: 48px;
}
.logo {
    height: 50px;
}

.header-style-1 ul li a{
    color: #303030;
    font-size: 14px;
    font-weight: 500;
}
.header-style-1 ul li a:hover{
    color: #F7581E;
}
.header-style-1 ul li a.active{
    color: #F7581E;
}


.custom-btn{
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    border-radius: 8px;
}

.btn-login {
    border: 1px solid #303030;
    color: #303030;
    background: transparent;
}
.btn-login:hover {
    border: 1px solid transparent;
    color: #fff;
    background: #303030;
}
.btn-reg {
    border: 1px solid transparent;
    background: #f7581e;
    color: #fff;
}
.btn-reg:hover {
    border: 1px solid #f7581e;
    color: #f7581e;
    background: transparent;
}
/* ============ off canvas menu ============ */

body.offcanvas-active{
    overflow:hidden;
}

.offcanvas-header{ display:none; }

.screen-darken{
    height: 100%; width:0%;
    z-index: 30;
    position: fixed; top: 0; right: 0;
    opacity:0; visibility:hidden;
    background-color: rgba(34, 34, 34, 0.6);
    transition:opacity .2s linear, visibility 0.2s, width 2s ease-in;
}

.screen-darken.active{
    z-index:10;
    transition:opacity .3s ease, width 0s;
    opacity:1;
    width:100%;
    visibility:visible;
}
.offcanvas-bars-btn {
    background: #f7581e;
    color: #fff;
}
.offcanvas-header {
    position: absolute;
    top: 15px;
    right: 0;
}
.offcanvas-close {
    background: #f7581e;
    color: #fff;
    border-radius: 50%;
}


/* ============ mobile view ============ */
@media all and (max-width: 991px) {

    .offcanvas-header{ display:block; }

    .mobile-offcanvas{
        visibility: hidden;
        transform:translateX(-100%);
        border-radius:0;
        display:block;
        position: fixed;  top: 0; left:0;
        height: 100%; width:80%;
        z-index: 1200;
        overflow-y: scroll;
        overflow-x: hidden;
        transition: visibility .3s ease-in-out, transform .3s ease-in-out;
    }

    .mobile-offcanvas.show{
        visibility: visible; 	transform: translateX(0);
    }
    .mobile-offcanvas .container, .mobile-offcanvas .container-fluid{
        display: block;
    }

}
/* ============ mobile view .end// ============ */



/*banner section*/
.banner-padding{
    padding:60px 0px 10px 0px;
}
.banner-sub-title-color {
    color: #f7581e;
    font-size: 42px;
    font-weight: bold;
    line-height: 42px;
    text-transform: uppercase;
}
.banner-title {
    font-size: 56px;
    line-height: 56px;
    font-weight: bold;
    text-transform: uppercase;
    color: #303030;
}
.banner-sub-title {
    color: #303030;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.banner-link {
    margin-bottom: 30px;
    color: #7B7B7B;
    text-decoration: underline;
}
.banner-link:hover {
    color: #303030;
    text-decoration: underline;
}

.banner-btn {
    background: #303030;
    color: #fff;
    text-transform: capitalize;
    border: 1px solid transparent;
}
.banner-btn:hover {
    background: transparent;
    color: #303030;
    border: 1px solid #303030;
}



/*course section*/

.card-img-top {
    max-height: 165px;
    width: 100%;
}
.course-title {
    font-size: 16px;
    line-height: 1.1;
    margin: 0;
    height: 42px;
}
.course-card{
    margin-bottom: 10px;
}
.author-name {
    font-size: 14px;
    margin: 10px 0 10px 0;
    color: #303030;
}
.course-description {
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.rating {
    margin-bottom: 20px;
}
.rating-count,
.total-rating{
    font-size: 16px;
    font-weight: bold;
    margin-right: 5px;
}
.rating-count {
    margin-right: 5px;
    color: #FFB100;
}
.total-rating{
    margin-left: 5px;
    color: #7B7B7B;
}
.rating-icon {
    font-size: 12px;
    color: #FFB100;
}

.title-hot-course {
    font-size: 28px;
    line-height: 28px;
}


/*smart brian*/

.brian-card-margin {
    margin-top: 40px;
}
.brian-title {
    font-size: 16px;
    min-height: 50px;
    margin: 0;
}
.separator {
    margin: 30px;
    background: #B6C6DE;
}
.brian-text {
    margin-bottom: 20px;
}


/*smart level*/

.level-title {
    font-size: 18px;
    line-height: 18px;
}
.level-sub-title {
    font-size: 16px;
    line-height: 16px;
    margin-top: 15px;
}
.level-img img {
    width: 100px;
    height: 100px;
}
.level-list {
    text-align: left;
    margin: 0 1rem 20px;
}

.level-list ul {
    list-style: number;
}
.level-list ul li {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.3;
}

/*smart resource*/
.resource-signal-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #303030;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}
.resource-signal-icon i,
.resource-signal-icon img{
    height: 40px;
}
.resource-heading {
    font-size: 16px;
    color: #173058;
}
.resource-number {
    color: #173058;
    margin: 0;
}



/*footer*/
.footer-top {
    padding: 40px 0;
    color: #fff;
}
.location {
    margin-bottom: 30px;
}
.footer-heading h6 {
    color: #f5f5f5;
    font-size: 16px;
    margin-bottom: 30px;
}
.footer-list ul li {
    margin-bottom: 5px;
}
.footer-list ul li a {
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
}

.vertical-separator {
    display: flex;
    justify-content: center;
    height: 100%;
    width: 1px;
    background: #fff;
    opacity: 0%;
}
.social-link {
    display: flex;
    justify-content: end;
}
.social-link i {
    font-size: 18px;
    padding: 0 10px;
}
.social-link:last-child i {
    padding-right: 0;
}






/*======Course details page=====*/
/*Banner Section*/
.bannerCoursePadding{
    padding: 66px 0 64px;
}
.bannerSubCourseTitle {
    font-size: 32px;
    margin-bottom: 24px;
}
.bannerAuthorName {
    font-size: 18px;
}
.class-video{
    display: block;
    position: relative;
    color: #6b6f80;
    padding: 8px;
    transition: all .5s ease-in-out;
    border-radius: 4px;
}


.video-icon {
    position: absolute;
    right: 0;
    left: 0;
    top: 35%;
    margin: 0 auto;
    text-align: center;
    transition: all .5s ease-in-out;
    cursor: pointer;
}
.video-icon i {
    background-color: #fff;
    transition: .2s ease;
    display: inline-flex;
    justify-content: center;
    vertical-align: middle;
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
    border-radius: 100%;
    padding-left: 3px;
    font-size: 20px;
}

.courseDetailsPadding{
    padding: 64px 0 48px;
}
.learningPadding{
    padding: 34px 30px;
}
.courseDetailsHeading {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 20px;
    color: #303030;
}
.learningDec ul li {
    font-size: 16px;
    margin-bottom: 5px;
    color: #5F6265;
}
.courseContentSubHeading {
    font-size: 16px;
    font-weight: 600;
    color: #303030;
    margin-bottom: 24px;
}
.lecturesHour {
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-bottom: 0;
    margin-right: 1rem;
    font-size: 14px;
    color: #303030;
    font-weight: 400;
}
.courseVideoListing li {
    margin-bottom: 5px;
}
.courseVideoListing li a {
    font-size: 14px;
    color: #5F6265;
}
.courseVideoListing li a i {
    font-size: 18px;
}
.ratings-view h1 {
    font-size: 70px;
    line-height: 76px;
}
.customProgress{
    background-color: #E6E6E6;
}
.customProgressBar{
    background-color: #A0A0A0;
}
.reviewsRatingColor{
    color: #7B7B7B;
}
.courseIncludeItems {
    margin-top: 60px;
}
.courseIncludesList li i {
    text-align: center;
    min-width: 20px;
}
.courseIncludesList li {
    margin-bottom: 5px;
}
/*login Page*/
.loginPage{
    height: 100%;
    background: linear-gradient(90deg,#F5F5F5 60%,#fff 40%);
    min-height: 100vh;
    position: relative;
}
.loginFrom {
    background: #fff;
    z-index: 1;
    position: relative;
    height: 100%;
    min-height: 100vh;
    padding: 40px 15px;
}
.line-border {
    color: #edf1f2;
    border-bottom: 1px solid #edf1f2;
    height: 15px;
    display: flex;
    align-items: center;
}
.loginSubTitle {
    font-size: 16px;
    margin-bottom: 24px;
}
.loginHeading h1 {
    text-transform: uppercase;
    font-size: 42px;
    font-weight: 900;
}
.loginTextArea p {
    font-size: 16px;
    width: 50%;
    padding: 20px 0;
}
.courseListPadding{
    padding: 56px 0;
}

/*success Popup*/

.successPopupIcon i {
    font-size: 60px;
    margin-bottom: 30px;
}

.successPopup p {
    margin: 30px 0;
}


.borderBrandColor{
    border: 1px solid #f7581e;
}
.wireTransfer.accordion-button {
    color: #5F6265;
    font-size: 16px;
    font-weight: normal;
    background-color: #ffffff;

}
.accordionWireTransfer{
   border:1px solid #e7e7e7;
}

.input-icons {
    position: relative;
}
.input-icons i {
    position: absolute;
}
.icon {
    padding: 12px;
    color: #7B7B7B;
    min-width: 50px;
    text-align: center;
    right: 0;
}
.visa-card {
    height: 36px;
}


/*students Dashboard*/
.customSidebar {
    min-height: 100vh;
    padding: 44px 0;
}
.sidebarMenuLink {
    padding: 0 1.5rem;
    display: flex;
    align-items: center;
    font-weight: 400;
    line-height: 42px;
    font-size: 16px;
    color: #1d1d1d;
}
.sidebarMenuLink:hover {
    color: #198754;
}
.sidebarMenuLink.active {
    color: #198754;
    background: #fff;
}
.sidebarMenuIcon {
    margin-right: 0.5rem;
    vertical-align: middle;
    font-size: 18px;
    display: inline-block;
    line-height: normal;
    position: relative;
}
.StudentDashboardContent,.dashboardEvent {
    padding: 48px 0;
}




.progressMargin {
    margin-top: 46px;
}

.progress .progress-value {
    margin-top: -50px;
    padding: 2px 6px;
    font-size: 11px;
    color: #7B7B7B;
    right: 45px;
    position: absolute;
    z-index: 2;
    background: #D8D8D8;
    transition: left 1s ease-in-out 0s;
    border-radius: 15px;
}
.progress .progress-value:after {
    border: solid;
    border-color: rgba(216,216,216,.8) transparent;
    border-width: 6px 6px 0 6px;
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 100%;
    z-index: 9;
}
.formCircle{
    border-radius: 50px;
}
.learning-video-title {
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -.02rem;
    padding: 15px;
    background: #f5f5f5;
    margin: 0;
}
.learnContentAccordion .accordion-item {
    border: 0;
}

.learnContentAccordion .accordion-item {
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.learnContentAccordion .accordion-item:last-child {
    border-bottom: 0;
}

.learnContentAccordion .accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.learnContentAccordion .accordion-button::after {
    margin-left: auto !important;
}
.videoContent span{
    display: block;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.videoContent .title {
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -.02rem;
    font-size: 16px;
    margin-bottom: 5px;
}
.videoContent .duration {
    font-weight: 400;
    line-height: 18px;
    font-size: 14px;
}

.learningSection .nav-link {
    color: #6a6f73;
}

.learningSection #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #1c1d1f;
    border: none;
    background-color: transparent;
    border-bottom: 2px solid #1c1d1f !important;
    font-size: 16px;
    font-weight: bold;
}
.learningSection #tabs .nav-tabs .nav-link {
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: .0;
    color: #d1d7dc;
    font-size: 16px;
}

.calendarLightBg1{
    background: #e6e6e6;
}
.calendarLightBg2{
    background: #ebebeb;
}
.fs-16{
    font-size: 16px;
    line-height: 18px;
}
.bg-soft-skyBlue{
    border: 1px solid #a0d4ff;
    background: #e6f3ff;
}

.bg-soft-indianRed{
    border: 1px solid #ffdbe3;
    background: #ffe6ec;
}
.bg-soft-skyinfo{
    border: 1px solid #c4ebd5;
    background: #d9ffe9;
}
.bg-soft-yellow{
    border: 1px solid #ffd8a2;
    background: #ffefd9;
}
.gradientSoftBrand-bg {
    background-image: linear-gradient(#ffeee7,#fff);
}
.levelWidagetmaxHeight{
    max-height: 140px;
    min-height: 140px;
}
.divided-light-white {width: 100%;height: 3px;background: #d8d8d8;margin-top: 8px;}

.divided-black {height: 3px;width: 360px;background: #000;margin-top: -3px;}


/*blog page*/

.page-banner-section {
    min-height: 200px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.breadcrumb-img-bg{
    background-image: url("../image/blog.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.color-opacity{
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}


.page-banner-content {
    text-align: center;
}

.page-banner-content .title {
    font-size: 48px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 5px;
    color: #ffffff;
}
.page-banner-content .breadcrumb .breadcrumb-item {
    font-size: 16px;
    color: #f1f1f1;
}
.page-banner-content .breadcrumb .breadcrumb-item a{
    color: #f1f1f1;
}
.page-banner-content .breadcrumb .breadcrumb-item.active {
    color: #F7581E;
}
.page-banner-content .breadcrumb .breadcrumb-item::before {
    color: #F7581E;
}

.section-padding {
    padding-top: 15px;
    padding-bottom: 15px;
}
.blog-details-image {
    position: relative;
}
.blog-details-image a {
    display: block;
    border-radius: 8px;
    overflow: hidden;
}
.blog-details-image a {
    display: block;
    border-radius: 8px;
    overflow: hidden;
}
.blog-details-content {
    padding-top: 32px;
}
.blog-details-content .title {
    font-size: 24px;
    font-weight: 700;
    color: #072f60;
    line-height: 1.4;
    margin-top: 10px;
}
.blog-details-content>p {
    margin-top: 15px;
}

.course-des-text{
    white-space: pre-wrap;
    font-size: 16px;
    color: #1f1f1f;
    font-weight: 400;
}