
/*------------------------------------------------------------------------
# mod_mx_course Extension
# ------------------------------------------------------------------------
# author    mixwebtemplates
# copyright Copyright (C) 2019 mixwebtemplates.com. All Rights Reserved.
# @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
# Websites: http://www.mixwebtemplates.com
-------------------------------------------------------------------------*/

.la-member{
  position: relative;
}
.courses-style14 {
    position: relative;
    display: block;
    overflow: hidden;
    transition: all 0.2s ease;
}

.courses-style14:hover {
    transform: translateY(-5px);
}

.courses-style14 .img-holder {
    position: relative;
    display: block;
    padding-bottom: 45px;
}

.courses-style14 .img-holder .inner {
    position: relative;
    display: block;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.courses-style14 .img-holder .inner img {
    width: 100%;
    mix-blend-mode: normal;
    -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);
}

.courses-style14:hover .img-holder .inner img {
    transform: scale(1.01) rotate(1deg);
}

.courses-style14 .img-holder .overlay-content {
    position: absolute;
    left: 10px;
    bottom: 0;
    right: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    z-index: 3;
    padding: 14px 15px 15px;
}

.courses-style14 .img-holder .overlay-content-bg {
    position: absolute;
    top: -10px;
    left: 10px;
    right: 10px;
    height: 10px;
    background-color: #ffffff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    opacity: .70;
}


.courses-style14 .img-holder .overlay-content .left {
    position: relative;
    display: block;
}

.courses-style14 .img-holder .review-box {
    position: relative;
    display: block;
}

.courses-style14 .img-holder .review-box h5 {
    color: #32344b;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    margin: 2px 0 0;
}

.courses-style14 .img-holder .review-box h5 span {
    color: #676c7c;
    font-size: 15px;
    font-weight: 400;
    font-family: var(--thm14-font);
}

.courses-style14 .img-holder .rate-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    padding: 0 15px;
    background-color: var(--thm14-base);
    border-radius: 5px;
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
}


.courses-style14 .img-holder .img-holder__overlay {
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 0;
    right: 10px;
    background-color: #ffffff;
    border-radius: 6px;
    z-index: 5;
    transform: perspective(400px) translateY(-100%) scale(0);
    transform-style: preserve-3d;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    transform-origin: top center;
}

.courses-style14:hover .img-holder .img-holder__overlay {
    transform: perspective(400px) translateY(0px) scale(1);
    transform-origin: top center;
}



.courses-style14 .img-holder__overlay .top {
    position: relative;
    display: block;
    padding: 30px 20px 20px;
    background-color: #fff;
}

.courses-style14 .img-holder__overlay .top .category-box {
    position: relative;
    display: flex;
    align-items: center;
}

.courses-style14 .img-holder__overlay .top .category-box span:before {
    position: relative;
    display: inline-block;
    padding-right: 10px;
    color: var(--thm14-base);
    font-size: 16px;
    top: -1px;
}

.courses-style14 .img-holder__overlay .top .category-box p {
    color: var(--thm14-base);
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    margin: 0;
}

.courses-style14 .img-holder__overlay .top .text {
    position: relative;
    display: block;
    padding: 14px 0 22px;
}

.courses-style14 .img-holder__overlay .top .text p {
    margin: 0;
}

.courses-style14__instructors-info {
    position: relative;
    display: flex;
    align-items: center;
}

.courses-style14__instructors-info .img-box {
    width: 45px;
    border-radius: 50%;
}

.courses-style14__instructors-info .img-box img {
    width: 100%;
}

.courses-style14__instructors-info .text-box {
    position: relative;
    flex: 1;
    margin-left: 15px;
}

.courses-style14__instructors-info .text-box h5 {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    margin: 0 0 1px;
}

.courses-style14__instructors-info .text-box span {
    position: relative;
    display: inline-block;
    color: var(--thm14-base);
    font-size: 16px;
    line-height: 16px;
}

.courses-style14 .img-holder__overlay .btns-box {
    position: relative;
    display: block;
    line-height: 0;
}

.courses-style14 .img-holder__overlay .btns-box a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 60px;
    font-weight: 600;
    color: #ffffff;
    background-color: var(--thm14-base);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.courses-style14 .img-holder__overlay .btns-box a i:before {
    color: #ffffff;
}



.courses-style14 .text-holder {
    position: relative;
    display: block;
    background-color: #ffffff;
    padding: 31px 30px 0;
    z-index: 1;
}

.courses-style14 .text-holder:before {
    content: "";
    position: absolute;
    top: -45px;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #e6ebe8;
    border-top: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: -1;
}

.courses-style14 .text-holder .category-box {
    position: relative;
    display: flex;
    align-items: center;
}

.courses-style14 .text-holder .category-box span:before {
    position: relative;
    display: inline-block;
    padding-right: 10px;
    color: var(--thm14-base);
    font-size: 16px;
    top: -1px;
}

.courses-style14 .text-holder .category-box p {
    color: var(--thm14-base);
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    margin: 0;
}

.courses-style14 .text-holder h3 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin: 10px 0 27px;
}

.courses-style14 .text-holder h3 a {
    color: var(--thm14-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.courses-style14 .text-holder h3 a:hover {
    color: var(--thm14-base);
}

.courses-style14 .text-holder .meta-info {
    position: relative;
    display: block;
    padding: 18px 0;
    z-index: 1;
}

.courses-style14 .text-holder .meta-info:before {
    content: "";
    position: absolute;
    top: 0px;
    left: -29px;
    bottom: 1px;
    right: -29px;
    border-top: 1px solid #e6ebe8;
    background-color: #f1f1f1;
    z-index: -1;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}


.courses-style14 .text-holder .meta-info ul {
    display: flex;
    align-items: center;
    margin-bottom:0px;
    padding-left: 0px;
}

.courses-style14 .text-holder .meta-info ul li {
    color: #676c7c;
    font-size: 17px;
    line-height: 24px;
    list-style: none;
    font-weight: 500;
}

.courses-style14 .text-holder .meta-info ul li+li {
    margin-left: 15px;
}

.courses-style14 .text-holder .meta-info ul li span::before {
    position: relative;
    display: inline-block;
    top: 1px;
    padding-right: 4px;
    color: var(--thm14-base);
    font-size: 16px;
}
 
:root {
  --thm14-base: #525FE1;
  --thm14-black: #231F40;
 }

