body {
    --alpha-color: #BA2028;
    --beta-color: #FEC400;
    --alpha-text-dark-color: #5A555C;
    --alpha-text-light-color: #737B8F; 
    font-family: "Poppins", sans-serif;
}
.tc-grey {
    color: var(--alpha-text-light-color);
}
.tc-dark {
    color: var(--alpha-text-dark-color);
}
.section .container-fluid {
    width: 80%;
}
.section-title {
    font-size: 44px;
    font-weight: 600;
    color: var(--alpha-text-dark-color);
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 20px;
}
.section-title:after {
    content: "";
    position: absolute;
    width: 90px;
    height: 4px;
    background-color: var(--alpha-color);
    left: 0;
    bottom: 0;
    border-radius: 6px;
}
.section-title.text-center:after {
    left: calc(50% - 45px);
}
.banner-overlay .section-title, .datamatics-content .section-title, .help-box .section-title {
    padding-bottom: 0;
}
.banner-overlay .section-title:after, .datamatics-content .section-title:after, .help-box .section-title:after {
    display: none;
}
/* header css start */

header .navbar {
    --bs-navbar-padding-y: 10px;
    --bs-navbar-brand-padding-y: 0;
    --bs-navbar-nav-link-padding-x: 0;
    --bs-navbar-color: var(--alpha-text-dark-color);
    --bs-navbar-hover-color: var(--alpha-color);
    --bs-navbar-active-color: var(--alpha-color);
}
header .navbar>.container-fluid {
    --bs-gutter-x: 80px;
}
header .navbar-brand img {
    display: block;
    max-height: 45px;
}
header .navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0;
}
header .nav-link {
    font-weight: 600;
}
header .navbar-nav .nav-link.login {
    background-color: var(--alpha-color);
    color: #fff;
    border-radius: 10px;
    padding: 12px 36px;
    text-transform: uppercase;
}
.nav-link.contact .icon {
    color: var(--alpha-color);
    margin-right: 4px;
}
/* banner css start */
.section {
    position: relative;
}
.banner-photo {
    position: relative;
}
.banner-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    color: #fff;
}
.banner-overlay .section-title {
    color: #fff;
    font-size: 52px;
    margin-bottom: 30px;
    padding-bottom: 0;
}
.banner-overlay h3 {
    font-style: italic;
    font-size: 28px;
    margin-bottom: 6px;
}
.banner-overlay h6 {
    font-size: 16px;
    margin-bottom: 12px;
}
.banner-overlay p {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 30px;
}
.banner-overlay .btn {
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 6px;
}
.banner-overlay .btn-primary {
    --bs-btn-bg: var(--alpha-color);
    --bs-btn-border-color: var(--alpha-color);
    --bs-btn-hover-bg: var(--alpha-color);
    --bs-btn-hover-border-color: var(--alpha-color);
    --bs-btn-active-bg: var(--alpha-color);
    --bs-btn-active-border-color: var(--alpha-color);
    --bs-btn-disabled-bg: var(--alpha-color);
    --bs-btn-disabled-border-color: var(--alpha-color);
}
.banner-overlay .btn-outline-primary {
    --bs-btn-color: #fff;
    --bs-btn-border-color: #fff;
    --bs-btn-hover-bg: var(--alpha-color);
    --bs-btn-hover-border-color: var(--alpha-color);
    --bs-btn-focus-shadow-rgb: ;
    --bs-btn-active-bg: var(--alpha-color);
    --bs-btn-active-border-color: var(--alpha-color);
    --bs-btn-disabled-color: var(--alpha-color);
    --bs-btn-disabled-border-color: var(--alpha-color);
}
/* about section css start */
.about-section {
    padding: 100px 0;
}
.about-content {
    position: relative;
    /* padding: 24px; */
}
.about-content p, .datamatics-content p {
    font-size: 18px;
    line-height: 27px;
}
.about-content p:last-child, .ecs-box p:last-child, .aps-box p:last-child {
    margin-bottom: 0;
}
.datamatics-section {
    background-color: #5A555C;
    padding: 40px 0;
}
/* eligibility section css start */
.eligibility-section {
    padding-top: 60px;
}
.ecs-box {
    --ecs-icon-size: 80px;
    --ecs-icon-color: var(--alpha-color);
    --ecs-icon-bg-color: #F8E9EA;
    --ecs-icon-radius: 50%;
    --ecs-title-font-size: 20px;
    --ecs-title-font-weight: 600;
    min-height: 100%;
    font-size: 16px;
    text-align: center;
}
.ecs-box .ecs-icon {
    width: var(--ecs-icon-size);
    height: var(--ecs-icon-size);
    background-color: var(--ecs-icon-bg-color);
    color: var(--ecs-icon-color);
    border-radius: var(--ecs-icon-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    box-shadow: 1px 4px 12px rgb(151 193 188 / 20%);
    position: relative;
    z-index: 1;
}
.ecs-box .ecs-contents {
    position: relative;
    background-color: #fff;
    border-radius: 16px;
    padding: 46px 16px 16px;
    box-shadow: 17px 37px 42px rgb(160 160 160 / 12%);
    margin-top: -30px;
}
.ecs-box .ecs-title {
    font-size: var(--ecs-title-font-size);
    font-weight: var(--ecs-title-font-weight);
    color: var(--alpha-text-dark-color);
    margin-bottom: 6px;
}
/* application css start */
.application-section {
    padding: 60px 0 30px;
}
.aps-box {
    --aps-icon-margin-end: 16px;
    --aps-title-font-size: 20px;
    --aps-title-font-weight: 600;
    color: #fff;
    background-color: var(--alpha-color);
    border-radius: 12px;
    padding: 16px;
    min-height: 100%;
    font-size: 14px;
}
.aps-box .aps-icon {
    margin-right: var(--aps-icon-margin-end);
}
.aps-box .aps-title {
    font-size: var(--aps-title-font-size);
    font-weight: var(--aps-title-font-weight);
    color: var(--alpha-text-dark-color);
    margin-bottom: 6px;
}
.aps-content {
    max-width: calc(100% - 40px);
}
.aps-box p {
    font-size: 18px;
    line-height: 27px;
}
.benefits-section {
    padding: 30px 0;
}
.support-subtitle {
    font-weight: 500;
    color: #5A555C;
    font-size: 20px;
    margin-bottom: 8px;
}
.support-title {
    font-size: 50px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 8px;
    color: var(--alpha-color);
}
/* need css start */
.help-section {
    padding: 50px 0;
    position: relative;
}
.help-section:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #F3F3F3;
    width: 100%;
    height: 90px;
    z-index: -1;
}
.help-box {
    background-color: #5A555C;
    border-radius: 64px;
    overflow: hidden;
    position: relative;
}
.help-box .help-content {
    padding: 35px 48px;
    text-align: center;
}
.help-box .hns-text {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 8px;
    text-align: center;
}
.help-box h6 {
    font-size: 20px;
    margin-bottom: 0;
}
.pg-footer {
    background-color: #F3F3F3;
    padding: 5px 0 20px;
}
.pg-footer p {
    font-size: 18px;
    line-height: 27px;
}

/* @media css start */
@media screen and (max-width: 1199px) {
    .banner-overlay .section-title {
        font-size: 40px;
        margin-bottom: 20px;
    } 
    .banner-overlay h3 {
        font-size: 26px;
        margin-bottom: 6px;
        line-height: 1;
    }
}
@media screen and (max-width: 991px) {
    .section .container-fluid {
        width: 90%;
    }
    .section-title {
        font-size: 32px;
    }
    .banner-overlay .section-title {
        font-size: 36px;
        margin-bottom: 12px;
    } 
    .banner-overlay h3 {
        font-size: 20px;
    }
    .banner-overlay h6 {
        font-size: 14px;
        margin-bottom: 6px;
    }
    .banner-overlay p {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .about-section {
        padding: 60px 0;
    }    
    .about-content p, .datamatics-content p, .aps-box p {
        font-size: 16px;
        line-height: 24px;
    }
    .aps-box {
        --aps-title-font-size: 20px;
    }
    .help-section {
        padding: 24px 0;
    }
    .help-box {
        border-radius: 44px;
    }
    .help-box .help-content {
        padding: 24px 36px;
    }
    .help-box .hns-text {
        font-size: 16px;
        line-height: 20px;
    }
    .help-box .hns-text .text {
        white-space: nowrap;
    }
    .help-box h6 {
        font-size: 18px;
    }
    .pg-footer p {
        font-size: 16px;
        line-height: 20px;
    }
    .foot-logo {
        display: inline-block;
        max-width: 240px;
    }  
    .support-title {
        font-size: 36px;
    }  
    .support-subtitle {
        font-size: 18px;
    }    
}
@media screen and (max-width: 767px) {
    header .navbar .navbar-collapse {
        position: fixed;
        display: block;
        background-color: #fff;
        top: 0;
        left: -260px;
        z-index: 10;
        height: 100vh;
        width: 240px;
        text-align: center;
        box-shadow: 0 0 20px rgb(0 0 0 / 10%);
        transition: all 200ms linear;
    }
    header .navbar .navbar-collapse.show {
        left: 0;
        transition: all 200ms linear;
    }
    header .navbar-toggler {
        position: relative;
        width: 24px;
        height: 24px;
        padding: 0;
        border: 0;
        outline: 0;
        box-shadow: none !important;
        /* transition: all 200ms linear; */
    }
    header .navbar-toggler[aria-expanded="true"] {
        color: var(--alpha-color);
        /* transition: all 200ms linear; */
    }
    header .navbar-toggler:before,
    header .navbar-toggler:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: currentColor;
        left: 0;
        top: calc(50% - 1px);
        transition: all 200ms linear;
    }
    header .navbar-toggler:before {
        margin-top: -8px;
    }
    header .navbar-toggler:after {
        margin-top: 8px;
    }
    header .navbar-toggler[aria-expanded="true"]:before {
        margin-top: 0;
        transform: rotate(45deg);
        transition: all 200ms linear;
        transition-delay: 100ms;
    }
    header .navbar-toggler[aria-expanded="true"]:after {
        margin-top: 0;
        transform: rotate(-45deg);
        transition: all 200ms linear;
        transition-delay: 100ms;
    }
    header .navbar-toggler .navbar-toggler-icon {
        background-image: none;
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: currentColor;
        left: 0;
        top: calc(50% - 1px);
        transition: all 200ms linear;
        transition-delay: 100ms;
    }
    header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
        opacity: 0;
        transition: all 200ms linear;
    }
    header .navbar-nav {
        align-items: center;
        justify-content: center;
        padding: 20px;
    }
    header .nav-link {
        margin-bottom: 16px;
    }
    .banner-overlay p {
        display: none;
    }
    .banner-overlay .section-title {
        font-size: 26px;
    }
    .banner-overlay h3 {
        font-size: 16px;
    }
    .banner-overlay h6 {
        font-size: 12px;
        margin-bottom: 12px;
    }
    .banner-overlay .btn {
        padding: 6px 13px;
        font-size: 10px;
        border-radius: 4px;
    }
    .about-section, .datamatics-section {
        padding: 50px 0;
    }
    .about-banner img, .benefits-banner img {
        width: 80%;
    }
    .application-section {
        padding: 60px 0 20px;
    }
    .about-banner {
        margin-right: 0;
        margin-bottom: 24px;
        height: auto;
    }
    .aps-box .aps-icon {
        padding-top: 3px;
    }
    .foot-logo {
        max-width: 160px;
    }
    .help-box .help-content {
        padding: 18px 26px;
    }
    .support-title {
        font-size: 32px;
    }
    .benefits-content {
        margin-bottom: 30px;
        font-size: 14px;
    }

}
@media screen and (max-width: 575px) {
    header .navbar {
        --bs-nav-link-font-size: 12px;
    }
    header .nav-link {
        margin-bottom: 12px;
    }
    .nav-link.contact .icon svg {
        width: 18px;
        height: auto;
    }
    header .navbar-nav .nav-link.login {
        border-radius: 8px;
        padding: 10px 24px;
        display: inline-block;
    }
    header .navbar>.container-fluid {
        --bs-gutter-x: 32px;
    }
    header .navbar-brand img {
        display: block;
        max-height: 28px;
    }
    header .navbar .navbar-collapse {
        width: 200px;
        left: -220px;
    }
    .banner-overlay .section-title {
        font-size: 14px;
        line-height: 1.3;
        margin-bottom: 6px;
    }
    .banner-overlay h3 {
        font-size: 12px;
        margin-bottom: 4px;
        line-height: 1;
    }
    .banner-overlay p {
        display: none;
    }
    .banner-overlay h6 {
        font-size: 9px;
        margin-bottom: 6px;
    }
    .banner-overlay .btn {
        padding: 3px 8px;
        font-size: 8px;
        border-radius: 4px;
    }
    .about-section, .datamatics-section {
        padding: 30px 0;
    }
    .eligibility-section {
        padding-top: 30px;
    }
    .about-content, .datamatics-content {
        text-align: center;
    }
    .section-title {
        font-size: 20px;
        line-height: 24px;
    }
    .section-title:after {
        left: calc(50% - 45px);
    }
    .benefits-content .section-title:after {
        left: 0;
    }
    .about-content p, .datamatics-content p, .aps-box p {
        font-size: 13px;
        line-height: 1.5;
    }
    .ecs-box {
        --ecs-icon-size: 48px;
        --ecs-title-font-size: 16px;
        text-align: center;
        font-size: 13px;
    }
    .ecs-box .ecs-icon {
        margin: 0 auto 12px;
    }
    .ecs-box .ecs-icon svg {
        max-width: 16px;
        height: auto;
    }    
    .application-section {
        padding: 40px 0 10px;
    }
    .aps-box {
        --aps-title-font-size: 16px;
    }
    .benefits-content {
        margin-bottom: 30px;
        font-size: 13px;
    }
    .help-box {
        border-radius: 24px;
    }
    .help-box .help-content {
        padding: 16px 16px;
    }
    .help-box .section-title {
        text-align: center;
        margin-bottom: 16px;
    }
    .help-box .hns-text {
        font-size: 10px;
        line-height: 14px;
        justify-content: center;
    }
    .help-box .hns-text svg {
        height: auto;
        width: 12px;
    }
    .help-box h6 {
        font-size: 12px;
        text-align: center;
    }
    .pg-footer p {
        font-size: 10px;
        line-height: 16px;
    }
    .foot-logo img {
        width: 140px;
    }
    .support-title {
        font-size: 24px;
    }
    .support-subtitle {
        font-size: 15px;
    }
}