:root {
    --theme-accent: #ff63b1;
    --color-primary: #1d00cf;
    --color-default: #fff;
    --color-black: #000;
    --color-danger: #b50706;
    --text-light-primary: #646c7b;
    --color-dark: #1d1d1d;
    --color-light-dark: #646c7b;
    --radius-sm: 11px;
    --light: 300;
    --normal: normal;
    --medium: 500;
    --semibold: 600;
    --bold: bold;
    --extrabold: 800;
    --black: 900;
    --fs-14: 14px;
    --fs-12: 12px;
    --fw-500: 500;
}
.rounded-lg{
    border-radius: 15px;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

*:focus-visible {
    outline: none;
}

body {
    font-family: "Work Sans", sans-serif;
    color: var(--color-dark);
}

section:not(.hero) {
    padding: 4.5rem 0px;
}

h1 {
    font-size: 4.25rem;
    font-weight: 600;
}

h2 {
    font-size: 3.125rem;
    font-weight: var(--bold);
    text-transform: capitalize;
}

h2 > span {
    position: relative;
    z-index: 1;
}

h3 {
    font-weight: 500;
}

.fs-14 {
    font-size: var(--fs-14) !important;
}

.fs-12 {
    font-size: var(--fs-12) !important;
}

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

/* =================  Font Weights =============== */
.font-bold {
    font-weight: var(--bold);
}

.font-semibold {
    font-weight: var(--semibold);
}
.fw-medium {
    font-weight: var(--fw-500);
}
.color-primary {
    color: var(--color-primary);
}
.color-secondary {
    color: var(--theme-accent);
}
img {
    width: 100%;
}

select {
    cursor: pointer;
}

a {
    text-decoration: none;
}

.link {
    color: var(--color-primary);
}
.link.color-secondary {
    color: var(--theme-accent);
}
.link.color-secondary:hover {
    color: var(--theme-accent);
}
.section-header,
.section-header h3 {
    font-size: 2.25rem;
    font-weight: var(--bold);
}

.text-bold {
    font-weight: bold;
}

.text-semibold {
    font-weight: 600;
}

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

.form-control:focus {
    box-shadow: none;
}

.btn.btn-black {
    background-color: transparent;
    color: #000;
    border: 2px solid #000;
}

.btn.btn-black:hover {
    color: inherit;
}
.btn.btn-black-var-one {
    background-color: #000;
    color: #fff;
}

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

.nav-link.active {
    background-color: var(--color-primary);
}

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

.header-nav-search {
    position: relative;
    left: 25px;
}

.header-nav-search input {
    padding: 13px 16px;
    background-color: #f4f4f4;
    border: none;
    padding-left: 3rem;
    border-radius: 10px;
}

.header-nav-search i {
    position: absolute;
    top: 1.1rem;
    left: 1.1rem;
    color: #646c7b;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.banner-wrapper {
    position: relative;
}

.wider-container {
    max-width: 1450px;
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    margin: 0 auto;
}

.header {
    transition: all 0.5s;
    z-index: 997;
    background-color: #fff;
    height: 82px;
    width: 100%;
}

.header.overlayed {
    position: static;
    top: 0;
    left: 0;
    right: 0;
}

.header.header-variant-one.light {
    background-color: #fff;
}

.header.header-variant-one.light a {
    color: var(--color-dark);
}

.header.sticked.scrolled-header {
    background-color: var(--theme-accent);
    height: 80px;
}

.header.sticked.scrolled-header .logo img {
    transform: scale(0.74);
}

.header.sticked.scrolled-header .btn-secondary {
    background-color: var(--color-primary);
}

.header.sticked {
    /* position: fixed; */
    top: 0;
    right: 0;
    left: 0;
    background-color: transparent;
}

.hero .video-banner video {
    width: 360px;
    position: relative !important;
    bottom: 0;
    right: 0;
    z-index: 20;
}

.header .logo img {
    margin-right: 0.375rem;
    max-width: 150px;
    transition: all 0.5s;
}

.header .container-fluid {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.header .bordered-btn {
    border-radius: 6px;
}
.header .logo h1 span {
    color: #f96f59;
}

section {
    scroll-margin-top: 4.375rem;
}

.site-public-header .signup-n-login .btn {
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.site-public-header .signup-n-login .btn.btn-secondary {
    background: #ff63b1;
    outline: none;
    box-shadow: none;
    border-radius: 6px;
    border: none;
    line-height: 27px;
}

.site-public-header .signup-n-login .btn.btn-black {
    color: #1a01c7;
    border: 2px solid #1a01c7;
    border-radius: 6px;
}

.btn.donate-btn {
    padding: 0.5rem 1.7rem 0.5rem 2.6rem;
}
.btn.donate-btn::before {
    content: url(/assets/icons/donate.svg);
    position: absolute;
    top: 4px;
    left: 14px;
    top: 9px;
}

/*--------------------------------------------------------------
# Not Found Screen CSS
--------------------------------------------------------------*/

.content-empty-data {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    padding: 50px 20px;
}

.content-empty-data img {
    width: 100%;
    max-width: 465px;
    display: inline-block;
}

.content-empty-data h3 {
    margin: 40px 0 0;
    color: #081d35;
    font-size: 32px;
    font-weight: 800;
}

.content-empty-data p {
    margin: 0 0 0;
    line-height: 1.5;
    font-size: 20px;
    padding: 21px 0 27px;
}

.content-empty-data .btn {
    border-radius: 5px;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero .swiper .swiper-wrapper > *:nth-child(1) {
    background: url(../../assets/images/hero.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #00000026;
    background-blend-mode: multiply;
}

.hero .swiper .swiper-wrapper .industries-swiper-slide {
    background: url(../../assets/images/industary-banner-img-b.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
.card-img-top {
    height: 252px;
    object-fit: cover;
}
.hero .swiper .swiper-wrapper > *:nth-child(2) {
    background: url(../../assets/images/hero.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.hero .swiper .swiper-wrapper > *:nth-child(3) {
    background: url(../../assets/images/hero.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.hero .swiper-button-lock {
    display: flex;
}

.hero h1 {
    z-index: 1;
    text-transform: capitalize;
    font-weight: var(--black);
}

.hero .main-description {
    font-size: 3rem;
    font-weight: 300;
    max-width: 66%;
    margin: auto;
}

.hero .swiper {
    height: 100vh;
}

.swiper-scrollbar.swiper-scrollbar-horizontal {
    display: none;
}

.swiper-slide {
    display: grid;
    align-content: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    top: auto;
    left: 243px;
    bottom: -10px;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    top: auto;
    left: 320px;
    bottom: -10px;
}

.hero {
    position: relative;
}

.swiper-slide h1 span {
    position: relative;
    z-index: 1;
}

span.underline::after {
    content: "";
    position: absolute;
    bottom: 4px;
    height: 1.26rem;
    background: var(--theme-accent);
    left: 0;
    width: 100%;
    z-index: -1;
}

.swiper-counter {
    z-index: 1;
    min-width: 60px;
    padding: 0px;
    text-align: center;
    letter-spacing: 0.1em;
    color: var(--theme-accent);
    left: 12vw;
    font-size: 1.5rem;
}

.hero .swiper .swiper-bottom-area {
    position: absolute;
    bottom: 52px;
    z-index: 1;
}

.hero .swiper .swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

.swiper-counter::after {
    content: "";
    position: absolute;
    height: 1px;
    background: #fff;
    width: 10.1rem;
    top: 1rem;
    left: 60px;
}

* + .swiper-container {
    border-top: 1px solid rgba(255, 0, 0, 0.4);
}

.btn {
    padding: 0.5rem 2.12rem;
    border-radius: 6px;
    border: 2px solid transparent;
    font-family: "poppins", sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 5px;
}

section .btn {
    padding: 0.9rem 3.375rem;
}

section .btn.arrow-btn {
    padding: 0.75rem 2rem;
}

.btn:hover {
    color: #ffffff;
}

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

.btn-default {
    background-color: var(--color-default) !important;
}

/*.btn-default:hover {
    background-color: var(--color-primary) !important;
    color: var(--color-default) !important;
}*/

.btn-secondary {
    background-color: var(--theme-accent);
}

.btn-secondary:hover {
    background-color: var(--color-default) !important;
    color: var(--theme-accent) !important;
}

.btn-light {
    background-color: #f7f8f8;
    color: #394a5d;
}

.btn-transparent {
    background-color: transparent;
    border: 2px solid white;
    color: white;
}

.hero video {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 20;
}

.swiper-button-next,
.swiper-button-prev {
    border: 2px solid var(--theme-accent);
    border-radius: 50%;
    padding: 1.9rem;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f053";
    color: #fff;
    border: 1px solid var(--);
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f054";
    color: #fff;
    border: 1px solid var(--);
}

.hero-video-wrapper {
    z-index: 100;
    bottom: 0;
    right: 0;
}

.play-btn {
    width: 5.87em;
    height: 5.87em;
    background: radial-gradient(white 50%, #ffa50000 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden;
    z-index: 1;
}

.play-btn:before {
    content: "";
    position: absolute;
    width: 7.5rem;
    height: 7.5rem;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate-btn 2s;
    animation: pulsate-btn 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid var(--theme-accent);
    top: -15%;
    left: -15%;
    background: rgba(256, 256, 256, 0.5);
}

.play-btn:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid var(--theme-accent);
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.play-btn:hover:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    -webkit-animation: none;
    animation: none;
    border-radius: 0;
    background: none;
}

.play-btn:hover:after {
    border-left: 15px solid var(--theme-accent);
    transform: scale(20);
}

@-webkit-keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

/*---------------------------------------------------------------------
# Sign Up Multi Step Form
--------------------------------------------------------------------*/
.signup-flow-card {
    border: none !important;
    border-radius: 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.form-status {
    display: flex;
    justify-content: center;
}

.step-status {
    width: 78px;
    height: 6px;
    margin: 0 2px 0 3px;
    background-color: #dfe1e5;
}

.step-status.active {
    background-color: #ff63b1;
}

.shape-bottom-btn {
    position: absolute;
    top: 0;
    right: 10%;
}

.login-btn img {
    width: 36px;
    height: 36px;
}

.remember-me-checbox-section input,
label {
    cursor: pointer;
}

.form-main-wrapper .login-form-container .btn {
    color: #000;
}

.loginsignup-modal .modal-content {
    border-radius: 1rem;
}

.form-wrapper {
    background-color: #efefef;
}

#multi-step-form-container {
    padding: 5%;
    background-color: #fff;
    border-radius: 1rem;
}

.form-stepper a.listitem::before {
    position: absolute;
    top: 2.5rem;
    text-transform: uppercase;
    color: black;
    font-weight: 600;
    left: -1.625rem;
}

#multi-step-form-container form section .btn {
    background-color: #f7f8f8;
    color: #394a5d;
    min-width: auto;
    margin: 0.5rem;
    font-weight: 500;
    padding: 1rem 1.3rem;
}

.form-wrapper .form-inner {
    max-width: 80%;
    margin: auto;
}

.form-main-wrapper {
    background-color: rgba(0, 0, 0, 0.03);
}

.multisteps-form {
    background-color: #fff;
    border-radius: 20px 20px 0 0;
    padding-top: 2.9rem;
}

.header__title {
    margin-bottom: 1.9rem;
    font-size: 2.1rem;
}

.form-main-wrapper .content {
    width: 95%;
    margin: 0 auto 1.125rem;
}

.form-main-wrapper .content .content__title {
    font-size: 3.25rem;
    font-weight: 800;
    color: #081d35;
}

.form-main-wrapper .content .description {
    font-size: 20px;
    font-weight: normal;
}

.form-main-wrapper .content .content__title--m-sm {
    margin-bottom: 10px;
}

.multisteps-form__progress {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}

.multisteps-form__progress-btn {
    transition-property: all;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    transition-delay: 0s;
    position: relative;
    padding-top: 46px;
    color: #000;
    text-indent: -9999px;
    border: none;
    background-color: transparent;
    outline: none !important;
    cursor: pointer;
    font-weight: 600;
    text-transform: uppercase;
}

.floating-input-wrapper {
    position: relative;
    flex-grow: 1;
}

.floating-input-wrapper input {
    position: relative;
}

.floating-input-wrapper label {
    transition: 0.2s ease all;
    position: absolute;
    color: #646c7b;
    cursor: auto;
    font-weight: 500;
    top: 1rem;
    font-size: 1rem;
    left: 1rem;
    pointer-events: none;
    max-width: calc(100% - 25px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 1;
}

.multisteps-form .floating-input-wrapper label {
    left: 10px;
    font-size: 20px;
    font-weight: 500;
    pointer-events: none;
}

.multisteps-form .link {
    color: var(--color-primary);
}

.multisteps-form .floating-input-wrapper select {
    font-size: 20px;
    font-weight: 500;
}

.floating-input-wrapper textarea::placeholder {
    color: transparent !important;
}

.floating-input-wrapper textarea:focus::placeholder {
    color: #646c7b;
}

.floating-input-wrapper input::placeholder {
    color: transparent;
}

.floating-input-wrapper input:focus ~ label,
.floating-input-wrapper textarea:focus ~ label {
    color: var(--color-primary);
}

.floating-input-wrapper input:focus ~ label,
.floating-input-wrapper input:not(:placeholder-shown) ~ label,
.floating-input-wrapper textarea:focus ~ label,
.floating-input-wrapper textarea:not(:placeholder-shown) ~ label {
    top: 0.5rem;
    font-size: 0.75rem;
    left: 17px;
}

.floating-input-wrapper textarea:focus ~ label,
.floating-input-wrapper textarea:not(:placeholder-shown) ~ label {
    top: 2px;
    padding-top: 0.5rem;
}

.floating-input-wrapper textarea ~ label {
    width: calc(100% - 34px);
    background-color: #f4f4f4;
}

.floating-input-wrapper textarea:focus ~ label {
    background-color: #fff;
}

.floating-input-wrapper input:focus {
    border-color: var(--color-primary);
}

.floating-input-wrapper select:focus {
    border-color: var(--color-primary);
}

.floating-input-wrapper select:focus {
    box-shadow: none;
}

/* input[type="date"]::-webkit-datetime-edit {
    color: transparent;
} */

input[type="date"]::-webkit-calendar-picker-indicator {
    background-image: url(../../assets/icons/calendar.svg);
    width: 16px;
    height: 18px;
    cursor: pointer;
}

input[type="date"]:focus::-webkit-datetime-edit {
    color: black !important;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 16px !important;
    color: #dc3545;
}

select,
select.form-select,
.floating-input-wrapper input,
.floating-input-wrapper textarea,
.flushed-select2
    ~ .select2-container
    > .selection
    > .select2-selection.select2-selection--multiple {
    color: #646c7b;
    font-size: 1rem;
    border: 2px solid transparent;
    border-radius: 8px;
    background-color: #f4f4f4;
    padding: 1.5rem 1rem 0.5rem;
    font-weight: 500;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0);
    line-height: normal;
    transition: all ease 0.2s;
}

select,
select.form-select,
.flushed-select2
    ~ .select2-container
    > .selection
    > .select2-selection.select2-selection--multiple {
    padding: 1rem;
}

.floating-input-wrapper textarea:not(:placeholder-shown) {
    color: #000;
}

.floating-input-wrapper input:focus,
.floating-input-wrapper textarea:focus,
select:focus,
select.form-select:focus {
    background-color: #fff;
    border: 2px solid var(--color-primary);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.signup-flow-card textarea {
    background: #f4f4f4;
}

.signup-flow-card textarea {
    border-radius: 8px;
}

.multisteps-form .last-step h3,
.multisteps-form .last-step p {
    font-weight: 600;
}

.multisteps-form .last-step .btn {
    width: 200px;
}

.login-confirmation-modal h4 {
    font-weight: 500;
}

.login-confirmation-modal .btn-close {
    top: 10px;
    right: 10px;
}

.multisteps-form__progress-btn:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 32px;
    height: 32px;
    content: "";
    transform: translateX(-50%);
    transition: all 0.15s linear 0s,
        transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
    border: 1px solid #707070;
    border-radius: 50%;
    background-color: #fff;
    box-sizing: border-box;
    z-index: 3;
}

.multisteps-form__progress-btn:after {
    position: absolute;
    top: 12px;
    left: calc(-50% - 0.8rem / 2);
    transition-property: all;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    transition-delay: 0s;
    display: block;
    width: 100%;
    height: 5px;
    content: "";
    background-color: #c3c9d6;
    z-index: 1;
}

.multisteps-form__progress-btn.js-active:after {
    background-color: var(--theme-accent);
}

.multisteps-form__progress-btn:first-child:after {
    display: none;
}

.multisteps-form__progress-btn.js-active {
    color: var(--theme-accent);
}

.multisteps-form__progress-btn.js-active:before {
    background-color: currentColor;
}

.multisteps-form__form {
    position: relative;
}

.multisteps-form__form .button-row .btn:focus,
.multisteps-form__form .button-row .btn:hover,
.multisteps-form__form .button-row .btn:active {
    border: 2px solid transparent;
    box-shadow: none !important;
}

.multisteps-form__form .button-row .btn[type="submit"] {
    background-image: url(../icons/telegram.svg);
    background-repeat: no-repeat;
    background-position: top 8px right 0px;
}

.multisteps-form__panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    visibility: hidden;
}

.multisteps-form__panel.js-active {
    height: auto;
    opacity: 1;
    visibility: visible;
}

.multisteps-form__panel[data-animation="scaleOut"] {
    transform: scale(1.1);
}

.multisteps-form__panel[data-animation="scaleOut"].js-active {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    transform: scale(1);
}

.multisteps-form__panel[data-animation="slideHorz"] {
    left: 3.125rem;
}

.multisteps-form__panel[data-animation="slideHorz"].js-active {
    transition-property: all;
    transition-duration: 0.25s;
    transition-timing-function: cubic-bezier(0.2, 1.13, 0.38, 1.43);
    transition-delay: 0s;
    left: 0;
}

.multisteps-form__panel[data-animation="slideVert"] {
    top: 1.9rem;
}

.multisteps-form__panel[data-animation="slideVert"].js-active {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    top: 0;
}

.multisteps-form__panel[data-animation="fadeIn"].js-active {
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: linear;
    transition-delay: 0s;
}

.multisteps-form__panel[data-animation="scaleIn"] {
    transform: scale(0.9);
}

.multisteps-form__panel[data-animation="scaleIn"].js-active {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    transform: scale(1);
}

.multisteps-form__panel .button-row {
    background: #1d00cf;
    padding: 2.2rem;
    border-radius: 0px 0px 1rem 1rem;
    justify-content: space-between;
}

.multisteps-form__form h3.multisteps-form__title {
    text-align: center;
    font-size: 1.87rem;
}

.multisteps-form__form .multisteps-form__content button.btn-light {
    margin: 0.5rem;
    padding: 8px 1.5rem;
    font-size: 1.13rem;
    font-weight: 500;
}

.multisteps-form__form
    .multisteps-form__content
    button.btn.btn-light.tooltip-top.btn-box-shadow {
    box-shadow: none;
    border: solid 2px var(--color-primary);
    background-color: #e3f1ff;
    color: var(--color-primary);
}

.multisteps-form__form .multisteps-form__content button.btn-light:hover {
    color: inherit;
}

/* .multisteps-form__panel > :not(:last-child) {
    padding: 10px;
} */

.multisteps-form__panel .button-row .btn {
    background-color: transparent;
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
}

.multisteps-form__panelinner {
    padding: 5%;
}
/* .signup-form-holder.multisteps-form__panelinner {
    padding: 0%;
} */

/*--------------------------------------------------
# custom tooltip
----------------------------------------------------*/
.page-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.page-wrapper main {
    flex-grow: 1;
}

.tooltip-top,
.tooltip-right,
.tooltip-bottom,
.tooltip-left {
    position: relative;
    outline: none;
}

.tooltip-top:before,
.tooltip-right:before,
.tooltip-bottom:before,
.tooltip-left:before {
    content: attr(data-tooltip);
    padding: 8px 16px;
    width: 314px;
    color: #000;
    white-space: wrap;
    border-radius: 4px;
    border: 1px solid #ddb9ab;
    text-align: justify;
    font-weight: normal;
    box-shadow: 0 4px 13px 0 rgba(0, 0, 0, 0.11);
    font-size: 0.9rem;
    line-height: 20px;
    z-index: 998;
    border-radius: 15px;
}

.tooltip-top:after,
.tooltip-right:after,
.tooltip-bottom:after,
.tooltip-left:after {
    content: "";
    width: 0.9rem;
    height: 0.9rem;
    border: 1px solid transparent;
    border-left-color: #ddb9ab;
    border-bottom-color: #ddb9ab;
    z-index: 999;
}

.tooltip-top:before,
.tooltip-right:before,
.tooltip-bottom:before,
.tooltip-left:before,
.tooltip-top:after,
.tooltip-right:after,
.tooltip-bottom:after,
.tooltip-left:after {
    position: absolute;
    cursor: default;
    opacity: 0;
    background-color: #fee9e1;
    pointer-events: none;
    transition: all ease-out 0.15s;
    box-shadow: none;
}

.tooltip-top:hover:before,
.tooltip-right:hover:before,
.tooltip-bottom:hover:before,
.tooltip-left:hover:before,
.tooltip-top:hover:after,
.tooltip-right:hover:after,
.tooltip-bottom:hover:after,
.tooltip-left:hover:after {
    opacity: 1;
    margin: 0;
}

.tooltip-top:before {
    bottom: calc(100% + 8px + 4px);
    transform: translateX(-50%);
}

.tooltip-top:after {
    bottom: calc(100% + 3px + 4px);
    transform: translateX(-50%) rotate(-45deg);
}

.tooltip-top:before,
.tooltip-top:after {
    left: 50%;
    margin-bottom: -4px;
}

.tooltip-right:before {
    left: calc(100% + 8px + 4px);
    transform: translateY(-50%);
}

.tooltip-right:after {
    left: calc(100% + 3px + 4px);
    transform: translateY(-50%) rotate(-315deg);
}

.tooltip-right:before,
.tooltip-right:after {
    top: 50%;
    margin-left: -4px;
}

.tooltip-bottom:before {
    top: calc(100% + 8px + 4px);
    transform: translateX(-50%);
}

.tooltip-bottom:after {
    top: calc(100% + 3px + 4px);
    transform: translateX(-50%) rotate(-225deg);
}

.tooltip-bottom:before,
.tooltip-bottom:after {
    left: 50%;
    margin-top: -4px;
}

.tooltip-left:before {
    right: calc(100% + 8px + 4px);
    transform: translateY(-50%);
}

.tooltip-left:after {
    right: calc(100% + 3px + 4px);
    transform: translateY(-50%) rotate(-135deg);
}

.tooltip-left:before,
.tooltip-left:after {
    top: 50%;
    margin-right: -4px;
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/

.section-header h2.title {
    text-transform: capitalize;
    margin-bottom: 0;
}

.section-header h2.title.hero-title {
    font-weight: var(--black);
}

.section-header p.description {
    font-size: 1.5rem;
    font-weight: 300;
    padding-top: 2.75rem;
    padding-bottom: 2.25rem;
    line-height: 2.25rem;
}

h2.other-title {
    color: #0079f2;
    font-weight: 300;
    font-size: 3rem;
    padding-top: 12px;
}

h2.other-title.founder-signature {
    font-family: "Tomatoes";
}

p.description.founder-description {
    padding-top: 10px !important;
}

button.image-style img {
    height: 200px;
    object-fit: contain;
}

section.about {
    padding: 0px;
}

.about h3 {
    font-size: 1.75rem;
    margin-bottom: 3rem;
    font-weight: normal;
}

.about .btn-link {
    text-decoration: none;
}

a.btn-link {
    position: relative;
}

.btn-link.arrow-link::after {
    position: absolute;
    content: url(../icons/long-arrow.svg);
    width: 30px;
    height: 30px;
}

.about .call-us {
    left: 10%;
    right: 10%;
    bottom: 0;
    background-color: #fff;
    box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.08);
    padding: 1.25rem;
    text-align: center;
}

.about .call-us h4 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 5px;
}

.about .call-us p {
    font-size: 1.75rem;
    font-weight: bold;
    color: var(--color-primary);
}

.about .content ul {
    list-style: none;
    padding: 0;
}

.about .content ul li {
    padding: 0 0 10px 1.9rem;
    position: relative;
}

.about .content ul i {
    position: absolute;
    font-size: 1.25rem;
    left: 0;
    top: -3px;
    color: var(--color-primary);
}

.about .content p:last-child {
    margin-bottom: 0;
}

.about .feature-row {
    min-height: 352px;
    color: #fff;
}

.about .feature-row .box {
    padding: 16% 14%;
}

.about .feature-row .box .btn img {
    width: 1.25rem;
}

.about .feature-row > *:nth-child(2) {
    background-color: #1d1d1d;
}

.about .feature-row > *:nth-child(1) {
    background-color: var(--color-primary);
}

.about .feature-row > :last-child {
    background-image: url(../../assets/images/kidz.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.about .nav-tabs .nav-link {
    width: 20%;
    background-color: #f4f4f4;
    font-weight: 500;
    font-size: 1.12rem;
    line-height: 1.4rem;
    color: #495057;
    border: none;
}

.about .nav-tabs .nav-link.active {
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
}

.about .tab-content .content {
    padding-top: 7.5rem;
    padding-bottom: 7rem;
}

@media(max-width: 767.98px){
    .about .tab-content .content{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .section-header p.description {
        padding-top: 1.5rem;
    }
    .content .section-header .description, .helper-text-about {
        font-size: 18px;
    }
    .text-outline-heading {
        font-size: 40px !important;
        display: inline-block;
        margin-bottom: 12px;
    }
    .btn-wrapper .btn.btn-black-var-one {
        display: inline-block !important;
    }
    .thank-you-heading span{
        display: inline-block;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .founder-about .content .our-missions {
        padding-top: 0;
    }
    section.programs.founder-section {
        padding-top: 0 !important;
    }
    section.programs.founder-section {
        padding-top: 0 !important;
    }

    .timeLine-header {
        padding: 40px 15px 0;
    }

    .timeLine-header p.subtitle {
        font-size: 24px;
    }

    .timeLine-header h2.title {
        font-size: 27px;
        margin: 0;
    }
    .timeline > li {
        padding: 30px 20px !important;
    }
    section.three-col-holder {
        padding: 0 20px !important;
    }
    .three-col-holder .col-content-holder h3 {
        font-size: 26px !important;
    }
    .three-col-holder .col-content-holder p {
        font-size: 18px !important;
    }
    .tweets-by {
        margin-top: 17px;
        font-size: 32px;
        padding: 0 20px;
        margin-bottom: 0;
    }
}

/*--------------------------------------------------------------
# Our Programs
--------------------------------------------------------------*/
.programs .section-header p {
    max-width: 473px;
    text-transform: capitalize;
}

.programs .content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-top: 2.5rem;
}

.programs .box {
    background: #fee9e1;
    text-align: center;
    min-height: 100%;
    border: 1px dashed #cccad7;
}

.programs .box img {
    min-height: 6.75rem;
    width: auto;
}

.programs .box h4 {
    padding-top: 12px;
}

.wave {
    background: #efefef;
}

.wave img {
    width: 100%;
}

/*--------------------------------------------------------------
# Events
--------------------------------------------------------------*/
section.events {
    background: #1d1d1d;
}

.events .box img {
    width: 100%;
}

.events .box {
    position: relative;
}

h2.text-uppercase.mb-0 {
    font-size: 1.7rem !important;
    padding-top: 1rem !important;
}

.events .box .event-meta {
    height: 21px;
    font-size: 1.12rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: left;
    color: var(--color-primary);
}

.events .box .box-content {
    position: absolute;
    bottom: 42px;
    color: white;
    text-align: left;
    left: 41px;
    font-weight: 500;
}

.btn.btn-link {
    color: var(--theme-accent);
    background: transparent;
    padding: 0;
}

.btn-link img {
    width: 1.25rem;
}

.events .box .box-content h3 {
    max-width: 41.5rem;
    margin: 0.9rem 0 0.89rem;
    font-weight: 500;
    font-size: 1.75rem;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.18;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}

.events .btn-link img {
    width: 1.25rem;
}

.wave.alternate img {
    transform: rotate(180deg);
}

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials {
    text-align: center;
}

.testimonials h2 {
    max-width: 53rem;
}

.testimonials .testimonial-wrap {
    padding-left: 0.62rem;
}

.testimonials .testimonial-item {
    position: relative;
    max-width: 1087px;
    margin: 44px auto;
    padding: 21px 71px 3.125rem 79px;
    border-radius: 47px;
    box-shadow: 0 5px 1.75rem 0 rgba(0, 0, 0, 0.08);
    border: dashed 3px #707070;
    background-color: #fff8eb;
    text-align: justify;
}

.testimonials .slides-2 .swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

.testimonials .slides-2 .swiper-button-next::after,
.testimonials .slides-2 .swiper-button-prev::after {
    color: #000;
    font-size: 20px;
}

.testimonials .slides-2 .swiper-button-next,
.testimonials .slides-2 .swiper-button-prev {
    left: auto;
    top: auto;
    bottom: 140px;
}

.testimonials .slides-2 .swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 12%;
}

.testimonials .slides-2 .swiper-button-prev,
.swiper-rtl .swiper-button-next {
    right: 18%;
}

.testimonials .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 3.125rem;
    margin-right: 15px;
}

.testimonials .testimonial-item h3 {
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 31px;
    margin: 10px 0 5px 0;
    color: var(--theme-accent);
}

.testimonials .testimonial-item h4 {
    font-size: 1.4rem;
    color: #646c7b;
    margin: 0;
    line-height: 31px;
    font-weight: 400;
}

.testimonials .testimonial-item .stars {
    margin: 10px 0;
}

.testimonials .testimonial-item .stars i {
    color: #ffc107;
    margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
    color: #009d8b;
    font-size: 26px;
    line-height: 0;
}

.testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
    transform: scale(-1, -1);
}

.testimonials .testimonial-item p {
    margin: 15px auto 15px auto;
    color: #000000;
    font-size: 1.25rem;
    line-height: 1.9rem;
}

.testimonials .swiper-pagination {
    margin-top: 1.25rem;
    position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--color-primary);
}

/*--------------------------------------------------------------
# Hire Section
--------------------------------------------------------------*/
.hire {
    background-image: url(../../assets/images/hire.png);
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

.hire .content .btn {
    padding: 1.1rem 3.12rem;
}

.hire .form-wrapper {
    max-width: 28rem;
    min-height: 30rem;
    padding: 33px 2.2rem 53.3px 32px;
    opacity: 0.74;
    background-color: #222027;
}

.hire form::placeholder {
    font-size: 0.9rem;
    line-height: 1.12rem;
    text-align: left;
    color: #646c7b;
}

.hire form .form-control,
.hire form .form-select {
    padding: 1.1rem 1.25rem;
    background-color: #fff;
}

.hire form .form-select {
    font-size: 0.9rem;
    line-height: 1.12rem;
    text-align: left;
    color: #646c7b;
    cursor: pointer;
}

.form-check-input[type="checkbox"] {
    border-radius: 0;
    padding: 8px;
}

.form-check.ps-0 label {
    cursor: pointer;
}

.form-check.ps-0 input {
    cursor: pointer;
}

.btn-large {
    font-size: 1.5rem;
    padding: 1.12rem 3.125rem;
}

.hire .section-header p {
    font-size: 2.25rem;
    max-width: 500px;
}

.hire .section-header span:not(.underline) {
    color: var(--color-primary);
    font-weight: 500;
    font-size: 1.5rem;
}

/*--------------------------------------------------------------
# Job Postings
--------------------------------------------------------------*/
section.job-postings {
    background-color: #28252e;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.job-postings h2 {
    color: #fff;
}

.job-postings .section-header i {
    font-size: 26px;
}

.job-title {
    font-size: 1.5rem;
    font-weight: var(--bold);
}

.job-postings .posts-wrapper {
    margin-top: 2.25rem;
}

.job-postings .section-header .btn {
    font-size: 18px;
}

.job-postings .posts-wrapper .post-row {
    padding: 1.5rem 3rem;
    background-color: #fff;
    cursor: pointer;
}

.post-card .card-image {
    width: 88px;
    height: 88px;
}

.job-postings .posts-wrapper .post-row .stretched-link {
    display: contents;
}

.job-postings .posts-wrapper .post-row:not(:last-child) {
    margin-bottom: 1.75rem;
}

.job-postings .posts-wrapper .post-row .content {
    max-width: 74%;
}

.job-postings .post-row .range {
    color: #d60222;
    font-weight: bold;
    font-size: 1rem;
}

.job-postings .post-row > div span,
.post-date,
.posts-wrapper span {
    color: #808080;
    font-size: 1rem;
}

.job-postings .post-row .job-info a.btn,
.outline-primary,
.posts-wrapper span.outline-primary,
.job-postings .post-row > div span.outline-primary {
    color: var(--color-primary);
    display: block;
    border: 1px solid var(--color-primary);
    padding: 12px 1.75rem;
    font-size: 0.875rem;
    width: 170px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.posts-wrapper span.outline-primary svg,
.job-postings .post-row > div span.outline-primary svg {
    fill: var(--color-primary);
}

.job-postings .post-row .job-info > *:nth-child(2) {
    margin-left: 15px;
}

/*--------------------------------------------------------------
# Call To Action
--------------------------------------------------------------*/
.call-to-action {
    background-color: var(--color-primary);
    color: #ffffff;
}

.call-to-action .content a {
    color: var(--theme-accent);
    font-weight: 600;
}

.call-to-action .content span {
    font-weight: 600;
}

.call-to-action .container .row > :nth-child(1) {
    background-image: url(../../assets/images/shape-light.png);
    background-size: cover;
}

.call-to-action .section-header p {
    font-size: 42px;
    line-height: 1.26;
    max-width: 449px;
}

.call-to-action form input {
    background-color: #efefef;
    font-weight: 500;
    padding: 1.3rem 1.75rem;
    font-size: 1rem;
    line-height: 0.89rem;
}

.call-to-action .form-wrapper {
    max-width: 25.12rem;
    min-height: 23.9rem;
    padding: 61px 31px 59px;
    box-shadow: -10px 26px 0.8rem 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
}

/*--------------------------------------------------------------
# Blog Section
--------------------------------------------------------------*/

.card-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.16);
    min-height: 100%;
    position: relative;
}

.section-dark .event-card .card-content .title {
    color: #000;
}

.home-page .event-card .placeEvent {
    width: 145px;
}

.event-card .placeEvent {
    width: 65%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.card-wrap .card-content {
    padding: 35px 43px 70px 43px;
}

.events .card-wrap .card-img {
    height: 274px;
}

.events .card-wrap .card-img img {
    object-fit: cover;
}

.events .card-wrap .card-img .image-contain {
    object-fit: contain !important;
}

.events .card-wrap h3 {
    font-size: 24px;
}

.events a.card-main-wrapper {
    color: inherit;
    display: block;
}

.events .card-wrap .blog-tag-event-bg {
    position: absolute;
    left: -43px;
}

.events .card-wrap i {
    color: var(--color-primary);
}

.events .card-wrap .eventAttr span {
    color: #647287;
    font-weight: 500;
    font-size: 14px;
}

.card-wrap .card-content h3 {
    font-weight: var(--bold);
}

.card-wrap .card-content p {
    font-family: "poppins", sans-serif;
}

.card-wrap .card-content .card-meta {
    font-size: 0.8rem;
    font-weight: 600;
    position: relative;
}

.posts-wrapper .events .span {
    color: #fff;
}

.blog-tag-event-bg span {
    display: inline-block;
    background: var(--color-primary);
    color: #fff !important;
    height: 44px;
    line-height: 44px;
    padding: 0 40px;
    font-size: 16px;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 88% 50%, 100% 100%, 0 100%, 0% 50%);
}

/* .blog-tag-event-bg span::after {
    content: "";
    width: 44px;
    height: 44px;
    background: #fff;
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    z-index: 1;
    transform: rotate(45deg);
} */

section.blog .card-wrap .card-content p {
    max-width: 283px;
    font-family: "poppins", sans-serif;
    font-size: 1.125rem;
    margin-bottom: 0;
}

.card-wrap .card-content .post-date {
    position: absolute;
    background: var(--theme-accent);
    padding: 10px;
    width: 70px;
    height: 75px;
    text-align: center;
    right: 32px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: translateY(-75px);
}

.card-wrap .card-content .post-date span {
    font-family: "poppins", sans-serif;
    font-weight: 600;
    display: block;
}

.card-wrap .card-content .post-date > :nth-child(1) {
    font-size: 2.25rem;
    line-height: 1;
    margin-bottom: 0px;
}

.card-wrap .card-content .post-date > :nth-child(2) {
    font-size: 1rem;
    margin-bottom: 0px;
    font-weight: 600;
}

/* .blog .card-meta {
  position: absolute;
  bottom: 20px;
  right: 20px;
} */

/*--------------------------------------------------------------
# Partners
--------------------------------------------------------------*/
.partners {
    background-color: #f4f4f4;
}

.partners .partner-logo-wrap {
    /* display: inline-block;
    border-radius: 15px;
    box-shadow: 0 18px 19px 0 rgb(0 0 0 / 3%);
    background-color: #fff;
    padding: 1em;
    width: 240px;
    height: 111px; */
}

.partners .vertical-swap-slider .partner-logo-wrap img {
    width: 100%;
    height: 100%;
}
.nh-home-logos-wrapper h3 {
    font-size: 36px;
    font-weight: 600;
    padding-bottom: 30px;
}

.partners h2 {
    max-width: 857px;
    margin: auto;
}
.partners .partner-logo-wrap {
    width: 180px;
    height: 86px;
}
.partners .partners-logo-wrap img {
    widows: 100%;
    height: 100%;
    object-fit: contain;
}
.partners .slides-3 .swiper-wrapper {
    padding-top: 1.9rem;
    padding-bottom: 3.125rem;
}

.partners .slides-3 .swiper-slide {
    margin-right: 1.25rem !important;
    border-radius: 12px;
    border-radius: 15px;
    width: 240px;
    height: 111px;
    display: flex;
    border-radius: 15px;
    box-shadow: 0 18px 19px 0 rgb(0 0 0 / 3%);
    background-color: #fff;
    padding: 1em;
}

/*--------------------------------------------------------------
# Partners variant one
--------------------------------------------------------------*/

.partners-variant-one {
    background-color: #f4f4f4;
}

.partners-variant-one .partner-logo-wrap {
    display: inline-block;
}

.partners-variant-one img {
    width: 200px;
    height: 170px;
    object-fit: contain;
}

.partners-variant-one h2 {
    max-width: 857px;
    margin: auto;
}

.partners-variant-one .swiper {
    display: inline-block;
}

.partners-variant-one .slides-3 .swiper-wrapper {
    padding-top: 1.9rem;
    padding-bottom: 3.125rem;
}

.partners-variant-one .slides-3 .swiper-slide {
    margin-right: 1.25rem !important;
    height: 111px;
    border-radius: 12px;
}

.partners-variant-one .slides-3 .swiper-wrapper {
    height: 70px;
}

.partners-variant-one .slides-variant .swiper-wrapper {
    height: 70px;
}
/* HOME LOGOS SECTON */

.nh-home-logos-wrapper {
    padding: 85px 0;
}

.nh-logos-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.nh-logos-inner .logo-item {
    padding: 15px 20px;
}

.nh-logos-inner .logo-item img {
    width: auto;
    max-width: 160px;
    max-height: 50px;
    object-fit: contain;
}

.nh-logos-inner .swiper {
    height: 124px;
    margin: 0px;
}

.partner-logo-wrap {
    padding: 0 15px;
    width: 180px;
    height: 108px;
}

.partner-logo-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
    font-size: 1rem;
    padding-top: 3.125rem;
    background-image: url(../../assets/images/footer-bg.png);
    color: white;
    background-size: cover;
    background-position: center;
}

.footer .btn {
    padding: 0.9rem;
}

.footer .footer-info ul li:last-child {
    color: var(--theme-accent);
}

.footer .footer-info .logo {
    line-height: 0;
    margin-bottom: 25px;
}

.footer .footer-info .logo img {
    max-height: 40px;
    margin-right: 6px;
}

.footer .footer-info .logo span {
    font-size: 1.9rem;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
    font-family: var(--font-primary);
}

.footer .footer-info p {
    font-size: 0.9rem;
    font-family: var(--font-primary);
}

.footer .social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.7);
    transition: 0.3s;
    filter: saturate(1);
}

.footer .social-links a:hover {
    filter: saturate(2);
}

.footer h4 {
    font-size: 21px;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
}

.footer .footer-links {
    margin-bottom: 1.9rem;
}

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

.footer .footer-links ul i {
    padding-right: 2px;
    color: rgba(0, 131, 116, 0.8);
    font-size: 12px;
    line-height: 0;
}

.footer .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.footer .footer-links ul li:first-child {
    padding-top: 0;
}

.footer .footer-links ul a {
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

.footer .footer-links ul a:hover {
    color: #fff;
}

.footer .footer-contact p {
    line-height: 26px;
}

.footer .copyright {
    text-align: center;
}

.footer .credits {
    padding-top: 4px;
    text-align: center;
    font-size: 0.8rem;
}

.footer .credits a {
    color: #fff;
}

.footer .footer-gallery .gallery-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 8px;
}

.footer .footer-info > ul > li:last-child a {
    color: var(--theme-accent);
}

.footer .quick-link ul li a {
    font-size: 1.12rem;
}

.footer .copyright-container {
    background-color: #2b2b2b;
}

.footer .copyright-container-login-page {
    background: white !important;
}

.footer input {
    padding: 1rem 1.25rem;
}

.footer-variant-one span {
    color: #6b7381;
    font-family: "poppins", sans-serif;
}

.sub-btn {
    text-transform: initial !important;
}

.uni-phone-select select#country-code {
    height: 48px;
}

.footer-end-copyright {
    text-align: center;
}

.footer-end-copyright .text {
    color: #656565;
    font-size: 16px;
    font-weight: 400 !important;
    font-family: "Rubik", sans-serif;
    padding: 25px 0;
}

/*-------------------------------------
# Information Page
---------------------------------------*/

.hero-variant-one .swiper {
    height: 398px;
}

.hero-variant-one .swiper .swiper-content {
    padding-top: 50px;
    position: relative;
}

.main-content .btn {
    padding: 0.5rem 1.3rem;
}

.main-content h3 {
    font-size: 1.8rem;
}

.main-content h4 {
    font-size: 1.25rem;
}

.main-content h3,
.main-content h2,
.main-content h4 {
    font-weight: bold;
}

.main-content .badge {
    padding: 0.5rem 1rem;
    background-color: var(--color-primary);
    margin-bottom: 0.5rem;
}

.main-content ul.list-unstyled li {
    position: relative;
    padding: 0.6rem 1rem 0.6rem 1.9rem;
    font-size: 1.25rem;
    display: flex;
    align-items: flex-start;
}

.main-content ul.list-unstyled li::before {
    content: "";
    background-image: url(../../assets/icons/circled-right.svg);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    top: 1.1rem;
}

/* .info-page .main-content ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
} */
.info-page .main-content .badge {
    padding: 10px 15px 12px 16px;
    border-radius: 20.5px !important;
    font-size: 1rem;
}
.info-page .main-content .badge span {
    font-family: Rubik, sans-serif;
    font-weight: 400;
}
.info-page .main-content .main-desc p {
    font-weight: var(--fw-500);
}

.info-page .video-card img {
    height: 447px;
}
.accordion span {
    color: #707070;
}

.accordion .fellowship-accordian-content span {
    color: #fff !important;
}

.accordion-button {
    color: #707070 !important;
    font-weight: 600;
    font-size: 1.2rem;
    padding: 2rem 1rem 1rem 0rem;
}

.accordion-body {
    padding-left: 0px;
}

.accordion-item {
    border: none;
    border-bottom: 1px solid #707070;
    border-radius: 0;
}

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

.info-page .main-content h2:not(.accordion-header) {
    font-size: 3.1rem;
    padding-top: 2rem;
}

.info-page .description span,
.info-page .description a {
    font-size: 1.2rem;
}

.info-page .accordion > *:nth-child(1) {
    border-top: 1px solid #707070;
}

.subsection-description {
    color: #707070 !important;
    font-weight: 600;
    font-size: 1.2rem;
    padding: 2rem 1rem 1rem 0rem;
}

.btn-transparent:hover {
    background-color: #5c636a;
    border-color: #565e64;
}

/*-------------------------------------
# How it works Page
---------------------------------------*/
.how-it-works-page .main-content {
    max-width: 916px;
    margin: auto;
}

.how-it-works-page .hero .swiper .swiper-wrapper > *:nth-child(1) {
    background-image: url(../../assets/images/media-hero-img.webp);
}

.play-btn-variant {
    background: radial-gradient(rgba(0, 0, 0, 0.474) 50%, #ffa50000 52%);
}

.play-btn-variant::after {
    font: var(--fa-font-solid);
    content: "\f04b";
    font-size: 30px;
    position: absolute;
    color: #fff;
    left: 42%;
    top: 35%;
    transform: translateX(-40%) translateY(-50%);
    border-top: none;
    border-bottom: none;
    border-left: none;
    z-index: 100;
}

.play-btn-variant:hover::before {
    font: var(--fa-font-solid);
    content: "\f04b";
    font-size: 30px;
    position: absolute;
    color: #fff;
    left: 42%;
    top: 35%;
    transform: translateX(-40%) translateY(-50%);
    border-top: none;
    border-bottom: none;
    border-left: none;
    z-index: 100;
}

.play-btn-variant::before {
    border: 5px solid #fff;
}

.video-card.main-card .img-wrapper {
    height: 583px;
}

.video-card {
    text-align: justify;
    border-radius: 1.3rem;
    border: none !important;
}

.video-card img {
    border-radius: 1.3rem 1.3rem 0rem 0rem;
    object-fit: cover;
}

.video-card .video-duration {
    bottom: 24px;
    left: 20px;
    color: #fff;
    background-color: #00000046;
    border-radius: 12px;
    padding: 2px 6px;
    font-size: 0.8rem;
}

.video-card .video-meta {
    color: #9d9d9d;
}

.video-card .img-wrapper {
    width: 100%;
    /* height: 253px; */
}

.danger {
    color: var(--color-danger);
}

/*-------------------------------------
# Industry Page
---------------------------------------*/
.industry-page .main-content h2 {
    max-width: 70%;
    margin: auto;
}

.industry-page h3 {
    font-size: 1.5rem;
}
.programStyle .swiper .industry-page .list-cards-area .list-card .card-content {
    flex-basis: 64%;
}

.industry-page .hero .swiper .swiper-wrapper > *:nth-child(1) {
    background-image: url(../../assets/images/media-hero-img.webp);
}

.industry-page .main-description {
    font-size: 1.2rem;
    line-height: 1.56;
    padding-top: 0.5rem;
}

.industry-page .feature-row > *:nth-child(2) {
    max-width: 36%;
}

.industry-page .card {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid transparent;
    padding: 35px 20px 39px 35px;
}

.btn-outline-primary {
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
    font-weight: 500;
}

.btn-outline-primary:hover {
    background-color: var(--color-primary);
}

.posts-wrapper .list-card .btn {
    padding: 15px 21px;
}

.posts-wrapper .list-card .btn svg {
    fill: var(--color-primary);
}

.posts-wrapper .list-card .btn-outline-primary:hover svg {
    fill: #fff;
}

.posts-wrapper .price {
    color: var(--color-primary);
    font-size: 1.375rem;
    font-weight: 500;
}

.industry-page .video-card .img-wrapper {
    height: 420px;
}

.industry-page .video-card img {
    border-radius: 1.3rem;
}

.form-select:focus {
    box-shadow: none;
}

.industry-page select {
    padding: 21px 19.5px 20px 20px;
    background-color: #efefef;
    font-weight: 500;
    font-size: 16px;
    line-height: 0.81;
    letter-spacing: normal;
    text-align: left;
    color: #9d9d9d;
    max-width: 348px;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    height: 60px;
}

.industry-page .list-cards-area .section-header > :nth-child(2) {
    flex-basis: 50%;
    margin-left: auto;
}

ul.pagination nav {
    width: 100%;
}

ul.pagination nav div:nth-child(1) {
    align-items: center;
    justify-content: left !important;
    flex: 2;
}

ul.pagination nav div:nth-child(2) {
    align-items: center;
    justify-content: right !important;
}

.pagination .page-item:last-child .page-link {
    border: none;
    color: var(--color-dark);
}

.pagination .page-item > * {
    min-width: 2rem;
    text-align: center;
    font-size: 0.875rem;
    font-weight: var(--bold);
}

.pagination .page-item:first-child > *,
.pagination .page-item:last-child > * {
    font-weight: var(--medium);
    border: none;
}

.pagination .page-item button {
    color: #949aa4;
    background: transparent;
    border-color: #ececec;
}

.pagination .page-item.active span {
    background-color: var(--color-primary);
    /* border-radius: 5px; */
}

ul.pagination li.page-item.disabled span {
    background: transparent !important;
}

.custom-table nav {
    padding: 10px 1.3rem;
}

/*-------------------------------------
# Media Page
---------------------------------------*/
.media-page .hero .swiper .swiper-wrapper > *:nth-child(1) {
    background-image: url(../../assets/images/media-hero-img.webp);
}

.media-page .video-card img {
    border-radius: 1.3rem;
}

.media-page .portfolio .img-wrapper {
    height: 300px;
}

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

.portfolio .portfolio-flters {
    padding-left: 0px;
    margin: 0 auto;
    list-style: none;
    border-bottom: 1px solid #d8d2d2;
}

.portfolio .portfolio-row-head {
    margin-top: 3.5rem;
}

.portfolio h2 {
    font-size: 2.2rem;
}

.portfolio ul {
    border-bottom: 1px solid #d8d2d2;
}

.portfolio ul > li > .nav-link {
    color: #646c7b;
}

.portfolio ul > li > .nav-link.active {
    background-color: transparent;
    color: #000;
    font-weight: 600;
    border-bottom: 1px solid var(--theme-accent);
    border-radius: 0;
}

.portfolio .portfolio-flters li:hover,
.portfolio .portfolio-flters li.filter-active {
    border-bottom: 1px solid var(--theme-accent);
    font-weight: 600;
    color: #000;
}

.portfolio .portfolio-flters li:first-child {
    margin-left: 0;
}

.portfolio .portfolio-flters li:last-child {
    margin-right: 0;
}

.portfolio .portfolio-wrap {
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 1.3rem;
    height: 100%;
    overflow: hidden;
}

.portfolio .portfolio-wrap img {
    transition: 0.3s;
    position: relative;
    z-index: 1;
    object-fit: contain;
    height: 100%;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
    font-size: 18px;
    font-weight: 600;
    padding-right: 50px;
}

.portfolio .portfolio-wrap .portfolio-info h4 a {
    color: var(--color-default);
    transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info h4 a:hover {
    color: var(--color-primary);
}

.portfolio .portfolio-wrap .portfolio-info p {
    color: #6c757d;
    font-size: 14px;
    margin-bottom: 0;
    padding-right: 50px;
}

.portfolio .portfolio-wrap:hover img {
    transform: scale(1.1);
}

/*-------------------------------------
#  Donate Page
---------------------------------------*/
.donate-page .hero .resource-banner {
    background-image: url(../../assets/images/black-white-hero.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.donate-page .hero .resource-banner .text-wrapper {
    max-width: 68%;
}

.bottom-grid-style {
    position: relative;
}

.substainer-program .col-md-5 ul {
    padding-left: 0;
}

.substainer-program .col-md-5 p {
    margin-bottom: 2rem;
}

.substainer-program .col-md-5 ul li {
    font-size: 1.125rem;
    position: relative;
    display: flex;
    align-items: flex-start;
}

.substainer-program .col-md-5 ul li > span {
    margin-left: 1rem;
}

.substainer-program .col-md-5 ul li:before {
    content: "\e93d";
    font-family: "icomoon";
    color: var(--theme-accent);
    position: relative;
    top: 1px;
}
ul.custom-styled-list li::before {
    content: "\e93d";
    font-family: "icomoon";
    color: var(--theme-accent);
    position: absolute;
    top: 1px;
}
ul.custom-styled-list li span {
    padding-left: 31px;
    display: block;
    font-size: 20px;
}
.substainer-program .col-md-5 ul li:not(:last-child) {
    margin-bottom: 1.25rem;
}

.donate-page section:not(.hero) {
    padding-top: 5.75rem;
}

.donate-page section.substainer-program {
    padding-top: 8.75rem;
}

.donate-page section.opportunity-leader-wrapper {
    padding-top: 17.5rem;
}

.donate-page section.donate-fight-wrapper {
    padding-bottom: 3rem;
}

.donate-page .substainer-program h2 {
    font-size: 3rem;
}

.donate-page .substainer-program p {
    font-size: 1.125rem;
}

.payment-category-tabs .subcategory-tabs .nav-item:first-child .nav-link {
    border-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.payment-category-tabs .subcategory-tabs .nav-item:last-child .nav-link {
    border-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.bottom-grid-style::after {
    content: "";
    background-image: url(../../assets/images/Repeat-grid.svg);
    position: absolute;
    z-index: 10;
    width: 8em;
    height: 8em;
    background-repeat: no-repeat;
    bottom: -77px;
    right: calc(340px);
}

/*-------------------------------------
#  Sustainer Program Section
---------------------------------------*/

ul.custom-styled-list li a {
    position: relative;
    padding-left: 2rem;
    color: #000;
    font-size: 1.1rem;
}

ul.custom-styled-list li:not(:last-child) {
    padding-bottom: 1rem;
}

ul.custom-styled-list li a::before {
    content: "";
    background: url(../../assets/icons/circled-right.svg);
    background-repeat: no-repeat;
    top: 2px;
    left: 0;
    position: absolute;
    width: 30px;
    height: 30px;
}

.category-tabs-wrapper {
    border-radius: 1rem;
    background-color: #efefef;
    padding: 1.8rem;
}

.payment-category-tabs h3:first-child {
    font-weight: bold;
}

.payment-category-tabs .btn-primary:not(.subcategory-tabs ~ .tab-content .btn) {
    background-color: #fff;
    color: #224e79;
    width: 175.7px;
    height: 44px;
    padding: 11px 70.7px 9px 69px;
    border-radius: 5px;
    border: solid 1px #d8d8d8;
}

.payment-category-tabs
    .donate-continue-btn.btn-primary:not(
        .subcategory-tabs ~ .tab-content .btn
    ) {
    padding: 0.625rem 1.5rem;
}

.input-contain .dollar-icon-wrap {
    top: 0;
    background-color: #224e79;
    border-radius: 5px 0px 0px 5px;
    width: 46px;
    height: 46px;
    justify-content: center;
    display: flex;
    align-items: center;
}

.input-contain .dollar-icon-wrap img {
    width: auto;
}

.payment-category-tabs .input-contain input {
    padding: 0.6rem 0.6rem 0.7rem 3.2rem;
}

.subcategory-tabs li .nav-link {
    width: 100%;
}

.subcategory-tabs .nav-link.active {
    background-color: #224e79;
}

.subcategory-tabs .nav-link > svg > path {
    fill: #000;
}

.subcategory-tabs .nav-link.active svg > path {
    fill: #fff;
}

.payment-category-tabs .pay-btn {
    width: 198.8px;
    height: 52.1px;
    border-radius: 26px;
}

.payment-category-tabs > *:nth-child(2) {
    background-color: #fff;
    border: 2px solid var(--color-primary);
    padding: 1.8rem;
    border-radius: 1rem;
}

.paypal-btn.btn {
    background-color: #ffc33a;
    background-image: url(../../assets/icons/paypal.webp);
    background-repeat: no-repeat;
    background-position: center;
}

.google-pay-btn {
    background-color: #000000;
    background-image: url(../../assets/icons/google-pay-svgrepo-com.webp);
    background-repeat: no-repeat;
    background-position: center;
}

.subcategory-tabs .nav-link {
    background-color: #efefef;
}

.subcategory-tabs .nav-link:not(.active) {
    color: #000;
}

.subcategory-tabs ~ .tab-content .btn.btn-primary {
    padding: 0.9rem;
    width: 269.7px;
}

.subcategory-tabs ~ .tab-content p {
    color: #647287;
    font-size: 1.1rem;
    font-weight: normal;
}

.subcategory-tabs ~ .tab-content p span {
    font-weight: 600;
}

/*-------------------------------------
#  More Ways Section
---------------------------------------*/

.other-ways .card h5 {
    font-weight: bold;
    text-transform: capitalize;
    position: relative;
    font-size: 1.6rem;
    z-index: 1;
}

.other-ways .card h5 span {
    position: relative;
}

.other-ways span.underline::after {
    content: "";
    position: absolute;
    bottom: 0px;
    height: 0.5rem;
    background: var(--color-primary);
    left: 0;
    width: 100%;
    z-index: -1;
}

.other-ways .card p {
    color: #000;
    font-weight: 500;
}

/*-------------------------------------
#  Feature Video Section
---------------------------------------*/
.featured-video {
    background-image: url(../../assets/images/hbcu-power.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    position: relative;
}

.featured-video::before {
    content: "";
    background-image: url(../../assets/images/shape.png);
    background-position: no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -19px;
    z-index: 10;
    width: 100%;
    height: 83px;
    left: 0;
    right: 0;
    background-size: cover;
}

.featured-video::after {
    content: "";
    background-image: url(../../assets/images/shape.png);
    background-position: no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 83px;
    left: 0;
    right: 0;
    background-size: cover;
    transform: rotate(180deg);
}

.featured-video .img-wrapper {
    height: 562px;
    margin-bottom: -140px;
}

.featured-video .img-wrapper img {
    object-fit: cover;
    z-index: 12;
}

.featured-video .logo {
    width: 115px;
    height: 74px;
}

.featured-video .section-header {
    padding: 0px 8rem;
}

.featured-video h2 span {
    font-size: 9.2rem;
}

.featured-video .play-btn {
    z-index: 30;
}

/*-------------------------------------
#  OPPORTUNITIES LEADERS SECTION
---------------------------------------*/
section.opportunity-leader-wrapper {
    padding-top: 7rem;
    padding-bottom: 5.3em;
}

/*-------------------------------------
# Call To Action Section
---------------------------------------*/
.donate-page .call-to-action {
    background-color: #efefef;
    color: #000;
}

/*-------------------------------------
# Events Listing Page
---------------------------------------*/
.event-listing-page h5 {
    font-weight: bold;
}

.event-listing-page .event-card .eventAttr span {
    width: 240px;
}

.event-listing-page .main-content {
    background-image: url(../../assets/images/events-listing-bg.webp);
}

.event-listing-page .cards-wrapper {
    background: #fff;
    padding: 3.5rem;
}

.list-cards-variant .btn-wrapper {
    position: absolute;
    left: auto;
    top: 1rem;
    position: absolute;
    right: 1rem;
}

.event-listing-page .card {
    padding: 2.5rem;
}

.event-listing-page .list-card .icon-wrapper {
    width: 204px;
    height: 104px;
    border-radius: 20px;
    box-shadow: 0 11px 17px 0 rgb(0 0 0 / 6%);
    background-color: #ff63b1;
    line-height: 1;
}

.event-listing-page .list-card .icon-wrapper p {
    font-weight: bold;
    font-size: 3rem;
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.event-listing-page .list-card .icon-wrapper p span {
    font-size: 1.5rem;
    color: #fff;
}

.list-cards-variant .btn-wrapper {
    top: 2.5rem;
    right: 3.2rem;
}

.event-listing-page .posts-wrapper .list-card .btn {
    padding: 0.8rem 1.9rem;
}

.events-listing-page .main-content h2 {
    font-size: 30px;
}

.events-listing-page .card-header .btn {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
    padding: 0.5rem 2rem;
}

.pagination {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    padding-left: 20px;
    margin-bottom: 1.5rem;
}

.pagination-style-variant .page-item:last-child .page-link {
    color: #000;
    background-color: transparent;
    border: none;
}

.pagination-style-variant .page-item:not(:last-child) {
    margin-right: 0.75rem;
}

.pagination-style-variant .page-item {
    margin-bottom: 0.5rem;
}

.sticky-icon #social-links {
    z-index: 1;
    position: fixed;
    top: 15%;
    left: calc(100% - 54px);
    width: 220px;
    display: flex;
    flex-direction: column;
    z-index: 55;
}

.sticky-icon #social-links ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.sticky-icon #social-links a {
    border-radius: 50%;
    text-align: left;
    margin: 2px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px;
    font-size: 22px;
    font-weight: 500;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
}

.sticky-icon #social-links a:hover {
    color: #fff;
    transform: translate(0px, 0px);
}

.sticky-icon #social-links ul li:hover a {
    transform: rotate(360deg);
}

/*.search_icon a:hover i  {
	transform:rotate(360deg);}*/
.sticky-icon #social-links ul li {
    background-color: black;
    transform: translateX(0);
    padding: 3px 3px;
    border-radius: 50px 0px 0px 50px;
    transition: all 0.3s;
    cursor: pointer;
    position: relative;
    font-size: 24px;
    line-height: 1;
}

.sticky-icon #social-links ul li:not(:last-child) {
    margin-bottom: 10px;
}

.sticky-icon #social-links ul li:hover {
    transform: translateX(calc(-100% + 54px));
}

.sticky-icon #social-links ul > *:nth-of-type(1)::after {
    position: absolute;
    content: "Facebook";
    top: 15px;
    color: #fff;
    font-weight: 500;
    left: 64px;
}

.sticky-icon #social-links ul > *:nth-of-type(2)::after {
    position: absolute;
    content: "Twitter";
    top: 15px;
    color: #fff;
    font-weight: 500;
    left: 64px;
}

.sticky-icon #social-links ul > *:nth-of-type(3)::after {
    position: absolute;
    content: "Linkedin";
    top: 15px;
    color: #fff;
    font-weight: 500;
    left: 64px;
}

.sticky-icon #social-links ul > *:nth-of-type(4)::after {
    position: absolute;
    content: "WhatsApp";
    top: 15px;
    color: #fff;
    font-weight: 500;
    left: 64px;
}

.sticky-icon #social-links ul > *:nth-of-type(5)::after {
    position: absolute;
    content: "Text HBCU";
    top: 15px;
    color: #fff;
    font-weight: 500;
    left: 64px;
}

.sticky-icon #social-links ul > *:nth-of-type(1) {
    background-color: #2c80d3;
}

.sticky-icon #social-links ul > *:nth-of-type(2) {
    background-color: #53c5ff;
}

.sticky-icon #social-links ul > *:nth-of-type(3) {
    background-color: #0072b1;
}

.sticky-icon #social-links ul > *:nth-of-type(4) {
    background-color: #25d366;
}

.sticky-icon #social-links ul > *:nth-of-type(5) {
    background-color: #02FF00;
}

.sticky-icon #social-links ul > *:nth-of-type(1) a {
    background-color: white;
    color: #2c80d3;
}

.sticky-icon #social-links ul > *:nth-of-type(2) a {
    background-color: #fff;
    color: #53c5ff;
}

.sticky-icon #social-links ul > *:nth-of-type(3) a {
    background-color: #fff;
    color: #0072b1;
}

.sticky-icon #social-links ul > *:nth-of-type(4) a {
    background-color: #fff;
    color: #25d366;
}

/*-------------------------------------
# Job Board Page
---------------------------------------*/
.page-filter-area .input-contain {
    border: 1px solid #949494;
    background-color: #fff;
    padding: 15px 20px;
    height: 53px;
}

.nh-latest-job-section .main-question-card {
    margin: 0 10px !important;
}

.page-filter-area .btn-sm {
    padding: 6px 36px;
}

.custom-borderless-select {
    background-image: url(../icons/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: top 14px right 0px;
    background-size: 14px;
}

.page-filter-area .btn.btn-primary {
    padding: 13px;
}

.page-filter-area h4 {
    color: var(--color-primary);
}

.page-filter-area .input-contain input {
    border: none;
    padding: 0;
}

.page-filter-area .input-contain img {
    width: 20px;
}

.job-board-page .advance-search-row .btn:not(.btn-secondary) {
    width: 100%;
    background-color: #ebebeb;
    color: #000;
    padding: 12px 16px;
}

.custom-colored-select {
    width: 100%;
    background-color: #ebebeb;
    padding: 12px 16px !important;
    font-family: "poppins", sans-serif;
    font-weight: var(--medium);
    border: none;
    font-size: 0.875rem !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    background-image: url(../icons/arrow-down-light.svg);
    background-repeat: no-repeat;
    background-position: top 18px right 15px;
    background-size: 14px;
}

.page-filter-area {
    background-color: #fff;
}

.page-filter-area .dropdown-toggle {
    display: flex;
    justify-content: space-between;
}

.page-filter-area .btn {
    padding: 12px 16px;
}

.page-filter-area .btn-sm {
    padding: 9px 36px;
    width: 100%;
}

.page-filter-area .dropdown-toggle::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    border: none;
}

.job-board-page .advance-search-row i {
    color: var(--color-primary);
    font-size: 26px;
}

.job-board-page .hero .swiper .swiper-wrapper .swiper-slide,
.job-board-page .hero .banner-section {
    background-image: url(../images/jobborad-banner.webp);
    min-height: 396px;
    background-repeat: no-repeat;
    background-size: cover;
}
.loader-wrapper.right-aligned {
    position: absolute;
    left: 50%;
    top: 83%;
    transform: translate(-50%, -83%);
}

.rating-star img {
    width: 14px !important;
    height: 14px !important;
}

.rating-star ~ .value {
    font-weight: 600 !important;
}

.job-board-page .hero .banner-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
}

.banner-section:before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgb(0 0 0 / 40%);
}

.job-board-page .hero .banner-section h1 {
    color: #fff;
}

.job-board-page .custom-card .facility img {
    width: 17px;
    height: 17px;
    display: inline-block;
}

.job-board-page .custom-card .facility span {
    font-size: 12px;
    font-weight: bold;
    line-height: 17px;
}

.job-board-page .custom-card .tags-area {
    padding: 10px 0px 20px 0px;
}

.job-board-page .custom-card .tags-area span {
    font-size: 16px;
    border-radius: 5px;
    border: none;
    background: #f4f4f4;
    padding: 8px 13px;
    font-weight: 600;
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.08;
    letter-spacing: normal;
    text-align: left;
    color: #646c7b;
    display: inline-block;
}

.item .item-image {
    width: 50px;
    height: 50px;
    animation: loader 3s infinite ease-in-out;
    -webkit-animation: loader 3s infinite ease-in-out;
}

.item .content .title {
    height: 12px;
    margin: 10px;
    width: 200px;
    animation: loader 3s infinite ease-in-out;
    -webkit-animation: loader 3s infinite ease-in-out;
}

.item .content .short-title {
    height: 12px;
    margin: 10px;
    width: 350px;
    animation: loader 3s infinite ease-in-out;
    -webkit-animation: loader 3s infinite ease-in-out;
}

@keyframes loader {
    0% {
        background-color: rgba(165, 165, 165, 0.1);
    }

    50% {
        background-color: rgba(165, 165, 165, 0.3);
    }

    100% {
        background-color: rgba(165, 165, 165, 0.1);
    }
}

@-webkit-keyframes loader {
    0% {
        background-color: rgba(165, 165, 165, 0.1);
    }

    50% {
        background-color: rgba(165, 165, 165, 0.3);
    }

    100% {
        background-color: rgba(165, 165, 165, 0.1);
    }
}

.filter-icon {
    width: 6px;
    height: 24px;
    display: block;
}

.job-board-page .card {
    border-radius: 16px;
}

.job-details-card {
    border-radius: 16px;
    box-shadow: 0 18px 19px 0 rgba(0, 0, 0, 0.03);
    border: none;
}

.job-details-card .card-img {
    height: 128px;
}

.job-details-card .card-img img {
    object-fit: cover;
    border-radius: 16px 16px 0px 0px;
}

.job-details-card .card-content {
    padding: 28px;
}

.job-board-page .card .description {
    font-weight: normal;
    color: #000;
    min-height: 48px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 12px;
}

.job-board-page .custom-card .card-meta p {
    font-weight: bold;
    color: #000;
}

.job-board-page .right-side-column iframe {
    border-radius: 16px;
}

.job-board-page .profile-circled-img {
    width: 92px;
    height: 92px;
    padding: 10px;
    border-radius: 5px;
    border: solid 1px #707070;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.job-board-page .profile-detail-circled-img {
    width: 150px;
    height: 150px;
    padding: 10px;
    border-radius: 5px;
    border: solid 1px #707070;
    background-color: #fff;
}
.job-board-page .profile-circled-img img {
    border-radius: var(--radius-sm);
}

.job-details-card .about {
    margin-top: -70px;
}

.job-details-card .about h3 {
    padding-top: 10px;
    line-height: 1;
}

.job-board-page h3 {
    font-size: 22px;
}

.job-board-page h3,
.job-board-page h4 {
    font-weight: var(--extrabold);
    text-align: left;
    color: #000;
}

.job-board-page .content-empty-data h3 {
    text-align: center;
}

.job-board-page h4 {
    font-size: 16px;
}

.page-filter-area h4 {
    font-size: 16px;
    font-weight: 800;
    /* color: var(--color-primary); */
    color: #646c7b;
}

.job-board-page .btn:not(.btn-sm) {
    padding: 13px 36px;
}

.job-board-page .custom-card .card-meta p span {
    color: #d87878;
}

.job-board-page .card .location p {
    font-weight: 500;
    color: var(--text-light-primary);
    padding-left: 20px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.job-board-page .card .location p::before {
    content: url(../icons/location-icon.svg);
    position: absolute;
    left: 0;
    top: 2px;
}

.job-board-page h2 {
    font-size: 30px;
}

.job-details-card .job-details-complete-desc {
    height: 400px;
    overflow-y: auto;
}
.border-radius-0 {
    border-radius: 0 !important;
}
.height-400 {
    height: 400px !important;
}

ul.custom-styled-list li {
    position: relative;
}

ul.custom-styled-list-variant li::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: var(--color-primary);
    top: 8px;
    left: 0;
    position: absolute;
}

.job-board-page ul.custom-styled-list-variant li:not(:last-child) {
    padding-bottom: 0.5rem;
}

.btn.like-btn {
    width: 40px;
    height: 40px;
    padding: 9px 7.8px 9px 7px;
    border: solid 1px #f4f4f4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn.like-btn:hover i {
    color: #ef5151;
}

.like-btn-filled i {
    color: #ef5151;
}

.sticky-column {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.job-details-cards-wrapper.sticky-column .card:first-child {
    border-radius: 15px 15px 0px 0px;
    box-shadow: 0 3px 19px 0 rgba(0, 0, 0, 0.13);
    z-index: 1;
}

.job-details-cards-wrapper.sticky-column .job-full-description-card {
    border-radius: 0px 0px 15px 15px;
}

/* width */
.job-details-card .job-details-complete-desc::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.job-details-card .job-details-complete-desc::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.job-details-card .job-details-complete-desc::-webkit-scrollbar-thumb {
    background: #bdc0c6;
    border-radius: 3px;
}

/* Handle on hover */
.job-details-card .job-details-complete-desc::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.job-application-modal .modal-content {
    border-radius: 16px;
    max-width: 725px;
}

.job-application-modal .modal-content .apply-form {
    padding: 0px 42px;
}
.progress-wrapper {
    padding: 30px 0px;
}
/* .apply-form #progress li.step.active::after {
    content: "";
    width: 100vw;
    position: absolute;
    background: var(--color-primary);
    height: 9px;
    right: 52px;
    z-index: -1;
    top: 13px;
} */

.job-application-modal .modal-content .modal-head {
    padding: 32px 43px 22px 43px;
}

.job-application-modal .modal-foot {
    padding: 20px 43px;
    background-color: #f5f5f5;
    border-radius: 0px 0px 16px 16px;
}

.job-application-modal .modal-dialog {
    max-width: 725px;
}

.job-application-modal .profile-info-meta {
    background-color: #ebebeb;
    border-radius: 9px;
}

.job-application-modal .modal-head h5 {
    font-size: 24px;
    font-weight: 600;
    font-weight: 600;
}

.job-application-modal .profile-info-meta h3 {
    color: var(--color-primary);
    font-size: 24px;
    font-weight: bold;
}

.job-application-modal .profile-info-meta p {
    font-weight: 500;
    line-height: 1;
}

.job-application-modal .profile-info-meta span {
    font-weight: 600;
}

.custom-modal .btn-close {
    background: none;
    width: 1.8em;
    height: 1.8em;
    opacity: 1;
}

.custom-modal .btn-close:focus {
    outline: none;
    box-shadow: none;
}

.custom-modal .btn-close i {
    font-size: 30px;
}

.job-board-page .custom-card .filter-icon.dropdown-toggle::after {
    border: none;
}

.job-board-page .custom-styled-select {
    width: 100%;
}

.page-filter-area .custom-select-dropdown .btn {
    padding: 13px 5px;
    font-weight: normal;
    height: 53px;
}

.page-filter-area .custom-select-dropdown .btn:hover {
    color: #000;
}

.form-check-input[type="checkbox"],
.form-check-input[type="radio"] {
    border-radius: 0;
    padding: 10px;
    cursor: pointer;
}

.form-check[class*="col-"] {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
}

.form-check .form-check-input {
    margin-left: 0;
}

.form-check-input {
    margin-top: 0;
}

.range-wrap {
    position: relative;
    margin: 0 auto 1.3rem;
}

.range {
    width: 100%;
}

.bubble {
    color: var(--color-primary);
    position: absolute;
    left: 50%;
    transform: translate(-50%, -30px);
    width: 53px;
    height: 31px;
    padding: 8px 15px 7px 16px;
    border-radius: 15.5px;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    border: solid 1px var(--clear-blue);
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    border: 1px solid var(--color-primary);
    font-weight: 600;
}

.job-application-modal small {
    max-width: 375px;
    font-weight: 500;
    font-size: 12px;
}

.job-application-modal .apply-form .title h4 {
    font-size: 18px;
    font-weight: 600;
}

.job-application-modal .btn {
    border-radius: 5px;
    position: relative;
    padding: 10px 51px 10px 27px;
}

.job-application-modal .btn-back:hover {
    color: inherit;
}

.job-application-modal .modal-foot .btn-transparent {
    color: var(--color-secondary);
}

.job-application-modal .modal-foot .btn::after {
    content: url(../icons/Icon\ awesome-long-arrow-alt-right.svg);
    width: 16px;
    height: 16px;
    position: absolute;
    right: 26px;
    top: 12px;
}

.job-application-modal .modal-foot .btn-back::after {
    filter: invert(100%);
    content: url(../icons/Icon\ awesome-long-arrow-alt-right.svg);
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0px;
    top: 15px;
    transform: rotate(179deg);
}

.job-board-page .main-question-card {
    margin-top: 22px;
    margin-bottom: 8px;
}

.job-board-page .main-question-card .question-profile-section {
    padding: 27.7px 27.7px 23px 37.1px;
}
.job-board-page
    .main-question-card
    .question-profile-section
    .job-board-content
    > div {
    overflow: hidden;
}
.job-board-page .main-question-card .question-profile-section .job-title {
    font-family: "Rubik", sans-serif;
    color: var(--color-primary);
    overflow: hidden;
    white-space: nowrap;
    display: block;
    text-overflow: ellipsis;
    width: 100%;
    padding-right: 80px;
}
.job-board-page .main-question-card .question-profile-section .company-name {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #000;
}

.job-board-logo-content {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
}

.job-board-logo-here {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: solid 1px #707070;
    padding: 8px;
}

.job-board-logo-here img {
    max-height: 100% !important;
    max-width: 100% !important;
}

.job-board-content {
    padding-left: 15px;
    width: calc(100% - 80px);
}

.job-board-page .main-question-card .featured-icon {
    width: 26px;
    height: 33px;
    margin-top: 8px;
}

@media (max-width: 767.98px) {
    .main-content ul.list-unstyled li {
        font-size: 16px;
    }
    .hero .swiper .swiper-wrapper .industries-swiper-slide {
        background-size: cover !important;
    }
    .job-board-page .main-question-card .question-profile-section {
        padding: 20px 20px;
    }
    .job-board-logo-here img {
        height: 60px !important;
        width: 60px !important;
        padding: 4px;
    }
    .job-board-page
        .main-question-card
        .question-profile-section
        .job-board-content
        > div {
        min-width: 60px;
    }
    .job-board-page
        .main-question-card
        .question-profile-section
        .job-board-content
        div
        .raw-flex {
        flex-wrap: wrap;
    }
    .job-board-page .main-question-card .featured-icon {
        width: 20px;
        margin-top: 0;
        position: absolute;
        top: 0;
        right: 0;
    }
    .job-board-page .main-question-card .question-profile-section .job-title {
        padding-right: 50px;
        font-size: 18px;
    }
    .job-board-page
        .main-question-card
        .question-profile-section
        .company-name {
        line-height: 1.1;
        font-size: 14px;
    }
    .job-board-page .custom-card ul.facility li {
        display: flex;
    }
    .job-board-page .custom-card ul.facility li img {
        margin-right: 7px;
        margin-top: 1px;
    }
    .job-board-page .custom-card .facility span {
        font-size: 12px !important;
    }
}

.loader-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    inset: 0;
    z-index: 10000000;
    background: #000000b0;
}
.loader-wrapper img {
    width: 100px;
    height: 100px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loader-wrapper img {
    width: 100px;
    height: 100px;
}

.progress-bar {
    height: 9px;
    border-radius: 4.5px;
    background-color: #ebebeb;
    overflow: unset;
    width: 100%;
    position: relative;
}
.progress-bar .progress-stepper {
    width: 100%;
}
.progress-bar .progress-stepper.step-one {
    background: var(--color-primary);
    height: 10px;
    width: calc(25% - 50px);
    border-radius: 4.5px;
}
.progress-bar .progress-stepper.step-two {
    background: var(--color-primary);
    height: 10px;
    width: calc(50% - 50px);
    border-radius: 4.5px;
}
.progress-bar .progress-stepper.step-three {
    background: var(--color-primary);
    height: 10px;
    width: calc(75% - 50px);
    border-radius: 4.5px;
}
.progress-bar .progress-stepper.step-four {
    background: var(--color-primary);
    height: 10px;
    width: calc(95% - 50px);
    border-radius: 4.5px;
}
.progress-bar .progress-stepper.step-one .progress-percent {
    left: calc(25% - 53px);
}
.progress-bar .progress-stepper.step-two .progress-percent {
    left: calc(50% - 53px);
}
.progress-bar .progress-stepper.step-three .progress-percent {
    left: calc(75% - 53px);
}
.progress-bar .progress-stepper.step-four .progress-percent {
    left: calc(100% - 53px);
}
.progress-bar .progress-stepper .progress-percent {
    width: 53px;
    height: 31px;
    border-radius: 15.5px;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    background-color: #fff;
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
    left: 0;
    position: absolute;
    top: -11px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-family: "Work Sans";
}

.floating-label {
    position: relative;
    margin-bottom: 20px;
}

.floating-input,
.floating-select {
    font-size: 1rem;
    padding: 0.7rem;
    display: block;
    width: 100%;
    height: 50px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #cdd6de;
    border-radius: 0;
}

.floating-input:focus,
.floating-select:focus {
    outline: none;
    border-bottom: 1px solid var(--color-primary);
}

.floating-label label {
    color: #646c7b;
    font-size: 1rem;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 5px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.floating-input:focus ~ label,
.floating-input:not(:placeholder-shown) ~ label {
    top: -18px;
    font-size: 14px;
    color: #5264ae;
}

.floating-select:focus ~ label,
.floating-select:not([value=""]):valid ~ label {
    top: -4px;
    color: var(--color-primary);
    font-size: 12px;
}

.floating-select[value=""] {
    color: transparent;
}

.floating-select option {
    color: #000;
}

/* active state */

.floating-input:focus ~ .bar:before,
.floating-input:focus ~ .bar:after,
.floating-select:focus ~ .bar:before,
.floating-select:focus ~ .bar:after {
    width: 50%;
}

.floating-textarea {
    min-height: 30px;
    max-height: 260px;
    overflow: hidden;
    overflow-x: hidden;
}

/* highlighter */

.highlight {
    position: absolute;
    height: 50%;
    width: 100%;
    top: 15%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

/* active state */

/* .floating-input:focus~.highlight,
.floating-select:focus~.highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
} */

/* animation */

@-webkit-keyframes inputHighlighter {
    from {
        background: #5264ae;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #5264ae;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #5264ae;
    }

    to {
        width: 0;
        background: transparent;
    }
}

.uploaded-file-thumb {
    border: 1px solid #d1cdcd;
    border-radius: 10px;
    width: 287px;
}

.uploaded-file-thumb .file-type {
    background-color: #be4c33;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    border-radius: 10px 0px 0px 10px;
}

.view-btns-active {
    color: var(--color-secondary);
}

.view-btn-active {
    fill: var(--theme-accent) !important;
}

.view-btn-active g path {
    stroke: var(--theme-accent) !important;
}

/* --------------------
Events Page
-------------------- */
.events-page .cards-wrapper a {
    color: inherit;
}

.posts-wrapper .card-main-wrapper .blog-tag-event-bg span {
    color: #fff;
}

.floating-input-wrapper i,
.floating-input-wrapper svg:not(.file-upload-icon) {
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: var(--color-primary);
}

.off-canvas-form {
    background: #000;
    color: #fff;
}

.off-canvas-form .btn-close {
    color: #fff;
    opacity: 1;
    font-size: 30px;
    right: 1rem;
    top: 3rem;
}

/* usman haider */

/* otp and forgot password page */

section.forgot-password-section {
    background-color: #efefef;
    padding: 3rem 0;
    flex-grow: 1;
    display: flex;
    align-items: center;
}

.otp-main-section {
    height: 1000px;
    width: 100%;
    background-color: #000;
}

.resend-code-btn {
    font-weight: normal;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    background: none;
    border: none;
    color: var(--color-primary);
    margin-top: 20px;
}

.otp-section {
    width: 492px;
    height: 425px;
    padding: 42px 48.7px 36px 48.3px;
    border-radius: 15px;
    box-shadow: 0 18px 19px 0 rgba(0, 0, 0, 0.03);
    background-color: #fff;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.Verify-Your-Email {
    font-weight: 800;
    margin-bottom: 14px;
    padding-top: 14px;
    color: #081d35;
    display: block;
    font-size: 24px;
    font-weight: 600;
}

.email-code {
    font-weight: normal;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.39;
    letter-spacing: normal;
    color: #081d35;
    margin-top: 16px;
}

.verify {
    background-color: #1d00cf;
    margin-top: 38.5px;
    font-weight: 600;
    font-size: 20px;
    border: none;
    width: 100%;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.65;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    padding-top: 14px;
    padding-bottom: 14px;
}

.otp-text-field {
    border: none;
    border-bottom: 2px solid var(--color-primary);
    width: 68px;
    font-weight: bold;
    font-size: 48px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
}

.otp-text-fields-container {
    column-gap: 17px !important;
    margin-top: 49.2px;
    margin-bottom: 49.2px;
}

.otp-text-field:focus {
    outline: none;
}

div.omrs-input-group {
    margin-bottom: 1.5rem;
    position: relative;
    width: 100%;
}

.eyeInActive {
    display: none;
}

#inputPasswordToggleEye.active .eyeInActive {
    display: block;
}

#inputPasswordToggleEye.active .eyeActive {
    display: none;
}

.border-rounded {
    border-radius: 1rem;
}

/* Input*/
.omrs-input-underlined > input,
.omrs-input-filled > input {
    border: none;
    border-bottom: solid 1px #cdd6de;
    width: 100%;
    height: 2rem;
    font-size: 1.0625rem;
    /* padding-left: 0.875rem; */
    /* line-height: 147.6%; */
    /* padding-top: 0.825rem; */
    /* padding-bottom: 0.5rem; */
}

.omrs-input-underlined > input:focus,
.omrs-input-filled > input:focus {
    outline: none;
}

.omrs-input-underlined > .omrs-input-label,
.omrs-input-filled > .omrs-input-label {
    position: absolute;
    top: 0.9375rem;
    left: 0;
    line-height: 147.6%;
    /* color: var(--omrs-color-ink-medium-contrast); */
    transition: top 0.2s;
    color: #646c7b;
}

.omrs-input-underlined > svg,
.omrs-input-filled > svg {
    position: absolute;
    top: 0.9375rem;
    right: 0.875rem;
    fill: var(--omrs-color-ink-medium-contrast);
}

.omrs-input-underlined > .omrs-input-helper,
.omrs-input-filled > .omrs-input-helper {
    font-size: 0.9375rem;
    color: var(--omrs-color-ink-medium-contrast);
    letter-spacing: 0.0275rem;
    margin: 0.125rem 0.875rem;
}

.omrs-input-underlined > input:hover,
.omrs-input-filled > input:hover {
    /* background: var(--omrs-color-interaction-minus-two); */
    border-color: var(--omrs-color-ink-high-contrast);
}

.omrs-input-underlined > input:focus + .omrs-input-label,
.omrs-input-underlined > input:not(:placeholder-shown) + .omrs-input-label,
.omrs-input-underlined > input:valid + .omrs-input-label,
.omrs-input-filled > input:focus + .omrs-input-label,
.omrs-input-filled > input:not(:placeholder-shown) + .omrs-input-label {
    top: 0;

    margin-bottom: 32px;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    color: var(--color-primary);
}

.omrs-input-underlined .omrs-input-group input::placeholder {
    color: transparent;
}

.omrs-input-underlined:not(.omrs-input-danger)
    > input:focus
    + .omrs-input-label,
.omrs-input-filled:not(.omrs-input-danger) > input:focus + .omrs-input-label {
    color: var(--omrs-color-interaction);
}

.omrs-input-underlined:not(.omrs-input-danger) > input:focus,
.omrs-input-filled:not(.omrs-input-danger) > input:focus {
    border-color: var(--color-primary) !important;
}

.omrs-input-underlined:not(.omrs-input-danger) > input:focus ~ svg,
.omrs-input-filled:not(.omrs-input-danger) > input:focus ~ svg {
    fill: var(--omrs-color-ink-high-contrast);
}

/** DISABLED **/

.omrs-input-underlined > input:disabled {
    background: var(--omrs-color-bg-low-contrast);
    cursor: not-allowed;
}

/** DANGER **/

.omrs-input-danger > input {
    border-color: var(--omrs-color-danger);
}

.omrs-input-underlined > input {
    background: var(--omrs-color-bg-high-contrast);
}

.omrs-input-filled > input {
    background: var(--omrs-color-bg-low-contrast);
}

/* otp and forgot password page */

.hide-show-password-icon {
    height: 25px;
    width: 25px;
    position: absolute;
    right: 14px;
    top: 14px;
    z-index: 1;
    cursor: pointer;
}

.login-page-form {
    margin-top: 30px;
    text-align: center;
}

.login-form-section {
    min-height: 80vh;
    /* margin-top: 107px; */
    background-color: #efefef;
    /* overflow: hidden; */
}

.login-form-section input::placeholder {
    color: transparent;
}

/* login page */

/* .login-form-banner-container
{padding-left: 20%;
padding-right: 20%;} */
.card.video-card .video-radius video {
    object-fit: cover;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.login-form {
    padding: 68px 140px;
}

a.btn-login-with-google {
    display: flex;
    width: 100%;
    background-color: #f2f3f5;
    align-items: center;
    padding: 12px 0;
    text-align: center;
    justify-content: center;
    position: relative;
}

.login-text {
    font-weight: 500;
    font-size: 17px;
    display: inline-block;
}

.btn-login-with-google img {
    height: 32px;
    width: 32px;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 20px;
}

a.btn-login-with-facebook {
    display: block;
    background-color: #f2f3f5;
    padding: 12px 0;
    width: 100%;
    text-align: center;
}

.login-form-container.padding-login {
    background-color: #fff;
    padding: 43px 48.5px;
    height: 100%;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.remember-me {
    display: flex;
    justify-content: space-between;
    margin-bottom: 22px;
    align-items: center;
}

.remember-me-text {
    font-weight: normal;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.25;
    letter-spacing: normal;
    text-align: left;
    color: #081d35;
}

.Forgot-Password {
    font-weight: normal;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: var(--color-primary);
    position: relative;
    top: 0px;
}

.login-btn {
    width: 100%;
    background-color: var(--color-primary);
    font-weight: 600;
    font-size: 17px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    color: white;
    text-align: center;
    padding: 14px 0;
    border-radius: 5px;
}

.login-btn-mbl {
    width: 100%;
    background-color: #ff63b1;
    font-weight: 600;
    font-size: 17px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    color: white;
    text-align: center;
    padding: 14px 0;
}

span.login-with-profile a {
    color: #000;
    font-size: 17px;
    font-weight: bold;
}

#signupModal .modal-dialog.modal-dialog-centered {
    max-width: 550px !important;
}

.login-btn,
.login-with-google-btn,
.Forgot-Password {
    border: none;
}

.Forgot-Password {
    background: none !important;
    display: grid;
    position: relative;
}

.login-with-google-btn {
    display: flex;
    background-color: #f2f3f5;
    padding: 9px 0;
    width: 100%;
}

.login-with-google-btn img {
    width: 24px;
}

.login-form-container {
    background-color: #fff;
    padding: 48px;
    padding-right: 54.5px;
    height: 100%;
    margin-left: auto;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.alert.alert-danger.sign-alert img {
    width: 45px;
}

.alert.alert-danger.sign-alert {
    text-align: left;
    background: #fdf9f2 !important;
    border: 2px solid #ff63b1;
    padding: 12px 14px;
    display: flex;
    align-items: center;
    border-radius: 10px;
}

.alert.alert-danger.sign-alert span {
    color: #000;
}

.login-form-banner-container {
    max-width: 1085px;
    margin: auto;
}

.login-form-banner-container .video-card img {
    border-radius: 0rem 0.95rem 0.95rem 0rem;
}

.signup-section {
    font-weight: normal;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #081d35;
    margin-top: 42px;
}

.signup-section .signup-text {
    /* color: var(--clear-blue); */
    color: var(--color-primary);
    background: none;
    border: none;
}

.login-form-inputs {
    width: 424px;
    padding-bottom: 17px !important;
    padding-top: 30px !important;
}

.login-form-inputs:focus + .login-form-labels {
    color: var(--color-primary) !important;
}

.forgot-password-inputs:focus + .forgot-password-labels,
.forgot-password1-input:focus + .forgot-password1-label {
    color: var(--color-primary) !important;
}

/* .login-form-inputs:focus+.omrs-input-underlined>input, */
/* .omrs-input-filled>input {border-color: red !important;} */

/* login page */

/* about us page  */
.content .section-header .description,
.helper-text-about {
    font-weight: normal;
    font-size: 20px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;

    color: #000;
}

.call-to-action .content .section-header .description {
    color: #fff;
}

.about-us-page .hero .swiper .swiper-wrapper > *:nth-child(1) {
    background-image: url("../../assets/images/about-us-hero.png");
}

.about-us-page .programs .section-header p {
    max-width: 100%;
}

.theme-accent {
    color: var(--theme-accent);
}

.missions-section {
    background-color: #efefef;
}

.founder-section .founder-section-wrapper {
    padding-left: 10%;
    padding-right: 1%;
}

.founder-about .content .our-missions {
    padding-top: 50px;
}

.missions-content {
    padding-left: 5%;
}

.founder-image-section .founder-image {
    max-width: 600px;
    height: 655px;
    object-fit: cover;
}
.thank-you-heading {
    font-size: 36px;
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
}
.text-outline-heading {
    color: white;
    font-size: 40px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    font-size: 120px;
}

/* .founder-section-wrapper:first-child {
    height: 700px;
} */

/* .about-us-page-header .container-fluid .navbar ul li a,.about-us-page-header .container-fluid .navbar ul li a span
{color:white !important} */
.founder-section .section-header .founder-description {
    text-transform: unset;
}
.founder-image-section {
    position: relative;
    text-align: right;
}

.founder-image-section .social-icons-section {
    max-width: 600px;
    background: url(../../assets/images/Group\ 126853x.png);
    background-size: contain;
    position: absolute;
    bottom: -100px;
    height: 160px;
    right: 50px;
    display: grid;
    justify-content: center;
    align-content: center;
    grid-template-columns: repeat(5, 70px);
    width: 549.5px;
    padding: 138.7px 151.5px 138.7px 182.8px;
    object-fit: contain;
    background-repeat: no-repeat;
}

.founder-image-section .social-icons-section img {
    /* position: absolute; */
    /* left: 0; */
    /* right: 0; */
    /* margin: auto auto; */
    /* top: 0; */
    /* bottom: 0; */
    /* right: 25%; */
    height: 50px;
    width: 50px;
}

.founder-image-section .social-icons-section img:nth-of-type(2),
.founder-image-section .social-icons-section img:nth-of-type(3),
.founder-image-section .social-icons-section img:nth-of-type(4) {
    left: 20%;
}

.missions-section .container .row .col-lg-6 img {
    border-radius: 20px;
}

.press-section-hbcu {
    background-color: #343a46;
}

.press-section-hbcu .swiper-slide {
    text-align: left;
}

.press-section-hbcu {
    padding-left: 10% !important;
    padding-right: 10% !important;
}

.press-section-hbcu .swiper {
    padding-top: 60px;
    padding-bottom: 100px;
}

.press-section-hbcu .swiper .logo {
    height: 120px;
    background: #fff;
    padding: 1em;
    border-radius: 1rem;
}

.press-section-hbcu .swiper .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.press-section-hbcu .custom-card {
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    padding: 1em;
    /* min-height: 340px; */
}

.slides-4 .swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: auto;
    right: 80px;
    bottom: 0;
}

.slides-4 .swiper-button-next,
.swiper-rtl .swiper-button-prev {
    left: auto;
    right: 0;
    bottom: 0;
}

.press-section-hbcu .section-header .title {
    color: white;
    text-align: center;
}

.background-text-press {
    font-family: "tradition-arabic";
    color: grey;
    font-size: 100px;
    position: relative;
}

.background-text-press .press-helper-text {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    position: absolute;
    top: 58px;
    left: 0;
    right: 0;
    padding-bottom: 20.5px;
}

.background-text-press .press-helper-text:after {
    content: "";
    width: 100%;
    height: 3px;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 9;
    background: linear-gradient(to right, #fff 50%, #484e58 50%);
    margin-top: 100px;
}

/* .press-section-hbcu .row div {
  text-align: center;
} */

.press-section-hbcu .row {
    margin-top: 40px;
}

.press-section-description {
    font-family: "poppins", sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}

.learn-more-btn-press {
    background: none;
    border: none;

    font-weight: 600;
    font-size: 16px;
    color: #ff63b1;
    display: flex;

    /* font-weight: 600; */
}

/* .press-section-hbcu::before {
  background-image: url('assets/images/shape.png');
  content: "";
    background-color: #343a46;

  position: absolute;
  inset: 0;

} */

.user-info {
    display: flex;

    justify-content: space-between;
}

.tweets .row .tweet-card {
    padding-top: 21px;
    padding-left: 27px;
    padding-right: 36px;

    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0 0 32px 0 rgba(72, 93, 136, 0.15);
    padding-bottom: 21px;
}

.tweets .container .row {
    justify-content: space-evenly;
}

.our-mission-section .helper-text {
    color: #ff63b1;
    font-weight: bold;
    font-size: 20px;
}

.user-profile-img {
    height: 62px;

    width: 62px;
}

.username-container {
    display: flex;
}

.username-container {
    font-weight: 600;
}

.username-container span {
    font-weight: normal;
    color: #707070;
    font-size: 13px;
}

.twitter-icon {
    display: grid;
    align-content: center;
}

.username-container p {
    margin-left: 15.7px;
}

.tweet-content {
    font-weight: normal;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    margin-top: 21.5px;
}

.tweet-content a {
    color: var(--color-primary);
}

.tweets-by {
    margin-top: 50px;
}

.round-button {
    box-sizing: border-box;
    display: block;
    width: 80px;
    height: 80px;
    padding-top: 14px;
    padding-left: 8px;
    line-height: 20px;
    border: 6px solid #ff63b1;
    border-radius: 50%;
    color: #f5f5f5;
    text-align: center;
    text-decoration: none;
    background-color: #ff63b1;
    font-size: 20px;
    font-weight: bold;
    transition: all 0.3s ease;
    right: -20px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -20;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
}

.round-button:hover {
    background-color: #ff63b1;
    box-shadow: 0px 0px 10px rgba(255, 255, 100, 1);
    color: white !important;
    /* text-shadow: 0px 0px 10px rgba(255,255,100,1); */
}

.missions-section .container .row div {
    position: relative;
}

.aboutUs .swiper {
    height: 400px;
}

.aboutUs .swiper .swiper-wrapper > *:nth-child(1) {
    background: url("/assets/images/aboutBanner.png");
    background-size: cover;
}

.programs .section-header p {
    width: auto;
    max-width: max-content;
}

/* timeline section css */
.timeline {
    list-style: none;
    padding: 10px 20px;
    position: relative;
    /* max-height: 50vh;
    overflow-y: scroll; */
    overflow: hidden;
}
.timeline::-webkit-scrollbar {
    width: 7px;
}
.timeline::-webkit-scrollbar-track {
    background: transparent;
}
.timeline::-webkit-scrollbar-thumb {
    background: transparent;
}
/* .timeline::-webkit-scrollbar-thumb:hover {box-shadow: 0 0 7px var(--color-primary);} */
.timeline::-webkit-scrollbar-thumb:hover {
    box-shadow: 0 0 7px transparent;
}

/*.timeline:before {
*/
.time-line-seperator {
    top: 125px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    height: 5%;
    background-color: #eeeeee;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 0;
}

.timeline > li {
    margin-bottom: 0;
    position: relative;
    padding: 30px 0;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li > .timeline-panel {
    width: 46%;
    float: left;
    border-radius: 2px;
    padding: 25px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    background: #efefef;
}

.timeline > li:nth-of-type(odd) > .timeline-panel {
    text-align: right;
}

.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 50%;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #efefef;
    border-right: 0 solid #efefef;
    border-bottom: 15px solid transparent;
    content: " ";
    transform: translate(0, -50%);
}

.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 50%;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #efefef;
    border-right: 0 solid #efefef;
    border-bottom: 14px solid transparent;
    content: " ";
    transform: translate(0, -50%);
}

.timeline > li > .timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 50%;
    margin-left: -25px;
    background-color: #6e6e6e;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}
.timeline > li.active > .timeline-badge {
    background: #1a01c7;
}
.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-badge.primary {
    background-color: #008cba !important;
}

.timeline-badge.success {
    background-color: #43ac6a !important;
}

.timeline-badge.warning {
    background-color: #e99002 !important;
}

.timeline-badge.danger {
    background-color: #f04124 !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
    font-size: 30px;
    font-weight: bold;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

.timeline-body {
    font-size: 18px;
}

.timeline-body > p + p {
    margin-top: 5px;
}

h4.dateTimeline {
    width: 45%;
    color: #646c7b;
    font-size: 32px;
    font-weight: 500;
    position: absolute;
    transform: translate(0, -50%);
    top: 50%;
}

h4.rightSide {
    float: right;
    text-align: left;
    right: 0;
}

h4.leftSide {
    float: left;
    text-align: right;
}

.timelineHolder {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.timeLine-header {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 100px;
}

.timeLine-header .subtitle {
    font-size: 32px;
    color: #646c7b;
    text-align: center;
}

.founder-about .subtitle {
    font-size: 50px;
    font-family: "tomatoes-regular";
    color: var(--color-primary);
    margin-top: 50px;
}
.three-col-holder .col-content-holder {
    background: #fff;
    box-shadow: 0px 0px 0px 3px var(--color-primary);
    border-radius: 15px;
}
.three-col-holder .col-content-holder h3 {
    font-size: 36px;
}
.three-col-holder .col-content-holder {
    height: 100%;
    font-size: 24px;
    line-height: 1.7rem;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #333;
    font-weight: 400;
}
.three-col-holder .col-content-holder a {
    background: var(--color-primary);
    border-radius: 5px;
    color: #fff;
    padding: 10px 20px;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    transition: 0.3s;
    border: 1.5px solid var(--color-primary);
}
.three-col-holder .col-content-holder a:hover {
    background: transparent;
    border: 1.5px solid var(--color-primary);
    color: var(--color-primary);
    box-shadow: 0 0 7px var(--color-primary);
}
/* .three-col-holder .col-md-4:nth-child(2) .col-content-holder {
    background: #ff63b1;
}
.three-col-holder .col-md-4:nth-child(2) .col-content-holder a {
    color: #ff63b1;
}
.three-col-holder .col-md-4:nth-child(3) .col-content-holder {
    background: #1d00cf;
}
.three-col-holder .col-md-4:nth-child(3) .col-content-holder a {
    color: #1d00cf;
} */

@media (max-width: 991.98px) {
    .time-line-seperator {
        display: none;
    }
    .timeline > li > .timeline-panel {
        margin-top: 40px;
    }
    h4.dateTimeline {
        font-size: 26px;
    }
}
/* about us page  */

/* questions page  */
.question-tabs .tabs-container {
    display: flex;
    column-gap: 30px;
    justify-content: space-between;
    align-items: center;
}

.tabs-container .question-tab {
    border: none;
    background: none;
    font-weight: 600;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #646c7b;
    padding: 10px 27px;
    border-radius: 23.5px;

    /* color: #000; */
}

.question-tabs .container .row div .tabs-container .active {
    background-color: #fff;
    color: #000000;
}

.question-page-wrapper {
    background-color: #efefef;
}

section.question-tabs {
    padding-top: 40px;
}

.learn-more-card .top-image-section {
    text-align: center;
    column-gap: 19px;
    height: 73.8px;
    background-color: #f4e0c5;
    /* padding-left: 15.4px; */
    padding: 17.1px 15.4px;
    display: flex;
    width: 100%;

    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.learn-more-card .top-image-section img {
    height: 42px;
    width: 42px;
}

.learn-more-card p {
    font-weight: bold;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
}

.learn-more-card .btn-primary {
    background-color: var(--color-primary);
    color: #fff;
}

.main-question-card {
    max-width: 810.1px;
    background: #fff;
    margin-top: 44.7px;
    border-radius: 15px;
    position: relative;
}

.discussion_card,
.discussion_card .main-question-card {
    padding: 0 !important;
    max-width: 100% !important;
}
.icon-input-variant-one input {
    position: relative;
    padding-right: 30px;
}

.icon-input-variant-one img {
    position: absolute;
    right: 16px;
    top: 16px;
}

.icon-input-variant-one i {
    position: absolute;
    right: 16px;
    left: auto;
}
.discussion_card .main-question-card {
    margin-top: 0;
}

.discussion_card
    .question-tabs
    .discussion-comment-wrapper
    .question-info-container {
    border-radius: 15px !important;
}

.discussion_card
    .question-tabs
    .discussion-comment-wrapper
    .main-question-card {
    border-radius: 15px !important;
}

.comment-view::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #efefef;
}

.comment-view::-webkit-scrollbar {
    width: 7px;
    background-color: #f5f5f5;
}

.comment-view::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: var(--color-primary);
}

.main-question-card.active {
    border: 3px solid var(--color-primary);
}

.main-question-card .question-profile-section {
    display: flex;
    column-gap: 22px;
    padding: 33.7px 32.7px;
    position: relative;
}

.question-info-container.signle-comment-desc {
    z-index: 1;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); */
    position: relative;
    /* border-top-left-radius: 10px;
    border-top-right-radius: 10px; */
}

/*.main-question-card .question-profile-section img {
    height: 66px;
    width: 66px;
}*/

.main-question-card .question-profile-section div .profile-name-date {
    font-weight: 800;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #646c7b;
    margin-bottom: 0;
}

.profile-name-date strong {
    font-weight: 900;
}

.main-question-card .question-profile-section div .profile-name-date span {
    display: inline-block;
    padding-left: 8px;
}

.main-question-card .question-profile-section div .profile-name-date span {
    font-weight: 500;
    font-size: 14px;
    font-weight: normal;
    color: #646c7b;
}

.wrapper_discussion {
    width: 85%;
}

.main-question-card .question-profile-section div h3 {
    font-weight: 800;
    font-size: 22px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;

    letter-spacing: normal;
    text-align: left;
    color: #000;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    max-height: 52px;
    margin: 0 auto;
    line-height: 1;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main-question-card .question-profile-section div h3 a {
    color: #000;
    line-height: 1.7rem;
}

/*
.main-question-card .question-profile-section div p {
    font-weight: 500;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: left;
    color: #646c7b;
} */

#videoPage {
    width: 100%;
    height: 250px;
}

.main-question-card div .hero-video-wrapper {
    max-width: fit-content;
}

.glightbox-play-btn-questions {
    height: 60px;
    width: 60px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.hero-video-wrapper .position-relative {
    line-height: 0px;
}

.main-question-card div .hero-video-wrapper .play-btn::after {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid black;
}

.main-question-card div .hero-video-wrapper .play-btn:hover::before {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #fff;
}

/* .social-reactions-dropdown{margin-top: 18px;} */
.social-reactions-dropdown ul li {
    padding-left: 0;
}

.social-reactions-dropdown ul li a span {
    font-weight: bold;
    font-size: 16px !important;
    font-weight: bold !important;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.06;
    letter-spacing: normal;

    color: #646c7b !important;
    column-gap: 12px;
    display: flex;
}

.social-reactions-dropdown ul li {
    border: solid 1px #f4f4f4;
    padding: 0 18.4px;

    border-radius: 30px;
}

.social-reactions-dropdown ul li a span img {
    height: 22px !important;
    width: 22px !important;
    position: relative;
    top: 10px;
}

.social-reactions-container {
    display: flex;
}

.social-reactions-container-left {
    display: flex;
    column-gap: 27px;
}

.social-reactions-container-left button {
    font-weight: bold;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.06;
    letter-spacing: normal;
    border: none;
    background: none;
    color: #646c7b;
}

.social-reactions-container-left button img {
    height: 20px !important;
    width: 20px !important;
    margin-right: 8.4px;
}

.social-reactions-container {
    margin-top: 18px;
    justify-content: space-between;
}

.social-reactions-container button {
    font-weight: bold;
    font-size: 16px;
    border: none;
    background: none;
    color: #646c7b;
}

.social-reactions-container button img {
    width: 17.9px !important;
    height: 20.4px !important;
    margin-right: 10.1px;
}

.comment-box input {
    height: 74.1px;
    width: 100%;
    border: none !important;
    background-color: #f4f4f4;
    border-radius: 0px 0px 15px 15px;
}

.comment-box {
    position: relative;
    right: 0;
    left: 0;
    bottom: -0;
}

.comment-box .left-icon {
    position: absolute;
    width: 46.3px !important;
    height: 46.3px !important;
    bottom: 10px;
    left: 25px;
}

.comment-box .right-icons {
    display: flex;
    position: absolute;
    right: 24.3px;
    bottom: 10px;
}

.comment-box .right-icons img {
    height: 51px;
    width: 51px;
}

.comment-box input {
    padding-left: 80px;
}

.search-filters h3,
.questions-page-events-card h3 {
    font-weight: 800;
    font-size: 22px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.36;
    letter-spacing: normal;
}

.search-filters form input {
    border: none;
    border-bottom: solid 1px #cdd6de;
}

.search-filters form label {
    font-weight: 500;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.93;
    letter-spacing: normal;
    text-align: left;
    color: #1c1c1c;
    margin-top: 28px;
    margin-left: 15.6px;
}

.search-filters form label {
    font-weight: 500;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.93;
    letter-spacing: normal;
    text-align: left;
    color: #1c1c1c;
    margin-top: 28px;
    margin-left: 15.6px;
}

.search-filters form input[type="checkbox"] {
    transform: scale(1.3);
}

.hashtag-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hashtag-section .hashtag {
    font-weight: 600;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.25;
    letter-spacing: normal;
    text-align: left;
    color: #646c7b;
}

.hashtag-section span:not(.hashtag) {
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.77;
    letter-spacing: normal;
    text-align: left;
    color: #bbbdc1;
}

.btn-tags-section {
    margin-left: 0 !important;
    margin-top: 30px;
}

.social-media-tags {
    height: 198.6px;
}

.social-media-icons {
    display: flex;
    column-gap: 14.3px;
}

.social-media-icons img {
    width: 20px;
}

.upload-btn-wrapper {
    /* position: relative; */
    overflow: hidden;
    display: inline-block;
    position: absolute;
    right: 100px;
    top: 25px;
}

.upload-btn {
    border: 2px solid gray;
    color: gray;
    background-color: white;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: bold;
}

.upload-btn-wrapper input[type="file"] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.file-upload-icon {
    width: 16.5px !important;
    height: 33px !important;
    cursor: pointer;
}

.tabCustom {
    overflow: hidden;
    /* background-color: ; */

    border-bottom: 1px solid #d8d2d2;

    background-color: #f1f1f1;
    /* padding-bottom: 10px; */
    margin-bottom: 31px;
}

.tabCustom .nav-link.active {
    /* border-bottom: 2px solid #ff63b1; */
    border-radius: 0;
    color: #000000 !important;
    background-color: transparent !important;
    font-weight: 600;
}

.tabCustom .nav-link.active::after {
    content: "";
    background: #ff63b1;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    z-index: 1;
}

.tabCustom .nav-link {
    cursor: pointer;
    background-color: transparent;
    color: #646c7b;
    position: relative;
}

/* Style the buttons inside the tab */
.tabCustom button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tabCustom button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tabCustom button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

.swiper-content .get-advice-btn {
    background: white;
    color: var(--color-primary);
    border: none;
    width: 168px;
    height: 52px;
    font-family: "poppins", sans-serif;
    font-weight: 600;
    font-size: 16px;
    font-weight: 600;
    margin-right: 20px;
    margin-top: 34px;
}

/* .FAQ-hero .swiper .swiper-wrapper{
  width: 100%;
  height: 396px;
} */

/* .FAQ-hero .swiper {
    height: auto;
} */

.FAQ-hero .swiper .swiper-wrapper .swiper-slide {
    background-image: url(../../assets/images/questionsPageBanner.png);
}

.FAQ-hero .swiper .swiper-wrapper .swiper-slide .swiper-content h2 {
    font-size: 36px;
}

.main-question-card .question-info-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* height: 100%; */
    /*cursor: pointer;*/
}

.main-question-card .question-info-container .card-sm {
    max-width: 450px;
    border-radius: 8px;
}

.main-question-card .question-info-container .card-sm .img-wrapper {
    width: 100%;
    height: 215px;
}

.main-question-card .question-info-container .card-sm .img-wrapper img {
    border-radius: 8px 8px 0px 0px;
    object-fit: cover;
}

.main-question-card .question-info-container .card-sm .card-body {
    padding: 0.2rem;
}

.main-question-card .question-info-container .card-sm video {
    border-radius: 8px;
}

.main-question-card .question-info-container .card-sm h5 {
    font-weight: 600;
    color: black;
    font-size: 0.7rem;
}

.main-question-card .question-info-container .card-sm a {
    color: #646c7b;
    font-size: 0.6rem;
}

/* .hashtag-section .social-media-icons img
{} */
/* text-align: left;} */

/* questions page  */
/* about us page  */

/* Resource page  */

.rounded-nav.navbar a,
.rounded-nav.navbar a:focus {
    padding: 0.625rem 1.75rem;
    font-size: 1.125rem;
}

.rounded-nav.navbar a:hover:before,
.rounded-nav.navbar li:hover > a:before,
.rounded-nav.navbar .active:before {
    content: none;
}

.header-secondary-menu li a:hover,
.header-secondary-menu .active,
.header-secondary-menu .active:focus,
.header-secondary-menu li:hover > a {
    color: #000;
}

.resource-page .navbar a,
.resource-page .resource-page .navbar a:focus {
    padding: 10px 28px;
}

.bg-dark {
    background: #30302d !important;
}

.bg-blue {
    background: var(--color-primary) !important;
}

.clr-blue {
    color: var(--color-primary) !important;
}

.max-100 {
    max-width: 100% !important;
}

.rounded-card {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.header-secondary-menu ul li {
    padding: 0px;
    margin: 0 10px;
}

.header-secondary-menu ul li a {
    padding: 10px 28px;
    border-radius: 24px;
    font-size: 18px;
}

.header-secondary-menu ul li a:hover,
.header-secondary-menu ul li a.active {
    background: #fff;
    color: #000;
}

.resource-banner span.underline,
span.underline {
    position: relative;
    z-index: 1;
}

.resource-banner {
    min-height: 42.1875rem;
    display: flex;
    align-items: flex-end;
}

.resource-page .card-wrap .card-content h3 {
    font-size: 25px;
}

.resource-banner .text-wrapper {
    max-width: 695px;
    padding: 50px 0;
}

.resource-banner .text-wrapper h1 {
    color: #fff;
}

.resource-banner .text-wrapper p {
    color: #fff;
    margin: 0 0 0;
    font-size: 2.25rem;
    font-weight: var(--bold);
    line-height: 1.19;
}

.resource-page .tabs-blog-list .nav-pills .nav-link {
    padding: 0.9rem 3rem;
    color: black;
    font-weight: normal;
}

.resource-page .card-wrap > img {
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    height: 295px;
    object-fit: cover;
    width: 100%;
}

.resource-page .tabs-blog-list .nav-pills .nav-link.active {
    font-weight: var(--semibold);
    background-color: var(--color-primary);
    color: #fff;
    border-radius: 5px;
}

.resource-page .card-wrap,
.other-ways .card {
    position: relative;
    overflow: visible;
    box-shadow: -5px 5px 0 0 rgba(0, 0, 0, 0);
    transition: box-shadow ease-in-out 0.3s;
    border: none;
    border-radius: 12px;
}
.other-ways .card .card-body {
    height: 100%;
}
.other-ways .card {
    height: 100%;
}
.other-ways .card a:has(svg) {
    position: absolute;
    bottom: 20px;
}
.resource-page .card-wrap:hover,
.other-ways .card:hover {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.resource-page .card-wrap:after,
.other-ways .card:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: inset 0px 0px 0 1px rgb(100, 108, 123);
    pointer-events: none;
    border-radius: 12px;
    transition: box-shadow ease-in-out 0.3s;
}

.resource-page .card-wrap:hover:after,
.other-ways .card:hover:after {
    box-shadow: inset 0px 0px 0 3px rgb(29, 0, 207);
}

.filter-dropdown {
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    background: #c06162;
    background: #fff;
    position: relative;
    font-size: 18px;
    perspective: 1000px;
    z-index: 100;
    width: 125px;
    height: 45px;
    padding: 13px 26px 13px 19px;
    border-radius: 5px;
    border: solid 1px #ccd6de;
    background-color: #fff;
    font-weight: normal;
}
.filter-dropdown:hover {
    color: #000;
}
.filter-dropdown.dropdown-toggle::after {
    display: none !important;
}
.filter-dropdown ~ .dropdown-menu li a {
    position: relative;
    padding-left: 36px;
    font-size: 12px;
    font-weight: normal;
}
.filter-dropdown ~ .dropdown-menu li a::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    color: black;
    top: 8px;
    left: 16px;
    border-radius: 50%;
}

.filter-dropdown ~ .dropdown-menu > *:nth-child(1) > a::before {
    background: #47c181;
}

.filter-dropdown ~ .dropdown-menu > *:nth-child(2) a::before {
    background: var(--color-primary);
}

.filter-dropdown ~ .dropdown-menu > *:nth-child(3) a::before {
    background: #fccb41;
}

.filter-dropdown ~ .dropdown-menu > *:nth-child(4) a::before {
    background: #e6905b;
}

.filter-dropdown ~ .dropdown-menu > *:nth-child(5) a::before {
    background: #d370e3;
}

/* .dropdown_menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    perspective: 1000px;
    z-index: -1;
    margin-top: 10px;
    width: 125px;
    box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
}

.dropdown_menu li {
    display: none;
    color: #000;
    background-color: #fff;
    padding: 10px 20px 10px 28px;
    font-size: 12px;
    opacity: 0;
}

.dropdown_menu li:hover {
    background-color: #2980b9;
}

.dropdown:hover .dropdown_menu--animated {
    display: block;
    padding-left: 0px;
    border-radius: 5px;
}

.dropdown_menu--animated {
    display: none;
}

.dropdown_menu--animated li {
    display: block;
    opacity: 1;
}

.filter-dropdown .dropdown_menu {
    animation: growDown 300ms ease-in-out forwards;
    transform-origin: top center;
} */
/*
.blog-card-wrapper .text-start .card-content .text {
    min-height: 180px;
}
*/

.post-tag-label {
    position: absolute;
    top: 23px;
    left: 27px;
    background: #f1a304;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
    padding: 3px 8px;
}

.user-data-list-wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

ul.user-data-list {
    background: #fff;
    padding: 20px 35px;
    margin: 0;
    list-style: none;
}

ul.user-data-list li {
    font-size: 16px;
    color: #000;
    background: url(../../assets/images/long-arrow-right.png) no-repeat left
        center;
    background-size: 15px;
    padding: 5px 0;
    padding-left: 30px;
}

ul.user-data-list li a {
    color: #000;
}

.opportunity-content {
    max-width: 530px;
}

.opportunity-content h3 {
    font-size: 3rem;
    margin: 0 0 20px;
    font-weight: var(--bold);
    line-height: 1.29;
}

.opportunity-content p {
    margin: 0 0 30px;
    font-size: 18px;
    line-height: 1.22;
}

.opportunity-content a {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 2px solid var(--color-primary);
}

.opportunity-img {
    position: relative;
    padding-left: 105px;
}

.opportunity-img ul.user-data-list {
    box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.16);
    max-width: 225px;
    position: absolute;
    top: 0;
    left: 0;
}

.opportunity-img ul.user-data-list li a {
    border-bottom: 2px solid var(--color-primary);
}

.opportunity-img .main-large-img {
    max-width: 100%;
}

.resource-library-wrapper {
    background: #efefef;
    position: relative;
    padding: 150px 0 !important;
}

.resource-library-wrapper::after,
.resource-library-wrapper::before {
    content: "";
    background: url(../../assets/images/section-shape-bg-top.png) no-repeat top
        center;
    background-size: 100%;
    width: 100%;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.resource-library-wrapper::before {
    background: url(../../assets/images/section-shape-bg-bottom.png) no-repeat
        top center;
    bottom: 0;
    top: auto;
    height: 100px;
}

.resource-library-box {
    position: relative;
    z-index: 1;
}

.resource-library-box h2 {
    color: #fff;
    margin: 0 0 0;
}

.resource-library-box p {
    color: #fff;
    margin: 20px 0 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    max-width: 431px;
}

.resource-library-box {
    padding: 50px;
}

.resource-library-box .text {
    min-height: 160px;
}

.resource-library-box .btn {
    margin-top: 24px;
    background: #fff;
    color: #30302d;
    border: none;
    outline: none;
    box-shadow: none;
}

.donate-fight-wrapper .text {
    display: flex;
    align-items: center;
}

.donate-fight-wrapper .text h3 {
    font-size: 1.5rem;
    font-weight: var(--bold);
    margin: 0 0 0;
    padding-right: 20px;
}

.donate-fight-wrapper .text .btn {
    font-size: 24px;
    font-weight: 600;
}

/* Resource page end  */

/* .tabs-blog-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 11px;
  padding: 10px;
} */

.add_another_heading {
    color: var(--color-primary);
    cursor: pointer;
}

.blog-card-wrapper .card-wrap .card-content {
    position: unset;
    padding: 30px 30px 80px 30px;
}

.blog-card-wrapper .card-wrap .card-content p {
    margin-bottom: 30px;
}

.blog.blog-card-wrapper .card-content .card-meta {
    position: absolute;
    bottom: 30px;
    display: block;
    right: 30px;
    padding: 0 !important;
}
.blog.blog-card-wrapper .card-content .card-meta a {
    display: inline-block;
    text-decoration: none;
    width: 32px;
    height: 32px;
}
.blog.blog-card-wrapper .card-content .card-meta a img {
    display: block;
    width: 32px;
    height: 32px;
    object-fit: contain;
}

/* Resource page end  */

/* Gross Calculator page */
.gross-net-calculator-page .chart {
    max-width: 210px;
    margin: auto;
}
.gross-net-calculator-page .chart.width-auto {
    width: auto !important;
    max-width: 100%;
}

.hero .swiper .swiper-calculator {
    background: url(../../assets/images/calculator.png);
    background-size: cover;
    height: 396px;
    background-position: center;
    background-repeat: no-repeat;
}

.hero .main_title {
    font-size: 68px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.01;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.hero-variant-section {
    height: 47vh;
}

.container .heading {
    height: 33px;
    font-size: 22px;
    font-weight: bold;
    text-align: left;
    color: #000;
}

.wraping-text span {
    color: black;
    font-size: 21px;
    font-weight: bold;
    font-family: sans-serif;
}

.gross-net-calculator-page .floating-input-wrapper label {
    /* transition: 0.2s ease all;
    position: absolute;
    top: -10px;
    left: 2px;
    color: var(--color-primary);
    cursor: auto;
    font-weight: normal;
    font-size: 10px;
    line-height: 1; */
}

.main_bar {
    width: 100%;
    /* height: 63%; */
    padding: 30.9px 26px 36px;
    border: solid 1px #cdd6de;
    border-radius: 13px;
    background-color: #fff;
}

.chart {
    position: relative;
}

.chart .inner_content {
    position: absolute;
    top: 50%;
    left: 50%;
    align-items: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    width: 100px;
    height: 100px;
    transform: translate(-48px, 5px);
}

.char-limit {
    display: block;
    width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.inner_content span {
    text-align: center;
    align-items: center;
    font-size: 0.9rem;
}

.texs .menu span:nth-child(1) {
    width: 10px;
    height: 10px;
    background-color: #ff63b1;
    display: inline-block;
    margin-right: 3px;
}

.benfits .menu span:nth-child(1) {
    width: 10px;
    height: 10px;
    background-color: var(--color-primary);
    display: inline-block;
    margin-right: 3px;
}

.take_home .menu span:nth-child(1) {
    width: 10px;
    height: 10px;
    background-color: #767167;
    display: inline-block;
    margin-right: 3px;
}

.add_and_remove_elements {
    display: flex;
    justify-content: right;
    margin-bottom: 14px;
}

.add_and_remove_elements .buttons {
    display: flex;
    align-items: center;
}

.add_button .fa-circle-plus {
    font-size: 20px;
}

.add_button {
    font-weight: 500;
}

/* .add_button .fa-plus {
    color: white;
    padding: 0px;
    position: relative;
    width: 20px;
    height: 20px;
    font-size: 10px;
}

.add_button .fa-plus:before {
    position: absolute;
    top: calc(50% + 0.5px);
    left: 50%;
    transform: translate(-50%, -50%);
} */

/* login chaning by Qadeer */

.login-navbar a {
    color: #1d1d1d !important;
}

/* Latest ui fixes by Asad */
.header.sticked.scrolled-header .btn-secondary:hover {
    border: 2px solid transparent;
    background-color: #0b5ed7;
}

/* program page css  */
.programs .section-header p.description {
    width: auto;
    font-weight: var(--light);
    font-size: 1.375rem;
    line-height: 1.45;
    padding-right: 4rem;
    padding-bottom: 2.25rem;
    padding-top: 2.25rem;
    margin-bottom: 0;
}

.programs .our-missions.our-mission-section.section-header p.description {
    font-weight: var(--normal);
    font-size: 1.25rem;
}

.programs .section-header h2.title {
    font-weight: var(--black);
}

.swiper-slide h1 span {
    z-index: 1;
}

.programStyle .swiper {
    height: 100vh;
}
.programStyle .swiper-slide {
    background: transparent !important;
}
.video-banner-program {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.video-banner-program video {
    position: relative;
    z-index: 1;
    display: block;
}
.video-banner-program video::before {
    content: "";
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.programStyle .bannerContent {
    padding-top: 180px;
    padding-bottom: 180px;
}

.bannerContent {
    max-width: 950px;
    font-size: 30px;
    font-weight: bold;
}

/* educationFacts */
.educationFacts {
    margin-top: -120px;
    z-index: 1;
    position: relative;
}

.educationFacts .imageHolderBg {
    background: url("../../assets/images/hbcu-group.png");
    background-size: cover;
}

.educationFacts .imageHolder img {
    object-fit: cover;
    height: 100%;
}

.educationFactDesc h2 {
    font-size: 48px;
    font-weight: bold;
    z-index: 1;
    position: relative;
}

.educationFactDesc .facts h3 {
    font-size: 36px;
    color: var(--color-primary);
    font-weight: bold;
}

.educationFactDesc .facts strong {
    font-weight: 800;
}

.educationFactDesc .facts {
    font-size: 20px;
}

.shape {
    width: 100px;
    margin-top: 20px;
    margin-right: 15px;
    z-index: 0;
}

.shape img {
    width: 100%;
    object-fit: cover;
}

/* change */
/* .changeRightImage {
    position: absolute;
    right: 0;
    transform: translate(14%, -10%);
    width: 100%;
} */

.changeRightImage img {
    width: 100%;
}

.playIcon {
    animation: glowEffect 2s ease-in-out infinite;
    background: var(--theme-accent);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-65%, -25%);
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
}

.changeDesc {
    font-size: 20px;
}

/* old css from eventpage */
.change {
    padding-top: 150px !important;
    padding-bottom: 100px !important;
    margin-top: 50px;
}

.equalColumns {
    background: #efefef;
}

.equalColumns {
    background: #efefef;
}

.change.equalColumns .col-lg-4 {
    flex: auto;
}

.columnTitle h2 {
    font-size: 26px;
    font-weight: bold;
}

.columnDesc {
    font-size: 22px;
}

.columnNumber {
    color: #343a46;
    opacity: 0.1;
    font-size: 90px;
    font-family: "TraditionalArabic";
    position: absolute;
    bottom: 0;
}

.arrowRight {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    right: 29px;
    bottom: 29px;
}

.sectionTopEffect,
.sectionBottomEffect {
    position: absolute;
    width: 100%;
    height: 180px;
}

.sectionTopEffect img,
.sectionBottomEffect img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sectionTopEffect {
    top: 0;
    transform: translate(0, -50%);
    z-index: 1;
}

.sectionBottomEffect {
    bottom: 0;
    transform: translate(0, 50%);
    z-index: 1;
}

/* testimonial */
.testimonialSliderWrapper {
    background: #fff8eb;
    border: 3px dashed #707070;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
}

.testimonialSliderWrapper .slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.5s;
    transform: translate(-1200px, 0);
}

.testimonialSliderWrapper .slide.active {
    opacity: 1;
    position: relative;
    transform: translate(0, 0);
}

.testimonialSliderWrapper .testimonialText {
    margin-top: -40px;
}

.testimonialUser .userImage {
    width: 90px;
    height: 90px;
    overflow: hidden;
    border-radius: 50%;
}

.testimonialUser .userImage img {
    height: 100%;
    object-fit: cover;
}

.testimonialUser .userDetail {
    font-size: 14px;
}

.testimonialUser .userDetail h2 {
    font-size: 22px;
    color: var(--theme-accent);
}

.sliderButtons {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: 80px;
    margin-bottom: 50px;
    width: 100px;
    justify-content: space-between;
}

.sliderButtons .nextIcon,
.sliderButtons .prevIcon {
    border: 1px solid var(--theme-accent);
    font-size: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #707070;
    transition: 0.3s;
    cursor: pointer;
}

.sliderButtons .nextIcon:hover,
.sliderButtons .prevIcon:hover {
    background: var(--theme-accent);
    color: #fff;
}

.active {
    display: block;
}

.agenciesData .imageholder {
    padding-top: 15px;
    padding-bottom: 15px;
    height: 100px;
    background: #fff;
    border-radius: 15px;
}

.agenciesData .imageholder img {
    object-fit: contain;
    height: 100%;
}

/* keyframe animation */
@keyframes glowEffect {
    0%,
    100% {
        box-shadow: 1px 0px 19px 4px var(--theme-accent),
            inset 0px 0px 10px rgba(255, 255, 255, 0.5);
    }

    50% {
        box-shadow: 0px 0px 0px 0px rgba(255, 245, 3, 0),
            inset 0px 0px 0px rgba(255, 255, 255, 0);
    }
}

@media (max-width: 767.98px) {
    .Forgot-Password,
    .remember-me-text {
        font-size: 14px;
    }
    .educationFacts .imageHolderBg {
        background-size: cover;
        min-height: 350px;
        background-repeat: no-repeat;
        width: 100%;
        background-position: center bottom;
    }
    .educationFactDesc .facts h3 {
        font-size: 26px;
    }
    .educationFactDesc .facts p {
        font-weight: 800;
        font-size: 18px;
    }
    .info-page .main-content h2:not(.accordion-header) {
        font-size: 32px;
    }
    .educationFacts {
        padding-bottom: 0 !important;
    }
    .change {
        padding-top: 40px !important;
        padding-bottom: 50px !important;
        margin-top: 20px;
    }
    .educationFactDesc {
        text-align: center;
    }
    .educationFactDesc .logo-wrapper {
        width: 150px;
        height: auto;
        margin: 0 auto;
    }
    .changeRightImage {
        margin-bottom: 40px;
    }
    .testimonial-header {
        padding: 0 0 40px !important;
    }
    .testimonial-slider .testimonial-header p {
        font-size: 22px !important;
        font-weight: 700 !important;
        line-height: 1.2;
    }
    .testimonial-slider .testimonial-header h1 {
        font-size: 34px !important;
        font-weight: 700;
    }
    .jointestimonialbtn {
        margin-top: 10px !important;
    }
}

/* end program page css  */
/*-------------------------------------
#  Donate Page
---------------------------------------*/
.donate-page .hero .resource-banner {
    background-image: url(../../assets/images/donate-page-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    align-items: flex-end;
}

.donate-page .other-ways .card h5 {
    border-bottom: 9px solid transparent;
}

.donate-page .card-wrap:hover,
.other-ways .card:hover h5 {
    border-bottom: 9px solid var(--color-primary);
}

.resource-banner.donate-banner .text-wrapper {
    padding: 2rem 0;
}

.donate-page .hero .resource-banner.donate-banner h1 {
    margin-bottom: 1.25rem;
}

.donate-page .hero .resource-banner.donate-banner p {
    font-size: 1.5rem;
    max-width: 698px;
}

.donate-page .hero .resource-banner .text-wrapper {
    max-width: 68%;
}

.bottom-grid-style {
    position: relative;
}

.bottom-grid-style::after {
    content: "";
    background-image: url(../../assets/images/Repeat-grid.svg);
    position: absolute;
    z-index: 10;
    width: 8em;
    height: 8em;
    background-repeat: no-repeat;
    bottom: -77px;
    right: calc(340px);
}

/*-------------------------------------
 #  Sustainer Program Section
  ---------------------------------------*/
.donate-page h2 {
    font-weight: bold;
}

.donate-page .other-ways h2 {
    font-size: 3rem;
    margin-bottom: 2.5rem;
}

ul.custom-styled-list li {
    position: relative;
    padding-left: 2rem;
    color: #000;
    font-size: 1.125rem;
    display: block;
}

ul.custom-styled-list li:not(:last-child) {
    padding-bottom: 1rem;
}

ul.custom-styled-list li a::before {
    content: "";
    background: url(../../assets/icons/circled-right.svg);
    background-repeat: no-repeat;
    top: 2px;
    left: 0;
    position: absolute;
    width: 30px;
    height: 30px;
}

.category-tabs-wrapper {
    border-radius: 1rem;
    background-color: #efefef;
    padding: 1.8rem;
}

.payment-category-tabs h3 {
    color: var(--text-light-primary);
    font-weight: 700;
}

.payment-category-tabs h3:first-child {
    font-weight: var(--bold);
    font-size: 1.375rem;
}

.payment-category-tabs h3:first-child + p {
    font-size: 1.375rem;
}
.quick-amount-wrapper {
    position: relative;
}

.quick-amount-wrapper input[type="radio"] {
    appearance: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
}
/* .page-item:not(:first-child) .page-link{
    margin-left:0 !important;
} */
.page-link {
    border: 1px solid #dee2e6 !important;
}
.quick-amount-wrapper label {
    background-color: #fff;
    color: #224e79;
    padding: 0.625rem;
    border-radius: 5px;
    border: solid 1px #d8d8d8;
    width: 100%;
    text-align: center;
}

.quick-amount-wrapper input[type="radio"]:checked + label {
    background-color: var(--color-primary);
    color: #fff;
    font-weight: var(--semibold);
}

.quick-amount-wrapper input[type="radio"]:disabled + label {
    opacity: 0.5;
    background-color: #f0f0f0;
    color: #224e79;
    font-weight: var(--normal);
}

.payment-category-tabs .nav-link {
    font-weight: 600;
    color: #000;
    padding: 1rem 3.125rem;
    flex-grow: 0;
    font-size: 1.125rem;
    border: none;
}

.payment-category-tabs .nav-link.active {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.payment-category-tabs .nav-link.active {
    background-color: var(--color-primary);
    color: #fff;
}

.payment-category-tabs .nav.nav-tabs {
    justify-content: space-between;
    max-width: calc(100% - 72px);
    margin: 0 auto;
}

.input-contain .dollar-icon-wrap {
    top: 0;
    background-color: #224e79;
    border-radius: 5px 0px 0px 5px;
    width: 2.875rem;
    height: 2.875rem;
    justify-content: center;
    display: flex;
    align-items: center;
}

.input-contain .dollar-icon-wrap img {
    width: auto;
}

.subcategory-tabs li .nav-link {
    width: 100%;
}

.subcategory-tabs .nav-link.active {
    background-color: #224e79;
}

.subcategory-tabs .nav-link > svg > path {
    fill: #000;
}

.subcategory-tabs .nav-link.active svg > path {
    fill: #fff;
}

.payment-category-tabs .pay-btn {
    width: 198.8px;
    height: 52.1px;
    border-radius: 26px;
}

/* .payment-category-tabs > *:nth-child(2) {
    background-color: #fff;
    border: 2px solid var(--color-primary);
    padding: 1.8rem;
    border-radius: 1rem;
} */
.payment-category-tabs .tab-content {
    background-color: #fff;
    border: 2px solid var(--color-primary);
    padding: 1.8rem;
    border-radius: 1rem;
}

.payment-category-tabs .subcategory-tabs .nav-link {
    padding: 10px !important;
}

.paypal-btn.btn {
    background-color: #ffc33a;
    background-image: url(../../assets/icons/paypal.webp);
    background-repeat: no-repeat;
    background-position: center;
}

.google-pay-btn {
    background-color: #000000;
    background-image: url(../../assets/icons/google-pay-svgrepo-com.webp);
    background-repeat: no-repeat;
    background-position: center;
}

.subcategory-tabs .nav-link {
    background-color: #efefef;
}

.subcategory-tabs .nav-link:not(.active) {
    color: #000;
}

.subcategory-tabs ~ .tab-content .btn.btn-primary {
    padding: 0.9rem;
    width: 269.7px;
}

.subcategory-tabs ~ .tab-content p {
    color: #647287;
    font-size: 1.1rem;
    font-weight: normal;
}

.subcategory-tabs ~ .tab-content p span {
    font-weight: 600;
}

/*-------------------------------------
#  More Ways Section
 ---------------------------------------*/

.other-ways .card h5 {
    font-weight: var(--bold);
    text-transform: capitalize;
    position: relative;
    font-size: 1.5rem;
    margin-bottom: 0.625rem;
    z-index: 1;
}

.one-line-limit {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.two-line-limit {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* -webkit-line-clamp: 2; */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

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

.other-ways .card h5 span {
    position: relative;
}

.other-ways span.underline::after {
    content: "";
    position: absolute;
    bottom: 0px;
    height: 0.5rem;
    background: var(--color-primary);
    left: 0;
    width: 100%;
    z-index: -1;
}

.other-ways .card p {
    color: #000;
    font-weight: 500;
    font-size: 1.125rem;
    overflow: hidden;
    margin-bottom: 1.625rem;
    /* text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical; */
}

.other-ways .card .card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.other-ways .card a {
    align-self: flex-end;
}

/*-------------------------------------
   #  Feature Video Section
 ---------------------------------------*/
.donate-page section.featured-video {
    padding: 170px 0;
}
.donate-page section.featured-video::after {
    bottom: 0;
}
.featured-video {
    background-image: url(../../assets/images/hbcu-power.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    position: relative;
}

.featured-video::before {
    content: "";
    background-image: url(../../assets/images/shape.png);
    background-position: no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -19px;
    z-index: 10;
    width: 100%;
    height: 83px;
    left: 0;
    right: 0;
    background-size: cover;
}

.featured-video::after {
    content: "";
    background-image: url(../../assets/images/shape.png);
    background-position: no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 83px;
    left: 0;
    right: 0;
    background-size: cover;
    transform: rotate(180deg);
}

.featured-video .img-wrapper {
    height: 562px;
    margin-bottom: -140px;
}

.featured-video .img-wrapper img {
    object-fit: cover;
    z-index: 12;
}

.featured-video .logo {
    width: 115px;
    height: 74px;
    transform: translate(30px, 94px);
}

.featured-video .section-header {
    padding: 0px 8rem;
}

.featured-video .play-btn {
    z-index: 30;
}

/* donate page end */

/* Universities Page */
.universities-page .page-filter-area .custom-colored-select {
    margin-bottom: 16px;
}
.page-filter-area .custom-colored-select {
    height: 46px;
}
.universities-page .page-filter-area .custom-colored-select {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 200px;
    padding-right: 34px;
}
.card-loc-icon {
    width: 18px;
    height: 18px;
}
.universities-card .card-img {
    height: 209px;
}

.universities-card .card-img img {
    object-fit: cover;
}

/* End Universities Page */

/* Contact Page css */

.modal-body.contact-form-modal img {
    width: 145px;
}

.modal-content.contact-modal-content {
    text-align: center;
    padding: 70px 50px;
    border-radius: 20px;
}

article.contact-success-message .title {
    font-size: 36px;
    color: #ff63b1;
    line-height: 1.33;
    text-align: center;
    margin-top: 50px;
    font-family: "poppins", sans-serif;
    font-weight: 600;
}

article.contact-success-message p {
    font-size: 21px;
    font-weight: 500;
    margin-top: 10px;
}

.contact-modal-btn {
    padding: 18px 69px 18px;
    border-radius: 8px;
}

div#contactModal {
    top: 15% !important;
}

.sign-btn {
    font-weight: 600;
}

.space-input {
    gap: 15px;
    align-items: flex-start;
}

/* Contact Page css End */

.form-check-input:checked[type="radio"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked {
    background-color: #1d00cf;
    border-color: #1d00cf;
}

/* VYP Research css */

.VYP-Institute-page .hero .swiper .swiper-wrapper > *:nth-child(1) {
    background: url(../../../assets/images/professor-circle-banner.png);
    background-size: 110% 100%;
    background-position: -10px 0;
    background-repeat: no-repeat;
    padding-top: 140px;
    padding-bottom: 200px;
    text-align: center;
}

/* .VYP-Institute-page .hero .swiper .swiper-wrapper>*:nth-child(1):before {
    content: '';
    position: absolute;
    background: #000;
    opacity: 0.5;
    width: 100%;
    height: 100%;
} */
.patter-bg .swiper {
    padding: 100px 0 170px 0;
}
.hero.pattern-bg .swiper .swiper-wrapper > *:nth-child(1) {
    background: url(../../../assets/images/professor-circle-banner.png);
    background-size: 110% 100%;
    background-position: -10px 0;
    background-repeat: no-repeat;
    padding-top: 140px;
    padding-bottom: 200px;
    text-align: center;
}
.hero.pattern-bg .swiper {
    height: 480px;
}
article.jumbotron-article h1 {
    /* font-family: WorkSans; */
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000;
}

article.jumbotron-article p {
    /* font-family: WorkSans; */
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #081d35 !important;
}

article.left-content h3 {
    /* font-family: WorkSans; */
    font-size: 48px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}

article.left-content p {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #081d35;
    margin-top: 25px;
    font-family: "Rubik";
}

.right-side {
    width: 100%;
    max-width: 500px;
    height: 600px;
    margin: auto;
}

.VYP-Institute-page section.section-contact {
    background: url(/assets/images/contatc-back.svg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 9% !important;
}

section.section-contact .container {
    padding: 53px 59.7px 70.7px 61.6px;
    border-radius: 15px;
    box-shadow: 0 18px 19px 0 rgb(0 0 0 / 3%);
    background-color: #fff;
}

.submit-vyp.text-right {
    display: flex;
    justify-content: right;
    margin-top: 30px;
}

.submit-vyp button {
    padding: 12.1px 49px 12.1px;
    border-radius: 5px;
    background-color: #1d00cf;
    border: 1px solid #1d00cf !important;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
}

.contact-us-section.text-center h2 {
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.72;
    letter-spacing: normal;
    text-align: center;
    color: #000;
}

.contact-us-section p {
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #081d35;
}

.yellow-bar {
    width: 1045px;
    height: 60px;
}

.left-side img {
    /* width: 544px; */
    height: 497px;
    /* margin: 0 55px 0 0;
    object-fit: contain;
    border-radius: 207px; */
}

.black-background {
    background: #000;
    border-radius: 0 0 207px 0;
}

article.right-content h3 {
    margin: 66px 0 0 55px;
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.78;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}

article.right-content p {
    margin: 15px 26px 20px 55px;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}

article.right-content img {
    width: 274px;
    height: 69px;
    margin: 20px 184px 68px 55px;
    object-fit: contain;
}

.row.col-container .col {
    padding: 0 !important;
    margin: 0 !important;
}

/* VYP Research css End */

.job-postings .post-row .job-info .location a.btn.btn-outline-primary,
.job-postings .post-row .job-info .shift a.btn {
    font-size: 0.875rem;
}

.job-postings
    .post-row
    .job-info
    a.btn
    .job-postings
    .post-row
    .job-info
    .shift
    a.btn.btn-outline-primary {
    white-space: nowrap;
}

.job-postings .post-row .job-info .location a.btn.btn-outline-primary {
    white-space: nowrap;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.industry-posts .card.list-card:not(:last-child) {
    margin-bottom: 40px;
}

.section-dark h2,
.section-dark h3 {
    color: #fff;
}

/* SALARY CALCULATOR */

.wraping-text article h4 {
    font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}

/* SALARY CALCULATOR END */

/* Testimonial Page Css */

.testimonial-left h5 {
    font-size: 26px;
    font-stretch: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    font-family: "agaramond";
}

.testimonial-side-icon {
    display: flex;
    align-items: baseline;
}

.double-quote img {
    width: 35px;
    height: 100px;
    padding-top: 14px;
}

article.testimonial-details h3 {
    font-size: 23px;
    font-weight: bold;
    color: #000;
    margin-bottom: 4px;
}

article.testimonial-details h4 {
    font-size: 17px;
    font-weight: 600;
    color: #666;
    margin-bottom: 4px;
}

article.testimonial-details h6 {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #a0a0a0;
}

.testimonials-wrapper .row.testimonial-right-img > div:last-child,
.testimonials-wrapper .row:not(.testimonial-right-img) > div:first-child {
    padding: 0px 40px;
}

.border-side {
    border-left: 2px solid #1d00cf;
    padding-top: 0;
    margin-top: 0;
    padding-left: 1.25rem;
}

.border-side p {
    font-size: 16px;
    line-height: 1.29;
    text-align: left;
    margin-bottom: 0;
    color: #000;
}

.testimonials-page .hero .swiper .swiper-wrapper > *:nth-child(1) {
    background: url(../../assets/images/newbackground.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    background-blend-mode: multiply;
    aspect-ratio: 10/3;
}

.swiper-height {
    height: unset !important;
}

.banner-content h1 {
    font-size: 5.625rem;
    line-height: 0.71;
    text-align: center;
    color: #fff;
    font-family: "Rubik", sans-serif;
}

.banner-content h3 {
    font-size: 3rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    font-family: "Rubik", sans-serif;
}

/* Testimonial Page Css End */

/* New Discussion Page */

.discussion-new .hero .swiper .swiper-wrapper > *:nth-child(1) {
    background: url(../../assets/images/newbackground.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    background-blend-mode: multiply;
    aspect-ratio: 10/3;
}

.discussion-new {
    background: #efefef;
}
.discussion-new .bottom-btn {
    padding-left: 24px;
}
.discussion-new .bottom-btn .btn {
    width: 255px;
}
.discussion-new .tab-main .nav-link.active {
    border-radius: 0;
    color: #000000 !important;
    background-color: transparent !important;
    font-family: "Rubik", sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
}

.discussion-new .tab-main .nav-link.active::after {
    content: "";
    background: #1d00cf;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    z-index: 1;
}

.discussion-new .search-discussion .input-discuss-search {
    border: none;
    background: none;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #646c7b;
    padding: 15px 40px 15px 15px;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    font-weight: 500;
    background-color: #fff;
    border-radius: 26px;
    width: 263px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.discussion-new .profile-name h4 {
    font-size: 22px;
    font-weight: bold;
    color: #000;
}

.discussion-new .profile-name-date .profile-post-date p {
    font-family: "Rubik" !important;
    font-size: 14px !important;
    font-weight: bold !important;
    font-stretch: normal !important;
    text-align: left !important;
    color: #646c7b !important;
    margin-bottom: 0px !important;
}

.discussion-new .profile-name-date .profile-post-date {
    display: flex;
    align-items: center;
    gap: 20px;
}

.discussion-new .discussion-description {
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.discussion-new .discussion-description p {
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    padding-top: 12px;
}

.discussion-new .question-page-tags-section {
    display: flex;
    column-gap: 8px;

    margin-top: 22px;
}

.discussion-new .question-page-tags-section a {
    border: none;
    background: #f4f4f4;
    padding: 11px 22px;
    font-weight: 600;
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.08;
    letter-spacing: normal;
    text-align: left;
    color: #646c7b;
    border-radius: 30px;
}

.discussion-new .main-question-card .question-profile-section {
    display: flex;
    column-gap: 22px;
    position: relative;
    padding: 27.9px 31px 27.8px 34.1px;
    border-radius: 15px;
    box-shadow: 0 3px 39px 0 rgb(0 0 0 / 3%);
}

.name-views-comments {
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.discussion-profile-img-wrapper {
    display: flex;
}

.discussion-profile-img {
    padding-right: 15px;
}

.discussion-profile-img-wrapper .name-views-comments {
    width: 100%;
}

.views-and-coments {
    display: flex;
    align-items: center;
    gap: 20px;
}

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

.discussion-views img {
    width: 32px !important;
    height: 22px !important;
}

.discussion-views p {
    margin-bottom: 0px !important;
    font-family: "Rubik", sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: #646c7b;
}

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

.discussion-cmnts img {
    width: 32px !important;
    height: 22px !important;
}

.discussion-cmnts p {
    margin-bottom: 0px !important;
    font-family: "Rubik", sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: #646c7b;
}

.learn-more-card:nth-child(1) {
    margin: 123px 136.9px 20.4px 27px;
}

.learn-more-card {
    max-width: 256px;
    margin: 20px 136.9px 20.4px 27px;
    box-shadow: 0 18px 19px 0 rgb(0 0 0 / 3%);
    background-color: #fff;
    border-radius: 20px;
    padding: 20px 25px;
}

.learn-more-card h3 {
    margin-bottom: 15px;
    font-family: "Rubik", sans-serif;
    font-weight: bold;
    text-align: left;
    color: #000;
    font-size: 22px;
}

.learn-more-card button {
    color: #1d00cf;
    font-weight: bold;
    border: none;
    background: none;
    display: flex;
    align-items: center;
    margin-top: 16px;
}

.learn-more-card button img {
    height: 18.6px;
    width: 18.6px;
    margin-right: 11.6px;
}

.social-tags-discussion {
    display: flex;
    align-items: center;
    gap: 10px;
}

.social-tags-discussion img {
    width: 18px;
}

.calendar-date-box {
    height: 45px;
    width: 50px;
    background: #ffedf6;
    padding-left: 12px;
    padding-right: 11px;
    border-radius: 8px !important;
}

.calendar-date-box .month-name {
    font-size: 10px;
    font-weight: 500;
    padding-top: 6px;
}

.calendar-date-box span {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.55;
    letter-spacing: normal;
    text-align: center;
    color: #ff63b1;
}

.questions-page-events-card {
    max-width: 255px;
    margin-top: 20.2px;
    padding: 10px 24px 24px 24px;
    border-radius: 15px;
    box-shadow: 0 18px 19px 0 rgba(0, 0, 0, 0.03);
    background-color: #fff;
}

.questions-page-events-card {
    padding-left: 24.1px;
    margin-top: 20.2px;
}
.questions-page-events-card .event-display {
    margin-bottom: 18px;
}
.questions-page-events-card .event-display:first-child {
    align-items: start;
}

.questions-page-events-card div img {
    height: 44px;
    width: 47px;
}

.user-name-text {
    font-weight: 600;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}

.user-name-text .event-content {
    font-weight: normal;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: #646c7b;
    font-family: "Rubik", sans-serif;
}

.learn-more-card .btn-primary {
    color: #fff;
    border-radius: 5px;
    background-color: #1d00cf;
}

p.event-content {
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.search-discussion {
    position: relative;
}

.search-discussion i {
    position: absolute;
    right: 22px;
    top: 18px;
    color: #1d00cf;
}

.social-tags p {
    font-family: "Rubik", sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-align: left;
    color: #ff63b1;
    margin-bottom: 0px !important;
}

/* New Discussion Page End */

/* New Discussion Detail Start */

.discussion-detail-new .hero .swiper .swiper-wrapper > *:nth-child(1) {
    background: url(../../assets/images/newbackground.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    background-blend-mode: multiply;
    aspect-ratio: 10/3;
}

.discussion-detail-new {
    background: #fff;
}

.discussion-detail-new .question-profile-section {
    display: flex;
    align-items: flex-start;
    gap: 25px;
}

.discussion-detail-new .question-profile-section img {
    width: 65px;
}

.discussion-detail-new .loader-wrapper {
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translate(-50%, -30%);
    margin: auto;
    width: 120px;
}
.discussion-detail-new .loader-wrapper img {
    width: 80px;
    height: 80px;
}

.discussion-detail-new .note-editing-area {
    background: #fff !important;
}

.date-and-views {
    display: flex;
    align-items: center;
    gap: 20px;
}

.date-and-views h6 {
    color: #646c7b;
    font-family: "Rubik", sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.discussion-topic h3 {
    font-family: "Rubik", sans-serif;
    font-size: 26px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}

.topic-description p {
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}

.question-page-tags-section a {
    padding: 8px 19.1px 8px 19px;
    border-radius: 15px;
    background-color: #f4f4f4;
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.08;
    letter-spacing: normal;
    text-align: left;
    color: #646c7b;
}

.ans-btn button img {
    width: 20px !important;
}

.ans-btn button {
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.06;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}

section.answer-tab {
    background: #efefef;
}

.answer-profile-section img {
    width: 64px;
}

.answer-profile-section {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 37.6px 63.1px 29.6px 35.1px;
    border-radius: 15px;
    box-shadow: 0 3px 39px 0 rgb(0 0 0 / 3%);
    background-color: #fff;
}

.profile-post-date {
    display: flex;
    align-items: center;
    gap: 20px;
}

.profile-post-date p {
    font-family: "Rubik", sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: left;
    color: #646c7b;
}

.profile-name h4 {
    font-size: 21px;
    font-family: "Rubik", sans-serif;
    font-weight: bold;
    color: #000;
}

.topic-description a {
    font-family: Rubik;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: left;
    color: #1d00cf;
    text-decoration: underline;
}

.like-vote-ans {
    display: flex;
    align-items: center;
    gap: 25px;
}

.ans-btn button img {
    width: 20px !important;
}

.ans-btn button {
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.06;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}

.luv-btn button img {
    width: 20px !important;
}

.luv-btn button {
    border: none;
    padding: 8px 24px;
    border-radius: 20px;
    background-color: #f2f2f2;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.06;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}

.vote-btn button img {
    width: 20px !important;
}

.vote-btn button {
    border: none;
    padding: 8px 24px;
    border-radius: 20px;
    background-color: #f2f2f2;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.06;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}

.vote-btn button i {
    color: #646c7b;
}

.discussion-video {
    border-radius: 20px;
    width: 666.1px;
    /* height: 372.1px; */
}

.tox-statusbar {
    display: none !important;
}

.tox-notifications-container {
    display: none !important;
}

.smile-icon img {
    width: 46px;
}

.send-and-media {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: right;
    bottom: 126px;
    right: 30px;
    gap: 30px;
}

.send-and-media .upload-btn-wrapper {
    /* position: relative; */
    /* overflow: hidden; */
    /* display: inline-block; */
    position: absolute;
    right: 0px;
    top: 0;
}

.upload-btn-media input[type="file"] {
    /* font-size: 17px; */
    position: relative;
    left: 0;
    top: 0;
    opacity: 0;
    width: 25px;
    height: 50px;
    cursor: pointer;
}

.send-and-media button {
    background: transparent;
}

.smile-icon {
    position: relative;
    bottom: 77px;
    left: 30px;
}

.upload-btn-media img {
    position: absolute;
    top: 8px;
}

/* New Discussion Detail End */

/* Subscription Page CSS  */

section.upcoming-events {
    background: #000;
}

/* Subscription Page CSS END */

/* CUSTOM GENERIC CLASSES */

.mar-l-auto {
    margin-left: auto;
}

.mar-l-15 {
    margin-left: 15px;
}

.mar-b-15 {
    margin-bottom: 15px;
}

.mar-b-0 {
    margin-bottom: 0;
}

.mar-b-52 {
    margin-bottom: 52px;
}

.mar-t-auto {
    margin-top: auto;
}

.mar-t-30 {
    margin-top: 30px;
}

.mar-b-30 {
    margin-bottom: 30px;
}

.text-semibold {
    font-weight: var(--semibold);
}

.raw-flex {
    display: flex;
}

.flexed {
    display: flex;
    flex-wrap: wrap;
}

.inline-flex {
    display: inline-flex;
}

.font-size-1_5 {
    font-size: 1.5rem;
}

.font-size-7_75 {
    font-size: 7.75rem;
}
.font-medium {
    font-weight: var(--medium);
}
.error {
    color: var(--color-danger);
}

.just-between {
    justify-content: space-between;
}

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

.just-end {
    justify-content: flex-end;
}

.align-start {
    align-items: flex-start;
}

.align-center {
    align-items: center;
}

.flex-col-50 {
    flex: 0 0 50%;
    max-width: 50%;
}

.pad-x-3 {
    padding-left: 3rem;
    padding-right: 3rem;
}

.pad-x-y-3 {
    padding: 3rem;
}

.show-only-desktop {
    display: none;
}

.width-100 {
    width: 100%;
}

.flex-1-0-auto {
    flex: 1 0 auto;
}

.t-align-center {
    text-align: center;
}

.d-unset,
.d-unset:focus,
.bordered-btn.d-unset,
.bordered-btn.d-unset:focus,
.btn.d-unset,
.btn.d-unset:focus {
    display: unset;
}

.bordered-btn,
a.bordered-btn,
button.bordered-btn {
    background: transparent;
    border: 2px solid;
    color: var(--color-primary);
    height: unset;
    width: unset;
}

/* Reset Bootstrap unwants Start */

/* Reset Bootstrap unwants End */

/*___________________________________________________
░█████╗░░█████╗░██╗░░░██╗████████╗██╗░█████╗░███╗░░██╗
██╔══██╗██╔══██╗██║░░░██║╚══██╔══╝██║██╔══██╗████╗░██║
██║░░╚═╝███████║██║░░░██║░░░██║░░░██║██║░░██║██╔██╗██║
██║░░██╗██╔══██║██║░░░██║░░░██║░░░██║██║░░██║██║╚████║
╚█████╔╝██║░░██║╚██████╔╝░░░██║░░░██║╚█████╔╝██║░╚███║
░╚════╝░╚═╝░░╚═╝░╚═════╝░░░░╚═╝░░░╚═╝░╚════╝░╚═╝░░╚══╝
____________________________________________________*/

/*--< 🅿🅻🅴🅰🆂🅴 🅰🅻🆆🅰🆈🆂 🆆🆁🅸🆃🅴 🅼🅴🅳🅸🅰 🆀🆄🅴🆁🅸🅴🆂 🅰🆃 🆃🅷🅴 🅴🅽🅳 🅾🅵 🅲🆂🆂 >--*/

@media only screen and (min-width: 500px) {
    .multisteps-form__progress-btn {
        text-indent: 0;
    }
}

@media only screen and (min-width: 1024px) {
    .show-only-desktop {
        display: unset;
    }

    .events a.card-main-wrapper {
        height: 520px;
    }
}

@media only screen and (min-width: 1280px) {
    .signup-n-login {
        display: flex !important;
    }

    .signup-n-login-mob {
        display: none !important;
    }

    .mobile-nav-show,
    .mobile-nav-hide {
        display: none;
    }

    /*--------------------------------------------------------------
    # Desktop Navigation
    --------------------------------------------------------------*/
    .navbar {
        padding: 0;
    }

    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }

    .navbar li {
        position: relative;
    }

    .navbar > ul > li {
        white-space: nowrap;
        padding: 0.62rem 0 0.62rem 1.75rem;
    }
    .navbar > ul > li.dropdown a {
        cursor: pointer;
    }
    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 3px;
        font-size: 1rem;
        color: #000;
        white-space: nowrap;
        transition: 0.3s;
        position: relative;
        font-family: "Rubik", sans-serif;
        font-weight: 500;
    }

    .navbar a i,
    .navbar a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
    }

    .navbar > ul > li > a:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: -6px;
        left: 0;
        background-color: #ff63b1;
        visibility: hidden;
        width: 0px;
        transition: all 0.3s ease-in-out 0s;
    }

    .navbar a:hover:before,
    .navbar li:hover > a:before,
    .navbar .active:before {
        visibility: visible;
        width: 100%;
    }

    .navbar a:hover,
    .navbar .active,
    .navbar .active:focus,
    .navbar li:hover > a {
        color: #000;
    }

    .navbar .dropdown ul {
        display: block;
        position: absolute;
        left: 1.75rem;
        top: 100%;
        margin: 0;
        padding: 0.625rem 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        box-shadow: 0px 0px 1.8rem rgba(127, 137, 161, 0.25);
        border-radius: 4px;
    }

    .navbar .dropdown ul li {
        min-width: 12.5rem;
    }
    .navbar .dropdown ul li:hover {
        background-color: #f6f9ff;
    }
    .navbar .dropdown ul a {
        padding: 0.625rem 1.25rem;
        font-size: 1rem;
        text-transform: none;
        color: #000;
    }

    .navbar .dropdown ul a i {
        font-size: 0.8rem;
    }

    .navbar .dropdown ul a:hover,
    .navbar .dropdown ul .active:hover,
    .navbar .dropdown ul li:hover > a {
        color: inherit;
    }

    .navbar .dropdown:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 1.9rem);
        visibility: hidden;
    }

    .navbar .dropdown .dropdown:hover > ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible;
    }
}

@media only screen and (max-width: 1279.98px) {
    .header .btn {
        color: #fff;
    }
    .signup-n-login-mob {
        z-index: 9999;
    }

    .header .active {
        z-index: 9999 !important;
    }

    .header .signup-n-login-mob .btn-primary {
        background: black;
        border-color: transparent;
        color: #fff !important;
    }

    .logout-button {
        background-color: #efefef;
    }

    /*--------------------------------------------------------------
    # Mobile Navigation
    --------------------------------------------------------------*/
    .navbar {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        max-width: 400px;
        bottom: 0;
        transition: 0.3s;
        z-index: 9997;
    }

    .navbar ul {
        position: absolute;
        inset: 0;
        padding: 3.125rem 0 10px 0;
        margin: 0;
        background: #fff;
        overflow-y: auto;
        transition: 0.3s;
        z-index: 9998;
    }

    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 1.25rem;
        font-family: "Rubik", sans-serif;
        font-weight: 500;
        font-size: 0.9rem;
        font-weight: 600;
        color: #1d1d1d !important;
        white-space: nowrap;
        transition: 0.3s;
        cursor: pointer;
    }

    .navbar a i,
    .navbar a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
    }

    .navbar a:hover,
    .navbar .active,
    .navbar .active:focus,
    .navbar li:hover > a {
        color: #fff;
    }

    .navbar .getstarted,
    .navbar .getstarted:focus {
        background: var(--color-primary);
        padding: 8px 1.25rem;
        border-radius: 4px;
        margin: 15px;
        color: #fff;
    }

    .navbar .getstarted:hover,
    .navbar .getstarted:focus:hover {
        color: #fff;
        background: rgba(0, 131, 116, 0.8);
    }

    .navbar .dropdown ul,
    .navbar .dropdown .dropdown ul {
        position: static;
        display: none;
        padding: 0.625rem 0;
        margin: 0.625rem 1.25rem;
        transition: all 0.5s ease-in-out;
        background-color: #efefef;
        border: 0 solid #1d00cf;
        border-radius: 6px;
    }

    .navbar .dropdown > .dropdown-active,
    .navbar .dropdown .dropdown > .dropdown-active {
        display: block;
    }
    .navbar a.bordered-btn {
        border: 1px solid #fff;
    }

    .mobile-nav-show {
        color: #fff;
        font-size: 1.75rem;
        cursor: pointer;
        line-height: 0;
        transition: 0.5s;
        z-index: 9999;
        margin-right: 10px;
    }

    .header-variant-one .mobile-nav-show {
        color: #000;
    }

    .mobile-nav-hide {
        color: #ff63b1;
        font-weight: 900;
        font-size: 17px;
        cursor: pointer;
        line-height: 0;
        transition: 0.5s;
        position: fixed;
        right: 1.25rem;
        top: 1.25rem;
        z-index: 9999;
        background: transparent;
        width: 28px;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #ff63b1;
        border-radius: 50%;
        line-height: 1;
    }

    .mobile-nav-active {
        overflow: hidden;
    }

    .mobile-nav-active .navbar {
        right: 0;
    }

    .mobile-nav-active .navbar:before {
        content: "";
        position: fixed;
        inset: 0;
        background: black;
        z-index: 9996;
        opacity: 0.6;
    }
}

@media screen and (max-width: 1199.98px) {
    .swiper-button-prev:after,
    .swiper-rtl .swiper-button-next:after {
        font-size: 1.2rem;
    }

    .swiper-button-next:after,
    .swiper-rtl .swiper-button-prev:after {
        font-size: 1.2rem;
    }

    .agendaImage svg {
        width: 200px;
        height: auto;
    }
    .bannerContent h1 {
        font-size: 34px !important;
    }
    .mock-interview-note {
        width: auto !important;
        /*text-align: left;*/
        padding: 0px 15px 0 15px !important;
    }
    .bannerRightcontent {
        padding-top: 40px !important;
    }
}

@media only screen and (max-width: 991.98px) {
    .programs .section-header p.description {
        padding-right: 0;
    }

    .login-form-container {
        margin-right: auto;
        padding: 6% 30px !important;
    }

    .image-login-banner {
        display: none;
    }

    .login-form-inputs {
        max-width: 424px !important;
    }

    .login-form-banner-container {
        margin-right: 0 !important;
    }

    .header-nav-search {
        position: relative;
        left: 0px;
    }

    .hero .swiper .swiper-bottom-area {
        position: relative;
    }

    .hero .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        left: inherit;
    }

    .hero .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        left: inherit;
    }

    .list-cards-variant .btn-wrapper {
        position: absolute;
        left: 6rem;
        right: unset;
        top: auto;
        bottom: 1rem;
    }

    .list-cards-variant
        .list-card
        .card-content
        > *:nth-child(2)
        p:nth-of-type(2) {
        margin-bottom: 6rem;
    }

    /* Partners Section */
    .nh-logos-inner {
        justify-content: center;
    }
}

@media only screen and (max-width: 767.98px) {
    html {
        font-size: 14px;
    }

    h1,
    .banner-content h1 {
        font-size: 3rem;
    }

    .section-header h2 {
        font-size: 2rem;
    }

    .col-lg-6 .round-button {
        right: 0;
    }

    .rsvp-here {
        font-size: 0.75em;
    }

    .hero .main-description {
        font-size: 2rem;
    }

    .row .founder-image-section .social-icons-section {
        grid-template-columns: repeat(5, 40px);
        row-gap: 20px;
        justify-content: center;
    }

    .job-postings .posts-wrapper .post-row img {
        width: 50px;
        height: 50px;
    }

    section.section-contact .container {
        padding: 2rem 1.5rem;
        border-radius: 15px;
        box-shadow: 0 18px 19px 0 rgb(0 0 0 / 3%);
        background-color: #fff;
    }

    .wider-container {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    span.underline::after {
        content: none;
    }

    .testimonials .testimonial-wrap {
        padding-left: 0;
    }

    .testimonials .testimonial-item {
        padding: 1.9rem;
        margin: 15px;
    }

    .testimonials .testimonial-item .testimonial-img {
        position: static;
        left: auto;
    }

    .main-question-card .question-profile-section {
        flex-direction: column;
    }

    .social-reactions-container {
        padding-bottom: 50px;
    }

    .col-lg-8 .main-question-card {
        height: 570px;
    }
    .discussion-new .main-question-card {
        height: auto;
    }
    .discussion-new .learn-more-card:nth-child(1) {
        margin-top: 10px;
    }
    .discussion-new .swiper-height {
        height: 280px !important;
    }
    .discussion-new .banner-content h3 {
        margin-bottom: 0;
        padding-bottom: 15px !important;
        line-height: 1.2;
    }
    .discussion-new .main-question-card .question-profile-section {
        padding: 20px;
    }
    .discussion-new .main-question-card .question-profile-section img {
        height: 50px;
        width: 50px;
        object-fit: cover;
        border-radius: 4px;
    }
    .discussion-views img {
        width: 20px !important;
        height: 15px !important;
        object-fit: contain !important;
        border-radius: 0 !important;
    }
    .discussion-cmnts img {
        width: 20px !important;
        height: 15px !important;
        object-fit: contain !important;
        border-radius: 0 !important;
    }
    .discussion-new .discussion-views p,
    .discussion-new .discussion-cmnts p {
        font-size: 11px;
    }
    .discussion-new .profile-name-date .profile-post-date p {
        font-size: 12px !important;
    }
    .discussion-new .discussion-description p {
        font-size: 14px;
    }
    .discussion-profile-img {
        padding-right: 12px;
    }
    .discussion-new .profile-name h4 {
        font-size: 14px;
        display: block;
    }
    .discussion-new .views-and-coments {
        gap: 5px;
    }

    .FAQ-hero .swiper .swiper-wrapper .swiper-slide .swiper-content h2 {
        font-size: 25px !important;
    }

    .question-tabs .container .row .col-lg-8 .tabs-container {
        flex-direction: column;
    }

    .question-tabs .container .row .col-lg-8 .tabs-container button {
        text-align: center;
    }

    .question-tabs .container .row .learn-more-card,
    .question-tabs .container .row .questions-page-events-card {
        margin-left: auto;
        margin-right: auto;
    }

    .question-tabs .container .row .learn-more-card,
    .question-tabs .container .row .questions-page-events-card {
        margin-left: auto;
        margin-right: auto;
    }

    .comment-box input::placeholder {
        font-size: 12px;
    }

    /* ABOUT PAGE MEDIA QUERIES sTART */
    .timeline:before,
    .timeline > li:before,
    .timeline > li:after {
        content: none;
    }

    h4.rightSide,
    h4.leftSide,
    .timeline > li.timeline-inverted > .timeline-panel {
        float: none;
        right: unset;
        position: unset;
        transform: none;
    }

    .timeline > li > .timeline-badge {
        position: unset;
        transform: none;
        margin-left: 0;
    }

    .timeline > li > .timeline-panel {
        float: none;
        width: 100%;
    }

    .timeline > li:nth-of-type(odd) > .timeline-panel,
    .timeline > li:nth-of-type(even) > .timeline-panel {
        text-align: left;
    }

    .timeline {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .timeline > li {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-left: -0.5rem;
        margin-right: -0.5rem;
    }

    .timeline > li .timeline-badge,
    .timeline > li .dateTimeline {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin: 0;
    }

    .timeline > li.timeline-inverted .timeline-badge {
        order: 1;
        -webkit-order: 1;
    }

    .timeline > li.timeline-inverted .dateTimeline {
        order: 2;
        -webkit-order: 2;
    }

    .timeline > li.timeline-inverted .timeline-panel {
        order: 3;
        -webkit-order: 3;
    }

    .timeline > li.timeline-inverted h4.dateTimeline {
        text-align: left;
    }

    .timeline > li .dateTimeline {
        flex-grow: 1;
    }

    .timeline > li .timeline-panel {
        flex: 1 0 100%;
        width: 100%;
    }

    .timeline > li .timeline-panel .timeline-heading {
        padding-top: 0;
    }
    .timeline-title {
        font-size: 24px;
    }

    .timeline > li h4.dateTimeline,
    .timeline > li .timeline-badge {
        position: relative;
        left: unset;
        top: 22px;
        z-index: 1;
    }

    .founder-section .founder-section-wrapper {
        padding-right: 1rem;
        padding-left: 1rem;
    }
    /* ABOUT PAGE MEDIA QUERIES End */

    /* DONATE PAGE MEDIA QUERIES sTART */
    .payment-category-tabs .nav.nav-tabs {
        max-width: 100%;
    }

    .featured-video .section-header {
        padding: 1rem;
    }

    .featured-video h2 span {
        font-size: 7.2rem;
    }

    .featured-video .logo {
        transform: none;
    }

    .donate-fight-wrapper .text {
        flex-wrap: wrap;
        justify-content: center;
    }

    .donate-fight-wrapper .text h3 {
        margin: 0 0 1rem;
        padding-right: 0;
    }

    /* DONATE PAGE MEDIA QUERIES eND */

    /* PROGRAMS PAGE MEDIA QUERIES sTART */
    .changeRightImage {
        position: unset;
        transform: none;
    }

    .info-page .playIcon {
        display: none;
    }

    .testimonials .slides-2 .swiper-button-next,
    .testimonials .slides-2 .swiper-button-prev {
        display: none;
    }
    /* DONATE PAGE MEDIA QUERIES eND */

    /* DISCUSSIONS PAGE MEDIA QUERIES sTART */
    .discussion-new .hero .swiper .swiper-wrapper > *:nth-child(1) {
        aspect-ratio: 4/2.5;
    }

    .learn-more-card {
        max-width: 100%;
    }

    .discussion-new .banner-content h3,
    .testimonials-page .banner-content h3 {
        padding-top: 3rem;
        padding-bottom: 3rem;
        font-size: 2.5rem;
    }
    /* DISCUSSIONS PAGE MEDIA QUERIES eND */

    /* SIGNUP PAGE MEDIA QUERIES sTART */
    .multisteps-form__panel > :not(:last-child),
    .multisteps-form__panel .button-row {
        padding: 2rem 1rem;
    }
    /* SIGNUP PAGE MEDIA QUERIES eND */

    /* Generic Responsive Classes Start */
    .just-md-center {
        justify-content: center;
    }

    .flex-col-50 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .width-md-100 {
        width: 100%;
    }

    .pad-x-md-0 {
        padding-left: 0;
        padding-right: 0;
    }
    .header-nav-search {
        position: relative;
        left: 0px;
    }
    .header .container-fluid {
        gap: 15px;
    }
    /* Generic Responsive Classes End */

    /* Testimonials page Responsiveness Start */
    .testimonials-wrapper .testimonial-right-img {
        display: flex;
        flex-direction: column-reverse;
    }

    .testimonials-wrapper > .row {
        box-shadow: 0 9px 15px rgba(0, 0, 0, 0.05);
    }
    /* Testimonials page Responsiveness End */
    .bottom-grid-style::after {
        display: none;
    }
    .donate-page section.substainer-program {
        padding-top: 40px;
    }
    .donate-page .substainer-program h2 {
        font-size: 2rem;
    }
    .donate-page .hero .resource-banner .text-wrapper {
        max-width: 100%;
        padding: 40px 0;
    }
    .resource-banner.donate-banner {
        min-height: auto;
        text-align: center;
    }
    .donate-page .hero .resource-banner.donate-banner p {
        font-size: 18px;
        font-weight: 400;
        max-width: 100%;
        line-height: 1.4;
    }
    .donate-page .hero .resource-banner.donate-banner h1 {
        margin-bottom: 8px;
        font-size: 40px;
        font-weight: 600;
    }
    .donate-page section.opportunity-leader-wrapper {
        padding-top: 20px;
    }
    .opportunity-content h3 {
        font-size: 26px;
        margin: 0 0 18px;
        line-height: 1.3;
    }
    .featured-video::before,
    .featured-video::after {
        display: none;
    }
    .donate-page .featured-video {
        padding: 50px 0 100px !important;
    }
    .donate-page .other-ways {
        padding-bottom: 0 !important;
    }
    .donate-page .donate-banner h1 span.underline::after {
        content: "";
        height: 12px;
    }
    .main_bar {
        margin-bottom: 22px;
    }
}

@media only screen and (max-width: 575px) {
    .portfolio .portfolio-flters li {
        font-size: 14px;
        margin: 0 5px;
    }

    /* DISCUSSIONS PAGE MEDIA QUERIES sTART */
    .discussion-new .hero .swiper .swiper-wrapper > *:nth-child(1),
    .testimonials-page .hero .swiper .swiper-wrapper .swiper-slide {
        aspect-ratio: 1.5/2.5;
    }

    .discussion-new .swiper-slide {
        align-items: unset;
        align-content: unset;
    }

    #social-links {
        display: none !important;
    }
    /* DISCUSSIONS PAGE MEDIA QUERIES eND */
}

@media only screen and (min-width: 1280px) and (max-width: 1400px) {
    .header .container-fluid {
        max-width: 95%;
    }

    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

/**/
ul.list-group {
    max-height: 400px;
    overflow-y: scroll;
}

ul.list-group::-webkit-scrollbar {
    width: 7px;
    border-radius: 50%;
}

ul.list-group::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 20px;
}

ul.list-group::-webkit-scrollbar-thumb {
    background: #ff63b1;
    border-radius: 20px;
}

ul.list-group::-webkit-scrollbar-thumb:hover {
    box-shadow: 0 0 7px #ff63b1;
}

.list-group-item a div:nth-of-type(2) {
    color: #ff63b1 !important;
}

.list-group-item a div:nth-of-type(3) {
    color: #333 !important;
}

.list-group-item:nth-child(even) {
    background: #f3f3f3;
}

#btn-submit:disabled {
    opacity: 0.5;
}

.bg-custom {
    background: #7969df !important;
}

/* HOME LATEST JOB POST SECTION */

.nh-latest-job-section {
    background: #000;
    padding: 60px 0 70px;
}

.nh-latest-job-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
}

.nh-latest-job-heading h3 {
    font-family: "Rubik", sans-serif;
    margin: 0 0 0;
    line-height: 1.44;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
}

.nh-latest-job-heading a.topright-link {
    font-family: "Rubik", sans-serif;
    display: inline-block;
    color: #ff63b1;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.nh-latest-job-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.nh-job-box {
    background: #fff;
    border-radius: 8px;
    position: relative;
    margin-top: 40px;
    padding: 20px 30px;
    width: calc(100% - 15px);
}

.nh-job-box .job-box-head {
    position: relative;
    height: 100%;
}

.verified-user-icon {
    position: absolute;
    top: 20px;
    right: 20px;
}

.verified-user-icon img {
    max-width: 26px;
}

.job-box-head h4 {
    font-family: "Rubik", sans-serif;
    color: #1d00cf;
    margin: 0 0 0;
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 7px;
    padding-right: 30px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.job-box-head .company-rating {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

.job-box-head .company-rating strong {
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    font-weight: 500;
    display: inline-flex;
    margin-right: 10px;
    color: #000;
}

.job-box-head .company-rating .rate-stars {
    display: flex;
}

.job-box-head .company-rating .rate-stars i {
    display: inline-block;
    margin-right: 2px;
    color: #c4c4c4;
    font-size: 13px;
}

.job-box-head .company-rating .rate-stars i.active {
    color: #ff63b1;
}

.job-box-head .company-rating span {
    font-family: "Rubik", sans-serif;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin-left: 4px;
    color: #000;
}

.job-box-head .text-address {
    font-family: "Rubik", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #646c7b;
    display: flex;
    align-items: center;
}

.job-box-head .text-address i {
    color: #ff63b1;
    display: inline-block;
    margin-right: 7px;
}

.job-box-head ul.company-offer-list {
    padding: 5px 0 0;
    margin: 0 0 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.job-box-head ul.company-offer-list li {
    font-family: "Rubik", sans-serif;
    border-radius: 5px;
    background-color: #f4f4f4;
    color: #646c7b;
    line-height: 1.08;
    font-size: 12px;
    font-weight: 500;
    padding: 8px 15px;
    margin-right: 10px;
    margin-top: 10px;
}

.job-box-head ul.company-hiring-list {
    padding: 5px 0 15px;
    margin: 0 0 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.job-box-head ul.company-hiring-list li {
    font-family: "Rubik", sans-serif;
    display: flex;
    align-items: center;
    color: #646c7b;
    line-height: 1.42;
    font-size: 12px;
    font-weight: 500;
    margin-right: 22px;
    margin-top: 10px;
}

.job-box-head ul.company-hiring-list li img {
    max-width: 16px;
    display: inline-block;
    margin-right: 4px;
}

.job-box-head .text {
    font-family: "Rubik", sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.57;
    color: #000;
    padding-bottom: 32px;
}

.job-box-head .job-post-date {
    font-family: "Rubik", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.42;
    padding-top: 15px;
    color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.job-box-head .job-post-date span {
    color: #ff63b1;
}

.home-job-slider ul.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 50px 0px 0;
    width: 100%;
}

.home-job-slider ul.slick-dots li {
    width: 15px;
    height: 15px;
    border: solid 1px #fff;
    border-radius: 50%;
    margin: 0 7px;
    cursor: pointer;
}

.home-job-slider ul.slick-dots li button {
    display: none;
}

.home-job-slider ul.slick-dots li.slick-active {
    background-color: #ff63b1;
    border: solid 1px #ff63b1;
}

@media (max-width: 991.98px) {
    .nh-latest-job-heading h3 {
        font-size: 30px;
        text-align: center;
    }

    .nh-latest-job-heading a {
        font-size: 16px;
    }

    .job-box-head .company-rating strong {
        font-size: 14px;
        line-height: 1.2;
    }

    .job-box-head h4 {
        font-size: 18px;
    }

    .job-box-head .text-address {
        font-size: 12px;
    }

    .verified-user-icon img {
        max-width: 16px;
    }

    .job-box-head .text {
        font-size: 12px;
    }

    .nh-job-box {
        padding: 20px 20px;
        margin-top: 30px;
    }

    .nh-latest-job-section {
        padding: 40px 0 50px;
    }
}

@media (max-width: 767.98px) {
    .nh-job-box {
        width: 100%;
    }

    .nh-latest-job-heading {
        display: block;
        text-align: center;
    }
}

@media(max-width:768px){
    .min-height{
        height: auto !important;
        padding-bottom: 80px;
    }
    .min-height .compnaies-banner-text{
        padding-bottom: 80px;
    }
    .min-height .compnaies-banner-text p{
        font-size: 16px;
    }
    .min-height .compnaies-banner-text h2{
        font-size: 2.5rem;
    }
}

@media(max-width:701px){
    .nh-job-seekers-section ul li.bg-overlay{
        background-position: center !important;
    }
}
@media (max-width: 1270px) {
    .activeMblItem,  .dropdown-active a:hover {
            background: #fff !important;
            color: #000 !important;
        }

    .activeMblItem a {
        color: #000 !important;
    }
}
.input-group-text{
    border-radius: 8px 0 0 8px;
    padding: 12px 15px;
    color: #646c7b;
}
.input-group-text + .floating-input-wrapper input{
    border-radius: 0 8px 8px 0;
    margin-left: 0 !important;
}
/* .preFix{
    color: #646c7b;
    background: #f4f4f4;
    height: 100%;
    display: block;
    padding: 12px 3px;
} */

