#breadcrumbSec .breadcrumbSecInner {
    max-width: 1440px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-self: center;
    justify-content: center;
}
#breadcrumbSec .breadcrumbSecContent h2 {
    font-size: 96px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #fff;
}
#breadcrumbSec .breadcrumbSecContent p {
    font-size: 20px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #fff;
    max-width: 40%;
}
#serviceSec2 {
    width: 100%;
    padding: 200px 0;
}
#serviceSec2 .serviceSec2Inner1 {
    max-width: 1440px;
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 20px;
}
#serviceSec2 .serviceSec2Inner1 h2 {
    font-size: 64px;
    font-family: var(--heading-font);
    font-weight: 500;
    color: #2c2c2c;
    line-height: 1.1em;
    margin: 0;
    text-align: left;
}
#serviceSec2 .serviceSec2Inner1 h2 strong {
    font-weight: 700;
}
#serviceSec2 .serviceSec2Inner1 p {
    font-size: 20px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #2c2c2c;
    line-height: 1.875rem;
    margin: 0;
    text-align: left;
}
#serviceSec2 .serviceSec2Inner1 ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
#serviceSec2 .serviceSec2Inner1 ul li {
    font-size: 20px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #2c2c2c;
    line-height: 1.875rem;
    margin: 0;
    text-align: left;
}
#serviceSec2 .serviceSec2Inner2 {
    width: 100%;
    max-width: 1440px;
    margin: 60px auto 0 auto;
}
#serviceSec2 .serviceSec2Inner {
    max-width: 1440px;
    width: 100%;
   margin: 150px auto 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 20px;
}
#serviceSec2 .serviceSec2Inner h2 {
    font-size: 64px;
    font-family: var(--heading-font);
    font-weight: 700;
    color: #2c2c2c;
    line-height: 1.1em;
    margin: 0;
}
#serviceSec2 .serviceSec2Inner3 {
    width: 100%;
    max-width: 1440px;
    margin: 100px auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
#serviceSec2 .serviceSec2Inner3 .serviceSec2Inner3Col {
    max-width: 50%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 30px;
}
#serviceSec2 .serviceSec2Inner3 .serviceSec2Inner3Col h2 {
    font-size: 64px;
    font-family: var(--heading-font);
    font-weight: 700;
    color: #2c2c2c;
    line-height: 1.1em;
    margin: 0;
    text-transform: capitalize;
}
#serviceSec2 .serviceSec2Inner3 .serviceSec2Inner3Col h3 {
    font-size: 32px;
    font-family: var(--heading-font);
    font-weight: 500;
    color: #2c2c2c;
    line-height: 1.1em;
    margin: 0;
}
#serviceSec2 .serviceSec2Inner3 .serviceSec2Inner3Col p {
    font-size: 20px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #2c2c2c;
    line-height: 1.6rem;
    margin: 0;
}
#serviceSec2 .serviceSec2Inner3 .serviceSec2Inner3Col h4 {
    font-size: 28px;
    font-family: var(--heading-font);
    font-weight: 500;
    color: #0f3c3d;
    line-height: 1.1em;
    margin: 0;
}
#serviceSec2 .serviceSec2Inner3 .serviceSec2Inner3Col ul {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin: 0;
}
#serviceSec2 .serviceSec2Inner3 .serviceSec2Inner3Col li {
    list-style: none;
    font-size: 22px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #2c2c2c;
    line-height: 1.1em;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    max-width: 100%;
    gap: 15px;
}
#serviceSec2 .serviceSec2Inner3 .serviceSec2Inner3Col ul li span {
    background: linear-gradient(90deg, #317b7d 0%, #38a4a7 100%);
    color: #fff;
    font-size: 20px;
    font-family: var(--heading-font);
    font-weight: 400;
    line-height: 1.1em;
    margin: 0;
    border-radius: 50%;
    height: 55px;
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#serviceSec2 .serviceSec2Inner3 .serviceSec2Inner3Col h5 {
    font-size: 20px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #2c2c2c;
    line-height: 1.1em;
    margin: 0;
    padding: 24px 100px 24px 47px;
    background-color: #c4e4e5;
    display: flex;
    align-items: center;
    justify-content: start;
}

#serviceSec3 {
    width: 100%;
    padding: 141px 0;
    background-color: #ecf6f7;
}
#serviceSec3 .serviceSec3Head {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 20px;
}
#serviceSec3 .serviceSec3Inner {
    max-width: 1440px;
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 30px;
}
#serviceSec3 img {
    width: 100%;
}
#serviceSec3 .serviceSec3Inner h2 {
    font-size: 64px;
    font-family: var(--heading-font);
    font-weight: 700;
    color: #2c2c2c;
    line-height: 1.1em;
    margin: 0;
    text-transform: capitalize;
}
#serviceSec3 .serviceSec3Inner h3 {
    font-size: 32px;
    font-family: var(--heading-font);
    font-weight: 500;
    color: #2c2c2c;
    line-height: 1.1em;
    margin: 0;
}
#serviceSec3 .serviceSec3Inner p {
    font-size: 20px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #2c2c2c;
    line-height: 1.6rem;
    margin: 0;
}

#serviceSec3 .serviceSec3Inner h4 {
    font-size: 28px;
    font-family: var(--heading-font);
    font-weight: 500;
    color: #0f3c3d;
    line-height: 1.1em;
    margin: 0;
}
#serviceSec3 .serviceSec3Inner ul {
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    margin: 0;
    flex-wrap: wrap;
}
#serviceSec3 .serviceSec3Inner li {
    list-style: none;
    font-size: 22px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #2c2c2c;
    line-height: 1.1em;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    max-width: 48%;
    gap: 15px;
}
#serviceSec3 .serviceSec3Inner ul li span {
    background: linear-gradient(90deg, #317b7d 0%, #38a4a7 100%);
    color: #fff;
    font-size: 20px;
    font-family: var(--heading-font);
    font-weight: 400;
    line-height: 1.1em;
    margin: 0;
    border-radius: 50%;
    height: 55px;
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#serviceSec3 .serviceSec3Inner h5 {
    font-size: 20px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #2c2c2c;
    line-height: 1.1em;
    margin: 0;
    padding: 24px 100px 24px 47px;
    background-color: #c4e4e5;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
}

#serviceSec4 {
    width: 100%;
    padding: 0 0  200px 0;
}
#serviceSec4 .serviceSec4Inner3 {
    width: 100%;
    max-width: 1440px;
    margin: 200px auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
#serviceSec4 .serviceSec4Inner3 .serviceSec4Inner3Col {
    max-width: 50%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 30px;
}
#serviceSec4 .serviceSec4Inner3 .serviceSec4Inner3Col h2 {
    font-size: 64px;
    font-family: var(--heading-font);
    font-weight: 700;
    color: #2c2c2c;
    line-height: 1.1em;
    margin: 0;
    text-transform: capitalize;
}
#serviceSec4 .serviceSec4Inner3 .serviceSec4Inner3Col h3 {
    font-size: 32px;
    font-family: var(--heading-font);
    font-weight: 500;
    color: #2c2c2c;
    line-height: 1.1em;
    margin: 0;
}
#serviceSec4 .serviceSec4Inner3 .serviceSec4Inner3Col p {
    font-size: 20px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #2c2c2c;
    line-height: 1.6rem;
    margin: 0;
}
#serviceSec4 .serviceSec4Inner3 .serviceSec4Inner3Col h4 {
    font-size: 28px;
    font-family: var(--heading-font);
    font-weight: 500;
    color: #0f3c3d;
    line-height: 1.1em;
    margin: 0;
}
#serviceSec4 .serviceSec4Inner3 .serviceSec4Inner3Col ul {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin: 0;
}
#serviceSec4 .serviceSec4Inner3 .serviceSec4Inner3Col li {
    list-style: none;
    font-size: 22px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #2c2c2c;
    line-height: 1.1em;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    max-width: 100%;
    gap: 15px;
}
#serviceSec4 .serviceSec4Inner3 .serviceSec4Inner3Col ul li span {
    background: linear-gradient(90deg, #317b7d 0%, #38a4a7 100%);
    color: #fff;
    font-size: 20px;
    font-family: var(--heading-font);
    font-weight: 400;
    line-height: 1.1em;
    margin: 0;
    border-radius: 50%;
    height: 55px;
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#serviceSec4 .serviceSec4Inner3 .serviceSec4Inner3Col h5 {
    font-size: 20px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #2c2c2c;
    line-height: 1.1em;
    margin: 0;
    padding: 24px 100px 24px 47px;
    background-color: #c4e4e5;
    display: flex;
    align-items: center;
    justify-content: start;
}

#serviceSec5 {
    width: 100%;
    padding: 141px 0;
    background-color: #ecf6f7;
}
#serviceSec5 .serviceSec5Head {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 20px;
}
#serviceSec5 .serviceSec5Inner {
    max-width: 1440px;
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 30px;
}
#serviceSec5 img {
    width: 100%;
}
#serviceSec5 .serviceSec5Inner h2 {
    font-size: 64px;
    font-family: var(--heading-font);
    font-weight: 700;
    color: #2c2c2c;
    line-height: 1.1em;
    margin: 0;
    text-transform: capitalize;
}
#serviceSec5 .serviceSec5Inner h3 {
    font-size: 32px;
    font-family: var(--heading-font);
    font-weight: 500;
    color: #2c2c2c;
    line-height: 1.1em;
    margin: 0;
}
#serviceSec5 .serviceSec5Inner p {
    font-size: 20px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #2c2c2c;
    line-height: 1.6rem;
    margin: 0;
}

#serviceSec5 .serviceSec5Inner h4 {
    font-size: 28px;
    font-family: var(--heading-font);
    font-weight: 500;
    color: #0f3c3d;
    line-height: 1.1em;
    margin: 0;
}
#serviceSec5 .serviceSec5Inner ul {
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    margin: 0;
    flex-wrap: wrap;
}
#serviceSec5 .serviceSec5Inner li {
    list-style: none;
    font-size: 22px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #2c2c2c;
    line-height: 1.1em;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    max-width: 48%;
    gap: 15px;
}
#serviceSec5 .serviceSec5Inner ul li span {
    background: linear-gradient(90deg, #317b7d 0%, #38a4a7 100%);
    color: #fff;
    font-size: 20px;
    font-family: var(--heading-font);
    font-weight: 400;
    line-height: 1.1em;
    margin: 0;
    border-radius: 50%;
    height: 55px;
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#serviceSec5 .serviceSec5Inner h5 {
    font-size: 20px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #2c2c2c;
    line-height: 1.1em;
    margin: 0;
    padding: 24px 100px 24px 47px;
    background-color: #c4e4e5;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
}

#serviceSec6 {
    width: 100%;
    padding: 0 0 200px 0;
}
#serviceSec6 .serviceSec6Inner3 {
    width: 100%;
    max-width: 1440px;
    margin: 200px auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
#serviceSec6 .serviceSec6Inner3 .serviceSec6Inner3Col {
    max-width: 50%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 30px;
}
#serviceSec6 .serviceSec6Inner3 .serviceSec6Inner3Col h2 {
    font-size: 64px;
    font-family: var(--heading-font);
    font-weight: 700;
    color: #2c2c2c;
    line-height: 1.1em;
    margin: 0;
    text-transform: capitalize;
}
#serviceSec6 .serviceSec6Inner3 .serviceSec6Inner3Col h3 {
    font-size: 32px;
    font-family: var(--heading-font);
    font-weight: 500;
    color: #2c2c2c;
    line-height: 1.1em;
    margin: 0;
}
#serviceSec6 .serviceSec6Inner3 .serviceSec6Inner3Col p {
    font-size: 20px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #2c2c2c;
    line-height: 1.6rem;
    margin: 0;
}
#serviceSec6 .serviceSec6Inner3 .serviceSec6Inner3Col h4 {
    font-size: 28px;
    font-family: var(--heading-font);
    font-weight: 500;
    color: #0f3c3d;
    line-height: 1.1em;
    margin: 0;
}
#serviceSec6 .serviceSec6Inner3 .serviceSec6Inner3Col ul {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin: 0;
}
#serviceSec6 .serviceSec6Inner3 .serviceSec6Inner3Col li {
    list-style: none;
    font-size: 22px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #2c2c2c;
    line-height: 1.1em;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    max-width: 100%;
    gap: 15px;
}
#serviceSec6 .serviceSec6Inner3 .serviceSec6Inner3Col ul li span {
    background: linear-gradient(90deg, #317b7d 0%, #38a4a7 100%);
    color: #fff;
    font-size: 20px;
    font-family: var(--heading-font);
    font-weight: 400;
    line-height: 1.1em;
    margin: 0;
    border-radius: 50%;
    height: 55px;
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#serviceSec6 .serviceSec6Inner3 .serviceSec6Inner3Col h5 {
    font-size: 20px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #2c2c2c;
    line-height: 1.1em;
    margin: 0;
    padding: 24px 100px 24px 47px;
    background-color: #c4e4e5;
    display: flex;
    align-items: center;
    justify-content: start;
}

#serviceSec7 {
    width: 100%;
    padding: 141px 0;
    background-color: #ecf6f7;
}
#serviceSec7 .serviceSec7Head {
    display: flex;
    align-items: start;
    flex-direction: column;
    gap: 20px;
}
#serviceSec7 .serviceSec7Head .serviceSec7HeadCol {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    max-width: 50%;
    width: 100%;
    gap: 20px;
}
#serviceSec7 .serviceSec7Inner {
    max-width: 1440px;
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 30px;
}
#serviceSec7 .serviceSec7Inner h2 {
    font-size: 64px;
    font-family: var(--heading-font);
    font-weight: 700;
    color: #2c2c2c;
    line-height: 1.1em;
    margin: 0;
    text-transform: capitalize;
}
#serviceSec7 .serviceSec7Inner h3 {
    font-size: 32px;
    font-family: var(--heading-font);
    font-weight: 500;
    color: #2c2c2c;
    line-height: 1.1em;
    margin: 0;
}
#serviceSec7 .serviceSec7Inner p {
    font-size: 20px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #2c2c2c;
   line-height: 1.6rem;
    margin: 0;
}

#serviceSec7 .serviceSec7Inner h4 {
    font-size: 28px;
    font-family: var(--heading-font);
    font-weight: 500;
    color: #0f3c3d;
    line-height: 1.1em;
    margin: 0;
}
#serviceSec7 .serviceSec7Inner ul {
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    margin: 0;
    flex-wrap: wrap;
}
#serviceSec7 .serviceSec7Inner li {
    list-style: none;
    font-size: 22px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #2c2c2c;
    line-height: 1.1em;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    max-width: 48%;
    gap: 15px;
}
#serviceSec7 .serviceSec7Inner ul li span {
    background: linear-gradient(90deg, #317b7d 0%, #38a4a7 100%);
    color: #fff;
    font-size: 20px;
    font-family: var(--heading-font);
    font-weight: 400;
    line-height: 1.1em;
    margin: 0;
    border-radius: 50%;
    height: 55px;
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#serviceSec7 .serviceSec7Inner h5 {
    font-size: 20px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #2c2c2c;
    line-height: 1.1em;
    margin: 0;
    padding: 24px 100px 24px 47px;
    background-color: #c4e4e5;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
}
#serviceSec7 .serviceSec7Images {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 58px;
}
#serviceSec7 .serviceSec7Images .serviceSec7ImageCol:nth-child(2) img {
    margin-top: 71px;
}
#serviceSec7 .serviceSec7Images .serviceSec7ImageCol:nth-child(3) img {
    margin-top: 173px;
}
#serviceSec8 {
    width: 100%;
    padding:0 0 200px 0;
}
#serviceSec8 .serviceSec8Inner3 {
    width: 100%;
    max-width: 1440px;
    margin: 200px auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
#serviceSec8 .serviceSec8Inner3 .serviceSec8Inner3Col {
    max-width: 50%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 30px;
}
#serviceSec8 .serviceSec8Inner3 .serviceSec8Inner3Col h2 {
    font-size: 64px;
    font-family: var(--heading-font);
    font-weight: 700;
    color: #2c2c2c;
    line-height: 1.1em;
    margin: 0;
    text-transform: capitalize;
}
#serviceSec8 .serviceSec8Inner3 .serviceSec8Inner3Col h3 {
    font-size: 32px;
    font-family: var(--heading-font);
    font-weight: 500;
    color: #2c2c2c;
    line-height: 1.1em;
    margin: 0;
}
#serviceSec8 .serviceSec8Inner3 .serviceSec8Inner3Col p {
    font-size: 20px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #2c2c2c;
    line-height: 1.6rem;
    margin: 0;
}
#serviceSec8 .serviceSec8Inner3 .serviceSec8Inner3Col h4 {
    font-size: 28px;
    font-family: var(--heading-font);
    font-weight: 500;
    color: #0f3c3d;
    line-height: 1.1em;
    margin: 0;
}
#serviceSec8 .serviceSec8Inner3 .serviceSec8Inner3Col ul {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin: 0;
}
#serviceSec8 .serviceSec8Inner3 .serviceSec8Inner3Col li {
    list-style: none;
    font-size: 22px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #2c2c2c;
    line-height: 1.1em;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    max-width: 100%;
    gap: 15px;
}
#serviceSec8 .serviceSec8Inner3 .serviceSec8Inner3Col ul li span {
    background: linear-gradient(90deg, #317b7d 0%, #38a4a7 100%);
    color: #fff;
    font-size: 20px;
    font-family: var(--heading-font);
    font-weight: 400;
    line-height: 1.1em;
    margin: 0;
    border-radius: 50%;
    height: 55px;
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#serviceSec8 .serviceSec8Inner3 .serviceSec8Inner3Col h5 {
    font-size: 20px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #2c2c2c;
    line-height: 1.1em;
    margin: 0;
    padding: 24px 100px 24px 47px;
    background-color: #c4e4e5;
    display: flex;
    align-items: center;
    justify-content: start;
}

#serviceSec9 {
    width: 100%;
    padding: 141px 0;
    background-color: #ecf6f7;
}
#serviceSec9 .serviceSec9Head {
    display: flex;
    align-items: start;
    gap: 20px;
}
#serviceSec9 .serviceSec9Head .serviceSec9HeadCol {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    max-width: 50%;
    width: 100%;
    gap: 20px;
}
#serviceSec9 .serviceSec9Inner {
    max-width: 1440px;
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 30px;
}
#serviceSec9 .serviceSec9Inner h2 {
    font-size: 64px;
    font-family: var(--heading-font);
    font-weight: 700;
    color: #2c2c2c;
    line-height: 1.1em;
    margin: 0;
    text-transform: capitalize;
}
#serviceSec9 .serviceSec9Inner h3 {
    font-size: 32px;
    font-family: var(--heading-font);
    font-weight: 500;
    color: #2c2c2c;
    line-height: 1.1em;
    margin: 0;
}
#serviceSec9 .serviceSec9Inner p {
    font-size: 20px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #2c2c2c;
    line-height: 1.6rem;
    margin: 0;
}

#serviceSec9 .serviceSec9Inner h4 {
    font-size: 28px;
    font-family: var(--heading-font);
    font-weight: 500;
    color: #0f3c3d;
    line-height: 1.1em;
    margin: 0;
}
#serviceSec9 .serviceSec9Inner ul {
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    margin: 0;
    flex-wrap: wrap;
}
#serviceSec9 .serviceSec9Inner li {
    list-style: none;
    font-size: 22px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #2c2c2c;
    line-height: 1.1em;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    max-width: 48%;
    gap: 15px;
}
#serviceSec9 .serviceSec9Inner ul li span {
    background: linear-gradient(90deg, #317b7d 0%, #38a4a7 100%);
    color: #fff;
    font-size: 20px;
    font-family: var(--heading-font);
    font-weight: 400;
    line-height: 1.1em;
    margin: 0;
    border-radius: 50%;
    height: 55px;
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#serviceSec9 .serviceSec9Inner h5 {
    font-size: 20px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #2c2c2c;
    line-height: 1.1em;
    margin: 0;
    padding: 24px 100px 24px 47px;
    background-color: #c4e4e5;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
}

#serviceSec10 {
    width: 100%;
    padding: 0 0 200px 0;
}
#serviceSec10 .serviceSec10Inner3 {
    width: 100%;
    max-width: 1440px;
    margin: 200px auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
#serviceSec10 .serviceSec10Inner3 .serviceSec10Inner3Col {
    max-width: 50%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 30px;
}
#serviceSec10 .serviceSec10Inner3 .serviceSec10Inner3Col h2 {
    font-size: 64px;
    font-family: var(--heading-font);
    font-weight: 700;
    color: #2c2c2c;
    line-height: 1.1em;
    margin: 0;
    text-transform: capitalize;
}
#serviceSec10 .serviceSec10Inner3 .serviceSec10Inner3Col h3 {
    font-size: 32px;
    font-family: var(--heading-font);
    font-weight: 500;
    color: #2c2c2c;
    line-height: 1.1em;
    margin: 0;
}
#serviceSec10 .serviceSec10Inner3 .serviceSec10Inner3Col p {
    font-size: 20px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #2c2c2c;
    line-height: 1.6rem;
    margin: 0;
}
#serviceSec10 .serviceSec10Inner3 .serviceSec10Inner3Col h4 {
    font-size: 28px;
    font-family: var(--heading-font);
    font-weight: 500;
    color: #0f3c3d;
    line-height: 1.1em;
    margin: 0;
}
#serviceSec10 .serviceSec10Inner3 .serviceSec10Inner3Col ul {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin: 0;
}
#serviceSec10 .serviceSec10Inner3 .serviceSec10Inner3Col li {
    list-style: none;
    font-size: 22px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #2c2c2c;
    line-height: 1.1em;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    max-width: 100%;
    gap: 15px;
}
#serviceSec10 .serviceSec10Inner3 .serviceSec10Inner3Col ul li span {
    background: linear-gradient(90deg, #317b7d 0%, #38a4a7 100%);
    color: #fff;
    font-size: 20px;
    font-family: var(--heading-font);
    font-weight: 400;
    line-height: 1.1em;
    margin: 0;
    border-radius: 50%;
    height: 55px;
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#serviceSec10 .serviceSec10Inner3 .serviceSec10Inner3Col h5 {
    font-size: 20px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #2c2c2c;
    line-height: 1.1em;
    margin: 0;
    padding: 24px 100px 24px 47px;
    background-color: #c4e4e5;
    display: flex;
    align-items: center;
    justify-content: start;
}

#serviceSec11 {
    width: 100%;
    padding: 141px 0;
    background-color: #ecf6f7;
}
#serviceSec11 .serviceSec11Head {
    display: flex;
    align-items: start;
    gap: 60px;
}
#serviceSec11 .serviceSec11Head .serviceSec11HeadCol {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    max-width: 50%;
    width: 100%;
    gap: 20px;
}
#serviceSec11 .serviceSec11Inner {
    max-width: 1440px;
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 30px;
}
#serviceSec11 .serviceSec11Inner h2 {
    font-size: 64px;
    font-family: var(--heading-font);
    font-weight: 700;
    color: #2c2c2c;
    line-height: 1.1em;
    margin: 0;
    text-transform: capitalize;
}
#serviceSec11 .serviceSec11Inner h3 {
    font-size: 32px;
    font-family: var(--heading-font);
    font-weight: 500;
    color: #2c2c2c;
    line-height: 1.1em;
    margin: 0;
}
#serviceSec11 .serviceSec11Inner p {
    font-size: 20px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #2c2c2c;
    line-height: 1.6rem;
    margin: 0;
}

#serviceSec11 .serviceSec11Inner h4 {
    font-size: 28px;
    font-family: var(--heading-font);
    font-weight: 500;
    color: #0f3c3d;
    line-height: 1.1em;
    margin: 0;
}
#serviceSec11 .serviceSec11Inner ul {
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    margin: 0;
    flex-wrap: wrap;
}
#serviceSec11 .serviceSec11Inner li {
    list-style: none;
    font-size: 22px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #2c2c2c;
    line-height: 1.1em;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    max-width: 48%;
    gap: 15px;
}
#serviceSec11 .serviceSec11Inner ul li span {
    background: linear-gradient(90deg, #317b7d 0%, #38a4a7 100%);
    color: #fff;
    font-size: 20px;
    font-family: var(--heading-font);
    font-weight: 400;
    line-height: 1.1em;
    margin: 0;
    border-radius: 50%;
    height: 55px;
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#serviceSec11 .serviceSec11Inner h5 {
    font-size: 20px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #2c2c2c;
    line-height: 1.1em;
    margin: 0;
    padding: 24px 100px 24px 47px;
    background-color: #c4e4e5;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
}
#serviceSec11 .serviceSec11Images {
    display: flex;
    align-items: end;
    justify-content: center;
    gap: 60px;
        margin: 0 0 25px 0;
}
#serviceSec11 .serviceSec11Images .serviceSec11Image {
    width: 100%;
}
#whyAdo {
    max-width: 1440px;
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 30px;
    padding: 200px 0 0 0;
}
#whyAdo h2 {
    font-size: 64px;
    font-family: var(--heading-font);
    font-weight: 700;
    color: #2c2c2c;
    line-height: 1.1em;
    margin: 0;
    text-align: center;
}
#whyAdo .whyAdoInner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
#whyAdo .whyAdoInnerItem {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    height: 87px;
    width: 100%;
}
#whyAdo .whyAdoInnerItem span {
    background-color: #c4e4e5;
    padding: 33px 40px;
    width: 87px;
    font-size: 22px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #2c2c2c;
    line-height: 1.1em;
    margin: 0;
}
#whyAdo .whyAdoInnerItem h4 {
    background-color: #c4e4e5;
    padding: 33px 40px;
    flex: 1;
    font-size: 22px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #2c2c2c;
    line-height: 1.1em;
    margin: 0;
}
#whyAdo p {
    font-size: 20px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #2c2c2c;
    line-height: 1.1em;
    margin: 0;
}
#testimonials {
    width: 100%;
    padding: 200px 0;
}
#testimonials .testimonialsInner {
    max-width: 1440px;
    width: 100%;
    margin: auto;
}
#testimonials .testimonialSlider .testimonialSliderCol:first-child {
    max-width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    width: 100%;

    gap: 25px;
}
#testimonials .testimonialSlider .testimonialSliderCol:last-child {
    flex: 1;
    max-width: 80%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 20px;
}

#testimonials .testimonialSlider .testimonialSliderBox {
    display: flex;
    align-items: start;
    justify-content: center;
}
#testimonials .testimonialsHead h2 {
    font-size: 64px;
    font-family: var(--heading-font);
    font-weight: 700;
    color: #2c2c2c;
    line-height: 1.1em;
    margin: 0 0 26px 0;
}
#testimonials .testimonialsHead p {
    font-size: 20px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #2c2c2c;
    line-height: 1.1em;
    margin: 0;
}
#testimonials .testimonialSlider {
    margin-top: 80px;
}
#testimonials .testimonialSlider .testimonialSliderCol:first-child h4 {
    font-size: 36px;
    font-family: var(--heading-font);
    font-weight: 600;
    color: #2c2c2c;
    line-height: 1.1em;
    margin: 0;
}
#testimonials .testimonialSlider .testimonialSliderCol:last-child h4 {
    font-size: 36px;
    font-family: var(--heading-font);
    font-weight: 600;
    color: #2c2c2c;
    line-height: 1.1em;
    margin: 0;
}
#testimonials .testimonialSlider .testimonialSliderCol:last-child p {
    font-size: 20px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #2c2c2c;
    line-height: 1.1em;
    margin: 0;
    max-width: 60%;
}
#testimonials .testimonialSliderActions {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 25px;
    margin-left: 20%;
    margin-top: 20px;
}
#testimonials .testimonialSliderActions button {
    background: #d9d9d9;
    border: none;
    height: 42px;
    width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10.5px;
}
#discussProject .discussProjectInner {
    width: 100%;
    max-width: 1440px;
    margin: auto;
}
#discussProject .discussProjectInner h2 {
    font-size: 64px;
    font-family: var(--heading-font);
    font-weight: 700;
    color: #fff;
    line-height: 1.1em;
    margin: 0 0 26px 0;
}
#discussProject .discussProjectInner p {
    font-size: 20px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #fff;
    line-height: 1.1em;
    margin: 0;
    max-width: 50%;
}
#discussProject .discussProjectCard {
    background-color: rgba(255, 255, 255, 5%);
    box-shadow: 0px 6px 17.1px rgba(0, 0, 0, 3%);
    backdrop-filter: blur(10.9px);
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 16px 24px;
    max-width: 510px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 80px;
}

#discussProject .discussProjectCard h4 {
    font-size: 40px;
    font-family: var(--heading-font);
    font-weight: 500;
    color: #fff;
    line-height: 1.1em;
    margin: 0;
}
#discussProject .discussProjectCard p {
    font-size: 16px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #fff;
    line-height: 1.1em;
    margin: 0;
    max-width: unset;
}

#discussProject .discussProjectCard form {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 20px;
}
#discussProject .discussProjectCard form .inputField {
    width: 100%;
    background-color: rgba(255, 255, 255, 54%);
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    color: #231f20;
}
#discussProject .discussProjectCard form .inputField::placeholder {
    color: #231f20;
}
