/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
.hamburger-box {
    top: 8px !important;
}

.rtl {
    direction: rtl;
}

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

#main_menu nav.version_2 .row .col-md-3:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.cart:after {
    border-radius: 100%;
    background: rgba(15, 116, 168, 0.85);
    width: 25px;
    height: 25px;
    line-height: 28px;
    text-align: center;
    content: attr(data-after);
    color: #fff;
    text-indent: 0;
    position: absolute;
    left: -10px;
    top: -10px;
    font-weight: bold;
}

.cart[data-after='0']:after {
    display: none;
}

.add-cart, .start-exam {
    cursor: pointer;
    padding: 5px 10px !important;
    line-height: 2em !important;
}

.box_detail a.add-cart, .box_detail a.start-exam {
    color: #ffffff !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.box_detail a.add-cart:hover, .box_detail a.start-exam:hover {
    color: #ffffff !important;
}

.course-link {
    margin-left: 20px;
}

.rating-box {
    color: #d9d9d9;
    font-size: 16px;
    height: 25px;
}

.course-box .rating-box {
    position: relative;
    bottom: 3px;
}

.rating-box:after {
    content: '';
    display: block;
    clear: both;
}

.rating-box small {
    font-size: 16px;
    line-height: 20px;
    position: relative;
    bottom: 10px;
    margin: 0 0px 0 10px;
}

.rating-star {
    line-height: 40px;
    font-size: 30px;
    width: 20px;
    height: 25px;
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 5px;
}

.rating-star:before, .rating-star:after {
    content: "\2605";
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.full-star:before {
    color: #f2b01e;
    z-index: 1;
}

.half-star:before {
    color: #f2b01e;
    z-index: 1;
}

.half-star-1:before {
    width: 10%;
}

.half-star-2:before {
    width: 20%;
}

.half-star-3:before {
    width: 30%;
}

.half-star-4:before {
    width: 40%;
}

.half-star-5:before {
    width: 50%;
}

.half-star-6:before {
    width: 60%;
}

.half-star-7:before {
    width: 70%;
}

.half-star-8:before {
    width: 80%;
}

.half-star-9:before {
    width: 90%;
}

.input-group .form-control:not(:last-child), .input-group-addon:not(:last-child), .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn, .input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:not(:last-child) > .btn, .input-group-btn:not(:last-child) > .btn-group > .btn, .input-group-btn:not(:last-child) > .dropdown-toggle {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group .form-control:not(:first-child), .input-group-addon:not(:first-child), .input-group-btn:not(:first-child) > .btn, .input-group-btn:not(:first-child) > .btn-group > .btn, .input-group-btn:not(:first-child) > .dropdown-toggle, .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn, .input-group-btn:not(:last-child) > .btn:not(:first-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.article-image {
    margin-bottom: 30px;
}

.article-image img {
    width: 100%;
    height: auto;
}

.user-details {
    margin-bottom: 25px;
}

.inputDnD .form-control-file {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 6em;
    outline: none;
    visibility: hidden;
    cursor: pointer;
    background-color: #c61c23;
    box-shadow: 0 0 5px solid currentColor;
}

.inputDnD .form-control-file:before {
    content: attr(data-title);
    position: absolute;
    top: 0.5em;
    left: 0;
    width: 100%;
    min-height: 6em;
    line-height: 2em;
    padding-top: 1.5em;
    opacity: 1;
    visibility: visible;
    text-align: center;
    border: 0.25em dashed currentColor;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow: hidden;
}

.inputDnD .form-control-file:hover:before {
    border-style: solid;
    box-shadow: inset 0px 0px 0px 0.25em currentColor;
}

.table thead th {
    text-align: center;
}

.pointer {
    cursor: pointer;
}

/* -------------------------------------- */
/* rectangle  list style                  */

/* list */
.rectangle-list ol {
    counter-reset: li; /* Initiate a counter */
    margin-left: 0; /* Remove the default left margin */
    padding-left: 0; /* Remove the default left padding */
}

/* item  */
.rectangle-list ol > li {
    position: relative;
    list-style: none; /* Disable the normal item numbering */
}

/* item hover */
.rectangle-list div.list {
    display: block;
    /*padding: .4em .4em .4em .8em;
    *padding: .4em;*/
    margin: .5em 0.5em .5em 0;
    background: #ddd;
    color: #444;
    text-decoration: none;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

/* item hover */
.rectangle-list div.list:hover {
    background: #fa8072;
}

/* number  */
.rectangle-list div.list:before {
    content: counter(li);
    counter-increment: li;

    position: absolute;
    right: -2.5em;
    top: 10%;
    margin-top: -1em;

    background: #ffc107;
    height: 2em;
    width: 2em;
    line-height: 2em;
    text-align: center;
    font-weight: bold;
}

/* number hover */
.rectangle-list div.list:after {
    position: absolute;
    right: 0em;
    top: 10%;
    margin-top: -.5em;

    content: '';
    border: .5em solid transparent;

    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.rectangle-list div.list:hover:after {
    right: -0.5em;
    border-right-color: #ffc107;
}

.exam-detail-box .top-exam {
    position: relative;
    height: 235px;
    background-image: url(../img/exam-intro-cover.jpg);
    background-size: cover;
}

.exam-detail-box section#description {
    border: 0;

}

.exam-detail-box section#description .description-body {
    border: 0;

}

.exam-detail-box #price {
    font-size: 24px;
    font-weight: 900;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 7px;
    background-color: rgba(74, 75, 79, 0.7);
    color: #fff;
}

/* -------------------------------------- */

#particles-js canvas {
    display: block;
    vertical-align: bottom;
}

#particles-js {
    height: 100%;
    background: #a191ad;
}

.popover {
    /*width: 300px;*/
}

.popover .course-outcome li {
    list-style: disc;
    list-style-position: inside;
    padding-top: 5px;
}

.popover .course-metas li {
    padding-top: 5px;
}

.popover .buy-button {
    text-align: center;
    margin-top: 15px;
}

/*
----------------------------------------------
quiz page
 */

.quiz-body {
    font-family: 'VazirIran';
}

.quiz-page {
    background-color: #ecf0f1;

    padding-top: 15px;
    padding-bottom: 15px;
}

.quiz-page .quiz-box, .quiz-page .question-list {
    background-color: #fff;
    padding: 15px;
    box-shadow: 0 0 3px 0px;
    border-radius: 5px;
    height: 100%;
    position: relative;
}

.quiz-page .quiz-box .answers label {
    padding: 4px 8px;
}

.quiz-page .quiz-box .answers ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
}

.quiz-page .quiz-meta, .quiz-page .quiz-actions {
    padding: 10px;
    margin: 10px 0;
    border-radius: 5px;
    box-shadow: 0 0 5px 0px;
    direction: rtl;
}

.quiz-page .quiz-box .question-desc {
    padding: 5px;
    margin-bottom: 10px;
}

.quiz-page .quiz-box pre {
    direction: ltr;
    border: 1px solid;
    padding: 15px;
    display: inline-block;
}

.quiz-page .quiz-actions {
    text-align: center;
    box-shadow: 0 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}

.quiz-page .question-list {
    direction: rtl;
    padding-top: 15px;
    /*min-height: auto;*/
    /*max-height: 500px;*/
    height: 100%;
    overflow-y: scroll;
    z-index: 1;
}

.quiz-page .question-list ul {
    list-style: none;
    padding-right: 0;
}

.quiz-page .quiz-meta .quiz-time {
    text-align: left;
}

.unchecked, .unchecked {
    margin-left: 10px;
}

.unchecked {
    color: #000000;
    font-size: 20px;
}

.checked {
    color: #27ae60;
    font-size: 20px;
    margin-left: 10px;
}


.quiz-page .question-list li.active {
    background-color: #3498db6e;
    color: #000000;
}

.quiz-page .question-list a {
    padding: 5px 9px;
    color: #000000;
}

.quiz-page .question-list li {
    padding: 1px;
    margin-bottom: 7px;
    border-radius: 5px;
    box-shadow: 0 0 4px 0px;
    background-color: #FFFFFF;
    cursor: pointer;
}

.quiz-page .question-list li:hover, .quiz-page .question-list li:hover a, .quiz-page .question-list li.mark:hover {
    background-color: #3498db;
    color: #ffffff;
}

.quiz-page .question-list li.mark {
    background-color: #f1c40f;
}

@media screen and (max-width: 767px) {
    .quiz-page .quiz-box img {
        width: 100% !important;
    }

    .quiz-page .quiz-meta .quiz-time {
        text-align: right;
        margin-top: 15px;
    }

    .quiz-page .quiz-box {
        margin-bottom: 15px;
    }
}

/**
countdown-timer
 */
.countdown {
    font-family: 'Roboto';
    text-transform: uppercase;
    display: inline-block;
}

.countdown span {
    background-color: #27ae60;
    padding: 5px 10px;
    display: inline-block;
}

.countdown .hour {

}

.countdown .minutes {

}

.countdown .second {

}

/*
end countdown timer
 */

/**
exam result
 */

.result-body {
    border: 10px solid #585e5f;
    padding: 15px;
    border-radius: 5px;
    height: 550px;
    position: relative;
    margin-top: 90px;
    background: rgb(41, 128, 185);
    background: linear-gradient(0deg, rgba(52, 152, 219, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.result-body .result-ribbon {
    height: 530px;
    width: 100px;
    background-color: #2c76a9;
    position: absolute;
    bottom: 0;
    top: 0px;
    left: 35px;
}

.result-middle {
    margin-top: 10%;
}

.result-ribbon-top {
    height: 100px;
    background-image: url(../../assets-common/img/ribbon-top.png);
    background-repeat: no-repeat;
    width: 100px;
    background-size: cover;
    position: absolute;
    top: -50px;
    left: 35px;
}

.result-ribbon-bottom {
    background-image: url("../../assets-common/img/ribbon-bottom.png");
    height: 130px;
    background-repeat: no-repeat;
    width: 100px;
    background-size: cover;
    position: absolute;
    bottom: -50px;
    left: 35px;
}

.result-ribbon-certificate {
    display: inline-block;
    width: 200px;
    height: 280px;
    position: absolute;
    background-size: cover;
    z-index: 8;
    background-repeat: no-repeat;
    left: -15px;
    top: 20px;
}

.result-logo {
    height: 170px;
    width: 200px;
    position: absolute;
    bottom: 0;
    top: 37px;
    right: 35px;
    background-size: contain;
}

.result-title, .result-scores .lable {
    font-family: titr, Tahoma, Arial, Sans-Serif;
}

.result-title {
    text-align: center;
}

.result-scores {
    width: 100%;
    text-align: center;
    margin-top: 10%;
}

.result-scores tr {

}

.result-scores td {
    text-align: right;
    padding: 0 0 30px 0;
    font-size: 16px;
}

.result-scores .lable {
    font-size: 20px;
    font-weight: 900;
    margin-left: 7px;
}

.result-nav {
    position: absolute;
    bottom: 15px;
}

/**
hero serach
 */
/*===============================
=            Choices            =
===============================*/
.choices {
    position: relative;
    margin-bottom: 24px;
    font-size: 16px;
}

.choices:focus {
    outline: none;
}

.choices:last-child {
    margin-bottom: 0;
}

.choices.is-disabled .choices__inner, .choices.is-disabled .choices__input {
    background-color: #EAEAEA;
    cursor: not-allowed;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.choices.is-disabled .choices__item {
    cursor: not-allowed;
}

.choices[data-type*="select-one"] {
    cursor: pointer;
}

.choices[data-type*="select-one"] .choices__inner {
    padding-bottom: 7.5px;
}

.choices[data-type*="select-one"] .choices__input {
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #DDDDDD;
    background-color: #FFFFFF;
    margin: 0;
}

.choices[data-type*="select-one"] .choices__button {
    background-image: url("../../icons/cross-inverse.svg");
    padding: 0;
    background-size: 8px;
    height: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
    margin-right: 25px;
    height: 20px;
    width: 20px;
    border-radius: 10em;
    opacity: .5;
}

.choices[data-type*="select-one"] .choices__button:hover, .choices[data-type*="select-one"] .choices__button:focus {
    opacity: 1;
}

.choices[data-type*="select-one"] .choices__button:focus {
    box-shadow: 0px 0px 0px 2px #00BCD4;
}

.choices[data-type*="select-one"]:after {
    content: "";
    height: 0;
    width: 0;
    border-style: solid;
    border-color: #333333 transparent transparent transparent;
    border-width: 5px;
    position: absolute;
    right: 11.5px;
    top: 50%;
    margin-top: -2.5px;
    pointer-events: none;
}

.choices[data-type*="select-one"].is-open:after {
    border-color: transparent transparent #333333 transparent;
    margin-top: -7.5px;
}

.choices[data-type*="select-one"][dir="rtl"]:after {
    left: 11.5px;
    right: auto;
}

.choices[data-type*="select-one"][dir="rtl"] .choices__button {
    right: auto;
    left: 0;
    margin-left: 25px;
    margin-right: 0;
}

.choices[data-type*="select-multiple"] .choices__inner, .choices[data-type*="text"] .choices__inner {
    cursor: text;
}

.choices[data-type*="select-multiple"] .choices__button, .choices[data-type*="text"] .choices__button {
    position: relative;
    display: inline-block;
    margin-top: 0;
    margin-right: -4px;
    margin-bottom: 0;
    margin-left: 8px;
    padding-left: 16px;
    border-left: 1px solid #008fa1;
    background-image: url("../../icons/cross.svg");
    background-size: 8px;
    width: 8px;
    line-height: 1;
    opacity: .75;
}

.choices[data-type*="select-multiple"] .choices__button:hover, .choices[data-type*="select-multiple"] .choices__button:focus, .choices[data-type*="text"] .choices__button:hover, .choices[data-type*="text"] .choices__button:focus {
    opacity: 1;
}

.choices__inner {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: #f9f9f9;
    padding: 7.5px 7.5px 3.75px;
    border: 1px solid #DDDDDD;
    border-radius: 2.5px;
    font-size: 14px;
    min-height: 44px;
    overflow: hidden;
}

.is-focused .choices__inner, .is-open .choices__inner {
    border-color: #b7b7b7;
}

.is-open .choices__inner {
    border-radius: 2.5px 2.5px 0 0;
}

.is-flipped.is-open .choices__inner {
    border-radius: 0 0 2.5px 2.5px;
}

.choices__list {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.choices__list--single {
    display: inline-block;
    padding: 4px 16px 4px 4px;
    width: 100%;
}

[dir="rtl"] .choices__list--single {
    padding-right: 4px;
    padding-left: 16px;
}

.choices__list--single .choices__item {
    width: 100%;
}

.choices__list--multiple {
    display: inline;
}

.choices__list--multiple .choices__item {
    display: inline-block;
    vertical-align: middle;
    border-radius: 20px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 3.75px;
    margin-bottom: 3.75px;
    background-color: #00BCD4;
    border: 1px solid #00a5bb;
    color: #FFFFFF;
    word-break: break-all;
}

.choices__list--multiple .choices__item[data-deletable] {
    padding-right: 5px;
}

[dir="rtl"] .choices__list--multiple .choices__item {
    margin-right: 0;
    margin-left: 3.75px;
}

.choices__list--multiple .choices__item.is-highlighted {
    background-color: #00a5bb;
    border: 1px solid #008fa1;
}

.is-disabled .choices__list--multiple .choices__item {
    background-color: #aaaaaa;
    border: 1px solid #919191;
}

.choices__list--dropdown {
    display: none;
    z-index: 9999999;
    position: absolute;
    width: 100%;
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    top: 100%;
    margin-top: -1px;
    border-bottom-left-radius: 2.5px;
    border-bottom-right-radius: 2.5px;
    overflow: hidden;
    word-break: break-all;
}

.choices__list--dropdown.is-active {
    display: block;
}

.is-open .choices__list--dropdown {
    border-color: #b7b7b7;
}

.is-flipped .choices__list--dropdown {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: -1px;
    border-radius: .25rem .25rem 0 0;
}

.choices__list--dropdown .choices__list {
    position: relative;
    max-height: 300px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position;
}

.choices__list--dropdown .choices__item {
    position: relative;
    padding: 10px;
    font-size: 14px;
}

[dir="rtl"] .choices__list--dropdown .choices__item {
    text-align: right;
}

@media (min-width: 640px) {
    .choices__list--dropdown .choices__item--selectable {
        padding-right: 100px;
    }

    .choices__list--dropdown .choices__item--selectable:after {
        content: attr(data-select-text);
        font-size: 12px;
        opacity: 0;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }

    [dir="rtl"] .choices__list--dropdown .choices__item--selectable {
        text-align: right;
        padding-left: 100px;
        padding-right: 10px;
    }

    [dir="rtl"] .choices__list--dropdown .choices__item--selectable:after {
        right: auto;
        left: 10px;
    }
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: #f2f2f2;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
    opacity: .5;
}

.choices__item {
    cursor: default;
}

.choices__item--selectable {
    cursor: pointer;
}

.choices__item--disabled {
    cursor: not-allowed;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: .5;
}

.choices__heading {
    font-weight: 600;
    font-size: 12px;
    padding: 10px;
    border-bottom: 1px solid #f7f7f7;
    color: gray;
}

.choices__button {
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.choices__button:focus {
    outline: none;
}

.choices__input {
    display: inline-block;
    vertical-align: baseline;
    background-color: #f9f9f9;
    font-size: 14px;
    margin-bottom: 5px;
    border: 0;
    border-radius: 0;
    max-width: 100%;
    padding: 4px 0 4px 2px;
}

.choices__input:focus {
    outline: 0;
}

[dir="rtl"] .choices__input {
    padding-right: 2px;
    padding-left: 0;
}

.choices__placeholder {
    opacity: .5;
}

/*=====  End of Choices  ======*/
* {
    box-sizing: border-box;
}

.s003 {
    /*min-height: 100vh;*/
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Poppins', sans-serif;
    /*background-color: #a598ee;*/
    /*background-size: cover;*/
    /*background-position: center center;*/
    padding: 15px;
}

.s003 form {
    width: 100%;
    max-width: 790px;
    margin-bottom: 0;
}

.s003 form .inner-form {
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    border-radius: 50px;
}

.s003 form .inner-form .input-field {
    height: 68px;
}

.s003 form .inner-form .input-field input {
    height: 100%;
    background: transparent;
    border: 0;
    display: block;
    width: 100%;
    padding: 10px 32px;
    font-size: 16px;
    color: #555;
}

.s003 form .inner-form .input-field input.placeholder {
    color: #888;
    font-size: 16px;
}

.s003 form .inner-form .input-field input:-moz-placeholder {
    color: #888;
    font-size: 16px;
}

.s003 form .inner-form .input-field input::-webkit-input-placeholder {
    color: #888;
    font-size: 16px;
}

.s003 form .inner-form .input-field input:hover, .s003 form .inner-form .input-field input:focus {
    box-shadow: none;
    outline: 0;
    border-color: #fff;
}

.s003 form .inner-form .input-field.first-wrap {
    width: 200px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.s003 form .inner-form .input-field.first-wrap .choices__inner {
    background: transparent;
    border-radius: 0;
    border: 0;
    height: 100%;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 23px 30px;
}

.s003 form .inner-form .input-field.first-wrap .choices__inner .choices__list.choices__list--single {
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.s003 form .inner-form .input-field.first-wrap .choices__inner .choices__item.choices__item--selectable.choices__placeholder {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    opacity: 1;
    color: #888;
}

.s003 form .inner-form .input-field.first-wrap .choices__inner .choices__list--single .choices__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    color: #555;
}

.s003 form .inner-form .input-field.first-wrap .choices[data-type*="select-one"]:after {
    right: 30px;
    border-color: #e5e5e5 transparent transparent transparent;
}

.s003 form .inner-form .input-field.first-wrap .choices__list.choices__list--dropdown {
    border: 0;
    background: #fff;
    padding: 20px 30px;
    margin-top: 2px;
    border-radius: 4px;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
}

.s003 form .inner-form .input-field.first-wrap .choices__list.choices__list--dropdown .choices__item--selectable {
    padding-right: 0;
}

.s003 form .inner-form .input-field.first-wrap .choices__list--dropdown .choices__item--selectable.is-highlighted {
    background: #fff;
    color: #63c76a;
}

.s003 form .inner-form .input-field.first-wrap .choices__list--dropdown .choices__item {
    color: #555;
    min-height: 24px;
}

.s003 form .inner-form .input-field.second-wrap {
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.s003 form .inner-form .input-field.third-wrap {
    width: 74px;
}

.s003 form .inner-form .input-field.third-wrap .btn-search {
    height: 100%;
    width: 100%;
    white-space: nowrap;
    color: #fff;
    border: 0;
    cursor: pointer;
    background: #e74c3c;
    transition: all .2s ease-out, color .2s ease-out;
    border-radius: 50px 0 0 50px;
}

.s003 form .inner-form .input-field.third-wrap .btn-search svg {
    width: 16px;
}

.s003 form .inner-form .input-field.third-wrap .btn-search:hover {
    background: #c0392b;
}

.s003 form .inner-form .input-field.third-wrap .btn-search:focus {
    outline: 0;
    box-shadow: none;
}

@media screen and (max-width: 992px) {
    .s003 form .inner-form .input-field {
        height: 50px;
    }
}

@media screen and (max-width: 767px) {
    .s003 form .inner-form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 20px;
    }

    .s003 form .inner-form .input-field {
        margin-bottom: 20px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .s003 form .inner-form .input-field input {
        padding: 10px 15px;
    }

    .s003 form .inner-form .input-field.first-wrap {
        width: 100%;
        border-right: 0;
    }

    .s003 form .inner-form .input-field.first-wrap .choices__inner {
        padding: 10px 15px;
    }

    .s003 form .inner-form .input-field.first-wrap .choices[data-type*="select-one"]:after {
        right: 11.5px;
        border-color: #e5e5e5 transparent transparent transparent;
    }

    .s003 form .inner-form .input-field.second-wrap {
        width: 100%;
        margin-bottom: 30px;
    }

    .s003 form .inner-form .input-field.second-wrap input {
        border: 1px solid rgba(255, 255, 255, 0.3);
    }

    .s003 form .inner-form .input-field.third-wrap {
        margin-bottom: 0;
        width: 100%;
    }
}

/**
end hero search
 */


#reccomended .box_grid .wrapper h3 {
    font-size: 1rem;
}

#reccomended .owl-nav {
    position: absolute;
    width: 100%;
    top: 40%;
}

#reccomended .owl-nav [class*=owl-] {
    color: #101010;
    font-size: 35px;
    font-weight: bold;
    background: transparent;
    font-family: "Font Awesome\ 5 Free";
}

#reccomended .owl-nav [class*=owl-]:hover {
    color: #434343;
}

#reccomended .owl-nav .owl-prev {
    float: right;
}

#reccomended .owl-nav .owl-prev:before {
    content: '\f105';
    display: block;
}

#reccomended .owl-nav .owl-next {
    float: left;
}

#reccomended .owl-nav .owl-next:before {
    content: '\f104';
    display: block;
}

#reccomended .box_grid figure a {
    display: block;
}

.popover .add-cart {
    color: #fff !important;
    padding: 5px 10px !important;
    font-size: 12px !important;
}

.popover {
    font-family: inherit;
}

.popover .course-title h3 {
    font-size: 20px;
}

@media (max-width: 991px) {
    #reccomended .owl-nav {
        width: auto;
        left: -35px;
        right: -35px;
        top: 35%;
    }
}

@media (max-width: 575px) {
    #reccomended .owl-nav {
        width: auto;
        left: -15px;
        right: -15px;
        top: 35%;
    }
}

.menu-login li a.search-overlay-menu-btn,
.menu-login li a.cart {
    top: 0 !important;
}

footer {
    padding-bottom: 10px !important;
}

footer ul#additional_links li {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 0;
}

.box_grid .course-box .wrapper h3 {
    font-size: 1rem;
    font-weight: bold;
}

.pagination {
    justify-content: center;
}

.box-title {
    width: 100%;
    text-align: justify;
    position: relative;
    overflow: hidden;
}

.box-title:before {
    background-color: #ffc107;
    width: 50%;
    max-width: 50px;
    height: 2px;
    content: "";
    position: absolute;
    bottom: 7px;
    right: 0;
}

.title {
    width: 100%;
    height: 4em;
    font-size: 11pt;
    font-weight: bold;
    line-height: 2em;
    margin: 10px 0;
    overflow: hidden;
    position: relative;
    display: block;
}

.box-des {
    height: 4em;
    text-align: justify;
    line-height: 2em;
    overflow: hidden;
}

.box-des p {
    margin: 0;
}

.box-image-16-9 {
    width: 100%;
    height: 56.25%;
    position: relative;
    overflow: hidden;
    display: block;
}

.box-image-16-9:before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

.box-image img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: "object-fit: cover;";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all .2s linear;
}

.rating-summary hr {
    margin: 10px !important;;
}

.rating-summary strong {
    font-size: 2rem !important;
}

.header-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 50px;
    background: #fff;
}

.header-main .header-logo {
    height: 50px;
}

.header-main .header-logo img {
    height: 100%;
}

.header-main .box-search {
    position: relative;
}

.header-main .box-search input {
    width: 98%;
    outline: none;
    padding: 10px 15px 10px 0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid rgba(0, 0, 0, .1);
    background: #f5f4f4;
    z-index: 100;
    margin: 9px 0;
}

.header-main .box-search button {
    z-index: 100;
    position: absolute;
    top: 9px;
    left: 0;
    padding: 15px;
    border: none;
    background-color: #f9db83;
    color: #5c626c;
    cursor: pointer;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    height: 44px;
    width: 45px;
}

.header-main .box-search button:hover {
    background-color: #5c626c;
}

.header-main .box-search button:hover .icon {
    color: #ffc107;
}

.header-main ul.top-menu li a,
.header-main ul.top-menu li a.login:before,
.header-main ul.top-menu li button.logout:before,
.header-main ul.top-menu li a.search-overlay-menu-btn:before,
.header-main ul.top-menu li a.cart:before {
    color: #000;
}

.header-menu {
    background: #121921;
}

.header-menu ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
}

.header-menu ul li a {
    color: #fff;
    padding: 20px 0;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-pack: center;
    margin: 0 25px;
    font-size: 1.02em;
}

.header-menu ul li:first-child a {
    margin-right: 0;
}

.header-menu ul li:hover a {
    color: #2c76a9;
}

@media (max-width: 767px) {
    .s003 form .inner-form .input-field.third-wrap .btn-search {
        border-radius: 50px;
        margin: 0 auto;
    }

    #logo {
        float: left;
    }
}

.page-title-image {
    animation: pop-in 5s 0.3s cubic-bezier(0, 0.5, 0, 1) forwards;
    content: "";
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.description-body h5:last-child {
    margin-bottom: 0;
}

.chapter__clock {
    margin: auto 0 auto 5px;
}

.filler--nowrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    flex-wrap: nowrap;
    white-space: nowrap;
    font-size: 13px;
}

.chapter__unit-icon {
    margin-left: 10px;
}

.svg-icon--12 {
    height: 0.75em;
    width: 0.75em;
}

.svg-icon--16 {
    height: 1em;
    width: 1em;
}

.svg-icon--28 {
    height: 1.3em;
    width: 1.3em;
}

.svg-icon--blue {
    display: flex;
    align-items: center;
    justify-content: center;
}

.svg-icon--blue *:not(.fill-when-active) {
    fill: #009ca7;
}

.box-details {
    margin-bottom: 50px;
}

.box-details:last-child {
    margin-bottom: 0 !important;
}

.box-details .title {
    position: relative;
    font-size: 24px;
    padding: 0 0 15px 0;
    margin: 0;
}

.box-details .title:before {
    background-color: #ffc107;
    width: 50%;
    max-width: 50px;
    height: 2px;
    content: "";
    position: absolute;
    bottom: 30px;
    right: 0;
}

.list_lessons li h6 {
    margin: 0;
    font-size: 15px;
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
}

.list_lessons li:after {
    content: '';
    display: block;
    clear: both;
}

.list_lessons li a {
    float: right;
}

.box-season-item {
    border: solid 1px #e0e3ec;
    margin-bottom: 10px;
}

.box-season-item-header {
    border-bottom: solid 1px #e0e3ec;
    padding: 5px 15px;
}

.list_lessons li:last-child {
    border-bottom: 0;
}

.description-body p:last-child {
    margin-bottom: 0;
}

.page-breadcrumb {
    margin: 0 auto;
    text-align: center;
}

.page-breadcrumb li {
    display: inline-block;
    margin-left: 10px;
}

.page-breadcrumb li:last-child {
    margin-left: 0;
}

.page-breadcrumb li a {
    display: inline-block;
    color: #7d7d7d;
}

.page-breadcrumb li a:hover {
    color: #2c76a9;
}

.page-breadcrumb li a.active {
    color: #000;
    font-weight: bold;
}

.box-sidebar {
    margin-bottom: 20px;
    border: 1px solid #d0d0d0;
}

.box-sidebar:last-child {
    margin-bottom: 0 !important;
}

.box-sidebar .title {
    position: relative;
    font-size: 18px;
    padding: 10px;
    margin: 0;
    text-align: center;
    border-bottom: 1px solid #d0d0d0;
    height: auto;
    font-weight: normal;
}

.box-sidebar .box-body {
    padding: 15px;
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
    color: #3d3d3d;
    overflow: hidden;
}

.box-sidebar .box-body .box-info {
    display: flex;
    flex-direction: row;
    text-align: right;
    justify-content: space-between;
    width: 100%;
    padding: 10px 0;
}

.box-sidebar .box-body .box-text {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    font-size: 12px;
    margin-top: 10px;
}

.box-sidebar .box-body .box-text p:last-child {
    margin-bottom: 0;
}

.box-sidebar .box-footer {
    padding: 15px;
}

.teacher-card-image {
    width: 50px;
    height: 50px;
    border-radius: 200px;
    overflow: hidden;
    flex-shrink: 0;
    margin-left: 10px;
}

.teacher-card-title {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
}

.box-sidebar .box-season-item {
    border: 0;
    margin: 0;
}

.box-sidebar .box-season-item-header {
    padding: 0 10px;
}

.box-sidebar .box-season-item .list_lessons li {
    padding: 5px 15px;
}

.box-sidebar .box-season-item .list_lessons li:last-child {
    border-bottom: 1px solid #ededed;
}

.box-sidebar .box-season-item:last-child .box-season-item-header {
    border: 0;
}

.box-sidebar .box-season-item-header a {
    color: #7d7d7d;
    font-size: 13px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.box-sidebar .box-season-item .list_lessons li a {
    float: right;
}

.box-sidebar .box-season-item .list_lessons li.active a {
    color: #b41474 !important;
}

.box-sidebar .box-season-item .list_lessons li.active a h6 {
    color: #b41474 !important;
}

.box-sidebar .box-season-item .list_lessons li.active .svg-icon--blue *:not(.fill-when-active) {
    fill: #b41474 !important;
}

.box-sidebar .box-season-item .list_lessons li h6 {
    display: flex;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    height: 100%;
    width: auto;
}

.box-sidebar .box-season-item .list_lessons li .info {
    width: 3em;
    display: flex;
    justify-content: flex-end;
    flex-shrink: 0;
    color: #7d7d7d;
}

.desktop-unit-nav__end-icon {
    display: flex;
    width: 20px;
    justify-content: center;
    align-items: center;
    margin-right: auto;
}

.box-sidebar .box-season-item .list_lessons li .info i {
    line-height: 30px;
    margin-left: 5px;
}

.box-news .box-item {
    margin-bottom: 30px;
}

.box-news .box-item .box-image {
    width: 100%;
    height: 57%;
    overflow: hidden;
    position: relative;
    display: block;
}

.box-news .box-item .box-image:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: scale(0);
    transform-origin: center;
    background: rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease-in-out;
}

.box-news .box-item:hover .box-image:after {
    transform: scale(1);
}

.box-news .box-item .box-image:before {
    content: "";
    display: block;
    padding-top: 57%;
}

.box-news .box-item .box-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: "object-fit: cover;";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.box-news .box-item .box-title {
    font-size: 15px;
    margin: 15px 0;
    padding-bottom: 15px;
    height: 5.7em;
    overflow: hidden;
}

.box-news .box-item .box-title a {
    color: #000;
}

.box-news .box-item:hover .box-title a {
    color: #2c76a9;
}

.box-thumb {
    position: relative;
}

.box-thumb .box-category {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px 10px;
    border-radius: 10px;
    color: #fff;
    font-size: 10px;
}

.box-thumb .box-category:hover {
    color: #b5cee0;
}

.btn-close-main-menu {
    cursor: pointer;
    padding: 0;
}

.header-main {
    position: relative;
    z-index: 1000;
}

.overflow-hidden {
    overflow: hidden;
}

.header-main .hamburger-inner,
.header-main .hamburger-inner::after,
.header-main .hamburger-inner::before {
    background-color: #000;
}

#main_menu .top-menu {
    margin-bottom: 30px;
}

.header-menu ul:after {
    content: '';
    display: block;
    clear: both;
}

.header-menu .header-logo {
    padding: 0;
    margin: 0;
}

#main_menu ul.top-menu {
    float: none !important;
}

@media (max-width: 767px) {
    #main_menu nav.version_2 .row .col-md-3:first-child {
        border-left: 0;
    }

    .header-menu ul li:first-child {
        padding: 20px 0;
    }
}