@charset "UTF-8";

/****Prifixes Mixin******/


/*****background properties Mixin*****/


/*--------------------------------------------------------------
# Start Global Page
--------------------------------------------------------------*/

@font-face {
    font-family: Tajawal;
    src: url(../fonts/Tajawal-Regular.ttf);
}

body::-webkit-scrollbar-track {
    background-color: #E3E3E3;
}

body::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: #4B6061;
}

html,
body {
    height: 100%;
}

body {
    position: relative;
    background-color: #FFF;
    color: #292929;
    direction: rtl;
    text-align: start;
    font-family: Tajawal;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

button {
    outline: none !important;
}

label {
    margin-right: 2px;
}

a,
a:hover {
    transition: 0.3s;
    text-decoration: none;
    color: #FEBC34;
}

section {
    overflow: hidden;
    position: relative;
}

.owl-carousel {
    direction: ltr;
}

.main-color {
    color: #FEBC34;
}

pre {
    display: block;
    white-space: unset;
}

.sec-color {
    color: #4B6061;
}

.bg_main-color {
    background-color: #FEBC34;
}

.display-table {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    display: table;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.num-page {
    margin-top: 20px;
}

.num-page a {
    display: inline-flex;
    width: 35px;
    height: 35px;
    border: 2px solid #fff;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-weight: 900;
    margin: 0 5px;
    transition: 0.3s;
}

.num-page a.active,
.num-page a:hover {
    background-color: #fff;
    color: #292929;
}

.num-page-custom a {
    width: 40px;
    height: 40px;
    border: 2px solid #FEBC34;
    border-radius: 5px;
    color: #FEBC34;
}

.num-page-custom a:hover,
.num-page-custom a.active {
    background-color: #FEBC34;
    color: #fff;
}

.green {
    color: #1ABF14;
}

.green_bg {
    background-color: #1ABF14;
}

.sec_bg {
    background-color: #4b6061;
}

.red {
    color: #E41F1F;
}

.red_bg {
    background-color: #E41F1F;
}

.yallow_bg {
    background-color: #FEBC34;
}

.sticky-div {
    position: sticky;
    top: 25px;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .sticky-div {
        position: unset;
    }
}


/*--------------------------------------------------------------
# End Global Page
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Start Assets Classes
--------------------------------------------------------------*/

.flex-end {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

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


/*--------------------------------------------------------------
# End Assets Classes
--------------------------------------------------------------*/

.play-btn {
    width: 60px;
    height: 60px;
    background: radial-gradient(#FEBC34 50%, #FFE3AB 52%);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.play-btn::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    border: 2px solid #FFE3AB;
    opacity: 1;
    border-radius: 50%;
    top: -50%;
    left: -50%;
    animation: pulsate-btn 2s infinite;
}

.play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #4B6061;
    z-index: 100;
    transition: 0.6s;
}

.play-btn:hover::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #4B6061;
    z-index: 101;
    animation: none;
    border-radius: 0;
}

.play-btn:hover::after {
    border-left: 15px solid #FEBC34;
    transform: scale(20);
}

@keyframes pulsate-btn {
    0% {
        transform: scale(0.3, 0.3);
        opacity: 1;
    }
    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

.book-box .image {
    position: relative;
    height: 285px;
}

.book-box .image img {
    height: 100%;
}

.book-box .image .cover-book {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate3d(-16px, 0px, 0);
    width: 100%;
    height: 100%;
}

.book-box .image .cover-book img {
    transition: 0.3s;
    width: 100%;
}

.book-box .image .cover-book .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.book-box .image .cover-book .overlay a {
    text-align: center;
    font-size: 17px;
    transform: translateY(-80px);
    opacity: 0;
    text-transform: capitalize;
}

.book-box .image .cover-book .overlay a:hover {
    background-color: #4b6061;
    color: #fff;
}

.book-box .image .cover-book .overlay a i {
    display: block;
    margin-bottom: 10px;
    font-size: 35px;
    color: #FEBC34;
}

.book-box .image:hover .cover-book img {
    filter: brightness(0.3);
}

.book-box .image:hover .cover-book a {
    transform: translateY(0);
    opacity: 1;
}

.side-parts {
    border: 1px solid #EBEBEB;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    position: sticky;
    top: 25px;
    margin-bottom: 30px;
    background: linear-gradient(180deg, white 0%, #fff9ec 100%);
}

.side-parts li {
    position: relative;
    cursor: pointer;
    transition: 0.3s;
}

.side-parts li a {
    color: #212121;
    padding: 10px;
    display: block;
}

.side-parts li.active {
    background: linear-gradient(104deg, #febc34 0%, #ffd682 100%);
}

.side-parts li.active a {
    color: #4d6263;
}

.side-parts li:before {
    position: absolute;
    content: "";
    right: 5px;
    top: 50%;
    transform: translateY(-50%) translateX(20px);
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 12px solid #FEBC34;
    transition: 0.3s;
}

.side-parts li:hover {
    background: linear-gradient(90deg, white 0%, #ffdc94 100%);
}

.side-parts li:hover a {
    padding: 10px 30px;
}

.side-parts li:hover:before {
    transform: translateY(-50%) translateX(0px);
}

.box-training {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    direction: rtl;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 8%);
}

.box-training .image img {
    height: 180px;
    width: 100%;
    object-fit: cover;
}

.box-training .info {
    overflow: hidden;
    background: #fff;
    padding: 15px;
    transition: 0.5s;
}

.box-training .info .teacher_name {
    margin: 0px 0px 8px;
    display: inline-flex;
    align-items: center;
}

.box-training .info .teacher_name:not(:last-of-type) {
    margin-inline-end: 10px;
}

.box-training .info .icon_teacher svg {
    width: 20px;
    height: 20px;
    margin-inline-end: 4px;
    color: #4b6061;
}

.box-training .info .teacher_name img {
    width: 25px;
    margin-inline-end: 6px;
}

.box-training .info .teacher_name h5 {
    margin: 0;
    font-size: 15px;
}

.box-training .info .details {
    font-size: 14px;
    color: #686868;
}

.box-training .info .details i {
    margin-inline-end: 5px;
    color: #4B6061;
    font-size: 17px;
}

.box-training .info .details img {
    width: 15px;
    margin-inline-end: 6px;
    display: inline-block;
}

.box-training .info h5 {
    font-size: 17px;
    color: #4b6061;
    margin-bottom: 15px;
}

.box-training .info .course-meta {
    margin-top: 13px;
}

.box-training .info .course-meta .time_2 {
    font-size: 14px;
    color: #4B6061;
    margin-bottom: 15px;
}

.box-training .info .course-meta .time_2 i {
    margin-inline-end: 6px;
}

.box-training .info .course-meta .main-btn {
    display: block;
    text-align: center;
    border-radius: 40px;
    padding: 8px 10px;
}

.box-training .info .course-meta .main-btn:hover {
    background-color: #ffd06e;
}

.box-training .price {
    position: absolute;
    top: 0;
    left: 0;
    padding: 11px;
    background: #fff;
    border-radius: 0px 0 7px 7px;
    color: #FEBC34;
}

.box-training .price span {
    color: #4B6061;
}

.box-training:hover .info {
    transform: translateY(0) !important;
}

.box-training .status {
    position: absolute;
    width: 130px;
    top: 0;
    right: 0;
    background: #ffc107;
    color: #fff;
    padding: 3px 0;
    font-size: 14px;
    transform: rotate( 39deg) translate(32px, -8px);
    text-align: center;
}

.category-card {
    margin: 0 15px;
}

.category-card .content-inner {
    color: #fff;
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px;
    backface-visibility: hidden;
    transition: all 1s ease-in-out;
    margin: 20px 0;
}

.category-card .fl-wrap {
    position: relative;
}

.category-card .content-inner .content-front,
.category-card .content-inner .content-back {
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px;
    backface-visibility: hidden;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 5px 60px #98989826;
}

.category-card .content-front {
    background: #fff;
    position: relative;
    cursor: pointer;
}

.category-card .content-inner>* {
    backface-visibility: hidden;
    transition: all 1s ease-in-out;
}

.category-card .content-inner .cf-inner {
    transform-style: preserve-3d;
    backface-visibility: hidden;
    width: 100%;
    padding: 100px 30px 45px;
}

.category-card .content-inner .content-back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    transform: rotateY(180deg);
    background: #4C6363;
}

.category-card .content-front .cf-inner:before,
.category-card .content-front .cf-inner:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    border-color: rgba(255, 255, 255, 0.4);
    z-index: 10;
}

.category-card .content-front .cf-inner:before {
    top: 20px;
    left: 20px;
    border-left: 1px dotted;
    border-top: 1px dotted;
}

.category-card .bg {
    background: #9a9a9a;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: 1;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
    background-repeat: repeat;
    background-origin: content-box;
}

.category-card .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    z-index: 3;
}

.category-card .content-inner .cf-inner .inner {
    align-items: stretch;
    transform-style: preserve-3d;
    perspective: 1000px;
    backface-visibility: hidden;
    transform: translateZ(95px) scale(0.81);
    text-align: center;
    position: relative;
    z-index: 2;
}

.category-card .icon-sty {
    color: #4B6061;
    font-size: 26px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    background: #FAAE19;
    display: inline-block;
    position: relative;
    top: 50px;
}

.category-card .icon-sty:before {
    content: "";
    position: absolute;
    top: -13px;
    left: -13px;
    width: calc(100% + 26px);
    height: calc(100% + 26px);
    border: 2px solid #fcdb9a;
    border-radius: 50%;
    z-index: -1;
}

.category-card .icon-sty:after {
    content: "";
    position: absolute;
    top: -6px;
    left: -6px;
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    background: #f9ebd0;
    border-radius: 50%;
    z-index: -1;
}

.category-card .content-inner .cf-inner .inner a.btn.card-btn {
    background: #FAAE19;
    min-width: 150px;
    height: 50px;
    line-height: 50px;
    padding: 0;
}

.category-card .content-inner .cf-inner .inner a.btn.card-btn:hover {
    background: #ffd06e;
}

.category-card .content-inner .cf-inner .inner h2 {
    position: relative;
    font-size: 22px;
    font-weight: 800;
    padding-bottom: 20px;
    font-family: "Playfair Display", cursive;
}

.category-card .content-inner .cf-inner .inner h2:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 10px;
    width: 20px;
    height: 2px;
    margin-left: -10px;
}

.category-card .content-inner .cf-inner .inner h2:after {
    content: "";
    background: #C19D60;
    position: absolute;
    top: -30px;
    margin-left: -25px;
    left: 50%;
    width: 50px;
    height: 2px;
}

.category-card .content-inner .content-front h4 {
    display: block;
    color: #333;
    text-transform: uppercase;
    font-size: 18px;
    margin: 0;
    font-weight: bold;
    margin-top: 90px;
    line-height: 1.7;
}

.category-card .serv-num {
    position: absolute;
    bottom: 20px;
    left: 30px;
    color: #fff;
    z-index: 3;
    font-size: 20px;
}

.category-card ul.portfolio-filter {
    padding: 0;
    list-style: none;
    margin: 50px 0;
    text-align: right;
    border-bottom: 3px solid #FAAE19;
}

.category-card ul.portfolio-filter li {
    display: inline-block;
    margin: 0 10px;
    /* font-size: 18px; */
    /* transition: .5s cubic-bezier(0.68, -0.55, 0.265, 1.55); */
    /* padding: 15px 20px 20px 20px; */
    position: relative;
    /* cursor: pointer; */
}

.category-card ul.portfolio-filter li.filter.active {
    color: #fff;
}

.category-card .content-back:after {
    position: absolute;
    content: "●●●";
    width: 50px;
    color: #C19D60;
    left: 50%;
    bottom: 30px;
    margin-left: -25px;
    font-size: 9px;
    letter-spacing: 4px;
    text-align: center;
}


.category-card .content-inner .content-back .cf-inner{
    padding: 50px 30px;
}

.category-card .content-back .dec-icon {
    top: -20px;
}

.category-card .dec-icon {
    position: relative;
    display: inline-table;
    width: 80px;
    height: 80px;
}

.category-card .content-inner .cf-inner .inner p {
    color: #fff;
    font-size: 15px;
    line-height: 31px;
    margin-bottom: 20px;
}

.category-card .dec-icon:before {
    left: -15px;
    top: 12px;
}

.category-card .dec-icon:after {
    right: -15px;
    bottom: 12px;
}

.category-card .dec-icon:before,
.category-card .dec-icon:after {
    content: "";
    position: absolute;
    width: 60px;
    height: 10px;
    border-radius: 10px;
    background: #faae1940;
    opacity: 0.4;
}

.category-card .dec-icon i {
    color: #C19D60;
    z-index: 3;
}

.category-card .content-back i {
    font-size: 54px;
    position: relative;
}

.category-card .content-inner:hover .content-front {
    transform: rotateY(-180deg);
}

.category-card .content-inner:hover .content-back {
    transform: rotateY(0deg);
}


/*--------------------------------------------------------------
# Start Nav Top
--------------------------------------------------------------*/

.nav-top {
    padding: 10px 0;
    background-color: #FEBC34;
    overflow: visible;
}

.settings_nav .lang {
    display: inline-flex;
    align-items: center;
    color: #4B6061;
    margin-left: 20px;
    text-transform: capitalize;
}

.settings_nav{
    display: flex;
    align-items: center;
    font-size: 17px;
}

.settings_nav .lang a {
    color: #4B6061;
}

.settings_nav .lang i {
    margin-left: 5px;
}

.settings_nav .sochial {
    display: inline-flex;
    gap: 10px;
    color: #4B6061;
}

.settings_nav .sochial a {
    color: #4b6061;
    padding: 0 5px;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.settings_nav .sochial a:hover {
    background: #4b6059;
    color: #fff;
}

.settings_nav .sochial .icon-search {
    width: 30px;
    height: 30px;
    background: #4b6059;
    border-radius: 50%;
    display: inline-flex;
    color: #fff;
    align-items: center;
    justify-content: center;
}
.sidebar .settings_nav{
        padding: 20px 0;
    border-bottom: 1px solid #888;
}

.nav-top .search-input {
    position: relative;
    background: #fff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    padding: 3px 10px;
}

.nav-top .search-input select {
    border: 0;
    box-shadow: none;
    color: #495057;
    outline: none;
}

.nav-top .search-input .form-control {
    border: 0;
    background: none;
    box-shadow: none;
    border-inline-start: 1px solid rgba(112, 112, 112, 0.2);
    border-radius: 0;
    margin-inline-start: 10px;
}

.nav-top .search-input .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: #FEBC34;
    border-radius: 50%;
    color: #4d6263;
    position: absolute;
    left: 4px;
}

.nav-top .login-btns .main-btn {
    padding: 8px 20px;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
}

.settings_l {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.settings_l .dropdown-menu {
    transform: translate3d(-50%, 50px, 0px) !important;
    left: 50% !important;
    box-shadow: 0px 0px 23px rgb(0 0 0 / 16%);
    border-radius: 5px;
    border: 0;
}

.settings_l .dropdown-menu:before {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    width: 20px;
    height: 20px;
    background: #fff;
    transform: rotate( 45deg) translateX(-50%);
}

.settings_l .dropdown-item {
    color: #4b6061;
    text-align: start;
    padding: 5px 12px;
}

.settings_l .dropdown-item:focus {
    background-color: #FEBC34;
    color: #fff;
}

.settings_l .dropdown-toggle {
    height: 35px;
    padding: 10px;
}

.settings_l .dropdown-item i {
    margin-inline-end: 8px;
}

.nav-top .login-btns .main-btn i {
    margin-left: 7px;
}

.nav-top .login-btns .main-btn.white {
    border: 1px solid transparent;
    margin-inline-end: 10px;
}

.nav-top .login-btns .main-btn.white:hover {
    background-color: #eee;
}

.nav-top .login-btns .main-btn.main {
    border: 1px solid;
}

.nav-top .login-btns .main-btn.main:hover {
    border: 1px solid #fff;
}

.notifications_pro {
    position: relative;
    background-color: #F3F3F3;
    color: #8C8C8C;
    width: 35px;
    height: 35px;
    margin: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
}

.notifications_pro .active-noti {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #FF5757;
    position: absolute;
    top: 2px;
    right: 2px;
    font-size: 11px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.notifications_pro .list-noti {
    transition: 0.3s;
    position: absolute;
    top: 54px;
    background: #fff;
    z-index: 99;
    width: 250px;
    padding: 20px 10px;
    box-shadow: 0px 0px 23px rgb(0 0 0 / 16%);
    border-radius: 5px;
    cursor: default;
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
}

.notifications_pro .list-noti:before {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    width: 20px;
    height: 20px;
    background: #fff;
    transform: rotate( 45deg) translateX(-50%);
}

.notifications_pro .list-noti .content {
    max-height: 245px;
    overflow-y: auto;
}

.notifications_pro .list-noti .content::-webkit-scrollbar {
    width: 5px;
    background-color: #fff;
    border-radius: 10px;
}

.notifications_pro .list-noti .content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #FEBC34;
}

.notifications_pro .list-noti .content::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #DADADA;
}

.notifications_pro .list-noti .item {
    display: block;
    background-color: #F7F7F7;
    box-shadow: 0px 0px 4px rgb(209 209 209 / 27%);
    padding: 10px;
    font-size: 13px;
    border-radius: 5px;
    color: #707070;
}

.notifications_pro .list-noti .item:not(:last-of-type) {
    margin-bottom: 15px;
}

.notifications_pro .list-noti.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

@media (max-width: 767.98px) {
    .nav-top .settings_nav {
        text-align: center;
        margin-bottom: 15px;
            justify-content: center;
    }
    .nav-top .login-btns {
        justify-content: center;
    }
    .nav-top .settings_l {
        justify-content: center;
    }
    .nav-top {
        padding: 15px 0;
    }
}

@media (max-width: 575.98px) {
    .nav-top {
        font-size: 14px;
    }
    .nav-top .lang {
        margin-left: 10px;
    }
    .nav-top .login-btns .main-btn {
        padding: 8px 10px;
        font-size: 12px;
        min-width: 105px;
        justify-content: center;
    }
    .notifications_pro .list-noti {
        width: 195px;
    }
    .nav-top .sochial .icon-search {
        font-size: 14px;
    }
}

@media (max-width: 350px) {
    .nav-top .settings_nav {
        text-align: start;
    }
    .nav-top .login-btns {
        justify-content: start;
    }
}


/*--------------------------------------------------------------
# End Nav Top
--------------------------------------------------------------*/

.sidebar {
    background-size: cover;
    position: fixed;
    height: 100%;
    right: 0;
    top: 0;
    width: 250px;
    background: #353535;
    z-index: 9999999999;
    transform: translateX(100%);
    transition: all 0.3s;
    background-position: 36%;
    opacity: 1;
}

.sidebar.opened {
    transform: translateX(0%);
    transition: all 0.3s;
}

.sidebar .sid-logo {
    position: relative;
    z-index: 3;
    text-align: center;
    padding: 20px;
}

.sidebar .side-nav {
    max-height: 100%;
    height: calc(100% - 90px);
    position: relative;
    z-index: 1;
    margin-top: 20px;
}

.sidebar .side-nav ul li {
    display: block;
    position: relative;
    transition: .3s;
}

.sidebar .side-nav ul li a {
    padding: 11px 25px;
    position: relative;
    display: flex;
    text-decoration: none;
    text-transform: uppercase;
    color: #a4a4a4;
    transition: 0.3s;
    align-items: center;
}

.sidebar .side-nav ul li a .icon {
    min-width: 45px;
    height: 45px;
    display: inline-flex;
    border: 1px solid;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-inline-end: 10px;
}

.sidebar .side-nav ul li a:hover {
    background: #febc34;
    color: #4B6061;
    border: none !important;
    outline: none;
}

.overlay_gen {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 999999999;
    display: none;
}


/*--------------------------------------------------------------
# Start nav-menu
--------------------------------------------------------------*/

.nav-menu {
    padding: 12px 5px;
    margin-top: 5px;
    overflow: hidden;
}

.nav-menu .logo img {
    width: 80px;
}

.nav-menu ul li {
    display: inline-block;
}

.nav-menu ul li a {
    position: relative;
    padding: 10px;
    text-transform: capitalize;
    transition: 0.3s;
    color: #292929;
}

.nav-menu ul li a:before {
    position: absolute;
    content: "";
    bottom: -40px;
    left: 0;
    background-color: #FEBC34;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    z-index: -1;
    border-radius: 5px;
    opacity: 0;
}


.nav-menu ul li a:hover:before {
    bottom: 0;
    opacity: 1;
}

.nav-menu ul li a.active,
.nav-menu ul li a:hover{
    color: #4d6263;
}

.nav-menu ul li a.active:before {
    bottom: 0;
    opacity: 1;
}

.stricky-header {
    position: fixed;
    z-index: 991;
    top: -16px;
    left: 0;
    background-color: #fff;
    width: 100%;
    -webkit-transform: translateY(-120%);
    transform: translateY(-120%);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    margin: 0;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);
    background: #4B6061;
}

.stricky-header.stricky-fixed {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    top: 0;
}

.stricky-header ul li a {
    color: #fff;
}

@media (max-width: 991.98px) {
    .nav-menu ul li a {
        padding: 10px 5px;
        font-size: 14px;
    }
}

@media (max-width: 767.98px) {
    .nav-menu .logo {
        text-align: center;
    }
    .nav-menu .logo a {
        position: relative;
    }
    .nav-menu .logo a:after {
        position: absolute;
        content: "";
        width: 200px;
        background: #FEBC34;
        height: 2px;
        top: 50%;
        right: 124%;
    }
    .nav-menu .logo a:before {
        position: absolute;
        content: "";
        width: 200px;
        background: #FEBC34;
        height: 2px;
        top: 50%;
        left: 124%;
    }
    .stricky-header {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .nav-menu .logo a:after {
        width: 150px;
    }
    .nav-menu .logo a:before {
        width: 150px;
    }
}


/*--------------------------------------------------------------
# End nav-menu
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Start profile nav
--------------------------------------------------------------*/

.profile_nav {
    background-color: #F9F9F9;
}

.profile_nav .logo img {
    width: 65px;
    padding: 5px;
}

.profile_nav .my_links {
    display: flex;
    justify-content: flex-end;
}

.profile_nav .my_links>div {
    display: flex;
    align-items: center;
}

.profile_nav .my_links ul li {
    display: inline-block;
    padding: 10px;
    cursor: pointer;
    transition: .3s;
    position: relative;
}

.profile_nav .my_links ul li:after {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    width: 0;
    background-color: #FEBC34;
    height: 3px;
    transition: .3s;
}

.profile_nav .my_links ul li a {
    color: #292929;
}

.profile_nav .my_links ul li.active:after,
.profile_nav .my_links ul li:hover:after {
    width: 100%;
}

.profile_nav .my_links li.active a,
.profile_nav .my_links ul li:hover a {
    color: #FEBC34;
}

.profile_nav .my_links li.active svg,
.profile_nav .my_links ul li:hover svg {
    fill: #FEBC34;
}

.profile_nav .my_links ul li svg {
    width: 17px;
    height: auto;
    margin-inline-end: 5px;
    fill: #292929;
    transition: .3s;
}

.profile_nav .my_links .settings_l {
    display: flex;
    align-items: center;
    justify-content: normal;
    width: auto;
    margin-inline-end: 25px;
}

.profile_nav .my_links .settings_l .lang {
    background-color: #fff;
    color: #8C8C8C;
    width: 35px;
    height: 35px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
}

.profile_nav .my_links .settings_l .lang:hover {
    background-color: #FEBC34;
    color: #fff;
}

.profile_nav .my_links .settings_l .dropdown-toggle {
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile_nav .my_links .settings_l .dropdown-toggle::after {
    display: none;
}

.profile_nav .my_links .settings_l .notifications_pro,
.profile_nav .my_links .settings_l .dropdown-toggle {
    background-color: #fff;
    color: #8C8C8C;
}

.profile_nav .my_links .settings_l .notifications_pro:hover,
.profile_nav .my_links .settings_l .dropdown-toggle:hover {
    background-color: #FEBC34;
    color: #fff;
}

.content_profile {
    padding: 50px 0;
}

.content_profile .heading h2 {
    color: #FEBC34;
}

.content_profile .heading {
    margin-bottom: 50px;
}

#cert_profile .box {
    width: 50%;
}

#cert_profile .box h5 {
    font-weight: 900;
    margin-bottom: 10px;
}

#cert_profile .box p {
    color: #A0A0A0;
    margin: 0;
}

#cert_profile .box.shape {
    display: flex;
    align-items: center;
    margin: 25px 0;
}

#cert_profile .box.shape .icon {
    margin-inline-end: 15px;
}

#cert_profile .box.shape .icon svg {
    width: 60px;
    height: 60px;
    fill: #FEBC34;
}

.certificates {
    margin-top: 50px;
}

.certificates .item {
    margin-bottom: 20px;
    background: #FFF8EA;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #EFAD1C;
}

.certificates .item .box_cert {
    display: none;
}

.certificates .item .show_cert {
    position: relative;
    border: 1px solid #DCE9E2;
    margin-top: 30px;
    background: #fff;
    box-shadow: 0px 8px 9px rgb(0 0 0 / 16%);
    padding: 20px;
}

.certificates .item .show_cert .shapes img:first-of-type {
    position: absolute;
    top: 0;
    left: 0;
    width: 170px;
}

.certificates .item .show_cert .shapes img:last-of-type {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 170px;
}

.certificates .item .show_cert .inside {
    height: 100%;
    border: 1px solid #DCE9E2;
    padding: 10px;
}

.certificates .item .show_cert .inside .content {
    position: relative;
    z-index: 1;
}

.certificates .item .show_cert .inside .logo {
    display: inline-block;
}

.certificates .item .show_cert .inside .logo img {
    width: 80px;
}

.certificates .item .show_cert .inside .cert_body {
    text-align: center;
}

.certificates .item .show_cert .inside .cert_body h3 {
    font-weight: 900;
    font-size: 32px;
    margin-bottom: 30px;
}

.certificates .item .show_cert .inside .cert_body h4 {
    color: #4B6061;
    font-weight: 900;
    margin-bottom: 25px;
}

.certificates .item .show_cert .inside .cert_body .course {
    color: #4B6061;
    font-weight: 900;
    font-size: 19px;
}

.certificates .item .show_cert .inside .cert_footer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 100px 0 50px;
}

.certificates .item .show_cert .inside .cert_footer .detail {
    text-align: center;
}

.certificates .item .show_cert .inside .cert_footer .detail span {
    display: block;
}

.certificates .item .show_cert .inside .cert_footer .detail .name {
    color: #4B6061;
    font-weight: 900;
}

.certificates .item .show_cert .inside .cert_footer img {
    position: absolute;
    left: 10px;
    bottom: -20px;
}

.certificates .item .btn-pdf {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.certificates .item .btn-pdf .main-btn {
    border: 0;
    color: #fff;
}

.certificates .item .btn-pdf .main-btn:hover {
    background-color: #4b6061;
}

.certificates .item .btn-pdf .main-btn i {
    margin-inline-end: 10px;
}

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

.certificates .item .head h6 {
    margin: 0;
}

.certificates .item .head .main-btn {
    color: #fff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.certificates .item .head .main-btn i {
    margin-inline-end: 5px;
}

.certificates .item .head .main-btn:hover {
    background-color: #4C6363;
}

@media(max-width:991.98px) {
    .profile_nav .notifications_pro .list-noti {
        width: 170px;
    }
    #cert_profile .box {
        width: 100%;
    }
}

@media(max-width:767.98px) {
    .profile_nav .my_links {
        justify-content: center;
    }
    .profile_nav .my_links ul {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 999009;
        background: #4b6061;
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding: 5px 0;
    }
    .profile_nav .my_links ul li {
        color: #fff;
        padding: 8px 10px;
    }
    .profile_nav .my_links ul li svg {
        fill: #fff;
    }
    .certificates .item .head {
        display: block;
        text-align: center;
    }
    .certificates .item .head h6 {
        margin-bottom: 15px;
    }
    .profile_nav .my_links ul li a {
        color: #fff;
    }
    .certificates .item .show_cert .inside .cert_footer img {
        display: none;
    }
    .certificates .item .show_cert .shapes img {
        width: 100px !important;
    }
    .certificates .item .show_cert .inside .logo {
        display: block;
        text-align: center;
        margin-bottom: 30px;
    }
    .certificates .item .show_cert .inside .cert_body h3 {
        font-size: 22px;
        margin-bottom: 25px;
    }
}


/***************** chating *******************/

#message_profile {
    margin-top: 100px;
}

.chating_page {
    margin-top: 100px;
}

.chating_page .search {
    background: #FFF7E9;
    color: #ffc107;
    text-align: center;
    text-indent: 0;
    height: 52px;
    outline: none;
    box-shadow: none;
    border: 0;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 6%);
}

.chating_page .set_top {
    border-bottom: 1px solid #E3E3E3;
}

.chating_page .friends .search::placeholder {
    color: #747474;
}

.chating_page .friends .content {
    height: 650px;
    overflow-y: scroll;
    margin-bottom: 20px;
}

.chating_page .friends .main-btn.more {
    width: 100%;
    text-align: center;
    border-radius: 0;
    background: #EFEFEF;
    color: #747474;
}

.chating_page .friends .content::-webkit-scrollbar-track {
    background-color: #E3E3E3;
}

.chating_page .friends .content::-webkit-scrollbar {
    width: 3px;
    background-color: #F5F5F5;
}

.chating_page .friends .content::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: #FEBC34;
}

.chating_page .friends .item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(168, 168, 168, 0.19);
    padding: 20px 0;
    transition: 0.3s;
}

.chating_page .friends .item:hover {
    background-color: #fcfafa;
}

.chating_page .friends .item .image {
    margin-inline-end: 15px;
}

.chating_page .friends .item .image img {
    width: 76px;
    height: 76px;
    border-radius: 50%;
}

.chating_page .friends .item .info {
    max-width: 100%;
}

.chating_page .friends .item .info h5 {
    color: #444648;
}

.chating_page .friends .item .info p {
    margin: 10px 0 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 3.6em;
    line-height: 1.8em;
    max-width: 100%;
    color: #747474;
    max-width: 197px;
}

.chating_page .details span {
    color: #989898;
    font-size: 14px;
    margin-inline-end: 10px;
    display: inline-block;
}

.chating_page .details i {
    color: #FEBC34;
    margin-inline-end: 7px;
}

.chating_page .chat_content {
    height: 650px;
    overflow-y: scroll;
    padding: 0 20px;
    border-bottom: 1px solid #A8A8A8;
    padding-top: 50px;
}

.chating_page .chat_content::-webkit-scrollbar-track {
    background-color: #E3E3E3;
}

.chating_page .chat_content::-webkit-scrollbar {
    width: 3px;
    background-color: #F5F5F5;
}

.chating_page .chat_content::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: #FEBC34;
}

.chating_page .chat_content .sender {
    display: flex;
    align-items: center;
    float: left;
    text-align: left;
    margin-bottom: 30px;
}

.chating_page .chat_content .sender .image {
    margin-inline-start: 15px;
}

.chating_page .chat_content .sender .image img {
    width: 76px;
    height: 76px;
    border-radius: 50%;
}

.chating_page .chat_content .sender .text .content {
    background: #F8F8F8;
    padding: 10px 20px;
    border-radius: 50px;
    color: #747474;
    margin-bottom: 5px;
}

.chating_page .chat_content .messenger {
    display: flex;
    align-items: center;
    float: right;
    text-align: right;
    margin-bottom: 30px;
}

.chating_page .chat_content .messenger .text .content {
    background: #FEBC34;
    padding: 10px 20px;
    border-radius: 50px;
    color: #4B6061;
    margin-bottom: 5px;
}

.chating_page .chat_content .image-upload .text .content {
    border-radius: 5px;
}

.chating_page .chat_content .image-upload .image img {
    max-width: 200px;
}

.chating_page .chat_content .uploaded-file {
    display: flex;
    align-items: center;
    margin: 0 0 1rem !important;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 0.5rem;
    text-align: left;
    padding: 8px;
}

.chating_page .chat_content .uploaded-file .icon-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 38px;
    width: 38px;
    min-width: 38px;
    border-radius: 10px;
    border: 1px solid transparent;
    background: #eef0f7;
    transition: 0.3s;
}

.chating_page .chat_content .uploaded-file .icon-container svg {
    height: 18px;
    width: 18px;
    stroke-width: 1.6px;
}

.chating_page .chat_content .uploaded-file .meta {
    margin-right: 12px;
}

.chating_page .chat_content .uploaded-file .action {
    margin-right: auto;
}

.chating_page .controls {
    display: flex;
    align-items: center;
    padding: 20px 0 0;
}

.chating_page .controls .form-group {
    padding: 0 10px;
}

.chating_page .controls .form-group .form-control {
    border-radius: 0;
    border: 1px dashed #707070;
}

.chating_page .controls .form-group:first-of-type {
    width: 60%;
}

.chating_page .controls .form-group:nth-of-type(2) {
    width: 7%;
}

.chating_page .controls .form-group:nth-of-type(3) {
    width: 7%;
}

.chating_page .controls .form-group:nth-of-type(4) {
    width: 26%;
}

.chating_page .controls .form-group:nth-of-type(4) .main-btn {
    width: 100%;
    text-align: center;
    background: #444648;
    border: 0;
    color: #fff;
    border-radius: 0;
}

.chating_page .controls .upload {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    border: 0;
    color: #444648;
    background-color: #EFEFEF;
    margin: 0;
    cursor: pointer;
}

.chating_page .settings .delete {
    width: 50px;
    height: 50px;
    background: #FFF7E9;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #EFAD1C;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 6%);
}

@media(max-width:1199.98px) {
    .chating_page .friends .item .image img {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 991.98px) {
    .chating_page .friends,
    .chating_page .chating {
        padding: 40px 20px 15px;
        box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
    }
    .chating_page .chating {
        margin-top: 50px;
    }
    .chating_page .chating .chat_content {
        border-bottom: 0;
    }
    .chating_page .set_top {
        border-bottom: 0;
    }
}

@media (max-width: 767.98px) {
    .chating_page .controls .form-group:first-of-type {
        width: 45%;
    }
    .chating_page .controls .form-group:nth-of-type(2) {
        width: 15%;
    }
    .chating_page .controls .form-group:nth-of-type(3) {
        width: 15%;
    }
    .chating_page .controls .form-group:nth-of-type(4) {
        width: 25%;
    }
}

@media (max-width: 767.98px) {
    .chating_page .chat_content .messenger .text .content,
    .chating_page .chat_content .sender .text .content {
        font-size: 14px;
    }
    .chating_page .chat_content .sender .image img {
        width: 40px;
        height: 40px;
    }
    .chating_page .friends .item {
        display: block;
        text-align: center;
    }
    .chating_page .friends .item .info p {
        margin: 10px auto;
    }
    .chating_page .friends .item .image {
        margin-inline-end: 0;
        margin-bottom: 10px;
    }
    .chating_page .controls {
        display: block;
    }
    .chating_page .controls .form-group {
        width: 100% !important;
    }
    .chating_page .controls .upload {
        width: 100%;
    }
}


/*--------------------------------------------------------------
# End profile nav
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Start Hero Section
--------------------------------------------------------------*/

.hero-section {
    margin-top: 20px;
}

.hero-section .info {
    display: flex;
    align-items: center;
    color: #4B6061;
}

.hero-section .info h1 {
    font-weight: 900;
    margin-bottom: 15px;
    font-size: 2rem;
}

.hero-section .info p {
    font-size: 20px;
    margin: 20px 0;
}

.hero-section .info .video-group {
    display: inline-flex;
    align-items: center;
    margin-right: 25px;
}

.hero-section .info .video-group span {
    color: #686868;
    margin-right: 15px;
}

.hero-section .info .main-btn {
    padding: 8px 35px;
}

.hero-section .info .main-btn:hover {
    background-color: #ffd06e;
}

.hero-section .image {
    position: relative;
    padding-bottom: 550px;
}

.hero-section .image img {
    position: absolute;
    transition: 0.5s;
}

.hero-section .image .image-1 {
    z-index: 3;
    animation: image-1 1.5s;
}

.hero-section .image .image-2 {
    z-index: 2;
    animation: image-2 1.5s;
}

.hero-section .image .image-3 {
    z-index: 4;
    animation: image-3 1.5s;
}

.hero-section .image .image-4 {
    z-index: -1;
    animation: image-4 1.5s;
}

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

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

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

@keyframes image-4 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media (max-width: 1199.98px) {
    .hero-section .image {
        padding-bottom: 430px;
    }
}

@media (max-width: 991.98px) {
    .hero-section .info {
        margin: 30px 0 60px;
        text-align: center;
    }
    .hero-section .info .more {
        justify-content: center;
    }
    .hero-section .image {
        padding-bottom: 563px;
    }

}

@media (max-width: 767.98px) {
    .hero-section .image {
        padding-bottom: 465px;
    }
}

@media (max-width: 575.98px) {
    .hero-section .info h1 {
        font-size: 24px;
    }
    .hero-section .info p {
        font-size: 16px;
    }
    .hero-section .info .more {
        flex-wrap: wrap;
    }
    .hero-section .info .video-group {
        margin-right: 0;
        width: 100%;
        justify-content: center;
        margin-bottom: 12px;
    }
    .hero-section .info .main-btn {
        width: 100%;
        order: 2;
    }
}

@media (max-width: 450px) {
    .hero-section .image {
        padding-bottom: 372px;
    }
}

@media (max-width: 350px) {
    .hero-section .image {
        padding-bottom: 283px;
    }
}

@media (max-width: 300px) {
    .hero-section .image {
        padding-bottom: 227px;
    }
}


/*--------------------------------------------------------------
# End Hero Section
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Start Welcome Section
--------------------------------------------------------------*/

.welcome-section {
    background-color: #F9F9F9;
    padding: 50px 0;
    margin-top: 50px;
}

.welcome-section .gsap-reveal .cover {
    background: #f9f9f9;
}

.welcome-section .info .head {
    position: relative;
    font-size: 22px;
}

.welcome-section .info .head:before {
    position: absolute;
    content: "";
    left: -100px;
    bottom: 50%;
    transform: translateY(50%);
    background-color: #FEBC34;
    width: 50px;
    height: 2px;
}

.welcome-section .info h2 {
    font-weight: 900;
    color: #4B6061;
    margin: 20px 0;
}

.welcome-section .info .main-btn {
    padding: 8px 35px;
}

.welcome-section .info .main-btn:hover {
    background-color: #ffd06e;
}

.welcome-section .boxes .box {
    position: relative;
    background: #fff;
    border-radius: 18px;
    padding: 30px 20px;
    margin-bottom: 30px;
    cursor: pointer;
    transition: 0.3s;
}

.welcome-section .boxes .box img {
    display: block;
    transition: 0.3s;
}

.welcome-section .boxes .box .name {
    display: block;
    font-size: 20px;
    margin-top: 10px;
}

.welcome-section .boxes .box .num {
    position: absolute;
    color: rgba(139, 139, 139, 0.36);
    top: 0px;
    left: 18px;
    font-size: 45px;
    font-weight: 900;
}

.welcome-section .boxes .box:hover {
    box-shadow: 0px 4px 31px rgba(0, 0, 0, 0.08);
}

.welcome-section .boxes .box:hover img {
    transform: rotate(360deg);
}

@media (max-width: 991.98px) {
    .welcome-section .info {
        margin-bottom: 50px;
        text-align: center;
    }
    .welcome-section .info .head:before {
        position: absolute;
        content: "";
        left: 50%;
        bottom: -12px;
        transform: translateX(-50%);
        background-color: #FEBC34;
        width: 50px;
        height: 2px;
    }
    .welcome-section .info h2 {
        font-size: 24px;
    }
    .welcome-section .info h2 {
        margin: 31px 0 20px;
    }
}


/*--------------------------------------------------------------
# End Welcome Section
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Start Catigories Section
--------------------------------------------------------------*/

.catigories {
    padding: 70px 0;
}

.catigories .content {
    margin-top: 65px;
}

.catigories .content .box {
    text-align: center;
    box-shadow: 0px 3px 6px rgba(139, 139, 139, 0.16);
    border-radius: 8px;
    overflow: hidden;
    height: calc(100% - 62px);
}

.catigories .content .box .gsap-reveal-hero .reveal-wrap,
.catigories .content .box .gsap-reveal-hero .reveal-wrap .reveal-content {
    display: block;
}

.catigories .content .box .image {
    position: relative;
}

.catigories .content .box .image img {
    height: 215px;
    width: 100%;
    object-fit: cover;
}

.catigories .content .box .image .num {
    position: absolute;
    top: 5px;
    left: 5px;
    display: flex;
    width: 40px;
    height: 40px;
    background: #FEBC34;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 900;
    color: #4B6061;
    transition: 0.3s;
}

.catigories .content .box .name {
    padding: 15px 10px;
}

.catigories .content .box .name h5 {
    color: #4B6061;
}

.catigories .content .box .show-all {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 10px;
    background: #FEBC34;
    color: #4B6061;
    transform: translateY(100%);
    opacity: 0;
    transition: 0.3s;
}

.catigories .content .box .show-all i {
    transition: 0.3s;
    font-size: 26px;
}

.catigories .content .box .show-all i:hover {
    transform: scale(1.2);
}

.catigories .content .box:hover .num {
    transform: rotate(360deg);
}

.catigories .content .box:hover .show-all {
    transform: translateY(-100%);
    opacity: 1;
}

.catigories .content .box h5 {
    font-size: 17px;
    font-weight: 900;
    margin: 0;
}


/*--------------------------------------------------------------
# End Catigories Section
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Start Courses Section
--------------------------------------------------------------*/

.courses-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 0;
}

.courses-section:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0;
    background-color: rgba(20, 20, 20, 0.72);
}

.courses-section .content_overflow {
    max-height: 790px;
    overflow: auto;
}

.courses-section .content_overflow::-webkit-scrollbar-track {
    background-color: #E3E3E3;
    border-radius: 70px;
}

.courses-section .content_overflow::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
    border-radius: 70px;
}

.courses-section .content_overflow::-webkit-scrollbar-thumb {
    background-color: #FEBC34;
    border-radius: 70px;
}

.courses-section .content {
    position: relative;
    z-index: 2;
}

.courses-section .content .list {
    margin-top: 30px;
    text-align: center;
}

.courses-section .content .list li {
    display: inline-block;
    margin-bottom: 10px;
}

.courses-section .content .list .active .main-btn {
    background-color: #FEBC34;
    color: #fff;
}

.courses-section .content .list .main-btn {
    min-width: 150px;
    border: 0;
    color: #292929;
}

.courses-section .content .list .main-btn:hover {
    color: #fff;
}

.courses-section .content .courses-content {
    margin-top: 50px;
}

@media (max-width: 1199.98px) {
    .courses-section .content .list .main-btn {
        min-width: 110px;
    }
}

@media (max-width: 991.98px) {
    .courses-section .content .list {
        display: block;
        text-align: center;
    }
    .courses-section .content .list li {
        display: inline-block;
        margin: 5px;
    }
}

@media(max-width:575.98px) {
    .courses-section .content .list li {
        margin: 5px 0;
        width: 100%;
    }
    .courses-section .content .list li .main-btn {
        width: 100%;
    }
}


/*--------------------------------------------------------------
# End Courses Section
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Start books Section
--------------------------------------------------------------*/

.books-section {
    padding: 60px 0;
}

.books-section .owl-carousel {
    width: 90%;
    margin: 10px auto 0;
}

.books-section .owl-carousel .item {
    padding: 0 16px;
}

.books-section .owl-carousel .owl-nav button.owl-prev {
    left: -55px;
}


/*--------------------------------------------------------------
# End books Section
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Start exam Section
--------------------------------------------------------------*/

.exams-section {
    padding: 60px 0;
}

.exams-section .owl-carousel {
    width: 90%;
    margin: 10px auto 0;
}

.exams-section .owl-carousel .item {
    padding: 0 15px;
}

.exams-section .owl-carousel .item .box {
    box-shadow: 0px 3px 6px rgba(139, 139, 139, 0.16);
    border-radius: 10px;
    overflow: hidden;
    margin: 10px 0;
}

.exams-section .owl-carousel .item .box .image {
    position: relative;
}

.exams-section .owl-carousel .item .box .image .overlay {
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
    opacity: 0;
    transition: 0.3s;
}

.exams-section .owl-carousel .item .box:hover .overlay {
    opacity: 1;
}

.exams-section .owl-carousel .item .box .info {
    padding: 15px;
    text-align: center;
}

.exams-section .owl-carousel .item .box .info h6 {
    color: #292929;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.5;
}

.exams-section .owl-carousel .item .box .info .main-btn {
    background: #FEBC34;
    color: #4B6061;
    border-radius: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.exams-section .owl-carousel .item .box .info .main-btn i {
    margin-right: 10px;
}

.exams-section .owl-carousel .item .box .info .main-btn:hover {
    background-color: #ffd06e;
}


/*--------------------------------------------------------------
# End exam Section
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Start Media Center
--------------------------------------------------------------*/

.media-center .heading .line {
    background-color: #4b6061;
}

.media-center .heading .line:after {
    background-color: #4b6061;
}

.media-center .gsap-reveal-hero .cover {
    background: white !important;
}

.media-center .tab-list {
    position: relative;
    padding: 40px 0;
    background-size: cover;
    background-position: center;
}

.media-center .tab-list:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(254, 188, 52, 0.8);
}

.media-center .tab-list .content {
    position: relative;
    z-index: 1;
}

.media-center .tab-list .content .box {
    position: relative;
    text-align: center;
    color: #4B6061;
    font-size: 22px;
    cursor: pointer;
    transition: 0.3s;
}

.media-center .tab-list .content .box i {
    font-size: 40px;
}

.media-center .tab-list .content .box .name {
    display: block;
    margin-top: 6px;
    font-weight: 900;
}

.media-center .tab-list .content .box:after {
    position: absolute;
    content: "";
    bottom: -71%;
    transform: translate(50%, -50%);
    right: 50%;
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 25px solid #fff;
    opacity: 0;
    transition: 0.3s;
}


.media-center .tab-list .content .box.active:after {
    opacity: 1;
}

.media-center .content-tabs {
    margin-top: 70px;
}

.media-center .content-tabs .box-content {
    display: none;
    transition: 0.3s;
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.media-center .content-tabs .box-content.active {
    display: block;
    animation: fadeInUp 1s both;
    -webkit-animation: fadeInUp 1s both;
}

.media-center .content-tabs .box-content.news-content .all-news .item {
    box-shadow: 0px 4px 31px rgba(0, 0, 0, 0.08);
    margin-bottom: 40px;
    border-radius: 10px;
    padding: 20px;
}

.media-center .content-tabs .box-content.news-content .all-news .item img {
    border-radius: 10px;
    min-height: 170px;
    object-fit: cover;
}

.media-center .content-tabs .box-content.news-content .all-news .item .new-info {
    color: #4B6061;
}

.media-center .content-tabs .box-content.news-content .all-news .item .new-info h3 {
    font-size: 24px;
    margin-bottom: 12px;
}

.media-center .content-tabs .box-content.news-content .news-archives {
    background-color: #F3F3F3;
    padding: 23px;
    border-radius: 8px;
    max-height: 360px;
    overflow: auto;
}

.media-center .content-tabs .box-content.news-content .news-archives::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

.media-center .content-tabs .box-content.news-content .news-archives::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: #FEBC34;
}

.media-center .content-tabs .box-content.news-content .news-archives::-webkit-scrollbar-track {
    background-color: #E3E3E3;
}

.media-center .content-tabs .box-content.news-content .news-archives .head {
    margin-bottom: 23px;
}

.media-center .content-tabs .box-content.news-content .news-archives .head h6 {
    color: #4B6061;
    position: relative;
    padding-bottom: 10px;
    font-size: 18px;
}

.media-center .content-tabs .box-content.news-content .news-archives .head h6:after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    width: 50px;
    height: 2px;
    background-color: #4B6061;
}

.media-center .content-tabs .box-content.news-content .news-archives .item {
    display: flex;
}

.media-center .content-tabs .box-content.news-content .news-archives .item:not(:last-of-type) {
    border-bottom: 1px solid #DCDCDC;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.media-center .content-tabs .box-content.news-content .news-archives .item img {
    width: 80px;
    border-radius: 8px;
    margin-left: 20px;
}

.media-center .content-tabs .box-content.news-content .news-archives .item .info p {
    margin-bottom: 7px;
}

.media-center .content-tabs .box-content.news-content .news-archives .item .info .more-btn {
    font-size: 16px;
}

.media-center .content-tabs .box-content .twitter-section .item {
    padding: 0 8px;
    height: 580px;
    overflow: auto;
}

.media-center .content-tabs .box-content .twitter-section .item::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

.media-center .content-tabs .box-content .twitter-section .item::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: #EFAD1C;
}

.media-center .content-tabs .box-content .twitter-section .item::-webkit-scrollbar-track {
    background-color: #E3E3E3;
}

.media-center .content-tabs .box-content .twitter-section .item .box {
    border-radius: 14px;
}

.twitter-content {
    display: flex;
    flex-wrap: wrap;
}

.twitter-content .item {
    padding: 0 15px;
    margin-bottom: 30px;
    width: 25%;
    flex: 25%;
}

.twitter-tweet-rendered {
    margin: 0 !important;
}

.css-1dbjc4n {
    min-width: auto !important;
}

.twitter-tweet-rendered iframe {
    width: 100% !important;
}

.media-center .content-tabs .box-content .twitter-section .item .box .head {
    position: relative;
    display: flex;
    margin-bottom: 20px;
}

.media-center .content-tabs .box-content .twitter-section .item .box .head img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.media-center .content-tabs .box-content .twitter-section .item .box .head .info-person {
    margin-right: 15px;
}

.media-center .content-tabs .box-content .twitter-section .item .box .head .info-person h6 {
    margin-bottom: 0;
    color: #4B6061;
    font-size: 20px;
}

.media-center .content-tabs .box-content .twitter-section .item .box .head .info-person .site {
    color: #4BD0D6;
}

.media-center .content-tabs .box-content .twitter-section .item .box .head i {
    position: absolute;
    left: 0;
    top: 6px;
    font-size: 22px;
    color: #4BD0D6;
}

.media-center .content-tabs .box-content .twitter-section .item .box .content-twit {
    color: #A0A0A0;
}

.media-center .content-tabs .box-content .twitter-section.owl-carousel {
    width: 100% !important;
}

.media-center .content-tabs .box-content .twitter-section.owl-carousel .owl-nav {
    position: unset;
    top: 50%;
    width: 100%;
    height: auto;
    margin-top: 10px;
    transform: none;
}

.media-center .clients_section {
    margin-top: 50px;
}

.media-center .clients_section .content {
    margin-top: 40px;
}

.media-center .clients_section .owl-carousel .item {
    padding: 10px;
}

.media-center .clients_section .owl-carousel .item .box {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 5px;
}

.media-center .clients_section .owl-carousel .owl-item img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    width: auto;
    height: 190px;
    object-fit: cover;
}

.media-center .content-tabs .box-content .twitter-section.owl-carousel .owl-nav button {
    position: unset;
}

.media-center .content-tabs .more-btn {
    display: flex;
    align-items: center;
    font-size: 18px;
}

.media-center .content-tabs .more-btn i {
    margin-right: 10px;
}

.media-center .contect-h-sider.owl-carousel .owl-item {
    padding: 15px;
}

.media-center .contect-h-sider.owl-carousel .owl-item .item {
    box-shadow: 0px 3px 6px rgb(0 0 0 / 15%);
    padding: 15px;
    border-radius: 7px;
    direction: rtl;
}

.media-center .contect-h-sider.owl-carousel .owl-item .item .img-block img {
    height: 160px;
    object-fit: contain;
}

@media (max-width: 991.98px) {
    .media-center .content-tabs .box-content .twitter-section .item .box {
        text-align: center;
    }
    .media-center .content-tabs .box-content .twitter-section .item .box .head {
        display: block;
        text-align: center;
    }
    .media-center .content-tabs .box-content .twitter-section .item .box .head img {
        margin: 0 auto;
    }
}

@media (max-width: 767.98px) {
    .media-center .content-tabs .box-content.news-content .all-news .item .new-info {
        margin-top: 20px;
    }
    .media-center .tab-list .content .box {
        font-size: 16px;
    }
    .media-center .tab-list .content .box:after {
        bottom: -76%;
    }
}

@media (max-width: 575.98px) {
    .media-center .content-tabs .box-content.news-content .all-news .item .new-info p {
        font-size: 14px;
    }
    .media-center .content-tabs .box-content.news-content .all-news .item .new-info h3 {
        font-size: 21px;
    }
    .media-center .content-tabs .more-btn {
        font-size: 16px;
    }
    .media-center .tab-list .content .box i {
        font-size: 22px;
    }
    .media-center .tab-list .content .box {
        font-size: 14px;
        min-height: 73px;
    }
    .media-center .tab-list .content .col-3 {
        padding: 0 7px;
    }
}


/*--------------------------------------------------------------
# End Media Center
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Start books page
--------------------------------------------------------------*/

.books-page {
    margin-top: 70px;
    overflow: visible;
}

.books-page .books-content {
    display: none;
}

.books-page .books-content.active {
    display: block;
}

.books-page .books-content .book-box {
    margin-bottom: 40px;
}

@media (max-width: 991.98px) {
    .books-page .books-parts {
        margin-bottom: 40px;
    }
    .books-page .books-content .book-box {
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    .books-page {
        overflow: hidden;
    }
}


/*--------------------------------------------------------------
# End books page
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# start single book page
--------------------------------------------------------------*/

.single-book-page {
    margin-top: 70px;
    overflow: visible;
}

.single-book-page .book-card {
    border: 1px solid #F1F1F1;
    box-shadow: 0 5px 25px rgba(71, 71, 71, 0.07);
    border-radius: 7px;
    background-color: #fff;
    margin-bottom: 30px;
}

.single-book-page .book-card .head {
    color: #4B6061;
    padding: 20px;
    border-bottom: 1px solid #EEEEEE;
    text-align: center;
    font-size: 19px;
}

.single-book-page .book-card .content {
    padding: 20px;
}

.single-book-page .book-card .content .item {
    display: flex;
    margin-bottom: 15px;
}

.single-book-page .book-card .content .item i {
    color: #4B6061;
    font-size: 21px;
    margin-inline-end: 10px;
}

.single-book-page .book-card .content .item h6 {
    color: #A9A9A9;
}

.single-book-page .book-card .content .item h6 span {
    color: #4B6061;
}

.single-book-page .book-card .content .item p {
    color: #A9A9A9;
}

.single-book-page .book-card .content .price {
    color: #A0A0A0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-book-page .book-card .content .price span {
    color: #FEBC34;
    font-size: 29px;
    font-weight: 900;
    margin-inline-end: 10px;
}

.single-book-page .book-card .content .main-btn {
    background: #10A206;
    color: #fff;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.single-book-page .book-video {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

.single-book-page .book-video img {
    border-radius: 6px;
}

.single-book-page .book-video .play-btn {
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

.single-book-page .show-book {
    text-align: center;
}

.single-book-page .book-info {
    margin: 50px 0;
}

.single-book-page .book-info .head {
    align-items: center;
}

.single-book-page .book-info .head h5 {
    color: #4B6061;
    margin-bottom: 0;
}

.single-book-page .book-info p {
    margin: 30px 0;
    line-height: 27px;
}

.single-book-page .book-info ul li {
    margin-bottom: 10px;
    color: #4B6061;
}

.single-book-page .book-info ul li img {
    margin-inline-end: 10px;
    max-width: 100%;
}

@media (max-width: 767.98px) {
    .single-book-page .book-info p {
        width: 100%;
    }
    .single-book-page .show-book img {
        width: 100%;
    }
    .single-book-page .book-video .image img {
        width: 100%;
    }
    .single-book-page .book-video .buy-btn {
        padding: 8px 30px;
        font-size: 14px;
    }
}


/*--------------------------------------------------------------
# End single book page
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Start contact Section
--------------------------------------------------------------*/

.contactUs-page {
    padding: 30px 0;
}

.contactUs-page .content {
    box-shadow: 0px 5px 15px rgba(88, 88, 88, 0.1);
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
}

.contactUs-page .content .image {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 100%;
}

.contactUs-page .content .image img {
    width: 100%;
    max-height: 458px;
    object-fit: cover;
}

.box-form {
    padding: 60px 60px 30px;
    background-color: #FAFAFA;
}

.box-form .head {
    margin-bottom: 30px;
}

.box-form .head h5 {
    font-weight: 900;
    text-align: center;
}

.box-form .input {
    padding-left: 0;
}

.box-form .input .form-control {
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.box-form .select {
    padding-right: 0;
}

.box-form .select .form-control {
    background-color: #E7E7E7;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    text-indent: 0px !important;
    padding: 0;
    height: 100%;
}

.box-form .form-group {
    margin-bottom: 1.5rem;
}

.box-form label {
    color: #7A7A7A;
}

.box-form .form-control {
    border: 1px solid #D9D9D9;
    box-shadow: none;
    background-size: 18px;
    padding: 20px 10px;
    background-position: 97% 50%;
    background-repeat: no-repeat;
    text-indent: 33px;
}

.box-form textarea.form-control {
    resize: none;
    height: 150px;
    padding: 10px;
}

.box-form .form-control.email {
    background-image: url(../img/icons/email.svg);
}

.box-form .form-control.user {
    background-image: url(../img/icons/user.svg);
}

.box-form .form-control.phone {
    background-image: url(../img/icons/phone.svg);
}

.box-form .form-control.message {
    background-image: url(../img/icons/opened.svg);
}

.box-form .form-control::placeholder {
    color: #B8B8B8;
}

.box-form textarea {
    text-indent: 0px !important;
}

.box-form .main-btn {
    width: 100%;
    border: 0;
    color: #fff !important;
    padding: 8px;
}

.box-form .main-btn:hover {
    background-color: #FEBC34 !important;
}

@media (max-width: 991.98px) {
    .contactUs-page .box-form {
        padding: 30px 20px 30px;
    }
}

@media (max-width: 767.98px) {
    .contactUs-page .o-1 {
        order: 1;
    }
    .contactUs-page .o-2 {
        order: 2;
    }
    .contactUs-page .box-form {
        background-color: #fff;
    }
    .contactUs-page .content .image {
        margin-bottom: 30px;
    }
}

@media (max-width: 575.98px) {
    .contactUs-page .form-control {
        border: 1px solid #D9D9D9;
        box-shadow: none;
        background-size: 15px;
        padding: 20px 10px;
        background-position: 97% 50%;
        background-repeat: no-repeat;
        text-indent: 18px;
    }
    .contactUs-page .form-control::placeholder {
        font-size: 13px;
    }
    .contactUs-page .box-form .head h5 {
        font-size: 17px;
    }
}


/*--------------------------------------------------------------
# End contact Section
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Start privacy page
--------------------------------------------------------------*/

.privacy-page {
    overflow: visible;
    margin-top: 50px;
}

.privacy-page .info .head {
    color: #292929;
    font-weight: 900;
}

.privacy-page .info p {
    color: #A0A0A0;
    margin: 20px 0;
}

.privacy-page .info ul {
    list-style-type: disc;
    padding-inline-start: 20px;
}

.privacy-page .info ul li {
    color: #686868;
    margin-bottom: 10px;
    font-size: 17px;
}

.privacy-page .image img {
    width: 100%;
}

@media (max-width: 991.98px) {
    .privacy-page .content-privacy {
        margin-top: 50px;
    }
}

@media (max-width: 767.98px) {
    .privacy-page .image {
        margin: 40px 0;
    }
}


/*--------------------------------------------------------------
# End privacy page
--------------------------------------------------------------*/

.consulting-page {
    padding: 70px 0;
}

.consulting-page .box {
    box-shadow: 0px 5px 15px rgba(143, 143, 143, 0.16);
    margin-bottom: 30px;
    border-radius: 5px;
}

.consulting-page .box a {
    color: #4B6061;
}

.consulting-page .box .image {
    position: relative;
    text-align: center;
}

.consulting-page .box .image * {
    transition: 0.3s;
}

.consulting-page .box .image img {
    max-width: 100%;
    border-radius: 5px 5px 0 0;
    height: 180px;
    object-fit: cover;
    width: 100%
}

.consulting-page .box .image i {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 45px;
    color: #FEBC34;
    opacity: 0;
}

.consulting-page .box .name {
    text-align: center;
    padding: 14px;
}

.consulting-page .box .name h5 {
    font-size: 18px;
    transition: 0.3s;
}

.consulting-page .box:hover .image img {
    filter: brightness(0.5);
}

.consulting-page .box:hover .image i {
    top: 50%;
    opacity: 1;
}

.consulting-page .box:hover .name {
    color: #FEBC34;
}

.single-consulting .image img {
    width: 100%;
}

.single-consulting .image .overlay {
    opacity: 1;
    background-color: rgba(16, 16, 16, 0.89);
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-consulting .image .overlay img {
    max-width: 100%;
    width: auto;
    margin: 0 auto;
}

.single-consulting .image .overlay h4 {
    color: #fff;
    margin-top: 15px;
    margin-bottom: 0;
    text-align: center;
}

@media (max-width: 767.98px) {
    .single-consulting .o-2 {
        order: 2;
    }
}

.online-training {
    padding: 70px 0;
    overflow: visible;
}

.online-training .box-training {
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.16);
}

@media (max-width: 991.98px) {
    .online-training .side-parts {
        margin-bottom: 30px;
    }
}

.single-training-page {
    padding: 40px 0;
    overflow: visible;
}

.single-training-page .lessons-card {
    background: #FAFAFA;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
    border: 1px solid #C0C0C0;
}

.single-training-page .lessons-card .head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    background: #4B6061;
    color: #fff;
    font-size: 14px;
}

.single-training-page .lessons-card .head h4 {
    font-size: 20px;
    font-weight: 900;
}

.single-training-page .lessons-card .head .videos {
    display: flex;
    align-items: center;
}

.single-training-page .lessons-card .head .videos i {
    margin-inline-start: 6px;
}

.single-training-page .lessons-card .content .item {
    border-bottom: 1px solid #EAEAEA;
    transition: 0.3s;
    cursor: pointer;
}

.single-training-page .lessons-card .content .item .name {
    position: relative;
    color: #A0A0A0;
    padding: 15px;
}

.single-training-page .lessons-card .content .item .name h6 {
    margin: 0;
}

.single-training-page .lessons-card .content .item .name i {
    position: absolute;
    top: 50%;
    left: 15px;
    transition: 0.3s;
    transform: translateY(-50%);
}

.single-training-page .lessons-card .content .item.active .name {
    color: #4B6061;
}

.single-training-page .lessons-card .content .item.active .name i {
    transform: translateY(-50%) rotate(0.5turn);
}

.single-training-page .lessons-card .content .lesson-content {
    font-size: 15px;
    color: #A0A0A0;
    cursor: default;
    display: none;
}

.single-training-page .lessons-card .content .lesson-content .lesson-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    transition: 0.3s;
}

.single-training-page .lessons-card .content .lesson-content .lesson-item img {
    margin-inline-end: 5px;
    width: 15px;
}

.single-training-page .lessons-card .content .lesson-content .lesson-item .details {
    display: flex;
    align-items: center;
    margin-inline-end: 15px;
}

.single-training-page .lessons-card .content .lesson-content .lesson-item .status {
    position: absolute;
    left: 8px;
}

.single-training-page .lessons-card .content .lesson-content .lesson-item .details .main-btn {
    min-width: 77px;
    padding: 5px 15px;
    text-align: center;
}

.single-training-page .lessons-card .content .lesson-content .lesson-item .details .record {
    background: #495057;
    color: #fff;
}

.single-training-page .lessons-card .content .lesson-content .lesson-item .details .live {
    border: 1px solid #F51B32;
    color: #F51B32;
}

.single-training-page .lessons-card .content .lesson-content .lesson-item .details .complete {
    background: #0E9809;
    color: #fff;
}

.single-training-page .lessons-card .content .lesson-content .lesson-item .details .date {
    color: #686868;
    margin-inline-end: 10px;
}

.single-training-page .lessons-card .content .lesson-content .lesson-item.active,
.single-training-page .lessons-card .content .lesson-content .lesson-item:hover {
    background: #F0F0F0;
}

.single-training-page .lessons-card .content .lesson-content a {
    display: block;
    color: #4B6061;
    font-size: 16px;
}

.single-training-page .lessons-card .content .lesson-content a i {
    margin-inline-end: 6px;
}

.single-training-page .lessons-card .content .lesson-content a svg {
    width: 22px;
    height: 22px;
    margin-inline-end: 4px;
    fill: #4B6061;
}

.single-training-page .training_team {
    box-shadow: 0 5px 9px rgba(78, 78, 78, 0.16);
    background-color: #fff;
    border-radius: 5px;
    padding: 15px 10px;
    margin-bottom: 30px;
}

.single-training-page .training_team .head {
    color: #4B6061;
    font-size: 21px;
}

.single-training-page .training_team .content {
    margin-top: 15px;
    background: #F3F3F3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    cursor: pointer;
}

.single-training-page .training_team .content .person {
    display: flex;
    align-items: center;
    border-radius: 2px;
}

.single-training-page .training_team .content .person img {
    margin-inline-end: 10px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.single-training-page .training_team .content .person .name {
    font-size: 18px;
    margin: 0;
}

.single-training-page .training_team .content .icon svg {
    width: 23px;
    height: 23px;
    color: #4B6061;
}

.single-training-page .training_team .info {
    padding: 0 10px 0;
    background: #F3F3F3;
    font-size: 15px;
    display: none;
}

.single-training-page .training_team .info p {
    margin: 0;
    padding-bottom: 10px;
}

.single-training-page .group_btns .main-btn {
    text-align: center;
    padding: 18px 10px;
}

.single-training-page .group_btns .main-btn i {
    margin-inline-end: 6px;
}

.single-training-page .group_btns .main-btn.main {
    width: 100%;
    color: #4B6061;
    font-size: 18px;
    margin-bottom: 10px;
}

.single-training-page .group_btns .main-btn.main:hover {
    background: #ffd06e;
}

.single-training-page .group_btns .tele {
    width: 50%;
    color: #fff;
    background: #33A8E1;
}

.single-training-page .group_btns .tele:first-of-type {
    margin-inline-end: 5px;
}

.single-training-page .group_btns .tele:last-of-type {
    margin-inline-start: 5px;
}

.single-training-page .group_btns .tele:hover {
    background: #2c8ab9;
}

.single-training-page .video-show {
    position: relative;
    overflow: hidden;
    border-radius: 7px;
}

.single-training-page .video-show iframe {
    width: 100% !important;
    height: 500px !important;
    margin-top: -45px;
}

.single-training-page .video-show img {
    max-width: 100%;
    border-radius: 5px;
    margin: 0 auto;
}

.single-training-page .video-show .play-btn {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.single-training-page .video_content {
    margin-top: 35px;
    box-shadow: 0 5px 9px rgba(78, 78, 78, 0.1);
    background-color: #fff;
    border-radius: 5px;
}

.single-training-page .video_content .tabs-list {
    box-shadow: 0px 5px 9px rgba(191, 191, 191, 0.08);
}

.single-training-page .video_content .tabs-list span {
    padding: 10px 15px;
    display: inline-block;
    cursor: pointer;
}

.single-training-page .video_content .tabs-list span.active {
    border-bottom: 2px solid #FEBC34;
    color: #FEBC34;
}

.single-training-page .video_content .content .box-content {
    display: none;
    transition: 0.3s;
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.single-training-page .video_content .content .box-content.active {
    display: block;
    animation: fadeInUp 1s both;
    -webkit-animation: fadeInUp 1s both;
}

.single-training-page .video_content .content .accessories-section .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #E7E7E7;
}

.single-training-page .video_content .content .accessories-section .item p {
    margin: 0;
    color: #A0A0A0;
}

.single-training-page .video_content .content .accessories-section .item .main-btn {
    background-color: #4B6061;
    color: #fff;
    text-align: center;
}

.single-training-page .video_content .content .accessories-section .item .main-btn i {
    margin-inline-end: 10px;
}

.single-training-page .video_content .content .accessories-section .item .main-btn:hover {
    background-color: #364747;
}

.single-training-page .comments-section {
    padding: 30px;
}

.scroll_comments {
    max-height: 440px;
    overflow: auto;
}

.scroll_comments::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

.scroll_comments::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: #FFB826;
}

.scroll_comments::-webkit-scrollbar-track {
    background-color: #E3E3E3;
}

.single-training-page .comments-section .comments-content .comment-in select {
    background: #EAEAEA;
    border: 0;
    padding: 7px;
    border-radius: 3px;
    outline: none;
    color: #4B6061;
}

.single-training-page .comments-section .comments-content .comment-in textarea {
    border: 1px solid #D9D9D9;
    height: 100px;
    margin: 15px 0;
    resize: none;
}

.single-training-page .comments-section .comments-content .comment-in .btn {
    border: 0;
    padding: 7px 35px;
    border-radius: 2px;
    color: #fff;
    background-color: #FEBC34;
}

.single-training-page .comments-section .comments-content .comment-in .btn.upload_image {
    margin: 0;
    text-align: center;
    background: #4b6061;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    height: 38px;
    font-size: 20px;
}

.single-training-page .comments-section .comments-content .comment-in .btn.upload_image:hover {
    background-color: #32494b;
}

.single-training-page .comments-section .comments-content .comment-in .btn:hover {
    background-color: #c49127;
}

.single-training-page .comments-section .comments-content .single-comment {
    margin: 40px 0px 20px;
    width: 100%;
}

.single-training-page .comments-section .comments-content .single-comment .person img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-inline-end: 10px;
}

.single-training-page .comments-section .comments-content .single-comment .text img {
    margin: 15px 0;
    width: 150px;
    height: 150px;
}

.single-training-page .comments-section .comments-content .single-comment .text p {
    margin: 15px 0;
    color: #4B6061;
    line-height: 30px;
}

.single-training-page .comments-section .comments-content .single-comment .control button {
    border: 0;
    background: none;
    position: relative;
}

.single-training-page .comments-section .comments-content .single-comment .control button:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
    transition: 0.3s;
}

.single-training-page .comments-section .comments-content .single-comment .control button:hover:after {
    width: 100%;
}

.single-training-page .comments-section .comments-content .single-comment .control button.replay-btn {
    color: #4B6061;
}

.single-training-page .comments-section .comments-content .single-comment .control button.replay-btn:after {
    background-color: #4B6061;
}

.single-training-page .comments-section .comments-content .single-comment .control button.replay-btn i {
    margin-inline-end: 3px;
}

.single-training-page .comments-section .comments-content .single-comment .control button.replaies-btn {
    color: #6CA3F7;
}

.single-training-page .comments-section .comments-content .single-comment .control button.replaies-btn:after {
    background-color: #6CA3F7;
}

.single-training-page .comments-section .comments-content .single-comment .control button.replaies-btn i {
    transition: 0.3s;
}

.single-training-page .comments-section .comments-content .single-comment .control button.replaies-btn span:nth-of-type(2) {
    margin: 0 2px;
}

.single-training-page .comments-section .comments-content .single-comment .control button.replaies-btn.active i {
    transform: rotate(0.5turn);
}

.single-training-page .comments-section .comments-content .single-comment .replaies-comments {
    margin-inline-start: 55px;
    margin-top: 25px;
    border-right: 2px solid #A0A0A0;
    padding-inline-start: 20px;
    padding-inline-end: 10px;
    display: none;
}

.single-training-page .comments-section .comments-content .single-comment .replaies-comments .person img {
    width: 35px;
    height: 35px;
}

.single-training-page .comments-section .comments-content .single-comment .replaies-comments .text p {
    margin: 10px 0;
    line-height: normal;
    font-size: 14px;
}

.single-training-page.before_login .lessons-card-show {
    box-shadow: 0 5px 9px rgba(78, 78, 78, 0.16);
    background-color: #fff;
    padding: 30px;
    border-radius: 7px;
    margin-bottom: 30px;
}

.single-training-page.before_login .lessons-card-show .head h4 {
    text-align: center;
    color: #4B6061;
    font-weight: 900;
}

.single-training-page.before_login .lessons-card-show .content .image {
    text-align: center;
    margin: 20px 0;
}

.single-training-page.before_login .lessons-card-show .content .image img {
    border-radius: 20px;
    border-radius: 15px;
    max-width: 100%;
}

.single-training-page.before_login .lessons-card-show .content .price {
    font-size: 18px;
    color: #4B6061;
    margin-bottom: 10px;
}

.single-training-page.before_login .lessons-card-show .content .price span {
    color: #FEBC34;
    font-size: 25px;
    font-weight: 900;
}

.single-training-page.before_login .lessons-card-show .content .details {
    margin: 25px 0;
}

.single-training-page.before_login .lessons-card-show .content .details label{
    margin: 0;
}

.single-training-page.before_login .lessons-card-show .content .details .single {
    display: block;
    margin-bottom: 10px;
    color: #686868;
}

.single-training-page.before_login .lessons-card-show .content .details .single img,
.single-training-page.before_login .lessons-card-show .content .details .single i {
    margin-inline-end: 7px;
    color: #4B6061;
}

.single-training-page.before_login .lessons-card-show .content .details .single span {
    display: block;
}

.single-training-page.before_login .lessons-card-show .content .details .desc {
    max-height: 100px;
    overflow: hidden;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
    overflow-y: auto;
    font-size: 14px;
}

.single-training-page.before_login .lessons-card-show .content .details .desc p {
    margin: 0;
}

.single-training-page.before_login .lessons-card-show .content .details .desc::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

.single-training-page.before_login .lessons-card-show .content .details .desc::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: #FEBC34;
}

.single-training-page.before_login .lessons-card-show .content .details .desc::-webkit-scrollbar-track {
    background-color: #f2f2f2;
}

.single-training-page.before_login .lessons-card-show .content .group_btns .main-btn {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-training-page.before_login .lessons-card-show .content .group_btns .main-btn.bag {
    border: 1px solid #FF5555;
    color: #4B6061;
}

.single-training-page.before_login .lessons-card-show .content .group_btns .main-btn.bag img {
    width: 20px;
    margin-inline-end: 8px;
}

.single-training-page.before_login .lessons-card-show .content .group_btns .main-btn.bag:hover {
    background: #FF5555;
    color: #fff;
}

.single-training-page.before_login .lessons-card-show .content .group_btns .main-btn.download {
    border: 1px solid #FEBC34;
    color: #4B6061;
}

.single-training-page.before_login .lessons-card-show .content .group_btns .main-btn.download i {
    font-size: 20px;
}

.single-training-page.before_login .lessons-card-show .content .group_btns .main-btn.download:hover {
    background: #FEBC34;
}

.single-training-page.before_login .lessons-card-show .content .group_btns .main-btn.inter {
    background: #FEBC34;
    border: 0;
}

.single-training-page.before_login .lessons-card-show .content .group_btns .main-btn.inter:hover {
    background: #ffd06e;
}

.single-training-page.before_login .video_content {
    padding: 20px;
}

.single-training-page.before_login .video_content .head {
    font-size: 22px;
    color: #4B6061;
    margin-bottom: 20px;
}

.single-training-page.before_login .video_content .lessons-card {
    background: none;
    border-radius: 0;
    margin-bottom: 0;
    border: 0;
}

.single-training-page.before_login .video_content .lessons-card .content .item {
    border-bottom: 0;
    margin-bottom: 10px;
    border-radius: 4px;
    overflow: hidden;
}

.single-training-page.before_login .video_content .lessons-card .content .item .name {
    background-color: #4B6061;
    color: #fff;
}

.single-training-page.before_login .video_content .lessons-card .content .item .lesson-item {
    background: #F3F3F3;
}

.single-training-page.before_login .video_content .lessons-card .content .item .lesson-item .details .date {
    margin: 0 10px;
}

.single-training-page.before_login .video_content .lessons-card .content .item.active .name {
    color: #fff;
}

.single-training-page .progress-bar-container {
    position: relative;
    display: inline-block;
    background-color: #dbdbdb;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 10px;
}

.single-training-page .progress-bar-container .progress-bar {
    height: 23px;
    background: #4b6061;
    font-weight: bold;
    display: flex;
    width: 0%;
    color: #4b6061;
}

.single-training-page .progress-bar-content {
    position: absolute;
    height: 100%;
    top: 0;
    color: #4b6061;
    font-weight: bold;
    font-size: 1rem;
    text-align: start;
    background: #ffc107;
}

.single-training-page .progress-bar-content .title {
    padding: 0 3%;
}

.relaited-courses {
    border-top: 1px solid #DADADA;
    margin-top: 80px;
    padding-top: 60px;
}

.relaited-courses .content{
    margin-top: 30px;
}

.relaited-courses .owl-carousel .item {
    padding: 10px;
}

.relaited-courses .box-training {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media (max-width: 991.98px) and (min-width: 576px) {
    .single-training-page.before_login .lessons-card-show .content .details .single span {
        display: inline-block;
    }
}

@media (max-width: 991.98px) {
    .single-training-page .o-2 {
        order: 2;
        margin-top: 30px;
    }
    .single-training-page .o-1 {
        order: 1;
    }
}

@media (max-width: 575.98px) {
    .single-training-page .lessons-card .content .lesson-content .lesson-item {
        border-bottom: 1px solid #ddd;
        font-size: 14px;
    }
    .single-training-page .lessons-card .content .lesson-content .lesson-item a {
        font-size: 14px;
    }
    .single-training-page .lessons-card .content .lesson-content .lesson-item .details {
        display: block;
        align-items: center;
    }
    .single-training-page .video_content .content .accessories-section .item {
        display: block;
        text-align: center;
    }
    .single-training-page .video_content .content .accessories-section .item p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .single-training-page .video_content .content .accessories-section .item .main-btn {
        font-size: 14px;
    }
    .single-training-page .comments-section {
        padding: 30px 10px;
    }
    .single-training-page .comments-section .comments-content .single-comment .replaies-comments {
        margin-inline-start: 20px;
        padding-inline-start: 10px;
    }
    .single-training-page .video-show iframe {
        height: 270px !important;
    }
}


/*========= start exam card ==========*/

.single-exam-page {
    padding: 40px 0;
}

.single-exam-page .heading p {
    margin-bottom: 0;
    color: #4b6061;
    font-weight: 900;
    font-size: 17px;
}

.single-exam-page .heading p i {
    margin-inline-end: 10px;
}

.single-exam-page .exam-box {
    box-shadow: 0px 8px 15px rgba(141, 141, 141, 0.11);
    background-color: #fff;
    padding: 15px;
    border-radius: 7px;
}

.single-exam-page .exam-box .question-box {
    direction: rtl;
    display: none;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.single-exam-page .exam-box .question-box.active {
    display: block;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.single-exam-page .exam-box .question-box .head {
    display: flex;
    align-items: center;
}

.single-exam-page .exam-box .question-box .head .name_ques {
    width: 80%;
    margin-inline-end: 10px;
}

.single-exam-page .exam-box .question-box .head .degree {
    padding: 10px;
    background: #f0f0f0;
    border-radius: 5px;
    color: #4b6061;
    position: relative;
    height: 55px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20%;
}

.single-exam-page .exam-box .question-box .head .degree i {
    margin-inline-end: 10px;
}

.single-exam-page .exam-box .question-box .content .image {
    margin: 20px 0;
}

.single-exam-page .exam-box .question-box .content .image img {
    max-width: 460px;
    max-height: 250px;
    border-radius: 5px;
    width: 100%;
}

.single-exam-page .exam-box .question-box .content .choices {
    margin: 20px 0;
}

.single-exam-page .exam-box .btn-wrapp {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.single-exam-page .exam-box .btn-wrapp button {
    border: 0;
    padding: 8px 30px;
    border-radius: 3px;
    outline: none;
    display: flex;
    align-items: center;
    transition: 0.3s;
}

.single-exam-page .exam-box .btn-wrapp #next {
    background: #05b12e;
    color: #fff;
}

.single-exam-page .exam-box .btn-wrapp #next i {
    margin-inline-end: 6px;
}

.single-exam-page .exam-box .btn-wrapp #next:hover {
    background: #058122;
}

.single-exam-page .exam-box .btn-wrapp #prev {
    background: none;
    border: 1px solid #febc34;
    color: #4b6061;
}

.single-exam-page .exam-box .btn-wrapp #prev i {
    margin-inline-start: 6px;
}

.single-exam-page .exam-box .btn-wrapp #prev:hover {
    background: #febc34;
    color: #4B6061;
}

.single-exam-page .exam-box .btn-wrapp .note {
    font-size: 20px;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.single-exam-page .exam-box .btn-wrapp .note.show {
    opacity: 1;
    visibility: visible;
    animation: vibrate 0.3s linear;
}

.single-exam-page .exam-box .final {
    text-align: center;
    margin-bottom: 50px;
}

.single-exam-page .exam-box .final .image_final {
    padding: 50px 50px 20px;
    text-align: center;
}

.single-exam-page .exam-box .final .image_final img {
    max-width: 300px;
    width: 100%;
}

.single-exam-page .exam-box .final p {
    text-align: center;
    font-size: 25px;
    color: #403e57;
}

.single-exam-page .exam-box .final .submit-btn {
    background: #4b6061;
    color: #fff;
    border: 0;
    padding: 8px 30px;
    border-radius: 3px;
    font-size: 15px;
    transition: 0.3s;
}

.single-exam-page .exam-box .final .submit-btn:hover {
    background: #4d7f81;
}

.single-exam-page .settings {
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(255, 246, 227, 1) 100%);
    box-shadow: 0 3px 6px rgba(0 0 0 /10%);
    border-radius: 5px;
}

.single-exam-page .top {
    padding: 30px 20px 20px;
}

.single-exam-page .top span {
    display: block;
    font-size: 19px;
    color: #4b6061;
}

.single-exam-page .top span.time {
    color: #292929;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.single-exam-page .top span.time .flip-clock {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
}

.single-exam-page .top span i {
    margin-inline-end: 10px;
}

.single-exam-page .bottom {
    border-top: 1px solid #e8e8e8;
    padding: 30px 20px 20px;
}

.single-exam-page .bottom h6 {
    font-size: 20px;
    color: #292929;
}

.single-exam-page .bottom .num-ques {
    margin-top: 20px;
    transition: 0.3s;
}

@media(min-width:992px) {
    .single-exam-page .bottom .num-ques {
        transform: translateX(0) !important;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

.single-exam-page .bottom .num-ques span {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #4b6061;
    color: #686868;
    border-radius: 50%;
    margin-inline-end: 20px;
    margin-bottom: 20px;
}

.single-exam-page .bottom .num-ques span.active {
    background-color: #febc34;
    color: #fff;
    border-color: #febc34;
}

@keyframes vibrate {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(7deg);
    }
    50% {
        transform: rotate(0deg);
    }
    75% {
        transform: rotate(-7deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/*========= start exam card ==========*/

.single-exam-card {
    padding: 50px 0;
}

.single-exam-card .exam-card {
    background: linear-gradient(150deg, rgba(255, 255, 255, 1) 0%, #ffebc0 100%);
    box-shadow: 0 8px 15px rgba(116, 116, 116, 0.14);
    text-align: center;
    padding: 60px;
    width: 60%;
    margin: 0 auto;
    border-radius: 10px;
}

.single-exam-card .exam-card .image img {
    max-width: 100%;
}

.single-exam-card .exam-card .content {
    margin-top: 30px;
}

.single-exam-card .exam-card .content .details {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 30px 0;
}

.single-exam-card .exam-card .content .details span {
    color: #4b6061;
}

.single-exam-card .exam-card .content .details span i {
    background: #febc34;
    color: #4B6061;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    margin-inline-end: 10px;
}

.single-exam-card .exam-card .content p {
    font-size: 19px;
    color: #4b6061;
    padding: 0 50px;
    font-weight: 900;
    margin-bottom: 30px;
}

.single-exam-card .exam-card .content .main-btn {
    background-color: #0e9809;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.single-exam-card .exam-card .content .main-btn i {
    margin-inline-start: 10px;
}

.single-exam-card .exam-card .content .main-btn:hover {
    background-color: #0e750a;
}

.single-training-page .single-exam-card {
    padding: 0 0 30px;
}

.single-training-page .single-exam-card .exam-card {
    width: 100%;
}


/*========= End exam card ==========*/


/*========= start exam result ==========*/

.exam_result {
    padding: 50px 0;
}

.exam_result .card-result {
    background-color: #fff;
    box-shadow: 0px 8px 15px rgba(116, 116, 116, 0.14);
    border-radius: 10px;
    padding: 60px 60px 30px;
    width: 80%;
    margin: 0 auto;
}

.exam_result .card-result .result-alert {
    background: #febc34;
    border-radius: 5px;
    padding: 20px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #4b6061;
    font-size: 18px;
    margin: 30px 0 15px;
}

.exam_result .card-result .result-alert p {
    margin: 0;
}

.exam_result .card-result .result-alert .right p span {
    font-size: 20px;
    margin-inline-start: 4px;
}

.exam_result .card-result .result-alert .right p span span {
    color: #fff;
}

.exam_result .card-result .result-alert .left {
    display: flex;
    align-items: center;
}

.exam_result .card-result .result-alert .left p {
    margin: 0 10px;
}

.exam_result .card-result .result-alert .left p span {
    font-size: 18px;
}

.exam_result .card-result .group-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.exam_result .card-result .group-btns .main-btn {
    max-width: 30%;
    flex: 30%;
    text-align: center;
    color: #fff;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.exam_result .card-result .group-btns .main-btn i {
    margin-inline-end: 10px;
}

.exam_result .card-result .group-btns .main-btn.green_bg:hover {
    background-color: #189113;
}

.exam_result .card-result .group-btns .main-btn.sec_bg:hover {
    background-color: #2a6568;
}

.exam_result .card-result .group-btns .main-btn.links {
    background-color: #2bb3b9;
}

.exam_result .card-result .group-btns .main-btn.links:hover {
    background-color: #259a9f;
}

.exam_result .card-result .group-btns .main-btn.print {
    background-color: #fff1d5;
    color: #4b6061;
    border: 0;
}

.exam_result .card-result .group-btns .main-btn.print:hover {
    background-color: #febc34;
    color: #fff;
}

.exam_result .card-result .analyzing {
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    padding: 20px;
}

.exam_result .card-result .analyzing .head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.exam_result .card-result .analyzing .head p {
    margin-bottom: 0;
    color: #4b6061;
    font-size: 18px;
}

.exam_result .card-result .analyzing .head p i {
    color: #febc34;
    margin-inline-end: 10px;
    font-size: 23px;
}

.exam_result .card-result .analyzing .rules span {
    display: inline-flex;
    align-items: center;
    margin-inline-end: 15px;
    color: #4b6061;
}

.exam_result .card-result .analyzing .rules span .circle {
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 50%;
    margin-inline-end: 8px;
}

.exam_result .card-result .analyzing .subjects {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}

.exam_result .card-result .analyzing .subjects .box {
    width: 50%;
    padding: 0 10px;
}

.exam_result .card-result .analyzing .subjects .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    border: 1px solid #f7f7f7;
    box-shadow: 0 5px 10px rgba(254, 188, 52, 0.17);
    padding: 15px;
    margin-bottom: 20px;
}

.exam_result .card-result .analyzing .subjects .item .num {
    margin-inline-end: 4px;
}

.exam_result .card-result .content-ques {
    margin-top: 30px;
}

.exam_result .card-result .content-ques .box {
    margin-bottom: 10px;
    background: #f0f0f0;
    border-radius: 5px;
}

.exam_result .card-result .content-ques .name_ques {
    cursor: pointer;
}

.exam_result .card-result .content-ques .name_ques .circle {
    left: 15px;
    top: 20px;
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.exam_result .card-result .content-ques .correct-ques {
    padding: 0 50px;
    display: none;
}

.exam_result .card-result .content-ques .correct-ques .choices {
    margin: 20px 0 0;
}

.exam_result .card-result .content-ques .correct-ques .choices .image {
    margin: 30px 0 40px;
}

.exam_result .card-result .content-ques .correct-ques .choices .image img {
    max-width: 400px;
    max-height: 300px;
    width: 100%;
}

.exam_result .card-result .content-ques .correct-ques .choices .icon i {
    margin-inline-start: 20px;
    font-size: 20px;
}

.exam_result .card-result .content-ques .correct-ques .choices .icon.wrong {
    color: #f51b32;
}

.exam_result .card-result .content-ques .correct-ques .choices .icon.wright {
    color: #0e9809;
}

.name_ques {
    padding: 10px;
    background: #f0f0f0;
    border-radius: 5px;
    color: #4b6061;
    position: relative;
}

.name_ques .num {
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #febc34;
    border-radius: 50%;
    color: #4B6061;
    margin-inline-end: 15px;
}

.name_ques h6 {
    display: inline-block;
    margin: 0;
    margin-top: 6px;
}

.name_ques .fa-chevron-down {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
}

.name_ques .fa-chevron-down.rotate {
    transform: translateY(-50%) rotate(180deg);
}


/*========= End exam result ==========*/

.common-questions .card-result .content-ques .correct-ques .choices {
    margin: 5px 0 15px;
    display: inline-block;
}

.common-questions .card-result .content-ques .correct-ques .choices p {
    margin: 0;
}

.common-questions .card-result .content-ques .box {
    background: transparent;
    margin: 0;
}

.common-questions .name_ques {
    padding: 15px 10px;
    background: transparent;
    border-bottom: 2px dashed #ddd;
    transition: .3s;
}

.common-questions .name_ques.active {
    background: #f0f0f0;
}

.common-questions .name_ques h6 {
    font-weight: 900;
}

.common-questions .card-result .content-ques .correct-ques {
    padding: 20px 15px;
    color: #999;
    border-bottom: 2px dashed #ddd;
}

.common-questions .card-result .content-ques .correct-ques .choices {
    margin: 0;
    padding: 0;
}

@media (max-width: 1199.98px) {
    .exam_result .card-result {
        width: 100%;
    }
}

@media (max-width: 991.98px) {
    .single-exam-page .exam-box {
        width: 100%;
    }
    .single-exam-page .o-2 {
        order: 2;
    }
    .single-exam-page .settings {
        margin-bottom: 30px;
    }
    .single-exam-card .exam-card {
        width: 80%;
    }
    .exam_result .card-result {
        padding: 40px 30px;
    }
    .single-exam-page .bottom {
        position: fixed;
        bottom: 0;
        background: #fff;
        z-index: 999999;
        overflow-y: auto;
        width: 100%;
        right: 0;
        padding: 10px;
        box-shadow: 0px 3px 10px rgb(0 0 0 / 40%);
    }
    .single-exam-page .bottom .num-ques {
        margin-top: 0;
        display: flex;
    }
    .single-exam-page .bottom .num-ques span {
        min-width: 30px;
        min-height: 30px;
        margin-bottom: 0;
    }
    .single-exam-page .bottom h6 {
        display: none;
    }
    .single-exam-page .bottom::-webkit-scrollbar {
        height: 5px;
        background-color: #F5F5F5;
    }
    .single-exam-page .bottom::-webkit-scrollbar-thumb {
        border-radius: 0;
        background-color: #FEBC34;
    }
    .single-exam-page .bottom::-webkit-scrollbar-track {
        background-color: #E3E3E3;
    }
}

@media (max-width: 767.98px) {
    .single-exam-card .exam-card {
        width: 100%;
    }
    .exam_result .card-result .result-alert .left {
        display: block;
    }
    .exam_result .card-result .analyzing .rules span {
        display: block;
    }
    .exam_result .card-result .analyzing .subjects .box {
        width: 100%;
        padding: 0;
    }
    .exam_result .card-result .group-btns {
        display: block;
    }
    .exam_result .card-result .group-btns .main-btn {
        max-width: 100%;
        width: 100%;
        flex: 100%;
        display: block;
        margin: 5px 0;
    }
    .single-exam-page .exam-box .question-box .head .degree {
        width: 30%;
    }
}

@media (max-width: 575.98px) {
    .single-exam-page .exam-box .owl-carousel .owl-nav {
        margin: 0;
    }
    .single-exam-page .exam-box .owl-carousel .owl-nav button {
        padding: 6px 15px !important;
        font-size: 13px;
    }
    .single-exam-page .exam-box .owl-carousel .owl-dots {
        margin-top: 60px;
    }
    .single-exam-page .exam-box .question-box .head {
        display: block;
    }
    .single-exam-page .exam-box .question-box .head .name_ques {
        width: 100%;
        margin-inline-end: 0;
        margin-bottom: 5px;
    }
    .single-exam-page .exam-box .question-box .head .degree {
        width: 100%;
    }
    .single-exam-card .exam-card {
        padding: 60px 20px;
    }
    .single-exam-card .exam-card .content p {
        padding: 0;
        font-size: 16px;
    }
    .single-exam-card .exam-card .content .main-btn {
        background-color: #0e9809;
        color: #fff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
    }
    .exam_result .card-result .result-alert {
        display: block;
        text-align: center;
        padding: 20px 10px;
    }
    .exam_result .card-result .result-alert p {
        margin-bottom: 10px !important;
    }
    .exam_result .card-result .analyzing {
        padding: 20px 10px;
    }
    .exam_result .card-result .analyzing .head {
        display: block;
    }
    .exam_result .card-result .analyzing .head p {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .exam_result .card-result .analyzing .subjects .item {
        display: block;
        padding: 10px;
        margin-bottom: 15px;
    }
    .exam_result .card-result .content-ques .name_ques {
        padding: 10px 5px;
    }
    .exam_result .card-result .content-ques .correct-ques {
        padding: 0 10px;
    }
    .exam_result .card-result .content-ques .name_ques .num {
        width: 28px;
        height: 28px;
        margin-inline-end: 6px;
    }
    .single-exam-page .exam-box .btn-wrapp {
        flex-wrap: wrap;
    }
    .single-exam-page .exam-box .btn-wrapp .note {
        order: 1;
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }
}

.custom-radio {
    display: flex;
    align-items: center;
    position: relative;
    padding-inline-start: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 17px;
    color: #4B6061;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default radio button */

.custom-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom radio button */

.checkmark {
    position: absolute;
    top: 4px;
    right: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #4B6061;
}


/* On mouse-over, add a grey background color */

.custom-radio:hover input~.checkmark {
    background-color: #FEBC34;
}


/* When the radio button is checked, add a blue background */

.custom-radio input:checked~.checkmark {
    background-color: #fff;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the indicator (dot/circle) when checked */

.custom-radio input:checked~.checkmark:after {
    display: block;
}


/* Style the indicator (dot/circle) */

.custom-radio .checkmark:after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #FEBC34;
}

.next-videos {
    background: #FAFAFA;
    border-radius: 5px;
}

.next-videos .head {
    border-bottom: 1px solid #EFEFEF;
    padding: 13px 20px;
    color: #4B6061;
    font-size: 19px;
}

.next-videos .content {
    padding: 0 20px;
    height: 430px;
    overflow-y: scroll;
}

.next-videos .content .box {
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid #EFEFEF;
}

.next-videos .content .box .image {
    margin-inline-end: 15px;
}

.next-videos .content .box .image img {
    width: 100px;
    border-radius: 5px;
    max-height: 100px;
    object-fit: cover;
}

.next-videos .content .box .info h6 {
    color: #4B6061;
}

.next-videos .content .box .info .view {
    color: #A0A0A0;
}

.next-videos .content .box .info .view i {
    margin-inline-end: 5px;
}

.next-videos .content::-webkit-scrollbar {
    width: 3px;
    background-color: #BEBEBE;
}

.next-videos .content::-webkit-scrollbar {
    width: 4px;
    background-color: #BEBEBE;
    border-radius: 10px;
}

.next-videos .content::-webkit-scrollbar-thumb {
    background-color: #FEBC34;
}

.next-videos .content::-webkit-scrollbar-thumb {
    background-color: #FEBC34;
    border-radius: 10px;
}

.next-videos .content::-webkit-scrollbar-track {
    background-color: #BEBEBE;
}

.next-videos .content::-webkit-scrollbar-track {
    background-color: #BEBEBE;
    border-radius: 10px;
}

.single-video-page .details_video {
    padding: 20px 0;
}

.single-video-page .details_video span {
    color: #4B6061;
    margin-inline-end: 25px;
    font-size: 18px;
}

.single-video-page .details_video span i {
    margin-inline-end: 7px;
}

.single-video-page .video_desc {
    border-top: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
    padding: 40px 0;
}

.single-video-page .video_desc h4 {
    font-size: 22px;
    margin-bottom: 20px;
}

.single-video-page .video_desc p {
    color: #4B6061;
}

.single-video-page .comments-section {
    padding: 30px 0;
}

.single-video-page .comments-section .head {
    margin-bottom: 25px;
    font-size: 20px;
}

.single-video-page .comments-section .head i {
    color: #FEBC34;
    margin-inline-end: 7px;
}

@media (max-width: 575.98px) {
    .next-videos .content .box .image img {
        width: 80px;
    }
}

.about_page {
    padding: 50px 0 0;
}

.about_page .desc p {
    color: #A0A0A0;
    margin: 30px 170px;
    text-align: center;
    line-height: 30px;
}

.about_page .owl-carousel {
    margin: 50px 0;
}

.about_page .owl-carousel .item {
    padding: 20px;
}

.about_page .owl-carousel .item .box {
    text-align: center;
    box-shadow: 0px 6px 20px rgba(112, 112, 112, 0.14);
    border-radius: 10px;
    padding: 20px;
}

.about_page .owl-carousel .item .box h5 {
    margin: 20px 0 0;
}

.about_page .owl-carousel .owl-item img {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    max-width: 100%;
}

.about_page .counter-section {
    background-image: url(../img/bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 90px 0;
    position: relative;
}

.about_page .counter-section:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(41, 41, 41, 0.86);
}

.about_page .counter-section .content {
    position: relative;
    z-index: 1;
}

.about_page .counter-section .box {
    text-align: center;
}

.about_page .counter-section .box .icon {
    background-color: rgba(254, 188, 52, 0.44);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.about_page .counter-section .box .icon img {
    width: 60px;
}

.about_page .counter-section .box .counter {
    margin: 10px 0 0;
    font-size: 40px;
    font-weight: 900;
    color: #FEBC34;
}

.about_page .counter-section .box h4 {
    margin: 0;
    color: #fff;
    font-weight: 900;
}

.about_page .welcome-section {
    background-color: unset;
}

.about_page .welcome-section .boxes {
    margin-top: 60px;
}

.about_page .welcome-section .boxes .box {
    box-shadow: 0 5px 15px rgba(184, 184, 184, 0.07);
}

.payment_page {
    padding: 50px 0;
}

.payment_page .tabs-li ul {
    display: flex;
    justify-content: center;
}

.payment_page .tabs-li ul li {
    text-align: center;
    margin: 0 20px;
    padding: 10px 20px;
    border: 1px solid #4B6061;
    border-radius: 7px 7px 0 0;
    background-color: rgba(254, 188, 52, 0.1);
    font-weight: 700;
    cursor: pointer;
    position: relative;
    z-index: 1;
    top: 1px;
}

.payment_page .tabs-li ul li.active {
    border-bottom: 1px solid #fff;
    background-color: #fff;
}

.payment_page .tabs-li img {
    width: 100px;
}

.payment_page .tabs-li .mada_logo {
    width: 60px;
}

.payment_page .payment-body {
    position: relative;
    z-index: 2;
    border: 1px solid #4B6061;
    background: #fff;
    border-radius: 10px;
    padding: 30px 15px;
    width: 90%;
    margin: 0 auto;
}

.payment_page .payment-body .box {
    display: none;
    transition: 0.3s;
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.payment_page .payment-body .box.active {
    display: block;
    animation: fadeInUp 1s both;
    -webkit-animation: fadeInUp 1s both;
}

.payment_page .payment-body .box .head h5 {
    font-weight: 900;
    margin-bottom: 25px;
}

.payment_page .payment-body .box label {
    display: block;
    color: #888;
    font-weight: 700;
    font-size: 14px;
    margin-inline-start: 10px;
}

.payment_page .payment-body .box .form-control {
    border-radius: 50px;
    border: 2px solid #bbb;
    box-shadow: none;
}

.payment_page .payment-body .box .custom-inputs {
    display: flex;
    align-items: center;
}

.payment_page .payment-body .box .custom-inputs .break {
    padding: 0 10px;
}

.payment_page .payment-body .box .copon-input {
    display: flex;
    align-items: center;
    border: 2px solid #bbb;
    border-radius: 50px;
    padding: 3px;
}

.payment_page .payment-body .box .copon-input input {
    border: 0;
    height: 30px;
}

.payment_page .payment-body .box .copon-input .main-btn {
    padding: 5px 30px;
    border-radius: 50px;
    color: #fff;
    border: 0;
}

.payment_page .payment-body .box .copon-input .main-btn:hover {
    background-color: #4B6061;
    color: #fff;
}

.payment_page .payment-body .box .visa-form .details {
    padding: 15px 10px;
    border-top: 1px solid #ddd;
    margin-top: 35px;
}

.payment_page .payment-body .box .visa-form .details .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.payment_page .payment-body .box .visa-form .details .item p {
    margin: 0;
    font-weight: 700;
}

.payment_page .payment-body .box .visa-form .details .main-btn {
    width: 100%;
    text-align: center;
    background: #4B6061;
    border-radius: 50px;
    color: #fff;
    border: 0;
}

.payment_page .payment-body .box .visa-form .details .main-btn:hover {
    background-color: #364747;
}

.payment_page .payment-body #bank-method label {
    color: #212121;
}

.payment_page .payment-body #bank-method .visa-form .details {
    margin: 0;
}

.payment_page .payment-body #bank-method .visa-form .details .item:last-of-type {
    margin-bottom: 0;
}

.payment_page .payment-body #bank-method .account {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    margin-inline-start: 20px;
}

.payment_page .payment-body #bank-method .account label {
    margin-bottom: 0;
}

.payment_page .payment-body #bank-method .info-bank .main-btn {
    width: 100%;
    text-align: center;
    background: #4B6061;
    border-radius: 50px;
    color: #fff;
}

.payment_page .payment-body #bank-method .info-bank .copon-input .main-btn {
    width: auto;
}

.payment_page .payment-body #bank-method .info-bank .main-btn:hover {
    background-color: #364747;
}

.payment_page input[type=number]::-webkit-outer-spin-button,
.payment_page input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.payment_page input[type=number] {
    -moz-appearance: textfield;
}

.payment_page .error_message {
    margin-inline-start: 10px;
    color: #e23333;
    display: none;
}

.payment_page .error_message.active {
    display: block;
}

@media (max-width: 991.98px) {
    .payment_page .payment-body #bank-method .info-bank {
        margin-top: 40px;
    }
    .about_page .desc p {
        margin: 30px 0;
        font-size: 15px;
    }
}

@media (max-width: 767.98px) {
    .payment_page .payment-body {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .payment_page .payment-body .box .visa-form .details {
        font-size: 15px;
    }
    .payment_page .tabs-li ul li {
        margin: 0 6px;
    }
    .payment_page .payment-body .box .cost {
        margin-bottom: 10px;
    }
    .payment_page .tabs-li img {
        width: 60px !important;
    }
    .payment_page .tabs-li .mada_logo {
        width: 50px !important;
    }
}

.sign-page .verifBy label {
    border: 1px solid #4b6061;
    padding: 10px;
    text-align: center;
    color: #4b6061;
    border-radius: 3px;
    cursor: pointer;
}

.sign-page .verifBy label.active {
    color: #fff;
    background: #4b6061;
}


/*----------------------------------------------
# start Payment Page
------------------------------------------------*/

.payment_page {
    padding: 50px 0;
}

.payment_page .tabs-li ul {
    display: flex;
    justify-content: center;
}

.payment_page .tabs-li ul li {
    text-align: center;
    margin: 0 20px;
    padding: 10px 20px;
    border: 1px solid #4B6061;
    border-radius: 7px 7px 0 0;
    background-color: rgba(254, 188, 52, 0.1);
    font-weight: 700;
    cursor: pointer;
    position: relative;
    z-index: 1;
    top: 1px;
}

.payment_page .tabs-li ul li.active {
    border-bottom: 1px solid #fff;
    background-color: #fff;
}

.payment_page .tabs-li img {
    width: 100px;
}

.payment_page .payment-body {
    position: relative;
    z-index: 2;
    border: 1px solid #4B6061;
    background: #fff;
    border-radius: 10px;
    padding: 30px 15px;
    width: 90%;
    margin: 0 auto;
}

.payment_page .payment-body .box {
    display: none;
    transition: 0.3s;
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.payment_page .payment-body .box.active {
    display: block;
    animation: fadeInUp 1s both;
    -webkit-animation: fadeInUp 1s both;
}

.payment_page .payment-body .box .head h5 {
    font-weight: 900;
    margin-bottom: 25px;
}

.payment_page .payment-body .box label {
    display: block;
    color: #888;
    font-weight: 700;
    font-size: 14px;
    margin-inline-start: 10px;
}

.payment_page .payment-body .box .form-control {
    border-radius: 50px;
    border: 2px solid #bbb;
    box-shadow: none;
}

.payment_page .payment-body .box .custom-inputs {
    display: flex;
    align-items: center;
}

.payment_page .payment-body .box .custom-inputs .break {
    padding: 0 10px;
}

.payment_page .payment-body .box .copon-input {
    display: flex;
    align-items: center;
    border: 2px solid #bbb;
    border-radius: 50px;
    padding: 3px;
}

.payment_page .payment-body .box .copon-input input {
    border: 0;
    height: 30px;
}

.payment_page .payment-body .box .copon-input .main-btn {
    padding: 5px 30px;
    border-radius: 50px;
    color: #fff;
}

.payment_page .payment-body .box .copon-input .main-btn:hover {
    background-color: #4B6061;
    color: #fff;
}

.payment_page .payment-body .box .info-visa .details {
    padding: 15px 10px;
    border-top: 1px solid #ddd;
    margin-top: 35px;
}

.payment_page .payment-body .box .info-visa .details .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.payment_page .payment-body .box .info-visa .details .item p {
    margin: 0;
    font-weight: 700;
}

.payment_page .payment-body .box .info-visa .details .main-btn {
    width: 100%;
    text-align: center;
    background: #4B6061;
    border-radius: 50px;
    color: #fff;
}

.payment_page .payment-body .box .info-visa .details .main-btn:hover {
    background-color: #364747;
}

.payment_page .payment-body #bank-method label {
    color: #212121;
}

.payment_page .payment-body #bank-method .info-visa .details {
    margin: 0;
}

.payment_page .payment-body #bank-method .info-visa .details .item:last-of-type {
    margin-bottom: 0;
}

.payment_page .payment-body #bank-method .account {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    margin-inline-start: 20px;
}

.payment_page .payment-body #bank-method .account label {
    margin-bottom: 0;
}

.payment_page .payment-body #bank-method .info-bank .main-btn {
    width: 100%;
    text-align: center;
    background: #4B6061;
    border-radius: 50px;
    color: #fff;
}

.payment_page .payment-body #bank-method .info-bank .main-btn:hover {
    background-color: #364747;
}

.payment_page input[type=number]::-webkit-outer-spin-button,
.payment_page input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.payment_page input[type=number] {
    -moz-appearance: textfield;
}

.payment_page .error_message {
    margin-inline-start: 10px;
    color: #e23333;
    display: none;
}

.payment_page .error_message.active {
    display: block;
}

@media (max-width: 991.98px) {
    .payment_page .payment-body #bank-method .info-bank {
        margin-top: 40px;
    }
}

@media (max-width: 767.98px) {
    .payment_page .payment-body {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .payment_page .payment-body .box .info-visa .details {
        font-size: 15px;
    }
    .payment_page .tabs-li ul li {
        margin: 0 6px;
    }
    .payment_page .payment-body .box .cost {
        margin-bottom: 10px;
    }
}


/*----------------------------------------------
# start Payment Page
------------------------------------------------*/


/*--------------------------------------------------------------
# Start footer top
--------------------------------------------------------------*/

.footer {
    color: #fff;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
    padding: 60px 0 30px;
    overflow: hidden;
    margin-top: 50px;
}

.footer:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(20, 20, 20, 0.9);
}

.footer .content {
    position: relative;
    z-index: 1;
}

.footer .content .bottom {
    display: flex;
    align-items: center;
}

.footer .content .bottom .list {
    display: flex;
}

.footer .content .bottom .list a {
    color: #fff;
    padding-inline-end: 20px;
}

.footer .content .bottom .list a:hover {
    color: #FEBC34;
}

.footer .content .bottom .logo {
    justify-content: flex-end;
    display: flex;
}

.footer .content .head {
    position: relative;
    font-size: 22px;
    margin-bottom: 30px;
    padding-bottom: 15px;
}

.footer .content .head:before {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    background-color: #fff;
    width: 50px;
    height: 2px;
}

.footer .content .box {
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 10px;
    overflow: hidden;
}

.footer .content .box.numbers {
    padding: 0;
}

.footer .content .box.numbers h5 {
    background-color: #fff;
    color: #292929;
    padding: 8px 10px;
    font-size: 18px;
}

.footer .content .box.numbers .items {
    padding: 15px;
}

.footer .content .box.numbers .items .item {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

.footer .content .box.numbers .items .item i {
    margin-left: 10px;
}

.footer .content .box.numbers .items .item a {
    color: #fff;
}

.footer .content .newsletter {
    margin-top: 30px;
}

.footer .content .newsletter label {
    margin-bottom: 12px;
}

.footer .content .map-box .map {
    width: 100%;
    height: 225px;
    border-radius: 10px;
    overflow: hidden;
}
.footer .content .map-box .map a{
    display: block;
}
.footer .content .map-box .map img{
    width: 100%;
    height: 100%;
}

.footer .content .map-box .map iframe {
    width: 100%;
    height: 100%;
}

.footer .content .map-box .email-meta {
    margin-top: 25px;
}

.footer .content .map-box .email-meta p {
    margin-bottom: 8px;
}

.footer .content .map-box .email-meta .box-email {
    background: #fff;
    color: #000;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .content .map-box .email-meta .box-email a {
    color: #4B6061;
}

.footer .content .map-box .email-meta .box-email i {
    margin-inline-end: 15px;
    color: #FEBC34;
}

.footer .content .contact-form textarea {
    height: 150px;
    text-indent: 0;
}

.footer .content .form-control {
    background: no-repeat;
    border: 1px solid #fff;
    box-shadow: none;
    color: #fff;
    margin-bottom: 10px;
    border-radius: 8px;
    background-size: 22px;
    padding: 20px 10px;
    background-position: 97% 50%;
    background-repeat: no-repeat;
    text-indent: 33px;
}

.footer .content .form-control.email {
    background-image: url(../img/email.svg);
}

.footer .content .form-control.user {
    background-image: url(../img/user.svg);
}

.footer .content .form-control::placeholder {
    color: #D1D1D1;
}

.footer .content .main-btn {
    border: 0;
}

.footer .content .main-btn:hover {
    background-color: #ffd06e;
}

.footer .content .sochial {
    text-align: center;
}

.footer .content .sochial a {
    width: 40px;
    height: 40px;
    border: 1px solid #D1D1D1;
    color: #D1D1D1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 5px;
}

.footer .content .sochial a:hover {
    background-color: #FEBC34;
    border: 1px solid #FEBC34;
    color: #fff;
}

@media (max-width: 991.98px) {
    .footer .contact-form {
        margin-top: 60px;
    }
}

@media (max-width: 767.98px) {
    .footer .map-box {
        margin-top: 60px;
    }
    .footer .content .bottom .list {
        justify-content: center;
        margin-bottom: 30px;
    }
    .footer .content .bottom .logo {
        justify-content: center;
    }
    .footer .content .sochial a{
        margin: 0 10px;
    }
}


/*--------------------------------------------------------------
# End footer top
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Strat footer bootom
--------------------------------------------------------------*/


/* .footer-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.footer-bottom .one {
    background: #3CD6BC;
}

.footer-bottom .two {
    background: #1EC845;
}

.footer-bottom .three {
    background: #FEBC34;
}

.footer-bottom .link {
    color: #fff;
    height: 100%;
    padding: 18px 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-bottom .link .box i {
    margin-left: 10px;
    font-size: 18px;
    transition: 0.3s;
}

.footer-bottom .link:hover .box i {
    transform: rotate(1turn);
}

@media (max-width: 767.98px) {
    .footer-bottom .link .box {
        font-size: 14px;
    }
}

@media (max-width: 575.98px) {
    .footer {
        padding: 60px 0 202px;
    }
    .footer-bottom .link {
        padding: 4px 10px;
    }
    .footer-bottom .link span {
        font-size: 11px;
    }
    .footer-bottom .link .box i {
        font-size: 13px;
    }
} */

.footer_sochial {
    position: fixed;
    left: 0;
    bottom: 40px;
    padding-inline-end: 30px;
    z-index: 9999;
}

.footer_sochial a {
    display: flex;
    width: 45px;
    height: 45px;
    background: #000;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 10px 0;
    font-size: 18px;
    color: #fff;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 14%);
}

.footer_sochial a.mobile {
    background-color: #3CD6BC;
}

.footer_sochial a.whatsapp {
    background-color: #1EC845;
}

.footer_sochial a.question {
    background-color: #FEBC34;
    color: #4b6061;
}

@media(max-width:575.98px) {
    .footer_sochial {
        bottom: 5px;
        padding-inline-end: 18px;
        z-index: 9999;
    }
    .footer_sochial a {
        width: 40px;
        height: 40px;
        font-size: 17px;
        margin: 20px 0;
    }
}


/*--------------------------------------------------------------
# End footer bootom
--------------------------------------------------------------*/


/*start plugins*/


/*start button up*/

.up {
    position: fixed;
    right: 30px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    color: #4b6061;
    background-color: #FEBC34;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.up:hover {
    transform: scale(1.1);
}

.up.fade {
    visibility: visible;
    opacity: 1;
    bottom: 30px;
}


/*End button up*/

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


/*Start Loading-page*/

.spin-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spin-wrapper .half-top {
    position: absolute;
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    background: #111;
}

.spin-wrapper .half-bottom {
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    background: #111;
}

.spin-wrapper .spinner {
    position: absolute;
    height: 60px;
    width: 60px;
    border: 3px solid transparent;
    border-top-color: #FEBC34;
    top: 50%;
    left: 50%;
    margin: -30px;
    border-radius: 50%;
    animation: spin 2s linear infinite;
}

.spin-wrapper .spinner:before,
.spin-wrapper .spinner:after {
    content: "";
    position: absolute;
    border: 3px solid transparent;
    border-radius: 50%;
}

.spin-wrapper .spinner:before {
    border-top-color: #4B6061;
    top: -12px;
    left: -12px;
    right: -12px;
    bottom: -12px;
    animation: spin 3s linear infinite;
}

.spin-wrapper .spinner:after {
    border-top-color: #ff2561;
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    animation: spin 4s linear infinite;
}

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


/*End plugins*/

.gsap-reveal {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.gsap-reveal .cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FFF;
}

.gsap-reveal-hero {
    line-height: 0;
}

.gsap-reveal-hero .reveal-wrap {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.gsap-reveal-hero .reveal-wrap .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #febc34;
    margin-left: -100%;
    z-index: 2;
}

.gsap-reveal-hero .reveal-wrap .reveal-content {
    line-height: 1.5;
    z-index: 1;
    display: inline-block;
    transform: translateX(-100%);
}

.gsap-reveal-img {
    line-height: 0;
}

.gsap-reveal-img .reveal-wrap {
    position: relative;
    overflow: hidden;
}

.gsap-reveal-img .reveal-wrap .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #febc34;
    margin-left: -100%;
    z-index: 9;
}

.gsap-reveal-img .reveal-wrap .reveal-content {
    opacity: 0;
    visibility: hidden;
}

.gsap-reveal-img .reveal-wrap .reveal-content .portfolio-item-content h3 {
    margin-bottom: 10px;
}

.page {
    background-color: #353535;
}

.page-content {
    height: 200%;
    transform-origin: top left;
    transition: transform 0.7s cubic-bezier(1, 0.005, 0.24, 1);
    background-color: #FFF;
    position: relative;
    z-index: 10;
}

.page-content:before {
    position: absolute;
    content: "";
    background-image: url(../img/nav_bg.png);
    top: -100px;
    left: 0;
    width: 100%;
    height: 522px;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -2;
}

.menu_toggle {
    z-index: 900;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    cursor: pointer;
    width: 100px;
    height: 80px;
    background-color: #f6f6f6;
    border-bottom-right-radius: 100%;
}

.menu_toggle:active i {
    opacity: 0.8;
}

.menu_toggle i {
    color: #FEBC34;
}

.menu_toggle .menu_open,
.menu_toggle .menu_close {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -12px;
    transition: transform 0.7s cubic-bezier(1, 0.005, 0.24, 1);
}

.menu_toggle .menu_open {
    transform-origin: -100px -100px;
}

.menu_toggle .menu_close {
    transform: rotate(20deg);
    transform-origin: -100px -160px;
}

.shazam .menu_open {
    transform: rotate(-20deg);
}

.shazam .menu_close {
    transform: rotate(0);
}

.menu_items {
    position: fixed;
    bottom: 0;
    left: 0px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.menu_items li {
    height: 60px;
    margin-bottom: 15px;
    transform: translateX(-300px);
    transition: transform 0.7s 0s cubic-bezier(1, 0.005, 0.24, 1);
}

.menu_items li:nth-child(2) {
    margin-left: 40px;
}

.menu_items li:nth-child(3) {
    margin-left: 80px;
}

.menu_items a {
    display: flex;
    text-decoration: none;
    text-transform: uppercase;
    color: #a4a4a4;
    transition: color 0.2s;
    align-items: center;
}

.menu_items a .icon {
    width: 45px;
    height: 45px;
    display: inline-flex;
    border: 1px solid;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

.menu_items a:hover {
    color: #f0f0f0;
}

.menu_items a:hover .icon {
    color: #f0f0f0;
}

.menu_items a:active .icon {
    color: #FEBC34;
    border-color: #FEBC34;
}


/* Let's open up the menu */

@media (min-width: 768px) {
    .menu_toggle {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .menu_toggle {
        width: 60px;
        height: 50px;
        font-size: 14px;
    }
}


/*********** Start buttons ************/

.main-btn {
    padding: 10px 30px;
    color: #FEBC34;
    border-radius: 5px;
    transition: 0.3s;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
}

.main-btn.main {
    background-color: #FEBC34;
    color: #4b6061;
}

.main-btn.main:hover {
    background-color: #fff;
}

.main-btn.white {
    background-color: #fff;
    color: #292929;
}

.main-btn.gray:hover {
    background-color: #FEBC34;
    color: #fff;
}

.main-btn.solid {
    background-color: #FEBC34;
    color: #fff;
}

.main-btn.solid:hover {
    background-color: #4b6061;
}


/*********** End buttons ************/

.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 0;
    margin: 0;
    transform: translateY(-40px);
}

.owl-carousel .owl-nav button {
    position: absolute;
    background: #FEBC34 !important;
    width: 40px;
    height: 40px;
    color: #4b6061 !important;
    outline: none;
    transition: 0.3s;
}

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

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

.owl-carousel .owl-nav button:hover {
    background-color: #ffd06e !important;
}

.owl-theme .owl-dots .owl-dot span {
    width: 19px;
    height: 8px;
    margin: 5px 3px;
    transition: 0.3s;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #FEBC34;
    width: 28px;
}

.owl-theme .owl-dots {
    margin-top: 20px;
}

@media (max-width: 767.98px) {
    .owl-carousel {
        width: 100% !important;
    }
    .owl-carousel .owl-nav {
        position: unset;
        top: 50%;
        width: 100%;
        height: auto;
        margin-top: 10px;
        transform: none;
    }
    .owl-carousel .owl-nav button {
        position: unset;
    }
}

@media (max-width: 575.98px) {
    .owl-carousel .owl-nav button {
        width: 35px;
        height: 35px;
    }
}


/*--------------------------------------------------------------
# Start Main Heading
--------------------------------------------------------------*/

.heading {
    text-align: center;
}

.heading h2 {
    font-size: 27px;
    font-weight: 900;
}

.heading .line {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 2px;
    background: #FEBC34;
}

.heading .line:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #FEBC34;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: animate-heading 10s infinite linear;
}

@keyframes animate-heading {
    0% {
        left: 0%;
    }
    50% {
        left: 100%;
    }
    100% {
        left: 0%;
    }
}


/*--------------------------------------------------------------
# End Main Heading
--------------------------------------------------------------*/

.popup {
    position: fixed;
    background: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}

.popup.show {
    opacity: 1;
    visibility: visible;
}

.popup-search .input-search {
    width: 400px;
    display: flex;
    align-items: center;
}

.popup-search .input-search .form-control {
    background: none;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    box-shadow: none;
}

.popup-subs {
    background-color: rgba(10, 10, 10, 0.66);
}

.popup-subs .inner {
    background: linear-gradient(135deg, white 0%, #ffedc9 100%);
    width: 45%;
    height: auto;
    padding: 70px 100px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-300px);
    transition: 0.4s;
    opacity: 0;
}

.popup-subs .inner.active {
    transform: translateY(0);
    opacity: 1;
}

.popup-subs .inner form {
    background: #fff;
    padding: 25px;
    box-shadow: 0 5px 9px rgba(0, 0, 0, 0.11);
    border-radius: 7px;
    width: 100%;
}

.popup-subs .inner form h5 {
    color: #4B6061;
    margin: 0 0 15px;
    font-weight: 900;
}

.popup-subs .inner form ul li {
    margin-bottom: 8px;
    color: #4B6061;
}

.popup-subs .inner form ul li i {
    margin-inline-end: 8px;
}

.popup-subs .inner form .agree {
    margin: 15px 0;
    color: #4B6061;
}

.popup-subs .inner form .main-btn {
    width: 100%;
    border: 0;
    color: #fff;
}

.popup-subs .inner form .main-btn:hover {
    background-color: #ffd06e;
}

@media (max-width: 1199.98px) {
    .popup-subs .inner {
        width: 65%;
    }
}

@media (max-width: 991.98px) {
    .popup-subs .inner {
        width: 80%;
    }
}

@media (max-width: 767.98px) {
    .popup-subs .inner {
        padding: 45px 40px;
    }
}

@media (max-width: 575.98px) {
    .popup-search .inner {
        width: 80%;
    }
    .popup-search .input-search {
        width: 100%;
    }
    .popup-subs .inner {
        width: 90%;
        padding: 30px 15px;
        height: auto;
    }
    .popup-subs .inner form {
        padding: 10px;
    }
}



/*================== start news page =================*/

.news_page {
    padding: 70px 0;
}

.news_page .side-parts {
    top: 0;
}

.news_page .side-parts .head {
    padding: 10px;
    font-size: 23px;
    margin: 0;
    border-bottom: 1px solid #999;
    background: linear-gradient(104deg, #febc34 0%, #ffd682 100%);
}

.news_page .next-videos.latest_news .content .box .image img {
    min-width: 100px;
}

.news_page .next-videos.latest_news .info p {
    margin-bottom: 5px;
    font-size: 14px;
}

.news_page .content_news .new-box {
    box-shadow: 0px 7px 35px rgba(126, 126, 126, 0.11);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 30px;
}

.news_page .content_news .new-box .info {
    margin-top: 15px;
    padding: 0 20px 20px;
}

.news_page .content_news .new-box .info span {
    color: #707070;
}

.news_page .content_news .new-box .info h3 {
    margin: 10px 0 15px;
    font-size: 24px;
}

.news_page .content_news .new-box .info p {
    color: #707070;
}

.news_page .content_news .new-box .info .arrow {
    display: inline-flex;
    width: 40px;
    height: 40px;
    background: #FAFAFA;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    color: #FEBC34;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
}

.news_page.single_new {
    padding: 70px 0 0;
}

.news_page.single_new .new-box {
    box-shadow: none;
}

.news_page.single_new .new-box .info {
    padding: 0;
}

.news_page.single_new .new-box .info .group_imgs {
    margin: 30px 0 20px;
}

.news_page.single_new .new-box .info .group_imgs img {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 6px;
    max-height: 400px;
    object-fit: cover;
}

@media (max-width: 991.98px) {
    .news_page .content_news {
        margin-top: 50px;
    }
}


/*================== End news page =================*/


/*================== Start login  =================*/
.login-in {
    box-shadow: 0px 5px 15px rgb(88 88 88 / 10%);
    border-radius: 8px;
    /*    background: #FAFAFA;*/
}

.login-in .col-md-6 {
    padding: 0;
}

.login-in .form-login {
    padding: 80px 100px;
    background: #FAFAFA;
    height: 100%;
}

.login-in .form-login h3 {
    color: #292929;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 40px;
}

.login-in .form-group {
    margin: 25px 0;
    position: relative;
}

.login-in .form-group .form-control {
    height: 41px;
    background: #fff;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    padding-inline-start: 35px;
    font-size: 16px;
    color: #000;
}

.login-in .form-group textarea.form-control {
    resize: none;
}

.login-in .form-group select.form-control,
.login-in .form-group textarea {
    padding: 10px !important;
}

.login-in .form-group .icon-input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 12px 15px;
    color: #A0A0A0;
    font-size: 16px;
    transition: all .5s;
}

.login-in .form-group .toggle-password {
    position: absolute;
    left: 0;
    top: 0;
    margin: 13px 15px;
    color: #4B6061;
    font-size: 14px;
}

.login-in .form-group .forget-pass {
    display: flex;
    justify-content: flex-end;
    color: #2F3BD8;
    font-size: 16px;
    line-height: 20px;
}

.login-in input.btn-form {
    width: 100%;
    background: #FEBC34;
    border-radius: 5px;
    height: 41px;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    font-size: 16px;
    color: #4B6061;
    transition: all .5s;
}

.login-in .new-acc {
    margin-bottom: 20px;
}

.login-in .new-acc a {
    font-size: 18px;
    display: block;
    color: #292929;
    text-align: center;
}

.login-in .login-slider {
    direction: ltr;
}

.login-in .login-block {
    height: 377px;
}

.login-in .login-block img {
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    width: auto !important;
    margin: 0 auto;
}

.login-in .login-slider {
    padding: 40px;
    background: #fff;
    display: flex !important;
    align-items: center;
    height: 100%;
}

.login-in .login-slider .owl-dots .owl-dot span {
    background: #FEBC34;
    opacity: .41;
    width: 12px !important;
    height: 12px !important;
}

.login-in .login-slider .owl-dots .owl-dot.active span {
    opacity: 1;
}

.login-in .form-group .form-control:focus {
    box-shadow: none;
    border-color: #f9ad1b;
}

.login-in .form-group .form-control:focus+.icon-input {
    color: #f9ad1b;
}

.login-in input.btn-form:hover {
    background: #ffd06e;
}

.login-in .login-in form .col-md-6 {
    padding: 0 15px;
}

.login-in .iti {
    width: 100%;
}

.login-in .iti .form-control.phone {
    padding: 0 40px;
}

.login-in .alre-acc {
    margin: 20px 0;
}

.login-in .alre-acc p {
    text-align: center;
    color: #292929;
    font-size: 18px;
}

.login-in .alre-acc p a {
    color: #2f3bd8;
}

.sign-page .form-group {
    margin: 10px 0;
}

@media(max-width:1199.98px) {
    .login-in .form-login {
        padding: 60px;
    }
}

@media(max-width:991.98px) {
    .login-in .form-login {
        padding: 60px 30px;
    }
}

@media (max-width: 767.98px) {
    .login-in .login-block {
        height: auto;
    }
    .login-in .o-2 {
        order: 2;
    }
    .login-in .login-slider {
        display: block !important;
        height: auto;
    }
    .login-in .login-block img {
        height: 400px;
    }
}

@media(max-width:575.98px) {
    .login-in .login-slider {
        padding: 20px;
    }
    .login-in .form-login {
        padding: 40px 20px;
    }
}

.custom_paginations nav {
    display: flex;
    justify-content: center;
    margin: 20px 0 10px;
}

.custom_paginations nav .page-link {
    margin: 0 2px;
    width: 40px;
    height: 40px;
    border: 2px solid #FEBC34;
    border-radius: 5px;
    color: #FEBC34;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom_paginations .page-item.active .page-link {
    border-color: transparent;
    background-color: #FEBC34;
    color: #fff;
}

.custom_paginations .page-link:hover {
    background-color: #FEBC34;
    color: #fff;
}

.custom_paginations .page-item.disabled .page-link {
    pointer-events: none;
    border-color: #ffd06e8c;
    color: #ffd06e8c;
}


/*================== End login  =================*/


/*--------------------------------------------------------------
# Start profile
--------------------------------------------------------------*/

.marketeers_page {
    padding: 80px 0;
}

.marketeers_page .con-user-info-basic {
    box-shadow: 0px 6px 16px rgba(254 188 52 / 13%);
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
}

.marketeers_page .con-user-info-basic .user {
    background: #fff;
    min-height: 283px;
    padding: 30px;
    flex-direction: column;
    margin-bottom: 20px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.marketeers_page .con-user-info-basic .user .con-img.user-p {
    width: 120px;
    height: 120px;
    background: #FFFFFF;
    display: table;
    margin: auto;
    border-radius: 50%;
}

.marketeers_page .con-user-info-basic .user .con-img img {
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    max-width: 100%;
    border: 2px solid #FFB826;
}

.marketeers_page .con-user-info-basic .user .info {
    width: calc(100% - 40px);
    margin: 20px 0;
}

.marketeers_page .con-user-info-basic .user .info p {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.marketeers_page .con-user-info-basic .user .phone_num {
    display: flex;
    align-items: center;
    color: #4B6061;
}

.marketeers_page .con-user-info-basic .user .phone_num svg {
    width: 20px;
    fill: #4B6061;
    margin-inline-start: 10px;
}

.marketeers_page .con-user-info-basic .list {
    padding-bottom: 10px;
}

.marketeers_page .con-user-info-basic .con-img-info {
    position: relative;
    display: flex;
    align-items: center;
    padding: 20px;
    cursor: pointer;
}

.marketeers_page .con-user-info-basic .con-img-info .con-img {
    margin-inline-end: 8px;
    font-size: 21px;
}

.marketeers_page .con-user-info-basic .con-img-info .info {
    width: calc(100% - 40px);
}

.marketeers_page .con-user-info-basic .con-img-info p {
    color: #494949;
    font-size: 18px;
    margin: 0;
    transition: 0.3s;
}

.marketeers_page .con-user-info-basic .con-img-info.tap-link {
    border-inline-start: 5px transparent solid;
    border-radius: 50px 0 0 50px;
    padding-inline-start: 20px;
    height: 50px;
    width: 90%;
    margin-bottom: 7px;
}

.marketeers_page .con-user-info-basic .con-img-info.tap-link:hover,
.marketeers_page .con-user-info-basic .con-img-info.tap-link.active_hover {
    border-inline-start: 5px solid #FFB826;
    background: #F5F5F5;
}

.marketeers_page .con-user-info-basic .con-img-info.tap-link:hover p,
.marketeers_page .con-user-info-basic .con-img-info.tap-link:hover .con-img,
.marketeers_page .con-user-info-basic .con-img-info.tap-link.active_hover p,
.marketeers_page .con-user-info-basic .con-img-info.tap-link.active_hover .con-img {
    color: #FFB826;
}

.marketeers_page .main_content {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 6px 16px rgba(254 188 52 / 13%);
    height: 100%;
}

.marketeers_page .main_content .box-content {
    display: none;
    padding: 30px;
}

.marketeers_page .main_content .box-content label {
    color: #4B6061;
}

.marketeers_page .main_content .box-content.active {
    display: block;
}

.marketeers_page .main_content .box-content .head h3 {
    font-size: 26px;
    font-weight: 900;
    margin-bottom: 25px;
    color: #4B6061;
}

.marketeers_page .main_content .box-content .contact_modal form .form-control {
    box-shadow: none;
    outline: none;
    height: 50px;
    color: #4B6061;
    border: 1px solid #c7c7c7;
    border: 1px solid #AAAAAA;
    box-shadow: none;
    border-radius: 8px;
    background-size: 22px;
    padding: 22px 10px;
    background-position: 98% 50%;
    background-repeat: no-repeat;
}

.marketeers_page .main_content .box-content .contact_modal form .form-control::placeholder {
    text-transform: capitalize;
    color: #4B6061;
    font-size: 14px;
}

.marketeers_page .form-control.user {
    text-indent: 30px;
    background-image: url(../img/user.svg);
}

.marketeers_page .form-control.email {
    text-indent: 30px;
    background-image: url(../img/message-2.svg);
}

.marketeers_page .form-control.telephone {
    text-indent: 30px;
    background-image: url(../img/telephone.svg);
}

.marketeers_page .main_content .box-content .profile_btn {
    border-radius: 3px;
    margin: 3px 0;
    min-width: 135px;
}

.marketeers_page .main_content .box-content .profile_btn.red {
    background-color: #DB5656;
    color: #fff;
}

.marketeers_page .main_content .box-content .profile_btn.red:hover {
    background-color: #bb3737;
}

.marketeers_page .code_content {
    padding-top: 50px;
}

.marketeers_page .code_content .box {
    text-align: center;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 10%);
    padding: 0 15px 15px;
    border-radius: 10px;
    margin-bottom: 50px;
}

.marketeers_page .code_content .box .icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #649193;
    color: #fff;
    font-size: 30px;
    transform: translateY(-50%);
    box-shadow: 0px 3px 9px rgb(0 0 0 / 10%);
}

.marketeers_page .code_content .box .info {
    margin-top: -20px;
}

.marketeers_page .code_content .box .info p {
    color: #4B6061;
    font-weight: 900;
    font-size: 17px;
}

.marketeers_page .code_content .box .info span {
    font-weight: 900;
    font-size: 22px;
}

.marketeers_page .table-responsive {
    border: 1px solid #E7E7E7;
    border-radius: 10px;
}

.marketeers_page .table-responsive thead th {
    border: 0;
    background: #4B6061;
    color: #fff;
    text-align: center;
}

.marketeers_page .table-responsive thead th:not(:last-of-type),
.marketeers_page .table-responsive tbody td:not(:last-of-type) {
    border-inline-end: 1px solid #E7E7E7;
}

.marketeers_page .table-responsive tbody td {
    text-align: center;
    border: 0;
    color: #4B6061;
}

@media (max-width: 991.98px) {
    .marketeers_page .con-user-info-basic {
        margin-bottom: 30px;
    }
}

@media (max-width: 767.98px) {}

@media (max-width: 575.98px) {}


/*--------------------------------------------------------------
# End profile
--------------------------------------------------------------*/

div[role="textbox"] {
    width: 0;
}

.tabby-method .image_pay{
    width:100%;
    height:350px;
}

.tabby-method .image_pay img{
    width:100%;
    height:100%;
    border-radius: 5px;
    object-fit: contain;
}

.styles__subtitle--b67cb{
    font-weight:700;    
    color:#000;
    display:none;
}

#tabbyCard3{
    font-weight:700;    
    color:#000;
    font-size:17px;
    padding: 10px 0;
}
.teaser.lazyload {
	opacity: 0;
	transform: scale(0.8);
}

.teaser.lazyloaded {
	opacity: 1;
	transform: scale(1);
	transition: all 700ms;
}

/*# sourceMappingURL=style.css.map */