@import url(bootstrap.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(intlTelInput.css);
@import url(odometer.css);
@import url(swiper-bundle.min.css);
@import url(fileinput.min.css);

/* Start Fonts */
@import url('https://fonts.googleapis.com/css2?family=Baloo+Bhaina+2:wght@400;500;600;700;800&display=swap');

@font-face {
    font-family: '29lt';
    src: url(../fonts/web/29ltazer.otf);
}

@font-face {
    font-family: '29ltLight';
    src: url(../fonts/web/29ltazer-light.otf);
}

@font-face {
    font-family: '29ltMed';
    src: url(../fonts/web/29ltazer-med.otf);
}

@font-face {
    font-family: '29ltBold';
    src: url(../fonts/web/29ltazer-bold.otf);
}

/* End Fonts */

:root {
    --main-color: #df9149;
    --sec-color: #34964e;
    --dark-color: #282727;
    --bg-color: #F9F8FF;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    font-family: '29lt';
    color: #000;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a:hover {
    text-decoration: none;
    color: var(--main-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: '29lt';
    background: #fff;
    text-align: start;
    direction: rtl;
}

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

p {
    margin: 0;
    color: var(--dark-color);
    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 */


/* 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: 100%;
    padding: 20px;
    max-width: 100%;
    height: 100%;
    visibility: hidden;
    z-index: 999999;
    background: var(--sec-color);
    transform: translateX(100%);
    transition: all 200ms ease;
}

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

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

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

.mobile-menu-visible .mobile-menu {
    visibility: visible;
    transform: none;
    /* transition-delay: 300ms; */
}

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: var(--bg-gradient);
    opacity: 0;
    transform: translateX(100%);
}

.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: relative;
    right: -200%;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: calc(100vh - 120px);
    overflow: hidden;
    overflow-y: auto;
    padding: 0;
    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: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}

.mobile-menu .close-btn {
    position: relative;
    left: 0;
    top: 0;
    line-height: normal;
    width: auto;
    text-align: left;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    z-index: 10;
    /* opacity: 0; */
    margin: 14px 0;
    width: 40px;
    height: 40px;
    /* transition: all .5s; */
    line-height: 40px;
    border: 1px #fff solid;
    text-align: center;
    border-radius: 50%;
    transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -webkit-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    margin-inline-start: auto;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    text-align: center;
    justify-content: center;
}

.mobile-menu-visible .mobile-menu .close-btn {
    /* opacity: 1; */
    /* display: block; */
    /* -webkit-transition-delay: 300ms; */
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    /* transition-delay: 300ms; */
}

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

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    /* max-height: calc(100vh - 100px); */
    /* overflow: hidden; */
    /* overflow-y: scroll; */
    display: block;
    padding-inline-end: 0;
    height: 100%;
}

.mobile-menu .navigation li {
    /* position: relative; */
    display: block;
    border-bottom: none;
}

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

.mobile-menu .navigation li>ul>li:first-child {
    border-top: none;
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: normal;
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
    padding-inline-end: 30px;
    margin: 17px 0;
    font-weight: normal;
}

.mobile-menu .navigation li:hover>a,
.mobile-menu .navigation li.current>a {
    color: var(--main-color);
}

.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: transparent;
    /* height: 0; */
    transition: none;
    overflow: hidden;
    position: absolute;
    /* right: 100%; */
    top: 0;
    padding-inline-start: 13px;
    /* transition: 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 a::after {
    content: "\f177";
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    font-family: 'Font Awesome 6 Pro';
    font-weight: lighter;
    transition: all .5s;
    /* margin-inline-end: -40px; */
}

.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);
}

.pages-bady {
    /* transition: all .5s; */
    overflow: hidden;
}

body.mobile-menu-visible .pages-bady {
    transform: translateX(-100%);
}

.mobile-menu::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 95%;
    height: 100%;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.menu-outer {
    padding: 0;
}

div#navbarSupportedContent {
    height: 100%;
}

.mobile-menu .menu-box::-webkit-scrollbar {
    width: 5px;
}

.mobile-menu .menu-box::-webkit-scrollbar-track {
    background: rgb(255 255 255 / 15%);
}

.mobile-menu .menu-box::-webkit-scrollbar-thumb {
    background: #ffffff5e;
    outline: none;
}

/*** 

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

***/

/* Start Style Mouse */

#cursor {
    /* position: fixed; */
    /* background-color: black; */
    /* z-index: 99; */
    /* left: 0; */
    /* top: 0; */
    /* pointer-events: none; */
    /* will-change: transform; */
    /* mix-blend-mode: difference; */
}

@media (hover: hover) and (pointer: fine) {
    .cursor__circle {
        width: 10px;
        background-color: transparent;
        height: 10px;
        margin-top: -50%;
        margin-inline-end: -50%;
        border-radius: 50%;
        border: solid 1px rgb(227 222 193 / 0%);
        transition: opacity 0.9s cubic-bezier(0.25, 1, 0.5, 1),
            background-color 0.3s cubic-bezier(1, 1, 1, 1),
            border-color 0.3s cubic-bezier(0.25, 1, 0.5, 1),
            width 0.3s cubic-bezier(0.25, 1, 0.5, 1),
            height 0.3s cubic-bezier(0.25, 1, 0.5, 1);
        display: none;
    }

    #cursor.arrow .cursor__circle {
        width: 30px;
        height: 30px;
        background-color: #fff;
        border-color: #fff;
    }

    #cursor.arrow::after {
        /* content: ''; */
        position: absolute;
        left: -50%;
        top: -50%;
        width: 100%;
        height: 100%;
        /* background-image: url('https://svgshare.com/i/MzQ.svg'); */
        background-repeat: no-repeat;
        background-position: center;
    }

    #cursor.subtle .cursor__circle {
        opacity: 0.16;
    }

    #cursor.overlay .cursor__circle {
        width: 48px;
        height: 48px;
        background-color: rgba(227, 222, 193, 0.08);
        border-color: transparent;
    }
}

@media (hover: hover) and (pointer: fine) {
    .image-container:hover img {
        transform: scale(1.1);
    }

    .underline:hover::after {
        opacity: 1;
    }
}

/* End Style Mouse */


/* Start Header */

.header-top .head-top {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}

.header-top {
    padding: 34px 0;
}

header {
    position: relative;
    z-index: 9;
    right: 0;
    left: 0;
    top: 0;
}

.header-top .head-top .nav-head ul {
    display: flex;
    flex-wrap: wrap;
}

.logo {
    /* max-width: 20%; */
    /* flex: 0 0 20%; */
    /* text-align: center; */
    /* margin-inline-end: 41px; */
    max-width: 120px;
    width: 100%;
}

.header-top .head-top .nav-head ul li {
    margin-inline-end: 30px;
}

.header-top .head-top .nav-head ul li a {
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */
    letter-spacing: 0.0125em;
    color: #FFF;
}

.header-top .head-top .nav-head,
.header-top .head-top .menu-top-right {
    max-width: 40%;
    flex: 0 0 40%;
}

.logo a {
    display: block;
    width: 100%;
}

.logo img {
    max-width: 147.97px;
}

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

.res-menu {
    display: none;
}

.btn {
    box-shadow: 0px 10px 20px rgba(61, 177, 104, 0.15);
    border-radius: 20px;
    min-width: 112px;
    min-height: 33px;
    background: var(--main-color);
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.0125em;
    padding: 7px 16px;
    border: none;
}

.btn:hover,
.btn:focus,
.btn-check:focus+.btn,
.header-top .btn:hover,
.btn.btn-white:hover {
    background: var(--sec-color);
    color: #fff;
    box-shadow: none !important;
}

.lang {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin-inline-start: 18px;
    direction: ltr;
}

.header-top .btn {
    background: #fff;
    color: var(--main-color);
}

.search-box-btn.search-box-outer {
    cursor: pointer;
    font-size: 24px;
    color: #fff;
    transition: all .5s;
}

.header-top .head-top .nav-head ul li a:hover,
.header-page .header-top .head-top .nav-head ul li a:hover,
.header-page .header-top .head-top .nav-head ul li.current-menu-item a,
.header-top .head-top .nav-head ul li.current-menu-item a {
    color: var(--main-color);
}

.lang:hover {
    color: var(--main-color);
    border-color: var(--main-color);
}

.search-box-btn.search-box-outer:hover,
.header-page .search-box-btn.search-box-outer:hover {
    color: var(--main-color);
}

.button_su {
    overflow: hidden;
    position: relative;
    display: inline-block;
    border-radius: 50px;
    margin-bottom: 0;
}

.su_button_circle {
    background-color: red;
    border-radius: 1000px;
    position: absolute;
    left: 0;
    top: 0;
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    pointer-events: none;
    /*animation-timing-function: ease-in-out; */
    transition: all .5s;
}

.btn {
    display: inline-block;
    background: var(--main-color);
    color: #fff;
    font-size: 20px;
    min-width: 177px;
    text-align: center;
    border-radius: 0;
    transition: 400ms;
    text-decoration: none;
    min-height: 60.39px;
    font-family: '29ltMed';
    padding: 21px 25px;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}

.button_text_container {
    position: relative;
    z-index: 10000;
    display: inline-block;
    line-height: 32px;
}

.explode-circle {
    animation: explode 0.5s forwards;

}

.desplode-circle {
    animation: desplode 0.5s forwards;
}

@keyframes explode {
    0% {
        width: 0px;
        height: 0px;
        margin-left: 0px;
        margin-top: 0px;
        background-color: rgba(42, 53, 80, 0.2);
    }

    100% {
        width: 400px;
        height: 400px;
        margin-left: -200px;
        margin-top: -200px;
        background-color: rgba(20, 180, 87, 0.8);
    }
}

@keyframes desplode {
    0% {
        width: 400px;
        height: 400px;
        margin-left: -200px;
        margin-top: -200px;
        background-color: rgba(20, 180, 87, 0.8);
    }

    100% {
        width: 0px;
        height: 0px;
        margin-left: 0px;
        margin-top: 0px;
        background-color: rgba(129, 80, 108, 0.6);
    }
}

.mobile-nav-toggler {
    width: 154px;
    height: 48px;
    border: none;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    /* transition: all .5s; */
}

.mobile-nav-toggler i {
    margin-inline-end: 13px;
}

.lang:hover {
    background: #fff;
    color: var(--main-color);
}

.mobile-menu .navigation ul li>a {
    /* font-weight: 700; */
    /* font-size: 21.4468px; */
    /* line-height: 46px; */
    /* padding: 12px 0; */
}

.mobile-menu .navigation ul li>a::after {
    display: none;
}

.mobile-menu .navigation li:first-child a {
    padding-top: 0;
}

.head-inner {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
}

.head-inner .nav-menu ul {
    display: flex;
}

.head-inner .nav-menu ul li {
    position: relative;
    margin: 0 13px;
    color: var(--dark-color);
}

.head-inner .nav-menu ul li a {
    color: var(--dark-color);
    font-size: 20px;
    position: relative;
}

.header-med {
    padding: 12px 0 20px;
}

.head-inner .nav-menu ul li .sub-menu {
    position: absolute;
    top: 100%;
    right: 0;
    display: block;
    min-width: 210px;
    background: #fff;
    border-radius: 6px;
    padding: 20px 0;
    transition: all .3s;
    visibility: hidden;
    opacity: 0;
    display: none;
    box-shadow: -5px 5px 7px 1px rgb(0 0 0 / 12%);
}

.head-inner .nav-menu ul li .sub-menu li {
    margin: 0;
}

.head-inner .nav-menu ul li .sub-menu li a {
    padding: 8px 30px;
    display: block;
    font-size: 16px;
    color: var(--dark-color);
    border-bottom: 1px #f1f1f1 solid;
}

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

.head-inner .nav-menu ul li.menu-item-has-children::after {
    content: "\f107";
    font-family: 'Font Awesome 6 Pro';
    position: relative;
    left: 0;
    top: 0;
    font-size: 14px;
    margin-inline-start: 6px;
}

.head-inner .nav-menu ul li.mega-menu .sub-menu.sub-mega-menu {
    width: 552px;
    display: flex;
    flex-wrap: wrap;
}

.head-inner .nav-menu ul li.mega-menu .sub-menu.sub-mega-menu li {
    padding: 10px 30px;
    max-width: 50%;
    flex: 0 0 50%;
}

.head-inner .nav-menu ul li.mega-menu .sub-menu.sub-mega-menu li ul {
    display: block;
}

.head-inner .nav-menu ul li.mega-menu .sub-menu.sub-mega-menu li ul li {
    max-width: 100%;
    padding: 0;
}

.head-inner .nav-menu ul li.mega-menu .sub-menu.sub-mega-menu li ul li a {
    padding: 6px 0;
}

.head-inner .nav-menu ul li.mega-menu .sub-menu.sub-mega-menu li h3 {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'NeoMed';
    margin: 0 0 26px;
}

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

.head-inner .nav-menu ul li.menu-item-has-children.mega-menu .sub-menu {
    width: 544px;
    display: flex;
    flex-wrap: wrap;
}

.head-inner .nav-menu ul li.menu-item-has-children.mega-menu .sub-menu li {
    max-width: 50%;
    flex: 0 0 50%;
}

.head-inner .nav-menu ul li a::after {
    content: "";
    position: absolute;
    background: url(../images/link.png);
    width: 19.44px;
    height: 7.7px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    bottom: -16px;
    right: 0;
    left: 0;
    margin: auto;
    transform: translateY(10px);
    transition: all .4s;
    opacity: 0;
}

.head-inner .nav-menu ul li.current-menu-item a::after,
.head-inner .nav-menu ul li a:hover::after {
    transform: none;
    opacity: 1;
}

.head-inner .nav-menu ul li .sub-menu li a::after {
    display: none;
}

/* End Header */

/* Start Banner-h */

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

.program-block .inner-block,
.program-block .inner-block .img {
    height: 100%;
    width: 100%;
}

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

.program-block .inner-block .details {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 20px 30px;
    padding-inline-end: 20px;
}

.program-block .inner-block .details .title-program {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
}

.program-block .inner-block .details .title-program h3 {
    margin: 0;
    font-size: 24px;
    line-height: 38px;
    /* or 160% */
    font-family: '29ltMed';
    color: #FFF;
    max-width: 162.23px;
}

.program-block .inner-block .details .title-program i {
    width: 43.12px;
    height: 42px;
    display: flex;
    justify-content: center;
    border: 1px solid #FFFFFF;
    align-items: center;
    -webkit-align-items: center;
    line-height: 42px;
    color: #fff;
    border-radius: 50%;
}

.program-block .inner-block .img::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: var(--sec-color);
    opacity: 0.46;
}

.program-block .hover-block {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 40px 32px;
    transition: all .5s;
    transform: scale(.8) translate(-50%);
    opacity: 0;
}

.program-block .hover-block .logo-block {
    width: 102.67px;
    height: 96px;
    line-height: 96px;
    margin: 0 0 32px;
}

.program-block .hover-block .logo-block img {
    max-height: 96px;
}

.program-block .hover-block h3 {
    font-family: '29ltMed';
    font-size: 24px;
    line-height: 38px;
    color: var(--sec-color);
    margin: 0 0 16px;
}

.program-block .hover-block p {
    font-family: '29ltLight';
    font-size: 16px;
    line-height: 26px;
    /* or 162% */
    color: #282727;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.program-block .hover-block .readMoreBlock {
    margin: 40px 0 0;
    display: inline-flex;
    align-items: center;
    -webkit-align-items: center;
}

.readMoreBlock {
    font-weight: 420;
    font-size: 20px;
    line-height: 20px;
    color: var(--main-color);
}

.readMoreBlock i {
    width: 43.12px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: var(--main-color);
    border-radius: 50%;
    color: #fff;
    margin-inline-start: 12px;
    font-size: 15px;
    font-weight: 400;
}

.program-block:hover .hover-block {
    opacity: 1;
    transform: none;
}

.program-block .inner-block {
    /* transition: all .5s; */
}

.program-block:hover .inner-block {
    /* transform: scale(.5); */
    /* opacity: 0; */
}

.nav-slider.nav-programs-slider .swiper-button-next.program-nav,
.nav-slider.nav-programs-slider .swiper-button-prev.program-nav,
.nav-slider.nav-courses-slider .swiper-button-next.program-nav,
.nav-slider.nav-courses-slider .swiper-button-prev.program-nav {
    position: relative;
}

.nav-slider.nav-programs-slider,
.nav-slider.nav-courses-slider {
    display: flex;
    justify-content: space-between;
    margin: 50px 0 200px;
    position: relative;
}

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

.banner-h .row {
    min-height: 646.21px;
    align-items: center;
    -webkit-align-items: center;
}

.home-slider .overlay-img::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: var(--sec-color);
    opacity: 0.7;
}

.home-slider .overlay-img img {
    transition: 2s all;
    transform: scale(1.2);
}

.home-slider .text-banner {
    max-width: 552px;
}

.home-slider .text-banner h2 {
    font-size: 42px;
    line-height: 67px;
    /* or 160% */
    color: #FFF;
    font-family: '29ltMed';
    margin: 0 0 32px;
    transform: translateY(-100%);
    transition: all .6s cubic-bezier(0.54, 0.69, 0.91, 0.68);
    transform-origin: top;
    opacity: 0;
}

.readMore {
    color: var(--main-color);
    font-size: 24px;
    line-height: 24px;
    /* identical to box height */
    text-decoration-line: underline;
    font-family: '29ltMed';
    display: inline-block;
    text-decoration-skip-ink: none;
}

.banner-h .nav-slider {
    position: absolute;
    bottom: 47px;
    right: 0;
    left: 0;
    align-items: center;
    display: flex;
    -webkit-align-items: center;
    justify-content: center;
}

.banner-h .nav-slider .swiper-button-next.home-nav,
.banner-h .nav-slider .swiper-button-prev.home-nav {
    position: relative;
    color: #fff;
    font-size: 40px;
    width: 40px;
}

.banner-h .nav-slider .swiper-pagination.home-pagination {
    position: relative;
    width: auto;
    margin: 0 29px;
    font-weight: 420;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    direction: ltr;
}

.banner-h .nav-slider .swiper-pagination.home-pagination .swiper-pagination-current {
    color: rgba(255, 255, 255, 0.43);
}

.nav-slider .swiper-button-next::after,
.nav-slider .swiper-button-prev::after {
    content: "\f061";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 300;
    color: inherit;
    font-size: inherit;
}

.nav-slider .swiper-button-prev::after {
    content: "\f060";
}

.home-slider .swiper-slide {
    overflow: hidden;
}

.swiper-slide-active .text-banner h2,
.home-slider .swiper-slide-active .text-banner .readMore {
    transform-origin: bottom;
    opacity: 1;
    transform: none;
}

.home-slider .swiper-slide-active .overlay-img img {
    animation: scale-h 10s ease forwards;
}

@keyframes scale-h {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}


.home-slider .text-banner .readMore {
    transform: translateY(100%);
    transition: all .6s cubic-bezier(0.54, 0.69, 0.91, 0.68);
    transform-origin: top;
    opacity: 0;
}

/* End Banner-h */

/* Start Programs-h */

.programs-h {
    padding: 137px 0 100px;
    background: #f7f7f7;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* min-height: 768px; */
}

.programs-h .col-md-10,
.courses-h .col-md-10 {
    position: inherit;
}

.programs-h .programs-inner,
.courses-h .courses-inner {
    /* position: absolute; */
    /* left: -12%; */
    width: 117%;
    top: 137px;
}

.programs-inner .swiper-slide.swiper-slide-next, .programs-inner .swiper-slide.swiper-slide-next+.swiper-slide+.swiper-slide, .programs-inner .swiper-slide.swiper-slide-prev {
    padding-top: 70px;
}

.programs-inner .swiper-slide {
    transition: all .5s;
}

.title h3 {
    font-weight: 500;
    font-size: 54.24px;
    line-height: 70px;
    color: var(--sec-color);
    font-family: '29ltMed';
    margin: 0;
}

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

.title {
    margin: 0 0 50px;
}

.title.title-white {
    margin: 0 0 60px;
}

.programs-h .row {
    min-height: 531px;
    align-items: center;
    -webkit-align-items: center;
}

.program-block {
    display: block;
    height: 452px;
    overflow: hidden;
    position: relative;
}

.nav-slider.nav-programs-slider .swiper-button-next.program-nav,
.nav-slider.nav-programs-slider .swiper-button-prev.program-nav,
.nav-slider.nav-courses-slider .swiper-button-next.courses-nav,
.nav-slider.nav-courses-slider .swiper-button-prev.courses-nav {
    color: var(--main-color);
    width: 36px;
    font-size: 40px;
}

/* End Programs-h */

/* Start Achiev-h */

.achiev-h {
    padding: 100px 0;
}

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

.count-block {
    display: flex;
    margin: 0 0 90px;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}

.counters-all.row {
    position: relative;
}

.counters-all.row::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    width: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 10%, rgba(66, 61, 105, 0.2) 50%, rgba(217, 217, 217, 0) 100%);
    height: 2px;
    /* transform: rotate(-90deg); */
    margin: auto;
    top: 0;
    bottom: 0;
}

.count-block .icon {
    width: 66.45px;
    height: 66.45px;
    line-height: 66.45px;
}

.count-block .icon img {
    max-height: 66.57px;
}

.count-block .details {
    padding-inline-start: 26px;
    /* width: calc(100% - 66.45px); */
}

.count-block .details .counter-item {
    direction: ltr;
    display: table;
    color: var(--main-color);
    font-family: '29ltMed';
    font-size: 50px;
    line-height: 45px;
    margin: 0 0 13px;
}

.count-block .details h6 {
    font-size: 18px;
    line-height: 24px;
    color: var(--sec-color);
    margin: 0 0 8px;
}

.count-block .details p {
    font-size: 18px;
    line-height: 16px;
    /* identical to box height, or 100% */
    font-family: '29ltMed';
    color: #706D88;
}

.counters-all.row .col-md-4:nth-child(1),
.counters-all.row .col-md-4:nth-child(2),
.counters-all.row .col-md-4:nth-child(4),
.counters-all.row .col-md-4:nth-child(5) {
    position: relative;
}

.counters-all.row .col-md-4:nth-child(1)::after,
.counters-all.row .col-md-4:nth-child(2)::after,
.counters-all.row .col-md-4:nth-child(4)::after,
.counters-all.row .col-md-4:nth-child(5)::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(66, 61, 105, 0.2) 50%);
}

.counters-all.row .col-md-4:nth-child(4)::after,
.counters-all.row .col-md-4:nth-child(5)::after {
    background: linear-gradient(180deg, rgba(66, 61, 105, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
}

.counters-all.row .col-md-4:nth-child(4) .count-block,
.counters-all.row .col-md-4:nth-child(5) .count-block,
.counters-all.row .col-md-4:nth-child(6) .count-block {
    margin: 90px 0 0;
}

/* End Achiev-h */

/* Start Courses-h */

.courses-h .courses-inner {
    top: 100px;
    width: 106%;
    left: 0;
}

.courses-h {
    padding: 100px 0;
}

.course-block {
    border: 1px solid #E8E8E8;
    margin-bottom: 30px;
}

.course-block .img-block {
    height: 350px;
    overflow: hidden;
}

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

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

.course-block .details {
    padding: 32px 20px;
}

.course-block .details .name {
    display: block;
    font-family: '29ltMed';
    font-size: 24px;
    line-height: 38px;
    color: var(--sec-color);
    margin: 0 0 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.course-block .details p {
    font-size: 16px;
    line-height: 26px;
    /* or 162% */
    color: #282727;
    font-family: '29ltLight';
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0;
}

.course-block .details .readMore {
    font-size: 20px;
    line-height: 20px;
    text-decoration: none;
    transition: all .5s;
    height: 0;
    overflow: hidden;
    margin: 32px 0 -32px;
    transform: scaleY(0);
}

.courses-h .row {
    min-height: 568px;
}

.course-block:hover .details .readMore {
    transform: none;
    margin: 32px 0 0;
    height: 20px;
}

/* End Courses-h */

/* Start News-h */

.title-flex {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    margin: 0 0 32px;
}

.title-flex .title {
    margin: 0;
}

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

.news-block {
    display: block;
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
}

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

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

.container {
    max-width: 100%;
    padding: 0 60px;
    position: relative;
}

.news-block .img-block::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(  0deg,  color-mix(in srgb, var(--sec-color) 87%, transparent) 32.87%,  transparent 74.27%);
}

.course-block:hover {
    box-shadow: 0px 12px 36px rgba(152, 148, 185, 0.16);
    border-color: transparent;
}

.news-block .details {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    padding: 23px;
}

.news-block .details h3 {
    font-size: 18px;
    line-height: 26px;
    /* or 144% */
    display: -webkit-box;
    color: #FFF;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0 0 16px;
}

.news-block .details .readMore {
    display: inline-flex;
    text-decoration: none;
    align-items: center;
    -webkit-align-items: center;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    transition: all .3s;
}

.news-block .details .readMore i {
    width: 43.12px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    margin-inline-start: 12px;
    font-size: 14.37px;
    font-weight: 400;
    transition: all .3s;
    color: #fff;
}

.news-block:hover .details .readMore i {
    background: var(--main-color);
    border-color: var(--main-color);
}

.news-block:hover .details .readMore {
    color: var(--main-color);
}

.nav-slider.nav-news-slider .swiper-button-next.news-nav,
.nav-slider.nav-news-slider .swiper-button-prev.news-nav,
.nav-slider.nav-review-slider .swiper-button-next.review-nav,
.nav-slider.nav-review-slider .swiper-button-prev.review-nav {
    width: 82px;
    height: 82px;
    background: var(--main-color);
    border-radius: 50%;
    color: #fff;
    font-size: 30.02px;
    transition: all .4s;
    box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.16);
}

.nav-slider.nav-news-slider .swiper-button-next.news-nav:hover,
.nav-slider.nav-news-slider .swiper-button-prev.news-nav:hover,
.nav-slider.nav-review-slider .swiper-button-next.review-nav:hover,
.nav-slider.nav-review-slider .swiper-button-prev.review-nav:hover {
    background: #fff;
    color: var(--main-color);
}

/* End News-h */

/* Start Clients-h */

.title-flex .readMore {
    font-size: 20px;
    line-height: 20px;
}

.clients-h {
    padding: 100px 0;
}

.client-block {
    margin: 0 0 30px;
    height: 150px;
    line-height: 150px;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #E8E5FF;
}

.client-block .img-block {
    width: 190px;
    height: 120px;
    margin: 0 auto;
}

.client-block .img-block img {
    max-height: 110px;
}


.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    position: relative;
    top: 0;
    transform: none;
    left: 0;
    width: 100%;
    margin: 0 auto;
    height: auto !important;
    bottom: 0;
    padding: 0 0 5px;
}

.swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: rgba(66, 61, 105, 0.22);
    border-radius: 50%;
    opacity: 1 !important;
    transform: none !important;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--main-color);
    width: 20px;
    height: 20px;
    top: 3px;
}

.pagination-client-slider {
    margin: 20px 0 0;
}

/* End Clients-h */

/* Start Review-h */

.review-h {
    padding: 35px 0 60px;
}

.review-block {
    max-width: 1020px;
    background: #FFFFFF;
    border: 1px solid #F1EFFF;
    box-shadow: 0px 12px 36px rgba(152, 148, 185, 0.16);
    margin: 50px auto 40px;
    padding: 75px 119px;
    text-align: center;
    position: relative;
}

.review-h .title {
    margin: 0;
}

.review-block .inner-block {
    position: relative;
}

.review-block .inner-block p {
    font-size: 20.24px;
    line-height: 32px;
    /* or 160% */
    text-align: center;
    color: #353535;
    font-family: '29ltLight';
    position: relative;
}

.review-block .inner-block p::before,
.review-block .inner-block p::after {
    content: "\f10e";
    font-family: 'Font Awesome 6 Pro';
    font-weight: bold;
    color: var(--main-color);
    font-size: 34px;
    margin-inline-end: 14px;
    position: relative;
    display: inline-block;
}

.review-block .inner-block p::after {
    content: "\f10d";
    margin-inline-end: 0;
    margin-inline-start: 14px;
}

.review-block::before {
    z-index: -1;
    content: "";
    position: absolute;
    background: url(../images/link.png);
    width: 112px;
    height: 44.37px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    top: -44px;
    right: 20px;
}


/* End Review-h */

/* Start Footer */

.footer-top {
    position: relative;
    padding: 90px 0 40px;
    background: var(--sec-color);
}

.footer-top::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: url(../images/footer-after.png); */
    max-width: 50%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.02;
    filter: brightness(0) invert(1);
}

.footer-top .container {
    position: relative;
    z-index: 2;
}

.foot-item h3 {
    font-family: '29ltMed';
    font-size: 34px;
    line-height: 50px;
    color: var(--main-color);
    margin: 0 0 32px;
}

.links-f li a {
    font-size: 18px;
    line-height: 18px;
    /* identical to box height */
    color: #FFF;
    font-family: '29ltLight';
    display: inline-block;
    margin: 8px 0;
}

.info-f li a {
    display: flex;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    align-items: center;
    -webkit-align-items: center;
    margin: 16px 0;
}

.info-f li a i {
    border: 1px solid #FFFFFF;
    width: 44px;
    height: 44px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
}

.info-f li a span {
    width: calc(100% - 44px);
    padding-inline-start: 12px;
}

.info-f li a u {
    display: block;
    text-decoration: none;
    direction: ltr;
}

.s-f {
    display: flex;
    flex-wrap: wrap;
    margin: 24px 0 0;
    align-items: center;
    -webkit-align-items: center;
}

.s-f span {
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    margin-inline-end: 20px;
}

.s-f a {
    border: 1px solid #FFFFFF;
    height: 34px;
    width: 34px;
    line-height: 32px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    font-size: 16px;
    margin-inline-end: 14px;
}

.s-f a:hover {
    background: var(--main-color);
    border-color: var(--main-color);
    color: #fff;
}

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

.copyRight p {
    font-size: 20px;
    line-height: 32px;
    color: var(--sec-color);
}

.copyRight p span {
    color: var(--main-color);
}

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

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

form {
    direction: rtl;
}

/* End Footer */

/* Start Breadcrumb */

.breadcrumb {
    padding: 77px 0;
    margin: 0;
}

.breadcrumb .overlay-img::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: var(--sec-color);
    opacity: 0.7;
}

.text-bread {
    text-align: center;
    display: flex;
    justify-content: center;
}

.text-bread h3 {
    margin: 0;
    font-family: '29ltMed';
    font-size: 54.24px;
    line-height: 86px;
    /* identical to box height, or 159% */
    color: #FFF;
}

/* End Breadcrumb */

/* Start About-page */

.body-inner {
    padding: 130px 0;
}

.taxt-about h3 {
    font-family: '29ltMed';
    font-size: 54.24px;
    line-height: 70px;
    color: var(--sec-color);
    margin: 0 0 32px;
}

.taxt-about p {
    font-size: 20.24px;
    line-height: 32px;
    font-family: '29ltLight';
    max-width: 625px;
}

.imgs-about {
    max-width: 537px;
    margin-inline-start: auto;
    position: relative;
}

.imgs-about .img-big {
    height: 567px;
}

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

.imgs-about .img-small {
    width: 171px;
    height: 151px;
    border-start-start-radius: 75.5px;
    overflow: hidden;
    position: absolute;
    bottom: 45px;
    right: -100px;
    left: -100px;
}

.imgs-about .img-small img {}

.body-inner .taxt-about {
    padding-inline-end: 80px;
}

.more-about {
    padding-top: 75px;
}

.about-block {
    margin: 15px 0;
    background: #FFFFFF;
    box-shadow: 0px 4px 44px rgba(66, 61, 105, 0.08);
    padding: 32px 32px 40px;
    height: calc(100% - 30px);
}

.about-block h3 {
    font-family: '29ltMed';
    font-size: 34.24px;
    line-height: 70px;
    color: var(--sec-color);
    margin: 0 0 10px;
}

.about-block p {
    font-size: 20.24px;
    line-height: 32px;
    /* or 160% */
    font-family: '29ltLight';
    color: #353535;
}

.about-block ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.about-block ul li {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 0 15px;
    position: relative;
    font-size: 20.24px;
    line-height: 32px;
    /* identical to box height, or 160% */
    margin: 8px 0;
    color: #353535;
    padding-inline-start: 31px;
}

.about-block ul li::before {
    content: "";
    position: absolute;
    right: 15px;
    left: 15px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--main-color);
    top: 5px;
}

.about-block ul li:nth-last-child(1),
.about-block ul li:nth-last-child(2) {
    margin-bottom: 0;
}

.body-inner+.achiev-h {
    border-top: 1px solid rgba(66, 61, 105, 0.16);
    border-bottom: 1px solid rgba(66, 61, 105, 0.16);
}

.imgs-about::before {
    z-index: -1;
    content: "";
    position: absolute;
    background: url(../images/link.png);
    width: 112px;
    height: 44.37px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    top: -42px;
    right: 20px;
    left: 20px;
}

/* End About-page */

/* Start Programs-pgae */

.programes-page.body-inner {
    padding: 90px 0;
}

.programes-page .col-md-3:nth-child(even) .program-block {
    margin-top: 30px;
}

.programes-page .col-md-3:nth-child(odd) .program-block {
    margin-top: -80px;
}

.programes-page .col-md-3:nth-child(1) .program-block,
.programes-page .col-md-3:nth-child(3) .program-block {
    margin-top: 0;
}

.programes-page .col-md-3:nth-child(2) .program-block,
.programes-page .col-md-3:nth-child(4) .program-block {
    margin-top: 100px;
}

/* End Programs-pgae */

/* Start Single-program */

.swiper-container {
    width: 100%;
    max-width: 940px;
    /* height: 500px; */
    margin: 0 auto;
    /* overflow: hidden; */
}

.slider-single-pro {
    display: flex;
    overflow: hidden;
    width: 100%;
    position: relative;
    height: 589px;
}

.single-img {
    height: 100%;
}

.single-img-thumb {
    height: 87px;
    width: 100%;
    position: relative;
}

.single-slider {
    width: calc(100% - 107px);
    margin-inline-end: 16px;
}

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

.single-img-thumb::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: var(--sec-color);
    opacity: .7;
    transition: all .5s;
}

.swiper-slide-thumb-active .single-img-thumb::after {
    opacity: 0;
}

.text-single h3 {
    font-family: '29ltMed';
    font-size: 34.24px;
    line-height: 44px;
    color: var(--sec-color);
    margin: 0 0 14px;
}

.text-single p {
    font-size: 20.24px;
    line-height: 32px;
    /* or 160% */
    font-family: '29ltLight';
    color: #353535;
}

.list-h ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    width: 100%;
}

.text-single .list-h {
    margin: 30px 0 0;
}

.list-h ul li {
    padding: 0 15px;
    /* max-width: 25%; */
    /* flex: 0 0 25%; */
    padding-inline-start: 31px;
    font-size: 20.24px;
    line-height: 32px;
    /* identical to box height, or 160% */
    color: #353535;
    margin: 8px 0;
    position: relative;
}

.list-h ul li::before {
    content: "";
    position: absolute;
    right: 15px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--main-color);
    top: 6px;
    left: 15px;
}

/* End Single-program */

/* Start Single-course */

.text-single .btn {
    margin: 37px 0 0;
}

.modal-backdrop {
    background: var(--sec-color);
}

.modal-backdrop.show {
    opacity: .6;
}

.reqNow button.btn-close {
    display: none;
}

@media (min-width: 576px) {
    .reqNow .modal-dialog {
        max-width: 707px;
        border-radius: 0;
    }
}

.reqNow .modal-content {
    border-radius: 0;
}

.reqNow .modal-content .modal-body {
    padding: 70px 80px;
}

.form-h .form-group {
    margin: 16px 0;
}

.title-sec.title-center {
    margin: 0 0 29px;
}

.title-sec h3 {
    font-family: '29ltMed';
    font-size: 34.24px;
    line-height: 44px;
}

.title-sec h3 span {
    color: var(--main-color);
}

.form-h .form-group label {
    font-size: 20.24px;
    line-height: 32px;
    /* identical to box height, or 160% */
    margin: 0 0 10px;
    color: #212121;
    font-family: '29ltLight';
}

.form-h .form-group .form-control {
    height: 50px;
    width: 100%;
    background: #F7F7F7;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 0 24px !important;
    line-height: 50px;
    font-size: 20.24px;
    font-family: '29ltLight';
    margin: 0;
}

.iti {
    display: block;
}

.iti__flag-container {
    direction: ltr;
    background: transparent;
}

.iti__flag {
    display: none;
}

.iti__selected-flag {
    background: transparent !important;
}

.btn-center {
    text-align: center;
    margin: 36px 0 0 !important;
}

/* End Single-course */

/* Start News-page */

.body-inner .news-block {
    margin: 15px 0;
}

/* End News-page */

/* Start Single-news */
.single-news-inner {
    max-width: 1082px;
    margin: 0 auto;
}

.text-bread a {
    font-family: '29ltMed';
    font-size: 54.24px;
    line-height: 86px;
    color: #fff;
}

.text-bread a::after {
    content: "-";
    margin: 0 12px;
}

.text-bread a+h3 {
    opacity: .8;
}

.single-news-inner .img img {
    max-height: 589px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.single-news-inner h3 {
    font-family: '29ltMed';
    font-size: 34.24px;
    line-height: 44px;
    color: var(--sec-color);
    margin: 32px 0 20px;
    max-width: 987px;
}

.single-news-inner p,
.single-news-inner .list-h {
    max-width: 987px;
}

.single-news-inner p {
    font-size: 20.24px;
    line-height: 32px;
    /* or 160% */
    font-family: '29ltLight';
    color: #353535;
    margin: 20px 0;
}

.single-news-inner .list-h ul li {
    max-width: 12.5%;
    flex: 0 0 12.5%;
}

/* End Single-news */

/* Start Contact-page */

.form-h.form-contact {
    background: #FFFFFF;
    box-shadow: 0px 8px 52px rgba(0, 0, 0, 0.13);
    padding: 65px 85px;
    max-width: 707px;
    margin: 0 auto;
}

.contact-page.body-inner {
    padding: 90px 0 0;
    z-index: 1;
}

.map-con .map-inner {
    height: 540px;
}

.map-con {
    margin-top: -90px;
}

select.form-control {
    background: #F7F7F7 url('../images/arrow-select.png') no-repeat calc(10% - 36px) 21px !important;
    background-size: 18px 8px !important;
}

select.form-control option {
    height: 50px;
    line-height: 200%;
}

/* End Contact-page */

/* Start Submit-page */


.no-js .multi-step-form fieldset button,
.no-js .multi-step-form h2,
.multi-step-form.edit-form fieldset button,
.multi-step-form.edit-form h2 {
    display: none !important;
}

.no-js .multi-step-form fieldset,
.multi-step-form.edit-form fieldset {
    display: block !important;
}

.no-js .multi-step-form [type=submit],
.no-js .multi-step-form [type=reset],
.multi-step-form.edit-form [type=submit],
.multi-step-form.edit-form [type=reset] {
    display: inline-block !important;
}

.no-js .multi-step-form .steps,
.multi-step-form.edit-form .steps {
    display: none;
}

.multi-step-form fieldset {
    display: none;
}

.multi-step-form fieldset:first-of-type {
    display: block;
}

.multi-step-form fieldset.hidden {
    display: none;
}

.multi-step-form fieldset.visible {
    display: block;
}

.multi-step-form .steps button {
    border: 0;
}

.multi-step-form .steps [disabled] {
    background: none;
}

.multi-step-form .steps .active {
    background: #eee;
}

.steps {
    display: flex;
    justify-content: center;
    position: relative;
    margin: 0 auto 50px;
    z-index: 2;
    max-width: 557px;
}

.steps button {
    width: 20%;
    flex: 0 0 20%;
    padding: 0;
    background: transparent !important;
    position: relative;
}

.steps button .icon {
    width: 20px;
    height: 20px;
    background: #D9D9D9;
    border: 2px solid #D9D9D9;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    font-size: 34px;
    line-height: 68px;
    color: #000000;
    /* padding: 12px; */
}

.steps button .icon img {
    max-height: 44px;
}

.steps button:nth-child(2) .icon img {
    max-width: 27px;
}

.steps button.active .icon {
    background: var(--main-color);
    color: #fff;
}

.steps button.active .icon img {
    filter: brightness(0) invert(1);
}

.steps button:nth-child(1) .icon {
    line-height: 58px;
}

.multi-step-form .steps button h6 {

    /* identical to box height, or 257% */
    font-family: '29ltLight';
    font-size: 16.24px;
    line-height: 32px;
    /* identical to box height, or 200% */


    /* #353535 */
    color: #353535;
}

.steps::after {
    content: "";
    position: absolute;
    top: 30px;
    z-index: -1;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #BBB9C9;
    max-width: 418px;
    margin: 0 auto;
    display: block;
    right: 0;
}

.multi-step-form .steps button .num {
    width: 60px;
    height: 60px;
    display: block;
    background: #FFFFFF;
    border: 1px solid #BBB9C9;
    line-height: 61px;
    border-radius: 50%;
    color: var(--main-color);
    font-family: '29ltMed';
    font-size: 34.24px;
    margin: 0 auto;
    transition: all .5s;
}

.multi-step-form .steps button.active .num {
    background: var(--sec-color);
    border-color: var(--sec-color);
    color: #fff;
}

.multi-step-form .steps button h5 {
    font-size: 16px;
    line-height: 32px;
    margin: 14px 0 0;
    color: #353535;
    transition: all .5s;
}

.multi-step-form .steps button.active h5 {
    color: var(--sec-color);
}

.text-step h3 {
    font-family: '29ltMed';
    font-size: 34.24px;
    line-height: 44px;
    color: var(--sec-color);
    margin: 32px 0;
}

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

.text-step ul li {
    display: list-item;
    list-style: auto;
    font-family: '29ltLight';
    font-size: 20.24px;
    line-height: 32px;
    /* or 160% */
    color: #000;
    margin: 5px 0;
}

.text-step p {
    font-family: '29ltLight';
    font-size: 20.24px;
    line-height: 32px;
    color: #000;
    margin: 5px 0;
    max-width: 705px;
    margin: 20px 0;
}

.multi-step-form fieldset .btn {
    margin: 35px 0 0;
    box-shadow: none;
}

.multi-step-form fieldset .form-inner {
    max-width: 705px;
}

.error-text {
    color: red;
    margin: 10px 0;
    font-size: 14px;
    display: block;
}

.form-h .form-group .form-control.error-text {
    background-color: #ff000024 !important;
    color: inherit;
}

.input-group.file-caption-main {
    flex-wrap: inherit;
}

.input-group.file-caption-main .input-group-btn {
    display: flex;
    flex-direction: row-reverse;
    padding-inline-start: 50px;
    position: relative;
    margin: 0 !important;
    background: #f7f7f7;
}

.input-group.file-caption-main .input-group-btn .btn {
    margin: 0;
    min-height: auto;
    line-height: normal;
    font-size: 14px;
    padding: 10px 20px;
    min-width: 90px;
    background: var(--sec-color);
}

.input-group.file-caption-main .input-group-btn .btn.fileinput-cancel-button {
    display: none;
}

.input-group.file-caption-main .input-group-btn .btn i {
    display: none;
}

.btn.btn-form {
    box-shadow: none;
}

.input-group.file-caption-main .input-group-btn .btn input {
    padding: 0 !important;
    text-align: center;
}

.krajee-default .file-other-icon {
    margin-top: 28px;
    display: block;
    color: var(--main-color);
    opacity: .3;
    font-size: 70px;
}

.krajee-default .file-other-icon i {}

.krajee-default .file-caption-info,
.krajee-default .file-size-info {
    height: auto;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: 100%;
}

.krajee-default .file-drag-handle,
.krajee-default .file-upload-indicator {
    float: none;
}

.krajee-default .file-footer-buttons {
    float: none;
}

.file-error-message pre,
.file-error-message ul,
.krajee-default .file-actions,
.krajee-default .file-other-error {
    text-align: start !important;
}

.krajee-default.file-preview-frame {
    float: none;
    max-width: 22%;
    flex: 0 0 22%;
    margin: 8px;
    padding: 10px;
    box-shadow: -2px 2px 8px 2px rgba(0, 0, 0, .2);
    border: none !important;
    transition: all .5s;
}

.file-preview .close.fileinput-remove {
    margin: 10px 5px;
    background: transparent;
    border: none;
    font-size: 30px;
    color: red;
    left: 0;
    right: auto;
}

.file-preview .file-preview-thumbnails {
    display: flex;
    flex-wrap: wrap;
}

.krajee-default .file-preview-other-frame {
    width: 100% !important;
    height: 96px !important;
    line-height: 96px;
    align-items: center;
    -webkit-align-items: center;
}

.krajee-default.file-preview-frame .kv-file-content {
    width: 100%;
    height: 100px;
    line-height: 100px;
}

.krajee-default.file-preview-frame .file-thumbnail-footer {
    height: auto;
    position: initial;
}

.krajee-default .file-upload-indicator {
    position: absolute;
    top: 0;
    color: var(--main-color);
}

.krajee-default.file-preview-frame .file-thumbnail-footer .file-actions {
    overflow: hidden;
    display: none;
}

.krajee-default.file-preview-frame .file-thumbnail-footer .file-actions .btn {
    margin: 0;
    min-width: auto;
    background: transparent;
    color: var(--sec-color);
    box-shadow: none;
    min-height: auto;
    line-height: normal;
    padding: 0;
    width: 40px;
    height: 40px;
    font-size: 14px;
    /* border-radius: 6px; */
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.krajee-default.file-preview-frame .file-thumbnail-footer .file-actions .btn i {
    font-weight: 400;
}

.input-group.file-caption-main .input-group-btn .btn.fileinput-remove-button {
    min-width: auto;
    background: #d30000;
    padding: 10px 16px;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border: 6px solid #f7f7f7;
    padding: 0 10px;
}

.input-group.file-caption-main .input-group-btn .btn.fileinput-upload {
    /* background: #423d69b3; */
    min-width: auto;
}

.input-group.file-caption-main .input-group-btn .btn.fileinput-remove-button i {
    display: inline-block;
    font-family: 'Font Awesome 6 Pro';
    font-weight: 500;
    font-size: 19px;
}

.input-group.file-caption-main .input-group-btn .btn.fileinput-remove-button span {
    display: none;
}

.form-h .form-group .form-control .file-caption-icon {
    display: none;
}

.input-group.file-caption-main .input-group-btn .btn-file {
    background: #FFFFFF;
    border: 6px solid #f7f7f7;
    color: var(--sec-color);
    min-width: 110px;
    padding: 10px 0;
    position: initial;
}

.krajee-default .file-upload-indicator .text-warning {
    color: var(--main-color) !important;
    opacity: .8;
}

.kv-zoom-actions .btn {
    min-width: auto;
    min-height: auto;
    line-height: normal;
    min-height: auto;
    font-size: inherit;
    padding: 9px 10px;
    margin: 0 5px;
    box-shadow: none;
}

.file-zoom-dialog .btn-navigate {
    min-width: auto;
    min-height: auto;
    line-height: normal;
    /* opacity: 1 !important; */
    padding: 0;
    font-size: 26px;
    margin: 0 10px;
    color: var(--main-color);
}

.title-step h3 {
    font-family: '29ltMed';
    font-size: 34.24px;
    line-height: 44px;
    color: var(--sec-color);
    margin: 32px 0;
}

.multi-step-form fieldset:last-child .text-step p {
    text-align: center;
    margin: 5px auto;
}

.multi-step-form fieldset:last-child .text-step p strong,
.multi-step-form fieldset:last-child .text-step p a {
    color: var(--main-color);
}

.title-step {
    margin: 0 0 30px;
}

.input-group.file-caption-main .input-group-btn .btn span.error-text {
    position: absolute;
    bottom: -34px;
    margin-inline-start: -326%;
    margin-inline-end: 0;
    right: 0;
    left: 0;
    text-align: start;
}

.krajee-default .file-preview-other-frame .file-preview-other {
    /* line-height: 96px; */
}

/* End Submit-page */

/* Start Framework-page */
.framework-page.body-inner {
    padding: 65px 0;
}

.frame-inner {
    max-width: 829px;
}

.framework-h {
    padding: 0 0 100px;
}

.frame-inner .text-framework {
    margin: 0 0 48px;
}

.frame-inner .text-framework h3 {
    font-family: '29ltMed';
    font-size: 34.24px;
    line-height: 70px;
    color: var(--sec-color);
    margin: 0 0 32px;
}

.frame-inner .text-framework p {
    font-family: '29ltLight';
    font-size: 20.24px;
    line-height: 32px;
    color: #353535;
}

.frame-inner .download-block {
    max-width: 829px;
    background: #FFFFFF;
    box-shadow: 0px 4px 44px rgba(66, 61, 105, 0.08);
    padding: 0 0 10px;
}

.frame-inner .download-block table {
    width: 100%;
}

.frame-inner .download-block table th,
.frame-inner .download-block table td {
    padding: 30px 30px 20px;
    border-bottom: 1px solid #E5E4EB;
}

.frame-inner .download-block table th {
    font-family: '29ltMed';
    font-size: 34px;
    line-height: 32px;
    color: var(--sec-color);
}

.frame-inner .download-block table td {
    font-size: 20.24px;
    line-height: 32px;
    color: #353535;
}

table td .btn u {
    text-decoration: none;
    text-transform: uppercase;
    margin-inline-start: 5px;
}

.frame-inner .download-block table tr:last-child td {
    border: none;
}

/* End Framework-page */

/* Start Board-page */

.board-inner {
    max-width: 939px;
    margin: 0 auto;
}

.board-inner h3 {
    font-family: '29ltMed';
    font-size: 34px;
    line-height: 70px;
    color: var(--sec-color);
    margin: 0 0 14px;
}

.table-h table {
    width: 100%;
}

.board-inner .table-h {
    margin: 0 0 64px;
    background: #FFFFFF;
    box-shadow: 0px 4px 44px rgba(66, 61, 105, 0.08);
}

.table-h table tr th {
    background: #BAE75E;
    padding: 30px 30px 20px;
    font-family: '29ltMed';
    font-size: 24px;
    line-height: 32px;
    color: #353535;
}

.table-h table tr th,
.table-h table tr td {
    border-bottom: 1px solid #E5E4EB;
}

.table-h table tr td {
    padding: 24px 30px;
    font-size: 20.24px;
    line-height: 32px;
    color: #353535;
}

.board-inner .frame-inner,
.board-inner .frame-inner .download-block {
    max-width: 100%;
}

.board-inner.founders-inner {
    max-width: 600px;
    text-align: center;
}

/* End Board-page */

/* Start Apply-page */

.apply-block {
    background: #FFFFFF;
    box-shadow: 0px 8px 52px rgba(0, 0, 0, 0.13);
    padding: 60px 80px;
    max-width: 707px;
}

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

.title-apply h3 {
    font-family: '29ltMed';
    font-size: 34.24px;
    line-height: 44px;
    color: var(--sec-color);
    margin: 0;
}

.form-h .form-group .file-upload-group.form-control .file-uploadH {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}

.file-upload-group.form-control {
    position: relative;
}

.form-h .form-group .file-upload-group.form-control {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    font-size: 20.24px;
    line-height: 32px;
    font-family: '29ltLight';
    color: #525252;
}

.form-h .form-group .file-upload-group.form-control label {
    margin: 0;
    line-height: normal;
    font-size: 18px;
    color: #353535;
}

.all-job .accordion-item {
    margin: 0 0 25px;
    border: none;
    border-radius: 0 !important;
}

.all-job .accordion-item .accordion-button {
    background: var(--sec-color);
    color: #fff;
    padding: 20px 27px;
    font-family: '29ltMed';
    font-size: 19.9082px;
    line-height: 36px;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    text-align: start;
}

.all-job .accordion-item .accordion-button::after {
    content: "\f067";
    color: #fff;
    background: transparent;
    margin: 0;
    margin-inline-start: auto;
    font-family: 'Font Awesome 6 Pro';
    font-size: 21.34px;
    width: 21.34px;
    height: 21.34px;
    line-height: 21.34px;
}

.accordion-body {
    box-shadow: 0px 6.63607px 43.1344px rgba(0, 0, 0, 0.13);
    background: #fff;
    padding: 14px 30px 21px;
}

.accordion-body p {
    font-family: '29ltLight';
    font-size: 16.7892px;
    line-height: 27px;
    /* or 160% */
    color: #353535;
}

.all-job .accordion-item .accordion-button:not(.collapsed)::after {
    content: "\f068";
}

/* End Apply-page */

/* Start Consulting-page */

.cons-block {
    margin: 15px 0;
    height: calc(100% - 30px);
    border: 1px solid #E8E8E8;
    position: relative;
    transition: all .5s;
}

.cons-block .img-block {
    height: 327px;
}

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

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

.cons-block .details {
    padding: 32px 20px;
}

.cons-block .details .name {
    font-family: '29ltMed';
    font-size: 24px;
    line-height: 38px;
    display: block;
    color: var(--sec-color);
}

.cons-block .details span {
    font-family: '29ltMed';
    font-size: 24px;
    line-height: 38px;
    color: var(--main-color);
}

.cons-block .details p {
    margin: 10px 0;
    font-family: '29ltLight';
    font-size: 16px;
    line-height: 26px;
}

.cons-block .details .hover-block {
    margin: 24px 0 -24px;
    transition: all .5s;
    height: 0;
    opacity: 0;
    overflow: hidden;
}

.cons-block .details .hover-block .btn-group .btn {
    margin-inline-end: 16px;
    padding: 20px 20px;
    min-height: fit-content;
    min-width: 153px;
    flex: 0 1;
}

.cons-block .details .hover-block .btn-group .btn span {
    color: inherit;
    font-size: 20px;
    line-height: 20px;
}

.cons-block .details .hover-block .btn-group .btn:last-child {
    margin: 0;
}

.cons-block .details .hover-block .btn-group {
    display: flex;
    width: 100%;
}

.cons-block:hover .details .hover-block {
    opacity: 1;
    height: auto;
    margin-bottom: 0;
}

.cons-block:hover {
    box-shadow: 0px 12px 36px rgba(152, 148, 185, 0.16);
}

/* End Consulting-page */

/* Start Scales-page */

.scales-block {
    background: #FFFFFF;
    box-shadow: 0px 12px 36px rgba(152, 148, 185, 0.16);
    height: calc(100% - 30px);
    margin: 15px 0;
}

.scales-block .img-block {
    height: 327px;
}

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

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

.scales-block .details {
    padding: 30px 20px;
}

.scales-block .details .name {
    display: block;
    font-family: '29ltMed';
    font-size: 24px;
    line-height: 38px;
    color: var(--sec-color);
    margin: 0 0 16px;
}

.scales-block .details p {
    font-family: '29ltLight';
    font-size: 16px;
    line-height: 26px;
    /* or 162% */
    color: #282727;
    margin: 16px 0;
}

.scales-block .details .goSec {
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    color: var(--main-color);
}

.print-page .iti__flag {
    display: block;
}

.book-page .iti__flag {
    display: block;
}

.text-section-top {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 50px;
}

.text-section-top .logo-top {
    max-width: 180px;
    margin: 0 auto 25px;
}

.text-section-top p {
    font-size: 20px;
    line-height: 36px;
}

.form-h.form-contact.form-awaren {
    padding: 30px;
}

.form-h.form-contact.form-awaren .form-group label {
    font-size: 24px;
    margin: 10px 0 15px;
    color: var(--sec-color);
    font-family: '29ltMed';
    display: flex;
}

.form-h.form-contact.form-awaren .form-group .chooseNow-h {
    display: flex;
    flex-direction: column;
}

.form-h.form-contact.form-awaren .form-group .chooseNow-h span {
    font-size: 20px;
    display: block;
    margin: 10px 0;
}

.form-h.form-contact.form-awaren .form-group .chooseNow-h span input {
    width: 15px;
    height: 15px;
    margin-inline-end: 8px;
    accent-color: var(--main-color);
    position: relative;
    top: 2px;
}

/* End Scales-page */
.wpcf7 p{
    margin: 0;
}
.wpcf7 br{
    display: none;
}

.review-inner {
    position: relative;
}

.nav-slider.nav-review-slider {
    width: 103%;
    position: absolute;
    top: 50%;
    right: -1.5%;
}

.slider-single-pro-inner::before {
    content: "";
    position: absolute;
    right: 20%;
    background: url(../images/link.png);
    width: 112px;
    height: 44.37px;
    top: -44.37px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    left: 20%;
}

.form-h .form-group .form-control.phone {
    padding-inline-start: 70px !important;
}

.slider-single-pro-inner {position: relative;}

.book-page .form-h .form-group .form-control.phone {
    padding-inline-start: 90px !important;
}

.form-h.form-contact.form-awaren .form-group .chooseNow-h span span {
    margin: 0;
    line-height: normal;
}

.form-h .form-group .file-upload-group.form-control p {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.form-h .form-group .file-upload-group.form-control p span.wpcf7-form-control-wrap {
    position: absolute;
    inset: 0;
    z-index: 2;
}

.head-inner .nav-menu ul li .sub-menu li:first-child a {
    padding-top: 0;
}

.head-inner .nav-menu ul li .sub-menu li:last-child a {
    padding-bottom: 0;
    border: none;
}

.nav-slider.nav-programs-slider .swiper-button-next.program-nav, .nav-slider.nav-courses-slider .swiper-button-next.courses-nav {
    right: 0;
}

.fg-hidden {
    display: none
}

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

.client-block .img-block {
    width: 100%;
}

.fixedBtn {
    height: 71px;
    position: fixed;
    right: 0;
    top: calc(100% / 2);
    width: 100px;
    z-index: 99;
    background: var(--sec-color);
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    text-align: center;
    border-start-end-radius: 20px;
    border-end-end-radius: 20px;
    color: #fff;
    border-inline-start: 10px solid #5f5899;
    padding: 10px;
    font-weight: bold;
    font-size: 17px;
}



fieldset#step-4 .form-inner {
    max-width: 900px;
}

fieldset#step-4 .form-inner .wpcf7-field-group>p label {font-weight: bold;margin-top: 20px;font-size: 25px;}

fieldset#step-4 .form-inner .form-group .wpcf7-field-group .row {
    background: #F7F7F7;
}

fieldset#step-4 .form-inner .form-group .wpcf7-field-group .row .form-control {}

fieldset#step-4 .form-inner .form-group .wpcf7-field-group .row select.form-control {
    background-position: calc(10% - 20px) 21px !important;
    border: 1px #d2d2d2 solid !important;
}

fieldset#step-4 .form-inner .form-group textarea {
    width: 100%;
    height: 54px;
    border: none;
    background: transparent;
    line-height: 50px;
    font-size: 20.24px;
    border: 1px #d2d2d2 solid;
    padding: 0 20px;
}

fieldset#step-4 .form-inner  .input-group-btn.input-group-append {
    padding: 0;
}

fieldset#step-4 .form-inner button.wpcf7-field-group-add {
    padding: 10px 20px;
    margin-top: 20px;
    border: none;
    background: var(--sec-color);
    color: #fff;
    font-size: 18px;
    height: 45px;
}

fieldset#step-4 .form-inner  button.wpcf7-field-group-remove {
    padding: 0;
    margin-top: 20px;
    border: none;
    background: #c60101;
    color: #fff;
    font-size: 33px;
    margin-inline-end: 10px;
    line-height: 25px;
    height: 45px;
    width: 45px;
}

fieldset#step-4 .form-inner .form-group .wpcf7-field-group .row+p {
    display: flex;
    justify-content: end;
    margin-inline-end: -13px;
}

fieldset#step-4 .form-inner .file-preview .file-preview-thumbnails {}

fieldset#step-4 .form-inner .file-preview .file-preview-thumbnails .krajee-default.file-preview-frame {
    max-width: 50%;
    flex: 0 0 auto;
    background: #fff;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .2);
}

fieldset#step-4 .form-inner .file-preview .file-preview-thumbnails .krajee-default.file-preview-frame .file-footer-caption {
    margin: 0;
}

fieldset#step-4 .form-inner .form-group .form-control {
    border: 1px #d2d2d2 solid !important;
}



/* Start Video-page */

.nav.nav-tabs {
    border: none;
    justify-content: center;
    margin: 0 0 33px;
    display: inline-flex;
    border: 1px solid #EDEDED;
    box-shadow: 0px 24px 24px 0px #87878714;
    padding: 12px 16px;
    border-radius: 0;
}

.videos-page.body-inner {
    text-align: center;
}

.nav.nav-tabs .nav-item .nav-link {
    margin: 0;
    min-width: 139px;
    border-radius: 0;
    border: none !important;
    min-height: 48px;
    padding: 5px;
    color: var(--dark-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.nav.nav-tabs .nav-item .nav-link.active {
    box-shadow: 0px 24px 24px 0px #87878714;
    background: var(--main-color);
    color: #fff;
}

.tab-inner .gallery-items-small .item:nth-child(1),
.tab-inner .gallery-items-small .item:nth-child(5) {
    width: 25%;
}

.tab-inner .gallery-items-small .item:nth-child(2),
.tab-inner .gallery-items-small .item:nth-child(3),
.tab-inner .gallery-items-small .item:nth-child(4),
.tab-inner .gallery-items-small .item:nth-child(6) {
    width: 37.5%;
}

.tab-inner .gallery-items-big .item {
    width: 100%;
}

.tab-inner .gallery-items-big .item .gallery-block {
    height: 420px;
    display: block;
    position: relative;
    margin: 10px 0;
}

.tab-inner .item a::before,
.tab-inner .item a::after {
    content: "";
    position: absolute;
    inset: 0;
}

.tab-inner .item a::before {
    inset: 0;
    background: var(--dark-color);
    transition: all .5s;
    opacity: 0;
}

.tab-inner .item a:hover::before {
    opacity: 0.6;
}

.tab-inner .item a::after {
    width: 66px;
    height: 66px;
    background: var(--main-color);
    line-height: 66px;
    text-align: center;
    color: #fff;
    margin: auto;
    position: absolute;
    content: "\2b";
    z-index: 2;
    border-radius: 0;
    font-family: 'Font Awesome 6 Pro';
    font-weight: bold;
    text-shadow: 0px 4px 4px #00000040;
    font-size: 28px;
    transition: all .5s;
    transform: scale(.5);
    opacity: 0;
}

.tab-inner .item a:hover::after {
    opacity: 1;
    transform: none;
}

.tab-inner.row:nth-child(2) {
    flex-direction: row-reverse;
}

.gallery-block.img-block::after {
    font-weight: 200 !important;
    content: "\f31d" !important;
}

.gallery-block {
    display: block;
    position: relative;
    height: 200px;
    overflow: hidden;
    border-radius: 0;
}

.gallery-items-small {
    display: flex
;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.gallery-items-small .item {
    padding: 10px;
}

.gallery-items-small .item:nth-child(1), .gallery-items-small .item:nth-child(4) {
    width: 42%;
}

.tab-inner .gallery-items-small .item:nth-child(1), .tab-inner .gallery-items-small .item:nth-child(5) {
    width: 25%;
}

.gallery-items-small .item a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-items-big {
    display: flex
;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.tab-inner .gallery-items-big .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.tab-inner .gallery-items-big .item .gallery-block {
    height: 420px;
}

.pagination-pages {
    text-align: center;
    margin-top: 40px;
}

.pagination-pages .pagination {
    display: inline-flex;
    padding: 10px;
    border: 1px solid #EDEDED;
    box-shadow: 0px 24px 24px 0px #87878714;
    padding: 12px 16px;
    align-items: center;
}

.pagination-pages .pagination .page-item {
    padding: 0 5px;
}

.pagination-pages .pagination .page-item .page-link {
    width: 30px;
    height: 30px;
    padding: 0;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-align-items: center;
    border: 1px #ccc solid;
    border-radius: 0 !important;
    font-size: 18px;
    padding: 5px 0 0;
    color: #222;
}

.pagination-pages .pagination .page-item.active .page-link {
    background: var(--main-color);
    color: #fff;
    border-color: var(--main-color);
}

.pagination-pages .pagination .page-item .page-link i {
    position: relative;
    top: 2px;
}

.clients-inner .swiper-wrapper {
    justify-content: center;
}

i.fa-x-twitter::before {
    content: "\e61b";
    font-family: "Font Awesome 7 Brands";
}

.programes-page .col-md-3:nth-child(5):nth-last-child(2) .program-block {
    margin-top: -20px;
}

.mobile-menu .navigation li.current-menu-item a {
    color: #e4a367;
}

.link-block {
    position: absolute;
    inset: 0;
    z-index: 3;
}

.gallery-page.body-inner .gallery-block {
    height: 400px;
    margin: 15px 0;
}

.gallery-page.body-inner .gallery-block::after, .gallery-page.body-inner .gallery-block::before {
    content: "";
    position: absolute;
    inset: 0;
    transition: all .4s;
}

.gallery-page.body-inner .gallery-block::after {
    background: linear-gradient(0deg,
 color-mix(in srgb, var(--sec-color) 87%, transparent) 32.87%, transparent 74.27%);
    opacity: 0;
}

.gallery-page.body-inner .gallery-block::before {
    content: "\f002";
    font-family: 'Font Awesome 6 Pro';
    background: #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: auto;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    color: var(--main-color);
    z-index: 2;
    font-size: 26px;
    transform: scale(.5);
    opacity: 0;
}

.gallery-page.body-inner .gallery-block:hover::before, .gallery-page.body-inner .gallery-block:hover::after {
    opacity: 1;
    transform: none;
}

.gallery-page.body-inner .gallery-block .img {
    width: 100%;
    height: 100%;
}

.gallery-page.body-inner .gallery-block .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.gallery-page.body-inner .gallery-block.gallery-video-block::before {
    content: "\f04b";
    font-weight: bold;
}

    .menu-right {
        display: flex;
        align-items: center;
        gap: 20px;
    }


@media (min-width: 992px){
    .info-f li a:hover {
    color: var(--main-color);
}

.info-f li a:hover i {
    border-color: var(--main-color);
}
}