@import url('https://fonts.googleapis.com/css2?family=Baloo+Da+2:wght@400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@500&display=swap');
:root {
    --btnbg: linear-gradient(#ff4b00, #932000);
    --btnactivebg: linear-gradient(#ff4b00, #832000);
    --color0: #ff5722;
    --color1: #8f41b0;
    --color2: #27b737;
    --color3: #0c7adb;
    --color4: #f33066;
    --lightbg0: #ff572220;
    --lightbg1: #7d0cad20;
    --lightbg2: #27b73725;
    --lightbg3: #0c7adb25;
    --lightbg4: #f3306620;
    --btndarkbg: linear-gradient(#666, #333);
    --btndarkactivebg: linear-gradient(#666, #222);
    --shadow: rgba(0, 0, 0, 0.75) 0px 0px 5px -1px;
    --shadowdouble: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    --shadowdouble2: rgba(50, 50, 93, 0.25) 0px 1px 5px 1px, rgba(0, 0, 0, 0.3) 0px 0px 3px 0px;
    --shadow2: rgba(0, 0, 0, 1) 0px 1px 3px -1px;
    --shadow3: rgba(0, 0, 0, .5) 0 3px 7px
}

*::selection {
    color: inherit;
    background: #00000030
}

* {
    font-family: 'baloo da 2', cursive;
    font-weight: 400
}

html {
    scroll-behavior: smooth
}

body {
    padding: 82px 0 0;
    margin: 0;
    background: #252525;
    color: #ffffff;
}

html,
body,
header,
footer,
section {
    min-width: 320px
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-weight: 900
}

div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
section,
img,
video,
form,
input,
textarea {
    display: block;
    box-sizing: border-box;
    z-index: 1
}

section,
img,
video {
    width: 100%
}

section {
    display: block;
    padding: 60px 0;
    position: relative
}

h1 {
    font-size: 40px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 20px
}

h4 {
    font-size: 16px
}

img {
    max-width: 100%
}

video {
    max-width: 100%
}

p {
    font-size: 16px
}

a {
    text-decoration: none
}

ul {
    list-style: none
}

b {
    font-weight: 400
}

br {
    content: '';
    display: block;
    height: 10px
}

.colored {
    color: var(--color0)
}

.block {
    display: block
}

.hide {
    display: none
}

.bold {
    text-align: bold
}

.center {
    text-align: center
}

.left {
    text-align: left
}

.upper {
    text-transform: uppercase
}

.bold {
    font-weight: 700
}

.mlf {
    margin-left: auto;
    margin-right: auto
}

.br {
    border-radius: 4px
}

.trbl {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.nomar {
    margin: 0
}

.marr10 {
    margin-right: 10px
}

.nopad {
    padding: 0
}

.shadow {
    box-shadow: var(--shadow)
}

.padt5 {
    padding-top: 5px
}

.padt10 {
    padding-top: 10px
}

.padt15 {
    padding-top: 15px
}

.padt20 {
    padding-top: 20px
}

.padb5 {
    padding-bottom: 5px
}

.padb10 {
    padding-bottom: 10px
}

.padb15 {
    padding-bottom: 15px
}

.padb20 {
    padding-bottom: 20px
}

.mart5 {
    margin-top: 5px
}

.mart10 {
    margin-top: 10px
}

.mart15 {
    margin-top: 15px
}

.mart20 {
    margin-top: 20px
}

.marb5 {
    margin-bottom: 5px
}

.marb10 {
    margin-bottom: 10px
}

.marb15 {
    margin-bottom: 15px
}

.marb20 {
    margin-bottom: 20px
}

.willrotate {
    transition: .5s
}

.rotated {
    transform: rotate(-180deg)
}

.container {
    max-width: 1200px;
    width: 100%;
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto
}

.row {
    margin: -15px;
    display: flex;
    clear: both;
    flex-wrap: wrap
}

.rowreverse {
    flex-direction: row-reverse
}

.col {
    padding: 15px
}

.col1 {
    padding: 15px;
    width: 100%
}

.col2 {
    padding: 15px;
    width: 50%
}

.col3 {
    padding: 15px;
    width: 33%
}

.col4 {
    padding: 15px;
    width: 25%
}

.col5 {
    padding: 15px;
    width: 20%
}

.col30 {
    padding: 15px;
    width: 30%
}

.col40 {
    padding: 15px;
    width: 40%
}

.col60 {
    padding: 15px;
    width: 60%
}

.col66 {
    padding: 15px;
    width: 66%
}

.rowsmall {
    margin: -8px
}

.rowsmall .col {
    padding: 8px
}

.rowsmall .col1 {
    padding: 8px;
    width: 100%
}

.rowsmall .col2 {
    padding: 8px;
    width: 50%
}

.rowsmall .col3 {
    padding: 8px;
    width: 33%
}

.rowsmall .col4 {
    padding: 8px;
    width: 25%
}

.rowsmall .col5 {
    padding: 8px;
    width: 20%
}

.dottedbg:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: radial-gradient(#f5f5f5 1px, transparent 0px);
    background-size: 5px 5px;
    background-position: 0 0, 10px 10px
}

.dottedbgdark:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: radial-gradient(#555 1px, transparent 0px);
    background-size: 5px 5px;
    background-position: 0 0, 10px 10px
}

h1 span,
h2 span,
h3 span,
h4 span {
    font-weight: 900;
    font-size: 120%;
    color: var(--color0)
}

.btn {
    background: var(--btnbg);
    color: #272727;
    padding: 13px 20px;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow3);
    text-align: center
}

.btn:active {
    background: var(--btnactivebg);
    padding-top: 15px;
    padding-bottom: 11px
}

.btn.loading:after {
    font-weight: 900;
    font-family: "font awesome 6 free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    content: "\f863";
    animation-name: spin;
    animation-duration: 1000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    font-size: 13px
}

.btndark {
    background: var(--btndarkbg);
    color: #545454;
    padding: 13px 20px;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow3);
    text-align: center
}

.btndark:active {
    background: var(--btndarkactivebg);
    padding-top: 15px;
    padding-bottom: 11px
}

.spin {
    animation-name: spin;
    animation-duration: 1000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

.dashloading:after,
.spinfast {
    animation-name: spin;
    animation-duration: 500ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.simplenotice {
    background: #3332;
    width: 100%;
    display: block;
    padding: 10px;
    border-radius: 4px;
    margin: 15px 0
}

.simplenotice.center {
    max-width: 700px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.verybigh1 {
    color: var(--color0);
    font-size: 70px;
    line-height: 80px;
    margin: 30px 0;
    text-shadow: 2px 2px 3px #333
}

.loginpgerrd {
    width: 100%;
    max-width: 700px;
    text-align: center;
    margin: 0 auto
}

.result {
    margin-top: 10px;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 4px
}

.result.green {
    color: var(--color2);
    background: var(--lightbg2)
}

.result.blue {
    color: var(--color3);
    background: var(--lightbg3)
}

.result.red {
    color: var(--color4);
    background: var(--lightbg4)
}

header {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    padding: 15px 0;
    background: #181818;
    box-shadow: var(--shadowdouble);
    box-sizing: border-box;
    z-index: 99;
    height: 82px
}

.menubar {
    display: flex
}

.headlogo img {
    height: 52px;
    margin: 0;
    padding: 0
}

nav.main-menu {
    margin-left: auto;
    margin-right: auto;
    border-radius: 50px;
    box-shadow: var(--shadow2);
    background: #1c1c1c;
    position: relative
}

.main-menu>ul {
    display: flex;
    padding: 0;
    margin: 0
}

.main-menu>ul>li {
    padding: 13px 3px 13px 6px;
    border-radius: 4px;
    cursor: pointer;
    margin: 0 -3px;
    z-index: 5;
    position: relative;
    overflow: visible
}

.main-menu>ul>li:not(:last-child) {
    border-right: 1px solid #ccc
}

.main-menu>ul>li:first-child {
    padding-left: 15px;
    border-radius: 30px 4px 4px 30px
}

.main-menu>ul>li:last-child {
    padding-right: 15px;
    border-radius: 4px 30px 30px 4px
}

.main-menu>ul>li:hover {
    background: var(--btnbg);
    box-shadow: rgba(0, 0, 0, .5) 0 5px 15px;
    color: #fff;
    border-color: transparent;
    z-index: 6
}

.main-menu>ul>li:active {
    padding-top: 15px;
    padding-bottom: 11px;
    background: var(--btnactivebg);
    box-shadow: rgba(0, 0, 0, .5) 0 5px 15px;
    color: #fff
}

.main-menu>ul>li:hover>a {
    color: #fff
}

.main-menu>ul>li>a {
    padding: 0 10px;
    font-size: 16px;
    text-align: center;
    color: #333
}

.main-menu .submenu {
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    padding: 12px 2px 2px;
    display: none
}

.main-menu li:hover .submenu {
    display: block
}

.main-menu .submenuul {
    display: block;
    position: relative;
    padding: 0;
    background: #202020;
    border-radius: 4px;
    box-shadow: var(--shadow2);
    margin: 0 auto;
    width: fit-content;
    min-width: 80px
}

.main-menu .submenuul li {
    border: none;
    display: block;
    margin: 0;
    padding: 10px 20px
}

.main-menu .submenuul li a {
    color: #333
}

.main-menu .submenuul li:hover {
    font-weight: 600;
    background: #0001
}

.main-menu .submenuul li:hover a {
    color: var(--color0)
}

.main-menu .submenuul li:not(:first-child) {
    border-top: 1px solid #ccc
}

.headmyacc {}

.spbtn {
    background: var(--btndarkbg);
    color: #fff;
    padding: 13px 60px 13px 40px;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all .5s;
    box-shadow: var(--shadow3);
    text-align: center
}

.spbtndiv:hover .spbtn {
    border-radius: 30px;
    transition: width .5s, border-radius .5s
}

.spbtndiv .spbtn:active {
    background: var(--btndarkactivebg);
    padding-top: 15px;
    padding-bottom: 11px
}

.spbtndiv .spbtn:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background: var(--btnbg);
    z-index: 0;
    border-radius: 4px;
    transition: all .5s
}

.spbtndiv:hover .spbtn:before {
    width: 52px;
    border-radius: 30px
}

.spbtndiv .spbtn:active:before {
    background: var(--btnactivebg)
}
.watchli:hover {
        background-color: rgb(255, 255, 255);
        color: rgb(0, 0, 0);
        cursor: pointer;
        font-size: larger;
    }
    .watchli.active{
        background-color: rgb(255, 174, 0);
        color: rgb(0, 0, 0);
        font-style: italic;
        font-size: larger;
        cursor: pointer;
    }
.spbtndiv .spbtn span {
    position: relative;
    display: block
}

.spbtndiv .spbtn i.fa-arrow-right {
    position: absolute;
    top: 5px;
    right: -20px;
    transition: all .5s
}

.spbtndiv:hover .spbtn i {
    right: -40px
}

.hmysrsbtn {
    height: 53px;
    box-sizing: border-box;
    padding: 0 15px;
    line-height: 53px;
    display: block;
    width: 130px;
    background: var(--btnbg);
    color: #fff;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow3);
    text-align: center
}

.megamenu {
    position: absolute;
    top: 81px;
    left: -50px;
    width: 620px;
    background: #fff;
    padding: 16px;
    border-radius: 6px;
    border-top: 3px solid #999;
    box-shadow: var(--shadow3);
    display: none
}

.megamenu>div {
    position: relative
}

.megamenu .row {
    margin: -8px
}

.megamenu .colmg2 {
    width: 50%;
    padding: 8px
}

.megamenu .colmg3 {
    padding: 8px;
    width: 33.33%
}

.megamenu a {
    padding: 0
}

.megamenu img {
    border-radius: 4px
}

.closemnu {
    position: absolute;
    top: -10px;
    right: -65px;
    font-size: 20px;
    background: var(--btnbg);
    color: #fff;
    padding: 3px 13px 0;
    border-radius: 50%;
    display: block;
    cursor: pointer
}

.closemnu:hover {
    background: var(--btndarkbg)
}

.main-menu li.active {
    position: relative
}

.main-menu li.active:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-radius: 0;
    border-bottom: 25px solid #999;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    top: 57px;
    left: calc(50% - 15px);
    z-index: 8
}

.main-menu li.active:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-radius: 0;
    border-bottom: 25px solid #fff;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    top: 61px;
    left: calc(50% - 15px);
    z-index: 9
}

.slidersec {
    padding: 30px 0
}

.slidertxt {
    padding: 15px 30px
}

.slidertxt h1 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 0
}

.slidertxt p {
    line-height: 25px;
    font-size: 16px
}

.sldfeatures {
    text-align: center;
    padding: 15px 0
}

.sldfeatures .col3>div {
    border-radius: 4px;
    background: #fff;
    padding: 15px 10px 10px;
    box-shadow: var(--shadowdouble)
}

.sldfeatures img {
    max-width: 75px;
    margin-left: auto;
    margin-right: auto
}

.sldfeatures p {
    margin: 15px 0 0;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400
}

.vslide>div {
    padding: 30px 0
}

.vslide video {
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto
}

.vslide img {
    margin: 5px 30px 0;
    border-radius: 7px;
    border: 1px solid #e5e5e5;
    width: calc(100% - 60px)
}

.topcourses .topcourses {
    background: #fff;
    box-shadow: var(--shadowdouble2);
    padding: 60px 0 40px
}

.topcourses h2 {
    text-align: center;
    font-size: 30px;
    margin: 0
}

.courseitem {
    display: block;
    box-sizing: border-box;
    background: #fff;
    box-shadow: var(--shadow2);
    padding: 15px;
    border-radius: 4px;
    color: #333
}

.courseitem:hover {
    box-shadow: var(--shadow3)
}

.courseitem img {
    border-radius: 4px
}

.courseitem h3 {
    text-align: center;
    font-size: 20px;
    margin: 5px 0
}

.courseicons {
    overflow: auto;
    font-size: 14px
}

.coursetime {
    float: left;
    padding: 5px;
    margin-right: 10px;
    background: var(--lightbg1);
    border-radius: 4px
}

.coursetime i {
    color: var(--color1)
}

.coursecounts {
    float: left;
    padding: 5px;
    background: var(--lightbg2);
    border-radius: 4px
}

.coursecounts i {
    color: var(--color2)
}

.courseprice {
    float: right;
    font-size: 18px;
    font-weight: 600;
    background: var(--lightbg0);
    border-radius: 4px;
    padding: 1px 5px
}

.courseprice span {
    color: var(--color0);
    font-weight: 900
}

.homeallcbtn {
    margin-top: 10px;
    display: inline-block
}

.whyus {
    padding: 60px 0 0
}

.whyus h2 {}

.whyus p {
    margin: 0
}

.whyus ul {
    padding: 0;
    margin: 0 0 10px
}

.whyus li {
    padding: 5px 0 5px 35px;
    position: relative;
    line-height: 20px
}

.whyus li i {
    color: var(--color2);
    background: var(--lightbg2);
    padding: 4px;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 8px
}

.funcounter {
    display: flex;
    text-align: center;
    background: #fff;
    padding: 20px 10px 10px;
    box-shadow: var(--shadowdouble)
}

.countercol {
    margin: 0 10px;
    width: calc(33% - 13px)
}

.countercol i {
    display: block;
    font-size: 30px;
    line-height: 50px;
    width: 50px;
    border-radius: 4px;
    margin: 0 auto 5px
}

.countercol .fa-users {
    color: var(--color0);
    background: var(--lightbg0)
}

.countercol .fa-user-graduate {
    color: var(--color1);
    background: var(--lightbg1)
}

.countercol .fa-user-pen {
    color: var(--color2);
    background: var(--lightbg2)
}

.counternum {
    display: block;
    font-size: 20px;
    font-weight: 900
}

.countercap {
    display: block
}

.whyusbigimg {
    padding: 15px;
    border-radius: 4px
}

.whyusbigimg img {
    border-radius: px
}

.whyusbigimg iframe {
    padding: 15px 10px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px
}

.footgrass {
    padding: 0
}

.footgrass img {
    margin-bottom: -20px;
    width: 100%
}

.new4cntn {
    text-align: center
}

#hmpdivider {
    padding: 15px;
    margin: 40px 0 15px;
    width: 100%;
    display: flex;
    justify-content: center
}

#hmpdivider>div {
    height: 2px;
    width: 80%;
    background: linear-gradient(90deg, #eee, #666, #eee);
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px)
}

.hmcntncol1 h2 {
    margin: -10px 0 10px;
    padding: 0;
    line-height: 40px
}

.hmcntncol1 p {
    max-width: 700px;
    margin: 0 auto
}

.col4.new4col4 {}

.col4.new4col4>div {
    background: #fff;
    padding: 15px 20px;
    display: flex;
    border-radius: 4px;
    box-shadow: var(--shadow2);
    align-items: flex-start
}

.col4.new4col4 img {
    width: 70px
}

.col4.new4col4 .hmcbfrbig {
    text-align: center;
    width: calc(100% - 80px);
    padding: 0 10px
}

.col4.new4col4 big {
    font-size: 25px;
    font-weight: 900
}

.col4.new4col4 big span {
    color: var(--color0)
}

.col4.new4col4 p span {
    display: none
}

.pagename {
    background-color: #000;
    background-image: linear-gradient(0deg, #101017 0%, #252530 100%);
    text-align: center;
    color: #fff
}

.breadcrumb {
    position: absolute;
    left: 50%;
    bottom: -25px;
    height: 50px
}

.breadcrumb>div {
    background: var(--btnbg);
    position: relative;
    left: -50%;
    padding: 0 15px;
    border-radius: 0 0 4px 4px;
    box-shadow: var(--shadow3);
    height: 50px;
    line-height: 50px
}

.breadcrumb>div:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-radius: 0;
    border-bottom: 25px solid #932000;
    border-left: 15px solid transparent;
    top: 0;
    left: -15px;
    z-index: 8
}

.breadcrumb>div:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-radius: 0;
    border-bottom: 25px solid #932000;
    border-right: 15px solid transparent;
    top: 0;
    right: -15px;
    z-index: 8
}

.breadcrumb a {
    padding-right: 20px;
    position: relative;
    color: #fff;
    line-height: 30px
}

.breadcrumb a:after {
    position: absolute;
    content: '/';
    right: 7px;
    line-height: 30px;
    top: 0
}

.allcoursespg {
    padding-top: 30px
}

.allcoursespg h2 {
    margin: 0;
    padding: 30px 0 0;
    line-height: 40px;
    font-size: 35px
}

.singlecpage {
    padding: 40px 0 60px
}

.singlecpage.sgjsc2 {
    padding-top: 15px
}

.sgjsc .absolute .courseintro {
    position: absolute;
    bottom: 0;
    top: auto
}

.sgjsc .fixed .courseintro {
    position: fixed;
    top: 97px;
    bottom: auto
}

.sgjsc2 .fixed .courseintro {
    position: fixed;
    top: auto;
    bottom: 10px
}

.sgjsc2 .absolutet .courseintro {
    position: absolute;
    bottom: auto;
    top: 15px
}

.sgjsc2 .absolute .courseintro {
    position: absolute;
    bottom: 0;
    top: auto
}

.colmodal {
    width: 40%;
    margin-bottom: 15px;
    position: relative
}

.courseintro {
    background: #fff;
    padding: 15px;
    border-radius: 4px;
    box-shadow: var(--shadow3)
}

.introvid {
    overflow: hidden;
    position: relative;
    border-radius: 4px
}

.introico {}

.introicoul {
    padding: 0;
    border-bottom: 1px dashed #ddd;
    margin: 15px 0 5px
}

.introicoul li {
    padding: 5px 0;
    border-top: 1px dashed #ddd
}

.introicoulc li:not(:first-child) {
    border-top: 1px dotted #ccc
}

.introicoul i {
    width: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    margin-right: 10px
}

.introicoul .fa-user-graduate {
    color: var(--color0);
    background: var(--lightbg0)
}

.introicoul .fa-video {
    color: var(--color2);
    background: var(--lightbg2)
}

.introicoul .fa-file-lines {
    color: var(--color1);
    background: var(--lightbg1)
}

.introicoul .fa-circle-question {
    color: var(--color4);
    background: var(--lightbg4)
}

.introicoul strong {
    float: right;
    font-size: 18px
}

.introbuybtn {}

.buyprpr {
    display: flex;
    line-height: 50px
}

#promotbtn {
    text-decoration: underline;
    cursor: pointer
}

.promoindiv {
    display: none
}

.promoindiv i {
    padding: 0;
    line-height: 50px;
    width: 55px;
    text-align: center;
    font-size: 25px;
    border-radius: 4px;
    cursor: pointer;
    background: #ccc
}

#promoinput {
    line-height: 45px;
    margin: 0 10px;
    width: calc(100% - 150px);
    padding: 0 15px;
    border-radius: 4px
}

#promosubmit {
    padding: 0 0 3px;
    width: 75px;
    line-height: 42px;
    font-size: 16px
}

.rbuyprice {
    font-size: 24px;
    margin-left: auto;
    text-decoration: line-through
}

.buyprice {
    margin-left: 20px;
    font-size: 24px;
    font-weight: 600
}

.promoerrres {
    display: inline-block;
    margin-top: 5px;
    color: var(--color4)
}

.introbuybtn .spbtndiv {
    clear: both
}

.coldetails {
    width: 60%;
    padding-bottom: 0
}

.coldetails h1 {
    font-size: 35px;
    line-height: 45px;
    margin: 0 0 10px
}

.coldetails h2 {
    font-size: 25px;
    line-height: 32px
}

.sc-subjecth2 {
    margin: 25px 0 10px
}

.sc-subrow>div {
    margin: 8px;
    width: calc(50% - 16px)
}

.sc-subdiv {
    background: #f9f9f9;
    padding: 4px 15px;
    border: 1px solid #e5e5e5;
    border-radius: 4px
}

.sc-subh3 {
    margin: 0 -15px;
    font-size: 18px;
    line-height: 30px;
    position: relative;
    padding: 0 15px
}

.sc-subh3 span {
    font-size: inherit;
    margin-right: 3px
}

.sc-subh3 i {
    line-height: 30px;
    float: right
}

.sc-subdiv>div {
    display: none
}

.snglsub.tchrdiv {
    padding-top: 15px
}

.snglsub.tchrdiv .row {
    position: relative;
    overflow: auto
}

.snglsub.tchrdiv .row>div {
    width: 50%;
    float: left
}

.teacher {
    clear: both;
    display: flex;
    padding: 10px;
    margin: 0 8px 16px;
    width: calc(100% - 16px);
    border: 1px solid #eee;
    border-radius: 7px;
    background: #fff
}

.teacher div {
    padding-left: 5px;
    width: calc(100% - 77px)
}

.teacher h4 {
    margin: 0
}

.teacher p {
    margin: 0;
    font-style: italic
}

.teacher img {
    width: 75px;
    height: 75px;
    border-radius: 50%
}

.sc-overvh2 {
    margin: 30px 0 0
}

.sc-overviewp {
    margin-top: 5px
}

.sc-featuresh2 {
    margin-bottom: 0
}

.sc-featuresul {
    padding: 0;
    margin: 5px 0
}

.sc-featuresul li {
    position: relative;
    padding: 5px 5px 5px 30px;
    line-height: 20px
}

.sc-featuresul li i {
    position: absolute;
    background: var(--lightbg2);
    color: var(--color2);
    left: 0;
    padding: 3px;
    border-radius: 4px;
    top: 3px
}

.tabdiv {
    padding: 30px 0
}

.tabul {
    display: flex;
    width: 100%;
    padding: 20px 20px 0;
    margin: 0;
    overflow: hidden;
    align-items: center;
    justify-content: center
}

.tabul li {
    padding: 5px 10px;
    background: #333;
    color: #fff;
    z-index: 2;
    border-radius: 4px 4px 0 0;
    margin: 0 0 -2px;
    font-size: 16px
}

.tabul li:not(:last-child) {
    margin-right: 10px
}

.tabul li.active {
    background: #fff;
    color: #333;
    z-index: 3;
    border-bottom: 0;
    padding: 7px 15px 5px;
    margin-top: -10px;
    font-size: 20px;
    box-shadow: var(--shadow2);
    font-weight: 700;
    position: relative
}

.tabcontent {
    z-index: 3;
    background: #fff;
    box-shadow: var(--shadow2);
    border-radius: 4px;
    padding: 30px 15px
}

.cc-h2 {
    margin: 30px 0 10px
}

.cc-subject {
    background: linear-gradient(#fff, #f5f5f5);
    padding: 0 15px;
    border-radius: 4px;
    box-shadow: var(--shadow2)
}

.cc-subject:not(:last-child) {
    margin-bottom: 15px
}

.cc-subjecth3 {
    padding: 15px 15px 12px;
    margin: 0 -15px;
    font-size: 22px;
    line-height: 30px;
    position: relative;
    cursor: pointer
}

.cc-subjecth3 i {
    float: right
}

.cc-content {
    display: none;
    padding-bottom: 10px
}

.cc-content>div {
    border: 1px solid #e5e5e5;
    background: #fff;
    border-radius: 4px;
    margin: 0 0 10px;
    padding: 0 10px
}

.cc-content p {
    margin: 0;
    padding: 7px 25px;
    line-height: 22px;
    position: relative
}

.cc-content p:not(:first-child) {
    border-top: 1px solid #e5e5e5
}

.cc-content p i {
    position: absolute;
    left: 0;
    top: 9px
}

.cc-content p .fa-video {
    color: var(--color2)
}

.cc-content p .fa-file-lines {
    color: var(--color0)
}

.cc-content p .fa-circle-question {
    color: var(--color1)
}

.cc-content p .fa-lock {
    left: inherit;
    right: 0;
    color: #999
}

.faq {
    background: #fff;
    margin-top: 15px;
    border: 1px solid #e5e5e5;
    border-radius: 4px
}

.faq h4 {
    position: relative;
    margin: 0;
    padding: 10px;
    font-size: 18px;
    line-height: 22px
}

.faq h4 i {
    position: absolute;
    right: 10px;
    top: 10px
}

.faq h4.active i {
    transform: rotate(-180deg)
}

.faq div {
    line-height: 22px;
    padding: 10px;
    border-top: 1px solid #eee;
    display: none
}

.sc-reviewh2 {
    margin: 30px 0 0
}

.screviewdiv {}

.streview {
    background: #f9f9f9;
    padding: 15px 15px 30px;
    margin: 10px 0;
    border: 1px solid #e5e5e5;
    border-radius: 4px
}

.streviewtxt {
    margin: 0
}

.streviewtxt i {
    font-size: 18px;
    color: var(--color0);
    opacity: .6
}

.streviewer {
    margin: 0;
    float: right;
    position: relative;
    padding-left: 25px;
    line-height: 21px
}

.streviewer::before {
    content: '';
    position: absolute;
    width: 20px;
    left: 0;
    bottom: 10px;
    border-bottom: 1px solid
}

.logintype {
    color: #fff;
    padding: 20px 0 20px 75px;
    display: block;
    position: relative;
    cursor: pointer;
    width: 330px;
    box-sizing: border-box;
    margin: 0 auto
}

.logintype .ltypei {
    background: var(--btnbg);
    font-size: 25px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    left: 25px;
    top: 8px;
    box-shadow: var(--shadow3);
    z-index: 3
}

.logintbar {
    background: var(--btnbg);
    width: 230px;
    padding: 7px 15px 7px 30px;
    line-height: 31px;
    border-radius: 4px;
    box-shadow: var(--shadow3);
    text-align: center;
    z-index: 2;
    position: relative
}

.ltypeinholder {
    overflow: hidden;
    transition: all 1s;
    max-height: 0;
    margin: 0 -10px
}

.ltypeinholder>div {
    margin: 0 10px 10px;
    padding: 15px;
    background: #fff;
    width: 230px;
    border-radius: 0 0 4px 4px;
    box-shadow: var(--shadow3)
}

.ltypeinholder .second {
    display: flex
}

.ltypeinholder .btn {
    width: 50px;
    text-align: center;
    padding: 5px 0;
    line-height: 30px;
    margin-left: 10px
}

.ltypeinholder {}

#loginotpin {
    width: calc(100% - 60px);
    font-size: 16px;
    padding: 0 10px
}

#loginotpin,
#loginphonein,
#logincaptchain,
#YhbfdmYQND {
    display: none
}

.first #loginphonein,
.first #logincaptchain,
.first #YhbfdmYQND {
    display: block;
    max-width: 100%
}

.second #loginotpin {
    display: block
}

#YhbfdmYQND {
    margin: 10px 0 1px;
    position: relative;
    min-height: 30px;
    padding-right: 20px
}

#YhbfdmYQND i {
    position: absolute;
    color: #666;
    border: 1px solid;
    width: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    right: 0;
    top: 2px;
    cursor: pointer
}

#lgtypego {
    margin-left: 0;
    margin-top: 7px
}

.max800 {
    max-width: 800px;
    margin: 0 auto
}

.aboutuspage .max800 {
    max-width: 900px
}

.colored2 {
    color: var(--color2)
}

footer {
    background-color: #000;
    background-image: linear-gradient(0deg, #101017 0%, #252530 100%);
    padding: 80px 0 40px;
    color: #fff;
    box-shadow: var(--shadow)
}

footer h4 {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 15px
}

footer ul {
    padding: 0;
    margin: 0
}

.footerlogo {
    width: 100%;
    max-width: 230px;
    padding-bottom: 10px
}

.footerullgo {
    margin-top: 10px;
    max-width: 300px;
    font-size: 15px
}

.footerullgo i {
    color: var(--color0);
    font-size: 12px
}

.footerullgo p {
    font-weight: 900;
    font-size: 17px;
    margin: 7px 0 0;
    line-height: 100%
}

.footulinfo {}

.footulinfo a {
    color: #fff
}

.footcopy {
    border-top: 2px solid #999;
    margin-top: 30px;
    padding-top: 20px;
    text-align: center
}

.footcopy a {
    color: #fff;
    font-weight: 600
}

#devby {
    float: right;
    font-size: 10px
}

.footscmct {
    display: flex;
    clear: both;
    flex-wrap: wrap;
    margin: -7px;
    padding: 10px 0 0
}

.footscmct li {
    margin: 7px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #fff2;
    font-size: 18px;
    border-radius: 4px
}

.footscmct li a {
    color: var(--color0)
}

.mnavdiv {
    width: 100%;
    position: relative;
    display: none
}

.mmenubtnxxxxxxx {
    width: 50px;
    height: 40px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: visible
}

.mmenubtn {
    display: flex;
    width: 105px;
    height: 40px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: visible
}

.mmenubtn>div {
    position: relative;
    width: 50px;
    height: 50px
}

.mmenubtn span {
    line-height: 40px
}

.mmnubar {
    height: 2px;
    background: #fff;
    border-radius: 4px;
    position: absolute;
    left: 10px;
    right: 10px;
    transition: transform .3s
}

.mmnubar1 {
    top: 10px
}

.mmnubar2 {
    top: 19px
}

.mmnubar3 {
    top: 28px
}

.mnavdiv.active .mmnubar1 {
    top: 18px;
    transform: rotate(45deg)
}

.mnavdiv.active .mmnubar2 {
    visibility: hidden
}

.mnavdiv.active .mmnubar3 {
    top: 18px;
    transform: rotate(-45deg)
}

.mnavdiv.active .mmenubtn:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-radius: 0;
    border-bottom: 25px solid var(--color0);
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    top: 44px;
    left: calc(50% - 25px);
    z-index: 8
}

.mnavdiv.active .mmenubtn:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-radius: 0;
    border-bottom: 25px solid #fff;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    top: 49px;
    left: calc(50% - 25px);
    z-index: 9
}

.mmenudiv {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 79px 15px 0;
    min-width: 300px;
    background: rgba(0, 0, 0, .75);
    z-index: -1;
    display: none
}

.mnavdiv.active .mmenudiv {
    display: block
}

.mmenudiv>div {
    background: #fff;
    max-width: 250px;
    width: 100%;
    margin: 0 auto;
    padding: 8px 15px;
    border-radius: 4px;
    box-shadow: var(--shadow);
    border-top: 5px solid var(--color0);
    display: none
}

.mmenudiv .mmenusgitm {
    display: flex;
    padding: 8px 15px;
    box-sizing: border-box;
    background: linear-gradient(#fff, #f5f5f5);
    border-radius: 4px;
    box-shadow: var(--shadow2);
    margin: 8px 0;
    flex-wrap: wrap
}

.mmenudiv .mmenusgitm:active {
    background: linear-gradient(#fff, #ddd);
    padding: 10px 15px 6px
}

.mmenudiv .mmenusgitm span {
    clear: both;
    line-height: 30px;
    text-align: center;
    display: block;
    width: calc(100% - 45px);
    font-size: 20px;
    color: #111;
    font-weight: 600
}

.mmenusgitm.active .msubmenu {
    height: auto
}

.msubmenu {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    height: 0;
    overflow: hidden;
    transition: .5s
}

.msubmenu ul {
    margin: 0;
    padding: 0
}

.msubmenu li {
    background: #e5e5e5;
    border-radius: 4px;
    margin-top: 5px;
    padding: 0 15px
}

.msubmenu li a {
    color: #333;
    font-weight: 600;
    font-size: 18px
}

.mmenuico {
    height: 32px;
    width: 32px;
    display: block;
    background-image: url(/files/mmenu-icons.png);
    background-size: cover;
    box-sizing: border-box;
    margin-right: 5px;
    position: relative
}

.mmenuicofree {
    background-position-x: 37px
}

.mmenuicoadd {
    background-position-x: 79px
}

.mmenuicohsc {
    background-position-x: 121px
}

.mmenuicossc {
    background-position-x: -200%
}

.mmenuicoall {
    background-position-x: -5px
}

.mmenuicores {
    background-position-x: -400%
}

.introicoul .fa-cart-shopping {
    color: var(--color1);
    background: var(--lightbg1)
}

.introicoul .fa-book-open {
    color: var(--color2);
    background: var(--lightbg2)
}

@media only screen and (min-width: 1200px) {
    .col4.new4col4 p span {
        display: inline
    }
}

@media only screen and (max-width: 991px) {
    .main-menu a i {
        display: none
    }

    .megamenu {
        width: 550px
    }
}

@media screen and (max-width: 850px) and (min-width:767px) {}

@media only screen and (max-width: 767px) {
    body {
        padding-top: 60px
    }

    .mobilenone {
        display: none !important
    }

    header {
        padding: 10px 0;
        height: 60px
    }

    section {
        padding: 30px 0
    }

    .headlogo {
        width: 100%;
        max-width: 180px
    }

    .headlogo img {
        height: 40px;
        margin: 0;
        padding: 3px 0;
        width: auto
    }

    nav.main-menu {
        display: none
    }

    .mnavdiv {
        display: block
    }

    .rowx {
        display: block
    }

    .col1,
    .col2,
    .col3,
    .col4,
    .col5,
    .col30,
    .col40,
    .col66 {
        width: 100% !important
    }

    header .btn:active,
    .spbtndiv .spbtn:active {
        padding-top: 0;
        padding-bottom: 0;
        background: var(--btnactivebg)
    }

    .spbtn {
        background: var(--btnbg);
        height: 40px;
        box-sizing: border-box;
        padding: 0 15px;
        line-height: 40px
    }

    .spbtndiv:hover .spbtn {
        border-radius: 4px
    }

    .spbtn i {
        display: none
    }

    .spbtn:before {
        display: none
    }

    .hmysrsbtn {
        height: 40px;
        line-height: 40px
    }

    .col4.new4col4 .hmcbfrbig {
        text-align: center;
        width: calc(100% - 80px);
        padding: 0 10px
    }

    .col4.new4col4 {
        width: 50% !important;
        padding: 7px
    }

    #hmpdivider {
        margin-top: 20px
    }

    .singlecpage {
        padding-top: 20px
    }

    .snglsub.tchrdiv .row>div {
        width: 100%;
        float: none
    }

    .colmodal {
        width: 100%
    }

    .coldetails {
        width: 100%
    }

    footer h4 {
        margin-bottom: 0
    }

    #devby {
        float: none;
        font-size: 10px;
        margin-top: 10px
    }
}

@media screen and (max-width: 820px) and (min-width:350px) {
    .sldfeatures .col3 {
        width: 33% !important
    }

    .sldfeatures .col3>div {
        padding: 8px 5px 5px
    }
}

@media only screen and (max-width: 620px) {
    .sc-subrow>div {
        width: 100%
    }
}

@media screen and (max-width: 409px) and (min-width:350px) {
    .sldfeatures .col3 {
        width: 33% !important
    }

    .sldfeatures .row {
        margin: -5px -10px
    }

    .sldfeatures .col3>div {
        padding: 8px 5px 5px
    }

    .sldfeatures .col3 {
        margin: 0;
        padding: 8px 3px
    }

    .mnavdiv {
        width: 125px;
        padding: 0 10px
    }

    .sldfeatures p {
        font-size: 13px
    }

    .spbtn {
        padding: 0 5px
    }
}

@media screen and (max-width: 450px) {
    .slidertxt h1 {
        font-size: 30px;
        line-height: 38px
    }

    .hmysrsbtn {
        width: 50px
    }

    .hmysrsbtn span {
        display: none
    }

    .col4.new4col4 img {
        width: 53px
    }

    .col4.new4col4 big {
        font-size: 20px;
        line-height: 25px
    }
}

@media screen and (max-width: 349px) {
    .mmenubtn {
        width: 50px
    }

    .mmenubtn span {
        display: none
    }

    .mnavdiv {
        width: 90px;
        padding: 0 20px
    }

    .col4.new4col4 {
        width: 100%
    }

    .logintype .ltypei {
        left: 10px
    }

    .logintype {
        padding-left: 60px
    }

    .logintbar {
        width: 220px;
        padding: 7px 0 7px 15px
    }

    .ltypeinholder>div {
        width: 218px
    }

}
.dashheading {
    text-align: center;
    margin-bottom: 20px !important
}

.dashheading:after {
    display: none
}

.dashloading {
    padding-right: 35px !important
}

.dashloading:after {
    position: absolute;
    content: '\f110';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-family: "font awesome 6 free";
    font-weight: 900;
    right: 12px;
    top: 15px
}

.ribbon {
    padding: 0 1em;
    margin: 0;
    margin-top: 0;
    position: relative;
    color: #fff;
    font: 22px patua one, sans-serif;
    text-align: center;
    letter-spacing: .1em;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), inset 0 0 20px rgba(0, 0, 0, .1), 0 1px 1px rgba(0, 0, 0, .4);
    background: linear-gradient(#ff4b00, #d53c00);
    display: inline-block;
    min-width: 140px
}

.dashheading .ribcontent {
    color: #fff;
    font-size: 25px
}

.ribbon:before,
.ribbon:after {
    content: "";
    width: .2em;
    bottom: -.5em;
    position: absolute;
    display: block;
    border: .9em solid #cc3c00;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .4);
    z-index: -2
}

.ribbon:before {
    left: -1.35em;
    border-right-width: .75em;
    border-left-color: transparent
}

.ribbon:after {
    right: -1.35em;
    border-left-width: .75em;
    border-right-color: transparent
}

.ribcontent:before,
.ribcontent:after {
    content: "";
    bottom: -.5em;
    position: absolute;
    display: block;
    border-style: solid;
    border-color: #9e2f02 transparent transparent transparent;
    z-index: -1
}

.ribcontent:before {
    left: 0;
    border-width: .5em 0 0 .5em
}

.ribcontent:after {
    right: 0;
    border-width: .5em .5em 0 0
}

.btn {
    font-size: 16px;
    padding: 10px 20px
}

.seclogged .btn:active {
    padding: 10px 20px
}

.btn.loading:after {
    font-weight: 900;
    font-family: "font awesome 6 free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    content: "\f863";
    animation-name: spin;
    animation-duration: 1000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    font-size: 13px
}

input[type=text],
input[type=email],
input[type=password],
input[type=number],
textarea {
    font-size: 16px;
    padding: 5px 10px;
    border: 1px solid #bbb;
    border-radius: 4px
}

input.full,
textarea.full {
    width: 100%
}

.preloginq {
    max-width: 450px;
    margin: 0 auto
}

.prelogincard {
    background: #fff;
    padding: 25px 15px;
    border-radius: 4px;
    box-shadow: var(--shadow)
}

.usrnote {
    padding: 10px 15px;
    border-radius: 4px;
    border: 1px solid #ddd;
    background: #f5f5f5
}

.prelogincard a.simplea {
    padding: 3px 10px;
    border-radius: 4px;
    color: #333;
    background: #33333320
}

.result {
    margin-top: 10px;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 4px
}

.result.green {
    color: var(--color2);
    background: var(--lightbg2)
}

.result.blue {
    color: var(--color3);
    background: var(--lightbg3)
}

.result.red {
    color: var(--color4);
    background: var(--lightbg4)
}

nav.main-menu2 {
    margin-left: auto;
    margin-right: auto;
    border-radius: 50px;
    box-shadow: var(--shadow2);
    background: #ddd;
    position: relative
}

.main-menu2>ul {
    display: flex;
    padding: 0;
    margin: 0
}

.main-menu2>ul>li {
    padding: 13px 3px 13px 6px;
    border-radius: 4px;
    cursor: pointer;
    margin: 0 -3px;
    z-index: 5;
    position: relative;
    overflow: visible
}

.main-menu2>ul>li:not(:last-child) {
    border-right: 1px solid #ccc
}

.main-menu2>ul>li:first-child {
    padding-left: 15px;
    border-radius: 30px 4px 4px 30px
}

.main-menu2>ul>li:last-child {
    padding-right: 15px;
    border-radius: 4px 30px 30px 4px
}

.main-menu2>ul>li:hover {
    background: var(--btnbg);
    box-shadow: rgba(0, 0, 0, .5) 0 5px 15px;
    color: #fff;
    border-color: transparent;
    z-index: 6
}

.main-menu2>ul>li:active {
    padding-top: 15px;
    padding-bottom: 11px;
    background: var(--btnactivebg);
    box-shadow: rgba(0, 0, 0, .5) 0 5px 15px;
    color: #fff
}

.main-menu2>ul>li:hover>a {
    color: #fff
}

.main-menu2>ul>li>a {
    padding: 0 10px;
    font-size: 16px;
    text-align: center;
    color: #333
}

.main-menu2 .submenu {
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    padding: 12px 2px 2px;
    display: none
}

.main-menu2 li:hover .submenu {
    display: block
}

.main-menu2 .submenuul {
    display: block;
    position: relative;
    padding: 0;
    background: #eee;
    border-radius: 4px;
    box-shadow: var(--shadow2);
    margin: 0 auto;
    width: fit-content;
    min-width: 80px
}

.main-menu2 .submenuul li {
    border: none;
    display: block;
    margin: 0;
    padding: 10px 20px
}

.main-menu2 .submenuul li a {
    color: #333
}

.main-menu2 .submenuul li:hover {
    font-weight: 600;
    background: #0001
}

.main-menu2 .submenuul li:hover a {
    color: var(--color0)
}

.main-menu2 .submenuul li:not(:first-child) {
    border-top: 1px solid #ccc
}

.hlogodesktop {
    display: block
}

.hlogomobile {
    display: none
}

.headmyacc p {
    margin: 0;
    line-height: 53px;
    overflow: hidden;
    white-space: nowrap;
    max-width: 290px
}

.hlogodesktop {
    display: block
}

.hlogomobile {
    display: none
}

.simplenotice {
    background: #3332;
    width: 100%;
    display: block;
    padding: 10px;
    border-radius: 4px;
    margin: 15px 0
}

.simplenotice.center {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.verybigh1 {
    color: var(--color0);
    font-size: 70px;
    line-height: 80px;
    margin: 30px 0;
    text-shadow: 2px 2px 3px #333
}

.seclogged {
    padding: 40px 0
}

.seclogged h2 {
    margin: 0;
    line-height: 30px;
    font-weight: 900;
    position: relative
}

.seclogged h2:after {
    content: '';
    position: absolute;
    width: 50px;
    border-bottom: 2px solid var(--color0);
    bottom: -5px;
    left: 0
}

.mycourcs .course {
    display: block;
    background: #fff;
    padding: 15px;
    border-radius: 4px;
    text-align: center;
    box-shadow: var(--shadow)
}

.mycourcs div.course {
    padding-bottom: 0
}

.mycourcs .course img {
    border-radius: 4px
}

.mycourcs .course h3 {
    margin: 15px 0 0;
    color: #333
}

.lgdcrsub {
    padding: 10px 0
}

.lgdcrsub a {
    padding: 0 15px;
    border-radius: 4px;
    margin: 5px;
    font-weight: 600;
    line-height: 45px;
    display: inline-block
}

.lgdcrsub a:nth-child(5n-4) {
    color: var(--color0);
    background: var(--lightbg0)
}

.lgdcrsub a:nth-child(5n-3) {
    color: var(--color1);
    background: var(--lightbg1)
}

.lgdcrsub a:nth-child(5n-2) {
    color: var(--color2);
    background: var(--lightbg2)
}

.lgdcrsub a:nth-child(5n-1) {
    color: var(--color3);
    background: var(--lightbg3)
}

.lgdcrsub a:nth-child(5n) {
    color: var(--color4);
    background: var(--lightbg4)
}

.lgoutlnkctr {
    position: relative
}

.lgoutlnkctr>a {
    position: absolute;
    top: -14px;
    right: 10px;
    color: #666;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0 10px
}

#classvidctr .vjs-big-play-button {
    z-index: 999
}

.watchsrow>div {
    position: relative
}

.classvid,
.classlist {
    background: linear-gradient(#222222, #1c0a0a);
    margin: 0;
    padding: 15px;
    box-shadow: var(--shadow);
    border-radius: 4px
}

.classvid {}

.classvid>iframe {
    width: 100%;
    aspect-ratio: 1.7777;
    margin: 0;
    border: none
}

.classvid a {
    background: #000000;
    display: block;
    padding: 5px 10px;
    margin-top: 5px;
    border: 1px solid #150202;
    border-radius: 4px;
    color: #555
}

.dashnotesp,
.dashexamsp {
    font-size: 100%;
    font-weight: 400;
    padding: 0 7px;
    border-radius: 4px;
    margin-right: 5px
}

.classvid a .dashnotesp {
    color: var(--color2);
    background: var(--lightbg2);
    margin-right: 5px
}

.classvid a .dashexamsp {
    color: var(--color1);
    background: var(--lightbg1);
    margin-right: 5px
}

.watchsrow>.col3 {
    min-height: 300px
}

.classlist {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 15px 10px
}

.classlist li {
    background: #343434;
    padding: 5px 10px;
    border-radius: 3px;
    margin-bottom: 5px;
    border: 1px solid rgb(50, 50, 50);
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    cursor: pointer
}

.classlist li:before {
    position: absolute;
    font-weight: 900;
    font-family: "font awesome 6 free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    color: var(--color2);
    top: 10px;
    left: 10px
}

.classlist li:after {
    content: '';
    position: absolute;
    width: 10px;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000000
}

.classlist li.active {
    padding: 5px 10px 5px 43px
}

.classlist li.active:before {
    content: "\f144";
    font-size: 47px;
    left: -9px;
    top: -5px;
    color: var(--color0)
}

#vmplchldr {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1.7777;
    background: #000;
    color: #fff;
    padding: 15px 30px
}

.center input[type=text],
.center input[type=email],
.center input[type=password],
.center input[type=number],
.center textarea {
    margin-left: auto;
    margin-right: auto
}

.prelogincard .first,
.prelogincard .second {
    display: none
}

.prelogincard.first .first {
    display: block
}

.prelogincard.second .second {
    display: block
}

#cukXOmHAgC {
    position: absolute;
    bottom: -2px
}

#cukXOmHAgC .result {
    line-height: 18px
}

.first #lgtypegotp,
.first #lgtypegotpx {
    display: none
}

.second #lgtypego,
.second #lgtypegox {
    display: none
}

.zKGoZG8m {
    padding-bottom: 5px
}

#fbprgrlink {
    text-align: center
}

#fbprgrlink .fbc3Xs {
    background-color: #4c69ba;
    background-image: linear-gradient(#4C69BA, #3B55A0);
    text-shadow: 0 -1px 0 #354c8c;
    box-sizing: border-box;
    position: relative;
    margin: .5em;
    margin-top: 0;
    padding: 0 15px;
    border: none;
    text-align: left;
    line-height: 34px;
    white-space: nowrap;
    border-radius: .2em;
    font-size: 16px;
    color: #fff;
    height: 34px;
    display: inline-block
}

#fbprgrlink .fbc3Xs:hover,
#fbprgrlink .fbc3Xs:focus {
    background-color: #5b7bd5;
    background-image: linear-gradient(#5B7BD5, #4864B1)
}

#fbprgrlink .fbc3Xs i,
#fbprgrlink .bfBM8x i {
    margin-right: 5px
}

#fbprgrlink .bfBM8x {
    background-color: #24b52a;
    background-image: linear-gradient(#28c22e, #13af19);
    text-shadow: 0 -1px 0 #17b35d;
    box-sizing: border-box;
    position: relative;
    margin: .5em;
    margin-top: 0;
    padding: 0 15px;
    border: none;
    text-align: left;
    line-height: 34px;
    white-space: nowrap;
    border-radius: .2em;
    font-size: 16px;
    color: #fff;
    height: 34px;
    display: inline-block
}

#fbprgrlink .bfBM8x:hover,
#fbprgrlink .bfBM8x:focus {
    background-color: #1aa11f;
    background-image: linear-gradient(#23d72a, #1aa11f)
}

#vidplyrnote p {
    margin-bottom: 0;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    padding: 15px;
    line-height: 25px
}

#playeregnmbr {
    margin-top: 20px;
    text-align: center
}

#playeregnmbr div {
    display: inline-block;
    background: var(--lightbg0);
    padding: 5px 20px;
    border-radius: 20px;
    color: #000;
    font-weight: 600
}

#playeregnmbr span {
    font-weight: 900;
    color: var(--color0)
}

#RQZeN {
    position: relative
}

#RQZeN .fa-xmark {
    position: absolute;
    padding: 7px;
    top: 0;
    right: 0;
    color: #999;
    cursor: pointer
}

.profilediv {
    max-width: 600px;
    margin: 50px auto 0
}

.profileul {
    border: 1px solid #ddd;
    background: #fff;
    padding: 0 20px
}

.profileul li {
    padding: 10px 0;
    overflow: auto
}

.profileul li:not(:first-child) {
    border-top: 1px dashed #ddd
}

.profileul strong {
    padding-right: 10px
}

.prspright {
    float: right;
    color: #333
}

.prnotconnected {
    color: #999
}

.prconnected {
    color: green
}

.profileupd {
    max-width: 300px;
    margin: 0 auto 22px;
    border: 1px solid #e5e5e5;
    background: #f5f5f5;
    padding: 15px
}

.profileupd label {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 18px
}

.ZSATAldk {
    background: #ffff;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 30px;
    max-width: 600px;
    margin: 30px auto 0
}

.ZSATAldk h2 {
    margin-bottom: 25px
}

.ZSATAldk h4 {
    margin-bottom: 0;
    clear: both
}

.ZSATAldk label {
    display: block
}

.ZSATAldk input[type=text] {
    width: 100%
}

.ZSATAldk select {
    width: 100%;
    font-size: 16px;
    padding: 5px 10px;
    border: 1px solid #bbb;
    border-radius: 4px
}

.ZSATAldk .btn {
    margin-top: 15px
}

.mXzY {
    display: flex;
    flex-wrap: wrap
}

.mXzY>div {
    width: 50%
}

.mXzY input {
    display: inline-block
}

.mXzY label {
    display: inline-block
}

@media only screen and (min-width:1080px) {
    .headmyacc p {
        max-width: 350px
    }
}

@media only screen and (max-width:950px) {
    .headmyacc p {
        max-width: 200px
    }
}

@media only screen and (max-width:850px) {
    .headmyacc p {
        display: none
    }
}

@media only screen and (max-width:768px) {

    .main-menu2>ul>li,
    .main-menu2>ul>li:active {
        padding-top: 7px;
        padding-bottom: 7px
    }

    .logged .headlogo {
        width: auto
    }
}

@media only screen and (max-width:500px) {
    .main-menu2>ul>li span {
        display: none
    }

    .hlogodesktop {
        display: block
    }

    .hlogomobile {
        display: none
    }

    .classvid {
        padding: 0
    }
}

@media only screen and (max-width:370px) {
    .hlogodesktop {
        display: none
    }

    .hlogomobile {
        display: block
    }
}

@media only screen and (max-width:600px) {
    .hlogomobile {
        display: block
    }

    .hlogodesktop {
        display: none
    }
}


        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: Arial, sans-serif;
            background: #111;
            padding-top: 70px;
            /* space for fixed navbar */
        }

        /* Navbar links cyber style */
        nav ul li a {
            position: relative;
            display: inline-block;
            padding: 10px 20px;
            color: #fff;
            font-family: 'Orbitron', sans-serif;
            /* Cyber/Techy font */
            font-size: 16px;
            text-transform: uppercase;
            letter-spacing: 2px;
            text-decoration: none;
            transition: 0.3s ease;
            overflow: hidden;
            border: 1px solid rgba(255, 255, 255, 0.3);
            border-radius: 6px;
            background: rgba(0, 0, 0, 0.2);
        }

        /* Hover effect with glowing cyber border */
        nav ul li a:hover {
            color: #0ff;
            border-color: #0ff;
            box-shadow: 0 0 10px #0ff, 0 0 20px #0ff inset;
        }

        /* Cool animated line sweeping effect */
        nav ul li a::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(120deg, transparent, rgba(0, 255, 255, 0.6), transparent);
            transition: 0.5s;
        }

        nav ul li a:hover::before {
            left: 100%;
        }


        nav {
            width: 100%;
            padding: 15px 30px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: fixed;
            top: 0;
            left: 0;
            z-index: 1000;
            color: white;
        }

        /* Animated gradient background */
        nav::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(270deg, #ff6ec4, #7873f5, #1fd1f9, #ff6ec4);
            background-size: 400% 400%;
            animation: gradientMove 10s ease infinite;
            z-index: -1;
        }

        @keyframes gradientMove {
            0% {
                background-position: 0% 50%;
            }

            50% {
                background-position: 100% 50%;
            }

            100% {
                background-position: 0% 50%;
            }
        }

        nav .logo {
            font-size: 24px;
            font-weight: bold;
            letter-spacing: 2px;
        }

        /* nav menu (desktop default) */
        nav ul {
            list-style: none;
            display: flex;
            gap: 25px;
        }

       nav ul li {
            position: relative;
        }

       nav ul li a {
            text-decoration: none;
            color: white;
            font-size: 18px;
            font-weight: 500;
            padding: 8px 12px;
            display: block;
            transition: 0.3s;
        }

       nav ul li a:hover {
            color: #fffae3;
        }

        /* Dropdown */
       nav .dropdown {
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            background: rgba(0, 0, 0, 0.85);
            min-width: 180px;
            border-radius: 8px;
            overflow: hidden;
        }

       nav .dropdown li a {
            font-size: 16px;
            padding: 10px 15px;
        }

       nav ul li:hover .dropdown {
            display: block;
        }

        /* Hamburger (hidden on desktop) */
       nav .hamburger {
            display: none;
            flex-direction: column;
            cursor: pointer;
            gap: 5px;
        }

       nav .hamburger div {
            width: 25px;
            height: 3px;
            background: white;
            border-radius: 5px;
            transition: 0.3s;
        }

       nav .logo img {
            height: 40px;
            /* adjust to fit navbar */
            width: auto;
            /* keeps aspect ratio */
            object-fit: contain;
            display: block;
        }

        /* Responsive */
        @media (max-width: 768px) {
          nav  ul {
                position: fixed;
                top: 70px;
                left: -100%;
                flex-direction: column;
                width: 100%;
                background: rgba(0, 0, 0, 0.9);
                padding: 20px;
                transition: left 0.3s ease;
            }

          nav  ul.show {
                left: 0;
            }

          nav  ul li {
                width: 100%;
            }

          nav  ul li a {
                padding: 12px;
            }

          nav  ul li:hover .dropdown {
                position: relative;
                background: none;
            }

          nav  .dropdown {
                display: none;
            }

          nav  ul li.active .dropdown {
                display: block;
            }

          nav  .hamburger {
                display: flex;
            }
        }

        /* Dropdown items style */
      nav  .dropdown li a {
            font-size: 16px;
            padding: 10px 15px;
            color: #fbff00;
            background-color: #13a7bb;
            position: relative;
            overflow: hidden;
            transition: color 0.4s ease;
        }

        /* Techy hover effect */
      nav  .dropdown li a::before {
            content: "";
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(120deg, #00f7ff, #8a2be2, #ff00ff);
            transition: all 0.4s ease;
            z-index: -1;
        }

        /* Hover animation */
       nav .dropdown li a:hover {
            color: #fff;
            text-shadow: 0 0 8px #00f7ff, 0 0 12px #8a2be2;
        }

       nav .dropdown li a:hover::before {
            left: 0;
        }

        /* Optional: glowing border bottom */
       nav .dropdown li a:hover {
            border-left: 3px solid #00f7ff;
        }
        .footer {
            position: relative;
            color: white;
            padding: 50px 20px 20px;
            font-family: 'Orbitron', sans-serif;
            overflow: hidden;
        }

        /* Gradient background with animation like navbar */
        .footer::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(270deg, #ff6ec4, #7873f5, #1fd1f9, #ff6ec4);
            background-size: 400% 400%;
            animation: gradientMove 12s ease infinite;
            z-index: -1;
            opacity: 0.9;
        }

        .footer-container {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            max-width: 1100px;
            margin: auto;
            gap: 30px;
        }

        .footer-col {
            flex: 1;
            min-width: 280px;
        }

        .footer h3 {
            margin-bottom: 15px;
            font-size: 20px;
            text-transform: uppercase;
            letter-spacing: 2px;
            border-bottom: 2px solid rgba(255, 255, 255, 0.3);
            padding-bottom: 5px;
        }

        .footer .social-icons a {
            display: block;
            margin: 10px 0;
            color: #fff;
            text-decoration: none;
            position: relative;
            padding: 6px 0;
            transition: 0.3s;
        }

        /* Cyber glowing hover */
        .footer .social-icons a:hover {
            color: #00f7ff;
            text-shadow: 0 0 8px #00f7ff, 0 0 12px #ff00ff;
        }

        .footer iframe {
            border-radius: 10px;
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
        }

        .footer .copyright {
            text-align: center;
            margin-top: 30px;
            font-size: 14px;
            opacity: 0.8;

        }

