body {
	margin: 0;
}

.leftPanel {
	/*	background-color: rgba(195, 211, 163, 0.56);*/
	background-color: rgb(44, 44, 44);
	width: 230px;
	position: fixed;
	padding: 25px 0;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
}

.logoContainer {
	margin-bottom: 35px;
	text-align: center;
}

.logoSize {
	width: 210px;
	height: auto;
}

.welcomeContainer {
	margin-left: 20px;
}

.menuWelcomeText {
	width: 210px;
	left: 99px;
	top: 206px;
	margin: 0;
	text-align: left;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	align-items: center;
	color: #FFFFFF;
}

.welcomeContainer2 {
	margin-left: 20px;
}

.menuWelcomeText2 {
	width: 150px;
	left: 99px;
	margin: 0;
	top: 206px;
	text-align: left;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	align-items: center;
	color: #FFFFFF;
}

.menuText {
	width: 90px;
	height: 24px;
	left: 99px;
	top: 206px;
	text-align: center;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	text-decoration-line: underline;
	align-items: center;
	color: #FFFFFF;
}

.menuText:hover {
	color: rgb(118, 147, 72);
}

.navigation {
	margin: 20px 0 50px 20px;
}

.listContainer {
	list-style: none;
	padding-left: 0;
}

.listContainer>li {
	margin: 20px 0;
}

.copyrightTextContainer {
	width: 230px;
	height: 120px;
}

.copyrightText {
	position: absolute;
	bottom: 0;
	margin: 20px !important;
	width: 200px;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
	text-align: left;
	color: #FFFFFF;
}

.copyrightText2 {
	position: absolute;
	bottom: 0;
	margin: 20px;
	width: 150px;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 400;
	font-size: 11px;
	line-height: 15px;
	text-align: left;
	color: #FFFFFF;
}


.content {
	margin-left: 230px;
}

.infoContent {
	margin: 0px 25px 100px 25px;
	display: block;
}

.slideShowContainer {
	width: 100%;
	height: auto;
}

.slideshow {
	width: 100%;
	height: auto;
}

.titleContent {
	margin: 40px;
	display: flex;
	justify-content: center;
}

.mainTitle {
	font-weight: bold;
	/*	font-family: Raleway;*/
	text-align: center;
	font-size: 30px;
	text-decoration: underline 5px;
	text-decoration-color: rgba(195, 211, 163, 0.56);
}

.aboutContainer {
	width: 100%;
	padding: 0 11px;
}

.subTitle {
	font-weight: bold;
	/*	font-family: Raleway;*/
	font-size: 25px;
	text-decoration: underline 5px;
	text-decoration-color: rgba(195, 211, 163, 0.56);
}

.contentText {
	color: rgba(0, 0, 0, 0.5);
	/*	font-family: Raleway;*/
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 15px;
}

.coursesContent {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.imageContainer {
	position: relative;
	width: 320px;
	overflow: hidden;
}


.coursesImage {
	display: block;
	width: 100%;
	height: 220px;
	border-right: 5px solid #c3d3a3;
	border-bottom: 5px solid #c3d3a3;
}

.imageOverlay {
	position: absolute;
	display: flex;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(195, 211, 163, 0.65);
	flex-direction: column;
	align-items: center;
	justify-content: center;
	opacity: 0;
}

.imageOverlay:hover {
	opacity: 1;
	transition: 0.8s;
}

.imageOverlayLocked {
	position: absolute;
	display: flex;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(195, 211, 163, 0.65);
	flex-direction: column;
	align-items: center;
	justify-content: center;
	opacity: 1;
}

.viewCourseButton {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	line-height: 24px;
	color: #fff;
	text-decoration: none;
	border: 2px solid white;
	border-radius: 10px;
	height: 36px;
	align-items: center;
	justify-content: center;
	display: flex;
	width: 160px;
}

.viewCourseButton:hover {
	background-color: #fff;
	color: #000;
	border: none;
	transition: 0.8s;
	text-decoration: none;
}

.pleaseLoginText {
	font-family: Raleway;
	font-style: normal;
	color: #FFFFFF;
	padding: 20px;
	text-align: center;
}

.noAccessIcon {
	font-size: 50px;
	color: #FFFFFF;
}

.freeTitle {
	font-family: Raleway;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 23px;
	margin-top: 10px;
	color: #8B9C69;
}

.coursesTitle {
	font-family: Raleway;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 23px;
	color: #000000;
}

.lessonTitle {
	font-family: Raleway;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	color: rgba(0, 0, 0, 0.5);
}

.dividerLine {
	border-top: 1px solid #000000;
	height: 0px;
}

.courseDetailsFooter {
	display: flex;
	justify-content: space-between;
	margin: 10px 0px;
}

.courseDetailsFooter .col-4 {
	padding-left: 0px;
}

.courseDetailsFooter .col-8 {
	padding-right: 0px;
}

.previousRating {
	display: block;
}

.previousRatingContainer {
	display: block;
	font-family: Montserrat;
	font-style: normal;
	border: 1px solid #C3D3A3;
	resize: none;
	width: 100%;
	outline: none;
	padding: 15px 10px;
	margin-bottom: 20px;
}

.starContainer {
	display: flex;
	align-items: center;
}

.star-icon {
	display: flex;
}

.rating-css {
	text-align: left;
}

.previousRatingText {
	font-size: 13px;
}

.starContainer .rating-css {
	margin: -3px 5px 3px;
}

.previousRatingComment {
	margin: -3px 10px 3px;
}

.previousRatingComment p {
	margin-bottom: 0;
}

.rating-css div {
	color: #ffe400;
}

.rating-css input {
	display: none;
}

.rating-css input and label {
	text-shadow: 1px 1px 0 #ffe400;
	cursor: pointer;
}

.rating-css input:checked and label~label {
	color: #838383;
}

.rating-css label:active {
	transform: scale(0.8);
	transition: 0.3s ease;
}

.tag-div {
	display: flex;
	align-items: center;
	float: right;
	text-align: right;
}

.minText {
	margin: 0 5px;
	font-family: Raleway;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 23px;
	color: #000000;
}

.viewMoreContainer {
	width: 180px;
	color: #000;
	height: 50px;
	margin-top: 20px;
	background: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 3px solid #000000;
	border-radius: 10px;
	text-decoration: none;
}

.viewMoreContainer:hover {
	background-color: #C3D3A3;
	color: #fff;
	text-decoration: none;
	border: none;
	transition: 0.6s;
}

.titleBanner {
	width: 100%;
	height: 140px;
	background-color: #c3d3a3;
	display: flex;
	align-items: center;
	margin: 20px 0;
	opacity: 0.7;
}

.bannerTextContainer {
	margin-left: 10px;
}

.courseTitle {
	font-family: Raleway;
	font-style: normal;
	font-weight: 600;
	font-size: 36px;
	color: #FFFBFB;
	margin: 0;
}

.courseTitleBanner {
	width: 100%;
	height: 140px;
	background-color: #f6f6f6;
	display: flex;
	align-items: center;
	margin: 20px 0;
}

.courseBannerTextContainer {
	margin-left: 10px;
}

.courseBannerTitle {
	font-family: Raleway;
	font-style: normal;
	font-weight: 600;
	font-size: 36px;
	color: #000000;
	margin: 0;
}

.courseSubTitleHome {
	font-family: Raleway;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	display: flex;
	justify-content: center;
	line-height: 16px;
	color: #fff;
}

.courseSubTitleHome:hover,
.courseSubTitleHover:hover,
.courseSubTitleNameHover:hover,
.courseChapterTitle:hover,
.courseChapterSelectionTitle:hover {
	color: rgb(118, 147, 72);
}

.courseSubTitle,
.courseSubTitleName,
.courseSubTitleNameHover,
.courseSubTitleHover,
.courseSubTitleChapter {
	font-family: Raleway;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
}

.courseContainer {
	width: 100%;
	margin-top: 30px;
}

.courseInfoContainerLeft {
	display: block;
}

.courseInfoContainer {
	width: 100%;
	min-height: 135px;
	background-color: #f6f6f6;
}

.courseInfoTextContainer {
	margin: 0 0 10px 10px;
}

.courseInfoElementTextContainer {
	margin-top: 3px;
	display: flex;
}

.courseInfoTextTitle {
	font-family: Raleway;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	color: #303030;
	margin-bottom: 3px;
	padding-top: 10px;
}

.courseInfoElementContainer {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	flex-wrap: wrap;
}


.courseInfoElementText {
	font-family: Raleway;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #808080;
	margin: 0 10px;
}

.courseInfoScoreButton {
	font-family: Raleway;
	color: #808080;
	display: flex;
	align-items: center;
}

.courseAboutTitleContainer,
.chaptersListContainer {
	margin-top: 20px;
}

.courseAboutTitle,
.chaptersListTitle {
	font-family: Raleway;
	font-style: normal;
	font-weight: 700;
	font-size: 25px;
	color: #000000;
	text-decoration: underline 5px;
	text-decoration-color: #C3D3A3;
}

.courseText {
	font-family: Raleway;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	color: #808080;
	margin-bottom: 5px;
}

.courseDesc,
.chaptersListText {
	font-family: Raleway;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	color: #808080;
	margin-bottom: 10px;
}

.courseImage2 {
	display: block;
	width: 100%;
	height: auto;
}

.courseChapterContainer {
	align-items: center;
	margin-bottom: 15px;
}

.courseChapterTitle,
.courseChapterSelectionTitle {
	font-family: Raleway;
	font-style: bold;
	font-size: 16px;
	color: #000000;
}

.chaptersListContainer {
	margin-left: -15px;
	margin-right: -15px;
}

.chapterContent {
	font-family: Raleway;
	font-style: bold;
	font-size: 20px;
}

.videoContainer {
	width: 100%;
}

.feedbackContent {
	display: block;
}

.titleContent2 {
	margin: 20px;
	display: flex;
	justify-content: center;
}

.feedbackFormContainer {
	border: 1px solid #C3D3A3;
	background-color: #ffffff;
	padding: 5px;
}

.feedbackFormContainerMargin {
	margin: 10px 20px;
}

.feedbackFormText {
	font-family: Raleway;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	color: #5D5D5D;
}

.feedbackFormRatingContainer {
	display: flex;
	margin-top: 5px
}

.feedbackFormRatingStarContainer {
	display: flex;
	margin-top: -10px;
	transform: rotateY(180deg);
}

.feedbackFormRatingStarContainer input {
	display: none;
}

.feedbackFormRatingStarContainer label {
	display: block;
	cursor: pointer;
	width: 33px;
	height: 35px;
}

.feedbackFormRatingStarContainer label:before {
	content: '\f005';
	font-family: fontAwesome;
	position: relative;
	display: block;
	font-size: 25px;
	color: #A8ADB3 !important;
}

.feedbackFormRatingStarContainer label:after {
	content: '\f005';
	font-family: fontAwesome;
	position: relative;
	display: block;
	font-size: 25px;
	color: #FFE400 !important;
	top: -38px;
	opacity: 0;
	transition: 0.1s all;
}

.feedbackFormRatingStarContainer label:hover:after,
.feedbackFormRatingStarContainer label:hover~label:after,
.feedbackFormRatingStarContainer input:checked~label:after {
	opacity: 1;
}

.feedbackFormRatingTextContainer {
	display: flex;
}

.ratingStarText {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	color: #5D5D5D;
	display: flex;
	justify-content: center;
	width: 34px;
}

.feedbackTextbox {
	font-family: Montserrat;
	border: 1px solid #C3D3A3;
	resize: none;
	width: 100%;
	outline: none;
	padding: 10px 10px;
}

.commentButtonContainer {
	display: flex;
	justify-content: end;
}

.commentButton {
	position: relative;
	width: 136px;
	height: 45px;
	background: #C3D3A3;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	margin: 0;
	font-family: Raleway;
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	color: #FFFFFF;
	margin-left: auto;
	order: 2;
}

.commentButton:hover {
	background-color: rgba(195, 211, 163, 0.56);
	color: #FFFFFF;
	transition: 0.1s all;
	cursor: pointer;
}

.feedbackCommentMargin {
	margin: 10px 0;
}

.allcoursesContainer {
	margin: 50px 30px 0;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

.container1 {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.row1 {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.column1 {
	position: relative;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	flex: 0 0 100%;
	max-width: 100%;
}

.effect {
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
}

.effect .effect-img {
	font-size: 0;
	overflow: hidden;
	border-right: 5px solid #c3d3a3;
	border-bottom: 5px solid #c3d3a3;
}

.effect .effect-img img {
	width: 100%;
	height: auto;
	transition: all .3s;
}

.effect:hover .effect-img img {
	transform: scale(1.2);
}

.svgButtonLeft>a>svg>path:hover {
	fill: rgba(195, 211, 163, 0.56);
}

.svgButtonRight>a>svg>g>path:hover {
	fill: rgba(195, 211, 163, 0.56);
}

.backHomeButtonContainer {
	display: flex;
	justify-content: start;
	position: absolute;
	top: 25px;
	left: 65px;
}

.backHomeButtonText {
	margin: 0;
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	color: #fff;
	padding: 0 5px;
}

.loginContent {
	width: 100%;
	height: 700px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.loginInterface {
	background: #c3d3a3;
	border: 2px solid #C3D3A3;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	width: 500px;
	height: 570px;
	margin-left: 10px;
	margin-right: 25px
}


.loginLogoContainer {
	margin: 30px 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.loginTextContainer {
	display: flex;
	justify-content: center;
	align-items: center;
}

.loginText {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	color: #9BB36C;
	margin: 0;
}

.textfieldContainer {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 10px 0;
}

.loginDiallingTextfield {
	width: 100px;
	height: 60px;
	border: 1px solid #c3d3a3;
	border-radius: 4px;
	padding: 0 10px;
	outline: none;
	margin-right: 10px;
}

.loginTextfield {
	width: 100%;
	height: 60px;
	border: 1px solid #c3d3a3;
	border-radius: 4px;
	padding: 0 10px;
	outline: none;
}

.loginContentMargin {
	margin-left: 82px;
	margin-right: 82px;
}

.forgotPasswordContainer {
	display: flex;
	justify-content: end;
	align-items: center;
}

.forgotPasswordText {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	color: #323941;
	text-decoration: none;
}

.forgotPasswordText:hover {
	color: lightgrey;
	text-decoration: none;
}

.loginButtonContainer {
	margin: 10px 0 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.loginButton {
	width: 330px;
	height: 35px;
	background: #C3D3A3;
	border: 1px solid #C3D3A3;
	border-radius: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	color: #FFFFFF;
}

.loginButton:hover {
	background-color: #fff;
	border: 1px solid #b3b3b3;
	color: rgb(188, 204, 164);
	/*	transition: 0.1s ease-in-out;*/
	cursor: pointer;
}

.registerTextContainer {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 5px 0;
}

.registerText {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	margin: 0;
	padding-right: 5px;
}

.registerLinkText {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	color: #000000;
	margin: 0;
	text-decoration: none;
}

.socialMediaContainer {
	margin: 10px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.socialMedia {
	padding: 0 5px;
}

.navigationMenu {
	display: none;
	box-sizing: border-box;
	padding: 15px;
	opacity: 0.9;
	margin: 15px 15px;
	background-color: #ffffff;
	color: #333333;
	width: 60px;
	height: 60px;
	border: 1px solid #e1e1e1;
	border-radius: 3px;
}

.navigationMenu:focus {
	background-color: #c3d3a3;
}

.leftPanel2 {
	background-color: rgba(44, 44, 44);
	width: 175px;
	position: fixed;
	padding: 25px 0;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	margin-left: -1000px;
}

.navigation2 {
	margin: 20px 0 50px 20px;
}

.closeButtonContainer {
	display: flex;
	justify-content: end;
}

.closeButton {
	margin: 10px;
}

.bottomMargin {
	/*	margin-bottom: 100px !important;*/
	padding-bottom: 25px !important;
}

.contact-info-container {
	margin: 20px;
}

.error-message-div {
	font-family: 'Montserrat';
	font-style: normal;
	text-align: center;
	margin: auto;
	width: 50%;
	padding-top: 100px
}

.error-message {
	font-weight: 400;
	font-size: 30px;
}

.go-back-text {
	font-weight: 400;
	font-size: 20px;
	color: rgb(118, 147, 72);
}

.go-back-text:hover {
	color: rgb(204, 212, 180);
}

/*         responsive                     */
@media (max-width: 355px) {
	.loginInterface {
		border-radius: 0;
	}
}

@media (max-width: 500px) {
	.loginInterface {
		width: 350px;
	}
}

@media (max-width: 450px) {
	.loginInterface {
		width: 300px;
	}
}

@media (max-width: 576px) {
	.paddingZero {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

@media (max-width: 1000px) {
	.copyrightText {
		font-size: 10px;
	}

	.navigationMenu {
		display: flex;
	}

	.leftPanel {
		position: relative;
		height: auto;
		width: 100%;
	}

	.content {
		margin-left: unset;
	}

	.navigation {
		display: none;
	}

	.copyrightTextContainer {
		display: none;
	}

	.logoContainer {
		margin-bottom: unset;
		justify-content: space-between;
		display: flex;
	}

	.logoSize {
		min-width: 190px;
		height: auto;
	}
}

@media (max-width: 900px) {
	.effect .effect-img img {
		height: auto;
	}
}

@media (min-width:992px) {
	.container1 {
		max-width: 960px;
	}

	.column1 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
}

@media (max-width:1200px) {
	.effect .effect-img img {
		height: auto;
	}
}


/* Header and sidebar responsive */
@media (max-width:1000px) {
	.menuWelcomeText {
		display: none;
	}
}

@media (orientation:landscape) and (max-device-width: 1000px) {
	.copyrightText2 {
		font-size: 9px;
		line-height: 13px;
		position: unset;
		margin: 14px;
	}

	.leftPanel2 {
		overflow-y: scroll !important;
		-webkit-overflow-scrolling: touch;
	}

	.leftPanel2::-webkit-scrollbar {
		display: none;
	}
}

/* Login responsive */
@media (max-width:1000px) {
	.backHomeButtonContainer {
		left: 20px;
	}

	.textfieldContainer {
		margin: 10px -45px;
	}
}

/*Course and chapter responsive*/
@media (max-width:1000px) {
	.courseTitle {
		font-size: 27px;
		margin-bottom: 3px;
	}

	.courseInfoElementText {
		font-size: 10px;
	}

	.courseSubTitle,
	.courseSubTitleName,
	.courseSubTitleNameHover,
	.courseSubTitleHover,
	.courseSubTitleChapter,
	.courseSubTitleHome,
	.courseSubTitleHover,
	.courseSubTitleNameHover,
	.courseChapterTitle {
		font-size: 12px;
	}
}

@media (max-width: 326px) {
	.infoContent {
		margin: 0px 20px 100px 20px;
		display: block;
	}
}

@media (max-width: 360px) {
	.starContainer .previousRatingText {
		font-size: 10px;
	}
}