@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

6. Intro
7. Course
	7.1 Description
	7.2 Curriculum
	7.3 Reviews
	7.4 Members
8. Sidebar
9. Footer


/*********************************
5. Home
*********************************/

.home
{
	width: 100%;
	height: 165px;
	background: #f1f1f1;
}
.breadcrumbs_container
{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.breadcrumbs_list
{
	width: 100%;
	height: 49px;
}
.breadcrumbs_list li
{
	display: inline-block;
	position: relative;
	font-size: 12px;
	font-weight: 600;
	color: rgba(0,0,0,0.3);
	letter-spacing: 0.075em;
	text-transform: uppercase;
}
.breadcrumbs_list li a
{
	font-size: 12px;
	font-weight: 600;
	color: rgba(0,0,0,0.3);
	text-transform: uppercase;
	letter-spacing: 0.075em;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.breadcrumbs_list li a:hover
{
	color: rgba(0,0,0,0.5);
}
.breadcrumbs_list li:not(:last-child)::after
{
	display: inline-block;
	position: relative;
	font-family: 'FontAwesome';
	content: '\f111';
	color: rgba(0,0,0,0.4);
	font-size: 4px;
	margin-left: 9px;
	margin-right: 7px;
	vertical-align: middle;
}

/*********************************
6. Intro
*********************************/

.intro
{
	width: 100%;
	height: 350px;
}
.intro_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.intro_container
{
	width: 100%;
	height: 350px;
}
.intro_content
{
	width: 560px;
	background: #FFFFFF;
	margin-bottom: 60px;
	border: solid 3px #ebebeb;
	padding: 10px 10px 10px 45px;
	border-radius: 2px 40px 0px 40px;
}
.ballb_intro_content{
	width: 740px !important;
}
.intro_price
{
	display: inline-block;
	width: 61px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 600;
	background: #2e21df;
	border-radius: 3px;
	margin-right: 28px;
}
.intro_rating
{
	display: inline-block;
}
.rating_r i::before
{
	font-family: 'FontAwesome';
	content: "\f006";
	font-style: normal;
	font-size: 13px;
	margin-right: 12px;
	color: #f9cf0e;
}
.rating_r_1 i:first-child::before{content: "\f005";}
.rating_r_2 i:first-child::before{content: "\f005";}
.rating_r_2 i:nth-child(2)::before{content: "\f005";}
.rating_r_3 i:first-child::before{content: "\f005";}
.rating_r_3 i:nth-child(2)::before{content: "\f005";}
.rating_r_3 i:nth-child(3)::before{content: "\f005";}
.rating_r_4 i:first-child::before{content: "\f005";}
.rating_r_4 i:nth-child(2)::before{content: "\f005";}
.rating_r_4 i:nth-child(3)::before{content: "\f005";}
.rating_r_4 i:nth-child(4)::before{content: "\f005";}
.rating_r_5 i:first-child::before{content: "\f005";}
.rating_r_5 i:nth-child(2)::before{content: "\f005";}
.rating_r_5 i:nth-child(3)::before{content: "\f005";}
.rating_r_5 i:nth-child(4)::before{content: "\f005";}
.rating_r_5 i:nth-child(5)::before{content: "\f005";}
.intro_title
{
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
	color: #000000;
	font-weight: 700;
	margin-top: 8px;
}
.intro_meta
{
	margin-top: 37px;
}
.intro_image
{
	display: inline-block;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	overflow: hidden;
	vertical-align: middle;
}
.intro_instructors
{
	display: inline-block;
	margin-left: 15px;
	font-size: 14px;
	font-weight: 500;
	color: rgba(0,0,0,0.4);
}
.intro_instructors a
{
	color: rgba(0,0,0,0.4);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.intro_instructors span a
{
	color: rgba(46,33,223,0.8);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.intro_instructors a:hover
{
	color: rgba(46,33,223,1);
}

/*********************************
7. Course
*********************************/

.course
{
	padding-bottom: 30px;
}
.course_top
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background: #f1f1f1;
}
.course_tabs_container
{
	width: 100%;
}
.tabs
{
	padding-top: 20px;
}
.tab
{
	height: 60px;
	font-size: 14px;
	color: #000000;
	font-weight: 500;
	line-height: 60px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.075em;
	cursor: pointer;
	margin-right: 17px;
	padding-left: 21px;
	padding-right: 20px;
	border-bottom: solid 3px transparent;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.tab.active,
.tab:hover
{
	border-bottom: solid 3px #e41b2f
}
.tab_panel
{
	display: none !important;
	width: 100%;
	height: 100%;
	-webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
    padding-top: 49px;
    padding-bottom: 25px;
}
/* Fade in tabs */
@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}
.tab_panel.active
{
	display: block !important;
}
.panel_title
{
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	color: rgba(0,0,0,0.8);
	font-weight: 700;
}
.panel_text
{
	margin-top: 20px;
}
.panel_text p
{
	font-size: 16px;
	line-height: 2;
}

/*********************************
7.1 Description
*********************************/

.instructors
{
	width: 100%;
	margin-top: 58px;
}
.instructors_row
{
	margin-top: 32px;
}
.instructor
{
	width: 100%;
	margin-bottom: 40px;
}
.instructor_image div
{
	width: 68px;
	height: 68px;
	border-radius: 50%;
	overflow: hidden;
}
.instructor_image div img
{
	max-width: 100%;
}
.instructor_content
{
	padding-left: 30px;
}
.instructor_name a
{
	font-size: 16px;
	font-weight: 700;
	color: rgba(0,0,0,0.8);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.instructor_name a:hover
{
	color: #2e21df;
}
.instructor_title
{
	margin-top: 1px;
}
.faqs
{
	margin-top: 29px;
}
.elements_accordions
{
	margin-top: 34px;
}
.accordion_container
{
	margin-bottom: 12px;
	border: solid 1px #e5e5e5;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 16px;
	padding-bottom: 5px;
}
.accordion
{
	width: 100%;
	cursor: pointer;
	color: #000000;
	font-size: 14px;
	font-weight: 500;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.accordion div
{
	max-width: 90%;
	overflow: hidden;
	white-space: nowrap;
	font-size: 14px;
	font-weight: 700;
	color: rgba(0,0,0,0.4);
}
.accordion.active div,
.accordion div:hover
{
	color: rgba(0,0,0,0.6);
}
.accordion::before
{
	display: inline-block;
	font-family: 'FontAwesome';
	content: '\f067';
	font-size: 14px;
	color: rgba(0,0,0,0.4);
	font-weight: 300;
	vertical-align: middle;
	margin-right: 20px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.accordion.active::before,
.accordion:hover::before
{
	color: rgba(0,0,0,0.6);
}
.accordion.active::before
{
	content: '\f068';
}
.accordion_panel
{
	padding-right: 8px;
	padding-left: 32px;
	padding-top: 11px;
	max-height: 0px;
	overflow: hidden;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.accordion.active + .accordion_panel
{
	margin-bottom: 10px;
}
.accordion_panel p
{
	font-size: 14px;
	font-weight: 400;
	color: rgba(0,0,0,0.4);
	line-height: 1.71;
}

/*********************************
7.2 Curriculum
*********************************/

.curriculum_items
{
	margin-top: 58px;
}
.cur_item:not(:last-child)
{
	margin-bottom: 69px;
}
.cur_title,
.cur_num
{
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	color: rgba(0,0,0,0.8);
	font-weight: 700;
}
.cur_item_content
{
	border: solid 1px #e5e5e5;
	margin-top: 40px;
	padding-left: 30px;
	padding-right: 31px;
	padding-top: 16px;
	padding-bottom: 19px;
	border-radius: 3px;
}
.cur_contents
{
	margin-top: 27px;
}
.cur_item_title
{
	color: rgba(0,0,0,0.6);
	font-weight: 700;
}
.cur_item_text
{
	margin-top: 11px;
}
.cur_contents ul li
{
	font-size: 14px;
	line-height: 31px;
	color: rgba(0,0,0,0.4);
}
.cur_contents > ul > li:not(:last-child)
{
	margin-bottom: 28px;
}
.cur_contents ul li a
{
	position: relative;
	font-size: 14px;
	line-height: 31px;
	color: rgba(0,0,0,0.4);
	margin-left: 2px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.cur_contents ul li a::after
{
	display: block;
	position: absolute;
	left: 0;
	top: calc(100% - 2px);
	width: 100%;
	height: 1px;
	background: rgba(0,0,0,0.2);
	content: '';
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.cur_contents ul li a:hover
{
	color: rgba(0,0,0,0.8);
}
.cur_contents ul li a:hover::after
{
	background: rgba(0,0,0,0.8);
}
.cur_contents ul li i
{
	margin-right: 15px;
	color: #f9cf0e;
}
.cur_contents ul li ul
{
	padding-left: 27px;
}
.cur_contents ul li ul li i
{
	font-size: 12px;
}
.cur_contents ul li ul li
{
	height: 33px;
}
.cur_contents ul li ul li
{
	border-bottom: solid 1px #ebebeb;
}
.cur_time i
{
	font-size: 14px !important;
}

/*********************************
7.3 Reviews
*********************************/

.cur_ratings_container
{
	width: 100%;
	height: 242px;
	margin-top: 69px;
	border: solid 1px #e5e5e5;
	border-radius: 15px;
}
.cur_rating
{
	width: 30%;
	height: 100%;
	border-right: solid 1px #e5e5e5;
	float: left;
}
.cur_stars
{
	margin-left: 17px;
	margin-top: 1px;
}
.cur_stars i::before
{
	font-size: 17px;
	margin-right: 17px;
}
.cur_rating_num
{
	font-family: 'Montserrat', sans-serif;
	font-size: 60px;
	font-weight: 700;
	color: rgba(0,0,0,0.8);
}
.cur_rating_text
{
	font-size: 12px;
	font-weight: 400;
	color: rgba(0,0,0,0.4);
}
.cur_rating_text
{
	margin-top: 8px;
}
.cur_rating_progress
{
	width: 70%;
	height: 100%;
	float: left;
	padding-left: 50px;
	padding-right: 50px;
}
.cur_progress
{
	width: 100%;
}
.cur_progress:not(:last-child)
{
	margin-bottom: 16px;
}
.cur_progress span
{
	width: 65px;
	font-size: 12px;
	font-weight: 600;
	color: rgba(0,0,0,0.4);
	text-transform: uppercase;
}
.cur_pbar
{
	width: calc(100% - 65px);
	height: 9px;
	padding-right: 46px;
}
.cur_reviews
{
	margin-top: 80px;
}
.review
{
	width: 100%;
	border: solid 1px #e5e5e5;
	border-radius: 2px 30px 2px 30px;
	padding-left: 29px;
	padding-top: 24px;
	padding-bottom: 23px;
	padding-right: 30px;
}
.review:not(:last-child)
{
	margin-bottom: 10px;
}
.review_author_image div
{
	width: 34px;
	height: 34px;
	border-radius: 50%;
	overflow: hidden;
	background: #f1f1f1;
	text-align: center;
}
.review_author_image div i
{
	line-height: 34px;
	color: #c1c1c1;
}
.review_author
{
	padding-left: 19px;
}
.review_author_name a
{
	font-size: 14px;
	font-weight: 600;
	color: rgba(0,0,0,0.8);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.review_author_name a:hover
{
	color: #2e21df;
}
.review_date
{
	font-size: 10px;
	font-weight: 600;
	color: rgba(0,0,0,0.3);
	margin-top: 1px;
}
.review_text
{
	margin-top: 19px;
}
.review_text p
{
	font-size: 14px;
	font-weight: 500;
	color: rgba(0,0,0,0.6);
	line-height: 1.71;
}

/*********************************
7.4 Members
*********************************/

.members_list
{
	margin-top: 69px;
}
.member
{
	width: 20%;
	text-align: center;
	padding-bottom: 50px;
}
.member_image
{
	width: 68px;
	height: 68px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50%;
	overflow: hidden;
}
.member_title
{
	margin-top: 9px;
}
.member_title a
{
	font-size: 14px;
	font-weight: 600;
	color: rgba(0,0,0,0.5);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.member_title a:hover
{
	color: rgba(0,0,0,1);
}

/*********************************
8. Sidebar
*********************************/

.sidebar
{
	width: 100%;
	height: 100%;
}
.sidebar_background
{
	position: absolute;
	top: 0;
	left: 0;
	background: #f8f8f8;
	width: calc(100% + 113px);
	height: calc(100% + 30px);
}
.sidebar_top
{
	width: calc(100% + 113px);
	height: 80px;
	background: #483d7c;
}
.sidebar_top a
{
	display: block;
	line-height: 80px;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing: 0.3em;
}
.sidebar_content
{
	width: 100%;
	padding-left: 45px;
}
.features
{
	margin-top: 49px;
}
.sidebar_title
{
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: rgba(0,0,0,0.8);
}
.features_list
{
	margin-top: 25px;
}
.features_list li
{
	position: relative;
}
.features_list li:not(:last-child)
{
	margin-bottom: 17px;
}
.feature_title
{
	padding-left: 34px;
}
.feature_title span,
.feature_text
{
	font-size: 14px;
	font-weight: 500;
	color: rgba(0,0,0,0.5);
}
.feature_title i
{
	position: absolute;
	top: 1px;
	left: 0;
	margin-right: 16px;
	font-size: 20px;
}
.cert
{
	margin-top: 43px;
}
.cert_image
{
	margin-top: 32px;
	width: 100%;
}
.cert_image img
{
	max-width: 100%;
}
.like
{
	margin-top: 48px;
}
.like_items
{
	margin-top: 24px;
}
.like_item:not(:last-child)
{
	margin-bottom: 12px;
}
.like_title
{
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: rgba(0,0,0,0.8);
}
.like_subtitle
{
	font-size: 12px;
	font-weight: 600;
	color: rgba(0,0,0,0.4);
	margin-top: 2px;
}
.like_price
{
	font-size: 12px;
	font-weight: 700;
	color: #2e21df;
}
.course_table_bg_color{
	background-color: #483d7c;
}
.course_sem_text_color{
	color: #fff;
	font-size: 16px;
}
.course_unit_head_text_color{
	color: #483d7c;
}
.course_head_ul{
	margin-top: 20px;
}
.course_head{
	padding: 7px 20px 7px 20px;
    border: 2px solid #473d7b;
    border-radius: 10px;
    color: #303030;
    background: #f1f1f1;
}
.sem_above_mar{
	margin-top: 25px;
}
.semester_above_six{
	padding: 7px 19px 7px 19px !important;
}