:root {
	--main-bg-color: #ffffff;
	--main-bg-color-2: #ffffff;
	--main-text-color: #000000;
	--header-bg-color: #191919;
	--button-color: #d81118;
	--menu-bg-color: #000000;
	--menu-link-color: #ffffff;
	--menu-link-color-hover: #d81118;
	--menu-link-bg-color: #000000;
	--menu-link-bg-color-hover: #ffffff;
	--menu-link-border-color: #ffffff;
	--body-link-color: #000000;
	--body-link-color-hover: #d81118;
	--quote-bg-color: #191919;
	--quote-text-color: #ffffff;
	--footer-bg-color: #191919;
	--footer-text-color: #fcfeff;
	--lesson-color: #ffffff;
	--lesson-color-inv: #191919;
}
/* Good Blue and orange
:root {
	--main-bg-color: #fcfeff;
	--main-text-color: #000000;
	--menu-bg-color: #6d91a1;
	--menu-link-color: #fcfeff;
	--menu-link-color-hover: #ffffff;
	--menu-link-bg-color: #6d91a1;
	--menu-link-bg-color-hover: #f49423;
	--quote-bg-color: #6d91a1;
	--quote-text-color: #ffffff;
	--footer-bg-color: #6d91a1;
	--footer-text-color: #fcfeff;
} */
/* Blue
:root {
	--main-bg-color: #fcfcfc;
	--main-text-color: #000000;
	--menu-bg-color: #0d5786;
	--menu-link-color: #ffffff;
	--menu-link-color-hover: #ffffff;
	--menu-link-bg-color: #0d5786;
	--menu-link-bg-color-hover: #d6bd6c;
	--quote-bg-color: #0d5786;
	--quote-text-color: #ffffff;
} */
/* red2
:root {
	--main-bg-color: #fcfcfc;
	--main-text-color: #000000;
	--menu-bg-color: #fe1a01;
	--menu-link-color: #ffffff;
	--menu-link-color-hover: #ffffff;
	--menu-link-bg-color: #fe1a01;
	--menu-link-bg-color-hover: #FE9901;
} /*
/* orange
:root {
	--main-bg-color: #fcfcfc;
	--main-text-color: #000000;
	--menu-bg-color: #C06014;
	--menu-link-color: #ffffff;
	--menu-link-color-hover: #ffffff;
	--menu-link-bg-color: #C06014;
	--menu-link-bg-color-hover: #EDDBCD;
} */
/* Default color
:root {
	--main-bg-color: #fcfcfc;
	--main-text-color: #000000;
	--menu-bg-color: #343538;
	--menu-link-color: #5094ce;
	--menu-link-color-hover: #ffffff;
	--menu-link-bg-color: #343538;
	--menu-link-bg-color-hover: #686a70;
} */
@charset "utf-8";
/* CSS Document */
a {
	color: #00F;
}
@font-face { font-family: 'SourceSansPro'; src: url('/font/SourceSansPro-Regular.ttf'); }
@font-face {
	font-family: 'TrumpGothic';
	src: url("/font/TrumpGothicWest-W01.ttf");
}
html, body {
	margin: 0px;
	/* font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif"; */
	font-family: SourceSansPro;
}
covid {
	text-align: center;
	margin: auto;
	display: block;
	background: yellow;
	width: 100%;
	height: 50px;
}
header, header2 {
	background: var(--header-bg-color);
	display: none;
}
anchor {
	display: block;
	position: absolute;
	top: -96px;
}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
banner {
	display: block;
	background-image: url("/img/banner.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 86vh;
	font-family: 'TrumpGothic';
	text-align: left;
	position: relative;
}
banner > div:first-child {
	position: absolute; top: 0;
	background: #191919;
	left: 0;
	height: 86vh;
	width: 53vw;
	opacity: 0.8;
	background: linear-gradient(90deg, rgba(25,25,25,0.9) 0%, rgba(25,25,25,0.7) 50%, rgba(25,25,25,0.5) 80%, rgba(34,54,61,0) 100%);
}
banner > div {
	position: absolute;
	bottom: 1vw;
	left: 1vw;
	padding: 0 20px;
	margin-bottom: 10vh;
}
banner > div > h1 {
	font-size: 8vh;
	letter-spacing: 0;
	margin: 0;
	color: #d81118;
	text-align: left !important;
    /* -webkit-text-stroke: 4px #d81118; */
}
banner > div > h2 {
	color: #ffffff;
	font-size: 3.5vh;
	letter-spacing: 0;
	padding: 0;
	margin: 0;
	text-align: left;
}
banner > div > h3 {
	color: #ffffff;
}
banner > div > div {
	max-width: 100%;
	text-align: center;
}
banner > div > div > a {
	display: block;
	background: var(--button-color);
	color: var(--menu-link-color);
	font-size: 4vh;
	text-decoration: none;
	margin: 20px 0px;
	padding: 16px 16px;
	border-radius: 5px;
	transition: 0.5s;
}
banner > div > div > a:hover {
	color: #ffffff;
	background: #d81118;
}
.video-container {
	overflow:hidden;
	padding-bottom:56.25%;
	position:relative;
	height:0;
}
.video {
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
	border: 0
}
/* Style the navigation menu */
.mobilenav {
	position: fixed;
	top: 0;
	width: 100vw;
	overflow: hidden;
	z-index: 99;
	background-color: var(--header-bg-color);
    transition: all 0.4s ease-in-out;
}
mobile-nav {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	color: #ffffff;
	background: #191919;
	position: fixed;
	top: 0;
	width: 100vw;
	height: 14vh;
	z-index: 99;
}
mobile-nav logo {
	display: block;
	padding: 8px;
}
mobile-nav > logo > a > img {
	max-height: 12vh;
	max-width: 70vw;
}

mobile-nav .main-nav .hamburger-nav::after {
	font-family: fontawesome;
	content: "\f0c9";
	color: #f7f7f7;
	font-size: 50px;
	cursor: pointer;
	margin-right: 20px;
	height: 100%;
}
/* line 34, C:/Users/Shubham/Desktop/test/sass/app.sass */
mobile-nav ul {
	display: none;
	list-style: none;
	position: fixed;
	top: 0;
	left: 0;
	padding-left: 0;
	width: 100vw;
	max-height: 74vh;
	overflow-y: auto;
	margin-top: 14vh;
}

/* line 42, C:/Users/Shubham/Desktop/test/sass/app.sass */
mobile-nav ul > li > a {
	color: #f7f7f7;
	display: block;
	background: #333333;
	text-decoration: none;
	text-align: left;
	padding: 2em;
	border-left: 4px solid #3c3232;
	border-bottom: 0.5px solid rgba(200, 200, 200, 0.2);
}
mobile-nav ul > li > a:hover {
	background: #222222;
	border-left: 4px solid #d81118;
	transition: background 0.5s ease;
}
body {
	margin-top: 14vh;
}
#cookit {
  position: fixed;
  bottom: 0;
  padding: .6rem 2rem;
  display: flex;
  z-index: 999;
}
#cookit.hidden { display: none; }

#cookit #cookit-container {
  margin: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

#cookit #cookit-container > * { margin: .4rem; }
#cookit #cookit-container p { line-height: 1.4rem; }

#cookit #cookit-container a { text-decoration: none; }
#cookit #cookit-container a:hover { opacity: .9; }

#cookit #cookit-container #cookit-button {
  padding: .5rem 1rem;
  margin-left: auto;
}
.background {
	background-image: url("/img/background-1.jpg");
	background-size: cover;
	/* background-position: center; */
}
.quote-box {
	background: var(--quote-bg-color);
	color: var(--quote-text-color);
	padding-bottom: 40px;
}
.background h1 {
	color: #FFF;
}
.background h2 {
	color: #FFF;
	font-size: 1.3em;
}
audio {
	width: 100%;
}
.container {
	position: relative;
	padding: 0px 10px;
	margin: auto;
	background: var(--main-bg-color);
}
#header .logo {
	height: 140px;
}
menu-nav {
	display: none;
	width: 100%;
	background: var(--menu-bg-color);
}
lessons {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-around;
	flex-grow: 1;
	width: 100%;
	margin: 20px 0;
}
lesson {
	display: inline-block;
	border: 1px solid var(--lesson-color-inv);
	border-radius: 25px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	width: 250px;
	max-width: 250px;
	margin-bottom: 40px;
	text-decoration: none;
}
lesson > image {
	display: block;
	width: 250px;
	height: 250px;
}
lesson img {
	display: block;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
}
lesson > song {
	display: block;
	padding: 10px;
	background: var(--button-color);
	color: var(--lesson-color);
	font-weight: bold;
}
lesson > artist {
	display: block;
	padding: 10px;
	background: #fad04c;
	font-weight: bold;
	color: var(--lesson-color-inv);
}
lesson > album {
	display: block;
	padding: 10px;
	background: #eee;
	color: var(--lesson-color-inv);
}
lesson > difficulty {
	display: block;
	padding: 10px;
}
lesson > error {
	display: table-cell;
	height: 250px;
	width: 250px;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	background: #191919;
	text-align: center;
	vertical-align: middle;
}
lesson-nav-mobile {
	display: block;
	text-align: center;
	margin-bottom: 40px;
}
lesson-nav-mobile > pagination {
	display: inline-block;
	padding-top: 18px;
}
lesson-nav {
	display: none;
}
.lesson-menu {
	display: flex;
	flex-direction: column;
	justify-content: center center;
	width: 100%;
	padding-inline-start: 0;
	margin: 0;
}
.lesson-menu a { color: #fff; text-decoration: none; font-family: TrumpGothic; font-size: 2em }
.lesson-menu li {
	border-left: 4px solid #3c3232;
	border-right: 4px solid #3c3232;
	border-bottom: 0.5px solid rgba(200, 200, 200, 0.2);
	background: #333;
	padding: 16px 32px;
	position: relative;	
	list-style: none;
	text-align: center;
}
.lesson-menu li:hover {
	background: #222;
	border-left: 4px solid #d81118;
	border-right: 4px solid #d81118;
}
pagination a {
	color: var(--menu-link-color);
	float: left;
	padding: 8px 16px;
	text-decoration: none;
	border: 1px solid #000000;
	background: var(--button-color);
	margin: 0;
}
pagination a:hover {
	/* color: var(--menu-link-color-hover); */
	opacity: 0.8;
}
pagination a:first-child {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
pagination a:last-child {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.center {
	text-align: center;
}
.pagination {
	display: inline-block;
	padding-top: 18px;
}
.pagination a {
	color: var(--menu-link-color);
	float: left;
	padding: 8px 16px;
	text-decoration: none;
	border: 1px solid #000000;
	background: var(--button-color);
	margin: 0;
  	transition: 0.5s;
}
.pagination a:hover {
    opacity: 0.8;
}
.pagination a:first-child {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.pagination a:last-child {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.logging {
	padding: 150px;
}
.logging:after {
	overflow: hidden;
    display: inline-block;
  	vertical-align: bottom;
  	-webkit-animation: ellipsis steps(4,end) 900ms infinite;      
  	animation: ellipsis steps(4,end) 900ms infinite;
  	content: "\2026"; /* ascii code for the ellipsis character */
  	width: 0px;
}
@keyframes ellipsis {
  to {
    width: 1em;    
  }
}

@-webkit-keyframes ellipsis {
  to {
    width: 1em;    
  }
}
body {
	font-size: 1em;
}
input, select, button, label {
	font-size: 20px;
}
#body {
	background: var(--main-bg-color);
}
body .content {
	max-width: 960px;
	margin: auto;
	padding: 40px 15px;
}
body .container {
	background: var(--main-bg-color);
	position: relative;
}
body .container-b {
	background: var(--main-bg-color-2);
	position: relative;
}
#body .text-container {
	background: #FFF;
	padding: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
body .image-container {
	background: #ffffff;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
body .image-flex {
	display: block;
	width: 100%;
}
.img {
	width: 100%;
	text-align: center;
	overflow: hidden;
}
body img {
	display: block;
}	
.img > img, .img-reverse > img {
	width: 100%;
}
#body .image-container-btm-margin {
	margin-bottom: 20px;
}
body .image-container-text {
	padding: 0px 20px;
}
#body h1, h2 {
	text-align: center;
}
#body .lesson-container {
	display: block;
	border: #343538 1px solid;
	overflow: hidden;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#body .lesson-header {
	background: #CCC;
	font-weight: bold;
}
#body .lesson-container > div {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
#body .lesson-container > a {
	color: #000;
	text-decoration: none;
	display: flex;
	justify-content: space-between;
}
#body .lesson-container > a:hover:nth-child(1n+1) {
	background: var(--menu-link-color);
	text-decoration: none;
	display: flex;
	justify-content: space-between;
}
#body .lesson-container > div:first-child {
	background: #CCC;
}
#body .lesson-container > a:nth-child(2n+3) {
	background: #EEE;
}
#body .lesson-container > div > div {
	display: table-cell;
	padding: 10px;
}
#body .lesson-container > a > div {
	display: table-cell;
	padding: 10px;
	
	white-space:nowrap;
}
#body .lesson-container > div > div:nth-child(2) {
}
.container-table {
	margin: 10px;
	padding: 4px;
	border: #000000 1px solid;
}
contact input, textarea {
	font-family: inherit;
	font-size: inherit;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 8px 10px;
	margin: 8px 0;
}
contact textarea {
	width: 95%;
	height: auto;
	
}
contact label {
	font-weight: bold;
	display: block;
}
contact a {
	color: var(--body-link-color);
	text-decoration: none;
	border-bottom: 1px solid var(--body-link-color-hover);
	transition: 0.5s;
}
contact a:hover {
	color: var(--body-link-color-hover);
	border-bottom: 1px solid var(--body-link-color);
}
#lesson img {
	width: 100%;
}
#lesson iframe {
	width: 100%;
}
carousel {
	position: relative;
	display: block;
	background: #191919;
	color: #f7f7f7;
}
carousel ul {
	list-style: none;
	padding: 0;
	display: flex;
	align-items: center;
}
carousel q {
	display: block;
	font-style: italic;
}
carousel author {
	color: #6b6b6b;
	text-align: center;
	display: block;
	text-shadow: 1px 1px #4b4b4b;
	margin-top: 8px;
}
carousel .flex-direction-nav {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}
carousel .flex-prev, carousel .flex-next {
	color: #6b6b6b;
	text-decoration: none;
	font-size: 2em;
	text-shadow: 1px 1px #4b4b4b;
	transition: 0.5s;
}
/* Login Form */
links {
	display: block;
	text-align: center;
}
links a {
	color: var(--menu-link-color-hover);
	text-decoration: none;
}
.login-input[type=text], .login-input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
  transition: 0.3s;
}
input, input[type=text], input[type=number], input[type=email], input[type=password], select {
	font-size: 1em;
	font-family: 'SourceSansPro';
	border-radius: 5px;
	padding: 12px 20px;
	margin: 8px 0;
	display: block;
	border: 1px solid #cccccc;
	box-sizing: border-box;
}
input[type=radio] {
	display: inline-block;
	margin: 0 8px;
}
.lesson-total {
	background: transparent;
	display: inline-block;
	border: none !important;
	font-weight: bold;
	padding: 0 !important;
}
.inline {
	display: inline-block !important;
	margin: auto 8px !important;
}
.reg-input-col {
	display: inline-block;
	margin: 0 8px;
}
.reg-input-row {
	display: block;
}
.reg-input-lesson {
	padding: 12px 20px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
.reg-input-lesson-total {
	background: transparent;
	display: inline-block;
	border: none;
	font-weight: bold;
}
.button, .button-big {
	display: inline-block;
	background: var(--button-color);
	color: var(--menu-link-color);
	text-decoration: none;
	font-size: 2em;
	font-weight: bold;
	margin: 12px 16px;
	padding: 12px 16px;
	border-radius: 5px;
	transition: 0.5s;
}
.button-big {
	display: block;
	background: #d81118;
	color: #fff;
	font-size: 2em;
	padding: 16px;
	width: 100%;
	border: 0;
	cursor: pointer;
}
.buttons {
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.buttons > a {
	background: var(--button-color);
	padding: 14px 24px;
	margin: 0 40px;
	color: var(--menu-link-color);
	border-radius: 5px;
	text-decoration: none;
	transition: 0.5s;
}
.buttons > a:hover {
	opacity: 0.8;
}
#login button {
  background-color: var(--button-color);
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  border-radius: 5px;
  transition: 0.5s;
}

/* Add a hover effect for buttons */
#login button:hover {
  opacity: 0.8;
}

/* Extra style for the cancel button (red) */
.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}

/* Center the avatar image inside this container */
.login-imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
}

/* Avatar image */
img.login-avatar {
  width: 40%;
  border-radius: 5px;
}

/* Add padding to containers */
.login-container {
  padding: 16px;
}

/* The "Forgot password" text */
span.psw {
  float: right;
  padding-top: 16px;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
    display: block;
    float: none;
  }
  .cancelbtn {
    width: 100%;
  }
}
.testimonial-container {
	margin: auto;
	background: #000000;
}
.testimonials {
	color: #ffffff;
	text-weight: bold;
	font-size: 36px;
	text-align: center;
	padding: 100px;
}
#lesson-container ul {
	list-style: none;
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 0;
}
#lesson-container li {
	text-align: center;
}
#lesson-container .first { border-top-left-radius: 5px }
#lesson-container .last { border-top-right-radius: 5px }
.skltbs-tab-group,.skltbs-theme-dark .skltbs-tab-group{margin:0;padding:0;list-style:none}
.skltbs-tab-group::after,.skltbs-theme-dark .skltbs-tab-group::after{content:"";clear:both;display:table}
.skltbs-tab-item,.skltbs-theme-dark .skltbs-tab-item{text-align: center}
.skltbs-tab,.skltbs-theme-dark .skltbs-tab{display:block;padding:1em 1.25em;color:inherit;border:0;font-family:inherit;font-size:1rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:manipulation;touch-action:manipulation}
.skltbs-tab:disabled,.skltbs-theme-dark .skltbs-tab:disabled{background:transparent;cursor:not-allowed;-ms-touch-action:none;touch-action:none}
.skltbs-panel-heading,.skltbs-theme-dark .skltbs-panel-heading{margin-top:3px}
.skltbs-panel-heading:first-child,.skltbs-theme-dark .skltbs-panel-heading:first-child{margin-top:0}
.skltbs-panel-heading .skltbs-tab,.skltbs-theme-dark .skltbs-panel-heading .skltbs-tab{width:100%}
.skltbs-tab{background:#f6f6f8}
.skltbs-tab:focus{outline:0;-webkit-box-shadow:inset 0 0 0 2px #0a69ca;box-shadow:inset 0 0 0 2px #990000}
.skltbs-tab:disabled{color:#ccc;background:transparent}
.skltbs-tab.skltbs-active{color:#fff;background:#d81118}
.skltbs-tab.skltbs-active:focus, .skltbs-tab.skltbs-active:hover{border-color:#000000}
.skltbs-panel{background-color:#fff}
#lesson img {
	margin-bottom: 16px;
	overflow: hidden;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#lesson iframe {
	overflow: hidden;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
footer {
	background: var(--footer-bg-color);
	color: var(--footer-text-color);
}
footer div {
	text-align: center;
}
footer a {
	color: #fff;
	display: block;
	padding: 1em;
}
footer span {
	display: none;
}
footer .footer-container {
	max-width:960px;
	margin: auto;
	padding: 40px 40px;
	background: var(--footer-bg-color);
	color: var(--footer-text-color);
}
footer .footer-flex {
	display: flex;
	text-align: center;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
footer img {
	display: inline-block;
	margin: 0 4px;
}
footer .footer-flex > div:first-child {
	padding-bottom: 60px;
}
footer h1 {
	display: inline-block;
	font-size: 1em;
	margin: 0px;
	font-weight: bold;
	padding-bottom: 8px;
}
footer .copy {
	padding-top: 20px;
	text-align: center;
}