/* 
@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: "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;
}

:root {
    --main-text-custom: #333;
    --main-dark-custom: #373a45;
    --main-secondary: #0d7b3c;
    --main-tertiary: #f3f2f0;
    --main-yellow: #ffcd03;
    --green: #1ac798;
}

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

body {
    font-family: "Inter", Arial, Helvetica, sans-serif;
    color: var(--main-text-custom);
    font-size: 0.9rem;
    overflow-x: hidden;
    background-color: #fff;
    line-height: 1.7;
    font-weight: 300;
}

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

.bg-red {
    background-color: #e91e63;
}

.text-red {
    color: #e91e63;
}

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

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

.btn {
    border-radius: 8px;
}

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

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

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

.main-nav-link .nav-link {
    color: #000;
}

.main-nav-link {
    gap: 15px;
}

.drop-menu .dropdown-item {
    padding: 0.9rem 1rem;
}

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

.cta {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

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

.navbar-content-list .nav-link {
    font-family: "Inter", Arial, Helvetica, sans-serif;
    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 0.4s;
    line-height: 4rem;
}

.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-green-50 {
    background-color: #1ac799a4;
}

.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-warning-50 {
    background-color: rgba(255, 193, 7, 0.5);
}

.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: #0dde66 !important;
}

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

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

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

.btn-custom-color-1:hover {
    background-color: var(--main-yellow);
    color: var(--main-text-custom);
}

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

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

.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: white;
    border: 1px solid var(--main-text-custom);
    color: var(--main-text-custom);
}

.btn-custom-color-1-outline {
    background-color: #fff;
    border: 1px solid var(--main-text-custom);
    color: var(--main-text-custom);
}

.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: "Inter", Arial, Helvetica, sans-serif !important;
    font-weight: 700;
}

.text-medium {
    font-family: "Inter", Arial, Helvetica, sans-serif !important;
    font-weight: 500;
}

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

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

.font-3 {
    font-size: 3rem;
}

.ft-custom-hero-4 {
    font-size: 5rem;
}

.ft-custom-hero-3 {
    font-size: 6rem;
}

.ft-normal-2 {
    font-size: 1.1rem;
}

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

.owl-carousel .owl-stage {
    display: flex;
}

.star-fill {
    fill: goldenrod;
    color: goldenrod;
}

.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: 50px;
    padding-bottom: 50px;
    /* background-color: var(--main-dark-custom);
    color: white; */
}

.hero-section h1 {
    font-family: "Inter", Arial, Helvetica, sans-serif !important;
    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: red;
}

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

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

.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: scale(1.1);
    z-index: 1;
} */

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

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

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

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

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

.img-holder {
    height: 350px;
    position: relative;
    overflow: hidden;
}

.logo-holder {
    height: 50px;
    overflow: hidden;
    position: relative;
}

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

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

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

.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-area .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #19c798;
    border: none;
    border-radius: 8px;
    font-weight: 700;
}

.tabs-area .nav-pills .nav-link {
    color: #fff;
    border-radius: 0px;
}

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

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

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

/* .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%, rgb(226 224 0 / 31%) 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%);
}

.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: 40px;
    width: 40px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

.profile-img-size-2 {
    height: 80px;
    width: 80px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

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

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

.footer-list li a {
    color: #000 !important;
}

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

.footer-social-icon a {
    color: #fff !important;
    height: 35px;
    display: block;
    width: 35px;
    /* background: var(--main-secondary);
    border-radius: 50px; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-social-icon .feather {
    fill: black;
}

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

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

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

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

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

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

.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: "Inter", Arial, Helvetica, sans-serif !important;
    font-weight: 700;
}

.custom-button input[type="checkbox"]:checked+label {
    background: #000;
    color: #fff;
    border-radius: 4px;
    font-family: "Inter", Arial, Helvetica, sans-serif !important;
    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; */
    height: 100vh;
}

.split-grid-version-2 {
    display: grid;
    grid-template-columns: 1fr;
    /* height: calc(100vh - 30px); */
    /* margin: 15px; */
    /* padding-top: 100px; */
}

.split-grid-version-2 .split-grid-1 {
    padding-top: 100px;
}

.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: 0.9999rem;
}

.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: space-between;
    align-items: center;
    position: relative;
    top: -220px;
}

.arrow-circle .owl-theme .owl-nav button {
    height: 40px;
    width: 40px;
    background-color: white;
    border-radius: 50px;
}

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

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

.prog-img-box {
    min-height: 150px;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.voting-img {
    position: absolute;
    bottom: -14px;
    left: 10%;
    width: 60%;
}

.num-circle {
    height: 30px;
    width: 30px;
    border-radius: 50px;
    background-color: var(--main-yellow);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}

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

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

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

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

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

.bg-main {
    background-color: #063142 !important;
}

.video-main-container-2 {
    height: 100vh;
}

.main-nav-link .nav-item {
    line-height: 40px;
}

.main-nav-link .nav-item:hover {
    border-bottom: 5px solid var(--green);
}

.main-nav-link .nav-item .nav-link.active {
    border-bottom: 5px solid var(--green);
}

.main-nav-link .drop-menu .dropdown-item {
    padding: 0.3rem 1rem;
    line-height: 2;
    font-weight: 300;
    font-size: 0.9rem;
}

.title-xl {
    -webkit-text-stroke: 1px #000 !important;
    text-stroke: 1.5px #000 !important;
    color: transparent !important;
    text-transform: none;
    font-style: normal;
}

#vmap {
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    margin: 0 auto;
}

.jqvmap-zoomin,
.jqvmap-zoomout {
    display: none;
}

.add-nav-text.main-nav .main-nav-link .nav-link {
    color: #000 !important;
}

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

.logo-new {
    height: 50px;
}

.bg-main-2 {
    background: #0c7b3c;
    color: #fff;
}

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

/* .overlay-hero {
  background-image: linear-gradient(#010f11, rgba(0, 0, 0, 0.4));
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
} */

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

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

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

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

.circle-icon {
    height: 40px;
    width: 40px;
    background-color: var(--main-yellow);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}

#myBtn {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Fixed/sticky position */
    bottom: 20px;
    /* Place the button at the bottom of the page */
    right: 30px;
    /* Place the button 30px from the right */
    z-index: 99;
    /* Make sure it does not overlap */
    border: none;
    /* Remove borders */
    outline: none;
    /* Remove outline */
    background-color: red;
    /* Set a background color */
    color: white;
    /* Text color */
    cursor: pointer;
    /* Add a mouse pointer on hover */
    padding: 15px;
    /* Some padding */
    border-radius: 50px;
    /* Rounded corners */
    font-size: 15px;
    /* Increase font size */
}

#myBtn:hover {
    background-color: #555;
    /* Add a dark-grey background on hover */
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0dde66;
    border-radius: 10px;
}

.cookie-container {
    display: flex;
    align-content: center;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background: #1ac798;
    color: #333;
    position: fixed;
    bottom: 0;
    font-size: 0.9rem;
    gap: 2rem;
    opacity: 1;
    visibility: visible;
    flex-wrap: wrap;
    z-index: 999;
    font-weight: 500;
}

.cookie-container.hide {
    opacity: 0;
    visibility: hidden;
}

.cookie-container a {
    color: #fff;
}

.cookie-container a:hover {
    color: #fff;
}

.cookie-container .cookie-text {
    flex: 8 768px;
}

.cookie-container .agree {
    flex: 1 150px;
    text-align: center;
}

.agree button {
    background: var(--button-background);
    color: var(--button-text);
    border: none;
    padding: 0.4rem 1.2rem;
    cursor: pointer;
    border-radius: 20px;
    font-size: 1rem;
}

.agree button:hover {
    background: var(--button-background-hover);
    color: var(--white-text);
}

.owl-nav {
    margin-left: -50px;
    margin-right: -50px;
}

/* Blog */

.truncate-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.row.eq-height {
    display: flex;
    flex-wrap: wrap;
}

.row.eq-height>[class*='col-'] {
    display: flex;
    flex-direction: column;
}

.blog-item a,
.blog-item a:active,
.blog-item a:focus {
    color: #575a7b;
    text-decoration: none;
    transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -ms-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}

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

@media screen and (max-width: 768px) {
    .box-main-container {
        position: relative;
        overflow: hidden;
        height: 300px;
    }
    .logo-new {
        height: 40px;
    }
    .inner-box {
        padding: 0;
    }
    .main-nav-link .nav-item {
        line-height: unset;
    }
    .merge-container {
        display: none;
    }
    .cross-line {
        opacity: 0;
    }
    .voting-img {
        display: none;
    }
    .ft-custom-hero,
    .ft-custom-hero-3 {
        font-size: 2rem;
    }
    .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-area .nav-pills .nav-link {
        background: #ececec;
        color: #000;
        border-radius: 10px;
    }
    .tabs-area .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-2 {
        display: none !important;
    } */
    .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;
    }
    .video-main-container-2 {
        height: 100%;
    }
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    .bg-main-sm {
        background-color: #063142 !important;
    }
    .map-container {
        display: none;
    }
    .main-nav-link .nav-link {
        color: #000;
    }
    .layout-banner {
        height: 500px;
    }
    .main-content {
        position: relative;
        margin-top: 70px;
    }
    .split-grid-version-2 .split-grid-1 {
        padding-top: 0px;
    }
}

@media screen and (min-width: 991px) {
    .custom-w-80 {
        width: 80vw;
    }
    .ft-3 {
        font-size: 1.3rem;
    }
    .container-fluid {
        padding-left: 100px;
        padding-right: 100px;
    }
    .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-right-green {
        border-right: 2px solid var(--green);
    }
    .mt__30 {
        margin-top: -30px;
    }
}

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