@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');

@font-face {
    font-family: Hind Siliguri;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/hind-siliguri/hind_siliguri_regular.woff) format('woff');
}

@font-face {
    font-family: Hind Siliguri;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/hind-siliguri/hind_siliguri_medium.woff) format('woff');
}

@font-face {
    font-family: Hind Siliguri;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/hind-siliguri/hind_siliguri_semi_bold.woff) format('woff');
}

@font-face {
    font-family: Hind Siliguri;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/hind-siliguri/hind_siliguri_bold.woff) format('woff');
}

*,
:after,
:before {
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

:root {
    --bs-primary: #009b5d;
    --bs-secondary: #008952;
    --bs-light: #f6f7f9;
    --bs-dark: #2d3941;
    --bs-text: #787878;
    --bs-border: #e9e9e9;
}

body {
    margin: 0px;
    color: var(--bs-text);
    background-color: var(--bs-light);
    overflow-x: hidden;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent;
    min-height: 100vh;
    font: 400 1em Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
    line-height: 1.6;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-weight: 700;
    color: var(--bs-dark);
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
}

a:hover,
a {
    color: inherit;
    text-decoration: none;
    transition: all 0.2s ease;
}

.form-control:focus {
    border-color: #b3bdc0;
    box-shadow: none;
}

.py-5px {
    padding-top: 5px;
    padding-bottom: 5px;
}

.text-primary {
    color: var(--bs-primary) !important;
}

.text-secondary {
    color: var(--bs-secondary) !important;
}

.bg-dark {
    background-color: var(--bs-dark) !important;
}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-primary {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.btn-primary:hover {
    background-color: var(--bs-secondary);
    border-color: var(--bs-secondary);
}

.form-select:focus,
.form-control:focus,
.btn-check:focus+.btn,
.btn:focus {
    box-shadow: none;
}

.scrollTop {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 350;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--bs-secondary);
    color: var(--bs-white);
    font-size: 14px;
    opacity: 0;
    pointer-events: none;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateY(100%);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 10px 10px 20px -10px rgb(155 32 144 / 60%);
}

.scrollTop:hover {
    color: var(--bs-white);
    background-color: rgba(0, 0, 0, 0.5);
}

.scrollTop.show {
    opacity: 1;
    transform: none;
    pointer-events: visible;
}

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

.text-sm {
    font-size: 14px;
}

.text-normal {
    font-size: 16px;
}

.text-lg {
    font-size: 18px;
}

.text-xl {
    font-size: 26px;
}

.form-control {
    border: 1px solid #b3bdc0;
    padding: 0.3rem 0.75rem;
    min-height: 40px;
    font-size: 14px;
}

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

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.text-truncate-2,
.text-truncate-1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
}

.text-truncate-2 {
    -webkit-line-clamp: 2;
}

.bs-tooltip-auto[data-popper-placement^='top'] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^='bottom'] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^='left'] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
    display: none;
}

.tooltip-inner {
    background: var(--bs-dark);
    border-radius: 8px;
    font-size: 12px;
    padding: 5px 10px;
    z-index: 8;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    padding-right: var(--bs-gutter-x, 1.5rem);
    padding-left: var(--bs-gutter-x, 1.5rem);
}

/*** ========== Header css ========== ***/
.header {
    align-items: center;
    background: var(--bs-white);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
    display: flex;
    height: 72px;
    position: relative;
    z-index: 99 !important;
}

.header.sticky {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    animation: 200ms ease-in-out 0s 1 normal none running fadeInDown;
    z-index: 997;
}

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

    100% {
        opacity: 1;
        transform: translateZ(0px);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0px, -100%, 0px);
    }

    100% {
        opacity: 1;
        transform: translateZ(0px);
    }
}

.intercom-lightweight-app-launcher {
    position: fixed;
    z-index: 2147483003;
    padding: 0 !important;
    margin: 0 !important;
    border: none;
    bottom: 20px;
    right: 20px;
    max-width: 48px;
    width: 48px;
    max-height: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--bs-primary);
    cursor: pointer;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.06),
        0 2px 32px 0 rgba(0, 0, 0, 0.16);
    transition: transform 167ms cubic-bezier(0.33, 0, 0, 1);
    box-sizing: content-box;
}

.intercom-lightweight-app-launcher-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 48px;
    transition: transform 100ms linear, opacity 80ms linear;
}

.intercom-lightweight-app-launcher-icon-open {
    opacity: 1;
    transform: rotate(0deg) scale(1);
}

.intercom-lightweight-app-launcher-icon-open svg {
    width: 24px;
    height: 24px;
}

.intercom-lightweight-app-launcher-icon-open svg path {
    fill: rgb(255, 255, 255);
}

.header__search-input button {
    background: #5d676e;
    border: 1px solid #5d676e;
    height: 36px;
    padding: 0;
    width: 38px;
    padding-bottom: 4px;
}

.header-wrap {
    display: flex;
    align-items: center;
}

.header__search-input {
    width: 280px;
}

.header-wrap .logo {
    margin-right: 20px;
}

.header .header__nav {
    padding-left: 24px;
}

.nav .nav__item {
    display: inline-block;
    position: relative;
}

.nav__item--dd a {
    padding-right: 20px;
}

.nav .nav__item>a {
    color: #465159;
    display: inline-block;
    font-size: 14px;
    margin-right: 28px;
    position: relative;
    transition: all 0.2s ease-in;
}

.nav .nav__item>a>.arrow {
    color: #888;
    margin-left: 3px;
}

.header .header__nav>.for-desktop>.nav__item>a {
    margin-right: 0;
    text-align: center;
    padding: 20px 20px 20px 0;
    display: block;
}

.auth-area {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.shine {
    border: 0;
    overflow: hidden;
    position: relative;
    transition: 0.6s;
}

.auth-area .login-button {
    color: var(--bs-primary);
    margin-right: 20px;
    font-size: 14px;
    font-weight: 700;
}

.auth-area .login-button:hover {
    color: var(--bs-secondary);
}

.head__u-register {
    background: var(--bs-primary);
    border-radius: 8px;
    color: var(--bs-white);
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 25px 10px;
}

.shine:focus,
.shine:hover {
    background: var(--bs-secondary);
    cursor: pointer;
}

.head__u-register:hover {
    color: var(--bs-white);
    background-color: var(--bs-secondary);
}

.shine:before {
    background: hsla(0, 0%, 100%, 0.8);
    filter: blur(30px);
    left: 0;
    opacity: 0.5;
    width: 34px;
}

.shine:after,
.shine:before {
    content: '';
    display: block;
    height: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    transform: translateX(-100px) skewX(-15deg);
}

.shine:hover:before {
    opacity: 0.6;
}

.shine:hover:after,
.shine:hover:before {
    transform: translateX(230px) skewX(-15deg);
    transition: 0.7s;
}

.nav__dd {
    background: var(--bs-white);
    border-radius: 12px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    padding: 5px 20px 5px;
    position: absolute;
    top: calc(100% + 15px);
    width: 405px;
    max-height: calc(100vh - 70px);
    z-index: 9999;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.header .header__nav>.for-desktop>.nav__item:hover .nav__dd {
    visibility: visible;
    opacity: 1;
}

.nav__dd::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 100%;
    height: 20px;
    pointer-events: none;
    width: 100%;
}

.nav__dd.nav__dd--career h4,
.nav__dd.nav__dd--cats h4 {
    color: #b3bdc0;
    font-size: 12px;
    line-height: 1.5em;
    margin-bottom: 8px;
    padding: 0 14px;
    text-transform: uppercase;
}

.nav__cats.nav__cats--underline a {
    display: block;
}

.nav__cats .nav__parent.open,
.nav__cats .nav__parent:hover {
    background: #f5f7f8;
    color: #0094c9;
    transition: all 0.3s ease-in;
}

.nav__cats .nav__parent:before {
    background: rgba(1, 108, 148, 0.4);
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    content: '';
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease-in;
    width: 4px;
}

.nav__cats .nav__parent.open:before,
.nav__cats .nav__parent:hover:before {
    opacity: 1;
}

.nav__cats .nav__parent span {
    font-size: 12px;
    font-weight: 400;
    margin: 0 15px 0 20px;
}

.nav__cats .nav__parent-categories .nav__parent span {
    margin-left: 0;
}

.nav__cats.nav__cats--underline {
    margin-bottom: 24px;
    padding-bottom: 10px;
    position: relative;
}

.nav__cats.nav__cats--underline:after {
    background: #eaeff4;
    bottom: 0;
    content: '';
    height: 1px;
    left: 10px;
    position: absolute;
    width: calc(100% - 20px);
}

.nav__flex {
    display: flex;
    justify-content: space-between;
}

.nav__flex a {
    color: #007646;
    font-size: 12px;
    font-weight: 500;
    padding-right: 10px;
}

.mCSB_container {
    height: auto;
    overflow: hidden;
    width: auto;
}

.nav__cats .nav__cat-par {
    display: block;
    padding-right: 3px;
}

.nav__cats .nav__parent {
    align-items: center;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    overflow: hidden;
    padding: 13px 0 13px 15px;
    position: relative;
}

.nav__dd.nav__dd--cats .nav__cats.nav__cats--arrows .nav__parent {
    height: 64px;
    padding: 11px 0 13px 15px;
}

.nav__cats .nav__parent>span {
    color: #9fa4a8;
    font-size: 12px;
}

.nav__parent-img {
    background-color: #f3f6f7;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 35px;
    border-radius: 100%;
    height: 36px;
    margin-right: 12px;
    width: 36px;
    margin-left: 0;
}

.nav__dd h5 {
    color: #2a3545;
}

.nav__dd .nav__parent .course-amount {
    color: #5d676e;
    margin: 0 !important;
}

.nav__dd .nav__parent:hover .course-amount {
    font-weight: 500;
}

.nav__dd .nav__cats .nav__parent:hover h5 {
    font-weight: 500;
}

.nav__parent h5 {
    font-size: 14px;
    margin: 0 0 3px;
    font-weight: 500;
}

.mCustomScrollbar {
    max-height: calc(100vh - 325px);
    overflow-y: auto;
    margin-bottom: 20px;
}

.mCustomScrollbar.career {
    max-height: calc(100vh - 190px);
}

.mCustomScrollbar::-webkit-scrollbar {
    width: 4px;
    background: #1e1e2d;
    border-radius: 3px;
}

.mCustomScrollbar::-webkit-scrollbar-track {
    background: transparent;
}

.mCustomScrollbar::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
}

.mCustomScrollbar {
    scrollbar-color: rgba(255, 255, 255, 0.2);
    scrollbar-width: thin;
}

.mCustomScrollbar::-webkit-scrollbar {
    width: 4px;
    background: rgba(24, 28, 41, 0.08);
    border-radius: 3px;
}

.switch {
    position: relative;
    display: inline-block;
    margin: 0 25px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}

.switch>span {
    position: absolute;
    top: 4px;
    pointer-events: none;
    font-family: 'Helvetica', Arial, sans-serif;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    width: 50%;
    text-align: center;
}

input.check-toggle-round-flat:checked~.off {
    color: #157347;
}

input.check-toggle-round-flat:checked~.on {
    color: var(--bs-white);
}

.switch>span.on {
    left: 0;
    color: #157347;
}

.switch>span.off {
    right: -2px;
    color: var(--bs-white);
    padding-right: 5px;
}

.check-toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
}

.check-toggle+label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input.check-toggle-round-flat+label {
    width: 80px;
    height: 25px;
    background-color: var(--bs-primary);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
}

input.check-toggle-round-flat+label:before,
input.check-toggle-round-flat+label:after {
    display: block;
    position: absolute;
    content: '';
}

input.check-toggle-round-flat+label:before {
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 2px;
    background-color: var(--bs-primary);
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    visibility: hidden;
}

input.check-toggle-round-flat+label:after {
    top: -3px;
    left: 0;
    bottom: 4px;
    width: 40px;
    height: 30px;
    background-color: var(--bs-white);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: margin 0.2s;
    -moz-transition: margin 0.2s;
    -o-transition: margin 0.2s;
    transition: margin 0.2s;
    border: 1px solid var(--bs-primary);
}

input:checked.check-toggle-round-flat+label:after {
    left: 2px;
}

input.check-toggle-round-flat:checked+label:after {
    margin-left: 38px;
}

.phone_number {
    background: var(--bs-white);
    border-radius: 5px;
    line-height: 30px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
    border: 1px solid var(--bs-primary);
    position: relative;
    padding-left: 35px;
    text-transform: uppercase;
    overflow: hidden;
}

.phone_number .btn {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 35px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 0;
}

.phone_left i {
    font-size: 16px;
}

.phone_number a:hover .phone_left i {
    color: var(--bs-white);
}

.phone_number a:hover span {
    color: var(--bs-secondary);
}

.phone_number span {
    font-weight: bold;
    padding: 0 10px;
    font-size: 15px;
    line-height: 30px;
    color: var(--bs-primary);
}

/*** ========== Header css ========== ***/

/* ========== Mobile Menu Css Start ========== */
.nav-toggler {
    min-width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    position: relative;
    z-index: 99;
    color: var(--bs-primary);
}

.close-icon {
    display: block;
    width: 16px;
    position: relative;
}

.close-icon:before,
.close-icon:after {
    background-color: var(--bs-gray);
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    content: '';
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.close-icon:before {
    transform: rotate(45deg);
}

.close-icon:after {
    transform: rotate(-45deg);
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    width: 100%;
    max-width: 400px;
    background-color: var(--bs-white);
    z-index: 9999;
    height: 100%;
    transition: all 0.2s ease-in-out;
    display: flex;
    flex-direction: column;
}

.mobile-menu.open-menu {
    transform: translateX(0);
}

.mobile-menu-header {
    display: flex;
    align-items: center;
    padding: 6px 20px;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    background-color: var(--bs-light);
    height: 50px;
}

.mobile-menu-body {
    flex-grow: 1;
    overflow: auto;
}

.close-menu {
    padding: 6px;
    display: grid;
    place-items: center;
    position: absolute;
    z-index: 99999;
    right: 0;
    top: 0;
    height: 49px;
    width: 50px;
}

.list-item {
    border-bottom: 1px solid #eee;
    position: relative;
}

.list-item h6 {
    padding: 13px 0 13px 15px;
    font-size: 14px;
    font-weight: 500;
    background-color: #f3f6f7;
    line-height: 1;
}

.nav__cats .list-item .nav__parent>span {
    margin-left: 12px;
}

.submenu_toggler {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: var(--bs-gray);
    width: 46px;
    display: grid;
    place-items: center;
    height: 100%;
    cursor: pointer;
    border-left: 1px solid #eee;
}

.submenu_toggler::before {
    content: '\f054';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 600;
}

.item-submenu {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100vh;
    background-color: var(--bs-white);
    z-index: 10000;
    -webkit-transition: transform 0.4s ease;
    -moz-transition: transform 0.4s ease;
    -ms-transition: transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    width: 100%;
    display: flex;
    flex-direction: column;
}

.list-item.open>.item-submenu {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.menu-heading {
    color: var(--bs-gray);
    text-align: center;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 14px;
}

.submenu_collapse {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 100%;
    border-right: 1px solid #ddd;
    display: grid;
    place-items: center;
    cursor: pointer;
    color: var(--bs-gray);
    font-size: 14px;
}

.submenu_collapse::before {
    content: '\f053';
    font-family: 'Font Awesome 5 Pro';
}

.menu-heading-list {
    padding: 5px;
    border-bottom: 1px solid #ddd;
    background-color: var(--bs-light);
    position: relative;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding-top: 10px;
}

.link-list {
    flex: 0 0 auto;
    height: calc(100% - 50px);
    overflow: auto;
}

.menu-link,
.menu-link:hover,
.menu-link:focus {
    display: block;
    color: var(--bs-gray-600);
    padding: 13px 15px;
    font-size: 14px;
    text-transform: uppercase;
}

/* ========== Mobile Menu Css End ========== */

/*** ========== Hero Section css ========== ***/

.hero-section {
    background-color: #f1f8f8;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-block: 50px 0;
    overflow: hidden;
}

.hero-content {
    text-align: center;
    padding-block: 30px 180px;
    max-width: 950px;
    margin: 0 auto;
}

.hero-search {
    background-color: var(--bs-white);
    padding: 10px;
    border-radius: 20px;
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    margin-top: 60px;
    box-shadow: 0 5px 15px hsl(0deg 0% 55% / 8%);
    border: 1px solid rgb(0 0 0 / 10%);
}

.hero-search .wrapper {
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
}

.hero-search input {
    border: none;
    height: 46px;
    padding-left: 15px;
    font-size: 15px;
    font-weight: 500;
    font-size: 14px;
}

.hero-search button {
    height: 46px;
    align-self: stretch;
    padding: 0 30px;
    width: auto;
    font-weight: 600;
    border-radius: 0;
    flex-shrink: 0;
}

.hero-bg {
    position: absolute;
    bottom: 160px;
    width: 100%;
    z-index: -1;
}

.featured-categories .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.featured-categories .owl-carousel .owl-stage-outer::before,
.featured-categories .owl-carousel .owl-stage-outer::after {
    content: '';
    position: absolute;
    width: 1500px;
    height: 100%;
    z-index: 1;
    top: 0;
    background-color: #f1f8f8;
}

.featured-categories .owl-carousel .owl-stage-outer::before {
    right: calc(100% + 40px);
}

.featured-categories .owl-carousel .owl-stage-outer::after {
    left: calc(100% + 40px);
}

.featured-categories .owl-carousel .owl-item {
    visibility: hidden;
}

.featured-categories .owl-carousel .owl-item.active {
    visibility: visible;
}

.featured-categories .slick-arrow {
    position: absolute;
    left: -8px;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background-color: var(--bs-white) !important;
    color: var(--bs-primary) !important;
    border-radius: 50%;
    border: 1px solid #ddd !important;
    font-size: 14px !important;
    z-index: 9;
}

.featured-categories .slick-arrow.slick-next {
    left: auto;
    right: -8px;
}

.featured-categories .slick-arrow.slick-disabled {
    display: none;
}

.featured-categories .slick-arrow:hover {
    color: var(--bs-white) !important;
    background-color: var(--bs-primary) !important;
    border-color: transparent !important;
}

.cat__item {
    background: var(--bs-white);
    border-radius: 8px;
    box-shadow: 0 5px 15px hsl(0deg 0% 55% / 8%);
    height: 72px;
    overflow: hidden;
    padding: 0 12px;
    border: 1px solid transparent;
    display: flex;
    margin: 50px 0;
    box-shadow: 0 2px 2px hsl(0deg 0% 55% / 8%);
}

.cat__item:hover {
    border: 1px solid var(--bs-primary);
}

.cat__inner {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: flex-start;
}

.cat__inner {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: flex-start;
}

.cat__img {
    border-radius: 5px;
    height: 46px;
    margin-right: 12px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e4f8ff;
    flex-shrink: 0;
}

.cat__img img {
    width: 40px;
}

.cat__desc {
    color: var(--paragraph-text);
    font-size: 12px;
    line-height: 10px;
}

.cat__desc h3 {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 6px;
}

.row>.col-6:nth-child(2n) .cat__item .cat__img {
    background: #fdf4c8;
}

.row>.col-6:nth-child(3n) .cat__item .cat__img {
    background: #d6f4e4;
}

.row>.col-6:nth-child(4n) .cat__item .cat__img {
    background: #fff0e4;
}

.row>.col-6:nth-child(5n) .cat__item .cat__img {
    background: #fce6da;
}

.row>.col-6:nth-child(6n) .cat__item .cat__img {
    background: #f9dffd;
}

.row>.col-6:nth-child(7n) .cat__item .cat__img {
    background: #f2fbd7;
}

.row>.col-6:nth-child(8n) .cat__item .cat__img {
    background: #f9dffd;
}

/*** ========== Hero Section css ========== ***/

/*** ========== Category Section css ========== ***/
.categories {
    background: #75bb39;
    background: linear-gradient(85deg, #75bb39, #56ae68);
    padding: 60px 0 55px;
    position: relative;
}

.categories .categories__bg {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
}

.categories .categories__bg {
    background: url(../images/gallery/background.svg) no-repeat 50%/100% !important;
}

.categories ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    max-width: 1084px;
    gap: 20px;
}

.categories li {
    align-items: center;
    background: var(--bs-white);
    border-radius: 25px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    display: flex;
    height: 156px;
    justify-content: center;
    padding: 0 27px;
    text-align: center;
    transition: transform 0.3s ease-in-out;
    width: 183px;
}

.categories li a {
    color: #5d676e;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.categories li img {
    margin-bottom: 10px;
}

.categories li h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 2px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 16px;
    max-height: 36px;
    -webkit-line-clamp: 2;
}

.categories li .course-amount {
    color: #5d676e;
    font-size: 13px;
}

.categories li .course-amount i {
    font-size: 80%;
    margin-left: 3px;
}

.categories .icon-arrow-thin-right {
    font-weight: 700;
    margin-left: 3px;
    position: relative;
    top: 1px;
    transition: right 0.3s ease-in-out;
}

/*** ========== Category Section css ========== ***/

/*** ========== Courses Section css ========== ***/
.course-section {
    padding: 60px 0 60px;
    background-color: var(--bs-light);
}

.courses__nav {
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 36px;
    padding-bottom: 20px;
    position: relative;
    max-width: 950px;
    gap: 10px;
}

.courses__nav .under {
    background: var(--bs-primary);
    border-radius: 2px;
    bottom: -3px;
    height: 4px;
    opacity: 0;
    position: absolute;
    transition: left 0.4s cubic-bezier(0.64, 0.57, 0.265, 1.2);
    width: 60px;
}

.courses__nav button {
    position: relative;
}

.courses__nav button span {
    background: 0 0;
    bottom: 0;
    content: '';
    height: 4px;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
    width: 60px;
}

.courses__nav button {
    color: #465159;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    padding: 0 15px;
    position: relative;
    transition: color 0.3s ease-in-out;
}

.courses__nav button.active,
.courses__nav button:hover {
    background-color: transparent !important;
    color: var(--bs-primary) !important;
}

.courses__nav button.active {
    font-weight: 700 !important;
}

.course-card__wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    gap: 12px;
    max-width: 1084px;
}

.course-card {
    background: var(--bs-white);
    border-radius: 12px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    height: 370px;
    margin-bottom: 5px;
    position: relative;
    width: 254px;
}

.course-card.card--grey {
    background: var(--bs-white);
}

.course-card .card__img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: 170px;
    overflow: hidden;
    position: relative;
}

.course-card .card__img>span {
    align-items: center;
    background: url(../images/icons/cert-bg.svg) no-repeat -5px;
    display: flex;
    font-size: 10px;
    font-weight: 500;
    height: 32px;
    justify-content: center;
    letter-spacing: 0.3px;
    padding: 12px 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 12px;
    width: 85px;
    z-index: 1;
}

.course-card .card__img>span.course-type-1 {
    background: url(../images/icons/cert-bg.svg) no-repeat 0;
    padding-left: 20px;
    width: 109px;
}

.course-card .card__img>span:before {
    content: '\f5f3';
    font-family: 'Font Awesome 5 Pro';
    font-size: 12px;
    position: absolute;
    left: 16px;
}

.course-card .card__info {
    display: flex;
    flex-direction: column;
    height: calc(100% - 170px);
    justify-content: space-between;
    padding: 16px;
}

.course-card .card__top>span {
    color: #747c82;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 8px;
    text-transform: capitalize;
}

.course-card .card__top .card__accr {
    align-items: center;
    background: #e0f2f8;
    border-radius: 4px;
    color: #007dac;
    display: flex;
    font-size: 10px;
    font-weight: 500;
    height: 20px;
    justify-content: center;
    letter-spacing: 0.5px;
    width: 84px;
}

.course-card .card__top .card__accr img {
    display: inline-block;
    margin-right: 4px;
}

.course-card .card__info h3 {
    color: #1b232e;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 5px;
    height: 54px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
}

.course-card:hover .card__info h3 {
    height: auto;
    max-height: 54px;
}

.card__bottom {
    position: relative;
    height: 100%;
}

.course-card .card__details {
    margin-bottom: 20px;
}

.course-card .card__details>span {
    color: #747c82;
    font-size: 12px;
}

.course-card .card__details .card__duration {
    font-weight: 500;
    margin-right: 15px;
}

.course-card .card__details .card__enrolled {
    font-weight: 500;
}

.course-card .card__details .card__publisher {
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 10px;
    margin-top: 8px;
    padding-bottom: 14px;
    text-decoration: underline;
    font-weight: 600;
}

.course-card .card__outcomes {
    height: 0;
    overflow: hidden;
}

.course-card .card__outcomes h5 {
    color: #465159;
    font-size: 13px;
    font-weight: 700;
    margin: 0 0 10px;
    text-transform: capitalize;
}

.course-card .card__outcomes ul li {
    clear: both;
    color: #50565a;
    font-size: 12px;
    height: auto;
    line-height: 16px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-left: 25px;
    position: relative;
    width: calc(100% - 10px);
}

.course-card.card--long .card__outcomes ul li {
    margin-bottom: 5px;
    padding-bottom: 0;
}

.course-card .card__outcomes ul li:before {
    color: #50565a;
    content: '\e97d';
    font-family: icomoon;
    left: 7px;
    position: absolute;
}

.course-card .card__outcomes ul li:before {
    content: '';
    left: 7px;
    position: absolute;
    background-image: url(../images/icons/tick.svg);
    width: 20px;
    height: 20px;
    background-size: 11px;
    background-repeat: no-repeat;
    background-position: 0 3px;
}

.course-card .card__nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
}

.course-card .card__nav a {
    align-items: center;
    border-radius: 8px;
    display: inline-flex;
    font-size: 13px;
    font-weight: 500;
    justify-content: center;
    min-height: 36px;
    text-align: center;
}

.course-card .card__nav a:first-child {
    border: 1px solid #d6d6d6;
    color: #465159;
    width: 85px;
    z-index: 8;
    background-color: var(--bs-white);
}

.course-card .card__nav a:nth-child(2) {
    background: var(--bs-primary);
    border: 1px solid var(--bs-primary);
    color: var(--bs-white);
    font-weight: 700;
    width: 125px;
}

@media (min-width: 992px) {
    .course-card:hover:not(.disabled) .card__img {
        height: 0;
    }

    .course-card:hover:not(.disabled) .card__info {
        height: 100%;
    }

    .course-card:hover:not(.disabled) .card__bottom {
        height: 100%;
        position: relative;
    }

    .course-card:hover:not(.disabled) .card__details {
        margin-bottom: 15px;
    }

    .course-card:hover:not(.disabled) .card__details .card__duration,
    .course-card:hover:not(.disabled) .card__details .card__enrolled {
        display: inline-block;
    }

    .course-card:hover:not(.disabled) .card__details span:nth-child(3) {
        display: block !important;
    }

    .course-card:hover:not(.disabled) .card__outcomes {
        display: block !important;
        height: auto;
        max-height: 180px;
    }

    .course-card:hover:not(.disabled).card--long .card__info ul {
        margin-bottom: 20px;
    }

    .course-card:hover:not(.disabled) .card__nav {
        bottom: -2px;
        position: absolute;
        width: 100%;
    }

    .course-card:hover:not(.disabled) .card__top>span {
        display: none;
    }
}

/*** ========== Courses Section css ========== ***/

/*** ========== CRP Section css ========== ***/
.crp-section {
    background: #fafafd;
    padding: 60px 0;
}

.crp-section h2 {
    color: var(--bs-dark);
    font-weight: 900;
    margin: 0 auto 12px;
    text-align: center;
}

.crp-section h5 {
    color: #465159;
    font-weight: 400;
    letter-spacing: 0.22px;
    margin: 0 auto 40px;
    text-align: center;
}

.crp-section .crp-section___container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}

.crp-section .crp-section___container .crp-item {
    background: var(--bs-white);
    border-radius: 16px;
    box-shadow: 0 2px 6px 0 rgba(5, 5, 5, 0.16);
    height: 128px;
    width: 472px;
}

.crp-section .crp-section___container .crp-item a {
    align-items: center;
    display: flex;
    gap: 25px;
    justify-content: flex-start;
    outline: none;
}

.crp-section .crp-section___container .crp-item a img {
    height: 128px;
    width: 176px;
}

.crp-section .crp-section___container .crp-item a h4 {
    color: #1b232e;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
    padding-right: 30px;
    width: calc(100% - 200px);
}

.crp-section .crp-section___container .crp-item a h4 strong {
    color: #1b232e;
    font-weight: 700;
}

.crp-section .crp-section___container .crp-item a i {
    color: var(--bs-primary);
    display: block;
    font-weight: 700;
    height: 18px;
    width: 45px;
}

.publishers {
    background: #f3f6f7;
    padding: 34px 0;
}

.publishers h2 {
    color: #2d3941;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 33px;
    opacity: 0.88;
    text-align: center;
}

.publishers ul {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1119px;
}

.publishers li {
    flex-shrink: 0;
}

.publishers li img {
    width: 110px;
}

/*** ========== CRP Section css ========== ***/

/*** ========== Footer Section css ========== ***/
.footer {
    background: #0b2441;
    position: relative;
    z-index: 9;
    color: #d2d8de;
    padding: 50px 0 0;
    font-size: 14px;
}

.footer_h3 {
    border-bottom: 2px solid rgba(114, 128, 154, 0.28);
    color: var(--bs-white);
    letter-spacing: 0.64px;
    line-height: 16px;
    margin: 0 0 24px;
    padding-bottom: 14px;
    text-transform: uppercase;
    font-size: 15px;
    display: inline-block;
    font-weight: 700;
}

.footer-links a {
    display: inline-block;
    margin-bottom: 10px;
    color: #d2d8de;
    font-size: 14px;
    padding-block: 3px;
}

.footer-links a:hover {
    text-decoration: underline;
    color: var(--bs-white);
}

/*** ========== Footer Section css ========== ***/

/*** ========== Institute Section css ========== ***/
.institute-section {
    background-color: #fcf9ed;
    background-color: #eff8f3;
    /* background-color: #fff; */
    padding-block: 40px 50px;
    overflow: hidden;
}

.institute-card {
    padding: 16px 12px;
    border-radius: 14px;
    margin: 0 0 20px;
    background: var(--bs-white);
    box-shadow: 0 4px 10px 0 rgba(16, 24, 64, 0.05);
    --from-bg: #ebf9f0;
    --to-bg: #f4fdf7;
    --line-bg: rgba(90, 188, 132, 0.4);
    background: linear-gradient(28deg, var(--from-bg) 16%, var(--to-bg) 81%);
    position: relative;
    z-index: 2;
    margin-top: 10px;
    font-size: 14px;
}

.institute-card>div {
    position: relative;
    z-index: 2;
}

.institute-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: -0.25rem;
    border-radius: inherit;
    width: 100%;
    height: 100%;
    background: var(--line-bg);
    z-index: -1;
}

.institute-card::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border-radius: inherit;
    width: 100%;
    height: 100%;
    z-index: 1;
    /* background: linear-gradient(28deg,var(--from-bg) 16%,var(--to-bg) 81%); */
    background-color: var(--bs-white);
}

.institute-card__top {
    display: flex;
    gap: 10px;
}

.institute-card__title {
    font-size: 14px;
    font-weight: 600;
    color: var(--bs-primary);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 18px;
    -webkit-line-clamp: 2;
    max-height: 36px;
    flex-grow: 1;
}

.institute-card__title a:hover {
    color: var(--bs-secondary);
}

.single-job .institute-card__logo {
    width: 56px;
    height: 56px;
}

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

.institute-card__logo img {
    object-fit: cover;
    max-height: 100%;
}

.institute-card__location .location {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
}

.institute-card__location .location>span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 16px;
    max-height: 16px;
}

.institute-card__location .location svg {
    flex-shrink: 0;
}

.institute-card__meta {
    border-top: 1px solid #eee;
    padding-top: 16px;
    margin: 12px 0 0;
    display: flex;
    justify-content: space-between;
}

.institute-card__meta_item label {
    display: block;
    font-size: 12px;
    margin-bottom: 2px;
}

.institute-card__course_link {
    display: inline-flex;
    align-items: center;
    line-height: 1;
}

.institute-card__course_link .link {
    color: var(--bs-primary);
    text-decoration: underline;
}

.institute-card__course_link .link:hover {
    color: var(--bs-secondary);
}

.institute-card__rating {
    margin-left: 5px;
    padding-left: 10px;
    border-left: 1px solid #ddd;
    display: inline-flex;
    align-items: center;
    gap: 2px;
}

.institute-card__meta_item .fees_range {
    color: var(--bs-dark);
    font-weight: 500;
    font-size: 13px;
}

.institute-card__footer {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.institute-card__btn {
    font-size: 13px;
}

.institute-card__btn i {
    font-size: 75%;
    margin-left: 4px;
}

.institute-card__btn:first-child {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: var(--bs-white);
    border: 1px solid #dfdfdf;
    padding: 0;
    margin-right: 10px;
}

.institute-card__btn:last-child {
    background-color: var(--bs-primary);
    color: var(--bs-white);
    border-radius: 30px;
    padding-inline: 20px;
    padding-top: 7px;
}

.institute-card__btn:last-child:hover {
    background-color: var(--bs-secondary);
}

.institute-cards__wrapper .slick-dots {
    width: fit-content;
    margin: 0 auto;
    display: flex;
    background-color: rgb(0 155 93 / 30%);
    border-radius: 20px;
}

.institute-cards__wrapper .slick-dots li {
    display: flex;
}

.institute-cards__wrapper .slick-dots button {
    width: 20px;
    height: 5px;
    background-color: transparent;
    border-radius: 20px;
    transition: all 0.1s ease-in-out;
    padding: 0;
    border: none;
    font-size: 0;
}

.institute-cards__wrapper .slick-dots .slick-active button {
    background-color: var(--bs-primary);
    width: 20px;
}

.institute-cards__wrapper button.slick-arrow {
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(calc(-50% + -10px));
    background-color: var(--bs-white) !important;
    width: 40px;
    height: 40px;
    line-height: 1;
    border: 1px solid #ddd !important;
    border-radius: 50%;
    font-size: 14px !important;
    color: var(--bs-primary) !important;
    box-shadow: 0 4px 10px 0 rgba(16, 24, 64, 0.05);
    padding-right: 8px;
    z-index: 99;
}

.institute-cards__wrapper button.slick-arrow.slick-next {
    left: auto;
    right: -20px;
    padding-left: 8px;
}

.institute-cards__wrapper button.slick-disabled {
    display: none;
}

.view-link {
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    color: var(--bs-primary);
    font-weight: 500;
    white-space: nowrap;
    position: relative;
}

.view-link::after {
    content: '';
    position: absolute;
    left: -2px;
    bottom: 0px;
    width: 100%;
    border-bottom: 1px solid var(--bs-primary);
}

.view-link i {
    font-size: 80%;
    margin-left: 5px;
    transform: translateY(1px);
}

.view-link:hover {
    color: var(--bs-secondary);
}

.view-link:hover::after {
    border-color: var(--bs-secondary);
}

.location-trigger {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.location-trigger__item {
    flex-shrink: 0;
}

.location-trigger__item span {
    display: inline-block;
    padding: 6px 12px;
    background-color: var(--bs-white);
    border: 1px solid #cacaca;
    border-radius: 30px;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.location-trigger__item span:hover,
.location-trigger__item.active span {
    border-color: var(--bs-primary);
    color: var(--bs-primary);
}

.bg-white .institute-card::after {
    background: linear-gradient(28deg, var(--from-bg) 16%, var(--to-bg) 81%);
    border: 1px solid rgb(0 155 93 / 20%);
    border-top: none;
}

/*** ========== Institute Section css ========== ***/

/*** ========== Jobs Section css ========== ***/

.single-job {
    padding: 15px 12px;
    border-right: 1px solid #ddd;
    height: 100%;
    border-bottom: 1px solid #ddd;
}

.single-job .allJobs {
    display: none;
}

.single-job.active .allJobs {
    display: block;
}

.single-job.active {
    z-index: 10;
    height: auto;
    position: absolute;
    background-color: var(--bs-white);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
    width: 100%;
    min-height: 100%;
}

.companyDetails li::before {
    content: '\f0da';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-size: 85%;
    color: var(--bs-dark);
    margin-right: 5px;
}

.click-show {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0;
    width: 26px;
    font-size: 14px;
}

.job-info {
    flex: 0 0 auto;
    width: calc(100% - 64px);
}

.single-job.active .click-show {
    transform: scaleY(-100%);
}

.companyDetails li {
    display: inline-flex;
}

/*** ========== Jobs Section css ========== ***/

/*** ========== Jobs Page css ========== ***/
.filter_head {
    display: flex;
    align-items: center;
    background-color: var(--bs-white);
    border-bottom: 1px solid #e7edee;
    padding: 10px;
}

.filter_location {
    flex-shrink: 0;
    min-width: 250px;
}

.icon_text {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    color: var(--bs-dark);
    font-weight: 500;
    font-size: 14px;
}

.icon_text svg {
    color: var(--bs-primary);
}

.filter_category {
    flex-shrink: 0;
    min-width: 250px;
}

.filter_search {
    flex-grow: 1;
}

.filter-search__form {
    display: flex;
    position: relative;
    max-width: 500px;
    margin-left: auto;
}

.filter-search__input {
    height: 42px;
    border-radius: 50px;
    padding-inline: 16px 50px;
}

.filter-search__btn {
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--bs-primary);
    color: var(--bs-white);
    border-radius: 50%;
    height: 36px;
    width: 36px;
    padding: 0;
}

.filter-search__btn:hover {
    color: var(--bs-white);
    background-color: var(--bs-secondary);
}

.aside-main__wrapper {
    display: flex;
    background-color: var(--bs-white);
    align-items: start;
    flex-wrap: wrap;
}

.aside {
    flex: 0 0 auto;
    width: 300px;
    padding: 16px;
    border-right: 1px solid #e7edee;
}

.main {
    flex: 0 0 auto;
    width: calc(100% - 300px);
    padding: 16px;
}

.aside-widget {
    margin-bottom: 30px;
}

.aside-widget .form-label {
    font-size: 14px;
    margin-bottom: 8px;
    display: block;
    border-bottom: 1px solid #e7edee;
    padding-bottom: 4px;
    color: var(--bs-dark);
    font-weight: 500;
}

.aside-widget .form-select {
    border-radius: 0;
    font-size: 14px;
    padding: 3px 8px;
    color: var(--bs-dark);
}

.filter_checkbox .form-check-label {
    font-size: 11px;
    color: var(--bs-white);
    padding: 2px 5px;
    border-radius: 3px;
}

.filter_radio {
    margin-top: 10px;
}

.filter_radio .form-check {
    display: flex;
    align-items: center;
    gap: 5px;
}

.filter_radio .form-check-label {
    font-size: 14px;
    margin-top: 2px;
    cursor: pointer;
}

.filter_checkbox2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

.filter_checkbox2 label {
    font-size: 14px;
    margin-top: 4px;
    cursor: pointer;
}

.filter_checkbox2 .form-check {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.job-item {
    position: relative;
    border: 1px solid #ddd;
    background-color: var(--bs-white);
    padding: 14px 16px 12px;
    border-radius: 14px;
}

.job-item.featured {
    --from-bg: #ebf9f0;
    --to-bg: #f4fdf7;
    --line-bg: rgba(90, 188, 132, 0.4);
    border-color: rgb(0 155 93 / 20%);
    background: linear-gradient(28deg, var(--from-bg) 16%, var(--to-bg) 81%);
    border: 1px solid rgb(0 155 93 / 20%);
}

.job-item.featured.active {
    z-index: 10;
    height: auto;
    position: absolute;
    background-color: var(--bs-white);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
    width: 100%;
    min-height: 100%;
}

.job-item.active.featured {
    border-bottom-width: 3px;
    border-bottom-color: rgb(0 155 93 / 40%);
}

.experience_deadline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0 5px;
    font-size: 14px;
}

.job-item .title {
    font-weight: 500;
    color: var(--bs-primary);
    font-size: 15px;
    margin-bottom: 8px;
}

.job-item .company {
    font-size: 13px;
    color: var(--bs-gray-700);
    font-weight: 500;
    margin-bottom: 10px;
}

.job-item .local {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
}

.requires img,
.experience_deadline img,
.job-item .local img {
    width: 20px;
}

.experience_deadline span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.experience_deadline span span {
    margin-top: 3px;
}

.requires {
    display: none;
}

.job-item.active .requires {
    display: block;
}

.requires>div {
    font-size: 14px;
    margin-top: 10px;
    display: flex;
    gap: 8px;
}

.requires img {
    margin-top: 2px;
}

.institute-card__logo {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-white);
    border-radius: 12px;
    border: 2px solid var(--bs-white);
    overflow: hidden;
    flex-shrink: 0;
}

.job-item .institute-card__logo {
    width: 56px;
    height: 56px;
}

.job__link {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.pagination .page-list li span,
.pagination .page-list li a {
    display: inline-flex;
    margin-right: 5px;
    border: 1px solid #ddd;
    background: var(--bs-white);
    padding: 6px 12px 7px;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    -o-border-radius: 3px !important;
    border-radius: 3px !important;
    vertical-align: middle;
    font-size: 13px;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: var(--bs-dark);
    font-weight: 500;
    line-height: 1;
}

.page-item.disabled .page-link {
    background-color: #dee2e6;
}

.pagination .page-list li:last-child a {
    margin-right: 0;
    background: var(--bs-white);
    padding: 8px 12px;
}

.pagination .page-list li:first-child a {
    font-size: 11px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination .page-list li a:hover,
.pagination .page-list li.current a,
.pagination .page-list li.current span {
    border-color: var(--bs-secondary);
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.deadline__share {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.headcont {
    color: var(--bs-dark);
    font-size: 15px;
    font-weight: 400;
}

.deadlinetxt {
    color: var(--bs-primary);
    font-weight: 500;
}

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

.deadline__share ul {
    display: flex;
    align-items: center;
    gap: 4px;
}

.deadline__share ul a {
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-white);
    border-radius: 3px;
    font-size: 14px;
}

.deadline__share .facebook {
    background-color: #1877f2;
}

.deadline__share .twitter {
    background-color: #45a4e1;
}

.deadline__share .linkedin {
    background-color: #0077b5;
}

.deadline__share .telegram {
    background-color: #2ba0d9;
}

.deadline__share .whatsapp {
    background-color: #25d366;
}

.company__logo {
    margin-bottom: 10px;
}

.job__title {
    font-size: 17px;
    margin-bottom: 5px;
}

.job__position {
    font-size: 20px;
    font-weight: 500;
    color: var(--bs-primary);
}

.sticky-top .card-body {
    padding: 0.7rem;
}

.optn_sec1 {
    border-bottom: 1px dashed #dbdfe9;
    padding: 6px 0;
    font-size: 14px;
    color: var(--bs-dark);
}

.sm-tag {
    background: var(--bs-white);
    border: 1px solid #ddd;
    color: var(--bs-dark);
    font-size: 12px;
    padding: 0.3em 0.4em 0.3em;
    display: inline-block;
    line-height: 1;
}

#social-links ul {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 6px;
    flex-wrap: wrap;
}

#share #social-links ul {
    justify-content: flex-start;
}

#social-links ul {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 6px;
    flex-wrap: wrap;
}

#social-links ul li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: var(--bs-light);
    border-radius: 50%;
    font-size: 17px;
    color: var(--bs-secondary);
}

#social-links ul li a:hover {
    background-color: var(--bs-secondary);
    color: var(--bs-white);
}

#share #social-links ul li a {
    width: 24px;
    height: 24px;
    color: var(--bs-white);
    border-radius: 2px;
    margin-top: 10px;
}

#share #social-links ul {
    justify-content: flex-start;
}

#share #social-links ul li a.facebook {
    background-color: #37579a;
}

#share #social-links ul li a.twitter {
    background-color: #29a2c9;
}

#share #social-links ul li a.linkedin {
    background-color: #1a86af;
}

#share #social-links ul li a.telegram {
    background-color: #239ad3;
}

#share #social-links ul li a.whatsapp {
    background-color: #00cc5d;
}

/*** ========== Jobs Page css ========== ***/

/*** ========== Course Page css ========== ***/
.stats {
    background: transparent linear-gradient(90deg, #ecf4fa, rgba(229, 245, 234, 0)) 0 0 no-repeat padding-box;
    border: 1px solid #c5eaff;
    border-radius: 12px;
    padding: 20px 18px;
    position: relative;
}

.stats li {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 10px;
}

.stats li:last-child {
    margin-bottom: 0;
}

.stats li i {
    background: var(--bs-primary);
    border-radius: 100%;
    color: var(--bs-white);
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    width: 30px;
}

.stats li strong {
    color: var(--bs-primary);
    font-weight: 900;
    margin-right: 5px;
}

.course-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 6px;
}

.course-headline {
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    margin-bottom: 6px;
    color: var(--bs-dark);
}

.course-description {
    font-size: 15px;
    line-height: 1.5;
}

.course-info__bottom {
    margin: 25px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

.publisher__wrapper {
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.publisher__img {
    flex-shrink: 0;
}

.course-pub__content {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    margin-left: 10px;
}

.course-pub__type {
    text-transform: uppercase;
    margin-bottom: 2px;
}

.course-publisher {
    font-weight: 500;
    color: var(--bs-dark);
    text-decoration: underline;
}

.course_btn {
    width: 180px;
    padding-block: 10px;
    border-radius: 8px;
    font-weight: 500;
}

.l-section__inner {
    background: #f3f6f7;
    border-radius: 10px;
    color: var(--bs-dark);
    font-size: 14px;
    padding: 25px 40px 23px 24px;
}

.course-outcomes li {
    color: var(--bs-dark);
    font-size: 14px;
    margin-bottom: 15px;
    padding: 0 10px 0 25px;
    position: relative;
    text-overflow: ellipsis;
}

.course-outcomes li.hidden {
    display: none;
}

.course-outcomes.view_all li.hidden {
    display: inline-block;
}

.course-outcomes {
    -moz-column-count: 2;
    column-count: 2;
    margin-bottom: 8px;
    overflow: hidden;
}

.course-outcomes li:before {
    background: var(--bs-primary);
    border-radius: 100%;
    color: var(--bs-white);
    content: '\f00c';
    font-size: 10px;
    display: inline-flex;
    justify-content: center;
    left: 0;
    padding: 2px;
    padding-left: 3px;
    position: absolute;
    top: 0;
    font-family: 'Font Awesome 5 Pro';
    width: 18px;
    height: 18px;
    align-items: center;
    font-weight: 700;
    margin-top: 2px;
}

.c-pointer {
    cursor: pointer;
}

.course-aside_main {
    display: flex;
    flex-wrap: wrap;
}

.course-aside {
    flex: 0 0 auto;
    width: 320px;
}

.course__thumb img {
    width: 100%;
}

.course-main {
    flex: 0 0 auto;
    width: calc(100% - 320px);
    padding-left: 30px;
}

.l-card__enrolled {
    color: #465159;
    font-size: 14px;
    margin-bottom: 16px;
}

.l-rating {
    align-items: center;
    background: #e4f1f6;
    display: flex;
    height: 41px;
    justify-content: space-between;
    margin: 0 -19px 16px;
    padding: 0 17px;
    position: relative;
}

.l-rating>div {
    align-items: center;
    display: flex;
    font-size: 12px;
    font-weight: 500;
    justify-content: center;
}

.l-rating>div>span:last-child {
    padding-top: 5px;
}

.l-card .l-rating>div {
    color: var(--bs-dark);
    cursor: pointer;
}

.l-rating>div span:first-child {
    background: url(../images/icons/loved.svg) no-repeat 0/100%;
    display: inline-block;
    height: 22px;
    margin-right: 6px;
    transition: all 0.3s ease-in;
    width: 25px;
}

.l-rating .l-rating__like span:first-child {
    background-image: url(../images/icons/like.svg);
    width: 18px;
}

.l-card__info-padding {
    padding: 16px 19px;
}

.l-list h6,
.l-list ul li {
    font-size: 14px;
    margin-bottom: 10px;
}

.l-list.l-list--tick ul li {
    background: url(../images/icons/tick.svg) no-repeat 0/16px 16px;
    padding-left: 27px;
    color: var(--bs-dark);
}

.course-aside__content {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.161);
    background-color: var(--bs-white);
}

.nav__heading {
    align-items: center;
    color: var(--bs-primary);
    cursor: pointer;
    display: inline-flex;
    padding: 4px 0;
    position: relative;
    border-bottom: 2px solid var(--bs-primary);
    margin-bottom: 20px;
}

/*** ========== Course Page css ========== ***/

/*** ========== Institute Page css ========== ***/
.institute__logo {
    width: 75px;
    height: 75px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 12px;
    border: 1px solid var(--bs-white);
    overflow: hidden;
    flex-shrink: 0;
    position: absolute;
    left: 25px;
    bottom: -15px;
    background-color: var(--bs-white);
}

.institute__logo img {
    object-fit: cover;
}

.institute__cover {
    position: relative;
    height: 210px;
}

.institute__cover img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    border: 1px solid #ddd;
    border-bottom: none;
    background-color: var(--bs-gray-200);
    border-radius: 12px 12px 0 0;
}

.institute__meta {
    padding: 45px 20px 20px;
    border: 1px solid #ddd;
    border-top: none;
    margin-top: -10px;
    background-color: var(--bs-white);
}

.institute__body {
    padding: 20px 0;
}

.newsline {
    display: flex;
    background-color: #eaecf0;
    border-radius: 5px;
    overflow: hidden;
}

.newsline .heading {
    background-color: var(--bs-secondary);
    color: var(--bs-white);
    padding: 10px 20px;
    border-color: var(--bs-secondary);
    text-transform: uppercase;
    font-size: 14px;
}

.newsline>* {
    border: 1px solid rgb(209 218 226/1);
    border-left: none;
    display: flex;
    align-items: center;
}

.newsline a:hover {
    color: var(--bs-primary);
}

.institute__meta_nav {
    border: 1px solid #ddd;
    display: flex;
    border-radius: 0 0 12px 12px;
    overflow: hidden;
    padding-inline: 20px;
    gap: 15px;
    overflow: auto;
    background-color: var(--bs-white);
}

.institute__meta_nav li {
    flex-shrink: 0;
}

.institute_meta_link {
    display: block;
    padding: 10px;
    font-weight: 500;
    font-size: 14px;
    border-bottom: 2px solid transparent;
}

.institute_meta_link.active {
    border-color: var(--bs-primary);
    color: var(--bs-primary);
}

.institute_meta_link:hover {
    color: var(--bs-primary);
}

.sticky__fixed.sticky {
    position: fixed;
    top: 72px;
    z-index: 9;
    left: 0;
    width: 100%;
}

.institute__info {
    display: flex;
    flex-direction: column;
    background: #f6f8fe;
    box-shadow: 0 0 4px rgba(16, 24, 64, 0.12);
    border-radius: 12px;
    padding: 20px;
}

.wikiContents {
    color: #353535;
}

.wikiContents ol,
.wikiContents ul {
    margin: 12px 0 12px 30px;
    padding: 0;
    list-style-type: disc;
}

.wikiContents ol li,
.wikiContents ul li {
    margin: 0 0 10px;
}

.uilpIcon {
    background-image: url(../images/icons/uilpIcons.svg);
    display: inline-block;
    width: 42px;
    height: 42px;
    border-radius: 6px;
}

.uilpIcon.popularPrograms {
    background-position: -95px 0;
}

.section__head {
    color: var(--bs-dark);
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 22px;
}

.section__head_icon {
    width: 42px;
    height: 42px;
    box-shadow: 0 10px 20px rgba(16, 24, 64, 0.08);
    border-radius: 6px;
    flex-shrink: 0;
}

.box__card {
    box-shadow: 0 0 4px 0 rgba(16, 24, 64, 0.12);
    background-color: var(--bs-white);
    padding: 24px;
    border-radius: 12px;
}

.section__head_content {
    flex-grow: 1;
}

.section__head_title {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}

.section__head_subtitle {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 4px;
    color: var(--bs-gray-600);
    max-width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.review__item {
    margin-bottom: 16px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
    background: var(--bs-white);
    padding: 15px 15px 12px;
    border-radius: 8px;
}

.review__item:last-child {
    margin-bottom: 0;
}

.auth__meta_wrapper {
    display: flex;
    justify-content: space-between;
}

.review__author {
    display: flex;
}

.review__author_img {
    width: 40px;
    height: 40px;
}

.initials {
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
    margin-right: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #eee;
    border-radius: 50%;
    font-size: 0.875rem;
    font-weight: 600;
    border: 1px solid #d2d2d2;
    padding-left: 1px;
    padding-top: 2px;
    color: var(--bs-dark);
}

.review__author_info {
    color: #666;
    font-size: 0.875rem;
}

.review__author_name {
    font-size: 14px;
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.review__author_name .name {
    color: var(--bs-dark);
}

.review__author_name .pipe {
    margin-inline: 5px;
}

.review__date {
    font-size: 12px;
    margin-top: -3px;
}

.review__meta {
    width: 66px;
    min-width: 66px;
    text-align: right;
}

.verified__tag {
    font-size: 0.75rem;
    font-weight: 400;
    color: #3f9c1e;
    white-space: nowrap;
}

.icon-verified-tag {
    display: inline-block;
    height: 15px;
    width: 14px;
    margin: 0 3px 0 0;
    position: relative;
    top: 3px;
    background: transparent url(../images/icons/verified-badge-icon.svg) no-repeat 0 0;
}

.rvw-rating-box {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.rating-block {
    position: relative;
    font-size: 0.875rem;
    color: var(--bs-dark);
    outline: none;
    margin-right: 3px;
}

.empty_stars {
    position: relative;
    top: -1px;
}

.starBg {
    background: url(../images/icons/ratingicon.svg) no-repeat;
    background-position: 0 -10px;
    width: 65px;
    height: 10px;
    background-size: 65px 20px;
    display: inline-block;
}

i.full_starts {
    background-position: 0 0;
    width: 50%;
    position: absolute;
    left: 0;
}

i.empty_stars {
    position: relative;
    top: -1px;
}

.rvw-content {
    font-size: 14px;
    color: var(--bs-dark);
    position: relative;
}

.rvw-heading {
    display: block;
    font-weight: 500;
}

.button-readmore {
    font-size: 13px;
    min-width: 98px;
    padding: 3px 10px;
    border-radius: 2px;
    border: 1px solid var(--bs-primary);
    background-color: var(--bs-white);
    color: var(--bs-primary);
    outline: none;
    box-shadow: none;
    font-weight: 600;
    margin-top: 5px;
}

.button-readmore:hover {
    color: var(--bs-primary);
}

.rvw-ishelpful {
    border-top: 1px solid #eee;
    margin-top: 10px;
}

.hlful-box {
    display: flex;
    gap: 8px;
    font-size: 14px;
    padding-top: 10px;
    line-height: 1;
    color: var(--bs-primary);
}

.uilpIcon.reviewsIcon {
    background-position: -285px 116px;
}

.uilpIcon.admissionIcon {
    background-position: -190px 117px;
}

.uilpIcon.rankingIcon {
    background-position: -380px 190px;
}

.uilpIcon.jobsIcon {
    background-position: -95px 116px;
}

.uilpIcon.qnaIcon {
    background-position: -95px 43px;
}

.uilpIcon.newsIcon {
    background-position: -285px 190px;
}

.accordion-item {
    border: 1px solid #e6e6e6;
}

.accordion-button {
    font-size: 14px;
    color: #4a4a4a;
    font-weight: 500;
}

.accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: var(--bs-primary);
    background-color: var(--bs-white);
    box-shadow: none;
}

.accordion-body {
    padding-top: 0;
    font-size: 14px;
}

.accordion-button::after {
    content: '\f078';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    background-image: none !important;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    padding-top: 5px;
}

.article {
    display: flex;
}

.article__content {
    flex-grow: 1;
}

.article__title {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 4px;
}

.article__link:hover {
    color: var(--bs-primary);
}

.article__author {
    font-size: 12px;
    font-weight: 300;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.article__author_name {
    color: var(--bs-dark);
    margin-right: 10px;
    display: inline-flex;
    align-items: center;
}

.article__publish {
    display: inline-flex;
    align-items: center;
}

.article__publish::before {
    content: '\f111';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-size: 40%;
    color: var(--bs-text);
    margin-right: 7px;
}

.article__image {
    flex-shrink: 0;
    width: 100px;
    text-align: right;
}

.sidebar_item {
    background-color: var(--bs-white);
    border-radius: 12px;
    border-top: 3px solid var(--bs-primary);
}

.sidebar_title {
    font-size: 15px;
    text-transform: uppercase;
    padding: 15px;
    margin-bottom: 0;
    text-align: center;
    padding-bottom: 13px;
}

.sidebar_body {
    border-top: 1px dashed #dbdfe9;
}

.sidebar_body .optn_sec1 {
    padding-inline: 15px;
}

.sidebar_body .optn_sec1:last-child {
    border-bottom: none;
}

.sidebar_body #social-links ul li a {
    border-radius: 6px;
}

.login__card {
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
}

.login__inner {
    display: flex;
    background: var(--bs-white);
    border-radius: 30px;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    max-width: 950px;
    width: 100%;
}

.login__left {
    background: #e6f6eb;
    padding: 44px 60px;
    position: relative;
    text-align: center;
    width: 50%;
}

.login__left p {
    color: #465159;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 30px;
}

.login__left img {
    margin-bottom: 35px;
}

.login__head {
    color: #343c41;
    display: block;
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 10px;
}

.login__help {
    font-size: 15px;
}

.login__help a {
    color: #465159;
    font-weight: 500;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}

.login__right {
    padding: 30px 50px 18px;
    width: 50%;
}

.login__tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 32px;
    gap: 30px;
}

.login__tabs div {
    color: #465159;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.36px;
    padding: 5px 0 3px;
    text-align: center;
    width: 76px;
}

.login__tabs div.active {
    border-bottom: 2px solid #007646;
    color: #007646;
    font-weight: 700;
}

.soc-log {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.soc-log a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dadce0;
    border-radius: 3px;
    overflow: hidden;
}

.soc-log a:hover {
    border-color: var(--bs-primary);
    background-color: #f3f6f7;
}

.or-line {
    color: #bbc5cb;
    font-size: 16px;
    font-weight: 700;
    margin: 24px 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

.or-line:before {
    background: #bbc5cb;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    top: 11px;
    width: 100%;
    z-index: 0;
}

.or-line span {
    background: var(--bs-white);
    display: inline-block;
    position: relative;
    width: 44px;
}

.toggle-parent {
    position: relative;
}

.login__inner .form-control {
    background: #f3f6f7;
    border-radius: 8px;
    font-size: 15px;
    margin-bottom: 12px;
    padding: 11px 16px;
    border-color: transparent;
}

.login__inner .form-control::placeholder {
    font-weight: 400;
    color: #b4b4b4;
}

.password-toggle {
    color: #cdcdcd;
    cursor: pointer;
    font-weight: 700;
    position: absolute;
    right: 15px;
    top: 15px;
}

.login__extras {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    align-items: center;
}

.login__forgot {
    color: var(--bs-primary);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

.login__btn {
    font-size: 16px;
    font-weight: 700;
    border-radius: 8px;
    padding: 10px;
}

.login__btn.shine::before {
    transition: all 0.4s ease-in-out;
}

.login__btn.shine:hover::before {
    transform: translateX(400px) skewX(-15deg);
}

.login__bottom {
    margin-top: 20px;
}

.login__row {
    display: flex;
    gap: 12px;
    justify-content: space-between;
}

.login__row>div {
    width: 50%;
}

.login__toggle {
    color: #465159;
    font-size: 16px;
    margin: 32px 0 35px;
    text-align: center;
}

.login__toggle span {
    color: var(--bs-primary);
    cursor: pointer;
    font-weight: 700;
}

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    line-height: 1.9;
}

.custom-control.alt {
    padding-left: 0;
    padding-right: 1.5rem;
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    cursor: pointer;
    padding-left: 5px;
}

.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 20px;
    height: 20px;
    pointer-events: none;
    content: '';
    background-color: #dee2e6;
    border: #adb5bd solid 1px;
    box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

.custom-control.alt .custom-control-label::before {
    left: auto;
    right: -1.5rem;
}

.custom-control.alt .custom-control-label::after {
    left: auto;
    right: -1.5rem;
}

.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 20px;
    height: 20px;
    content: '';
    background: 50% / 50% 50% no-repeat;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}

.custom-control-input:checked~.custom-control-label::before {
    color: var(--bs-white);
    border-color: var(--bs-primary);
    background-color: var(--bs-primary);
    box-shadow: none;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.login__terms {
    color: #465159;
    font-size: 14px;
    font-style: normal;
    padding-top: 18px;
    text-align: center;
    border-top: 1px solid #f0f0f0;
}

.login__terms a {
    color: #465159;
    font-weight: 500;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    margin-left: 2px;
}

.divison__slider .slick-dots {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0 0;
}

.divison__slider .slick-dots button {
    width: 10px;
    height: 10px;
    background-color: #ddd !important;
    border-radius: 50%;
    margin: 5px;
    font-size: 0;
    border: none;
    padding: 0;
}

.divison__slider .slick-dots .slick-active button {
    background-color: #444 !important;
}

.search-form {
    background-color: rgb(233 233 233);
    border: 1px solid rgb(222 226 231/1);
    padding: 10px;
    border-radius: 0.375rem;
    background-color: rgb(234 236 240/1);
}

.form-wrapper {
    display: flex;
    margin: 0 -5px;
    flex-wrap: wrap;
}

.search-input {
    flex: 0 0 auto;
    padding: 0 5px;
    width: calc(33.33% - 50px);
}

.search-btn {
    flex-shrink: 0;
    width: 150px;
    padding: 0 5px;
}

.search-btn button {
    height: 100%;
    width: 100%;
    border-radius: 5px;
}

.select2-container .select2-selection--single {
    min-height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
    font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
    width: 30px;
}

.select2-container {
    font-size: 14px;
}

.tab__nav {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100%;
    box-shadow: 0 -10px 20px 0px hsl(0deg 0% 55% / 8%);
    display: flex;
}

.tab__nav .btn {
    padding: 5px 19px;
    height: auto;
    font-weight: 500;
    font-size: 15px;
    border: 1px solid rgb(0 0 0 / 10%);
    margin-left: -1px;
    background-color: var(--bs-white);
    color: var(--bs-gray);
}

.tab__nav .btn:first-child {
    border-top-left-radius: 10px;
}

.tab__nav .btn:last-child {
    border-top-right-radius: 10px;
}

.tab__nav .btn.active {
    color: var(--bs-primary);
    border-bottom-color: var(--bs-white);
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    float: left;
    height: 40px;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 5px;
}

/*** ========== Institute Page css ========== ***/
