.btnstl {
    font-size: 20px;
font-weight: bold;
box-shadow: rgba(0, 0, 0, 0.15) 0px 30px 80px -20px;
color: white;
line-height: 1.8;
width: auto;
border-radius: 15px;
padding: 12px 60px;
border-width: initial;
border-style: none;
border-color: initial;
border-image: initial;
transition: all 200ms ease-out 0s;
margin: 0px auto;
}
.approachimg {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 30px 100px -10px;
    border-radius: 50%;
    background: white;
    margin: auto auto 12px;
    padding:25%;
    transition: all 250ms ease-out 0s;
}
.approachdiv {
    cursor: pointer;
    width: 15%;
    max-width: 200px;
    max-height: 200px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    flex-grow: 0;
    flex-flow: column;
}
.approachtxt {
    color: rgb(72, 72, 72);
    text-align: center;
    font-size: 1.25vw;
    font-weight: bold;
    transition: all 150ms ease-out 0s;
}
.txt1 {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    line-height: 1.5;
    padding: 12px 6px;
    background: white;
    border-radius: 8px 8px 0px 0px;
}
.con1 {
    width: 30%;
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    align-items: flex-end;
    margin: 10px;
}
.numstyle {
    font-size: 90px;
    text-align: center;
    font-weight: bold;
    margin: 0px auto;
}
.con2 {
    width: 100%;
    display: flex;
    min-height: 150px;
    border-radius: 10px;
    border-width: 3px;
    border-style: solid;
    border-image: initial;
    margin: auto;
    flex-flow: column;
}
.con3 {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    line-height: 1.5;
    padding: 12px 6px;
    background: white;
    border-radius: 8px 8px 0px 0px;
}
.con4 {
    font-size: 16px;
    text-align: center;
    color: white;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    line-height: 1.4;
    -webkit-box-flex: 1;
    flex-grow: 1;
    padding: 0px 10%;
    border-radius: 0px 0px 10px 10px;
}
.sec3 {
    max-width: 900px;
    width: 65%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: 5% auto 0px;
    flex-flow: column;
}
.newsection {
    max-width: 900px;
    width: 65%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: 5% auto 0px;
    flex-flow: column;
}
.ptxt {
    font-size: 20px;
    line-height: 28px;
    width: 65%;
    min-height: 120px;
    max-width: 1920px;
    text-align: center;
    position: relative;
    margin: 60px 0px
}
.col1mob {
    max-width: 900px;
    /* width: 65%; */
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: 5% auto 0px;
    flex-flow: column;
}
.mobtxt {
    font-size: 32px;
    line-height: 1.35;
    text-align: center;
    max-width: 85%;
    margin: 0px auto;
}
.mobimg {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 30px 100px -10px;
    border-radius: 50%;
    background: white;
    margin: auto auto 12px;
    transition: all 250ms ease-out 0s;
}
.mobheader {
    text-align: center;
    font-size: 40px;
    margin-bottom: 60px;
}
.mobp {
    font-size: 22px;
    text-align: center;
    margin-bottom: 60px;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}
.carousel-control-prev, .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 10%;
    color: #fff;
    text-align: center;
    /* opacity: .5; */
    -webkit-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
}
/* .carousel-control-next-icon:after
{
  content: '>';
  font-size: 55px;
  color: red;
}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 55px;
  color: red;
} */
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    padding-right: 0;
    list-style: none;
    text-align: center;
}

.coloredcol1 {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 12px 40px;
}
.coloredcolimg {
    width: 30%;
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    align-items: flex-end;
    margin: 10px;
}
.color1 {
    font-size: 90px;
    text-align: center;
    font-weight: bold;
    margin: 0px auto;
}
.color2 {
    width: 100%;
    height: 100%;
    display: flex;
    min-height: 150px;
    border-radius: 10px;
    border-width: 3px;
    border-style: solid;
    border-color: initial;
    border-image: initial;
    margin: auto;
    flex-flow: column;
}
.colorhead {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    line-height: 1.5;
    padding: 12px 6px;
    background: white;
    border-radius: 8px 8px 0px 0px;
}
.colortxt {
    font-size: 16px;
    text-align: center;
    color: white;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    /* align-items: center; */
    line-height: 1.4;
    /* padding-top: 100px; */
    -webkit-box-flex: 1;
    flex-grow: 1;
    padding: 0px 10%;
    border-radius: 0px 0px 10px 10px;
}
.tutortxt {
    font-size: 32px;
    line-height: 1.35;
    text-align: center;
    max-width: 85%;
    margin: 0px auto;
}
.MuiTypography-h5 {
    font-size: 1.3rem;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.33;
}
.jss462 {
    margin: auto;
    max-width: 1300px;
}
.MuiGrid-spacing-xs-4 {
    width: calc(100% + 32px);
    margin: -16px;
}
.MuiGrid-justify-xs-center {
    justify-content: center;
}
.MuiGrid-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.MuiGrid-spacing-xs-4 > .MuiGrid-item {
    padding: 16px;
}
.jss463 {
    max-width: 450px;
}
svg:not(:root) {
    overflow: hidden;
}
.MuiSvgIcon-root {
    fill: currentColor;
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 2.4rem;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    flex-shrink: 0;
    user-select: none;
}
.gNcfYJ {
    font-size: 16px;
    color: rgb(35, 135, 146);
    padding-right: 24px;
    white-space: nowrap;
}
.MuiBadge-root {
    display: inline-flex;
    position: relative;
    vertical-align: middle;
}
.jss474 {
    width: 100%;
    border: solid 1px #d8d8d8;
    height: 100%;
    display: flex;
    box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.14);
    border-radius: 12px;
    flex-direction: column;
}
.MuiCard-root {
    overflow: hidden;
}
.MuiPaper-elevation1 {
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2), 0px 1px 1px 0px rgba(0,0,0,0.14), 0px 2px 1px -1px rgba(0,0,0,0.12);
}
.MuiPaper-rounded {
    border-radius: 4px;
}
.MuiPaper-root {
    color: rgba(0, 0, 0, 0.87);
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    background-color: #fff;
}
.jss477 {
    top: 10px;
    color: #925000;
    right: 30px;
    border: 3px solid white;
    padding: 16px 10px;
    font-size: 22px;
}
.MuiBadge-invisible {
    transform: scale(0) translate(50%, -50%);
    transition: transform 195ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transform-origin: 100% 0%;
}
.MuiBadge-colorPrimary {
    color: #353535;
    background-color: #FFC929;
}
.MuiBadge-badge {
    top: 0;
    right: 0;
    height: 20px;
    display: flex;
    padding: 0 4px;
    z-index: 1;
    position: absolute;
    flex-wrap: wrap;
    font-size: 1.2rem;
    min-width: 20px;
    transform: scale(1) translate(50%, -50%);
    box-sizing: border-box;
    transition: transform 225ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    align-items: center;
    font-family: inherit;
    font-weight: 500;
    align-content: center;
    border-radius: 10px;
    flex-direction: row;
    justify-content: center;
    transform-origin: 100% 0%;
}
.MuiCardMedia-root {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.jss475 {
    display: flex;
    padding: 10px 24px;
    flex-grow: 1;
    flex-direction: column;
    justify-content: space-between;
}
.MuiTypography-colorTextSecondary {
    color: rgba(0, 0, 0, 0.54);
}
.MuiTypography-body2 {
    font-size: 1.4rem;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.43;
}
.MuiTypography-root {
    margin: 0;
}
.limit-three-lines {
    -webkit-line-clamp: 3;
}
.limit-one-line, .limit-two-lines, .limit-three-lines {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.MuiButton-fullWidth {
    width: 100%;
}
.MuiButton-sizeLarge {
    padding: 8px 24px;
    font-size: 1.5rem;
}
.MuiButton-containedSecondary {
    color: #FFFFFF;
    background-color: #228891;
}
.MuiButton-root {
    color: rgba(0, 0, 0, 0.87);
    padding: 6px 16px;
    font-size: 1.4rem;
    min-width: 64px;
    box-sizing: border-box;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.75;
    border-radius: 4px;
    text-transform: uppercase;
}
.MuiButton-contained {
    color: rgba(0, 0, 0, 0.87);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 3px 1px -2px rgba(0,0,0,0.12);
    background-color: #e0e0e0;
}
.MuiButtonBase-root {
    color: inherit;
    border: 0;
    cursor: pointer;
    margin: 0;
    display: inline-flex;
    outline: none;
    padding: 0;
    position: relative;
    align-items: center;
    user-select: none;
    border-radius: 0;
    vertical-align: middle;
    -moz-appearance: none;
    justify-content: center;
    text-decoration: none;
    background-color: transparent;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
}
.jss187 {
    width: auto;
    border: none;
    min-width: 200px;
    box-shadow: none;
    padding-left: 16px;
}
.MuiGrid-spacing-xs-4 > .MuiGrid-item {
    padding: 16px;
}
.jss3 {
    width: 100%;
    min-width: 450px;
}
.MuiTypography-h6 {
    font-size: 1.3rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.6;
}
.MuiTypography-root {
    margin: 0;
}
.jss230 {
    width: 100%;
    height: 20px;
}
.MuiGrid-spacing-xs-2 {
    width: calc(100% + 16px);
}
.MuiGrid-direction-xs-column {
    flex-direction: column;
}
.MuiGrid-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.MuiTypography-subtitle1 {
    font-size: 1rem;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.75;
}
.MuiTypography-colorTextSecondary {
    color: rgba(0, 0, 0, 0.54);
}
.MuiTypography-body1 {
    font-size: 13px !important;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.5;
}
.jss194 {
    text-align: inherit;
}
.MuiListItem-gutters {
    padding-left: 16px;
    padding-right: 16px;
}
.MuiListItem-root {
    width: 100%;
    display: flex;
    position: relative;
    box-sizing: border-box;
    text-align: left;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
    justify-content: flex-start;
    text-decoration: none;
}
.MuiListItemIcon-root {
    color: rgba(0, 0, 0, 0.54);
    display: inline-flex;
    min-width: 56px;
    flex-shrink: 0;
}
.MuiListItemText-root {
    flex: 1 1 auto;
    min-width: 0;
    margin-top: 4px;
    margin-bottom: 4px;
}

.hero[data-v-7208175a] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.containr {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 12px;
}
.hero header[data-v-7208175a] {
    flex: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 450px;
    margin-right: 120px;
}
.hero h1[data-v-7208175a] {
    margin-bottom: 24px;
    font-weight: bold;
    font-size: 72px;
    line-height: 1em;
    color: #000000;
}
.hero h2[data-v-7208175a] {
    margin-bottom: 24px;
    font-weight: normal;
    font-size: 19px;
    line-height: 1.58em;
    color: rgba(0, 0, 0, 0.8);
}
.hero .btn[data-v-7208175a] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 196px;
    height: 60px;
    margin-bottom: 48px;
    background: #000000;
    border-radius: 6px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    transition: opacity 100ms linear;
}
.hero .video[data-v-7208175a] {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero .video video[data-v-7208175a] {
    width: 600px;
    max-width: 100%;
    height: 380px;
}
.bj-banner .card .card-footer {
    border-radius: 0 0 10px 10px;
    padding: 12px 20px;
}
.demo-shade {
    background-image: linear-gradient(to right, #8c3fff, #5c72ff);
}
.bj-banner .card:first-child {
    margin-top: 0;
}
.bj-banner .card .card-img-top {
    height: 200px;
    top: -50px;
}
.bj-banner {
    /* height: auto; */
    background-image: linear-gradient(to bottom, #823187, #672672);
    background-position: left top;
    background-size: 100% 620px;
    background-repeat: no-repeat;
    position: relative;
    color: white;
}
.bj-btn {
    /* font-size: 14px; */
    /* background-image: linear-gradient(to right, #5c72ff, #8c3fff); */
    border-radius: 30px;
    padding: 10px 25px;
    color: white !important;
    border: none;
    outline: none;
    min-width: 170px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: orange !important;
    border-radius: 15px;
}
.bor {
    border-radius: 5px !important;
}
.detail {
    font-size: 1rem;
    text-decoration: underline !important;
    color: #8c3fff !important;
}
.detail:hover {
    cursor: pointer;
}
.skill-tree-skills-header {
    font-size: 18px !important;
    color: #7e37d8;
    font-weight: 700;
}
.skill-tree-skill-number {
    padding-left: 18px;
}
.skill-name-and-stats-container {
    padding-left: 5px;
}




@media screen and (max-width: 1024px) {
    .skill-tree-nowrap {
        width: auto;
    }
}

@media screen and (min-width: 1040px) {
    .skill-tree-nowrap {
        width: 800px;
    }
}



/* letter spacing */
.txtp {
    letter-spacing: -5px;
    z-index: 10;
    color: white;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease; 
    cursor: pointer
  }
  #a:hover {
    letter-spacing: 1px; 
  }
  #b:hover {
    letter-spacing: 1em; 
  }
  #c:hover {
    letter-spacing: 10px; 
  }

  .btnanim {
      cursor: pointer;
  }