/* @font-face {
    font-family: "Aeonik Regular";
    src: url("../fonts/aeonik-regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Aeonik Bold";
    src: url("../fonts/aeonik-bold.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Aeonik Medium";
    src: url("../fonts/aeonik-medium.woff2") format("woff2");
    font-weight: 900;
    font-style: normal;
}
*/
/* @font-face {
    font-family: "Recoleta Medium";
    src: url("../fonts/Recoleta-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}  */

:root {
    --main-text-custom: #64748b;
    --main-dark-custom: #1e293b;
    --main-secondary: #121b31;
    --main-tertiary: #f3f2f0;
    --green: #35c759;
    --font-family-text: "Inter";
    /* --font-family-text: "Montserrat", Arial, Helvetica, sans-serif; */
    --font-family-bold: "Inter";
    /* --font-family-bold: "Montserrat", Arial, Helvetica, sans-serif; */
    --font-family-medium: "Inter";
    /* --font-family-medium: "Montserrat", Arial, Helvetica, sans-serif; */
    /* --heading: "Inter"; */
    --heading: "Recoleta Medium", Arial, Helvetica, sans-serif;
}

html {
    font-size: 14px;
    scroll-padding-top: 80px;
}

body {
    font-family: var(--font-family-text);
    color: #464745;
    font-size: 1.1rem;
    /* font-size: 1rem; */
    line-height: 23px;
    font-weight: 400;
    overflow-x: hidden;
    background-color: #fff;
    position: relative;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--main-dark-custom);
    font-family: var(--font-family-bold);
    font-weight: 700;
    /* text-transform: uppercase; */
}

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

.main-lms-container.bg-light {
    background-color: #d5d5d5 !important;
}

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

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

.bg-main-4 {
    /* background-color: var(--main-secondary) !important; */
    background-color: var(--main-secondary) !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: 0;
}

.rounded-8 {
    border-radius: 0;
}

.main-content {
    position: relative;
    /* margin-top: 113px; */
    /* margin-top: 80px; */
}

.main-container {
    margin-top: 75px;
    margin-bottom: 75px;
}

.course-fixed {
    position: fixed;
    z-index: 9999;
    background: #fff;
    left: 0;
    right: 0;
    bottom: 0px;
    background-color: #ededed;
}

.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 100px;
}

.mirror {
    background: rgba(255, 255, 255, 0.5);
    box-shadow: -12.1766px 24px 44.9014px rgba(81, 78, 120, 0.18), inset 1.31294px 1.96941px 0px rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(16.058px);
    border-radius: 13.1294px;
    width: 65px;
    height: 65px;
    position: absolute;
    z-index: 1000;
}

.orange {
    background: #f75426;
}

.yellow {
    background: #ffc229;
}

.purple {
    background: #6e5cfa;
}

.pink {
    background: #d452c7;
}

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

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

.feather-size-lg {
    width: 24px;
    height: 24px;
}

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

.navbar-content-list .dropdown-menu {
    padding: 15px;
    box-shadow: 0px 5px 17px 3px rgb(0 0 0 / 9%);
}

.navbar-content-list .dropdown-item {
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 5px;
}

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


/* .hover-effect {
      background: none, linear-gradient(90deg, #1ac798, lime);
      background-position: 100% 100%, 0 100%;
      background-repeat: no-repeat;
      background-size: 100% 2px, 0 2px;
      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% 2px, 0 2px;
    cursor: pointer;
    display: block;
    text-decoration: none;
    transition: background-size 0.4s;
    background-size: 0 2px, 100% 2px;
    height: 10px;
    width: 100%;
}

.gradient-lime {
    background: none, linear-gradient(90deg, #1ac798, lime);
    background-repeat: no-repeat;
    background-size: 100% 2px, 0 2px;
    cursor: pointer;
    display: block;
    text-decoration: none;
    transition: background-size 0.4s;
    background-size: 0 2px, 100% 2px;
    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: 14px;
}

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

.badge-tag-absolute {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 1;
}

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

.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: 10px;
    padding-bottom: 10px;
    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);
}

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

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


/* .hover-effect:hover {
      background-size: 0 2px, 100% 2px
  } */

.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: 15px 20px;
}

.btn-custom-size-2 {
    padding: 10px 20px;
}

.btn-custom-color-1 {
    background-color: var(--green);
    border: var(--green);
}

.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: 16px;
}

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

.short-border {
    height: 5px;
    width: 100px;
    background-color: var(--main-secondary);
}

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

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

.btn-custom-color-1-outline {
    background-color: transparent;
    border: 1px 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: 25px;
    position: relative;
    /* overflow: hidden; */
    border-radius: 5px;
}


/* .text-bold {
      font-family: var(--font-family-bold);
      font-weight: 700;
  } */

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

.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-custom-hero {
    font-size: 3rem;
    line-height: 4rem;
}


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

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

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


/* .para-head {
    font-size: 14px;
  } */

.para-head-2 {
    font-size: 18px;
    line-height: 1.6;
}

.mba-image-holder {
    height: 550px;
    position: relative;
    overflow: hidden;
}

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

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

.hero-view-size {
    /* padding-top: 150px;
      padding-bottom: 150px; */
    height: 650px;
}

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

.ft-normal {
    font-size: 14px !important;
}

.ft-sm {
    font-size: 11px;
    line-height: 17px;
}

.owl-carousel .owl-stage {
    display: flex;
    padding-top: 30px;
    padding-bottom: 30px;
}

.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: 0px 5px 17px 3px rgb(0 0 0 / 9%);
}

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

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

.logo-max-width {
    max-width: 200px;
}

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

.top-push {
    padding-top: 130px;
    padding-bottom: 50px;
}

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

.icon-bg {
    height: 25px;
    width: 25px;
}

.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: 1px 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 -1px 0 rgba(0, 0, 0, 0.125);
}

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

.wishlist-icon {
    background: #fff;
    height: 40px;
    width: 40px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.logo-max-width-3 {
    position: absolute;
    z-index: 1;
    left: 30px;
    top: 30px;
    border-radius: 5px;
    transition: all 0.5s;
}

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


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

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

.font-sm {
    font-size: 11px;
}

.universities-logo-container {
    height: 70px;
    /* border: 1px solid #fcfcfc; */
    overflow: hidden;
    position: relative;
    padding: 10px;
    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: 5px;
    background-color: #000;
}

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


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

.prog-img-sm {
    height: 130px;
    overflow: hidden;
    position: relative;
}

.prog-details-size {
    height: 200px;
    width: 200px;
    overflow: hidden;
    position: relative;
}

.img-partner-box {
    height: 60px;
    width: 107px;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    background-color: #f7f7f7;
}

.partner-img {
    height: 190px;
    position: relative;
    overflow: hidden;
    /* padding: 10px; */
}

.img-partner-box img {
    max-width: inherit;
}

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

.img-partner-box-2 img {
    max-width: 200px;
}

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

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

.partner-logo-position {
    position: absolute;
    z-index: 1;
    right: 10px;
    bottom: 10px;
    /* background: white; */
    padding: 5px;
    border-radius: 8px;
}

.prog-img-2 {
    height: 500px;
    overflow: hidden;
    position: relative;
}

.prog-img-3 {
    height: 140px;
    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: 50px;
    overflow: hidden;
    position: relative;
}

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

.course-thumb {
    height: 100px;
    width: 100px;
    overflow: hidden;
    position: relative;
}

.avatar-sm {
    height: 35px;
    width: 35px;
    position: relative;
    overflow: hidden;
}

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

.ft-xs {
    font-size: 11px;
}

.dropdown-selecto .dropdown-item:hover {
    border-radius: 10px;
}

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

.dropdown-selecto .dropdown-item {
    padding-top: 10px;
    padding-bottom: 10px;
}

.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(--main-secondary);
    background-color: transparent;
    border-bottom: 2px solid var(--main-secondary);
    border-radius: 0px;
    font-family: var(--font-family-bold);
}

.tabs-programme .nav-pills .nav-link {
    color: var(--main-text-custom);
    border-radius: 8px;
}

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

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

.border-radius-20 {
    border-radius: 20px;
}

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

.product-box {
    height: 400px;
    border-radius: 10px;
    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: 500px;
}

.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: #000;
}

.profile-img-size {
    height: 50px;
    width: 50px;
    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 {
    background-color: #163300;
}

.profile-img-size-2 {
    height: 60px;
    width: 60px;
    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: 10px;
}

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

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

.footer-social-icon a {
    color: #fff !important;
    height: 25px;
    width: 25px;
    background: var(--main-dark-custom);
    border-radius: 50px;
    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: 50px;
    position: relative;
    overflow: hidden;
    max-width: 180px;
}

.in-cart-indicator {
    display: flex;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border-radius: 50px;
    position: absolute;
    color: white;
    top: 0;
    right: 0px;
}

.navbar-link .nav-link {
    padding-top: 30px;
    /* padding-bottom: 30px; */
}

.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: 8px; */
}

.circle-info {
    height: 100px;
    width: 100px;
    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: 500px;
}

.custom-button {
    margin: 0 5px 0 0;
    min-width: 150px;
    height: 50px;
    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: 4px;
    font-family: var(--font-family-bold);
    font-weight: 700;
}

.custom-button input[type="checkbox"]:checked+label {
    background: #000;
    color: #fff;
    border-radius: 4px;
    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: 1fr 1fr;
    /* height: calc(100vh - 30px); */
    /* margin: 15px; */
    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: 2px 2px 10px #000000;
}

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

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

.pills-tag {
    border: 1px solid #13124d;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
}

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

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

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

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

.nav-new-link-list li {
    margin-top: 0 !important;
    padding-top: 10px;
    padding-bottom: 10px;
    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: 190px;
}

.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: 190px;
}


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

.arrow-circle .owl-theme .owl-nav button {
    height: 30px;
    width: 30px;
    background-color: white;
    border-radius: 50px;
    border: 1px solid #000;
}

.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: 13px;
}

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

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

.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: 5px;
    padding-right: 5px;
}

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

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

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

.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: -16px;
    left: -36px;
    width: 75%;
}

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

.dotted {
    height: 15px;
    width: 15px;
    background-color: #8bc34a;
    border-radius: 50px;
    flex-shrink: 0;
}

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

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

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

.custom-btn-close {
    height: 30px;
    width: 30px;
    background-color: white;
    border-radius: 50%;
    margin: 10px;
    opacity: 1;
}

.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(--main-dark-custom));
    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: 100px;
    overflow: hidden;
    position: relative;
}

.prog-img-5 {
    height: 200px;
    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: 40px;
    width: 40px;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 999;
    top: 130px;
    border: 1px solid #ebebeb;
    right: 30px;
}

.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: #000;
}

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

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

.text-shadow-red {
    text-shadow: 1px 1px #c70039;
}

.box-experience {
    height: 400px;
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 15px;
}


/* .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: 200px;
    /* 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 40px -8px rgb(0 0 0 / 16%), 0 0 24px -16px rgb(0 0 0 / 16%);
    z-index: 1;
}

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

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

.thick-border {
    border: 2px solid #d4d4d4;
}

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

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

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

.line-media {
    border-left: 1px solid #acacac;
    height: 85%;
    position: absolute;
    left: 30px;
    top: 10px;
}


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

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

.course-online-badge {
    background: url(../images/cert-bg.svg) no-repeat 0;
    width: 79px;
    position: absolute;
    z-index: 1;
    right: 16px;
    padding-right: 15px;
    top: 30px;
    font-family: var(--font-family-bold);
    font-size: 13px;
}

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

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

.country-list-view li {
    padding: 7px;
    border-radius: 8px;
    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: 15px;
}

.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: -1px;
}

.dropdown-size .dropdown-item {
    padding-bottom: 10px;
    padding-top: 10px;
    border-radius: 10px;
    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: 35px;
}

.icon-height-2 {
    height: 50px;
}

.custom-tab.nav-pills .nav-link {
    color: #6d7b08;
    width: 100%;
    border-radius: 0px;
    font-size: 14px;
    background-color: #e6e6e6;
    font-family: var(--font-family-medium);
    transition: all 0.5s ease-in;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

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

.custom-tab.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #121b32;
    padding-left: 50px;
    padding-right: 50px;
}

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


/* .scorm-container{
      padding-top: 50px;
      padding-bottom: 50px;
  } */

.course-list .dropdown-item {
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 15px;
    white-space: inherit;
}

.margin-bottom-100 {
    margin-bottom: 100px;
}

.icon-size {
    height: 40px;
    transition: all 0.5s ease-in;
}

.icon-size:hover {
    opacity: 0.8;
    height: 45px;
}

.icon-size-2 {
    height: 30px;
}

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

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

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

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

.modal {
    backdrop-filter: blur(5px);
    z-index: 9999;
}

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


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

.arrow-rotate {
    transform: rotate(-90deg);
    width: 13px;
}

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

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

.course-link li {
    padding: 7px;
    margin-bottom: 0px;
    border-radius: 8px;
}

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

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

.prog-card-body h4 {
    font-size: 1.25rem;
    line-height: 25px;
    font-weight: 700;
}

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

.dropdown-size {
    min-width: 250px;
    border-radius: 10px;
    border: 0px;
    padding: 15px !important;
}

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

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

.nav-lms-list {
    gap: 20px;
}

.fa-big {
    height: 30px;
    width: 30px;
}

.course-lecture-title-line-height {
    line-height: 30px;
}

.course-list-outline {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

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

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

.lect-item {
    padding: 10px;
    border-radius: 8px;
}

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

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

.arrow-box {
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffc107;
    position: absolute;
    left: 233px;
    top: 37px;
    z-index: 9999;
    cursor: pointer;
}

.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: 600px;
}

.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: 20px;
}

.gap-5px {
    gap: 5px;
}

.gap-10 {
    gap: 10px
}

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

.hidden {
    display: none;
}

.logo-dash {
    height: 120px;
}

.sm-btn {
    padding: 10px;
    border: 1px solid #f3f3f3;
    border-radius: 8px;
    font-size: 11px;
    background-color: #fafafa;
}

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

.btn-list-sm li {
    margin-bottom: 10px;
}

.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: #35c759 !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: 10px;
}

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

.swiper {
    width: 600px;
    height: 345px;
}

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

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

.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: 45px;
}

.pt-100 {
    padding-top: 100px;
    margin-top: -1px;
    margin-bottom: -1px;
}

.pb-100 {
    padding-bottom: 100px;
    margin-top: -1px;
    margin-bottom: -1px;
}

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

.form-absolute {
    width: 300px;
    right: 30px;
    bottom: 10px;
    position: fixed;
    z-index: 13;
}

.form-card {
    background-color: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 8px !important;
}

.hero-indicator.carousel-indicators [data-bs-target] {
    border-radius: 20px;
    width: 30px;
    height: 8px;
    border-top: unset;
    border-bottom: unset;
    background-color: #333;
}

.hero-indicator.carousel-indicators .active {
    opacity: 1;
    width: 30px;
    border-radius: 20px;
    background-color: var(--green);
}

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

.carousel-indicators .active {
    opacity: 1;
    width: 30px;
    border-radius: 20px;
}

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

.note-container {
    height: 300px;
    overflow: auto;
    padding: 20px;
}


/* 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: 250px;
    border: 1px solid #f1f1f1;
    perspective: 1000px;
    /* Remove this if you don't want the 3D effect */
}

.flip-card-height {
    height: 400px !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: #000;
    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: 500px;
    background-image: url(../images/banner-view-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-attachment: fixed;
}

.btn-absolute {
    position: absolute;
    bottom: 25px;
    left: 20px;
    right: 20px;
}

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

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

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

.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-4 .box-title-text,
.color-4 h3 {
    color: #ffe4dd;
}

.icon-invert-1 {
    height: 50px;
    filter: invert(1);
    margin-bottom: 10px;
}

.overlap-num {
    position: absolute;
    font-size: 7rem;
    top: -45px;
    left: -15px;
    z-index: 1;
    color: #ddd;
}

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

.custom-tab.nav-pills {
    gap: 15px;
}

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

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


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

.review-carousel .card {
    background-color: var(--main-secondary);
    color: #fff;
}

.list-sm {
    font-size: 13px;
}

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

.box-tab {
    height: 500px;
    overflow: hidden;
    position: relative;
}

.box-tab-2 {
    height: 150px;
    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: 50px;
    width: 50px;
}

.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: 20px;
    border-top-right-radius: 20px;
}

.border-short {
    border-bottom: 3px solid var(--green);
    border-radius: 10px;
}


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

.table>tbody>tr>td {
    vertical-align: middle;
}

.table> :not(caption)>*>* {
    padding: 1rem;
    border-bottom-width: 0px;
}

.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: 50px;
}

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

.color-5 {
    color: #ff8466;
}

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

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

.info-box-title {
    height: 30px;
    width: 100%;
    border-radius: 8px;
    background-color: lightseagreen;
}

.position-assign-icon {
    position: absolute;
    height: 20px;
    width: 20px;
    top: 10px;
    right: 10px;
    border-radius: 50px;
}


/* .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: 1px solid #ececec !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.edit-icon {
    height: 40px;
    width: 40px;
    background-color: #d2d2d2;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.blur-2 {
    filter: blur(2px);
}

.nav-tabs .nav-link {
    font-size: 14px !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: 16px !important;
}

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: #000;
    background-color: var(--green);
    border-color: var(--green);
}

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

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

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

.profile-info-accord .accordion-button {
    /* border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important; */
}

.webinar-height {
    height: 300px !important;
}

.logo-id {
    height: 70px;
}

.prog-img-cart {
    height: 100px;
    width: 100px;
    overflow: hidden;
    position: relative;
}

.logo-qr {
    height: 50px;
}

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

.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: 1px solid #ccc;
    color: var(--main-secondary);
}

#toggleDiv {
    display: none;
}

.logo-box {
    height: 100px;
    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: 1px solid #dee2e6;
}

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

.border-bottom-left-8 {
    border-bottom-left-radius: 8px;
}

.border-top-left-8 {
    border-top-left-radius: 8px;
}

.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: 0px;
    border-bottom: 2px 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: 15px;
    z-index: 99;
    left: 10px;
}

.text-outline-xs .list-sm {
    font-size: 12px;
}

.box-purchase-courses {
    height: 250px;
    overflow: auto;
    padding: 20px;
    background-color: #f1f1f1;
}

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

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

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

.main-content-2 {
    margin-top: 70px;
}

.custom-nav-circle {
    height: 35px;
    background: var(--green);
    width: 35px;
    border-radius: 50px;
    opacity: 1;
}

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

.content-box-img-container {
    height: 550px;
    overflow: hidden;
    position: relative;
    border-radius: 16px !important;
}

.info-pb {
    padding-bottom: 120px;
}

.contact-us-card {
    box-shadow: 0px 41px 49px 0px rgba(0, 0, 0, 0.03);
}

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

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

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

.fixed-nav a {
    font-size: 9px;
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: center;
    padding-right: 5px;
    padding-left: 5px;
    border-bottom: 1px solid #ccc;
    transition: all ease-in 0.3s;
}

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

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

.floating-text-on-certificate {
    position: absolute;
    width: 40%;
    top: 60px;
    left: 30px;
}

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

.tag-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.tag-badge li {
    font-size: 11px;
    background-color: #ececec;
    color: #000;
    padding: 5px 15px;
    border-radius: 50px;
}

.circle-num {
    height: 100px;
    width: 100px;
    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: 15px;
}

.circle-num-2 {
    height: 60px;
    width: 60px;
    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: 15px;
}

.img-box-2 {
    height: 300px;
    overflow: hidden;
    position: relative;
}

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

.country-flag {
    height: 35px;
    width: 35px;
    overflow: hidden;
    position: relative;
    border-radius: 50px;
    border: 2px solid #fff;
}

.main-lms-container.main-content {
    position: relative;
    padding-top: 130px !important;
    padding-bottom: 10px;
    margin-top: 0px;
}

.float {
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 40px;
    left: 30px;
    background-color: var(--main-secondary);
    color: #fff;
    border-radius: 10px;
    text-align: center;
    box-shadow: 2px 2px 3px #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: 30px;
    padding-bottom: 10px;
    bottom: 60px;
    z-index: 100;
    padding-left: 0;
}

.float-response li {
    list-style: none;
    margin-bottom: 10px;
}

.float-response li a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #c70039; */
    background-color: #b7bbd1;
    color: var(--main-secondary);
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #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: 17px;
    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: 0px;
}

.clip .words-wrapper::after {
    content: "";
    position: absolute;
    top: 10%;
    right: 0;
    width: 6px;
    height: 80%;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: var(--main-secondary);
}

.clip b {
    opacity: 0;
}

.clip b.is-visible {
    opacity: 1;
}

.headline__title {
    font-size: 1.5rem;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    font-weight: 400;
    /* line-height: 2.9; */
    text-transform: uppercase;
    color: #c70039;
}

.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(10px);
}

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

.logo-grid li {
    padding: 20px 20px
}

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

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

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

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

.img-box-4 {
    height: 600px;
    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: 2px 10px 15px #1f1f1f;
}

.highlight-list li {
    margin-bottom: 15px;
}

.description-box .show-more-height {
    height: 750px;
    overflow: hidden;
}

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

.carousel-image-box {
    height: 600px;
    position: relative;
    overflow: hidden;
}

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

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

.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: transparent;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-button {
    background-color: #ededed;
}

.accordion-button:not(.collapsed) {
    color: var(--main-secondary) !important;
    background-color: #ededed;
    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: 12px;
  } */

.letter-space {
    letter-spacing: 0.1rem;
    font-size: 12px;
}

.letter-space-2 {
    font-weight: 700;
    letter-spacing: 0.1rem;
    font-size: 14px;
}

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

.progress {
    border-radius: 50px;
}

.main-chart {
    position: relative;
    display: inline-block;
    width: 110px;
    height: 110px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    color: #515151;
}

.percent {
    display: inline-block;
    line-height: 110px;
    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: 13px !important;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}

#radial {
    width: 300px;
    margin: 0 auto;
}

.navbar-dark .navbar-nav .main-mega .nav-link {
    color: #000;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #dedede;
    border-radius: 0px !important;
}

.main-mega.nav-pills .nav-link.active,
.main-mega.nav-pills .show>.nav-link {
    color: #121b32 !important;
    background-color: transparent !important;
    border-radius: 0px;
    font-weight: 700;
}

.navbar-link .main-mega .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar-dark .navbar-nav .main-mega .show>.nav-link {
    color: #000 !important;
}

.mega-height {
    height: 500px;
    overflow-y: auto;
    flex-wrap: nowrap;
}

.d-grid {
    display: grid;
    grid-template-columns: auto 2fr;
    grid-gap: 20px;
}

.underline-red-text {
    border-bottom: 1px solid red;
    /* display: initial; */
    width: 125px;
    padding-bottom: 10px;
}

.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: 2px;
    /* Space between grid items */
    height: 100%;
}

.country-list li {
    margin-bottom: 15px;
}

.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: 300px;
    overflow: hidden;
    position: relative;
}

.button-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    margin-top: 15px;
}

.button-item li {
    /* border: 1px solid var(--main-dark-custom); */
    padding: 1px 15px;
    border-radius: 50px;
    background: #35c7598c;
    font-weight: 500;
    letter-spacing: 0.1rem;
    /* transform: scale(1.5); */
    text-transform: uppercase;
    font-size: 9px;
}

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

.link-linkedin {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
}

.link-linkedin img {
    height: 35px;
}

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

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

.preview-box {
    height: 230px;
    width: 100%;
    overflow: hidden;
}

.profile-team {
    border-radius: 10px;
    height: 600px;
    overflow: hidden;
    position: relative;
}

.profile-size {
    height: 150px;
    width: 150px;
    margin: 0 auto;
}

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

@keyframes bot-to-top {
    0% {
        bottom: -60px;
    }

    50% {
        bottom: 40px;
    }
}

@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: 768px) {
    .inner-box {
        padding: 0;
    }

    .profile-team {
        border-radius: 10px;
        height: 400px;
        overflow: hidden;
        position: relative;
    }

    .profile-size {
        height: 80px;
        width: 80px;
        margin: 0 auto;
    }

    .image-height {
        height: 350px;
    }

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

    .indicator-card {
        bottom: -50px;
    }

    .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: 11px !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 {
        max-height: 400px;
        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: 50px;
    }

    .content-box-img-container {
        height: 250px;
        overflow: hidden;
        position: relative;
        border-radius: 16px !important;
    }

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

    .main-content-2 {
        margin-top: 50px;
    }

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

    /* .ft-step-text{
          display: none;
      } */
    .custom-tab.nav-pills.g-0 {
        gap: 15px !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: 130px !important;
        overflow: hidden;
        position: relative;
    }

    .gap-sm-20 {
        gap: 20px;
    }

    .box-tab {
        height: 300px;
        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: 14px;
        border-bottom: unset;
    }

    .padding-right-100 {
        padding-right: 100px !important;
    }

    .padding-left-100 {
        padding-left: 100px !important;
    }

    /* .carousel-indict-dot{
          right: -250px ;
      } */
    .logo-dash {
        height: 75px;
    }

    .course-thumb {
        height: 75px;
        width: 75px;
        overflow: hidden;
        position: relative;
    }

    .navbar-link .nav-link {
        padding-top: 15px;
        /* padding-bottom: 15px; */
    }

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

    .prog-img-5 {
        height: 150px;
    }

    .arrow-box {
        display: none;
    }

    .course-list-outline {
        display: flex;
        flex-direction: row;
        gap: 20px;
        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: 100px;
        width: 100px;
        border-radius: 15px;
    }

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

    .testimonial-carousel .card {
        border-radius: 15px;
    }

    .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: 14px;
        border-bottom: 1px solid #e8e8e8;
    }

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

    .submenu-mobile {
        margin: 10px;
        border: 0px;
    }

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

    .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: 200px;
        position: relative;
        overflow: hidden;
    }

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

    .prog-img-2 {
        height: 270px;
    }

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

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

    .navbar-content-list .nav-link {
        line-height: 25px;
    }

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

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

    .tabs-programme .nav-pills.rounded-pill {
        border-radius: 5px !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: 3rem;
        /* font-weight: 700; */
    }

    .hero-padding-top-mobile {
        padding-top: 100px;
    }

    .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: 15px;
    }

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

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

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

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

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

    .tag-absolute {
        position: absolute;
        top: 15px;
        background: white;
        padding: 5px 10px;
        border-radius: 50px;
        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: 100px;
        /* height: 140px; */
        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: -10px;
    }

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

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

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

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

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

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

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

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

    .arrow-move-lms.carousel-control-prev {
        top: unset;
        bottom: -5px;
        height: 50px;
    }

    .arrow-move-lms.carousel-control-next {
        top: unset;
        bottom: -5px;
        height: 50px;
    }

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

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

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

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

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

    .new-slide-height {
        min-height: 600px;
    }

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

    .content-spacer .container-fluid {
        padding-left: 100px;
        padding-right: 100px;
    }

    .contact-row {
        margin-top: -380px;
    }

    .prog-img-box {
        height: 205px !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;
    }

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        padding-left: 30px;
        padding-right: 30px;
    }

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

    .border-end-lg {
        border-right: 1px solid #e8e8e8;
    }

    .arrow-move.carousel-control-prev {
        left: -80px;
    }

    .arrow-move.carousel-control-next {
        right: -75px;
    }

    .arrow-move-lms.carousel-control-prev {
        left: 0px;
        height: 50px;
    }

    .arrow-move-lms.carousel-control-next {
        right: 0px;
        height: 50px;
    }

    .home-tab-size {
        width: 300px;
    }

    .carousel-indict-dot {
        bottom: -70px !important;
    }

    /* .home-tab-img-size{
          height: 200px;
      } */
    .custom-w-60 {
        width: 60vw !important;
    }

    .logo-divider {
        border-bottom: 1px 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: -30px;
    }

    .container-fluid {
        padding-left: 60px;
        padding-right: 60px;
    }

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

    .border-top-right-radius-20 {
        border-top-right-radius: 20px;
    }

    .border-bottom-right-radius-20 {
        border-bottom-right-radius: 20px;
    }

    .border-top-left-radius-20 {
        border-top-left-radius: 20px;
    }

    .border-bottom-left-radius-20 {
        border-bottom-left-radius: 20px;
    }

    .border-top-right-radius-8 {
        border-top-right-radius: 8px !important;
    }

    .border-bottom-right-radius-8 {
        border-bottom-right-radius: 8px !important;
    }

    .border-top-left-radius-8 {
        border-top-left-radius: 8px !important;
    }

    .border-bottom-left-radius-8 {
        border-bottom-left-radius: 8px !important;
    }

    .border-right-green {
        border-right: 2px solid var(--green);
    }

    .mt__30 {
        margin-top: -30px;
    }

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

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

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

    .drop-height-scroll {
        height: 400px;
        overflow: auto;
    }

    .dropdown-size {
        width: 200px;
        border-radius: 10px;
        border: 0px;
        padding: 15px;
    }

    .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;
    }

    .vh-lg-100 {
        height: 100vh !important;
    }

    .navbar-vertical.navbar-expand-lg.show {
        border-radius: 0;
        max-width: 280px;
    }
}

@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .has-megamenu .nav-link {
        color: var(--main-secondary);
        font-size: 14px;
    }

    .navbar-dark .navbar-nav .nav-link {
        color: var(--main-secondary);
        font-size: 14px;
    }

    .navbar-link .nav-link {
        padding-top: 15px;
        /* padding-bottom: 15px; */
    }

    .navbar-dark .navbar-nav .nav-link:hover {
        color: var(--main-secondary);
    }

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

    .img-partner-box-2 {
        height: 40px;
    }
}

@keyframes smoothmove {
    0% {
        margin: 0;
    }

    25% {
        margin-left: -10px;
        margin-top: 2px;
    }

    50% {
        margin-left: 0;
        margin-top: 10px;
    }

    75% {
        margin-left: 10px;
        margin-top: 6px;
    }

    100% {
        margin: 0;
    }
}

@media screen and (max-width: 768px) {
    .main-mega-container.navbar-dark .navbar-nav .main-mega .nav-link {
        color: #000 !important;
    }

    .navbar-dark .navbar-nav .nav-link {
        color: var(--main-secondary) !important;
        font-size: 14px;
        border-bottom: 1px solid #e8e8e8;
    }
}