@import url('font-awesome.min.css');
@import url('animate.min.css');

/* @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* @font-face {
    font-family: Poppins;
    src: url('../fonts/poppins/Poppins-Light.ttf');
} */

body {
    font-size: 15px;
    /* font-family: 'Poppins'; */
    /* font-family: 'Roboto', sans-serif; */
    font-family: 'Montserrat', sans-serif;
}

/*.container-fluid {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}*/

.page-header-image {
    min-height: 220px;
    min-width: 100%;
}

.theme-shadow {
    text-shadow: 0px 1px 4px #000000;
}

.theme-shadow-primary {
    text-shadow: 0px 1px 4px #a2a2a2;
}

/* @media query 999px starts here */
/* Page Header and Title */
/* Page Header and Title */
/* @media query 999px starts here */
/* @media query 831px starts here */
@media screen and (max-width: 831px) {
    .carousel-caption {
        top: 15px !important;
    }

    .carousel-all-text-title {
        font-size: 26px;
        font-weight: normal !important;
    }

    .carousel-all-text-sub-title {
        font-size: 16px;
        font-weight: normal !important;
    }

    .carousel-all-text-content {
        display: none;
    }
}

.navbar-brand img {
    height: 55px;
    width: auto;
    margin-right: 20px;
}

.courseManual {
    min-width: 360px;
}

/* @media query 831px starts here */
/* @media query 625px starts here */
@media screen and (max-width: 775px) {
    .carousel-caption {
        top: 0px !important;
    }

    .carousel-all-text-title {
        font-size: 22px;
        font-weight: normal !important;
    }

    .carousel-all-text-sub-title {
        font-size: 14px;
        font-weight: normal !important;
    }

    .carousel-all-text-content {
        display: none;
    }
}

/* @media query 625px starts here */

/* @media query 575px starts here */
@media screen and (max-width: 575px) {

    .navbar {
        padding: 8px;
    }

    .carousel-caption {
        top: 0px !important;
    }

    .carousel-all-text-title {
        font-size: 20px;
        font-weight: normal !important;
    }

    .carousel-all-text-sub-title {
        display: none;
    }

    .carousel-all-text-content {
        display: none;
    }

    .list-inline {
        text-align: center;
    }

    .page-content,
    .contact-form {
        padding: 8px 18px;
    }

    .page-content>h4 {
        text-align: justify !important;
    }

    #footer {
        text-align: center;
    }

    .page-header-image {
        height: 150px;
        width: 100%;
    }

    .cart-sign-in {
        padding-top: 10px;
    }

    .header-cart {
        margin-top: 5px;
    }
}

/* @media query 575px ends here */
/* @media query 449px starts here */
@media screen and (max-width: 449px) {
    .navbar-brand>img {
        height: 32px;
        width: auto;
    }

    .carousel-caption {
        top: 10px !important;
    }

    .carousel-indicators {
        display: none;
    }

    .carousel-all-text-title {
        font-size: 18px;
        font-weight: normal !important;
    }

    .carousel-all-text-sub-title {
        font-size: 12px;
        font-weight: normal !important;
    }

    .carousel-all-text-content {
        display: none;
    }

    .page-header-image {
        height: 100px;
        width: 100%;
    }
}

/* @media query 449px end here */

.bg-theme-color {
    background: #0d6efd !important;
}

.theme-color {
    color: #003481 !important;
}

.theme-color-gradient {
    /*background-image: linear-gradient(to right, #FE5733, #0d6efd, #FE5733);*/
    background-image: linear-gradient(to right, #0d6efd, #FE5733, #0d6efd);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

/* Top Header */

.header-top {
    color: #fff;
}

.special-offer {
    color: #000;
    min-height: 20px;
    background: rgb(224, 69, 26);
    background: linear-gradient(90deg, rgba(247, 225, 18, 1) 0%, rgb(255, 0, 0) 50%, rgba(247, 225, 18, 1) 100%);
}

.btn-join-now {
    background-color: #fff;
    border: none;
    color: #000;
    padding: 3px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 16px;
    min-width: 100px;
}

.btn-join-now:hover {
    background-color: transparent;
    border: none;
    color: #fff;
    padding: 3px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 16px;
}

/* Top Header */

.list-inline {
    margin: 5px 0px 6px 0px;
}

a {
    text-decoration: none;
}

.theme-hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid rgba(53, 127, 93, 1);
}

.hr-dashed-primary {
    border: 0;
    border-top: 1px dashed #0d6efd;
}

.hr-dashed-white {
    border: 0;
    border-top: 1px dashed rgb(255, 255, 255);
}

.text-justify {
    text-align: justify;
}

/* Footer Starts Here */
#footer {
    background-color: #000000;
    padding: 10px;
    margin: 0;
    /* background-image: url('../images/footer-bg.png'); */
}

.footer-logo {
    height: 55px;
    width: auto;
}

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

.footer-list>li>a {
    color: #fff;
}

.footer-list>li>a:hover {
    color: #0d6efd;
}

/* Footer Ends Here*/
/* carousel start here */
.carousel-caption {
    position: absolute;
    right: 45%;
    top: 45px;
    bottom: 45px;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
    padding: 10px;
    border-radius: 8px;
}

/* carousel end here */
/*.theme-shadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
        0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;

}*/

/* contact form */
.contactForm {
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
        0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

/* contact form */
/* cart */
.header-cart {
    position: relative;
}

.header-cart-icon {
    position: relative;
}

.header-cart-no {
    position: absolute;
    top: 0px;
    color: #fff;
    background: #FF0000;
    font-size: 10px;
    font-weight: bold;
    border-radius: 50%;
    padding: 0px 5px;
}

/* cart */
.home-skills {
    padding: 5%;
    padding-bottom: 5%;
}

.signInModalHeader {
    border-bottom: 1px solid #fff;
}

.usdSmall {
    font-size: 14px !important;
}

.select-option:hover {
    background-color: #0d6efd !important;
}

.logoutForm {
    height: 0px !important;
    width: auto;
    cursor: pointer;
}

.cart-dashboard {
    padding-right: 0px !important;
}

.contact_no_div {
    min-width: 168px;
}

/* custom btn*/
.btn-grad {
    background-image: linear-gradient(to right, #002c6e 0%, #FE5733 51%, #002c6e 100%);
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    border: none;
    box-shadow: 0 0 20px #eee;
}

.btn-grad:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
}

.btn-call-back>a {
    border-radius: 3px;
    background-image: linear-gradient(to right, #002c6e 0%, #FE5733 51%, #002c6e 100%);
    background-size: 200% auto;
    transition: 0.5s;
    color: #fff;
    padding: 2px 5px;
    box-shadow: 0 0 20px #eee;
    border: none;

}

.btn-call-back>a:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
}

.btn-sign-in-sign-out>a {
    border: 1px solid #0d6efd;
    border-radius: 3px;
    background-color: #0d6efd;
    color: #fff;
    padding: 2px 5px;
}

.btn-sign-in-sign-out>a:hover {
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 2px 5px;
}

.btn-sign-in-sign-out>form>a {
    border: 1px solid #0d6efd;
    border-radius: 5px;
    background-color: #0d6efd;
    color: #fff;
    padding: 2px 5px;
}

.btn-sign-in-sign-out>form>a:hover {
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 2px 5px;
}

.dropdown-item:hover {
    color: #003481;
    font-weight: bold;
}

/* custom btn*/
.nav-pills .nav-link {
    text-align: left;
    color: #000000;
    border-right: 1px solid #000000;
}

.nav-pills .nav-link.active {
    border-right: 1px solid #0d6efd;
    background-color: #0d6efd;
}

.nav-pills .nav-link:hover {
    color: #fff;
    background-color: #000000;
    border-right: 1px solid #000000;
}

/* student testimonial */
.testimonial-main-card {
    min-height: 400px;
}

.testimonial-image {
    border-radius: 50%;
    width: 100px;
    z-index: 1;
}

.testimonial-name {
    margin-top: 65px;
    font-weight: bold;
    font-size: 20px;
}

.fa-quote-left {
    font-size: 25px;
    padding: 10px;
    margin-bottom: 7px;
    color: #0d6efd;
}

.fa-quote-right {
    font-size: 25px;
    padding: 10px;
    margin-bottom: 7px;
    color: #0d6efd;
}

/* student testimonial */
.video-card {
    padding: 5px 5px 0px 5px;
}

.video-card-title {
    padding: 8px;
}

/* social icons chat */
.social-icons-fb {
    position: fixed;
    background-color: #fff;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    z-index: 1;
    right: 5px;
    bottom: 65px;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.social-icons-wa {
    position: fixed;
    background-color: #00E676;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    z-index: 1;
    right: 5px;
    bottom: 5px;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

/* affiliate */
#affiliate-works {
    background: rgb(235, 233, 255);
    background: linear-gradient(90deg, rgba(235, 233, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(210, 247, 255, 1) 100%);
}

.faq-no {
    background-color: #0d6efd;
    border-radius: 50%;
    padding: 5px 15px;
    color: #fff;
}

/* affiliate */
/* social icons chat */
/*#v-pills-tab {
    border-right: 1px solid #000000;
    padding-right: 15px;
}*/

/*#toast-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}*/