:root {
    --main-text-custom: #343434;
    --main-dark-custom: #343434;
    --main-secondary: #151515;
    --main-tertiary: #413fe5;
    --primary: #ffd700;
    --green: #413fe5;
    --color-1: #00262b;
    --font-family-text: "Lexend Deca", Arial, Helvetica, sans-serif;
    --font-family-bold: "Lexend Deca", Arial, Helvetica, sans-serif;
    --font-family-medium: "Lexend Deca", Arial, Helvetica, sans-serif;
    --heading: "Lexend Deca", Arial, Helvetica, sans-serif;
}

html {
    font-size: 80%;
    scroll-padding-top: 5rem;
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-family-text);
    color: var(--main-secondary);
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 400;
    overflow-x: hidden;
    background-color: aliceblue !important;
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6,
a {
    color: var(--main-secondary);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--main-secondary);
    font-family: var(--font-family-text);
    font-weight: 400;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1);
    font-size: 0.875rem;
}

.manage-dash .navbar-nav .nav-link {
    color: var(--color-1);
    font-family: var(--font-family-medium);
    font-weight: 500;
    line-height: 2.8125rem;
    font-size: 1.2rem;
}

.manage-dash .navbar-nav .nav-link.active{
    color: var(--green);
    border-bottom: 0.1875rem solid var(--green);
}

.bg-red {
    background-color: var(--main-secondary);
}

.bg-red-2{
    background-color: #c70039 !important;
}

.bg-main-4 {
    background-color: var(--main-dark-custom) !important;
}

.bg-light-2{
    background-color: #f7f7f7;
}

.text-red {
    color: var(--main-secondary);
}

/* .heading-text{
    font-family: var(--heading) !important;
    font-weight: 500;
} */

.fw-400 {
    font-weight: 400;
}

.text-lg {
    font-size: 1.125rem;
}

.btn {
    border-radius: 25px;
}

.rounded-8 {
    border-radius: 0.5rem;
}

.main-content {
    position: relative;
    /* margin-top: 7.0625rem; */
    /* margin-top: 5rem; */
}

/* .admin-content{
  padding-top: 3.125rem;
} */

/* .text-truncate {
    width: 12.5rem;
} */

.main-container {
    margin-top: 4.6875rem;
    margin-bottom: 4.6875rem;
}

.course-fixed{
    position: fixed;
    z-index: 9999;
    background: #fff;
    left: 0;
    right: 0;
    top: 0rem;
}

.bg-lighter {
    background-color: #f4f7ff;
}

.bg-dark-blue {
    background-color: #13124d;
}

.cross-line {
    background-image: url(../images/cross.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.inner-box {
    padding: 0 6.25rem;
}

.mirror {
    background: rgba(255, 255, 255, 0.5);
    box-shadow: -0.7610375rem 1.5rem 2.8063375rem rgba(81, 78, 120, 0.18),
    inset 0.08205875rem 0.123088125rem 0rem rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(1.003625rem);
    border-radius: 0.8205875rem;
    width: 4.0625rem;
    height: 4.0625rem;
    position: absolute;
    z-index: 1000;
}

.orange {
    background: #f75426;
}

.yellow {
    background: #ffc229;
}

.purple {
    background: #6e5cfa;
}

.pink {
    background: #d452c7;
}

.option {
    width: 2.375rem;
    height: 2.375rem;
    border-radius: 100%;
    position: absolute;
    left: 2.375rem;
    top: 2.0625rem;
    animation: smoothmove 4s ease-in-out infinite;
}

.feather {
    width: 1rem;
    height: 1rem;
    stroke: currentColor;
    stroke-width: 1;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}

.feather-size-lg {
    width: 1.5rem;
    height: 1.5rem;
}

.navbar-vertical.navbar-dark .navbar-nav .nav-link {
    color: #000 !important;
    font-size: 1rem;
    padding: 10px;
}

.navbar-vertical.navbar-dark .navbar-nav .nav-link.active {
    color: #fff !important;
    font-size: 1.1rem;
    background-color: var(--main-tertiary);
    border-radius: 10px;
}

.navbar-vertical.navbar-dark .navbar-nav .nav-link.active  img{
    filter: invert(1);
}

.navbar-content-list .nav-link {
    font-family: var(--font-family-text);
    font-size: 1rem;
}

.navbar-content-list .dropdown-menu {
    padding: 0.9375rem;
    box-shadow: 0rem 0.3125rem 1.0625rem 0.1875rem rgb(0 0 0 / 9%);
}

.navbar-content-list .dropdown-item {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-radius: 0.3125rem;
}

.main-lms-container{
    margin-top: 4rem;
    /* margin-bottom: 4.6875rem; */
}

.navbar-content-list .nav-link {
    margin-right: 0.625rem;
    line-height: 3.125rem;
    color: var(--main-text-custom) !important;
}

.bell-num {
    height: 1.0625rem;
    width: 1.0625rem;
    font-size: 0.5rem;
    font-weight: 700;
    border-radius: 3.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: var(--font-family-bold);
    background-color: crimson;
    position: absolute;
    top: 0rem;
    right: -0.3125rem;
}

/* .hover-effect {
    background: none, linear-gradient(90deg, #1ac798, lime);
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 0.125rem, 0 0.125rem;
    cursor: pointer;
    display: block;
    text-decoration: none;
    transition: background-size .4s;
    line-height: 4rem;
} */

.text-danger{
    color: #c70039;
}

.bg-danger{
    color: #c70039;
}

.border-line {
    background: none, linear-gradient(90deg, #1ac798, lime);
    background-repeat: no-repeat;
    background-size: 100% 0.125rem, 0 0.125rem;
    cursor: pointer;
    display: block;
    text-decoration: none;
    transition: background-size 0.4s;
    background-size: 0 0.125rem, 100% 0.125rem;
    height: 0.625rem;
    width: 100%;
}

.gradient-lime {
    background: none, linear-gradient(90deg, #1ac798, lime);
    background-repeat: no-repeat;
    background-size: 100% 0.125rem, 0 0.125rem;
    cursor: pointer;
    display: block;
    text-decoration: none;
    transition: background-size 0.4s;
    background-size: 0 0.125rem, 100% 0.125rem;
    height: 100%;
    width: 100%;
}

.bg-green {
    background-color: var(--green);
}

.bg-gradient-stat-2 {
    background-color: #62ca0ac2;
}

.course-box-info.nav-fill .nav-item,
.course-box-info.nav-fill > .nav-link {
    flex: 1 0 auto;
    text-align: center;
    font-size: 0.875rem;
}

.bg-gradient-stat-1 {
    background-color: #4f07ff80;
}

.badge-tag-absolute {
    position: absolute;
    left: 0.625rem;
    top: 0.625rem;
    z-index: 1;
}

.mega-menu-arrow-new {
    transform: rotate(-90deg);
    width: 0.8125rem;
}

.apply-filter-invert-1 {
    filter: invert(1) !important;
}

.card-ahref-flex,
.tablinks {
    text-decoration: none;
}

.tab-nav-new a {
    text-decoration: none;
}

.nav-new-link-list li {
    margin-top: 0 !important;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    margin-left: 0;
}

.webinar-card:hover {
    color: var(--main-text-custom) !important;
}

.webinar-card:hover .border-width-hover {
    width: 100%;
}

.border-width-hover {
    width: 20%;
    transition: 0.5s ease-in-out;
}

/* .bg-color-1 {
  background-color: var(--main-text-custom);
} */

.rounded-16 {
    border-radius: 16px;
}
.bg-color-1 {
    background-color: #fdead5;
}

.bg-color-2 {
    background-color: #dfe2ff;
}

.text-color-1{
    color: var(--color-1);
}

/* .bg-color-2 {
  background-color: var(--main-secondary);
} */

.bg-color-tertiary {
    background-color: var(--main-tertiary);
}

.bg-color-3 {
    background-color: #ebdcff;
}

/* .hover-effect:hover {
    background-size: 0 0.125rem, 100% 0.125rem
} */

.text-base {
    line-height: 1.5rem;
}

.text-main {
    color: var(--main-text-custom);
}

.text-main-2 {
    color: var(--main-dark-custom) !important;
}

.text-main-4 {
    color: var(--main-secondary);
}

.btn-custom-size {
    padding: 0.9375rem 1.25rem;
}

.btn-custom-size-2 {
    padding: 0.625rem 1.25rem;
}

.btn-main-custom-1{
    background-color: white;
    border: 0.0625rem solid #ced4da;
}

.bg-success{
    background-color: var(--green) !important;
}

.btn-custom-color-1, .btn-custom-color-1:hover {
    background-color: var(--green);
    border: var(--green);
    color: #fff !important;
    padding: 0.625rem 1.25rem;
}

.bg-custom-1 {
    background-color: var(--main-text-custom);
}

.main-navbar.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 1);
    font-size: 1rem;
}

.nav-link-view {
    font-family: var(--font-family-bold);
    font-size: 1.3rem;
}

.short-border {
    height: 0.3125rem;
    width: 6.25rem;
    background-color: var(--main-secondary);
}

.btn-custom-color-2 {
    background-color: var(--main-dark-custom);
}

.btn-custom-color-2-outline {
    background-color: transparent;
    border: 0.0625rem solid var(--btn-border-color);
    color: var(--btn-text-color);
}

.btn-custom-color-1-outline {
    background-color: transparent;
    border: 0.0625rem solid var(--btn-border-color);
    color: var(--btn-text-color);
}

.btn-custom {
    transition: all 0.5s;
}

.btn-custom:hover {
    transform: scale(0.95);
    opacity: 0.85;
}

.btn-block {
    width: 100%;
}

.unset-icon.dropdown-toggle::after {
    border-top: unset;
    content: unset;
}

.country-icon-flag-img-container {
    width: auto;
    height: 1.5625rem;
    position: relative;
    /* overflow: hidden; */
    border-radius: 0.3125rem;
}

.flag-icon{
    height: 2.2rem;
}

.text-bold {
    font-family: var(--font-family-text);
    font-weight: 400;
}

.text-bold-2 {
    font-family: var(--font-family-bold);
    font-weight: 400;
}

.text-medium {
    font-family: var(--font-family-medium);
    font-weight: 500;
}

.text-regular {
    font-family: var(--font-family-regular);
    font-weight: 400;
}

.ft-big {
    font-size: 2.5rem;
    line-height: 3.2rem;
}

.ft-md{
    font-size: 0.8125rem;
    line-height: 1.125rem;
}

.ft-lg{
    font-size: 1.5rem;
    line-height: 2rem;
}

.ft-custom-hero {
    font-size: 3rem;
    line-height: 4rem;
}

.bg-linkedin{
    background-color: #0277b5;
}

/* .ft-custom-big {
  font-size: 5rem;
  line-height: 6rem;
} */

.ft-custom-big {
    font-size: 3rem;
    line-height: 3rem;
}

.ft-custom-hero-2 {
    font-size: 2.5rem;
    line-height: 3.5rem;
}

/* .para-head {
  font-size: 0.875rem;
} */

.para-head-2 {
    font-size: 1.5rem;
    line-height: 2rem;
}

.mba-image-holder {
    height: 34.375rem;
    position: relative;
    overflow: hidden;
}

.bg-image-hero {
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.bg-image-hero-2 {
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.hero-view-size {
    /* padding-top: 9.375rem;
      padding-bottom: 9.375rem; */
    height: 40.625rem;
}

.ft-normal-2 {
    font-size: 1.3rem;
    line-height: 1.5;
}

.ft-normal {
    font-size: 0.875rem !important;
}

.ft-sm {
    font-size: 0.6875rem;
    line-height: 1.0625rem;
}

.owl-carousel .owl-stage {
    display: flex;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
}

.star-fill {
    fill: var(--green);
    color: var(--green);
}

.star-fill-2 {
    fill: orange;
}

.fill-heart {
    fill: #ff0000;
    color: #ff0000;
}

.line-through {
    text-decoration: line-through;
}

.box-shadow-effect {
    box-shadow: 0rem 0.3125rem 1.0625rem 0.1875rem rgb(0 0 0 / 9%);
}

.hero-section {
    padding-top: 6.25rem;
    /* padding-bottom: 6.25rem; */
    /* background-color: var(--main-dark-custom);
      color: white; */
}

.hero-section h1 {
    font-family: var(--font-family-bold);
    font-size: 3rem;
    line-height: 3rem;
    font-weight: 500;
}

.logo-max-width {
    max-width: 12.5rem;
}

.logo-max-width-2 {
    position: absolute;
    z-index: 1;
    left: 0.625rem;
    bottom: -0.625rem;
    border-radius: 0.3125rem;
    transition: all 0.5s;
    background-color: white;
    padding: 0.625rem;
}

.top-push {
    padding-top: 8.125rem;
    padding-bottom: 3.125rem;
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.icon-bg {
    height: 1.5625rem;
    width: 1.5625rem;
}

.icon-bg.active {
    fill: #c70039;
}

.bg-danger {
    background-color: #c70039 !important;
}

.prog-card-view {
    background-color: #f8f9fa;
}

.prog-card-view:hover h5 {
    color: var(--green);
}

.prog-card-body-2 {
    background-color: var(--main-secondary);
}

.hover-card-effect:hover {
    background-color: #f8f9fa;
    border: 0.0625rem solid var(--main-text-custom) !important;
}

.hover-card-effect:hover h5 {
    color: var(--green);
}

.filter-accordion .accordion-button:not(.collapsed) {
    color: var(--green);
    background-color: #e7f1ff;
    box-shadow: inset 0 -0.0625rem 0 rgba(0, 0, 0, 0.125);
}

.title-clip-holder {
    position: absolute;
    bottom: 1.875rem;
    clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
    z-index: 1;
}

.wishlist-icon {
    background: #fff;
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 3.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 1;
    top: 0.625rem;
    right: 0.625rem;
    cursor: pointer;
}

.logo-max-width-3 {
    position: absolute;
    z-index: 1;
    left: 1.875rem;
    top: 1.875rem;
    border-radius: 0.3125rem;
    transition: all 0.5s;
}

.prog-card {
    transition: 0.5s ease-in-out;
}

/* .prog-card:hover .logo-max-width-2 {
  bottom: 0.625rem;
} */


.prog-card:hover{
    transform: scale3d(1.03, 1.03, 1.08) translate3d(0.1rem, -0.25rem, 20rem);
    box-shadow: 0 0 2.5rem -0.5rem rgb(0 0 0 / 16%), 0 0 1.5rem -1rem rgb(0 0 0 / 16%);
    z-index: 1;
}

.font-sm {
    font-size: 0.6875rem;
}

.universities-logo-container {
    height: 4.375rem;
    /* border: 0.0625rem solid #fcfcfc; */
    overflow: hidden;
    position: relative;
    padding: 0.625rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    /* box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important; */
    border-radius: 0.3125rem;
    background-color: #000;
}

.prog-img {
    height: 9.375rem;
    overflow: hidden;
    position: relative;
    /* transition: transform 1s ease-in-out; */
}

/* .prog-img:hover img{
  transform: scale(1.1);
} */

.prog-img-sm {
    height: 8.125rem;
    overflow: hidden;
    position: relative;
}

.prog-details-size {
    height: 12.5rem;
    width: 12.5rem;
    overflow: hidden;
    position: relative;
}

.img-partner-box {
    height: 3.75rem;
    overflow: hidden;
    position: relative;
    border-radius: 0.3125rem;
    background-color: #fff;
    padding: 5px;
}

.partner-img {
    height: 15rem;
    position: relative;
    overflow: hidden;
}

.img-partner-box img {
    max-width: 9.375rem;
}

.img-partner-box-2 {
    height: 5rem;
    overflow: hidden;
    position: relative;
    /* box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important; */
    border-radius: 0.3125rem;
    /* background-color: #fff; */
}

.img-partner-box-2 img {
    max-width: 12.5rem;
}

.grayscale-img {
    filter: grayscale(1);
}

.grayscale-img:hover {
    filter: grayscale(0);
}

.partner-logo-position {
    position: absolute;
    z-index: 1;
    right: 0.625rem;
    bottom: 0.625rem;
    /* background: white; */
    padding: 0.3125rem;
    border-radius: 0.5rem;
}

.prog-img-2 {
    height: 31.25rem;
    overflow: hidden;
    position: relative;
}

.prog-img-3 {
    height: 8.75rem;
    overflow: hidden;
    position: relative;
}

.object-fit-contain {
    object-fit: contain;
}

.object-fit-cover {
    object-fit: cover;
}

.object-position-center {
    object-position: center center;
}

.object-position-top-center {
    object-position: top center;
}

.logo-holder {
    height: 3.125rem;
    overflow: hidden;
    position: relative;
}

/* .avatar-circle {
  height: 5rem;
  width: 5rem;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
} */

.course-thumb {
    height: 6.25rem;
    width: 6.25rem;
    overflow: hidden;
    position: relative;
}

.avatar-sm {
    height: 2.1875rem;
    width: 2.1875rem;
    position: relative;
    overflow: hidden;
}

.dropdown-selecto .dropdown-item:active {
    background-color: #13124d;
    border-radius: 0.625rem;
    color: white;
}

.ft-xs {
    font-size: 0.6875rem;
}

.dropdown-selecto .dropdown-item:hover {
    border-radius: 0.625rem;
}

.dropdown-selecto .dropdown-item-disable:active {
    background-color: unset !important;
    border-radius: unset !important;
    color: unset !important;
}

.dropdown-selecto .dropdown-item {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}

.dropdown-selecto .dropdown-item-disable:hover {
    background-color: unset !important;
    border-radius: unset !important;
    color: unset !important;
}

.tabs-programme .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: var(--green);
    background-color: transparent;
    border-bottom: 0.125rem solid var(--green);
    border-radius: 0rem;
    font-family: var(--font-family-bold);
    filter: grayscale(0);
}

.tabs-programme .nav-pills .nav-link {
    color: #787e7b;
    border-radius: 0.5rem;
    font-size: 16px;
    filter: grayscale(1);
}

.tabs-programme .nav-pills .nav-link:hover {
    background-color: #e4e4e4;
}

.prog-info .feather {
    color: var(--main-text-custom);
}

.border-radius-20 {
    border-radius: 1.25rem;
}

.info-title {
    background-color: #d0e156;
}

.product-box {
    height: 25rem;
    border-radius: 0.625rem;
    overflow: hidden;
    position: relative;
}

/* .grid-col{
    display: grid;
    grid-template-columns: 1fr 2fr;
} */

.gradient-2 {
    background: linear-gradient(
        90.19deg,
        hsla(204, 62%, 60%, 0.139),
        rgba(38, 165, 219, 0.1) 27.6%,
        rgba(0, 98, 226, 0.322) 63.02%,
        hsla(0, 0%, 100%, 0.1)
    );
}

.gradient-3 {
    background: linear-gradient(
        90.19deg,
        hsla(0, 0%, 100%, 0.1),
        rgba(38, 219, 86, 0.1) 27.6%,
        rgba(0, 23, 226, 0.1) 63.02%,
        hsla(0, 0%, 100%, 0.1)
    );
}

.gradient-4 {
    background: linear-gradient(
        90deg,
        rgba(0, 64, 80, 1) 0%,
        rgba(34, 111, 156, 1) 48%,
        rgba(6, 145, 164, 1) 79%
    );
}

.gradient-5 {
    background: linear-gradient(90.19deg, hsla(0, 0%, 100%, .1), rgba(38, 219, 86, 0.1) 27.6%, rgba(0, 23, 226, 0.1) 63.02%, hsla(0, 0%, 100%, .1));
}

.add-doodle {
    background-image: url(../images/doodle-1.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 31.25rem;
}

.img-box {
    background-image: url(../images/staff-bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: cover;
}

.more-info-container a {
    text-decoration: none;
    color: #422442;
}

.profile-img-size {
    height: 3.125rem;
    width: 3.125rem;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

.profile-img-size-fill {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 3%;
}

.bg-green-2, .bg-green-2:hover {
    background-color: #163300;
}

.profile-img-size-2 {
    height: 3.75rem;
    width: 3.75rem;
    position: relative;
    overflow: hidden;
    border-radius: 10%;
}

.navbar-light .navbar-toggler {
    color: transparent;
    border-color: transparent;
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.footer-list li {
    margin-bottom: 0.625rem;
}

.footer-list li a {
    color: var(--main-dark-custom) !important;
    /* font-size: 0.75rem; */
}

.footer-list li a:hover {
    color: var(--main-secondary) !important;
}

.footer-social-icon a {
    color: #fff !important;
    height: 1.5625rem;
    width: 1.5625rem;
    background: var(--main-dark-custom);
    border-radius: 3.125rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-social-icon a:hover {
    color: #fff !important;
    background: var(--main-dark-custom);
}

.download-app-icon {
    height: 3.125rem;
    position: relative;
    overflow: hidden;
    max-width: 11.25rem;
}

.in-cart-indicator {
    display: flex;
    width: 1.25rem;
    height: 1.25rem;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    border-radius: 3.125rem;
    position: absolute;
    color: white;
    top: 0;
    right: 0rem;
}

.navbar-link .nav-link {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
}

.grid-session {
    display: grid;
    grid-template-columns: 1fr 2fr;
}

/* .form-check-input:checked {
    background-color: #0be741;
    border-color: #0be741;
} */

.form-check-input:checked {
    background-color: var(--green);
    border-color: var(--green);
}

.form-control-2{
    padding: 1rem .75rem;
}

.form-control,
.form-select {
    border-radius: 0.5rem;
}

.circle-info {
    height: 6.25rem;
    width: 6.25rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-green {
    color: var(--green);
}

.add-bg-image {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 31.25rem;
}

.application-form-box{
    background-image: url(../images/cities.svg);
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
}

.custom-button {
    margin: 0 0.3125rem 0 0;
    min-width: 9.375rem;
    height: 3.125rem;
    position: relative;
}

.custom-button label,
.custom-button input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/* .accordion-button[aria-expanded="true"]{
    background-color: red;
} */

.toggle-arrow[aria-expanded="true"] .arrow-down {
    display: none;
}

.toggle-arrow[aria-expanded="false"] .arrow-up {
    display: none;
}

.custom-button input[type="radio"] {
    opacity: 0.011;
    z-index: 100;
}

.custom-button input[type="checkbox"] {
    opacity: 0.011;
    z-index: 100;
}

.custom-button input[type="radio"]:checked + label {
    background: #000;
    color: #fff;
    border-radius: 0.25rem;
    font-family: var(--font-family-bold);
    font-weight: 700;
}

.custom-button input[type="checkbox"]:checked + label {
    background: #000;
    color: #fff;
    border-radius: 0.25rem;
    font-family: var(--font-family-bold);
    font-weight: 700;
}

.custom-button label {
    cursor: pointer;
    z-index: 90;
    line-height: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.split-grid-version {
    display: grid;
    grid-template-columns: 2fr 1fr;
    /* height: calc(100vh - 1.875rem); */
    /* margin: 0.9375rem; */
    min-height: 100vh;
}

.split-grid-version-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* height: calc(100vh - 1.875rem); */
    /* margin: 0.9375rem; */
    min-height: 100vh;
}

.bg-white-sm {
    background-color: transparent;
}

.text-white-sm {
    color: white;
}

.text-white-sm:hover {
    color: white;
    opacity: 0.8;
}

.center-text-absolute {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.center-text-absolute h1 {
    font-size: 5rem;
    color: white;
    text-align: center;
    text-shadow: 0.125rem 0.125rem 0.625rem #000000;
}

#cookieBanner {
    position: fixed;
    left: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    width: 95%;
    margin: 0 auto;
    padding-top: 1.5625rem;
    /* background: rgba(0,0,0,.9); */
    background: white;
    box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.1);
    z-index: 2700;
    padding-bottom: 1.5625rem;
    /* color: #fff; */
    font-size: 0.875rem;
}

.avatar-box {
    position: relative;
    height: 6.875rem;
    width: 6.875rem;
    overflow: hidden;
    border-radius: 50%;
}

.pills-tag {
    border: 0.0625rem solid #13124d;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    border-radius: 3.125rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}

.nav-item.new-nav-item-link {
    font-size: 1.375rem;
}

.navbar-nav .nav-link-container li {
    color: #422442;
    margin-left: 0rem;
}

.nav-new-link-list a {
    color: rgb(74, 77, 85);
    font-size: 0.8125rem;
}

.nav-new-link-list a:hover {
    color: #422442;
}

.nav-new-link-list li {
    margin-top: 0 !important;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    margin-left: 0;
}

.default-nav-list .main-thumbnail-view .card-title {
    font-size: 1rem;
}

.default-nav-list .main-thumbnail-view .card-img-wrap {
    overflow: hidden;
    position: relative;
    height: 11.875rem;
}

.side-nav-list.main-thumbnail-view .card-title {
    font-size: 1rem;
}

.side-nav-list.main-thumbnail-view .card-img-wrap {
    overflow: hidden;
    position: relative;
    height: 11.875rem;
}

/* .arrow-circle .owl-theme .owl-nav {
    display: flex;
    justify-content: end;
    align-items: center;
    position: absolute;
    top: -4.6875rem;
    right: 0;
} */

.arrow-circle .owl-theme .owl-nav button {
    height: 1.875rem;
    width: 1.875rem;
    background-color: white;
    border-radius: 3.125rem;
    border: 0.0625rem solid #422442;
}

.arrow-circle .owl-theme .owl-nav button:hover {
    background-color: var(--main-secondary);
}

.arrow-circle .owl-theme .owl-dots .owl-dot.active span,
.arrow-circle .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--main-secondary);
}

.tab-nav-new {
    display: none;
}

.tab-nav-new {
    animation: fadeEffect 1s;
    /* Fading effect takes 1 second */
}

.mega-menu-arrow-new {
    transform: rotate(-90deg);
    width: 0.8125rem;
}

.mega-menu-arrow-new-2 {
    transform: rotate(90deg);
    width: 0.8125rem;
}

.default-nav-list .find.course-list-msbm {
    margin-bottom: 0rem;
}

.nav-new-link-list li .tablinks.active {
    color: var(--main-secondary) !important;
    font-weight: 700;
}

.nav-new-link-list li:has(.tablinks.active) {
    background-color: #f5f5f5 !important;
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
}

.dropdown-menu {
    z-index: 1030 !important;
}

.navbar {
    z-index: 1031 !important;
}

.h-card100 .navbar-prog-category {
    height: 100%;
    margin-bottom: 0rem;
}

.h-card100 .navbar-prog-category .row.no-gutters {
    height: 100%;
}

.h-card100 .navbar-head-cat {
    font-size: 1.5rem;
    color: var(--main-secondary);
}

.w-custom-width {
    width: 25%;
}

.no-caret.dropdown-toggle::after {
    display: none;
}

.voting-img {
    position: absolute;
    bottom: -1rem;
    left: -2.25rem;
    width: 75%;
}

.clip-box {
    clip-path: polygon(0 4%, 100% 0, 100% 96%, 0% 100%);
}

.dotted {
    height: 0.9375rem;
    width: 0.9375rem;
    background-color: #8bc34a;
    border-radius: 3.125rem;
    flex-shrink: 0;
}

.listed-view li {
    display: flex;
    align-items: center;
    margin-bottom: 0.625rem;
}

.custom-blue {
    background-color: #1d10b6;
}

.custom-blue-2 {
    background-color: rgb(19, 18, 77);
}

.custom-btn-close {
    height: 1.875rem;
    width: 1.875rem;
    background-color: white;
    border-radius: 50%;
    margin: 0.625rem;
    opacity: 1;
}

.btn-size-2{
    padding: 0.625rem 1.25rem;
}

.alert-dismissible .btn-close {
    padding: 0;
}

.strike-through {
    text-decoration: line-through;
}

.intro-content-absolute {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 100%;
    z-index: 1;
}

.page-banner__video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    /* background-color: var(--main-text-custom); */
    background-image: linear-gradient(
        rgba(255, 0, 0, 0.116),
        var(--color-1)
    );
    opacity: 1;
}

.pills-nav.nav-pills .nav-link {
    color: var(--main-text-custom) !important;
}

.pills-nav.nav-pills .nav-link.active,
.pills-nav.nav-pills .show > .nav-link {
    /* color: var(--main-dark-custom) !important; */
    color: #c70039 !important;
    background-color: transparent;
    font-family: var(--font-family-bold) !important;
    font-weight: 700 !important;
    font-size: 1.1rem;
}

.wishlist-card {
    display: flex;
    flex-direction: row;
}

.text-main-3 {
    color: #0040c1;
}

.prog-img-4 {
    height: 100%;
    width: 6.25rem;
    overflow: hidden;
    position: relative;
}

.prog-img-5 {
    height: 12.5rem;
    overflow: hidden;
    position: relative;
}

.bg-main-2 {
    background-color: #030138;
}

.bg-main-3 {
    background-color: var(--btn-bg);
}

.main-footer {
    background-color: #f5f5f5;
}

.wishlist-container-circle {
    height: 2.5rem;
    width: 2.5rem;
    background-color: #fff;
    border-radius: 0.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 999;
    top: 8.125rem;
    border: 0.0625rem solid #ebebeb;
    right: 1.875rem;
}

.cursor-pointer {
    cursor: pointer;
}

.badge {
    border-radius: 0.25rem;
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1;
    padding: 0.125rem 0.5rem;
    text-align: center;
    transition: none;
    vertical-align: initial;
    white-space: nowrap;
}

.white-space {
    white-space: nowrap;
}

.badge-main {
    background-color: #e1dddb;
    color: #422442;
}

.prog-card {
    /* background-color: var(--main-secondary); */
    background-color: #fff;
    color: #534f53 !important;
}

.invert-1.accordion-button::after {
    filter: invert(1);
}

.text-shadow-red{
    text-shadow: 0.0625rem 0.0625rem #c70039;
}

.box-experience{
    height: 25rem;
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 0.9375rem;
}

/* .overlay-hero {
    background-image: linear-gradient(#00262b7d, rgba(54, 19, 117, 0.6));
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
} */

.overlay-2{
    background-image: linear-gradient(#00262b00, rgb(255 255 255));
    position: absolute;
    /* top: 0; */
    right: 0;
    bottom: 0;
    left: 0;
    height: 40%;
}

.profile-img-size-full {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.explore-cat-box{
    height: 12.5rem;
    /* transition: background-size 2s ease; */
    transition: 0.5s ease-in-out;
}

.explore-cat-box:hover{
    /* background-size: 110%; */
    transform: scale3d(1.03, 1.03, 1.08) translate3d(0.1rem, -0.25rem, 20rem);
    box-shadow: 0 0 2.5rem -0.5rem rgb(0 0 0 / 16%), 0 0 1.5rem -1rem rgb(0 0 0 / 16%);
    z-index: 1;
}

.cat-info-box{
    transform: translateY(9.375rem);
    transition: .5s ease-in-out;
}

.explore-cat-box:hover .cat-info-box{
    transform: translateY(0rem);
}

.thick-border{
    border: 0.125rem solid #d4d4d4;
}

.overlay-hero {
    background-image: linear-gradient(#00262b38, rgb(18 27 50));
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.z-index-1 {
    z-index: 1;
}

.line-media {
    border-left: 0.0625rem solid #acacac;
    height: 85%;
    position: absolute;
    left: 1.875rem;
    top: 0.625rem;
}

/* .offcanvas-end {
    width: 75%;
} */

.bg-actions {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 21.875rem;
}

.course-online-badge {
    background: url(../images/cert-bg.svg) no-repeat 0;
    width: 4.9375rem;
    position: absolute;
    z-index: 1;
    right: 1rem;
    padding-right: 0.9375rem;
    top: 1.875rem;
    font-family: var(--font-family-bold);
    font-size: 0.8125rem;
}

.nav-drop .dropdown-item {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
}

.col-count-country-2 {
    column-count: 2;
}

.country-list-view li {
    padding: 0.4375rem;
    border-radius: 0.5rem;
    color: #fff;
}

.country-list-view li a {
    color: #fff;
    display: block;
}

.country-list-view li:hover {
    background-color: var(--green);
}

.country-list-view li:hover a {
    color: var(--main-secondary);
    font-family: var(--font-family-medium);
}

.cat-card:hover {
    background-color: var(--green) !important;
}

.list-item a {
    text-decoration: none;
}

.list-item li {
    padding-bottom: 0.9375rem;
}

.checkout-tab.nav-pills .nav-link.active,
.checkout-tab.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #222;
}

.checkout-tab.nav-pills .nav-link {
    color: #222;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 112%;
    margin-top: -0.0625rem;
}

.dropdown-size .dropdown-item {
    padding-bottom: 0.625rem;
    padding-top: 0.625rem;
    border-radius: 0.625rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    white-space: inherit;
}

.footer-link {
    color: #fff;
    text-decoration: none;
}

.footer-link:hover {
    color: var(--green);
}

.icon-height {
    height: 2.1875rem;
}

.icon-height-2 {
    height: 3.125rem;
}

.icon-font{
    font-size: 1.5rem;
}

.custom-tab.nav-pills .nav-link {
    color: #000;
    width: 100%;
    border-radius: 0.625rem;
    background-color: #f7f7f7;
    font-family: var(--font-family-medium);
    transition: all 0.5s ease-in;
    height: 50px;
    font-weight: 400;
}

.custom-tab.nav-pills.g-0 {
    gap: 0rem;
}

.custom-tab.nav-pills .nav-link.active,
.custom-tab.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #000;
    padding-left: 3.125rem;
    padding-right: 3.125rem;
}

.portal-bg {
    background-color: #f1f1f1;
}

/* .scorm-container{
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
} */

.course-list .dropdown-item {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    border-radius: 0.9375rem;
    white-space: inherit;
}

.margin-bottom-100 {
    margin-bottom: 6.25rem;
}

.icon-size {
    height: 2.5rem;
    transition: all 0.5s ease-in;
}

.icon-size:hover {
    opacity: 0.8;
    height: 2.8125rem;
}

.icon-size-2 {
    height: 1.875rem;
}

.border-top-right-radius-0 {
    border-top-right-radius: 0rem !important;
}

.border-bottom-right-radius-0 {
    border-bottom-right-radius: 0rem !important;
}

.border-top-left-radius-0 {
    border-top-left-radius: 0rem !important;
}

.border-bottom-left-radius-0 {
    border-bottom-left-radius: 0rem !important;
}

.modal {
    backdrop-filter: blur(0.3125rem);
    z-index: 9999;
}

.check-box-size {
    transform: scale(1.5);
}

/* .form-label-ft{
    font-size: 1.1rem;
} */

.arrow-rotate {
    transform: rotate(-90deg);
    width: 0.8125rem;
}
.invert-1 {
    filter: invert(1) !important;
}

.arrow-bullet{
    transform: rotate(270deg);
    width: 0.625rem !important;
    height: 0.625rem;
}

.course-link li {
    padding: 0.4375rem;
    margin-bottom: 0rem;
    border-radius: 0.5rem;
}

.course-link li:hover {
    background-color: #f5f5f5;
}

.course-link li a {
    text-decoration: none;
    color: #422442;
}

.prog-card-body h4 {
    font-size: 1.125rem;
    line-height: 1.5625rem;
    font-weight: 700;
}

.text-2xl {
    font-size: 3rem;
    color: #422442;
}

.dropdown-size {
    min-width: 15.625rem;
    border-radius: 0.625rem;
    border: 0rem;
    padding: 0.9375rem !important;
}

.profile-drop-mobile.dropdown-menu[data-bs-popper] {
    right: 0rem !important;
    left: unset;
}

.nav-lms-list .nav-link {
    font-weight: 700;
    font-size: 1.2rem !important;
    border-bottom: 0rem !important;
    color: #fff !important;
}

.nav-lms-list {
    gap: 1.25rem;
}

.fa-big {
    height: 1.875rem;
    width: 1.875rem;
}

.course-lecture-title-line-height {
    line-height: 1.875rem;
}

.course-list-outline {
    display: flex;
    flex-direction: column;
    gap: 0.9375rem;
}

.course-list-outline a {
    font-weight: 500;
    text-decoration: none;
}

.module-outline-text .accordion-button {
    font-size: 1.125rem;
    font-family: var(--font-family-medium);
}

.lect-item {
    padding: 0.625rem;
    border-radius: 0.5rem;
}

.lect-item:hover {
    background-color: #f5f5f5;
}

.lect-item:hover a {
    color: #422442;
}

/* .arrow-box {
    height: 1.875rem;
    width: 1.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--green);
    position: absolute;
    left: 18.625rem;
    top: 1.25rem;
    z-index: 9999;
    cursor: pointer;
} */

.study-listed .nav-item{
    border-bottom: 1px solid #ccc;
}

.study-listed .nav-item:last-child{
    border-bottom: transparent;
}

.study-listed{
    gap: 10px;
    font-size: .8125rem;
}

.arrow-box.left-side {
    left: 0%;
}

.rotate-180 {
    transform: rotate(180deg);
}

.nav-link.text-active {
    color: var(--green) !important;
}

.main-video-view {
    width: 100% !important;
    object-fit: cover;
    object-position: center center;
}

.video-main-container {
    position: relative;
    overflow: hidden;
    /* height: 40.5rem; */
    height: 700px;
}

.ft-testimonial-text {
    font-size: 2.5rem;
    line-height: 3.5rem;
}

.effect-hover:hover {
    background-color: #e0dfdf;
}

.table > :not(:first-child) {
    border-top: unset;
}

.gap-20 {
    gap: 1.25rem;
}

.gap-30 {
    gap: 1.875rem;
}

.gap-5 {
    gap: 0.3125rem;
}

.gap-10{
    gap: 0.625rem
}

.bi-2 {
    font-size: 2rem;
}

.hidden {
    display: none;
}

.logo-dash {
    height: 7.5rem;
}

.sm-btn {
    padding: 0.625rem;
    border: 0.0625rem solid #f3f3f3;
    border-radius: 0.5rem;
    font-size: 0.6875rem;
    background-color: #fafafa;
}

.sm-btn:hover {
    background-color: var(--main-secondary);
    color: #fff;
}

.btn-list-sm li {
    margin-bottom: 0.625rem;
}

.star-rating {
    display: flex;
    flex-direction: row-reverse;
    font-size: 3em;
    justify-content: center;
    padding: 0 0.2em;
    text-align: center;
    width: 100%;
}

.star-rating input {
    display: none;
}

.star-rating label {
    color: #ccc;
    cursor: pointer;
}

.star-rating :checked ~ label {
    color: #f90;
}

.star-rating label:hover,
.star-rating label:hover ~ label {
    color: #fc0;
}

.make-active {
    background-color: #9dcd5a !important;
    color: #121b32;
}

.footer-link-list a {
    color: #8a909f;
    text-decoration: none;
}

.footer-link-list a:hover {
    color: #fff;
}

.footer-link-list li {
    margin-bottom: 0.625rem;
}

.bg-gradient-stat-3 {
    background: linear-gradient(180deg, #7914e5, #4b009d);
}

.swiper {
    width: 37.5rem;
    height: 21.5625rem;
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: unset;
    backdrop-filter: blur(0.0625rem);
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: unset;
    backdrop-filter: blur(0.0625rem);
}

.bg-custom-2 {
    background-color: #130f5e;
}

.sub-text-big {
    font-size: 1.5rem;
    line-height: 1.5;
}

.text-main-5 {
    color: #7914e5;
}

.icon-img {
    height: 2.8125rem;
}

.pt-100 {
    padding-top: 6.25rem;
    margin-top: -0.0625rem;
    margin-bottom: -0.0625rem;
}

.pb-100 {
    padding-bottom: 6.25rem;
    margin-top: -0.0625rem;
    margin-bottom: -0.0625rem;
}

.bg-color-4 {
    background-color: aliceblue !important;
}

.form-absolute {
    width: 18.75rem;
    right: 1.875rem;
    bottom: 0.625rem;
    position: fixed;
    z-index: 13;
}

.form-card {
    background-color: #fff;
    border: 0.0625rem solid #f1f1f1;
    border-radius: 0.5rem !important;
}

.hero-indicator.carousel-indicators [data-bs-target] {
    border-radius: 1.25rem;
    width: 1.875rem;
    height: 0.5rem;
    border-top: unset;
    border-bottom: unset;
    background-color: #333;
}

.hero-indicator.carousel-indicators .active {
    opacity: 1;
    width: 1.875rem;
    border-radius: 1.25rem;
    background-color: var(--green);
}

.carousel-indicators [data-bs-target] {
    border-radius: 50%;
    width: 0.5rem;
    height: 0.5rem;
    border-top: unset;
    border-bottom: unset;
}

.carousel-indicators .active {
    opacity: 1;
    width: 1.875rem;
    border-radius: 1.25rem;
}

.carousel-indicators {
    border-top: unset;
    border-bottom: unset;
}

.note-container {
    height: 18.75rem;
    overflow: auto;
    padding: 1.25rem;
}

/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
    background-color: transparent;
    width: 100%;
    height: 15.625rem;
    border: 0.0625rem solid #f1f1f1;
    perspective: 62.5rem; /* Remove this if you don't want the 3D effect */
}

.flip-card-height {
    height: 25rem !important;
}

.flip-img {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

/* This container is needed to position the front and back side */
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
    background-color: var(--main-secondary);
    color: #fff !important;
}

/* Style the back side */
.flip-card-back {
    background-color: #f9f9f9;
    color: #422442;
    transform: rotateY(180deg);
}

.gradient-bg {
    background-image: url(../images/about_hero.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 5rem;
}

.carousel-overlay-sect {
    position: absolute;
    z-index: 9;
    display: flex;
    align-items: center;
    height: 100%;
}

.content-info-box {
    height: 31.25rem;
    background-image: url(../images/banner-view-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-attachment: fixed;
}

.btn-absolute {
    position: absolute;
    bottom: 1.5625rem;
    left: 1.25rem;
    right: 1.25rem;
}

.search-box-container {
    position: sticky;
    z-index: 1024;
    top: 0rem;
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
}

.color-1 {
    background-color: #15bba3;
    color: #b2f7cf;
}

.hover-side:hover{
    background-color: var(--green);
    border-radius: 0.625rem;
}

.hover-side:hover a{
    font-family: var(--font-family-bold);
    font-weight: 700;
    color: var(--main-secondary);
}

.color-1 .box-title-text,
.color-1 h3 {
    color: #b2f7cf;
}

.color-2 {
    background-color: #ffb32c;
    color: #fff7d3;
}

.color-2 .box-title-text,
.color-2 h3 {
    color: #fff7d3;
}

.color-3 {
    background-color: #5f54bb;
    color: #c0b8ff;
}

.color-3 .box-title-text,
.color-3 h3 {
    color: #c0b8ff;
}

.color-4 {
    background-color: #ff8466;
    color: #ffe4dd;
}

.color-5 {
    background-color: #efff9f;
    color: #378061 !important;
}

.color-5 h3{
    color: #378061 !important;
}

.color-4 .box-title-text,
.color-4 h3 {
    color: #ffe4dd;
}

.color-8 {
    color: #fc2641;
}

.icon-invert-1 {
    height: 3.125rem;
    filter: invert(1);
    margin-bottom: 0.625rem;
}

.overlap-num {
    position: absolute;
    font-size: 7rem;
    top: -2.8125rem;
    left: -0.9375rem;
    z-index: 1;
    /* color: #ddd; */
}

.z-index-2 {
    z-index: 2;
    position: relative;
}

.custom-tab.nav-pills {
    gap: 0.9375rem;
}

.line-absolute {
    position: absolute;
    top: 0.875rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    z-index: -1;
}

.track-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.25rem;
}

/* .review-carousel .card {
  background-color: #e8f7d4;
  color: #49454f;
  border: 0rem;
} */

.review-carousel .card{
    background-color: #fff;
    border: 0;
    min-height: 500px;
}

.team-grid.review-carousel .card{
    background-color: #fff;
    border: 0;
    min-height: 350px;
}

.list-sm {
    font-size: 0.8125rem;
}

.ft-sub-text-2 {
    font-size: 1.125rem !important;
    font-family: var(--font-family-medium);
}

.box-tab {
    height: 31.25rem;
    overflow: hidden;
    position: relative;
}

.box-tab-2 {
    height: 9.375rem;
    overflow: hidden;
    position: relative;
}

.ft-custom-hero-3 {
    font-size: 4.5rem;
    line-height: 5rem;
}

.arrow-black {
    background: var(--main-dark-custom);
    opacity: 2;
    border-radius: 3.125rem;
    width: 3.125rem;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 1.3rem;
    height: 1.3rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}

.card-header-radius {
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
}

.border-short {
    border-bottom: 0.1875rem solid var(--green);
    border-radius: 0.625rem;
}

/* .ft-step-text{
    font-size: 1.25rem;
    line-height: 1.3;
} */

.table > tbody > tr > td {
    vertical-align: middle;
}
.table > :not(caption) > * > * {
    padding: 1rem;
    border-bottom-width: 0rem;
}

.table > thead {
    vertical-align: bottom;
    font-weight: 700;
    font-size: 1rem;
    font-family: var(--font-family-bold);
}

.table > tbody > tr > td.text-bold {
    vertical-align: middle;
    font-family: var(--font-family-bold);
}

.icon-2 {
    height: 2rem;
    width: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
}

.icon-3 {
    font-size: 2rem;
    color: var(--main-secondary);
}

.sem.nav-pills .nav-link.active,
.sem.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #727272;
    border-radius: 3.125rem;
}

.sem.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: 0.25rem;
    color: #727272;
}

.color-5 {
    color: #00e785;
}

.card-height-2 {
    height: 18.75rem;
    overflow: auto;
    padding: 1rem;
}

.card-height-3 {
    height: 25rem;
    overflow: auto;
    padding: 1rem;
}

.info-box-title {
    height: 1.875rem;
    width: 100%;
    border-radius: 0.5rem;
    background-color: lightseagreen;
}

.position-assign-icon {
    position: absolute;
    height: 1.25rem;
    width: 1.25rem;
    top: 0.625rem;
    right: 0.625rem;
    border-radius: 3.125rem;
}

/* .bg-effect{
    background-position: top right;
    background-size: contain;
    background-repeat: no-repeat;
} */

.bg-effect {
    background-position: bottom right;
    background-size: 30%;
    background-repeat: no-repeat;
}

/* .card-list {
  border: 0.0625rem solid #ececec !important;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
} */

.edit-icon {
    height: 2.5rem;
    width: 2.5rem;
    background-color: #d2d2d2;
    border-radius: 3.125rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.edit-icon:hover {
    background-color: var(--green);
    color: var(--main-secondary) !important;
}

.blur-2 {
    filter: blur(0.125rem);
}

.nav-tabs .nav-link {
    font-size: 0.875rem !important;
    color: #726e6e;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--green);
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    border-bottom: 0;
    font-weight: 700;
    font-family: var(--font-family-bold);
}

.row-hover h5 {
    font-family: var(--font-family-medium);
}

.icon-1x {
    font-size: 1rem !important;
}

.icon-side{
    font-size: 12px;
}

a {
    text-decoration: none;
}

.main-pager .page-link {
    color: #ccc;
}

.main-pager .page-link:hover {
    color: var(--primary);
}

.main-pager .page-item.active .page-link {
    z-index: 3;
    color: #422442;
    background-color: var(--green);
    border-color: var(--green);
}

.page-item.active .page-link {
    z-index: 3;
    color: #422442;
    background-color: var(--green);
    border-color: var(--green);
}

.profile-info-accord .accordion-item:first-of-type {
    border-top-left-radius: 1.25rem !important;
    border-top-right-radius: 1.25rem !important;
}

.profile-info-accord .accordion-item:last-of-type {
    border-bottom-right-radius: 1.25rem !important;
    border-bottom-left-radius: 1.25rem !important;
}

.profile-info-accord .accordion-button {
    border-top-left-radius: 1.25rem !important;
    border-top-right-radius: 1.25rem !important;
    border-bottom-right-radius: 1.25rem !important;
    border-bottom-left-radius: 1.25rem !important;
}

.webinar-height {
    height: 18.75rem !important;
    overflow: hidden;
}

.webinar-height-2 {
    height: 12.5rem !important;
}

.logo-id {
    height: 4.375rem;
}

.prog-img-cart {
    height: 6.25rem;
    width: 6.25rem;
    overflow: hidden;
    position: relative;
}

.logo-qr {
    height: 3.125rem;
}

.media-circle {
    height: 2.5rem;
    width: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--green);
    color: #13124d;
    border-radius: 3.125rem;
}

.nav-option-2.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: var(--main-secondary);
}

.nav-option-2.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: 0.25rem;
    border: 0.0625rem solid #ccc;
    color: var(--main-secondary);
}

#toggleDiv {
    display: none;
}

.logo-box {
    height: 6.25rem;
    position: relative;
    overflow: hidden;
}

.btn-action.btn-custom-color-1 {
    background-color: var(--main-secondary) !important;
}

.btn-action.text-main-4 {
    color: #fff !important;
}

.form-select-2 {
    border: 0.0625rem solid #dee2e6;
}

.icon-flag-2 {
    height: 1.5625rem;
    width: 1.5625rem;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

.border-bottom-left-8 {
    border-bottom-left-radius: 0.5rem;
}
.border-top-left-8 {
    border-top-left-radius: 0.5rem;
}

.text-orange {
    color: #ff833e;
}

.steps-line.nav-pills .nav-link.active,
.steps-line.nav-pills .show > .nav-link {
    color: var(--main-secondary);
    background-color: transparent;
    border-radius: 0rem;
    border-bottom: 0.125rem solid var(--green);
}

.steps-line.nav-pills .nav-link {
    color: var(--main-secondary);
}

.z-index-lg {
    z-index: 9999;
}

.pos-close-x {
    position: absolute;
    top: 0.9375rem;
    z-index: 99;
    left: 0.625rem;
}

.text-outline-xs .list-sm {
    font-size: 0.75rem;
}

.box-purchase-courses {
    height: 15.625rem;
    overflow: auto;
    padding: 1.25rem;
    background-color: #f1f1f1;
}

.box-title-text {
    letter-spacing: 0.1rem;
    font-size: 0.8125rem;
    text-transform: uppercase;
}

.box-title-text-2 {
    letter-spacing: 0.1rem;
    font-size: 0.5625rem;
    text-transform: uppercase;
}

#custom-table_filter,
#custom-table_length {
    display: none;
}

.main-content-2 {
    margin-top: 4.375rem;
}

.custom-nav-circle {
    height: 2.1875rem;
    background: var(--green);
    width: 2.1875rem;
    border-radius: 3.125rem;
    opacity: 1;
}

.custom-nav-circle.carousel-control-prev,
.custom-nav-circle.carousel-control-next {
    top: 50%;
}

.content-box-img-container {
    height: 34.375rem;
    overflow: hidden;
    position: relative;
    border-radius: 1rem !important;
}

.info-pb {
    padding-bottom: 7.5rem;
}

.contact-us-card {
    box-shadow: 0rem 2.5625rem 3.0625rem 0rem rgba(0, 0, 0, 0.03);
}

.contact-us-card h3 {
    font-family: var(--font-family-medium);
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 2.875rem;
    letter-spacing: 0em;
}

.content-box-header {
    color: var(--main-dark-custom);
    font-family: var(--font-regular);
    font-size: 4.375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.fixed-nav {
    position: fixed;
    top: 40%;
    left: 0rem;
    width: 3.4375rem;
    background-color: #fff;
    z-index: 9999;
    margin-bottom: 0rem;
}

.fixed-nav a {
    font-size: 0.5625rem;
    display: flex;
    height: 3.125rem;
    align-items: center;
    justify-content: center;
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
    border-bottom: 0.0625rem solid #ccc;
    transition: all ease-in 0.3s;
}

.fixed-nav a.active {
    background-color: #c70039;
    color: #fff;
    font-size: 1rem;
    width: 5rem;
    border-bottom: 0rem;
}

.fixed-nav a:hover {
    background-color: #c70039;
    color: #fff;
    font-size: 1rem;
    width: 5rem;
    border-bottom: 0rem;
}

.floating-text-on-certificate {
    position: absolute;
    width: 40%;
    top: 3.75rem;
    left: 1.875rem;
}

.mb-5 {
    margin-bottom: 5rem !important;
}

.tag-badge {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    flex-wrap: wrap;
}

.tag-badge li {
    font-size: 1rem;
    background-color: #ececec;
    color: #422442;
    padding: 0.3125rem 0.9375rem;
    border-radius: 3.125rem;
}

.circle-num {
    height: 6.25rem;
    width: 6.25rem;
    border-radius: 50%;
    font-size: 1.7rem;
    font-family: var(--font-family-bold);
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #dc420e;
    color: #fff;
    margin: 0 auto;
    margin-bottom: 0.9375rem;
}

.circle-num-2 {
    height: 3.75rem;
    width: 3.75rem;
    border-radius: 50%;
    font-size: 2rem;
    font-family: var(--font-family-bold);
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #c80139;
    color: #fff;
    margin: 0 auto;
    margin-bottom: 0.9375rem;
}

.img-box-2 {
    height: 31.25rem;
    overflow: hidden;
    position: relative;
}

.bg-main-red {
    background-color: #c80139;
}

.country-flag {
    height: 2.1875rem;
    width: 2.1875rem;
    overflow: hidden;
    position: relative;
    border-radius: 3.125rem;
    border: 0.125rem solid #fff;
}

.main-lms-container.main-content {
    position: relative;
    padding-top: 8.125rem !important;
    padding-bottom: 0.625rem;
    margin-top: 0rem;
}

.float {
    position: fixed;
    width: 2.5rem;
    height: 2.5rem;
    bottom: 2.5rem;
    left: 1.875rem;
    background-color: var(--main-secondary);
    color: #fff;
    border-radius: 0.625rem;
    text-align: center;
    box-shadow: 0.125rem 0.125rem 0.1875rem #999;
    z-index: 1000;
    animation: bot-to-top 2s ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*
 * Submenu - Buttons
 */
.float-response {
    position: fixed;
    left: 1.875rem;
    padding-bottom: 0.625rem;
    bottom: 3.75rem;
    z-index: 100;
    padding-left: 0;
}
.float-response li {
    list-style: none;
    margin-bottom: 0.625rem;
}
.float-response li a {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #c70039; */
    background-color: #b7bbd1;
    color: var(--main-secondary);
    border-radius: 3.125rem;
    text-align: center;
    box-shadow: 0.125rem 0.125rem 0.1875rem #999;
}
/* Hidden Buttons */
a.float + .float-response {
    visibility: hidden;
}
/* Visible Buttons */
a.float:hover + .float-response {
    visibility: visible;
    animation: scale-in 0.5s;
}
.float-response:hover {
    visibility: visible !important;
}
/* Center icons */
a i.icon {
    font-size: 1.0625rem;
    color: var(--main-secondary);
}
/*
 * Animations
 */
a.float i {
    animation: rotate-in 0.5s;
}
a.float:hover > i {
    animation: rotate-out 0.5s;
}

.accordion-mobile .accordion-button {
    background-color: #fff;
}

.banner-corporate{
    background-image: url(../images/for-corporate-banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

.words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
}
.words-wrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0;
}
.words-wrapper b.is-visible {
    position: relative;
}
.no-js .words-wrapper b {
    opacity: 0;
}
.no-js .words-wrapper b.is-visible {
    opacity: 1;
}

.clip span {
    display: inline-block;
}
.clip .words-wrapper {
    overflow: hidden;
    vertical-align: top;
    padding-right: 0rem;
}
.clip .words-wrapper::after {
    content: "";
    position: absolute;
    top: 10%;
    right: 0;
    width: 0.375rem;
    height: 80%;
    -moz-border-radius: 0.0625rem;
    border-radius: 0.0625rem;
    background-color: var(--main-secondary);
}
.clip b {
    opacity: 0;
}
.clip b.is-visible {
    opacity: 1;
}

.headline__title {
    font-size: 1rem;
    display: flex;
    align-items: center;
    font-weight: 400;
    /* line-height: 2.9; */
    /* text-transform: uppercase; */
    color: var(--color-1);
}

.text-bigger{
    text-align: center;
    font-size: 5rem;
    /* text-transform: uppercase; */
    letter-spacing: -0.1rem;
}

.blur-white{
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(0.625rem);
}

.logo-grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.logo-grid li{
    padding: 1.25rem 1.25rem
}

.border-right-1{
    border-right: 0.0625rem solid #e9e9e9;
}

.border-left-1{
    border-left: 0.0625rem solid #e9e9e9;
}

.border-bottom-1{
    border-bottom: 0.0625rem solid #e9e9e9;
}

.border-top-1{
    border-top: 0.0625rem solid #e9e9e9;
}

.img-box-4 {
    height: 37.5rem;
    overflow: hidden;
    position: relative;
}

.text-absolute-2{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.text-absolute-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center;
    font-size: 8rem;
    line-height: 7rem;
    text-shadow: 0.125rem 0.625rem 0.9375rem #1f1f1f;
}

.highlight-list li{
    margin-bottom: 0.9375rem;
}

.description-box .show-more-height{
    height:21.875rem;
    overflow:hidden;
}

.badge-pos{
    position: absolute;
    z-index: 1;
    background: #c70039;
    padding: 0.625rem 0.625rem;
    top: 0.625rem;
    right: 0.625rem;
    border-radius: 3.125rem;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}

.carousel-image-box{
    height: 37.5rem;
    position: relative;
    overflow: hidden;
}

.object-position-bottom-center{
    object-position: bottom center;
}

.accordion-item {
    /* padding-bottom: 1.25rem !important;
      padding-top: 1.25rem !important; */
    background-color: #fff;
    border: unset;
    border-bottom: unset;
}

.accordion-button {
    background-color: #ededed;
    color: var(--main-dark-custom);
}

.accordion-button:not(.collapsed) {
    color: var(--main-dark-custom) !important;
    background-color: #fff;
    box-shadow: unset;
}

/* .accordion-button{
    font-size: 1.4rem;
} */

.owl-dots {
    display: none;
}

.bg-pattern-1 {
    background-image: url(../images/pattern_dark_bg.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-pattern-line {
    background-image: url(../images/line-pattern.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-img-cover {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-img-cover-2 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* .letter-space {
  letter-spacing: 0.2rem;
  font-size: 0.75rem;
} */

.letter-space {
    letter-spacing: 0.1rem;
    /* font-size: 0.75rem; */
}

.letter-space-2 {
    letter-spacing: 0.2rem;
    font-size: 0.875rem;
}

.prog-img.rounded-8 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.progress {
    border-radius: 3.125rem;
}

.main-chart {
    position: relative;
    display: inline-block;
    width: 6.875rem;
    height: 6.875rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    text-align: center;
    font-size: 1.625rem;
    font-weight: 700;
    color: #515151;
}

.percent {
    display: inline-block;
    line-height: 6.875rem;
    z-index: 2;
}

.percent:after {
    content: "%";
    margin-left: 0.1em;
    font-size: 1em;
}

.no-percent.percent:after {
    content: "" !important;
    margin-left: 0.1em;
    font-size: 1em;
}

.main-chart canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.ft-sub-text,
.ft-sub-text.nav-link {
    font-size: 0.8125rem !important;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}

#radial {
    width: 18.75rem;
    margin: 0 auto;
}

.ft-custom-big-2{
    font-size: 7rem;
    line-height: 7rem;
}

.coupon-badge{
    background: #c80139;
    color: #fff;
    display: inline-block;
}

.grid-2-by-2{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.125rem; /* Space between grid items */
    height: 100%;
}

.country-list li{
    margin-bottom: 0.9375rem;
}

.country-list li a{
    color: #0040c1 !important;
}

.text-bolder{
    font-family: var(--font-family-bold);
    font-weight: 900;
}

.ft-custom-hero-4 {
    font-size: 2.4rem;
    line-height: 3rem;
}

.img-faculty{
    width: 100%;
    height: 18.75rem;
    overflow: hidden;
    position: relative;
}

.button-item{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.625rem;
    font-size: 0.6875rem;
    margin-top: 0.9375rem;
}

.button-item li {
    /* border: 0.0625rem solid var(--main-dark-custom); */
    padding: 0.0625rem 0.9375rem;
    border-radius: 3.125rem;
    background: #9dcd5a8c;
    font-weight: 500;
    letter-spacing: 0.1rem;
    /* transform: scale(1.5); */
    text-transform: uppercase;
    font-size: 0.5625rem;
}

.faculty-title{
    font-size: 2.5rem;
}

.link-linkedin{
    position: absolute;
    top: 0.625rem;
    right: 0.625rem;
    z-index: 1;
}

.link-linkedin img{
    height: 2.1875rem;
}

.text-underline{
    text-decoration: underline !important;
}

.explore-box-2 {
    height: 4rem;
    width: 4rem;
    overflow: hidden;
    position: relative;
}

.preview-box{
    height: 12.5rem;
    width: 100%;
    overflow: hidden;
}

.profile-team{
    border-radius: 0.625rem;
    height: 37.5rem;
    overflow: hidden;
    position: relative;
}

.profile-size{
    height: 9.375rem;
    width: 9.375rem;
    margin: 0 auto;
}
/* .card-list.bg-white{
  transition: all .3s ease-in-out;
}
.card-list.bg-white:hover {
  transform: scale(1.1);
  z-index: 1;
} */

.card-list.bg-white:hover h5{
    color: var(--green) !important;
}

.article-sm{
    height: 6.25rem;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.navbar-main {
    padding: 0.5rem 1rem 0.5rem 1rem;
    width: 90%;
    max-width: 39.8125rem;
    border-radius: 3.125rem;
    background-color: #fff;
    z-index: 1024;
    position: fixed;
    top: 5rem;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hero-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 35%;
    width: 100%;
    display: none;
}

.rounded-24 {
    border-radius: 1.5rem;
}

.rounded-10{
    border-radius: 10px;
}

.bg-hero {
    background-color: #f9f4ee;
}

.hero-space {
    padding-top: 6rem;
}

.top-tag {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.25125rem;
    letter-spacing: 0.16em;
    /* color: rgba(51, 38, 40, 0.5); */
}

.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 31.25rem;
    gap: 1.25rem;
}

.bg-add {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.text-big {
    font-size: 5rem;
    line-height: 5rem;
    text-shadow: 0.125rem 0.625rem 0.9375rem #1f1f1f;
}

.para-1 {
    font-size: 1.2rem;
}

.para-2 {
    font-size: 2rem;
    line-height: 2.5rem;
}

.page-banner__video-overlay-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    /* background-color: var(--main-text-custom); */
    /* background-image: linear-gradient(270deg, #00262b38, rgb(18 27 50)); */
    background-image: linear-gradient(180deg, #00262b38, rgba(0, 0, 0, 1));
    opacity: 1;
}

.main-footer .footer-link {
    gap: 1rem;
    display: flex;
    flex-direction: column;
    font-size: 0.8125rem;
}

.or-line {
    background-color: #ced4da;
    height: 0.0625rem;
    margin: 2.25rem 0;
    position: relative;
}

.or-text {
    align-items: center;
    background-color: #fff;
    color: #98a2b3;
    display: inline-flex;
    font-size: 1rem;
    font-weight: 400;
    height: 1.25rem;
    justify-content: center;
    left: calc(50% - 2.5rem);
    line-height: 1.25rem;
    position: absolute;
    top: calc(50% - 0.75rem);
    width: 5rem;
}

.upload-box-contain{
    border: 0.0625rem dashed #ced4da;
    background-color: #f8fafe;
}

.price-tag-pos {
    background-color: #fff;
    position: absolute;
    top: 0.625rem;
    right: 0.625rem;
    border-radius: 0.625rem;
    padding: 0.625rem;
    z-index: 1;
}

.img-box-info{
    width: 100%;
    height: 100%;
    background-color: #fee7ff;
}

.img-box-info h3{
    font-size: 4rem;
}

.avatars {
    display: flex;
    list-style-type: none;
    /* margin: auto; */
    margin-right: 0.9375rem;
    padding: 0rem;
    flex-direction: row;
}
.avatars__item {
    background-color: #E8F7E6;
    border: 0.0625rem solid #fff;
    border-radius: 100%;
    color: #101928;
    display: block;
    height: 3.125rem;
    width: 3.125rem;
    text-align: center;
    transition: margin 0.1s ease-in-out;
    overflow: hidden;
}
.avatars__item:first-child {
    z-index: 0;
}
.avatars__item:nth-child(2) {
    z-index: 1;
    margin-left: -0.625rem;
}
.avatars__item:nth-child(3) {
    z-index: 2;
    margin-left: -0.625rem;
}
.avatars__item:nth-child(4) {
    z-index: 3;
    margin-left: -0.625rem;
}
.avatars__item:nth-child(5) {
    z-index: 4;
    margin-left: -0.625rem;
}
.avatars__item:last-child {
    z-index: 5;
    margin-left: -0.625rem;
}
.avatars__item img {
    width: 100%;
}
/* Additional styling to ensure Select2 doesn't distort the form */
.select2-container .select2-selection--single {
    height: calc(3.5rem + 0.125rem) !important;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    border: 0.0625rem solid #ced4da;
}

.select2-dropdown {
    background-color: white;
    border: 0.0625rem solid #ced4db;
    border-radius: 0.5rem;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #00e785;
    color: white;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 0.0625rem solid #ced4db;
    border-radius: 0.5rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 3.1rem; /* Adjust line-height */
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.5rem; /* Adjust arrow height */
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 1.625rem;
    position: absolute;
    top: 0.5rem;
    right: 0.0625rem;
    width: 1.25rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none; /* Remove the default arrow */
    content: ""; /* Clear the content */
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-size: 1rem 1rem; /* Adjust the size of the custom arrow */
    width: 1rem;
    height: 1rem;
    display: block;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
    margin-left: -0.8125rem;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0rem;
}

.mosaic-grid-2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* Creates 4 columns */
    grid-template-rows: auto;
    /* Rows size based on content */
    gap: 1rem;
    /* Space between grid items */
    height: 100%;
}

.item-element {
    /* display: flex;
    justify-content: center;
    align-items: center; */
    /* background-color: #f0f0f0; */
    height: 100%;
    position: relative;
    color: #333;
    border-radius: 0.625rem;
}

.item1_2 {
    grid-column: span 1;
    /* Spans two columns */
    grid-row: span 3;
    /* Spans two rows */
}

.item2_2 {
    grid-column: span 1;
    grid-row: span 1;
}

.item3_2 {
    grid-column: span 1;
    grid-row: span 1;
}

.item4_2 {
    grid-column: span 1;
    grid-row: span 2;
}

.item5_2 {
    grid-column: span 1;
    grid-row: span 2;
}

.item6_2 {
    grid-column: span 1;
    grid-row: span 1;
}

.item7_2 {
    grid-column: span 1;
    grid-row: span 1;
}

.item8_2 {
    grid-column: span 1;
    grid-row: span 1;
}

.grid-3-shape {
    grid-template-columns: repeat(3, 1fr);
}

.bg-main-6 {
    background-color: #00262b;
}

.heading_5_5{
    font-size: 1rem;
    margin-top: 2rem;
}

.custom-height{
    min-height: 100vh;
    padding-top: 50px;
    padding-bottom: 50px;
}

.team-profile-avatar{
    height: 350px;
    border-radius: 10px;
}

.pro-text{
    position: absolute;
    left: 20px;
    bottom: 20px;
    right: 20px;
    color: #fff;
    height: 100px;
}

.custom-ft-text{
    font-size: 1.5rem;
    line-height: 2rem;
}

.bebas-neue-regular {
    /* font-family: "Bebas Neue", sans-serif; */
    /* font-weight: 400; */
    font-style: normal;
}

.custom-font-size{
    font-size: 3rem;
    line-height: 3.5rem;
}

.custom-font-size-2{
    font-size: 4rem;
    line-height: 4.5rem;
}

.grid-stats{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

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

.new-footer{
    background-color: #033721;
}

.new-footer a, .new-footer .ft-sm{
    color: #fff;
}

.new-footer h5{
    color: var(--green);
}

.new-green-bg{
    background-color: #033721;;
}

.grid-countries{
    display: grid;
    grid-template-columns: repeat(9, 1fr);
}

.video-main-container .page-banner__video-overlay-2{
    background-image: linear-gradient(180deg, #00262b38, rgba(0, 0, 0, 1));
}

.avatar-img {
    height: 10rem;
    overflow: hidden;
    position: relative;
    /* transition: transform 1s ease-in-out; */
}

.text-black {
    --bs-text-opacity: 1;
    color: rgb(0 38 43) !important;
}

.floating-hero-img{
    height: 500px;
    filter: grayscale(1);
}

.pos-img-1{
    right: 0%;
}

.pos-img-2{
    right: 15%;
}

.pos-img-3{
    right: 33%;
}

.pos-img-4{
    left: 18%;
    z-index: 1;
}

.hero-banner-size{
    height: 500px;
}

.next-section{
    height: 600px;
    display: flex;
    align-items: end;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-sect{
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.hero-courses-img{
    height: 600px;
}

.owl-carousel .item {
    display: flex;
    align-items: stretch; /* Ensures items stretch to the same height */
}

.owl-carousel .card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1; /* Allow card to grow with content */
}

.grayscale .img-partner-box-2{
    filter: grayscale(1);
}

.avatar-circle {
    height: 100px;
    width: 100px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

.btn-check:checked+.btn-outline-dark{
    color: #fff !important;
}

.uni-list{
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.form-control-width {
    width: 40%;
}

.calculator-font {
    font-family: var(--font-family-medium);
    font-size: 2rem;
}

.size-24 {
    font-size: 24px !important;
}

.bg-color-5 {
    background-color: #f1f8ff;
}

@keyframes bot-to-top {
    0% {
        bottom: -3.75rem;
    }
    50% {
        bottom: 2.5rem;
    }
}

@keyframes scale-in {
    from {
        transform: scale(0);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes rotate-in {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes rotate-out {
    from {
        transform: rotate(360deg);
    }
    to {
        transform: rotate(0deg);
    }
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media screen and (max-width: 48rem) {
    .inner-box {
        padding: 0;
    }

    .para-2 {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .split-grid-version {
        min-height: unset;
        display: block;
    }

    .custom-font-size{
        font-size: 3rem;
        line-height: 3rem;
    }

    .hero-courses-img{
        height: unset;
    }

    .count-box .ft-custom-hero-2.bebas-neue-regular{
        font-size: 2rem !important;
        line-height: 2.5rem !important;
    }

    .count-box h4{
        font-size: 1rem;
    }

    .ft-lg {
        font-size: 1.3rem;
        line-height: 1.8rem;
    }

    .avatar-img{
        aspect-ratio: 1/1;
        margin: 0 auto;
    }

    .pb-100 {
        padding-bottom: 2rem;
    }

    .pt-100{
        padding-top: 2rem;
    }

    .floating-hero-img {
        height: 155px;
        filter: grayscale(1);
    }

    .hero-banner-size{
        height: 190px;
    }

    .video-main-container .page-banner__video-overlay-2 {
        background-image: linear-gradient(180deg, #00262b38, rgba(0, 0, 0, 0.7));
    }

    .custom-font-size-2{
        font-size: 2rem;
        line-height: 2.5rem;
    }

    .grid-countries{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 20px;
    }

    .grid-stats{
        grid-template-columns: repeat(2, 1fr);
    }

    .overlap-num {
        position: absolute;
        font-size: 5rem;
        top: -2.8125rem;
        left: 0.0625rem;
        z-index: 1;
        /* color: #ddd; */
    }

    .grid-height{
        height: 500px;
    }

    .overlay-sm {
        background-image: linear-gradient(#00262b38, rgb(12, 14, 17));
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .split-grid-version-2 {
        display: grid;
        grid-template-columns: 1fr;
        min-height: unset;
    }

    .hero-section {
        padding-top: 8.125rem;
    }

    .text-truncate-sm{
        width: 12.5rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .grid-container{
        grid-template-columns: 1fr;
    }

    .profile-team{
        border-radius: 0.625rem;
        height: 25rem;
        overflow: hidden;
        position: relative;
    }

    .profile-size{
        height: 5rem;
        width: 5rem;
        margin: 0 auto;
    }

    .image-height {
        height: 21.875rem;
    }

    .ft-custom-big-2 {
        font-size: 4rem;
        line-height: 4rem;
    }

    .indicator-card{
        bottom: -3.125rem;
    }

    .lecture-icon-right{
        text-align: right;
        width: 100%;
    }

    .card-height-2, .card-height-3{
        padding: 0.5rem;
    }

    .ft-sub-text, .ft-sub-text.nav-link {
        font-size: 0.6875rem !important;
        line-height: 1.4;
        text-transform: uppercase;
        letter-spacing: 0.1rem;
        text-align: left;
    }

    .text-bigger {
        text-align: center;
        font-size: 3rem;
        /* text-transform: uppercase; */
        letter-spacing: -0.1rem;
    }

    .courses-overflow {
        height: 25rem;
        overflow-y: auto;
        overflow-x: hidden;
    }

    /* .pills-nav.nav.nav-wrap-item {
      display: flex;
      flex-wrap: nowrap;
      flex-direction: row;
      padding-left: 0;
      margin-bottom: 0;
      list-style: none;
      align-items: start;
      overflow: auto;
      white-space: nowrap;
    } */

    .pills-nav.nav.nav-wrap-item {
        display: grid;
        grid-template-columns: 1fr 1fr;
        flex-wrap: nowrap;
        flex-direction: row;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        align-items: start;
        overflow: auto;
        white-space: nowrap;
    }

    .pills-nav.nav {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        align-items: start;
    }

    .floating-text-on-certificate {
        display: none;
    }

    .navbar-dark.d-none {
        display: block !important;
    }

    .fixed-nav {
        display: none;
    }

    .content-box-header {
        color: var(--primary);
        font-family: var(--font-regular);
        font-size: 3.125rem;
    }

    .content-box-img-container {
        height: 15.625rem;
        overflow: hidden;
        position: relative;
        border-radius: 1rem !important;
    }

    .split-grid-version-adjust {
        height: unset !important;
        min-height: unset !important;
        padding-top: 6.25rem;
        padding-bottom: 6.25rem;
    }

    .main-content-2 {
        margin-top: 3.125rem;
    }

    .close-pos {
        position: absolute;
        top: -0.9375rem;
        right: 0;
        font-size: 2rem;
        height: 1.875rem;
        width: 1.875rem;
        background: crimson;
        border-radius: 3.125rem;
        color: #fff !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    /* .ft-step-text{
          display: none;
      } */

    .custom-tab.nav-pills.g-0 {
        gap: 0.9375rem !important;
    }

    .ft-custom-big {
        font-size: 2.5rem;
        line-height: 3rem;
    }

    .toggle-button {
        display: none;
    }

    .bg-effect {
        background-position: top right;
        background-size: 0%;
        background-repeat: no-repeat;
    }

    .prog-img-sm {
        height: 8.125rem !important;
        overflow: hidden;
        position: relative;
    }

    .gap-sm-20 {
        gap: 1.25rem;
    }

    .profile-drop-mobile.dropdown-menu[data-bs-popper] {
        right: 0rem !important;
        left: 0rem !important;
    }

    .box-tab {
        height: 18.75rem;
        overflow: hidden;
        position: relative;
    }

    .owl-theme .owl-nav {
        display: flex;
        justify-content: space-around;
    }

    .ft-custom-hero-3 {
        font-size: 3rem;
        line-height: 4rem;
    }

    .track-grid {
        display: block !important;
    }

    .new-sidebar.navbar-dark .navbar-nav .nav-link {
        color: #fff;
        font-size: 0.875rem;
        border-bottom: unset;
    }

    .padding-right-100 {
        padding-right: 6.25rem !important;
    }

    .padding-left-100 {
        padding-left: 6.25rem !important;
    }

    /* .carousel-indict-dot{
          right: -15.625rem ;
      } */

    .logo-dash {
        height: 4.6875rem;
    }

    .course-thumb {
        height: 4.6875rem;
        width: 4.6875rem;
        overflow: hidden;
        position: relative;
    }

    .navbar-link .nav-link {
        padding-top: 0.9375rem;
        padding-bottom: 0.9375rem;
    }

    .ft-testimonial-text {
        font-size: 1.5rem;
        line-height: 2.5rem;
    }

    .prog-img-5 {
        height: 9.375rem;
    }

    .arrow-box {
        display: none;
    }

    .course-list-outline {
        display: flex;
        flex-direction: row;
        gap: 1.25rem;
        overflow: auto;
        white-space: nowrap;
    }

    .scorm-holder .ratio-21x9 {
        --bs-aspect-ratio: 100%;
        /* --bs-aspect-ratio: 100vh; */
    }

    .scorm-holder .ratio-16x9 {
        --bs-aspect-ratio: 100%;
        /* --bs-aspect-ratio: 100vh; */
    }

    .profile-img-size-fill {
        height: 6.25rem;
        width: 6.25rem;
        border-radius: 0.9375rem;
    }

    .testimonial-carousel .card-body {
        padding: 0;
    }

    .testimonial-carousel .card {
        border-radius: 0.9375rem;
    }

    .offcanvas-end {
        width: 100%;
    }

    .mobile-d-flex {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .icon-invert {
        filter: invert(1);
    }

    .navbar-dark .navbar-nav .nav-link {
        color: var(--main-secondary);
        font-size: 0.875rem;
        border-bottom: 0.0625rem solid #e8e8e8;
    }

    .navbar-dark .navbar-nav .nav-link:focus {
        color: var(--main-secondary);
        font-size: 0.875rem;
        border-bottom: 0.0625rem solid #e8e8e8;
    }

    .submenu-mobile {
        margin: 0.625rem;
        border: 0rem;
    }

    .submenu-mobile-parent {
        border: 0rem;
    }

    .merge-container {
        display: none;
    }

    .cross-line {
        opacity: 0;
    }

    .voting-img {
        display: none;
    }

    .ft-custom-hero {
        font-size: 2rem;
        line-height: 2.7rem;
    }

    .mba-image-holder {
        height: 12.5rem;
        position: relative;
        overflow: hidden;
    }

    .video-main-container {
        position: relative;
        overflow: hidden;
        height: unset;
    }

    .prog-img-2 {
        height: 16.875rem;
    }

    .w-custom-width {
        width: 100%;
    }

    .w-sm-100 {
        width: 100%;
    }

    .navbar-content-list .nav-link {
        line-height: 1.5625rem;
    }

    .btn-block-2 {
        width: 75%;
    }

    .tabs-programme .nav-pills .nav-link {
        background: #ececec;
    }

    .tabs-programme .nav-pills.rounded-pill {
        border-radius: 0.3125rem !important;
    }

    .ft-big {
        font-size: 2.5rem;
        line-height: 2.5rem;
    }

    .row-overflow-auto {
        flex-wrap: nowrap;
        overflow: auto;
    }

    .hero-section h1 {
        font-size: 3rem;
        line-height: 3.2rem;
        /* font-weight: 700; */
    }

    .hero-padding-top-mobile {
        padding-top: 6.25rem;
    }

    .mx-space-mobile {
        margin-right: 1rem;
        margin-left: 1rem;
    }

    .grid-session {
        display: grid;
        grid-template-columns: 1fr;
    }

    .grid-session-1 {
        display: none !important;
    }

    .navbar-content-list .nav-item {
        margin-bottom: 0.9375rem;
    }

    .split-grid-version {
        grid-template-columns: 1fr;
    }

    .split-grid-1 {
        display: none !important;
    }

    .split-grid-1.show-image {
        display: block !important;
    }

    .bg-white-sm {
        background-color: white !important;
    }

    .text-white-sm {
        color: var(--main-text-custom);
    }

    .tag-absolute {
        position: absolute;
        top: 0.9375rem;
        background: white;
        padding: 0.3125rem 0.625rem;
        border-radius: 3.125rem;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    }

    .center-text-absolute h1 {
        font-size: 2rem;
    }

    #cookieBanner {
        left: 0;
        right: 0;
        bottom: 0;
    }

    .prog-img-3 {
        width: 6.25rem;
        /* height: 8.75rem; */
        overflow: hidden;
        position: relative;
        height: 100%;
        border-radius: 0 !important;
    }

    .prog-row {
        display: flex;
        flex-direction: row;
    }

    .text-white-lg {
        color: var(--btn-text-color);
    }

    .apply-grow-sm {
        flex-grow: 1;
    }

    .in-cart-indicator {
        right: -0.625rem;
    }

    .main-navbar.navbar-light .navbar-nav .nav-link {
        color: rgba(0, 0, 0, 1);
        font-size: 1.5625rem;
    }

    .nav-new-link-list a {
        color: rgb(74, 77, 85);
        font-size: 1rem;
    }

    .main-content {
        position: relative;
        /* margin-top: 4.375rem !important; */
    }

    .main-lms-container.main-content {
        /* padding-top: 3.125rem !important; */
    }

    .prog-details-size {
        width: 100%;
    }

    .d-sm-hide {
        display: none;
    }

    .arrow-move.carousel-control-prev {
        top: unset;
        bottom: 0rem;
        height: 3.125rem;
    }

    .arrow-move.carousel-control-next {
        top: unset;
        bottom: 0rem;
        height: 3.125rem;
    }

    .arrow-move-lms.carousel-control-prev {
        top: unset;
        bottom: -0.3125rem;
        height: 3.125rem;
    }

    .arrow-move-lms.carousel-control-next {
        top: unset;
        bottom: -0.3125rem;
        height: 3.125rem;
    }

    .list-sm {
        font-size: 1rem !important;
    }

    .notify-cart-count {
        display: none;
    }

    .mosaic-grid-2{
        grid-template-columns: 1fr;
    }

    .remove-bg{
        background-image: unset !important;
        background-size: unset !important;
    }

    .ft-custom-hero-2 {
        font-size: 2rem;
        line-height: 2.5rem;
    }

    .ft-custom-hero-2.bebas-neue-regular{
        font-size: 3rem;
        line-height: 3.5rem;
    }

    .img-sm{
        height: 21.875rem;
        margin: 0 auto;
        display: flex;
    }

    .split-add-bg{
        background-image: url(../images/banner-split.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    .split-add-bg .hero-heading{
        color: #fff;
    }

    .split-add-bg .para-head-2{
        color: #fff;
    }
}

@media screen and (min-width: 61.9375rem) {
    .custom-w-80 {
        width: 80vw;
    }

    .usp-text{
        font-size: 1.2rem;
        line-height: 2rem;
    }

    .mh-500{
        height: 525px;
    }

    .py-sm-150{
        padding-top: 150px;
        padding-bottom: 150px;
    }

    .category-img-grid {
        background-position: bottom center;
        background-repeat: no-repeat;
    }

    .grid-3{
        grid-template-columns: 3fr 1fr;
    }

    .new-slide-height{
        min-height: 37.5rem;
    }

    .contact-box {
        background-image: url(../images/telemarketer.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 3.125rem bottom;
    }

    .contact-row {
        margin-top: -23.75rem;
    }

    .prog-img-box {
        height: 12.8125rem !important;
    }

    .prog-img-box-2{
        height: 100% !important;
    }

    .split-modal {
        grid-template-columns: 2fr 1fr !important;
        min-height: 85vh !important;
    }

    .split-modal-2 {
        grid-template-columns: 2fr 1fr !important;
        height: 100vh !important;
    }

    .grid-2-1 {
        grid-template-columns: 2fr 1fr;
    }

    .grid-1-1 {
        grid-template-columns: 1fr 1fr;
    }

    .ft-size {
        font-size: 4rem;
    }

    .border-end-lg {
        border-right: 0.0625rem solid #e8e8e8;
    }

    .arrow-move.carousel-control-prev {
        left: -5rem;
    }

    .arrow-move.carousel-control-next {
        right: -4.6875rem;
    }

    .arrow-move-lms.carousel-control-prev {
        left: 0rem;
        height: 3.125rem;
    }

    .arrow-move-lms.carousel-control-next {
        right: 0rem;
        height: 3.125rem;
    }

    .home-tab-size {
        width: 18.75rem;
    }

    .carousel-indict-dot {
        bottom: -4.375rem !important;
    }

    /* .home-tab-img-size{
          height: 12.5rem;
      } */

    .custom-w-60 {
        width: 60vw !important;
    }

    .logo-divider {
        border-bottom: 0.0625rem solid #ccc;
        width: 100%;
    }

    .custom-offcanvas-h {
        height: 85vh;
    }

    .has-megamenu:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }

    .navbar .has-megamenu {
        position: static !important;
    }

    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 90%;
        margin: 0 auto;
    }

    .navbar .megamenu {
        padding: 1rem;
    }

    .mt__overlap {
        margin-top: -1.875rem;
    }

    .col-count-2 {
        column-count: 2;
    }

    .border-top-right-radius-20 {
        border-top-right-radius: 1.25rem;
    }

    .border-bottom-right-radius-20 {
        border-bottom-right-radius: 1.25rem;
    }

    .border-top-left-radius-20 {
        border-top-left-radius: 1.25rem;
    }

    .border-bottom-left-radius-20 {
        border-bottom-left-radius: 1.25rem;
    }

    .border-top-right-radius-8 {
        border-top-right-radius: 0.5rem !important;
    }

    .border-bottom-right-radius-8 {
        border-bottom-right-radius: 0.5rem !important;
    }

    .border-top-left-radius-8 {
        border-top-left-radius: 0.5rem !important;
    }

    .border-bottom-left-radius-8 {
        border-bottom-left-radius: 0.5rem !important;
    }

    .border-right-green {
        border-right: 0.125rem solid var(--green);
    }

    .mt__30 {
        margin-top: -1.875rem;
    }

    .arrow-circle .owl-theme .owl-nav {
        display: flex;
        justify-content: end;
        align-items: center;
        /* position: absolute;
            top: -4.6875rem;
            right: 0; */
    }

    .text-white-lg {
        color: white;
    }

    .text-white-lg:hover {
        color: var(--btn-text-color);
    }

    .drop-height-scroll {
        height: 25rem;
        overflow: auto;
    }

    .dropdown-size {
        width: 12.5rem;
        border-radius: 0.625rem;
        border: 0rem;
        padding: 0.9375rem;
    }

    .navbar-vertical.navbar-expand-lg {
        z-index: 1000;
        border-radius: 0;
        width: 100%;
        max-width: 17.5rem;
        display: block;
        overflow-y: auto;
        box-shadow: 0 0 transparent !important;
    }

    .vh-lg-100 {
        min-height: 100vh !important;
    }

    .vh-lg-100-2 {
        height: 100vh !important;
    }

    .navbar-vertical.navbar-expand-lg.show {
        border-radius: 0;
        max-width: 20.5rem;
    }

}

@media (max-width: 61.99875rem) {
    .navbar-dark .navbar-nav .has-megamenu .nav-link {
        color: var(--main-secondary);
        font-size: 0.875rem;
    }

    .navbar-dark .navbar-nav .nav-link {
        color: var(--main-secondary);
        font-size: 0.875rem;
    }

    .navbar-link .nav-link {
        padding-top: 0.9375rem;
        padding-bottom: 0.9375rem;
    }

    .navbar-dark .navbar-nav .nav-link:hover {
        color: var(--main-secondary);
    }

    .icon-invert {
        filter: invert(1);
    }
}

@keyframes smoothmove {
    0% {
        margin: 0;
    }

    25% {
        margin-left: -0.625rem;
        margin-top: 0.125rem;
    }

    50% {
        margin-left: 0;
        margin-top: 0.625rem;
    }

    75% {
        margin-left: 0.625rem;
        margin-top: 0.375rem;
    }

    100% {
        margin: 0;
    }
}

.hori-timeline .events {
    border-top: 3px solid #b5b5b5;
}

.hori-timeline .events
.event-list {
    display: block;
    position: relative;
    text-align: center;
    margin-right: 0;
}

.hori-timeline .events
.event-list:before {
    content: "";
    position: absolute;
    height: 36px;
    border-right: 2px dashed #b5b5b5;
    top: 0;
}

.hori-timeline .events .event-list
.event-date {
    position: absolute;
    top: 38px;
    left: 0;
    right: 0;
    width: 75px;
    margin: 0 auto;
    border-radius: 4px;
    padding: 2px 4px;
}

.circle-num-3 {
    height: 35px;
    width: 35px;
    font-size: 1.2rem;
    border-radius: 50%;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--green);
    background-color: var(--green);
    margin: 10px auto;
}

.list-inline.events{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.list-inline.events.grid-type-3{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.enrol-bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ft-custom-hero-big {
    font-size: 4rem;
    font-family: var(--font-family-medium) !important;
    font-weight: 500;
    text-transform: uppercase;
}

.header-text {
    font-size: 3rem;
    line-height: 4rem;
}

.intro-box {
    height: 500px;
    width: 500px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

.flag-h{
    height: 2.2rem;
    width: 2.2rem;
    position: relative;
    overflow: hidden;
}

.custom-height-enrol {
    min-height: 100vh;
    /* padding-top: 50px; */
    padding-bottom: 100px;
}

.toggle-side {
    height: 50px;
    width: 50px;
    background: #fff;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    border-radius: 16px;
}

.sidebar-bottom .carousel-indicators [data-bs-target]{
    background-color: #000;
}

.sidebar-bottom .carousel-indicators{
    bottom: -35px;
}

.sidebar-carousel-icon{
    height: 25px;
    width: 25px;
    background-color: #000;
    border-radius: 50%;
    opacity: 1;
    top: 103%;
}

.sidebar-list img{
    height: 15px;
}

@media (min-width: 1140px) {
    .hori-timeline .events
    .event-list {
        display: inline-block;
        padding-top: 45px;
    }

    .custom-height-enrol {
        min-height: 90vh;
    }

    .hori-timeline .events
    .event-list .event-date {
        top: -12px;
    }
}

@media screen and (max-width: 768px){
    .list-inline.events{
        display: grid;
        grid-template-columns: 1fr;
    }

    .header-text {
        font-size: 2rem;
        line-height: 2.5rem;
    }

    .header-sm{
        font-size: 1.2rem !important;
        line-height: 2rem !important;
    }

    .list-inline.events.grid-type-3{
        display: grid;
        grid-template-columns: 1fr;
    }

    .hori-timeline .events
    .event-list:before {

        border-right: unset;
    }

    .img-box-2 {
        height: 25rem;
        overflow: hidden;
        position: relative;
    }

    .intro-box {
        height: 300px;
        width: 300px;
        position: relative;
        overflow: hidden;
        border-radius: 50%;
    }
}

@media screen and (min-width: 991px){
    .navbar-vertical.navbar-expand-lg.show {
        border-radius: 0;
        max-width: 250px;
    }

    .navbar-vertical.navbar-expand-lg {
        z-index: 1000;
        border-radius: 0;
        width: 100%;
        max-width: 280px;
        display: block;
        overflow-y: auto;
        box-shadow: 0 0 transparent !important;
    }

    .navbar-expand-lg .offcanvas {
        width: 100% !important;
    }

    .vh-lg-100 {
        min-height: 100vh !important;
    }
}

.btn-size {
    /* height: 56px; */
    padding: 10px 30px;
}

.btn-main {
    background-color: var(--main-tertiary);
    color: #fff;
    font-family: var(--font-family-medium);
}
.btn-main:hover {
    background-color: var(--green);
    color: #fff;
}

.btn-outline-main {
    border: 0.5px solid var(--main-tertiary);
    color: var(--main-tertiary);
}

.btn-outline-main:hover {
    background-color: var(--main-tertiary);
    color: #fff;
}

.form-control {
    font-size: 1.5rem !important;
}

.btn-secondary.btn-radio {
    background-color: #dadadb;
    color: #000;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: #fff;
    background-color: #000000;
    border-color: #000;
}

.form-select {
    font-size: 1.35rem;
}

.card-text {
    font-size: 1.2rem;
}

.watch-video {
    min-height: 400px;
    width: 300px;
    position: fixed;
    z-index: 9999;
    bottom: 30px;
    left: 10px;
}

.right-none {
    right: 0 !important;
}

.vh-70 {
    height: 70vh !important;
}

.form-floating > .form-select, .form-floating > .form-control, .form-control {
    padding-top: 1.625rem;
    padding-bottom: .625rem;
    height:60px;
}
