/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

.elementor-128 .elementor-element.elementor-element-e31a764 .elementor-tab-title.elementor-active, .elementor-128 .elementor-element.elementor-element-e31a764 .elementor-tab-title.elementor-active a {
	border-left: 5px solid #9173F3;
	box-shadow: 2px 2px 15px -2px rgba(0,0,0,0.14);
}

.elementor-128 .elementor-element.elementor-element-e31a764 .elementor-tab-title {
	border-left: 1px solid rgba(0,0,0,0.3);
	transition: .2s ease;
	padding: 35px;
	margin-right: 50px;
}

.elementor-tabs-wrapper {
	padding: 20px;
}

.elementor-128 .elementor-element.elementor-element-e31a764 .elementor-tab-title:hover {
	color: #3b4b5a;
}

.eicon-play::after {
	content: "";
	display: inline-block;
	width: 40px;
	height: 40px;
	position: absolute;
	left: 30%;
	top: 30%;
	background-color: #3b4b5a;
	z-index: -10;
}

.eicon-play:hover::after {
	background-color: white;
}

.eicon-play::before {
	content: "\e8c3";
	transition: .2s ease;
}

.eicon-play:hover::before {
	color: #3399FF;
}

.elementor-custom-embed-play i {
	opacity: 1;
}

.mcw-card-body {
	font-weight: normal;
}

.jet-carousel__item-img {
	/* height: 270px !important; */
}

.cc-ticker.mcw-custom-theme {
	padding: 15px 0;
}

.elementor-accordion-title {
	padding-left: 30px;
}

.elementor-button.elementor-size-md.jet-carousel__item-button {
	position: absolute;
	bottom: 40px;
}

.jet-carousel__item {
	position: relative;
}

div#slick-slide00:after {
	content: "FREE";
    position: absolute;
    z-index: 99;
    top: 60px;
    left: 70px;
	padding: 0 20px;
	color: #fff;
	background-color: #9173F3;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 600;
	line-height: 25px;
}

a.elementor-button.elementor-size-md.jet-carousel__item-button:after {
	font-weight: 600;
}

a.elementor-button.elementor-size-md.jet-carousel__item-button:after {
	content: url('img/coursearrow.svg');
	display: inline-block;
	width: 30px;
	position: absolute;
	margin-left: 20px;
	transition: all .3s ease;
}

a:hover.elementor-button.elementor-size-md.jet-carousel__item-button:after,
#view-all-courses:hover .elementor-button-icon.elementor-align-icon-right svg {
	transform: translate(15px);
}

.elementor-button-icon.elementor-align-icon-right svg {
	width: 30px;
	transition: all .3s ease;
}