@charset "UTF-8";

body {
    font-family: "Poppins", sans-serif;
}
a {
    cursor: pointer;
    color: #59677c;
}
/* Remove the focus outline from input fields */
input:focus,
textarea:focus,
select:focus,
.form-control:focus,
.form-select:focus {
    outline: none; /* Remove the outline */
    box-shadow: none; /* Remove the box shadow */
    border-color: #80808047;
}
.semi-bold {
    font-weight: 600; /* Semi-bold */
}
.regular {
    font-weight: 400; /* Regular */
}
.bg-pink {
    background-color: #f5e9e1;
}
.bg-light-almond,
.bg-light-almond:hover {
    background-color: #f4eae2;
}
.bg-blue-gray {
    background-color: #59677c !important;
}
.bg-slate-blue {
    background-color: #6f819d;
}
.bg-slate-blue:hover {
    background-color: #6f819d87;
}
.bg-cultured {
    background: #f5f8fa;
    background-color: #f5f8fa !important;
}
.bg-pink-brown {
    background-color: #ba9793;
}
.bg-pink-brown-light {
    background-color: #f3e9e2;
}
.bg-cyan {
    background-color: rgba(155, 189, 201, 0.1);
}
.bg-light-teal {
    background-color: #9bbdc9;
}
.gray-color {
    color: #59677c;
}
.fs-10 {
    font-size: 0.625rem;
}
.fs-12 {
    font-size: 0.75rem;
}
.fs-14 {
    font-size: 0.875rem;
}
.fs-16 {
    font-size: 1rem;
}
.fs-18 {
    font-size: 1.125rem;
}
.fs-20 {
    font-size: 1.25rem;
}
.no-link-style {
    color: inherit; /* Use the parent element's color */
    text-decoration: none; /* Remove underline */
}
ul.language li::after {
    content: " / "; /* Add slash after each item */
    opacity: 0.5;
}
ul.language li:last-child::after {
    content: ""; /* Remove slash after the last item */
}
ul.language li a {
    color: #59677c;
}
ul.language li a.active {
    color: #000;
}
footer ul.language li a {
    color: #fff;
    opacity: 0.5;
}
footer ul.language li a.active {
    color: #fff;
    opacity: 1;
}
.img-logo {
    height: 5.5rem !important;
    position: relative;
    bottom: 5px;
    left: 0px;
}
.header-btns a {
    color: #ba9793;
}
.header-btns a:hover {
    background-color: #ba9793;
    color: white;
}
.login-btn:hover,
.register-btn:hover {
    background-color: #6f819d;
    color: white;
}
footer h5 {
    font-size: 1rem;
    font-weight: 500;
}
footer h6 {
    font-size: 0.625rem;
}
.scrollToTop {
    background: rgba(0, 0, 0, 0.1);
    bottom: 15px;
    display: none;
    position: fixed;
    right: 15px;
    text-align: center;
    text-decoration: none;
    z-index: 99999;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}
.scrollToTop i {
    color: #ba9793;
}
.scrollToTop:hover {
    background: rgba(0, 0, 0, 0.6);
    text-decoration: none;
}
.dropdown-item:hover,
.dropdown-item:focus {
    text-decoration: none;
    background-color: #e6e7e9;
}
.nav-menu a.nav-link.active,
.dropdown-item.active {
    color: #59677c !important;
    background-color: transparent !important;
    text-underline-offset: 0.5em;
    text-decoration-color: #59677c;
}
.navbar-nav .nav-item a,
.navbar-nav .nav-item a:hover,
.navbar-nav .nav-item a:focus,
.navbar-nav .nav-item a:active,
.jobs_content a:hover,
.jobs_content a:focus,
.jobs_content a.active {
    color: #59677c !important;
}
.page-header {
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
}
.sub-header {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
}
.grey-border {
    border: 1px solid;
    border-color: #59677c;
}
.faq-inactive-header {
    color: #59677c !important;
    font-size: 1.5rem;
    font-weight: 600;
}
.faq-active-header {
    color: #121212 !important;
    font-size: 1.5rem;
    font-weight: 600;
}
.faq-active-content {
    color: #666666 !important;
    font-size: 1.25rem;
    font-weight: 400;
}
.provider {
    cursor: pointer;
    margin: 0 auto;
    position: relative;
    z-index: 9998;
    outline: 0 none;
    background-image: url(../images/flat_w32_h32_w_b_v2.png);
    background-repeat: no-repeat;
    color: white;
    height: 32px;
    line-height: 32px;
    padding: 0 0 0 34px;
    text-decoration: none;
    width: 143px;
    background-position: -500px -500px;
    border-radius: 2px;
}
a#button_google {
    border: 1px solid #59677c52;
    color: #000;
    padding: 14px;
    width: 100%;
}
span#provider_google {
    background-position: 2px -5614px;
}
.name {
    color: #000;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    line-height: 21px;
}
a#button_facebook {
    border: 1px solid #59677c52;
    color: #000;
    padding: 14px;
    width: 100%;
}
span#provider_facebook {
    background-position: 2px -985px;
}
label.error {
    color: red;
    font-size: 14px;
}
.password-strength-indicator {
    border: 1px solid transparent;
    border-radius: 3px;
    display: block;
    height: 5px;
    min-width: 80px;
    text-align: center;
    margin-top: 5px;
}

.password-strength-indicator.very-weak {
    background: #cf0000;
    border-color: #a60000;
}

.password-strength-indicator.weak {
    background: #f6891f;
    border-color: #c56e19;
}

.password-strength-indicator.mediocre {
    background: #eeee00;
    border-color: #d6d600;
}

.password-strength-indicator.strong {
    background: #99ff33;
    border-color: #7acc29;
}

.password-strength-indicator.very-strong {
    background: #22cf00;
    border-color: #1b9900;
}
#confirm_password-error,
#password-error,
#label#newPassword-error,
#confirmPassword-error,
label#termsandcondition-error {
    display: block;
    width: 100%;
}
span#togglePassword,
span#toggleconfirmPassword {
    cursor: pointer;
}
.radio-wrap label {
    cursor: pointer;
}
.radio-wrap {
    padding: 10px;
    width: 100%;
    text-align: center;
    margin: 5px;
}
.radio-wrap.active {
    background: #f6e9e1;
    border-radius: 5px;
}
.radio-wrap input[type="radio"] {
    visibility: hidden;
}
#home .carousel-item {
    max-height: 100vh;
    /* height: 450px; */
    position: relative;
}
#home .carousel-indicators {
    justify-content: left !important;
    margin-left: 5% !important;
}

#home .carousel-caption {
    position: absolute; /* Position caption absolutely */
    top: 50%; /* Center vertically */
    left: 5%; /* Align to the left */
    transform: translateY(-50%); /* Adjust for vertical centering */
    padding: 20px; /* Add some padding */
    color: white; /* Change text color for visibility */
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 9;
}
#home .layer1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: -0.02em;
    color: #000;
}
#home .layer2 {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #59677c;
}
#home .layer3 {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #fff;
    background: #59677c;
}
#home .carousel-control-next,
#home .carousel-control-prev {
    width: 5% !important;
}
.btn-mute {
    font-size: 20px;
    background: rgba(255, 255, 255, 0.6);
}
.btn-mute:before {
    content: "ðŸ”ˆ";
}
.btn-mute.active {
    background: rgba(255, 255, 255, 0.3);
}
.btn-mute.active:before {
    content: "ðŸ”Š";
}
.course-title-wrap {
    display: block;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    margin-bottom: 0;
}
.course-title {
    overflow: hidden;
    color: #000;
    text-overflow: ellipsis;
    /*  white-space: nowrap; */
    font-size: 1.5rem;
    font-weight: 600;
}
.min-h-60 {
    min-height: 60px;
}
.courses-home .nav-tabs {
    border: none; /* Remove border */
}
.courses-home .nav-tabs .nav-item {
    position: relative; /* Position relative for the separator */
    border: none;
}

.courses-home .nav-tabs .nav-item:not(:last-child)::after {
    content: ""; /* Create a separator */
    position: absolute;
    right: 0; /* Position it to the right of the item */
    top: 50%; /* Center it vertically */
    transform: translateY(-50%); /* Adjust for vertical centering */
    width: 1px; /* Width of the separator */
    height: 50%; /* Height of the separator */
    background-color: #59677c; /* Color of the separator */
}
.courses-home .nav-item .nav-link {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #59677c;
    border: none;
}
.courses-home .nav-link.active {
    color: #000;
    border: none;
    background: transparent;
}
.courses-home .nav-tabs .nav-link:focus,
.courses-home .nav-tabs .nav-link:hover {
    border-color: transparent;
    border: none;
}
#courses-tab .owl-stage {
    display: flex;
    padding-bottom: 3rem;
}
#courses-tab .owl-item {
    display: flex;
    flex: 1 0 auto;
}
#courses-tab .owl-item .total-lesson img {
    width: 24px !important;
    height: 24px !important;
    display: inline !important;
}
#courses-tab .course-item {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
#courses-tab .course-info {
    min-height: 175px;
}
.line-break {
    max-width: 53%;
    margin: 0 auto;
}
.subscription-header {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 52px !important;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.social li.list-inline-item {
    width: 20px;
    height: 20px;
}
a.sharesubscripe-icon-home img {
    width: 40px;
    height: 40px;
}
.how-to-work ol li {
    margin-bottom: 0.5rem;
    opacity: 0.7;
}
.how-to-work p {
    opacity: 0.8;
}
.opacity-60 {
    opacity: 0.6 !important;
}

/* select2 css changes */
.select2-container .select2-selection--single {
    /* height: auto !important;
    padding: 6px 1px !important;
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem !important; */
    height: 59px !important;
    padding: 16px 10px !important;
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem !important;
}

.select2-container--default
.select2-selection--single
.select2-selection__rendered {
    color: #495057 !important;
    line-height: 1.5 !important;
}

.select2-container .select2-selection--single .select2-selection__arrow {
    height: 100% !important;
    right: 0.75rem !important;
}

.select2-container--default
.select2-selection--single
.select2-selection__arrow
b {
    border-color: #495057 transparent transparent transparent !important;
}

.select2-container .select2-dropdown {
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem !important;
}

.select2-container .select2-results__option {
    padding: 0.25rem 0.75rem !important;
}
/* .select2-container--open {
    z-index: 9999 !important;
}

.select2-search__field {
    z-index: 10000 !important;
} */

.login-btn {
    min-width: 115px;
    min-height: 3rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.academy-banner-text .login-btn {
    min-height: 2rem;
}

/* Change the font size of the placeholder text */
::placeholder {
    font-size: 14px !important;
}
input::-webkit-input-placeholde {
    font-size: 14px !important;
}
input::-moz-placeholder {
    font-size: 14px !important;
}

input:-ms-input-placeholder {
    font-size: 14px !important;
}
input::-ms-input-placeholder {
    font-size: 14px !important;
}
#navbar_top .dropdown-menu {
    border: none;
    padding: 1.25rem;
}
#navbar_top .dropdown-menu li {
    margin-bottom: 10px;
}
input.search_ar {
    border-right: none;
}
.middle-sidebar-header ul {
    list-style: none;
}
a.dropdown-toggle.notify-menu::after,
a.dropdown-toggle.profile-menu::after {
    display: none !important;
}
.icon-count {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    top: -10px;
    right: -10px;
    line-height: 20px;
    text-align: center;
    background-color: #f5e9e1;
    font-size: 10px;
    font-weight: 500;
    color: #59677c;
}
a.dropdown-toggle.notify-menu:focus-visible,
a.dropdown-toggle.profile-menu:focus-visible,
:focus-visible {
    outline: none;
}
.notify_view_all {
    cursor: pointer;
    text-decoration: underline;
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
    background-color: #6f819d87;
}
ul.profile-dropdown li:hover {
    background-color: unset;
    color: inherit;
}
.mb-32 {
    margin-bottom: 2rem;
}
.mt-32 {
    margin-top: 2rem;
}
.p-120 {
    padding: 120px 0;
}
.pt-120 {
    padding-top: 7.5rem;
}
.pb-120 {
    padding-bottom: 7.5rem;
}
.p-32 {
    padding: 1.8rem;
}
.signout {
    cursor: pointer;
}
.notify-dropdown .dropdown-item:hover {
    background: none !important;
}
.airy-bg {
    background: #f5f9fa;
}
.vertical-separator {
    height: 48px;
    border-left: 1px solid #59677c;
    opacity: 0.32;
}
#courses_field option {
    font-size: 14px;
    font-weight: 400;
    padding: 12px 16px 12px 16px;
    border: 0px 0px 1px 0px;
}
.certification {
    padding: 6rem 9rem 9rem 9rem;
}
.current_work {
    background: #f4eae1;
    padding: 6.25rem 4rem;
}
.cw_header {
    margin-bottom: 3.75rem;
}
.membership {
    padding: 150px 0;
}
.bg-media {
    background: linear-gradient(180deg, #aabec3 0%, #466e78 100%);
}
.media-wrap {
    padding: 60px 64px;
}
.media-bg-img {
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    min-height: 520px;
}
.award-wrap {
    background: rgba(155, 189, 201, 0.1);
    padding: 120px 64px;
}
.industry {
    padding-top: 128px;
    padding-bottom: 90px;
}
.bio-text {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.02em;
}
.course-gift-icon {
    z-index: 500;
    position: absolute;
    right: 8px;
    top: 8px;
}

.gift-img img {
    width: 350px;
    height: 170px;
    margin-bottom: 30px;
    margin-top: 10px;
}
.gift-to {
    color: #f0d3cf;
    font-size: 20px;
    font-weight: 700;
}
.gift-name {
    font-size: 19px;
    font-weight: 700;
    color: #fff;
    word-wrap: break-word;
}
.notify-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.featured-wrap {
    padding: 6rem 0;
}
.fc-img {
    width: 100%;
    max-height: 400px;
}
a.readmore,
a.more-link,
a.less-link {
    color: #9eaec7;
    font-size: 14px;
}
.w-160 {
    width: 160px;
}
.course-body {
    border: 1px solid #59677c33;
}
.btn.bg-blue-gray:focus-visible {
    background-color: #59677c;
}
.dropdown-toggle::after {
    vertical-align: 0.155em;
}
.newsletter-wrap {
    background: url(../images/newsletter.png);
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 376px;
    display: flex;
    align-items: center;
    justify-content: center;
}
h3.subscription-header.loggedin {
    font-size: 1.5rem;
}
.pt-100 {
    padding-top: 6.25rem;
}
ul.subcategory li {
    background: #59677c14;
    color: #59677c;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.02em;
    text-align: center;
    border-right: 1px solid #dee1e5;
}
ul.subcategory li button.nav-link {
    padding: 10px 18px;
    text-transform: uppercase;
    color: #59677c !important;
}
ul.subcategory li button.active {
    background: #59677c !important;
    color: #fff !important;
    border: none;
    border-radius: 5px;
}
ul.subcategory li:has(.active) {
    background: #59677c;
    color: #59677c !important;
    border-radius: 5px;
}
ul.subcategory li:last-child {
    border-right: none;
}
.bg-bright-gray {
    background: #ececec;
}
.form-control,
.form-select {
    padding: 1rem;
    height: auto !important;
}

.form-control-l {
    padding: 1rem;
}

.see-more,
.see-less {
    display: block;
    margin-top: 8px;
    text-transform: uppercase;
}
.search {
    padding: 0.375rem 0.75rem;
}
.star-rating {
    font-size: 0;
    white-space: nowrap;
    display: inline-block;
    height: 20px;
    overflow: hidden;
    position: relative;
    background: url(../images/star-bg-icon.svg);
    background-size: contain;
}

.news-list-container {
    padding: 0 64px;
    margin-top: 120px;
}
.each-cat {
    padding: 12px 24px 12px 12px;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

    color: rgba(89, 103, 124, 1);
}
.each-cat a {
    opacity: 40%;
    color: rgba(89, 103, 124, 1);
    text-decoration: none;
}
.each-cat.active a {
    color: rgba(0, 0, 0, 1);
    opacity: 100% !important;
}
.each-cat:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 50%;
    background-color: rgba(89, 103, 124, 1);
}
.cat-name {
    background-color: rgba(155, 189, 201, 1);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding: 6px 16px 6px 16px;
    margin-top: 10px;
    border-radius: 4px;
    opacity: 0px;
    color: rgba(255, 255, 255, 1);
}
.news-date1 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: rgba(89, 103, 124, 1);
    margin-top: 15px;
}
.f-wrap-w {
    flex-wrap: wrap;
}
.post-title-new {
    display: block;
    -webkit-box-orient: vertical;
    white-space: normal;
    word-wrap: break-word;
    margin-top: 16px;
    min-height: 77.326px !important;
}
.post-title-new a {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
}

.newscontent-new {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(89, 103, 124, 1);
    opacity: 80%;
    margin-top: 16px;
    min-height: 71.979px;
}
.learn-more {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    color: rgba(0, 0, 0, 1);
    margin-top: 16px;
    text-transform: uppercase;
}
.post-content {
    margin-top: 24px;
}
.bg-image-news {
    height: 422px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.bg-image-news-text {
    position: absolute;
    top: 530px;
    left: 64px;
    height: 128px;
    width: 405px;
    color: white;
}
.bg-image-news-text h1 {
    margin: 0;
    font-size: 40px;
    font-weight: 600;
    color: #ffffff;
    line-height: 48px;
}
.bg-image-news-text p {
    margin: 10px 0 0;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}
.text-left {
    margin-top: 16px;
}
.custom-mb {
    margin-bottom: 64px;
}

.page-item:first-child .page-link {
    margin-right: 32px;
    color: rgba(89, 103, 124, 1);
    border: 1px solid rgba(208, 213, 221, 1);
    border-radius: 8px;
}
.page-item:first-child a {
    color: #000;
}
.page-item:last-child .page-link {
    margin-left: 32px;
    color: rgba(89, 103, 124, 1);
    border: 1px solid rgba(208, 213, 221, 1);
    border-radius: 8px;
}

.page-item:last-child a {
    color: #000;
}
.page-item.active .page-link {
    color: rgba(89, 103, 124, 1);
    padding: 10px 18px;
    background-color: rgba(245, 248, 250, 1);
    border-radius: 8px;
}
.page-item .page-link {
    color: rgba(89, 103, 124, 1);
    padding: 10px 18px;
    border: 0;
}
.news-bg-image {
    height: 260px;
    border-radius: 8px;
}
.star-rating i {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1;
    background: url(../images/starIcon.svg);
    background-size: contain;
}

.star-rating input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    opacity: 0;
    display: inline-block;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 2;
    position: relative;
}
.star-rating input:hover + i,
.star-rating input:checked + i {
    opacity: 1;
}
.star-rating i ~ i {
    width: 40%;
}

.star-rating i ~ i ~ i {
    width: 60%;
}

.star-rating i ~ i ~ i ~ i {
    width: 80%;
}

.star-rating i ~ i ~ i ~ i ~ i {
    width: 100%;
}

.star-rating.star-5 {
    width: 104px;
}

.star-rating.star-5 input,
.star-rating.star-5 i {
    width: 20%;
}

.star-rating.star-5 i ~ i {
    width: 40%;
}

.star-rating.star-5 i ~ i ~ i {
    width: 60%;
}

.star-rating.star-5 i ~ i ~ i ~ i {
    width: 80%;
}

.star-rating.star-5 i ~ i ~ i ~ i ~ i {
    width: 100%;
}
.testimonial {
    border-right: 1px solid rgba(0, 0, 0, 0.25);
    border-left: 0;
    border-top: 0;
    border-bottom: 0;
    border-radius: 0;
}
.testimonial-contents {
    min-height: 116px;
}
#paymentTabs li a {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.02em;
    text-align: center;
    text-decoration-skip-ink: none;
    opacity: 0.4;
}
#paymentTabs li a.active {
    opacity: 1;
}
.h-48 {
    height: 48px;
}
.news-bage {
    padding: 6px 16px 6px 16px;
    height: 32px;
    display: inline-flex;
    align-items: center;
}
.no-data-found {
    margin-bottom: 50px;
}

.news-title-detail {
    margin-top: 16px;
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: -0.02em;
}

.news-details-page {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 24px;
}
.img-height {
    height: 100%;
}
.publish-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: rgba(89, 103, 124, 1);
    margin-bottom: 8px;
}

.publish-date {
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
}

.share-buttons .share-btn {
    margin: 5px;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid rgba(89, 103, 124, 0.2);
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px; /* Space between icon and text */
    cursor: pointer;
    color: rgba(89, 103, 124, 0.8); /* Font Awesome icon and text color */
    background-color: transparent; /* Default background */
    transition: all 0.3s ease; /* Add smooth transitions for hover effects */
}
.content-part {
    margin-top: 64px;
}
/* Newsletter Section */
.newsletter-part {
    padding: 32px;
    background-color: rgba(245, 248, 250, 1);
    border-radius: 8px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

/* Title */
.newsletter-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 12px;
}

/* Description */
.newsletter-desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 24px;
}

/* Custom Button */
.custom-btn {
    background: rgba(255, 255, 255, 1);
    border: none;
    border-radius: 50%;
    padding: 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 32px;
}

.custom-btn i {
    color: rgba(89, 103, 124, 0.8);
    font-size: 20px;
}

/* Input Description */
.form-desc {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: rgba(89, 103, 124, 0.8);
}

/* Input Field */
#subscribeemail {
    border: 1px solid rgba(89, 103, 124, 0.2);
    border-radius: 8px;
    padding: 10px;
    font-size: 14px;
    height: 3rem !important;
}

/* Subscribe Button */
#submitSubscribe {
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.02em;
    text-align: center;
}

#errorEmailSubscribe,
#successMessage {
    font-size: 14px;
}
#submitSubscribe:hover {
    background-color: rgba(89, 103, 124, 0.8);
    color: white;
}
.similar-news {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: -0.02em;
    margin-bottom: 64px;
}
.similar-news-list-container {
    background-color: rgba(245, 248, 250, 1);
    padding: 120px 64px;
}
.mt-64 {
    margin-top: 64px !important;
}
.m-64 {
    margin: 64px !important;
}

.mt-16 {
    margin-top: 16px !important;
}

label#loginpassword-error {
    width: 100%;
}
/* .course-favorite {
    position: absolute;
    top: 10%;
    right: 0;
} */
#carouselFeature .carousel-control-prev {
    justify-content: start;
    left: -50px;
}
#carouselFeature .carousel-control-next {
    justify-content: end;
    right: -50px;
}

#carouselFeature .carousel-control-prev-icon,
#carouselFeature .carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
.bg-steel-blue {
    background: #59677c29;
}
.green-color {
    color: #0e9f6e;
}
.preview-time {
    position: absolute;
    right: 5px;
    bottom: -20px;
}
.lesson-wrap {
    height: 800px;
    overflow: hidden;
    overflow-y: scroll;
}
.lesson-active {
    background: #59677c1f;
    margin-left: -16px;
    margin-right: -16px;
    padding: 12px 0;
    margin-bottom: 12px !important;
}
.play-icon {
    position: absolute;
    top: 42%;
    left: 2px;
}
#copyLinkButton {
    padding: 10px 16px 10px 16px;
    gap: 8px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(89, 103, 124, 0.2);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: rgba(89, 103, 124, 1);
}

#tooltip {
    white-space: nowrap;
}

.tooltip-set {
    visibility: hidden;
    position: absolute;
    top: -31px;
    left: 20%;
    transform: translateX(-50%);
    background-color: black;
    color: white;
    padding: 5px;
    border-radius: 3px;
    font-size: 12px;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    background-color: #59677c;
}
.academy-image {
    background: url("../images/Academy-Banner-en.png");
    height: 600px;
    display: flex;
    align-items: end;
}
.academy-image-text {
    margin-bottom: 4%;
    color: #fff;
}
.academy-image-text p {
    width: 40%;
}
.vision-head {
    font-weight: 600;
    margin-bottom: 64px;
}
.vision-text {
    font-size: 32px;
    width: 85%;
    margin: 0 auto;
    margin-bottom: 120px;
    font-style: italic;
}
h2.value-header {
    margin-left: 32px;
    margin-top: 55px;
    margin-bottom: 32px;
}

p.value-text {
    margin-left: 32px;
    margin-bottom: 35px;
}
#our-growth .accordion-button::after {
    background-image: none;
}
#our-growth .accordion-button:not(.collapsed),
#our-growth .accordion-button {
    background: transparent;
    font-size: 24px;
    font-weight: 600;
    color: #000;
    box-shadow: none;
    padding-bottom: 0;
}
#our-growth .accordion-item {
    background: transparent;
    padding-bottom: 32px;
}
#our-growth.accordion-flush > .accordion-item:first-child {
    border-top: 1px solid #dee2e6;
}
#our-growth.accordion-flush > .accordion-item:last-child {
    border-bottom: 1px solid #dee2e6;
}
#our-growth .number-outer {
    display: flex;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-right: 16px;
    align-items: center;
    justify-content: center;
    border: 1px solid #15254726;
}
#our-growth .number {
    display: flex;
    width: 36px;
    height: 36px;
    background: #59677c;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}
.our-goal-btn {
    padding-top: 64px;
    text-align: center;
    /* padding-bottom: 120px; */
}
.search-input {
    width: 312px;
}
.con-style {
    background-color: rgba(245, 248, 250, 1);
    padding: 92px 64px;
}

.agent-title {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: -0.02em;
    margin-bottom: 15px;
}
.agent-desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.02em;
    margin-bottom: 13px;
}
.each-agent {
    background-color: white;
    border-radius: 12px;
    width: 390px;
}
.each-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: rgba(0, 0, 0, 1);
}
.grayish-blue {
    color: rgba(89, 103, 124, 1);
}
.no-underline {
    text-decoration: none;
}
.mb-14 {
    margin-bottom: 14px;
}
.row.g-3 {
    gap: 1rem;
}
.each-desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    min-height: 72px;
}
.each-phone {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.02em;
}
.create-agent {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.02em;
    text-align: right;
    text-decoration-line: underline;
    text-decoration-style: solid;
    color: rgba(89, 103, 124, 1);
    margin-bottom: 11px;
}

.agent-flags img {
    float: right;
    width: 78px;
    height: 78px;
    gap: 0px;
    border-radius: 0px 8px 0px 39px;
    margin-top: -11px;
    position: absolute;
    right: -1px;
}

.p-32 {
    padding: 32px;
}
.h-446 {
    height: 480px;
}
.form-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    margin-top: 15px;
    margin-bottom: 32px;
}
.form-desc-agent {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.02em;
    margin-bottom: 32px;
}
.agent-field {
    /* padding: 16px; */
    gap: 8px;
    border-radius: 8px;
    border: 1px solid rgba(208, 213, 221, 1);
}
.register-agent-btn:hover {
    background-color: #59677c;
    color: #f8f9fa;
}
.coupon-btn {
    width: 105px;
    height: 56px;
}
.coupon-btn:hover {
    background: #f5e9e1;
}
.coupon {
    margin-bottom: 12px;
}
.pb-188 {
    padding-bottom: 188px;
}
em.error {
    color: red;
    font-size: 14px;
    display: block;
}
.pb-100 {
    padding-bottom: 100px;
}
.mb-72 {
    margin-bottom: 72px;
}
.story-content {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 32px;
}
#storyCarousel .carousel-control-prev {
    justify-content: start;
    left: -100px;
}
#storyCarousel .carousel-control-next {
    justify-content: end;
    right: -100px;
}
#storyCarousel .carousel-control-next,
#storyCarousel .carousel-control-prev {
    opacity: 1;
}
#storyCarousel .carousel-control-prev-icon {
    background-image: url("./../images/chevron-left.svg") !important;
}
#storyCarousel .carousel-control-next-icon {
    background-image: url("./../images/chevron-right.svg") !important;
}
#storyCarousel .carousel-control-prev-icon,
#storyCarousel .carousel-control-next-icon {
    background-color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    color: #000;
}
#storyCarousel .carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #59677c;
}
#storyCarousel .carousel-indicators {
    bottom: -60px;
}
#storyCarousel .carousel-indicators [data-bs-target] {
    margin-right: 4px;
    margin-left: 4px;
}

#storyCarousel .carousel-item .story {
    box-shadow: 0px 40px 80px 0px #0012330d;
}
.story-card {
    margin: auto 0;
    padding: 150px 30px;
    opacity: 0.8;
    border: none;
}
ul.cart li:not(:last-child) {
    border-bottom: 1px solid #59677c1f;
}
ul.checkout li {
    border-bottom: 1px solid #59677c1f;
}
.course-detail-favorite {
    position: absolute;
    right: 0;
    top: -40px;
}
.bg-image-career-text {
    position: absolute;
    width: 80%;
    top: 20%;
    left: 5%;
    color: white;
}

.bg-image-career-text h1 {
    font-size: 40px;
    font-weight: 600;
    color: #ffffff;
    line-height: 48px;
}
.bg-image-career-text p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

.bg-image-career-text-ja {
    position: absolute;
    width: 80%;
    top: 25%;
    left: 64px;
    color: white;
}

.bg-image-career-text-ja h1 {
    font-size: 40px;
    font-weight: 600;
    color: #ffffff;
    line-height: 48px;
}
.bg-image-career-text-ja p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

.bg-btn-career {
    padding: 14px 24px 14px 24px;
    gap: 0px;
    border-radius: 8px;
    background-color: rgba(111, 129, 157, 1);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.02em;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    border: 0;
}
.mb-24 {
    margin-bottom: 24px;
}
.career-title {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: -0.02em;
    text-align: center;
}
.mt-120 {
    margin-top: 120px;
}

.mt-mb-120 {
    margin-top: 120px;
    margin-bottom: 60px;
}
.mt-60 {
    margin-top: 60px;
}
.mt-67 {
    margin-top: 67px;
}
.mb-60 {
    margin-top: 60px;
}
.m-bottom-60 {
    margin-bottom: 60px;
}
.each-career-col {
    background-color: rgba(245, 248, 250, 1);
    border-radius: 12px;
    max-height: 400px;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    height: 100%;
    margin-bottom: 10px;
}

.bg-light-blue-gray {
    background-color: rgba(245, 248, 250, 1);
}
.cur-vac {
    font-size: 32px;
    font-weight: 600;
    line-height: 44px;
}

.cur-vac-list {
    padding: 24px 32px 24px 32px;
    gap: 0px;
    border-radius: 8px;
    border: 1px solid rgba(89, 103, 124, 0.2);
    justify-content: space-between;
    opacity: 0px;
}
.mb-24 {
    margin-bottom: 24px;
}
.each-vac-content {
    display: flex;
    align-items: center;
    position: relative;
}

.j-content-center {
    justify-content: center;
}

.job-title-list {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    text-decoration: none;
    color: rgba(0, 0, 0, 1);
}

.job-title-other {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: rgba(90, 113, 132, 1);
    text-decoration: none;
}

.row.cur-vac-list .each-vac-content:not(:nth-last-child(-n + 2))::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    background-color: rgba(89, 103, 124, 1);
}
.job-alert-btn {
    padding: 14px 24px 14px 24px;
    border-radius: 8px;
    background-color: rgba(111, 129, 157, 1);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.02em;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    border: 0;
}

.checkout-btn {
    width: 126px;
    height: 48px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.btn.bg-pink:hover {
    background-color: #f5e9e1;
}
.btn.bg-blue-gray:hover {
    background-color: #59677c;
}
.checkout-bottom-wrap {
    padding-bottom: 236px;
}
.img-cover {
    object-fit: cover;
}

.form-check-input[type="checkbox"],
.form-check-input[type="radio"] {
    border: 1px solid #59677c;
}

.bg-color-sky-blue {
    background-color: rgba(245, 248, 250, 1);
}
.bg-color-white {
    background-color: rgba(255, 255, 255, 1);
}
.job-det-title {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: -0.02em;
    text-align: center;
}
.job-det {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}
.job-det-desc {
    padding: 80px 122px;
}
.job-description {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: rgba(89, 103, 124, 1);
}
/* .horizontal-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
} */

/* .horizontal-list li {
    margin-right: 24px;
    color: rgba(89, 103, 124, 1);
} */
/* .each-skill {
    padding: 5px 12px 5px 12px;
    border-radius: 32px;
    background-color: rgba(236, 236, 236, 1);
    font-size: 10px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: -0.02em;
    text-align: left;
} */

.horizontal-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.icon-li {
    display: flex;
    align-items: center;
    gap: 8px; /* Space between icon and text */
    font-weight: 600;
    font-size: 14px;
}

.each-skill {
    padding: 6px 14px;
    border-radius: 20px;
    background-color: rgba(236, 236, 236, 1);
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    color: rgba(89, 103, 124, 1);

    display: inline-block;
    word-break: break-word;
    white-space: normal;
}

.border-row {
    border-bottom: 1px solid rgba(89, 103, 124, 1);
}
.mb-48 {
    margin-bottom: 48px;
}
.register-btn-apply {
    background-color: rgba(111, 129, 157, 1);
    color: white;
    padding: 14px 24px 14px 24px;
    border-radius: 8px;
    opacity: 0px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.02em;
    text-align: center;
    text-decoration: none;
}
.register-btn-apply:hover {
    background-color: rgba(111, 129, 157, 1);
    color: white;
    padding: 14px 24px 14px 24px;
    border-radius: 8px;
    opacity: 0px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.02em;
    text-align: center;
    text-decoration: none;
}
span.faq-heading {
    width: 95% !important;
}
.job-alert-cvr-desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.02em;
}
.bg-image-job {
    height: 422px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.pt-150 {
    padding: 150px;
}
.btn-submit-job-alert div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.btn-job-cancel {
    background-color: rgba(245, 233, 225, 1);
    padding: 14px 32px 14px 32px;
    gap: 0px;
    border-radius: 8px;
    opacity: 0px;
}
.btn-job-submit {
    background-color: rgba(111, 129, 157, 1);
    padding: 14px 32px 14px 32px;
    gap: 0px;
    border-radius: 8px;
    opacity: 0px;
    color: rgba(255, 255, 255, 1);
}

.btn-job-cancel:hover {
    background-color: rgba(245, 233, 225, 1);
    padding: 14px 32px 14px 32px;
    gap: 0px;
    border-radius: 8px;
    opacity: 0px;
}
.btn-job-submit:hover {
    background-color: rgba(111, 129, 157, 1);
    padding: 14px 32px 14px 32px;
    gap: 0px;
    border-radius: 8px;
    opacity: 0px;
    color: rgba(255, 255, 255, 1);
}
.label-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.02em;
}

.p-relative {
    position: relative;
}
.cat-name-t {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(155, 189, 201, 1);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    border-radius: 4px;
    opacity: 0px;
    color: rgba(255, 255, 255, 1);
    padding: 6px 16px 6px 16px;
    gap: 10px;
    opacity: 0px;
}
.image-curve {
    border-radius: 6px 50px 6px 6px;
}
.nav-link:focus-visible {
    outline: 0;
    box-shadow: none;
}
.job-det-desc ul li {
    list-style: disc;
}
ul.horizontal-list li {
    list-style: none;
}
.academy-banner-text {
    position: absolute;
    left: 7%;
    top: 80%;
}
.about-academy-text {
    word-break: auto-phrase;
    width: 50%;
}
.ahmed-emara-banner {
    background-repeat: no-repeat;
    background-position-x: center;
    /* min-height: 100vh; */
    background-size: cover;
}

.home-ahmed {
    background-repeat: no-repeat;
    background-size: cover;
}
.phone-number,
#course_description {
    direction: ltr;
    unicode-bidi: embed; /* Or bidi-override if embed doesn't work perfectly */
}
.img-fill {
    object-fit: fill;
}

.c-btn {
    background-color: #f5e9e1 !important;
    border-radius: 5px !important;
    font-size: 0.8rem !important;
    text-decoration: none;
    color: #000 !important;
}
.icon-circle {
    border-radius: 50%;
    padding: 0.5em;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #59677c;
    color: #fff;
}
a:hover i.icon-circle,
button:hover i.icon-circle {
    color: #59677c;
    background-color: #fff;
}

.agent-radio-btn {
    float: left;
    margin: 20px;
}

.dropend .dropdown-menu[data-bs-popper] {
    top: -15px;
}
.w-90 {
    width: 90% !important;
}

.w-100 {
    width: 100% !important;
}
.home-ahmed-text {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: justify;
}
.home-read-more {
    width: 136px;
}
.circle-bg {
    background-color: white;
    border-radius: 50%;
    padding: 5px;
    display: inline-block;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.agent-check {
    margin-left: -59px;
    float: left;
    margin-top: 20px;
}
.h-100 {
    height: 100%;
}
.min-w-206 {
    min-width: 206px !important;
}
.line-break-new {
    margin: 0 auto;
}
.side-btn:hover {
    background-color: #59677c;
}

.select2-container[dir="rtl"]
.select2-selection--single
.select2-selection__rendered {
    padding-right: 20px;
    padding-left: 20px;
}

.bg-litpink {
    background-color: #f6e9e1;
}
.emp-story-content {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: center;
}
.green {
    border: 2px solid green;
    border-radius: 50%;
    padding: 3px;
    max-width: 51px;
    max-height: 51px;
}
.orange {
    border: 2px solid #ffad33b2;
    border-radius: 50%;
    padding: 3px;
    max-width: 51px;
    max-height: 51px;
}
.featured-icons a {
    text-decoration: none;
}
.article-desc li {
    list-style: disc;
}
.custom-file-label {
    display: inline-block;
    padding: 8px 12px;
    background-color: #f8f9fa;
    color: black;
    cursor: pointer;
}
.form-con {
    padding: 10px !important;
}
#file-name {
    color: #59677c;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.gift-wrap {
    position: relative;
    width: 100%;
    max-width: 450px; /* Adjust as needed */
    margin: auto;
    height: 618px;
}

.gift-wrap img {
    width: 100%;
    height: 650px;
    display: block;
}
.gift-wrap .course-name {
    position: absolute;
    top: 15%;
    left: 42%;
    color: #59677c;
    font-size: 14px;
    margin-bottom: 0;
}
.receipant-name {
    position: absolute;
    top: 34%;
    left: 9%;
    color: #59677c;
    margin-bottom: 0;
}
.gift-text {
    position: absolute;
    top: 45%;
    left: 9%;
    color: #59677c;
    margin-bottom: 0;
    word-break: break-all;
}
.gift-sender {
    position: absolute;
    top: 83%;
    left: 9%;
    color: #59677c;
    margin-bottom: 0;
}
.ltr {
    direction: ltr;
}
.image-res {
    object-fit: cover;
    height: 367px !important;
}
.recommend_link {
    position: absolute;
    left: 10%;
}
.listing .owl-nav {
    position: absolute;
    top: 12%;
    width: 100%;
    transform: translateY(-50%);
}
.listing .owl-prev,
.listing .owl-next {
    position: absolute;
    cursor: pointer;
}
.listing .owl-prev {
    left: -10px;
}
.listing .owl-next {
    right: -10px;
}
.swal2-confirm-btn {
    background-color: #59677c !important;
}
.swal2-cancel-btn {
    background-color: #ba9793 !important;
}
.mt-10 {
    margin-top: 10px;
}
.pad-10 {
    padding: 0 10px;
}
.b-clr-bluish-gray {
    background-color: rgba(245, 248, 250, 1);
}
.dash-borad {
    border-radius: 16px;
    border-width: 1px;
    padding: 24px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(89, 103, 124, 0.12);
    margin-top: 16px;
    margin-bottom: 16px;
}
.title-text {
    color: rgba(89, 103, 124, 1);
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -2%;
    vertical-align: middle;
}
.title-email {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -2%;
    vertical-align: middle;
    color: rgba(89, 103, 124, 1);
}
.each-box {
    width: 200;
    height: 56;
    border-radius: 8px;
    padding: 8px;
    gap: 8px;
}
.each-box-name {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -2%;
    vertical-align: middle;
    color: rgba(89, 103, 124, 1);
}
.mt-30 {
    margin-top: 30px;
}
/* .navbar-nav .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    pointer-events: none;
}
.nav-item.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    pointer-events: auto;
} */

.nav-style {
    width: 946;
    height: 24;
    top: 401px;
    left: 63px;
    justify-content: space-between;
}
.each-nav-title {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -2%;
    vertical-align: middle;
    color: rgba(89, 103, 124, 1);
}
/* .navbar-nav > li {
    margin-right: 1rem;
} */
.course-title-dash {
    font-family: Poppins;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    color: rgba(0, 0, 0, 1);
}
.lession-count {
    color: rgba(89, 103, 124, 1);
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -2%;
}
.course-lesson-contents-dash {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: rgba(89, 103, 124, 1);
}
.min-h-62 {
    min-height: 62px;
}
.mb-10 {
    margin-bottom: 10px;
}
.resume-course {
    border-radius: 8px;
    border-width: 1px;
    /* padding-top: 14px;
    padding-right: 24px;
    padding-bottom: 14px;
    padding-left: 24px; */
    border: 1px solid rgba(89, 103, 124, 1);
    width: 44%;
    padding: 13px;
}
.resume-course-txt {
    font-family: Poppins;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -2%;
    text-align: center;
    vertical-align: middle;
}
.view-all {
    font-family: Poppins;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -2%;
    text-align: center;
    vertical-align: middle;
    text-decoration: underline;
    text-decoration-style: solid;
    color: rgba(89, 103, 124, 1);
}
.fs-25 {
    font-size: 2.5rem;
    font-weight: 500;
}
