<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*:not(.ext-courses-progress-wrap *){
	transition: .3s;
}

body{
	padding: 0px;
	font-size: 14px;
	margin: 10px 20px;
	font-family: 'Roboto', sans-serif;
}

h1,h2{
	padding: 0px;
	margin: 0px;
}

a{
    color: inherit;
    text-decoration: none;
}

.ext-header,
.ext-content{
	display: flex;
}

.ext-course-head h2{
	margin: 8px 0px 14px 0px;
}

.ext-sidebar{
	width: 205px;
	min-width: 205px;
}

.ext-main{
	width: 1024px;
	padding: 20px 0px 0px 40px;
}

.ext-logo{
	position: absolute;
	top: -25px;
	right: 0px;
}

.ext-logo-label{
	display: inline-block;
}

.ext-logo span{
	display: block;
}

.ext-logo span:first-child{
	font-size: 56pt;
	font-weight: 900;
	transform: scaleX(0.8);
}

.ext-logo span:last-child{
	font-size: 40pt;
	text-align: center;
	margin-top: -27px;
	transform: scaleX(0.8);
}

.ext-logo .fa-graduation-cap{
	color: #ff332c;
	font-size: 80pt;
	position: relative;
	top: -13px;
	left: 30px;
}

.ext-free-youtube-courses-label{
	position: relative;
}

.ext-page .ext-free-youtube-courses-label{
	height: auto;
	min-height: 90px;
	margin-bottom: 51px;
}

.ext-courses-wrap,
.ext-courses-description{
	position: relative;
	background: #f8f8f8;
	padding-bottom: 20px;
}

.ext-courses-wrap{
	min-height: 100vh;
}

.ext-courses-description{
	height: auto;
	padding: 10px 0px 20px 20px;
}

.ext-filters label{
	display: block;
}

.ext-filter-subject,
.ext-filter-language{
	height: 254px;
	overflow: hidden;
}

.ext-menu-collapse{
	left: 9px;
	top: 9px;
	color: #939393;
	cursor: pointer;
	position: absolute;
}

.ext-header{
	position: relative;
}

.ext-header-left{
	width: 205px;
	display: flex;
	min-width: 205px;
	position: relative;
}

.ext-header-center{
	width: 1024px;
	/* min-width: 1024px; */
	padding-left: 40px;
}

.ext-header-right{
	text-align: right;
	display: flex;
	position: absolute;
	right: 0px;
	top: 0px;
}

.ext-youtube-logo{
	left: 50px;
	top: 8px;
	position: absolute;
}

.ext-search{
	display: inline;
	text-align: left;
	position: relative;
}

.ext-search-wrap{
	text-align: right;
}

#ext-search{
	width: 65%;
	height: 40px;
	outline: none;
	border-radius: 25px;
	border: solid 2px #e0e0e0;
	padding: 0px 15px;
	font-size: 12pt;
}

#ext-keyboard{
	position: relative;
	left: -110px;
	background: none;
	border: none;
	color: #747474;
}

#ext-search-submit{
	left: -103px;
	position: relative;
	border: none;
	border-left: solid 2px #e0e0e0;
	height: 40px;
	top: -1px;
	width: 65px;
	background: #f8f8f8;
	border-radius: 0px 25px 25px 0px;
}

#ext-microphone{
	position: relative;
	left: -68px;
	background: #f8f8f8;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: none;
	font-size: 18px;
}

.ext-bell,
.ext-profile,
.ext-videocam{
	cursor: pointer;
	font-size: 16pt;
	margin: 0px 15px;
}

.ext-bell,
.ext-videocam{
	margin-top: 8px;
}

.ext-videocam{}

.ext-bell{}

.ext-profile img{
	width: 33px;
	height: 33px;
	border-radius: 50%;
	position: relative;
	top: 5px;
}

.ext-tags{
	display: flex;
}

.ext-tag{
	font-size: 14px;
	cursor: pointer;
	color: #4b6c7d;
	background: #f8f8f8;
	padding: 4px 10px;
	border-radius: 7px;
	margin-right: 15px;
}

.ext-tag.active{
	color: #f8f8f8;
	background: #000;
}

.ext-page .ext-tags{
	width: 58%;
	display: block;
}

.ext-page .ext-tag{
	display: inline-block;
}

.ext-home-description{
	width: 50%;
	color: #677889;
}

.ext-courses-items{
	padding: 0 10px;
}

.ext-courses-item{
	max-width: 940px;
	display: flex;
	background: #fff;
	margin: 30px auto;
	padding: 15px 25px;
	border-radius: 8px;
}

.ext-course-thumb{
	float: left;
	margin-right: 15px;
}

.ext-course-thumb img{
	width: 150px;
}

.ext-author{
	color: #919191;
	text-transform: capitalize;
}

.ext-course-rating-wrap span{
	top: -6px;
	color: #919191;
	position: relative;
	display: inline-block;
}

.ext-course-main{
	width: 700px;
}

.ext-course-head{
	
}

.ext-course-info{
	width: 35%;
	padding-left: 20px;
	border-left: solid 2px #f8f8f8;
}

.ext-course-info-item{
	padding: 15px 0px 15px 15px;
	border-bottom: solid 2px #f8f8f8;
}

.ext-course-info-item .fas,
.ext-course-info-item .far{
	margin-right: 10px;
}

.ext-free .fa-tags{
	color: #fe696a;
}

.ext-course-info .ext-course-info-item:last-child{
	border-bottom: none;
}

.ext-course-description{
	margin-top: 35px;
}

.ext-actions{
	display: flex;
	margin-top: 20px;
}

.ext-sidebar{
	
}

.ext-sidebar-item{
	color: #2c2c2c;
	margin: 20px 0px;
	padding-bottom: 20px;
	border-bottom: solid 1px #f8f8f8;
}

.ext-sidebar-item:last-child{
	border-bottom: none;
}

.ext-menu{
	
}

.ext-Learn-mode{
	cursor: pointer;
	position: relative;
	display: inline-block;
	background: #ced2d7;
	padding: 0px 20px 0px 5px;
	border-radius: 10px;
	font-weight: 600;
}

.ext-Learn-mode:after{
	content: "";
	background: #03a835;
	padding: 7px;
	display: block;
	position: absolute;
	top: 3px;
	right: 3px;
	border-radius: 50%;
}

.ext-menu .ext-menu-item{
	background: #f8f8f8;
	padding: 8px 0px 10px 4px;
	border-radius: 7px;
	margin: 0px 10px 10px 0px;
}

.ext-menu .ext-menu-item .fas{
	font-size: 20px;
	margin-right: 14px;
}

.ext-menu-page .fas.fa-chevron-right{
	color: #8e8e8e;
	font-size: 12px;
	margin-left: 10px;
}

.ext-menu-page{
	cursor: pointer;
	padding: 10px 0px 10px 0px;
}

.ext-menu-page.border{
	border-radius: 7px;
	border: solid 2px #f8f8f8;
	margin: 0px 10px 5px -10px;
	padding-left: 8px;
}

.ext-menu-page .far,
.ext-menu-page .fas{
	font-size: 14pt;
}

.ext-menu-page .far{
	margin-right: 22px;
}

.ext-menu-page .fas{
	margin-right: 17px;
}

.ext-menu-page.border .far,
.ext-menu-page.border .fas{
	top: 7px;
	position: relative;
}

.ext-menu-page.border .far{
	margin-right: 18px;
}

.ext-menu-page.border span{
	display: block;
	color: #ccc;
	font-size: 12px;
	margin-left: 41px;
}

.ext-main h1{
	margin: 20px 0px 0px 0px;
}

.ext-counters{
	display: flex;
	margin: 3px 0px 25px 0px;
}

.ext-counter,
.ext-counter-label{
	color: #001f44;
	cursor: pointer;
	padding: 7px 14px;
	background: #f8f8f8;
	border-radius: 7px;
	font-size: 14px;
	margin: 0px 20px 0px 0px;
}

.ext-counter-label{
	color: #409e6c;
	background: none;
}

.ext-counter.active{
	background: #7c9ac0;
}

.ext-courses-sort-wrap{
	height: 40px;
	font-weight: 600;
	position: relative;
}

.ext-courses-sort{
	position: absolute;
	top: 30px;
	right: 40px;
	border: none;
	background: #dddbe1;
	padding: 5px 5px;
	text-align: center;
	border-radius: 9px;
	color: #202f3b;
}

.ext-courses-count{
	position: absolute;
	top: 35px;
	left: 44px;
}

.ext-filters{
	
}

.ext-filters .ext-title{
	font-size: 14pt;
	font-weight: 600;
	margin: 10px 0px;
}

.ext-filters label{
	color: #656d76;
	margin-bottom: 3px;
}

.ext-dropdown{
	cursor: pointer;
	margin: 10px 0px 0px 4px;
}

.ext-dropdown .fa-chevron-down{
	margin: 0px 15px 0px 0px;
}

/* 
.ext-filters label input[type="checkbox"]{
	width: 10px;
	height: 10px;
	appearance: none;
	border: solid 1px #000;
}
*/

.ext-course-save{
	padding: 10px;
	color: #a9a6e9;
	font-size: 14pt;
	cursor: pointer;
}

.ext-course-add-to-list{
	color: #596572;
	border: solid 1px #ececec;
	border-radius: 7px;
	margin: 0px 0px 0px 10px;
	padding: 10px;
	cursor: pointer;
}

.ext-course-add-to-list .fa-sticky-note{
	margin-right: 4px;
}

.ext-menu-page.border .fas.fa-check-circle{
	color: #275949;
}

.ext-course-rating{
	width: 90px;
	height: 20px;
	display: flex;
	position: relative;
	display: inline-block;
}

.ext-course-rating-grey,
.ext-course-rating-gold{
	height: 20px;
	display: flex;
	position: absolute;
}

.ext-course-rating-grey{
	color: #d8d8d8;
}

.ext-course-rating-gold{
	width: 73%;
	color: #fdba1a;
	overflow: hidden;
}

/* course item start */

.ext-course-items{
	
}

.ext-course-item{
	display: flex;
	position: relative;
	padding: 10px 0px;
	cursor: pointer;
	border-bottom: solid 2px #f8f8f8;
}

#ext-play-all{
	cursor: pointer;
}

#ext-play-all span{
	display: inline-block;
	width: 25px;
	height: 15px;
	background: #ccc;
	border-radius: 10px;
	margin-right: 10px;
	position: relative;
	top: 2px;
}

#ext-play-all.active span{
	background: #004cf7;
}

#ext-play-all span:after,
#ext-play-all span:before{
	transition: .3s;
}

#ext-play-all:not(.active) span:before{
	content: '';
	top: 2px;
	left: 2px;
	width: 11px;
	height: 11px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
}

#ext-play-all.active span:after{
	content: '';
	top: 2px;
	right: 2px;
	width: 11px;
	height: 11px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
}

.ext-course-item-number{
	color: #000;
	height: 15px;
	padding: 4px 9px;
	background: #d6dbe4;
	border-radius: 5px;
	margin-right: 10px;
	font-size: 12px;
}

.ext-course-item.active .ext-course-item-number{
	color: #fff;
	background: #001930;
}

.ext-course-item-complete{
	position: relative;
	border: solid 1px #f8f8f8;
	position: absolute;
	right: 25px;
	height: 100%;
	top: 0px;
}

.ext-course-item-complete span{
	display: block;
	width: 20px;
	cursor: pointer;
	height: 20px;
	border: solid 2px #f8f8f8;
	border-radius: 50%;
	position: absolute;
	right: -12px;
	top: 9px;
	background: #fff;
}

.ext-course-item.active .ext-course-item-complete span{
	border-color: #6f7fc2;
}

.ext-course-item.complete .ext-course-item-complete span{
	background: #6f7fc2;
}

.ext-course-item-label{
	width: 130px;
}

.ext-courses-head{
	display: flex;
	height: 100px;
	margin: 25px 10px;
	position: relative;
}

.ext-courses-head .ext-course-thumb img{
	width: 100px;
	border-radius: 6px;
}

.ext-courses-head .ext-actions{
	right: 0px;
	position: absolute;
}

.ext-course-video{
	margin: 20px 0px;
	text-align: center;
}

.ext-course-video iframe{
	width: 90%;
	height: 50vh;
}

.ext-courses-nav{
	padding: 30px 0px;
	text-align: center;
	position: relative;
}

/* progress line */

.ext-courses-progress-wrap{
	width: 66%;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 30px;
	z-index: 1;
	overflow: hidden;
	border-radius: 5px;
}

.ext-courses-progress-line.bg{
	width: 100%;
	background: #dddce2;
}

.ext-courses-progress-line.progress{
	z-index: 9999;
	background: #004cf7;
	top: 0px;
	position: absolute;
}

.ext-courses-progress-line.progress,
.ext-courses-progress-line.bg{
	content: "";
	height: 25px;
	border-radius: 5px;
}

/* progress line */


#ext-course-prev,
#ext-course-next{
	position: absolute;	
	background: #dddce2;
	border: none;
	padding: 5px 20px;
	border-radius: 7px;
	cursor: pointer;
}

#ext-course-prev{
	left: 50px;
}

#ext-course-next{
	right: 50px;
}

#ext-course-start{
	border: none;
	color: #fff;
	z-index: 2;
	padding: 8px 50px;
	border-radius: 7px;
	background: #004cf7;
}

.ext-courses-footer{
	width: 90%;
	position: relative;
	margin: 20px auto;
	background: #fff;
	padding: 20px 0px;
}

.ext-courses-footer h2{
	padding: 0px 20px;
}

#ext-course-mark-complete{
	position: absolute;
	right: 20px;
	top: 15px;
	background: #004cf7;
	padding: 10px 20px;
	border: none;
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
}

#ext-course-mark-complete.uncompleate{
	color: #000;
	background: none;
}

#ext-course-mark-complete.uncompleate:before{
	content: "Completed";
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	background: #fff;
	top: -12px;
	text-decoration: none;
	color: #a9a6e9;
}

#ext-course-mark-complete.uncompleate:after{
	content: "Undo";
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	background: #fff;
	text-decoration: underline;
}

.ext-courses-progress{
	position: relative;
	left: 20px;
	background: #f8f8f8;
	width: max-content;
	padding: 6px 10px;
	border-radius: 6px;
	margin-bottom: 20px;	
}

.ext-courses-description span{
	color: #b5b5b5;
	margin-bottom: 7px;
	display: inline-block;
}

.ext-courses-head .ext-course-info{
	width: 70%;
}

/* course item end */

/* search start */

#ext-find-info{
	padding: 0;
	left: 20px;
	z-index: 9;
	height: 300px;
	overflow:auto;
	background: #fff;
	position: absolute;
	border: solid 1px #f8f8f8;
	border-top: 0px;
	width: 640px;
	left: 0px;
	border-radius: 0px 0px 7px 7px;
	border-left: none;
	border-right: none;
	box-shadow: 0px 4px 5px 0px #d9d9d9;
}

#ext-find-info li{
	cursor: pointer;
	padding: 10px;
	list-style: none;
	border-bottom: solid 1px #f8f8f8;
}

#ext-find-info li:hover{
	box-shadow: 0px 1px 1px 0px #f8f8f8;
}

/* search end */

/* loader start */

#ext-loader{
	position: absolute;
	margin: auto;
	top: 300px;
	right: 0;
	left: 0;
	height: 3px;
	width: 50px;
	margin: auto;
	background: #f00;
	animation: loader 1s cubic-bezier(.46,.03,.52,.96) infinite;
}

@keyframes loader{
	0%, 100% {
		transform: translateX(-100%);
	}
	50% {
		transform: translateX(100%);
	}
}

/* loader end */

#ext-load-more{
	position: absolute;
	width: 100px;
	margin: auto;
	border: solid 1px rgb(241, 241, 241);
	padding: 5px;
	cursor: pointer;
	border-radius: 3px;
	left: 0;
	right: 0;
	bottom: 6px;
}

.hide{
	display: none;
}

/* breadcamb start */

.ext-breadcambs{
	min-height: 50px;
	text-align: justify;
}

.ext-breadcambs a{
	color: #001930;
}

.ext-breadcambs a:hover{
	text-decoration: underline;
}

/* 
.ext-breadcambs a:not(:last-child):after{
	content: "&gt;";
	margin: 0px 2px;
	font-size: 12px;
	position: relative;
	top: -1px;
}
 */
/* breadcamb end */

/* pace start */
.pace{
	user-select: none;
	pointer-events: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-webkit-pointer-events: none;
}

.pace-inactive {
	display: none;
}

.pace .pace-progress {
	top: 0;
	left: 0px;
	height: 1px;
	position: fixed;
	background: #f00;
	z-index: 99999999999;
}
/* pace end */

/* player start */

#ext-player{
	height: 50vh;
}


#ext-player-container{
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background: #000;
}

#ext-custom-seek{
	opacity: 0;
	position: absolute;
	bottom: 50px;
	left: 10px;
	right: 10px;
	height: 8px;
	background-color: #444;
	border-radius: 4px;
	cursor: pointer;
	overflow: hidden;
}

#ext-custom-seek-bar{
	width: 0;
	height: 100%;
	background-color: #ff0000;
	position: absolute;
	transition: width 0.1s ease;
}

#ext-controls{
	opacity: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	padding: 10px;
	z-index: 1;
	background: rgba(0, 0, 0, 0.5);
}

#ext-controls button,
#ext-controls input[type="range"]{
	cursor: pointer;
	background-color: transparent;
	color: white;
	border: none;
	font-size: 18px;
}

#ext-controls input[type="range"]{
	width: 100px;
}

#ext-time{
	margin-left: 15px;
	font-size: 16px;
	color: white;
}

#ext-play-icon{
	font-size: 20px;
}

#ext-video-buttons{
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 10px;
}

#ext-video-buttons button{
	padding: 5px 10px;
	background-color: #007BFF;
	color: white;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

#ext-volume-control{
	margin-left: 15px;
}

.ext-menu-pages a.active{
	font-weight: 600;
}

/* player end */

/* 404 start */
.center{
	text-align: center;
}
/* 404 end */</pre></body></html>