@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons|Material+Icons+Outlined');

/* Defaults */
html,
body {
    overflow-x: hidden;
    font-family: 'Poppins';
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
}

* {
    position: relative;
}

/* Some Sizing */
.w-100 {
    width: 100% !important;
}

.h-65 {
    height: 65vh !important;
}

@media only screen and (max-width:780px) {
    .h-65 {
        height: 30vh !important;
    }
}

.w-70 {
    width: 70% !important;
}

.border-bottom {
    border-bottom: 2px solid #E2E4E9;
}

@media only screen and (min-width:780px) {
    .w-md-20 {
        width: 20% !important;
        text-align: center;
    }

    .w-md-70 {
        width: 70% !important;
        text-align: center;
    }

    .w-md-50 {
        width: 50% !important;
        text-align: center;
    }

    .w-md-auto {
        width: auto !important;
    }


    .center-big {
        text-align: center;
    }
}

.h-100 {
    height: 100% !important;
}

.round36 {
    border-radius: 36px !important;
}

.round2 {
    border-radius: 2px !important;
}

.round10 {
    border-radius: 10px !important;
}

.round30 {
    border-radius: 30px !important;
}

.top-round36 {
    border-top-right-radius: 36px !important;
    border-top-left-radius: 36px !important;
}

.bottom-round36 {
    border-bottom-right-radius: 36px !important;
    border-bottom-left-radius: 36px !important;
}

.bottom-round56 {
    border-bottom-right-radius: 56px !important;
    border-bottom-left-radius: 56px !important;
}

.round15 {
    border-radius: 15px !important;
}

/* Some Colors */
.josh-blue-bg {
    background-color: #F1F7FE !important;
}

.josh-blue-text {
    color: #107BE5 !important;
}

.josh-green-bg {
    background-color: #ECF8F6 !important;
}

.josh-green-text {
    color: #129E88 !important;
}

.text-colored {
    color: #107BE5;
}

.activeLang {
    background-color: #107BE5;
    color: white;
}

/* Carousel */
.carousel {
    height: 460px !important;
    perspective: 460px;
}

.carousel-item .card {
    height: 400px !important;
}

.carousel-item img {
    border-radius: 15px;
    height: 400px;
}

#info .left-align {
    padding: 40px 220px 0 2rem;
    font-size: 24px;
}

#info .left-align .grey-text {
    font-size: 18px;
}

#reviews .card .rate {
    background-color: #4CAF50 !important;
    color: white !important;
    font-size: 2rem;
    border-radius: 5px;
    padding: 0.5rem 1rem !important;
    display: inline-block !important;
    font-weight: bold !important;
    line-height: 24px;
}

#reviews .card .rate i {
    line-height: 24px;
    font-size: 2rem;
    vertical-align: top;
    display: inline;
}

#reviews .card .title {
    font-size: 2rem;
    padding: 0.5rem 0.8rem !important;
    display: inline !important;
    font-weight: 1000 !important;
}

#reviews .card .comment {
    font-size: 1.7rem;
    height: 240px;
    font-weight: 400;
    padding: 0.5rem !important;
}

.user {
    bottom: 10px;
    padding: 1rem !important;
}

.user img {
    width: 50px !important;
    height: 50px !important;
    border: 1px solid #fff;
    border-radius: 50%;
}

.user .details,
.user .details-short {
    padding: 5px 3px;
    display: inline-block;
    vertical-align: bottom;
}

@media screen and (max-width: 600px) {
    .carousel {
        max-height: 280px;
        perspective: 280px;
    }

    .carousel-item {
        width: 100% !important;
        max-height: 220px;
    }

    .carousel-item img {
        height: 220px;
    }

    .carousel-item .card {
        height: 300px !important;
    }

    #info {
        max-height: 380px;
        perspective: 380px;
    }

    #info .left-align {
        padding: 40px 140px 0 2rem;
        font-size: 18px;
    }

    #info .left-align .grey-text {
        font-size: 14px;
    }

    #reviews .card .rate {
        padding: 0.5rem 0.7rem !important;
        font-size: 1rem;
        line-height: 18px;
    }

    #reviews .card .rate i {
        line-height: 18px;
        font-size: 1rem;
    }

    #reviews .card .title {
        font-size: 1rem;
    }

    #reviews .card .comment {
        font-size: 0.8rem;
        height: 100px;
    }

    .user {
        padding: 0.5rem !important;
    }

    .user .img-small {
        width: 30px !important;
        height: 30px !important;
    }

    .user .details-short {
        font-size: 0.75rem;
        line-height: 16px;
    }

    #reviews .carousel-item .card {
        max-height: 220px;
        perspective: 220px;
    }
}

@media screen and (max-width: 380px) {
    #info .left-align {
        padding: 20px 140px 0 2rem;
        font-size: 15px;
    }

    #info .left-align .grey-text {
        font-size: 12px;
    }
}


/* Indicators */
.carousel .indicator-item.active {
    background-color: #596273 !important;
}

.carousel .indicator-item {
    border: 1px solid #596273 !important;
}

#info .indicator-item.active {
    background-color: #107BE5 !important;
}

#info .indicator-item {
    border: 1px solid #107BE5 !important;
}

#whyJosh .indicator-item.active {
    background-color: #107BE5 !important;
}

#whyJosh .indicator-item {
    border: 1px solid #107BE5 !important;
}

#topCourses .indicator-item.active {
    background-color: #129E88 !important;
}

#topCourses .indicator-item {
    border: 1px solid #129E88 !important;
}

#reviews .indicator-item.active {
    background-color: #129E88 !important;
}

#reviews .indicator-item {
    border: 1px solid #129E88 !important;
}

/* Loader */
#loader {
    position: fixed;
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: white;
    -webkit-box-shadow: 0 24px 64px rgba(0, 0, 0, 0.24);
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.24);
    border-radius: 16px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s ease-out, visibility 0s linear 0.2s;
    -o-transition: opacity 0.2s ease-out, visibility 0s linear 0.2s;
    transition: opacity 0.2s ease-out, visibility 0s linear 0.2s;
    z-index: 9000000;
}

#loader.fullscreen {
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-color: white;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#loader.show {
    -webkit-transition: opacity 0.4s ease-out, visibility 0s linear 0s;
    -o-transition: opacity 0.4s ease-out, visibility 0s linear 0s;
    transition: opacity 0.4s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

#loader .circular {
    -webkit-animation: loader-rotate 2s linear infinite;
    animation: loader-rotate 2s linear infinite;
    position: absolute;
    left: calc(50% - 24px);
    top: calc(50% - 24px);
    display: block;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

#loader .path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: loader-dash 1.5s ease-in-out infinite;
    animation: loader-dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
}

@-webkit-keyframes loader-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loader-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -136px;
    }
}

@keyframes loader-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -136px;
    }
}

/* Outline */
input {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Error Messages */
#errorHandler {
    color: red;
}

/* Rating Bar */
.rating-bar {
    background-color: #20BA70;
    color: white;
    border-radius: 50px;
    width: 206px;
    height: 40px;
}

/* Rating Size */
.rating-small {
    font-size: 16px;
}

.rating-medium {
    font-size: 19px;
}

/* Display Inline */
.d-inline {
    display: inline-block !important;
}

/* Font Weights */
.bolder {
    font-weight: bolder !important;
}

.bold {
    font-weight: bold !important;
}

/* Light Text */
.light-text {
    color: #9098B1;
}

/* Smaller Font */
.smaller-font {
    font-size: 13px;
    line-height: 14px;
}

/* Light Gray BG */
.lightgray-bg {
    background: #F1F2F4;
}

/* Buttons */
.btn-blue-joshSkills {
    background: #107BE5;
    border-radius: 30px;
    color: white;
}

.btn-blue-joshSkills:hover,
.btn-blue-joshSkills:focus {
    background: #107BE5;
    color: white;
}

.btn-white-joshSkills,
.btn-white-joshSkills:hover,
.btn-white-joshSkills:focus {
    background: white;
    color: black;
    width: 130px;
    border-radius: 30px;
}

/* Ratings */
.rating {
    line-height: 125px;
}

.rating i {
    line-height: 125px;
    vertical-align: top;
    display: inline;
}

.r-line {
    width: calc(100% - 35px);
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.r-text {
    width: 30px;
    line-height: 20px;
    display: inline-block;
    text-align: center;
}

.r-text i {
    line-height: 20px;
    vertical-align: top;
}

@media only screen and (max-width: 600px) {
    .rating {
        line-height: 55px;
    }

    .rating i {
        line-height: 55px;
    }
}

.strike {
    text-decoration: line-through;
    font-size: 60%;
}

.price {
    font-size: 0.8rem;
}

.coursename {
    font-size: 0.8rem;
    font-weight: 600;
    color: black;
}

.coursename2 {
    font-size: 1.1rem;
    font-weight: 600;
    color: black;
}

.overlay {
    position: absolute;
    margin: 0 0;
    min-width: 60px;
    text-align: center;
    background-color: #107BE5;
    color: white;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 0px 5px;
    bottom: 0;
    line-height: 20px;
}

.overlayBlog {
    position: absolute;
    margin: 0 0;
    padding: 8px 16px;
    max-width: 80%;
    background-color: #ffffff;
    color: #000000;
    border-radius: 0px 10px;
    bottom: 12px;
}

.overlayBlog p {
    font-size: 22px;
}

.overlayBlog .user {
    bottom: 0;
    padding: 0 0 !important;
}

.overlay i {
    font-size: 1rem;
    line-height: 20px;
    vertical-align: top;
    display: inline;
}

.overlayOffer {
    position: absolute;
    margin: 0 0;
    width: 100%;
    text-align: center;
    background-color: #172344;
    color: white;
    font-size: 0.7rem;
    font-weight: bold;
    border-radius: 0px 0px 5px 5px;
    bottom: 0;
    line-height: 20px;
}

.overlayOfferFooter {
    position: absolute;
    margin: 0 0;
    width: 100%;
    text-align: center;
    background-color: #9098B1;
    color: white;
    font-size: 0.7rem;
    font-weight: bold;
    top: -5px;
    line-height: 20px;
}

.rr {
    font-size: 1.8rem;
}

.align-ico {
    padding: 1rem;
    line-height: 24px;
    font-size: 18px;
}

.align-ico .material-icons {

    line-height: 24px;
    font-size: 20px;
    vertical-align: top;
    display: inline;
}

@media screen and (max-width: 600px) {
    .rr {
        font-size: 0.9rem;
    }

    .align-ico {
        font-size: 12px;
    }

    .align-ico .material-icons {
        font-size: 16px;
        vertical-align: top;
        display: inline;
    }

    .overlayBlog p {
        font-size: 13px;
    }

    .overlayBlog img {
        width: 30px !important;
        height: 30px !important;
    }

    .overlayBlog .details {
        padding: 5px 3px;
        font-size: 0.75rem;
        line-height: 16px;
        display: inline-block;
        vertical-align: bottom;
    }
}

.ss1 {
    position: absolute;
    bottom: -50px;
    left: 150px;
    transform: scale(1.3);
}

.ss2 {
    position: absolute;
    bottom: -82px;
    left: 90px;
    transform: scale(1.05);
}

@media screen and (max-width: 768px) {
    .ss1 {
        transform: scale(1.1);
        left: 65px;
    }

    .ss2 {
        transform: scale(0.84);
        left: 15px;
    }
}

@media screen and (max-width: 400px) {
    .ss1 {
        transform: scale(0.95);
        left: 10px;
        bottom: -40px;
    }

    .ss2 {
        transform: scale(0.78);
        left: -10px;
        bottom: -62px;
    }
}

.end {
    width: 20%;
    background-color: #9098B1;
    border: 2px solid #9098B1;
    border-radius: 2px;
    margin-top: 80px;
    margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
    .end {
        margin-top: 60px;
    }
}

@media screen and (max-width: 399px) {
    .end {
        margin-top: 40px;
    }
}

.about-course {
    background-color: #f1f7fe;
}

@media screen and (max-width: 993px) {
    .about-course {
        padding-bottom: 5vw !important;
        margin-bottom: 5vw;
    }
}

.check li:before {
    font-family: 'Material Icons';
    content: '\e5ca';
    font-size: 16px;
    font-weight: bold;
    margin: 0 5px 0 0;
    vertical-align: middle;
    color: #20BA70;
}

.cimg {
    width: 260px;
}

.cimg .overlay {
    position: absolute;
    background-color: #20BA70;
    border-radius: 15px 1px;
    padding: 6px;
    top: 0;
    left: 11px;
    bottom: auto;
    width: 30%;
    z-index: 1;
}

.coursedetails {
    word-wrap: break-word;
    text-align: center;
    font-size: 1.6rem;
}

.coursedetails .rating {
    line-height: 100px;
}

.coursedetails .rating i {
    line-height: 100px;
    vertical-align: top;
    display: inline;
}

.frame {
    position: absolute;
    transform: scale(1.4);
    top: 9.5px;
    left: 55.5px;
}

.courseimg {
    border-radius: 15px;
    width: 340px;
    height: 250px;
}

@media screen and (max-width: 996px) {
    .cimg {
        width: 190px;
    }

    .coursedetails {
        text-align: left;
        font-size: 1.3rem;
    }

    .coursedetails p {
        margin: 9px 0;
    }

    .coursedetails .rating {
        line-height: 60px;
    }

    .coursedetails .rating i {
        line-height: 60px;
    }

    .frame {
        transform: scale(1);
        top: -26.5px;
        left: 11px;
    }

    .courseimg {
        width: 250px;
        height: 172px;
    }
}

@media screen and (max-width: 400px) {
    .frame {
        left: calc(20% + 0px);
    }

    .cimg {
        text-align: center;
        width: 100%;
    }

    .cimg .overlay {
        left: 18px;
        width: 20%;
    }

    .coursedetails {
        text-align: center;
        width: 100%;
    }
}

/* Desktop Enhancements */
@media only screen and (min-width: 780px) {
    .josh-blue-md-bg {
        background-color: #F1F7FE !important;
    }

    .josh-green-md-bg {
        background-color: #ECF8F6 !important;
    }
}

/* Small Font */
.font-small {
    font-size: 1rem;
}

/* Modal Search Nav */
#modalSearch {
    transform: translateY(70%) scaleX(1) !important;
}

/* Navbar Logo */
.nav-logo {
    width: 65px;
}

@media only screen and (min-width: 780px) {
    .nav-logo {
        width: 75px;
    }
}

/* Nav Shadow */
.z-depth-below-4 {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

/* Divider */
.divider {
    border: 1px solid #107BE5;
    width: 100%
}

/* Sidenav */
.sidenav {
    border-right: 12px solid #107BE5;
    color: #000
}

/* Explore All Courses */
.bestSeller {
    background: #107BE5;
    color: white;
    padding: 4px;
    border-radius: 12px;
    font-size: 0.8rem;
}

.text-bestSeller {
    color: #107BE5;
}

.trending {
    background: #129E88;
    color: white;
    padding: 4px;
    border-radius: 12px;
    font-size: 0.8rem;
}

.text-trending {
    color: #129E88;
}

.new {
    background: #CF6A0C;
    color: white;
    padding: 4px;
    border-radius: 12px;
    font-size: 0.8rem;
}

.text-new {
    color: #CF6A0C;
}

.square-image {
    width: 160px;
    height: 160px;
}

.popular {
    width: calc(100% - 170px);
    height: 160px;
    font-size: 24px;
    vertical-align: top;
    display: inline-flex !important;
    align-items: center;
    padding: 50px;
}

.popular p {
    margin: 0;
    font-size: 0.8em;
}

.popular .grey-text {
    font-size: 0.7em;
}

.blog-title {
    font-weight: 600;
    font-size: 40px;
}

.title {
    font-size: 24px;
}

@media screen and (max-width: 600px) {
    .square-image {
        width: 120px;
        height: 120px;
    }

    .popular {
        width: calc(100% - 130px);
        font-size: 20px;
        height: 120px;
        padding: 10px;
    }

    .blog-title {
        font-size: 24px;
    }

    .title {
        font-size: 18px;
    }
}

@media screen and (max-width: 400px) {
    .popular {
        font-size: 14px;
    }
}

.coursedet {
    word-wrap: break-word;
    text-align: center;
    padding: 0 0 !important;
    font-size: 1.5rem;
    width: calc(100% - 260px);
}

.coursedet .rating {
    font-size: 50px;
    line-height: 60px;
}

.coursedet .rating i {
    font-size: 50px;
    line-height: 60px;
    vertical-align: bottom;
    display: inline;
}

.coursedet .price {
    font-size: 2rem;
}

.courimg {
    padding: 0 10px !important;
    border-radius: 15px;
    width: 220px;
    height: 322px;
}

@media screen and (max-width: 600px) {
    .coursedet {
        text-align: left;
        font-size: 1rem;
        width: calc(100% - 160px);
    }

    .coursedet p {
        margin: 3px 0;
    }

    .coursedet .rating {
        font-size: 20px;
        line-height: 30px;
    }

    .coursedet .rating i {
        font-size: 20px;
        line-height: 30px;
    }

    .coursedet .price {
        font-size: 1.3rem;
    }

    .courimg {
        width: 154px;
        height: 174px;
    }
}

/* Progress */
.progress {
    height: 10px;
    background-color: #E2E4E9;
    border-radius: 7px;
}

.determinate {
    width: 73%;
    background-color: #20BA70;
    border-radius: 7px;
}

.progress .determinate {
    background-color: #20BA70;
}

/* Overlay City */
.goUp {
    position: absolute;
    text-align: center;
    bottom: 10vh;
    width: 100%;
}

@media only screen and (max-width: 600px) {
    .goUp {
        position: absolute;
        text-align: center;
        bottom: 13vh;
        width: 100%;
    }
}

@media screen and (min-width: 600px) and (max-width: 780px) {
    .goUp {
        position: absolute;
        text-align: center;
        bottom: 10vh;
        width: 100%;
    }
}

@media screen and (min-width: 780px) and (max-width: 1080px) {
    .goUp {
        position: absolute;
        text-align: center;
        bottom: 7vh;
        width: 100%;
    }
}

.goUpBtn {
    position: absolute;
    text-align: center;
    bottom: 3vh;
    width: 100%;
}

/* Positions */
.absolute {
    position: absolute !important;
}

.relative {
    position: relative !important;
}

/* Pointer */
.pointer {
    cursor: pointer;
}

/* Footer */
footer {
    max-height: 80px;
}

.z-index-8999999 {
    z-index: 8999999;
}

.fixed-bottom {
    position: fixed !important;
    bottom: 0;
    width: 100%;
    background: white !important;
}

textarea {
    min-height: 10rem !important;
    max-height: 30rem !important;
    padding: 0.8rem !important;
    overflow-y: scroll !important;
    border: 1px solid #9e9e9e !important;
    border-radius: 10px !important;
}

textarea:focus {
    border: 2px solid #107Be5 !important;
    box-shadow: none !important;
}

textarea+label {
    padding-left: 12px;
}

.input-field>textarea+label:not(.label-icon).active {
    -webkit-transform: translateY(-16px) scale(0.8);
    transform: translateY(-16px) scale(0.8);
}

.m-data {
    width: calc(100% - 240px);
}

.m-img {
    width: 240px;
}

.teacherImg {
    width: 200px !important;
    height: 200px !important;
    border-radius: 49% !important;
}

@media screen and (max-width: 768px) {
    .m-data {
        width: calc(100% - 180px);
    }

    .m-img {
        width: 180px;
    }

    .teacherImg {
        width: 160px !important;
        height: 160px !important;
    }
}

@media screen and (max-width: 500px) {
    .m-data {
        width: calc(100% - 120px);
    }

    .m-img {
        width: 120px;
    }

    .teacherImg {
        width: 100px !important;
        height: 100px !important;
    }
}

/* Course Card Image */
.card .card-image img {
    border-radius: 5px;
}

@media only screen and (min-width: 780px) and (max-width: 1080px) {
    .card .card-image img {
        height: 150px;
    }
}

@media only screen and (max-width: 780px) {
    .card .card-image img {
        height: 160px;
    }
}

@media only screen and (min-width: 1080px) {
    .card .card-image img {
        height: 200px;
    }
}

/* Hover Effects */
.hover-underline-black {
    color: black;
    text-decoration: underline;
}

.hover-underline-black:hover {
    color: #107BE5;
    text-decoration: underline;
}

.underline-me:hover {
    text-decoration: underline;
}

/* FAQs */
#selected-option {
    border: 1px solid #107BE5;
    color: #107BE5;
}

.showCourseInfo2,
.showMore2,
.showCert2,
.showPayment2,
.showCourseInfo2:hover,
.showMore2:hover,
.showCert2:hover,
.showPaymen2t:hover,
.showCourseInfo2:focus,
.showMore2:focus,
.showCert2:focus,
.showPayment2:focus {
    color: black;
    border: 1px solid #F1F7FE;
}

/* Collapsible */
.collapsible {
    border: none;
}

.collapsible-header,
.collapsible-body {
    border: 1px solid #107BE5;
    border-radius: 25px;
}

.collapsible-body {
    border-top: none;
}

.collapsible-header {
    margin-top: 20px;
}

/* Headings */
h2 {
    font-size: 1.15rem;
}

h1 {
    font-size: 2.62rem;
}

h3 {
    font-size: 2.28rem;
}