body, html{
    background-color: unset;
}

.banner-wrapper {
    background: url(../images/webBgfinal.jpg);
    background-position: bottom;
    height: 111vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #F4F5FA;
    padding-top: 300px !important;
}

.banner-content {
    position: relative;
}

.banner-info-box {
    max-width: 55%;
    /* padding-top: 40px; */
    display: block;
    margin: auto;
}

.banner-info-box p {
    text-align: center;
    font-size: 18px;
    color: var(--blue);
    line-height: 23px;
    font-family: "Gilroy-Medium";
    margin-bottom: 25px;
}

.banner-info-box p span {
    font-size: 18px;
    color: var(--orange);
    line-height: 23px;
    font-family: "Gilroy-Medium";
    text-transform: capitalize;
}

.banner-wrapper .banner-btn {
    text-align: center !important;
    margin-top: 10px !important;
    display: block !important;
}

.banner-btn a {
    padding: 22px 62px !important;
    display: inline-block !important;
    text-align: center !important;
    box-shadow: 0px 7px 15px 0px rgba(150, 150, 150, 0.29), 0px 27px 27px 0px rgba(150, 150, 150, 0.26),
        0px 61px 37px 0px rgba(150, 150, 150, 0.15), 0px 108px 43px 0px rgba(150, 150, 150, 0.04),
        0px 169px 47px 0px rgba(150, 150, 150, 0.01) !important;
}

.banner-btn a:hover{
    background: transparent !important;
}
.banner-title  h1{
    text-align: center;
}

.banner-icon-5 {
    position: absolute;
    right: 13%;
    bottom: 30%;
}

.banner-icon-4 {
    position: absolute;
    right: 0;
}

.banner-icon-3 {
    position: absolute;
    right: 30%;
    top: -70px;
}

.banner-icon-2 {
    position: absolute;
    left: 20%;
    top: -70px;
}

.banner-icon-1 {
    position: absolute;
    left: 5%;
    bottom: 50%;
}

/* section */

.enterprise-wrapper{
    margin-top: 40px;
}
.enterprise-title h3 {
    text-align: left;
}
.center-align-box {
    display: flex;
    align-items: center;
}

.enterprise-info {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* .E-Commerce-box  .enterprise-info{
    justify-content: left;
}
.management-box   .enterprise-info{
    justify-content: left;
} */

.enterprise-details-box {
    margin-top: 20px;
}

.enterprise-details-box p {
    color: #7C919E;
    font-family: "Gilroy-Medium";
    font-size: 16px;
}

.enterprise-details-box .mobile-list-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 20px;
    padding-left: 15px;
}

.enterprise-list li {
    color: #7C919E;
    font-family: "Gilroy-Medium";
    font-size: 16px;
    list-style: disc;
    margin-bottom: 4px;
}

.enterprise-box .enterprise-image-box {
    background: url(../images/enterprise-bg.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 20px 0;
}

.E-Commerce-box .enterprise-image-box {
    background: url(../images/e-commerce-bg.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 40px 0;
}

.mobile-Backend-box .enterprise-image-box {
    background: url(../images/enterprise-bg.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 50px 0;
}

.management-box .enterprise-image-box {
    background: url(../images/management-bg.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 50px 0;
}

.web-development-box .enterprise-image-box {
    background: url(../images/web-development-bg.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 50px 0;
}

.enterprise-image-box img {
    width: 100%;
}


.enterprise-title h4 {
    color: var(--orange);
    font-family: "Gilroy-SemiBold";
    font-size: 33px;
    text-transform: capitalize;
}

.enterprise-title h4 span {
    color: var(--blue);
    font-size: 33px;
    font-family: "Gilroy-SemiBold";
}

.e-commerce-icon-box {
    margin-top: 20px;
}

.enterprise-details-box .management-list {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

/* technologies-wrapper */

.technologies-wrapper {
    padding: 50px 0;
    margin-top: 30px;
    background: #F4F5FA;
}


.technologies-title p {
    font-size: 17px;
    font-family: "Gilroy-SemiBold";
    text-align: center;
    margin: 0 auto;
    color: var(--blue);
    /* margin-top: 40px; */
}


.technologies-title p span {
    font-size: 17px;
    font-family: "Gilroy-SemiBold";
    color: var(--orange);
}

.technologies-icon-box ul {
    max-width: 50%;
    display: flex;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
    margin-top: 35px;
}

.technologies-icon-box ul li a {
    color: #7C919E;
    text-align: center;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.technologies-icon-box ul li a img {
    /* width: 51px;
    height: 45px; */
    display: block;
    margin: auto;
}


/* / Simplify-Software-card-start / */
.Simplify-Software {
    margin-top: -30px;
}

.Simplify-Software-card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}


.Simplify-Software-card .Our-Software-box {
    padding: 25px 33px;
    background-color: var(--white-color);
    box-shadow: 0px 4px 61px 0px #05050517;
    border-radius: 15px;
    text-align: center;
    height: 100%;
}

.Our-Software-box .Software-box-img img {
    padding-bottom: 20px;
}

.Our-Software-box .Software-box-title h6 {
    font-size: 20px;
    font-family: "Gilroy-SemiBold";
    color: var(--blue);
    margin-bottom: 15px;
    display: -webkit-box;
    max-width: 100%;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 63px;
    max-width: 75%;
}

.Our-Software-box .Software-box-text p {
    font-size: 13px;
    color: var(--footer-text-color);
    letter-spacing: 0.56px;
    display: -webkit-box;
    max-width: 100%;
    margin: 0 auto;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* min-height: 63px; */
}

.Software-card {
    display: flex;
    align-items: center;
    justify-content: center;
}

.Software-card-contain {
    text-align: center;
}

.Software-card-contain .Software-card-text p {
    width: 552px !important;
    font-size: 17px;
    font-family: "Gilroy-Medium";
    width: 1085px;
    margin: 25px auto;
    color: var(--blue);
}

.Software-card-contain .Software-card-text span {
    font-size: 17px;
    font-family: "Gilroy-Medium";
    width: 1085px;
    margin: 0 auto;
    color: var(--orange);
}

.Software-card-title h3 span {
    display: block;
}

/* .Software-card-btn a{
    padding: 10px 20px;
} */
@media (max-width: 1900px){
    .Our-Software-box .Software-box-title h6{
        max-width: 90%;
    }
}
@media (max-width: 1199px) {
    .banner-wrapper {
        height: unset;
        padding-top: 200px !important;
        padding-bottom: 150px !important;
        background-position: 0 230%;
    }

    .banner-info-box {
        max-width: 75%;
        /* padding-top: 30px; */
    }
    .Software-card-contain .Software-card-text p{
        width: 100% !important;
    }
    .Simplify-Software-card{
        gap: 10px;
    }
    .Simplify-Software-card .Our-Software-box{
        padding: 20px;
    }
    .Our-Software-box .Software-box-title h6{
        font-size: 18px;
        min-height: 53px;
    }
    .Our-Software-box .Software-box-title h6{
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .banner-wrapper {
        height: unset;
        padding-top: 200px !important;
        padding-bottom: 130px !important;
        background-position: 0 230%;

    }

    .title-box h3 span {
        font-size: 32px;
    }

    .title-box h3 {
        font-size: 32px;
    }

    .Software-card-contain .Software-card-text p {
        width: unset !important;
        font-size: 17px;
        margin: 15px auto;
    }

    .Software-card-contain {
        margin-bottom: 30px;
    }

    .Simplify-Software-card {
        gap: 10px;
    }

    .Our-Software-box .Software-box-title h6 {
        min-height: 40px;
    }

    .Simplify-Software-card .Our-Software-box {
        padding: 20px 20px;
    }

    .our-gaping {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .enterprise-title h4 span {
        font-size: 28px;
    }

    .enterprise-title h4 {
        font-size: 28px;
    }

    .enterprise-details-box {
        margin-top: 10px;
    }

    .enterprise-details-box .mobile-list-box {
        gap: 5px 20px;
        margin-top: 10px;
    }

    .E-Commerce-box .row {
        flex-direction: column-reverse;
    }

    .enterprise-content-box {
        margin-bottom: 30px;
    }

    .management-box .row {
        flex-direction: column-reverse;
    }

    .technologies-icon-box ul {
        max-width: 70%;
        gap: 20px;
    }

    .technologies-title p {
        margin-top: 20px;
    }
    .technologies-wrapper{
        margin-top: 0;
    }
}


@media (max-width: 767px) {
    .technologies-icon-box ul {
        max-width: 90%;
        gap: 20px;
        margin-top: 30px;
    }

    .technologies-icon-box ul li a img {
        width: 41px;
        height: 35px;
    }

    .technologies-icon-box ul li a {
        font-size: 15px;
    }

    .technologies-title p {
        margin-top: 10px;
    }

    .title-box h3 {
        font-size: 26px;
    }

    .title-box h3 span {
        font-size: 26px;
    }


    .enterprise-title h4 {
        font-size: 26px;
    }

    .enterprise-title h4 span {
        font-size: 26px;

    }

    .enterprise-details-box p {
        font-size: 14px;
    }

    .enterprise-list li {
        font-size: 14px;
    }

    .Simplify-Software-card {
        grid-template-columns: repeat(1, 1fr);
    }

    .Our-Software-box .Software-box-title h6 {
        font-size: 18px;
    }

    .Our-Software-box .Software-box-title h6 {
        min-height: 30px;
    }

    .technologies-wrapper {
        padding: 40px 0;
    }

    .banner-wrapper {
        padding-top: 150px !important;
        padding-bottom: 90px !important;
    }

    .banner-info-box {
        max-width: 85%;
    }

    .banner-info-box p span {
        font-size: 16px;
    }

    .banner-info-box p {
        font-size: 16px;
    }

    .banner-btn a {
        font-size: 16px !important;
        padding: 12px 20px !important;
    }
    .our-gaping{
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .banner-btn{
        margin-top: 20px !important;
    }
    .Simplify-Software{
        margin-top: 0;
    }
}

@media (max-width: 575px){
    .banner-wrapper {
        padding-top: 100px !important;
        padding-bottom: 70px !important;
    }
}

@media (max-width: 480px) {
    .enterprise-details-box .mobile-list-box {
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
    }

    .e-commerce-icon-box img {
        width: 130px;
        height: 40px;
    }
    .our-gaping{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .banner-info-box{
        max-width: 100%;
    }
    .technologies-icon-box ul{
        width: 100%;
    }
   
}
