﻿






@font-face {
    font-family: 'Dark-Sans';
    src: url('../font/Dark-Sans.eot') format('embedded-opentype');
}

@font-face {
    font-family: 'Dark-Sans';
    src: url('../font/Dark-Sans.ttf') format('truetype');
}

@font-face {
    font-family: 'Dark-Sans';
    src: url('../font/Dark-Sans.woff') format('woff');
}




@font-face {
    font-family: 'estedad';
    src: url('../font/estedad/estedad-medium.ttf') format('truetype');
}

@font-face {
    font-family: 'estedad';
    src: url('../font/estedad/estedad-medium.woff') format('woff');
}

@font-face {
    font-family: 'estedad';
    src: url('../font/estedad/estedad-medium.woff2') format('woff');
}


@font-face {
    font-family: 'estedad-b';
    src: url('../font/estedad/estedad-bold.ttf') format('truetype');
}

@font-face {
    font-family: 'estedad-b';
    src: url('../font/estedad/estedad-bold.woff2') format('woff');
}

@font-face {
    font-family: 'estedad-b';
    src: url('../font/estedad/estedad-bold.woff') format('woff');
}



@font-face {
    font-family: 'estedad-thin';
    src: url('../font/estedad/estedad-thin.ttf') format('truetype');
}

@font-face {
    font-family: 'estedad-thin';
    src: url('../font/estedad/estedad-thin.woff2') format('woff');
}

@font-face {
    font-family: 'estedad-thin';
    src: url('../font/estedad/estedad-thin.woff') format('woff');
}




:root {
    --fontcolor: #333;
    --fontlight: #fff;
    --black: #000;
    --color1: #d3c19d;
    --color2: #19232d;
    --bg-color: #f7f7f7;
    --red2: #ff3333;
    --orange2: #fca311;
    --green: #4ce579;
    --blue: #85c9f6;
}

.estedad {
    font-family: estedad !important;
}

.estedad-b {
    font-family: estedad-b !important;
}

.estedad-thin {
    font-family: estedad-thin !important;
}


* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    vertical-align: baseline;
    list-style: none;
}

body {
    background: #fff;
    font-family: Dark-Sans;
    font-size: 14px;
    line-height: 30px;
    color: var(--fontcolor);
    direction: rtl;
    transition: all 0.5s;
}

.max-container {
    max-width: 1290px;
    width: auto;
    margin: 0 auto;
}

html,
body {
    height: 100%;
    width: 100%;
}
.wpb_wrapper{ font-family: Dark-Sans !important;}
.container-me {
    width: 90%;
    margin: 0px auto;
    max-width: 1980px;
}

.h-100 {
    width: auto;
    height: 100%;
}

.h-auto {
    width: auto;
    height: 100%;
}

.w-100 {
    width: 100%;
    height: auto;
}

.mt-1 {
    margin-top: 1em;
}

.mt-2 {
    margin-top: 2em;
}

.mt-3 {
    margin-top: 3rem;
}

.mb-2 {
    margin-bottom: 2em;
}

.p-2 {
    padding: 2em;
}

.pt-120 {
    padding-top: 120px;
}

.center {
    text-align: center;
}

a:hover,
a {
    text-decoration: none
}

    a:hover {
        color: var(--color2);
    }

.mb-3 {
    margin-bottom: 3rem;
}

.mb-2 {
    margin-bottom: 2rem;
}

.mb-1 {
    margin-bottom: 1rem;
}

a:hover, a:focus {
    box-shadow: none;
}

.text-center {
    text-align: center;
}

input, select, button, textarea {
    font-family: Dark-Sans;
}

.gr-font {
    background-image: linear-gradient( rgb(183 154 91) 25%, rgb(224 193 122) 100% );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 10px 0;
    font-weight: bolder;
}

.gr-back {
    background: linear-gradient( rgb(183 154 91) 25%, rgb(224 193 122) 100% );
}
/*navbar*/
.header-area-top {
    padding: 0;
    border: 1px solid #FFFFFF21;
    color: var(--fontlight);
}

    .header-area-top .grid-part {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

.top-part .video-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: -80px;
    width: 100%;
    line-height: 0;
    direction: ltr;
}

.video-shape-bottom svg {
    height: 80px;
    fill: #fff;
}

.video-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

/*navber*/
.header_area {
    position: absolute;
    width: 100%;
    z-index: 999;
    height: auto;
}

    .header_area.fixed {
    }

        .header_area.fixed .main_header_area {
            position: fixed;
            width: 100%;
            top: 0;
            background: var(--color2);
        }

        .header_area.fixed .nav-brand.logo-main {
            top: -100px;
        }

#preloader {
    overflow: hidden;
    background-color: #fff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}

.classy-load {
    -webkit-animation: 2000ms linear 0s normal none infinite running classy-load;
    animation: 2000ms linear 0s normal none infinite running classy-load;
    background: transparent none repeat scroll 0 0;
    border-color: #dddddd #dddddd #111111;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    height: 40px;
    left: calc(50% - 20px);
    position: relative;
    top: calc(50% - 20px);
    width: 40px;
    z-index: 9;
}

@-webkit-keyframes classy-load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes classy-load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.navigation {
    width: 100%;
    height: 50px;
    display: grid;
    position: relative;
    align-items: center;
    justify-content: start;
    grid-template-columns: 11% auto 15%;
}

    .navigation * {
        box-sizing: border-box;
        -webkit-tap-highlight-color: transparent
    }

.navigation-portrait {
    height: 48px
}

.navigation-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 19998
}

.navigation-hidden {
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important
}

.align-to-right {
    float: right
}

.nav-header {
    float: right
}

.navigation-hidden .nav-header {
    display: none
}

.nav-brand {
    line-height: 70px;
    padding: 0;
    color: #343a40;
    font-size: 24px;
    text-decoration: none !important
}

    .nav-brand:hover, .nav-brand:focus {
        color: #343a40
    }

.navigation-portrait .nav-brand {
    font-size: 18px;
    line-height: 48px
}

.nav-brand.logo-main {
    position: absolute;
    left: calc(5% + 140px);
    width: 100px;
    top: -75px;
}

    .nav-brand.logo-main img {
        width: 100%;
    }

.navigation-portrait .nav-logo > img {
    height: 36px;
    margin: 6px auto 6px 15px;
    padding: 0
}

.nav-toggle {
    width: 30px;
    height: 30px;
    padding: 6px 2px 0;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    right: 15px;
    display: none;
    cursor: pointer
}

    .nav-toggle:before {
        content: "";
        position: absolute;
        width: 24px;
        height: 2px;
        background-color: var(--fontlight);
        border-radius: 10px;
        box-shadow: 0 .5em 0 0 var(--fontlight),0 1em 0 0 var(--fontlight);
    }

.navigation-portrait .nav-toggle {
    display: block
}

.navigation-portrait .nav-menus-wrapper {
    width: 320px;
    height: 100%;
    top: 0;
    left: -400px;
    position: fixed;
    background-color: #fff;
    z-index: 20000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.more-link a {
    height: 70px;
    padding: 26px 42.5px;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
	font-weight:bold;
    color: #fff;
    -webkit-transition: color .3s,background .3s;
    transition: color .3s,background .3s;
}
.more-link a:hover{
font-size:16px;
color:#b3e8cb;
}


.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
    left: auto;
    right: -400px
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
    right: 0
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
    right: auto;
    left: 0
}

.nav-menus-wrapper-close-button {
    width: 30px;
    height: 50px;
    margin: 10px 7px;
    display: none;
    float: right;
    color: #343a40;
    font-size: 26px;
    cursor: pointer
}

.navigation-portrait .nav-menus-wrapper-close-button {
    display: block
}

.nav-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
    font-size: 0
}

.navigation-portrait .nav-menu {
    width: 100%
}

.navigation-landscape .nav-menu.nav-menu-centered {
    float: none;
    text-align: center
}

    .navigation-landscape .nav-menu.nav-menu-centered > li {
        float: none
    }

.nav-menu > li {
    display: inline-block;
    float: right;
    text-align: right
}

.navigation-portrait .nav-menu > li {
    width: 100%;
    position: relative;
    border-top: solid 1px #f0f0f0
}

    .navigation-portrait .nav-menu > li:last-child {
        border-bottom: solid 1px #f0f0f0
    }

.nav-menu + .nav-menu > li:first-child {
    border-top: none
}

.nav-menu > li > a {
    height: 70px;
    padding: 26px 15px;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    color: var(--fontcolor);
    -webkit-transition: color .3s,background .3s;
    transition: color .3s,background .3s
}

.navigation-landscape .nav-dropdown > li > a {
    color: var(--fontcolor);
    padding: 10px 20px;
    border-bottom: 1px solid #f6f6f6;
}


.navigation-landscape .nav-menu > li > a {
    padding: 14px 6px;
    display: inline-block;
    text-decoration: none;
    font-size: 0.9rem;
    height: 50px;
    color: var(--fontlight);
    -webkit-transition: color .3s,background .3s;
    transition: color .3s,background .3s;
}
@media only screen and (min-width:992px) and (max-width:1100px){
	.navigation-landscape .nav-menu > li > a {
    padding: 14px 5px;
    font-size: 0.55rem;
}
}
@media only screen and (min-width:1101px) and (max-width:1250px){
	.navigation-landscape .nav-menu > li > a {
    padding: 14px 5px;
    font-size: 0.66rem;
}
}
@media only screen and (min-width:1251px) and (max-width:1360px){
	.navigation-landscape .nav-menu > li > a {
    padding: 14px 5px;
    font-size: 0.77rem;
}
}

.navigation-portrait .nav-menu > li > a {
    width: 100%;
    height: auto;
    padding: 12px 15px 12px 26px
}

.nav-menu > li:hover > a, .nav-menu > li.active > a, .nav-menu > li.focus > a {
    color: #fff;
    font-weight: bold;
}

.nav-menu > li > a > i, .nav-menu > li > a > [class*=ion-] {
    width: 18px;
    height: 16px;
    line-height: 16px;
    -webkit-transform: scale(1.4);
    transform: scale(1.4)
}

.nav-menu > li > a > [class*=ion-] {
    width: 16px;
    display: inline-block;
    -webkit-transform: scale(1.8);
    transform: scale(1.8)
}

.navigation-portrait .nav-menu.nav-menu-social {
    width: 100%;
    text-align: center
}

.nav-menu.nav-menu-social > li {
    text-align: center;
    float: none;
    border: none !important
}

.navigation-portrait .nav-menu.nav-menu-social > li {
    width: auto
}

.nav-menu.nav-menu-social > li > a > [class*=ion-] {
    font-size: 12px
}

.nav-menu.nav-menu-social > li > a > .fa {
    font-size: 14px
}

.navigation-portrait .nav-menu.nav-menu-social > li > a {
    padding: 15px
}

.submenu-indicator {
    margin-right: 4px;
    margin-top: 10px;
    float: left;
    -webkit-transition: all .2s;
    transition: all .2s
}

.navigation-portrait .submenu-indicator {
    width: 54px;
    height: 44px;
    margin-top: 0;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 20000
}

.submenu-indicator-chevron {
    height: 5px;
    width: 5px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #ffffff #ffffff transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border .2s;
    transition: border .2s;
}

.navigation-portrait .submenu-indicator-chevron {
    position: absolute;
    top: 18px;
    left: 24px
}

.nav-menu > li:hover > a .submenu-indicator-chevron, .nav-menu > .active > a .submenu-indicator-chevron, .nav-menu > .focus > a .submenu-indicator-chevron {
    border-color: transparent #967adc #967adc transparent
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.nav-overlay-panel {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    z-index: 19999
}

.no-scroll {
    width: 100%;
    height: 100%;
    overflow: hidden
}
/*
.nav-search {
    height: 70px;
    float: right;
    z-index: 19998
}

.navigation-portrait .nav-search {
    height: 48px;
    padding: 0 10px;
    margin-right: 52px
}

.navigation-hidden .nav-search {
    display: none
}

.nav-search-button {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    cursor: pointer;
    background-color: var(--fontcolor)
}

.navigation-portrait .nav-search-button {
    width: 50px;
    height: 48px;
    line-height: 46px;
    font-size: 22px
}

.nav-search-icon {
    width: 14px;
    height: 14px;
    margin: 2px 8px 8px 4px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    color: var(--sub-color);
    text-align: left;
    text-indent: -9999px;
    border: 2px solid;
    border-radius: 50%;
    -webkit-transform: rotate(136deg);
    transform: rotate(-45deg)
}

    .nav-search-icon:after, .nav-search-icon:before {
        content: '';
        pointer-events: none
    }

    .nav-search-icon:before {
        width: 2px;
        height: 11px;
        top: 11px;
        position: absolute;
        left: 50%;
        border-radius: 0 0 1px 1px;
        box-shadow: inset 0 0 0 32px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

.nav-search-button:hover .nav-search-icon {
    color: var(--sub-color);
}

.nav-search > form {
    width: 100%;
    height: 100%;
    padding: 0 auto;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 99
}

.nav-search-inner {
    width: 70%;
    height: 70px;
    margin: auto;
    display: table
}

.navigation-portrait .nav-search-inner {
    height: 48px
}

.nav-search-inner input[type=text], .nav-search-inner input[type=search] {
    height: 70px;
    width: 100%;
    margin: 0;
    padding: 0 12px;
    font-size: 16px;
    text-align: center;
    color: #343a40;
    outline: none;
    line-height: 70px;
    border: none;
    background-color: transparent;
    -webkit-transition: all .3s;
    transition: all .3s
}

.navigation-portrait .nav-search-inner input[type=text], .navigation-portrait .nav-search-inner input[type=search] {
    height: 48px;
    font-size: 12px;
    line-height: 48px
}

.nav-search-close-button {
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    line-height: normal;
    color: #343a40;
    font-size: 20px;
    cursor: pointer;
    text-align: center
}

.navigation-portrait .nav-search-close-button {
    top: 10px;
    right: 14px
}
*/
.nav-button {
    margin: 18px 15px 0;
    padding: 8px 14px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px
}

    .nav-button:hover, .nav-button:focus {
        color: #fff;
        text-decoration: none
    }

.navigation-portrait .nav-button {
    width: calc(100% - 52px);
    margin: 17px 26px
}

.nav-text {
    margin: 25px 15px;
    display: inline-block;
    color: #343a40;
    font-size: 14px
}

.navigation-portrait .nav-text {
    width: calc(100% - 52px);
    margin: 12px 26px 0
}

    .navigation-portrait .nav-text + ul {
        margin-top: 15px
    }

.nav-dropdown {
    min-width: 180px;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    list-style: none;
    z-index: 98;
    white-space: nowrap
}

.navigation-portrait .nav-dropdown {
    width: 100%;
    position: static;
    right: 0
}

.nav-dropdown .nav-dropdown {
    right: 100%
}

.nav-menu > li > .nav-dropdown {
    border-top: solid 1px #f0f0f0
}


.nav-menu li .nav-dropdown .submenu-indicator-chevron {
    border-color: transparent var(--fontcolor) var(--fontcolor) transparent;
}

.nav-dropdown > li {
    width: 100%;
    float: right;
    clear: both;
    position: relative;
    text-align: right
}

    .nav-dropdown > li > a {
        width: 100%;
        padding: 16px 20px;
        display: inline-block;
        text-decoration: none;
        float: right;
        font-size: 13px;
        color: var(--fontcolor);
        background-color: #fdfdfd;
    }

    .nav-dropdown > li:hover > a, .nav-dropdown > li.focus > a {
        color: var(--color2);
    }

.nav-dropdown.nav-dropdown-left {
    right: 0
}

.nav-dropdown > li > .nav-dropdown-left {
    left: auto;
    right: 100%
}

.navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
    text-align: right
}

.navigation-portrait .nav-dropdown > li > a {
    padding: 12px 20px 12px 30px
}

.navigation-portrait .nav-dropdown > li > ul > li > a {
    padding-right: 50px
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
    padding-right: 70px
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
    padding-right: 90px
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
    padding-right: 110px
}

.nav-dropdown .submenu-indicator {
    left: 15px;
    top: 10px;
    position: absolute
}

.navigation-portrait .nav-dropdown .submenu-indicator {
    right: 0;
    top: 0
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    -webkit-transform: rotate(136deg);
    transform: rotate(136deg)
}

.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}


.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
    left: 10px;
}

    .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }

.nav-dropdown-horizontal {
    width: 100%;
    left: 0;
    background-color: #fdfdfd;
    border-top: solid 1px #f0f0f0
}

    .nav-dropdown-horizontal .nav-dropdown-horizontal {
        width: 100%;
        top: 100%;
        left: 0
    }

.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
    border-top: none
}

.nav-dropdown-horizontal > li {
    width: auto;
    clear: none;
    position: static
}

.navigation-portrait .nav-dropdown-horizontal > li {
    width: 100%
}

.nav-dropdown-horizontal > li > a {
    position: relative
}

.nav-dropdown-horizontal .submenu-indicator {
    height: 18px;
    top: 11px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
    height: 42px;
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

    .navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

.megamenu-panel {
    width: 100%;
    padding: 15px;
    display: none;
    position: absolute;
    font-size: 14px;
    z-index: 98;
    text-align: right;
    color: inherit;
    border-top: solid 1px #f0f0f0;
    background-color: #fdfdfd;
    box-shadow: 0 10px 20px rgba(0,0,0,.075)
}

.navigation-portrait .megamenu-panel {
    padding: 25px;
    position: static;
    display: block
}

.megamenu-panel [class*=container] {
    width: 100%
}

.megamenu-panel [class*="container"] [class*="col-"] {
    padding: 0
}

.megamenu-panel-half {
    width: 50%
}

.megamenu-panel-quarter {
    width: 25%
}

.navigation-portrait .megamenu-panel-half, .navigation-portrait .megamenu-panel-quarter {
    width: 100%
}

.megamenu-panel-row {
    width: 100%
}

    .megamenu-panel-row:before, .megamenu-panel-row:after {
        display: table;
        content: "";
        line-height: 0
    }

    .megamenu-panel-row:after {
        clear: both
    }

    .megamenu-panel-row [class*=col-] {
        display: block;
        min-height: 20px;
        float: left;
        margin-left: 3%
    }

        .megamenu-panel-row [class*=col-]:first-child {
            margin-left: 0
        }

.navigation-portrait .megamenu-panel-row [class*=col-] {
    float: none;
    display: block;
    width: 100% !important;
    margin-left: 0;
    margin-top: 15px
}

.navigation-portrait .megamenu-panel-row:first-child [class*=col-]:first-child {
    margin-top: 0
}

.megamenu-panel-row .col-1 {
    width: 5.583333333333%
}

.megamenu-panel-row .col-2 {
    width: 14.166666666666%
}

.megamenu-panel-row .col-3 {
    width: 22.75%
}

.megamenu-panel-row .col-4 {
    width: 31.333333333333%
}

.megamenu-panel-row .col-5 {
    width: 39.916666666667%
}

.megamenu-panel-row .col-6 {
    width: 48.5%
}

.megamenu-panel-row .col-7 {
    width: 57.083333333333%
}

.megamenu-panel-row .col-8 {
    width: 65.666666666667%
}

.megamenu-panel-row .col-9 {
    width: 74.25%
}

.megamenu-panel-row .col-10 {
    width: 82.833333333334%
}

.megamenu-panel-row .col-11 {
    width: 91.416666666667%
}

.megamenu-panel-row .col-12 {
    width: 100%
}

.megamenu-tabs {
    width: 100%;
    float: left;
    display: block
}

.megamenu-tabs-nav {
    width: 20%;
    margin: 0;
    padding: 0;
    float: left;
    list-style: none
}

.navigation-portrait .megamenu-tabs-nav {
    width: 100%
}

.megamenu-tabs-nav > li > a {
    width: 100%;
    padding: 10px 16px;
    float: left;
    font-size: 13px;
    text-decoration: none;
    color: #343a40;
    border: solid 1px #eff0f2;
    outline: 0;
    background-color: #fff
}

.megamenu-tabs-nav > li.active a, .megamenu-tabs-nav > li:hover a {
    background-color: #f5f5f5
}

.megamenu-tabs-pane {
    width: 80%;
    min-height: 30px;
    padding: 20px;
    float: right;
    display: none;
    font-size: 13px;
    color: #343a40;
    border: solid 1px #eff0f2;
    background-color: #fff
}

    .megamenu-tabs-pane.active {
        display: block
    }

.navigation-portrait .megamenu-tabs-pane {
    width: 100%
}

.megamenu-lists {
    width: 100%;
    display: table
}

.megamenu-list {
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
    display: inline-block;
    float: left;
    list-style: none
}

    .megamenu-list:last-child {
        margin: 0;
        border: none
    }

.navigation-landscape .megamenu-list {
    margin: -15px 0;
    padding: 20px 0;
    border-right: solid 1px #f0f0f0
}

    .navigation-landscape .megamenu-list:last-child {
        border: none
    }

.megamenu-list > li > a {
    width: 100%;
    padding: 5px 10px;
    display: inline-block;
    color: var(--fontcolor);
    text-decoration: none;
    font-size: 12px;
    text-align: right;
}

    .megamenu-list > li > a:hover {
        background-color: var(--color2);
        color: #fff
    }

.megamenu-list > li.megamenu-list-title > a {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #343a40
}

    .megamenu-list > li.megamenu-list-title > a:hover {
        background-color: transparent
    }

.navigation-landscape .list-col-2 {
    width: 50%
}

.navigation-landscape .list-col-3 {
    width: 33%
}

.navigation-landscape .list-col-4 {
    width: 25%
}

.navigation-landscape .list-col-5 {
    width: 20%
}

n.nav-menu > li > a {
    color: #fff;
    text-transform: uppercase;
}

.nav-dropdown > li > a {
    color: var(--fontcolor);
    padding: 10px 20px;
    border-bottom: 1px solid #f6f6f6;
}

    .nav-dropdown > li > a:hover, .nav-dropdown > li > a:focus {
        color: var(--color2);
    }

.main_header_area {
    position: relative;
}

.more-link {
    position: absolute;
    top: -20px;
    left: 40px;
}

.main_header_area.sticky {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 9999;
    box-shadow: 0 5px 30px rgba(0,0,0,0.1);
}

.transparent-menu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
}

.navigation-portrait .nav-menu > li > a {
    width: 100%;
    height: auto;
    padding: 10px 10px 10px 30px;
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .nav-dropdown > li > a, .megamenu-list > li > a {
        width: 65%
    }
}
/*end-navbar*/
/*theme*/
.theme-btn a.btn-me,
.theme-btn  .a-link-btn {
  
    font-weight: 500;
    border: none;
    border-radius: 5px;
    padding: 10px 25px;
    color: var(--fontlight);
    font-weight: 700;
    font-size: 0.9rem;
    padding: 14px 20px 14px 22px;
    min-width: 110px;
    background: #d3c19d !important;
    width: 100%;
}
.action-btn{
opacity:0;}

    .theme-btn a.btn-me.btn-no2 {
        background-color: var(--fontlight);
        color: var(--color2);
    }

    .theme-btn a.btn-me.btn-no1 {
        background-color: var(--color1);
        color: var(--color2);
    }

    .theme-btn a.btn-me img {
        transform: rotate(-90deg);
        padding: 1px;
        margin: 5px 25px -5px 5px;
    }

#ok-box{
	display:none;
}



.theme-btn .btn-me:hover img {
    transform: rotate(-90deg);
    -webkit-animation: arrow-right 1s cubic-bezier(0.36, 0.07, 0.57, 0.99) infinite;
    animation: arrow-right 1s cubic-bezier(0.36, 0.07, 0.57, 0.99) infinite;
}

@-webkit-keyframes arrow-right {
    0% {
        transform: rotate(-90deg) translateY(0);
    }

    33% {
        transform: rotate(-90deg) translateY(-5px);
    }

    66% {
        transform: rotate(-90deg) translateY(5px);
    }

    100% {
        transform: rotate(-90deg) translateY(0);
    }
}

@keyframes arrow-right {
    0% {
        transform: rotate(-90deg) translateY(0);
    }

    33% {
        transform: rotate(-90deg) translateY(-5px);
    }

    66% {
        transform: rotate(-90deg) translateY(5px);
    }

    100% {
        transform: rotate(-90deg) translateY(0);
    }
}

/*animation*/


.anim-top {
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -o-transition: 1s ease;
    -ms-transition: 1s ease;
    transition: 1s ease;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    position: relative;
    top: 100px;
    opacity: 0;
}

.start-animation .anim-top {
    top: 0;
    opacity: 0;
}

.delay300 {
}

.HaveAnimation.start-animation .delay300 {
    opacity: 1;
    top: 0;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    transition-delay: 300ms;
}

.delay600 {
}

.HaveAnimation.start-animation .delay600 {
    opacity: 1;
    top: 0;
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    transition-delay: 600ms;
}

.delay800 {
}

.HaveAnimation.start-animation .delay800 {
    opacity: 1;
    top: 0;
    -webkit-transition-delay: 800ms;
    -moz-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    -ms-transition-delay: 800ms;
    transition-delay: 800ms;
}

.delay1000 {
}

.HaveAnimation.start-animation .delay1000 {
    opacity: 1;
    top: 0;
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    transition-delay: 1000ms;
}


.mid-box {
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -o-transition: 1s ease;
    -ms-transition: 1s ease;
    transition: 1s ease;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    position: relative;
    height: 100px;
    opacity: 0;
}

.expand .mid-box,
.start-animation .mid-box {
    top: 0;
    opacity: 1;
    height: auto;
    -webkit-transition-delay: 800ms;
    -moz-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    -ms-transition-delay: 800ms;
    transition-delay: 800ms;
}

.mid-box .txt-more {
    line-height: 2.3rem;
    margin: 2rem 0;
    max-width: 500px;
}

.mid-box h1 {
    font-weight: bold;
    font-size: 2.5em;
}
/*end-animation*/
/*more-part*/
.more-part {
    background-attachment: fixed;
    width: 100%;
    min-height: 400px;
    background-image: url('../images/img/03.png');
}

    .more-part h2.motto {
        font-size: 2.5rem;
        color: var(--color1);
        width: 90%;
        line-height: 6rem;
    }

        .more-part h2.motto span {
            font-size: 2.8rem;
            color: var(--color2);
            font-weight: bold;
        }

.motto .word-1,
.motto .word-2,
.motto .word-3,
.motto .word-4,
.motto .word-5 {
    opacity: 0;
    transition: all 1s;
    position: relative;
    top: 50px;
}

.motto .word-1 {
    transition-delay: 0;
}

.motto .word-2 {
    transition-delay: 0.25s;
}

.motto .word-3 {
    transition-delay: 0.5s;
    color: var(--color1) !important;
}

.motto .word-4 {
    transition-delay: 0.75s;
}

.motto .word-5 {
    transition-delay: 1s;
}

.start-animation .motto .word-1,
.start-animation .motto .word-2,
.start-animation .motto .word-3,
.start-animation .motto .word-4,
.start-animation .motto .word-5 {
    opacity: 1;
    top: 0;
}





.grid-more-part {
    vertical-align: middle;
    position: absolute;
    padding: 10rem 5rem;
}
/*facilities*/
.flickity-rtl .flickity-prev-next-button.next {
    left: auto;
    right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
    left: 10px;
    right: auto;
}

.item-id{
	
}
.facilities {
    position: relative;
    height: 450px;
    margin-top: 180px;
}

  .facilities .facilities-in  h3.title-main {
    font-size: 2.1em;
    font-weight: bolder;
    padding: 2rem 0;
    color: var(--color1);
    z-index: 9;
    text-align: center;
    margin-bottom: 1rem;
    position: relative;
	top:2em;
}

    .facilities .facilities-in {
        position: relative;
        height: 450px;
        overflow: hidden;
    }

    .facilities:after {
        content: "";
        background: var(--color2);
        height: 100%;
        left: 0;
        opacity: .4;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .facilities .top-facilities {
        width: 100%;
        max-width: 100px;
        position: absolute;
        z-index: 9;
        top: -10px;
        left: 0;
        right: auto;
        transition: all 3s;
    }


        .facilities .top-facilities img {
            max-width: 100%;
        }

.start-animation .top-facilities {
    width: 100%;
    max-width: 700px;
    top: -220px;
}

.facilities video {
    width: 100%;
    position: absolute;
}


.item-facilities .carousel-cell {
    width: calc(100% / 3);
    height: 180px;
    border-radius: 5px;
    padding: 20px 0.5rem;
}

.item-facilities {
    z-index: 9;
    position: relative;
    top: calc(100% - 420px);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

    .item-facilities .user-card {
        display: flex;
        flex-direction: row;
        transition: all 1s;
    }


        .item-facilities .user-card img {
            transition: all 1s;
        }

        .item-facilities .user-card:hover img {
            transform: scale(1.2);
        }


        .item-facilities .user-card .user-card-image {
            width: 120px;
            height: 120px;
            margin: 5px 10px;
            border-radius: 50%;
        }

        .item-facilities .user-card .user-card-description {
            display: flex;
            align-items: flex-start;
            flex-direction: column;
            justify-content: center;
            opacity: 0.9;
            color: #fff;
        }

            .item-facilities .user-card .user-card-description h4 {
                font-weight: bolder;
                font-size: 1.1rem;
                margin-bottom: 0.5rem;
            }

            .item-facilities .user-card .user-card-description p {
                font-weight: 100;
                font-size: 0.9rem;
                margin-bottom: 0.5rem;
                padding: 0 5px;
                line-height: 2rem;
            }

    .item-facilities .flickity-page-dots {
        bottom: -70px;
    }

    .item-facilities .flickity-prev-next-button.next {
        right: auto;
        left: 50.5%;
        top: 118%;
    }

    .item-facilities .flickity-prev-next-button.previous {
        left: auto;
        right: 50.5%;
        top: 118%;
    }

    .item-facilities .carousel-cell:not(:last-child):after {
        content: "";
        position: absolute;
        right: 0;
        top: 30px;
        bottom: 30px;
        border-right: 1px solid rgba(255,255,255,.1);
    }
.facilities-inpage {
	
}
.facilities-in-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 345px));
    grid-gap: 15px 10px;
    overflow: hidden;
    margin: 0px auto;
    justify-content: center;
    margin-top: 30px;
    width: 100%;	
}
.facilities-inpage .item-facilities .user-card{
	    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
.facilities-inpage  .item-facilities .user-card .user-card-description {
   
    color: #333;
}
/*end-facilities*/
/*video-part*/
.header-site.video-part {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: calc(100vh + 80px );
    overflow: hidden;
    width: 100%;
}

    .header-site.video-part:after {
        content: "";
        background: var(--color2);
        height: calc(100vh + 80px );
        left: 0;
        opacity: .6;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .header-site.video-part video {
        width: 100%;
    }

    .header-site.video-part .overlay {
        transition: all .25s;
        box-shadow: inset 0 0 0 0 white;
        background: rgba(0, 0, 0, 0.2);
        min-height: 100%;
    }

    .header-site.video-part .info {
        position: absolute;
        color: white;
        width: 75%;
        text-transform: initial;
        padding: 70px 60px;
        bottom: 0;
        z-index: 9;
        margin: 0 7%;
    }


.header-site .in-page {
    min-width: 100%;
    width: 100%;
    height: auto;
}

    .header-site .in-page:after {
        content: "";
        background: var(--color2);
        height: calc(25vh + 80px );
    }

.header-site.inner-page.video-part .info {
    position: absolute;
    color: white;
    width: auto;
    text-transform: initial;
    padding: 70px 60px;
    top: 14vh;
    z-index: 9;
    text-align: center;
    height: 100px;
    margin: 0px auto;
    width: 100%;
}

.header-site.inner-page.video-part {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: calc(25vh + 80px );
    overflow: hidden;
    width: 100%;
}

.top-part .inner-shape.video-shape {
    top: 25vh;
    bottom: auto;
}

.header-site.video-part.inner-page:after {
    content: "";
    background: var(--color2);
    height: calc(25vh + 80px );
}
/*backToTop*/
.ltx-go-top {
    background: var(--color1);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 15px;
    right: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.5rem 0px;
    font-size: 0.6rem;
    z-index: 99;
    display: none;
    transition: all 0.8s;
}

    .ltx-go-top.show {
        display: flex;
    }

    .ltx-go-top img {
        -webkit-transition: all .8s ease;
        -moz-transition: all .8s ease;
        -o-transition: all .8s ease;
        transition: all .8s ease;
		width: 15px;
    height: 15px;
    }

    .ltx-go-top:hover img {
        position: relative;
        top: -4px;
    }

    .ltx-go-top:hover span {
        font-weight: bolder;
        color: var(--color2)
    }

    .ltx-go-top:hover {
        background: #fff;
    }


/**/
.banner-section .banner-social-area {
    position: absolute;
    right: 75px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

    .banner-section .banner-social-area::before {
        position: absolute;
        content: '';
        top: -400px;
        left: 13px;
        width: 1px;
        height: 180px;
        background-color: rgba(255, 255, 255, 0.5);
        transition: all 0.8s;
        opacity: 0
    }

.start-animation .banner-section .banner-social-area::before {
    top: -200px;
    opacity: 1
}

.banner-section .banner-social li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: var(--color1);
    font-size: 11px;
    border-radius: 50%;
    transition: all 0.5s;
}

    .banner-section .banner-social li a img {
        padding: 5px;
        opacity: 0.7;
        width: 29px;
    }

    .banner-section .banner-social li a:hover img {
        opacity: 1;
    }

.banner-section .banner-social-area::after {
    position: absolute;
    content: '';
    bottom: -400px;
    left: 13px;
    width: 1px;
    height: 180px;
    background-color: rgba(255, 255, 255, 0.5);
    transition: all 0.8s;
    opacity: 0
}

.start-animation .banner-section .banner-social-area::after {
    bottom: -200px;
    opacity: 1
}

/**/
.shape-bottom {
    position: relative;
    width: 100%;
    top: -60px;
}

.bg-img {
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    width: 100%;
    position: relative;
    background-attachment: fixed;
}

.img-back-02 {
    background-image: url('../images/img/123.jpg');
}

.shape-bottom .video-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
    z-index: 9;
    height: 80px;
}

.video-shape-bottom.shape-top {
    top: 0px;
}

.shape-bottom .background-overlay {
    background-color: #000000;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.shape-bottom .background-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -5;
}
/*cunter-part*/
.cunter-part {
    margin-top: 2em;
    padding: 10em 1rem 13rem 1em;
}

.counter-main {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    height: 100px;
    align-items: center;
    justify-items: center;
    color: var(--fontlight);
}

.counter .counter-icon {
    width: 60px;
    height: 60px;
}

.item.counter {
    text-align: center;
    width: 100%;
}

.counter h2 {
    text-align: center;
    font-size: 2rem;
    font-weight: bolder;
    line-height: 4rem;
}

.counter p {
    text-align: center;
    font-size: 0.9rem;
    font-weight: bolder;
    line-height: 1.2rem;
}



h3.title-main {
    font-size: 2.1em;
    font-weight: bolder;
    padding: 2rem 0;
    color: var(--color1);
    text-align: center;
    margin-bottom: 1rem;
}
/*teachears*/
.teachears {
    background-color: var(--color2);
    width: 100%;
    padding: 3rem 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('../images/img/element-10.png');
}

.grid-teachears {
    display: grid;
    grid-template-columns: 65% 35%;
}

.teachears .user-card {
    background: #fff;
    height: 360px;
    border-radius: 12px;
    padding: 1rem 0.5rem;
    text-align: center;
    color: var(--color2);
    font-size: 0.9rem
}

    .teachears .user-card .dec {
        font-size: 0.8rem;
    }

    .teachears .user-card h4 {
        font-size: 1em;
        color: var(--color1);
    }

.teachears .user-card-image {
    border-radius: 50%;
    height: 150px;
    width: 150px;
    overflow: hidden;
}

.teachears .user-card-description {
}


.teachears .user-card img {
    transition: all 1s;
}

.teachears .user-card:hover img {
    transform: scale(1.2);
}


.teachears .carousel-cell {
    width: 24.7%;
    height: 380px;
    border-radius: 5px;
    padding: 0 0.5rem;
}

    .teachears .carousel-cell:before {
        display: block;
        text-align: center;
        line-height: 200px;
        font-size: 80px;
        color: white;
    }
/*job-offer*/

.job-offer .item-teachears {
    margin-bottom: 5rem;
}
.job-offer .carousel-cell {
    width: 24.7%;
    height: 270px;
    border-radius: 5px;
    padding: 0 0.5rem;
}

.job-offer .job-item {
    padding: 20px;
    background-color: white;
    box-shadow: 0 5px 25px rgb(0 0 0 / 10%);
    border-radius: 10px;
    transition: all 0.3s;
    padding: 0;
    box-shadow: none;
    overflow: hidden;
    height: 250px;
    font-size: 0.9rem;
    color: #fff;
}

    .job-offer .job-thumb {
        position: relative;
        overflow: hidden;
        border-radius: 10px;
        height: 100%;
    }
    .job-offer .job-thumb::before {
        content: "";
        position: absolute;
        background-image: linear-gradient(-365deg, rgba(31, 46, 60, 0.8) 20%, rgba(25, 25, 25, 0) 100%);
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
    .job-offer .job-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .job-offer .job-thumb .job-content {
        position: absolute;
        bottom: 20px;
        left: 20px;
        padding: 1.5em;
    }
        .job-offer .job-thumb .title {
            font-size: 1em;
        }
.job-offer .job-thumb .job-content .job-badge {
    background-color: var(--color1);
    border-radius: 30px;
    color: #fff;
    font-weight: 600;
    padding: 0.5em;
    margin: 15px 0;
}
/*investment*/
.investment{
	
}

.investment details {
 
    background-color: rgb(211 193 157 / 25%);
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 20px;
    display: grid;
    width: 100%;
    margin-top: 40px;
    grid-template-columns: 100%;
    justify-items: center;
    justify-content: space-between;
}

.investment details summary {
 
    grid-template-columns: auto 150px;
    justify-items: center;
    justify-content: space-between;
}


.investment details + details {
  margin-top: 20px;
}

.investment details[open] {
  min-height: 50px;
  background-color: #f6f7f8;
  box-shadow: 2px 2px 20px rgba(0,0,0,.2);
}

.investment details p {
  color: #96999d;
  font-weight: 300;
}

.investment summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 800;
  cursor: pointer;
    margin: 20px 0;
}

.investment summary:focus {
  outline: none;
  
}

.investment summary:focus::after {
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.investment summary::-webkit-details-marker {
  display: none
}

.investment .control-icon {
  fill: rebeccapurple;
  transition: .3s ease;
  pointer-events: none;
}

.investment .control-icon-close {
  display: none;
}

.investment details[open] .control-icon-close {
  display: initial;
  transition: .3s ease;
}

.investment details[open] .control-icon-expand {
  display: none;
}


/*about-us*/
.about-us {
    background-image: url(../images/img/element-10.png);
    padding: 9rem 0 0 0;
    background-size: cover;
    position: relative;
    top: -80px;
}

.title-main {
    font-size: 2.5em;
    font-weight: bold;
    line-height: 4rem;
    color: var(--color1);
}


.about-us p {
    opacity: 0.8;
    line-height: 2rem;
    font-size: 1rem;
    text-align: justify;
}

.about-us .overlay {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to top, rgb(247 247 247), rgba(0, 0, 0, 0));
    z-index: 0;
    width: 100%;
    height: 100%;
}

.item-about {
    z-index: 99;
}

.grid-about .banner-thumb {
    width: 100%;
}

.grid-about {
    display: grid;
    grid-template-columns: 50% 50%;
    z-index: 9;
}


.grid-about4-3 {
    display: grid;
    grid-template-columns: 40% 60%;
    z-index: 9;
}


.about-us .banner-thumb {
    animation: scale 4s linear;
}

    .about-us .banner-thumb img {
        animation: ImgAnimate 3s infinite cubic-bezier(0.4, 0, 1, 1) 0.2s;
        width: 100%;
        padding: 0 5rem;
    }

@-webkit-keyframes ImgAnimate {
    0% {
        -webkit-transform: rotate(0) translate(-10px) rotate(0);
        -moz-transform: rotate(0) translate(-10px) rotate(0);
        -ms-transform: rotate(0) translate(-10px) rotate(0);
        -o-transform: rotate(0) translate(-10px) rotate(0);
        transform: rotate(0) translate(-10px) rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        -moz-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        -ms-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        -o-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        transform: rotate(360deg) translate(-10px) rotate(-360deg);
    }
}

@-moz-keyframes ImgAnimate {
    0% {
        -webkit-transform: rotate(0) translate(-10px) rotate(0);
        -moz-transform: rotate(0) translate(-10px) rotate(0);
        -ms-transform: rotate(0) translate(-10px) rotate(0);
        -o-transform: rotate(0) translate(-10px) rotate(0);
        transform: rotate(0) translate(-10px) rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        -moz-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        -ms-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        -o-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        transform: rotate(360deg) translate(-10px) rotate(-360deg);
    }
}

@-ms-keyframes ImgAnimate {
    0% {
        -webkit-transform: rotate(0) translate(-10px) rotate(0);
        -moz-transform: rotate(0) translate(-10px) rotate(0);
        -ms-transform: rotate(0) translate(-10px) rotate(0);
        -o-transform: rotate(0) translate(-10px) rotate(0);
        transform: rotate(0) translate(-10px) rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        -moz-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        -ms-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        -o-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        transform: rotate(360deg) translate(-10px) rotate(-360deg);
    }
}

@keyframes ImgAnimate {
    0% {
        -webkit-transform: rotate(0) translate(-10px) rotate(0);
        -moz-transform: rotate(0) translate(-10px) rotate(0);
        -ms-transform: rotate(0) translate(-10px) rotate(0);
        -o-transform: rotate(0) translate(-10px) rotate(0);
        transform: rotate(0) translate(-10px) rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        -moz-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        -ms-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        -o-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        transform: rotate(360deg) translate(-10px) rotate(-360deg);
    }
}

@keyframes scroll-down {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0);
    }

    50% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(0);
    }
}

.about-us .banner-two {
    position: absolute;
    left: 30%;
    animation: scroll-down 2s cubic-bezier(0.4, 0, 1, 1) infinite;
    width: 15px;
    height: 15px;
}



.about-us .banner-three {
    position: absolute;
    top: 50%;
    left: 45%;
    animation: rotate 8s cubic-bezier(0.4, 0, 1, 1) infinite;
}


.about-us .banner-four {
    position: absolute;
    top: 83%;
    left: 25%;
    animation: tada 2s cubic-bezier(0.4, 0, 1, 1) infinite;
}

@media only screen and (max-width: 1199px) {
    .about-us .banner-four {
        display: none;
    }

    .about-us .banner-three {
        display: none;
    }

    .about-us .banner-two {
        display: none;
    }
}
/*slider*/
.slider-page {
    width: 100%;
    margin-bottom: 3rem;
}

.curses-item-description .theme-btn img {
    transform: rotate(-90deg);
    position: relative;
    left: -35px;
    top: 3px;
}

.slider-page .carousel-cell {
    width: 24.75%;
    height: 300px;
    border-radius: 5px;
    padding: 0 0.5rem;
}

    .slider-page .carousel-cell:before {
        display: block;
        text-align: center;
        line-height: 200px;
        font-size: 80px;
        color: white;
    }

.flickity-page-dots .dot {
    width: 40px;
    height: 7px;
    background: #999;
    border-radius: 10px;
    opacity: 1;
    margin: 0 2px;
}

    .flickity-page-dots .dot.is-selected {
        background: var(--color1);
        width: 80px;
    }

.curses .curses-item {
    overflow: hidden;
    border-radius: 12px;
    height: 300px;
}


    .curses .curses-item img.curses-item-image {
        height: 100%;
        max-width: auto;
        width: auto;
    }

    .curses .curses-item .curses-item-image, .curses .curses-item .curses-item-description {
        transition: all 0.8s;
    }

    .curses .curses-item .curses-item-description {
        -moz-border-radius: 50px;
        -moz-background-clip: padding;
        border-radius: 50px;
        background-clip: padding-box;
        background-color: #fff;
        position: absolute;
        right: 30px;
        bottom: 30px;
        left: 30px;
        padding: 1rem;
        color: var(--fontcolor);
        text-align: center;
    }

    .curses .curses-item:hover .curses-item-description {
        background-color: #fff;
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    .curses .curses-item:hover .curses-item-image {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
    }
/*news-part*/
.news-part {
    padding: 3rem 0;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(200px, 1fr));
    grid-gap: 1.5rem;
}

.news-item {
    position: relative;
    padding: 5px;
    background-color: white;
    border-radius: 10px;
    transition: all 0.3s;
	    text-align: center;
    margin: 0 auto;
}

a.link-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.news-item:hover {
    box-shadow: 0 5px 25px rgb(0 0 0 / 10%);
}

.news-item .news-item-img {
    border-radius: 12px;
    overflow: hidden;
    height: 220px;
}

    .news-item .news-item-img img {
        width: 100%;
        height: auto;
    }

.news-item figcaption {
    padding: 0.5rem 1rem;
}

.news-item .news-item-date {
    font-size: 0.7rem;
    opacity: 0.8;
}

.news-item .news-item-title {
    font-size: 1rem;
    margin: 0.2rem 0 0.4rem 0;
    font-weight: bolder;
    color: var(--color2);
}

.news-item .news-item-dec {
    font-size: 0.78rem;
    text-align: justify;
    line-height: 1.5rem;
    opacity: 0.9;
    height: 70px;
    overflow: hidden;
    color: var(--color2);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.news-item:hover .link-btn {
    font-size: 1rem;
}

.F-slider {
    display: grid;
    margin: 0px auto;
    text-align: center;
    padding-bottom: 3em;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    justify-items: center;
    grid-gap: 1em;
    justify-content: start;
}


.F-slider img {
   width:100%;
       border-radius: 10px;
}


.item-news .carousel-cell {
    width: calc(100% / 2);
    height: auto;
    border-radius: 5px;
    padding: 20px 0.5rem;
} 

.item-teachears {
    margin-bottom: 4rem;
}

.teachears .flickity-page-dots,
.job-offer .flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -65px;
}

.teachears .flickity-rtl .flickity-prev-next-button.previous,
.job-offer .flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 50.5%;
    top: 104%;
}

.teachears .flickity-rtl .flickity-prev-next-button.next,
.job-offer .flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 50.5%;
    top: 104%;
}

.flickity-prev-next-button {
    width: 35px;
    height: 35px;
}

.flickity-button {
    position: absolute;
    background: hsl(0deg 0% 100% / 0%);
    border: none;
    color: var(--color1);
    border: 1px solid var(--color1);
}

.link-btn {
    font-size: 0.8rem;
    float: left;
    color: var(--color1);
    font-weight: bold;
	    margin: 0 2em;
}

a.linked-item {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    right: 0;
}
/*footer-page*/
.footer-page {
    background-color: var(--color2);
    width: 100%;
    min-width: 200px;
    padding-bottom: 5em;
    /*background-image: url(../images/img/element-1.png);*/
    background-position: right;
    background-repeat: no-repeat;
    color: var(--fontlight);
    position: relative;
    overflow: hidden;
    z-index: 2;
}

    .footer-page .footer-element {
        position: absolute;
        right: 0;
        top: 0;
        z-index: -1;
    }

.footer-logo {
    text-align: center;
    margin: 0px auto;
}

    .footer-logo .txt-footer {
        font-size: 1.2em;
        color: var(--color1);
    }

.footer-col-title {
    font-size: 1em;
}

    .footer-col-title li {
        font-size: 0.8em;
    }

.footer-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(200px, 1fr));
    grid-gap: 1rem;
}

.socilas-footer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

    .socilas-footer a {
        margin: 5px;
    }

        .socilas-footer a img {
            width: 35px;
            height: 35px;
        }
/*azmoon*/
.azmoon-page {
}

.azmoon-page-top-img {
    width: 100%;
}

.azmoon-page-top.header-site.video-part:after {
    opacity: 0.1;
    height: calc(53vh + 80px );
}

.azmoon-page-top.header-site.video-part {
    height: calc(53vh + 80px );
    top: 0;
    padding: 0;
    width: 100%;
    position: relative;
}

.azmoon-page .img-question {
    max-width: 500px;
    width: auto;
    height: 300px;
    margin: 1rem;
    overflow: hidden;
    border-radius: 15px;
}

    .azmoon-page .img-question img,
    .azmoon-page .img-question video {
        width: 100%;
    }

.header .btn-appointment {
    padding: 5px 16px;
    border-radius: 0.5rem;
    height: fit-content;
    font-size: 13px;
    color: #fff;
    background: #9395ed;
    background: linear-gradient(90deg, #9395ed 0%, #6c6de3 100%);
    font-weight: 600;
}

.input-question textarea {
    width: 100%;
    border-radius: 15px;
    padding: 1rem;
    font-size: 0.8rem;
}

.azmoon-page .video-shape {
    top: calc(53vh + 0px );
    bottom: auto;
    z-index: 9;
}

.azmoon-page .video-part .info {
    text-align: right;
    color: white;
    width: 100%;
    text-transform: initial;
    padding: 70px 60px;
    bottom: auto;
    top: 8rem;
    right: 0;
    font-size: 0.9rem
}

.grid-2-part {
    display: grid;
    grid-template-columns: 0.5fr 0.5fr;
    grid-gap: 2em;
}

.info-azmoon .img-box {
    padding: 2rem;
    border-radius: 16px;
}

    .info-azmoon .img-box img {
        width: 100%;
    }

    .info-azmoon .img-box img {
        border-radius: 16px;
    }

.info-azmoon .informaiton h3 {
    color: var(--color1);
}

.info-azmoon .informaiton {
    text-align: right;
    padding: 4rem 1rem;
}

.azmoon-page-top h1 {
    font-size: 1.5rem;
}

.azmoon-page .grid-mian-col {
    display: grid;
    grid-template-columns: 200px auto;
}

.modal-header .close{
	padding: 0 !important;
	margin: 0 !important;
}

.table-question-helper{
	display: grid;
	grid-template-columns: repeat(3 , 1fr);
	
}

.table-question-helper .item{
	border: none !important;
	padding: 0.5rem 0 0 0 !important;
}

.table-question-helper .item .guestion-status{
	gap: 4px;
}

.table-question-helper .item .guestion-status .status-color{
	position: relative;
	top: 6px;
}


.table-question:not(.table-question-helper) {
    background: #ffffff;
    padding-left: 1rem;
	padding: 0 1rem 1rem 1rem;
    border-left: 1px solid #ebe9e9;
	border-radius: 10px;
    height: fit-content;
	display: grid;
	grid-template-columns: repeat(5 , 1fr);
	justify-content: center;
	gap: 1rem;
}

    .table-question .item.header {
        display: flex;
        background: #f7f7f7;
        border-radius: 8px;
    }

        .table-question .item.header h4 {
            font-size: 0.8rem;
            text-align: center;
            margin: 0px auto;
            font-weight: bold;
            opacity: 0.8;
        }

    .table-question .item {
		width: 100%;
		gap: 4px 0;
		height: fit-content;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
        font-size: 0.7rem;
        text-align: right;
        border-bottom: 1px solid #f7f7f7;
        padding: 0.5rem 0;
    }
	
	.table-question .item .guestion-number{
		text-align: center;
		width: 100%;
		height: fit-content;
	}

        .table-question .item .guestion-status {
            display: flex;
			width: 100%;
			height: fit-content;
			justify-content: center;
			margin: 0 0 10px 0;
            font-size: 0.6rem;
        }
		.table-question .item .guestion-i {
			height: fit-content;
            display: flex;
            font-size: 0.6rem;
			font-size: 18px;
			color: orangered;
        }
		.table-question .item .guestion-i i{
           display:none;
        }
		

            .table-question .item .guestion-status .status-color {
                width: 14px;
                height: 14px;
                border: 3px solid #555;
                border-radius: 50%;
            }

                .table-question .item .guestion-status .status-color.blue {
                    border: 3px solid #2696d5;
                    box-shadow: 1px 1px 5px 0px #2696d5;
                    background: #2696d5;
                }

                .table-question .item .guestion-status .status-color.gray {
                    border: 3px solid #a3a3a3;
                    box-shadow: 1px 1px 5px 0px #a3a3a3;
                    background: #a3a3a3;
                }

                .table-question .item .guestion-status .status-color.green {
                    border: 3px solid #4ad58d;
                    box-shadow: 1px 1px 5px 0px #4ad58d;
                    background: #4ad58d;
                }

            .table-question .item .guestion-status .status-text {
            }
			
.grid-library{
    display: grid;
    grid-template-columns: repeat(5, minmax(200px, 1fr));
    grid-gap: 1.5rem;
}			
.grid-library .curses-item img.curses-item-image {

    width: auto;
    min-width: 100%;
}
.grid-library a {
    position: relative;
}
.grid-library .curses-item-description.library{
    z-index: 9;
    padding: 0;
    color: #fff;
    background-color: transparent !important;
    right: 0;
    left: auto;
    bottom: 0;
    width: 100%;
    height: 100%;
	}
.grid-library .curses-item-description.library	.theme-btn{
		    position: relative;
    top: 200px;
    width: 100%;	}
.grid-library .curses-item-description h3{
	    font-size: 0.8rem;  
			    color: #fff;

}

.grid-library .curses-item-description h4{
	      font-size: 0.6rem;
		  	    color: #fff;

}
.grid-library a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; 
	height: 300px;
    border-radius: 15px;  
	display: inline-block;
    background: -moz-linear-gradient(to bottom, rgb(255 255 255 / 0%) 0%,rgb(0 0 0 / 58%) 100%);
    background: -webkit-gradient(linear-gradient(to bottom, rgb(255 255 255 / 0%) 0%,rgb(0 0 0 / 58%) 100%);)));
    background: -webkit-linear-gradient(to bottom, rgb(255 255 255 / 0%) 0%,rgb(0 0 0 / 58%) 100%);
    background: -o-linear-gradient(to bottom, rgb(255 255 255 / 0%) 0%,rgb(0 0 0 / 58%) 100%);
    background: -ms-linear-gradient(to bottom, rgb(255 255 255 / 0%) 0%,rgb(0 0 0 / 58%) 100%);
    background:linear-gradient(to bottom, rgb(255 255 255 / 0%) 0%,rgb(0 0 0 / 58%) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002f4b', endColorstr='#00000000',GradientType=0 );
}


.library-page .tabs {display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    margin-bottom: 1em;
}

.library-page .tabs .lable-item {
	
    order: 1;
    padding: 1rem 2rem;
    margin-right: 0.2rem;
    border-radius: 5px;
    cursor: pointer;
    background: #f1f1f1;
    font-weight: bold;
    transition: background ease 0.2s;
    display: grid;
    grid-template-columns: 35px auto;
    align-items: center;
    justify-content: space-around;
    justify-items: center;
}

.library-page .tabs .tab {
  order: 99;
  flex-grow: 1;
  width: 100%;
  display: none;
  padding: 1rem;
  background: #fff;
}

.library-page .tabs input[type=radio] {
  display: none;
}

.library-page .tabs .lable-item.active {
     border: 2px solid var(--color1);
}

.library-page .tabs input[type=radio]:checked + label + .tab {
  display: block;
}

@media (max-width: 45em) {
 .library-page  .tabs .tab,
.library-page .tabs label {
    order: initial;
  }

 .library-page  .tabs label {
    width: 100%;
    margin-right: 0;
    margin-top: 0.2rem;
  }
}

.book-details{
	
}
/*-quiz-Online*/
.quiz-Online {
}

    .quiz-Online .btns-theme {
        display: flex;
		align-items: center;
		justify-content: center;
		gap: 1rem;
    }

    .quiz-Online .btn-main {
        background: #3daae7;
        padding: 7px 15px;
        border-radius: 10px;
        color: #fff;
        width: 110px;
    }

        .quiz-Online .btn-main.prev-question {
            color: #3daae7;
            padding: 7px 15px;
            border-radius: 10px;
            /* color: #fff; */
            background: #fff;
            margin: 1rem;
            width: 100px;
            border: 1px solid #3daae7;
        }

.mark-question img {
    background: #3d62e7;
    width: 30px;
    height: 30px;
    padding: 5px;
    border-radius: 50%;
}

.quiz-Online form {
    color: #fff;
}

.quiz-Online .purple-bg {
    background-color: #d4d4d4 !important;
    border-radius: 14px;
}

.quiz-Online .fx-inputwrap a {
    color: #fff;
}

.quiz-Online input {
    height: 25px;
}

.quiz-Online .fx-block.fx-share > .bill-icon {
    vertical-align: top;
    padding-top: 15px;
}

.quiz-Online .bill-icon img {
    width: 70px;
    height: auto;
    padding-left: 20px;
}

.quiz-Online .fx-copy {
    color: #fff;
}

.quiz-Online h2 {
    color: #fff !important;
}

.quiz-Online .game-container {
    position: relative;
}

.game-grid::after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (min-width: 860px) {
    .quiz-Online .game-left-col {
        width: 100%;
        float: left;
        margin-right: 3%;
    }

    .quiz-Online .game-right-col {
        width: 100%;
        float: left;
    }
}

.quiz-Online #start-button {
    margin: 0 0 0 0;
}

.quiz-Online #game {
    font-size: 0;
    height: 0;
    text-align: center;
    max-height: 0;
    padding: 0;
    box-shadow: none;
    transition: max-height 200ms ease-in-out;
    overflow: hidden;
}

    .quiz-Online #game.show {
        font-size: 0.7rem;
        padding: 0.5rem;
        height: auto;
        max-height: 800px;
    }

.quiz-Online .gauge-container {
    display: inline-block;
    position: relative;
    height: 30px;
    width: 100%;
}

.quiz-Online .gauge-container-line {
    display: inline-block;
    position: absolute;
    background: #1e9a46;
    height: 20px;
    margin: 10px 0;
    width: 0%;
    float: left;
    text-align: left;
    right: 0;
}

.quiz-Online #gauge {
    background: #a69cca;
}

.quiz-Online #gauge {
    display: none;
}

.quiz-Online .main-quizline {
    background: #f7f7f7;
    width: 100%;
    height: 20px;
    padding: 0;
    border-radius: 20px;
    margin: 0.5rem 0;
}

.quiz-Online .quizline {
    background: #b9b17c;
    max-width: 100%;
    height: 11px;
    text-align: left;
    margin: 4.5px;
    float: left;
    border-radius: 20px;
    transition: all 1s;
}

@media screen and (min-width: 860px) {
    .quiz-Online .gauge-container {
        border-bottom: none;
    }
}

.quiz-Online .score-number {
    width: 5rem;
    position: absolute;
    bottom: 3rem;
    left: 0;
    font-size: 28px;
    font-weight: bold;
    color: var(--fontcolor);
    display: none;
}

.quiz-Online #number-of {
    position: absolute;
    left: 10px;
    font-size: 16px;
    font-weight: bold;
    color: var(--fontcolor);
}




.quiz-Online #game-end .fx-btn {
    margin: 0;
}

.quiz-Online #game-end .learnmore:link, .quiz-Online #game-end .learnmore:visited {
    color: #47338f;
    text-decoration: underline;
}

.quiz-Online #game-end .learnmore:hover, .quiz-Online #game-end .learnmore:active {
    color: #47338f;
    text-decoration: none;
}

.quiz-Online .fx-btn:link, .quiz-Online .fx-btn:visited, .quiz-Online .fx-btn:hover, .quiz-Online .fx-btn:active {
    text-decoration: none;
}


/*end-quiz-Online*/

/*Master*/
.grid-3-7 {
display:grid;
grid-template-columns:30% 70%;
grid-gap:1.5em;
}
.team-details .team-thumb {
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    background-color: #e9e9e9;
    text-align: center;
    height: 350px;
}

.team-details .team-content-area {
    border-radius: 15px;
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: right;
    background-color: #e9e9e9;
    padding: 2em;
}
    .team-details .team-content-area .team-content {
        height: 100%;
        text-align: right;
    }

.team-details .team-content-area .team-content .sub-title {
    color: #dcbb87;
    font-style: normal;
    font-size: 16px;
    margin-bottom: 20px;
}
.team-details .team-content-area .team-content .team-contact-list {
    margin-top: 10px;
}
    .team-details .team-content-area .team-content .team-contact-list li {
        color: #19232d;
        font-weight: 500;
        margin-bottom: 10px;
    }
        .team-details .team-content-area .team-content .team-contact-list li i {
            color: #dcbb87;
            margin-right: 5px;
        }
.team-details .team-content-area .team-content .team-social-area {
    position: unset;
    background-color: transparent;
    width: auto;
    height: auto;
    display: block;
    margin-top: 20px;
}
.team-social-area .team-social{
	display: flex;
    grid-gap: 10px;
}
    .team-details .team-content-area .team-content .team-social-area .team-social li a {
        border: 1px solid rgba(25, 35, 45, 0.3);
        color: #19232d;
    }

.team-social li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    background: transparent;
    border: 1px solid rgba(220, 187, 135, 0.5);
    color: #dcbb87;
    font-size: 12px;
    transition: all 0.3s;
}

/*master-details*/
.master-details .news-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(200px, 1fr));
    grid-gap: 1.5rem;
}

.master-details .news-grid.master-resume {
  
    display: flex;
    border: 2px solid #e5e5e5;
    width: 100%;
}
/*end-Master*/
.about--style .about-thumb {
    border-radius: 15px;
    padding: 2em;
}

    .about--style .about-thumb img {
           width: auto;
    width: 100%;
    height: auto;
    border-radius: 15px;
    max-width: 600px;
	    max-height: 300px;
    }
	.bookDetail-box{
		
    border-radius: 15px;
    margin-bottom: 30px;
    margin-right: 30px;
    background: #f1f1f1;
    background-color: white;
    box-shadow: 0 5px 25px rgb(0 0 0 / 10%);
	}
	.bookDetail-box .sub-title.text--base,
	.bookDetail-box .title{
    font-size: 1em;
    font-weight: 400;
    margin-bottom: 0.5em;	}
	.bookDetail-box .title span,
	.bookDetail-box .sub-title span{
        font-weight: bold;
	}
	.book-sidebar .popular-item-thumb img{
		    width: 90px !important;
    height: 130px !important;
	}
		.book-sidebar .popular-item-content .title h3,
		.book-sidebar .popular-item-content .title h4{
		
    font-size: 0.8em;
    font-weight: 400;
	}
		.book-sidebar .popular-item-content .title h3 span,
		.book-sidebar .popular-item-content .title h4 span{
		
    font-weight: 600;    margin: 0 5px;
	}
			.book-sidebar .popular-item-content .title p{
		
    font-size: 0.8em;
    font-weight: 400;
	}
	
	
.about-content {
    padding: 2em;
}

 .about-content .title {

}
 .about-list-area .about-list li {
    display: block;
    font-weight: 700;
    position: relative;
    color: #3d3d3d;
    font-size: 16px;
    padding-left: 40px;
}




.about-section .carousel-image {
    display: block;
    height: 320px;
    min-width: 150px;
    max-width: 100%;
    margin-right: 10px;
    top: 50%;
    transform: translateY(-50%)
}

.about-section .carousel.is-fullscreen .carousel-image {
    height: auto;
    max-height: 100%;
}



.about-section-slider img {
border-radius:15px;

}

.about-section-slider  {
    margin:2em auto;
}


/*Dashboard*/
.Dashboard {
    overflow-x: hidden;
    margin: 0;
    color: #0c0a3d;
}


    .Dashboard textarea:focus,
    .Dashboard input:focus {
        outline: none;
    }

    .Dashboard a {
        text-decoration: none;
        color: #bbbbca;
    }

@media screen and (max-width: 400px) {
    .Dashboard {
        grid-template-columns: initial;
        grid-template-rows: initial;
    }
}

.Dashboard .header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 1rem 3rem;
	gap: 1rem;
}

.Dashboard .header .header-box {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
	gap: 1rem;
}

@media screen and (max-width: 400px) {
    .Dashboard .header {
        gap: 0.75rem;
        padding: 0.75rem;
    }
}


.Dashboard .header .profile {
    /* justify-self: end; */
    display: flex;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    /* gap: 1rem; */
    flex-direction: column;
    align-content: center;
}




    .Dashboard .header .profile .image {
        display: flex;
		align-items: center;
		gap: 0.5rem;
    }
	
	.Dashboard .header .profile .image label{
		margin: 0;
	}

        .Dashboard .header .profile .image img {
            width: 50px;
            height: 50px;
            border-radius: 50%;
        }




.Dashboard .aside {
    grid-area: aside;
    display: grid;
    gap: 1.5rem;
    padding: 2rem 0.5rem;
    justify-content: center;
    font-size: 0.6rem;
    color: #bbbbca;
    background-color: #fcfdfd;
}

@media screen and (max-width: 400px) {
    .Dashboard .aside {
        position: fixed;
        bottom: 0;
        width: 100%;
        border-top: 1px solid #f1f1f1;
        justify-content: initial;
    }
}

.Dashboard .aside ul {
    display: grid;
    grid-template-rows: repeat(8, min-content);
    gap: 3rem;
    margin-top: 0.75rem;
}

@media screen and (max-width: 400px) {
    .Dashboard .aside ul {
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: none;
        margin-top: 0;
    }
}

.Dashboard .aside ul li {
    display: grid;
    place-items: center;
    padding: 0.5rem 0.75rem;
}

    .Dashboard .aside ul li.active {
        background-color: #fff;
        -webkit-box-shadow: 0px 0px 33px -10px rgba(126, 127, 232, 0.5);
        -moz-box-shadow: 0px 0px 33px -10px rgba(126, 127, 232, 0.5);
        box-shadow: 0px 0px 33px -10px rgba(126, 127, 232, 0.5);
        border-radius: 0.75rem;
    }

        .Dashboard .aside ul li.active a {
            color: #7e7fe8;
        }




.Dashboard .main {
    padding: 3rem;
    grid-area: main;
    background-color: #edf1fb;
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 2rem;
}

@media screen and (max-width: 1148px) {
    .Dashboard .main {
        grid-template-rows: initial;
    }
}

@media screen and (max-width: 400px) {
    .Dashboard .main {
        padding: 1rem 1rem 6rem 1rem;
        gap: 1rem;
    }
}



.Dashboard .main .bottom {
	height: fit-content;
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr;
	margin-top: 20px;
}

@media screen and (max-width: 1148px) {
    .Dashboard .main .bottom {
        grid-template-columns: initial;
    }
}

@media screen and (max-width: 400px) {
    .Dashboard .main .bottom {
        gap: 1rem;
    }
}

.Dashboard .main .card {
    background-color: #f7f7f7;
    border-radius: 0.3rem;
    padding: 2rem;
	position: relative;
	margin-top: 1rem;
}

.Dashboard .main .card .guide-box {
    position: absolute;
    top: -14px;
    right: 0;
    width: 100%;
    text-align: center;
    font-size: 28px;
    z-index: 1000;
    color: blue;
}

.Dashboard .main .card .guide-box i{
	border-radius: 100px;
    background-color: #3daae7;
	color: white;
	border: 2px solid #3daae7;
	transition: transform 0.3s ease-in-out;
	animation: pulse 1.5s infinite;
	cursor: pointer;
}
.Dashboard .main .card .guide-box i:hover{
	transform: scale(1.15);
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgb(0, 42, 167);
  }
  
  50% {
    box-shadow: 0 0 0 7px rgba(0, 0, 0, 0);
  }
  
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

    .Dashboard .main .card .card-header {
        display: flex;
        justify-content: space-between;
        margin-bottom: 1.5rem;
    }

        .Dashboard .main .card .card-header .right {
            color: #bbbbca;
        }

        .Dashboard .main .card .card-header h1 {
            display: inline-block;
            margin: 0;
            font-size: 1.25rem;
        }

        .Dashboard .main .card .card-header .header-container {
            display: grid;
            grid-template-columns: max-content max-content;
            gap: 1rem;
            align-items: end;
        }

            .Dashboard .main .card .card-header .header-container span {
                color: #bbbbca;
                position: absolute;
                margin-left: 9rem;
                margin-top: 0.3rem;
            }

        .Dashboard .main .card .card-header select {
            height: fit-content;
            border: none;
            background: none;
            font-size: 1rem;
            font-weight: 600;
        }

    .Dashboard .main .card .card-body {
        display: grid;
        gap: 2rem;
    }



    .Dashboard .main .card .news-list .news {
        display: grid;
        grid-template-columns: 1fr min-content;
        grid-template-areas: "title arrow" "subtitle arrow";
        gap: 0.5rem;
    }

        .Dashboard .main .card .news-list .news .title {
            grid-area: title;
            font-weight: 700;
            color: #0c0a3d;
        }

        .Dashboard .main .card .news-list .news .subtitle {
            grid-area: subtitle;
            color: #9594ae;
        }

        .Dashboard .main .card .news-list .news .fa-caret-right {
            grid-area: arrow;
            align-self: center;
        }

        .Dashboard .main .card .news-list .news hr {
            width: 100%;
            border: none;
            background-color: #bbbbca;
            height: 1px;
        }

    .Dashboard .main .card .news-list .more {
        text-align: center;
    }

        .Dashboard .main .card .news-list .more a {
            color: #7e7fe8;
            font-weight: bold;
        }

    .Dashboard .main .card.alert {
        background: linear-gradient(90deg, #9395ed 0%, #6c6de3 100%);
        color: #fff;
    }

.Dashboard .main .current-prescription-container {
    display: grid;
    grid-template-rows: 1fr max-content;
    gap: 2rem;
}

    .Dashboard .main .current-prescription-container ul {
        display: grid;
        row-gap: 0.75rem;
    }

.Dashboard .prescription-item {
    display: grid;
    grid-template-areas: "dot title" "dot description";
    grid-template-columns: min-content 1fr;
    column-gap: 1.5rem;
}

    .Dashboard .prescription-item .dot {
        grid-area: dot;
        width: 1.5rem;
        height: 1.5rem;
        border-radius: 1.5rem;
        align-self: center;
    }

        .Dashboard .prescription-item .dot.gray {
            background-color: #bccbf5;
            box-shadow: 2px 2px 10px 0px #bccbf5;
        }

        .Dashboard .prescription-item .dot.violet {
            background-color: #7e7fe8;
            box-shadow: 2px 2px 10px 0px #7e7fe8;
        }

    .Dashboard .prescription-item .title {
        grid-area: title;
        color: #0c0a3d;
        font-weight: 800;
    }

    .Dashboard .prescription-item .description {
        grid-area: description;
    }
/*loging-page*/
.acceptNumber-Form {
    display: none;
}

.acceptNumber-Form.show {
    display: block;
}
.SignUp-Form.hidden{   display: none;}

.account-section {
    width: 100%;
    max-width: 450px;
    margin: 3em auto;
}

.account-form input,
.account-form textarea,
.account-form select {
    border: 1px solid var(--color1);
    color: var(--color2);
    padding: 10px 15px;
    height: 42px;
    font-weight: 700;
    width: 100%;
    max-width: 500px;
    display: block;
}
::placeholder {
  color: #8d8d8d;
  opacity: 1; 
  font-weight:100;
}

:-ms-input-placeholder { 
 color: #8d8d8d;
}

::-ms-input-placeholder { 
 color: #8d8d8d;
}

.account-form  .label-none label.header-name{ display:none;}
.account-form  .label-none .form-group i{ 
    position: absolute;
    font-size: 20px;
    top: 0.45em;
    left: 1em;
    opacity: 0.5;
	}
.account-form .form-remember,
.account-form .form-recovery {
    font-size: 0.8em;
}

.account-form .form-remember {
    display: grid;
    grid-template-columns: 20px auto;
    grid-gap: 10px;
}

    .account-form .form-remember input {
        height: 30px;
    }

.account-form .icon {
    position: absolute;
    top: 8px;
    left: 30px;
    background-color: transparent;
    color: var(--color2);
    font-size: 20px;
}

.account-item label {
    color: #3d3d3d;
    font-weight: 700;
}

    .account-item label a {
        font-weight: 800;
        color: var(--color1);
        font-size: 1.2em;
        padding: 0 5px;
    }

.section-header {
}

.section-title {
    font-size: 1.4em;
    color: var(--color2);
    margin-bottom: 1rem;
}

.inner-page .section-header .title-main {
    text-align: center;
}

.msg-red {
    width: 100%;
    text-align: center;
    color: #ff2e2e;
    font-size: 0.8em;
    padding: 5px;
}
.msg-green {
    width: 100%;
    text-align: center;
    color: #3fdf4c;
    font-size: 0.8em;
    padding: 5px;
}


.login-tab .section-center {
    width: 70vw;
    margin: 0 auto;
    max-width: 1170px;
    min-width: 340px;
    padding: 2rem 0;
}

.login-tab .btn-container {
    width: 100%;
    display: flex;
    grid-gap: 0.1em;
    background: #19232d;
    justify-content: center;
    border-top-right-radius: 1em;
    border-top-left-radius: 1em;
}

.login-tab .button {
    padding: 1rem;
    border: none;
    font-size: 1rem;    
	background: var(--color2);
	    color: #c7c7c7;
    border-radius: 10px;
    cursor: pointer;
    padding: 1.5em 0.6em;
}

.login-tab .tabs-content {
    width: 100%;
    height: auro;
    margin-top: 0;
    padding: 2rem 3em 2em 4em;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 10%) 0px 20px 25px -5px, rgb(0 0 0 / 4%) 0px 10px 10px -5px;
}

.account-form .title {
    font-size: 0.9em;
    margin: 0 0.5em;
}
.account-form .description {
    color: var(--fontcolor);
    font-size: 0.6em;
    opacity: 0.8;
    line-height: 1.5em;
}




.small-text {
    text-align: center;
    font-size: 0.7em;
    color: #ddd;
}


/*Check Box Styling -------------------------*/

.checkbox-custom {
    opacity: 0;
    position: absolute;
}

.checkbox-custom,
.checkbox-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.checkbox-custom-label {
    position: relative;
}

.checkbox-custom + .checkbox-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    text-align: center;
    line-height: 1;
}

/*Simply Change the content to any font awesome unicode here to add your own check icon*/
.checkbox-custom:checked + .checkbox-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    background: var(--color1);
    color: #fff;
    text-align: center;
    vertical-align: middle;
}

.checkbox-custom:focus + .checkbox-custom-label {
    outline: 1px solid #ddd;
    /* focus style */
}




.uploader-part .uploader {
    color: var(--fontcolor);
    position: relative;
    background-color: white;
    cursor: pointer;
    user-select: none;
    width: 100%;
    /* max-width: 300px; */
    border: 2px solid;
    display: flex;
    font-weight: 500;
    flex-direction: row;
    align-items: center;
    background: #f5f5f5;
    padding-right: 2rem;
    height: 42px;
    border-radius: 5px;
    border: 1px solid var(--color1);
    font-weight: normal;
    transition: background-color 0.3s;
}

    .uploader-part .uploader .icon {
        fill: currentcolor;
        display: inline-block;
        margin-right: 1rem;
    }

    .uploader-part .uploader input[type=file] {
        display: none;
    }

    .uploader-part .uploader:hover {
        background-color: #f8f8f8;
    }

/* hide content */
.login-tab .content {
    display: none;
}

.login-tab .button.live {
    color: #ffffff;
    font-weight: bold;
}

.login-tab .content.live {
    display: block;
}

.login-tab .form-group {
    margin-bottom: 20px;
    position: relative;
}
/*end-loging-page*/

/*form-signUp*/
.form-signUp .grid-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}

.form-signUp .account-form {
    padding: 2em 1em;
    width: 100%;
    max-width: 960px;
    margin: 0px auto;
}
/*end-form-signUp*/
/*branch-page*/
.branch-page .news-item .news-item-image {
    width: 100%;
}

.branch-page-detail .news-item {
    box-shadow: 0 5px 25px rgb(0 0 0 / 10%);
}

.branch-page-detail .text-box label {
    font-weight: bold;
    color: var(--fontcolor);
}

.branch-page-detail .text-box h4 {
    font-size: 0.9em;
    font-weight: normal;
    color: var(--fontcolor);
}

.branch-page .grid-2-part .item.grid-info{
	    display: grid;
    grid-template-columns: 40px auto;
}
.branch-page .grid-2-part .item.grid-info i{    border-radius: 50px;
    background: var(--color1);
    padding: 8px 7px;
    width: 30px;
    height: 30px;
    color: #fff;}

.team-item {
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.team-thumb {
    background-color: #DDE6EF;
    text-align: center;
    height: 220px;
    overflow: hidden;
	width: 200px;
    height: 200px;
	    margin-bottom: 1em;
		    border-radius: 50%;
}

    .team-content .sub-title {
    font-weight: 700;
    font-size: 0.8em;
    }

.team-item .team-social-area {
    position: absolute;
    top: 0;
    right: -100%;
    background-color: #f5f3f1;
    width: 15%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}

.team-item img {
      width: auto;
    height: 100%;
}
/*end-branch-page*/


/*news-page*/
.news-inner-page .news-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(200px, 1fr));
    grid-gap: 1.5rem;
}

.grid-main-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(200px, 1fr));
    grid-gap: 16px;
    margin-bottom: 1.2em;
}

.grid-main-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(200px, 1fr));
    grid-gap: 16px;
    margin-bottom: 1.2em;
}

.grid-main-1 {
    margin-bottom: 1.2em;
}

.search-widget-box .search-form input {
    border: 1px solid #e5e5e5;
    padding: 10px 10px 10px 40px;
    color: var(--color2);
    font-weight: 700;
}
.account-form.SignUp-Form .txt-top ,
.account-form.acceptNumber-Form .txt-top {
    font-size: 1.5em;
    font-weight: bolder;
    padding: 1rem 0;
    color: var(--color1);
    text-align: center;
    margin-bottom: 2rem;
    border-bottom: 1px solid var(--color1);
    text-align: right;
}
.contact-item-list li a{    display: grid;
    grid-template-columns: 35px auto;
    align-items: start;}
	.contact-item-list li{  
	    margin-bottom: 1rem;
		}
		.account-form.SignUp-Form #dialogoverlay{
			display:none;
		}
	.contact-item-list .contact-item-icon{    color: #fff;
    background: var(--color1);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 1px 7px;
	}
.search-widget-box .search-form {
    position: relative;
}

    .search-widget-box .search-form button, .search-widget-box .search-form input[type="button"], .search-widget-box .search-form input[type="reset"], .search-widget-box .search-form input[type="submit"] {
        position: absolute;
        top: 10px;
        left: 10px;
        background-color: transparent;
        color: var(--color1);
        font-size: 18px;
    }

.category-list li {
    font-size: 15px;
    border-bottom: 1px dashed #e5e5e5;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-weight: 700;
}

    .category-list li a {
        display: block;
        transition: all 0.5s;
        color: var(--color2)
    }

        .category-list li a:hover {
            color: var(--color1);
        }

    .category-list li i {
        color: var(--color1);
        margin-left: 5px;
    }

    .category-list li span {
        float: left;
    }

.tag-list li {
    display: inline-block;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 700;
    margin: 5px;
    transition: all 0.5s;
}

    .tag-list li:hover {
        background-color: #dcbb87;
        border: 1px solid #dcbb87;
        color: white;
    }

a {
    color: var(--color2);
}

.pagination {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}

    .pagination .page-item {
        text-align: center;
        padding: 8px;
    }

        .pagination .page-item.prev a {
            background: transparent;
            border: none;
            color: #3d3d3d;
            margin-left: 5px;
        }

        .pagination .page-item.active .page-link, .pagination .page-item:hover .page-link {
            background-color: #dcbb87;
            border-color: transparent;
            color: #19232d;
        }

        .page-item.next,
        .page-item.prev,
        .pagination .page-item.prev a, .pagination .page-item.prev span,
        .pagination .page-item.next a, .pagination .page-item.next span {
            border: none;
        }

        .pagination .page-item .page-link {
            transition: all 0.3s;
        }

        .pagination .page-item a, .pagination .page-item span {
            width: 40px;
            height: 40px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            background: transparent;
            border: 1px solid #e5e5e5;
            color: #3d3d3d;
            padding: 0;
            font-weight: 700;
            line-height: 40px;
            display: block;
            margin: 0;
        }

.blog-tag-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-top: 1px dashed #e5e5e5;
    padding-top: 20px;
    margin-top: 30px;
}

    .blog-tag-wrapper span {
        color: #19232d;
        font-weight: 700;
        margin-right: 10px;
    }

    .blog-tag-wrapper .blog-footer-tag li {
        display: inline-block;
        background-color: #f5f3f1;
        padding: 3px 10px;
        font-weight: 700;
        font-size: 14px;
    }

.img-news-details img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 10px 0;
}

.blog-comment-area .comment-form .form--control {
    border: 1px solid #e5e5e5;
    background-color: white;
    height: 50px;
    color: #3d3d3d;
    font-weight: 400;
}

.grid-50-50 {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 1em;
    margin: 0 0 0 1em;
}

.blog-thumb img {
    border-radius: 8px;
    width: 100%;
}

.blog-comment-area .comment-form button, .blog-comment-area .comment-form input[type="button"], .blog-comment-area .comment-form input[type="reset"], .blog-comment-area .comment-form input[type="submit"] {
    background-color: transparent;
    color: #19232d;
    border: 1px solid #19232d;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

    .blog-comment-area .comment-form button:hover, .blog-comment-area .comment-form input[type="button"]:hover, .blog-comment-area .comment-form input[type="reset"]:hover, .blog-comment-area .comment-form input[type="submit"]:hover {
        color: var(--color2);
        border: 1px solid #dcbb87;
        background: var(--color1);
    }
/*end-news-page*/
/*Contact_us*/
.contact-widget .contact-item-list li:first-child {
    border: none;
    padding: 0;
    margin: 0;
}

.contact-widget .contact-item-list li {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px dashed #e5e5e5;
}

    .contact-widget .contact-item-list li a {
        display: flex;
        flex-wrap: wrap;
    }

    .contact-widget .contact-item-list li .contact-item-icon {
        width: 60px;
        height: 60px;
        line-height: 60px;
        display: inline-block;
        text-align: center;
        background-color: #f5f3f1;
        border-radius: 50%;
        color: #dcbb87;
        font-size: 24px;
    }

    .contact-widget .contact-item-list li .contact-item-content .title {
        font-weight: 800;
        font-size: 24px;
    }

    .contact-widget .contact-item-list li .contact-item-content p {
        margin-bottom: 0;
        font-weight: 600;
    }
/*end-Contact_us*/
/*course-details*/
.grid-4-8 {
    display: grid;
    grid-template-columns: 30% 1fr;
}

.course-details .package-list li {
    padding: 5px 0;
	    text-align: right;
}

    .course-details .package-list li span {
        padding: 0 28px;
    }


    .course-details .package-list li::before {
        position: absolute;
        width: 20px;
        height: 20px;
        line-height: 20px;
        margin-top: 4px;
        background-color: var(--color1);
        color: var(--color2);
        border-radius: 50%;
        text-align: center;
        content: '\f00c';
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
    }

.inner-page .title-main {
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1rem;
    color: var(--color1);
    text-align: right;
    padding: 1rem 0;
}

.inner-page .course-details{
	text-align:justify;
}
.course-details .package-widget-item {
 background-color: white;
    box-shadow: 0 5px 25px rgb(0 0 0 / 10%);
    border-radius: 5px;
    padding:10px  20px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
    z-index: 2;
    min-height: 160px;
    align-content: flex-start;
}
.package-widget-item .package-icon{
	display: grid;
    grid-template-columns: 60PX AUTO;
    align-items: center;
}
    .course-details .package-widget-item::before {
        position: absolute;
        content: '';
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        width: 3px;
        height: 25px;
        background-color: var(--color1);
        border-radius: 5px;
        transition: all 0.5s;
        z-index: -1;
    }

.course-details .package-widget-icon {
    width: 50px;
    height: 50px;
    line-height: 55px;
    background-color: #f5f3f1;
    border-radius: 50%;
    color: var(--color1);
    display: inline-block;
    text-align: center;
    font-size: 24px;
}

.course-details .package-widget-content {
    width: calc(100% - 50px);
    padding-left: 10px;
    display: flex;
    flex-direction: column;
}

    .course-details .package-widget-content .sub-title {
        color: #19232d;
        font-weight: 600;
        font-size: 0.8em;
        opacity: 0.8;
    }

.course-details .grid-package {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 20px;
}

.table-responsive > .table-bordered {
    border: 2px solid #e5e5e5;
    width: 100%;
    margin-bottom: 2em;
}

.custom-table thead tr {
    background: var(--color1);
}

    .custom-table thead tr th {
        border: none;
        font-weight: 800;
        text-align: center;
        color: var(--color2);
        font-size: 1em;
        padding: 15px 30px;
        border-right: 2px solid #e5e5e5;
    }

custom-table tbody tr {
    background: #FCFCFC;
    border-bottom: 2px solid #e5e5e5;
}

.custom-table tbody tr td {
    border: none;
    font-weight: 700;
    color: #3d3d3d;
    font-size: 16px;
    padding: 15px 30px;
    border-left: 2px solid #e5e5e5;
    border-bottom: 2px solid #e5e5e5;
}

    .custom-table tbody tr td:last-child {
        border-left: none;
    }

.download-area {
  
    background-color: rgb(211 193 157 / 25%);
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 20px;
    display: grid;
    width: 100%;
    margin-top: 2em;
    grid-template-columns: auto 150px;
    justify-items: center;
    justify-content: space-between;
    align-items: center;
}

    .download-area .download-content {
        display: flex;
        /* flex-wrap: wrap; */
        align-items: center;
        gap: 10px;
    }

        .download-area .download-content .download-icon {
            width: 40px;
            height: 40px;
            line-height: 40px;
            background-color: #19232d;
            border-radius: 50%;
            display: inline-block;
            text-align: center;
            color: white;
            font-size: 24px;
        }

        .download-area .download-content .title {
            width: calc(100% - 40px);
            font-weight: 700;
            padding-left: 20px;
            margin-bottom: 0;
            font-size: 1em;
			    font-size: 0.8em;
        }

    .download-area .download-btn a ,
  summary .download-btn a {
        background-color: transparent;
        color: #19232d;
        border: 1px solid #19232d;
        position: relative;
        overflow: hidden;
        z-index: 2;
    }

.btn--base {
    position: relative;
    background: var(--color1);
    border: 1px solid var(--color1);
    color: #19232d;
    padding: 10px 20px;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.btn--base:hover {
 background: #a99670;
     color: #fff;

   
}

.download-area .download-btn a::after,
.btn-theme a::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color1);
    border-radius: 999px;
    transform-origin: 100px 100px;
    transform: translate(-10px, -70px) scale(0.1);
    opacity: 0;
    z-index: -1;
    transition: transform 0.5s, opacity 0.5s, background-color 0.5s;
}

.download-area .download-btn a i,
.btn-theme a i {
    color: var(--colo1);
    font-size: 12px;
    transition: all 0.5s;
}

.download-area .download-btn a:hover,
.btn-theme a:hover {
    color: #19232d;
    border: 1px solid var(--color1);
}

    .download-area .download-btn a:hover::after,
    .btn-theme a:hover::after {
        opacity: 1;
        transform-origin: 100px 100px;
        border-radius: 999px;
        transform: translate(0, 0) scale(1);
    }

    .download-area .download-btn a:hover i,
    .btn-theme a:hover i {
        color: #19232d;
    }

#SignBtnMobile.loading {
   
  background: #999;
  color: #555;
  cursor: not-allowed;
}



@media only screen and (max-width: 575px) {
    .download-area .download-btn {
        margin-top: 20px;
    }

	.header-site.video-part video {
    width: auto;
    height: 100vh;
}
.header-site.video-part:after {
     content: "";
    background: var(--color2);
    height: 85vh;
    left: 0;
    opacity: .6;
    position: absolute;
    top: 0;
    width: 100%;
	}
	
.facilities video {
    width: auto
}
.more-part h2.motto span {
font-size: 1.8rem;}
.more-part h2.motto {
    font-size: 2.5rem;
    line-height: 2em;
}
.grid-more-part {
    padding: 4rem 3rem;
}

}

.sidebar-box {
    background-color: white;
    box-shadow: 0 5px 25px rgb(0 0 0 / 10%);
    padding: 25px;
    border-radius: 10px;
    z-index: 2;
    overflow: hidden;
}

.single-item {
    padding-bottom: 0.5em;
    border-bottom: 1px dashed #e5e5e5;
    margin-bottom: 1em;
    grid-template-columns: 100px auto;
    gap: 1em;
    display: grid;
    position: relative;
}

    .single-item .popular-item-thumb img {
        width: 100%;
        height: 60px;
        object-fit: cover;
        border-radius: 8px;
    }

    .single-item h5.title {
           transition: all 0.5s;
    color: var(--color2);
    font-size: 0.9em;
    font-weight: 500;
    line-height: 2em;
    }

    .single-item:hover h5.title {
        color: var(--color1);
    }

.package-book-form .form--control {
    border: 1px solid var(--color1);
    background-color: rgba(255, 255, 255, 0.1);
    padding: 10px 40px 10px 15px;
    color: white;
    font-weight: 400;
}

.form--control {
    background-color: transparent;
    border: 1px solid #e5e5e5;
    box-shadow: none;
    height: 45px;
    color: #19232d;
    border-radius: 5px;
    font-weight: 600;
    padding: 10px 15px;
    width: 100%;
}

package-book-form .icon {
    position: absolute;
    top: 11px;
    right: 20px;
    background-color: transparent;
    color: var(--color1);
    font-size: 20px;
}

package-book-form label {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

.package-book-form .form-group {
    position: relative;
}

.form-group {
    margin-bottom: 20px;
    position: relative;
}

.instructor-widget-box {
    position: relative;
}

.instructor-body-area p {
    font-size: 0.8em;
}

.instructor-header-area {
    display: grid;
    grid-template-columns: 100px auto;
    gap: 15px;
    align-items: center;
    justify-items: start;
    margin: 1em 0;
}

    .instructor-header-area .instructor-thumb img {
        width: 100px;
        height: 100px;
    }

.grid-courses-list {
}

.course-item {
    background-color: white;
    box-shadow: 0 12px 30px rgb(220 187 135 / 20%);
    border-radius: 10px;
    overflow: hidden;
}

.course-thumb {
    position: relative;
}

    .course-thumb .course-prize {
        position: absolute;
        top: 30px;
        left: 20px;
    }

        .course-thumb .course-prize span {
            background-color: var(--color1);
            border-radius: 30px;
            color: #19232d;
            font-weight: 800;
            padding: 5px 15px;
        }

.course-content {
    padding: 20px;
}

    .course-content .course-content-header {
        padding-bottom: 15px;
        border-bottom: 1px dashed #e5e5e5;
        margin-bottom: 15px;
    }

    .course-content .course-content-body {
        height: 64px;
        font-size: 0.8em;
        overflow: hidden;
    }

    .course-content .title a {
        margin-bottom: 18px;
        font-weight: 700;
        font-size: 1em;
        font-weight: bold;
        color: var(--color2);
    }

    .course-content .time {
        color: var(--color2);
        font-weight: 800;
        display: flex;
        gap: 0.5em;
    }

        .course-content .time i {
            color: var(--color1);
            font-size: 22px;
            margin-right: 5px;
            top: 3px;
            position: relative;
        }

    .course-content .course-content-footer {
        padding-top: 25px;
        border-top: 1px dashed #e5e5e5;
        margin-top: 15px;
    }

        .course-content .course-content-footer a {
            background-color: transparent;
            color: var(--color1);
            position: relative;
            overflow: hidden;
            z-index: 2;
        }

a.btn--base:focus, a.btn--base:hover {
    color: var(--color2);
    background-color: var(--color1);
}

.grid-courses-list.news-grid {
    grid-gap: 2rem;
    width: 100%;
    margin: 0px auto;
    max-width: 1200px;
}
/*end-course-details*/
/*responsive*/
@media (min-width: 1420px) {
    .max-container {
        max-width: 1100px;
    }
}

@media (min-width: 991.98px) {
}

@media (max-width: 1420px) {
}

@media (max-width: 1400px) {
    .footer-grid {
        grid-template-columns: 25% 25% 25% 25%;
    }

    .footer-logo img {
        width: 100%;
    }
}

@media (max-width: 1199.98px) {
    .news-grid {
        grid-template-columns: repeat(2, minmax(200px, 1fr));
    }

    .grid-main-3 {
        grid-template-columns: repeat(3, minmax(200px, 1fr));
    }

    .teachears .carousel-cell {
        width: 33%;
    }

    .grid-4-8 {
        display: flex;
        flex-direction: column-reverse;
    }
}



@media (max-width: 991.98px) {
    .max-container {
        max-width: 100%;
        margin: 0 2rem;
    }

    .header-site.inner-page.video-part .info {
        padding: 70px 0px;
    }
		.header-site.video-part {
    height: calc(75vh + 80px );
	}
	.banner-section .banner-social-area {
    right: 30px;

}
.footer-grid {
  display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
    height: auto;
    padding: 1em;
	}
.job-offer .carousel-cell {
    width: 50%;
    height: 270px;
}
	
}


@media (max-width: 867.98px) {
    body {
        font-size: 14px;
    }

    .header-site .mid-box {
        font-size: 0.7em;
    }

    .header-site.video-part .info {
           width: 80%;
    padding: 175px 25px;
    margin: 0 70px 0 0;
    }

    .grid-about {
        display: flex;
        flex-direction: column-reverse;
    }

    .teachears .carousel-cell,
    .slider-page .carousel-cell {
        width: 50%;
    }

    .item-facilities .carousel-cell {
        width: calc(100% / 2);
    }
}

@media (max-width: 767.98px) {
    .header-area-top {
        font-size: 0.7em;
    }

    .more-link {
        left: 25px;
    }

        .more-link a {
            height: 70px;
            padding: 20px 4px!important;
        }

    .nav-brand.logo-main {
        left: calc(1% + 140px);
    }

    .news-grid {
        grid-template-columns: repeat(2, minmax(200px, 1fr));
    }

    .grid-main-3 {
        grid-template-columns: repeat(2, minmax(200px, 1fr));
    }

    .counter-main {
        grid-template-columns: 1fr 1fr;
    }

    .cunter-part {
        padding: 8em 1rem 20rem 1em;
    }

    .item.counter {
        margin-bottom: 2rem;
    }

    .item-facilities .carousel-cell {
        width: calc(100% / 1);
    }
}

@media (max-width: 575.98px) {
.theme-btn {
	    display: flex;
    flex-direction: column;
    grid-gap: 1em;
	
}
.job-offer .carousel-cell {
    width: 100%;
}
.flickity-page-dots .dot {
width: 15px;}
    .teachears .carousel-cell,
    .slider-page .carousel-cell {
        width: 100%;
    }

    .item-facilities .carousel-cell {
        width: calc(100% / 1);
    }

    .news-grid {
        grid-template-columns: repeat(1, minmax(200px, 1fr));
    }

    .grid-main-3 {
        grid-template-columns: repeat(1, minmax(200px, 1fr));
    }
}

@media (min-width: 576px){
	.table-question:not(.table-question-helper) {
		grid-template-columns: repeat(10 , 1fr);
	}
}

@media (min-width: 768px){
	.table-question:not(.table-question-helper) {
		grid-template-columns: repeat(15 , 1fr);
	}
}

@media (min-width: 1024px){
	.table-question:not(.table-question-helper) {
		grid-template-columns: repeat(20 , 1fr);
	}
}
