@import url(bootstrap.min.css);
@import url(bootstrap-grid.min.css);
@import url(animate.css);
@import url(all.css);
@import url(line-awesome.min.css);
@import url(owl.carousel.css);
@import url(jquery.fancybox.css);
@import url(slick-theme.css);
@import url(slick.css);
@import url(odometer.css);

/* Start Fonts */

@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700;800;900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,800&family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');
@font-face {
    font-family: 'bahij';
    src: url(../fonts/bahij/Bahij_TheSansArabic-Plain.ttf);
}

@font-face {
    font-family: 'bahijLight';
    src: url(../fonts/bahij/Bahij_TheSansArabic-Light.ttf);
}

@font-face {
    font-family: 'bahijMed';
    src: url(../fonts/bahij/Bahij_TheSansArabic-SemiBold.ttf);
}

@font-face {
    font-family: 'bahijBold';
    src: url(../fonts/bahij/Bahij_TheSansArabic-Bold.ttf);
}


/* End Fonts */

 :root {
    --main-color: #282D56;
    --sec-color: #AD915B;
    --dark-color: #41538C;
    --bg-color: #F9F9F9;
    --light-color: #7E8097;
}

* {
    box-sizing: border-box;
    /* font-family: 'Jazeera'; */
}

a {
    text-decoration: none;
    /* font-family: 'bahij'; */
    color: var(--main-color);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a:hover {
    text-decoration: none;
    color: var(--sec-color);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a:focus {
    text-decoration: none;
    /* color: inherit; */
}

button,
button:hover {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'bahij';
    background: #fff;
    text-align: start;
    direction: rtl;
}

section,
footer {
    /* overflow: hidden; */
    position: relative;
}

p {
    margin: 0;
    color: #626262;
    font-size: 15px;
    line-height: 25px;
}

ul {
    padding: 0;
    margin: 0;
    display: block;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

li {
    display: block;
    list-style: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

iframe {
    width: 100%;
    height: 100%;
}

.padding {
    padding: 0 !important;
}

img {
    max-width: 100%;
}

input,
button,
input:focus,
button:focus,
input:active,
button:active,
button:hover,
textarea:active,
textarea:focus,
select,
select:active,
select:focus {
    outline: none !important;
}

textarea {
    resize: none;
}

main {
    overflow: hidden;
    /* min-height: 100vh; */
}

.owl-carousel {
    direction: ltr;
}


/* Start Loading */

.loader {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 999999999999999999999999999999;
    background: #fff;
    transition: all .5s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader .loader-inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}

.loader .loader-inner img {
    max-width: 250px;
}


/* End Loading */

.bg-main-color{
    background-color: var(--main-color) !important;
}

.bg-light-color{
    background-color: var(--bg-color) !important;
}

.text-main-color {
    color: var(--main-color) !important;
}

.text-sec-color{
    color: var(--sec-color) !important;
}

.text-light-color{
    color: var(--light-color) !important;
}

.bg-main-color::placeholder{
    color: #fff;
}
/* Start Not-found */

.not-found .not-found-pro {
    max-width: 500px;
    margin: auto;
    text-align: center;
}

.not-found .not-found-pro img {
    max-height: 400px;
}

.not-found .not-found-pro h2 {
    font-size: 30px;
    color: var(--dark-color);
    font-weight: bold;
}

.not-found .not-found-pro h4 {
    margin: 15px 0;
    font-size: 20px;
    color: #777;
}

.not-found .not-found-pro p {
    margin: 25px 0 15px;
    font-size: 14px;
    color: #777;
    /* font-weight: bold; */
    position: relative;
}

.not-found .not-found-pro .btn.go-home {
    padding: 0;
    line-height: normal;
    min-height: auto;
    background: transparent;
    color: var(--sec-color);
    font-size: 20px;
    text-decoration: underline;
    margin: 0 auto;
}

.not-found .not-found-pro p::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    border-bottom: 1px #f1f1f1 solid;
    margin: auto;
    width: 100%;
    bottom: 0;
    height: 1px;
    z-index: -2;
}

.not-found .not-found-pro p::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    margin: auto;
    z-index: -1;
    border: 1px #f1f1f1 solid;
}

.not-found.not-found-404 .not-found-pro h2 {
    margin: 20px 0;
}


/* End Not-found */


/* Start Select Nice */

select {
    display: none;
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border: none;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    /* float: right; */
    font-family: inherit;
    font-size: 16px;
    font-weight: normal;
    line-height: 50px;
    outline: none;
    padding-right: 30px;
    padding-left: 30px;
    position: relative;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    color: #E2DDDD;
    width: 100%;
    background: transparent;
    border-bottom: 1px solid #707070;
    padding: 0 20px;
}

.nice-select:hover {
    border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #999;
}

.nice-select:after {
    content: "\f107";
    display: block;
    margin-top: 0;
    pointer-events: none;
    position: absolute;
    left: 15px;
    top: 0;
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    transition: all 0.15s ease-in-out;
    font-family: 'Line Awesome Free';
    font-weight: bold;
    border: none !important;
    transform: none !important;
    font-size: 14px;
    color: #585858;
    /* opacity: .35; */
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}

.nice-select.disabled:after {
    border-color: #cccccc;
}

.nice-select.wide {
    width: 100%;
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.nice-select.right {
    float: right;
}

.nice-select.right .list {
    left: auto;
    right: 0;
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

.nice-select.small:after {
    height: 4px;
    width: 4px;
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}

.nice-select .list {
    background-color: var(--white-color);
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
    width: 100%;
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding: 0 10px;
    text-align: start;
    transition: all 0.2s;
    color: #000;
    background: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: var(--main-color);
    color: #fff;
}


/* End Select Nice */


/***

====================================================================
Start Search Popup
====================================================================

***/

.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);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: 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-color);
    width: 70px;
    cursor: pointer;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 16%);
    border-bottom: 3px solid #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    text-align: center;
    padding: 0;
}

.search-popup .close-search span {
    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%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    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;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search-active .search-popup form {
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    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;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    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;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.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;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-popup .close-search.style-two span {
    font-size: 20px;
    color: #ffffff;
}


/***

====================================================================
Start Search Popup
====================================================================

***/


/***

====================================================================
Start Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 30px;
    line-height: 50px;
    cursor: pointer;
    color: #ffffff;
    display: none;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 270px;
    padding-inline-end: 30px;
    max-width: 100%;
    height: 100%;
    visibility: hidden;
    z-index: 999999;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 20px 20px;
    /* text-align: left; */
}

.mobile-menu .nav-logo img {
    max-width: 200px;
    max-height: 55px;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    visibility: visible;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.90);
    opacity: 0;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 1;
    width: 100%;
    visibility: visible;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .menu-box {
    position: absolute;
    right: -400px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #ffffff;
    padding: 0px 0px;
    z-index: 5;
    border-radius: 0px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.mobile-menu-visible .mobile-menu .menu-box {
    right: 0px;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.mobile-menu .close-btn {
    display: n;
    position: relative;
    left: 0;
    top: 0;
    line-height: normal;
    width: auto;
    text-align: left;
    font-size: 15px;
    color: var(--dark-color);
    cursor: pointer;
    z-index: 10;
    opacity: 0;
    margin: 14px;
    width: 100%;
    transition: all .5s;
    display: none;
}

.mobile-menu-visible .mobile-menu .close-btn {
    opacity: 1;
    display: block;
}

.mobile-menu .close-btn:hover {
    opacity: 0.50;
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
    max-height: calc(100vh - 152px);
    overflow: hidden;
    overflow-y: auto;
    display: block;
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.mobile-menu .navigation li>ul>li:last-child {
    border-bottom: none;
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 20px;
    font-size: 15px;
    color: #404040;
    text-transform: capitalize;
}

.mobile-menu .navigation li:hover>a,
.mobile-menu .navigation li.current>a {
    color: #111111;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 44px;
    height: 44px;
    text-align: center;
    font-size: 16px;
    line-height: 44px;
    color: #404040;
    cursor: pointer;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 10px;
    width: 1px;
    height: 24px;
    border-left: 1px solid rgba(0, 0, 0, 0.10);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    /* display: block; */
    background: var(--bg-color);
    /* height: 0; */
    transition: none;
    overflow: hidden;
    opacity: 1;
    visibility: visible;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    border: none;
    position: relative;
}

.sticky-header .navbar-header {
    display: none;
}

.sticky-header .outer-box .nav-btn {
    position: relative;
    top: 4px;
    float: right;
    font-size: 22px;
    color: #000000;
    cursor: pointer;
    margin-top: 0px;
    margin-left: 30px;
}

.sticky-header .outer-box .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 28px;
    color: #000000;
    cursor: pointer;
    margin-left: 30px;
}

.sticky-header .outer-box .search-box-btn {
    color: #000000;
}

.sticky-header .outer-box {
    padding: 22px 0px;
}

.mobile-menu .menu-box .nav-title {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    background: var(--main-color);
    justify-content: space-between;
}

.mobile-menu .menu-box .nav-title h3 {
    margin: 0;
    color: #fff;
    font-size: 18px;
}

.mobile-menu .navigation li.menu-item-has-children::after {
    content: "\f107";
    position: absolute;
    left: 0;
    top: 0;
    margin: 10px;
    font-family: 'Line Awesome Free';
    font-weight: bold;
    transition: all .5s;
}

.mobile-menu .navigation li.open .sub-menu {
    height: auto;
    padding: 0 20px;
}

.mobile-menu .navigation li.menu-item-has-children.open::after {
    transform: rotate(180deg);
}


/***

====================================================================
End Sidebar style
====================================================================

***/


/* Start Header */


/* End Header */


/* Start Banner-h */

.line-complate p[data-value] {
    position: relative;
    color: var(--thr-color);
    font-size: 14px;
    width: 40px;
    /* height: 30px; */
}

.banner-h {
    /* background: linear-gradient(180deg, #F2F2F2 0%, #FFFFFF 100%); */
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    z-index: 2;
}

.header-top {
    box-shadow: 0px 5px 16px #1f5e260A;
    background: rgb(255 255 255 / 58%);
    padding: 12.5px 0;
}

.head-top ul {
    /* display: flex; */
    /* flex-wrap: wrap; */
}

.head-top ul li {
    /* margin: 0 22px; */
}

.head-top ul li:first-child {
    /* margin-inline-start: 0; */
}

.head-top ul li a {
    color: var(--light-color);
    /* font-size: 14px; */
    /* line-height: 26px; */
    /* font-family: "cairo"; */
    /* font-family: 'bahijBold'; */
}

.header-bottom{
    position: absolute;
    top: 1.25rem;
    width: 100%;
}

.head-top ul li a:hover,
.header-bottom .head-top .head-inner .nav-head li .sub-menu li a:hover {
    color: var(--main-color);
}

.menu-top-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    -webkit-align-items: center;
}

.menu-top-right .s-h {
    display: flex;
    flex-wrap: wrap;
}

.menu-top-right .s-h a {
    margin: 0 11px;
    font-size: 12px;
    color: #757575;
}

.menu-top-right .s-h a:hover,
.menu-top-right .lang:hover {
    color: var(--main-color);
}

.menu-top-right .lang {
    margin-inline-start: 27px;
    color: #757575;
    font-size: 16px;
}

.menu-top-right .lang i {
    margin-inline-start: 8px;
    position: relative;
    top: 1px;
}

.header-bottom .head-top {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    align-items: center;
    -webkit-align-items: center;
}

.header-bottom .head-top .logo {
    max-width: 153px;
}

.header-bottom .head-top .head-inner {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    /* padding-inline-start: 14px; */
}

.header-bottom .head-top .head-inner .menu-right {
    display: flex;
}

.header-bottom .head-top .head-inner .nav-head li {
    /* position: relative; */
    /* margin: 0 16px; */
}

.res-menu {
    /* display: none; */
}

.header-bottom .head-top .head-inner .menu-right .user-name {
    position: relative;
    /* display: flex; */
}

.header-bottom .head-top .head-inner .menu-right .user-name .btn-user {
    background: transparent;
    display: flex;
    border: none;
    box-shadow: none;
    align-items: center;
    -webkit-align-items: center;
    padding-inline-end: 15px;
    position: relative;
}

.header-bottom .head-top .head-inner .menu-right .user-name .btn-user .img {
    width: 38px;
    height: 38px;
    overflow: hidden;
    border: 1px solid #DFDFDF;
    border-radius: 50%;
}

.header-bottom .head-top .head-inner .menu-right .user-name .btn-user .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.header-bottom .head-top .head-inner .menu-right .user-name .btn-user h3 {
    width: calc(100% - 38px);
    margin: 0;
    padding-inline-start: 8px;
    color: var(--thr-color);
    font-size: 16px;
    max-width: 134px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header-bottom .head-top .head-inner .menu-right .user-name .btn-user::after {
    content: "\f107";
    position: absolute;
    left: 0;
    top: 10px;
    font-family: 'Font Awesome 5 Pro';
    color: #333;
}

.header-bottom .head-top .head-inner .menu-right .user-name .sub-user {
    position: absolute;
    top: 100%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 14px #0000001A;
    border-radius: 8px;
    z-index: 9;
    min-width: 180px;
    padding: 10px 0;
    opacity: 0;
    transition: all .3s;
    visibility: hidden;
    display: none;
}

.header-bottom .head-top .head-inner .menu-right .user-name .sub-user ul {
    display: block;
}

.header-bottom .head-top .head-inner .menu-right .user-name .sub-user ul li {
    margin: 0;
}

.header-bottom .head-top .head-inner .menu-right .user-name .sub-user ul li a {
    display: flex;
    padding: 13px 20px;
    font-size: 16px;
    color: var(--thr-color);
    font-weight: normal;
    align-items: center;
    -webkit-align-items: center;
}

.header-bottom .head-top .head-inner .menu-right .user-name .sub-user ul li a i {
    font-size: 14px;
    width: 14px;
    margin-inline-end: 10px;
}

.header-bottom .head-top .head-inner .menu-right .user-name .sub-user ul li a:hover {
    color: var(--main-color);
}

.header-bottom .head-top .head-inner .menu-right .user-name:hover .sub-user {
    opacity: 1;
    visibility: visible;
    display: block;
}

.header-bottom .head-top .head-inner .nav-head li a {
    color: var(--light-color);
    /* font-size: 16px; */
    /* line-height: 30px; */
}

.header-bottom .head-top .head-inner .nav-head li .sub-menu {
    position: absolute;
    top: 100%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 14px #0000001a;
    border-radius: 8px;
    z-index: 9;
    min-width: 285px;
    padding: 10px 0;
    opacity: 0;
    transition: all .3s;
    visibility: hidden;
    display: none;
    max-height: 240px;
    overflow: hidden;
    overflow-y: auto;
}

.header-bottom .head-top .head-inner .nav-head li .sub-menu li {
    margin: 0;
}

.header-bottom .head-top .head-inner .nav-head li .sub-menu li a {
    display: flex;
    padding: 5px 20px;
    font-size: 16px;
    color: var(--thr-color);
    font-weight: normal;
}

.header-bottom .head-top .head-inner .nav-head li:hover .sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
}

.header-bottom .head-top .head-inner .nav-head li.menu-item-has-children::after {
    content: "\f107";
    position: absolute;
    left: -16px;
    top: 5px;
    font-family: 'Font Awesome 5 Pro';
    color: #333;
}

.header-bottom .head-top .head-inner .form-head {
    margin: 0 20px;
    width: 353px;
}

.header-bottom .head-top .head-inner .form-head form {
    position: relative;
    width: 100%;
}

.header-bottom .head-top .head-inner .form-head form input {
    height: 45px;
    background: #FCFCFC;
    border: 1px solid #E8E8E8;
    border-radius: 23px;
    width: 100%;
    padding-inline-start: 50px;
    padding-inline-end: 20px;
}

.header-bottom .head-top .head-inner .form-head form i {
    position: absolute;
    top: 0;
    right: 0;
    /* left: 0; */
    margin: 16px;
    color: #757575;
    font-size: 14px;
}

.banner-inner {
    padding: 200px 0 30px 0;
}

.text-slider h1 {
    font-size: 28px;
    color: var(--main-color);
    line-height: 34px;
    margin: 0 0 30px;
}

.avail-block {
    background: #FFF;
    box-shadow: 0px 6px 25px #00000014;
    border-radius: 12px;
    display: flex;
    margin: 22px 0;
    overflow: hidden;
    padding: 20px;
}

.avail-block .img-block {
    width: 154px;
    height: 119px;
    border-radius: 10px;
    overflow: hidden;
}

.avail-block .img-block .img {
    display: block;
    width: 100%;
    height: 100%;
}

.avail-block .img-block .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.avail-block .details {
    width: calc(100% - 154px);
    padding-inline-start: 23px;
}

.avail-block .details h3 {
    font-size: 16px;
    max-width: 180px;
    line-height: 19px;
    margin: 0 0 14px;
    color: var(--thr-color);
}

.line-complate {
    display: flex;
    margin: 14px 0 10px;
}

.line-complate .progress {
    background-color: #ccc;
    border-radius: 20px;
    position: relative;
    margin: 9px 0;
    height: 8px;
    width: calc(100% - 40px);
    /* margin-inline-start: auto; */
}

.progress-done {
    background: #3ccf4e;
    box-shadow: 0 3px 3px -5px #F2709C, 0 2px 5px #F2709C;
    border-radius: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 0;
    opacity: 0;
    transition: 1s ease 0.3s;
}

.line-complate p[data-value]::before {
    content: attr(data-value) '%';
    display: block;
    color: #000;
    position: absolute;
    right: 0;
}

.btn {
    /* min-width: 205px; */
    /* min-height: 50px; */
    background: var(--main-color);
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    font-family: 'bahijBold';
    padding: 12px;
    border: 1px var(--main-color) solid;
}

.btn:hover,
.btn:focus {
    color: var(--main-color);
    background: transparent;
    box-shadow: none;
}

.more {
    margin: 18px 0 0;
    display: flex;
    font-size: 16px;
    font-weight: bold;
    color: var(--main-color);
    align-items: center;
    -webkit-align-items: center;
}

.more i {
    margin-inline-start: 14px;
}

.img-banner {
    max-width: 480px;
    margin-inline-start: auto;
    position: relative;
}

.img-banner .img {
    z-index: 2;
    height: 415px;
    text-align: center;
    position: relative;
}

.img-banner::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    height: 62%;
    background: #EBCE00;
    border-radius: 0px 32px;
    opacity: 0;
}

.img-banner .img img {
    max-height: 100%;
}

/* .img-banner::before {
    content: "";
    width: 53px;
    height: 58px;
    position: absolute;
    right: 0;
    top: 64%;
    background: url(../images/animation/before-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0;
    margin: -10%;
    animation: rotateH 10s linear infinite;
} */


/* End Banner-h */


/* Start Courses-h */

.courses-h {
    padding: 90px 0;
    background: linear-gradient(360deg, #F2F2F2 0%, #FFFFFF 100%);
}

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

.title {
    margin: 0 0 30px;
}

.title h3 {
    margin: 0;
    font-size: 34px;
    color: #000;
    line-height: 56px;
    font-family: 'bahijBold';
    position: relative;
    padding: 0 0 12px;
}

.tabs-courses {
    margin: 0 0 30px;
    border-bottom: 1px solid #DBDBDB;
    padding-bottom: 23px;
}

.tabs-courses .nav.nav-tabs {
    border: none;
}

.tabs-courses .nav.nav-tabs .owl-nav {
    position: absolute;
    /* top: -5px; */
    height: 38px;
    right: -2%;
    left: 0;
    width: 104%;
}

.tabs-courses .nav.nav-tabs .nav-link {
    padding: 0;
    border: none;
    text-align: start;
    display: block;
    margin: 0;
    /* width: 100%; */
    font-size: 18px;
    color: var(--thr-color);
    /* min-width: 185px; */
    margin-inline-end: 20px;
}

.tabs-courses .nav.nav-tabs .nav-link.active {
    color: var(--main-color);
}

.tabs-courses .nav.nav-tabs .owl-nav button.owl-next,
.tabs-courses .nav.nav-tabs .owl-nav button.owl-prev {
    width: 38px;
    height: 38px;
    background: #fff;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 8px;
    position: absolute;
    top: -32px;
}

.tabs-courses .nav.nav-tabs .owl-nav button.owl-next {
    left: 0;
    right: auto;
}

.tabs-courses .nav.nav-tabs .owl-nav button.owl-prev {
    right: 0;
    left: auto;
}

.tabs-courses .nav.nav-tabs .owl-nav button.disabled {
    display: none;
}

.tabs-courses .nav.nav-tabs .owl-nav button.owl-next:hover,
.tabs-courses .nav.nav-tabs .owl-nav button.owl-prev:hover {
    background: var(--main-color);
    color: #fff;
}

.cour-block {
    margin: 15px 0;
    transition: all .5s;
    border-radius: 0;
    background: #fff;
    overflow: hidden;
    padding: 5px;
    height: calc(100% - 30px);
    position: relative;
    padding-bottom: 45px;
    border: 1px solid #E8E8E8;
}

.cour-block .img-block {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    height: 300px;
    position: relative;
}

.cour-block .img-block .img {
    display: block;
    width: 100%;
    height: 100%;
}

.cour-block .img-block .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all .5s;
}

.cour-block .img-block .alert-block {
    position: absolute;
    top: 0;
    right: 0;
    margin: 8px;
    min-width: 71px;
    min-height: 32px;
    background: #fff;
    border-radius: 5px;
    font-size: 12px;
    text-align: center;
    padding: 7px;
    color: var(--main-color);
    font-weight: bold;
}

.cour-block .details {
    padding: 10px 9px 18px;
    /* padding-bottom: 40px; */
}

.cour-block .details .name {
    font-size: 18px;
    line-height: 30px;
    display: block;
    color: #22243B;
    /* max-width: 161px; */
    margin: 0 0 11px;
    /* min-height: 56px; */
    font-family: 'bahijBold';
}

.cour-block .details .price-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    margin: 0 0 12px;
}

.cour-block .details .price-block .price-h {
    font-size: 18px;
    color: var(--sec-color);
    transition: all .5s;
}

.cour-block .details .price-block .price-h strong {
    /* font-size: 16px; */
}

.cour-block .details .price-block .rateing-block {
    /* display: none; */
}

.cour-block .details .price-block .rateing-block .stars {
    color: var(--sec-color);
    font-size: 10px;
}

.cour-block .details .price-block .rateing-block span {
    color: #595959;
    font-size: 12px;
    font-family: 'bahijBold';
    margin-inline-start: 5px;
}

.cour-block .details .some-details ul li {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    color: #22243B;
    font-size: 12px;
    line-height: 22px;
    flex-wrap: wrap;
    font-family: 'bahijMed';
}

.cour-block .details .some-details ul li i {
    color: #1f5e26;
    font-size: 14px;
    margin-inline-end: 10px;
    width: 14px;
}

.cour-block:hover .details .name {
    color: var(--main-color);
}

.cour-block:hover .img-block .img img {
    /* transform: scale(1.1) rotate(-3deg); */
    /* filter: grayscale(1); */
}


/* End Courses-h */


/* Start Review-h */

.overlay-img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    /* z-index: -1; */
}

.overlay-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.review-h {
    padding: 50px 0;
    background: var(--bg-color);
}

.review-h .overlay-img {
    height: 65%;
}

.review-h .overlay-img::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
}

.title.title-white h3 {
    color: #fff;
}

.review-inner {
    /* max-width: 100%;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0px 2px 16px #0000001F;
    border-radius: 15px; */
    padding: 28px 28px 52px;
    /* text-align: center;
    height: 451px; */
}

.review-inner .review-block {
    background: #fff;
    /* box-shadow: 0px 8px 28px #3131310D; */
    /* border-radius: 12px; */
    /* min-height: 302px; */
    /* padding: 100px 100px 38px; */
    text-align: center;
    position: relative;
}

.review-inner .review-block .userName-review {
    /* display: flex; */
    /* margin: 42px 0 0; */
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}

.review-inner .review-block .userName-review .img {
    width: 136px;
    height: 136px;
    overflow: hidden;
    border: 1px solid #E8E8E8;
    border-radius: 50%;
    margin: 0 auto 30px;
}

.review-inner .review-block .userName-review .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.review-inner .review-block .userName-review h3 {
    line-height: 30px;
    font-size: 19px;
    margin: 0 0 15px;
    font-family: 'bahijBold';
    color: #000;
}

.review-slider .item {
    padding: 20px;
}

.review-inner .review-block .comment-block p {
    color: #fff;
    /* font-size: 16px; */
    font-family: 'bahijLight';
    line-height: 25px;
}

.review-inner .review-block .comment-block {
    padding: 22px 0 0;
}

/* .review-inner .review-block::before,
.review-inner .review-block::after {
    content: "\f10d";
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    font-weight: bold;
    font-size: 44px;
    color: var(--main-color);
    opacity: 0;
    margin: 10px 30px;
}

.review-inner .review-block::before {
    content: "\f10e";
    right: 0;
    top: 0;
} */

.review-inner .review-block::after {
    bottom: 0;
    left: 0;
}

.owl-carousel .owl-dots {
    margin: 17px 0 0;
    display: flex;
    justify-content: center;
}

.owl-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: var(--main-color);
    opacity: 0.32;
    display: block;
    margin: 0 3px;
    border-radius: 50%;
    transition: all .5s;
}

.owl-carousel .owl-dots .owl-dot.active span {
    width: 29px;
    border-radius: 20px;
    opacity: 1;
}


/* End Review-h */


/* Start Competitions-h */

.competitions-h {
    /* background: var(--bg-color); */
    padding: 70px 0 100px;
}

.compet-slider .item {
    padding: 0 18px;
}

.comp-block {
    background: #fff;
    border: 1px solid #ECECEC;
    border-radius: 12px;
    padding: 12px;
    overflow: hidden;
    display: flex;
}

.comp-block .img-block {
    width: 171px;
    height: 158px;
    overflow: hidden;
    border-radius: 12px;
}

.comp-block .img-block .img {
    display: block;
    width: 100%;
    height: 100%;
}

.comp-block .img-block .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all .5s;
}

.comp-block .details {
    width: calc(100% - 171px);
    padding-inline-start: 20px;
}

.comp-block .details .name {
    display: block;
    font-size: 22px;
    font-family: 'bahijBold';
    color: #22243B;
    line-height: 36px;
    margin: 0 0 11px;
}

.comp-block .details p {
    color: #333;
    font-size: 16px;
    margin: 11px 0 4px;
    line-height: 30px;
    max-height: 60px;
    overflow: hidden;
    font-family: 'bahijLight';
}

.comp-block .details .subscripNow {
    display: flex;
    color: var(--main-color);
    font-size: 16px;
    line-height: 30px;
    font-family: 'bahijBold';
    align-items: center;
    -webkit-align-items: center;
}

.comp-block .details .subscripNow i {
    margin-inline-start: 11px;
}

.comp-block:hover .details .name {
    color: var(--main-color);
}

.comp-block:hover .img-block .img img {
    filter: grayscale(1);
    transform: scale(1.1) rotate(-5deg);
}


/* End Competitions-h */


/* Start Students-h */

.top-students {
    padding: 90px 0;
}

.all-students .item {
    /* max-width: 20%; */
    /* flex: 0 0 20%; */
    padding: 0 13px;
}

.student-block {
    margin: 15px 0;
    background: #fff;
    border: 1px solid #EEEEEE;
    border-radius: 12px;
    overflow: hidden;
    padding: 24px;
    position: relative;
    text-align: center;
}

.student-block .img-block {
    /* position: relative; */
}

.student-block .img-block .img {
    width: 108px;
    height: 108px;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 50%;
}

.student-block .img-block .num {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 29px;
    height: 29px;
    background: var(--main-color);
    text-align: center;
    line-height: 29px;
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
    font-family: 'bahijBold';
    margin: 10px;
}

.student-block .img-block .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.student-block .details {
    padding: 19px 0 0;
}

.student-block .details h3 {
    font-size: 16px;
    font-family: 'bahijMed';
    color: var(--thr-color);
    line-height: 19px;
    margin: 0 0 10px;
}

.student-block .details span {
    color: #595959;
    font-size: 14px;
    line-height: 17px;
}


/* End Students-h */


/* Start Clients-h */

.clients-h {
    padding: 60px 0;
    background: var(--bg-color);
}

.clients-slider .item {
    padding: 0 16px;
}

.client-block {
    padding: 16px;
    height: 88px;
    background: #fff;
    border: 1px solid #D6D6D6;
    border-radius: 8px;
    text-align: center;
    line-height: 54px;
}

.client-block .img img {
    max-height: 57px;
    width: auto;
    display: inline-block;
    max-width: 110px;
}

.owl-carousel .owl-nav {
    position: absolute;
    top: 36%;
    right: -1%;
    left: 0;
    width: 102%;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    width: 42px;
    height: 42px;
    /* UI Properties */
    background: #FFFFFF !important;
    box-shadow: 0px 7px 11px #00000014;
    position: absolute;
    border-radius: 50%;
    color: #595959;
    font-size: 19px;
    line-height: 43px;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 0;
}

.owl-carousel .owl-nav button.owl-next {
    right: 0;
}

.owl-carousel .owl-nav button.disabled {
    opacity: 0.4;
}


/* End Clients-h */


/* Start Footer */

footer {
    /* background: url(../images/home/bg-banner.png); */
    background-size: cover;
    background-position: center;
}

.footer-top {
    padding: 50px 0 30px;
}

.logo-f a {
    display: block;
    text-align: center;
}

.logo-f a img {
    max-height: 117px;
}

.foot-col {
    /* text-align: center; */
}

.foot-col p {
    /* margin: 0 0 20px; */
    /* color: #333; */
    /* font-size: 16px; */
    /* line-height: 25px; */
    /* max-width: 466px; */
    /* font-family: 'bahijLight'; */
    /* max-height: 75px; */
    /* overflow: hidden; */
}

.foot-col .links-f {
    /* display: flex; */
    /* justify-content: center; */
    /* flex-wrap: wrap; */
    /* margin: 18px 0; */
}

.foot-col .links-f li {
    /* margin: 11px 0px; */
}

.foot-col .links-f li a {
    color: var(--main-color);
    /* font-size: 16px; */
    /* font-family: 'bahijLight'; */
    /* line-height: 25px; */
    /* position: relative; */
    /* padding-inline-start: 16px; */
}

.down-app {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.down-app strong {
    font-size: 18px;
    font-family: 'bahijMed';
    color: var(--thr-color);
    margin-inline-end: 10px;
}

.down-app a {
    max-width: 107px;
    display: block;
    margin: 0 10px;
}

.footer-bottom {
    border-top: 1px solid #CCCCCC;
}

.footer-bottom .row {
    align-items: center;
    -webkit-align-items: center;
}

.logo-elryad {
    display: table;
    margin-inline-start: auto;
}

.copyRight p {
    color: #333;
    font-size: 16px;
    font-family: 'bahijMed';
}

.s-f {
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* justify-content: space-between; */
}

.s-f a {
    /* color: #757575; */
    /* font-size: 14px; */
    /* margin: 0 10px; */
}

.s-f a:hover {
    color: var(--main-color);
}

.btn-center {
    text-align: center;
    margin: 30px 0 0;
}

.header-bottom .head-top .head-inner .nav-head li .sub-menu::-webkit-scrollbar {
    width: 5px;
}

.header-bottom .head-top .head-inner .nav-head li .sub-menu::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgb(0 0 0 / 25%);
}

.header-bottom .head-top .head-inner .nav-head li .sub-menu::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: none;
}


/* End Footer */

.wrapper {
    overflow: hidden;
    width: 112%;
    /* background: #eaeaea; */
    position: relative;
    height: 50px;
    direction: rtl;
    display: flex;
    padding: 0 6%;
}

.wrapper .next-slide,
.wrapper .prev-slide {
    position: absolute;
    top: 0;
    width: 38px;
    height: 38px;
    background: #fff;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 8px;
    line-height: 38px;
    text-align: center;
    transition: all .5s;
    cursor: pointer;
}

.wrapper .next-slide:hover,
.wrapper .prev-slide:hover {
    background: var(--main-color);
    color: #fff;
}

.wrapper .next-slide {
    left: -50px;
    margin-left: 5px;
}

.wrapper .prev-slide {
    margin-right: 4px;
    right: -50px;
}

.wrapper .nav-tabs {
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    transition: left .3s ease-in-out;
    -webkit-transition: left .3s ease-in-out;
    -moz-transition: left .3s ease-in-out;
}

.wrapper .nav-tabs li {
    /* font: normal 14px 'Arial'; */
    /* background: #e5e5e5 !important; */
    /* margin: 0 !important; */
    /* padding: 15px 20px; */
    /* list-style: none; */
    /* float: left; */
    /* border-right: 1px solid #fff; */
    /* height:50px; */
    /* box-sizing: border-box; */
    -moz-box-sizing: border-box;
    /* -webkit-box-sizing: border-box; */
    /* cursor: pointer; */
    /* overflow: hidden; */
    /* position: relative; */
    /* z-index: 1; */
    -webkit-touch-callout: none;
    /* -webkit-user-select: none; */
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    /* user-select: none; */
}

.wrapper .nav-tabs li:hover {
    /* opacity: 0.6; */
}

.wrapper .nav-tabs li a {
    background-image: none !important;
    padding-left: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0!important;
    color: #222;
}

.wrapper .nav-tabs li a span {
    background-image: none !important;
    background-repeat: 0 !important;
    background-position: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.wrapper .nav-tabs li.here,
.wrapper .nav-tabs li.here a {
    font-weight: normal !important;
    color: #00ac7f !important;
}

.btn-group .btn {
    border-radius: 50px !important;
    font-weight: bold;
    margin-inline-end: 20px;
    padding: 11px 16px;
}

.btn.btn-border {
    border: 1px var(--main-color) solid;
    background: transparent;
    color: var(--main-color);
}

.btn i {
    margin-inline-end: 7px;
}

.btn-group .btn:last-child {
    margin: 0;
}

.text-slider.text-banner h1 {
    font-family: 'bahijBold';
    font-size: 64px;
    color: var(--main-color);
    line-height: 105px;
}

.text-slider.text-banner p {
    max-width: 496px;
    color: var(--main-color);
    font-size: 18px;
    font-family: 'bahijBold';
    margin: 0 0 40px;
    line-height: 33px;
}

.text-banner .btn.btn-border {
    min-width: 219px;
    min-height: 50px;
    border-radius: 50px;
    padding: 10px;
    font-size: 16px;
    font-family: 'bahijBold';
}

.text-banner .btn.btn-border i {
    margin: 0;
    margin-inline-start: 10px;
}

.btn.btn-border:hover,
.btn.btn-border:focus {
    background: var(--sec-color);
    color: #fff;
}

.banner-inner .row {
    align-items: center;
    -webkit-align-items: center;
}

.spcial-block {
    /* background: #fff; */
    /* box-shadow: 0px 8px 28px #3131310D; */
    /* border-radius: 12px; */
    margin: 0 0 25px;
}

.spcial-block .icon {
    width: 53px;
    height: 46px;
    /* background: #E4F8FF; */
    border-radius: 8px;
    line-height: 46px;
    position: relative;
    z-index: 2;
}

.spcial-block .icon img {
    max-height: 46px;
}

.spcial-block .details {
    padding: 18px 0 0;
}

.spcial-block .details h3 {
    font-size: 18px;
    font-family: 'bahijBold';
    line-height: 30px;
    margin: 0 0 12px;
    color: #213040;
}

.spcial-block .details p {
    color: #555A60;
    font-size: 15px;
    font-family: 'bahijLight';
    line-height: 24px;
    max-height: 25px;
    overflow: hidden;
}

.spcial-h .col-md-4:nth-child(2) .spcial-block .icon {
    background: rgb(117 31 32 / 7%);
}

.spcial-h .col-md-4:nth-child(3) .spcial-block .icon {
    background: rgb(235 206 0 / 18%);
}

.before-login .banner-inner {
    /* padding-bottom: 180px; */
}

.spcial-h {
    /* overflow: visible; */
    padding: 80px 0;
    background: var(--bg-color);
}

.cour-block .details .btn {
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 13px 10px;
    max-width: 90%;
}

.img-banner .img .img-fluid {
    position: absolute;
    transition: 0.5s;
    inset: 0;
}

.img-banner .img .img-fluid.image-1 {
    inset: 0;
    z-index: 3;
}

@keyframes image-1 {
    0% {
        transform: translate(-60px, -100px);
        opacity: 0;
    }
    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}

@keyframes image-2 {
    0% {
        transform: translate(100px, -50px);
        opacity: 0;
    }
    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}

@keyframes image-3 {
    0% {
        transform: translate(-100px, 70px);
        opacity: 0;
    }
    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}

@keyframes image-4 {
    0% {
        transform: translate(60px, 160px);
        opacity: 0;
    }
    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}

.img-banner .img .img-fluid.image-2 {
    max-width: 100%;
    z-index: 3;
}

.img-banner .img .img-fluid.image-3 {
    z-index: 4;
}

.img-banner .img .img-fluid.image-4 {
    z-index: 4;
}

.img-banner .img .img-fluid.image-1.load-animate-H {
    animation: image-1 1.5s;
}

.img-banner .img .img-fluid.image-2.load-animate-H {
    animation: image-2 1.5s;
}

.img-banner .img .img-fluid.image-3.load-animate-H {
    animation: image-3 1.5s;
}

.img-banner .img .img-fluid.image-4.load-animate-H {
    animation: image-4 1.5s;
}

.login_box.noti_box {
    position: relative;
    margin: 0 20px;
}

.login_box.noti_box .icon {
    position: relative;
    width: 36px;
    min-width: 36px;
    height: 36px;
    background-color: #fff;
    color: var(--main-color) !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    cursor: pointer;
    transition: 0.3s;
}

.login_box.noti_box .dropdown_menu {
    position: absolute;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    min-width: 200px;
    top: 100%;
    margin-top: 20px;
    opacity: 0;
    transition: 0.3s;
    visibility: hidden;
    z-index: 9999999999;
    overflow: hidden;
    padding: 5px 10px;
    left: -50%;
}

.login_box.noti_box .dropdown_menu.open {
    opacity: 1;
    visibility: visible;
    margin-top: 10px;
}

.noti_box .dropdown_menu .all_noti {
    width: 100%;
    text-align: center;
    display: block;
    font-size: 14px;
    color: var(--main-color);
    margin: 7px 0 12px;
}

.login_box.noti_box .icon span.active {
    position: absolute;
    top: 0;
    right: 0;
    width: 18px;
    height: 18px;
    line-height: 18px;
    background: var(--main-color);
    color: #fff;
    font-size: 11px;
    border-radius: 50%;
    text-align: center;
    margin: -5px;
}

.btn .res-span {
    display: none;
}

.courses-slider2 .item {
    padding: 0 8px;
    height: 100%;
}

.whatsIcon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #09B83E;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 5;
    text-align: center;
    font-size: 30px;
    color: #fff;
    border-radius: 50%;
    margin: 22px;
}

.res-menu .mobile-nav-toggler {
    /* display: none; */
}

.header-bottom .head-top .menu-right {
    display: flex;
    margin-inline-start: auto;
    align-items: center;
    -webkit-align-items: center;
}

.header-bottom .head-top .menu-right .flag-h {
    display: block;
    width: 47px;
    height: 27px;
    /* background: #fff;
    border: 1px solid #E9E9E9;
    border-radius: 5px;
    padding: 0px;
    line-height: 10px;
    text-align: center; */
}

.header-bottom .head-top .menu-right .flag-h img {
    max-width: 33px;
    max-height: 100%;
}

.header-bottom .head-top .menu-right .btn-group a {
    /* letter-spacing: 0px; */
    color: var(--light-color);
    /* font-size: 14px; */
    /* line-height: 22px; */
    /* font-family: 'bahijBold'; */
    /* margin: 0 18px; */
}

.header-bottom .head-top .menu-right .btn-group a:first-child {
    /* margin-inline-end: 0; */
}

.header-bottom .head-top .menu-right .lang {
    color: #000;
    font-size: 16px;
    line-height: 22px;
    font-family: 'bahijMed';
    margin-inline-start: 4px;
}

.header-bottom .head-top .menu-right .search-box-btn.search-box-outer {
    width: 37px;
    height: 37px;
    background: rgb(255 255 255 / 6%) 0% 0% no-repeat padding-box;
    border: 1px solid rgb(112 112 112 / 6%);
    line-height: 35px;
    text-align: center;
    margin-inline-start: 14px;
    font-size: 14px;
    cursor: pointer;
}

.header-bottom .head-top .menu-right .btn-group a i {
    /* font-size: 16px; */
    /* margin-inline-end: 7px; */
}

.header-bottom .head-top .menu-right .lang i {
    margin-inline-start: 8px;
}

.header-bottom .head-top .menu-right .btn-group a:hover,
.header-bottom .head-top .menu-right .lang:hover {
    /* color: var(--main-color); */
}

.text-slider.text-banner h1 span {
    color: var(--sec-color);
}

.text-slider.text-banner .form-head {
    margin: 26px 0;
    max-width: 487px;
}

.text-slider.text-banner .form-head form {
    position: relative;
}

.text-slider.text-banner .form-head form .form-control {
    height: 64px;
    background: #fff;
    box-shadow: 0px 11px 16px #0000001A;
    border-radius: 13px;
    padding: 0 20px;
    padding-inline-start: 50px;
    font-size: 18px;
    color: #000;
    border: 1px transparent solid;
}

.text-slider.text-banner .form-head form .form-control::placeholder {
    color: #000;
    font-family: 'bahijLight';
}

.text-slider.text-banner .form-head form i {
    position: absolute;
    top: 0;
    right: 0;
    margin: 22px 20px;
    color: #000;
    font-size: 18px;
}

.btn i {
    margin-inline-start: 27px;
}

.text-slider.text-banner .btn {
    margin: 14px 0 0;
}

.text-slider.text-banner .form-head form .form-control:focus {
    border-color: var(--main-color);
}

.title h3::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 41px;
    height: 6px;
    border-radius: 3px;
    background: var(--sec-color);
    top: auto;
}

.title.title-center h3::after {
    margin: 0 auto;
}

.cour-block:hover {
    box-shadow: 0px 6px 25px #00000014;
    border-color: transparent;
}

.cour-block .details .some-details {
    /* background: #FBFBFB; */
    padding: 10px;
    margin: 0 -14px;
}

.cour-block .details .some-details ul li span {
    /* width: calc(100% - 24px); */
}

.cour-block .details .some-details ul li span u {
    text-decoration: none;
    color: var(--main-color);
    margin: 0 5px;
}

.owl-stage {
    display: flex;
}

.img-spcial.video-block a {
    display: block;
    height: 292px;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

.img-spcial.video-block a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.img-spcial.video-block a::after {
    content: "\f04b";
    position: absolute;
    inset: 0;
    width: 104px;
    height: 104px;
    background: #FFF;
    box-shadow: 0px 0px 20px #00000029;
    border-radius: 50%;
    margin: auto;
    text-align: center;
    line-height: 104px;
    color: #213040;
    font-size: 35px;
    font-family: 'Font Awesome 6 Pro';
    font-weight: bold;
}

.spcial-block .icon::after {
    content: "";
    position: absolute;
    inset: 0;
    top: auto;
    right: auto;
    width: 30px;
    height: 30px;
    background: var(--main-color);
    z-index: -1;
    opacity: 0.09;
    border-radius: 50%;
    margin: 0 0 -5px;
}

.courses-h.courses-coming {
    background: #fff;
}

.review-h .row {
    align-items: center;
    -webkit-align-items: center;
}

.text-review h1 {
    font-family: 'bahijBold';
    font-size: 47px;
    color: #000;
    margin: 0 0 19px;
    line-height: 77px;
}

.review-img {
    background: #fff;
    box-shadow: 0px 2px 16px #0000001F;
    border-radius: 15px;
    height: 451px;
    padding: 15px 25px;
    margin: 0 auto;
}

.review-img-inner .item {
    padding: 10px 0;
}

.review-img img {
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.title-sec.title-center {
    margin: 0 0 15px;
    position: relative;
    z-index: 2;
}

.title-sec.title-center h3 {
    font-family: 'bahijMed';
    font-size: 29px;
    color: #000;
    line-height: 46px;
    position: relative;
    display: table;
    margin: 0 auto;
}

.title-sec.title-center h3::after {
    content: "";
    position: absolute;
    inset: 0;
    top: auto;
    height: 14px;
    background: #F5E191;
    z-index: -1;
    border-radius: 10px;
    margin: 0 0 5px;
}

.review-inner .review-block .userName-review .rateing-h {
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    color: #EEC211;
    font-size: 19px;
}

.review-inner .review-block .userName-review .rateing-h i {
    margin: 0 8px;
}

.news-h {
    padding: 80px 0;
    border-top: 1px solid rgb(112 112 112 / 18%);
}

.news-slider .item {
    padding: 8px;
}

.news-block {
    background: #fff;
    box-shadow: 0px 30px 50px #0000000D;
    border-radius: 10px;
    overflow: hidden;
    padding: 15px 15px 22px;
    margin: 15px 0;
    box-shadow: 0px 30px 50px #0000000D;
    border-radius: 10px;
}

.news-slider .owl-stage-outer {
    overflow: visible;
}

.news-slider .owl-item {
    transition: all .5s;
    opacity: 0.16;
}

.news-slider .owl-item.active {
    opacity: 1;
}

.news-block .img-block {
    height: 322px;
    border-radius: 10px;
    overflow: hidden;
}

.news-block .img-block .img {
    width: 100%;
    height: 100%;
}

.news-block .img-block .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.news-block .details {
    padding: 14px 0 0;
}

.news-block .details .date-h {
    display: block;
    color: #616A7E;
    font-size: 14px;
    font-family: 'bahijLight';
    margin: 0 0 16px;
}

.news-block .details .name {
    font-size: 18px;
    color: #273756;
    line-height: 25px;
    font-family: 'bahijBold';
    display: block;
    margin: 16px 0;
}

.news-block .details p {
    font-family: 'bahijLight';
    font-size: 16px;
    color: #000;
    line-height: 25px;
    max-height: 50px;
    overflow: hidden;
}

.team-h {
    /* background: var(--bg-color); */
    padding: 80px 0;
}

.team-slider .item {
    padding: 0 10px;
}

.team-block {
    /* background: #fff; */
    box-shadow: 0px 8px 28px #3131310D;
    /* border-radius: 12px; */
    overflow: hidden;
    margin: 15px 0;
}

.team-block .img-block {
    height: 350px;
    width: 270px;
    border-radius: 113px;
}

.team-block .img-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 100px;
}

.team-block .details {
    background-color: #fff;
    border-radius: 20px;
    margin-block: 1rem;
    text-align: center;
    padding: .5rem;
}

.team-block .details h3 {
    /* font-family: 'bahijBold'; */
    /* font-size: 18px; */
    /* color: #22243B; */
    /* line-height: 30px; */
    /* margin: 0 0 6px; */
}

.team-block .details span {
    /* font-family: 'bahijLight'; */
    font-size: 12px;
    /* line-height: 25px; */
    color: #2A2A40;
}

.join-h {
    /* padding: 80px 0; */
    background-size: cover;
}

.join-img {
    /* max-width: 497px; */
    /* height: 492px; */
    margin-inline-start: auto;
    /* background: rgb(0 0 0 / 3%); */
    border-radius: 20px;
    /* overflow: hidden; */
    /* padding: 13px; */
}

.join-img .img {
    border-radius: 20px;
    /* overflow: hidden; */
    /* height: 100%; */
    /* width: 100%; */
    position: relative;
}

.join-img .img img {
    /* width: 100%; */
    /* height: 100%; */
    /* object-fit: cover; */
    /* object-position: center; */
    border-radius: 20px;
    position: relative;
    z-index: 3;
}

.join-h .row {
    align-items: center;
    -webkit-align-items: center;
}

.join-text .title h3 {
    font-size: 36px;
}

.join-text .title {
    margin: 0 0 30px;
}

.join-text p {
    max-width: 496px;
    font-family: 'bahijMed';
    font-size: 18px;
    color: var(--main-color);
    line-height: 28px;
    margin: 0 0 40px;
}

.join-text ul li {
    display: list-item;
    list-style: auto;
    font-family: 'bahijLight';
    font-size: 18px;
    color: #000;
    line-height: 28px;
    margin: 27px 0;
    position: relative;
}

.join-text ul {
    padding-inline-start: 20px;
}

.join-text ul li::marker {
    color: var(--main-color);
}

.join-text ul li span {
    /* background: #fff; */
    /* padding-inline-end: 15px; */
    /* padding-inline-start: 25px; */
}

.join-text ul li::after {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    height: 2px;
    background: linear-gradient(90deg, #FFFFFF 0%, #808080 100%);
    opacity: 0.12;
    z-index: -1;
}

.join-text .btn {
    margin: 7px 0 0;
}

.app-h {
    padding: 75px 0;
    border-top: 1px solid rgb(112 112 112 / 18%);
}

.app-text .btn-group {
    margin-top: 23px;
}

.app-text .btn-group a {
    display: block;
    max-width: 167px;
    margin-inline-end: 14px;
}

.app-img .overlay-img img {
    object-fit: contain;
}

.app-img .overlay-img {
    z-index: -1;
}

.app-img .img {
    max-width: 245px;
    margin: 0 auto;
}

.logo-f {
    display: flex;
    text-align: start;
}

.logo-f .img-logo {
    width: 96px;
}

.logo-f .des-h {
    /* width: calc(100% - 96px); */
    /* padding-inline-start: 34px; */
}

.foot-col h3 {
    /* font-family: 'bahijBold'; */
    /* font-size: 22px; */
    color: var(--main-color);
    /* line-height: 36px; */
    /* margin: 0 0 18px; */
}

.foot-col .links-f li a::before {
    /* content: "\f104";
    position: absolute;
    top: 0;
    font-family: 'Font Awesome 6 Pro';
    font-size: 8px;
    right: 0; */
}

.newsletter-h form input {
    height: 47px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #C4C4C4;
    border-radius: 24px;
    font-size: 16px;
    font-family: 'bahijLight';
    width: 100%;
    padding: 0 17px;
    margin: 0 0 16px;
    /* max-width: 276px; */
}

.newsletter-h form .btn.btn-sec {
    /* min-width: 167px;
    min-height: 40px;
    padding: 7px;
    font-size: 12px;
    font-family: 'bahijBold'; */
}

.foot-col .links-f li a:hover {
    color: var(--sec-color);
}

.banner-inner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../images/animation/after-banner.png);
    width: 240px;
    height: 240px;
    top: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* z-index: -1; */
    margin: -10%;
}

.banner-inner .container {
    position: relative;
    z-index: 2;
}

@keyframes rotateH {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.container {
    position: relative;
    /*z-index: 2;*/
}

.animation-h {
    position: absolute;
    inset: 0;
}

.animation-h .anim {
    position: absolute;
}

.animation-h .anim.anim-1 {
    bottom: 0;
    width: 102px;
    height: 85px;
    left: 0;
    margin: 10% 30px;
    animation: swing 5s infinite;
}

.animation-h .anim.anim-2 {
    width: 36px;
    height: 40px;
    bottom: 0;
    right: 0;
    margin: 9% 11%;
    animation: bounce 5s infinite;
}

/* .top-students::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../images/animation/after-banner.png);
    width: 240px;
    height: 240px;
    bottom: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
    margin: -30px -10%;
} */

.animation-h .anim.anim-3 {
    width: 61px;
    height: 55px;
    margin: 6% 8%;
    animation: zommH 6s infinite;
    opacity: 1 !important;
}

@-webkit-keyframes zommH {
    0%,
    100% {
        -webkit-transform: scale3d(.8, .8, .8);
        transform: scale3d(.8, .8, .8)
    }
    50% {
        opacity: 1 -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes zommH {
    0%,
    100% {
        -webkit-transform: scale3d(.8, .8, .8);
        transform: scale3d(.8, .8, .8)
    }
    50% {
        opacity: 1 -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.animation-h .anim.anim-4 {
    width: 93px;
    height: 84px;
    left: 0;
    top: 0;
    margin: 5% 4%;
    animation: downUp 5s infinite;
}

@-webkit-keyframes downUp {
    0%,
    100% {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
    }
    50% {
        transform: translateY(10px)
    }
}

@keyframes downUp {
    0%,
    100% {
        transform: translateY(-10px)
    }
    50% {
        transform: translateY(10px)
    }
}

.courses-h.courses-coming::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../images/after-cou.png);
    max-width: 707px;
    max-height: 374px;
    right: auto;
    margin: auto;
    height: 100%;
    width: 100%;
    background-size: contain;
    background-position: right center;
    left: -19%;
}

.animation-h .anim.anim-5 {
    width: 33px;
    height: 24px;
    margin: auto 3%;
    top: 0;
    bottom: 0;
    animation: heartBeat 5s infinite;
}

.review-h .animation-h .anim.anim-2 {
    margin-inline-start: 30%;
    animation: downUp 5s infinite;
}

.competitions-h .animation-h .anim.anim-1 {
    width: 28px;
    height: 30px;
    margin-inline-end: 17%;
    margin-bottom: 4%;
}

.animation-h .anim.anim-7 {
    width: 15px;
    height: 15px;
    bottom: 0;
    left: 0;
    margin: 3% 0;
    margin-inline-end: 30%;
    animation: bounce 2s infinite;
}

.competitions-h::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../images/after-mos.png);
    max-width: 707px;
    max-height: 374px;
    left: auto;
    margin: auto;
    height: 100%;
    width: 100%;
    background-size: contain;
    background-position: left center;
    right: -19%;
    transform: scale(-1);
}

.news-h .anim {
    z-index: 3;
}

.news-h .anim.anim-8 {
    width: 93px;
    height: 84px;
    left: -3%;
    top: 35%;
    animation: downUp 5s infinite;
}

.news-h .animation-h .anim.anim-1 {
    width: 28px;
    height: 31px;
    margin: 5% 0;
    left: 5%;
}

.news-h .animation-h .anim.anim-2 {
    width: 40px;
    height: 38px;
    margin: 4% 10%;
}

.news-h .animation-h .anim.anim-3 {
    top: 23%;
    width: 52px;
    height: 57px;
    margin: 6%;
    /* transform: scaleX(-1); */
}

/* .join-img .img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../images/animation/bg-join.png);
    right: auto;
    top: auto;
    margin: -11% -13%;
    width: 280px;
    height: 280px;
    background-repeat: no-repeat;
    background-size: contain;
} */

.join-h .animation-h .anim.anim-3 {
    width: 82px;
    height: 52px;
    margin: 4% 2%;
}

.app-h .animation-h .anim.anim-3 {
    top: auto;
    bottom: 10%;
    right: 40%;
}

.btn-user {
    background: transparent;
    display: flex;
    border: none;
    box-shadow: none;
    align-items: center;
    -webkit-align-items: center;
    padding-inline-end: 15px;
    position: relative;
}

.btn-user h3 {
    width: calc(100% - 38px);
    margin: 0;
    padding-inline-start: 8px;
    color: var(--thr-color);
    font-size: 16px;
    font-family: 'Neo';
    max-width: 134px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-user .img {
    width: 38px;
    height: 38px;
    overflow: hidden;
    border: 1px solid #DFDFDF;
    border-radius: 50%;
}

.user-name {
    position: relative;
    margin-inline-end: 15px;
}

.user-name .sub-user {
    position: absolute;
    top: 100%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 14px #0000001a;
    border-radius: 8px;
    z-index: 9;
    min-width: 200px;
    padding: 10px 0;
    opacity: 0;
    transition: all .3s;
    visibility: hidden;
    display: none;
}

.btn-user::after {
    content: "\f107";
    position: absolute;
    left: 0;
    top: 10px;
    font-family: 'Font Awesome 5 Pro';
    color: #333;
}

.user-name:hover .sub-user {
    opacity: 1;
    visibility: visible;
    display: block;
}

.user-name .sub-user ul {
    display: block;
}

.user-name .sub-user ul li {
    margin: 0;
}

.user-name .sub-user ul li a {
    display: flex;
    padding: 13px 20px;
    font-size: 16px;
    color: var(--thr-color);
    font-weight: normal;
    align-items: center;
    -webkit-align-items: center;
    font-family: 'bahijLight';
}

.user-name .sub-user ul li a i {
    font-size: 14px;
    width: 14px;
    margin-inline-end: 10px;
}

.logo-f {
    display: flex;
    text-align: start;
}

.logo-f .img-logo {
    width: 96px;
}

.logo-f .des-h {
    /* width: calc(100% - 96px); */
    /* padding-inline-start: 34px; */
}

.foot-col h3 {
    /* font-family: 'bahijBold'; */
    /* font-size: 22px; */
    color: var(--sec-color);
    /* line-height: 36px; */
    /* margin: 0 0 18px; */
}

.foot-col .links-f li a::before {
    /* content: "\f104";
    position: absolute;
    top: 0;
    font-family: 'Font Awesome 6 Pro';
    font-size: 8px;
    right: 0; */
}

.newsletter-h form input {
    height: 47px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #C4C4C4;
    border-radius: 24px;
    font-size: 16px;
    font-family: 'bahijLight';
    width: 100%;
    padding: 0 17px;
    margin: 0 0 16px;
    /* max-width: 276px; */
}

.newsletter-h form .btn.btn-sec {
    /* min-width: 167px;
    min-height: 40px;
    padding: 7px;
    font-size: 12px;
    font-family: 'bahijBold'; */
}

.foot-col .links-f li a:hover {
    color: var(--sec-color);
}

.banner-inner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../images/animation/after-banner.png);
    width: 240px;
    height: 240px;
    top: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* z-index: -1; */
    margin: -12%;
    bottom: 12%;
}

.banner-inner .container {
    position: relative;
    z-index: 2;
}

header {
    position: relative;
    z-index: 8;
}

.clients-slider .owl-nav,
.news-slider .owl-nav {
    width: 102%;
    right: -1%;
    top: 25%;
}

.btn-user .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.news-slider .owl-nav,
.courses-slider .owl-nav {
    top: 45%;
}

.courses-slider2.owl-carousel .owl-nav {
    width: 110%;
    right: -5%;
}

.review-slider .item{
    width: 300px;
    height: 300px;
}
.review-slider .item .review-block{
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(180deg, #BAA57C 0%, #282D56 100%);
    padding: 1rem;
}

.review-slider .item .review-block .rateing-h{
    position: relative;
}

.review-slider .item .review-block .rateing-h .rating-star{
    position: absolute;
}

.review-slider .item .review-block .rateing-h .rating-star:nth-child(1){
    top: calc(40px - 0px);
    left: calc(50% - 60px);
    transform: translate(-50%, 0);
    margin: 0;
    font-size: 18px;
}

.review-slider .item .review-block .rateing-h .rating-star:nth-child(2){
    top: calc(40px - 20px);
    left: calc(50% - 35px);
    transform: translate(-50%, 0);
    margin: 0;
    font-size: 22px;
}

.review-slider .item .review-block .rateing-h .rating-star:nth-child(3){
    top: calc(40px - 37px);
    left: 50%;
    transform: translate(-50%, 0);
    margin: 0;
    font-size: 30px;
}

.review-slider .item .review-block .rateing-h .rating-star:nth-child(4){
    top: calc(40px - 20px);
    left: calc(50% + 35px);
    transform: translate(-50%, 0);
    margin: 0;
    font-size: 22px;
}

.review-slider .item .review-block .rateing-h .rating-star:nth-child(5){
    top: calc(40px - 0px);
    left: calc(50% + 60px);
    transform: translate(-50%, 0);
    margin: 0;
    font-size: 18px;
}
/* .courses-h::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../images/after-mos.png);
    max-width: 707px;
    max-height: 374px;
    left: auto;
    margin: auto;
    height: 100%;
    width: 100%;
    background-size: contain;
    background-position: left center;
    left: -19%;
    right: auto;
} */

/* .banner-h+.courses-h::after {
    display: none;
} */

.spcial-h+.courses-h .animation-h {
    display: none;
}

.review-h .owl-carousel .owl-nav {
    width: 100%;
    right: 0;
    left: 0;
    max-width: 100%;
    margin: 0 auto;
}

.review-h .owl-carousel .owl-nav button.owl-prev,
.review-h .owl-carousel .owl-nav button.owl-next {
    color: #3ccf4e;
    font-size: 19px;
    box-shadow: none;
    background: transparent !important;
    width: 19px;
    height: 19px;
    /* UI Properties */
    background: #F5E191 !important;
    line-height: 19px;
    margin: 0;
}

.review-h .owl-carousel .owl-nav button.owl-prev i {
    right: -5px;
    position: relative;
}

.review-h .owl-carousel .owl-nav button.owl-next i {
    position: relative;
    left: -5px;
}

.review-h .review-img-slider.owl-carousel .owl-nav {
    top: 50%;
    max-width: 90%;
    margin: 0 auto;
}


/*.review-img-slider .owl-stage-outer {*/


/*    overflow: visible;*/


/*}*/


/*.review-img-slider .owl-stage-outer .owl-item {*/


/*    display: none;*/


/*}*/


/*.review-img-slider .owl-stage-outer .owl-item.active {*/


/*    display: block;*/


/*}*/

.spcial-h+.courses-h {
    background: #fff;
    padding: 0;
}

.news-block .details .date {
    color: #616A7E;
    font-size: 16px;
}

.news-block .details .date i {
    margin-inline-end: 24px;
}

.news-block .details .more {
    display: none;
}


/* Start Loading */

.loader {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 999999999999999999999999999999;
    background: #fff;
    transition: all .5s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader .loader-inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}

.loader .loader-inner img {
    max-width: 250px;
}


/* End Loading */


/* Start Not-found */

.not-found .not-found-pro {
    max-width: 500px;
    margin: auto;
    text-align: center;
}

.not-found .not-found-pro img {
    max-height: 400px;
}

.not-found .not-found-pro h2 {
    font-size: 30px;
    color: var(--dark-color);
    font-weight: bold;
}

.not-found .not-found-pro h4 {
    margin: 15px 0;
    font-size: 20px;
    color: #777;
}

.not-found .not-found-pro p {
    margin: 25px 0 15px;
    font-size: 14px;
    color: #777;
    /* font-weight: bold; */
    position: relative;
}

.not-found .not-found-pro .btn.go-home {
    padding: 0;
    line-height: normal;
    min-height: auto;
    background: transparent;
    color: var(--sec-color);
    font-size: 20px;
    text-decoration: underline;
    margin: 0 auto;
}

.not-found .not-found-pro p::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    border-bottom: 1px #f1f1f1 solid;
    margin: auto;
    width: 100%;
    bottom: 0;
    height: 1px;
    z-index: -2;
}

.not-found .not-found-pro p::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    margin: auto;
    z-index: -1;
    border: 1px #f1f1f1 solid;
}

.not-found.not-found-404 .not-found-pro h2 {
    margin: 20px 0;
}


/* End Not-found */


/* Start Select Nice */

select {
    display: none;
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border: none;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    /* float: right; */
    font-family: inherit;
    font-size: 16px;
    font-weight: normal;
    line-height: 50px;
    outline: none;
    padding-right: 30px;
    padding-left: 30px;
    position: relative;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    color: #E2DDDD;
    width: 100%;
    background: transparent;
    border-bottom: 1px solid #707070;
    padding: 0 20px;
}

.nice-select:hover {
    border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #999;
}

.nice-select:after {
    content: "\f107";
    display: block;
    margin-top: 0;
    pointer-events: none;
    position: absolute;
    left: 15px;
    top: 0;
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    transition: all 0.15s ease-in-out;
    font-family: 'Line Awesome Free';
    font-weight: bold;
    border: none !important;
    transform: none !important;
    font-size: 14px;
    color: #585858;
    /* opacity: .35; */
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}

.nice-select.disabled:after {
    border-color: #cccccc;
}

.nice-select.wide {
    width: 100%;
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.nice-select.right {
    float: right;
}

.nice-select.right .list {
    left: auto;
    right: 0;
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

.nice-select.small:after {
    height: 4px;
    width: 4px;
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}

.nice-select .list {
    background-color: var(--white-color);
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
    width: 100%;
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding: 0 10px;
    text-align: start;
    transition: all 0.2s;
    color: #000;
    background: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: var(--main-color);
    color: #fff;
}


/* End Select Nice */


/***

====================================================================
Start Search Popup
====================================================================

***/

.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);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: 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-color);
    width: 70px;
    cursor: pointer;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 16%);
    border-bottom: 3px solid #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    text-align: center;
    padding: 0;
}

.search-popup .close-search span {
    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%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    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;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search-active .search-popup form {
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    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;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    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;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.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;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-popup .close-search.style-two span {
    font-size: 20px;
    color: #ffffff;
}


/***

====================================================================
Start Search Popup
====================================================================

***/


/***

====================================================================
Start Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 30px;
    line-height: 50px;
    cursor: pointer;
    color: #ffffff;
    display: none;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 270px;
    padding-inline-end: 30px;
    max-width: 100%;
    height: 100%;
    visibility: hidden;
    z-index: 999999;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 20px 20px;
    /* text-align: left; */
}

.mobile-menu .nav-logo img {
    max-width: 200px;
    max-height: 55px;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    visibility: visible;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.90);
    opacity: 0;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 1;
    width: 100%;
    visibility: visible;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .menu-box {
    position: absolute;
    right: -400px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #ffffff;
    padding: 0px 0px;
    z-index: 5;
    border-radius: 0px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.mobile-menu-visible .mobile-menu .menu-box {
    right: 0px;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.mobile-menu .close-btn {
    display: none;
    position: relative;
    left: 0;
    top: 0;
    line-height: normal;
    width: auto;
    text-align: left;
    font-size: 15px;
    color: var(--dark-color);
    cursor: pointer;
    z-index: 10;
    opacity: 0;
    margin: 14px;
    width: 100%;
    transition: all .5s;
    display: none;
}

.mobile-menu-visible .mobile-menu .close-btn {
    opacity: 1;
    display: block;
}

.mobile-menu .close-btn:hover {
    opacity: 0.50;
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
    max-height: calc(100vh - 152px);
    overflow: hidden;
    overflow-y: auto;
    display: block;
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.mobile-menu .navigation li>ul>li:last-child {
    border-bottom: none;
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 20px;
    font-size: 15px;
    color: #404040;
    text-transform: capitalize;
}

.mobile-menu .navigation li:hover>a,
.mobile-menu .navigation li.current>a {
    color: #111111;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 44px;
    height: 44px;
    text-align: center;
    font-size: 16px;
    line-height: 44px;
    color: #404040;
    cursor: pointer;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 10px;
    width: 1px;
    height: 24px;
    border-left: 1px solid rgba(0, 0, 0, 0.10);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {background: var(--bg-color);height: auto;transition: none;overflow: hidden;opacity: 1;visibility: visible;width: 100%;max-width: 100%;min-width: 100%;border: none;position: relative;display: none;}

.sticky-header .navbar-header {
    display: none;
}

.sticky-header .outer-box .nav-btn {
    position: relative;
    top: 4px;
    float: right;
    font-size: 22px;
    color: #000000;
    cursor: pointer;
    margin-top: 0px;
    margin-left: 30px;
}

.sticky-header .outer-box .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 28px;
    color: #000000;
    cursor: pointer;
    margin-left: 30px;
}

.sticky-header .outer-box .search-box-btn {
    color: #000000;
}

.sticky-header .outer-box {
    padding: 22px 0px;
}

.mobile-menu .menu-box .nav-title {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    background: var(--main-color);
    justify-content: space-between;
}

.mobile-menu .menu-box .nav-title h3 {
    margin: 0;
    color: #fff;
    font-size: 18px;
}

.mobile-menu .navigation li.menu-item-has-children::after {
    content: "\f107";
    position: absolute;
    left: 0;
    top: 0;
    margin: 10px;
    font-family: 'Line Awesome Free';
    font-weight: bold;
    transition: all .5s;
}

.mobile-menu .navigation li.open .sub-menu {
    height: auto;
    padding: 0 20px;
}

.mobile-menu .navigation li.menu-item-has-children.open::after {
    transform: rotate(180deg);
}


/***

====================================================================
End Sidebar style
====================================================================

***/


/* Start Header */


/* End Header */


/* Start Banner-h */

.line-complate p[data-value] {
    position: relative;
    color: var(--thr-color);
    font-size: 14px;
    width: 40px;
    /* height: 30px; */
}

.banner-h {
    /* background: linear-gradient(180deg, #F2F2F2 0%, #FFFFFF 100%); */
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    z-index: 2;
}

.header-top {
    box-shadow: 0px 5px 16px #1f5e260A;
    background: rgb(255 255 255 / 58%);
    padding: 12.5px 0;
}

.head-top ul {
    /* display: flex; */
    /* flex-wrap: wrap; */
}

.head-top ul li {
    /* margin: 0 22px; */
}

.head-top ul li:first-child {
    /* margin-inline-start: 0; */
}

.head-top ul li a {
    color: var(--light-color);
    /* font-size: 14px; */
    /* line-height: 26px; */
    /* font-family: "cairo"; */
    /* font-family: 'bahijBold'; */
}

.head-top ul li a:hover,
.header-bottom .head-top .head-inner .nav-head li .sub-menu li a:hover {
    color: var(--main-color);
}

.menu-top-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    -webkit-align-items: center;
}

.menu-top-right .s-h {
    display: flex;
    flex-wrap: wrap;
}

.menu-top-right .s-h a {
    margin: 0 11px;
    font-size: 12px;
    color: #757575;
}

.menu-top-right .s-h a:hover,
.menu-top-right .lang:hover {
    color: var(--main-color);
}

.menu-top-right .lang {
    margin-inline-start: 27px;
    color: #757575;
    font-size: 16px;
}

.menu-top-right .lang i {
    margin-inline-start: 8px;
    position: relative;
    top: 1px;
}

.header-bottom .head-top {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    align-items: center;
    -webkit-align-items: center;
}

.header-bottom .head-top .logo {
    max-width: 153px;
}

.header-bottom .head-top .head-inner {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    /* padding-inline-start: 14px; */
}

.header-bottom .head-top .head-inner .menu-right {
    display: flex;
}

.header-bottom .head-top .head-inner .nav-head li {
    /* position: relative; */
    /* margin: 0 16px; */
}

.res-menu {
    /* display: none; */
}

.header-bottom .head-top .head-inner .menu-right .user-name {
    position: relative;
    /* display: flex; */
}

.header-bottom .head-top .head-inner .menu-right .user-name .btn-user {
    background: transparent;
    display: flex;
    border: none;
    box-shadow: none;
    align-items: center;
    -webkit-align-items: center;
    padding-inline-end: 15px;
    position: relative;
}

.header-bottom .head-top .head-inner .menu-right .user-name .btn-user .img {
    width: 38px;
    height: 38px;
    overflow: hidden;
    border: 1px solid #DFDFDF;
    border-radius: 50%;
}

.header-bottom .head-top .head-inner .menu-right .user-name .btn-user .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.header-bottom .head-top .head-inner .menu-right .user-name .btn-user h3 {
    width: calc(100% - 38px);
    margin: 0;
    padding-inline-start: 8px;
    color: var(--thr-color);
    font-size: 16px;
    max-width: 134px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header-bottom .head-top .head-inner .menu-right .user-name .btn-user::after {
    content: "\f107";
    position: absolute;
    left: 0;
    top: 10px;
    font-family: 'Font Awesome 5 Pro';
    color: #333;
}

.header-bottom .head-top .head-inner .menu-right .user-name .sub-user {
    position: absolute;
    top: 100%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 14px #0000001A;
    border-radius: 8px;
    z-index: 9;
    min-width: 180px;
    padding: 10px 0;
    opacity: 0;
    transition: all .3s;
    visibility: hidden;
    display: none;
}

.header-bottom .head-top .head-inner .menu-right .user-name .sub-user ul {
    display: block;
}

.header-bottom .head-top .head-inner .menu-right .user-name .sub-user ul li {
    margin: 0;
}

.header-bottom .head-top .head-inner .menu-right .user-name .sub-user ul li a {
    display: flex;
    padding: 13px 20px;
    font-size: 16px;
    color: var(--thr-color);
    font-weight: normal;
    align-items: center;
    -webkit-align-items: center;
}

.header-bottom .head-top .head-inner .menu-right .user-name .sub-user ul li a i {
    font-size: 14px;
    width: 14px;
    margin-inline-end: 10px;
}

.header-bottom .head-top .head-inner .menu-right .user-name .sub-user ul li a:hover {
    color: var(--main-color);
}

.header-bottom .head-top .head-inner .menu-right .user-name:hover .sub-user {
    opacity: 1;
    visibility: visible;
    display: block;
}

.header-bottom .head-top .head-inner .nav-head li a {
    color: var(--light-color);
    /* font-size: 16px; */
    /* line-height: 30px; */
}

.header-bottom .head-top .head-inner .nav-head li .sub-menu {
    position: absolute;
    top: 100%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 14px #0000001a;
    border-radius: 8px;
    z-index: 9;
    min-width: 285px;
    padding: 10px 0;
    opacity: 0;
    transition: all .3s;
    visibility: hidden;
    display: none;
    max-height: 240px;
    overflow: hidden;
    overflow-y: auto;
}

.header-bottom .head-top .head-inner .nav-head li .sub-menu li {
    margin: 0;
}

.header-bottom .head-top .head-inner .nav-head li .sub-menu li a {
    display: flex;
    padding: 5px 20px;
    font-size: 16px;
    color: var(--thr-color);
    font-weight: normal;
}

.header-bottom .head-top .head-inner .nav-head li:hover .sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
}

.header-bottom .head-top .head-inner .nav-head li.menu-item-has-children::after {
    content: "\f107";
    position: absolute;
    left: -16px;
    top: 5px;
    font-family: 'Font Awesome 5 Pro';
    color: #333;
}

.header-bottom .head-top .head-inner .form-head {
    margin: 0 20px;
    width: 353px;
}

.header-bottom .head-top .head-inner .form-head form {
    position: relative;
    width: 100%;
}

.header-bottom .head-top .head-inner .form-head form input {
    height: 45px;
    background: #FCFCFC;
    border: 1px solid #E8E8E8;
    border-radius: 23px;
    width: 100%;
    padding-inline-start: 50px;
    padding-inline-end: 20px;
}

.header-bottom .head-top .head-inner .form-head form i {
    position: absolute;
    top: 0;
    right: 0;
    /* left: 0; */
    margin: 16px;
    color: #757575;
    font-size: 14px;
}

.banner-inner {
    padding: 200px 0 30px 0;
}

.text-slider h1 {
    font-size: 28px;
    color: var(--thr-color);
    line-height: 34px;
    margin: 0 0 30px;
}

.avail-block {
    background: #FFF;
    box-shadow: 0px 6px 25px #00000014;
    border-radius: 12px;
    display: flex;
    margin: 22px 0;
    overflow: hidden;
    padding: 20px;
}

.avail-block .img-block {
    width: 154px;
    height: 119px;
    border-radius: 10px;
    overflow: hidden;
}

.avail-block .img-block .img {
    display: block;
    width: 100%;
    height: 100%;
}

.avail-block .img-block .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.avail-block .details {
    width: calc(100% - 154px);
    padding-inline-start: 23px;
}

.avail-block .details h3 {
    font-size: 16px;
    max-width: 180px;
    line-height: 19px;
    margin: 0 0 14px;
    color: var(--thr-color);
}

.line-complate {
    display: flex;
    margin: 14px 0 10px;
}

.line-complate .progress {
    background-color: #ccc;
    border-radius: 20px;
    position: relative;
    margin: 9px 0;
    height: 8px;
    width: calc(100% - 40px);
    /* margin-inline-start: auto; */
}

.progress-done {
    background: #3ccf4e;
    box-shadow: 0 3px 3px -5px #F2709C, 0 2px 5px #F2709C;
    border-radius: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 0;
    opacity: 0;
    transition: 1s ease 0.3s;
}

.line-complate p[data-value]::before {
    content: attr(data-value) '%';
    display: block;
    color: #000;
    position: absolute;
    right: 0;
}

.btn {
    /* min-width: 205px; */
    /* min-height: 50px; */
    background: var(--main-color);
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    font-family: 'bahijBold';
    padding: 12px;
    border: 1px var(--main-color) solid;
}

.btn:hover,
.btn:focus {
    color: var(--main-color);
    background: transparent;
    box-shadow: none;
}

.more {
    margin: 18px 0 0;
    display: flex;
    font-size: 16px;
    font-weight: bold;
    color: var(--main-color);
    align-items: center;
    -webkit-align-items: center;
}

.more i {
    margin-inline-start: 14px;
}

.img-banner {
    max-width: 480px;
    margin-inline-start: auto;
    position: relative;
}

.img-banner .img {
    z-index: 2;
    height: 415px;
    text-align: center;
    position: relative;
}

.img-banner::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    height: 62%;
    background: #EBCE00;
    border-radius: 0px 32px;
    opacity: 0;
}

.img-banner .img img {
    max-height: 100%;
}

/* .img-banner::before {
    content: "";
    width: 53px;
    height: 58px;
    position: absolute;
    right: 0;
    top: 64%;
    background: url(../images/animation/before-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0;
    margin: -10%;
    animation: rotateH 10s linear infinite;
} */


/* End Banner-h */


/* Start Courses-h */

.courses-h {
    padding: 90px 0;
    background: linear-gradient(360deg, #F2F2F2 0%, #FFFFFF 100%);
}

.title.title-center {
    /* text-align: center; */
}

.title {
    margin: 0 0 60px;
}

.title h3 {
    margin: 0;
    font-size: 34px;
    color: #000;
    line-height: 56px;
    font-family: 'bahijBold';
    position: relative;
    padding: 0 0 12px;
}

.tabs-courses {
    margin: 0 0 30px;
    border-bottom: 1px solid #DBDBDB;
    padding-bottom: 23px;
}

.tabs-courses .nav.nav-tabs {
    border: none;
}

.tabs-courses .nav.nav-tabs .owl-nav {
    position: absolute;
    /* top: -5px; */
    height: 38px;
    right: -2%;
    left: 0;
    width: 104%;
}

.tabs-courses .nav.nav-tabs .nav-link {
    padding: 0;
    border: none;
    text-align: start;
    display: block;
    margin: 0;
    /* width: 100%; */
    font-size: 18px;
    color: var(--thr-color);
    /* min-width: 185px; */
    margin-inline-end: 20px;
}

.tabs-courses .nav.nav-tabs .nav-link.active {
    color: var(--main-color);
}

.tabs-courses .nav.nav-tabs .owl-nav button.owl-next,
.tabs-courses .nav.nav-tabs .owl-nav button.owl-prev {
    width: 38px;
    height: 38px;
    background: #fff;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 8px;
    position: absolute;
    top: -32px;
}

.tabs-courses .nav.nav-tabs .owl-nav button.owl-next {
    left: 0;
    right: auto;
}

.tabs-courses .nav.nav-tabs .owl-nav button.owl-prev {
    right: 0;
    left: auto;
}

.tabs-courses .nav.nav-tabs .owl-nav button.disabled {
    display: none;
}

.tabs-courses .nav.nav-tabs .owl-nav button.owl-next:hover,
.tabs-courses .nav.nav-tabs .owl-nav button.owl-prev:hover {
    background: var(--main-color);
    color: #fff;
}

.cour-block {
    margin: 15px 0;
    transition: all .5s;
    border-radius: 0;
    background: #fff;
    overflow: hidden;
    padding: 5px;
    height: calc(100% - 30px);
    position: relative;
    padding-bottom: 45px;
    border-radius: 10px;
    border: 1px solid #E8E8E8;
}

.cour-block .img-block {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    height: 300px;
    position: relative;
}

.cour-block .img-block .img {
    display: block;
    width: 100%;
    height: 100%;
}

.cour-block .img-block .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all .5s;
}

.cour-block .img-block .alert-block {
    position: absolute;
    top: 0;
    right: 0;
    margin: 8px;
    min-width: 71px;
    min-height: 32px;
    background: #fff;
    border-radius: 5px;
    font-size: 12px;
    text-align: center;
    padding: 7px;
    color: var(--main-color);
    font-weight: bold;
}

.cour-block .details {
    padding: 10px 9px 18px;
    /* padding-bottom: 40px; */
}

.cour-block .details .name {
    font-size: 18px;
    line-height: 30px;
    display: block;
    color: #22243B;
    /* max-width: 161px; */
    margin: 0 0 11px;
    /* min-height: 56px; */
    font-family: 'bahijBold';
}

.cour-block .details .price-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    margin: 0 0 12px;
}

.cour-block .details .price-block .price-h {
    font-size: 18px;
    color: var(--sec-color);
    transition: all .5s;
}

.cour-block .details .price-block .price-h strong {
    /* font-size: 16px; */
}

.cour-block .details .price-block .rateing-block {
    /* display: none; */
}

.cour-block .details .price-block .rateing-block .stars {
    color: var(--sec-color);
    font-size: 10px;
}

.cour-block .details .price-block .rateing-block span {
    color: #595959;
    font-size: 12px;
    font-family: 'bahijBold';
    margin-inline-start: 5px;
}

.cour-block .details .some-details ul li {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    color: #22243B;
    font-size: 12px;
    line-height: 22px;
    flex-wrap: wrap;
    font-family: 'bahijMed';
    margin: 5px 0;
}

.cour-block .details .some-details ul li i {
    color: #1f5e26;
    font-size: 14px;
    margin-inline-end: 10px;
    width: 14px;
}

.cour-block:hover .details .name {
    color: var(--main-color);
}

.cour-block:hover .img-block .img img {
    /* transform: scale(1.1) rotate(-3deg); */
    /* filter: grayscale(1); */
}


/* End Courses-h */


/* Start Review-h */

.overlay-img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    /* z-index: -1; */
}

.overlay-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.review-h {
    padding: 50px 0;
    background: var(--bg-color);
}

.review-h .overlay-img {
    height: 65%;
}

.review-h .overlay-img::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
}

.title.title-white h3 {
    color: #fff;
}

.bg-main{
    background-color: var(--main-color);
}

.review-inner {
    /* max-width: 100%;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0px 2px 16px #0000001F;
    border-radius: 15px; */
    padding: 28px 28px 52px;
    /* text-align: center;
    height: 451px; */
}

.review-inner .review-block {
    background: #fff;
    /* box-shadow: 0px 8px 28px #3131310D; */
    /* border-radius: 12px; */
    /* min-height: 302px; */
    /* padding: 100px 100px 38px; */
    text-align: center;
    position: relative;
}

.review-inner .review-block .userName-review {
    /* display: flex; */
    /* margin: 42px 0 0; */
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}

.review-inner .review-block .userName-review .img {
    width: 136px;
    height: 136px;
    overflow: hidden;
    border: 1px solid #E8E8E8;
    border-radius: 50%;
    margin: 0 auto 30px;
}

.review-inner .review-block .userName-review .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.review-inner .review-block .userName-review h3 {
    line-height: 30px;
    font-size: 19px;
    margin: 0 0 15px;
    font-family: 'bahijBold';
    color: #000;
}

.review-slider .item {
    padding: 20px;
}

.review-inner .review-block .comment-block p {
    color: #fff;
    /* font-size: 16px; */
    font-family: 'bahijLight';
    line-height: 25px;
    /* max-height: 71px; */
    overflow: hidden;
    overflow-y: auto;
}

.review-inner .review-block .comment-block {
    padding: 22px 0 0;
}

/* .review-inner .review-block::before,
.review-inner .review-block::after {
    content: "\f10d";
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    font-weight: bold;
    font-size: 44px;
    color: var(--main-color);
    opacity: 0;
    margin: 10px 30px;
}

.review-inner .review-block::before {
    content: "\f10e";
    right: 0;
    top: 0;
} */

.review-inner .review-block::after {
    bottom: 0;
    left: 0;
}

.owl-carousel .owl-dots {
    margin: 17px 0 0;
    display: flex;
    justify-content: center;
}

.owl-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: var(--main-color);
    opacity: 0.32;
    display: block;
    margin: 0 3px;
    border-radius: 50%;
    transition: all .5s;
}

.owl-carousel .owl-dots .owl-dot.active span {
    width: 29px;
    border-radius: 20px;
    opacity: 1;
}


/* End Review-h */


/* Start Competitions-h */

.competitions-h {
    /* background: var(--bg-color); */
    padding: 70px 0 100px;
}

.compet-slider .item {
    padding: 0 18px;
}

.comp-block {
    background: #fff;
    border: 1px solid #ECECEC;
    border-radius: 12px;
    padding: 12px;
    overflow: hidden;
    display: flex;
}

.comp-block .img-block {
    width: 171px;
    height: 158px;
    overflow: hidden;
    border-radius: 12px;
}

.comp-block .img-block .img {
    display: block;
    width: 100%;
    height: 100%;
}

.comp-block .img-block .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all .5s;
}

.comp-block .details {
    width: calc(100% - 171px);
    padding-inline-start: 20px;
}

.comp-block .details .name {
    display: block;
    font-size: 22px;
    font-family: 'bahijMed';
    color: var(--thr-color);
    line-height: 27px;
    margin: 0 0 15px;
}

.comp-block .details p {
    color: #333;
    font-size: 16px;
    margin: 15px 0 12px;
    line-height: 30px;
    max-height: 60px;
    overflow: hidden;
    font-family: 'bahijLight';
}

.comp-block .details .subscripNow {
    display: flex;
    color: var(--main-color);
    font-size: 16px;
    line-height: 30px;
    font-family: 'bahijBold';
    align-items: center;
    -webkit-align-items: center;
}

.comp-block .details .subscripNow i {
    margin-inline-start: 11px;
}

.comp-block:hover .details .name {
    color: var(--main-color);
}

.comp-block:hover .img-block .img img {
    /* filter: grayscale(1); */
    /* transform: scale(1.1) rotate(-5deg); */
}


/* End Competitions-h */


/* Start Students-h */

.top-students {
    padding: 90px 0;
}

.all-students .item {
    /* max-width: 20%; */
    /* flex: 0 0 20%; */
    padding: 0 13px;
}

.student-block {
    margin: 15px 0;
    background: #fff;
    border: 1px solid #EEEEEE;
    border-radius: 12px;
    overflow: hidden;
    padding: 24px;
    position: relative;
    text-align: center;
}

.student-block .img-block {
    /* position: relative; */
}

.student-block .img-block .img {
    width: 108px;
    height: 108px;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 50%;
}

.student-block .img-block .num {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 29px;
    height: 29px;
    background: var(--main-color);
    text-align: center;
    line-height: 29px;
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
    font-family: 'bahijBold';
    margin: 10px;
}

.student-block .img-block .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.student-block .details {
    padding: 19px 0 0;
}

.student-block .details h3 {
    font-size: 16px;
    font-family: 'bahijMed';
    color: var(--thr-color);
    line-height: 19px;
    margin: 0 0 10px;
}

.student-block .details span {
    color: #595959;
    font-size: 14px;
    line-height: 17px;
}


/* End Students-h */


/* Start Clients-h */

.clients-h {
    padding: 60px 0;
    background: var(--bg-color);
}

.clients-slider .item {
    padding: 0 16px;
}

.client-block {
    padding: 16px;
    height: 88px;
    background: #fff;
    border: 1px solid #D6D6D6;
    border-radius: 8px;
    text-align: center;
    line-height: 54px;
}

.client-block .img img {
    max-height: 57px;
    width: auto;
    display: inline-block;
    max-width: 110px;
}

.owl-carousel .owl-nav {
    position: absolute;
    top: 36%;
    right: -1%;
    left: 0;
    width: 102%;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    color: #595959;
    font-size: 16px;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 0;
}

.owl-carousel .owl-nav button.owl-next {
    right: 0;
}

.owl-carousel .owl-nav button.disabled {
    opacity: 0.4;
}


/* End Clients-h */


/* Start Footer */

footer {
    /* background: url(../images/home/bg-banner.png); */
    background-size: cover;
    background-position: center;
}

.footer-top {
    padding: 50px 0 30px;
}

.logo-f a {
    display: block;
    text-align: center;
}

.logo-f a img {
    max-height: 117px;
}

.foot-col {
    /* text-align: center; */
}

.foot-col p {
    /* margin: 0 0 20px; */
    color: var(--main-color);
    /* font-size: 16px; */
    /* line-height: 25px; */
    /* max-width: 466px; */
    /* font-family: 'bahijLight'; */
    /* max-height: 75px; */
    /* overflow: hidden; */
}

.foot-col .links-f {
    /* display: flex; */
    /* justify-content: center; */
    /* flex-wrap: wrap; */
    /* margin: 18px 0; */
}

.foot-col .links-f li {
    margin: 20px 0;
}

.foot-col .links-f li a {
    color: var(--main-color);
    /* font-size: 16px; */
    /* font-family: 'bahijLight'; */
    /* line-height: 25px; */
    /* position: relative; */
    /* padding-inline-start: 16px; */
}

.down-app {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.down-app strong {
    font-size: 18px;
    font-family: 'bahijMed';
    color: var(--thr-color);
    margin-inline-end: 10px;
}

.down-app a {
    max-width: 107px;
    display: block;
    margin: 0 10px;
}

.footer-bottom {
    border-top: 1px solid #CCCCCC;
}

.footer-bottom .row {
    align-items: center;
    -webkit-align-items: center;
}

.logo-elryad {
    display: table;
    margin-inline-start: auto;
}

.copyRight p {
    color: #333;
    font-size: 16px;
    font-family: 'bahijMed';
}

.s-f {
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* justify-content: space-between; */
}

.s-f a {
    /* color: #757575; */
    /* font-size: 14px; */
    /* margin: 0 10px; */
}

.s-f a:hover {
    color: var(--main-color);
}

.btn-center {
    text-align: center;
    margin: 30px 0 0;
}

.header-bottom .head-top .head-inner .nav-head li .sub-menu::-webkit-scrollbar {
    width: 5px;
}

.header-bottom .head-top .head-inner .nav-head li .sub-menu::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgb(0 0 0 / 25%);
}

.header-bottom .head-top .head-inner .nav-head li .sub-menu::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: none;
}


/* End Footer */

.wrapper {
    overflow: hidden;
    width: 112%;
    /* background: #eaeaea; */
    position: relative;
    height: 50px;
    direction: rtl;
    display: flex;
    padding: 0 6%;
}

.wrapper .next-slide,
.wrapper .prev-slide {
    position: absolute;
    top: 0;
    width: 38px;
    height: 38px;
    background: #fff;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 8px;
    line-height: 38px;
    text-align: center;
    transition: all .5s;
    cursor: pointer;
}

.wrapper .next-slide:hover,
.wrapper .prev-slide:hover {
    background: var(--main-color);
    color: #fff;
}

.wrapper .next-slide {
    left: -50px;
    margin-left: 5px;
}

.wrapper .prev-slide {
    margin-right: 4px;
    right: -50px;
}

.wrapper .nav-tabs {
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    transition: left .3s ease-in-out;
    -webkit-transition: left .3s ease-in-out;
    -moz-transition: left .3s ease-in-out;
}

.wrapper .nav-tabs li {
    /* font: normal 14px 'Arial'; */
    /* background: #e5e5e5 !important; */
    /* margin: 0 !important; */
    /* padding: 15px 20px; */
    /* list-style: none; */
    /* float: left; */
    /* border-right: 1px solid #fff; */
    /* height:50px; */
    /* box-sizing: border-box; */
    -moz-box-sizing: border-box;
    /* -webkit-box-sizing: border-box; */
    /* cursor: pointer; */
    /* overflow: hidden; */
    /* position: relative; */
    /* z-index: 1; */
    -webkit-touch-callout: none;
    /* -webkit-user-select: none; */
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    /* user-select: none; */
}

.wrapper .nav-tabs li:hover {
    /* opacity: 0.6; */
}

.wrapper .nav-tabs li a {
    background-image: none !important;
    padding-left: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0!important;
    color: #222;
}

.wrapper .nav-tabs li a span {
    background-image: none !important;
    background-repeat: 0 !important;
    background-position: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.wrapper .nav-tabs li.here,
.wrapper .nav-tabs li.here a {
    font-weight: normal !important;
    color: #00ac7f !important;
}

.btn-group .btn {
    border-radius: 50px !important;
    font-weight: bold;
    margin-inline-end: 20px;
    padding: 11px 16px;
}

.btn.btn-border {
    border: 1px var(--main-color) solid;
    background: transparent;
    color: var(--main-color);
}

.btn i {
    margin-inline-end: 7px;
}

.btn-group .btn:last-child {
    margin: 0;
}

.text-slider.text-banner h1 {
    font-family: 'bahijBold';
    font-size: 64px;
    color: var(--main-color);
    line-height: 105px;
}

.text-slider.text-banner p {
    max-width: 496px;
    color: var(--main-color);
    font-size: 18px;
    font-family: 'bahijBold';
    margin: 0 0 40px;
    line-height: 33px;
}

.text-banner .btn.btn-border {
    min-width: 219px;
    min-height: 50px;
    border-radius: 50px;
    padding: 10px;
    font-size: 16px;
    font-family: 'bahijBold';
}

.text-banner .btn.btn-border i {
    margin: 0;
    margin-inline-start: 10px;
}

.btn.btn-border:hover,
.btn.btn-border:focus {
    background: var(--sec-color);
    color: #fff;
}

.banner-inner .row {
    align-items: center;
    -webkit-align-items: center;
}

.spcial-block {
    /* background: #fff; */
    /* box-shadow: 0px 8px 28px #3131310D; */
    /* border-radius: 12px; */
    margin: 0 0 25px;
}

.spcial-block .icon {
    width: 53px;
    height: 46px;
    /* background: #E4F8FF; */
    border-radius: 8px;
    line-height: 46px;
    position: relative;
    z-index: 2;
}

.spcial-block .icon img {
    max-height: 46px;
}

.spcial-block .details {
    padding: 18px 0 0;
}

.spcial-block .details h3 {
    font-size: 18px;
    font-family: 'bahijBold';
    line-height: 30px;
    margin: 0 0 12px;
    color: #213040;
}

.spcial-block .details p {
    color: #555A60;
    font-size: 15px;
    font-family: 'bahijLight';
    line-height: 24px;
    max-height: 25px;
    overflow: hidden;
}

.spcial-h .col-md-4:nth-child(2) .spcial-block .icon {
    background: rgb(117 31 32 / 7%);
}

.spcial-h .col-md-4:nth-child(3) .spcial-block .icon {
    background: rgb(235 206 0 / 18%);
}

.before-login .banner-inner {
    /* padding-bottom: 180px; */
}

.spcial-h {
    /* overflow: visible; */
    padding: 80px 0;
    background: var(--bg-color);
}

.cour-block .details .btn {
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 13px 10px;
    max-width: 90%;
}

.img-banner .img .img-fluid {
    position: absolute;
    transition: 0.5s;
    inset: 0;
}

.img-banner .img .img-fluid.image-1 {
    inset: 0;
    z-index: 3;
}

@keyframes image-1 {
    0% {
        transform: translate(-60px, -100px);
        opacity: 0;
    }
    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}

@keyframes image-2 {
    0% {
        transform: translate(100px, -50px);
        opacity: 0;
    }
    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}

@keyframes image-3 {
    0% {
        transform: translate(-100px, 70px);
        opacity: 0;
    }
    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}

@keyframes image-4 {
    0% {
        transform: translate(60px, 160px);
        opacity: 0;
    }
    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}

.img-banner .img .img-fluid.image-2 {
    max-width: 100%;
    z-index: 3;
}

.img-banner .img .img-fluid.image-3 {
    z-index: 4;
}

.img-banner .img .img-fluid.image-4 {
    z-index: 4;
}

.img-banner .img .img-fluid.image-1.load-animate-H {
    animation: image-1 1.5s;
}

.img-banner .img .img-fluid.image-2.load-animate-H {
    animation: image-2 1.5s;
}

.img-banner .img .img-fluid.image-3.load-animate-H {
    animation: image-3 1.5s;
}

.img-banner .img .img-fluid.image-4.load-animate-H {
    animation: image-4 1.5s;
}

.login_box.noti_box {
    position: relative;
    margin: 0 20px;
}

.login_box.noti_box .icon {
    position: relative;
    width: 36px;
    min-width: 36px;
    height: 36px;
    background-color: #fff;
    color: var(--main-color) !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    cursor: pointer;
    transition: 0.3s;
}

.login_box.noti_box .dropdown_menu {
    position: absolute;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    min-width: 200px;
    top: 100%;
    margin-top: 20px;
    opacity: 0;
    transition: 0.3s;
    visibility: hidden;
    z-index: 9;
    overflow: hidden;
    padding: 5px 10px;
    left: -50%;
}

.login_box.noti_box .dropdown_menu.open {
    opacity: 1;
    visibility: visible;
    margin-top: 10px;
}

.noti_box .dropdown_menu .all_noti {
    width: 100%;
    text-align: center;
    display: block;
    font-size: 14px;
    color: var(--main-color);
    margin: 7px 0 12px;
}

.login_box.noti_box .icon span.active {
    position: absolute;
    top: 0;
    right: 0;
    width: 18px;
    height: 18px;
    line-height: 18px;
    background: var(--main-color);
    color: #fff;
    font-size: 11px;
    border-radius: 50%;
    text-align: center;
    margin: -5px;
}

.btn .res-span {
    display: none;
}

.courses-slider2 .item {
    padding: 0 8px;
    height: 100%;
}

.whatsIcon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #09B83E;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 5;
    text-align: center;
    font-size: 30px;
    color: #fff;
    border-radius: 50%;
    margin: 22px;
}

.res-menu .mobile-nav-toggler {
    /* display: none; */
}

.header-bottom .head-top .menu-right {
    display: flex;
    margin-inline-start: auto;
    align-items: center;
    -webkit-align-items: center;
}

.header-bottom .head-top .menu-right .flag-h {
    display: block;
    width: 47px;
    height: 27px;
    /* background: #fff;
    border: 1px solid #E9E9E9;
    border-radius: 5px;
    padding: 0px;
    line-height: 10px;
    text-align: center; */
}

.header-bottom .head-top .menu-right .flag-h img {
    max-width: 33px;
    max-height: 100%;
}

.header-bottom .head-top .menu-right .btn-group a {
    /* letter-spacing: 0px; */
    color: var(--light-color);
    /* font-size: 14px; */
    /* line-height: 22px; */
    /* font-family: 'bahijBold'; */
    /* margin: 0 18px; */
}

.header-bottom .head-top .menu-right .btn-group a:first-child {
    /* margin-inline-end: 0; */
}

.header-bottom .head-top .menu-right .lang {
    color: #000;
    font-size: 16px;
    line-height: 22px;
    font-family: 'bahijMed';
    margin-inline-start: 4px;
}

.header-bottom .head-top .menu-right .search-box-btn.search-box-outer {
    width: 37px;
    height: 37px;
    background: rgb(255 255 255 / 6%) 0% 0% no-repeat padding-box;
    border: 1px solid rgb(112 112 112 / 6%);
    line-height: 35px;
    text-align: center;
    margin-inline-start: 14px;
    font-size: 14px;
    cursor: pointer;
}

.header-bottom .head-top .menu-right .btn-group a i {
    /* font-size: 16px; */
    /* margin-inline-end: 7px; */
}

.header-bottom .head-top .menu-right .lang i {
    margin-inline-start: 8px;
}

.header-bottom .head-top .menu-right .btn-group a:hover,
.header-bottom .head-top .menu-right .lang:hover {
    color: var(--main-color);
}

.text-slider.text-banner h1 span {
    color: var(--sec-color);
}

.text-slider.text-banner .form-head {
    margin: 26px 0;
    max-width: 487px;
}

.text-slider.text-banner .form-head form {
    position: relative;
}

.text-slider.text-banner .form-head form .form-control {
    height: 64px;
    background: #fff;
    box-shadow: 0px 11px 16px #0000001A;
    border-radius: 13px;
    padding: 0 20px;
    padding-inline-start: 50px;
    font-size: 18px;
    color: #000;
}

.text-slider.text-banner .form-head form .form-control::placeholder {
    color: #000;
    font-family: 'bahijLight';
}

.text-slider.text-banner .form-head form i {
    position: absolute;
    top: 0;
    right: 0;
    margin: 22px 20px;
    color: #000;
    font-size: 18px;
}

.btn i {
    margin-inline-start: 27px;
}

.text-slider.text-banner .btn {
    margin: 14px 0 0;
}

.text-slider.text-banner .form-head form .form-control:focus {
    border-color: var(--main-color);
}

.title h3::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 41px;
    height: 6px;
    border-radius: 3px;
    background: var(--sec-color);
    top: auto;
}

.title.title-center h3::after {
    margin: 0 auto;
}

.cour-block:hover {
    box-shadow: 0px 6px 25px #00000014;
    border-color: transparent;
}

.cour-block .details .some-details {
    /* background: #FBFBFB; */
    padding: 10px;
    margin: 0 -14px;
}

.cour-block .details .some-details ul li span {
    /* width: calc(100% - 24px); */
}

.cour-block .details .some-details ul li span u {
    text-decoration: none;
    color: var(--main-color);
    margin: 0 5px;
}

.owl-stage {
    display: flex;
}

.img-spcial.video-block a {
    display: block;
    height: 292px;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

.img-spcial.video-block a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.img-spcial.video-block a::after {
    content: "\f04b";
    position: absolute;
    inset: 0;
    width: 104px;
    height: 104px;
    background: #FFF;
    box-shadow: 0px 0px 20px #00000029;
    border-radius: 50%;
    margin: auto;
    text-align: center;
    line-height: 104px;
    color: #213040;
    font-size: 35px;
    font-family: 'Font Awesome 6 Pro';
    font-weight: bold;
}

.spcial-block .icon::after {
    content: "";
    position: absolute;
    inset: 0;
    top: auto;
    right: auto;
    width: 30px;
    height: 30px;
    background: var(--main-color);
    z-index: -1;
    opacity: 0.09;
    border-radius: 50%;
    margin: 0 0 -5px;
}

.courses-h.courses-coming {
    background: #fff;
}

.review-h .row {
    align-items: center;
    -webkit-align-items: center;
}

.text-review h1 {
    font-family: 'bahijBold';
    font-size: 47px;
    color: #000;
    margin: 0 0 19px;
    line-height: 77px;
}

.review-img {
    background: #fff;
    box-shadow: 0px 2px 16px #0000001F;
    border-radius: 15px;
    height: 451px;
    padding: 15px;
}

.review-img-inner .item {
    padding: 10px;
}

.review-img img {
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.title-sec.title-center {
    margin: 0 0 15px;
    position: relative;
    z-index: 2;
}

.title-sec.title-center h3 {
    font-family: 'bahijMed';
    font-size: 29px;
    color: #000;
    line-height: 46px;
    position: relative;
    display: table;
    margin: 0 auto;
}

.title-sec.title-center h3::after {
    content: "";
    position: absolute;
    inset: 0;
    top: auto;
    height: 14px;
    background: #F5E191;
    z-index: -1;
    border-radius: 10px;
    margin: 0 0 5px;
}

.review-inner .review-block .userName-review .rateing-h {
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    color: #EEC211;
    font-size: 19px;
}

.review-inner .review-block .userName-review .rateing-h i {
    margin: 0 8px;
}

.news-h {
    padding: 80px 0;
    border-top: 1px solid rgb(112 112 112 / 18%);
}

.news-slider .item {
    padding: 8px;
}

.news-block {
    background: #fff;
    box-shadow: 0px 30px 50px #0000000D;
    border-radius: 10px;
    overflow: hidden;
    padding: 15px 15px 22px;
    margin: 15px 0;
}

.news-slider .owl-stage-outer {
    overflow: visible;
}

.news-slider .owl-item {
    transition: all .5s;
    opacity: 0.16;
}

.news-slider .owl-item.active {
    opacity: 1;
}

.news-block .img-block {
    height: 322px;
    border-radius: 10px;
    overflow: hidden;
}

.news-block .img-block .img {
    width: 100%;
    height: 100%;
}

.news-block .img-block .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.news-block .details {
    padding: 17px 0 0;
}

.news-block .details .date-h {
    display: block;
    color: #616A7E;
    font-size: 14px;
    font-family: 'bahijLight';
    margin: 0 0 16px;
}

.news-block .details .name {
    font-size: 20px;
    color: #273756;
    line-height: 25px;
    font-family: 'bahijBold';
    display: block;
    margin: 16px 0;
}

.news-block .details p {
    font-family: 'bahijLight';
    font-size: 18px;
    color: #000;
    line-height: 25px;
    max-height: 50px;
    overflow: hidden;
}

.team-h {
    /* background: var(--bg-color); */
    padding: 80px 0;
}

.team-slider .item {
    padding: 0 10px;
}

.team-block {
    /* background: #fff; */
    box-shadow: 0px 8px 28px #3131310D;
    /* border-radius: 12px; */
    overflow: hidden;
    margin: 15px 0;
}

.team-block .img-block {
    height: 350px;
    width: 270px;
    border-radius: 113px;
}

.team-block .img-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 100px;
}

.team-block .details {
    background-color: #fff;
    border-radius: 20px;
    margin-block: 1rem;
    text-align: center;
    padding: .5rem;
}

.team-block .details h3 {
    /* font-family: 'bahijBold'; */
    /* font-size: 18px; */
    /* color: #22243B; */
    /* line-height: 30px; */
    /* margin: 0 0 6px; */
}

.team-block .details span {
    /* font-family: 'bahijLight'; */
    font-size: 12px;
    /* line-height: 25px; */
    color: #2A2A40;
}

#email_subscribe_btn{
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--main-color);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
}

.bg-contain{
    background-size: contain;
}

.bg-norepeat{
    background-repeat: no-repeat;
}

.join-h {
    /* padding: 80px 0; */
    background-size: cover;
}

.join-img {
    /* max-width: 497px; */
    /* height: 492px; */
    margin-inline-start: auto;
    /* background: rgb(0 0 0 / 3%); */
    border-radius: 20px;
    /* overflow: hidden; */
    /* padding: 13px; */
}

.join-img .img {
    border-radius: 20px;
    /* overflow: hidden; */
    /* height: 100%; */
    /* width: 100%; */
    position: relative;
}

.join-img .img img {
    /* width: 100%; */
    /* height: 100%; */
    /* object-fit: cover; */
    /* object-position: center; */
    border-radius: 20px;
    position: relative;
    z-index: 3;
}

.join-h .row {
    align-items: center;
    -webkit-align-items: center;
}

.join-text .title h3 {
    font-size: 36px;
}

.join-text .title {
    margin: 0 0 30px;
}

.join-text p {
    max-width: 496px;
    font-family: 'bahijMed';
    font-size: 18px;
    color: var(--main-color);
    line-height: 28px;
    margin: 0 0 40px;
}

.join-text ul li {
    display: list-item;
    list-style: auto;
    font-family: 'bahijLight';
    font-size: 18px;
    color: #000;
    line-height: 28px;
    margin: 27px 0;
    position: relative;
}

.join-text ul {
    padding-inline-start: 20px;
}

.join-text ul li::marker {
    color: var(--main-color);
}

.join-text ul li span {
    /* background: #fff; */
    /* padding-inline-end: 15px; */
}

.join-text ul li::after {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    height: 2px;
    background: linear-gradient(90deg, #FFFFFF 0%, #808080 100%);
    opacity: 0.12;
    z-index: -1;
}

.join-text .btn {
    margin: 7px 0 0;
}

.app-h {
    padding: 75px 0;
    border-top: 1px solid rgb(112 112 112 / 18%);
}

.app-text .btn-group {
    margin-top: 23px;
}

.app-text .btn-group a {
    display: block;
    max-width: 167px;
    margin-inline-end: 14px;
}

.app-img .overlay-img img {
    object-fit: contain;
}

.app-img .overlay-img {
    z-index: -1;
}

.app-img .img {
    max-width: 245px;
    margin: 0 auto;
}

.logo-f {
    display: flex;
    text-align: start;
}

.logo-f .img-logo {
    width: 96px;
}

.logo-f .des-h {
    /* width: calc(100% - 96px); */
    /* padding-inline-start: 34px; */
}

.foot-col h3 {
    /* font-family: 'bahijBold'; */
    /* font-size: 22px; */
    color: var(--main-color);
    /* line-height: 36px; */
    /* margin: 0 0 18px; */
}

.foot-col .links-f li a::before {
    /* content: "\f104";
    position: absolute;
    top: 0;
    font-family: 'Font Awesome 6 Pro';
    font-size: 8px;
    right: 0; */
}

.newsletter-h form input {
    height: 47px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #C4C4C4;
    border-radius: 24px;
    font-size: 16px;
    font-family: 'bahijLight';
    width: 100%;
    padding: 0 17px;
    margin: 0 0 16px;
    /* max-width: 276px; */
}

.newsletter-h form .btn.btn-sec {
    /* min-width: 167px;
    min-height: 40px;
    padding: 7px;
    font-size: 12px;
    font-family: 'bahijBold'; */
}

.foot-col .links-f li a:hover {
    color: var(--main-color);
}

.banner-inner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../images/animation/after-banner.png);
    width: 240px;
    height: 240px;
    top: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* z-index: -1; */
    margin: -10%;
}

.banner-inner .container {
    position: relative;
    z-index: 2;
}

@keyframes rotateH {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.container {
    position: relative;
    /*z-index: 2;*/
}

.animation-h {
    position: absolute;
    inset: 0;
}

.animation-h .anim {
    position: absolute;
}

.animation-h .anim.anim-1 {
    bottom: 0;
    width: 102px;
    height: 85px;
    left: 0;
    margin: 10% 30px;
    animation: swing 5s infinite;
}

.animation-h .anim.anim-2 {
    width: 36px;
    height: 40px;
    bottom: 0;
    right: 0;
    margin: 9% 11%;
    animation: bounce 5s infinite;
}

/* .top-students::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../images/animation/after-banner.png);
    width: 240px;
    height: 240px;
    bottom: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
    margin: -30px -10%;
} */

.animation-h .anim.anim-3 {
    width: 61px;
    height: 55px;
    margin: 6% 8%;
    animation: zommH 6s infinite;
    opacity: 1 !important;
}

@-webkit-keyframes zommH {
    0%,
    100% {
        -webkit-transform: scale3d(.8, .8, .8);
        transform: scale3d(.8, .8, .8)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes zommH {
    0%,
    100% {
        -webkit-transform: scale3d(.8, .8, .8);
        transform: scale3d(.8, .8, .8)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.animation-h .anim.anim-4 {
    width: 93px;
    height: 84px;
    left: 0;
    top: 0;
    margin: 5% 4%;
    animation: downUp 5s infinite;
}

@-webkit-keyframes downUp {
    0%,
    100% {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
    }
    50% {
        transform: translateY(10px)
    }
}

@keyframes downUp {
    0%,
    100% {
        transform: translateY(-10px)
    }
    50% {
        transform: translateY(10px)
    }
}

.courses-h.courses-coming::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../images/after-cou.png);
    max-width: 707px;
    max-height: 374px;
    right: auto;
    margin: auto;
    height: 100%;
    width: 100%;
    background-size: contain;
    background-position: right center;
    left: -19%;
}

.animation-h .anim.anim-5 {
    width: 33px;
    height: 24px;
    margin: auto 3%;
    top: 0;
    bottom: 0;
    animation: heartBeat 5s infinite;
}

.review-h .animation-h .anim.anim-2 {
    margin-inline-start: 30%;
    animation: downUp 5s infinite;
}

.competitions-h .animation-h .anim.anim-1 {
    width: 28px;
    height: 30px;
    margin-inline-end: 17%;
    margin-bottom: 4%;
}

.animation-h .anim.anim-7 {
    width: 15px;
    height: 15px;
    bottom: 0;
    left: 0;
    margin: 3% 0;
    margin-inline-end: 30%;
    animation: bounce 2s infinite;
}

.competitions-h::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../images/after-mos.png);
    max-width: 707px;
    max-height: 374px;
    left: auto;
    margin: auto;
    height: 100%;
    width: 100%;
    background-size: contain;
    background-position: left center;
    right: -19%;
    transform: scale(-1);
}

.news-h .anim {
    z-index: 3;
}

.news-h .anim.anim-8 {
    width: 93px;
    height: 84px;
    left: -3%;
    top: 35%;
    animation: downUp 5s infinite;
}

.news-h .animation-h .anim.anim-1 {
    width: 28px;
    height: 31px;
    margin: 5% 0;
    left: 5%;
}

.news-h .animation-h .anim.anim-2 {
    width: 40px;
    height: 38px;
    margin: 4% 10%;
}

.news-h .animation-h .anim.anim-3 {
    top: 23%;
    width: 52px;
    height: 57px;
    margin: 6%;
    /* transform: scaleX(-1); */
}

/* .join-img .img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../images/animation/bg-join.png);
    right: auto;
    top: auto;
    margin: -11% -13%;
    width: 280px;
    height: 280px;
    background-repeat: no-repeat;
    background-size: contain;
} */

.join-h .animation-h .anim.anim-3 {
    width: 82px;
    height: 52px;
    margin: 4% 2%;
}

.app-h .animation-h .anim.anim-3 {
    top: auto;
    bottom: 10%;
    right: 40%;
}

.btn-user {
    background: transparent;
    display: flex;
    border: none;
    box-shadow: none;
    align-items: center;
    -webkit-align-items: center;
    padding-inline-end: 15px;
    position: relative;
}

.btn-user h3 {
    width: calc(100% - 38px);
    margin: 0;
    padding-inline-start: 8px;
    color: var(--thr-color);
    font-size: 16px;
    font-family: 'Neo';
    max-width: 134px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-user .img {
    width: 38px;
    height: 38px;
    overflow: hidden;
    border: 1px solid #DFDFDF;
    border-radius: 50%;
}

.user-name {
    position: relative;
    margin-inline-end: 15px;
}

.user-name .sub-user {
    position: absolute;
    top: 100%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 14px #0000001a;
    border-radius: 8px;
    z-index: 9;
    min-width: 200px;
    padding: 10px 0;
    opacity: 0;
    transition: all .3s;
    visibility: hidden;
    display: none;
}

.btn-user::after {
    content: "\f107";
    position: absolute;
    left: 0;
    top: 10px;
    font-family: 'Font Awesome 5 Pro';
    color: #333;
}

.user-name:hover .sub-user {
    opacity: 1;
    visibility: visible;
    display: block;
}

.user-name .sub-user ul {
    display: block;
}

.user-name .sub-user ul li {
    margin: 0;
}

.user-name .sub-user ul li a {
    display: flex;
    padding: 13px 20px;
    font-size: 16px;
    color: var(--thr-color);
    font-weight: normal;
    align-items: center;
    -webkit-align-items: center;
    font-family: 'bahijLight';
}

.user-name .sub-user ul li a i {
    font-size: 14px;
    width: 14px;
    margin-inline-end: 10px;
}

.logo-f {
    display: flex;
    text-align: start;
}

.logo-f .img-logo {
    width: 96px;
}

.logo-f .des-h {
    /* width: calc(100% - 96px); */
    /* padding-inline-start: 34px; */
}

.foot-col h3 {
    /* font-family: 'bahijBold'; */
    /* font-size: 22px; */
    color: var(--main-color);
    /* line-height: 36px; */
    /* margin: 0 0 18px; */
}

.foot-col .links-f li a::before {
    /* content: "\f104";
    position: absolute;
    top: 0;
    font-family: 'Font Awesome 6 Pro';
    font-size: 8px;
    right: 0; */
}

.newsletter-h form input {
    height: 47px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #C4C4C4;
    border-radius: 24px;
    font-size: 16px;
    font-family: 'bahijLight';
    width: 100%;
    padding: 0 17px;
    margin: 0 0 16px;
    /* max-width: 276px; */
}

.newsletter-h form .btn.btn-sec {
    /* min-width: 167px;
    min-height: 40px;
    padding: 7px;
    font-size: 12px;
    font-family: 'bahijBold'; */
}

.foot-col .links-f li a:hover {
    color: var(--sec-color);
}

.banner-inner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../images/animation/after-banner.png);
    width: 240px;
    height: 240px;
    top: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* z-index: -1; */
    margin: -10%;
}

.banner-inner .container {
    position: relative;
    z-index: 2;
}

header {
    position: relative;
    z-index: 8;
}

.nav-courses {
    /* background: linear-gradient(to left, #F9F9F9 18%, transparent 17%); */
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    position: relative;
}

.nav-courses .tabs-courses {
    border: none;
    margin-bottom: 0;
}

.nav-courses .tabs-courses .nav.nav-tabs .nav-link {
    color: #22243B;
    font-size: 18px;
    line-height: 28px;
    font-family: 'bahijBold';
    margin-inline-end: 2px;
    padding: 20px;
    position: relative;
}

.nav-courses .tabs-courses .nav.nav-tabs li {
    display: flex;
}

.nav-courses .tabs-courses .nav.nav-tabs .nav-link.active {
    color: var(--main-color);
    background: transparent;
    /* border-start-end-radius: 10px; */
}

.nav-courses .tabs-courses,
.nav-courses .tabs-courses .nav.nav-tabs {
    height: 68px;
}

.nav-courses .tabs-courses .nav.nav-tabs .nav-link::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #f9f9f9;
    z-index: -1;
    transition: all .5s;
    border-radius: 10px;
    transform: skewX(-10deg);
    opacity: 0;
}

.nav-courses .tabs-courses .nav.nav-tabs .nav-link.active::after {
    opacity: 1;
}

.content-tabs-h {
    background: #f9f9f9;
    padding: 50px 0 80px;
}

.nav-courses::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 20vw;
    background: #F9F9F9;
    border-radius: 10px;
    transform: skewX(-10deg);
    margin-inline-start: -6%;
}

@media (min-width: 1550px) {
    .nav-courses::before {
        width: 21vw;
    }
}

@media (min-width: 1600px) {
    .nav-courses::before {
        width: 22vw;
    }
}

@media (min-width: 1700px) {
    .nav-courses::before {
        width: 24vw;
    }
}

.courses-h {
    background: transparent;
}

section.courses-h.courses-page.body-inner {
    padding: 80px 0 0;
}

.courses-h .btn-center {
    display: none;
}

.s-f a {
    /* margin: 0; */
    /* margin-inline-end: 20px; */
}

.s-f {
    /* justify-content: start; */
    /* gap: 10px; */
}

.foot-col .links-f {
    /* display: flex; */
    /* flex-wrap: wrap; */
}

.foot-col .links-f li {
    /* max-width: 50%; */
    /* flex: 0 50%; */
}

.mobile-menu .menu-box {
    padding: 45px 0px;
}

.btn-foot {
    /* text-align: center; */
    /* margin: 20px 0 0; */
}

.btn-foot a {
    background: #CD201F;
    padding: 13px 20px;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    display: inline-block;
}

.btn-foot a i {
    font-size: 16px;
    margin-inline-end: 5px;
    position: relative;
    top: 1px;
}

.header-bottom .head-top .head-inner .nav-head li.sub-in-sub .sub-menu {
    overflow: visible;
}

.header-bottom .head-top .head-inner .nav-head li.sub-in-sub .sub-menu .menu-item-has-children .sub-menu {
    right: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    height: 0;
    padding: 0;
}

.header-bottom .head-top .head-inner .nav-head li.sub-in-sub .sub-menu .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    height: auto;
}

.header-bottom .head-top .head-inner .nav-head li.sub-in-sub .sub-menu .menu-item-has-children::after {
    left: 20px;
    transform: rotate(90deg);
}

.modal-inner {
    /* text-align: center; */
    padding: 0 0 40px;
}

.modal-inner label {
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 20px;
}

.modal-inner .form-group {
    margin: 0 0 30px;
}

@media screen and (min-width: 991px) {
    .banner-h {
        background-image: url('/site/ayed/images/header-bg.png');
    }
}

@media screen and (min-width: 1200px) {
    .container {
        max-width: 1145px;
    }
    
    .banner-h {
        background-size: contain;
    }
}

@media screen and (min-width: 1400px) {
    .container {
        max-width: 1340px;
    }
}

.search-icon {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(84%, 36%);
}

.bg-gradient-main{
    background: linear-gradient(180deg, #242746 0%, #282D56 100%);
}