@charset "UTF-8";
/* ==================== ##lmsmart__carousel reset CSS ==================== */

.lmsmart__carousel {
    overflow: hidden;
}
.lmsmart__carousel .swiper-button-next, .lmsmart__carousel .swiper-button-prev {
    display: block;
    position: absolute;
    z-index: 100;
    top: calc(50% - 22px);
    bottom: unset;
    width: 45px;
    height: 45px;
    margin: 0;
    border: unset;
    border-radius: 100px;
    padding: 0;
    font-size: 0;
    font-weight: 300;
    letter-spacing: 0;
    text-align: center;
    text-indent: 0;
    cursor: pointer;
    opacity: 0;
    box-shadow: 5px 4px 13px 0 rgb(46 63 99 / 15%);
    transition: all .4s, transform .35s;
    background: #ffffff;
}
.lmsmart__carousel .swiper-button-next:after, .lmsmart__carousel .swiper-button-prev:after {
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    font-family: 'Flaticon';
    font-size: 16px;
    font-weight: bold;
    line-height: 45px;
    transition: color 0s;
    left: 0;
}
.lmsmart__carousel .swiper-button-prev:after {
    content: '\f108';
}
.lmsmart__carousel .swiper-button-next:after {
    content: '\f109';
}
.lmsmart__carousel:hover .swiper-button-next, .lmsmart__carousel:hover .swiper-button-prev {
    opacity: 1;
    transition: all .4s, transform .35s;
}
.lmsmart__carousel:hover .swiper-button-next:active, .lmsmart__carousel:hover .swiper-button-prev:active {
    transform: translate(2px, 2px);
}
.lmsmart__carousel .swiper-button-next {
    left: auto;
    right: 0;
    transform: translateX(0);
    transition: all .4s, transform .15s;
}
.lmsmart__carousel:hover .swiper-button-next {
    right: 30px;
    transition: all .4s, transform .15s;
}
.lmsmart__carousel .swiper-button-prev {
    right: auto;
    left: 0;
    transform: translateX(0);
    transition: all .4s, transform .15s;
}
.lmsmart__carousel:hover .swiper-button-prev {
    left: 30px;
    transition: all .4s, transform .15s;
}
/*== Dot style ==*/

.lmsmart__carousel .swiper-pagination .swiper-pagination-bullet {
    width: 13px;
    height: 14px;
    color: var(--lmsmart-content-color);
}
body .elementor-widget-container .lmsmart__carousel.pagination_square .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    border-radius: 0;
}
body .elementor-widget-container .lmsmart__carousel.pagination_line_circle .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 25px;
    height: 8px;
    border-radius: 10px;
}
body .elementor-widget-container .lmsmart__carousel.pagination_line .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 30px;
    height: 3px;
    border-radius: 10px;
}
body .elementor-widget-container .lmsmart__carousel.pagination_square_border .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    background: transparent;
    position: relative;
    height: 30px;
    width: 30px;
    border-radius: 0;
    transition: all 0.3s;
}
body .elementor-widget-container .lmsmart__carousel.pagination_square_border .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 2px solid var(--lmsmart-primary-color);
    background: transparent;
    transition: all 0.3s;
}
body .elementor-widget-container .lmsmart__carousel.pagination_square_border .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    margin-left: -4px;
    border-radius: 0;
    background: var(--lmsmart-primary-color);
}
body .elementor-widget-container .lmsmart__carousel.pagination_circle_border .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    background: transparent;
    position: relative;
    height: 20px;
    width: 20px;
    border-radius: 0;
    transition: all 0.3s;
}
body .elementor-widget-container .lmsmart__carousel.pagination_circle_border .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid var(--lmsmart-primary-color);
    background: transparent;
    border-radius: 100%;
    transition: all 0.3s;
}
body .elementor-widget-container .lmsmart__carousel.pagination_circle_border .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    margin-left: -2px;
    border-radius: 100%;
    background: var(--lmsmart-primary-color);
}
/* ==================== ##Video Popup ==================== */

.elementor-widget-tpc-video-popup.divider_yes .title:before {
    content: '';
}
.elementor-widget-tpc-video-popup.divider_yes .title_pos-top .title {
    margin-bottom: 20px;
    padding-bottom: 37px;
}
.elementor-widget-tpc-video-popup.divider_yes .title_pos-top .title:before {
    bottom: 0;
}
.elementor-widget-tpc-video-popup.divider_yes .title_pos-bot .title {
    margin-top: 20px;
    padding-top: 37px;
}
.elementor-widget-tpc-video-popup.divider_yes .title_pos-bot .title:before {
    top: 0;
}
.elementor-widget-tpc-video-popup.divider_yes .title_pos-left .title {
    margin-right: 20px;
    padding-right: 37px;
}
.elementor-widget-tpc-video-popup.divider_yes .title_pos-left .title:before {
    right: 0;
    left: unset;
    top: 50%;
    width: 27px;
    height: 1px;
}
.elementor-widget-tpc-video-popup.divider_yes .title_pos-right .title {
    margin-left: 20px;
    padding-left: 37px;
}
.elementor-widget-tpc-video-popup.divider_yes .title_pos-right .title:before {
    left: 0;
    top: 50%;
    width: 27px;
    height: 1px;
}
.tpc-video_popup {
    position: relative;
    z-index: 1;
}
.tpc-video_popup .videobox_content {
    display: flex;
    align-items: center;
}
.tpc-video_popup .videobox_background img {
    position: relative;
    z-index: 0;
    width: 100%;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
}
.tpc-video_popup .title {
    position: relative;
    z-index: 2;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 600;
}
.tpc-video_popup .title:before {
    position: absolute;
    z-index: 1;
    left: 50%;
    height: 27px;
    width: 1px;
    background: currentColor;
}
.tpc-video_popup .videobox_link {
    display: block;
    position: relative;
    flex-shrink: 0;
    border-radius: 50%;
    transition: all 0.4s;
    cursor: pointer;
}
.tpc-video_popup .videobox_icon {
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-40%, -50%);
    transition: 0.3s;
}
.tpc-video_popup.with_image .videobox_link_wrapper {
    position: absolute;
    z-index: 1;
    top: 50%;
}
.tpc-video_popup.button_align-left {
    text-align: left;
}
.tpc-video_popup.button_align-left .videobox_content, .tpc-video_popup.button_align-left .videobox_link_wrapper {
    justify-content: flex-start;
}
.tpc-video_popup.button_align-left.with_image .videobox_link_wrapper {
    left: 0;
    transform: translate(10%, -50%);
}
.tpc-video_popup.button_align-left.title_pos-right .videobox_content, .tpc-video_popup.button_align-left.title_pos-right .videobox_link_wrapper {
    justify-content: flex-end;
}
.tpc-video_popup.button_align-left.title_pos-top .videobox_content, .tpc-video_popup.button_align-left.title_pos-bot .videobox_content {
    align-items: flex-start;
}
.tpc-video_popup.button_align-center {
    text-align: center;
}
.tpc-video_popup.button_align-center .videobox_content, .tpc-video_popup.button_align-center .videobox_link_wrapper {
    justify-content: center;
}
.tpc-video_popup.button_align-center.with_image .videobox_link_wrapper {
    left: 50%;
    transform: translate(-50%, -50%);
}
.tpc-video_popup.button_align-center.title_pos-right .videobox_content, .tpc-video_popup.button_align-center.title_pos-right .videobox_link_wrapper {
    justify-content: center;
}
.tpc-video_popup.button_align-right {
    text-align: right;
}
.tpc-video_popup.button_align-right .videobox_content, .tpc-video_popup.button_align-right .videobox_link_wrapper {
    justify-content: flex-end;
}
.tpc-video_popup.button_align-right.with_image .videobox_link_wrapper {
    right: 0;
    transform: translate(-10%, -50%);
}
.tpc-video_popup.button_align-right.title_pos-top .videobox_content, .tpc-video_popup.button_align-right.title_pos-top .videobox_link_wrapper, .tpc-video_popup.button_align-right.title_pos-bot .videobox_content, .tpc-video_popup.button_align-right.title_pos-bot .videobox_link_wrapper {
    align-items: flex-end;
}
.tpc-video_popup.button_align-inline {
    display: inline-block;
}
.tpc-video_popup.button_align-inline.with_image .videobox_link_wrapper {
    left: 50%;
    transform: translate(-50%, -50%);
}
.tpc-video_popup.title_pos-right .videobox_content, .tpc-video_popup.title_pos-right .videobox_link_wrapper {
    flex-direction: row-reverse;
    justify-content: flex-start;
}
.tpc-video_popup.title_pos-top .videobox_content, .tpc-video_popup.title_pos-top .videobox_link_wrapper {
    flex-direction: column;
}
.tpc-video_popup.title_pos-bot .videobox_content, .tpc-video_popup.title_pos-bot .videobox_link_wrapper {
    flex-direction: column-reverse;
}
.tpc-video_popup .videobox_animation {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.tpc-video_popup.animation_circles .videobox_animation {
    z-index: 1;
    border-width: 0.5px;
    border-style: solid;
    opacity: 0;
    animation: circles 3.9s linear 0s infinite;
    animation-play-state: paused;
}
.tpc-video_popup.animation_circles .videobox_animation.circle_2 {
    animation-delay: 1.3s;
}
.tpc-video_popup.animation_circles .videobox_animation.circle_3 {
    animation-delay: 2.6s;
}
.tpc-video_popup.animation_circles .videobox_link:hover .videobox_animation, .tpc-video_popup.animation_circles.idle-animation .videobox_animation {
    animation-play-state: running;
}
.tpc-video_popup.animation_circles.idle-animation .videobox_link:hover .videobox_animation {
    animation-play-state: paused;
}
@keyframes circles {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    20% {
        transform: scale(1.44);
        opacity: 0.5;
    }
    100% {
        transform: scale(3.2);
        opacity: 0;
    }
}
.tpc-video_popup.animation_ring_pulse .videobox_animation {
    z-index: -1;
    background: inherit;
    animation: pulse_ring 2.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s infinite;
    animation-play-state: paused;
}
.tpc-video_popup.animation_ring_pulse .videobox_link:hover .videobox_animation, .tpc-video_popup.animation_ring_pulse.idle-animation .videobox_animation {
    animation-play-state: running;
}
.tpc-video_popup.animation_ring_pulse.idle-animation .videobox_link:hover .videobox_animation {
    animation-play-state: paused;
}
@keyframes pulse_ring {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.7);
    }
    100% {
        transform: scale(1);
    }
}
.tpc-video_popup.animation_ring_static .videobox_animation {
    z-index: -1;
    border: 1px solid;
    border-radius: inherit;
    top: -70%;
    left: -70%;
    width: 242%;
    height: 242%;
    transition: 0.5s;
}
.tpc-video_popup.animation_ring_static .videobox_link:hover .videobox_animation:not(:hover) {
    transform: scale(0.3);
    opacity: 0;
}
.tpc-video_popup.animation_ripple .videobox::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: var(--lmsmart-primary-color);
    border-radius: 50%;
    animation: video-ripple 1500ms ease-out infinite;
    left: 0;
    top: 0;
    z-index: -1;
}
@keyframes video-ripple {
    0%, 35% {
        transform: scale(0);
        opacity: 1;
    }
    50% {
        transform: scale(1.3);
        opacity: 0.8;
    }
    100% {
        opacity: 0;
        transform: scale(1.5);
    }
}
@-webkit-keyframes video-ripple {
    0%, 35% {
        transform: scale(0);
        opacity: 1;
    }
    50% {
        transform: scale(1.3);
        opacity: 0.8;
    }
    100% {
        opacity: 0;
        transform: scale(1.5);
    }
}
/* ==================== ##feedback-style-1 ==================== */

.lmsmart-feedback-style-1 {
    text-align: center;
    overflow: hidden;
}
.lmsmart-feedback-style-1 .feedback-text {
    font-size: 30px;
    font-weight: 600;
    color: #072f60;
    line-height: 1.4;
}
.lmsmart-feedback-style-1 .feedback-name {
    font-size: 18px;
    font-weight: 600;
    color: #072f60;
    margin-bottom: 0;
}
.lmsmart-feedback-style-1 .quotes-icon-wrap {
    border-radius: 50%;
    background-color: var(--lmsmart-primary-color);
    width: 80px;
    height: 80px;
    line-height: 90px;
    text-align: center;
    font-size: 42px;
    color: #ffffff;
    margin: 0 auto;
    margin-bottom: 25px;
}
/* ==================== ##feedback-style-2 ==================== */

.lmsmart-feedback-style-2 {
    text-align: center;
    overflow: hidden;
}
.lmsmart-feedback-style-2 .feedback-text {
    font-size: 18px;
    font-weight: 500;
    color: #072f60;
    line-height: 1.7;
}
.lmsmart-feedback-style-2 .feedback-image {
    width: 70px;
    height: 70px;
    border-radius: 100px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 10px;
}
.lmsmart-feedback-style-2 .feedback-name {
    font-size: 18px;
    font-weight: 500;
    color: #072f60;
    margin-bottom: 0;
}
.lmsmart-feedback-style-2 .feedback-degree {
    font-size: 15px;
}
.lmsmart-feedback-style-2 .quotes-icon-wrap svg path {
    fill: var(--lmsmart-primary-color);
}
.lmsmart-feedback-style-2 .quotes-icon-wrap {
    margin-bottom: 13px;
}
/* ==================== ##feedback-style-3 ==================== */

.lmsmart-feedback-style-3 .feedback-single {
    margin-top: 80px;
    position: relative
}
.lmsmart-feedback-style-3 .slick-initialized .slick-slide {
    margin: 58px 15px 15px 15px;
    border-radius: 10px;
}
.lmsmart-feedback-style-3 .feedback-img-wrapper {
    width: 75px;
    height: 75px;
    border-radius: 100px;
    position: relative;
    top: 27px;
}
.lmsmart-feedback-style-3 .feedback-image {
    position: absolute;
    top: 0;
    left: 30px;
    z-index: 1;
}
.lmsmart-feedback-style-3 .feedback-image img {
    width: 120px;
    height: 120px;
    border-radius: 100px;
    margin-left: 35px;
    object-fit: cover;
}
.lmsmart-feedback-style-3 .feedback-content-wrapper {
    display: block;
    border-radius: 10px;
    overflow: hidden;
}
.lmsmart-feedback-style-3 .slick-slide .feedback-content-wrapper span {
    color: #fff;
}
.lmsmart-feedback-style-3 .feedback-content-wrapper .feedback-content {
    background-color: #f6f7f9;
    padding: 60px;
    padding-top: 80px;
    position: relative;
    margin-top: 60px;
    border-radius: 10px;
}
@media (max-width: 767px) {
    .lmsmart-feedback-style-3 .feedback-img-wrapper {
        width: 100%;
    }
    .lmsmart-feedback-style-3 .feedback-content-wrapper {
        width: 100%;
    }
    .lmsmart-feedback-style-3 .feedback-content-wrapper .feedback-content {
        padding: 70px 20px;
    }
}
.lmsmart-feedback-style-3 .feedback-content-wrapper .feedback-text {
    color: var(--lmsmart-header-font-color);
    font-size: 22px;
    line-height: 34px;
    margin: 0;
    padding-bottom: 15px;
}
.lmsmart-feedback-style-3 .feedback-content-wrapper .name-degree {
    display: flex;
    margin-top: 35px;
}
.lmsmart-feedback-style-3 .feedback-content-wrapper .feedback-name {
    color: var(--lmsmart-header-font-color);
    font-size: 18px;
    font-weight: var(--lmsmart-header-font-weight);
    margin: 0;
}
.lmsmart-feedback-style-3 .feedback-content-wrapper .feedback-degree {
    color: var(--lmsmart-header-font-color);
    font-size: 15px;
    margin: 0;
    margin-top: -5px;
    color: var(--lmsmart-content-color);
}
.lmsmart-feedback-style-3 .feedback-content-wrapper .quotes-icon-wrap {
    display: inline-block;
    background: var(--lmsmart-primary-color);
    height: 75px;
    width: 75px;
    border-radius: 100px;
    text-align: center;
    margin-right: 22px;
    padding-top: 7px;
    line-height: 86px;
}
.lmsmart-feedback-style-3 .feedback-content-wrapper .quotes-name-degree-wrap {
    display: inline-block;
    margin-top: 9px;
}
.lmsmart-feedback-style-3 .quotes-icon-wrap span {
    font-size: 32px;
}
.lmsmart-feedback-style-3 .quotes-icon-wrap span:before {
    color: #fff;
}
/* ==================== ##feedback-style-2 ==================== */

.lmsmart-feedback-style-6 {
    text-align: center;
    overflow: hidden;
}
.lmsmart-feedback-style-6 .feedback-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.7;
}
.lmsmart-feedback-style-6 .feedback-image {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 10px;
}
.lmsmart-feedback-style-6 .feedback-name {
    font-size: 18px;
    font-weight: 500;
    color: var(--lmsmart-primary-color);
    margin-bottom: 0;
}
.lmsmart-feedback-style-6 .feedback-degree {
    font-size: 15px;
}
.lmsmart-feedback-style-6 .quotes-icon-wrap svg path {
    fill: var(--lmsmart-primary-color);
}
.lmsmart-feedback-style-6 .quotes-icon-wrap svg {
    width: 140px;
    position: absolute;
    top: 70px;
    left: 43%;
}
.lmsmart-feedback-style-6 .quotes-icon-wrap {
    margin-bottom: 40px;
}
/* ==================== ## Feedback-style-7 ==================== */

.lmsmart-feedback-style-7 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.lmsmart-feedback-style-7 .testimonial-content {
    display: flex;
    justify-content: center;
}
@media (max-width: 1199px) {
    .lmsmart-feedback-style-7 .testimonial-content {
        display: block;
        text-align: center
    }
}
.lmsmart-feedback-style-7 .testimonial-content {
    position: relative;
}
@media (min-width: 992px) {
    .lmsmart-feedback-style-7 .testimonial-content {
        margin-left: 0px
    }
}
@media (max-width: 1199px) {
    .bg-shape {
        display: none;
    }
}
.lmsmart-feedback-style-7 .testimonial-content .bg-shape svg {
    fill: #ffffff
}
.lmsmart-feedback-style-7 .testimonial-content .shape-1 {
    position: absolute;
    top: -40px;
    left: 85px
}
@media (max-width: 1199px) {
    .lmsmart-feedback-style-7 .testimonial-content .shape-1 {
        display: none;
    }
}
.lmsmart-feedback-style-7 .testimonial-content .testimonial-text {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 40px 110px 0 180px
}
@media (max-width: 1199px) {
    .lmsmart-feedback-style-7 .testimonial-content .testimonial-text {
        background: #ffffff;
        position: relative;
        padding: 40px 40px
    }
}
.lmsmart-feedback-style-7 .testimonial-content .testimonial-text .testimonial-author-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center
}
@media (max-width: 1199px) {
    .lmsmart-feedback-style-7 .testimonial-content .testimonial-text .testimonial-author-wrap {
        justify-content: center
    }
}
.lmsmart-feedback-style-7 .testimonial-content .testimonial-text .testimonial-author-wrap .quote {
    height: 70px;
    width: 70px;
    line-height: 95px;
    border-radius: 50%;
    text-align: center;
    background: #ff4880
}
.lmsmart-feedback-style-7 .testimonial-content .testimonial-text .testimonial-author-wrap .quote svg {
    fill: #ffffff
}
.lmsmart-feedback-style-7 .testimonial-content .testimonial-text .testimonial-author-wrap .name-degree {
    margin-left: 20px
}
.lmsmart-feedback-style-7 .testimonial-content .testimonial-text .testimonial-author-wrap .name-degree .feedback-name {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #271344;
    margin-top: 0;
    margin-bottom: 0;
}
.lmsmart-feedback-style-7 .testimonial-content .testimonial-text .testimonial-author-wrap .name-degree .feedback-degree {
    font-size: 16px;
    line-height: 24px;
    color: #838383;
    margin-top: 5px;
    margin-bottom: 0;
}
.lmsmart-feedback-style-7 .testimonial-content .testimonial-text p {
    text-align: left;
    font-size: 28px;
    line-height: 38px;
    color: #343244;
    margin-top: 25px;
}
@media (max-width: 991px) {
    .lmsmart-feedback-style-7 .testimonial-content .testimonial-text p {
        font-size: 22px;
        line-height: 32px;
    }
}
/* ==================== ##Category Carousel ==================== */

.cat-carousel__single {
    position: relative;
    text-align: center
}
.cat-carousel__box {
    position: relative;
    max-width: 174px;
    width: 100%;
    margin: 0 auto;
    padding-top: 35px
}
.cat-carousel__box .cat-carousel__box-icon {
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0px 0px 62px 0px rgba(0, 0, 0, 0.05);
    width: 118px;
    height: 118px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    z-index: 1
}
.cat-carousel__box .cat-carousel__box-icon a {
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0px 0px 62px 0px rgba(0, 0, 0, 0.05);
    width: 118px;
    height: 118px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    z-index: 1
}
.cat-carousel__box .cat-carousel__shape-1 {
    border-radius: 50%;
    background-color: var(--lmsmart-primary-color);
    opacity: 0.102;
    width: 122px;
    height: 122px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    left: 0px;
    top: 0px
}
.cat-carousel__box .cat-carousel__shape-2 {
    width: 74px;
    position: absolute;
    top: 15px;
    right: 0;
    z-index: -1
}
.cat-carousel__box-content {
    margin-top: 30px
}
.cat-carousel__box-content .cat-carousel__title {
    font-size: 24px;
    font-weight: 600
}
.single-category-item {
    display: block;
    height: 100px;
    line-height: 100px;
    background-color: #f6f7f9;
    position: relative;
    padding-left: 110px;
    border-radius: 5px;
    transition: all 0.3s linear
}
.single-category-item a {
    display: block;
    height: 100px;
    line-height: 100px;
    background-color: #f6f7f9;
    position: relative;
    padding-left: 110px;
    border-radius: 5px;
    transition: all 0.3s linear
}
.single-category-item a .item-icon {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%)
}
.single-category-item a .cat-carousel__title {
    font-size: 24px;
    font-weight: 600;
    color: #072f60;
    line-height: 1.3;
    transition: all 0.3s linear
}
/*==================== ## Team addon ====== ======= */

.tpc-team .single-team__item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    top: 0;
    transition: 0.35s;
}
.tpc-team:hover .single-team__item {
    position: relative;
    top: -10px;
    transition: 0.35s;
}
.tpc-team .single-team__item .items-image {
    position: relative;
    overflow: hidden;
}
.tpc-team .single-team__item .items-image img {
    width: 100%;
    object-fit: cover;
    border-radius: 3px;
    transition: all .4s linear
}
.tpc-team .single-team__item .items-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000000ad 0%, transparent 80%);
    border-radius: 3px;
    z-index: 1;
}
.tpc-team .single-team__item .team-content {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    padding: 0 35px 0 35px;
    z-index: 2;
}
.tpc-team .single-team__item .team-content .team-title-tag {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.tpc-team .single-team__item .team-content .team-title-tag:hover {
    color: var(--lmsmart-primary-color);
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.tpc-team .single-team__item .team-content .team-deg-tag {
    margin-top: 0;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    margin-top: -5px;
}
/* ==================== ##Team Layout 2 ==================== */

.lmsmart-single-team {
    background: #aed139;
    border-radius: 30px;
    padding: 55px 25px 40px 25px;
    text-align: center;
    transform: translate3d(0, 0, 0);
    margin-top: 120px;
    transition: all 0.3s linear
}
@media only screen and (max-width: 767px) {
    .lmsmart-single-team {
        padding: 50px 35px
    }
}
.lmsmart-single-team .team-img {
    margin-top: -135px
}
.lmsmart-single-team .team-img a img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%
}
.lmsmart-single-team .team-content .title {
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    margin-top: 25px
}
.lmsmart-single-team .team-content .title a {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff
}
.lmsmart-single-team .team-content .designation {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff
}
.lmsmart-single-team .team-content .team-social {
    margin-top: 15px
}
.lmsmart-single-team .team-content .team-social ul {
    margin: 0;
    padding: 0;
}
.lmsmart-single-team .team-content .team-social ul li {
    display: inline-block;
    margin-right: 5px
}
.lmsmart-single-team .team-content .team-social ul li a i, .lmsmart-single-team .team-content .team-social ul li i {
    height: 30px;
    width: 30px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    font-size: 13px;
    background: #ffffff;
    color: #271344;
}
.lmsmart-single-team .team-content .team-social ul li a:hover {
    color: #ff4880
}
.lmsmart-single-team:hover {
    transform: translateY(-5px) translate3d(0, -5px, 0)
}
/* ==== Login Join addon ==== */

.login-join {
    list-style: none;
    display: inline-block;
    margin-bottom: 0;
}
.login-join {
    color: var(--lmsmart-header-font-color);
    font-size: 15px;
    display: inline-block;
}
.login-join .top-seperator {
    padding-left: 3px;
    padding-right: 3px;
}
.login-join .login-register a {
    color: var(--lmsmart-header-font-color);
    text-decoration: none;
    font-size: 15px;
    list-style: none;
    display: inline-block;
}
.login-join a {
    color: var(--lmsmart-header-font-color);
    font-size: 15px;
}
@media (max-width: 1199.98px) {
    
    .login-join a {
        color: #fff;
    }
}
.login-join a:hover {
    color: #fff;
}
.login-join.layout__1 a:hover {
    color: var(--lmsmart-header-font-color);
}
.login-join i {
    font-size: 14px;
}
.login-join .lmsmart-custom-user-profile {
    display: inline-block;
}
.login-join .login-register.logout {
    display: inline-block;
}
/* ==================== ## Features addon ==================== */

.lmsmart-features-item {
    background: #aed139;
    padding: 70px 35px 20px;
    border-radius: 30px;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-position: -3% -3%;
    background-repeat: no-repeat;
    background-size: 420px;
    transition: all 0.3s linear
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .lmsmart-features-item {
        padding: 70px 25px 20px
    }
}
.lmsmart-features-item .svg-shape {
    position: absolute;
    left: -98px;
    bottom: -105px;
    z-index: -1
}
.lmsmart-features-item .features-img {
    border: 3px dashed #799228;
    border-radius: 30px;
    padding: 20px;
    overflow: hidden;
    margin-top: 20px;
}
.lmsmart-features-item .features-img a {
    display: block
}
.lmsmart-features-item .features-img a img {
    border-radius: 25px;
    transition: all 0.3s linear
}
.lmsmart-features-item .features-content .title {
    margin-top: 25px
}
.lmsmart-features-item .features-content .title a {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 600;
    color: #ffffff;
}
/*.lmsmart-features-item .features-content .title:hover a {
    color: #ff4880
}*/
.lmsmart-features-item .features-content p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear
}
.lmsmart-features-item:hover {
    padding: 40px 35px 35px
}
.lmsmart-features-item:hover .features-content p {
    padding-top: 15px;
    opacity: 1;
    visibility: visible;
}
/* ==================== ## Program addon ==================== */

.lmsmart-program-item {
    background: #ffffff;
    border: 3px dashed #aed139;
    padding: 35px;
    border-radius: 30px;
    text-align: center;
    transition: all .5s linear
}
.lmsmart__carousel .swiper-slide:nth-child(3n+2) .lmsmart-program-item {
    border: 3px dashed #1ab9ff;
}
.lmsmart__carousel .swiper-slide:nth-child(3n+3) .lmsmart-program-item {
    border: 3px dashed #ffc000;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .lmsmart-program-item {
        padding: 30px
    }
}
.lmsmart__carousel .swiper-slide:nth-child(3n+2) .lmsmart-program-item .price {
    background: #1ab9ff;
}
.lmsmart__carousel .swiper-slide:nth-child(3n+3) .lmsmart-program-item .price {
    background: #ffc000;
}
.lmsmart-program-item .program-image {
    position: relative;
    overflow: hidden;
    border-radius: 30px
}
.lmsmart-program-item .program-image a {
    display: block
}
.lmsmart-program-item .program-image a img {
    width: 100%;
    transition: all 0.3s linear;
}
.lmsmart-program-item .program-image .program-price {
    position: absolute;
    left: 40px;
    top: 20px
}
.lmsmart-program-item .program-image .program-price .price {
    display: inline-block;
    width: 65px;
    height: 65px;
    line-height: 65px;
    background: #aed139;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff
}
.lmsmart-program-item .program-content .title {
    font-size: 24px;
    line-height: 34px;
    color: #271344;
    margin-top: 25px
}
.lmsmart-program-item .program-content .title:hover a {
    color: #ff4880
}
.lmsmart-program-item .program-content p {
    font-size: 16px;
    line-height: 30px;
    padding: 0 10px;
    margin-top: 10px
}
.lmsmart-program-item .program-content .program-meta {
    border-top: 1px solid #e1e1e1;
    margin-top: 35px;
    padding-top: 15px
}
.lmsmart-program-item .program-content .program-meta ul li {
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: #ff5085;
    position: relative
}
.lmsmart-program-item .program-content .program-meta ul li+li {
    padding-left: 25px;
    margin-left: 20px
}
.lmsmart-program-item .program-content .program-meta ul li+li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #e1e1e1;
    width: 1px;
    height: 30px
}
.lmsmart-program-item .program-content .program-meta ul li span {
    font-weight: 700;
    color: #271344
}
.lmsmart-program-item:hover .program-image img {
    transform: scale(1.05)
}