/* ------ MAIN STYLES ------ */

body {
    direction: ltr;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    width: 100%;
    min-height: 100%;
    position: absolute;
}

h1, h2, h3, h4, h5, h6, p, small {
    font-family: 'Source Sans Pro', sans-serif;
}

.clearfix {
    clear: both;
}

.pull-end {
    float: right !important;
}

.pull-start {
    float: left !important;
}

.text-start {
    text-align: left !important;
}

.text-end {
    text-align: right !important;
}

.hidden {
    display: none !important;
}

/*//////////*/

.wrapper {
    padding: 60px 0 0 !important;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.content {
    flex: 1 0 auto;
}

.footer {
    flex-shrink: 0;
}

.play_btn1 {
    top: calc(50% - 25px);
    right: calc(50% - 25px);
    padding: 15px 0px;
    opacity: 1;
}

.total_rating {
    justify-content: center;
}

.display-none {
    display: none;
}

.gateway-item {
    border: 1px solid gray;
    padding: 5px;
    cursor: pointer;
    width: 100px !important;
    height: 100px !important;
    display: inline-block !important;
    border-radius: 50%;
    overflow: hidden;
}

.gateway-item.selected {
    border: 2px solid white;
}

.lecture-title {
    width: 100%;
    margin-top: 0;
}

@media (min-width: 992px) {
    .lecture-title {
        margin-bottom: -22px;
    }
}

.lecture-title ol {
    width: fit-content;
    margin: auto;
}

.lecture-title ol li {
    text-align: center;
    font-size: 120% !important;
}

/* Slider */
/*--
    05. Hero Css
--------------------------------*/
.hero-slider-1 .single-slide {
    height: 750px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .hero-slider-1 .single-slide {
        height: 650px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .hero-slider-1 .single-slide {
        height: 600px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slider-1 .single-slide {
        height: 500px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-slider-1 .single-slide {
        height: 480px;
    }
}

@media only screen and (max-width: 479px) {
    .hero-slider-1 .single-slide {
        height: 300px;
    }
}

.hero-slider-1 .slider-text-info h1 {
    font-size: 60px;
    color: #ffffff;
    line-height: 72px;
    margin-top: -15px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .hero-slider-1 .slider-text-info h1 {
        font-size: 50px;
        line-height: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slider-1 .slider-text-info h1 {
        font-size: 40px;
        line-height: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-slider-1 .slider-text-info h1 {
        font-size: 30px;
        line-height: 35px;
    }
}

.hero-slider-1 .slider-text-info p {
    margin-top: 15px;
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slider-1 .slider-text-info p {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-slider-1 .slider-text-info p {
        font-size: 14px;
    }
}

.hero-slider-1 .slider-text-info .slider-button {
    margin-top: 50px;
}

.hero-slider-1 .slider-text-info .slider-button .default-btn {
    font-weight: 600;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slider-1 .slider-text-info .slider-button {
        margin-top: 35px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-slider-1 .slider-text-info .slider-button {
        margin-top: 20px;
    }

    .hero-slider-1 .slider-text-info .slider-button .default-btn {
        padding: 8px 18px;
    }
}

.hero-slider {
    position: relative;
    height: 50vh;
    overflow: hidden;
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .hero-slider {
        height: 500px;
    }
}

.hero-slider .owl-nav button {
    font-size: 20px;
    top: 50%;
    left: 10px;
    right: auto;
    background: #ddd;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    z-index: 5;
    transition: 0.3s ease-in-out;
}

.hero-slider .owl-nav button:hover {
    background: #0a6ebd;
    color: white;
}

.hero-slider a.link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99;
}

.hero-slider .single-slide {
    position: relative;
}

.hero-slider .container {
    width: 100%;
    z-index: 99;
    padding: 50px;
    display: block;
    left: 0;
    right: 0;
}

.hero-slider .slider-text-info {
    position: relative;
}

.hero-slider .slider-text-info a {
    z-index: 100;
    position: relative;
}

@media (min-width: 1200px) {
    .hero-slider-container {
        margin: 0 -30px;
    }
}

.hero-slider.owl-carousel .owl-nav {
    top: 50%;
    position: absolute;
    margin-top: -20px;
    width: 100%;
}

.hero-slider.owl-carousel .owl-nav button.owl-prev, .hero-slider.owl-carousel .owl-nav button.owl-next {
    display: inline-block;
    position: absolute;
    outline: 0;
    font-size: 2rem;
}

.hero-slider.owl-carousel .owl-nav button.owl-prev {
    right: 10px;
    left: auto;
}

.hero-slider.owl-carousel:hover .owl-nav {
    opacity: 1;
}

.hero-slider.owl-carousel .owl-nav {
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}


.hero-slider.owl-carousel button.owl-dot {
    outline: 0;
    background: white;
    border: 0;
    margin: 5px;
}

.hero-slider.owl-carousel button.owl-dot.active {
    background: #0a6ebd;
}

.hero-slider.owl-carousel .owl-dots {
    bottom: 5px;
    position: absolute;
    right: 10px;
}

@media only screen and (max-width: 479px) {
    .hero-slider {
        height: 260px;
    }

    .hero-slider.owl-carousel .owl-nav {
        opacity: 1;
    }
}

.menu--item__has_sub_menu .menu--link:after, .category-topics.collapsed:after, .category-topics:after {
    font-family: Font Awesome\ 5 Free;
    content: "\f107";
    font-weight: 900;
}

.category-topics:after {
    content: "\f106";
}

.dropdown_account {
    min-width: 200px !important;
}

.sign_in_up_bg {
    width: auto !important;
    min-height: 100vh;
}

.sign_in_up_bg:before {
    background: url(../images/bg.png);
    background-repeat: repeat !important;
    background-size: initial !important;
}

.ui[class*="left icon"].swdh95.input > input:focus-within {
    padding-left: 4.2em !important;
    padding-right: 1em !important;
}

.alert {
    color: white !important;
    z-index: 99999 !important;
}

.modal-dialog .close {
    color: white !important;
    text-shadow: none !important;
}

.modal-header, .modal-footer {
    border-color: #0f2f49 !important;
}

.alert-success {
    background: #155724 !important;
}

.alert-danger {
    background: #721c24 !important;
}

.alert-info {
    background: #0c5460 !important;
}

@media only screen and (max-width: 479px) {
    .alert.animated {
        left: 0 !important;
        margin-bottom: -20px !important;
    }
}

.invisible {
    opacity: 0;
}

.who_img {
    transition: all .1s
}

.who_img:hover {
    transform: scale(1.1);
}


.pagination a {
    font-size: 14px;
    font-weight: 400;
    position: relative;
    display: block;
    padding: 7px 12px;
    margin-left: 8px !important;
    line-height: 1.25;
    color: #686f7a;
    border-radius: 3px !important;
    background-color: #fff;
    border: 1px solid #efefef;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

.pagination a.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}


.pagination a.active {
    opacity: 1;
    background: #333;
    border: 1px solid #333;
    color: #fff !important;
}


.night-mode .pagination a {
    color: #fff !important;
    background-color: #333;
    border: 1px solid #242424;
}

.night-mode .pagination a.disabled {
    color: #727272 !important;
    background-color: #313131;
    border-color: #333;
}


.night-mode .pagination a.active {
    opacity: 1;
    color: #fff !important;
    background: #ed2a26 !important;
    border: 1px solid #ed2a26 !important;
}

.main-p-pagination .pagination .page-link:hover {
    background: #ed2a26;
    border: 1px solid #ed2a26;
    color: #fff !important;
    box-shadow: none;
}

.pagination a:hover {
    background: #ed2a26 !important;
    border: 1px solid #ed2a26;
    color: #fff !important;
    box-shadow: none;
}

.mt-10 {
    margin-top: 10px !important;
}


.input-rating > input {
    display: none;
}

.input-rating > label:before {
    margin: 0 2px;
    font-size: 1.3rem;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    content: "\f005";
    font-weight: 900;
}

.input-rating > label {
    color: #ddd;
    float: right;
}

.input-rating > input:checked ~ label, /* show gold star when clicked */
.input-rating:not(:checked) > label:hover, /* hover current star */
.input-rating:not(:checked) > label:hover ~ label {
    color: #f2b01e;

    cursor: pointer;
}

.input-rating > input:checked + label:hover, /* hover current star when changing rating */
.input-rating > input:checked ~ label:hover,
.input-rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.input-rating > input:checked ~ label:hover ~ label {
    color: #FFED85;
}

.full-width {
    width: 100% !important;
}


@media (max-width: 575.98px) {
    .header_right ul li:nth-child(2) {
        display: initial !important;
    }
}

#logo img {
    height: 45px;
}

.menu--link {
    margin-bottom: 0;
}

.night-mode .shrt-cart-btn {
    color: #fff !important;
}

.fcrse_1 .shrt-cart-btn {
    opacity: 1 !important;
    display: unset !important;
}

.shrt-cart-btn:hover {
    color: #ed2a26 !important;
}

.review_all120 > *:last-child {
    border: none !important;
}

@media (max-width: 575.98px) {
    .main_logo {
        width: 100% !important;
        text-align: center;
        position: absolute;
        margin: 0;
    }
}

.toggle_menu {
    line-height: 60px !important;
    z-index: 1100;
}

._d1452 {
    color: #686f7a;
}

.night-mode .ttl121 .breadcrumb {
    padding: 2px 7px !important;
}

.ui.form.swdh30 textarea {
    color: white;
}

.btn-normal {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background: #ed2a26;
    border-radius: 20px;
    text-align: center;
    border: 0;
    height: 40px;
    padding: 10px 20px;
}

.night-mode a, .night-mode #breadcrumbs, .night-mode .uk-accordion .uk-accordion-title, .night-mode .uk-accordion-title::before, .night-mode .dropdown-user-name, .night-mode .dropdown-user-name span, .night-mode .comment-by, .night-mode .post .post-state .post-state-btns {
    color: #fff !important;
}

.btn-normal.btn-red {
    background: #721c24 !important;
    border-color: #89161f !important;
}

.btn-normal.btn-red:hover {
    background: #89161f !important;
}

@media (min-width: 992px) {
    body {
        overflow-y: unset !important;
    }
}

.app-bar {
    top: 0;
    right: 0;
    text-align: center;
    position: fixed;
    width: 100%;
    height: 60px;
    line-height: 60px;
    z-index: 1000;
    margin: 0;
    background: #242424;
}

.header_right {
    z-index: 1100;
}

img {
    max-width: 100%;
}

.badge_seller {
    border-radius: 0 !important;
}

@media (max-width: 575.98px) {
    .user_dt_right {
        margin-top: 0;
        width: auto;
    }

    .user_dt_right ul li {
        width: auto
    }
}

.ui.search .prompt {
    border-radius: 1.5rem !important;
}

.ui.input.focus > input, .ui.input > input:focus, .ui.input > textarea:focus {
    color: #000c;
}

.ui.input > textarea {
    margin: 0;
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    outline: 0;
    -webkit-tap-highlight-color: #fff0;
    text-align: left;
    line-height: 1.21428571em;
    font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif;
    padding: .67857143em 1em;
    background: #fff;
    border: 1px solid #22242626;
    color: #000000de;
    border-radius: .28571429rem;
    -webkit-transition: border-color .1s ease, -webkit-box-shadow .1s ease;
    transition: border-color .1s ease, -webkit-box-shadow .1s ease;
    transition: box-shadow .1s ease, border-color .1s ease;
    transition: box-shadow .1s ease, border-color .1s ease, -webkit-box-shadow .1s ease;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ui.input > textarea::placeholder {
    color: rgba(191, 191, 191, .87) !important;
}

.ui.input > textarea:focus::placeholder {
    color: rgba(115, 115, 115, .87) !important;
}

.menu {
}

.menu-item {
    /*float: right;*/
    /*width: calc(33% - 20%/3);*/
    border-radius: 25%;
    background: #08365e;
    color: white;
    text-align: center;
    border: 1px solid white;
    padding-bottom: calc(100%);
    transition: all .3s;
    /*margin: 5% 2.5% 0;*/
    /*margin-left: -15px*/
    display: block;
    margin-top: 15px;
}

.menu-item:hover, .menu-item:focus {
    background: #ffffff60;
}

.menu-item > div {
    position: absolute;
    padding: 18% 5%;
    width: calc(100% - 25px);
    text-align: center;
    height: 100%;
}

.menu-item > div > i {
    font-size: 12vw;
    margin-bottom: 5%;
}

.menu-item > div > span {
    margin-top: 5%;
    font-size: 3vw;
    line-height: 3vw;
    font-weight: 600;
}

@media (max-width: 576px) {
    .menu-item > div > i {
        /*font-size: 35px;*/
    }

    .menu-item > div > span {
        /*font-size: 13px;*/
        /*line-height: 13px;*/
    }
}


.menu .row div:nth-child(1) .menu-item, .menu .row div:nth-child(4) .menu-item {
    margin-right: 0 !important;
    margin-left: -5px !important;
}

.menu .row div:nth-child(2) .menu-item, .menu .row div:nth-child(5) .menu-item {
    margin-right: -4px !important;
    margin-left: -4px !important;
}

.menu .row div:nth-child(2) .menu-item > div, .menu .row div:nth-child(5) .menu-item > div {
    width: calc(100% - 24px);
}

.menu .row div:nth-child(3) .menu-item, .menu .row div:nth-child(6) .menu-item {
    margin-right: -5px !important;
}

@media (min-width: 992px) {
    .menu-item > div > i {
        font-size: 6vw;
    }

    .menu-item > div > span {
        font-size: 2vw;
        line-height: 2vw;
    }
}

@media (min-width: 1140px) {
    .menu-item > div > i {
        font-size: 5vw;
    }

    .menu-item > div > span {
        font-size: 1.5vw;
        line-height: 1.5vw;
    }
}

.menu-item:last-child {
}

.menu-item i {
    display: block;
    font-size: 30px;
}