* {
    box-sizing: border-box;
}

@font-face {
    font-family: "Tajawal";
    src: url("/theme/ventura/assets/font/Tajawal-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Tajawal";
    src: url("/theme/ventura/assets/font/Tajawal-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Tajawal";
    src: url("/theme/ventura/assets/font/Tajawal-ExtraLight.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Tajawal";
    src: url("/theme/ventura/assets/font/Tajawal-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Tajawal";
    src: url("/theme/ventura/assets/font/Tajawal-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Tajawal";
    src: url("/theme/ventura/assets/font/Tajawal-ExtraBold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Tajawal";
    src: url("/theme/ventura/assets/font/Tajawal-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



:root {
    --main-bg-color: #EFEEEB;
    --black: #53575A;
    --red: #9B3C3C;
    --gold: #9B895F;
    --white: #fff;
}

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'Tajawal' !important;
    margin: 0 auto;
    color: var(--black);
    background-color: var(--main-bg-color);
}

.container-fluid {
    width: 90%;
}

a:hover {
    text-decoration: none;
}


/*login page start*/

.logo-login-page {
    text-align: center;
    width: 350px;
    margin: 0 auto;
}

.logo-login-page img {
    width: 100%;
}

.login-card-title p {
    font-size: 1vw;
}

.login-card-title a {
    font-size: 1vw;
}


.login-page {
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    height: 100vh;
    background-color: #EFEEEB;
}

.bg-pattern {
    width: 100%;
    background-image: url(../img/bg_pattern.svg);
    background-size: cover;
}

.uae-pass-login .login_card {
    width: auto;
    position: relative;
    background: #FFF;
    box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.11);
    border-radius: 10px;
    display: flex;
    align-items: center;
    flex: 0 80%;
}

.login-card-title a {
    color: #599fc7;
}

.login_card {
    width: auto;
    position: relative;
    background: #FFF;
    box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.11);
    border-radius: 10px;
    display: flex;
    align-items: center;
    /*        flex: 0 50%;*/
}

.login-top-link {
    position: absolute;
    top: 30px;
    width: auto;
    left: 30px;
    color: #85754E;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.login-top-link:hover {
    color: var(--red);
}

.login-card-title {
    float: right;
    width: 100%;
    text-align: right;
    margin-bottom: 30px;
}

.round-login-top {
    color: #fff;
}

.round-login-top {
    background: #85754e;
    width: 35px;
    height: 35px;
    float: left;
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2vw;
}

.login-box-main-3 a {
    color: #fff;
    transition-duration: 0.3s;
    transition-property: transform;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transform: translateZ(0);
    text-align: center;
}

.login-box-main-3 a:hover {
    color: #fff;
    transform: scale(.9);
}

.login-box1 {
    border-radius: 6px;
    background: #53575A;
    width: 169px;
    height: 169px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.login-box2 {
    border-radius: 6px;
    background: #9B3C3C;
    width: 169px;
    height: 169px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.login-box3 {
    border-radius: 6px;
    background: #85754E;
    width: 169px;
    height: 169px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.line_login {
    width: 1px;
    height: 100%;
    background-color: #ccc;
}

.login-card-rit {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -40px;

}

.uae-pass-login .login-card-title {
    gap: 10px;
    display: flex;
    font-size: 13px;
    justify-content: center;
    margin-bottom: 0;
    margin-top: 30px;

}


.login_card .flx {
    width: calc((100% / 2) - 0px);
}

.login-card-lft {
    padding: 15% 5%;
    border-right: solid 1px #E5EEDF;
}

.uaepass-login {
    width: 100%;
    text-align: right;
}

.uaepass-login img {
    width: 100%;
}


/*login page end*/


/*navbar start*/

.navbar-brand {
    width: 200px;
    border-left: solid 1px #EFEEEB;
    padding-left: 15px;
    margin-right: 0;
}

.navbar-brand img {
    width: 100%;
}

.navbar {
    background-color: #fff;
    padding: 0;
}

.navbar a {
    color: var(--black);
}

.navbar a:hover {
    color: var(--red);
}

.navbar .active a {
    color: var(--red);
}

.navbar-nav {
    grid-gap: 15px;
}

.button-main {
    border-radius: 60px;
    background: var(--red);
    display: inline-flex;
    padding: 15px;
    font-size: 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transition: all ease .5s;
    color: var(--white) !important;
}




.button-main:hover {
    background: var(--black);
}

.button-main-a1 {
    border-radius: 60px;

    display: inline-flex;
    padding: 15px 0;
    font-size: 14px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transition: all ease .5s;
    color: var(--gold) !important;
}

.button-main-a1:hover {
    color: var(--red) !important;
}




.user-login {
    margin-right: 15px;
}

.top-nav-search input {
    border-radius: 60px;
    background: #EFEEEB;
    border: none;
    height: 51px;
    width: 320px !important;
    padding: 0 22px
}

.top-nav-search {
    position: relative;
    display: flex;
    align-items: center;
}

.top-nav-search button {
    background: none;
    border: 0;
    position: absolute;
    z-index: 1111;
    left: 15px;
    box-shadow: none !important
}

.top-nav-search button:hover {
    background: none;
    border: 0;
}

.top-nav-search button:active {
    background-color: #ffffff00 !important;
    border: 0;
}

.top-nav-search button:focus {
    box-shadow: none;
    outline: 0px dotted !important;
}

.form-control:focus {
    color: #495057;
    background-color: #efeeeb;
    outline: 0;
    box-shadow: none;
    border: solid 1px #dadada;
}


/*navbar end*/


/*banner main page start */

.main-page-banner {
    position: relative;
    width: 100%;
    padding: 5% 0;
}

#myCarousel .carousel-item .mask {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-attachment: fixed;
}

#myCarousel h4 {
    font-size: calc(1em + 2vw);
    margin-bottom: 30px;
    text-align: right;
    line-height: 100%;
    letter-spacing: 0.5px;
    font-weight: 600;
}

#myCarousel p {
    font-size: 22px;
    margin-bottom: 20px;
    text-align: right;
}

#myCarousel .carousel-item h4 {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

#myCarousel .carousel-item p {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

#myCarousel .carousel-item a {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

#myCarousel .carousel-item .mask img {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    display: block;
    height: auto;
    max-width: 100%;
}

#myCarousel h4,
#myCarousel p,
#myCarousel a,
#myCarousel .carousel-item .mask img {
    -webkit-animation-duration: 1s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#myCarousel .container {
    max-width: 1430px;
}

#myCarousel .carousel-item {
    height: 100%;
    min-height: 650px;
    text-align: right;
}

#myCarousel {
    position: relative;
    z-index: 1;
    background: url(../img/banner_pattern.svg) center center no-repeat;
    background-size: cover;
}

.carousel-control-next,
.carousel-control-prev {
    height: 40px;
    width: 40px;
    padding: 12px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    background-color: #f47735;
}

.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    opacity: 1
}

.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-right.active {
    opacity: 0
}

.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item-prev.active,
.carousel-fade .carousel-item.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

@supports (transform-style:preserve-3d) {

    .carousel-fade .carousel-item-left.active,
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item-prev.active,
    .carousel-fade .carousel-item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item-prev.active,
.carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

.carousel-indicators li {
    width: 15px;
    height: 15px;
    border-radius: 10px;
    border-radius: 100% !important;
    background-color: #BDBDBD;
}

.carousel-indicators .active {
    background-color: var(--red);
}


/*banner main page end*/


/*upcoming-programs start*/

.upcoming-programs {
    float: left;
    width: 100%;
    margin: 4em 0;
}

.section-inner-cnt {
    float: left;
    width: 100%;
    margin: 3em 0;
}


/*upcoming-programs start*/

.section-title {
    font-size: 34px;
}

.header-nav-section {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.readmore_but {
    background-color: var(--white);
    color: var(--black) !important;
}

.readmore_but:hover {
    background-color: var(--red);
    color: var(--white) !important;
}

/* Invalid block removed */

.course-card-main {
    float: left;
    width: 100%;
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 15px;
    background-color: var(--white);
}

.sub-cnt-courses {
    float: left;
    width: 100%;
}

.courses-details-sml {
    width: 100%;
    display: flex;
    gap: 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 30px;
}

.courses-main-cnt-inner {
    float: left;
    width: 100%;
    margin-bottom: 3%;
    text-align: right;
}

.courses-main-cnt-inner h5 {
    font-size: 19px;
}

.center .courses-main-cnt-inner h5 {
    font-size: 19px;
    color: #fff;
}

.courses-details-sml {
    color: var(--black);
    font-size: 14px;
}

.center .courses-details-sml {
    color: #fff;
}

.flx-d-new {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.courses-img-card {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 15px;
    height: 100%;
    align-items: flex-end;
    justify-content: flex-end;
    cursor: pointer;
}

.courses-img-card img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s;
}

.center .courses-img-card {
    height: 300px;
}

.courses-img-card {
    height: 300px;
}

.zoom:hover .courses-img-card img {
    transform: scale(1.15);
}

.center .card-main {
    border: 1px solid #000;
    background: var(--black, #292B2C);
    box-shadow: 0px 0px 44px 0px rgba(0, 0, 0, 0.23);
}

.tag-courdes {
    position: absolute;
    z-index: 1;
    padding: 10px;
    background: #85754E;
    border-radius: 10px 0px 0px 10px;
    margin-top: 20px;
    color: #fff;
    font-size: 12px;
    direction: ltr;
}

.owl-carousel .owl-wrapper {
    float: left;
}

.header-nav-section-links {
    display: flex;
    align-items: center;
    gap: 15px;
}

.customNavigation a svg {
    fill: var(--black);
}

.customNavigation a:hover svg {
    fill: #fff;
}

.readmore_but svg {
    fill: var(--black);
}

.readmore_but:hover svg {
    fill: #fff;
}


/*
.item {
    margin-left:15px;
}
*/

.section-inner-cnt {
    margin-left: 0px;
    float: right;
}

.important-links {
    float: left;
    width: 100%;

}

.important-links .title-text h5 {
    font-size: 42px;
    text-align: right;
    margin-bottom: 50px;
}


.bg-black-a1 {
    float: left;
    width: 100%;
    background-color: var(--black);

}

.important-links-card {
    float: left;
    width: 100%;
    padding: 30px;
    background-color: var(--black);
    border-radius: 10px;
    color: var(--white);
    display: flex;
    gap: 40px;
    flex-direction: column;
    text-align: center;
}

.important-links-icon-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    color: #fff;
    text-align: center;
    transition-duration: 0.3s;
    transition-property: transform;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transform: translateZ(0);
    min-width: 300px;
}

.important-links-icon-text img {
    width: 100px;
}

.important-links-icon-text h6 {
    font-size: 24px;
    margin-top: 15px;
}



.important-links-card-inner {
    display: flex;
    justify-content: space-around;
    width: 100%;
    align-items: center;

}

.important-links-card-inner a:hover {
    color: #fff;
    opacity: 1;
    transform: scale(1.05);
}

.title-text h5 {
    font-size: 42px;
}

.title-text {
    width: 100%;
}

.line-h {
    width: 1px;
    height: 100px;
    background-color: #ffffff2b;
}

.news-events {
    float: left;
    width: 100%;
    margin: 4em 0;
}

.Modules-icon-cnt {
    text-align: right;
}

.owl-carousel {
    direction: rtl;
    /* Important: Ensures the carousel slides in the right direction */
}

.training-programs {
    float: left;
    width: 100%;
    background-image: url(../img/black_bg_new.png);
    background-size: cover;
}

.training-programs-main {
    float: left;
    width: 100%;
    text-align: center;
    padding: 6em 0;
    color: #fff;
}

.training-programs-main h2 {
    font-size: 42px;
    margin-bottom: 15px;
}

.training-programs-list {
    float: left;
    width: 100%;
    margin-top: 4em;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.training-programs-list-box {
    border-radius: 10px;
    border: 2px solid #ffffff33;
    background: linear-gradient(0deg, rgba(133, 117, 78, 0.12) 4.25%, rgba(133, 117, 78, 0.38) 96.39%);
    box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(20px);
    width: 383px;
    height: 130px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 0 23%;
    transition-duration: 0.3s;
    transition-property: transform;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transform: translateZ(0);
}

.training-programs-list-box h6 {
    font-size: 20px;
    color: #fff;
    position: relative;
    z-index: 2;
}

.icon-tpl {
    border-left: solid 1px #cccccc30;
    margin-left: 10px;
    position: relative;
    z-index: 2;
}

.training-programs-list-box:hover {
    background: linear-gradient(0deg, rgb(133 117 78 / 0%) 4.25%, rgb(133 117 78 / 1%) 96.39%);

}

.footer-main {
    float: left;
    width: 100%;
    background-color: var(--black);
}

.footer-logo-contact {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 30px 0;
}

.footer-logo img {
    width: 210px;
}

.ft-contact-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #fff;
    text-align: right;
    padding: 0 5%;
    border-right: solid 1px #737678;
}

.ft-contact-box a {
    color: #fff;
    font-family: sans-serif;
    gap: 10px;
    display: flex;
    direction: ltr;
}

.line-footer {
    float: left;
    width: 100%;
    height: 1px;
    background-color: #737678;
}

.footer-social-cnt {
    float: left;
    width: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0;
}

.footer-cnt {
    float: left;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 30px;
    text-align: right;
}

.footer-social a {
    color: #fff;
}

.footer-social {
    display: flex;
    gap: 10px;
    align-items: center;
}

.footer-cnt .button-main {
    background: none;
    border: solid 1px #ccc;
    width: 150px;
}

.footer-cnt h6 {
    height: 100%;
    border-left: solid 1px #737678;
    padding-left: 30px;
    min-height: 50px;
    display: flex;
    align-items: center;
}

.footer-copyright {
    float: left;
    width: 100%;
    color: #8b8b8b;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
}

.item {
    margin-left: 25px;
}

.training-programs-list-mob {
    display: none;
}

.mob {
    display: none;
}


/*dashboard start*/

.dashboard-banner {
    float: left;
    width: 100%;
    background: url(../img/dashboard_banner_bg.svg) center center no-repeat;
    background-size: cover;
    padding: 5% 0;
}

.welcome-cnt {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    gap: 45px;
}


.dashboard-welcome-user-pic {
    vertical-align: middle;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    text-align: center;

}

.dashboard-welcome-user-pic p {
    margin-top: 10px;
    text-align: center;
}

.dashboard-welcome-user-pic img {
    width: 100%;
    border-radius: 100px;
    border: solid 9px #ffffff80;
}

.hello-text {
    color: var(--color-orange);
    font-size: calc(1em + 1vw);
}

.dashboard-text-cnt {
    display: flex;
    text-align: right;
    flex-direction: column;
}


.learn-today-text {
    color: var(--color-white);
    font-size: calc(1em + 1vw);
    font-weight: bold;
}

.overview-dashboard {
    float: left;
    width: 100%;
    text-align: right;
    color: #fff;
    margin-bottom: 4em;
    background: linear-gradient(180deg, #ebe4d9 0%, #efeeeb 100%);
}

.section-title-main {
    font-size: 34px;
    color: var(--black);
}







.cards-overview {
    float: left;
    width: 100%;
    padding: 25px;
    border-radius: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.training-hours {
    background: var(--gold);
}

.training-Levels {
    background-color: var(--black);
}

.training-Progres-h {
    background: var(--red);
}

.block_card_title_section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 16px;
    color: #292B2C;
    margin-bottom: 1em;
}

.block_card_title_section h3 {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.sub_title_cnt {
    display: flex;
    align-items: center;
    align-content: center;
    gap: 10px;
    font-size: 12px;
    color: #fff;
}

.switch {
    display: inline-block;
    height: 20px;
    position: relative;
    width: 32px;
    margin-bottom: 0;
}

.switch input {
    display: none;
}

.slider {
    background-color: #ccc;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
}

.slider:before {
    background-color: #fff;
    bottom: 3px;
    content: "";
    height: 14px;
    left: 4px;
    position: absolute;
    transition: .4s;
    width: 14px;
}

input:checked+.slider {
    background-color: var(--red);
}

input:checked+.slider:before {
    transform: translateX(10px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.overview_block_data {
    float: left;
    width: 100%;
    margin-top: 25px;
}

.training-hours-p {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 15px;
}


/*progres round*/

.Overall-Progress {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0 0 0 0;
}

.Overall-Progress p {
    font-size: 13px;
}

.Overall-Progress .progress {
    width: 120px;
    height: 120px;
    background: none;
    position: relative;
}

.Overall-Progress .progress::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 15px solid #eee;
    position: absolute;
    top: 0;
    left: 0;
}

.Overall-Progress .progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.Overall-Progress .progress .progress-left {
    left: 0;
}

.Overall-Progress .progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 15px;
    border-style: solid;
    position: absolute;
    top: 0;
}

.Overall-Progress .progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.Overall-Progress .progress .progress-right {
    right: 0;
}

.Overall-Progress .progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 200px;
    border-bottom-left-radius: 200px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}

.Overall-Progress .progress .progress-value {
    position: absolute;
    top: 0;
    left: 0;
}

.Overall-Progress .border-warning {
    border-color: var(--gold) !important;
}


/*progres round*/
.buttona1 {
    position: relative;

    background-repeat: no-repeat;
    overflow: hidden;
    cursor: pointer;

}

.buttona1 .button-text {
    position: relative;
    z-index: 2;
}

.buttona1:hover {
    top: 0px;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(301deg, rgb(193 193 193 / 0%) 0%, rgb(193 193 193 / 0%) 35%, rgb(232 232 232 / 29%) 50%, rgb(193 193 193 / 0%) 65%, rgb(193 193 193 / 0%) 100%);
    animation-name: shimmer;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    background-repeat: no-repeat;
    background-size: 300%;
}

@keyframes shimmer {
    0% {
        background-position: -300px 0%;
    }

    100% {
        background-position: 300px 0%;
    }
}

/*dashboard end*/

.login_form {
    float: left;
    width: 100%;
}

.form-group {
    margin-bottom: 1rem;
}

.login-form .login_card {
    flex: 0 50%;
}

.login-form .login-card-lft {
    width: 100%;
}

.group__submit {
    margin-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px;
}

.group__submit>button {
    width: 100%;
    height: 55px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--red);
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
    font-weight: 500;
    outline: none;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
    border: 0px;
}

.group__submit>button:hover {
    opacity: .7;
}

.login-form .form-control {
    height: 50px;
}

.remember__me {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

form .remember__me>a {
    font-size: 12px;
    line-height: 14px;
    color: #919191;
    text-decoration: none;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
}

.container__check {
    display: block;
    position: relative;
    padding-left: 0px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 12px;
    color: #4e4e4e;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: normal;
    gap: 5px;
}

.training-Levels {}

.badges-overview {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
}

.training-Levels .overview_block_data {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: space-between;
    align-items: center;
}

.line-badge {
    width: 1px;
    height: 75px;
    background-color: #737678;
}

.dashboard-overview-activity-res {
    float: left;
    width: 100%;
    margin: 2em 0;
}

.card-overview-number {
    float: left;
    width: 100%;
    border-radius: 10px;
    background: #FFF;
    padding: 20px;
    text-align: right;
}

.card-overview-number:hover {
    box-shadow: 0px 8px 5px -2px #343a4026;
}

.card-overview-icon-text {
    float: right;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.icon-overview-number {
    width: 45px;
    height: 45px;
}

.icon-overview-number img {
    width: 100%;
    height: 45px;
}

.card-overview-icon-text h4 {
    color: #9B3C3C;
    font-size: 35px;
    font-family: system-ui;
    font-weight: 500;
}

.card-overview-number h3 {
    font-size: 22px;
    margin-top: 15px;
    float: right;
    width: 100%;
}


/*.Current-learning-dashboard*/

.Current-learning-dashboard {
    float: left;
    width: 100%;
    margin: 2em 0;
}

.Current-learning-slider .card-main {
    border-radius: 10px;
    background: #fff;
    position: relative;
    padding: 25px;
}

.flx-a1 {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    padding-top: 11px;
}

.course_progress_bar_div {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    margin-bottom: 25px;
}

.Current-learning-slider .courses-main-cnt-inner h5 {
    font-size: 19px;
    color: var(--black);
    text-align: right;
}

.line_text {
    width: 89px;
    height: 3px;
    background: #FF8200;
    margin-bottom: 15px;
    margin-top: 25px;
}

.Current-learning-slider .courses-details-sml {
    color: var(--black);
}

.Current-learning-slider .courses-details-sml {
    justify-content: flex-start;
}

.Current-learning-slider .carousel-wrap .main-title {
    margin-bottom: 2%;
}

.Current-learning-slider .progress-bar {
    background-color: var(--gold);
    border-radius: 100px;
}

.Current-learning-slider .progress {
    border-radius: 10px;
    width: 80%;
    height: 10px;
    background: rgba(133, 117, 78, 0.10);
}

.Current-learning-slider .progress-val {
    color: var(--black);
}


/*.Current-learning-dashboard*/


/*upcoming-events-dashboard*/

.upcoming-events-dashboard {
    float: left;
    width: 100%;
}

.events-title-link {
    display: flex;
    gap: 25px;
    align-items: center;
}

.events-title-link a {
    color: var(--black);
}

.active_link {
    color: var(--red) !important;
}

.line {
    width: 1px;
    height: 35px;
    background: #737678;
}

.upcoming-events-dashboard .Modules-icon-cnt {
    text-align: right;
    display: flex;
    gap: 5px;
    align-items: center;
}

.new-courses-dashboard {
    float: left;
    width: 100%;
}


/*upcoming-events-dashboard*/


/*.new-courses-dashboard*/

.new-courses-dashboard {
    float: left;
    width: 100%;
}

.new-courses-dashboard .card-main {
    border-radius: 10px;
    background: #fff;
    position: relative;
    padding: 25px;
}

.new-courses-dashboard .courses-img-card {
    height: 210px;
}


/*.new-courses-dashboard*/


/*dashboard-calendar*/

.dashboard-calendar {
    float: left;
    width: 100%;
}

.dashboard-calendar .form-control {
    border-radius: 100px;
    border: none;
    height: 51px;
    padding: 0 35px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../img/downarrow.svg);
    background-repeat: no-repeat, repeat;
    background-position: right 1em top 50%, 0 0;
    background-size: 0.75em auto, 100%;
}

.dashboard-calendar-inner {
    float: left;
    width: 100%;
    margin: 3em 0;
}

.dashboard-calendar-inner img {
    width: 100%;
}

/*dashboard-calendar*/
.fade:not(.show) {
    /* opacity: 0; */
    display: none;
}

.show {
    opacity: 1;
    display: block;

}

.tab-content>.active {
    display: block !important;
    opacity: 1 !important;
}

#tab-button .active {
    color: var(--red) !important;
}

.nav-tabs {
    border-bottom: 0px solid #dee2e6;
}

/*media screen start*/

.slider-carousel-news .Modules-icon-cnt {
    text-align: right;
    font-size: 19px;
}

.slider-carousel-news .button-main-a1 {
    font-size: 14px;
}








@media only screen and (max-width: 1350px) {
    .login-form .login_card {
        flex: 0 95%;
    }
}

@media only screen and (max-width: 780px) {




    .container-fluid {
        width: 100%;
    }

    .owl-carousel .owl-wrapper-outer {
        width: 100%;
    }

    .login-card-rit {

        margin-top: 30px;
    }


    .login_card .flx {
        width: calc((100% / 1) - 0px);
    }

    .login-top-link {
        position: unset;
        top: 30px;
        width: 100%;
        left: 30px;
        color: #85754E;
        width: 100%;
        text-align: center;
        float: left;
        justify-content: center;
    }

    .login_card {
        flex-direction: column;
        flex: 0 95% !important
    }

    .logo-login-page {
        display: flex;
        justify-content: center;
    }

    .logo-login-page img {
        width: 70%;
        text-align: center;
    }

    .login-card-lft {
        padding: 5% 5%;
        border-right: solid 0px #E5EEDF;
    }

    .login-box1,
    .login-box2,
    .login-box3 {
        width: 110px;
        height: 150px;
    }

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

    .login-box-main-3 {
        justify-content: space-between;
    }

    .uaepass-login {
        text-align: center;
    }

    .footer-logo-contact {
        flex-direction: column;
    }

    .footer-social-cnt {
        flex-direction: column;
    }

    .footer-copyright {
        flex-direction: column;
        text-align: right;
    }

    .footer-cnt {
        text-align: right;
        flex-direction: column;
        margin-bottom: 20px;
        align-items: flex-start;
    }

    .footer-cnt h6 {
        border-left: solid 0px #737678;
    }

    .footer-logo-contact {
        float: left;
        width: 100%;
        display: flex;
        align-items: flex-start;
        gap: 30px;
        padding: 30px 0;
    }

    .footer-social-cnt {
        align-items: flex-start;
    }

    .upcoming-programs .customNavigation {
        display: none;
    }

    .news-events .customNavigation {
        display: none;
    }

    .section-title {
        font-size: 26px;
    }

    .important-links-card {
        flex-direction: column;
        text-align: center;
    }

    .line-h {
        width: 100%;
        height: 1px;
        background-color: #ffffff2b;
    }

    .important-links-card-inner {
        flex-direction: column;
        gap: 26px;
    }

    .important-links-card-inner .line-h:nth-child(1) {
        display: none;
    }

    .header-nav-section {
        align-items: center;
    }

    .section-inner-cnt {
        margin: 2em 0 0 0;
    }

    #myCarousel h4 {
        text-align: center;
    }

    #myCarousel .carousel-item p {
        text-align: center;
    }

    #myCarousel .order-md-1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 50px;
    }

    #myCarousel .carousel-item {
        min-height: 750px;
    }

    .carousel-indicators {
        margin: 0;
        padding: 0;
    }

    .training-programs-list-box {
        flex: 100%;
        width: 100%;
    }

    .training-programs-main {
        padding: 3em 0;
    }

    .item {
        margin-left: 0px;
    }

    .training-programs-list-mob {
        display: block;
        float: left;
        width: 100%;
    }

    .training-programs-list {
        display: none;
    }

    .mob {
        display: block;
        margin-left: 15px;
        margin-right: 0px;
    }

    .login-form .login_card {
        flex: 0 95%;
    }

    .dashboard-main .header-nav-section {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .dashboard-main .header-nav-section-links {
        display: flex;
        align-items: center;
        gap: 15px;
        width: 100%;
        justify-content: space-between;
        margin-top: 20px;
    }

    .learn-today-text {
        text-align: right;
    }

    .overview-dashboard .col-md-4 {
        margin-bottom: 15px;
    }

    .dashboard-overview-activity-res .col-md-3 {
        margin-bottom: 15px;
    }

    .section-inner-cnt .col-md-7 {
        order: 2;
    }
}





@media screen and (max-width: 769px) {
    .toplog-nav {
        display: flex;
        position: unset !important;
        gap: 18px;
        flex-direction: column;
        margin-top: 22px;
        align-items: center;
    }


}

/*media screen end*/