
/* Category Start */

.element-ready-lp-ccat-wrapper{
    display: flex;
}

.element-ready-lp-pcat-item {
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 43px 61px 44px;
    border-radius: 10px;
    border: 1px solid transparent;
    margin-bottom: 30px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-box-shadow: 0px 20px 50px 0px rgba(11, 02, 55, 0.10);
    box-shadow: 0px 20px 50px 0px rgba(11, 02, 55, 0.10);
}
.element-ready-lp-pcat-item:not(:last-child){
    margin-right: 15px;
}

.element-ready-lp-pcat-item:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;

}
.element-ready-lp-pcat-item:hover {
    -webkit-box-shadow: 0px 20px 50px 0px rgba(11, 02, 55, 0.10);
    box-shadow: 0px 20px 50px 0px rgba(11, 02, 55, 0.10);
    margin-top: -13px;
    border-color: #f5f5f8;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.element-ready-lp-pcat-item:hover::after {
    visibility: visible;
    opacity: 1;

    -webkit-box-shadow: 0px -3px 0px 0px rgb(135, 84, 254);
    box-shadow: 0px -3px 0px 0px rgb(84, 152, 254);
}
/* Category end */
/* Grid Course */
.element-ready-lp-grid-course-wrapper{
    display: flex;
}
.element-ready-lp-grid-course-item {
    position: relative;
    z-index: 2;
    overflow: hidden;
    background: #fff;
    border: 1px solid transparent;
    padding: 39px 45px 30px;
    margin-bottom: 30px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(11, 2, 55, 0.06);
    box-shadow: 0px 2px 4px 0px rgba(11, 2, 55, 0.06);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.element-ready-lp-grid-course-item:hover {
    border-top: 2px solid #fe7c54;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(11, 2, 55, 0.06);
    box-shadow: 0px 2px 4px 0px rgba(11, 2, 55, 0.06);
}
.element-ready-lp-grid-course-item:not(:last-child){
    margin-right: 15px;
}

.element-ready-lp-grid-course-item .c-cate {
    display: inline-block;
    height: 26px;
    background: rgba(88, 56, 252, .1);
    font-size: 13px;
    line-height: .8;
    color: #5838fc;
    font-weight: 600;
    text-align: center;
    border-radius: 30px;
    padding: 7px 14px;
    margin: 0 0 14px;
}

.element-ready-lp-grid-course-item h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin: 20px 0;
}
.element-ready-course-bottom {
    position: relative;
    border-top: 2px dotted #c3c2c8;
    width: calc(100% + 90px);
    left: -45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 22px 45px;
}
.element-ready-lp-grid-course-item .element-ready-course-bottom {
    position: relative;
    border: none;
    width: 100%;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 0;
}
.element-ready-lp-grid-course-item .element-ready-course-bottom a {
    margin-right: 29px;
}
.element-ready-lp-grid-course-item .element-ready-course-bottom a:last-child {
    margin-right: 0;
}
.element-ready-lp-grid-course-item .element-ready-course-bottom a {
    display: inline-block;
    font-size: 14px;
    line-height: .8;
    color: #5d5a67;
    font-weight: 600;
}

.element-ready-lp-grid-course-item .fcf-thumb {
    position: relative;
    text-align: center;
    min-height: 234px;
    margin-bottom: 32px;
}

.element-ready-lp-grid-course-item .fcf-thumb {
    min-height: 202px;
    margin: 53px 0 0;
}
.element-ready-lp-grid-course-item .hover-course {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 10px;
    padding: 15px 45px 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.element-ready-lp-grid-course-item .course-price {
    display: block;
    font-size: 26px;
    line-height: 22px;
    color: #fff;
    font-weight: 600;
    margin: 0 0 75px;
}
.element-ready-lp-grid-course-item .hover-course .course-price {
    color: #fe7c54;
    margin: 0 0 53px;
}

.element-ready-lp-grid-course-item .author {
    display: flex;
    position: relative;
    margin: 0 0 51px;
    text-transform: capitalize;
    align-items: center;
}
.element-ready-lp-grid-course-item .author img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
   
}

.element-ready-lp-grid-course-item .author a {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    line-height: .8;
    font-weight: 600;
    margin-left: 18px;
}
.element-ready-lp-grid-course-item .hover-course .author a {
    color: #2c234d;
}

.element-ready-lp-grid-course-item .ratings {
    position: relative;
    display: inline-block;
    margin: 0 0 15px;
}

.element-ready-lp-grid-course-item .hover-course .ratings {
    border-top: 2px dotted #c3c2c8;
    width: calc(100% + 90px);
    left: -45px;
    padding: 16px 45px 18px;
    margin: 0;
}
.element-ready-lp-grid-course-item .course-price {
    display: block;
    font-size: 26px;
    line-height: 22px;
    font-weight: 600;
    color: #fe7c54;
    margin: 0 0 53px;
}
.element-ready-lp-grid-course-item .hover-course .course-price span {
    color: #7e7c87;
}
.element-ready-lp-grid-course-item:hover {
    border-top: 2px solid #fe7c54;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(11, 2, 55, 0.06);
    box-shadow: 0px 2px 4px 0px rgba(11, 2, 55, 0.06);
}
.element-ready-lp-grid-course-item:hover .hover-course {
    visibility: visible;
    opacity: 1;
}


/* end grid course */

/* Tab Widget */
.element-ready-shaf-filter {
    position: relative;
    margin: 55px 0 0;
    padding: 0;
    text-align: right;
}
.element-ready-shaf-filter li {
    list-style: none;
    display: inline-block;
    font-size: 13px;
    line-height: .8;
    color: #5d5a67;
    font-weight: 600;
    text-transform: capitalize;
    cursor: pointer;
    margin-left: 32px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.element-ready-shaf-filter li:hover, .element-ready-shaf-filter li.active {
    color: #5838fc;
}
.element-ready-shaf-filter li:first-child {
    margin-left: 0;
}

.shaf-filter{
    position: relative;
    margin: 55px 0 0;
    padding: 0;
    text-align: right;
}
.shaf-filter li{
    list-style: none;
    display: inline-block;
    font-size: 13px;
    line-height: .8;
    color: #5d5a67;
    font-weight: 600;
    text-transform: capitalize;
    cursor: pointer;
    margin-left: 32px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.shaf-filter li:hover,
.shaf-filter li.active{
    color: #5838fc;
}
.shaf-filter li:first-child{
    margin-left: 0;
}
.element-ready-feature-course-item{
    position: relative;
    overflow: hidden;
    margin: 0 0 30px;
}
.element-ready-feature-course-item .flipper {
    -webkit-transform-origin: 100% 213.5px;
    -moz-transform-origin: 100% 213.5px;
    -ms-transform-origin: 100% 213.5px;
    transform-origin: 100% 213.5px;
}
.element-ready-feature-course-item .flipper {
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 0.6s;
    -moz-transition: 0.6s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
}
.element-ready-feature-course-item .front, .element-ready-feature-course-item .back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: rotateY(0deg);
    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;
    -moz-transform: rotateY(0deg);
    -o-transition: 0.6s;
    -o-transform-style: preserve-3d;
    -o-transform: rotateY(0deg);
    -ms-transition: 0.6s;
    -ms-transform-style: preserve-3d;
    -ms-transform: rotateY(0deg);
    transition: 0.6s;
    transform-style: preserve-3d;
    transform: rotateY(0deg);
    position: absolute;
    top: 0;
    left: 0;
    min-height: 480px;
}
 .element-ready-feature-course-item .front {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    background: #fff;
    z-index: 2;
    border: none;
    padding: 25px 45px 0;
    border-radius: 5px;
    width: 100%;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(11, 2, 55, 0.06);
    -moz-box-shadow:    0px 2px 4px 0px rgba(11, 2, 55, 0.06);
    box-shadow:         0px 2px 4px 0px rgba(11, 2, 55, 0.06);
}
 .element-ready-feature-course-item .fcf-thumb{
    position: relative;
    text-align: center;
    min-height: 234px;
    margin-bottom: 32px;
}
.element-ready-feature-course-item .fcf-thumb img{
    max-width: 100%;
    height: auto;
}
.element-ready-feature-course-item .front p{
    display: inline-block;
    height: 26px;
    background: rgba(252, 46, 144, .1);
    font-size: 13px;
    line-height: .8;
    color: #fc2e90;
    font-weight: 600;
    text-align: center;
    border-radius: 3px;
    padding: 7px 11px;
    margin: 0 0 14px;
}
.element-ready-feature-course-item .front h4{
    font-size: 20px;
    line-height: 28px;
    color: #2c234d;
    font-weight: 600;
    margin: 0 0 30px;
}
.element-ready-feature-course-item .fcf-bottom{
    position: relative;
    border-top: 2px dotted #c3c2c8;
    width: calc(100% + 90px);
    left: -45px;
    display: flex;
    justify-content: space-between;
    padding: 22px 45px;
}
.element-ready-feature-course-item .fcf-bottom a{
    display: inline-block;
    font-size: 14px;
    line-height: .8;
    color: #5d5a67;
    font-weight: 600;
}
.element-ready-feature-course-item .fcf-bottom a i{
    color: #5838fc;
    font-size: 16px;
    position: relative;
    top: 1px;
    margin-right: 10px;
}
.element-ready-feature-course-item .back {
    background: #5838fc;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    position: relative;
    padding: 49px 45px 0;
    border-radius: 5px;
    border: none;
    width: 100%;
}
.element-ready-feature-course-item .back .fcf-thumb{
    position: absolute;
    right: 18px;
    bottom: 42px;
    opacity: .06;
}
.element-ready-feature-course-item .back .c-cate{
    display: inline-block;
    height: 26px;
    background: rgba(255, 255, 255, .2);
    font-size: 13px;
    line-height: .8;
    color: #fff;
    font-weight: 600;
    text-align: center;
    border-radius: 3px;
    padding: 7px 11px;
    margin: 0 0 14px;
}
.element-ready-feature-course-item .back h4{
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    font-weight: 600;
    margin: 0 0 12px;
}
.element-ready-feature-course-item .back h4 a{
    color: inherit;
}
.element-ready-feature-course-item .ratings{
    position: relative;
    display: inline-block;
    margin: 0 0 15px;
}
.element-ready-feature-course-item .ratings i{
    font-size: 12px;
    line-height: .8;
    color: #fcca31;
}
.element-ready-feature-course-item .ratings span{
    display: inline-block;
    font-weight: 400;
    line-height: .8;
    font-size: 14px;
    color: rgba(255, 255, 255, .7);
    margin: 0 0 0 12px;
}
.element-ready-feature-course-item .course-price{
    display: block;
    font-size: 26px;
    line-height: 22px;
    color: #fff;
    font-weight: 600;
    margin: 0 0 75px;
}
.element-ready-feature-course-item .course-price span{
    display: block;
    font-size: 14px;
    text-decoration: line-through;
    margin: 6px 0 0;
}
.element-ready-feature-course-item .author {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 0 51px;
}
.element-ready-feature-course-item .author img{
    width: 44px;
    height: 44px;
    border-radius: 50%;
}
.element-ready-feature-course-item .author a{
    display: inline-block;
    font-size: 15px;
    color: #fff;
    line-height: .8;
    font-weight: 600;
    margin-left: 18px;
}
.element-ready-feature-course-item .back .fcf-bottom a i,
.element-ready-feature-course-item .back .fcf-bottom a{
    color: #fff;
}
.element-ready-feature-course-item:hover .front{
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.element-ready-feature-course-item:hover .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

/* end tabs */
/* Slider course */

.element-ready-course-slider .course-item-3{
    position: relative;
    background: #fff;
    display: flex;
    justify-content: flex-start;
    border-radius: 30px;
    -webkit-box-shadow: 0px 1px 6px 0px rgba(11, 02, 56, 0.08);
    -moz-box-shadow: 0px 1px 6px 0px rgba(11, 02, 56, 0.08);
    box-shadow: 0px 1px 6px 0px rgba(11, 02, 56, 0.08);
}
.element-ready-course-slider .course-item-3{
    margin: 15px 0px 58px;
}
.element-ready-course-slider .ci-thumb{
    position: relative;
    z-index: 3;
}
.element-ready-course-slider .ci-thumb img,
.element-ready-course-slider .ci-thumb img{
    height: 400px;
    width: auto;
    border-radius: 19px 0 0 19px;
}
.element-ready-course-slider .ci-thumb .c-cate{
    display: inline-block;
    height: 26px;
    background: #fd7c54;
    font-size: 13px;
    line-height: .8;
    color: #fff;
    font-weight: 600;
    text-align: center;
    border-radius: 3px;
    padding: 7px 17px;
    position: absolute;
    left: 40px;
    top: 20px;
    z-index: 2;
}
.element-ready-course-slider .ci-thumb .c-cate:hover{
    -webkit-box-shadow: 0px 14px 20px 0px rgba(8, 120, 38, 0.24);
    -moz-box-shadow: 0px 14px 20px 0px rgba(8, 120, 38, 0.24);
    box-shadow: 0px 14px 20px 0px rgba(8, 120, 38, 0.24);
}
.owl-carousel .owl-item img{
    width: auto;
}
.element-ready-course-slider .course-details{
    position: relative;
    z-index: 2;
    padding: 50px 90px 0;
    display: flex;
    flex-direction: column;
}
.element-ready-course-slider .line-bg,
.element-ready-course-slider .line-bg{
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    width: auto;
    max-width: 100%;
    height: auto;
    border-radius: 30px;
}
.element-ready-course-slider .course-details .fcf-bottom {
    position: relative;
    border-top: none;
    width: 100%;
    left: 0;
    display: flex;
    justify-content: flex-start;
    padding: 0 0;
    margin: 0 0 18px;
}
.element-ready-course-slider .course-details .fcf-bottom a{
    margin-right: 30px;
}
.element-ready-course-slider .course-details .fcf-bottom a:last-child{
    margin-right: 0;
}
.element-ready-course-slider .course-details .fcf-bottom a:hover{
    color: #3fb65f;
}
.element-ready-course-slider .course-details .fcf-bottom a i{
    color: #3fb65f;
}
.element-ready-course-slider .course-details h4{
    font-size: 26px;
    line-height: 28px;
    color: #2c234d;
    font-weight: 600;
    margin-bottom: 19px;
}
.element-ready-course-slider .course-details h4 a{
    color: inherit;
} 
.element-ready-course-slider .course-details h4 a:hover{
    color: #3fb65f;
}
.element-ready-course-slider .course-details p{
    margin-bottom: 33px;
}
.element-ready-course-slider .course-details .author a{
    color: #2c234d;
}
.element-ready-course-slider .course-details .author a:hover{
    color: #3fb65f;
}
.element-ready-course-slider .course-details .author img{
    width: 40px;
    height: 40px;
    display: inline-block;
}
.element-ready-course-slider .course-details .author{
    margin-bottom: 84px;
} 
.element-ready-course-slider .price-rate {
    position: relative;
    border-top: 1px dashed #c3c2c8;
    width: calc(100% + 180px);
    left: -90px;
    display: flex;
    justify-content: space-between;
    padding: 18px 90px 15px;
}
.element-ready-course-slider .price-rate .course-price{
    color: #3fb65f;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    font-size: 24px;
    font-weight: 700;
    align-items: center;
}
.element-ready-course-slider .price-rate .course-price span{
    font-size: 14px;
    font-weight: 600;
    color: #7e7c87;
    margin: 0 0 0 8px;
    display: inline-block;
}
.element-ready-course-slider .price-rate .ratings{
    margin: 0;
}
.element-ready-course-slider .price-rate .ratings span{
    color: #7e7c87;
}
/*------------------------------------------------------------------------------------
/ Responsive For Mobile Device
--------------------------------------------------------------------------------------*/
@media (max-width: 767px){
    .course-item-3 .price-rate{
		width: calc(100% + 40px);
    	left: -20px;
    	padding-left: 20px;
		padding-right: 20px;
		display: block;
	    text-align: center;
	    justify-content: center;
	}
	.course-item-3  .price-rate .course-price{
		display: block;
		justify-content: center;
    }
    .element-ready-course-slider .course-details {
        position: relative;
        z-index: 2;
         padding: 15px 15px 0;
    }
	.course-details{
		padding-left: 20px;
		padding-right: 20px;
	}
	.ci-thumb img,
	.popular-course-slider .ci-thumb img{
		height: auto;
		width: 100%;
		border-radius: 15px;
	}
	.element-ready-course-slider .course-item-3{
		display: block;
	}
}

/* 
     * Learnress
     */
     .course-item-1 {
        position: relative;
        width: 100%;
        background: #f7f6fa;
        border-radius: 20px;
        padding: 55px 30px 43px;
        margin-right: 40px;
        margin-bottom: 30px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    
    .course-wrapper {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .course-item-1 h4 {
        font-size: 16px;
        line-height: 26px;
        font-weight: 600;
        margin: 0;
    }
    .course-item-1:last-child {
        margin-right: 0;
    }

    .sldier-content-area .slick-list .element__ready__single__post.slick-slide {
        overflow: hidden;
    }
    .element-ready-course-slider .ci-thumb {
        position: relative;
        z-index: 3;
        min-width: 400px;
        height: 400px;
    }
    .course-item-3-bg-image {
        height: 100%;
        width: 100%;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }




