:root {
    --facebook: #3b5998;
    --twitter: #00acee;
    --instagram: #3f729b;
    --pinterest: #3b5998;
    --youtube: #c4302b;
    --github: #4078c0;
    --skype: #00aff0;
    --linkedin: #0077b5;
    --tumblr: #34526f;
    --website: #001c40;
    --transition: 0.3s ease-in-out;
    --color_hover_light: #e5e5e5;
}

.inline-list.info-list i {
    margin-right: 10px;
}

.inline-list.info-list li {
    margin-right: 20px;
}

.tutor-container {
    max-width: 1200px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

ul.inline-list.course-feature {
    color: #6b6b6b;
}

ul {
    list-style: none;
}

.section_overflow {
    overflow: hidden;
}

.card_front_face {
    box-shadow: 0 0 50px 0 rgb(0 0 0 / 8%);
    background-color: #ffffff;
    border-radius: 4px;
    position: relative;
    height: 100%;
}

.course_category .category_name {
    padding: 5px 10px;
    display: inline-block;
    color: #585858;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.course_category .category_name.active::before {
    position: absolute;
    z-index: 1;
    bottom: 0;
    height: 2px;
    width: 100%;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block;
}

.archive .course_block .course_grid,
.archive .course_block .course_archive_style_1 {
    padding-top: 0;
}

.course_grid .card,
.course_archive_style_1 .card {
    box-shadow: 0px 0px 6px 0px #cacaca;
    height: 500px;
}

.course_archive_style_4 .card {
    box-shadow: 0px 0px 6px 0px #cacaca;
}

.course_grid img.course_thumbnail_image,
.course_archive_style_1 img.course_thumbnail_image {
    padding: 1.25rem;
}

.course_grid .card .card-title,
.course_archive_style_1 .card .card-title {
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 24px;
    line-height: 1.4;
}

.course_grid .card .course_category::before,
.course_archive_style_1 .card .course_category::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    font-size: 30px;
    line-height: 1.2;
}

.course_grid .card .course_category,
.course_archive_style_1 .card .course_category {
    text-transform: uppercase;
    position: relative;
    padding-left: 10px;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 15px;
}

hr {
    border-top: 1px solid rgb(189, 189, 189);
}

.single_course_footer {
    padding: 20px 0;
}

.course_archive_style_1 .single_course_footer {
    padding: 0;
}

.course_category {
    font-size: 18px;
    font-weight: 500;
    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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #edf6ff;
    margin-bottom: 50px;
    padding-bottom: 0px;
}

.course_lesson_details .inline-list,
.card_backend .course_back_face.course-feature {
    padding-bottom: 1.25rem;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 15px;
}

.course_lesson_details .inline-list li {
    margin-right: 30px;
}

.instructor_name {
    letter-spacing: 1px;
    color: #0071dc;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 18px;
}

.instructor_name.text-warning {
    letter-spacing: 1px;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 18px;
}

/* Course back face */
.card_backend {
    position: absolute;
    left: 0;
    overflow: hidden;
    border-radius: 5px;
    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;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    bottom: 100%;
    height: 0;
}

.card_backend,
.card_backend .course_back_face,
.card_backend .course_back_face .instructor_name {
    color: #fff;
}

.card_backend .course_back_face.course-feature li {
    margin-right: 20px;
    color: #ffffff;
}

.card_backend .course_details {
    display: inline-block;
    background-color: #ffffff;
    padding: 7px 25px;
    border-radius: 5px;
    font-size: 16px;
    border: 1px solid #ffffff;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.card_backend .back_course_fee {
    font-size: 20px;
    font-weight: 600;
    text-align: right;
}

.course_grid .card:hover .card_backend,
.course_archive_style_1 .card:hover .card_backend {
    height: 100%;
    bottom: 0;
}

.active {
    color: #0071dc;
}

.additional-info {
    border: dashed 2px #909090;
}

.card.additional-info .title {
    justify-content: center;
    padding: 30px;
}

.additional-info button {
    font-size: 20px;
    margin: 0 35px;
}

.all_course_button {
    border-radius: 5px;
}

/* New Design  */

.course_widget .course-box.style-1 {
    margin-top: 40px;
    box-shadow: 0 0 50px 0 rgb(0 0 0 / 8%);
    background-color: #ffffff;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    min-height: 458px;
}

.course_widget .course-box.style-1 .figure-box {
    margin-top: -60px;
    margin-bottom: 25px;
}

.course_widget .course-box.style-1 .figure-box img {
    border-radius: 10px 10px 0 0;
    width: 100%;
}

.course_widget .course-box.style-1 .content-box .category-name.color-1 {
    color: #f013a5;
}

.course_widget .course-box.style-1 .content-box .category-name {
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    padding-left: 10px;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 15px;
}

.course_widget .course-box.style-1 .content-box .category-name.color-1:after {
    background-color: #f013a5;
}

.course_widget .course-box.style-1 .content-box .category-name:after {
    position: absolute;
    z-index: 1;
    content: "";
    height: 1px;
    width: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    font-size: 30px;
    line-height: 1.2;
}

.course_widget .course-box.style-1 .content-box .title {
    font-size: 24px;
    font-weight: 500;
    overflow: hidden;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.course_widget .course-box.style-1 .content-box .sub-title {
    letter-spacing: 1px;
    color: #0071dc !important;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 18px;
}

.inline-list {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}

.course_widget .course-box.style-1 .content-box .course-feature li {
    margin-right: 30px;
    font-size: 15px;
}

.course_widget .course-box.style-1 .content-box .course-feature li i {
    font-size: 15px;
    font-weight: 600;
    margin-right: 10px;
}

.course_widget .course-box.style-1 .content-box .course-feature li span.count {
    margin-right: 5px;
}

.course_widget .course-box.style-1 .course-footer {
    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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #d0d1d2;
    padding-top: 25px;
    margin-top: 25px;
}

.course_widget .course-box.style-1 .course-footer .course-rating {
    color: #f5c415;
    font-size: 14px;
}

.course_widget .course-box.style-1 .course-footer .course-rating li {
    margin-right: 5px;
}

.course_widget .course-box.style-1 .hover-content {
    height: calc(100% + 40px);
    position: absolute;
    z-index: 2;
    top: -40px;
    left: 0;
    overflow: hidden;
    border-radius: 5px;
    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;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.course_widget .course-box.style-1 .hover-content .inner {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    padding: 70px 30px 40px;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.course_widget .course-box.style-1 .hover-content:after {
    border-radius: 5px;
    height: 100%;
    width: 100%;
    left: 0;
    top: -100%;
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.course_widget .course-box.style-1 .hover-content .inner .course-wish-list {
    display: inline-block;
    height: 50px;
    width: 50px;
    font-size: 20px;
    color: #ffffff;
    border-radius: 50%;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 25px;
    top: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.archive.course_block .tutor_addons_course-wish-list {
    background-color: #f4245f;
    border: 1px solid #f4245f;
}

.archive.course_block .tutor_addons_course-wish-list:hover {
    background-color: #00183500;
}

.archive.course_block .has-wish-listed {
    background-color: #fff;
    border: solid 1px #f4245f;
    color: #f4245f;
}

.archive.course_block .has-wish-listed i {
    color: #f4245f;
}

.course_widget .course-box.style-1 .hover-content .inner .category-name {
    color: #ffffff;
    position: relative;
    z-index: 1;
    padding-left: 10px;
    margin-bottom: 5px;
    font-weight: 500;
    font-family: var(--font_family_heading);
    text-transform: uppercase;
}

.profile-wrap-style-1 .tutor-rating-container .rating-generated {
    display: inline-block;
}

.course_widget .course-box.style-1 .hover-content .inner .category-name:after {
    background-color: #ffffff;
    position: absolute;
    z-index: 1;
    content: "";
    height: 1px;
    width: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    font-size: 30px;
    line-height: 1.2;
}

.course_widget .course-box.style-1 .hover-content .inner .title {
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 24px;
    line-height: 1.46;
}

.course_widget .course-box.style-1 .hover-content .inner .title a {
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.course_widget .course-box.style-1 .hover-content .inner .course-admin {
    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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}

.course-box.style-1 .hover-content .admin a, .course-box.style-1 .hover-content .category-name a {
    color: white;
}

.course_widget .course-box.style-1 .hover-content .inner .course-admin .admin {
    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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #ffffff;
    font-size: 17px;
}

.course_widget .course-box.style-1 .hover-content .inner .course-admin .admin img {
    border-radius: 50%;
    margin-bottom: 5px;
    max-width: 25px;
}

.course_widget .course-box.style-1 .hover-content .inner .course-admin .admin span {
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 5px;
}

.course_widget .course-box.style-1 .hover-content .inner .course-admin .course-rating {
    color: #f5c415;
    font-size: 14px;
}

.course_widget .course-box.style-1 .hover-content .inner .course-admin .course-rating li {
    margin-right: 5px;
}

.course_widget .course-box.style-1 .hover-content .inner .description {
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.course_widget .course-box.style-1 .hover-content .inner .course-feature {
    margin-bottom: 20px;
}

.course_widget .course-box.style-1 .hover-content .inner .course-feature li {
    margin-right: 20px;
    color: #ffffff;
}

.course_widget .course-box.style-1 .hover-content .inner .course-feature li i {
    font-size: 15px;
    font-weight: 600;
    margin-right: 7px;
}

.course_widget .course-box.style-1 .hover-content .inner .course-feature li span.count{
   margin-right: 5px; 
}

.course_widget .course-box.style-1 .hover-content .inner .course-footer {
    padding-top: 0;
    border-top: 0;
    margin-top: 0;
}

.btn-fill.style-4 {
    display: inline-block;
    background-color: #ffffff;
    color: var(--color_primary);
    padding: 7px 25px;
    border-radius: 5px;
    font-size: 16px;
    border: 1px solid #ffffff;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.course_widget .course-box.style-1 .hover-content .inner .course-footer .price {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
}

.course_widget .course-box.style-1 .hover-content:after {
    border-radius: 5px;
    height: 100%;
    width: 100%;
    left: 0;
    top: -100%;
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: ease-in-out;
    transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.course_widget .course-box.style-1 .content-box .category-name.color-2 {
    color: #7013f0;
}

.course_widget .course-box.style-1 .content-box .category-name.color-2:after {
    background-color: #7013f0;
}

.course_widget .course-box.style-1 .content-box .category-name.color-3 {
    color: #17d292;
}

.course_widget .course-box.style-1 .content-box .category-name.color-3:after {
    background-color: #17d292;
}

.course_widget .course-box.style-1 .content-box .category-name.color-4 {
    color: #f70644;
}

.course_widget .course-box.style-1 .content-box .category-name.color-4:after {
    background-color: #f70644;
}

.course_widget .course-box.style-1 .content-box .category-name.color-5 {
    color: #f8af12;
}

.course_widget .course-box.style-1 .content-box .category-name.color-5:after {
    background-color: #f8af12;
}

.course_widget .course-box.style-1 .course-footer .course-rating .rating-count {
    color: #8d8d8d;
}

.course-box.style-1:hover .hover-content .inner {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.course-box.style-1:hover .hover-content:after {
    top: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.course-box.style-1.additional-info {
    min-height: 490px;
    padding: 38px;
    margin-top: 0;
    height: calc(100% - 30px);
    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;
    background-color: #ffffff;
    border-width: 2px;
    border-style: dashed;
    border-color: #c1c1c1;
}

.course-box.style-1.additional-info .title {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 30px;
}

.btn-fill {
    display: inline-block;
    color: #ffffff;
    padding: 12px 30px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:active,
a:hover,
a:focus {
    outline: 0 none !important;
    text-decoration: none !important;
}


.course_category span.category_name {
    cursor: pointer !important;
}

/* Isotope Style 1 End */

/* Isotope Style 2 Start */

.course-box.style-3 {
    text-align: center;
    margin-bottom: 30px;
}

.course-box.style-3 .figure-box {
    border-radius: 10px;
}

.course-box.style-3 .figure-box img {
    -webkit-transform: scale(1.01, 1.01);
    -ms-transform: scale(1.01, 1.01);
    transform: scale(1.01, 1.01);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    object-fit: cover;
    width: 100%;
}

.course-box.style-3 .figure-box a {
    display: block;
}

.course-box.style-3 .content-box .category-name {
    margin-bottom: 10px;
    font-size: 14px;
    padding: 1px 17px;
    border-radius: 2px;
    display: inline-block;
    font-weight: 500;
}

.course-box.style-3 .content-box .category-name.color-1 a {
    color: #f013a5;
    background-color: rgba(240, 19, 165, 0.1);
}

.course-box.style-3 .content-box .category-name.color-2 a {
    color: #7013f0;
    background-color: rgba(112, 19, 240, 0.1);
}

.course-box.style-3 .content-box .category-name.color-3 a {
    color: #f8af12;
    background-color: rgba(248, 175, 18, 0.1);
}

.course-box.style-3 .content-box .category-name.color-4 a {
    color: #f70644;
    background-color: rgba(247, 6, 68, 0.1);
}

.course-box.style-3 .content-box .category-name.color-5 a {
    color: #2be24d;
    background-color: rgba(43, 226, 77, 0.1);
}

.course-box.style-3 .content-box .category-name.color-6 a {
    color: #7013f0;
    background-color: rgba(112, 19, 240, 0.1);
}

.course-box.style-3 .content-box .category-name.color-7 a {
    color: #2d8af5;
    background-color: rgba(45, 138, 245, 0.1);
}

.course-box.style-3 .content-box .category-name.color-8 a {
    color: #ff8316;
    background-color: rgba(255, 131, 22, 0.1);
}

.course-box.style-3 .content-box .category-name.color-1 a:hover {
    background: #f013a5;
    color: #fff;
}

.course-box.style-3 .content-box .category-name.color-2 a:hover {
    background: #7013f0;
    color: #fff;
}

.course-box.style-3 .content-box .category-name.color-3 a:hover {
    background: #f8af12;
    color: #fff;
}

.course-box.style-3 .content-box .category-name.color-4 a:hover {
    background: #f70644;
    color: #fff;
}

.course-box.style-3 .content-box .category-name.color-5 a:hover {
    background: #2be24d;
    color: #fff;
}

.course-box.style-3 .content-box .category-name.color-6 a:hover {
    background: #7013f0;
    color: #fff;
}

.course-box.style-3 .content-box .category-name.color-7 a:hover {
    background: #2d8af5;
    color: #fff;
}

.course-box.style-3 .content-box .category-name.color-8 a:hover {
    background: #ff8316;
    color: #fff;
}

.course-box.style-3 .content-box .title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 5px;
}

.course-box.style-3 .content-box .title a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.course-box.style-3 .content-box .sub-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}

.course-box.style-3 .content-box .course-fee {
    color: var(--color_text_heading);
    font-size: 20px;
    font-weight: 600;
}

.course-box.style-3:hover .figure-box img {
    -webkit-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.isotop-btn-layout2 {
    font-size: 18px;
    font-weight: 500;
    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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.isotop-btn-layout2 a.nav-item.current {
    color: #ffffff;
}

.isotop-btn-layout2 a.nav-item {
    margin: 0 5px 5px;
    padding: 7px 15px;
    border-radius: 5px;
    display: inline-block;
    color: #585858;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/*Video play*/
.video_play_button {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Isotope Style 2 End */

/* Slider Style 1 Start */
.style_2_sliderSwiper .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border: 1px solid rgba(22, 22, 22, 0.2);
    background: transparent;
    opacity: 1;
}

.style_2_sliderSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #0071dc;
}

.style_2_sliderSwiper .swiper-pagination.swiper-pagination-bullets {
    bottom: -55px;
}

/* Slider Style 1 End */

/* Slider Style 2 Start */

.course-box.style-4 {
    margin-bottom: 30px;
}

.course-box.style-4 .figure-box {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.course-box.style-4 .figure-box .price {
    position: absolute;
    z-index: 1;
    top: 20px;
    left: 30px;
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
    padding: 5px 19px 5px;
    border-radius: 5px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.course-box.style-4 .figure-box img {
    border-radius: 10px 10px 0 0;
    -webkit-transform: scale(1.01, 1.01);
    -ms-transform: scale(1.01, 1.01);
    transform: scale(1.01, 1.01);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.course-box.style-4 .content-box {
    padding: 23px 30px 30px;
    background-color: #ffffff;
}

.course-box.style-4 .content-box .teacher-name {
    font-size: 17px;
}

.course-box.style-4 .content-box .teacher-name {
    display: flex;
    font-size: 16px;
    font-weight: 500;
}

.course-box.style-4 .content-box .teacher-name.color-1 {
    color: #f013a5;
}

.course-box.style-4 .content-box .teacher-name.color-2 {
    color: #7013f0;
}

.course-box.style-4 .content-box .teacher-name.color-3 {
    color: #17d292;
}

.course-box.style-4 .content-box .title {
    font-weight: 500;
    margin-bottom: 15px;
}

.course-box.style-4 .content-box .title a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.course-box.style-4 .content-box .description {
    margin-bottom: 25px;
}

.course-box.style-4:hover .figure-box .price {
    background-color: #f7bc20;
}

.course-box.style-4:hover .figure-box img {
    -webkit-transform: scale(1.07, 1.07);
    -ms-transform: scale(1.07, 1.07);
    transform: scale(1.07, 1.07);
}

.slider_wrapper .swiper-button-next {
    right: -60px;
    transform: scale(0.5);
    border: solid 1px;
    border-radius: 50px;
    padding: 40px 40px;
    background-image: unset;
}

.slider_wrapper .swiper-button-prev {
    left: -60px;
    transform: scale(0.5);
    border: solid 1px;
    border-radius: 50px;
    padding: 40px 40px;
    background-image: unset;
}

.swiper.slider_wrapper {
    position: unset !important;
}

/* Slider Style 2 End */

/* Course Widget End */

/*
============================
Course Category Widget
============================
*/

/* New Design */

.course_category_block .category-box-block {
    padding-left: 10px;
    padding-right: 10px;
}

.category-box.style-1:before {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    position: absolute;
    z-index: -1;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
    transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
}

.category-box.style-1 .icon-box {
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}

.category-box.style-1 .icon-box .default {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
    transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
}

.category-box.style-1 .icon-box .hover {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
    transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
}

.category-box.style-1 .content-box .title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 2px;
}

.category-box.style-1 .content-box .title a {
    -webkit-transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
    transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
}

.category-box.style-1 .content-box .sub-title {
    margin-bottom: 0;
    color: #585858;
    -webkit-transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
    transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
}

.category-box.style-1:after {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-30px) translateX(30px);
    -ms-transform: translateY(-30px) translateX(30px);
    transform: translateY(-30px) translateX(30px);
    position: absolute;
    z-index: -1;
    content: url(../media/element11.png);
    top: 0;
    right: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
    transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
}

.category-box.style-1:hover:before {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.category-box.style-1:hover:after {
    -webkit-transform: translateY(0) translateX(0);
    -ms-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.category-box.style-1:hover .icon-box .default {
    opacity: 0;
    visibility: hidden;
}

.category-box.style-1:hover .icon-box .hover {
    opacity: 1;
    visibility: visible;
}

.category-box.style-1:hover .content-box .title a {
    color: #ffffff;
}

.category-box.style-1:hover .content-box .sub-title {
    color: #ffffff;
}

@media (max-width: 575px) {
    .more-category.style-1 {
        text-align: center;
    }
}

.more-category.style-1 .title {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 24px;
}

.more-category.style-1 .item-btn {
    font-size: 50px;
    color: #161616;
    line-height: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.more-category.style-1:hover {
    border: 1px solid;
}

/* Style 2 Start  */

.category-box.style-2 {
    padding: 20px 30px;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.category-box.style-2 .inner {
    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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.category-box.style-2 .more-item-btn {
    height: 50px;
    width: 50px;
    border: 1px solid #e3e3e3;
    border-radius: 50%;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
    -webkit-transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
    transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
}

.category-box.style-2:before {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    position: absolute;
    z-index: -1;
    content: "";
    height: 100%;
    width: 100%;
    background-color: var(--color_primary);
    top: 0;
    left: -1px;
    -webkit-transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
    transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
}

.category-box.style-2 .icon-box {
    position: relative;
    z-index: 1;
    margin-right: 20px;
}

.category-box.style-2 .icon-box .default {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
    transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
}

.category-box.style-2 .icon-box .hover {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
    transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
}

@media (max-width: 575px) {
    .category-box.style-2 .icon-box .hover {
        right: 0;
        margin: 0 auto;
    }
}

.category-box.style-2 .content-box .title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 2px;
}

.category-box.style-2 .content-box .title a {
    color: var(--color_text_heading);
    -webkit-transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
    transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
}

.category-box.style-2 .content-box .title a:hover {
    color: var(--color_primary);
}

.category-box.style-2 .content-box .sub-title {
    font-weight: 500;
    margin-bottom: 0;
    color: #585858;
    -webkit-transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
    transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
}

.category-box.style-2:hover .more-item-btn {
    border: 1px solid #ffffff;
    color: #ffffff;
}

.category-box.style-2:hover .more-item-btn:hover {
    background-color: #ffffff;
    color: var(--color_primary);
}

.category-box.style-2:hover:before {
    left: 0;
    transform: translateX(0);
}

.category-box.style-2:hover .icon-box .default {
    opacity: 0;
    visibility: hidden;
}

.category-box.style-2:hover .icon-box .hover {
    opacity: 1;
    visibility: visible;
}

.category-box.style-2:hover .content-box .title a {
    color: #ffffff;
}

.category-box.style-2:hover .content-box .title a:hover {
    color: #cacaca;
}

.category-box.style-2:hover .content-box .sub-title {
    color: #ffffff;
}

/* Style 2 End */

/* Course Category Widget end */

/*
============================
Course Instructor Widget
============================
*/

/* Course Instructor Start */

.instructor_column {
    padding: 15px;
    width: 100%;
}

.instructor_column img {
    width: 100%;
    height: 100%;
    border-radius: 15px !important;
}

.instructor_column.first {
    padding: 30px 15px;
    border-radius: 30px !important;
}

.instructor_column.first,
.instructor_column.rest_description_block {
    position: relative;
}

.rest_description_block .description_box {
    position: absolute;
    bottom: 22px;
    background-color: white;
    text-align: center;
    padding: 20px 30px;
    border-radius: 0 0 15px 15px;
    width: 84%;
    margin: 0px 3%;
    z-index: 2;
}

.third-block.rest_description_block .description_box {
    margin: 0px 4%;
    bottom: 30px;
}

.first .description_box {
    position: absolute;
    bottom: 50px;
    right: 50px;
    background-color: white;
    text-align: center;
    padding: 20px 30px;
    border-radius: 0 0 30px 0;
    z-index: 2;
}

.course_instructor_section .author-title {
    margin-bottom: 5px;
}

.description_box::before {
    content: "";
    background-color: var(--color_primary);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0px;
    -webkit-transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
    transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    border-radius: 0 0 15px 15px;
    z-index: -1;
}

.row_block:hover .description_box::before {
    opacity: 1;
    visibility: visible;
    border-radius: 0 0 15px 15px;
    top: 0;
    left: 0;
}

.first .description_box::before {
    border-radius: 0 0 15px 0;
}

.first:hover .description_box::before {
    border-radius: 0 0 15px 0;
}

.row_block:hover .author-title a,
.row_block:hover .author-designation {
    color: #ffffff;
}

.row_block img {
    height: 100% !important;
}

.news_and_blog .row {
    padding: 0;
    margin: 0;
}

.news_and_blog .blog-box.style-1 .content-box {
    margin-top: -95px;
}

@media (max-width: 576px) {
    .team-box.style-1 .content-box {
        overflow: hidden;
        padding: 20px 10px !important;
        text-align: center !important;
        bottom: 10px !important;
        right: 0 !important;
        left: 0 !important;
        margin: 0 10px !important;
        border-radius: 0 0 15px 15px !important;
        position: absolute;
        z-index: 2;
    }
}

@media (min-width: 577px) and (max-width: 993px) {}

/* New Design */

.team-box .figure-box {
    height: inherit;
}

.team-box.style-1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.team-box.style-1 .figure-box img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    border-radius: 20px;
    -webkit-transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
    transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
    object-fit: cover;
}

.team-box.style-1 .content-box {
    overflow: hidden;
    padding: 35px 40px;
    min-width: 320px;
    text-align: right;
    bottom: 20px;
    right: 20px;
    border-radius: 0 0 45px 0;
    position: absolute;
    z-index: 2;
    background-color: #ffffff;
}

.team-box.style-1 .content-box:before {
    content: "";
    height: 700px;
    width: 700px;
    background-color: var(--color_primary);
    border-radius: 50%;
    position: absolute;
    top: 70%;
    left: 75%;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
    transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
}

.team-box.style-1 .content-box .title {
    font-size: 26px;
    margin-bottom: 0;
    font-weight: 500;
}

.team-box.style-1 .content-box .title a {
    color: var(--color_text_heading);
    -webkit-transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
    transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
}

.team-box.style-1 .content-box .title a:hover {
    color: var(--color_primary);
}

.team-box.style-1 .content-box .sub-title {
    font-size: 20px;
    margin-bottom: 12px;
    color: #585858;
    -webkit-transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
    transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
}

.team-box.style-1 .content-box .social {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    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;
}

@media (max-width: 575.98px) {
    .team-box.style-1 .content-box .social {
        justify-content: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
    }

    .team-box.style-1 .content-box {
        min-width: unset;
    }
}

.instructor_column.first {
    padding-bottom: 0;
}

.team-box.style-1 .content-box .social li {
    margin-right: 2px;
}

.team-box.style-1 .content-box .social li a {
    color: #aeaeae;
    padding: 5px 10px;
    -webkit-transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
    transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
}

.team-box.style-1 .content-box .social li a:hover {
    color: var(--color_primary);
}

.team-box.style-1 .content-box .social li:last-child {
    margin-right: 0;
}

.team-box.style-1 .content-box .social li:last-child a {
    padding: 5px 0 5px 10px;
}

.team-box.style-1:hover .figure-box img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.team-box.style-1:hover .content-box:before {
    visibility: visible;
    opacity: 1;
    top: 0;
    left: 0;
    border-radius: 0 0 20px 0;
}

.team-box.style-1:hover .content-box .title a {
    color: #ffffff;
}

.team-box.style-1:hover .content-box .title a:hover {
    color: var(--color_hover_light);
}

.team-box.style-1:hover .content-box .sub-title {
    color: #ffffff;
}

.team-box.style-1:hover .content-box .social li a {
    color: #ffffff;
}

.team-box.style-1:hover .content-box .social li a:hover {
    color: var(--color_hover_light);
}

.team-box.style-2 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.team-box.style-2 .figure-box img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    border-radius: 15px;
    -webkit-transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
    transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
    object-fit: cover;
}

.team-box.style-2 .content-box {
    overflow: hidden;
    padding: 20px 10px;
    text-align: center;
    bottom: 10px;
    right: 0;
    left: 0;
    margin: 0 10px;
    border-radius: 0 0 15px 15px;
    position: absolute;
    z-index: 2;
    background-color: #ffffff;
}

.team-box.style-2 .content-box:before {
    content: "";
    height: 700px;
    width: 700px;
    background-color: var(--color_primary);
    border-radius: 50%;
    position: absolute;
    top: 70%;
    left: 75%;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
    transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
}

.team-box.style-2 .content-box .title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0;
}

.team-box.style-2 .content-box .title a {
    color: var(--color_text_heading);
    -webkit-transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
    transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
}

.team-box.style-2 .content-box .title a:hover {
    color: var(--color_primary);
}

.team-box.style-2 .content-box .sub-title {
    margin-bottom: 6px;
    color: #585858;
    -webkit-transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
    transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
}

.team-box.style-2 .content-box .social {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    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;
}

.team-box.style-2 .content-box .social li {
    margin-right: 2px;
}

.team-box.style-2 .content-box .social li a {
    color: #aeaeae;
    padding: 5px 10px;
    -webkit-transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
    transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
}

.team-box.style-2 .content-box .social li a:hover {
    color: var(--color_primary);
}

.team-box.style-2 .content-box .social li:last-child {
    margin-right: 0;
}

.team-box.style-2 .content-box .social li:last-child a {
    padding: 5px 0 5px 10px;
}

.team-box.style-2:hover .figure-box img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.team-box.style-2:hover .content-box:before {
    visibility: visible;
    opacity: 1;
    top: 0;
    left: 0;
    border-radius: 0 0 20px 0;
}

.team-box.style-2:hover .content-box .title a {
    color: #ffffff;
}

.team-box.style-2:hover .content-box .title a:hover {
    color: var(--color_hover_light);
}

.team-box.style-2:hover .content-box .sub-title {
    color: #ffffff;
}

.team-box.style-2:hover .content-box .social li a {
    color: #ffffff;
}

.team-box.style-2:hover .content-box .social li a:hover {
    color: var(--color_hover_light);
}

/*-=====================-*/

.team-box.style-3 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.team-box.style-3 .figure-box img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    border-radius: 15px;
    -webkit-transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
    transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
    object-fit: cover;
}

.team-box.style-3 .content-box {
    overflow: hidden;
    padding: 20px 10px;
    text-align: center;
    bottom: 10px;
    right: 0;
    left: 0;
    margin: 0 10px;
    border-radius: 0 0 15px 15px;
    position: absolute;
    z-index: 2;
    background-color: #ffffff;
}

.team-box.style-3 .content-box .title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0;
}

.team-box.style-3 .content-box .title a {
    color: var(--color_text_heading);
    -webkit-transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
    transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
}

.team-box.style-3 .content-box .title a:hover {
    color: var(--color_primary);
}

.team-box.style-3 .content-box .sub-title {
    margin-bottom: 6px;
    color: #585858;
    -webkit-transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
    transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
}

.team-box.style-3 .content-box .social {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    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;
}

.team-box.style-3:hover p.sub-title {
    color: white;
}

.team-box.style-3 .content-box:before {
    content: "";
    height: 700px;
    width: 700px;
    background-color: var(--color_primary);
    border-radius: 50%;
    position: absolute;
    top: 70%;
    left: 75%;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
    transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
}

.team-box.style-3 .content-box .social li {
    margin-right: 2px;
}

.team-box.style-3 .content-box .social li a {
    color: #aeaeae;
    padding: 5px 10px;
    -webkit-transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
    transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
}

.team-box.style-3 .content-box .social li a:hover {
    color: var(--color_primary);
}

.team-box.style-3 .content-box .social li:last-child {
    margin-right: 0;
}

.team-box.style-3:hover .figure-box img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.team-box.style-3:hover .content-box:before {
    visibility: visible;
    opacity: 1;
    top: 0;
    left: 0;
    border-radius: 0 0 20px 0;
}

.team-box.style-3:hover .content-box .title a {
    color: #ffffff;
}

.team-box.style-3:hover .content-box .title a:hover {
    color: var(--color_hover_light);
}

.team-box.style-3:hover .content-box .social li a {
    color: #ffffff;
}

.team-box.style-3:hover .content-box .social li a:hover {
    color: var(--color_hover_light);
}

/* Style 2 in widget start */

.course_instructor_section_style_2 .team-box.style-3 {
    margin-bottom: 90px;
    overflow: visible;
}

.course_instructor_section_style_2 .team-box.style-3 .content-box:before {
    content: unset;
}

.course_instructor_section_style_2 .team-box.style-3:hover p.sub-title {
    color: unset;
}

.course_instructor_section_style_2 .team-box.style-3 .figure-box img {
    border-radius: 10px;
    height: inherit;
    object-fit: cover;
}

.course_instructor_section_style_2 .team-box.style-3 .content-box {
    overflow: hidden;
    margin-left: 30px;
    margin-right: 30px;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: -60px;
    padding: 30px 15px;
    border-radius: 10px;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 0 1px 100px 0 rgba(0, 0, 0, 0.1);
    min-height: 125px;
}

.course_instructor_section_style_2 .team-box.style-3 .content-box .title {
    font-weight: 500;
    margin-bottom: 0;
}

.course_instructor_section_style_2 .team-box.style-3 .content-box .title a {
    color: var(--color_text_heading);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.course_instructor_section_style_2 .team-box.style-3 .content-box .title a:hover {
    color: var(--color_primary);
}

.course_instructor_section_style_2 .team-box.style-3 .content-box .sub-title {
    margin-bottom: 15px;
}

.course_instructor_section_style_2 .team-box.style-3 .content-box .social {
    opacity: 0;
    visibility: hidden;
    margin-bottom: -60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.course_instructor_section_style_2 .team-box.style-3 .content-box .social li {
    margin-right: 15px;
    margin-bottom: 5px;
}

.course_instructor_section_style_2 .team-box.style-3 .content-box .social li a {
    border: 1px solid;
    border-color: #000000;
    color: #ffffff;
    font-size: 13px;
    height: 35px;
    width: 35px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #000000;
    border-radius: 50%;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.course_instructor_section_style_2 .team-box.style-3 .content-box .social li.github a {
    border-color: var(--github);
    background-color: var(--github);
}

.course_instructor_section_style_2 .team-box.style-3 .content-box .social li.github a:hover {
    background-color: transparent;
    color: var(--github);
}

.course_instructor_section_style_2 .team-box.style-3 .content-box .social li.facebook a {
    border-color: var(--facebook);
    background-color: var(--facebook);
}

.course_instructor_section_style_2 .team-box.style-3 .content-box .social li.facebook a:hover {
    background-color: transparent;
    color: var(--facebook);
}

.course_instructor_section_style_2 .team-box.style-3 .content-box .social li.twitter a {
    border-color: var(--twitter);
    background-color: var(--twitter);
}

.course_instructor_section_style_2 .team-box.style-3 .content-box .social li.twitter a:hover {
    background-color: transparent;
    color: var(--twitter);
}

.course_instructor_section_style_2 .team-box.style-3 .content-box .social li.website a {
    border-color: var(--website);
    background-color: var(--website);
}

.course_instructor_section_style_2 .team-box.style-3 .content-box .social li.website a:hover {
    background-color: transparent;
    color: var(--website);
}

.course_instructor_section_style_2 .team-box.style-3 .content-box .social li.linkedin a {
    border-color: var(--linkedin);
    background-color: var(--linkedin);
}

.course_instructor_section_style_2 .team-box.style-3 .content-box .social li.linkedin a:hover {
    background-color: transparent;
    color: var(--linkedin);
}

.course_instructor_section_style_2 .team-box.style-3:hover .social {
    opacity: 1;
    visibility: visible;
    margin-bottom: 0;
}

/* Style 2 in widget end*/

/* Course Instructor End */

/*
===========================
News And Blog Widget
===========================
*/

/* News And Blog Start */

.blog-box {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.blog-box.style-1 .figure-box {
    border-radius: 5px;
}

.blog-box .figure-box {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.blog-box .figure-box img {
    -webkit-transform: scale(1.01, 1.01);
    -ms-transform: scale(1.01, 1.01);
    transform: scale(1.01, 1.01);
    border-radius: 5px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.blog-box.style-1 .content-box {
    border-radius: 0 5px 5px 5px;
    position: relative;
    z-index: 2;
    left: 0;
    right: 0;
    margin: 0 10px;
    padding: 25px 20px;
    bottom: 0px;
    background-color: #ffffff;
    box-shadow: 0 0 90px 0 rgb(0 0 0 / 8%);
    margin-top: -100px;
}

.blog-box.style-1 .category-name {
    border-radius: 5px 5px 0 0;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 0;
    background-color: var(--color_primary);
    padding: 7px 14px;
}

.blog-box .category-name {
    font-size: 15px;
    font-family: var(--font_family_heading);
    font-weight: 500;
    letter-spacing: 1px;
    color: #ffffff;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog-box .content-box .title {
    font-weight: 500;
    margin-bottom: 14px;
}

.blog-box.style-1 .content-box .title a {
    color: var(--color_text_heading);
}

.news_and_blog .blog-box.style-2 .content-box .title a:hover {
    color: white;
}

.blog-box .content-box .title a {
    color: var(--color_text_heading);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.entry-meta.inline-list {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}

.entry-meta li i {
    margin-right: 7px;
}

.blog-box.style-1 .figure-box a img,
.blog-box.style-2 .figure-box a img {
    object-fit: cover;
}

.blog-box.style-2 .figure-box {
    border-radius: 10px;
}

.blog-box.style-2 .content-box {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    margin: 0 10px;
    padding: 25px 25px;
    bottom: 30px;
}

.blog-box.style-2 .category-name {
    margin-bottom: 5px;
}

.blog-box.style-2 .content-box .title {
    font-weight: 600;
}

.blog-box.style-2 .content-box .title a {
    color: #ffffff;
}

.blog-box.style-2 .content-box .entry-meta li {
    font-size: 16px;
    color: #ffffff;
}

.news_and_blog .blog-box.style-1 .content-box .title {
    margin-bottom: 5px;
}

.view_all_button a.view_all_post_btn {
    background-color: var(--color_primary);
    color: white;
    padding: 10px 50px;
    border-radius: 5px;
}

.view_all_button {
    text-align: center;
}

.blog-box.style-2 .figure-box::after {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: 0px;
    left: 0;
    right: 0;
    background: #00000045;
    top: 0;
}

.blog-box:hover .figure-box img {
    -webkit-transform: scale(1.12, 1.12);
    -ms-transform: scale(1.12, 1.12);
    transform: scale(1.12, 1.12);
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

/* Style 2 Start */

.blog-box.style-3 {
    margin-bottom: 30px;
}

.blog-box.style-3 .figure-box {
    border-radius: 10px 10px 10px 0;
    height: 270px;
}

.blog-box.style-3 .figure-box img {
    border-radius: 10px 10px 10px 0;
    height: inherit;
    object-fit: cover;
}

.blog-box.style-3 .category-name {
    border-radius: 5px;
    background-color: var(--color_primary);
    padding: 7px 14px;
}

.blog-box.style-3 .category-name:hover {
    background-color: var(--color_secondary);
    color: #000000;
}

.blog-box.style-3 .category-wrap {
    position: absolute;
    z-index: 2;
    top: 30px;
    left: 25px;
}

.blog-box.style-3 .content-box {
    margin-bottom: -50px;
    position: relative;
    z-index: 2;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
    background-color: #ffffff;
    border-radius: 0 10px 10px 10px;
    padding: 25px;
    margin-right: 50px;
    box-shadow: 0 4px 98px 0 rgb(0 0 0 / 6%);
}

.blog-box.style-3 .content-box .title {
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 1.4;
}

.blog-box.style-3 .content-box p {
    margin-bottom: 15px;
}

.category-wrap .category-name:first-of-type {
    margin-right: 10px;
}

/*
===========================
Testimonials Widget
===========================
*/
.layer_image_1 .btn-close {
    position: absolute;
    color: white;
    right: -20px;
    top: -20px;
    cursor: pointer;
}

/* Testimonials Start */

.swiper.testimonial_style_2 {
    overflow: hidden;
}

.testimonial-box.style-1 .description {
    margin-bottom: 40px;
    font-size: 15px;
    font-style: italic !important;
    letter-spacing: 1.2px;
    color: #888;
}

.testimonial-box.style-1 .customer-info {
    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;
    margin-bottom: 30px;
}

.testimonial-box.style-1 .customer-info .figure-box img {
    margin-right: 20px;
}

.testimonial-box.style-1 .customer-info .content-box {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.testimonial-box.style-1 .customer-info {
    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;
    margin-bottom: 30px;
}

.testimonial-box.style-1 .customer-info .figure-box img {
    margin-right: 20px;
}

.testimonial-box.style-1 .customer-info .content-box {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.testimonial-box .figure-box img {
    border-radius: 50%;
}

.testimonial-box .title {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 500;
}

.testimonial-box .designation {
    color: #7a7979;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    font-family: var(--font_family_heading);
}

.testimonial-box .testimonial-rating {
    font-size: 14px;
}

.testimonial-box .testimonial-rating .rated {
    color: #f5c415;
}

.testimonial-box .testimonial-rating li {
    margin-right: 5px;
}

.testimonial-box .testimonial-rating li:last-child {
    margin-right: 0;
}

.testimonial-box.style-1 .inline-list {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}

.rt-testimonial .arrow-icons {
    display: flex;
    gap: 10px;
    position: absolute;
    z-index: 2;
    height: 50px;
    right: 15px;
    top: -88px;
}

.rt-testimonial .arrow-icons button {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 50px;
    background-color: #ffffff;
    border-radius: 5px;
}

@media (max-width: 993px) {
    .rt-testimonial .arrow-icons {
        display: none;
    }
}

/* Style 2 Start */

.testimonial-box.style-2 {
    background-color: #ffffff;
    margin-bottom: 30px;
    border-radius: 10px;
    padding: 25px 20px;
    text-align: center;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.04);
}

.testimonial-box.style-2 .figure-box {
    margin-bottom: 15px;
}

.testimonial-box.style-2 .figure-box img {
    margin-left: auto;
    margin-right: auto;
}

.testimonial-box.style-2 .testimonial-rating {
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.testimonial-box.style-2 .rating-for {
    color: var(--color_primary);
    font-size: 18px;
    font-weight: 500;
    font-family: var(--font_family_heading);
}

.testimonial-box.style-2 .description {
    margin-bottom: 25px;
}

/* Style 2 Start */
.testimonial_style_2 .arrow-icons span {
    border: 1px solid #e1e1e1;
    background-color: transparent;
    border-radius: 5px;
    color: #e1e1e1;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.testimonial_style_2 .arrow-icons span:hover {
    border: 1px solid #0071dc;
    color: #0071dc;
}

.testimonial_style_2 .arrow-icons {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 25px;
}

/* Style 3 start */

.testimonial-carousel.swiper-container {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 50px;
}

.testimonial-carousel .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px;
}

.testimonial-carousel .swiper-wrapper {
    margin-bottom: 125px;
}

@media (max-width: 767px) {
    .testimonial-box.style-4 {
        padding: 35px 15px;
    }
}

.testimonial-box.style-4 .icon-box {
    color: #000000;
    position: absolute;
    z-index: 1;
    font-size: 80px;
    right: 50px;
    top: 30px;
    opacity: 0.05;
    line-height: 1;
}

.testimonial-box.style-4 .figure-box {
    margin-bottom: 15px;
}

.testimonial-box.style-4 .figure-box img {
    margin-left: auto;
    margin-right: auto;
}

.testimonial-box.style-4 .testimonial-rating {
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.testimonial-box.style-4 .rating-for {
    color: var(--color_primary);
    font-size: 18px;
    font-weight: 500;
    font-family: var(--font_family_heading);
}

.testimonial-box.style-4 .description {
    margin-bottom: 25px;
}

/* Style 3 end */
/* Testimonials Ends */

/*
===========================
Single Course Banner Widget
===========================
*/

/* Single Course Banner Widget Start */

#course_video_player iframe {
    height: 100%;
    overflow: hidden;
}

/* Single Course Banner Widget End */

/*
===========================
Instructor Archive Widget
===========================
*/

/* Instructor Archive Start */

.instructor-box.style-1 {
    margin-bottom: 30px;
    background-color: #ffffff;
    box-shadow: 0 0 35px 0 rgb(0 0 0 / 8%);
    border-radius: 10px;
    padding: 30px 20px 20px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.instructor-box.style-1 .header-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.instructor-box.style-1 .figure-box {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 20px;
    position: relative;
    z-index: 0;
    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;
    padding-left: 12px;
}

.instructor-box.style-1 .figure-box:before {
    border-radius: 10px 0 0 10px;
    content: "";
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 50%;
    background-color: var(--color_primary);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.instructor-box.style-1 .figure-box a {
    border-radius: 50%;
    display: inline-block;
}

.instructor-box.style-1 .figure-box img {
    border-radius: 50%;
    object-fit: cover;
}

.instructor-box.style-1 .content-box .title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0;
}

.instructor-box.style-1 .content-box .title a {
    color: var(--color_text_heading);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.instructor-box.style-1 .content-box .designation {
    color: var(--color_primary);
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 5px;
}

.instructor-box.style-1 .content-box .qualification {
    color: #161616;
    font-size: 15px;
}

ul.rating.inline-list {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}

.instructor-box.style-1 .content-box .rating li {
    color: #faba1f;
    font-size: 15px;
    margin-right: 8px;
}

.instructor-box.style-1 .footer-content {
    padding-top: 20px;
    margin-top: 30px;
    border-top: 1px solid #e5e5e5;
}

.instructor-box.style-1 .footer-content .entry-meta {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.instructor-box.style-1 .footer-content .entry-meta li {
    font-size: 16px;
    color: #747474;
    font-family: var(--font_family_heading);
}

.instructor-box.style-1:hover {
    box-shadow: 0 0 35px 0 rgb(0 0 0 / 15%);
}

.instructor-box.style-1:hover .figure-box:before {
    width: 70%;
}

/* Instructor Archive End */

/*
===========================
Course Archive Widget
===========================
*/

/* Course Archive Widget Start */
.course_archive_page_identifier {
    padding-top: 110px;
    padding-bottom: 85px;
}

.rt-single-lesson{
    padding-top: 110px;
    padding-bottom: 40px;
}

.post-type-archive-courses .tutor-notice-warning {
    display: none;
}

nav.course_archive_pagination ul {
    list-style: none;
    display: flex;
    justify-content: center;
}

nav.course_archive_pagination ul li a {
    color: var(--color_primary);
    font-weight: 500;
    padding: 8px 12px;
    border: solid 2px darkgray;
    font-size: 18px;
    margin: 5px;
    border-radius: 5px;
}

nav.course_archive_pagination ul li:hover a {
    color: white;
    background-color: var(--color_primary);
    border: solid 2px var(--color_primary);
}

button.filter_panel_button {
    float: right;
    font-weight: 500;
    padding: 2px 15px;
    background-color: #f2f3f400;
    border: 0;
    color: #0071dc;
    border: 1px solid rgb(0 113 220);
    border-radius: 5px;
    font-size: 18px;
    font-family: var(--font_family_heading);
    box-shadow: none;
}
button.filter_panel_button:hover{
    background: #0071dc;
    border: 1px solid #0071dc;  
}
.filter_panel {
    display: none;
    z-index: 2;
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.05);
    padding: 0;
    border: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin-top: 15px;
    position: absolute;
}

.filter_panel .filter-row {
    padding: 40px 30px 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.form-check .form-check-label {
    margin-left: 10px;
    color: #8a8a8a;
    font-family: var(--font_family_heading);
    font-size: 15px;
}

.form-check input {
    margin-top: 9px;
}

.filter_toggle {
    padding: 15px 40px !important;
    height: auto !important;
    overflow: visible !important;
    margin-bottom: 20px;
}

.course_block {
    position: relative;
}

.event_loader_text {
    position: absolute;
    width: 10%;
    height: 100%;
    z-index: 9999;
    top: 50%;
    left: 48%;
    font-size: 28px;
    color: black;
    font-weight: 800;
}

.col-lg-12.filter_block {
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.course_archive_page_identifier .filter_block .course_count {
    font-family: var(--font_family_heading);
    font-size: 18px;
    font-weight: 500;
}

.course_archive_page_identifier .filter_block .course_count b {
    color: var(--color_primary);
}

button.btn.filter_reset {
    border: solid 1px var(--color_primary);
    height: 42px;
    margin-top: 5px;
    margin-left: 12px;
    padding: 0px 10px;
}

button.btn.filter_reset:hover {
    background: var(--color_primary);
}

button.btn.filter_reset:hover {
    color: white;
}

.filter_block input,
.filter_block label {
    cursor: pointer;
}

.course_grid_archive a.btn-fill.style-4:hover {
    color: white;
    background-color: transparent;
}

/* Course Archive Widget End */

/*
===========================
Single Course Template
===========================
*/

/* Single Course Template Start */

.banner-info-style-1 {
    padding-bottom: 100px;
}

.banner-info-style-1 .content-box {
    margin-bottom: 30px;
    max-width: 550px;
    width: 100%;
}

.banner-info-style-1 .category-name {
    border-radius: 2px;
    margin-bottom: 20px;
    color: #7013f0;
    background-color: #f2e8ff;
    padding: 6px 28px;
    display: inline-block;
    font-size: 18px;
    margin-right: 10px;
    font-family: var(--font_family_heading);
}

.banner-info-style-1 .title {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.3;
}

.banner-info-style-1 .description {
    margin-bottom: 30px;
}

.banner-info-style-1 .list-info li {
    margin-bottom: 10px;
    margin-right: 30px;
    color: var(--color_text_heading);
    font-family: var(--font_family_heading);
    font-size: 17px;
    font-weight: 500;
    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;
}

.banner-info-style-1 .list-info li img {
    margin-right: 10px;
    border-radius: 50%;
}

.single-colurse-banner.single_banner_style_2 .single_course_meta_box a {
    color: white;
}

.banner-info-style-1 .text-center {
    text-align: center !important;
}

.banner-info-style-1 .inline-list {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}

.banner-info-style-1 .list-info li .list-rating li {
    margin-bottom: 0;
    font-size: 14px;
    color: #f5c415;
    margin-right: 5px;
}

.single_course_meta_box li img {
    width: 35px;
}

.banner-info-style-1 .figure-box .play-btn {
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-size: 30px;
    color: #ffffff;
    background-color: #373737;
    padding: 23px 42px;
    border-radius: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mfp-close:hover {
    background-color: unset;
}

.single_course_body {
    padding-top: 80px;
    padding-bottom: 80px;
}

.single_course_body h4.tutor-segment-title {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 20px;
}

.containersingle_course_body {
    background: #fefefe;
}
.single_course_side_block_1 .price del {
    display: block;
    color: #9d9a9a;
    font-size: 20px;
}

.single_course_side_block_1 .price ins {
    color: #161616;
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 1.2;
    display: block;
    background: transparent;
}

.single_course_side_block_1 .tutor-button {
    font-weight: 500;
    background: #0071dc;
    font-family: var(--font_family_heading);
    border: 1px solid #0071dc;
    padding: 12px 35px;
}

.single_course_side_block_1 .tutor-button:hover {
    border-color: #0071dc;
    color: #0071dc;
    background: transparent;
}

.single_course_side_block_1 {
    background-color: #ffffff;
    box-shadow: 0 1px 100px 0 rgba(0, 0, 0, 0.08);
    padding: 45px 40px;
    border-radius: 15px;
    margin-bottom: 32px;
}

.single_course_side_block_1 ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    color: #6b6b6b;
    margin-bottom: 15px;
}

.single_course_side_block_1 ul li span {
    color: var(--color_text_heading);
    font-weight: 500;
    position: relative;
    z-index: 1;
    padding-left: 35px;
    display: inline-block;
}

.single_course_side_block_1 ul li span i {
    font-size: 22px;
    color: #646871;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 3px;
}

.single_course_side_block_1 ul {
    padding-left: 0;
    margin-left: 0;
}

.tutor-color-success{
    color: #0071dc;
}

span.course_cat {
    padding-left: 75px !important;
    float: right !important;
    color: #7b7b7b !important;
    font-weight: 400 !important;
}

.figure-box a.play-btn.popup-youtube:hover {
    background-color: black;
}

#single_sidebar_course_share span {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: black !important;
}
.banner-info-style-1 .category-name:hover{
background:var(--color_primary);  
}
.banner-info-style-1 .category-name:hover a{
  color:#fff;
}

#single_sidebar_course_share {
    margin-top: 20px;
}

#single_sidebar_course_share button.tutor_share {
    margin-right: 10px;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}

#single_sidebar_course_share button.tutor_share:focus {
    outline: 0;
}

#single_sidebar_course_share button.s_facebook {
    border: solid 1px var(--facebook);
    background-color: var(--facebook);
}

#single_sidebar_course_share button.s_twitter {
    border: solid 1px var(--twitter);
    background-color: var(--twitter);
}

#single_sidebar_course_share button.s_linkedin {
    border: solid 1px var(--linkedin);
    background-color: var(--linkedin);
}

#single_sidebar_course_share button.s_tumblr {
    border: solid 1px var(--tumblr);
    background-color: var(--tumblr);
}

#single_sidebar_course_share button.tutor_share:hover {
    background-color: #ffffff;
}

#single_sidebar_course_share button.s_facebook:hover i {
    color: var(--facebook);
}

#single_sidebar_course_share button.s_twitter:hover i {
    color: var(--twitter);
}

#single_sidebar_course_share button.s_linkedin:hover i {
    color: var(--linkedin);
}

#single_sidebar_course_share button.s_tumblr:hover i {
    color: var(--tumblr);
}

.widget-course-category ul li {
    margin-top: 5px;
    font-size: 18px;
    position: relative;
    z-index: 1;
    font-family: var(--font_family_heading);
}

.widget-course-category ul li a {
    line-height: 35px;
    display: block;
    color: var(--color_text_heading);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.widget-course-category ul li a span {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    color: #6b6b6b;
    font-size: 16px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.widget-course-category ul li a:hover {
    color: var(--color_primary);
}

.widget-section-heading .widget-title {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500;
    color: #161616;
}

.widget-related-course ul>li {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.widget-related-course ul>li .left-box {
    display: inline-block;
    max-width: 100px;
    width: 100%;
    border-radius: 5px;
}

.widget-related-course ul>li .left-box .item-figure {
    display: block;
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.widget-related-course ul>li .left-box .item-figure img {
    border-radius: 5px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.widget-related-course ul>li .media-body {
    margin-left: 15px;
}

.widget-related-course ul>li .price {
    color: var(--color_primary);
}

.widget-related-course ul>li .entry-title {
    line-height: 22px;
    line-height: 1.3;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.widget-related-course ul>li .entry-title a {
    color: var(--color_text_heading);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.single_course_side_block_1 button.tutor-button:focus-visible,
div#single_sidebar_course_share button.tutor_share:focus-visible {
    outline-color: unset;
}

.single_banner_style_1 {
    background-color: #edf6ff;
}

.single_banner_style_2 {
    background-color: var(--color_primary);
}

.single_banner_style_2 .single_course_breadcrum a,
.single_banner_style_2 .single_course_breadcrum,
.single_banner_style_2 .title,
.single_banner_style_2 .content-box p,
.single_banner_style_2 .list-info li {
    color: #ffffff;
}

.single_banner_style_3 {
    background-color: #fff;
}

.single_banner_style_3 .single_course_breadcrum {
    background-color: #ebf4fd;
}

.single_course_breadcrum {
    padding: 40px;
}

.tutor-course-purchase-box a {
    text-align: left !important;
}

/* Single Course Template End */

/*
===========================
Course Archive Style 2
===========================
*/

/* Course Archive Style 2 Start */

.course_archive_style_2 .course-box.style-2 {
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 5%);
    margin-bottom: 30px;
    background-color: #ffffff;
    border-radius: 10px;
}

.course_archive_style_2 .course-box.style-2 .figure-box {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.course_archive_style_2 .course-box.style-2 .figure-box img {
    border-radius: 10px 10px 0 0;
    -webkit-transform: scale(1.01, 1.01);
    -ms-transform: scale(1.01, 1.01);
    transform: scale(1.01, 1.01);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.course_archive_style_2 .course-box.style-2 .content-box {
    position: relative;
    z-index: 1;
    padding: 35px 20px 20px;
}

.course_archive_style_2 .course-box.style-2 .content-box .admin-figure {
    position: absolute;
    z-index: 1;
    border: 2px solid #ffffff;
    top: -30px;
    right: 30px;
    border-radius: 50%;
}

.course_archive_style_2 .course-box.style-2 .content-box .price {
    font-size: 22px;
    font-weight: 600;
    font-family: var(--font_family_heading);
    color: var(--color_primary);
}

.course_archive_style_2 .course-box.style-2 .content-box .rating {
    margin-right: 17px;
    color: var(--color_text_heading);
    font-size: 15px;
    font-weight: 600;
    font-family: var(--font_family_heading);
}

.course_archive_style_2 .course-box.style-2 .content-box .rating i {
    color: #f5c415;
    margin-right: 5px;
}

.course_archive_style_2 .course-box.style-2 .content-box .teacher-name {
    color: #8d8d8d;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--font_family_heading);
    margin-bottom: 10px;
}

.course_archive_style_2 .course-box.style-2 .content-box .teacher-name a {
    color: #8d8d8d;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.course_archive_style_2 .course-box.style-2 .content-box .title {
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 22px;
    line-height: 1.4;
}

.course_archive_style_2 .course-box.style-2 .content-box .title a {
    color: var(--color_text_heading);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.course_archive_style_2 .course-box.style-2 .content-box .course-feature li {
    margin-right: 10px;
    font-size: 15px;
}

.course_archive_style_2 .course-box.style-2 .content-box .course-feature li i {
    margin-right: 8px;
    color: var(--color_text_body);
}

.course_archive_style_2 .course-box.style-2 .content-box .course-feature li:last-child {
    margin-right: 0;
}

.course_archive_style_2 .course-box.style-2 .content-box .admin-figure a img.tutor-image-avatar {
    height: 55px;
    width: 55px;
    border-radius: 50px;
}

.course_archive_style_2 .course-box.style-2 .content-box ul.inline-list.course-feature {
    list-style: none;
    display: flex;
    padding: 0;
}

.course_archive_style_2 .course-box.style-2 .content-box ul li a.details_style-2 {
    font-weight: 600;
    color: var(--color_primary);
}

.course_archive_style_2 .course-box.style-2 .content-box ul li a.details_style-2:hover {
    color: var(--color_secondary);
}

.course_archive_style_2 .teacher-name a h4.instructor_name.instructor-title {
    color: #8d8d8d;
    font-weight: 400;
}

.course_archive_style_2 .teacher-name a h4.instructor_name.instructor-title::before {
    content: "Instructor -";
    font-weight: 600;
}

.archive.course_block {
    width: 100%;
}

.course_archive_style_2 .course-box.style-2:hover .figure-box img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.archive_block_full_page {
    padding: 0 !important;
    margin: 0;
}

.archive_block_full_page .ajax-loader {
    position: fixed;
    top: 0;
    z-index: 5;
    background-color: #000000a1;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

.archive_block_full_page .ajax-loader img {
    position: fixed;
    left: 50%;
    top: 30%;
    transform: translateX(-50%);
}

.empty_course_alert {
    width: 100%;
}

.video_wrapper .video_play_button {
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%);
}

.course_archive_style_2 .course-box.style-2 .tutor_addons_course-wish-list {
    display: inline-block;
    height: 50px;
    width: 50px;
    font-size: 20px;
    color: #ffffff;
    border-radius: 50%;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 25px;
    top: 70px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.course_archive_style_2 .course-box.style-2 .tutor_addons_course-wish-list:hover {
    color: #f4245f;
}

.course_archive_style_2 .course-box.style-2 .tutor_addons_course-wish-list .lds-dual-ring::after {
    border: 2px solid #f4245f;
    border-color: #f4245f transparent #f4245f;
}

/* Course Archive Style 2 End */

/*
===========================
Course Archive Style 3 & 4
===========================
*/

/* Course Archive Style 3 & 4 Start */

.card.course_side_filter {
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 1px 100px 0 rgba(0, 0, 0, 0.08);
    padding: 10px 15px;
    border-radius: 15px;
    margin-bottom: 30px;
    border-width: 0px;
}

.archive_style_3_and_4 span.course_count {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.course-box.style-5 {
    margin-left: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    padding: 35px 20px;
    border-radius: 4px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .course-box.style-5 {
        display: block;
        margin-left: 0;
        margin-top: 35px;
    }
}

.course-box.style-5 .figure-box {
    margin-left: -45px;
    margin-right: 20px;
    max-width: 240px;
    width: 100%;
    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;
}

@media (max-width: 767px) {
    .course-box.style-5 .figure-box {
        display: block;
        margin-left: 0;
        margin-right: 0;
        max-width: inherit;
        margin-top: -70px;
        margin-bottom: 25px;
    }
}

.course-box.style-5 .figure-box img {
    border-radius: 10px 0 0 10px;
}

@media (max-width: 767px) {
    .course-box.style-5 .figure-box img {
        border-radius: 10px 10px 0 0;
    }
}

.course-box.style-5 .figure-box .info-list {
    position: absolute;
    z-index: 0;
    top: -20px;
    right: 40px;
}

.course-box.style-5 .figure-box .info-list li {
    margin-right: 10px;
}

.course-box.style-5 .figure-box .info-list li:last-child {
    margin-right: 0;
}

.course-box.style-5 .figure-box .course-status {
    background-color: #fa0a4e;
    border-radius: 4px;
    padding: 5px 15px;
    font-weight: 600;
    font-family: var(--font_family_heading);
    color: #ffffff;
}

.course-box.style-5 .figure-box .save-percent {
    background-color: var(--color_primary);
    border-radius: 4px;
    padding: 5px 15px;
    font-weight: 600;
    font-family: var(--font_family_heading);
    color: #ffffff;
}

.course-box.style-5 .content-box .category-name {
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    padding-left: 10px;
    margin-bottom: 5px;
    font-family: var(--font_family_heading);
    font-weight: 500;
}

.course-box.style-5 .content-box .category-name:after {
    position: absolute;
    z-index: 1;
    content: "";
    height: 1px;
    width: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    font-size: 30px;
    line-height: 1.2;
}

.course-box.style-5 .content-box .category-name.color-1 {
    color: #f013a5;
}

.course-box.style-5 .content-box .category-name.color-1:after {
    background-color: #f013a5;
}

.course-box.style-5 .content-box .category-name.color-2 {
    color: #7013f0;
}

.course-box.style-5 .content-box .category-name.color-2:after {
    background-color: #7013f0;
}

.course-box.style-5 .content-box .category-name.color-3 {
    color: #17d292;
}

.course-box.style-5 .content-box .category-name.color-3:after {
    background-color: #17d292;
}

.course-box.style-5 .content-box .category-name.color-4 {
    color: #f70644;
}

.course-box.style-5 .content-box .category-name.color-4:after {
    background-color: #f70644;
}

.course-box.style-5 .content-box .category-name.color-5 {
    color: #f8af12;
}

.course-box.style-5 .content-box .category-name.color-5:after {
    background-color: #f8af12;
}

.course-box.style-5 .content-box .category-name.color-6 {
    color: #00cfdc;
}

.course-box.style-5 .content-box .category-name.color-6:after {
    background-color: #00cfdc;
}

.course-box.style-5 .content-box .category-name.color-7 {
    color: #f812bf;
}

.course-box.style-5 .content-box .category-name.color-7:after {
    background-color: #f812bf;
}

.course-box.style-5 .content-box .category-name.color-8 {
    color: #5730ff;
}

.course-box.style-5 .content-box .category-name.color-8:after {
    background-color: #5730ff;
}

.course-box.style-5 .content-box .category-name.color-9 {
    color: #4fdc88;
}

.course-box.style-5 .content-box .category-name.color-9:after {
    background-color: #4fdc88;
}

.course-box.style-5 .content-box .category-name.color-10 {
    color: #a8b113;
}

.course-box.style-5 .content-box .category-name.color-10:after {
    background-color: #a8b113;
}

.course-box.style-5 .content-box .category-name.color-11 {
    color: #f87912;
}

.course-box.style-5 .content-box .category-name.color-11:after {
    background-color: #f87912;
}

.course-box.style-5 .content-box .category-name.color-12 {
    color: #00dc5d;
}

.course-box.style-5 .content-box .category-name.color-12:after {
    background-color: #00dc5d;
}

.course-box.style-5 .content-box .course-feature {
    margin-bottom: 10px;
}

.course-box.style-5 .content-box .course-feature li {
    margin-right: 30px;
    font-size: 15px;
}

.course-box.style-5 .content-box .course-feature li:last-child {
    margin-right: 0;
}

.course-box.style-5 .content-box .course-feature li i {
    margin-right: 10px;
}

.course-box.style-5 .content-box .description {
    margin-bottom: 15px;
}

.course-box.style-5 .course-footer {
    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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.course-box.style-5 .course-footer .sub-title {
    letter-spacing: 1px;
    color: #0071dc;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0;
}

.course-box.style-5 .course-footer .course-fee {
    color: #161616;
    font-size: 20px;
    font-family: var(--font_family_heading);
    font-weight: 600;
}

.course-box.style-5 .course-footer .course-fee span {
    display: none;
}

.course-box.style-5 .course-footer .course-fee.offer-active {
    color: #ef1c1c;
}

.course-box.style-5 .course-footer .course-fee.offer-active span {
    font-weight: 400;
    display: inline-block;
    margin-left: 20px;
    color: #bababa;
    text-decoration: line-through;
}

.course-box.style-5 .course-footer .course-rating {
    color: #f5c415;
    font-size: 14px;
}

.course-box.style-5 .course-footer .course-rating li {
    margin-right: 5px;
}

.course-box.style-5 .course-footer .course-rating li:last-child {
    margin-right: 0;
}

.course-box.style-5 .course-footer .course-rating .rating-count {
    color: #8d8d8d;
}

.course-box.style-5 .hover-content {
    width: calc(100% + 25px);
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: -25px;
    overflow: hidden;
    border-radius: 5px;
    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;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

@media (max-width: 767px) {
    .course-box.style-5 .hover-content {
        height: calc(100% + 25px);
        width: 100%;
        left: 0;
        top: -35px;
    }
}

.course-box.style-5 .hover-content:after {
    border-radius: 5px;
    height: 100%;
    width: 100%;
    left: 0;
    top: -100%;
    content: "";
    background-color: var(--color_primary);
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.course-box.style-5 .hover-content .inner {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    padding: 22px 32px 28px;
    border-radius: 5px;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.course-box.style-5 .hover-content .inner .course-wish-list {
    display: inline-block;
    height: 50px;
    width: 50px;
    background-color: #f4245f;
    border: 1px solid #f4245f;
    font-size: 20px;
    color: #ffffff;
    border-radius: 50%;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 25px;
    top: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.course-box.style-5 .hover-content .inner .course-wish-list:hover {
    background-color: transparent;
    border: 1px solid #ffffff;
}

.course-box.style-5 .hover-content .inner .category-name {
    color: #ffffff;
    position: relative;
    z-index: 1;
    padding-left: 10px;
    margin-bottom: 0;
    font-weight: 500;
    font-family: var(--font_family_heading);
}

.course-box.style-5 .hover-content .inner .category-name:after {
    background-color: #ffffff;
    position: absolute;
    z-index: 1;
    content: "";
    height: 1px;
    width: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    font-size: 30px;
    line-height: 1.2;
}

.course-box.style-5 .hover-content .inner .title {
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.course-box.style-5 .hover-content .inner .title a {
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.course-box.style-5 .hover-content .inner .title a:hover {
    color: var(--color_hover_light);
}

.course-box.style-5 .hover-content .inner .course-admin {
    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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
    margin-bottom: 10px;
}

.course-box.style-5 .category-name a, .course-box.style-5 .admin a {
    color: white;
}

.course-box.style-5 .hover-content .inner .course-admin .admin {
    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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #ffffff;
    font-size: 17px;
    font-family: var(--font_family_heading);
}

.course-box.style-5 .hover-content .inner .course-admin .admin img {
    border-radius: 50%;
    margin-bottom: 5px;
    width: 25px;
    height: auto;
}

.course-box.style-5 .hover-content .inner .course-admin .admin span {
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 5px;
}

.course-box.style-5 .hover-content .inner .course-admin .course-rating {
    color: #f5c415;
    font-size: 14px;
}

.course-box.style-5 .hover-content .inner .course-admin .course-rating li {
    margin-right: 5px;
}

.course-box.style-5 .hover-content .inner .course-admin .course-rating li:last-child {
    margin-right: 0;
}

.course-box.style-5 .hover-content .inner .course-admin .course-rating .rating-count {
    color: #ffffff;
}

.course-box.style-5 .hover-content .inner .description {
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

@media (max-width: 575px) {
    .course-box.style-5 .hover-content .inner .description {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}

.course-box.style-5 .hover-content .inner .course-feature {
    margin-right: 20px;
}

.course-box.style-5 .hover-content .inner .course-feature li {
    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;
    margin-right: 20px;
    color: #ffffff;
}

.course-box.style-5 .hover-content .inner .course-feature li:last-child {
    margin-right: 0;
}

.course-box.style-5 .hover-content .inner .course-feature li i {
    margin-right: 7px;
}

.course-box.style-5 .hover-content .inner .course-footer {
    padding-top: 0;
    border-top: 0;
    margin-top: 0;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
}

.course-box.style-5 .hover-content .inner .course-footer .price {
    margin-left: 30px;
    color: #ffffff;
    font-size: 20px;
    font-family: var(--font_family_heading);
    font-weight: 600;
}

.course-box.style-5:hover .hover-content:after {
    top: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.course-box.style-5:hover .hover-content .inner {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.course-box.style-5.additional-info {
    min-height: 490px;
    padding: 38px;
    margin-top: 0;
    height: calc(100% - 30px);
    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;
    background-color: #ffffff;
    border-width: 2px;
    border-style: dashed;
    border-color: #c1c1c1;
}

.course-box.style-5.additional-info .title {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 30px;
}

.single_course_breadcrum {
    color: #9e9e9e;
    font-size: 16px;
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
}

.single_course_breadcrum a {
    font-weight: 600;
}

.single_course_side_block_1 ul.block-list.list-item {
    margin-left: 0;
}

.single_course_side_block_1 .widget-section-heading.heading-dark {
    margin-bottom: 15px;
}

.load_more_button {
    margin: 40px;
}

.tutor-notice-warning {
    display: none !important;
}

/* Course Archive Style 3 & 4 End */

/* Archive Select Filter Start */

.selected_course_filters ul {
    list-style: none;
    display: flex;
    padding-left: 0;
    flex-wrap: wrap;
}

.selected_course_filters ul li {
    margin: 5px 10px;
    border: solid 1px var(--color_primary);
    padding: 5px 10px;
    border-radius: 5px;
    position: relative;
}

.selected_course_filters ul li span {
    background-color: var(--color_primary);
    border-radius: 50px;
    margin-left: 10px;
    position: absolute;
    right: -12px;
    top: -8px;
    font-size: 12px;
    display: flex;
    color: #ffffff;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    cursor: pointer;
}

/* Archive Select Filter End */

/*
===========================
Single Course Enroll
===========================
*/

/* Single Course Enroll Start */

.tutor-addons_single_course_enroll_box .tutor-single-lesson-segment.tutor-lesson-video-wrap {
    display: none;
}

.tutor-addons_single_course_enroll_box .tutor-single-course-segment.tutor-course-material-includes-wrap {
    display: none;
}

/* Single Course Enroll End */

/*
===========================
Sign Up Template
===========================
*/

/* Sign Up template Start */

.tutor_addon_signUp {
    background-image: linear-gradient(45deg, #a80e72, #0f28a2, #cf1484);
    border-radius: 10px;
    box-shadow: 0 0 13px 0 black;
}

.tutor_addon_signUp .sign_up_form {
    background: white;
    margin: 70px 0;
    padding: 22px;
    border-radius: 10px;
}

.tutor_addon_signUp .sign_up_form input {
    height: 40px;
}

.tutor_addon_signUp button.tutor-button {
    width: 100%;
    display: block !important;
}

.image_animation img {
    transform: rotatey(180deg);
}

/* Sign Up template End */

/*
===========================
Video Modal
===========================
*/

/* Video Modal Start */

#single_course_video_modal .modal-dialog,
.popup_modal .modal-dialog {
    max-width: 800px !important;
}

#single_course_video_modal iframe#video,
.popup_modal iframe#modal_video {
    width: 100%;
    height: 100%;
}

#single_course_video_modal .modal-content,
.popup_modal .modal-content {
    height: 500px !important;
}

.embed-responsive.embed-responsive-16by9 {
    height: 100%;
}

#single_course_video_modal .modal-body,
.popup_modal .modal-body {
    padding: 0;
}

.btn.video_play_button {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 23px 42px;
    font-size: 30px;
    line-height: inherit;
    background-color: #dc0024;
    border-radius: 20px;
    border-radius: 15px;
    border-width: 0px;
    display: flex;
}

.btn.video_play_button:hover {
    background-color: #ffffff;
    color: #dc0024;
}

.banner-info-style-1 .figure-box {
    position: relative;
}

.video_not_found_notice {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

button.btn.btn-primary.video_play_button:focus {
    box-shadow: unset;
    border: unset;
}

button.btn.btn-primary.video_play_button:hover {
    border: 0;
}

/* Video Modal End */

/*
===========================
Admin Meta Box
===========================
*/

/* Admin Meta Box Start */

.admin_event_input {
    height: 440px;
    width: 100%;
    margin-top: 30px;
}

.admin_event_input .input_label {
    float: left;
    width: 45%;
    padding: 10px 25px;
}

.input_label input {
    float: right;
    width: 40%;
    height: 40px;
}

.admin_event_input .input_label label {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.admin_event_input .input_label label span {
    color: red;
}

/* Admin Meta Box End */

/*
===========================
Single Course Event
===========================
*/

/* Single Course Event Start */

.course_single_event .event_breadcrumb {
    background-color: #ebf4fd;
    text-align: center;
    padding: 50px 0;
}

.container-fluid.course_single_event {
    padding: 0;
    margin: 0;
}

.course_single_event .event_title .title {
    font-size: 40px !important;
    font-weight: 500 !important;
    text-align: center;
    width: 50%;
    margin: auto;
}

.location_date_time ul {
    text-align: center;
    display: flex;
    list-style: none;
    justify-content: center;
}

.location_date_time ul li {
    padding: 15px;
    color: gray;
}

.course_single_event .figure-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 50px;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
    border-radius: 15px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.course_single_event .figure-box .event-info {
    max-width: 390px;
    width: 100%;
    padding: 45px 35px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 100px 0 rgb(0 0 0 / 10%);
    z-index: 1;
    text-align: center;
}

.course_single_event .figure-box .event-info .list-info {
    margin-bottom: 30px;
    padding: 0 !important;
    margin-left: 0 !important;
}

.course_single_event .figure-box .event-info .custom-btn-fill {
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    border: solid 1px;
    padding: 12px 30px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.event-info .share-links a {
    font-size: 15px;
    color: var(--color_primary);
    height: 45px;
    width: 45px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid;
    border-color: #d7d7d7;
    background-color: transparent;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.event-info .share-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.event-info .share-links a:hover {
    border-color: var(--color_primary);
    background-color: var(--color_primary);
    color: #ffffff;
}

.course_single_event .figure-box .event-info .list-info li {
    margin-bottom: 10px;
    color: #333;
    font-size: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.course_single_event .figure-box .event-info .list-info li span {
    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;
}

.course_single_event .figure-box .event-info .list-info li i {
    margin-right: 10px;
    font-size: 26px;
    font-weight: 900;
}

.course_single_event .figure-box .event-info .list-info li .hilight-value {
    font-weight: 600;
    color: #de1e1e;
}

.course_single_event .figure-box .event-info .list-info li .info-value {
    font-size: 24px;
}

.course_single_event .figure-box .single-event-social {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    list-style: none;
    display: flex;
    margin-top: 25px;
}

.course_single_event a.btn-fill.custom-btn-fill:hover {
    color: var(--color_primary);
    background-color: transparent;
}

.course_single_event .banner_img {
    margin-top: 35px;
}

.course_single_event .map_and_address iframe {
    width: 100%;
    height: 500px;
    border-radius: 10px;
    border: 0px;
}

.course_single_event .row.map_and_address {
    margin-top: 50px;
}

.map_and_address .address-box.style-2 {
    border-radius: 15px;
    padding: 60px;
    background-color: #ffffff;
    box-shadow: 0 0 100px 0 rgb(0 0 0 / 10%);
}

.map_and_address .address-box.style-2 .section-heading {
    font-size: 24px;
    font-weight: 500;
}

.map_and_address .address-box.style-2 .description {
    margin-bottom: 20px;
}

.map_and_address .block-list {
    padding: 0;
    margin: 0;
    display: block;
    list-style: none;
}

.map_and_address .address-box.style-2 .address-list li {
    margin-bottom: 20px;
    font-size: 18px;
}

.map_and_address .address-box.style-2 .address-list li .title {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
}

.map_and_address .col-lg-5.d-flex {
    margin-left: -60px;
    z-index: 1;
}

/* Single Course Event End */

/*Event breadcumb*/

.breadcrumb-wrap-style-1 .entry-breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #ebf4fd;
    padding: 50px 15px;
    margin-bottom: 0;
}

.breadcrumb-wrap-style-1 .entry-breadcrumb .delimiter {
    padding: 0px 10px;
}

.breadcrumb-wrap-style-1 .entry-breadcrumb {
    font-size: 16px;
    font-weight: 500;
    font-family: var(--font_family_heading);
}

/*
===========================
Event Archive
===========================
*/

/* Event Archive Start */

.event_card .event-box.style-1 {
    box-shadow: 0 0 50px 0 rgb(0 0 0 / 5%);
    margin-bottom: 30px;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.event_card .event-box.style-1 .figure-box {
    position: relative;
    z-index: 1;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.event_card .event-box.style-1 .figure-box img {
    border-radius: 10px 10px 0 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
    transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
    height: 260px;
    object-fit: cover;
}

.event_card .event-box.style-1 .figure-box .date {
    position: absolute;
    z-index: 1;
    right: 20px;
    top: 20px;
    background-color: var(--color_primary);
    padding: 2px 12px 2px;
    color: #ffffff;
    border-radius: 3px;
    font-family: var(--font_family_heading);
    font-size: 15px;
    font-weight: 500;
}

.event_card .event-box.style-1 .content-box {
    padding: 25px 25px;
    background-color: #ffffff;
}

.event_card .event-box.style-1 .content-box .title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
}

.event_card .event-box.style-1 .content-box .title a {
    color: var(--color_text_heading);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.event_card .event-box.style-1 .content-box .location {
    color: #8d8d8d;
    font-size: 15px;
    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;
}

.event_card .event-box.style-1 .content-box .location i {
    font-size: 18px;
    margin-right: 10px;
    color: var(--color_primary);
}

.event_card .event-box.style-1:hover .figure-box img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.filter-wrap .event_total_notice {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px;
    margin-right: 30px;
}

.filter-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 15px 0 !important;
}

.course_event_filter {
    padding: 5px 0;
    box-shadow: 0 0 100px 0 rgb(0 0 0 / 5%);
}

.course_event_filter input,
.course_event_filter select,
.course_event_filter button {
    height: 50px;
    width: 100%;
}

.course_event_filter {
    background-color: #ffffff;
    box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.05);
    padding: 25px;
    margin-bottom: 60px;
}

.course_event_archive {
    padding-top: 120px;
    padding-bottom: 120px;
}

.course_event_filter .select2-container--default .select2-selection--single {
    border: 1px solid #ccc;
}

.course_event_filter .col {
    padding-left: 2px;
    padding-right: 2px;
}

.course_event_filter label {
    margin-bottom: 10px;
}

.course_event_filter button {
    width: 100%;
    background-color: var(--color_primary);
    color: white;
    border-color: var(--color_primary);
}

.course_event_filter button:hover {
    background-color: orange;
    border-color: orange;
}

.event_loader,
.event_loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

.event_loader {
    margin: 60px auto;
    font-size: 5px;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
    position: fixed;
    top: 35%;
    left: 48%;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.event_loader_div {
    background: #000000ab;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: none;
}

.event_filter_button:focus {
    border: none;
    box-shadow: unset;
}

.speaker-box.style-1 {
    text-align: center;
    margin-bottom: 30px;
}

.speaker-box.style-1 .figure-box {
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 5px;
    padding: 0;
    height: 300px;
}

.speaker-box.style-1:hover .figure-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.speaker-box.style-1 .figure-box img {
    border-radius: 5px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    object-fit: cover;
    height: inherit;
    width: 100%;
}

.speaker-box.style-1 .content-box .title {
    margin-bottom: 0;
    font-weight: 500;
    color: black;
}

.event_speaker_container h2.inner-section-heading {
    color: black;
    margin-top: 70px;
}

/* Event Archive End */

/*
===========================
Heading Widget
===========================
*/

/* Heading Widget Start */

.section-heading.style-1 {
    text-align: center;
}

.section-heading.style-1 .title:before {
    content: "";
    height: 3px;
    width: 30px;
    background-color: #ffc221;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
}

.section-heading.style-1 .title {
    padding: 0 30px;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.section-heading.style-1 .title:after {
    content: "";
    height: 3px;
    width: 30px;
    background-color: #ffc221;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
}

.section-heading.style-2 {
    position: relative;
    z-index: 1;
    padding-left: 18px;
    margin-bottom: 40px;
}

.section-heading.style-2 .sub-title {
    color: var(--color_primary);
    font-size: 16px;
    font-weight: 500;
    font-family: var(--font_family_heading);
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.section-heading.style-2 .title {
    margin-bottom: 0;
}

.section-heading.style-2:after {
    position: absolute;
    content: "";
    z-index: 1;
    width: 3px;
    background-color: #ffc221;
    top: 6px;
    left: 0;
}

/* Style 3 Start */

.section-heading.style-3 .sub-title {
    padding: 5px 20px 5px 5px;
    background-color: #edf6ff;
    font-size: 16px;
    font-family: var(--font_family_heading);
    color: var(--color_primary);
    margin-bottom: 20px;
    border-radius: 45px;
    display: inline-block;
    font-weight: 500;
}

.section-heading.style-3 .sub-title span {
    background-color: var(--color_primary);
    padding: 5px 15px;
    margin-right: 10px;
    border-radius: 45px;
    color: #ffffff;
    display: inline-block;
}

@media (max-width: 575.98px) {
    .section-heading.style-3 .sub-title span {
        display: none;
    }
}

/* Style 3 End */

/* Heading Widget End */

/*
===========================
Slider Widget
===========================
*/

/* Slider Widget Start */

.slider_container .single-item img {
    width: 100%;
    display: block;
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
}

.slider_container .swiper-slide {
    z-index: 1;
    margin-top: 18px;
}

.slider_container .single-item {
    position: relative;
}

.slider_container .single-item::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #edf6ff;
    height: 100%;
    width: 90%;
    display: block;
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
}

.slider_container {
    position: relative;
}

.slider_container .arrow-icons {
    position: absolute;
    bottom: -25px;
    right: -91%;
    z-index: 1;
}

.slider_container .arrow-icons button {
    border-radius: 50px;
    height: 30px;
    width: 30px;
    font-size: 12px;
    align-items: center;
    -webkit-box-align: center;
    padding: 0;
}

/* Style 2 Start */
.tutor-course-topics-contents .tutor-course-lesson i{
  color:#FF0000;
}

.tutor-course-topics-contents .tutor-course-lesson h5{
  font-size:14px;
}

.main-banner-wrap-style-4 {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    z-index: 1;
}

.main-banner-wrap-style-4 .swiper-container {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.main-banner-wrap-style-4 .banner-figure {
    height: 100vh;
    width: 100%;
}

.main-banner-wrap-style-4 .banner-figure .swiper-wrapper {
    position: relative;
    z-index: 1;
}

.main-banner-wrap-style-4 .banner-figure .swiper-wrapper:before {
    position: absolute;
    z-index: 1;
    content: "";
    background-color: rgba(0, 0, 0, 0.45);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.main-banner-wrap-style-4 .banner-figure .swiper-slide {
    background-size: cover;
    background-position: center;
}

.main-banner-wrap-style-4 .banner-text {
    padding: 100px 0;
    width: 70%;
    height: auto;
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
    z-index: 2;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 1199px) {
    .main-banner-wrap-style-4 .banner-text {
        padding: 100px 0;
        width: 80%;
    }
}

.main-banner-wrap-style-4 .banner-text .swiper-slide {
    opacity: 0 !important;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
    background-color: transparent;
}

.main-banner-wrap-style-4 .banner-text .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
}

.main-banner-wrap-style-4 .banner-text .swiper-slide.swiper-slide-active .title {
    -webkit-animation: fadeInDownCustom 1.5s forwards;
    animation: fadeInDownCustom 1.5s forwards;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.main-banner-wrap-style-4 .banner-text .swiper-slide.swiper-slide-active .description {
    -webkit-animation: fadeInDownCustom 1.5s forwards;
    animation: fadeInDownCustom 1.5s forwards;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.main-banner-wrap-style-4 .banner-text .swiper-slide.swiper-slide-active .btn-wrap {
    -webkit-animation: fadeInDownCustom 1.5s forwards;
    animation: fadeInDownCustom 1.5s forwards;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

@-webkit-keyframes fadeInDownCustom {
    0% {
        opacity: 0 !important;
        -webkit-transform: translateY(80px);
        transform: translateY(80px);
    }

    100% {
        opacity: 1 !important;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDownCustom {
    0% {
        opacity: 0 !important;
        -webkit-transform: translateY(80px);
        transform: translateY(80px);
    }

    100% {
        opacity: 1 !important;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.main-banner-wrap-style-4 .swiper-slide {
    height: 100vh;
    background-size: cover;
    display: flex;
    align-items: center;
    position: relative;
}

.main-banner-wrap-style-4 .swiper-slide:before {
    position: absolute;
    z-index: 1;
    content: "";
    background-color: rgba(0, 0, 0, 0.45);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.main-banner-wrap-style-4 .text-center {
    position: relative;
    z-index: 1;
}

.main-banner-wrap-style-4 .title {
    color: #ffffff;
    line-height: 1.1;
    font-weight: 600;
    max-width: 750px;
    font-size: 70px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

@media (max-width: 1199px) {
    .main-banner-wrap-style-4 .title {
        font-size: 60px;
    }
}

@media (max-width: 991px) {
    .main-banner-wrap-style-4 .title {
        font-size: 48px;
    }
}

@media (max-width: 767px) {
    .main-banner-wrap-style-4 .title {
        font-size: 42px;
        line-height: 1.3;
    }
}

@media (max-width: 575px) {
    .main-banner-wrap-style-4 .title {
        font-size: 36px;
    }
}

.main-banner-wrap-style-4 .description {
    color: #ffffff;
    max-width: 550px;
    font-size: 22px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .main-banner-wrap-style-4 .description {
        display: none;
    }
}

.main-banner-wrap-style-4 .swiper-pagination {
    position: relative;
    z-index: 2;
    bottom: 30px !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.main-banner-wrap-style-4 .swiper-pagination-bullet {
    opacity: 1;
    position: relative;
    z-index: 2;
    width: 12px;
    height: 12px;
    margin: 0 10px !important;
    border-radius: 50%;
    color: transparent;
    background-color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.main-banner-wrap-style-4 .swiper-pagination-bullet:before {
    opacity: 0;
    content: "";
    position: absolute;
    z-index: 1;
    height: 30px;
    width: 30px;
    background-color: #ffffff;
    border-radius: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.main-banner-wrap-style-4 .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    opacity: 0.25;
}

.main-banner-wrap-style-4 .swiper-pagination-bullet:focus {
    outline: none;
}

/* Style 2 End */
/* Slider Widget End */

/*
===========================
Icon Box Widget
===========================
*/

/* Icon Box Widget Start */

/* Style 1 */

.custom_icon_box_1 .info-box.style-1 {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.custom_icon_box_1 .info-box.style-1 .content-box .title {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 10px;
}

.custom_icon_box_1 .info-box.style-1 .icon-box {
    line-height: 1;
    margin-bottom: 20px;
    height: 60px;
    font-size: 30px;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.custom_icon_box_1 .info-box.style-1 .icon-box i {
    border-radius: 15px;
}

/* Style 2 */

.custom_icon_box_2 .guide-box.style-1 {
    background-color: #ffffff;
    padding: 73px 35px 68px;
    text-align: center;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 70px 0 rgb(0 0 0 / 3%);
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.custom_icon_box_2 .guide-box.style-1 .line-shap {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

.custom_icon_box_2 .guide-box.style-1 .line-shap.after-shape {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.custom_icon_box_2 .guide-box.style-1 .line-shap.before-shape {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.custom_icon_box_2 .guide-box.style-1 .icon-box {
    font-size: 70px;
    color: var(--color_primary);
    line-height: 1;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.custom_icon_box_2 .guide-box.style-1 .title {
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 24px;
}

.custom_icon_box_2 .guide-box.style-1 .description {
    margin-bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.custom_icon_box_2 .guide-box.style-1:hover {
    background-color: var(--color_secondary);
}

.custom_icon_box_2 .guide-box.style-1:hover .line-shap.after-shape {
    opacity: 0;
    visibility: hidden;
}

.custom_icon_box_2 .guide-box.style-1:hover .line-shap.before-shape {
    opacity: 1;
    visibility: visible;
}

.custom_icon_box_2 .guide-box.style-1:hover .icon-box {
    color: var(--color_text_heading);
}

.custom_icon_box_2 .guide-box.style-1:hover .description {
    color: #161616;
}

/* Style 3 */

.custom_icon_box_3 .category-box.style-3 {
    text-align: center;
    margin-bottom: 30px;
}

.custom_icon_box_3 .category-box.style-3 .figure-box img {
    border-radius: 10px 10px 0 0;
    object-fit: cover;
}

.custom_icon_box_3 .category-box.style-3 .content-box .top-content {
    padding: 35px 15px 10px;
    position: relative;
    z-index: 1;
    background-color: #f0f7fd;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.custom_icon_box_3 .category-box.style-3 .content-box .top-content .icon-box {
    position: absolute;
    z-index: -1;
    top: -60px;
    left: 0;
    right: 0;
    background-color: #f0f7fd;
    border-radius: 50%;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 46px;
    height: 120px;
    width: 120px;
    margin: 0 auto;
    color: var(--color_primary);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.custom_icon_box_3 .category-box.style-3 .content-box .top-content .title {
    font-weight: 500;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.custom_icon_box_3 .category-box.style-3 .content-box .bottom-content {
    border-radius: 0 0 10px 10px;
    padding: 25px 30px 50px;
    background-color: #f6fbff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.custom_icon_box_3 .category-box.style-3 .content-box .bottom-content .description {
    margin-bottom: 40px;
}

.custom_icon_box_3 .category-box.style-3:hover .content-box .top-content {
    background-color: var(--color_primary);
}

.custom_icon_box_3 .category-box.style-3:hover .content-box .top-content .icon-box {
    background-color: var(--color_primary);
    color: #ffffff;
}

.custom_icon_box_3 .category-box.style-3:hover .content-box .top-content .title {
    color: #ffffff;
}

.custom_icon_box_3 .category-box.style-3:hover .content-box .bottom-content {
    background-color: #eef6fe;
}

.custom_icon_box_3 .category-box.style-3:hover .content-box .bottom-content .item-btn {
    background-color: var(--color_primary);
    color: #ffffff;
}

.custom_icon_box_3 .category-box.style-3:hover .content-box .bottom-content .item-btn:hover {
    background-color: transparent;
    color: var(--color_primary);
}

@media (min-width: 992px) {
    .child-item:nth-child(1n) .custom_icon_box_3 .category-box.style-3 .figure-box img {
        border-radius: 10px 0 0 0;
    }

    .child-item:nth-child(1n) .custom_icon_box_3 .category-box.style-3 .content-box .bottom-content {
        border-radius: 0 0 0 10px;
    }

    .child-item:nth-child(2n) .custom_icon_box_3 .category-box.style-3 .figure-box img {
        border-radius: 0;
    }

    .child-item:nth-child(2n) .custom_icon_box_3 .category-box.style-3 .content-box .bottom-content {
        border-radius: 0;
    }

    .child-item:nth-child(3n) .custom_icon_box_3 .category-box.style-3 .figure-box img {
        border-radius: 0 10px 0 0;
    }

    .child-item:nth-child(3n) .custom_icon_box_3 .category-box.style-3 .content-box .bottom-content {
        border-radius: 0 0 10px 0;
    }
}

.custom_icon_box_3 .btn-fill.style-2 {
    display: inline-block;
    background-color: #edf6ff;
    color: var(--color_primary);
    padding: 12px 30px;
    border-radius: 5px;
    font-family: var(--font_family_heading);
    font-size: 16px;
    border: 1px solid #edf6ff;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* Style 4 */
.custom_icon_box_4 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 45px 75px;
    color: #ffffff;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.custom_icon_box_4:before {
    position: absolute;
    z-index: -1;
    content: "";
    height: 100%;
    width: 100%;
    background-color: #005ae2;
    top: 0;
    left: 0;
    border-radius: 15px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.custom_icon_box_4:after {
    content: "";
    position: absolute;
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.custom_icon_box_4 .icon-box {
    font-size: 70px;
    line-height: 1;
    margin-bottom: 10px;
    display: flex;
}

.custom_icon_box_4 .content-box .title {
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 10px;
}

.custom_icon_box_4 .content-box .description {
    margin-bottom: 0;
}

.custom_icon_box_4:hover:before {
    -webkit-transform: scaleY(1.1);
    -ms-transform: scaleY(1.1);
    transform: scaleY(1.1);
}

.custom_icon_box_4:hover .icon_box_after img {
    -webkit-transform: scaleY(1.1);
    -ms-transform: scaleY(1.1);
    transform: scaleY(1.1);
}

.custom_icon_box_4 .icon_box_after {
    position: absolute;
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    overflow: hidden;
}

/* Icon Box Widget End */

/*
===========================
Instructor Profile
===========================
*/

/* Instructor Profile Start */

.breadcrumb-wrap-style-1 {
    padding: 0;
}

.breadcrumb-wrap-style-1 .breadcrumb {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #ebf4fd;
    padding: 50px 15px;
    margin-bottom: 0;
}

.breadcrumb-wrap-style-1 .breadcrumb .breadcrumb-item:before {
    color: #4a4a4a;
}

.breadcrumb-wrap-style-1 .breadcrumb .breadcrumb-item a {
    color: #4a4a4a;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.breadcrumb-wrap-style-1 .breadcrumb .breadcrumb-item a:hover {
    color: var(--color_primary);
}

.breadcrumb-wrap-style-1 .breadcrumb .breadcrumb-item.active {
    color: #9e9e9e;
}

.profile-box {
    padding: 50px;
    box-shadow: 0 1px 100px 0 rgba(0, 0, 0, 0.06);
    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;
    border-radius: 15px;
}

@media (max-width: 991px) {
    .profile-box {
        display: block;
        padding: 15px;
    }

    .profile-social {
        justify-content: center;
    }
}

.profile-box .figure-box {
    margin-right: 50px;
    text-align: center;
}

@media (max-width: 991px) {
    .profile-box .figure-box {
        margin-right: 0;
        margin-bottom: 30px;
    }
}

.profile-box .figure-box img {
    border-radius: 50%;
    height: 420px;
    width: 420px;
    object-fit: cover;
}

.profile-box .content-box {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.profile-box .content-box .title {
    font-size: 36px;
    font-weight: 600;
}

@media (max-width: 1199px) {
    .profile-box .content-box .title {
        font-size: 34px;
    }
}

@media (max-width: 991px) {
    .profile-box .content-box .title {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .profile-box .content-box .title {
        font-size: 30px;
    }
}

@media (max-width: 575px) {
    .profile-box .content-box .title {
        font-size: 28px;
    }
}

.profile-box .content-box .designation {
    margin-right: 15px;
    font-size: 24px;
    font-family: var(--font_family_heading);
    color: var(--color_primary);
}

@media (max-width: 991px) {
    .profile-box .content-box .designation {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .profile-box .content-box .designation {
        font-size: 20px;
    }
}

.profile-box .content-box .rating {
    margin-top: 6px;
}

.profile-box .content-box .rating li {
    color: #f5c415;
    font-size: 12px;
    margin-right: 5px;
}

.profile-box .content-box .description {
    margin-bottom: 15px;
}

.profile-box .content-box .sub-title {
    font-weight: 500;
}

.profile-box .content-box .address-list {
    margin-bottom: 30px;
}

.profile-box .content-box .address-list li {
    font-size: 18px;
    margin-bottom: 5px;
    font-family: var(--font_family_heading);
}

.profile-box .content-box .address-list li span {
    color: var(--color_text_heading);
    font-weight: 500;
    display: inline-block;
    margin-left: 5px;
}

.profile-box .content-box .profile-social li {
    margin-right: 10px;
    margin-bottom: 5px;
}

.profile-box .content-box .profile-social li:last-child {
    margin-right: 0;
}

.profile-box .content-box .profile-social li a {
    font-size: 15px;
    color: var(--color_primary);
    height: 45px;
    width: 45px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid;
    border-color: #d7d7d7;
    background-color: transparent;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.profile-box .content-box .profile-social li a:hover {
    border-color: var(--color_primary);
    background-color: var(--color_primary);
    color: #ffffff;
}

.profile-wrap-style-2 {
    padding-top: 0;
    padding-bottom: 90px;
}

@media (max-width: 1191px) {
    .profile-wrap-style-2 {
        padding-bottom: 80px;
    }
}

@media (max-width: 991px) {
    .profile-wrap-style-2 {
        padding-bottom: 70px;
    }
}

@media (max-width: 767px) {
    .profile-wrap-style-2 {
        padding-bottom: 60px;
    }
}

@media (max-width: 575px) {
    .profile-wrap-style-2 {
        padding-bottom: 50px;
    }
}

.profile-tab .tab-nav-list {
    margin-bottom: 30px;
    border-color: #f6f6f6;
}

.profile-tab .tab-nav-list .nav-item {
    margin-right: 10px;
    margin-bottom: 10px;
}

.profile-tab .tab-nav-list .nav-item:last-child {
    margin-right: 0;
}

.profile-tab .tab-nav-list .nav-item a {
    display: inline-block;
    font-size: 20px;
    font-family: var(--font_family_heading);
    padding: 10px 30px;
    background-color: #f6f6f6;
    color: var(--color_text_heading);
    border-radius: 5px 5px 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.profile-tab .tab-nav-list .nav-item a.active {
    color: #ffffff;
    background-color: var(--color_primary);
}

.profile-tab .dashboard-box {
    margin-bottom: 30px;
}

.profile-tab .dashboard-box .dashboard-info li {
    padding: 20px 20px 20px 70px;
    border: 1px solid #dddddd;
    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;
    border-radius: 5px;
    margin-bottom: 10px;
}

@media (max-width: 575px) {
    .profile-tab .dashboard-box .dashboard-info li {
        padding: 20px 20px 20px 30px;
    }
}

@media (max-width: 991px) {
    .profile-box .content-box .profile-social li {
        margin-right: 8px;
    }
}

.profile-tab .dashboard-box .dashboard-info li:last-child {
    margin-bottom: 0;
}

.profile-tab .dashboard-box .dashboard-info li .icon-box {
    margin-right: 15px;
    font-size: 52px;
    line-height: 1;
}

.profile-tab .dashboard-box .dashboard-info li .content-box .number {
    line-height: 1.1;
    font-size: 30px;
    font-weight: 500;
    font-family: var(--font_family_heading);
}

.profile-tab .dashboard-box .dashboard-info li .content-box .title {
    font-weight: 500;
    font-size: 20px;
}

.profile-tab .dashboard-box .dashboard-info li.color-1 .icon-box {
    color: #0071dc;
}

.profile-tab .dashboard-box .dashboard-info li.color-1 .content-box .number {
    color: #0071dc;
}

.profile-tab .dashboard-box .dashboard-info li.color-2 .icon-box {
    color: #f69434;
}

.profile-tab .dashboard-box .dashboard-info li.color-2 .content-box .number {
    color: #f69434;
}

.profile-tab .dashboard-box .dashboard-info li.color-3 .icon-box {
    color: #aa3bf7;
}

.profile-tab .dashboard-box .dashboard-info li.color-3 .content-box .number {
    color: #aa3bf7;
}

.profile-tab .dashboard-box .dashboard-info li.color-4 .icon-box {
    color: #e8c91e;
}

.profile-tab .dashboard-box .dashboard-info li.color-4 .content-box .number {
    color: #e8c91e;
}

.profile-tab .dashboard-box .heading-title {
    font-weight: 500;
    font-size: 30px;
}

@media (max-width: 991px) {
    .profile-tab .dashboard-box .heading-title {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .profile-tab .dashboard-box .heading-title {
        font-size: 26px;
    }
}

.profile-tab .dashboard-box .dashboard-skill {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.profile-tab .dashboard-box .dashboard-skill p {
    margin-bottom: 0;
}

.profile-tab .dashboard-box .dashboard-skill .progress {
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    height: 2px;
    margin-bottom: 120px;
    overflow: visible;
    position: relative;
    margin-top: 70px;
}

.profile-tab .dashboard-box .dashboard-skill .progress:before {
    background-color: #e0e0e0;
    content: "";
    bottom: -7px;
    left: 0;
    position: absolute;
    z-index: 1;
    height: 2px;
    width: 100%;
}

.profile-tab .dashboard-box .dashboard-skill .progress .lead {
    color: var(--color_text_heading);
    font-size: 18px;
    position: absolute;
    font-family: var(--font_family_heading);
    letter-spacing: 2px;
    top: -50px;
    font-weight: 400;
}

@media (max-width: 991px) {
    .profile-tab .dashboard-box .dashboard-skill .progress .lead {
        font-size: 16px;
    }
}

.profile-tab .dashboard-box .dashboard-skill .progress:last-child {
    margin-bottom: 8px;
}

.profile-tab .dashboard-box .dashboard-skill .progress-bar>span {
    color: var(--color_text_heading);
    font-size: 18px;
    position: absolute;
    font-family: var(--font_family_heading);
    float: right;
    margin-top: -25px;
    padding: 5px;
}

.profile-tab .dashboard-box .dashboard-skill .progress-bar {
    overflow: visible;
    background-color: var(--color_primary);
    height: 4px;
}

.profile-tab .quizzes-wrap {
    margin-bottom: 30px;
}

.profile-tab .quizzes-wrap table {
    font-size: 18px;
    color: #6b6b6b;
    margin-bottom: 0;
}

.profile-tab .quizzes-wrap table thead tr th {
    background-color: var(--color_primary);
    font-size: 22px;
    color: #ffffff;
    font-family: var(--font_family_heading);
    font-weight: 400;
}

.profile-tab .quizzes-wrap table tbody tr td {
    min-width: 200px;
    font-family: var(--font_family_heading);
}

.profile-tab .quizzes-wrap table tbody tr td span {
    margin-left: 10px;
    border-radius: 45px;
    display: inline-block;
    padding: 3px 13px;
    color: #ffffff;
    font-size: 14px;
}

.profile-tab .quizzes-wrap table tbody tr td span.completed {
    background-color: #f20033;
}

.profile-tab .quizzes-wrap table tbody tr td span.on-progress {
    background-color: var(--color_primary);
}

.profile-tab .quizzes-wrap table.table-bordered td,
.profile-tab .quizzes-wrap table.table-bordered th {
    border: 0;
}

.profile-tab .quizzes-wrap .table td,
.profile-tab .quizzes-wrap .table th {
    padding: 15px;
}

.profile-tab .quizzes-wrap table tbody tr td span.result-fail {
    background-color: #f20033;
    padding: 5px 20px;
}

.profile-tab .quizzes-wrap table tbody tr td span.result-pass {
    background-color: #0071dc;
    padding: 5px 20px;
}

.user_template_course_block .course-box.style-1 .hover-content .inner .course-wish-list {
    background-color: #f4245f;
    border: 1px solid #f4245f;
}

.user_template_course_block .course-box.style-1 .hover-content .inner .course-wish-list:hover {
    background-color: #00183500;
}

.user_template_course_block .has-wish-listed {
    color: #f4245f !important;
    background-color: white !important;
}

.lds-dual-ring {
    display: none;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 6px;
    top: 6px;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 20px;
    height: 20px;
    margin: 8px;
    border-radius: 50%;
    border: 2px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

section.profile-wrap-style-1 {
    padding: 120px 0;
}

/* Review Pagination */

.review-pagination,
.profile_enrolled_courses_pagination {
    text-align: center;
}

.review-pagination ul,
.profile_enrolled_courses_pagination ul {
    display: flex;
    list-style: none;
    justify-content: center;
}

.review-pagination ul li,
.profile_enrolled_courses_pagination ul li {
    padding: 5px 10px;
    margin: 5px;
    border: solid 1px var(--color_primary);
    border-radius: 5px;
    cursor: pointer;
}

.review-pagination ul li.active,
.review-pagination ul li:hover,
.profile_enrolled_courses_pagination ul li.active,
.profile_enrolled_courses_pagination ul li:hover {
    color: white;
    background-color: var(--color_primary);
}

.lds-facebook {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #00000085;
}

.lds-facebook div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 12px;
    background: rgb(255, 255, 255);
    animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
    top: 50% !important;
    transform: translateY(-50%);
}

.lds-facebook div:nth-child(1) {
    left: 48%;
    animation-delay: -0.24s;
}

.lds-facebook div:nth-child(2) {
    left: 50%;
    animation-delay: -0.12s;
}

.lds-facebook div:nth-child(3) {
    left: 52%;
    animation-delay: 0;
}

@keyframes lds-facebook {
    0% {
        top: 8px;
        height: 64px;
    }

    50%,
    100% {
        top: 24px;
        height: 32px;
    }
}

.instructor_review_wrap,
.profile_enrolled_course_wrapper {
    position: relative;
}

.lds-spinnser_profile {
    display: inline-block;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: #00000096;
    width: 100%;
    height: 100%;
}

.lds-spinnser_profile:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid rgb(255, 255, 255);
    border-color: rgb(255, 255, 255) transparent rgb(255, 255, 255) transparent;
    animation: lds-spinnser_profile 1.2s linear infinite;
    position: absolute;
    left: 48%;
    top: 40%;
}

@keyframes lds-spinnser_profile {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Style 2 Start */

/* Style 2 End */

/* Instructor Profile End */

/*
===========================
Course Search Box Widget
===========================
*/

/* Course Search Box Start */
.course_search_box_wrapper #course_search,
.course_search_box_wrapper #search_category_filter {
    border: 0;
    border-radius: 0;
}

@media (max-width: 767.98px) {

    .course_search_box_wrapper .input_field,
    .course_search_box_wrapper .category_field {
        padding: 5px 20px !important;
    }

    .course_search_box_wrapper .category_field i.fa-chevron-down {
        top: 75% !important;
    }

    .course_search_box_wrapper #course_search,
    .course_search_box_wrapper #search_category_filter {
        border-radius: 5px !important;
    }
}

.course_search_box_wrapper .input_field {
    padding-right: 0;
}

.course_search_box_wrapper .category_field {
    padding-left: 0;
}

.course_search_box_wrapper #course_search {
    border-radius: 5px 0 0 5px;
}

.course_search_box_wrapper #search_category_filter {
    border-radius: 0 5px 5px 0;
}

.course_search_box_wrapper .category_field #search_category_filter,
.course_search_box_wrapper #course_search {
    height: 50px;
}

select#search_category_filter {
    background-position: 88%;
}

.course_search_box_wrapper .category_field i.fa-chevron-down {
    float: right;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.course_search_box_wrapper .form-group {
    margin-bottom: 0px;
}

.course_search_box_wrapper .select2-container .select2-selection--single {
    border: 1px solid transparent;
    background-image: none;
    height: 55px;
    box-shadow: none;
    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;
    border-radius: 0px 5px 5px 0px;
}

.course_search_box_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 55px;
    position: absolute;
    top: 1px;
    right: 10px;
    width: 20px;
}

.search-wrap .course_search_box_wrapper.row {
    border: 1px solid #ececec;
    border-radius: 5px;
}

.search-wrap .course_search_box_wrapper.row .input_field .form-group::before {
    content: "";
    display: block;
    height: 53%;
    position: absolute;
    top: 12px;
    left: -9px;
    width: 1px;
    z-index: 1;
    background-color: rgb(0 0 0 / 27%);
}

.widget-search .category_field::before {
    content: "";
    display: block;
    height: 53%;
    position: absolute;
    top: 12px;
    left: 0;
    width: 1px;
    z-index: 1;
    background: rgb(0 0 0 / 27%);

}

.search_suggetion_field ul li img {
    max-width: 60px;
}

.search_suggetion_field ul li .title {
    font-size: 16px;
}

.search_suggetion_field {
    background: white;
    position: absolute;
    border-radius: 5px;
    z-index: 3;
    margin-top: 1px;
}

.input_field .form-group {
    position: relative;
}

.search_suggetion_field .error_message {
    width: 100%;
    padding: 5px 10px;
    text-align: center;
}

.search_suggetion_field {
    width: 100%;
    max-height: 300px;
    overflow-y: scroll;
}

.search_suggetion_field ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.search_suggetion_field ul li {
    border-bottom: solid 1px #ececec;
    padding: 15px 25px;
    display: flex;
    gap: 15px;
}

.search_suggetion_field ul li:hover {
    background-color: #e6e6e6;
}

.search_suggetion_field ul li a {
    color: #333;
}

.search_input_loader {
    display: inline-block;
    width: 25px;
    height: 25px;
}

.search_input_loader:after {
    content: " ";
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid #333;
    border-color: var(--color_primary) transparent var(--color_primary) transparent;
    animation: search_input_loader 1.2s linear infinite;
}

@keyframes search_input_loader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.course_search_box_wrapper .search_input_loader {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    display: none;
}

#course_search:focus,
#search_category_filter:focus {
    outline: 0;
    box-shadow: none;
}

.search_suggetion_field::-webkit-scrollbar {
    width: 5px;
}

.search_suggetion_field::-webkit-scrollbar-thumb {
    background-color: gray;
}

/* Course Search Box End */

/*
===========================
Icon Grid Widget
===========================
*/

/* Icon Grid Widget Start */

.brand-box.style-1 .figure-box {
    box-shadow: 0 0 90px 0 rgb(0 0 0 / 8%);
    border-radius: 50%;
    display: inline-block;
    position: relative;
}

.brand-box.style-1 .figure-box .brand-name {
    opacity: 0;
    visibility: hidden;
    border-radius: 5px;
    font-size: 15px;
    position: absolute;
    z-index: 1;
    left: 70%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #000000;
    display: inline-block;
    padding: 8px 18px;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.brand-box.style-1:hover .figure-box .brand-name {
    opacity: 1;
    visibility: visible;
}

.icon_grid_box {
    justify-content: center;
    align-content: center;
}

.rt-client.icon_grid_box {
    align-items: center;
}

/* Icon Grid Widget End */

/*
===========================
Pricing Widget
===========================
*/
.price-box.style-1 {
    text-align: center;
    margin-bottom: 30px;
    padding: 60px 30px 50px;
    position: relative;
    z-index: 1;
}

.price-box.style-1:hover .icon-box img {
    -moz-transform: rotate3d(0, 1, 0, 180deg);
    -webkit-transform: rotate3d(0, 1, 0, 180deg);
    -ms-transform: rotate3d(0, 1, 0, 180deg);
    transform: rotate3d(0, 1, 0, 180deg);
}

.price-box.style-1 .icon-box img {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.price-box.style-1 .content-box .title {
    margin-bottom: 22px;
    font-weight: 500;
}

.price-box.style-1 .icon-box {
    background-color: #f7fbff;
    width: 160px;
    height: 160px;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 28px;
}

.price-box.style-1 .content-box .feature-list .single-item {
    margin-bottom: 10px;
}

.price-box.style-1 .price {
    line-height: 1.3;
    font-size: 40px;
    font-weight: 500;
    color: #161616;
    font-family: var(--font_family_heading);
}

.price-box.style-1 .price-wrap {
    margin-bottom: 30px;
}

.price-box.style-1 .time-limit {
    color: #0071dc;
    font-size: 18px;
}

.price-box.style-1 .content-box {
    margin-bottom: 45px;
}

.child-item .price-box.style-1:before {
    content: "";
    border-right: 1px solid #e0e0e0;
    position: absolute;
    right: 0;
    top: 0;
    height: calc(100% + 30px);
    width: 1px;
}

.child-item.pricing-last .price-box.style-1:before {
    display: none;
}

/* Pricing Widget Start */

.price-wrap-style-2 {
    background-color: #f7fafe;
}

.child-item .price-box.style-2 {
    border-right: 1px solid #ecf0fa;
}

.price-box.style-2 {
    text-align: center;
    padding: 50px 15px 60px;
    position: relative;
    z-index: 1;
}

.price-box.style-2:before {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: -1;
    content: "";
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.price-box.style-2 .price-ticket {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 4;
    color: #fff;
    border-radius: 6px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.price-box.style-2 .price-ticket:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 80px 80px 0;
    border-color: transparent var(--color_primary) transparent transparent;
    z-index: -1;
}

.price-box.style-2 .price-ticket span {
    display: inline-block;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    font-size: 15px;
    line-height: 58px;
}

.price-box.style-2 .price-wrap {
    margin-bottom: 40px;
}

.price-box.style-2 .price-wrap .price {
    color: var(--color_primary);
    font-size: 36px;
    font-weight: 500;
    font-family: var(--font_family_heading);
}

.price-box.style-2 .price-wrap .title {
    font-size: 20px;
    font-weight: 500;
}

.price-box.style-2 .feature-list {
    margin-bottom: 55px;
    list-style: none;
}

.price-box.style-2 .feature-list li {
    margin-bottom: 20px;
}

.price-box.style-2 .feature-list li:last-child {
    margin-bottom: 0;
}

.price-box.style-2:hover {
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.04);
}

.price-box.style-2:hover:before {
    opacity: 1;
    visibility: visible;
    height: calc(100% + 30px);
    width: calc(100% + 30px);
}

.price-box.style-2:hover .price-ticket {
    top: -15px;
    right: -15px;
}

.price-box.style-2:hover .item-btn:hover {
    background-color: var(--color_secondary);
    border: 1px solid var(--color_secondary);
    color: #ffffff;
}

.child-item .price-box.style-2 {
    border-right: 1px solid #ecf0fa;
}

.child-item:last-child .price-box.style-2 {
    border-right: 0;
}

.price-box.style-2 ul.feature-list.block-list {
    padding: 0;
}

.price-box-button a.item-btn.btn-ghost {
    border-radius: 5px;
}

/* Pricing Widget End */

/*
===========================
Layer Image Widget
===========================
*/

/* Layer Image Widget Start */

/* Style 1 start */

.advantage-box.style-1 {
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    margin-bottom: 30px;
}

.advantage-box.style-1 .figure-box {
    position: relative;
    z-index: 1;
}

@media (max-width: 1199px) {
    .advantage-box.style-1 .figure-box .shape-list {
        display: none;
    }
}

.advantage-box.style-1 .figure-box .shape-list li {
    position: absolute;
    z-index: 1;
}

.advantage-box.style-1 .figure-box .shape-list li.shape-1 {
    top: 180px;
    left: 30px;
}

.advantage-box.style-1 .figure-box .shape-list li.shape-2 {
    top: 120px;
    right: 80px;
}

@media (max-width: 1199px) {
    .advantage-box.style-1 .figure-box .element-list {
        display: none;
    }
}

.advantage-box.style-1 .figure-box .element-list li {
    position: absolute;
    z-index: 1;
}

.advantage-box.style-1 .figure-box .element-list li.element-1 {
    top: 210px;
    right: -30px;
}

.advantage-box.style-1 .figure-box .element-list li.element-2 {
    bottom: 100px;
    left: 0;
}

.advantage-box.style-1 .heading-title {
    font-weight: 600;
    max-width: 400px;
    width: 100%;
    margin-bottom: 30px;
}

.advantage-box.style-1 .advantage-list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
}

.advantage-box.style-1 .advantage-list li:last-child {
    margin-bottom: 0;
}

.advantage-box.style-1 .advantage-list li .icon-box {
    font-size: 50px;
    line-height: 1.3;
    margin-right: 15px;
    color: var(--color_primary);
}

.advantage-box.style-1 .advantage-list li .content-box .title {
    margin-bottom: 7px;
    font-weight: 500;
}

.image_list img {
    width: 100%;
    height: 100%;
}

.image_list {
    position: absolute;
}

/* Style 1 end  */

/* Style 2 Start */

.feature-box.style-2 {
    margin-bottom: 3px;
    text-align: center;
    border-radius: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.feature-box.style-2 .figure-box {
    margin-right: 10px;
}

@media (max-width: 991px) {
    .feature-box.style-2 .figure-box {
        margin-bottom: 30px;
    }
}

.layer_image_1 .figure-box .mask-box {
    margin-top: -1px;
    margin-right: -1px;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    position: relative;
    z-index: 1;
    display: block;
}

@media (max-width: 767px) {
    .feature-box.style-2 .figure-box .shape-list {
        display: none;
    }
}

.feature-box.style-2 .figure-box .shape-list li {
    position: absolute;
}

.feature-box.style-2 .figure-box .shape-list .shape1 {
    z-index: 2;
    top: -5px;
    left: 25%;
}

.feature-box.style-2 .figure-box .shape-list .shape2 {
    z-index: -1;
    top: 0;
    right: 0;
}

.feature-box.style-2 .figure-box .shape-list .shape3 {
    z-index: 2;
    bottom: 20%;
    left: 0;
}

.feature-box.style-2 .content-box {
    padding: 30px 25px 20px;
}

.main_banner_image {
    height: inherit;
    object-fit: cover;
}

.feature-box.style-2 .content-box .icon-box {
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    font-size: 36px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    background-color: #ffffff;
    line-height: 1;
    position: relative;
    z-index: 1;
    border-radius: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.feature-box.style-2 .content-box .icon-box:before {
    position: absolute;
    z-index: -1;
    content: "";
    background-color: #ffffff;
    height: 100%;
    width: 100%;
    border-radius: 15px;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.feature-box.style-2 .content-box .title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.feature-box.style-2 .content-box .description {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.feature-box.style-2.color-1 {
    background-color: rgba(36, 190, 155, 0.1);
}

.feature-box.style-2.color-1 .icon-box {
    color: #24be9b;
}

.feature-box.style-2.color-2 {
    background-color: rgba(247, 179, 1, 0.1);
}

.feature-box.style-2.color-2 .icon-box {
    color: #f7b301;
}

.feature-box.style-2.color-3 {
    background-color: rgba(50, 197, 255, 0.1);
}

.feature-box.style-2.color-3 .icon-box {
    color: #32c5ff;
}

.feature-box.style-2.color-4 {
    background-color: rgba(251, 117, 27, 0.1);
}

.feature-box.style-2.color-4 .icon-box {
    color: #fb751b;
}

.feature-box.style-2:hover .title {
    color: #ffffff;
}

.feature-box.style-2:hover .description {
    color: #ffffff;
}

.feature-box.style-2:hover.color-1 {
    background-color: #24be9b;
}

.feature-box.style-2:hover.color-1 .icon-box:before {
    background-color: rgba(36, 190, 155, 0.1);
}

.feature-box.style-2:hover.color-2 {
    background-color: #f7b301;
}

.feature-box.style-2:hover.color-2 .icon-box:before {
    background-color: rgba(247, 179, 1, 0.1);
}

.feature-box.style-2:hover.color-3 {
    background-color: #32c5ff;
}

.feature-box.style-2:hover.color-3 .icon-box:before {
    background-color: rgba(50, 197, 255, 0.1);
}

.feature-box.style-2:hover.color-4 {
    background-color: #fb751b;
}

.feature-box.style-2:hover.color-4 .icon-box:before {
    background-color: rgba(251, 117, 27, 0.1);
}

@media (min-width: 768px) {
    .child-item:nth-child(1n) .feature-box.style-2 {
        border-radius: 15px 0 0 0;
    }

    .child-item:nth-child(2n) .feature-box.style-2 {
        border-radius: 0 15px 0 0;
    }

    .child-item:nth-child(3n) .feature-box.style-2 {
        border-radius: 0 0 0 15px;
    }

    .child-item:nth-child(4n) .feature-box.style-2 {
        border-radius: 0 0 15px 0;
    }
}

.layer_image_1 #single_course_video_modal .modal-header,
.popup_modal .modal-header {
    padding: 0;
    border: 0;
}

.layer_image_1 .video_play_button {
    border: 0;
}

.video_wrapper .btn-close {
    position: absolute;
    top: -30px;
    right: -20px;
    color: white;
    cursor: pointer;
}

/* Style 2 End */

/* Style 4 Start */

.layer_image_1.style_4 ul {
    position: relative;
    width: 100%;
}

/* Style 4 End */

/* Style 5 Start  */

.layer_image_1 .text_block p {
    margin: 0;
}

.layer_image_1 ul li.image_list {
    border-radius: 5px;
}

.layer_image_1 ul li.image_list .icon-box {
    height: 43px;
    width: 43px;
    font-size: 30px;
    border-radius: 7px;
    font-size: 17px;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.layer_image_1 ul li.image_list .content-box {
    text-align: left;
}

.layer_image_1 ul li.image_list .content-box .category-number {
    font-size: 34px;
    font-weight: 600;
    color: var(--color_text_heading);
    font-family: var(--font_family_heading);
    line-height: 1;
    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;
}

.layer_image_1 ul li.image_list .content-box .category-number .counting-text {
    min-width: 40px;
}

.layer_image_1 ul li.image_list .content-box .category-number {
    font-size: 34px;
    font-weight: 600;
    color: var(--color_text_heading);
    font-family: var(--font_family_heading);
    line-height: 1;
    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;
}

.layer_image_1 .counter_box {
    position: absolute;
    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;
    border-radius: 20px;
    box-shadow: 0 6px 174px 0 rgb(0 0 0 / 7%);
}

.layer_image_1 .counter_box .content-box {
    padding: 0;
}

/* Style 5 End */
/* Layer Image Widget ENd */

/*
===========================
Hero Widget
===========================
*/

/* Hero Widget Start */

/* Style 1 start */

.main-banner-box.style-1 {
    padding-left: 30px;
    padding-right: 30px;
    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;
}

@media (max-width: 991px) {
    .main-banner-box.style-1 {
        display: block;
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width: 991px) {
    .main-banner-box.style-1 .content-box {
        margin-bottom: 50px;
        text-align: center;
    }

    .main-banner-box.style-1 .content-box .title {
        margin-left: auto;
        margin-right: auto;
    }

    .main-banner-box.style-1 .content-box .description {
        margin-left: auto;
        margin-right: auto;
    }

    .main-banner-box.style-1 .content-box .info-list {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.main-banner-box.style-1 .content-box .sub-title {
    color: var(--color_primary);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    font-family: var(--font_family_heading);
    margin-bottom: 5px;
}

.main-banner-box.style-1 .content-box .title {
    font-weight: 500;
    max-width: 500px;
    width: 100%;
    margin-bottom: 25px;
    font-size: 60px;
}

.main-banner-box.style-1 .content-box .description {
    font-size: 20px;
    color: var(--color_text_heading);
    max-width: 500px;
    width: 100%;
    margin-bottom: 25px;
}

.main-banner-box.style-1 .content-box .info-list {
    margin-bottom: 55px;
}

.main-banner-box.style-1 .content-box .info-list li {
    font-family: var(--font_family_heading);
    margin-right: 20px;
    color: var(--color_text_heading);
    font-weight: 600;
    font-size: 18px;
}

.main-banner-box.style-1 .content-box .info-list li i {
    margin-right: 10px;
}

.main-banner-box.style-1 .content-box .info-list li:last-child {
    margin-right: 0;
}

.main-banner-box.style-1 .content-box .info-list li.color-1 i {
    color: #3ad532;
}

.main-banner-box.style-1 .content-box .info-list li.color-2 i {
    color: #ffbb00;
}

.main-banner-box.style-1 .content-box .info-list li.color-3 i {
    color: #ee4158;
}

.main-banner-box.style-1 .content-box .btn-download {
    background-color: #ffffff;
    padding: 13px 30px;
    color: var(--color_primary);
    border: 0;
    font-family: var(--font_family_heading);
    font-size: 17px;
    font-weight: 500;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.main-banner-box.style-1 .content-box .btn-download i {
    margin-right: 10px;
}

.main-banner-box.style-1 .content-box .btn-download:hover {
    background-color: var(--color_primary);
    color: #ffffff;
}

.main-banner-box.style-1 .content-box .btn-download:focus {
    outline: none;
}

.main-banner-box.style-1 .element-box {
    margin-left: 50px;
    position: relative;
    z-index: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}

@media (max-width: 991px) {
    .main-banner-box.style-1 .element-box {
        margin-left: 0;
    }
}

.main-banner-box.style-1 .element-box .main-bottom-shape {
    position: absolute;
    top: 25px;
    left: 50px;
    right: 0;
    z-index: -1;
}

.main-banner-box.style-1 .element-box .course-box {
    max-width: 320px;
    width: 100%;
    position: absolute;
    z-index: 2;
    left: -170px;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;
}

@media (max-width: 1199px) {
    .main-banner-box.style-1 .element-box .course-box {
        display: none;
    }
}

.main-banner-box.style-1 .element-box .course-box .figure-box {
    position: relative;
    z-index: 2;
}

.main-banner-box.style-1 .element-box .course-box .figure-box a {
    display: block;
}

.main-banner-box.style-1 .element-box .course-box .figure-box .price {
    background-color: var(--color_primary);
    padding: 5px 20px;
    border-radius: 5px;
    display: inline-block;
    color: #ffffff;
    position: absolute;
    z-index: 1;
    bottom: -15px;
    left: 20px;
}

.main-banner-box.style-1 .element-box .course-box .content-box {
    padding: 30px 20px 20px;
    background-color: #ffffff;
    position: relative;
    z-index: 1;
}

.main-banner-box.style-1 .element-box .course-box .content-box:before {
    content: "";
    position: absolute;
    z-index: 1;
    border-top: 40px solid #ffffff;
    border-left: 320px solid transparent;
    width: 100%;
    top: 99%;
    left: 0;
}

.main-banner-box.style-1 .element-box .course-box .content-box .title {
    font-size: 24px;
    margin-bottom: 10px;
}

.main-banner-box.style-1 .element-box .course-box .content-box .title a {
    color: var(--color_text_heading);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.main-banner-box.style-1 .element-box .course-box .content-box .title a:hover {
    color: var(--color_primary);
}

.main-banner-box.style-1 .element-box .course-indicator {
    position: absolute;
    z-index: 2;
    left: -200px;
    bottom: 0;
}

@media (max-width: 1199px) {
    .main-banner-box.style-1 .element-box .course-indicator {
        display: none;
    }
}

.main-banner-box.style-1 .element-box .chat-btn {
    position: absolute;
    z-index: 1;
    bottom: -50px;
    left: 0;
    right: 200px;
    margin: 0 auto;
    background-color: #0bd28e;
    font-size: 40px;
    color: #ffffff;
    height: 120px;
    width: 120px;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.main-banner-box.style-1 .element-box .chat-btn:hover {
    background-color: #16e99f;
}

@media (max-width: 1199px) {
    .main-banner-box.style-1 .element-box .chat-btn {
        display: none;
    }
}

@media (max-width: 1199px) {
    .main-banner-box.style-1 .element-box .shape-list {
        display: none;
    }
}

.main-banner-box.style-1 .element-box .shape-list li {
    position: absolute;
    z-index: -2;
}

.main-banner-box.style-1 .element-box .shape-list li.shape-1 {
    top: -50px;
    right: 20%;
}

.main-banner-box.style-1 .element-box .shape-list li.shape-2 {
    bottom: -150px;
    right: 10%;
}

.main-banner-box.style-1 .element-box .main_image,
.main-banner-box.style-1 .element-box .image_overlay {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 92%);
}

.main-banner-box.style-1 .element-box .course-box .figure-box a img {
    width: 100%;
    height: inherit;
    object-fit: cover;
}

.main-banner-box.style-1 .element-box .main_image {
    object-fit: cover;
}

/* Style 1 end */

/* Hero Widget End */

/*
============================
Media Queries for Template
============================
*/

/* Media Queries for Template Start */

@media (max-width: 575.98px) {
    .card.course_side_filter {
        margin: 15px 0px;
    }

    .filter_panel ul.inline-list.filter-row {
        display: block;
    }

    .filter_panel ul.inline-list.filter-row li {
        margin-bottom: 15px;
    }

    .single_course_body .tutor-col-4 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .banner-info-style-1 .figure-box img {
        height: 305px;
        width: 305px;
    }

    .banner-info-style-1 .content-box {
        padding-top: 35px;
    }

    .banner-info-style-1 {
        padding-bottom: unset;
    }

    .single_course_body {
        padding-top: unset;
    }

    .tutor-single-course-segment {
        margin-bottom: unset;
    }

    .single_course_body h4.tutor-segment-title {
        padding-top: 30px;
    }

    .tutor-course-enrolled-review-wrap {
        justify-content: center;
        display: flex;
        padding-top: 25px;
    }

    .course_event_filter .col {
        flex: 0 0 100%;
    }

    .course_single_event .event_title .title {
        width: 90%;
    }

    .location_date_time ul {
        display: block;
    }

    .location_date_time ul li {
        padding: 5px 15px;
    }

    .course_single_event .banner_img {
        margin: 35px 0px;
    }

    .course_single_event .figure-box {
        padding: 20px;
    }

    .map_and_address .col-lg-5.d-flex {
        margin: 30px 0;
        width: 100%;
    }

    .event_speaker_container .row .col {
        flex: 0 0 100%;
    }
}
@media(max-width: 992px){
   .tutor-single-course-segment {
        margin-bottom: 30px;
    } 
}
@media (min-width: 576px) and (max-width: 992px) {
    .card.course_side_filter {
        margin: 15px 0px;
    }

    .filter_panel ul.inline-list.filter-row {
        display: block;
        columns: 2;
    }

    .filter_panel ul.inline-list.filter-row li {
        margin-bottom: 30px;
    }

    .single_course_body .tutor-col-4 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .banner-info-style-1 .figure-box img {
        width: 480px;
        height: 480px;
    }

    .banner-info-style-1 .content-box {
        padding-top: 35px;
    }

    .banner-info-style-1 {
        padding-bottom: unset;
    }

    .single_course_body {
        padding-top: unset;
    }

    /*.tutor-single-course-segment {
        margin-bottom: unset;
    }*/

    .single_course_body h4.tutor-segment-title {
        padding-top: 30px;
    }

    .tutor-course-enrolled-review-wrap {
        justify-content: center;
        display: flex;
        padding-top: 25px;
    }

    .single_course_side_block_1 .widget-related-course ul li {
        justify-content: flex-start;
    }

    .map_and_address .address-box.style-2 {
        width: 100%;
        margin-top: 25px;
    }

    .map_and_address .col-lg-5.d-flex {
        margin-left: 0;
    }

    .event_speaker_container .row .col {
        flex: 0 0 50%;
    }
}

/* Media Queries for Template End */

/*Oblique CTA*/
@media only screen and (min-width: 768px) {
    .elementor .oblique-overlay-cta .elementor-background-overlay:after {
        content: "";
        position: absolute;
        top: 0;
        border-top: 700px solid #f4faff;
        border-right: 230px solid transparent;
        left: 90%;
    }

    .oblique-overlay-cta {
        overflow: hidden;
    }

    .elementor .oblique-overlay-cta .elementor-background-overlay {
        width: 35%;
    }

    .elementor .dual-bg-color .elementor-background-overlay {
        width: 50%;
    }
}

/*======================================================================= 16. Teacher Feature Area =========================================================================*/
.teacher-feature-wrap-style-1 {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

@media (max-width: 1199px) {
    .teacher-feature-wrap-style-1 {
        padding-top: 65px;
        padding-bottom: 0;
    }
}

@media (max-width: 991px) {
    .teacher-feature-wrap-style-1 {
        padding-top: 30px;
    }
}

.teacher-feature-wrap-style-1:before {
    position: absolute;
    z-index: 0;
    content: "";
    height: 100%;
    width: 42%;
    top: 0;
    left: 0;
    border-radius: 0 20px 20px 0;
    -webkit-transform: skewY(-5deg);
    -ms-transform: skewY(-5deg);
    transform: skewY(-5deg);
    background: #020024;
    background: -webkit-linear-gradient(left, white 0%, #f4f9ff 100%);
    background: linear-gradient(90deg, white 0%, #f4f9ff 100%);
}

@media (max-width: 1199px) {
    .teacher-feature-wrap-style-1:before {
        display: none;
    }
}

.teacher-feature-wrap-style-1 .shape-wrap-right {
    list-style: none;
}

@media (max-width: 1199px) {
    .teacher-feature-wrap-style-1 .shape-wrap-right {
        display: none;
    }
}

.teacher-feature-wrap-style-1 .shape-wrap-right li {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.teacher-feature-wrap-style-1 .shape-wrap-right li:nth-child(1n) {
    right: calc(((100% - 1200px) / 2) - 200px);
    top: 50%;
}

.teacher-feature-wrap-style-1 .shape-wrap-right li:nth-child(2n) {
    top: 55%;
    right: calc(((100% - 1200px) / 2) - 180px);
}

.teacher-feature-box.style-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .teacher-feature-box.style-1 {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.teacher-feature-box.style-1 .teacher-list-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
    max-width: 300px;
    padding: 45px 0 40px;
    border-radius: 10px;
    width: 100%;
    margin-top: -150px;
}

@media (max-width: 991px) {
    .teacher-feature-box.style-1 .teacher-list-wrap {
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
        max-width: 100%;
    }
}

.teacher-feature-box.style-1 .teacher-list-wrap .teacher-list-header {
    padding-left: 30px;
    padding-right: 30px;
}

.teacher-feature-box.style-1 .teacher-list-wrap .heading-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
}

.teacher-feature-box.style-1 .teacher-list-wrap .heading-title span {
    color: var(--color_primary);
    font-style: italic;
}

.teacher-feature-box.style-1 .teacher-list-wrap .teacher-list li {
    padding-left: 30px;
    padding-right: 30px;
    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;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f3f3f3;
}

.teacher-feature-box.style-1 .teacher-list-wrap .teacher-list li .figure-box {
    margin-right: 10px;
    max-width: 50px;
    width: 100%;
}

.teacher-feature-box.style-1 .teacher-list-wrap .teacher-list li .figure-box img {
    border-radius: 50%;
}

.teacher-feature-box.style-1 .teacher-list-wrap .teacher-list li .content-box .teacher-name {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500;
}

.teacher-feature-box.style-1 .teacher-list-wrap .teacher-list li .content-box .subject {
    font-family: var(--font_family_heading);
    color: #a7a6a6;
    font-size: 15px;
    margin-bottom: 0;
    line-height: 1.2;
}

.teacher-feature-box.style-1 .teacher-list-wrap .teacher-list-footer {
    padding-left: 30px;
    padding-right: 30px;
}

.teacher-feature-box.style-1 .feature-course-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
    max-width: 330px;
    width: 100%;
    border-radius: 10px;
    margin-left: -30px;
    -webkit-transform: translateY(65px);
    -ms-transform: translateY(65px);
    transform: translateY(65px);
}

@media (max-width: 991px) {
    .teacher-feature-box.style-1 .feature-course-wrap {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
        max-width: 100%;
    }
}

.teacher-feature-box.style-1 .feature-course-wrap .figure-box {
    position: relative;
    z-index: 1;
}

.teacher-feature-box.style-1 .feature-course-wrap .figure-box:before {
    content: "";
    background-color: rgba(232, 41, 185, 0.64);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
    border-radius: 10px 10px 0 0;
}

.teacher-feature-box.style-1 .feature-course-wrap .figure-box img {
    border-radius: 10px 10px 0 0;
}

.teacher-feature-box.style-1 .feature-course-wrap .figure-box .play-btn {
    height: 70px;
    width: 70px;
    background-color: rgba(255, 255, 255, 0.75);
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    color: #000000;
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.teacher-feature-box.style-1 .feature-course-wrap .figure-box .play-btn:hover {
    background-color: #ffffff;
    color: #f81608;
}

.teacher-feature-box.style-1 .feature-course-wrap .content-box {
    padding: 20px 30px 25px;
}

.teacher-feature-box.style-1 .feature-course-wrap .course-category {
    font-size: 15px;
    font-weight: 500;
    font-family: var(--font_family_heading);
    letter-spacing: 2px;
    color: var(--color_primary);
    margin-bottom: 3px;
}

.teacher-feature-box.style-1 .feature-course-wrap .course-name {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
}

.teacher-feature-box.style-1 .feature-course-wrap .course-name a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.teacher-feature-box.style-1 .feature-course-wrap .course-name a:hover {
    color: var(--color_primary);
}

.teacher-feature-box.style-1 .feature-course-wrap .teacher-name {
    color: #a0a0a0;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 0;
}

.teacher-feature-box.style-1 .feature-course-wrap .course-info {
    margin-top: 12px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.teacher-feature-box.style-1 .feature-course-wrap .course-info .course-time {
    font-family: var(--font_family_heading);
    font-size: 15px;
    font-weight: 500;
}

.teacher-feature-box.style-1 .feature-course-wrap .course-info .course-type {
    border-radius: 3px;
    background-color: var(--color_primary);
    padding: 1px 13px;
    color: #ffffff;
    font-size: 17px;
    font-family: var(--font_family_heading);
}

.teacher-feature-box.style-1 .title {
    margin-bottom: 20px;
    font-size: 40px;
}

.teacher-feature-box.style-1 .description {
    margin-bottom: 18px;
}

.teacher-feature-box.style-1 .feature-list {
    margin-bottom: 35px;
}

.teacher-feature-box.style-1 .feature-list li {
    margin-bottom: 8px;
    font-size: 17px;
    font-weight: 500;
    font-family: var(--font_family_heading);
}

.teacher-feature-box.style-1 .feature-list li i {
    margin-right: 10px;
    color: #0dd8a7;
}

.teacher-feature-box.style-1 .feature-list li:last-child {
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .teacher-feature-box.style-1 .shape {
        display: none;
    }
}

.teacher-feature-box.style-1 .shape li {
    position: absolute;
    z-index: 0;
}

.teacher-feature-box.style-1 .shape li.shape-1 {
    bottom: -100px;
    left: 30px;
}

.teacher-feature-box.style-1 .shape li.shape-2 {
    top: -130px;
    right: 60px;
}

.teacher-feature-box.style-1 .shape li.shape-3 {
    top: -110px;
    right: 40px;
}

/*Image layer - layer-image widget*/
.edhub.motion-effects-wrap {
    position: absolute;
    top: -112px;
}

.edhub.motion-effects-wrap li {
    position: relative;
}

/*List widget*/

.edhub-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.edhub-list li {
    position: relative;
    margin-bottom: 10px;
}

.edhub-list.style_1 li:before {
    content: "";
    height: 12px;
    width: 9px;
    background-color: var(--color_primary);
    position: absolute;
    top: 8px;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.edhub-list.style_1 li:after {
    content: "";
    height: 12px;
    width: 9px;
    background-color: #bebfc1;
    position: absolute;
    top: 9px;
    left: 1px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.edhub-list.style_1 li a {
    position: relative;
    margin-left: 22px;
}

.edhub-list li a:after {
    content: "";
    height: 1px;
    width: 0;
    background-color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.edhub-list li:hover a:after {
    width: 100%;
}

.edhub-list.style_1 li:hover:after {
    background-color: var(--color_primary);
}

.edhub-list.style_1 li:hover:before {
    background-color: #bebfc1;
}

.edhub-list.style_2 li:before {
    display: inline-block;
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 13px;
    color: #6b6b6b;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.edhub-list.style_2 li a {
    position: relative;
    z-index: 1;
    margin-left: 15px;
}

.edhub-list.style_2 li:hover:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    color: var(--color_primary);
}

.edhub-list li:last-child {
    margin-bottom: 0;
}

/*Subscribe form*/
.edhub-subscription .wpcf7-form-control {
    color: #ffffff;
    border-radius: 3px;
    background-color: transparent;
    margin-bottom: 10px;
    padding: 0.375rem 0.75rem;
    border: 1px solid #3c4454;
    width: 100%;
    font-family: var(--font_family_heading);
}

.edhub-subscription .wpcf7-form-control:focus {
    color: white;
}

.tutor-login-form-wrap .login-submit .tutor-button,
.edhub-subscription .wpcf7-form-control.wpcf7-submit {
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 9px 21px 8px;
    background-color: var(--color_primary);
    border: none;
    width: auto;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.tutor-login-form-wrap .login-submit .tutor-button{
    border: 1px solid;
}

.tutor-login-form-wrap .login-submit .tutor-button{
    padding: 12px 30px 12px 30px;
}

.edhub-subscription.contact-form .wpcf7-form-control.wpcf7-submit {
    border: 1px solid;
    margin-top: -10px;
}

/*Home 3 */
.home-3-hero .elementor-widget-wrap {
    max-width: 575px;
    width: 100%;
    margin-left: auto;
}

/*Course carousel*/
.edhub-course-slider .arrow-icons .arrow-indicator-left {
    left: -70px;
}

.edhub-course-slider .arrow-icons .arrow-indicator-right {
    right: -70px;
}

.edhub-course-slider .arrow-icons span:hover {
    border: 1px solid #0071dc;
    color: #0071dc;
}

.edhub-course-slider .arrow-icons span {
    border: 1px solid #e1e1e1;
    background-color: transparent;
    border-radius: 5px;
    color: #e1e1e1;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    z-index: 2;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    cursor: pointer;
    font-size: 12px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.banner-info-style-1.single_banner_style_2 {
    background-color: #0071dc;
}

/*Video popup*/
.modal.fade .btn-close {
    position: absolute;
    top: -30px;
    right: -20px;
    color: white;
    cursor: pointer;
}

.course-tutors-layer:before {
    position: absolute;
    z-index: 0;
    content: "";
    height: 100%;
    width: 42%;
    top: 0;
    left: 0;
    border-radius: 0 20px 20px 0;
    -webkit-transform: skewY(-5deg);
    -ms-transform: skewY(-5deg);
    transform: skewY(-5deg);
    background: #020024;
    background: -webkit-linear-gradient(left, white 0%, #f4f9ff 100%);
    background: linear-gradient(90deg, white 0%, #f4f9ff 100%);
}

.dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper .dpn-zvc-sidebar-tile h3 {
    font-size: 22px;
}

.dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper .dpn-zvc-timer .dpn-zvc-timer-cell-number {
    font-weight: 500;
}

.course-box.style-5 .hover-content .inner .course-feature li span.tutor-meta-value {
    color: #fff !important;
}

.tutor-login-wrap {
    margin: 110px auto !important;
}

@media (max-width: 575px) {
    .tutor-login-wrap {
        max-width: 100% !important;
        padding: 40px 30px !important;
        margin: 80px 15px !important;
    }
    .tutor-login-wrap .tutor-login-title {
        padding: 0 !important;
    }
}

.tutor-login-wrap, 
#tutor-registration-wrap{
    padding: 40px 55px;
}

.tutor-login-form-wrap .tutor-form-register-wrap a, 
.tutor-login-form-wrap .tutor-login-rememeber-wrap a, 
.tutor-login-form-wrap .tutor-login-rememeber-wrap label{
    color: #747474;
}

.tutor-login-form-wrap .login-username .input,
.tutor-login-form-wrap .login-password .input{
    height: 50px;
    width: 100%;
    padding: 5px 15px 5px 15px;
    border-radius: 0px;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    color: #000000;
    background: #F7F7F7;
}

.tutor-dashboard-header-display-name{
    margin-top: 10px;
}

.tutor-button,
.quiz-modal-btn-cancel, 
.quiz-modal-btn-back,
.tutor-btn:not(.tutor-is-outline) {
    background-color: var(--color_primary);
    border-color: var(--color_primary);
    color: #fff;
    margin-top: 10px;
}
.tutor-button,
.quiz-modal-btn-cancel, 
.quiz-modal-btn-back{
    padding: 8px 34px;
    border-radius: 6px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.tutor-topbar-complete-btn .tutor-btn{
    margin-top: 0;
}

.tutor-button{
    border: 1px solid;
}

ul.tutor-dashboard-permalinks {
    box-shadow: 0 1px 100px 0 rgb(0 0 0 / 8%);
    margin-top: 30px !important;
}

.tutor-dashboard .tutor-dashboard-left-menu .tutor-dashboard-permalinks li a:hover,
.tutor-dashboard .tutor-dashboard-left-menu .tutor-dashboard-permalinks li.active a{
    background: transparent;
    color: var(--color_primary);
}

.tutor-wrap.tutor-dashboard .tutor-container {
    padding: 0 15px !important;
}

.tutor-wrap.tutor-dashboard.tutor-dashboard-student.single_course_body{
    padding-top: 80px;
    padding-bottom: 80px;
}

.tutor-wrap.tutor-dashboard.tutor-dashboard-student.single_course_body .tutor-dashboard-left-menu{
    display: block;
}

.tutor-dashboard-content-inner.enrolled-courses .tutor-course-col-3{
    width: 100%;
}

.tutor-dashboard .tutor-dashboard-inline-links ul li.active a, 
.tutor-dashboard .tutor-dashboard-inline-links ul li a:hover{
    color: var(--color_primary);
    border-bottom: 2px solid var(--color_primary);
}

form.tutor-announcements-form .tutor-form-group label,
form.tutor-announcements-update-form .tutor-form-group label {
    margin-top: 10px;
}

@media (max-width: 575px) {
    .tutor-frontend-dashboard-withdrawal .withdraw-page-current-balance{
        display: block;
    }
    .tutor-screen-frontend-dashboard {
        padding-bottom: 0;
    }
}

.tutor-dashboard-content-inner .tutor-form-group select{
    background-position: 99%;
}

.tutor-course-single-sidebar-wraper .tutor-sidebar-tabs-wrap .tutor-lessons-tab-area>div{
    background-color: var(--color_primary);
    color: #fff;
}

.tutor-course-single-sidebar-wraper .tutor-sidebar-tabs-wrap .tutor-sidebar-tabs-content,
.tutor-course-single-sidebar-wraper .tutor-sidebar-tabs-wrap .tutor-sidebar-tabs-content #tutor-lesson-sidebar-tab-content {
    height: auto;
    border-left: 1px solid #ddd;
}

.tutor-course-single-content-wraper #tutor-single-entry-content{
    height: auto;
}

.rt-single-lesson .plyr__video-embed iframe, 
.rt-single-lesson .plyr__video-wrapper--fixed-ratio video {
    max-height: 500px;
}

@media (max-width: 991px) {
    .rt-single-lesson .plyr__video-embed iframe, 
    .rt-single-lesson .plyr__video-wrapper--fixed-ratio video {
        max-height: 430px;
    }
}

@media (max-width: 575px) {
    .rt-single-lesson .tutor-course-spotlight-wrapper {
        margin-top: 150px;
    }
}

.rt-single-lesson-progress{
    padding-bottom: 60px;
}

.tutor-dashboard{
    padding: 60px 0 50px;
}
.tutor-justify-content-end{
    justify-content: flex-end;
}
.tutor-align-items-center{
    align-items: center;
}
.tutor-fs-5 {
    font-size: 1.25rem;
}
.tutor-dashboard .tutor-frontend-dashboard-header .tutor-dashboard-header .tutor-dashboard-header-avatar img{
    border-radius: 50%;
    width: 80px;
    height: 80px;
}
.tutor-dashboard-header-ratings {
    display: inline-flex;
}
.tutor-ratings-stars {
    margin-right: 10px;
}
.tutor-dashboard .tutor-frontend-dashboard-header .tutor-dashboard-header .tutor-dashboard-header-info .tutor-dashboard-header-display-name h4 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}
.tutor-dashboard .tutor-dashboard-left-menu .tutor-dashboard-permalinks li {
    margin-bottom: 10px;
}
.tutor-dashboard .tutor-dashboard-left-menu .tutor-dashboard-permalinks li.active a:hover{
    background: transparent;
}
.tutor-dashboard .tutor-dashboard-content .tutor-dashboard-cards-container>div p {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    background: white;
    border: 1px solid #cdcfd5;
    border-radius: 6px;
    margin-bottom: 24px;
    padding: 30px 0;
}
span.tutor-dashboard-round-icon {
    line-height: 1;
    margin-bottom: 20px;
    height: 60px;
    width: 60px;
    font-size: 24px;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #ecedf4;
    padding: 20px 20px 20px 20px;
    border-radius: 15px;
    color: var(--color_primary);
}
.tutor-dashboard .tutor-dashboard-content h3, 
.tutor-dashboard .tutor-dashboard-content h4{
    font-size: 1.25rem;
}
span.tutor-dashboard-info-val{
    font-weight: 600;
    font-size: 30px;
    padding: 10px 0;
    color: #161616;
}
@media (max-width: 767px){
    .tutor-dashboard:not(.is-sidebar-expanded) .tutor-dashboard-left-menu {
        display: block;
    }
}
.tutor-dashboard-profile-item .content p {
    font-weight: 500;
}
.tutor-dashboard .tutor-dashboard-inline-links {
    margin-bottom: 30px;
}
.tutor-dashboard .tutor-dashboard-inline-links ul {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #CDCFD5;
}
.tutor-dashboard .tutor-dashboard-inline-links ul li {
    display: inline-block;
}
.tutor-dashboard .tutor-dashboard-inline-links ul li a {
    display: block;
    padding: 5px 0px 5px 0;
    margin-bottom: -1px;
    margin-right: 20px;
    line-height: 40px;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    color: #212327;
}
.tutor-dashboard .tutor-dashboard-inline-links ul li.active a, 
.tutor-dashboard .tutor-dashboard-inline-links ul li a:hover {
    color: var(--color_primary);
    border-bottom: 1px solid var(--color_primary);
    padding-bottom: 6px;
}
.tutor-course-listing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 30px;
    grid-template-rows: min-content;
}
@media (min-width: 1200px){
    .tutor-course-listing-grid-3 {
        grid-template-columns: repeat(3, 1fr);
    }
}
.tutor-course .tutor-course-loop-header-meta {
    margin-top: 15px;
}
.tutor-loop-course-container .tutor-loop-rating-wrap {
    display: inline-flex;
}
.tutor-course-loop-meta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.tutor-course-loop-header-meta {
    padding: 5px 15px;
}
.tutor-loop-course-container {
    padding: 15px 15px 0;
}
.tutor-dashboard-content-inner.enrolled-courses .tutor-course-progress{
    padding: 10px 20px;
}
.tutor-loop-course-footer {
    padding: 10px 15px 20px;
}
.tutor-dashboard-content-inner h2{
    margin-bottom: 5px;
}
.tutor-dashboard-content-inner h2 a {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    display: block;
}
.tutor-course-loop-price>.price .tutor-loop-cart-btn-wrap a:hover {
    color: var(--color_primary);
}
.tutor-course-loop-price>.price .tutor-loop-cart-btn-wrap a::before {
    color: var(--color_primary);
}
.tutor-dashboard-content-inner .tutor-mycourse-content {
    padding: 10px 15px;
}
.withdraw-page-current-balance.new-announcement-wrap {
    margin-bottom: 30px;
}
.tutor-dashboard-content table.tutor-dashboard-announcement-table{
    margin-bottom: 30px;
}
.tutor-dashboard-content .tutor-pagination {
    margin-bottom: 30px;
}
.tutor-dashboard-content .tutor-modal-content {
    padding: 0 15px;
}
.tutor-dashboard-content .tutor-modal-content .modal-title h1{
    font-size: 24px;
}
.tutor-dashboard-content .tutor-modal-wrap.tutor-announcements-modal-wrap.tutor-accouncement-create-modal {
    margin-bottom: 30px;
}
.tutor-dashboard-content .tutor-modal-wrap.tutor-announcements-modal-wrap.tutor-accouncement-update-modal {
    margin-bottom: 30px;
}
.tutor-dashboard-content .tutor-btn {
    padding: 12px 34px;
}
.tutor-dashboard-content .tutor-detail-course-content {
    padding: 20px 15px 15px;
}
.tutor-dashboard-content .tutor-detail-course-content .tutor-announce-detail-popup-button-wrap {
    display: inline-flex;
}
.tutor-dashboard-content .tutor-detail-course-content .announcement-detail-cancel-button{
    margin-right: 4px;
}
.tutor-topics-title-inner {
    display: flex;
    align-items: center;
}
.tutor-color-design-white{
    color: #fff;
}
.tutor-course-single-content-wraper #tutor-single-entry-content .tutor-single-page-top-bar .tutor-topbar-right-item .tutor-topbar-assignment-details .tutor-topbar-complete-btn .tutor-topbar-mark-btn:hover {
    background-color: #fff !important;
    border-color: #fff !important;
    color: var(--color_primary) !important;
}
.tutor-course-single-content-wraper #tutor-single-entry-content .tab-body{
    padding: 30px 17px;
}
.tutor-spotlight-tab .tab-header {
    padding-top: 30px;
}
.tutor-course-single-sidebar-wraper .tutor-sidebar-tabs-wrap .tutor-sidebar-tabs-content #tutor-lesson-sidebar-tab-content .tutor-topics-in-single-lesson .tutor-lessons-under-topic .tutor-single-lesson-items .tutor-single-lesson-items-left .lesson_title {
    margin-right: 10px;
}
.tutor-course-single-sidebar-wraper .tutor-sidebar-tabs-wrap .tutor-lessons-tab-area>div.active {
    border-left: 1px solid #cdcfd5;
    color: var(--color_primary);
}
.tutor-course-single-sidebar-wraper .tutor-sidebar-tabs-wrap .tutor-sidebar-tabs-content #tutor-lesson-sidebar-tab-content .tutor-topics-in-single-lesson .tutor-lessons-under-topic .tutor-single-lesson-items .tutor-single-lesson-items-right {
    right: 0;
    position: absolute;
}
.tutor-course-single-sidebar-wraper .tutor-sidebar-tabs-wrap .tutor-sidebar-tabs-content #tutor-lesson-sidebar-tab-content .tutor-topics-in-single-lesson .tutor-topics-title .tutor-topics-title-right {
    right: 0;
    position: absolute;
}

.course-ratings-count-meter-wrap .course-rating-meter {
    display: flex;
    margin-bottom: 8px;
}

.course-ratings-count-meter-wrap .rating-meter-col {
    margin: 0 3px;
}

.course-ratings-count-meter-wrap .rating-meter-bar-wrap {
    flex: 1;
}

.course-ratings-count-meter-wrap .rating-meter-bar {
    height: 5px;
    width: 100%;
    background: #e8eff1;
    margin-top: 11px;
    border-radius: 15px;
    overflow: hidden;
}

.course-ratings-count-meter-wrap .rating-meter-fill-bar {
    background: #f8c51c;
    height: 5px;
}