.ai-ml-row-gutter {
    --bs-gutter-x: 0rem;
}

.ai-ml-banner {
    background: url("../images/ai-ml/ai-ml-banner-img.png")no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 90% 100%;
    padding: 5rem 0rem 2rem 0rem;
    margin-top: 2rem;
}

.ai-ml-banner-img {
    width: 80%;
    margin-bottom: 1rem;
}

.ai-ml-banner-title {
    font-size: 56px;
    line-height: 62px;
    color: #032D60;
}

.ai-ml-learn-more-btn {
    border: 2px solid #f76767;
    border-radius: 5px;
    background: #f76767;
    padding: 10px 35px;
    color: #fff;
    font-weight: 500;
}

.ai-ml-banner-card {
    padding: 2rem 1rem 2rem 1rem;
    border: 0;
}

.ai-ml-card-title {
    color: #144188;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
}

.ai-ml-banner-card-para {
    color: #7B7C7C;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin-top: 2%;
    margin-bottom: 4%;
}

.ai-ml-icon {
    color: rgba(123, 114, 114, 0.15);
    font-size: 35px;
}

.mob-aiml-banner {
    background-color: rgba(230, 222, 255, 1);
    padding: 3rem 0rem 4rem 0rem;
}


.ai-ml-cards {
    border: none;
    border-radius: 0px;
    background: none;
    padding: 0rem 3rem;
}

.ai-ml-cards-body {
    background: #FFFFFF;
    padding: 1rem 2rem 3rem 2rem;
}

.custom-img-services {
    border-top-left-radius: 0;
}

.services-col-padding {
    padding-top: 5rem;
}

/* overlay css */

.service-1 {
    position: relative;
    /* max-width: 400px; */
    overflow: hidden;
}

.service-1 .service-1-content-overlay {
    background: linear-gradient(180deg, #52FF00 0%, rgba(0, 32, 255, 0.00) 100%);
    border-top-right-radius: 40px;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.service-1:hover .service-1-content-overlay {
    opacity: 0.6;
}

.service-2 {
    position: relative;
    /* max-width: 400px; */
    overflow: hidden;
}

.service-2 .service-2-content-overlay {
    background: linear-gradient(180deg, #C0F 0%, rgba(0, 32, 255, 0.00) 100%, rgba(0, 32, 255, 0.00) 100%);
    border-top-right-radius: 40px;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.service-2:hover .service-2-content-overlay {
    opacity: 0.6;
}

.service-3 {
    position: relative;
    /* max-width: 400px; */
    overflow: hidden;
}

.service-3 .service-3-content-overlay {
    background: linear-gradient(180deg, #FF005C 0%, rgba(0, 32, 255, 0.00) 100%, rgba(0, 32, 255, 0.00) 100%);
    border-top-right-radius: 40px;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.service-3:hover .service-3-content-overlay {
    opacity: 0.6;
}

.service-4 {
    position: relative;
    /* max-width: 400px; */
    overflow: hidden;
}

.service-4 .service-4-content-overlay {
    background: linear-gradient(180deg, #00F0FF 0%, rgba(0, 32, 255, 0.00) 100%, rgba(0, 32, 255, 0.00) 100%);
    border-top-right-radius: 40px;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.service-4:hover .service-4-content-overlay {
    opacity: 0.6;
}

.service-5 {
    position: relative;
    /* max-width: 400px; */
    overflow: hidden;
}

.service-5 .service-5-content-overlay {
    background: linear-gradient(180deg, #FF8A00 0%, rgba(0, 32, 255, 0.00) 100%, rgba(0, 32, 255, 0.00) 100%);
    border-top-right-radius: 40px;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.service-5:hover .service-5-content-overlay {
    opacity: 0.6;
}

.service-6 {
    position: relative;
    /* max-width: 400px; */
    overflow: hidden;
}

.service-6 .service-6-content-overlay {
    background: linear-gradient(180deg, #CF0 0%, rgba(0, 32, 255, 0.00) 100%, rgba(0, 32, 255, 0.00) 100%);
    border-top-right-radius: 40px;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.service-6:hover .service-6-content-overlay {
    opacity: 0.6;
}

.service-7 {
    position: relative;
    /* max-width: 400px; */
    overflow: hidden;
}

.service-7 .service-7-content-overlay {
    background: linear-gradient(180deg, #FF00E5 0%, rgba(0, 32, 255, 0.00) 100%, rgba(0, 32, 255, 0.00) 100%);
    border-top-right-radius: 40px;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.service-7:hover .service-7-content-overlay {
    opacity: 0.6;
}

/* overlay css */

.service-heading {
    color: #144188;
    padding: 1rem 0rem 1rem 0rem;
    font-size: 26px;
}

.services-text {
    color: #475569;
    text-align: justify;
    font-size: 18px;
    line-height: 32px;
}

.services-section {
    color: #032D60;
    font-size: 47px;
    font-weight: 600;
    padding: 0rem 0rem 4rem 0rem;
    text-align: justify;
}

.ai-title {
    color: #032D60;
    font-weight: 500;
    font-size: 45px;
    line-height: 55px;
}

.ai-description {
    color: #032D60;
    font-size: 21px;
    line-height: 38px;

}

.section-2-padding {
    background-color: #E6DEFF;
    padding: 5rem 0rem 0rem 0rem;
    margin-top: 4rem;

}

.ai-ml-card-section {
    background: url("../images/ai-ml/ai-ml-cards.png")no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100% 100%;
    /* background-color: #E6DEFF; */
    padding: 5rem 0rem 5rem 0rem;
}

.ai-ml-text {
    background: black;
    color: white;
    padding: 2rem 0rem 2rem 0rem!important;
    text-align: center!important;
    margin-bottom: 5rem!important;
    justify-content: center!important;
}

.circle {
    width: 20px;
    height: 20px;
    background-color: white;
    border-radius: 50%;
    text-align: end!important;
}

.ai-ml-circle {
    text-align: -webkit-right!important;
    padding-top: 1rem!important;
}

.text-content {
    text-align: start!important;
    font-size: 32px!important;
}

.row-align-text {
    margin-left: 50px!important;
}

.row-align-text-1 {
    padding-right: 12rem!important;
}

@media (max-width: 321px) {

    .ai-ml-banner {
        padding: 1rem 0rem 1rem 0rem;
    }

    .ai-ml-banner-title {
        font-size: 20px;
        line-height: 28px;
    }

    .ai-ml-card-title {
        font-size: 18px;
        line-height: 22px;
    }

    .ai-ml-banner-card {
        padding: 2rem 1rem 2rem 1rem;
        border: 0;
    }

    .ai-ml-card-body {
        padding: 0;
    }

    .ai-ml-learn-more-btn {
        background-color: #F76767;
        color: #fff;
        font-weight: 500;
    }

    .mob-aiml-banner {
        padding: 3rem 0rem 2rem 0rem;
    }

    .ai-ml-banner-card-para {
        color: #7B7C7C;
        font-weight: 400;
        font-size: 16px;
        text-align: justify;
        padding: 0.5rem 0rem 0.5rem 0rem;
    }

    .section-2-padding {
        padding: 2rem 0rem 2rem 0rem;
    }

    .ai-title {
        padding: 0rem 0rem 0rem 0rem;
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 1rem;
    }

    .ai-description {
        font-size: 14px;
        line-height: 24px;
    }

    .services-section {
        font-size: 18px;
        padding: 2rem 0rem 2rem 0rem;
    }

    .ai-ml-cards {
        padding: 2rem 0rem 0rem 0rem;
    }

    .service-heading {
        font-size: 16px;
        line-height: 24px;
        padding: 1rem 0rem 0rem 0rem;
    }

    .services-text {
        font-size: 12px;
        line-height: 22px;
    }

    .services-col-padding {
        padding-top: 0rem;
    }
    .ai-ml-circle {
        padding-top: 0.3rem!important;
    }
    
    /* .text-content {
        text-align: start;
        font-size: 12px!important;
        padding-top: 8px;
    } */
    .text-content {
        text-align: start;
        font-size: 14px!important;
    }
    .row-align-text {
        margin-left: -12px!important;
    }
    
    .row-align-text-1 {
        padding-right: 0rem!important;
    }
    .ai-ml-text {
        background: black;
        color: white;
        padding: 1rem 4rem 1rem 0rem!important;
        text-align: center!important;
        margin-bottom: 0rem!important;
        justify-content: center!important;
    }
    .circle {
        width: 14px;
        height: 14px;
        background-color: white;
        border-radius: 50%;
        text-align: end;
    }
    .ai-ml-card-section{
        background-color: #E6DEFF;
        background-image: none;
        padding: 0rem 0rem 5rem 0rem;
    }
}


@media screen and (min-device-width: 322px) and (max-device-width: 767px) {

    .ai-ml-banner {
        padding: 1rem 0rem 1rem 0rem;
    }

    .ai-ml-banner-title {
        font-size: 24px;
        line-height: 35px;
    }

    .ai-ml-card-title {
        font-size: 20px;
        line-height: 22px;
    }

    .ai-ml-banner-card {
        padding: 2rem 1.5rem 2rem 1.5rem;
    }

    .ai-ml-card-body {
        padding: 0;
    }

    .ai-ml-learn-more-btn {
        font-size: 14px;
    }

    .ai-ml-banner-card-para {
        font-size: 16px;
        line-height: 32px;
        margin-bottom: 6%;
        text-align: justify;
    }

    .section-2-padding {
        padding: 1rem 0rem 2rem 0rem;
    }

    .ai-title {
        padding: 0rem 0rem 0rem 0rem;
        font-size: 20px;
        line-height: 27px;
    }

    .ai-description {
        font-size: 14px;
        line-height: 26px;
        padding: 1rem 0rem 2rem 0rem;

    }

    .services-section {
        font-size: 18px;
        padding: 0rem 0rem 2rem 0rem;
    }

    .ai-ml-cards {

        padding: 2rem 0rem 0rem 0rem;
    }

    .service-heading {
        font-size: 20px;
    }

    .services-text {
        font-size: 14px;
        line-height: 24px;
        padding: 0rem 0rem 1rem 0rem;
    }

    .services-col-padding {
        padding-top: 0rem;
    }

    .mob-aiml-banner {
        padding: 3rem 0rem 3rem 0rem;
    }
    .ai-ml-circle {

        padding-top: 0.5rem!important;
    }
    
    .text-content {
        text-align: start;
        font-size: 13px!important;
        padding-top: 0.3rem!important;
    }
    
    .row-align-text {
        margin-left: -12px!important;
    }
    
    .row-align-text-1 {
        padding-right: 0rem!important;
    }
    .ai-ml-text {
        background: black;
        color: white;
        padding: 1rem 9rem 1rem 0rem!important;
        text-align: center!important;
        margin-bottom: 0rem!important;
        justify-content: center!important;
    }
    .circle {
        width: 14px;
        height: 14px;
        background-color: white;
        border-radius: 50%;
        text-align: end;
    }
    .ai-ml-card-section{
        background-color: #E6DEFF;
        background-image: none;
        padding: 0rem 0rem 5rem 0rem;
    }
}


@media screen and (min-device-width: 768px) and (max-device-width: 992px) {

    .ai-ml-banner {
        background-size: 100% 100%;
        padding: 5rem 0rem 7rem 0rem;
    }

    .ai-ml-banner-img {
        width: 100%;
    }

    .ai-ml-banner-title {
        font-size: 35px;
        margin-bottom: 3rem;
    }

    .ai-ml-card-title {
        font-size: 16px;
        line-height: 22px;
    }

    .ai-ml-banner-card {
        padding: 1rem 1rem 1rem 1rem;
    }

    .ai-ml-card-body {
        padding: 0.8rem;
    }

    .ai-ml-banner-card-para {
        text-align: justify;
    }


    .section-2-padding {
        padding: 3rem 0rem 3rem 0rem;
        margin-top: 3rem;
    }

    .ai-title {
        padding: 0rem 0rem 0rem 0rem;
        font-size: 24px;
        line-height: 32px;
    }

    .ai-description {
        font-size: 15px;
        line-height: 27px;
    }

    .services-section {
        font-size: 28px;
        line-height: 48px;
        padding: 3rem 0rem 0rem 0rem;
    }

    .ai-ml-cards {

        padding: 2rem 0rem 0rem 0rem;
        height: 100%;
    }

    .service-heading {
        font-size: 23px;
        line-height: 30px;
    }

    .services-text {
        font-size: 15px;
        line-height: 26px;
        padding: 0rem 0rem 2rem 0rem;

    }

    .services-col-padding {
        padding-top: 0rem;
    }
    .ai-ml-circle {
        text-align: -webkit-right!important;
        padding-top: 1rem!important;
    }
    
    .text-content {
        text-align: start;
        font-size: 16px!important;
    }
    
    .row-align-text {
        margin-left: -80px!important;
    }
    
    .row-align-text-1 {
        padding-right: 2rem!important;
    }
    .ai-ml-text {
        background: black;
        color: white;
        padding: 1rem 0rem 1rem 0rem!important;
        text-align: center!important;
        margin-bottom: 0rem!important;
        justify-content: center!important;
    }
    .circle {
        width: 14px;
        height: 14px;
        background-color: white;
        border-radius: 50%;
        text-align: end;
    }
    .text-content {
        text-align: start;
        font-size: 18px!important;
        padding-top: 0.5rem;
    }

    .ai-ml-card-section{
        background-color: #E6DEFF;
        background-image: none;
        padding: 0rem 0rem 5rem 0rem;
    }

}

@media screen and (min-device-width: 993px) and (max-device-width: 1279px) {

    .ai-ml-banner {
        padding: 2rem 0rem 5rem 0rem;
        margin-top: 1.5rem;
        background-size: 90% 100%;
    }

    .ai-ml-banner-title {
        font-size: 38px;
        line-height: 42px;
        margin-bottom: 2rem;
    }

    .ai-ml-banner-card {
        padding: 1rem 1rem 1rem 1rem;
    }

    .ai-ml-card-body {
        padding: 0.8rem;
    }

    .ai-ml-banner-img {
        width: 100%;
        margin-bottom: 0rem;
    }

    .ai-ml-icon {
        color: rgba(123, 114, 114, 0.15);
        font-size: 35px;
    }

    .section-2-padding {
        padding: 4rem 0rem 4rem 0rem;
        margin-top: 3rem;
    }

    .ai-title {
        padding: 0rem 0rem 0rem 0rem;
        font-size: 30px;
        line-height: 43px;

    }

    .ai-description {
        font-size: 22px;
        line-height: 35px;
    }

    .services-section {
        font-size: 35px;
        line-height: 46px;
        padding: 3rem 0rem 1rem 0rem;
    }

    .ai-ml-cards {

        padding: 2rem 1rem 0rem 1rem;
    }

    .service-heading {
        font-size: 28px;
        line-height: 38px;
    }

    .services-text {
        font-size: 18px;
        line-height: 31px;
    }

    .ai-ml-cards-body {
        background: #FFFFFF;
        padding: 2rem 2rem 2rem 2rem;
    }
    .ai-ml-circle {
        text-align: -webkit-right!important;
        padding-top: 1rem!important;
    }
    
    .text-content {
        text-align: start;
        font-size: 16px!important;
    }
    
    .row-align-text {
        margin-left: -8rem!important;
    }
    
    .row-align-text-1 {
        padding-right: 2rem!important;
    }
    .ai-ml-text {
        background: black;
        color: white;
        padding: 2rem 0rem 2rem 0rem!important;
        text-align: center!important;
        margin-bottom: 5rem!important;
        justify-content: center!important;
    }
    .circle {
        width: 24px;
        height: 24px;
        background-color: white;
        border-radius: 50%;
        text-align: end;
    }
    .text-content {
        text-align: start;
        font-size: 27px!important;
        padding-top: 0.5rem;
    }


}

@media screen and (min-device-width: 1280px) and (max-device-width: 1500px) {
    .ai-ml-banner-title {
        font-size: 38px;
    }

    .ai-ml-banner {
        padding: 3rem 0rem 3rem 0rem;
        margin-top: 2rem;
    }

    .section-2-padding {
        padding: 4rem 0rem 4rem 0rem;
        margin-top: 4rem;
    }

    .ai-title {
        padding: 0rem 1rem 0rem 0rem;
        font-size: 33px;
        line-height: 48px;
    }

    .ai-description {
        font-size: 20px;
        line-height: 37px;
    }

    .ai-ml-cards {
        padding: 0rem 2rem;
    }

    .ai-ml-cards-body {
        padding: 1.5rem 1.5rem 3rem 1.5rem;
    }

    .service-heading {
        color: #144188;
        padding: 1rem 0rem 1rem 0rem;
        font-size: 24px;
    }

    .services-text {
        font-size: 17px;
        line-height: 30px;
    }
    .ai-ml-circle {
        text-align: -webkit-right!important;
        padding-top: 1rem!important;
    }
    
    .text-content {
        text-align: start;
        font-size: 16px!important;
    }
    
    .row-align-text {
        margin-left: -8rem!important;
    }
    
    .row-align-text-1 {
        padding-right: 2rem!important;
    }
    .ai-ml-text {
        background: black;
        color: white;
        padding: 2rem 0rem 2rem 0rem!important;
        text-align: center!important;
        margin-bottom: 5rem!important;
        justify-content: center!important;
    }
    .circle {
        width: 24px;
        height: 24px;
        background-color: white;
        border-radius: 50%;
        text-align: end;
    }
    .text-content {
        text-align: start;
        font-size: 27px!important;
        padding-top: 0.5rem;
    }



}