@font-face {
    font-family: 'bahij';
    src: url('../webfonts/fonts_design/bahij_bold/BahijJanna-Bold.eot');
    src: url('../webfonts/fonts_design/bahij_bold/BahijJanna-Bold.eot?#iefix') format('embedded-opentype'),
    url('../webfonts/fonts_design/bahij_bold/BahijJanna-Bold.woff2') format('woff2'),
    url('../webfonts/fonts_design/bahij_bold/BahijJanna-Bold.woff') format('woff'),
    url('../webfonts/fonts_design/bahij_bold/BahijJanna-Bold.ttf') format('truetype');

    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'bahij';
    src: url('../webfonts/fonts_design/bahij/BahijJanna.eot');
    src: url('../webfonts/fonts_design/bahij/BahijJanna.eot?#iefix') format('embedded-opentype'),
    url('../webfonts/fonts_design/bahij/BahijJanna.woff2') format('woff2'),
    url('../webfonts/fonts_design/bahij/BahijJanna.woff') format('woff'),
    url('../webfonts/fonts_design/bahij/BahijJanna.ttf') format('truetype');

    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.menu-logo img {
    max-width: 220px;
}

.swal-overlay {
    display: none !important;
}

.sec-fly {
    position: fixed;
    bottom: 10px;
    width: 300px;
    height: 70px;
    cursor: pointer;
    z-index: 99;
    background: var(--hover);
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    transition: linear .4s;
    left: 10px;
    transform: none;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

html[dir="ltr"] .sec-fly {
    font-size: 13px;
}

.sec-fly button {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: transparent;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    font-size: 30px;
}

#endorder:hover {
    background: #6c757d;
    transition: linear .4s;
}

.unwesores div {
    display: flex;
    justify-content: space-between;
}

.unwesores div a {
    color: #fff;
    border-bottom: 1px solid;
}


* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    text-decoration: none !important;
    outline: none !important;
    border: none;
    list-style: none;
}


.certification-quiz {
    border: 2px solid #e1dfdf;
    padding: 20px 50px;
    margin: 30px 0;
    background: #f7f7f7;
    border-radius: 5px;
}

.certification-quiz h2 {
    text-align: center;
    padding: 20px;
    /* border: 2px dashed #e7e7e7; */
    display: table;
    margin: 0px auto 0;
    background: var(--hover);
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.certification-quiz h3 {
    margin: 20px 0 0;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px solid;
    padding-bottom: 5px;
    display: table;
    cursor: pointer;
}

.certification-quiz .answers {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
}

.certification-quiz .answers span {
    cursor: context-menu;
    padding: 5px;
}

.certification-quiz .after-final {
    display: flex;
    align-items: center;
    gap: 5px;
}

.certification-quiz .choised {
    display: inline-flex;
    min-width: 70px;
    border: 1px dashed var(--hover);
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 5px;
}

.certification-quiz .submit-quiz {
    margin: 20px 0;
}

.certification-quiz .submit-quiz button {
    background: var(--hover);
    color: #fff;
    min-width: 100px;
    min-height: 40px;
    cursor: pointer;
}

.results-quiz h6 {
    margin: 15px 0;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.results-quiz h6 i {
    color: var(--hover);
    font-size: 22px;
}

.results-quiz {
    visibility: hidden;
    height: 0;
    transition: linear .4s;
}

.goopen {
    visibility: visible;
    height: auto;
    transition: linear .4s;
}

.certification {
    position: relative;
}


html {
    scroll-behavior: smooth;
}

p, h1, h2, h3:not(.slid-body h3), h4, h5, h6, ul, ol,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0;
}

img, iframe {
    max-height: 100%;
}

img:not(.slider img) {
    object-fit: contain;
}

button, li, a {
    transition: all 0.4s ease-in-out;
}

html[dir='rtl'] body {
    font-family: 'bahij';
    direction: rtl;
    text-align: right !important;
}

html[dir='ltr'] body {
    font-family: 'bahij';
    direction: ltr;
    text-align: left !important;
}

main {
    position: relative;
    overflow: hidden;
}

/* Colors */

:root {
    --main: #48A6A6;
    --hover: #2973B2;
}


/* Main Scroll Bar */

body::-webkit-scrollbar {
    width: 8px;
}

body::-webkit-scrollbar-track {
    background: #FFF;
}

body::-webkit-scrollbar-thumb {
    background: var(--hover);
    border-radius: 20px;
}

.swiper-pagination {
    margin-top: 40px;
    right: 0;
    display: flex;
    justify-content: start;
}

.main-slider .swiper-pagination {
    margin-top: 0;
    bottom: 100px;
    right: 60px;
}

.swiper-pagination-bullet {
    width: 22px;
    height: 22px;
    background-color: transparent;
    margin: 5px !important;
    display: flex;
    align-items: center;
    border: 1px solid var(--main);
    border-radius: 100%;
    transition: all .35s ease-in-out;
}

.swiper-pagination-bullet-active::before {
    content: "";
    width: 13px;
    height: 13px;
    background: var(--hover);
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .35s ease-in-out;
}

.swiper-pagination-bullet {
    opacity: 1;
}

.swiper-pagination-bullet-active {
    border-color: #8dc0e0;
}


/* loader */
#loader-wrapper {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    overflow: hidden;
    background: #232323;
    visibility: hidden;
    border-radius: 5px;
}

.wesooo {
    visibility: visible !important;
}

.no-js #loader-wrapper {
    display: none;
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #0f0f0f;
    z-index: 9999;
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}

#loader-wrapper .loader-section.section-right {
    right: 0;
}

/* Loaded styles */
/*.loaded #loader-wrapper .loader-section.section-left {*/
/*    transform: translateX(-100%);*/
/*    transition: all 0.7s 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);*/
/*}*/

/*.loaded #loader-wrapper .loader-section.section-right {*/
/*    transform: translateX(100%);*/
/*    transition: all 0.7s 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);*/
/*}*/

.loaded .loader {
    opacity: 0;
    transition: all 0.4s ease-out;
}

/*.loaded #loader-wrapper {*/
/*    visibility: hidden;*/
/*    transform: translateY(-100%);*/
/*    transition: all 0.4s 1s ease-out;*/
/*}*/

.loader {
    /*animation: rotate 1s infinite;*/
    z-index: 99999;
    position: absolute;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}

.loading {
    display: flex;
    animation: scalee1 3s;
}

.loading .dot {
    position: relative;
    width: 1em;
    height: 1em;
    margin: 0.8em;
    border-radius: 50%;
}

.loading .dot::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    animation: wave 2s ease-out infinite;
}

.loading .dot:nth-child(1) {
    background: var(--hover);
}

.loading .dot:nth-child(1)::before {
    animation-delay: 0.2s;
}

.loading .dot:nth-child(2) {
    background: var(--hover);
}

.loading .dot:nth-child(2)::before {
    animation-delay: 0.4s;
}

.loading .dot:nth-child(3) {
    background: var(--hover);
}

.loading .dot:nth-child(3)::before {
    animation-delay: 0.6s;
}

.loading .dot:nth-child(4) {
    background: var(--hover);
}

.loading .dot:nth-child(4)::before {
    animation-delay: 0.8s;
}

.loading .dot:nth-child(5) {
    background: var(--hover);
}

.loading .dot:nth-child(5)::before {
    animation-delay: 1s;
}

@keyframes wave {
    50%, 75% {
        transform: scale(2.5);
    }
    80%, 100% {
        opacity: 0;
    }
}

/* Loaded styles */
.loaded #loader-wrapper .loader-section.section-left {
    transform: translateX(-100%);
    transition: all 0.7s 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
    transform: translateX(100%);
    transition: all 0.7s 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded .loader {
    opacity: 0;
    transition: all 0.4s ease-out;
}

/*.loaded #loader-wrapper {*/
/*    visibility: hidden;*/
/*    transform: translateY(-100%);*/
/*    transition: all 0.4s 1s ease-out;*/
/*}*/

#loader-wrapper img {
    z-index: 999999;
    width: 200px;
}

#loader-wrapper img {
    animation: scalee 2s;
    margin-bottom: 20px;
}

@keyframes scalee {
    from {
        transform: scale(0) rotateX(0deg);
    }
    to {
        transform: scale(1) rotateX(359deg);
    }
}

@keyframes scalee1 {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

.search_lang {
    display: flex;
    align-items: center;
}

.join {
    display: flex;
    width: auto;
    height: 40px;
    background: transparent;
    border-radius: 20px;
    padding: 10px;
    align-items: center;
    color: #000;
    margin-inline-end: 6px;
    transition: all .5s ease;
    border: none;
    justify-content: space-around;
}

.search_lang a:not(:last-child) {
    margin-inline-end: 6px;
}

.main_search i,
.main_search:hover i {
    color: #000;
}

.join:hover {
    background: var(--hover);
    color: #FFF;
}

.main_search {
    background-color: var(--main);
    position: relative;
    overflow: hidden;
}



.header-bg {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border-radius: 35px;
    background: rgba(255, 255, 255, 1);
    flex: 1;
    margin-inline-start: 20px;
}

.page-main .nav-tabs .nav-item.nav-item-icon {
    background-color: var(--main) !important;
    border-color: var(--main) !important;
}

.page-main .nav-tabs .nav-item.show .nav-link, .page-main .nav-tabs .nav-link.active {
    background-color: var(--hover) !important;
    border-color: var(--hover) !important;
}

.course-item {
    position: relative;
    height: 100%;
    padding: 15px;
    box-shadow: 0 0 3px rgb(0 0 0 / 30%);
    display: block;
    transition: all .4s ease-in-out;
}

.course-item:hover {
    opacity: 1;
    transform: scale(1.1);
}

.pay-item-thumb img {
    width: 100%;
    object-fit: none;
}

.btn-Convert-Html2Image {
    background: var(--main);
    padding: 12px;
    color: #FFF;
    border-radius: 50px;
}

.coubon h2 {
    margin-bottom: 15px;
}

.buttonwatched {
    margin-bottom: 40px;
}

.buttonwatched button {
    cursor: pointer;
    background: #DEDEDE;
}

.course-single-item i {
    font-size: 23px;
}

.video-intro video {
    width: 100%;
}

.course-single-item {
    background: var(--main);
    padding: 20px;
}

.course-single-item a {
    color: #FFF;
}

.buttonwatched button {
    width: 100%;
}

.end-cart-btn button {
    padding: 10px 15px;
    border: 1px solid var(--main) !important;
    background: var(--main) !important;
    color: #FFF !important;
    cursor: pointer !important;
}

.end-cart-btn button:hover {
    border: 1px solid var(--hover) !important;
    background: var(--hover) !important;
}


.course-item-actions button {
    border-color: var(--main) !important;
    background: var(--main) !important;
    color: #FFF !important;
    cursor: pointer !important;
}

.course-item-tit .price {
    color: red !important;
    margin-top: 15px;
}

.course-item-actions button:hover {
    border-color: var(--hover) !important;
    background: var(--hover) !important;
}

.course-item-tit {
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 25px;
    border-bottom: 1px solid var(--hover);
    padding: 0 0 10px 0;
    color: #000;
    transition: all .5s ease-in-out;
}

.nav-item a {
    color: #000;
}

.addcart,
.addfav {
    cursor: pointer;
}

.head-inside {
    position: relative;
    background: rgba(0,0,0,.5);
    padding: 30px 0;
    z-index: 9;
}


.header-cart:hover, .header-wishlist:hover {
    color: var(--hover);
}

.main_search, .lang a,
.header-cart, .header-wishlist {
    color: #000;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    font-size: 20px;
    border: 1px solid transparent;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-inline-end: 6px;
    transition: all .35s ease-in-out;
}
.main_search:hover, .lang a:hover,
.header-cart:hover, .header-wishlist:hover{
    color: var(--hover);
}
.breadcrumb-area {
    position: relative;
    background: var(--hover);
    padding: 15px 0;
    margin-top: 20px;
    color: #FFF;
}

.breadcrumb-area a {
    color: #FFF;
}

.table-striped th {
    color: var(--hover) !important;
}

.table-striped th a {
    color: var(--main) !important;
}

.table td i {
    color: #bb2124 !important;
}

.sec-tit {
    font-size: 48px;
    color: var(--hover);
    font-weight: bold;
    margin-bottom: 20px !important;
}
.dsc-tit{
    font-size: 24px;
    position: relative;
    width: 28%;
    margin: 0 auto;
}
html[dir="ltr"] .dsc-tit{
    width: 35%;
}
.dsc-tit:before{
    content: " ";
    position: absolute;
    top: 50%;
    right: 0;

    background: #2973B2;
    width: 75px;
    height: 1px;
}
.dsc-tit:after{
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;

    background: #2973B2;
    width: 75px;
    height: 1px;
}

/*Start Search Popup*/
/*====================================================================*/

.search-box-outer {
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50px;
    cursor: pointer;
    color: #FFF;
    background: #FFF;
}

.search-box-outer {
    line-height: 40px;
}

.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -200%;
    transform: translateY(-100%);
    background-color: rgba(0, 0, 0, 0.90);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.sidenav-bar-visible .search-popup {
    width: 80%;
}

.search-popup:before {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 560px;
    /* background-image: url(../images/waves-shape.png); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 0px;
    content: "";
}

.search-active .search-popup {
    transform: translateY(0%);
    margin-top: 0;
}

.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    top: 75%;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color: var(--main);
    width: 70px;
    cursor: pointer;
    /*box-shadow: 0px 0px 16px rgb(0 0 0 / 16%);*/
    /*border-bottom: 3px solid #ffffff;*/
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 0;
}

.search-popup .close-search i {
    position: relative;
    display: block;
    height: 70px;
    width: 70px;
    font-size: 30px;
    line-height: 70px;
    color: #ffffff;
}

.search-active .search-popup .close-search {
    visibility: visible;
    opacity: 1;
    top: 50%;
    transition-delay: 1500ms;
}

.search-popup form {
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin: -35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111111;
    transition: all 300ms ease;
}

.search-active .search-popup form {
    transform: scaleX(1);
    transition-delay: 1200ms;
}

.search-popup .form-group {
    position: relative;
    margin: 0px;
    overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: #000000;
    height: 70px;
    width: 100%;
    padding: 10px 30px;
    background-color: #ffffff;
    transition: all 500ms ease;
    font-weight: 500;
    text-transform: capitalize;
    padding-inline-end: 70px;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
    position: absolute;
    /*left: 30px;*/
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #000000;
    padding: 0;
    cursor: pointer;
    transition: all 500ms ease;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

html[dir='rtl'] .search-popup .form-group input[type="submit"],
html[dir='rtl'] .search-popup .form-group button {
    left: 30px;
}

html[dir='ltr'] .search-popup .form-group input[type="submit"],
html[dir='ltr'] .search-popup .form-group button {
    right: 30px;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
    color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
    color: #000000;
}

.search-popup .close-search.style-two {
    position: absolute;
    right: 25px;
    left: auto;
    color: #ffffff;
    width: auto;
    height: auto;
    top: 25px;
    margin: 0px;
    border: none;
    background: none !important;
    box-shadow: none !important;
    transition: all 500ms ease;
}

.close-search i {
    color: #FFF;
    font-size: 2rem;
}

.search-popup .close-search.style-two span {
    font-size: 20px;
    color: #ffffff;
}

/* //search popup*/


/* contact form*/
html[dir="ltr"] .wpcf7, html[dir="ltr"] .wpcf7 input[type="url"], html[dir="ltr"] .wpcf7 input[type="email"], html[dir="ltr"] .wpcf7 input[type="tel"] {
    direction: ltr;
}

html[dir="rtl"] .wpcf7, html[dir="rtl"] .wpcf7 input[type="url"], html[dir="rtl"] .wpcf7 input[type="email"], html[dir="rtl"] .wpcf7 input[type="tel"] {
    direction: rtl;
}

/* header section */
.head-home {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 23px;
    z-index: 2;
}

.menu-icons {
    display: flex;
    align-items: center;
}


/* section slider */
.slider .main-slider .slider-items {
    position: relative;
}

.slider .main-slider .slider-items .slider-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.slider .main-slider .slider-items .slider-content .title {
    font-size: 50px;
    font-weight: bold;
    width: 50%;
    margin: 0 auto 20px;
    text-align: center;
    color: var(--white);
}

.slider .swiper-slide {
    position: relative;
    z-index: 99;
}

.main-slider .owl-nav {
    position: absolute;
    top: 35%;
    left: 5%;
    display: flex;
    align-content: center;
    flex-direction: column;
}

.main-slider .owl-nav div {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: var(--white);
    background: var(--hover);
    border-radius: 50%;
    margin: 5px 0;
    transition: all .35s ease-in-out;
}

/*.slider .main-pagin {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    margin-inline-start: 30px;*/
/*}*/

.slider .swiper-pagination-bullet {
    position: relative;
}

/*.mainArrow:after {*/
/*    display: none;*/
/*}*/

.slider .slide-captions {
    position: absolute;
    top: 50%;
    width: 440px;
    z-index: 9;
    transform: translateY(-50%);
    z-index: 99;
}

.slide-captions .current-title {
    font-size: 48px;
    color: #000;
    font-weight: bold;
    line-height: 1.6;
}

.slide-captions .current-title:nth-of-type(2) {
    text-transform: uppercase;
}

.slide-captions .current-desc {
    font-size: 24px;
    color: #000;
}

.slide-captions .current-subtitle {
    font-size: 28px;
}

.slider-img img {
    display: block;
    width: 100%;
}

.slider-beckground img {
    width: 100%;
    max-height: 769px;
}

.slider-url {
    display: inline-block;
    margin: 30px 0 0;
}

.slider-img-cap {
    position: relative;
}

.hold-slider-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

/*.mainArrow {*/
/*    width: 45px;*/
/*    height: 45px;*/
/*    background: var(--hover);*/
/*    border-radius: 100%;*/
/*    transition: all .4s ease;*/
/*}*/

/*.mainArrow:hover {*/
/*    background: var(--hover);*/
/*}*/

/*.mainArrow i {*/
/*    color: #FFF;*/
/*}*/

/*.mainArrow_right {*/
/*    margin-inline-end: 30px;*/
/*}*/

/*.mainArrow_left {*/
/*    margin-inline-start: 30px;*/
/*}*/

.main-button {
    position: relative;
    cursor: pointer;
    min-width: 160px;
    width: fit-content;
    background: var(--main);
    text-transform: uppercase;
    font-size: 16px;
    color: #FFF;
    box-shadow: 0 15px 40px -10px rgba(0, 0, 0, 0.3);
    border: 0;
    padding: 8px 10px;
    border-radius: 50px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: space-around;
    overflow: hidden;
    transition: .8s;
}
html[dir="ltr"] .main-button{
    min-width: 200px;
}
.main-button .tit {
    margin-inline-end: 30px;
    margin-inline-start: 10px;
}

.main-button span {
    position: relative;
    margin-inline-end: 15px;
    z-index: 1;
}
html[dir="ltr"] .main-button span{
    margin-inline-end: 0;
    margin-inline-start: 15px;
}
.main-button:before, .main-button:after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    transition: all 0.4s ease;
    background: var(--hover);
}

.main-button:before {
    content: "\f177";
    font-family: 'Font Awesome 6 Free';
    color: #FFF;
    font-weight: bold;
    position: absolute;
    margin-top: 10px;
    left: 25px;
    transition: .8s;
    transform: rotate(35deg);
    transition-timing-function: ease;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
html[dir="ltr"] .main-button:before{
    right: 25px;
    margin-top: -10px;
    left: unset;
    transform: rotate(145deg);
}
html[dir="ltr"] .latest_courses_slider .main-button:before{
    margin-top:  0
}
.main-button:after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 0;
    right: 0;
    background: var(--hover);
    visibility: visible;
    opacity: 1;
    transition: .8s;
    transition-timing-function: ease;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
html[dir="ltr"] .main-button:after{
    right: unset;
    left: 0;
}
.main-button:after {
    right: 0;
}

.main-button i {
    position: relative;
    top: 19%;
    transition: .8s;
    transition-timing-function: ease;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.main-button:hover i {
    transition: .8s;
    transition-timing-function: ease;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    margin-bottom: -60px;
}

.main-button:hover {

    color: white;
    transition: .8s;
    transition-timing-function: ease;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    background: transparent;
    border: unset;
    box-shadow: 0 0 13px rgb(0 0 0 / 16%);
}

.main-button:hover:before {

    transition: .8s;
    transition-timing-function: ease;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.main-button:hover:before, .main-button:hover:after {
    width: 0;
}

.main-button:hover:after {
    transition: .8s;
    transition-timing-function: ease;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    width: 100%;
    visibility: visible;
    opacity: 1;
    z-index: -1;
}

/* Style the slider image */
.slider-img img {
    width: 100%;
}

/* Style the parallax background image */
.parallax-img {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    z-index: 9; /* Send it to the background */
}

.parallax-img img {
    width: 100%;
}

/* //section slider */


/* section about */
.about {
    padding: 50px 0 0;
    background: #FCFCFC;
}

.about-section {
    position: relative;
    top: -100px;
    padding: 50px 15px;
    border-radius: 15px;
    background: var(--white);
    box-shadow: 0 0 23px 16px rgba(0, 0, 0, .05);
    z-index: 2;
}

.about-section:before {
    content: " ";

    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url("../img/image9.png");
    width: 100px;
    height: 100px;
    background-position: left bottom;
    background-repeat: no-repeat;
    z-index: -9;
    animation: moveUpDown 2s infinite alternate ease-in-out;

}
html[dir="ltr"] .about-section:before{
    right: 0;
    left: unset;
    background-position: right bottom;
}
@keyframes moveUpDown {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-5px);
    }
}

.about-years-exp {
    position: relative;
    padding: 15px;
    border-inline-start: 4px solid #431752;
}

.about-years-exp:before{
    content: "";
    position: absolute;
    top: 35%;
    right: 0;
    transform: translate(0, -50%);
    width: 330px;
    height: 105px;
    background-image: url(../img/Group20.png);
    background-repeat: no-repeat;
    z-index: -1;

}
html[dir="ltr"] .about-years-exp:before{
    left:   -15px;
    right: unset;
}
.about .sec-tit {
    margin-bottom: 30px;
}

.about-tit {
    color: #f39501;
    font-size: 36px;
    margin-bottom: 32px;
    font-weight: bold;
}

.about-content {
    color: #8c8c8c;
    font-size: 16px;
}

.about-url {
    margin-top: 32px;
}

.about-img {

}


/*.about-img:after {*/
/*    position: absolute;*/
/*    content: '';*/
/*    background: var(--main);*/
/*    inset: 0;*/
/*    z-index: -1;*/
/*    height: 620px;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    border-radius: 180px;*/
/*    width: 300px;*/
/*    margin: 0 auto;*/
/*}*/

/*.about-img img {*/
/*    border-radius: 150px;*/
/*}*/

.visionPlan {
    margin-top: 45px;
}

.visionPlan-item:not(:last-child) {
    margin-bottom: 50px;
}

.visionPlan-head {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.visionPlan-tit {
    font-size: 38px;
    font-weight: bold;
    color: #000;
    margin-inline-start: 20px;
}

.visionPlan-icon img {
    max-width: 60px;
    height: 60px;
}

.visionPlan-content {
    font-size: 18px;
    color: #8c8c8c;
}

.info01 {
    margin-top: 80px;
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
}

.fixed-icons {
    position: fixed;
    top: 80%;
    z-index: 999;
    margin-inline-start: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.fixed-icons i.fa-whatsapp {
    background: #18852c;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.statics {
    position: relative;
    margin-top: 45px;
    padding: 70px;
}

.in-stat {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.statics:after {
    position: absolute;
    content: '';
    background-image: url("../img/rrrr.png");
    inset: 0;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1;
    border-radius: 100px;
}

.stat-item {
    display: flex;
    align-items: center;
}

.numTit {
    line-height: 34px;
}

.stat-icon {
    width: 100px;
    height: 100px;
    background: #FFF;
    border-radius: 100%;
    line-height: 100px;
    text-align: center;
    margin-inline-end: 12px;
}

.stat-num {
    font-weight: bold;
    font-size: 40px;
    color: var(--hover);
}

.stat-tit {
    font-size: 30px;
    color: var(--hover);
}


/*lessons section */


.starPrice01 {
    display: flex;
    align-items: center;
}

.star {
    display: flex;
    align-items: center;
    margin-inline-start: 15px;
    background: var(--hover);
    padding: 7px 22px;
    border-radius: 23px;
}

.star .num {
    color: #FFF;
    font-size: 22px;
    margin-inline-start: 7px;
}

.lessons-img img {
    border-radius: 10px;
}

.card-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.lessons-card [class*='col-']:last-child {
    display: flex;
    justify-content: end;
}

.lessons-card {
    margin-bottom: 30px;
}

.holdStars {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.starPrice {
    flex-grow: .9;
}

.trainer-img img {
    border-radius: 5px;
    width: 60px;
    height: 60px;
}

.trainer-name {
    font-size: 32px;
    font-weight: bold;
    color: #000;
}

.hold-trainer-work {
    margin-top: 22px;
}

.trainer-work:first-child {
    /*margin-bottom: 22px;*/
}

.trainer-work-tit {
    color: #900c3f;
}

.trainer-work-tit, .trainer-work-num {
    font-weight: bold;
    font-size: 24px;
}

.lessons-url {

}

.arrow-btn {
    display: inline-block;
    background: var(--hover);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #FFF;
    font-size: 18px;
    border-radius: 100%;
}

.arrow-btn:hover {
    color: #FFF;
}

.lessons-card {
    padding: 25px 40px;
    box-shadow: 0 0 18px rgba(0 0 0 / 32%);
    border-radius: 10px;
}


.trainer-img {
    margin-bottom: 23px;
}

.starPrice01 .price {
    color: #7c9d96;
    font-size: 24px;
    font-weight: bold;
}

.star i {
    color: #f7c600;
    font-size: 24px;
}


/* accordion*/
.accordion {
    margin-top: 66px;
}

.accordion .sec-tit {
    margin-bottom: 50px;
}

.set {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 15px;
    margin-bottom: 20px;
}

.set > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    text-decoration: none;
    background: #ead8fb;
    border-radius: 15px;
    font-size: 16px;
    color: #555;
    font-weight: 600;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.set > a:hover {
    background: var(--hover);
    color: #FFF;
}

.set > a i {
    float: right;
    font-size: 24px;
    color: var(--hover);
}

.set > a:hover i {
    color: #FFF;
}

.set > a.active {
    background: var(--hover);
    color: #fff;
    border-radius: 15px;
}

.set > a.active i {
    color: #FFF;
}

.accordion-content {
    background-color: #fff;
    display: none;
}

.accordion-content p {
    padding: 10px 15px;
    margin: 0;
    color: #333;
    text-align: justify;
}


.social {
    position: relative;
    display: flex;
}
.row-footer .col-footer:nth-of-type(2){
    border-right: 1px solid rgba(255, 255, 255, 0.39);
    border-left: 1px solid rgba(255, 255, 255, 0.39);
    padding: 0 15px;
    margin: 0 15px;
}
.social a {
    width: 35px;
    height: 35px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;

    color: #fff;
    transition: all 0.4s ease-in-out;
}

.social a:hover {
    background: var(--hover);
    transform: rotate(360deg);
}

.social a:not(a:last-child) {
    margin-inline-end: 10px;
}


/*footer*/

footer {
    position: relative;
    padding: 100px 0 35px;

}

footer:after {
    position: absolute;
    content: '';
    background-image: url(../img/image12.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    inset: 0;
    transform: rotateX(180deg);
    z-index: -1;
}


footer .logo {
    max-height: 70px;
}

.footer-list li {
    padding-bottom: 10px;
    width: 50%;
    float: left;
}

 .news-logo {
     background: #fff;
     border-radius: 100px;
     padding:10px 15px;
     margin-bottom: 100px;

 }
 .news-logo .row{
     align-items: center;
 }
.es-field-wrap{
    margin-bottom:  0 !important;
}
.footer-inp{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-inline-start: 100px;
}
.emaillist{
    width: 100%;
    display: flex;
    align-items: center;
    flex: 1;
    margin-inline-start: 10px;
}
.footer-inp input::placeholder {
    color: #000;
}
.footer-inp form{
    position: relative;
    width: 100%;
}
.footer-inp .es_subscription_form_submit {
    font-size: 0; /* إخفاء النص */
    background: url(../img/Group2.png) no-repeat center center;
    background-size: contain; /* ضبط حجم الصورة داخل الزر */
    width: 50px; /* عرض الزر */
    height: 50px; /* ارتفاع الزر */
    border: none; /* إزالة الحدود */
    cursor: pointer; /* تغيير المؤشر */
    padding: 0; /* إزالة المسافات الداخلية */
    position: absolute;
    top: 5px;
    left: 10px;
}
html[dir="ltr"] .footer-inp .es_subscription_form_submit {
    left: unset;
    right: 10px;
}

.footer_links .nav-list > .linkMenu.active a, .footer_links nav > .nav-list > .linkMenu:hover a {
    color: var(--main);
}

.footer_links .linkMenu a {
    color: #000;
}

.footer_links .nav-list > .linkMenu:not(:last-of-type) {
    margin-inline-end: 45px;
}

html[dir="ltr"] .wpcf7, html[dir="ltr"] .wpcf7 input[type="url"], html[dir="ltr"] .wpcf7 input[type="email"], html[dir="ltr"] .wpcf7 input[type="tel"] {
    direction: ltr;
}

html[dir="rtl"] .wpcf7, html[dir="rtl"] .wpcf7 input[type="url"], html[dir="rtl"] .wpcf7 input[type="email"], html[dir="rtl"] .wpcf7 input[type="tel"] {
    direction: rtl;
}

footer .icon {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 100%;
    text-align: center;
    background: var(--main);
}

footer .icon:after {
    position: absolute;
    content: '';
    display: block;
    border: 1px solid var(--main);
    border-radius: 100%;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s ease-in-out;
}


footer .value {
    font-size: 16px;
    color: #000;
    direction: ltr;
}

.attachments-files a {
    display: flex;
    padding: 20px;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.attachments-files a h5 {
    padding: 0px 15px;
    font-size: 19px;
    margin: 0;
    color: grey;
}

.attachments-files a i {
    font-size: 25px;
    color: grey;
}

.info-content {
    margin-inline-start: 13px;
    line-height: 2;
}

.info:not(:last-child) {
    margin-bottom: 26px;
}

.footer-tittle h3 {
    font-size: 27px;
    color: var(--hover);
}
.copywrite-des{
    float: left;
}
html[dir='ltr'] .copywrite-des{
    float: right;
}
html[dir='ltr'] .category-card .category-link i:before{
    content: "\f178";
}
html[dir='ltr'] .latest_courses_slider .main-button .iconn{
position: absolute;
    left: 10px;
}
.footer-tittle {
    margin-bottom: 50px;
    position: relative;
}
.footer-tittle:before {
    content: " ";
    position: absolute;
    bottom: -10px;
    right: 0;
    background-image: url(../img/image9.png);
    filter: invert(100%) brightness(2);
    width: 30px;
    height: 30px;
    background-position: right bottom;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
    animation: moveUpDown 2s infinite alternate ease-in-out;
}

html[dir='ltr'] .footer-tittle:before {
    right: 0;
    left:  0;
}

.email_join{
    font-size: 18px;
    font-weight: bold;
}
.footer-inp .emaillist .es-field-wrap label {
    width: 100%;
    margin-bottom : 0 !important;
}

.footer-inp .emaillist .es-field-wrap input {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;

    background-color: #fff;
    background-clip: padding-box;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    box-shadow: none;
    border-width: 1px;
    border-style: solid;
    border-color: #bdae85;
    border-radius: 35px;
    color: #000;
    height: 60px;
    line-height: 60px;

}

.footer-inp input::placeholder {
    color: #000;
    font-size: 13px;
}

.footer-list a  ,.footer-list a:not([href]):not([tabindex]){
    color: #F5F5F5;
}

footer-list li {
    position: relative;
}

.footer-list li:before {
    content: "-";
    font-family: FontAwesome;
    margin-inline-end: 5px;
    font-size: 12px;
    color: #F5F5F5;
}

footer .icon i {
    color: #FFF;
}

.footer-inp button {
    margin-top: 30px;
    cursor: pointer;
}

.copywrite .row {
    justify-content: center;
    align-items: center;
}

.copywrite{
    color: #fff;
    font-weight: initial;
}
.copywrite a {
    color: var(--gray);
}

.copywrite {
    border-top: 1px solid #D9D9D9;
    padding-top: 60px;
    margin-top: 100px;
}

.mid-footer .info:hover .icon:after {
    width: 42px;
    height: 42px;
}

/*//footer*/

/*pages */

.content .sec-tit {
    margin-bottom: 22px;
}

.head-inside .search-box-outer {
    background: var(--main);
}

.head-inside .main_search i, .head-inside .main_search:hover i {
    color: #FFF;
}

/* News Card */
.news-item {
    position: relative;
    height: 100%;
    padding: 15px;
    box-shadow: 0 0 3px rgb(0 0 0 / 30%);
    display: block;
    transition: all .4s ease-in-out;
}

.page-posts [class*='col-'] {
    margin-bottom: 35px;
}

.news-item:hover {
    opacity: 1;
    transform: scale(1.02);
}
.tab-content > .tab-pane{
    margin-top: 30px;
}

.news-item-body {
    margin-top: 20px;
}

.news-item-date {
    position: relative;
    transition: all .5s ease-in-out;
}

.news-item-tit {
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 25px;
    border-bottom: 1px solid var(--hover);
    padding: 0 0 10px 0;
    color: #000;
    transition: all .5s ease-in-out;
}

.news-item:hover .news-item-tit {
    color: var(--hover);
}

/*.wpcf7-form-control {*/
/*    margin-top: 10px;*/
/*    display: block;*/
/*    width: 100%;*/
/*    padding: 0.375rem 0.75rem;*/
/*    font-size: 1rem;*/
/*    line-height: 1.5;*/
/*    color: #495057;*/
/*    background-color: #fff;*/
/*    background-clip: padding-box;*/
/*    border: 1px solid #ced4da;*/
/*    border-radius: 0.25rem;*/
/*    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;*/
/*}*/
/*.form-control:focus:focus{*/
/*    color: #495057;*/
/*    background-color: #fff;*/
/*    border-color: var(--main);*/
/*    outline: 0;*/
/*    box-shadow: 0 0 0 0.2rem var(--main);*/
/*}*/

.footer-form .form-control{
    background: transparent;
    border-radius: 10px;
    border: 1px solid var(--gray);
}
html[dir="ltr"] .footer-form .form-control{
    direction: ltr;
    text-align: left;
}
.footer-form .form-group label{
    color: var(--gray) !important;
}
.footer-form textarea{
    height: 100px;
}

.form-focused {
    position: relative;
}

.form-group {
    margin-bottom: 40px;
}

.form-focused label {
    margin: 0;
    position: absolute;
    z-index: 1;
    top: 15px;
    right: 15px;
    color: #222;
    font-family: 'NeoSansRegular';
    transition: all .5s ease-in-out;
}

.form-control {
    border-radius: 35px;
    height: 50px;
}

.wpcf7-form-control-wrap {
    position: relative;
}

.form-control:focus {
    border-color: var(--main);
    box-shadow: 0 0 0 0.2rem rgb(179, 0, 17);
}

.form-focused label {
    margin: 0;
    position: absolute;
    z-index: 1;
    top: 15px;
    right: 15px;
    color: #222;
    font-family: 'NeoSansRegular';
    transition: all .5s ease-in-out;
}

.form-focused {
    position: relative;
}

.focused label {
    top: -30px;
    right: 0;
    color: #3288c7;
}

.uploadBox label {
    justify-content: center !important;
    border-radius: 35px;
}

.uploadBox label:hover {
    background: var(--hover) !important;
    color: #fff;
}

.instructor-data .row {
    align-items: center;
}

.instructor-page-avatar, .user-avatar {
    width: 96px !important;
    height: 96px !important;
    border-radius: 100% !important;
}

.form-group label {
    color: var(--hover) !important;
}

.empty h1 {
    color: red;
    text-align: center;
    margin: 0;
}

.acf-field input[type="text"] {
    border-radius: 30px;
}

.acf-button {
    border-radius: 50px;
    background-color: var(--main) !important;
}

.acf-button:hover {
    background-color: var(--hover) !important;
}

.acf-form-submit {
    margin: 50px 0;
}

.acf-button-group label.selected {
    background: var(--hover) !important;
    border-color: var(--hover) !important;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: var(--hover);
}

.user-avatar img {
    width: 96px;
    height: 96px;
    border-radius: 100%;
}

.news-item-date {
    display: flex;
    width: 130px;
    height: 35px;
    background: var(--main);
    border-radius: 20px;
    align-items: center;
    color: #FFF;
    margin-inline-end: 0;
    border: none;
    justify-content: space-evenly;
    position: absolute;
    top: 27px;
    left: 25px;
    background-image: linear-gradient(-27deg, rgb(144, 12, 63) 14%, rgb(124, 157, 150) 48%, rgb(108, 117, 125) 50%);
    background-size: 333%;
    transition: linear .4s;
}

.news-item:hover .news-item-date {
    background-position: right;
    transition: linear .4s .2s;
}

.uploadFileLabel {
    margin-inline-end: 5px !important;
}

.news-item-des {
    color: #000;
}

.news-item-url {
    margin-top: 28px
}

.news-url .main-button {
    background: var(--main);
    color: #FFF;
}

.news-url:hover .main-button {
    color: #FFF;
}

.wp-pagenavi {
    position: relative;
    z-index: 999;
}

.search_lang .dropdown-menu {
    background-color: var(--hover);
    padding: 10px;
    list-style: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    position: absolute;
    border-radius: 10px;
    z-index: 6;
    margin-top: 5px;
}

.search_lang .dropdown-menu a {
    color: #FFF;
    border-radius: 0;
    text-align: center;
    transition: all linear .4s;
    padding: 5px 0;
    margin: 2px 0;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #000 !important;
}

.wp-pagenavi span.current {
    font-weight: bold;
    background: var(--main);
    color: #FFF;
    border-color: transparent;
    transform: scale(1.2);
    margin-inline: 5px;
}

.wp-pagenavi span {
    display: inline-flex;
    cursor: pointer;

}

.wp-pagenavi a {
    color: #FFF;
    background: #c2c2c2;
}

.property-cat {
    display: inline-block;
    margin: 10px 0;
}

.property-cat a {
    margin-inline-start: 10px;
    border-radius: 5px;
    color: #000;
}

.news-item-thumb img {
    width: 100%;
}

.property-cat a {
    margin-inline-end: 5px;
}


.wp-pagenavi {
    position: relative;
    z-index: 999;
}

.wp-pagenavi span.current {
    font-weight: bold;
    background: var(--main);
    color: #FFF;
    border-color: transparent;
    transform: scale(1.2);
    margin-inline: 5px;
}

.wp-pagenavi span {
    display: inline-flex;
    cursor: pointer;

}

.wp-pagenavi a {
    color: #FFF;
    background: #c2c2c2;
}


/* Media Query */
@media (min-width: 1200px) {
    .container {
        max-width: 1300px !important;
    }
}

@media (min-width: 1200px) and (max-width: 1919px) {


}

@media (min-width: 992px) and (max-width: 1199px) {

}

@media (min-width: 992px) {
    /*nav > .nav-list > .linkMenu:after, nav > .nav-list > .linkMenu.active:after {*/
    /*    display: block;*/
    /*    position: absolute;*/
    /*    top: 0;*/
    /*    left: 0;*/
    /*    bottom: 0;*/
    /*    right: 0;*/
    /*    margin: auto;*/
    /*    width: 100%;*/
    /*    height: 1px;*/
    /*    content: '.';*/
    /*    color: transparent;*/
    /*    background: var(--hover);*/
    /*    border-radius: 30px;*/
    /*    visibility: hidden;*/
    /*    opacity: 0;*/
    /*    z-index: -1;*/
    /*    transition: all .5s linear;*/
    /*}*/
    /*nav > .nav-list > .linkMenu:hover:after, nav > .nav-list > .linkMenu.active:after {*/
    /*    opacity: 1;*/
    /*    visibility: visible;*/
    /*    height: 100%;*/
    /*    transition: all .5s linear;*/
    /*}*/
    /*nav > .nav-list > .linkMenu:after {*/
    /*    bottom: 0;*/
    /*}*/
    ul.nav-list {
        display: flex !important;
        justify-content: center;
        align-items: center;
    }

    /*sub menu  */
    .sub-menu .menu-item-has-children .sub-menu {
        right: 100%;
    }

    .sub-menu .menu-item-has-children .sub-menu {
        top: 0 !important;
    }

    .sub-menu .menu-item-has-children:hover > .sub-menu {
        right: 100%;
    }

    .sub-menu a:before {
        display: inline-block;
        font-family: "FontAwesome";
        font-weight: 900;
        margin-inline-end: 10px;
        color: #000;
        transition: all .4s ease-in-out;
    }

    .sub-menu a:before {
        content: "\f100";
    }

    /*// sub menu*/
    .hold-nav-icon {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .dd-trigger {
        display: none !important;
    }

    .menu-icons {
        display: none;
    }

    .nav-list > .linkMenu {
        position: relative;
        display: flex;
        align-items: center;
    }

    header .nav-list:not(.footer-links .linkMenu) > .linkMenu:not(:last-of-type) {
        margin-inline-end: 5px;
    }

    .footer-links .nav-list > .linkMenu:not(:last-of-type) {
        margin-inline-end: 35px !important;
    }

    nav > .nav-list > .linkMenu > a {
        display: flex;
        position: relative;
        overflow: hidden;
        font-weight: bold;
        font-size: 16px;
        color: #000;
        padding: 9px 8px;
        z-index: 1;
    }

    /*nav > .nav-list > .linkMenu:before,*/
    /*nav > .nav-list > .linkMenu.active:before {*/
    /*    position: absolute;*/
    /*    content: attr(data-link-alt);*/
    /*    top: 100%;*/
    /*    opacity: 0;*/
    /*    overflow: hidden;*/
    /*    font-weight: bold;*/
    /*    font-size: 18px;*/
    /*    z-index: 1;*/
    /*    padding-bottom: 16px;*/
    /*    transition: .4s ease-in-out;*/
    /*}*/
    /*nav > .nav-list > .linkMenu span {*/
    /*    display: block;*/
    /*    transition: .4s ease-in-out;*/
    /*}*/
    /*nav > .nav-list > .linkMenu:hover span {*/
    /*    transform: translateY(-100%);*/
    /*}*/
    nav > .nav-list > .linkMenu:hover:before {
        color: var(--hover);
        top: 50%;
        opacity: 1;
        transform: translateY(-50%);
    }

    nav > .nav-list > .linkMenu.active a:not(.sub-menu a),
    nav > .nav-list > .linkMenu:hover a:not(.sub-menu a) {
        color: var(--hover);
    }

    nav > .nav-list > .menu-item-has-children:hover a:not(.sub-menu a):after {
        color: var(--hover);
    }

    nav > .nav-list > .linkMenu span {
        display: block;
    }

    .sub-menu {
        position: absolute;
        top: 100%;
        z-index: 9;
        min-width: 200px;
        background: rgb(255 255 255 / 50%);
        border-radius: 0 0 10px 10px;
        padding: 20px;
        opacity: 0;
        visibility: hidden;
        transform-origin: 0 0 0;
        transform: scaleY(0);
        box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
        transition: all 0.6s ease;
    }

    .sub-menu a {
        display: flex;
        align-items: center;
        color: #000;
        transition: all .4s ease-in-out;
    }

    .sub-menu a:hover,
    .sub-menu a:hover:before {
        color: var(--hover);
    }

    .sub-menu li:not(:last-of-type) {
        margin-bottom: 10px;
    }

    .menu-item-has-children:hover > .sub-menu {
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: scaleY(1);
    }


}

@media (max-width: 992px) {

    .lessons-img img {
        width: 100%;
    }

    .starPrice01 .price {
        font-size: 21px;
    }

    .join {
        width: 105px;
        font-size: 14px;
    }

    nav > .nav-list > .linkMenu > a {
        padding: 9px 10px;
    }

    .slider .slide-captions {
        width: 378px;
    }

    .current-title {
        font-size: 86px;
        color: var(--hover);
    }

    nav > .nav-list > .linkMenu > a,
    nav > .nav-list > .linkMenu::before,
    nav > .nav-list > .linkMenu.active::before,
    header .sub-menu a {
        font-size: 14px;
    }

    /*.mainArrow {*/
    /*    width: 40px;*/
    /*    height: 40px;*/
    /*}*/
    /*.mainArrow i {*/
    /*    color: #FFF;*/
    /*    font-size: 15px;*/
    /*}*/


    .hold-slider-caption {
        padding-top: 20px;
    }

    .logo {
        max-height: 113px;
    }

    .slide-captions .current-title {
        font-size: 36px;
    }

    .slider-url {
        margin: 20px 0;
    }

    header .header-cart,
    header .header-wishlist {
        display: none !important;
    }


}


@media (max-width: 991.45px) {

    .header-links {
        display: none;
    }

    .about .row {
        flex-direction: column-reverse;
    }

    .statics {
        padding: 15px 49px;
    }

    .in-stat {
        display: flex;
        align-items: start;
        flex-direction: column;
    }

    .stat-item:first-child {
        margin-bottom: 20px;
    }

    .card-content {
        margin-top: 30px;
    }

    .card-content {
        top: auto;
        transform: none;
    }

    /*.holdStars {*/
    /*    display: flex;*/
    /*    flex-direction: row;*/
    /*    justify-content: space-between;*/
    /*    align-items: center;*/
    /*    margin-top: 20px;*/
    /*}*/
    .starPrice {
        margin-top: 30px;
        flex-grow: 1;
    }

    .starPrice01 .price {
        font-size: 24px;
    }

    footer [class*='col-']:last-child {
        margin-top: 20px;
    }

    #nav-icon {
        width: 60px;
        height: 30px;
        display: flex;
        justify-content: center;
        position: relative;
        right: 0;
        transform: rotate(0deg);
        cursor: pointer;
    }

    #nav-icon span {
        display: block;
        position: absolute;
        height: 4px;
        width: 60%;
        background: var(--hover);
        border-radius: 9px;
        opacity: 1;
        transform: rotate(0deg);
        transition: .25s ease-in-out;
    }

    #nav-icon span:nth-child(2) {
        top: 12px;
        transition: 0.4s ease-in-out;
    }

    #nav-icon span:nth-child(3) {
        top: 24px;
    }

    #nav-icon.open span:nth-child(1) {
        top: 13px;
        transform: rotate(135deg);
        background: var(--hover);
    }

    #nav-icon.open span:nth-child(2) {
        opacity: 0;
        transition: 0.4s ease-in-out;
    }

    html[dir='rtl'] #nav-icon.open span:nth-child(2) {
        transform: translateX(100%);
    }

    html[dir='ltr'] #nav-icon.open span:nth-child(2) {
        transform: translateX(-100%);
    }

    #nav-icon.open span:nth-child(3) {
        top: 13px;
        transform: rotate(-135deg);
        background: var(--hover);
    }

    #side_menu {
        position: fixed;
        top: 0;
        bottom: 0;
        z-index: 99999;
        width: 385px;
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: flex-start;
        transform: translate3d(0, 0, 0);
        /* material acceleration */
        will-change: transform;
        transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    }

    html[dir='rtl'] #side_menu {
        right: 0;
        transform: translateX(100%);
    }

    html[dir='ltr'] #side_menu {
        left: 0;
        transform: translateX(-100%);
    }

    #side_menu i {
        color: #FFF;
        cursor: pointer;
    }

    #side_menu .sub-menu a {
        font-size: 20px;
    }

    #side_menu .menu-item:not(:last-child) {
        margin-bottom: 10px;
    }

    #X-icon {
        display: none;
    }

    #X-icon.okay {
        display: block;
    }

    #X-icon span {
        display: block;
        position: absolute;
        top: 65px;
        left: 35px;
        z-index: 999;
        height: 4px;
        width: 8%;
        background: var(--hover);
        border-radius: 9px;
        cursor: pointer;
        opacity: 1;
        transform: rotate(0deg);
        transition: all .4s ease-in-out;
    }

    #side_menu .sub-menu a {
        font-size: 20px;
        padding-inline-start: 70px;
        padding-bottom: 50px;
        color: #FFF;
    }

    #X-icon span:first-child {
        transform: rotate(135deg);
        background: #FFF;
    }

    #X-icon span:last-child {
        transform: rotate(-135deg);
        background: #FFF;
    }

    #side_menu .tt {
        display: flex;
        text-align: center;
        margin: 0 auto;
    }

    #side_menu:before {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 37em;
        background: var(--hover);
        content: "";
        will-change: transform;
        transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    }

    #side_menu .nav-list {
        position: relative;
        z-index: 9;
    }

    html[dir='rtl'] #side_menu:before {
        transform-origin: bottom right;
        transform: skewX(-22deg) translateX(100%);
    }

    html[dir='ltr'] #side_menu:before {
        transform-origin: bottom left;
        transform: skewX(22deg) translateX(-100%);
    }

    html[dir='rtl'] #side_menu:before {
        right: 0;
    }

    html[dir='ltr'] #side_menu:before {
        left: 0;
    }

    #side_menu a:not(.main-button, .sub-menu a) {
        margin: 0.5em 0;
        padding: 0.2em 2em;
        font-size: 1.5em;
        color: white;
        text-decoration: none;
        font-weight: 500;
        transition: color 0.15s, transform 0.5s;
        transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    }

    html[dir='rtl'] #side_menu a:not(.main-button) {
        transform: translateX(100%);
    }

    html[dir='ltr'] #side_menu a:not(.main-button) {
        transform: translateX(-100%);
    }

    #side_menu a:nth-child(1) {
        transition-delay: 0s, 100ms;
    }

    #side_menu a:nth-child(2) {
        transition-delay: 0s, 150ms;
    }

    #side_menu a:nth-child(3) {
        transition-delay: 0s, 200ms;
    }

    #side_menu a:nth-child(4) {
        transition-delay: 0s, 250ms;
    }

    #side_menu a:nth-child(5) {
        transition-delay: 0s, 300ms;
    }

    #side_menu a:nth-child(6) {
        transition-delay: 0s, 350ms;
    }

    #side_menu.active {
        transform: translateX(0) !important;
    }

    html[dir='rtl'] #side_menu.active:before {
        transform: skewX(-22deg) translateX(0);
    }

    html[dir='ltr'] #side_menu.active:before {
        transform: skewX(22deg) translateX(0);
    }

    #side_menu.active #side_menu a {
        transform: translateX(0);
    }

    .menu-overlay.do {
        display: block;
        opacity: 1;
        pointer-events: auto;
        z-index: 999;
        transform-origin: left center;
        transform: translateX(0);
        transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);

    }

    .menu-overlay {
        display: block;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        z-index: 999;
        background: rgba(10, 38, 57, 0.75);
        overflow: hidden;
        opacity: 0;
        will-change: transform;
        transform: translateX(-200%);
        transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);;
    }

    header, section {
        transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    }

    header.blur-me,
    section:not(section.menu-overlay).blur-me {
        filter: blur(2px);
        transform-origin: left center;
    }

    #side_menu .main-button {
        border: 1px solid #FFF;
        color: #FFF;
        left: -176px;
        transform: translateX(-50%);
        margin-top: 30px;
    }

    #side_menu.main-button:hover {
        background: transparent;
    }

    #side_menu .header-cart {
        margin: 0.5em 5px !important;
    }

    /* // Side menu */
}

#side_menu .header-cart,
#side_menu .header-wishlist {
    margin-top: 15px;
    transform: none !important;
    background: var(--main);
}


@media (max-width: 768px) {

    .about-img {
        margin-bottom: 30px;
    }

    .main-button {
        font-size: 14px;
        min-width: 160px;
    }

    .slider-url {
        margin: 15px 0;
    }

    .slider-beckground img {
        height: 75vh;
    }

}


@media (max-width: 576px) {

    .breadcrumb-area [class*='col-'] {
        max-width: 100%;
    }

    .sec-tit {
        font-size: 33px;
    }


    .breadcrumb-area {
        overflow: hidden;
    }

    .courses-paid {
        margin-top: 20px;
    }

    .nav-item-icon {
        margin-bottom: 20px !important;
    }

    #myTab .nav-item a {
        border-radius: 5px;
    }

    .news-item-img img {
        width: 100%;
    }

    .join {
        width: 110px !important;
    }

    .star i {
        font-size: 18px;
    }

    .star {
        margin-inline-start: 15px;
    }

    .trainer-work:first-child {
        margin-bottom: 13px;
    }

    .hold-trainer-work {
        margin-top: 12px;
    }

    .star .num {
        margin-inline-start: 0;
    }

    .lessons-card {
        padding: 20px;
    }

    .stat-icon {
        width: 75px;
        height: 75px;
        line-height: 75px;
    }

    .stat-num {
        font-size: 30px;
    }


    .trainer-work-tit, .trainer-work-num {
        font-weight: bold;
        font-size: 20px;
    }

    /*.mainArrow_left {*/
    /*    margin-inline-start: 5px;*/
    /*}*/
    /*.mainArrow_right {*/
    /*    margin-inline-end: 5px;*/
    /*}*/
    .slide-captions .current-title {
        font-size: 20px;
    }

    .logo {
        max-height: 80px;
    }

    #side_menu::before {
        width: 32em;
    }

    .about {
        margin: 35px 0;
    }

    .slider .slide-captions {
        width: auto;
    }

    .main-slider .swiper-pagination {
        bottom: 73px;
    }

    .slider-beckground img {
        height: 54vh;
    }

    .copywrite {
        text-align: center;
    }

    .social {
        justify-content: center;
        margin: 20px 0;
    }

    .main-button {
        min-width: 133px;
    }

    .list-inline {
        flex-direction: column !important;
    }

    .list-inline-item:not(:last-child) {
        margin-bottom: 15px !important;
        margin-right: 0 !important;
    }

    .comment .media p {
        margin-bottom: 20px !important;
    }

}

@media (min-width: 481px) and (max-width: 576px) {

}


@media (max-width: 480px) {
    .g-pa-30 {
        padding: 0 !important;
    }

    .nav-item-icon,
    .nav-item {
        margin-bottom: 20px !important;
    }

    .star {
        padding: 6px 18px;
    }

    .header-style {
        flex-direction: column;
    }

    .slider-beckground img {
        height: 66vh;
    }

    .starPrice01 {
        flex-direction: column;
    }

    .starPrice01 .price {
        margin-bottom: 10px;
    }

    #side_menu {
        width: 270px;
    }

    .main-slider .swiper-pagination {
        bottom: 120px;
        right: 18px;
    }


    .menu-logo {
        margin-bottom: 20px;
    }

    .slider .slide-captions {
        text-align: center;
    }

    #side_menu::before {
        width: 26em;
    }

    .slide-captions .current-title {
        font-size: 21px;
    }

    .main-button {
        min-width: 130px;
    }

}

element.caption {
    background-color: green;
    color: black;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    margin-top: 30vh;
    font-size: 30px;
    transition-duration: 0.3s;
    border: 2px solid green;
}

element.caption:hover {
    background-color: black;
    color: green;
    border: 2px solid green;
}

div.range {
    animation-name: load;
    animation-duration: 5s;
    background-color: green;
    height: 5px;
    width: 0px;
    display: block;
    margin-top: 20px;
    margin-left: 25%;
}

@keyframes load {
    0% {
        width: 0;
    }
    20%,
    25% {
        width: 10%;
    }
    40% {
        width: 15%;
    }
    80% {
        width: 45%;
    }
    95% {
        width: 46%;
    }
    99% {
        width: 50%;
    }
    100% {
        display: none;
    }
}


.loading-box {
    position: relative;
    width: 300px;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    /*   border: 1px solid #7e7e7e; */
    color: #f0f8ff;
    border-radius: 12px;
    /*   box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.5), */
    /*     -4px -4px 16px rgba(255, 255, 255, 0.05); */
}

.loading-title {
    font-size: 1.5em;
    transform: translateY(-12px);
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 300;
}

.loading-circle {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 180px;
    background: conic-gradient(
            from 0deg at 50% 50%,
            rgba(111, 123, 247, 1) 0%,
            rgba(155, 248, 244, 1) 0%,
            #101012 0%
    );
    border-radius: 100px;
    box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.75),
    -4px -4px 16px rgba(255, 255, 255, 0.1);
    animation: spin 1s infinite linear;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loading-count {
    content: " ";
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 3px;
    left: 3px;
    width: 174px;
    height: 174px;
    border-radius: 100px;
    background: #1d1e22;
    box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.75) inset,
    -4px -4px 16px rgba(255, 255, 255, 0.1) inset;
    animation: spin 1s infinite linear reverse;
}

.loading-count #loadingNumber {
    font-size: 4em;
}


.dis-effect {
    cursor: not-allowed !important;
    opacity: .5 !important;
}
.latest-courses{
    padding: 0 0 100px;
    position: relative;
    background: #FCFCFC;
}
.latest-courses:before{
    content: " ";
    position: absolute;
    bottom: -30px;
    left: 0;
    background-image: url(../img/image9.png);
    width: 100px;
    height: 100px;
    background-position: left bottom;
    background-repeat: no-repeat;
    z-index: 0;
    animation: moveUpDown 2s infinite alternate ease-in-out;
}
.latest-courses .latest_courses-items {
    position: relative;
}

.latest-courses .latest_courses-items .latest_courses-items-content {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, 0);
    background: var(--white);
    padding: 10px;
    border-radius: 10px;
    width: 90%;
}

.latest-courses .lessons-img img {
    height: 630px;
    object-fit: unset !important;
}

.lessons_title {
    font-size: 24px;
    color: var(--black);
    font-weight: bold;
    transition: all .35s ease-in-out;
}

.lessons_title:hover {
    color: var(--hover);
}
.latest-courses .lessons-price {
    margin: 10px 0;
    display: block;
    font-size: 24px;
}

.latest_courses_slider .owl-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.latest_courses_slider .owl-nav button {
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    border-radius: 50%;
    text-align: center;
    background: #7B7979 !important;
    color: var(--white) !important;
    transition: all .35s ease-in-out;
}
.latest_courses_slider .owl-nav button:hover{
    background: var(--hover) !important;
}
.latest_courses_slider .owl-nav button.owl-prev{
    position: absolute;
    right: -65px;
}
.latest_courses_slider .owl-nav button.owl-next{
    position: absolute;
    left: -65px;
}
.course-categories{
    padding: 20px 0 50px;
}
.course-categories .sec-tit{
    margin-bottom: 50px !important;
    display: block;
}
.category-card{
    background: var(--white);
    padding: 10px;
    border-radius: 15px;
    box-shadow: 0 0 4px 0 rgba(0,0,0,.25);
}
.category-card-content{
    background: #F5F5FE;
    padding: 30px 10px;
    border-radius: 5px;
}
.category-card-content .category-title a{
    margin: 20px 0;
    font-weight: bold;
    display: block;
    font-size: 24px;
    color: var(--black);
}
.category-card .category-link{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
}
.category-card .category-link span{
    font-size: 20px;
    color: #2973B2;
}
.category-card .category-link i {
    color: #000;
    font-size: 18px;
}

.upcoming-courses{
position: relative;
    padding: 50px 0;
}
.upcoming-courses-home:before{
    content: " ";
    position: absolute;

    background-image: url("../img/Group19.png");
    background-size: cover;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 250px;

    background-repeat: no-repeat;

}
.upcoming-courses-items{
    position: relative;
    z-index: 2;
    background: #fff;
    border-radius: 20px;
    padding: 30px 20px;
}
.lessons-courses .latest_courses-items{
    position: relative;
    margin-bottom: 50px;
    border-radius:0 0 10px 10px ;
    box-shadow: 0 0 23px 16px rgba(0,0,0,.03);
}
.lessons-courses .latest_courses-items .lessons-price{
    position: absolute;
    top: 55%;
    left: 5%;
    width: 80px;
    height: 80px;
    text-align: center;
    border-radius: 50%;
    background: var(--white);
    font-size: 28px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: var(--hover);
    box-shadow: 0 0 23px 18px rgba(0,0,0,.03);
}
html[dir="ltr"] .lessons-courses .latest_courses-items .lessons-price{
    top: 50%;
    right: 5%;
    left: unset;
}
.lessons-courses .latest_courses-items .lessons-price span{
    color: #000 ;
    display: block;
    font-size: 24px;
}

.lessons-courses .latest_courses-items .lessons-img img{
    height: 325px;
    object-fit: unset !important;
    border-radius: 10px 10px 0 0;
}
.lessons-courses  .latest_courses-items-content{
    padding: 30px 10px;
}
.lessons-courses  .latest_courses-items-content .lessons_desc{
    margin: 10px 0;
}
.all-upcoming-course{
    margin:  0 auto;
    display: table;
}
.partners{
    background: #FCFCFC;
    padding: 50px 0;
    position: relative;
}
.partners:before {
    content: " ";
    position: absolute;
    top: -30px;
    right: 0;
    background-image: url(../img/image9.png);
    width: 100px;
    height: 100px;
    background-position: right top;
    background-repeat: no-repeat;
    z-index: 0;
    animation: moveUpDown 2s infinite alternate ease-in-out;
}
@media (min-width: 992px) {
    .col-partners{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16%;
        flex: 0 0 16%;
        max-width: 16%;
    }


}
@media (max-width: 992px){
    .latest-courses .lessons-img img{
        height: 420px;
    }
    .lessons-courses .latest_courses-items .lessons-img img{
        height: 280px;
    }
    .dsc-tit{
        width: 35%;
    }
}
@media (max-width: 768px) {
    .slider .main-slider .slider-items .slider-content .title{
        width: 75%;
font-size: 42px;
    }
    .about-section .row{
        flex-direction: column;
    }
    .about-img{
        margin: 0 auto;
        display: table;
    }
    .about-img img{
        max-width: 350px;
    }
    .dsc-tit{
        width: 50%;
    }
    .lessons-courses .latest_courses-items .lessons-img img{
        height: 220px;
    }
    .category-card{
        margin-bottom: 20px;
    }
    .lessons-courses .latest_courses-items .lessons-price{
        top: 45%;
        left: 5%;
        width: 60px;
        height: 60px;
        font-size: 18px;
    }
    .lessons-courses .latest_courses-items .lessons-price span{
        font-size: 16px;
    }
    .footer-logo{
        margin: 0 auto;
        display: table;
    }
    .news-logo{
        border-radius: 25px;
    }
    .footer-logo img{
        max-width: 220px;
    }
    .footer-inp{
        margin-inline-start: 0;
        margin: 0 10px;
    }
    .row-footer .col-footer:nth-of-type(2){
        border-right: 1px solid transparent;
        border-left: 1px solid transparent;
        padding: 0 ;
        margin:20px  0 ;
    }
    .copywrite{
        text-align: center;
    }
    .copywrite-des{
        float: none;
    }
    .latest-courses:before ,.partners:before{
        width: 70px;
        height: 70px;
    }
}
@media (max-width: 500px) {
    .head-home{
        position: relative;
        background: rgba(0,0,0,.5);
        margin-bottom: 20px;
    }
    .header-bg{
        width: 100%;
        margin-inline-start: 0;
        margin-bottom: 20px;
    }
    .dsc-tit {
        width: 90%;
    }
    .search_lang{
        flex: 1;
        width: 100%;
        justify-content: space-between;
    }
    .slider .main-slider .slider-items .slider-content .title {
        width: 90%;
        font-size: 24px;
    }
    .footer-inp{
        flex-direction: column;
    }
    .email_join{
        margin-bottom: 10px;
    }
}