.sub-banner-section.rally-house-banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 220px 0px 180px;
    background-image: url('../images/rally-banner-image.jpg');
    border-bottom-left-radius: 150px;
    border-bottom-right-radius: 150px;
}

.no-webp .sub-banner-section.rally-house-banner {
    background-image: url('../images/rally-banner-image.jpg');
}

.sub-banner-section.rally-house-banner::before {
    content: '';
    position: absolute;
    background-color: #bdbdbd;
    border-bottom-left-radius: 150px;
    border-bottom-right-radius: 150px;
    bottom: -18px;
    z-index: -1;
}

.sub-banner-section.rally-house-banner::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    border-bottom-left-radius: 150px;
    border-bottom-right-radius: 150px;
}

.sub-banner-section.rally-house-banner .container {
    position: relative;
    z-index: 2;
    text-align: center;
}

.sub-banner-section.rally-house-banner h1 {
    margin-bottom: 20px;
}

.sub-banner-section.rally-house-banner p {
    position: relative;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 34px;
}

    .sub-banner-section.rally-house-banner p:last-child {
        margin-bottom: 0;
    }

.sub-banner-section.rally-house-banner button {
    margin-top: 40px;
}

.a-edit-for-rally {
    padding: 70px 0px;
    background-color: #1d99b3;
    border-top-left-radius: 150px;
    border-top-right-radius: 150px;
    position: relative;
}

    .a-edit-for-rally::before {
        content: '';
        position: absolute;
        background-color: #bdbdbd;
        border-top-left-radius: 150px;
        border-top-right-radius: 150px;
        top: -18px;
        z-index: -1;
        width: 100%;
        height: 100%;
    }

    .a-edit-for-rally .a-edit-for-rally-title {
        text-align: center;
        margin-bottom: 70px;
    }

        .a-edit-for-rally .a-edit-for-rally-title h2 {
            color: #fff;
            font-size: 36px;
            margin-bottom: 25px;
            font-weight: 600;
        }

            .a-edit-for-rally .a-edit-for-rally-title h2 span {
                font-weight: 400;
                display: block;
                font-size: 30px;
                margin-top: 6px;
            }

        .a-edit-for-rally .a-edit-for-rally-title p {
            color: #fff;
            font-size: 16px;
            width: 100%;
        }

    .a-edit-for-rally .a-rally-content {
        border: 1px solid #fff;
        border-radius: 30px;
        max-width: 400px;
    }

        .a-edit-for-rally .a-rally-content h3 {
            color: #fff;
            padding: 30px 20px;
            font-size: 1.5rem;
            font-weight: 500;
            background-color: rgba(255, 255, 255, 0.2);
            border-bottom: 1px solid #fff;
            border-top-left-radius: 30px;
            border-top-right-radius: 30px;
        }

        .a-edit-for-rally .a-rally-content ul {
            margin-bottom: 0px;
            padding: 25px;
        }

            .a-edit-for-rally .a-rally-content ul li {
                list-style: none;
                display: block;
                margin-bottom: 20px;
                color: #fff;
                font-size: 1rem;
                padding-left: 40px;
                position: relative;
            }

                .a-edit-for-rally .a-rally-content ul li::before {
                    content: '';
                    position: absolute;
                    left: 0;
                    top: 1px;
                    background-image: url('../../../../www.amosoft.com/images/plus-list.svg');
                    background-size: 25px 25px;
                    height: 25px;
                    width: 25px;
                }

                .a-edit-for-rally .a-rally-content ul li:last-child {
                    margin-bottom: 0px;
                }

    .a-edit-for-rally .a-rally-features h3 {
        font-size: 1.5rem;
        color: #fff;
        max-width: 380px;
        margin-bottom: 30px;
    }

    .a-edit-for-rally .a-rally-features .a-rally-features-list {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

        .a-edit-for-rally .a-rally-features .a-rally-features-list .a-rally-feature-item {
            width: 50%;
            flex: 0 0 50%;
            display: flex;
            align-items: center;
            margin-bottom: 30px;
        }

            .a-edit-for-rally .a-rally-features .a-rally-features-list .a-rally-feature-item .a-rally-feature-icon {
                background-color: rgba(255, 255, 255, 0.2);
                width: 80px;
                height: 80px;
                flex: 0 0 80px;
                border-radius: 50%;
                overflow: hidden;
                display: flex;
                align-items: center;
                justify-content: center;
                margin-right: 15px;
            }

                .a-edit-for-rally .a-rally-features .a-rally-features-list .a-rally-feature-item .a-rally-feature-icon img {
                    width: 40px;
                    height: 40px;
                }

            .a-edit-for-rally .a-rally-features .a-rally-features-list .a-rally-feature-item p {
                margin-bottom: 0px;
                font-size: 1.05rem;
                color: #fff;
                padding-right: 15px;
            }

            .a-edit-for-rally .a-rally-features .a-rally-features-list .a-rally-feature-item:nth-last-child(1),
            .a-edit-for-rally .a-rally-features .a-rally-features-list .a-rally-feature-item:nth-last-child(2) {
                margin-bottom: 0;
            }

.a-rally-benifit {
    padding: 70px 0px;
}

    .a-rally-benifit h2 {
        text-align: center;
        color: #1d2755;
        font-size: 36px;
        margin: 0 auto 40px auto;
        font-weight: 600;
        max-width: 550px;
    }

    .a-rally-benifit .a-rally-benifit-list {
        padding-left: 0px;
        margin-bottom: 0px;
    }

        .a-rally-benifit .a-rally-benifit-list li {
            list-style: none;
            margin-bottom: 20px;
            display: block;
            position: relative;
            padding-left: 40px;
        }

            .a-rally-benifit .a-rally-benifit-list li:last-child {
                margin-bottom: 0;
            }

            .a-rally-benifit .a-rally-benifit-list li::before {
                content: '';
                position: absolute;
                left: 0;
                top: 3px;
                background-image: url('../../../../www.amosoft.com/images/plus-list-blue.svg');
                background-size: 25px 25px;
                height: 25px;
                width: 25px;
            }

.a-partner-amosoft .container {
    position: relative;
    z-index: 1;
}

.a-integration-service {
    padding: 70px 0px;
    background-color: #1d99b3;
    border-top-left-radius: 150px;
    border-top-right-radius: 150px;
    position: relative;
}

    .a-integration-service::before {
        content: '';
        position: absolute;
        background-color: #bdbdbd;
        border-top-left-radius: 150px;
        border-top-right-radius: 150px;
        top: -18px;
        z-index: -1;
        width: 100%;
        height: 100%;
    }

    .a-integration-service .edi-outsourcing-section-content h2,
    .a-integration-service .edi-outsourcing-section-content p {
        color: #fff;
    }

.a-rally-service-highlight {
    padding: 100px 0px;
    background-image: url('../../../../www.amosoft.com/images/service-highlight.jpg');
    position: relative;
}

    .a-rally-service-highlight::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-color: rgba(0, 0, 0, .75);
    }

    .a-rally-service-highlight h2 {
        color: #fff;
        font-size: 26px;
        font-weight: 600;
        text-align: center;
        max-width: 850px;
        margin: 0 auto;
        line-height: 37px;
    }

    .a-rally-service-highlight .container {
        position: relative;
        z-index: 1;
    }

.a-partner-section {
    padding: 70px 0px 40px;
}

    .a-partner-section .a-partner-title {
        text-align: center;
        margin-bottom: 50px;
    }

        .a-partner-section .a-partner-title h2 {
            color: #1d2755;
            font-size: 36px;
            margin-bottom: 5px;
            font-weight: 600;
        }

        .a-partner-section .a-partner-title p {
            color: #000;
            font-size: 16px;
            max-width: 100%;
            margin-bottom: 0;
        }

    .a-partner-section .a-partner-item {
        border: 1px solid #d0d0d0;
        border-radius: 30px;
        margin-bottom: 30px;
        padding: 25px;
        position: relative;
        overflow: hidden;
        min-height: 270px;
        transition: 0.3s;
    }

        .a-partner-section .a-partner-item:hover {
            background-color: #1d2b6d;
        }

        .a-partner-section .a-partner-item .a-partner-icon {
            width: 70px;
            height: 70px;
            background-color: #f5f5f5;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 15px;
        }

        .a-partner-section .a-partner-item:hover .a-partner-icon {
            background-color: rgba(255, 255, 255, 0.1);
        }

            .a-partner-section .a-partner-item:hover .a-partner-icon img {
                filter: invert(0) brightness(100);
            }

        .a-partner-section .a-partner-item .a-partner-icon img {
            width: 40px;
            height: 40px;
        }

        .a-partner-section .a-partner-item h3 {
            font-size: 1.5rem;
            font-weight: 700;
            color: #1d2b6d;
            margin-bottom: 5px;
        }

        .a-partner-section .a-partner-item:hover h3,
        .a-partner-section .a-partner-item:hover p {
            color: #fff;
        }

        .a-partner-section .a-partner-item:hover .a-partner-icon2 img {
            filter: brightness(100) invert(0);
        }

        .a-partner-section .a-partner-item .a-partner-icon2 {
            position: absolute;
            right: -20px;
            bottom: 0px;
            width: 120px;
            height: 120px;
        }

            .a-partner-section .a-partner-item .a-partner-icon2 img {
                filter: brightness(100) invert(0);
                opacity: 0.1;
            }

        .a-partner-section .a-partner-item p {
            font-size: 1rem;
            margin-bottom: 0;
        }

.a-partner-amosoft {
    background-color: #f3f3f3;
    padding: 80px 0px;
    position: relative;
    overflow: hidden;
}

    .a-partner-amosoft::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        background-image: url('../images/partner-pattern.svg');
        background-repeat: no-repeat;
        background-size: calc(100vh - 530px) auto;
        width: calc(100vh - 530px);
        height: 100%;
    }

    .a-partner-amosoft::after {
        content: '';
        position: absolute;
        right: 0;
        bottom: 0;
        background-image: url('../images/partner-pattern.svg');
        background-repeat: no-repeat;
        background-size: calc(100vh - 530px) auto;
        width: calc(100vh - 530px);
        height: 100%;
        transform: scale(-1);
    }

    .a-partner-amosoft .a-partner-content {
        text-align: center;
    }

        .a-partner-amosoft .a-partner-content h2 {
            color: #1d2755;
            font-size: 36px;
            margin-bottom: 40px;
            font-weight: 600;
        }

            .a-partner-amosoft .a-partner-content h2 span {
                display: block;
                font-weight: 400;
                font-size: 1.5rem;
                color: #000;
                margin-top: 15px;
            }

    .a-partner-amosoft .container {
        position: relative;
    }

    .a-partner-amosoft .btn-with-bg {
        background-color: #1d99b3 !important;
    }

        .a-partner-amosoft .btn-with-bg:hover {
            background-color: #1d2755 !important;
            color: #fff;
            border-color: #1d2755 !important;
        }

.custom-btn {
    margin-top: 40px;
    color: #fff !important;
    background-color: #1d2b6d
}

    .custom-btn:hover {
        background-color: #fff;
        color: #1d2b6d !important;
    }
