*:focus {
    outline: none !important;
    box-shadow: none !important;
}

a {
    cursor: pointer !important;
}

.p_style {
    line-height: 1.8;
    color: #666;
}

.top-button {
    text-align: right;
    display: inline-block;
    padding: 2px 0;
}

    .top-button .btn {
        font-size: 17px;
        padding: 2px 11px;
    }

    .top-button .login {
        color: #FF7B00;
        border: 2px solid transparent;
        /*margin-left: 5px;*/
    }

    .top-button .signup {
        background-color: #FF7B00;
        color: #FFF;
        border: 2px solid #FF7B00;
    }

    .top-button .btn:hover {
        color: #FF7B00;
        background-color: transparent;
        border: 2px solid #FF7B00;
    }


.mid-nav {
    color: #fff;
    background-image: linear-gradient(to left,#0C5BA1,#ddeffa);
    position: relative;
}

    .mid-nav > div {
        padding: 8px 0;
    }

    .mid-nav .row {
        display: flex;
        align-items: center;
    }

    .mid-nav #search-addon {
        margin-left: -40px;
        background-color: transparent;
        z-index: 5;
    }

    .mid-nav .m-nav a {
        padding: 0 10px;
        font-size: 14px;
        vertical-align: middle;
        color: #fff;
        text-decoration: none;
    }

    .mid-nav .nav_faq {
        border-right: 1px solid #fff;
        padding-right: 20px !important;
    }

.nav-bar {
    background-color: #F5FAFA;
    position: relative;
    z-index: 20;
}

    .nav-bar ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .nav-bar .topnav > ul {
        height: 36px;
    }

    .nav-bar li {
        float: left;
        border-radius: 50px;
    }

.u_menu {
    display: inline-flex !important;
    flex-direction: row !important;
    align-content: flex-end;
}

    .u_menu .nav-link {
        height: 32px !important;
        padding: 7px 15px;
    }

.nav-bar li a, .dropdown-submenu a {
    display: block;
    color: #063868;
    text-align: center;
    font-size: 16px;
    text-align: center;
    padding: 6px 23px;
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
}

.nav-bar li .dropdown-content a {
    color: #000;
}

.nav-bar li:hover {
    background-color: #cfe2e5;
}

ul.-primary2 li:hover {
    background-color: transparent;
}


.browse small {
    font-size: 85%;
    display: block;
}

.nav-bar li.browse:hover {
    background-color: transparent !important;
}

.dropdown-content {
    display: none;
    position: absolute;
    min-width: 230px;
    max-width: 300px;
    z-index: 1;
}

    .dropdown-content > div {
        background-color: #e0eded;
        min-height: 600px;
    }

.nav-bar .browse:hover .dropdown-content {
    display: block;
}

.dropdown-content a:hover {
    background-color: #063868;
    color: #fff !important;
}

.dropdown-submenu a {
    text-align: left !important;
    font-size: 14px;
}

.dropdown-submenu .dropdown-menu, .dropdown-submenu .dropdown-menu {
    background-color: #edf6f6;
    top: 0px;
    left: 100%;
    padding: 0px;
    border: 0px;
    margin: 0px;
    min-width: 200px;
    width: 300px;
    border-radius: 0px;
    min-height: 600px;
}

.dropdown-submenu:hover .dropdown-menu {
    display: block;
}

.dropdown-menu .detailbtn {
    background-color: transparent !important;
    color: #02326F !important;
    margin-top: 20px;
    border: 2px solid #02326F !important;
    font-weight: 500 !important;
    width: 100%;
    font-style: italic;
}

    .dropdown-menu .detailbtn:hover {
        background-color: #02326F !important;
        color: #fff !important;
    }

.m-nav-new .icon {
    display: none !important;
    position: relative;
    top: 0;
    width: auto;
}

.d_user {
    position: absolute !important;
    padding: 0px;
    border-radius: 0px;
    border: 0px;
    top: 5px !important;
    background-color: whitesmoke;
    right: 0 !important;
    left: auto !important;
    -webkit-box-shadow: 1px 2px 6px rgb(0 0 0 / 10%);
    box-shadow: 1px 2px 6px rgb(0 0 0 / 10%);
}

    .d_user li a {
        padding: 5px 15px !important;
        font-size: 13px !important;
        color: black !important;
    }

        .d_user li a:hover {
            color: white !important;
            background: rgb(99,163,237);
            background: linear-gradient(90deg, rgba(99,163,237,0.7346288857339811) 0%, rgba(57,118,185,1) 100%);
        }

    .d_user:after {
        content: '';
        position: absolute;
        bottom: 100%;
        left: 55%;
        right: 0;
        margin: 0 auto;
        width: 0;
        height: 0;
        border-bottom: solid 6px whitesmoke;
        border-left: solid 6px transparent;
        border-right: solid 6px transparent;
    }

#navbarProfile::after {
    border: 0px !important;
}

.n-other {
    position: absolute !important;
    padding: 0px;
    border-radius: 0px;
    border: 0px;
    top: 5px !important;
    background-color: whitesmoke;
    right: 0 !important;
    left: auto !important;
    -webkit-box-shadow: 1px 2px 6px rgb(0 0 0 / 10%);
    box-shadow: 1px 2px 6px rgb(0 0 0 / 10%);
}

    .n-other:after {
        content: '';
        position: absolute;
        bottom: 100%;
        left: 55%;
        right: 0;
        margin: 0 auto;
        width: 0;
        height: 0;
        border-bottom: solid 6px whitesmoke;
        border-left: solid 6px transparent;
        border-right: solid 6px transparent;
    }

    .n-other li a {
        margin: 0px;
        padding: 5px 15px !important;
        color: black !important;
        text-decoration: none;
        font-size: 14px !important;
        display: block;
        width: 100%;
    }

        .n-other li a:hover {
            color: white !important;
            background: rgb(99,163,237);
            background: linear-gradient(90deg, rgba(99,163,237,0.7346288857339811) 0%, rgba(57,118,185,1) 100%);
        }

.slider img {
    height: 450px;
    object-fit: cover;
}

.slider .carousel-indicators {
    bottom: 50px;
}

.become {
    margin: -60px 10% -45px !important;
    position: relative;
    z-index: 1;
}

    .become .outerborder {
        background-color: #fff;
        margin: 10px;
        box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.5);
        position: relative;
        text-transform: uppercase;
        padding: 25px;
        align-items: center;
        display: flex;
    }

        .become .outerborder span.des {
            font-weight: 500;
            text-align: left;
        }

        .become .outerborder span.k_more {
            text-align: right;
            margin: auto;
            margin-right: 0px;
        }

            .become .outerborder span.k_more a {
                font-size: 15px;
                font-weight: 500;
                color: #063868;
                text-decoration: none;
            }

.owl-dots {
    margin-top: 40px !important;
}

.owl-dot {
    outline: none !important;
}

.owl-nav button {
    outline: none !important;
    font-size: 50px !important;
    padding: 0px !important;
}

    .owl-nav button:hover {
        color: #FF7B00 !important;
        background-color: #fff !important;
    }

.owl-dots span {
    background: #555 !important;
}

.owl-dots .owl-dot span {
    background: #555 !important;
}

.owl-dots .owl-dot.active span {
    background: #FF7B00 !important;
}

.owl-dots .owl-dot:hover span {
    background: #b6282c !important;
}

.tcourses, .dcourses, .mcourses, .tcategories, .ncourses, .testimonials, .blogs, .p_edge {
    padding: 4% 9%;
}

    .tcourses .title, .dcourses .title, .mcourses .title, .tcategories .title, .ncourses .title, .testimonials .title,
    .blogs .title, .p_edge .title {
        font-weight: 700;
    }

        .tcourses .title span, .dcourses .title span, .mcourses .title span, .tcategories .title span, .ncourses .title span,
        .testimonials .title span, .blogs .title span, .p_edge .title span {
            color: #FF7B00;
        }

.line h2 {
    font-weight: 700;
    overflow: hidden;
    width: 96%;
    margin: auto;
    padding-bottom: 2px;
}

    .line h2:before {
        right: 0.5em;
        margin-left: -50%;
    }

    .line h2:after {
        left: 0.5em;
        margin-right: -50%;
    }

    .line h2:before, .line h2:after {
        background-color: #aaa;
        content: "";
        display: inline-block;
        height: 1.5px;
        position: relative;
        vertical-align: middle;
        width: 50%;
    }

.my-rating .jq-star {
    width: 16px !important;
}

body:not(.device-touch) .portfolio {
    -webkit-transition: height .4s linear;
    -o-transition: height .4s linear;
    transition: height .4s linear;
}

body:not(.device-touch) .grid-container {
    -webkit-transition: height .4s ease;
    -o-transition: height .4s ease;
    transition: height .4s ease;
}

.grid-container {
    position: relative;
    overflow: hidden;
}

.portfolio-filter {
    height: 36px;
    width: 100%;
}

.tcourse-nav .topnav {
    display: flex;
    align-items: center;
}

.tcourse-nav {
    position: relative;
    margin-top: 15px;
}

    .tcourse-nav ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .tcourse-nav li {
        float: left;
        border-radius: 50px;
    }

        .tcourse-nav li a {
            display: block;
            color: #000;
            font-size: 16px;
            text-align: center;
            padding: 6px 13px;
            text-decoration: none;
            font-weight: 600;
            cursor: pointer;
            margin: 0 10px;
        }

        .tcourse-nav li.activeFilter a {
            color: #063868;
            border-bottom: 3px solid #063868;
            padding-bottom: 3px;
        }

.tcourses .btn, .mcourses .btn {
    background-color: #02326F;
    color: #fff;
    padding: 5px 40px;
    margin-top: 30px;
    border: 3px solid #02326F;
    font-weight: 600;
}

    .tcourses .btn:hover, .mcourses .btn:hover {
        background-color: transparent;
        color: #02326F;
    }

.tcourses .col-md-6, .dcourses .col-md-6, .mcourses .col, .tcategories .col-xl-2, .ncourses .col, .testimonials .col,
.blogs .col-lg-4 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.mcourses .row, .ncourses .row {
    margin: 0 50px;
}

.mcourses .col, .ncourses .col, .testimonials .col {
    margin-top: 30px;
    margin-bottom: 20px;
}


.tcourses .outerborder, .dcourses .outerborder, .mcourses .outerborder, .tcategories .outerborder, .testimonials .outerborder {
    background-color: #fff;
    margin: 10px;
    box-shadow: 4px 8px 8px 0px rgba(0,0,0,0.5);
    position: relative;
}

    .tcourses .outerborder img, .dcourses .outerborder img, .mcourses .outerborder img, .tcategories .outerborder img {
        box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
    }

    .mcourses .outerborder img {
        height: 200px;
        object-fit: cover;
    }

    .testimonials .outerborder img {
        border-radius: 100%;
    }

.testimonials .outerborder {
    padding: 20px;
    box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.5);
}


.tcourses .tcourse-details, .dcourses .tcourse-details, .mcourses .tcourse-details, .blogs .bdetails {
    padding: 20px;
}

.blogs .bdetails {
    padding-top: 10px;
}

.tcourses .tcourse-details h5, .dcourses .tcourse-details h5, .mcourses .tcourse-details h5, .ncourses .tcourse-details h5 {
    height: 44px;
    overflow: hidden;
}


.tcourses .first-trending .tcourse-details {
    padding: 12px 20px;
}

    .tcourses .first-trending .tcourse-details h5 {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden !important;
        height: 20px;
        display: block;
        font-size: 16px;
    }

    .tcourses .first-trending .tcourse-details ul {
        margin: 0px;
        padding-left: 20px;
    }

    .tcourses .first-trending .tcourse-details li {
        font-size: 11px;
    }

        .tcourses .first-trending .tcourse-details li > div {
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden !important;
            height: 16px;
        }

    .tcourses .first-trending .tcourse-details .btn {
        background-color: transparent;
        color: #02326F;
        padding: 2px 40px;
        margin-top: 10px;
        border: 2px solid #02326F;
        font-weight: 600;
        width: 100%;
        transition: .5s;
    }

        .tcourses .first-trending .tcourse-details .btn:hover {
            background-color: #02326F;
            color: #fff;
        }

.ncourses .tcourse-details h5 {
    margin-top: 10px;
}

.mcourses .owl-nav .owl-prev, .owl-carousel2 .owl-nav .owl-prev {
    position: absolute;
    top: 35%;
    left: -80px;
}

.mcourses .owl-nav .owl-next, .owl-carousel2 .owl-nav .owl-next {
    position: absolute;
    top: 35%;
    right: -80px;
}

.mcourses1 .owl-nav .owl-prev, .owl-carouselp .owl-nav .owl-prev {
    position: absolute;
    top: 35%;
    left: -20px !important;
}

.mcourses1 .owl-nav .owl-next, .owl-carouselp .owl-nav .owl-next {
    position: absolute;
    top: 35%;
    right: -20px !important;
}

.mcourses1 .owl-nav button, .owl-carouselp .owl-nav button {
    outline: none !important;
    font-size: 28px !important;
    padding: 0px !important;
    color: #fff !important;
    background-color: #FF7B00 !important;
    width: 40px;
    border-radius: 50% !important;
}

    .mcourses1 .owl-nav button span, .owl-carouselp .owl-nav button span {
        position: relative;
        top: -3px;
    }

    .mcourses1 .owl-nav button:hover, .owl-carouselp .owl-nav button:hover {
        background-color: #d96900 !important;
    }

.info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: none;
    width: 100%;
    height: 100%;
    background-color: #063868dd;
}

    .info > div {
        position: relative;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        padding: 20px;
    }

    .info h5 {
        color: #fff;
        text-align: center;
        padding: 10px;
        margin-bottom: 0px;
    }

.outerborder:hover .info {
    display: block;
}

.info ul {
    margin: 0px;
    padding-left: 20px;
    margin: 15px 0 20px;
    font-size: 14px;
}

.info li > div {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden !important;
    height: 21px;
}

.info .btn {
    background-color: transparent;
    border: 3px solid #fff;
    font-weight: 600;
    color: #fff;
    padding: 5px 40px;
    margin-top: 30px;
    display: block;
    margin: 20px auto;
    transition: .3s;
}

    .info .btn:hover {
        background-color: #fff;
        color: #063868;
    }

.ribbon-position {
    position: absolute;
    bottom: 10px;
    width: calc(100% + 15px);
}

.ribbon {
    padding: 5px;
    color: #fff;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-weight: 100;
    margin-top: 0;
    font-size: 16px;
    padding-right: 15px;
}

.first-trending .ribbon-position {
    width: calc(100% + 30px);
    top: 20px;
    margin-left: -15px;
}

.first-trending .ribbon-default:before {
    top: -10px;
}

.ribbon-default:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    font-size: 0;
    line-height: 0;
    z-index: 5;
    border-right: 0 solid transparent;
    border-left: 15px solid transparent;
    top: -10px;
}

.first-trending .ribbon-default:after {
    border-bottom: 10px solid #03213f;
    left: 0;
}


.ribbon-default {
    background-color: #063868;
    position: relative;
    z-index: 6;
}

    .ribbon-default:before {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        font-size: 0;
        line-height: 0;
        z-index: 5;
        border-left: 0 solid transparent;
        border-right: 15px solid transparent;
        top: -10px;
    }

    .ribbon-default:before {
        border-bottom: 10px solid #03213f;
        right: 0;
    }

.ribbon .inner {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden !important;
}

.ad {
    position: relative;
}

    .ad > img {
        height: 270px;
        object-fit: cover;
        object-position: 0% 50%;
    }

    .ad .details {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

        .ad .details .details-inner {
            position: relative;
            top: 50%;
            transform: translateY(-50%);
            padding: 0 7%;
        }

        .ad .details .btn {
            background-color: #063868;
            border: 3px solid #063868;
            font-weight: 600;
            color: #FFF;
            padding: 5px 40px;
            margin-top: 20px;
            display: block;
            transition: .3s;
            margin-left: 15px;
        }

            .ad .details .btn:hover {
                background-color: transparent;
                color: #063868;
            }


.testimonials .tdetails > div {
    display: flex;
    align-items: center;
    text-align: justify;
}

.testimonials .tdetails .tname {
    text-align: right;
    font-size: 18px;
    margin-top: 0px;
    color: #063868;
    margin-bottom: 0px;
}

.blogs .bdetails {
    padding: 5px;
}

    .blogs .bdetails .date {
        color: #777;
        font-weight: 500;
    }

    .blogs .bdetails .details {
        margin-top: 5px;
        margin-bottom: 10px;
        font-weight: 500;
    }

    .blogs .bdetails .more {
        font-weight: 500;
        color: #777;
    }

.blogs .outerborder:hover .date {
    color: #000;
}

.blogs .outerborder:hover .details {
    color: #777;
}

.blogs .outerborder:hover .more {
    color: #FF7B00;
}

.blogs .bdetails .details {
    height: 48px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.p_edge .col-lg-3 {
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
}

.p_edge .edge_details h5 {
    font-size: 17px;
    margin-bottom: 0;
}

.p_edge img {
    width: 100px;
    height: 100px;
    padding: 20px;
}



footer {
    background-color: #063868;
    overflow: hidden;
}

.footer > div {
    position: relative;
    padding: 0% 9% 1.25%;
}

.footer .row .col-xl-4, .footer .row .col-xl-3, .footer .row .col-xl-2 {
    padding-top: 4%;
}

.footer h4 {
    font-weight: 700;
    color: #FFF;
    text-transform: uppercase;
}

.footer .trend_course, .footer .trend_master_course, .footer .work, .footer .abt {
    color: #FFF;
    margin-top: 20px;
}

.footer h4 {
    height: 35px;
}

.footer .trend_course > div, .footer .trend_master_course > div, .footer .work > div, .footer .abt > div {
    margin-bottom: 15px;
}

.footer .trend_course i {
    margin-right: 5px;
}

.footer .trend_master_course i {
    margin-right: 5px;
    color: #FFF;
}



.footer .copyright {
    color: #FFF;
    text-align: center;
    margin-top: 35px;
    font-size: 18px;
}

    .footer .copyright hr {
        background-color: #fff;
        width: 75%;
    }

.footer .social-link {
    margin-top: 20px;
}

    .footer .social-link a {
        color: #fff;
        font-size: 16px;
        border: 1px solid white;
        border-radius: 50%;
        margin-right: 6px;
    }

.footer a {
    color: #FFF;
    text-decoration: none;
}

    .footer a:hover {
        color: #FF7B00;
        text-decoration: none;
    }

.facebook {
    padding: 5px 10.8px;
}

.twitter {
    padding: 5px 7.8px;
}

.linkedin {
    padding: 5px 8.8px;
}

.youtube {
    padding: 5px 6.8px;
}

.facebook:hover {
    background-color: white;
    color: #4267B2 !important;
}

.linkedin:hover {
    background-color: white;
    color: #0077b5 !important;
}

.twitter:hover {
    background-color: white;
    color: #1DA1F2 !important;
}

.youtube:hover {
    background-color: white;
    color: #FF0000 !important;
}

.instagram {
    padding: 5px 8.8px;
}

    .instagram:hover {
        background-color: white;
        color: #833AB4 !important;
    }

.bg-whitesmoke {
    background-color: whitesmoke;
}

.footer .trend_course > div, .footer .trend_master_course > div, .footer .work > div, .footer .abt > div {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden !important;
}

.portfolio.grid-container {
    min-width: 100%;
}


.login_div {
    text-align: right;
    line-height: 70px;
    vertical-align: middle;
}

.login {
    color: #ff6a00;
    font-size: 21px;
    text-decoration: none;
    margin-right: 5px;
}

.signup {
    background-color: #ff6a00;
    font-size: 21px;
    text-decoration: none;
    color: white;
    padding: 2.5px 8px 5px 8px;
    border-radius: 5px;
    border: 1px solid #ff6a00;
}

.login:hover {
    color: #00346d;
}

.signup:hover {
    color: #ff6a00;
    background-color: #fff;
}

.error {
    margin-bottom: -20px;
    font-size: 12px;
    color: #cc2029;
}

.login_label {
    font-size: 16px;
    margin-bottom: 5px;
}

.login_btn {
    width: 100%;
    text-align: left;
    height: 57px;
    border-radius: 5px;
    box-shadow: inset 0 0 3px 0 rgba(0,0,0,0.2);
    background-color: #ffffff;
    border: solid 1px #cbd6e2;
    line-height: 1.31;
    color: #444444;
    padding: 15px;
}

.btn-login {
    height: 55px;
    border-radius: 5px;
    background-color: #ff6a00;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.05;
    color: #ffffff;
    border: 0;
    box-shadow: none;
    margin-top: 20px;
    cursor: pointer;
    padding: 0;
    border: 1px solid #ff6a00;
    transition: 0.8s;
}

    .btn-login:hover {
        background-color: #fff;
        color: #ff6a00;
    }

.btn-signup {
    height: 55px;
    border-radius: 5px;
    background-color: #42b433;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.05;
    color: #ffffff;
    border: 0;
    box-shadow: none;
    margin-top: 20px;
    cursor: pointer;
    padding: 0;
    border: 1px solid #42b433;
    transition: 0.8s;
}

    .btn-signup:hover {
        background-color: #fff;
        color: #42b433;
    }

.btn-forgot {
    height: 55px;
    border-radius: 5px;
    background-color: #e52a2a;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.05;
    color: #ffffff;
    border: 0;
    box-shadow: none;
    margin-top: 20px;
    cursor: pointer;
    padding: 0;
    border: 1px solid #e52a2a;
    transition: 0.8s;
}

    .btn-forgot:hover {
        background-color: #fff;
        color: #e52a2a;
    }

span a {
    color: #ff6a00;
    text-decoration: none;
}

.forgot_span {
    font-size: 17px;
    color: #00346d;
    cursor: pointer;
    margin-top: 15px;
    display: block;
    text-decoration: underline dotted;
}

.lbl_info {
    font-size: 14.5px;
    margin-bottom: 0px;
    color: #555;
}

.phone-left {
    border-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    text-align: left;
    height: 57px;
    box-shadow: inset 0 0 3px 0 rgba(0,0,0,0.2);
    background-color: #ffffff;
    border: solid 1px #cbd6e2;
    line-height: 1.31;
    color: #444444;
    padding: 15px;
}

.phone-right {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.span_message {
    color: #00346d;
    font-weight: bold;
}

.modal_header {
    padding: 20px;
    background: #00346d;
    border: 0px !important;
    color: white;
}

.modal-content {
    border: 0px;
}


.btn-close {
    height: 37px;
    width: 37px;
    background: transparent;
    border: 0px;
    opacity: 1;
    transition: 1s;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1.25em auto no-repeat;
}

    .btn-close:hover {
        opacity: 1;
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }

.modal-body {
    padding: 30px;
}

.modal-title {
    font-size: 28px;
}

p.signup_now {
    font-size: 16px;
    text-align: center;
    line-height: 1.31;
    color: #000;
    margin: 0px;
    margin-top: 15px;
}

span.sign-up {
    color: #ff6a00;
    font-weight: bold;
    cursor: pointer;
    text-decoration: underline dotted;
}

.password-toggle {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 25px;
    z-index: 1;
    cursor: pointer;
}

#t_password_b {
    color: #00346d;
}

    #t_password_b:hover {
        color: #ff6a00;
    }

.p-rel {
    position: relative;
}

.accordion {
    margin-bottom: 15px;
    box-shadow: 0 5px 12px 2px rgba(0, 0,0,0.12);
    border-top: 1px solid #f5f5f5;
}

    .accordion .card {
        border: 0px;
        border-radius: 0px;
    }

        .accordion .card .card-header {
            margin-bottom: 0px;
            border: 0px;
            width: 100%;
            background-color: white;
            border-bottom: 1px solid whitesmoke;
            padding: 0px;
            box-shadow: 0 2px 4px 2px #f3f3f3;
        }

.accordion-collapse {
    background-color: white;
    border: 0px;
    font-size: 13px;
    color: #555;
    font-weight: 400;
    padding: 10px;
}

.accordion-item:first-of-type .accordion-button {
    border-radius: 0px;
}

.accordion-button::after {
    background-size: 1rem;
}

.accordion-button:not(.collapsed) {
    color: #000;
}

    .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        transform: rotate(180deg);
        color: black;
    }

.accordion .card .card-body {
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 15px;
}

.accordion .card .card-header .btn-link {
    color: #000 !important;
    font-weight: 400 !important;
}

    .accordion .card .card-header .btn-link:hover, .accordion .card .card-header .btn-link:focus {
        text-decoration: none;
    }

    .accordion .card .card-header .btn-link .show {
        display: none;
    }

    .accordion .card .card-header .btn-link .hide {
        display: inline-block;
    }

    .accordion .card .card-header .btn-link.collapsed .show {
        display: inline-block;
    }

    .accordion .card .card-header .btn-link.collapsed .hide {
        display: none;
    }

@-webkit-keyframes nav-secondary {
    0% {
        opacity: 0;
        transform: translateY(-1em);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes nav-secondary {
    0% {
        opacity: 0;
        transform: translateY(-1em);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}




#drop-message h4 {
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 0.8em;
    text-transform: uppercase;
}

.drop-message-transition {
    transition: all 0.5s ease;
}

#drop-message {
    background: #f5f5f5;
    bottom: -354px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    float: left;
    height: 410px;
    margin: 0 auto;
    right: 30px;
    position: fixed;
    text-align: center;
    width: 300px;
    z-index: 30;
}

    #drop-message.open-chat {
        bottom: -1px;
    }

#drop-message-label {
    background: #FF7B00;
    height: 55px;
    cursor: pointer;
    position: relative;
    display: flex;
}

    #drop-message-label h4 {
        color: #ffffff;
        text-align: left;
        margin: auto;
    }


    #drop-message-label.open-drop-message-label {
        background: #d0d3d6;
    }

        #drop-message-label.open-drop-message-label h4 {
            color: #063868;
        }

#drop-message .form {
    color: #063868;
    font-family: arial, sans-serif;
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 17px;
    margin: 15px auto;
    width: 90%;
    text-align: left;
    padding: 0 15px;
}

#chat-button {
    background: #008fb0;
    color: #ffffff;
    display: block;
    margin: 0 auto;
    padding: 12px 0 11px 0;
    text-decoration: none;
    width: 140px;
}

    #chat-button:hover {
        background: #06748e;
    }

#drop-message form input {
    height: 35px;
    margin-bottom: 10px;
}

#drop-message form .btn {
    background-color: #02326F;
    color: #fff;
    padding: 5 40;
    margin-top: 10px;
    border: 3px solid #02326F;
    font-weight: 600;
}

.hc-offcanvas-nav .top-button .btn {
    width: 100%;
    border: 2px solid #FF7B00;
    padding: 6px;
    margin-bottom: 5px;
    color: #fff;
}

nav.nav-open .nav-container,
.hc-offcanvas-nav.hc-nav-1.nav-levels-overlap.nav-position-left li.level-open > .nav-wrapper {
    transform: translate3d(0, 0, 0) !important;
}

.hc-offcanvas-nav ::-webkit-scrollbar {
    width: 10px;
}

.hc-offcanvas-nav ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

.hc-offcanvas-nav ::-webkit-scrollbar-thumb {
    background: #063868;
    border-radius: 10px;
}

    .hc-offcanvas-nav ::-webkit-scrollbar-thumb:hover {
        background: #0d579e;
    }

.cut-list__more {
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
    border: 0px !important;
}

.cut-list__drop-toggle {
    padding: 6px 0px;
    text-align: right;
}

.cut-list__more .cut-list__elem {
    width: 100%;
}

    .cut-list__more .cut-list__elem a.link {
        margin: 0px !important;
    }

        .cut-list__more .cut-list__elem a.link:hover {
            background-color: #063868;
            color: white !important;
            border-radius: 0px;
        }

    .cut-list__more .cut-list__elem .activeFilter a {
        background-color: #063868;
        color: white !important;
    }

.dropdown-submenu a {
    white-space: pre-wrap !important;
}

.box-shadow-down {
    -webkit-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.64);
    box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.64);
}

.is-show .cut-list__drop-toggle {
    transform: rotate(180deg);
}

.cut-list__drop-toggle {
    transition: 0.3s;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

.pagination-container {
    text-align: center;
}

.pagination {
    margin: 0px;
    text-align: center;
    width: 100%;
}

    .pagination li {
        display: inline-block;
    }

        .pagination li a {
            border-radius: 0px !important;
        }

        .pagination li.active a {
            background-color: #ff6a00 !important;
            border-color: #ff6a00 !important;
        }

.box-shadow-category {
    border-radius: 5px;
    box-shadow: 0 5px 12px 2px rgb(0 0 0 / 12%);
}

a:hover, a:focus, a:after {
    text-decoration: none;
}

a .bg-white {
    color: black;
    max-width: 300px;
}

a .bg-white-category {
    color: black;
}

a:hover .bg-white {
    color: #ff6a00;
}

a .bg-white i:before {
    font-size: 30px !important;
}

a .bg-white i {
    line-height: 1;
}

.blog-list .item {
    box-shadow: 5px 5px 2.5px 0px rgb(0 0 0 / 75%);
    -webkit-box-shadow: 5px 5px 2.5px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: 5px 5px 2.5px 0px rgba(0,0,0,0.75);
    margin: 10px;
}

.blog-list .date {
    text-align: right;
    font-style: italic;
    font-size: 0.7rem;
    color: #808080;
    font-weight: normal;
    margin-bottom: 5px;
    width: 100%;
}

.blog-list .bdetails {
    padding: 10px;
    border: 1px solid whitesmoke;
}

.blog-list .bdetails {
    font-weight: bold;
}

.blog-list .owl-nav [class*=owl-] {
    position: absolute;
    top: 35%;
}

.blog-list {
    position: relative;
}

    .blog-list .owl-nav .owl-next {
        left: auto;
        right: -10px;
    }

    .blog-list .owl-nav .owl-prev {
        right: auto;
        left: -10px;
    }

    .blog-list .owl-nav button, .blog-list .owl-nav button:hover, .blog-list .owl-nav button:active, .blog-list .owl-nav button:focus {
        border-radius: 50% !important;
        background-color: white !important;
        box-shadow: 0 5px 12px 2px rgb(0 0 0 / 50%) !important;
    }

        .blog-list .owl-nav button span {
            line-height: 26px;
            margin-top: 0px;
            display: block;
            height: 40px;
            width: 40px;
            text-align: center;
        }

.modal {
    z-index: 10000 !important;
}

.Search_Panel {
    position: fixed !important;
    height: 100vh;
    width: 100%;
    background-color: white;
    top: 0;
    left: 0;
    z-index: 10000;
    overflow: auto;
}

.search_panel_header {
    background-image: linear-gradient(to left,#0C5BA1,#ddeffa);
}

.search_box_container {
    padding: 18px 0;
}

    .search_box_container .form-control {
        border-radius: 0px;
        height: 50px;
        border: 0px;
        border-bottom: 1px solid white;
        color: white;
        background-color: #fff;
        font-size: 16px;
    }

.searh_div {
    position: relative;
    display: block;
    margin-left: 75px;
}

    .searh_div .s_submit_btn {
        position: absolute;
        top: 5px;
        right: 2px;
        left: auto;
        font-size: 25px;
        background-color: #fff;
        color: silver;
        border: 0px;
    }

.close_search {
    background-color: white;
    color: #b30808;
    padding: 9.7px 15px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.64);
    box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.64);
}

    .close_search:hover {
        color: #ff6a00;
    }

.back_button {
    width: 75px;
    float: left;
    height: 50px;
    vertical-align: middle;
    color: #fff;
    display: inline;
    font-size: 25px;
    line-height: 50px;
}

.search_menu_list {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

    .search_menu_list li {
        display: inline;
        color: white;
        padding: 0 15px;
        white-space: nowrap;
    }

        .search_menu_list li a {
            padding: 10px 0px;
            color: white;
            font-size: 16px;
            border-bottom: 4px solid transparent;
        }

        .search_menu_list li.active a {
            border-bottom: 4px solid white;
        }

        .search_menu_list li a:hover {
            border-bottom: 4px solid white;
        }

.tabbed_content {
    display: none;
}

    .tabbed_content ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
        margin-top: 15px;
    }

    .tabbed_content.active {
        display: block;
    }

    .tabbed_content ul li {
        padding: 8px 0;
    }

        .tabbed_content ul li a {
            font-size: 17px;
            color: black;
            padding: 0 15px;
        }

            .tabbed_content ul li a:hover {
                color: #063868;
            }

.search_box_menu {
    background-color: transparent;
    position: relative;
}

.search_menu_list .cut-list__more-content {
    padding-top: 5px;
    max-width: 300px;
}

    .search_menu_list .cut-list__more-content .cut-list__elem {
        display: block;
        margin: 0px;
    }

        .search_menu_list .cut-list__more-content .cut-list__elem a {
            display: block;
            color: black;
            padding: 5px 0;
            cursor: pointer;
        }

.cut-list__more-content .search_child_item.active a {
    border-bottom: 4px solid #063868 !important;
}

.search_menu_list .cut-list__drop-toggle i {
    color: white;
}

.Search_Panel.hidden {
    display: none;
}

.searh_div .dropdown-menu {
    border-radius: 0px;
}

.outerborder p {
    max-height: 72px;
    overflow: hidden;
    margin: 15px 0 20px;
}

.btn-outline-orange {
    border-color: #ff6a00;
    color: #ff6a00;
}

    .btn-outline-orange:hover {
        color: white;
        background-color: #ff6a00;
    }

.details p {
    height: 48px;
    overflow: hidden;
    margin: 0px;
}

.btn-orange {
    color: #fff;
    background-color: #ff6a00;
    border-color: #ff6a00;
}

    .btn-orange:hover {
        color: white;
        background-color: #fe842e;
        border-color: #fe842e;
    }

    .btn-orange i {
        margin-right: 5px;
    }

#mnav {
    padding: 10px 0;
}


.m-nav-new img {
    width: 100%;
}



.single_course_box_1 {
    background: rgb(238,174,202);
    background: radial-gradient(circle, rgba(238,174,202,1) 0%, rgba(148,187,233,1) 100%);
}

.single_course_box_2 {
    background: rgb(34,193,195);
    background: radial-gradient(circle, rgba(34,193,195,1) 0%, rgba(253,187,45,1) 100%);
}

.single_course_box_3 {
    background: rgb(63,94,251);
    background: radial-gradient(circle, rgba(63,94,251,1) 0%, rgba(252,70,107,1) 100%);
}

.single_course_box_4 {
    background: rgb(251,236,63);
    background: linear-gradient(315deg, rgba(251,236,63,1) 0%, rgba(198,95,245,1) 100%);
}

.single_course_box_5 {
    background: rgb(255,207,0);
    background: radial-gradient(circle, rgba(255,207,0,1) 0%, rgba(0,36,186,1) 100%);
}

.single_course_box_6 {
    background: rgb(255,166,0);
    background: radial-gradient(circle, rgba(255,166,0,1) 0%, rgba(0,122,199,1) 100%);
}

.single_course_box_7 {
    background: rgb(255,125,1);
    background: linear-gradient(162deg, rgba(255,125,1,1) 0%, rgba(0,179,212,1) 100%);
}

.single_course_box_8 {
    background: rgb(255,32,0);
    background: linear-gradient(324deg, rgba(255,32,0,1) 0%, rgba(1,183,0,1) 100%);
}

.single_course_box_9 {
    background: rgb(246,35,148);
    background: linear-gradient(353deg, rgba(246,35,148,1) 0%, rgba(131,206,1,1) 100%);
}

.single_course_box_10 {
    background: rgb(139,32,187);
    background: linear-gradient(353deg, rgba(139,32,187,1) 0%, rgba(255,250,0,1) 100%);
}

.master-class-header {
    height: 60px;
}

img.master-class-image {
    position: absolute;
    height: 75px !important;
    width: 75px !important;
    top: 10px;
    left: 10px;
    box-shadow: none !important;
}

.master-description p {
    margin-bottom: 5px !important;
    margin-top: 0px !important;
}

.master-description a h5 {
    color: #000;
}

.master-description a:hover h5 {
    color: #ff6a00 !important;
    text-decoration: none;
}

.master-description p.sDescription {
    height: 48px;
    overflow: hidden;
    font-size: 14px;
    color: #666;
    font-style: italic;
}

.affiliation a p {
    color: black !important;
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 15px;
}

.affiliation a:hover p {
    color: #ff6a00 !important;
}

.affiliation .box-shadow-down:hover {
    border-top-color: #063868 !important;
}

@media (min-width: 768px) {
    .col-sm-15 {
        max-width: 20% !important;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        flex: 0 0 20%;
        max-width: 20% !important;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        max-width: 20% !important;
        float: left;
    }
}

@media screen and (min-width: 1450px) {
    .become {
        margin: -60px 5% -45px !important;
    }

    .container.header-container {
        max-width: 1400px !important;
    }
}

@media screen and (min-width: 1300px) {
    .become {
        margin: -60px 0% -45px !important;
    }

    .container.header-container {
        max-width: 1250px;
    }
}

@media screen and (max-width: 1200px) {
    .mid-nav > div {
        padding: 10px 20px;
    }

    .testimonials .row {
        align-items: center;
    }

    .become .col-6 {
        padding: 0px;
    }
}

@media screen and (max-width: 1100px) {
    .become .outerborder {
        padding: 25px 15px;
    }

    .mid-nav .nav_blog, .mid-nav .nav_faq {
        display: none;
    }

    .mid-nav .nav_cate {
        border-right: 1px solid #fff;
        padding-right: 20px !important;
    }
}

@media screen and (max-width: 992px) {
    .nav-bar li span.b1 {
        display: none !important;
    }

    .nav-bar li span.b2 {
        display: block !important;
    }

        .nav-bar li span.b2 a {
            position: relative;
            top: 0;
            width: auto;
        }
}

@media screen and (max-width: 775px) {
    .mid-nav .nav_cate {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .d-p-none {
        display: none;
    }

    .m-nav-new a.icon {
        display: inline !important;
        text-decoration: none;
        color: #fff;
        font-weight: 800;
        background-color: #063868;
        padding: 10px 15px;
        font-size: 18px;
    }

    .m-nav-new img {
        margin-left: 10px !important;
        width: auto !important;
    }

    .mid-nav .snav {
        display: none;
    }

    .mid-nav > div {
        padding: 15px 20px;
    }

    .nav-bar > div {
        padding: 10px 15px !important;
    }

    .tcourses, .dcourses, .mcourses, .tcategories, .ncourses, .testimonials, .blogs {
        padding: 12% 9%;
    }

    .footer {
        padding: 12% 0% 5%;
    }

    .become .outerborder, .become .outerborder span.k_more {
        display: block;
    }
}

@media screen and (max-width: 576px) {
    .m-nav-new img {
        height: 45px !Important;
        margin: auto;
        margin-bottom: 7px;
    }

    .mid-nav .input-group {
        display: block;
    }

    .mid-nav .search {
        margin-top: 10px !important;
    }

    .mid-nav .search-icon {
        position: absolute;
        bottom: 0.5px;
        right: 0;
    }

    .nav-bar li a {
        padding: 6px 15px;
    }

    .mcourses .row, .ncourses .row {
        margin: 0px;
    }

    .mcourses .owl-nav .owl-next, .ncourses .owl-nav .owl-next {
        right: -20px;
    }

    .mcourses .owl-nav .owl-prev, .ncourses .owl-nav .owl-prev {
        left: -20px;
    }

    .testimonials img {
        padding: 10%;
    }

    #drop-message {
        display: none;
    }

    .become span, .become a {
        font-size: 12px !important;
    }

    .become a {
        margin-top: 10px;
    }

    .become .outerborder span.k_more {
        margin-top: 5px;
    }

    .tcourses {
        margin-top: 25px;
    }

    .ad .details-inner img {
        height: 35px;
    }

    .ad .details-inner h5, .ad .details-inner div, .ad .details-inner .btn {
        margin-left: 10px !important;
        font-size: 15px !important;
    }

    .p_edge {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 340px) {
    .become span, .become a {
        font-size: 10px !important;
    }
}
