
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    box-shadow: 10px solid white;
    font-family: "Poppins", sans-serif;
        /*font-family: 'Poppins' ;*/
}

.cardho {
    transition: box-shadow 0.3s ease-in-out;
}

.cardho.active,
.cardho:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    background-color: #FFFFFF !important;
    box-shadow: 0px 0px 15px 5px #4CBEDB4D;
    border-radius: 10px;

}

.underline{
    text-decoration: underline;
}



/* .wrapper3 .owl-prev, .wrapper3 .owl-next {
    margin-top: 25px !important;

  } */

/* .wrapper2 .owl-carousel {
    padding: 0 300px!important;
 
  } */

.nav-tabs .nav-item .nav-link {
    border: none !important;
    color: black !important;


}

.nav-tabs {
    border: none !important;
}

.nav-tabs .nav-item .active {
    border-bottom: 2px solid blue !important;
    color: blue !important;
    font-weight: 600 !important;
}

.navhover:hover {
    border-bottom: 2px solid blue !important;
    color: blue !important;
    font-weight: 600 !important;
    filter: invert(19%) sepia(91%) saturate(64442%) hue-rotate(257deg) brightness(94%) contrast(100%);
}

a {
    text-decoration: none;
    color: black;
}

.nav-tabs .nav-item .active img {
    transform: rotate(90deg);
    filter: invert(19%) sepia(91%) saturate(64442%) hue-rotate(257deg) brightness(94%) contrast(100%);
    transition: transform 0.3s ease;


}




.our_mission_main_title {
    font-weight: 600;
    font-size: 40px;
    color: #2F2F2F;
    font-family: "Poppins", sans-serif;
}

.our_mission_main_title span {
    color: #4363D4;
}

.our_mission_main_subtitle {
    font-weight: 400;
    color: #808080;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    line-height: 30px;
}


.cardab {
    height: 400px;
    /* width: 280px;  */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.devcard {
    height: 120px;
    width: 100%;
    background-color: white;
    display: flex;
    justify-content: center;
}

.cardab:hover {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    transform: scale(1.1);
    z-index: 999;
    transition: ease 0.2s;
}

.card-text {
    font-size: 15px;
    color: #808080;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    width: 300px;
}

.card-text-new {
    font-size: 14px;
    color: #808080;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    /* width: 300px; */
}

.card-titleabout {
    font-size: 28px;
    color: hsl(0, 0%, 18%);
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

.cuurentnav {
    color: rgba(48, 74, 164, 1) !important;
    font-weight: 700 !important;
}

.cuurentnavinsight {
    color: rgba(48, 74, 164, 1) !important;
    font-weight: 600 !important;
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-thickness: 2px;
}

.singhover:hover {
    color: rgba(48, 74, 164, 1) !important;
    font-weight: 600 !important;
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-thickness: 2px;
}

.subcuurentnav {
    color: rgba(48, 74, 164, 1) !important;
    /* font-weight: 600 !important; */
}




.country_name {
    color: #2F2F2F;
    font-size: 20px;
    font-weight: 600;
}


.country_subname {
    font-weight: 400;
    font-size: 14px;
    color: #808080;
    width: 90%;
}


.growing_title {
    font-weight: 600;
    font-size: 34px;
    font-family: "Poppins", sans-serif;
}

.blogs_date{
    font-size:16px;
    font-weight:400;
    color: #4363D4;

}

.blogs_read_more{
        color: #4363D4;
}


.growing_subtitle {
    font-weight: 300;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    line-height: 22px;
    margin-top: 20px;
}


.cardsec {
    height: 280px;
    width: 300px;
    background-color: white;
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    flex-direction: column;
    margin-top: 20px;
}

.navbar-nav {
    flex: 1;
    justify-content: center;
    align-items: center;
}

.navbar-nav .nav-item .nav-link {
    padding: 0 15px;
    font-size: 15px;
    font-weight: 500;
}

.navbar-nav .nav-item .nav-link1 {
    outline: none;
    border: none;
    font-size: 15px;
    font-weight: 500;
    background: none;
    margin: 0px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.contbtn {
    background: rgba(48, 74, 164, 1);
    border-radius: 8px;
    border-color: rgba(48, 74, 164, 1);
    font-size: 14px;
    font-weight: 400;
    margin-right: 70px;
    color: white;
    padding: 7px 11px;
}


.btn-primary {
    background-color: #304AA4 !important;
    border-color: #304AA4 !important;
    font-weight: 400;
    font-size: 16px;
    padding: 10px 33px;
    color: white;
    border-radius: 10px;
}

.btn-primary:hover {
    background-color: #0466cf !important;
}

.navbar-brand img {
    height: 50px;
}

.nav-drop {
    font-size: 18px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 30px;

}

.dropdown-item {
    font-size: 15px !important;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.mobile-digital-service {
    display: none !important;
}

@media screen and (max-width:770px) {
    .full-digital-service {
        display: none !important;
    }

    .mobile-digital-service {
        display: block !important;
    }


}


.enterpriseappbox {
    display: flex;
    gap: 20px;
    padding: 0px 0px 0px 15px;
    /* background-color: #f8f9fa; */
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: rgba(17, 27, 41, 1);

}

.quixcard {
    width: 100%;
    border-radius: 16px;
    background: linear-gradient(90deg, #2352AE 0%, #182B6E 100%);
    min-height: 380px;

}

.quixcard2 {
    width: 100%;
    border-radius: 16px;
    background: linear-gradient(90deg, #4B75C6 0%, #2F489E 100%);
    min-height: 380px;

}

.quixbottomdiv {
    /* background: linear-gradient(180.09deg, rgba(0, 0, 0, 0) -10.96%, rgba(0, 0, 0, 0.05) 99.92%); */
    background-color: #F4F4F4;
    border-radius: 16px;


}

.perengtopbox {
    background: linear-gradient(90deg, #2352AE 0%, #182B6E 100%);
    border-radius: 10px;
}



.quixsubcard {
    height: 100%;
    width: 100%;
    background-color: rgb(255, 255, 255);
    border-radius: 16px;
    min-height: 380px;

}
.quixsubcard-de {
    height: 100%;
    width: 100%;
    background-color: rgb(255, 255, 255);
    border-radius: 16px;
    min-height: 380px;

}

.quixbottom {
    background-image: url(../images/titlebg.png);
    background-repeat: no-repeat;
    background-position: bottom;
    /* background-size: auto 300px; */
    background-color: #EFF1F7;

}
.quixbottomdataeng {
    background-image: url(../images/engdatabg.png);
    background-repeat: no-repeat;
    background-position: cover;
    /* background-size: auto 1000px; */
    background-color: #EFF1F7;

}

.quixcard-heading {
    font-size: 28px;
    color: black;
    font-weight: 700;
    text-align: center;
    line-height: 39px;

}
.quixcard-heading-de {
    font-size: 25px;
    color: black;
    font-weight: 700;
    text-align: center;
    line-height: 39px;

}

.quixcard-para {
    font-size: 18px;
    color: black;
    font-weight: 400;
    text-align: start;
    line-height: 30px;

}

.quixcard-round-div {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    border: 7px solid #1D3FAF;


}

.quix360-para {
    font-size: 20px;
    text-align: start !important;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: 0.8px;
    color: black;
}

.quix360-para2 {
    font-size: 25px;
    text-align: justify !important;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: 0.8px;
    color: black;
}

.quix360-para4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: black;
    text-align: start !important;
}

.quix360-para3 {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: white;
    text-align: center;
    line-height: 37px;
    letter-spacing: 0.8px;

}


.perlastcard {
    background: linear-gradient(90deg, #2352AE 0%, #182B6E 100%);
    color: white;
    border-radius: 16px;
    min-height: 620px;
}
.perlastcard1 {
    background: linear-gradient(90deg, #4B75C6 0%, #2F489E 100%);
    color: white;
    border-radius: 16px;
    min-height: 620px;
}

.perenglastpara{
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: white;
    text-align: center;

}

.perenglasteng{
    font-family: "Poppins", sans-serif;
    font-size: 19px;
    font-weight: 400;
    color: white;
    text-align: start;
    line-height: 30px;

}


.pereng-para3 {
    font-family: "Poppins", sans-serif;
    font-size: 19px;
    font-weight: 400;
    color: white;
    text-align: center;
    line-height: 37px;
    letter-spacing: 0.8px;

}

.quix360-heading {
    font-size: 25px;
    text-align: justify !important;
    font-weight: 900;
    line-height: 50px;
    letter-spacing: 0.8px;
    color: #304AA4;

}





.list-group-item {
    border: none;
    padding: 1rem;
    /* background-color: #f8f9fa; */
    border-radius: 8px;
    margin-bottom: 10px;
}

.list-group-item h5 {
    color: #0d6efd;
    font-weight: bold;
}

.list-group-item small {
    color: #6c757d;
}

.list-group-item i {
    width: 30px;
    height: 30px;
}

.list-group-item span {
    font-size: 1.5rem;
    color: #0d6efd;
}

.list-group-item:hover {
    background-color: #e9ecef;
}

.navbar-drop34 {
    /* background-color: rgb(132, 205, 234); */
    font-size: 13px !important;
    padding: 10px !important;
    border-radius: 10px;
    width: 70% !important;
}

.navbar-accrodian-heading {
    font-size: 18px !important;
    font-weight: 600;
}

.nav-drop3 {
    font-size: 15px !important;
    font-weight: 500;
}

/* .............................home-page..................................... */
.home-heading {
    font-size: 40px !important;
    color: #242121;
    font-weight: 600;
    line-height: 60px;

}

.home-para {
    font-size: 18px !important;
    color: #3E2929CC;
    line-height: 32px;

}

.home-button {
    font-size: 15px !important;
    background-color: #304AA4 !important;
}

.home-icon {
    background-color: #304AA4 !important;
    border-radius: 50%;
    padding: 25px !important;
    font-size: 40px;
}

/*.tech-heading {*/
/*    font-size: 40px !important;*/
/*    padding-top: 50px !important;*/
/*}*/


.tech-heading {
    font-size: 40px !important;
    padding-top: 50px !important;
    font-weight: 600;
    line-height: 52px;
    text-align: center;
}

.tech-heading span {
    color: #523be6;
}

.tech {
    background-color: #F4F4F4 !important;
}

.cardhover:hover {
    background-color: white !important;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border: 1px solid black;
    transition: ease 0.2s;
}


.mission_title {
    color: rgba(47, 47, 47, 1);
    font-size: 35px;
    font-weight: 700;
}

.mission_subtitle {
    color: rgba(128, 128, 128, 1);

    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

.tech-card-head {
    font-size: 20px !important;
    padding-top: -20px;
}

.tech-card-para {
    font-size: 21px !important;
}

.tech-card-para-new {
    font-size: 18px !important;
    line-height: 34px;
}

.tech-shadow {
    border: none;
    align-items: center;
    /* box-shadow: rgba(0, 179, 255, 0.384) 0px 2px 4px 0px, rgba(1, 179, 255, 0.457) 0px 2px 16px 0px; */
    box-shadow: rgba(2, 247, 255, 0.502) 0px 3px 8px;
}

.celebrating {
    background-color: #182B6D !important;
    border-radius: 10px !important;
    max-width: 1170px !important;
    text-align: center;

}

.cele-heading {
    font-size: 23px;
}

.home-para78 {
    font-size: 15px !important;
}

.leftBorder {
    border-left: 2px solid white;

}

.custom-container {
    max-width: 1000px;
    border-radius: 10px !important;
    background: rgb(46, 82, 211);
    background: linear-gradient(90deg, rgba(46, 82, 211, 1) 33%, rgba(25, 45, 117, 1) 68%);
    text-align: center;
}

.company-logo {
    background: white;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.company-logo img {
    max-height: 50px;
    max-width: 100%;
}

.latest {
    background-color: #faf3f3 !important;
}

.wrapper2 .owl-prev,
.wrapper2 .owl-next {
    position: absolute;
    top: 38%;
    padding: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50% !important;
    background-color: transparent !important;
    transform: translate(0% -50%) !important;
    color: #182B6D !important;
    font-size: 40px !important;

}

.wrapper2 .owl-prev:hover,
.wrapper2 .owl-next:hover {
    background-color: transparent !important;

}

.wrapper2 .owl-next {
    position: absolute;
    right: -80px !important;
}

.wrapper2 .owl-prev {
    position: absolute;
    left: -80px;
}

.wrapper2 .pic1 {
    background-image: url(../frontend/mobole.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
    width: auto;
    border-radius: 5px;
}

.wrapper2 .pic2 {
    background-image: url(../frontend/mobile2.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
    width: auto;
    border-radius: 5px;
}

.wrapper2 .pic3 {
    background-image: url(../frontend/group1-home.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
    width: auto;
    border-radius: 5px;
}

.wrapper2 .pic4 {
    background-image: url(../frontend/hand1.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
    width: auto;
    border-radius: 5px;
}

.picc11 {
    background-color: rgba(0, 0, 0, 0.308);
    background-size: cover;
    height: 350px;
}


.owl-prev:hover {
    background-color: rgb(243, 230, 230) !important;
    color: black !important;
}

.owl-next:hover {
    background-color: rgba(243, 230, 230) !important;
    color: black !important;
}

.impact {
    background: rgb(33, 59, 151);
    background: linear-gradient(0deg, rgba(33, 59, 151, 1) 42%, rgba(46, 81, 207, 0.9997898817730217) 74%);
    max-width: 1500px;
}

.impact-pe {
    background: rgb(33, 59, 151);
    background: linear-gradient(0deg, rgba(33, 59, 151, 1) 42%, rgba(46, 81, 207, 0.9997898817730217) 74%);
    max-width: 100%;
}

.impactabout {
    background: rgb(33, 59, 151);
    background: linear-gradient(0deg, rgba(33, 59, 151, 1) 42%, rgba(46, 81, 207, 0.9997898817730217) 74%);
    max-width: 100%;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
}

/* ................................................................................................... */
.footer-links {
    font-size: 14px !important;
    text-decoration: none;
    color: #909090 !important;

}

.engineering_title {
    font-size: 48px;
    font-weight: 800;
    font-family: "Poppins", sans-serif;
    color: white;
}

.engineering_subtitle {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: white;
}


.engrapid-para {
    font-size: 18px !important;
    /* text-align: left !important; */
    text-align: justify !important;
    /* margin-right: 10% !important; */
    line-height: 25px;
    font-weight: 400;
    color: #111111;



}


.engperrapid-para {
    font-size: 18px !important;
    /* text-align: left !important; */
    text-align: justify !important;
    /* margin-right: 10% !important; */
    line-height: 30px;
    font-weight: 400;
    color: #111111;



}


.perengcard {
    background-color: white;
    border-radius: 16px;
    min-height: 280px;
    /* width: 70%; */
}


.percardheading {
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    /* text-align: center; */
    color: #2744AD;

}
.percardheading-ai {
    font-size: 26px;
    font-weight: 600;
    line-height: 30px;
    /* text-align: center; */
    color: #304AA4;


}

.aipara{
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    color: #111111;

}

.percardpara {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    /* text-align: center; */
    color: #2744AD;
}
.percardpara-ai {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    /* text-align: center; */
    /* color: #2744AD; */
}

.percardpara-ml {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    /* text-align: center; */
    /* color: #2744AD; */
}
.percardpara-ml1 {
    font-size: 24px;
    font-weight: 600;
    line-height: 52px;
    /* text-align: center; */
    /* color: #2744AD; */
}

.liststylefooter {
    padding-left: 0;
    display: flex;
    list-style: none;
    flex-direction: column;
    gap: 10px;
}

.footer-icon {
    font-size: 15px;
    /* padding: 10px; */

}

.footer-container {
    max-width: 1200px !important;


}

#contact {
    background-color: #EFF1F7;

}

/* /////////////////////////////////////////////////about us//////////////////////////////////////////////////// */

.about-home {
    max-width: 1300px;
    background-image: url(../frontend/about-home.png);
    border-radius: 10px !important;
    background-size: cover;
    background-position: center;

}

.about-global {

    /* max-width: 1500px; */
    background: rgb(46, 82, 211);
    background: linear-gradient(90deg, rgba(46, 82, 211, 1) 33%, rgba(25, 45, 117, 1) 68%);
    text-align: center;
}

.card-custom {
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    align-content: center;
}

.circle {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2em;
    margin: 40px auto 13px auto;
}

.bg-gradient {
    background: linear-gradient(90deg, #1e3c72 0%, #2a5298 100%);
    color: white;
}

.section-title {
    margin-bottom: 20px;
}

.asked-button {
    font-size: 30px;
    font-weight: bold;
    border: 2px solid rgb(194, 188, 188);
    border-radius: 10px !important;
}

.accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
}

/* .career////////////////////////////////////////////// */
.search-bar {
    background-color: #F3F3F3;
    padding: 10px 0px 10px 40px !important;
    border-radius: 10px;


}

.careerbtn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.search-input {
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding: 10px;
    width: 100% !important;
}

.search-button {
    background-color: #0056b3;
    color: white;
    border: none;
    padding: 10px 30px;
    border-radius: 5px;
    /* width: 100% !important; */
}

.reset-button {
    border: 1px solid #0056b3;
    color: #0056b3;
    background-color: white;
    padding: 10px 30px;
    border-radius: 5px;
    /* width: 100% !important; */
}

.job-button {
    background-color: #0056b3;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
}

.job-description {
    background-color: #F3F3F3;
    padding: 20px;
    border-radius: 10px;
    margin: 20px 0;
}

.description2 {
    background-color: #F3F3F3;
    padding: 30px;
    border-radius: 10px;
    margin: 20px 0;
}

.job-title {
    font-size: 20px !important;
    font-weight: 600 !important;
}

.job-head {
    font-size: 20px;
    font-weight: 700;
}

.job-para {
    font-size: 18px !important;
    font-weight: 600;
}

.job-list {
    font-size: 18px !important;
    font-weight: 600;
}

.job-apply-button {
    background-color: #0056b3;
    color: white;
    border: none;
    padding: 10px 25px;
    border-radius: 10px;
    display: block;

    max-width: 200px;
    margin-top: 20px;
    float: right;
}

.job-apply-form {
    background-color: #fcf7f7;
    padding: 30px;
    border-radius: 10px;
    margin: 20px 0;


}

.job-input-field {
    border: none;
    border-bottom: 2px solid gray;
    background-color: transparent;
    width: 100%;
}

.custom-file-job {
    background-color: #EBEBEB;
    border-radius: 10px;
}

.custom-file-input-job {
    border: none;
    background-color: transparent;
    border-radius: 5px;
}

.covering-letter {
    width: 100%;
    height: 250px !important;
    border-radius: 10px;
    border: none;
    background-color: #EBEBEB;
}

.covering-letter::placeholder {
    font-size: 30px;
    padding: 10px;
}

.close-btn {
    background-color: #0056b3;
    color: white;
    border: none;
    padding: 10px 25px;
    border-radius: 10px;


    max-width: 200px;
    margin-top: 20px;

}

.close-btn:hover {
    background-color: white;
    color: #0056b3;
}


.dev_title {
    font-size: 48px;
    font-weight: 800;
    font-family: "Poppins", sans-serif;
    color: white;
}

.dev_subtitle {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: white;
}


.cloudenv_title {
    font-size: 48px;
    font-weight: 800;
    font-family: "Poppins", sans-serif;
    color: white;
}

.cloudenv_subtitle {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: white;
}





.en_title {
    font-size: 48px;
    font-weight: 800;
    font-family: "Poppins", sans-serif;
    color: white;
}

.en_subtitle {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: white;
}


/* Rapid Delivery */
.rapid-heading {
    font-size: 38px !important;
    font-weight: 700;
    line-height: 51px;
    color: #000000;
    letter-spacing: 0.8px;

}

.rapid-para {
    font-size: 18px !important;
    /* text-align: left !important; */
    text-align: justify !important;
    /* margin-right: 10% !important; */
    line-height: 30px;
    font-weight: 400;
    color: #111111;



}

.cloud-services360 {
    max-width: 1300px !important;
    border-radius: 10px;
    background-image: url(../images/cloudbackground.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 20px;
}

.service-cloud {
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;

}

.service-cloud:hover {
    transform: translateY(-5px);
}

.devops_service_title {
    font-size: 30px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #000000;
    margin-bottom: 2rem;
}

.devops_service_title span {
    color: #4363D4;
}

.card-title {
    font-size: 16px;
    font-weight: bold;
}

.card-title-ind {
    font-size: 16px;
    font-weight: 800;
}

.card-titledev {
    font-size: 20px;
    font-weight: bold;
    text-align: start;
}

.text-primary {
    color: #007bff !important;
}

.service-body {
    display: flex;
    /* justify-content: space-evenly; */
    gap: 20px;
    align-items: center;

}

/* ........................................................................ */
.integration-journery {
    background-color: #eceff1 !important;
    max-width: 100%;
    /* max-width: 1500px; */
}

.tree {
    text-align: center;
    max-width: 1100px !important;
}

/*.cloud-heading {*/
/*    color: rgb(0, 183, 255);*/
/*    font-size: 30px;*/
/*}*/

.cloud-heading {
    font-weight: 700;
    color: #1D3FAF;
    font-size: 35px;
}

.node {
    display: inline-block;
    margin: 20px 20px;
    position: relative;
}

.node img {
    width: 80px;
    height: 80px;
    margin-top: 18px;

}

.connector-vertical {
    position: absolute;
    top: -12px;
    left: 40% !important;
    width: 2px;
    height: 25px;
    background-color: rgb(0, 183, 255);
    transform: translateX(-50%);
}

.connector-horizontal {
    position: absolute;
    top: 4%;
    width: 80%;
    height: 2px;
    background-color: rgb(0, 183, 255);
    left: 101px !important;
}

.connector-vertical-root {
    position: absolute;
    top: 100%;
    left: 100px;
    width: 2px;
    height: 25px;
    background-color: rgb(0, 183, 255);
    transform: translateX(-50%);
}

@media screen and (max-width:768px) {
    .connector-horizontal {
        display: none !important;
    }

    .connector-horizontal2 {
        display: none;
    }
}

.tree45 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 20px 0;

}

.node2 {
    display: inline-block;
    margin: 20px 20px;
    position: relative;
}

/* .node2 img {
width: 80px;
height: 80px;
margin-top: -15px;

} */
.connector-vertical2-root {
    position: absolute;
    top: 100%;
    left: 82px;
    width: 2px;
    height: 25px;
    background-color: rgb(0, 183, 255);
    transform: translateX(-50%);
}

.connector-horizontal2 {
    position: absolute;
    top: 2370px !important;
    width: 16%;
    height: 2px;
    background-color: rgb(0, 183, 255);
    right: 648px;


}

.connector-vertical2 {
    position: absolute;
    top: -37px;
    left: 40% !important;
    width: 2px;
    height: 25px;
    background-color: rgb(0, 183, 255);
    transform: translateX(-50%);
}

/* ................................................................................ */
.application-security {
    /* max-width: 1500px; */
    max-width: 100%;
    background: rgb(33, 59, 151);
    background: linear-gradient(0deg, rgba(33, 59, 151, 1) 42%, rgba(46, 81, 207, 0.9997898817730217) 74%);
}

.application-para {
    font-size: 12px;
    color: white;

}

.application-heading {
    font-size: 30px !important;
}


.application-heading-dev {
    font-size: 35px;
    font-weight: 800;
    font-family: "Poppins", sans-serif;
    color: #000000;

}

.application-para-dev {
    font-size: 18px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    color: #ffffff;
    line-height: 37px;

}

.wrapper3 .owl-prev,
.wrapper3 .owl-next {
    position: absolute;
    /* top: 15%; */
    top: 30%;
    padding: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50% !important;
    background-color: transparent !important;
    transform: translate(0% -50%) !important;
    color: white !important;
    font-size: 40px !important;

}

.wrapper3 .owl-prev:hover,
.wrapper3 .owl-next:hover {
    background-color: transparent !important;

}

.wrapper3 .owl-next {
    position: absolute;
    right: -90px !important;
}

.wrapper3 .owl-prev {
    position: absolute;
    left: -90px;
}

.wrapper3 .box {
    background-color: white;
    border-radius: 10px !important;
    width: 85%;


}

.box-image {

    padding: 15px;
}

.box-image2 {
    padding: 10px !important;
    height: 75px !important;
    width: 85% !important;
}

/* ....................Engineering page.................................... */
.patners {
    /* max-width: 1500px; */
    background-image: url(../images/cloudbackground.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.eng-heading-dev {
    font-size: 35px;
    font-weight: 800;
    font-family: "Poppins", sans-serif;
    color: #000000;
}


.native-heading-dev {
    font-size: 35px;
    font-weight: 800;
    font-family: "Poppins", sans-serif;
    color: #000000;
}

.patners-container {
    max-width: 1500px;

}

.py-3 {
    font-size: 20px;
}

/* .box3 {
    background-color: white !important;
    border-radius: 10px;
    margin-bottom: 40px;





} */

.box3 {
    background-color: white !important;
    border-radius: 10px;
    width: 200px;
    height: 100px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.box3-image {
    padding-top: 28px !important;
    padding-bottom: 20px;
}

.box3-image2 {
    padding-top: 30px;
    padding-bottom: 22px;
}

.box3-image3 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.image-container90 {
    position: relative;
    text-align: center;
}

.image-container90 img {
    display: block;
    width: 100%;
    height: 300px !important;
    border-radius: 10px;
}

.image-overlay90 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    border-radius: 10px;
}

.image-overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;

    z-index: 2;
    width:80%;
}

.image-overlay-text .title-para {
    font-size: 18px !important;
    text-align: start !important;
    padding: 5px;
    font-weight: 600;

}

.image-overlay-text .title-heading {
    font-size: 30px !important;
    font-weight:700;
}

@media screen and (max-width:375px) {

    .image-overlay-text {
        position: absolute;
        top: 50%;
        left: 50%;
        color: white;
        z-index: 2;
        padding: 10px 2px !important;
        /* Ensures the text is above the overlay */
    }

    .image-overlay-text .title-para {
        display: none !important;

    }
}

.read-more-cloud {
    background-image: url(../images/engfot.png);
    /* background-repeat: no-repeat;
    background-size: cover; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
    /* height: 400px; */

}

.read-back {
    /* background-color: #0a34bf8a !important; */

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* height: 400px; */



}

.read-more-heading {
    font-size: 30px;
    color: white;
    /* padding: 20px; */
    font-weight: 600;
    z-index: 2;
    font-weight: 800;
}

.read-more-para {
    font-size: 20px;
    color: white;
    text-align: justify;
    line-height: 34px;
    font-weight: 600;
}

.read-more-btn {
    text-decoration: none;
    background-color: white;
    border-radius: 10px;
    padding: 12px;
}

/* ***********************KUBERNETS *************************************************** */
.dummy-left-content {
    background: rgb(46, 82, 211);
    background: linear-gradient(90deg, rgba(46, 82, 211, 1) 33%, rgba(25, 45, 117, 1) 68%);
    border-radius: 10px;
}

.dummy-left-content-tass1 {
    background: linear-gradient(90deg, #2352AE 0%, #182B6E 100%);
    border-radius: 10px;
}

.dummy-left-content-tass2 {
    background: linear-gradient(90deg, #4B75C6 0%, #2F489E 100%);
    border-radius: 10px;

}

.dummy-heading {
    color: white;
    font-size: 30px;
    font-weight: 700;


}
.dummy-heading-ml {
    color: white;
    font-size: 24px;
    font-weight: 700;


}

.dummy-list {
    color: white;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;

}

.dummy-list-taas {
    color: white;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;

}

.implement-heading {
    font-size: 24px;
    color: #4363D4;
    font-weight: 800;
    line-height: 0.9;

}

.implement-heading-kuber {
    font-size: 22px;
    color: #4363D4;
    font-weight: 800;
    line-height: 34px;

}

.implement-heading-new {
    font-size: 35px;
    color: #000000;
    font-weight: 700;
    line-height: 51px;

}

.implement-para {
    font-size: 15px;
}

.implement-para-new {
    font-size: 16px;
    font-weight: 400;
    color: #111111;
    line-height: 25px;
    text-align: justify;
}

.list-heading {
    font-size: 20px;
}

.implement-list {
    font-size: 13px;
    color: #111111;
    font-weight: 400;
    line-height: 25px;
    font-family: "Poppins", sans-serif;

}
.implement-list-dataeng {
    font-size: 18px;
    color: #111111;
    font-weight: 400;
    line-height: 25px;
    font-family: "Poppins", sans-serif;
    text-align: start;

}

.implement-list-kuber {
    font-size: 16px;
    color: #111111;
    font-weight: 400;
    line-height: 25px;
    font-family: "Poppins", sans-serif;

}

.implement-images {
    width: 80%;
    height: 350px !important;


}

.implement-images2 {
    width: 80%;
    height: 450px !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.implement-images-new {
    /* width: 80%; */
    height: 350px !important;


}

.implement-images2-new {
    width: 80%;
    height: 450px !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.dummy-list34 {
    font-size: 15px;
    color: white;
}

.dummy-heading34 {
    font-size: 20px;
    color: white;
}

.K8s {
    max-width: 100%;
    background: rgb(33, 59, 151);
    background: linear-gradient(0deg, rgba(33, 59, 151, 1) 42%, rgba(46, 81, 207, 0.9997898817730217) 74%);
}

.bgackgroundgpt {
    background-color: rgb(248, 246, 246);
}

/* *********************Last page************************************** */
.envior-para {
    font-size: 28px;
    /* background-color: black; */
    color: #5A76D9;
    font-weight: 600;
    text-align: center;
    line-height: 51px;
    /* letter-spacing: 0.8px; */
    width: 100%;

}

.need-to-build {
    background-color: rgb(248, 244, 244)
}

.need-heading {
    font-size: 35px !important;
    padding: 10px;
    font-weight: 800;
    list-style: 44px;
    letter-spacing: 0.8px;


}

.need-para2 {
    font-size: 16px;
    color: #000000;
    text-align: center;
    line-height: 30px;
    font-weight: 400;


}

.need-heading-pe {
    font-size: 35px !important;
    font-weight: 800;
    list-style: 44px;
    letter-spacing: 0.8px;


}





.kuber_title {
    font-size: 48px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: white;
}

.kuber_subtitle {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: white;
    font-weight: 500;
}

/* 
.divbgimg{
    background-image: url(/images/Background.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 210px;
    width: 695px;
} */
/* 
.divoneimg{
       background-image: url(/images/divimg1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 471px;
    width: 495.3px;
}
.divtwoimg{
       background-image: url(/images/divimg2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 471px;
    width: 495.3px;
}
.divthreeimg{
       background-image: url(/images/divimg3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 471px;
    width: 495.3px;
} */

.need-heading2 {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
}

.dummy-cards {
    background: rgb(33, 59, 151);
    background: linear-gradient(0deg, rgba(33, 59, 151, 1) 42%, rgba(46, 81, 207, 0.9997898817730217) 74%);
}

.dummy-card-para {
    font-size: 15px !important;
    color: #111111 !important;
    font-weight: 400;

}

.dummy-card-heading {
    font-size: 16px;
    color: #304AA4;
    font-weight: 700;

}

.dummy-card-heading-pe {
    font-size: 16px;
    color: #304AA4;
    font-weight: 700;

}

.dummy-card-para-pe {
    font-size: 15px !important;
    color: #111111 !important;
    font-weight: 400;

}

.data-lose {
    height: 400px !important;
}

.datalose-image {
    height: 100% !important;
}

.rapid-para2 {
    font-size: 16px;
    line-height: 35px;
    text-align: justify !important;
    font-weight: 400;
    color: #111111;

}

.integration-image {
    width: 70% !important;
}

@media screen and (max-width:768px) {
    .integration-image {
        width: 100% !important;
    }
}


/* *************************Product Engineering*********************************** */
.producteng-heading {
    font-size: 36px;
    font-weight: 700;
    line-height: 51px;
    letter-spacing: 0.8px;
    /* text-align: justify; */

}

.producteng-para2 {
    font-size: 20px;
    line-height: 30px;
    line-height: 37px;
    text-align: justify;
    color: #111111;
}

.product-home-image {
    /* height: 100% !important; */
    width: 550px;
}

.product-home-image-div {
    height: 350px !important;

}

.patners2 {
    max-width: 1300px;
    background-image: url(../images/cloudbackground.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}


.box4 {
    background-color: white !important;
    border-radius: 10px;

    margin-bottom: 40px;
    object-fit: contain;
}

.box4-image {
    width: 250px;
    height: 100px;
}

.product-heading34 {
    font-size: 40px;
    font-weight: 800;
    /* padding: 20px; */
    line-height: 44px;
}

.midset-para {
    font-size: 24px;
    line-height: 37px;
    font-weight: 400;
    color: #111111;
    /* text-align: center; */
}
.midset-para-data {
    font-size: 15px;
    /* line-height: 37px; */
    font-weight: 400;
    color: #111111;
    /* text-align: center; */
}

.midset-para-pe {
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
    color: #111111;
    /* text-align: center; */
}

.digital-heading {
    font-size: 26px;
    font-weight: 700;
    color: #304AA4;
    line-height: 39px;
}

.techstack {
    font-size: 40px;
    font-weight: 700;
    color: #000000;
    line-height: 44px;
    text-align: center;


}

.midset-rows {
    background-color: #F4F4F4 !important;
    display: flex;
    justify-content: space-between !important;
    align-items: center;
    margin: 10px auto;
    border-radius: 10px;
    object-fit: contain;
}

.midset-para {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}

.midset-div {
    max-width: 420px;
    margin: 2px auto;
}

.midset-images1 {
    margin-right: -11px;

}

.midset-images2 {
    margin-left: -10px;

}

.midset-div2 {
    max-width: 450px;
    margin: 2px auto;
}

/* ****************************************************************************************** */
.moder-div {
    max-width: 900px;
    text-align: end;
    height: 100%;
}

.moder-image {
    text-align: end;
    margin: 10px 0px 50px 10px;
    width: 510px;
    height: 400px;
}

.morder-para {
    font-size: 20px;
    line-height: 38px;
    text-align: start;

}

.morder-heading {
    font-size: 40px;
    font-weight: 600;
    line-height: 51px;
    letter-spacing: 0.8px;
    text-align: justify;
}

.system-para90 {
    font-size: 20px;
    color: white;
    line-height: 37px;
}

.system-heading90 {
    font-size: 40px;
    color: white;
    line-height: 40px;
}

.part-prem1 {
    border: 6px solid white;
    border-radius: 15px 15px 0px 0px;
    text-align: center;
}

.system-prem {
    border-style: solid;
    /* Ensures the borders are visible */
    border-color: white;
    /* Sets the color of the borders */
    border-width: 1px 6px 6px 6px;
    border-radius: 0px 0px 15px 15px;
    text-align: center;
}

.system-prem-para {
    font-size: 18px;
    color: white;
    line-height: 24px;
}

.mode-heading120 {
    font-size: 24px;
    color: white;
}

.morderprem-div {
    border: 2px dashed white;
    border-radius: 50%;
    /* margin: 10px auto 20px; */
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;

}

.morderprem-image {
    padding: 15px 0px;
    width: 50px;

}

/* ************************************************************************************* */
.native-para2 {
    font-size: 22px !important;
    /* text-align: left !important; */
    text-align: justify !important;
    /* margin-right: 10% !important; */
    line-height: 30px;
    font-weight: 400;
    color: #111111;
}

.native-heading2 {
    font-size: 38px !important;
    font-weight: 700;
    line-height: 51px;
    color: #000000;
    /*letter-spacing: 0.8px;*/
}

.title {
    /* background: rgb(33, 59, 151);
    background: linear-gradient(0deg, rgba(33, 59, 151, 1) 42%, rgba(46, 81, 207, 0.9997898817730217) 74%); */
    background-image: url(../images/titlebg.png);
    /* Replace with your image URL */
    background-repeat: no-repeat;
    background-position: bottom;
    /* Align the image to the bottom */
    /* background-size: auto 300px; */
    background-color: #EFF1F7;


}

.native-rows {
    background-color: #F4F4F4 !important;
    display: flex;
    justify-content: space-between !important;
    align-items: center;
    margin: 10px auto;
    border-radius: 10px;
    object-fit: contain;
}

.native-para {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    text-align: start;
}

.native-image1 {
    margin-right: -68px;
}

.native-image2 {

    margin-left: -65px;
}

@media screen and (max-width:765px) {
    .native-image1 {
        margin-right: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .native-image2 {
        margin-left: 0px;
        padding-top: 10px;
        padding-bottom: 10px;

    }
}

.native-heading {
    font-size: 32px;
    font-weight: 700;
    color: #304AA4;
    text-align: justify;
}

/* *********************************************************************************** */
.ui-ux-heading {
    font-size: 38px !important;
    font-weight: 700;
    line-height: 51px;
    color: #000000;
    letter-spacing: 0.8px;

}

.ui-ux-para2 {
    font-size: 18px !important;
    /* text-align: left !important; */
    text-align: justify !important;
    /* margin-right: 10% !important; */
    line-height: 25px;
    font-weight: 400;
    color: #111111;
}

/*.ui-service-section {*/
/*    background-color: white;*/
/*    border-radius: 10px;*/
/*    text-align: center;*/
/*}*/


.ui-service-section {
    background-color: white;
    border-radius: 10px;
    text-align: center;
    padding: 3px 15px;
    min-height: 250px;
}



/*.ui-service-para {*/
/*    font-size: 24px;*/
/*    line-height: 40px;*/
/*    color: #1937A6;*/
/*}*/



.ui-service-para {
    font-size: 20px;
    /* line-height: 40px; */
    font-weight: 700;
    color: #1937A6;
    margin-top: 20px;
}

.section-imageui {
    /*width: 130px !important;*/
    height: 100px !important;
}

.life-image1 {
    margin-right: -10px;

}

.life-image2 {
    margin-left: -10px;
}

@media screen and (max-width:765px) {
    .life-image1 {
        margin-right: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .life-image2 {
        margin-left: 0px;
        padding-top: 10px;
        padding-bottom: 10px;

    }
}

/* ************************************************************************ */
.tass-heading1 {
    font-size: 38px !important;
    font-weight: 700;
    line-height: 51px;
    color: #000000;
    letter-spacing: 0.8px;
}


.tass-para {
    font-size: 18px !important;
    /* text-align: left !important; */
    text-align: justify !important;
    /* margin-right: 10% !important; */
    line-height: 37px;
    font-weight: 400;
    color: #111111;
    letter-spacing: 0.8px;
}

.tass-col1 {
    background: #2351AD;
    border-radius: 20px;
    width: 280px;
    margin: 0px;
    height: 280px;

}

.tass-col2 {
    background-color: #8294CF;
    border-radius: 30px;
    width: 220px;


}

.tass-col4 {
    background-color: #2E458B;
    border-radius: 30px;
    width: 220px;
}

.tass-col3 {
    background-color: #8294CF;
    border-radius: 30px;
    width: 220px;

}

.tass-list {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: white;

}

.tass-list-last {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: white;

}

.tass-list-heading {
    font-size: 25px;
    line-height: 28px;
    font-weight: 700;
    color: white;

}

.tass-list2 {
    font-size: 15px;
    font-weight: 400;
}

.scope-of-tass {
    border-radius: 50%;
    border: 16px solid white;
    text-align: center;
    /* position: absolute; */
    /* left: 0px; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* margin-left: 50%; */
}




/* case studeis */
.casepara{
    font-size: 18px;
    font-weight: 400;
    color: #052831;
    line-height: 33.45px;

}

.caseheading{
    font-size: 30px;
    font-weight: 700;
    line-height: 47.56px;
    color: #052831;

}
.caseheading2{
    font-size: 42px;
    font-weight: 700;
    line-height: 60.54px;
    color: white;

}

.caseli{
    list-style: none;
    margin: 20px;
    font-weight: 400;
    font-size: 20px;
    cursor: pointer;
}






@media only screen and (max-width:768px) {
    .tass-col1 {
        margin: 0px auto;
    }

    .tass-col2 {
        margin: 0px auto;

    }

    .tass-col4 {
        margin: 0px auto;
        padding-right: 20px;
    }

    .tass-col3 {
        margin: 0px auto;

    }

    .scope-of-tass {
        left: 53%;
    }

    .tass-scope-row {
        gap: 60px !important;
    }



}

@media only screen and (max-width: 465px) {
    .scope-of-tass {
        left: 50%;
        margin-top: 15px;
        width: 260px;
    }

    .tass-col3 {
        margin: 30px auto 0px;
        width: 270px;

    }

    .tass-col1 {
        margin: 0px auto;
        width: 270px;
    }

    .tass-col2 {
        margin: 0px auto;
        width: 270px;

    }

    .tass-col4 {
        margin: 0px auto;
        padding-right: 20px;
        width: 270px;
    }

    .tass-scope-row {
        gap: 10px !important;
    }
}

@media only screen and (max-width: 325px) {
    .scope-of-tass {
        left: 53%;
        margin-top: 15px;
        width: 260px;
    }
}