html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    overflow-x: hidden;
    width: 100vw;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/**********Main styles****************/
@font-face {
    font-family: "Iransans";
    src: url("../fonts/iransans.woff2");
}

@font-face {
    font-family: "Kalameh";
    src: url("../fonts/KalamehWebFaNum-Regular.woff2");
}

@font-face {
    font-family: "Kalameh";
    src: url("../fonts/KalamehWebFaNum-Bold.woff2");
    font-weight: bold;
}

html, body {
    font-family: "Kalameh", Tahoma;
    overflow-x: hidden;
    width: 100vw;
    font-size: 18px;
}

a {
    color: #2A1B6F;
    text-decoration: none;

}

a:hover, a:focus {
    color: #D8823D;
}

p {
    font-family: "Iransans", Tahoma;
    font-size: 14px;
    line-height: 25px;
    color: #4F4F4F;
}

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

.btn:focus {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-outline-secondary {
    color: #D8823D;
    border-color: #D8823D;
}

.btn-outline-secondary:hover, .btn-outline-secondary:focus {
    color: #ffffff;
    background-color: #D8823D;
    border-color: #D8823D;
}

.btn-secondary {
    color: #ffffff;
    background-color: #D8823D;
    border-color: #D8823D;
    font-size: 16px;
    border-radius: 2px;
    box-shadow: 0 4px 6px 2px rgba(0, 0, 0, .3);
}

.btn-secondary:hover, .btn-secondary:focus {
    color: #ffffff;
    background-color: #D8823D;
    border-color: #D8823D;
}

.owl-carousel,
.bx-wrapper {
    direction: ltr;
}

.owl-carousel .owl-item {
    direction: rtl;
}

.owl-item {
    float: right;
}

.owl-nav.disabled {
    display: none;
}

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

.float-left {
    float: left;
}

.typography-logo {
    color: #EE82B3;
}

.color-primary {
    color: #2A1B6F;
}

h2.section-header {
    font-size: 30px;
    color: #2A1B6F;
}

h2.section-header.light {
    color: #ffffff;
}

.content-white {
    color: #ffffff;
}

.secondary-color {
    color: #D8823D;
}

.blue {
    color: #03CBE1
}

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

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

.dir-ltr {
    direction: ltr;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #D8823D;
    color: #ffffff;
}

/******************Main Navbar****************/

.navbar-light .dropdown-toggle::after {
    display: none;
}

.navbar-light .dropdown-item {
    width: calc(100% - 10px);
    padding: 7px;
    margin: 5px;
    border-radius: 3px;
    font-size: 15px;
}

.navbar-light .navbar-container {
    padding-left: 20px;
    padding-right: 40px;
}

.navbar-light .dropdown-item:focus, .navbar-light .dropdown-item:hover {
    color: #2A1B6F;
    background-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler {
    border: none;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("../images/icons/hamburger.svg");
}

.navbar-toggler:focus {
    box-shadow: none;
}

.offcanvas-start {
    top: 0;
    left: 0;
    right: unset;
    width: 300px;
    border-left: unset;
    border-right: 1px solid rgba(0, 0, 0, .2);
    border-top-right-radius: 50px;
    padding: 20px;
}

.offcanvas.show ul.navbar-nav {
    width: 100%;
    margin-top: 40px;
    align-items: flex-start;

}

.offcanvas.show ul.navbar-nav a.nav-link {
    padding-right: 0 !important;
}

.offcanvas.show ul.navbar-nav li {
    margin: 10px 0;
}

.offcanvas.show ul.dropdown-menu {
    width: 100%;
    border: none;
    list-style-type: disc;
    margin-right: 20px;
}

.offcanvas.show .nav-link {
    padding: 10px;
    margin: 5px 0;
    font-size: 16px;
}

.btn-close {
    background-image: url("../images/icons/close.svg");
    opacity: 1;
    position: absolute;
    right: 20px;
    padding: 10px;
}

.main-navbar {
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    right: 7%;
    height: 70px;
    border-bottom-right-radius: 50px;
    color: #2A1B6F;
    z-index: 150;
    box-shadow: 0 0 10px rgba(17, 17, 17, .12);

}

.main-navbar .nav-logo {
    width: 200px;
}

.main-navbar .nav-logo img {
    max-width: 80%;
}

.main-navbar a.nav-link {
    color: #2A1B6F !important;
    margin: 0 10px;
    padding: 2px !important;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    font-weight: 700;
}

.offcanvas:not(.show) .button-holder a.btn {
    margin-right: 30px;
}

.offcanvas.show .button-holder {
    width: 100%;
}

.offcanvas.show .button-holder a.btn {
    width: 100%;
    margin-top: 30px;
    display: block;
}

.main-navbar a.nav-link.active {
    color: #D8823D !important;
    border-bottom: 1px solid #D8823D;
}

.main-navbar .btn-outline-secondary {
    padding: 5px 30px;
    margin-left: 20px;
    border: 2px solid;
    font-size: 13px;
    font-weight: 700;
}

.main-navbar .navbar-cart img {
    width: 38px;
}

.main-navbar .navbar-search img {
    width: 25px;
}

/*************Home*************/
.index .home-slider {
    height: 100vh;
    width: 100%;
    position: relative;
    background-color: #eeeeee;
    overflow: hidden;
}

.index .home-slider .item:before {
    content: " ";
    width: 1000px;
    height: 1000px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: url("../images/bg_circles/circle.svg") no-repeat;
}

.index .home-slider .item {
    height: 100vh;
    width: 100%;
    padding: 100px;
    background-size: cover;
    background-position: right;
    position: relative;
}

.index .home-slider .item strong {
    color: #ffffff;
    font-size: 34px;
    line-height: 50px;
}

.index .home-slider .item a.btn-primary {
    padding: 7px 30px;
}

.index .home-slider .item .play-btn {
    width: 40px;
    margin: 0 10px;
}

.index .home-slider .item .inner-item {
    position: relative;
    top: 150px;
    z-index: 2;
}

.index .home-slider .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);

}

.index .home-slider .owl-dot {
    background: transparent;
    border: 1px solid #fff;
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 5px;
    border-radius: 100%;
}

.index .home-slider .owl-dot.active {
    background: #ffffff;
}

.index .vertical-tabs {
    position: relative;
    height: 418px;
    overflow: hidden;
}

.index .vertical-tabs .tabs_bg:before {
    content: " ";
    width: 1000px;
    height: 1000px;
    position: absolute;
    right: -7px;
    top: 0;
    background: url("../images/bg_circles/circle2.svg") no-repeat;
}

.vertical-tabs .img-holder {
    background: url("../images/home/tabs_image.jpg") no-repeat;
    background-size: cover;
    min-height: 440px;

}

.index .vertical-tabs .tabs-inner {
    z-index: 2;
    position: relative;
}

.index .vertical-tabs .tabs-inner .nav-link {
    color: #ffffff;
    opacity: 0.4;
    margin-top: 25px;
    font-size: 16px;
    min-width: 180px;
    transition: ease 0.1s;
}

.index .vertical-tabs .tabs-inner .nav-link.active {
    opacity: 1;
    font-weight: 700;
    font-size: 18px;
    background: transparent;
    border: none;
}

.index .vertical-tabs .tabs-inner .nav-pills {
    border-left: 1px solid #ffffff;
}

.index .vertical-tabs .tabs-inner .single-tab h3 {
    color: #EE82B3;
    font-size: 18px;
}

.index .vertical-tabs .tabs-inner .single-tab h4 {
    color: #EE82B3;
    font-size: 16px;
}

.index .vertical-tabs .tabs-inner .single-tab p {
    color: #ffffff;
}

.properties {
    position: relative;
}

.properties h2 {
    text-align: center;
    font-size: 30px;
}

.index .properties .inner-properties:before {
    content: " ";
    width: 1000px;
    height: 1000px;
    position: absolute;
    right: -20px;
    top: 0;
    background: url("../images/bg_circles/circle3.svg") no-repeat;
}

.properties .inner-properties h4 {
    font-size: 21px;
}

.counter-section {
    margin-top: 200px;
    background: url("../images/home/counter-slider.jpg") no-repeat;
}

.counter-section h2 {
    color: #ffffff;
    font-size: 30px;
}

.single-counter {
    color: #ffffff;
}

.single-counter p {
    font-family: "Kalameh", Tahoma;
    margin: 20px 0;
    font-size: 20px;
}

.single-counter span {
    vertical-align: middle;
}

.single-counter span.counter {
    font-size: 36px !important;
    font-weight: 700 !important;
}

.packages .nav-link {
    color: #2A1B6F;
}

.packages .nav-link.active {
    background: #D8823D;
    border: none;
}

.packages .nav {
    justify-content: center;
    box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.2);
    padding: 10px 10px;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.tab-content .single-class {
    margin-bottom: 20px;
}

.tab-content .single-class a {
    display: inline-block;
    width: 100%;
    min-height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 2px;
}

.tab-content .single-class a span {
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
    text-align: right;
}

.tab-content .single-class a:before {
    border-radius: 2px;
    content: ' ';
    background: linear-gradient(to top, #0f0541 0%, transparent 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.tab-content .single-class a:hover:before {
    background: #0f0541;
    opacity: 50%;
}

#mentors_slider {
    overflow: hidden;
    position: relative;
}

#mentors_slider .item {
    text-align: center;
    padding: 50px 0;
}

#mentors_slider .item .describe-me {
    opacity: 0;
    visibility: hidden;
    transition: ease all 0.6s;
}

#mentors_slider .item h3 {
    color: #4E3592;
    font-size: 22px;
}

#mentors_slider .item img {
    width: 180px;
    border-radius: 100px;
    box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.2);
    transition: ease all 0.6s;
    filter: grayscale(1);
}

#mentors_slider .owl-item.active.center {
    transform: scale(1.3);
}

#mentors_slider .owl-item.active.center img {
    filter: grayscale(0);
}

#mentors_slider .owl-item.active.center .describe-me {
    opacity: 1;
    visibility: visible;
}

.owl-nav button {
    position: absolute;
    top: 37%;
    z-index: 4;
    background: #4E3592;
    border: none;
    color: #ffffff;
    font-size: 28px;
    padding: 10px;
    width: 45px;
    height: 45px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.owl-nav button.owl-prev {
    right: 0;
}

.owl-nav button.owl-next {
    left: 0;
}

.index .mentors {
    position: relative;
    overflow: hidden;
}

.index .mentors:before {
    content: " ";
    width: 1373px;
    height: 1102px;
    position: absolute;
    left: -100px;
    top: 0;
    z-index: 0;
    background: url("../images/bg_circles/circle_rev_1.svg") no-repeat;
}

.index .mentors .mentor_inner {
    z-index: 10;
}

.register_suggestion {
    position: relative;
    min-height: 440px;
    overflow: hidden;
}

.register_suggestion .image-holder {
    background: url("../images/home/register-banner.jpg") no-repeat;
    background-size: cover;
    min-height: 440px;
}

.register_suggestion .tabs_bg:before {
    content: " ";
    width: 1384px;
    height: 685px;
    position: absolute;
    left: -269px;
    top: 0;
    background: url(../images/bg_circles/circle_rev-2.svg) no-repeat;
}

.register_suggestion .tabs-inner {
    z-index: 2;
    position: relative;
}

.single-service {
    position: relative;
}

.single-service:before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #0f0541;
    opacity: 0.7;
    z-index: 0;
}

.single-service .inner-service {
    z-index: 2;
    color: #ffffff;
    position: relative;
}

.single-service .inner-service img {
    width: 100px;

}

.single-service .inner-service h3 {
    font-size: 22px;

}

.single-service .inner-service h4 {
    color: #D8823D;
    font-size: 18px;

}

/*************Top Section*************/
.top-section {
    min-height: 700px;
    width: 100%;
    background-size: cover;
    background-position: top;
    padding: 300px 115px;
    position: relative;
}

.top-section h1 {
    color: #ffffff;
    position: relative;
    z-index: 2;
    font-size: 40px;
    font-weight: 700;
}

.top-section .inner-top {
    background-color: #4E3592;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 50px;
    width: 100%
}

.top-section:before {
    content: " ";
    width: 1000px;
    height: 1000px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: url(../images/bg_circles/circle.svg) no-repeat;
}

.top-section .inner-top h2 {
    color: #ffffff;
    position: relative;
    z-index: 2;
    font-size: 22px;
}

.top-section .top-counter {
    text-align: center;
}

.top-section .top-counter span {
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
}

.top-section .top-counter p {
    color: #EE82B3;
    margin-top: 5px;
}

/*********About****************/
.about .top-section {
    background-image: url("../images/home/headers/about.jpg");
}

.about-video {
    position: relative;
}

.about-video .bg-img:before {
    content: " ";
    width: 2667px;
    height: 1602px;
    position: absolute;
    right: -1718px;
    top: 0;
    z-index: -1;
    background: url("../images/bg_circles/about/top_right.svg") no-repeat;
}

.video_wrapper {
    margin: 20px 0;
    position: relative;
    box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.2);
}

.video_wrapper video {
    width: 100%;
    height: auto;
}

.video_wrapper .video_content {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.video_wrapper .video_content .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.gallery {
    position: relative;
}

.gallery h2 {
    text-align: center;
    font-size: 30px;
}

.gallery .col-md-3 {
    margin-bottom: 15px;
}

.gallery .inner-gallery:before {
    content: " ";
    width: 1327px;
    height: 1064px;
    position: absolute;
    left: -171px;
    bottom: 0;
    z-index: -1;
    background: url("../images/bg_circles/about/left_bottom.svg") no-repeat;
}

/**********Register*******************/
.register .section-column {
    height: 100vh;
}

.register .img-holder {
    background: url("../images/login/bg-login.jpg") no-repeat center;
    background-size: cover;
    position: relative;
}

.otp-inputs input {
    padding: 0.1rem 0.375rem;
    font-size: 23px;
    font-weight: 700;
}

.outer-form-link {
    position: absolute;
    left: 0;
    top: -30px;
    font-size: 14px;
}

.register .inner-form {
    border: 1px solid #707070;
    border-radius: 3px;
    border-top-right-radius: 30px;
    position: relative;
    top: 45%;
    transform: translateY(-50%);
    background: #ffffff;
    margin: 50px 100px;
}

.register .inner-form h2 {
    font-size: 21px;
    font-weight: 700;
    color: #2A1B6F;
}

.register .logo {
    max-width: 300px;
}

/****************FAQ*******************/
.top-section-short {
    position: relative;
    min-height: 240px;
    background-size: cover;
}

.top-section-short.faq {
    background: url("../images/home/headers/faq.jpg") no-repeat center;
}

.top-section-short.contact {
    background: url("../images/home/headers/contact.jpg") no-repeat center;
}

.top-section-short.shop {
    background: url("../images/home/headers/shop.jpg") no-repeat center;
}

.top-section-short.product {
    background: url("../images/home/headers/product.jpg") no-repeat center;
}

.top-section-short.cart {
    background: url("../images/home/headers/cart.jpg") no-repeat center;
}

.top-section-short.course-confirm {
    background: url("../images/home/headers/cart.jpg") no-repeat center;
}

.top-section-short.receipt {
    background: url("../images/home/headers/cart.jpg") no-repeat center;
}

.top-section-short:before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-image: linear-gradient(to bottom, #7d5ed1 0%, #2e186f 100%);
}

.top-section-short h1 {
    color: #ffffff;
    font-weight: 700;
    position: relative;
    top: 120px;
    right: 110px;
    z-index: 2;
    font-size: 30px;
    display: inline-block;
}

.faq-section {
    position: relative;
}

.faq-section .accordion-item {
    position: relative;
    box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    margin-top: 20px;
    margin-bottom: 30px;

}

.faq-section .accordion-item:before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 27px;
    height: 27px;
    background: url("../images/bg_circles/faq-small.svg") no-repeat;
    z-index: 10;
}

.faq-section .accordion-item .accordion-button {
    color: #2A1B6F;
    font-weight: 700;
    font-size: 16px;
    padding-right: 35px;
}

.faq-section .accordion-item .accordion-button:focus {
    box-shadow: none !important;
}

.faq-section .accordion-button:not(.collapsed) {
    background-color: white;
    border-bottom: 1px solid #D0D0D0;
}

.faq-section:before {
    content: " ";
    width: 759px;
    height: 638px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    background: url(../images/bg_circles/faq-bg.svg) no-repeat;
}

.inner-contact {
    box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.2);
    position: relative;
}

.inner-contact:before {
    content: " ";
    width: 379px;
    height: 318px;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/bg_circles/contact.svg") no-repeat;
}

.contact-list li {
    margin-bottom: 15px;
    padding: 10px;
    display: flex;
    align-items: center;
    font-weight: 700;
    color: #2A1B6F;
}

.contact-list .top-list {
    background-color: rgba(71, 235, 11, 0.2);
    color: #47EB0B;
    border-radius: 4px;
}

.contact-list li span {
    margin-right: 10px;
    vertical-align: super;
    font-size: 14px;
}

.full-width {
    width: 100%
}

.inner-contact .contact-form .form-control {
    background-color: #ffffff !important;
    border: 1px solid #A9A9A9;
}

/************COACHES****************/
.coaches .top-section {
    background-image: url("../images/coaches/coaches-bg.jpg");
    min-height: 350px;
    padding: 150px 25px;
    overflow: hidden;

}

.coaches .top-section h1 {
    right: 90px;
    top: unset !important;
}

.coaches .top-section:before {
    content: " ";
    width: 1183px;
    height: 637px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    background: url(../images/bg_circles/coaches.svg) no-repeat;
}

.coaches .single-coach-list .img-holder {
    position: relative;
}

.coaches .single-coach-list .img-holder:before {
    content: " ";
    background-image: url("../images/icons/half-circles.svg");
    position: absolute;
    z-index: 1;
    bottom: -38px;
    left: 0;
    width: 177px;
    height: 88px;

}

.coaches .single-coach-list h2 {
    font-weight: 700;
    z-index: 1;
    position: relative;
    font-size: 28px;
    margin-bottom: 10px;
}

.coaches .single-coach-list p {
    color: #EE82B3;
}

.coaches-list {
    z-index: 99;
    background-color: #ffffff;
}

.coach .top-section-short {
    background-image: url("../images/coaches/coach-single.jpg");
    background-size: cover;
}

.coach-details-panel {
    box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.2);
    position: relative;
}

.coach-details-panel .avatar-holder {
    position: absolute;
    width: 150px;
    top: -75px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
}

.avatar-holder:before {
    content: ' ';
    background-image: url("../images/icons/half-circle-right.svg");
    position: absolute;
    right: -141px;
    bottom: 46px;
    width: 141px;
    height: 70px;
}

.avatar-holder:after {
    content: ' ';
    background-image: url("../images/icons/half-circle-left.svg");
    position: absolute;
    left: -141px;
    bottom: 46px;
    width: 141px;
    height: 70px;
}

.coach-details-panel .avatar-holder img {
    max-width: 100%;
    border-radius: 50%;
    border: 4px solid #4E3592;
}

.support-contact {
    text-align: left;
}

.support-contact .contact-list .top-list {
    display: inline-flex;
}

.like-details {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 8px;
}

.likes {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 10px;
}

.likes .like, .likes .dislike {
    margin: 0 10px;
}

.likes .like span, .likes .dislike span {
    line-height: 24px;
    font-size: 19px;
    padding: 0 5px;
}

.likes .like img, .likes .dislike img {
    width: 18px;
}

.coach .coach-details-list {
    color: #0f0541;
    font-size: 16px;
    line-height: 36px;
    font-weight: 700;
}

.coach h2, .coach h3 {
    color: #0f0541;
}

.coach h3 {
    margin-bottom: 15px;
    font-size: 25px;
}

.coach .single-class {
    position: relative;
}

.single-class .description-holder p {
    color: #ffffff;
}

.coach .single-class {
    min-height: 300px;
    border-radius: 4px;
}

.coach .single-class .description-holder {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(33, 18, 101, 0.6);
    color: #ffffff;
    font-weight: 700;
    border-top-left-radius: 100px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.comments .date {
    color: #959595
}

.comments .single-comment {
    border-bottom: 1px solid #D0D0D0;
    padding-bottom: 15px;
}

.comments .single-comment:last-child {
    border-bottom: none;
}

.comments-btn {
    min-width: 230px;
}

.stars img {
    width: 18px;
}

/********Courses***************/
.courses .top-section {
    background-image: url("../images/home/headers/course.jpg");
}

.filter-bar {
    background-color: #0f0541;
    margin: 20px 0;
    padding: 10px 20px;
}

.filter-bar label {
    color: #ffffff;
    padding: 5px;
    cursor: pointer;
    user-select: unset;
    font-size: 15px;
}

.form-check-input {
    cursor: pointer;
    background: transparent;
}

.filter-bar .form-check-input {
    border-color: #ffffff;
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")
}

.form-check-input[type=radio] {
    border-radius: 0.3rem;
}

.form-check-input:checked {
    background-color: #D8823D;
    border-color: #D8823D;
}

.form-check-input:focus {
    border-color: #D8823D;
    box-shadow: none;
}

.form-check-input:checked + .form-check-label {
    color: #D8823D;
}

.filter-bar .filter-btn {
    min-width: 100px;
    padding: 5px 10px !important;
    font-size: 15px;
    line-height: 19px;
}

.single-course {
    min-height: 300px;
    position: relative;
}

.single-course .simple-detail {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 20px;
    background: linear-gradient(to top, #0f0541 0%, transparent 100%);
    display: flex;
    align-content: center;
    align-items: flex-end;
    justify-content: space-between;
    transition: all 0.5s ease;

}

.course-price {
    color: #D8823D;
    font-size: 18px;
}

.course-name, .course-name p {
    color: #ffffff !important;
}

.full-details {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(42, 27, 111, .6);
    padding: 30px 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;

}

.full-details .course-name {
    border-bottom: 2px solid rgba(255, 255, 255, .6);
    padding-bottom: 20px;
}

.course-details {
    margin: 20px 0;
}

.course-details p {
    color: #ffffff;
}

.single-course:hover .simple-detail {
    opacity: 0;
    visibility: hidden;
}

.single-course:hover .full-details {
    opacity: 1;
    visibility: visible;
}

.filter-btn-mobile {
    box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.2);
    color: #D8823D;
    min-width: 180px;
    position: relative;
    font-weight: 700;
}

.filter-btn-mobile img {
    position: absolute;
    right: 6px;
    width: 25px;
    top: 8px;
}

.filter-btn-mobile:hover, .filter-btn-mobile:focus {
    color: #D8823D;
    box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.2);

}

.filter-btn-mobile::after {
    position: absolute;
    left: 10px;
    top: 17px;
    background-image: url(../images/icons/arrow-down.svg);
    width: 16px;
    height: 9px;
    border: none !important;
}

.courses-list .top-section-short {
    background-image: url("../images/coaches/single-coach-bg.jpg");
    background-size: cover;
}

.course-list {
    box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.2);
    margin: 20px 10px;
}

.top-list.blue {
    background-color: rgba(21, 105, 170, .2);
    color: #1569AA;
    margin-right: 10px;
}

.top-list.orange {
    background-color: rgba(231, 15, 15, 0.2);
    color: #cd2b0f;
    margin-right: 10px;
}

.course-list .contact-list, .course-list .contact-list li {
    display: inline-block;
    margin-bottom: 0 !important;
}

.course-list h4, .course h4 {
    color: #0f0541;
    font-size: 18px;
    margin-bottom: 20px;
}

.course-image-holder {
    background-color: #0f0541;
}

.avatar-holder-list {
    position: absolute;
    width: 90px;
    border-radius: 100%;
    bottom: 5px;
    right: 5px;
}

.avatar-holder-list img {
    border-radius: 100%;
    border: 2px solid #0f0541;
}

/**********COURSE*********************/
.course .top-section-short {
    background-image: url("../images/home/headers/course-detail.jpg");
    background-size: cover;
}

.coach-name {
    color: #EC9108 !important;
}

.discount-input button {
    font-weight: 700;
    background: #E0E0E0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #E0E0E0;
    border-right: 1px solid #707070;
}

.discount-input input, .discount-input input:focus {
    box-shadow: none !important;
    background: #E0E0E0;
    border-color: #E0E0E0;
}

.single-checkout-box {
    box-shadow: 0 4px 6px 2px rgba(0, 0, 0, .3);
    border-radius: 4px;
    position: sticky;
    top: 90px;
}

.single-checkout-box h3 {
    font-size: 21px;
    margin-bottom: 0;
}

.single-checkout-box img {
    border: none;
    width: 30px;
}

.gallery-carousel, .products-carousel {
    overflow: hidden;
}

.mega-search-input {
    border: 7px solid #2A1B6F;
    background: #2A1B6F;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-left: 10px solid #2A1B6F;
    border-right: 10px solid #2A1B6F;
}

.mega-search-input input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.mega-search-input button {
    padding-right: 50px;
    padding-left: 50px;
    background: #D8823D;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.modal-header {
    justify-content: center;
    background: #D0D0D0;
    border: 1px solid #D0D0D0;
    padding: 5px;
}

.like-buttons button {
    background: transparent;
    border: none;
    margin-right: 10px;
}

.like-buttons img {
    width: 25px;

}

/*************SHOP*************/

.single-product {
    border: 1px solid #A9A9A9;
    margin: 12px 0;
    border-radius: 4px;
}

.single-product .img-holder {
    height: 200px;
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid #A9A9A9;
    position: relative;
}

.single-product .img-holder img {
    max-height: 100%;
    max-width: 100%;
}

.img-holder .discount-badge {
    position: absolute;
    top: 0;
    left: 0;
    background: #E10808;
    border-bottom-right-radius: 30px;
    color: #ffffff;
    padding: 10px;
}

.single-product .content-box {
    padding: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 95px;
}

.single-product .content-box h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.single-product .content-box .product-price {
    color: #D8823D
}

.last-price {
    color: #A9A9A9;
    text-decoration: line-through;
}

.last-price h5 {
    font-size: 14px !important;
    color: #A9A9A9;
    text-decoration: line-through;
}

.page-link, .page-link:focus {
    box-shadow: none;
}

.shop .page-link {
    margin: 0 20px;
    background: #D0D0D0;
    color: #2A1B6F;
    border-radius: 4px
}

.shop .page-link.arrow {
    background: #4E3592;
    margin: 0 40px;
}

.shop .page-link.arrow img {
    height: 20px;
}

.shop .page-item.active .page-link {
    background-color: #2A1B6F;
    border-color: #2A1B6F;
}

.shop-search-holder {
    box-shadow: 0 4px 6px 2px rgba(0, 0, 0, .3);
    padding: 10px;
    margin-top: 15px;
}

.shop-search-holder input {
    background: #EEEEEE !important;
    border: none;
    box-shadow: none !important;
}

.shop-search-holder button {
    border: none;
    background: #EEEEEE !important;
}

.shop-search-holder button img {
    width: 22px;
    vertical-align: middle;
}

.chips .chip {
    background: #EEEEEE;
    padding: 10px;
    margin-left: 10px;
    margin-top: 10px;
    white-space: nowrap;
    display: inline-block;
    border-radius: 4px;
}

.chips .chip button {
    border: none;
    background: transparent;
}

.chips .chip button img {
    width: 13px;
    vertical-align: middle;
}

.chips .chip a {
    border: none;
    background: transparent;
}

.chips .chip a img {
    width: 13px;
    vertical-align: middle;
}


.widget-list {
    border: 1px solid #A9A9A9;
    padding: 20px;
    border-radius: 4px;
    font-size: 16px;
}

.widget-list h5 {
    font-size: 20px;
}

.form-check .form-check-label {
    position: relative;
    top: 0px;
    font-size: 16px;
    margin-bottom: 5px;
}

.widget-btn {
    background: #EEEEEE;
    width: 100%;
    margin-top: 10px;
    font-size: 16px;
}

.top-contents {
    display: block;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.mobile-filter {
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, .2);
    padding: 7px;
    margin-right: 15px;
    margin-top: 10px;
}

.mobile-filter img {
    vertical-align: middle;
}

/**********SINGLE PRODUCT**************/
.shop-top {
    position: relative;
}

.background-holder:before {
    content: " ";
    width: 594px;
    height: 499px;
    position: absolute;
    left: 0;
    top: -20px;
    z-index: 0;
    background: url("../images/bg_circles/shop-top.svg") no-repeat;
}

.product-image {
    border: 1px solid #A9A9A9;
    border-radius: 4px 20px 4px 4px;
    text-align: center;
    padding: 10px 20px;
    margin-bottom: 20px;
    position: relative;
}

.product-gallery {
    border: 1px solid #A9A9A9;
    border-radius: 4px;
    text-align: center;
}

.product-gallery a {
    padding: 10px;
    display: block;
    min-height: 100px;
}

.product-gallery img {
    vertical-align: middle;
}

.product .single-checkout-box {
    background: #ffffff;
}

.product .single-checkout-box .product-info .contents {
    margin-right: 25px;
}

.product .single-checkout-box img {
    border-radius: unset;
    border: unset;
    width: unset;
}

.mobile-products-details img {
    width: 20px;
    margin-left: 10px;
}

/************CART******************/
/* CSS */
.steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    position: relative;
    top: -15px;
}

.step-button {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #D0D0D0;
    transition: .4s;
    border: 3px solid #D0D0D0;
}

.step-button.active {
    background-color: #D8823D;
}

.step-button[aria-expanded="true"] {
    width: 60px;
    height: 60px;
    background-color: #D8823D;
    color: #fff;
}

.done {
    background-color: #D8823D;
    color: #fff;
}

.step-item {
    z-index: 10;
    text-align: center;
}

#progress {
    -webkit-appearance: none;
    position: absolute;
    width: 95%;
    z-index: 5;
    height: 10px;
    margin-right: 21px;
    margin-bottom: 18px;
}

/* to customize progress bar */
#progress::-webkit-progress-value {
    background-color: #D8823D;
    transition: .5s ease;
}

#progress::-webkit-progress-bar {
    background-color: #ddd;

}

/*********Footer***********************/
.footer-list li {
    margin-bottom: 10px;
    font-size: 16px;
}

footer.site-footer {
    border-top: 1px solid #B9B9B9;
    padding-top: 125px;
    padding-bottom: 75px;
}

footer address {
    color: #2A1B6F;
    line-height: 25px;
    margin-bottom: 20px;
}

.social-media a {
    display: inline-block;
    margin-left: 10px;
    background: rgba(13, 93, 154, 0.5);
    padding: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
}

.social-media a img {
    width: 20px;
    vertical-align: middle;

}

/*......*/
.cart .single-product .img-holder {
    border-bottom: none;
    position: unset;

}

.cart .single-product {
    position: relative;
}

.cart-increment {
    background: #F0F0F0;
    align-items: center;
    display: inline-block;
    border-radius: 4px;
}

.cart-increment button {
    border: none;
    font-size: 25px;
    border-radius: 4px;
    padding: 5px 15px;
}

.cart-increment button img {
    width: 22px;
}

.cart-increment .increment-holder {
    font-size: 22px;
}

.cart .single-product .content-box {
    padding: 0;
}

.cart .single-product {
    border: 1px solid #dadada;
    margin: 0;
    border-radius: 4px;
    box-shadow: 0 0 8px rgba(17, 17, 17, .14);
}

.cart .form-title {
    font-size: 22px;
}

button.shipping_time span {
    font-size: 15px;
}

.btn-recipient-info .btn-secondary {
    background: #A9A9A9;
    border-color: #A9A9A9;
}

.cart .edit-info button {
    background: none;
    border: none;
}

.cart .edit-info button span {
    color: #D8823D;
    font-size: 28px;
}

.cart .edit-info span {
    color: #A9A9A9;
    font-size: 28px;
}

.cart .time-table {
    border: 1px solid #dbdbdb;
    padding: 10px;
    text-align: center;
}

.cart .time-table.active {
    background: rgba(216, 144, 87, 0.3);
    border: 1px solid #D8823D;
    color: #000;
}

.cart .time-table span.price {
    color: #959595;
    font-size: 15px;
    margin-top: 5px;
    display: block;
}

.cart .time-table button {
    background: none;
    border: none;
}

.step-button.active.prev {
    border-color: #D8823D;
}

.cart .success-txt {
    color: #24E007;
    font-weight: 700;
}

.cart .title-success {
    font-size: 18px;
    color: #959595;
}

.cart .desc-success {
    color: #656565;
    font-size: 18px;
}

.thick-pay {
    background: #24E007;
    display: inline-block;
    border-radius: 50px;
    width: 50px;
    padding: 10px;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    height: 50px;
}

.thick-pay img {
    margin-top: 6px;
}

.terms p {
    text-align: justify;
    margin-bottom: 15px;
}

.terms div {
    line-height: 30px;
}

.faq-section.terms:before {
    content: " ";
    width: 546px;
    height: 460px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    background: url(../images/bg_circles/terms.svg) no-repeat;
}

.term .top-section-short {
    background: linear-gradient(to bottom, #7d5ed1 0%, #2e186f 100%) !important;
}

.error_section {
    background: rgba(98, 69, 176, 0.4);
    padding: 15px;
    border-radius: 100%;
    width: 500px;
    height: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.error_section .inner-section {
    border: 2px solid #2A1B6F;
    border-radius: 100%;
    width: 100%;
    height: 100%;
}

.error_section .inner-section .text-containers {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 100%;
}

.error_section .inner-section .text-containers h2 {

    color: #4E3592;
}

.error_section .inner-section .text-containers h2.text_404 {
    font-weight: 700;
    font-size: 120px;
}

.error-page, .error_404 {
    height: 100vh;
    overflow: hidden;
    background: #E0E0E0;
    position: relative;
}

.error_404 .bubbles:before {
    content: " ";
    position: absolute;
}

.error_404 .bubble_1:before {
    background: url("../images/bg_circles/page_404/bubble1.svg");
    width: 837px;
    height: 837px;
    right: -400px;
    bottom: -400px;
}

.error_404 .bubble_2:before {
    background: url("../images/bg_circles/page_404/bubble2.svg");
    width: 981px;
    height: 981px;
    right: 100px;
    bottom: -800px;
}

.error_404 .bubble_3:before {
    background: url("../images/bg_circles/page_404/bubble3.svg");
    width: 440px;
    height: 440px;
    left: -220px;
    top: 100px;
}

.error_404 .bubble_4:before {
    background: url("../images/bg_circles/page_404/bubble4.svg");
    width: 981px;
    height: 981px;
    left: 0;
    top: -500px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #D8823D;
    background: #D8823D;
    font-weight: normal;
    color: #D8823D;
}

.ui-widget-header {
    border: none !important;
    background: #f1d3bb;
    color: #222222;
    font-weight: bold;
}

.ui-widget-content {
    border: none;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -0.15em;
    margin-left: -0.6em;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    cursor: pointer;
}

#about-home-btn {
    position: relative !important;
}

.badge {
    padding-left: 9px;
    padding-right: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.label-warning[href],
.badge-warning[href] {
    background-color: #c67605;
}

#lblCartCount {
    font-size: 10px;
    background: #ff0000;
    color: #fff;
    padding: 2px 5px;
    vertical-align: top;
    margin-right: -10px;
}

.packages #pills-tab {
    font-size: 16px;
}

.courses .single-course .course-price h5 {
    font-size: 15px;
}

.like-details-title {
    font-size: 20px;
}

.coach .single-class .description-holder h4 {
    font-size: 20px;
}

.comments .single-comment .author {
    font-size: 18px;
    margin-top: 10px;
}

.comments .single-comment .date {
    font-size: 15px;
}

.single-product .content-box .product-price h5 {
    font-size: 18px;
}

.widget-list label {
    margin-bottom: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999;
    font-size: 15px;
}

.single-checkout-box .product-info .contents h5 {
    font-size: 18px !important;
    margin-bottom: 5px;
}

.single-checkout-box .product-info .contents span {
    color: #a6a6a6;
    font-size: 15px;
    line-height: 25px;
}

.product .single-checkout-box img {
    width: 22px;
}

.shop-top h2 {
    font-size: 26px;
}

.shop-top h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

.comments h3 {
    font-size: 24px;
}

.comments h5 {
    font-size: 22px;
}

.breadcrumb-container {
    font-size: 15px;
}

#price_show {
    font-size: 15px;
}

.index .mentor_inner .mentors_slider .owl-nav button {
    top: 33% !important;
}

.contact-section .inner-contact label {
    font-size: 17px;
}

.cart-item h2 {
    font-size: 24px !important;
}

.cart-item h5 {
    font-size: 16px !important;
}

.cart-item .product-info .contents span {
    font-size: 16px;
    margin-top: 15px;
}

.shipping_time strong {
    font-size: 16px;
    margin-left: 5px;
}

body.cart {
    overflow: unset;
}

.footer-contact-holder {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.enamad-holder img {
    max-width: 100%;
}

.register-form-font-size {
    font-size: 14px;
}

.login-form-font-size {
    font-size: 16px;
}

.form-group.has-toggle {
    position: relative;
}

.input-toggle {
    background-color: transparent;
    border: none;
    position: absolute;
    right: 0;
    top: 35px;
}

.input-toggle img {
    width: 20px;
}

/* testimonial slider */

.shadow-effect {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #ECECEC;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
}

#customers-testimonials .shadow-effect p {
    font-family: inherit;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
}

.testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: #4e3592;
    padding: 9px 35px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
}

#customers-testimonials .item {
    display: table-cell;
    text-align: center;
    padding: 50px;
    margin-bottom: 80px;
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 90px;
    margin: 0 auto 17px;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #4e3592;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#customers-testimonials.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: #4e3592;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
}

/* back to top */

#top-btn {
    display: none;
    position: fixed;
    bottom: 25px;
    left: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #D8823D;
    color: white;
    cursor: pointer;
    padding: 6px;
    border-radius: 10px;
}

#top-btn:hover {
    background-color: #EE82B3;
}