.customSection {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.customContainer {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.firstSection {
    margin-top: 100px;
}
/* Color Palet */
.primaryOrg {
    color: #ff6f17;
}
.secondaryOrg {
    color: #d34b00;
}
.primaryGreen {
    color: #00bf63;
}
.secondaryGreen {
    color: #00994c;
}
.secondaryGreen:hover {
    color: #00994c !important;
}
.primaryBlue {
    color: #004aad;
}
.secondaryBlue {
    color: #003d7f;
}
/* Text Color */
.whiteColor {
    color: #ffffff;
}
.primaryColor {
    color: #054816;
}
.primarySecColor {
    color: #04320f;
}
.secondaryColor {
    color: #ff9800;
}
.tertiaryColor {
    color: #003b7d;
}
.paraColor {
    color: #333333;
}
.colTar {
    color: #777;
}
.colBlc {
    color: #000;
}
/* BG Color */
.primaryBGGradient {
    background: linear-gradient(180deg, #ffffff 0%, #f4ece7 100%);
}
.primaryBG {
    background-color: #fff5ed;
}
.whiteBG {
    background-color: #fff;
}
.primaryOrgBG {
    background-color: #ff6f17;
}
.secondaryOrgBG {
    background-color: #d34b00;
}
.primaryGreenBG {
    background-color: #00bf63;
}
.secondaryGreenBG {
    background-color: #00994c;
}

.primaryBlueBG {
    background-color: #004aad;
}
.secondaryBlueBG {
    background-color: #003d7f;
}
.secondaryBG {
    background-color: #c8c8c8;
}
/* Border color */
.borderColor {
    border-color: #c8c8c8;
}

.primaryborder2 {
    border: 2px solid #00994c !important;
}
/* Font Family */
.fontPrimary {
    font-family: "Libre Caslon Text", serif;
}
.fontSecondary {
    font-family: "Source Sans Pro", sans-serif;
}
.fontTernary {
    font-family: "Inter", sans-serif;
}
/* Font Size */
.para14 {
    margin: 0;
    font-size: 14px;
}
.para16 {
    margin: 0;
    font-size: 16px;
}
.para18 {
    margin: 0;
    font-size: 18px;
}
.titel20 {
    margin: 0;
    font-size: 20px;
}
.titel24 {
    margin: 0;
    font-size: 24px;
}
.titel26 {
    margin: 0;
    font-size: 26px;
}
.titel28 {
    margin: 0;
    font-size: 28px;
}
.titel30 {
    margin: 0;
    font-size: 30px;
}
.titel32 {
    margin: 0;
    font-size: 32px;
}
.titel36 {
    margin: 0;
    font-size: 36px;
}
.titel42 {
    margin: 0;
    font-size: 42px;
}
.titel48 {
    margin: 0;
    font-size: 48px;
}
.titel50 {
    margin: 0;
    font-size: 50px;
}
.titel60 {
    margin: 0;
    font-size: 60px;
}
.titel64 {
    margin: 0;
    font-size: 64px;
}
/* -----Font Weight------ */
.w400 {
    font-weight: 400;
}
.w500 {
    font-weight: 500;
}
.w600 {
    font-weight: 600;
}
.w700 {
    font-weight: 700;
}
/* ----Line Height */
.lh100 {
    line-height: 100%;
}
.lh120 {
    line-height: 120%;
}
/* Width */
.w120px {
    width: 120px;
}
.w200px {
    width: 200px;
}
.w300px {
    width: 300px;
}
/* ---Others Assest Class-- */
.underline {
    border-bottom: 2px solid #898989;
}
.pointer {
    cursor: pointer;
}
.listStyleNone {
    list-style: none;
}
a {
    text-decoration: none !important;
}
a:hover {
    text-decoration: none !important;
}
/* ---------- */
.btnBox {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}
.activeBtnCustom {
    border-radius: 50px;
    padding: 10px 15px;
    color: #fff;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    border: none;
}
.outlineBtnCustom {
    border-radius: 50px;
    padding: 10px 15px;
    color: #00994c;
    border: 2px solid #00994c;
    background-color: #ffffff;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
}
/* Remove After Dev */
.btnCustom {
    height: 60px;
    border: none;
    cursor: pointer;
    transition: 0.3s;
    padding: 0 1.5rem;
    border-radius: 50px !important;
    text-decoration: none;
    font-family: "Source Sans Pro", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btnCustom img {
    width: 2rem !important;
    margin-left: 0.5rem;
}
.btnCustom:hover {
    color: #ffffff;
}
.w28px {
    width: 280px;
}

@media screen and (max-width: 1660px) {
    .titel60 {
        font-size: 54px;
    }
    .titel50 {
        font-size: 44px;
    }
    .titel36 {
        font-size: 30px;
    }
    .titel32 {
        font-size: 28px;
    }
    .titel30 {
        font-size: 28px;
    }
    .titel28 {
        font-size: 24px;
    }
    .titel26 {
        font-size: 22px;
    }
    .titel24 {
        font-size: 20px;
    }
    .titel20 {
        font-size: 18px;
        line-height: 110%;
    }
}
@media screen and (max-width: 1440px) {
    .titel60 {
        font-size: 48px;
    }
    .titel50 {
        font-size: 38px;
    }
    .titel36 {
        font-size: 28px;
    }
    .titel32 {
        font-size: 24px;
    }
    .titel30 {
        font-size: 24px;
    }
    .titel28 {
        font-size: 20px;
    }
    .btnCustom {
        height: 50px;
        font-size: 20px;
    }
    .btnCustom img {
        width: 1.5rem !important;
    }
    .w28px {
        width: 220px;
    }
    .titel42 {
        font-size: 38px;
    }
}
@media screen and (max-width: 1280px) {
    .titel60 {
        font-size: 38px;
    }
    .titel26 {
        font-size: 20px;
    }
    .titel50 {
        font-size: 32px;
    }
    .titel36 {
        font-size: 22px;
    }
    .titel24 {
        font-size: 18px;
    }
    .titel32 {
        font-size: 22px;
    }
    .btnCustom {
        height: 45px;
        font-size: 18px;
    }
    .titel30 {
        font-size: 20px;
    }
    .titel42 {
        font-size: 34px;
    }
    .titel28 {
        font-size: 18px;
    }
}
@media screen and (max-width: 1080px) {
    .customContainer {
        width: 95%;
    }
    .titel60 {
        font-size: 34px;
    }
    .titel32 {
        font-size: 20px;
    }
}
@media screen and (max-width: 990px) {
    .w28px {
        width: 180px;
    }
    .titel42 {
        font-size: 32px;
    }
}
@media screen and (max-width: 768px) {
    .btnCustom {
        height: 40px;
        font-size: 18px;
    }
    .titel60 {
        font-size: 28px;
    }
    .titel26 {
        font-size: 18px;
    }
    .titel50 {
        font-size: 28px;
    }
    .titel36 {
        font-size: 20px;
    }
    .titel28 {
        font-size: 16px;
    }
    .titel42 {
        font-size: 28px;
    }
}
@media screen and (max-width: 575px) {
    .titel60 {
        font-size: 24px;
    }
    .titel32 {
        font-size: 18px;
    }
    .testiTop{
        text-align: center;
    }
    .titel42 {
        font-size: 24px;
    }
}
@media screen and (max-width: 4250px) {
}
