@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&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');


.custom_content_page{margin-top: 80px !important;}

.global-dot ul {
    padding-left: 25px;
}

.global-dot ul li {
    position: relative;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.2;
    color: #000;
}

.global-dot ul li:last-child {
    margin-bottom: 0px;
}

.global-dot ul li::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -25px;
    width: 8px;
    height: 8px;
    background: #000;
    transform: translateY(-50%);
    border-radius: 100%;
}

.services_section .container {
    width: 100%;
    max-width: 1470px;
    margin: 0 auto;
    padding: 0 15px;
}

/*  banner section css start here */
.upated_banner {
    padding: 98px 0px 89px;
    background: url(../img/Building-a-career-in-Mobile-App-Development.png)center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.upated_banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    z-index: -1;
}

.upated_banner .inner_part {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    align-items: flex-start;
}

.upated_banner .left_part {
    width: 48%;
}

.upated_banner .left_part h1 {
    margin-bottom: 60px;
    font-size: 64px;
    font-weight: 900;
    font-family: "Lato", sans-serif;
    line-height: 1;
}

.upated_banner .left_part p {
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
    color: #404044;
    margin-bottom: 0;
}

.upated_banner .left_part p:last-child {
    margin-bottom: 0;
}

.upated_banner .right_part {
    width: 50%;
    border-radius: 22px;
    box-shadow: 0px 4px 30.1px 0px #0000001A;
}

.upated_banner .left_part ul {
    list-style: none;
    padding-left: 44px;
    margin-top: 60px;
}

.upated_banner .left_part ul li {
    position: relative;
    margin-bottom: 20px;
}

.upated_banner .left_part ul li::before {
    content: '';
    position: absolute;
    left: -44px;
    top: 4px;
    background: url(../img/right-black-arrow.svg) no-repeat;
    width: 24px;
    height: 16px;
    background-size: 24px;
}

.upated_banner .left_part ul li:last-child {
    margin-bottom: 0;
}

.upated_banner .left_part ul li a {
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    font-family: "Inter", sans-serif;
    transition: 0.4s;
}

.upated_banner .left_part ul li a:hover {
    color: #4E26BB;
}

.upated_banner.service {
    background: url(../img/service-back.png)center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.upated_banner.service p {
    font-size: 16px;
    color: #000;
    line-height: 40px;
}


.upated_banner .right_part .contact_form {
    border-radius: 22px;
    padding: 40px 26px 26px;
    background: #F9F9F9;
}

.upated_banner .contact_us_inner_left {
    padding-left: 0;
    width: 100%;
}

.upated_banner .input_divide .input_wrapper {
    width: 45%;
}

.upated_banner .input_divide label {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
}

.upated_banner .input_divide .input_wrapper input {
    background: transparent;
    height: 32px;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 0;
    font-family: "Inter", sans-serif;
}

.upated_banner .input_divide .input_wrapper input:focus {
    background: transparent !important;
}

.upated_banner .input_wrapper label {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
}

.upated_banner .input_wrapper select {
    cursor: pointer;
    padding: 0;
    background: transparent;
    height: 32px;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 0;
    font-family: "Inter", sans-serif;
    font-size: 16px;
}

.upated_banner .input_wrapper select option {
    cursor: pointer;
    font-size: 16px;
}

.upated_banner .input_wrapper textarea {
    padding: 0;
    background: transparent;
    height: 32px;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 0;
    font-family: "Inter", sans-serif;
    outline: none;
    resize: unset;
}

.upated_banner .direct_contact {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.upated_banner .direct_contact button {
    margin-right: 0;
    background: #4053D1;
    min-width: 185px;
    padding: 13px 30px;
    font-size: 16px;
    transition: 0.4s;
}

.upated_banner .direct_contact button:hover {
    background: #5519c2;
}

.upated_banner .captcha-div.update {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.upated_banner .captcha-div input {
    background: transparent;
    width: 30px;
    height: 30px;
}

.upated_banner .captcha-div .copy-txt {
    width: 50%;
}

.upated_banner .captcha-div .copy-txt.nda-txt {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    align-items: center;
}

.upated_banner .captcha-div .copy-txt.nda-txt p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.upated_banner .captcha-div .copy-txt.nda-txt input[type="checkbox"] {
    width: 18px;
    height: 18px;
    border-radius: 7px;
    background: transparent;
    border: 1px solid #b8bdbf;
    cursor: pointer;
}

.upated_banner .right_part .iti__selected-flag{height: unset !important;}


/*  banner section css end here */

/*  our client section css start here */
.our_client {
    padding: 40px 0px;
    background: #192020;
}

.our_client .top-heading {
    text-align: center;
    margin-bottom: 25px;
}

.our_client .top-heading h6 {
    font-size: 18px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    color: #FFFFFF;
    line-height: 28px;
}

.our_client .btm_part {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;gap: 40px;
}
.our_client .btm_part .images{
    width: calc(10% - 40px);
}


/*  our client section css end here */

/*  hire developer section css start here */
.hire_developer {
    padding: 51px 0px 80px;
}

.hire_developer .inner_part {
    max-width: 850px;
}

.hire_developer .inner_content h2 {
    margin-bottom: 62px;
    font-family: "Lato", sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
}

.hire_developer .inner_content p {
    margin-bottom: 68px;
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
    color: #404044;
}

.hire_developer .inner_content p:last-child {
    margin-bottom: 0;
}

/*  hire developer section css end here */

/*  Supply chain section css start here */
.supply_chain_sec {
    background: #4612B5;
    padding: 40px 0px 38px;
    color: #fff;
}

.supply_chain_sec.update_new .right_part .image {
    margin-top: unset;
}

.supply_chain_sec.update_new .inner_part {
    align-items: center;
}

.supply_chain_sec .inner_part {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.supply_chain_sec .left_part {
    width: 50%;
}

.supply_chain_sec .left_part .download-link {
    margin-top: 25px;
}

.supply_chain_sec .left_part .download-link .btn_one {
    min-width: 205px;
}

.supply_chain_sec .left_part h3 {
    font-size: 32px;
    font-weight: 500;
    line-height: 44px;
    color: #FFFFFF;
    margin-bottom: 25px;
}

.supply_chain_sec .right_part {
    width: 27%;
}

.supply_chain_sec .right_part .image {
    width: 100%;
    margin-top: -108px;
}

/* .supply_chain_sec .right_part .image img {
    max-width: unset
} */

.btn_one {
    border-radius: 30px;
    border: 1px solid #192020;
    display: inline-block;
    min-width: 318px;
    padding: 20px 20px 20px 26px;
    background: #fff;
    color: #192020;
    font-size: 16px;
    line-height: 1;
    font-family: "Poppins", sans-serif;
    text-decoration: none;
    transition: 0.4s;
    font-weight: 400;
}

.btn_one:hover {
    background: #FFD8C0;
    color: #000;
}

.btn_one span {
    background: url(../img/btn-one-arrow.svg) right center no-repeat;
    width: 24px;
    height: 16px;
    background-size: 24px;
    display: inline-block;
    margin-left: 10px;
}

.btn_two {
    background: #4612B5;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    border-radius: 9px;
    min-width: 293px;
    transition: 0.4s;
    display: inline-block;
    padding: 13px 20px;
    text-align: center;
}

.btn_two:hover {
    background: #ffd8c0;
    color: #000;
}

/*  Supply chain section css end here */

/*  app development service section css start here */
.app_development_service {
    padding: 116px 0px 51px;
}

.app_development_service.service_padding {
    padding: 90px 0px 120px;
}

.app_development_service.update {
    padding: 40px 0px 50px;
}

.app_development_service .left_part p {
    margin-bottom: 25px;
}

.app_development_service .left_part p:last-child {
    margin-bottom: 0px;
}

.app_development_service .inner_part {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.app_development_service .left_part {
    width: 45%;
}


.app_development_service .left_part p {
    color: #404044;
    font-size: 24px;
    font-family: "Inter", sans-serif;
    line-height: 40px;
}

.app_development_service .right_part {
    width: 50%;
    background: #4612B5;
    padding: 49px 55px 54px 34px;
    border-radius: 35px;
    max-height: 597px;
}

.app_development_service .right_part .inner_content {
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
}

.app_development_service .additional_details {
    margin-bottom: 52px;
    display: flex;
    flex-wrap: wrap;
    padding-right: 2px;
}

.app_development_service .additional_details:last-child {
    margin-bottom: 0px;
}

.app_development_service .countes {
    width: 70px;
}

.app_development_service .countes span {
    font-size: 27px;
    line-height: 1.2;
    color: #fff;
}

.app_development_service .cmpny_details {
    width: calc(100% - 70px);
}

.app_development_service h4 {
    color: #fff;
    margin-bottom: 25px;
    font-size: 27px;
    line-height: 1.2;
}

.app_development_service h4 span {
    display: inline-block;
    min-width: 70px;
}

.app_development_service .right_part p {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
}

.app_development_service a {
    color: #fff;
    transition: 0.4s;
    text-decoration: underline;
}

.app_development_service a:hover {
    text-decoration: none;
}


/*  app development service section css end here */

/*  Cloud services section css start here */
.cloud_service {
    padding: 50px 0px;
    background: #f9fafb;
}

.cloud_service .inner_part {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cloud_service .left_part {
    width: 40%;
}

.cloud_service .left_part p {
    font-size: 20px;
    line-height: 30px;
}

.cloud_service .scroll_part {
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
}

.cloud_service .right_part {
    width: 50%;
    height: 400px;
}

.cloud_service .right_part .cloud_conuslting {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.cloud_service .right_part .cloud_conuslting .aws-logo {
    width: 90px;
}

.cloud_service .right_part .cloud_conuslting .aws-logo img {
    width: 100%;
    object-fit: cover;
}

.cloud_service .right_part .cloud_conuslting .aws-heading {
    width: calc(100% - 110px);
}

.cloud_service .right_part .inner_contents {
    margin-bottom: 25px;
    padding-right: 15px;
}

.cloud_service .right_part .inner_contents:last-child {
    margin-bottom: 0px;
}

.cloud_service .right_part .inner_contents h3 {
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 1;
}

.cloud_service .right_part .inner_contents p {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
}

.cloud_service .right_part .inner_contents p:last-child {
    margin-bottom: 0;
}

/*  Cloud services section css end here */

/*  Flexible hiring css start here */
.flexible_hiring_sec {
    padding: 50px 0px;
    background: #f9fafb;
}

.flexible_hiring_sec .top-heading {
    margin-bottom: 30px;
    max-width: 1200px;
}

.flexible_hiring_sec .top-heading h2 {
    font-size: 40px;
    margin-bottom: 15px;
}

.flexible_hiring_sec .top-heading p {
    margin-bottom: 10px;
}

.flexible_hiring_sec .top-heading p:last-child {
    margin-bottom: 0px;
}

.flexible_hiring_sec .inner_part {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 40px;
}

.flexible_hiring_sec .hiring-cards {
    width: 40%;
}

.flexible_hiring_sec .dedicated-hiring {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    margin-bottom: 25px;
}

.flexible_hiring_sec .dedicated-hiring .img-icon {
    width: 77px;
    height: 77px;
    background: #d9d9d9;
  border-radius: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flexible_hiring_sec .dedicated-hiring .img-icon img {
    width: 80%;
    object-fit: cover;
}

.flexible_hiring_sec .dedicated-hiring .card_heading {
    width: calc(100% - 97px);
}

.flexible_hiring_sec .dedicated-hiring .card_heading h3 {
    margin-bottom: 0;
    font-size: 25px;
}

.flexible_hiring_sec .hiring-cards .btm-content p {
    font-size: 20px;
    line-height: 30px;
}




/*  Flexible hiring css end here */

/*  android tech stack section css start here */
.android_tech {
    padding: 40px 0px;
    background: #f9fafb;
}

.android_tech .top-content {
    max-width: 1316px;
    width: 100%;
}

.android_tech .top-content h2 {
    font-size: 48px;
}

.android_tech .top-content p {
    color: #404044;
    font-size: 24px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
}

.android_tech .tech-images {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 50px;
    margin-top: 80px;
}

.android_tech .tech-images .tech-icon {
    text-align: center;
    width: calc(16% - 34px);
    display: flex;
    flex-direction: column;
    align-items: center;

}

.android_tech .tech-images .tech-icon h5 {
    margin-bottom: 0;
    color: #171717;
    font-weight: 700;
    font-size: 26px;
}

.android_tech .tech-images .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px;
    background: #fff;
    border-radius: 13px;
    margin-bottom: 30px;
    width: 100px;height: 100px;display: flex;justify-content: center;align-items: center;box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;transition: 0.4s;border: 1px solid transparent;
}
.android_tech .tech-images .icon:hover{border: 1px solid #5519c2;}

/*  android tech stack section css end here */

/*  Service app section css start here */
.service_app {
    padding: 40px 0px 40px;
}

.service_app.bg-colors {
    background: #f9fafb;
}

/* .service_app a {
    text-decoration: underline;
    transition: 0.4s;
    color: #000;
    font-weight: 500;
    font-family: "Inter", sans-serif;
}

.service_app a:hover {
    color: #5519c2;
    text-decoration: none;
} */

.service_app .top_content {
    max-width: 1468px;
    width: 100%;
    margin-bottom: 50px;
}

.service_app .top_content h2 {
    margin-bottom: 50px;
    font-size: 48px;
    font-weight: 700;
}

.service_app .top_content h2 span {
    color: #6A6A6A;
}

.service_app .top_content p {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    line-height: 60px;
    font-family: "Inter", sans-serif;
}

.service_app .inner_part {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 25px 20px;
}

.service_app .inner_part .cards {
    width: calc(25% - 15px);
    border: 0.59px solid #000;
    border-radius: 14px;
    padding: 41px 9px 25px 20px;
    transition: 0.4s;
}

.service_app .inner_part .cards:hover {
    box-shadow: 0 29px 46px 0 rgb(80 83 130 / 17%);
    border-color: #5519c2;
}

.service_app .inner_part .cards .icon {
    margin-bottom: 50px;
    width: 65px;
    height: 65px;
}

.service_app .inner_part .cards h6 {
    color: #6A6A6A;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px;
    font-family: "Inter", sans-serif;
}

.service_app .inner_part .cards p {
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    font-family: "Inter", sans-serif;
    color: #000;
}

.service_app .inner_part .cards p:last-child {
    margin-bottom: 0;
}


/*  Service app section css end here */

/*  Industry We Serve sction css start here */
.industry_sec {
    padding: 50px 0px 60px;
}

.industry_sec.updated_cards .inner_part::before {
    background: #fff;
}

.industry_sec .top-content {
    max-width: 1200px;
    width: 100%;
    margin-bottom: 60px;
}

.industry_sec .inner_part {
    position: relative;
}

.industry_sec .top-content h2 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 34px;
}

.industry_sec .top-content p {
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
    font-family: "Inter", sans-serif;
    color: #404044;
}

.industry_sec .industries_cards {
    background: #4612B5;
    border-radius: 35px;
    padding: 55px 25px 30px 25px;
    margin: 0px 25px;
    text-align: center;
}

.industry_sec .industries_cards .btn-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.industry_sec .industries_cards .btn-box .btn_one {
    min-width: 140px;
    border: none;
    padding: 12px;
    font-size: 15px;
    background: #fff;
}

.industry_sec .industries_cards .btn-box .btn_one:hover {
    border: none;
    background: #ffd8c0;
}

.industry_sec .industries_cards .industries_icon {
    width: 100px;
    height: 100px;
    margin-bottom: 15px;display: flex;justify-content: center;align-items: center;
}
.industry_sec .industries_cards .industries_icon img{width: 80%;margin: unset;}

.industry_sec.new_page .industries_cards .industries_icon {
    margin: 0 auto 15px;
}

.industry_sec .industries_cards h3 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 1;
    /* min-height: 50px; */
}

.industry_sec .industries_cards p {
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
}

.industry_sec .industries_cards p:last-child {
    margin-bottom: 0;
}

.industry_sec .industry-slider .slick-list {
    overflow: visible !important;
    width: calc(100% + 50px);
    margin-left: -25px;
}

.industry_sec .inner_part::before {
    content: '';
    position: absolute;
    width: 500%;
    height: 102%;
    left: -500%;
    top: 0;
    background: #f9fafb;
    z-index: 1;
}

.industry_sec .slick-arrow {
    position: absolute;
    z-index: 1;
    /* bottom: -70px; */
    width: 52px;
    height: 52px;
    background-size: 52px !important;
    font-size: 0;
    border: none;
    cursor: pointer;
    top: -60px !important;
}

.industry_sec .slick-arrow.slick-prev {
    background: url(../img/left-arrow-update.svg) no-repeat;
    right: -45px !important;
    left: unset !important;
}

.industry_sec .slick-arrow.slick-next {
    background: url(../img/right-arrow-update.svg) no-repeat;
    right: -110px !important;
}
.industry_sec .slick-arrow.slick-disabled{opacity: 0.5;}
/*  Industry We Serve section css end here */

/*  Industries Developers update section css start here */
.new_hire_sec {
    padding: 40px 0px;
}

.new_hire_sec .inner_part {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.new_hire_sec .top-heading {
    max-width: 1200px;
    margin-bottom: 30px;
}

.new_hire_sec .top-heading h2 {
    margin-bottom: 10px;
}

.new_hire_sec .top-heading p {
    font-size: 24px;
    line-height: 40px;
}

.new_hire_sec .left_part {
    width: 60%;
    border-left: 2px solid #d3d3d3;
    padding-left: 80px;
}

.new_hire_sec .left_part .inner_content {
    margin-bottom: 20px;
}

.new_hire_sec .left_part .inner_content:last-child {
    margin-bottom: 0px;
}

.new_hire_sec .left_part h3 {
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 10px;
    position: relative;
}

.new_hire_sec .left_part p {
    font-size: 20px;
    line-height: 30px;
}

.new_hire_sec .left_part h3::before {
    content: '';
    position: absolute;
    left: -48px;
    width: 65px;
    height: 2px;
    background: #d3d3d3;
    top: 50%;
    transform: translateX(-50%);
}



.new_hire_sec .right_part {
    width: 30%;
    position: relative;
}

.new_hire_sec .right_part .animation_images {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
}

.new_hire_sec .right_part .animation_images .animate-logo {
    top: 28%;
}

.new_hire_sec .right_part .image {
    width: 100%;
}

.new_hire_sec .right_part .image img {
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
}



/*  Industries Developers update section css end here */

/*  Industries Developers section css start here */
.industries_developer {
    padding: 60px 0px 55px;
}

.industries_developer .top_headings {
    margin-bottom: 79px;
    max-width: 1252px;
    width: 100%;
}

.industries_developer .top_headings h2 {
    margin-bottom: 34px;
    font-size: 48px;
    line-height: 1.2;
}

.industries_developer .top_headings p {
    color: #404044;
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
    font-family: "Inter", sans-serif;
}

.industries_developer .inner_part {
    display: flex;
    align-items: center;
    text-align: center;
    gap: 80px;
    flex-wrap: wrap;
}

.industries_developer .requirements {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: calc(20% - 64px);
}

.industries_developer .requirements::before {
    content: '';
    position: absolute;
    top: 64px;
    right: -73px;
    background: url(../img/center-arrow.svg) no-repeat;
    width: 65px;
    height: 9px;
    background-size: 65px;
}

.industries_developer .requirements:last-child:before {
    display: none;
}

.industries_developer .requirements:last-child {
    padding-right: 0px;
}

.industries_developer .requirements .counts {
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #4E1DBA;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    color: #fff;
    border-radius: 100%;
    margin-bottom: 16px;
}

.industries_developer .requirements h6 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    margin-bottom: 9px;
}

.industries_developer .requirements p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #4B5563;
}

/*  Industries Developers section css end here */

/*  App Portfolio section css start here */
.app_portfolio {
    padding: 55px 0px 38px;
}

.app_portfolio .app_heading {
    margin-bottom: 53px;
    max-width: 1200px;
    width: 100%;
}

.app_portfolio .app_heading h2 {
    margin-bottom: 36px;
    font-size: 48px;
    line-height: 1.2;
}

.app_portfolio .app_heading p {
    color: #404044;
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
    font-family: "Inter", sans-serif;
}

.app_portfolio .inner_part {
    margin-bottom: 61px;
    position: relative;
}

.app_portfolio .inner_part::before {
    content: '';
    position: absolute;
    width: 500%;
    height: 102%;
    left: -500%;
    top: 0;
    background: #fff;
    z-index: 1;
}

.app_portfolio .inner_card {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 41px 90px 54px 90px;
    margin: 0 40px;
}

.app_portfolio .inner_card .left_content {
    width: 50%;
}

.app_portfolio .inner_card h2 {
    color: #FFFFFF;
    font-weight: 900;
    margin-bottom: 30px;
}

.app_portfolio .inner_card h4 {
    color: #FFFFFF;
    font-size: 32px;
    font-weight: 900;
    line-height: 55px;
    margin-bottom: 25px;
}

.app_portfolio .inner_card p {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 50px;
    font-family: "Lato", sans-serif;
}

.app_portfolio .inner_card.black {
    background: #1A1A1A;
    border-radius: 45px;
    min-height: 512px;
}

.app_portfolio .inner_card ul {
    list-style: none;
    padding-left: 25px;
}

.app_portfolio .inner_card ul li {
    position: relative;
    color: #fff;
    margin-bottom: 15px;
    font-family: "Lato", sans-serif;
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
}

.app_portfolio .inner_card ul li:last-child {
    margin-bottom: 0;
}

.app_portfolio .inner_card ul li::before {
    content: '';
    position: absolute;
    top: 7px;
    left: -25px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #fff;
}

.app_portfolio .inner_card .right_image {
    width: 40%;
}

.app_portfolio .inner_card .right_image .image {
    width: 100%;
}

.app_portfolio .inner_card .right_image .image img {
    display: block;
    width: 100%;
}

.app_portfolio .btn-box .btn_one {
    min-width: 323px;
    background: #4612B5;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    padding: 18px 20px 18px 20px;
    text-align: center;
}

.app_portfolio .btn-box .btn_one .arrow {
    background: url(../img/white-arrow-btn.svg) no-repeat;
    width: 26px;
    height: 21px;
    background-size: 26px;
}

.app_portfolio .btn-box .btn_one:hover {
    background: #1a1a1a;
}

.app_portfolio .slick-list {
    overflow: visible !important;
    width: calc(100% + 80px);
    margin-left: -40px;
}

.app_portfolio .slick-arrow {
    position: absolute;
    z-index: 1;
    bottom: -70px;
    width: 52px;
    height: 52px;
    background-size: 52px !important;
    font-size: 0;
    border: none;
    cursor: pointer;
    top: -60px !important;
}

.app_portfolio .slick-arrow.slick-prev {
    background: url(../img/left-arrow-update.svg) no-repeat;
    right: -45px !important;
    left: unset !important;
}

.app_portfolio .slick-arrow.slick-next {
    background: url(../img/right-arrow-update.svg) no-repeat;
    right: -110px !important;
}

.app_portfolio .inner_card .btn-box {
    margin-top: 40px;
}
.app_portfolio .slick-arrow.slick-disabled {opacity: 0.5;}

/*  App Portfolio section css end here */

/*  App Portfolio section css end here */
.flexible_hring {
    padding: 80px 0px;
    background: #F9FAFB;
}

.flexible_hring .top-heading {
    text-align: center;
    max-width: 1252px;
    width: 100%;
    margin: 0 auto 64px;
}

.flexible_hring .top-heading h3 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    color: #1F2937;
    margin-bottom: 24px;
}

.flexible_hring .top-heading p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    color: #4B5563;
}

.flexible_hring .hiring_table table {
    margin-bottom: 0;
    border-bottom: none;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 16px;
    overflow: hidden;
}

.flexible_hring .hiring_table thead tr {
    background: #4E1DBA;
}

.flexible_hring .hiring_table thead tr th {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 24px;
    font-family: "Inter", sans-serif;
    line-height: 24px;
    border-bottom: none;
}

.hiring_table table thead tr:first-child th:first-child {
    border-top-left-radius: 12px;
}

.hiring_table table thead tr:first-child th:last-child {
    border-top-right-radius: 12px;
}

.hiring_table table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 12px;
}

.hiring_table table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 12px;
}


.flexible_hring .hiring_table tbody tr {
    background: #FFFFFF;
}

.flexible_hring .hiring_table tbody tr td {
    border-top: 1px solid #F3F4F6;
    padding: 15px 24px;
    font-size: 16px;
    line-height: 24px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: #000;
}


/*  App Portfolio section css end here */

/* Other Talent section css start here */
.other_talent {
    padding: 52px 0px 79px;
    background: #fff;
}

.other_talent .top-heading {
    max-width: 1200px;
    width: 100%;
    margin-bottom: 60px;
}

.other_talent .top-heading h2 {
    margin-bottom: 23px;
    font-size: 48px;
    line-height: 1.2;
}

.other_talent .top-heading p {
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
    color: #404044;
}

.other_talent .inner_part {
    position: relative;
}

.other_talent .inner_part::before {
    content: '';
    position: absolute;
    width: 500%;
    height: 105%;
    left: -500%;
    top: 0;
    background: #fff;
    z-index: 1;
}

.other_talent .talent_cards {
    background: #4612B5;
    padding: 57px 35px 70px 37px;
    border-radius: 24px;
    margin: 0 25px;
}

.other_talent .slick-list {
    overflow: visible !important;
    width: calc(100% + 50px);
    margin-left: -25px;
}

.other_talent .talent_cards img {
    margin: unset;
    object-fit: cover;width: 90%;
}

.other_talent .talent_cards .icons {
    margin-bottom: 15px;
    height: 90px;
    width: 90px;
}

.other_talent .talent_cards h4 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
}

.other_talent .talent_cards p {
    color: #fff;
}

.other_talent .slick-arrow {
    position: absolute;
    z-index: 1;
    bottom: -70px;
    width: 52px;
    height: 52px;
    background-size: 52px !important;
    font-size: 0;
    border: none;
    cursor: pointer;
    top: -60px !important;
}

.other_talent .slick-arrow.slick-prev {
    background: url(../img/left-arrow-update.svg) no-repeat;
    right: -45px !important;
    left: unset !important;
}

.other_talent .slick-arrow.slick-next {
    background: url(../img/right-arrow-update.svg) no-repeat;
    right: -110px !important;
}

.other_talent .talent_cards .btn-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 30px;
}

.other_talent .talent_cards .btn-box .btn_one {
    min-width: 160px;
    border: none;
    padding: 12px;
    text-align: center;
}

.other_talent .talent_cards .btn-box .btn_one:hover {
    border: none;
}

.other_talent .slick-arrow.slick-disabled{opacity: 0.5;}

/* Other Talent section css end here */

/* Client Testimonial section css start here */
.testimonial_sec {
    background: #F9FAFB;
    padding: 80px 0px 100px;
}

.testimonial_sec .top-heading {
    max-width: 1252px;
    margin: 0 auto 64px;
    text-align: center;
}

.testimonial_sec .inner_part {
    max-width: 896px;
    margin: 0 auto;
}

.testimonial_sec .top-heading h3 {
    color: #1F2937;
    font-size: 36px;
    line-height: 40px;
    font-family: "Inter", sans-serif;
    margin-bottom: 24px;
}

.testimonial_sec .top-heading p {
    color: #4B5563;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Inter", sans-serif;
}

.testimonial_sec .slider-card {
    background: #fff;
    border-radius: 16px;
    padding: 32px 32px 34px;
}

.testimonial_sec .slider-card .top-content {
    margin-bottom: 26px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.testimonial_sec .slider-card .client-details {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    width: 50%;
}

.testimonial_sec .slider-card .client-img {
    width: 65px;
    height: 65px;
    border-radius: 100%;
}

.testimonial_sec .slider-card .client-img img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: cover;
}

.testimonial_sec .slider-card .client_name h6 {
    color: #1F2937;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
}

.testimonial_sec .slider-card .client_name p {
    color: #4B5563;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
}

.testimonial_sec .slider-card .client_rating ul li {
    display: inline-block;
    margin-right: 2px;
}

.testimonial_sec .slider-card .client_rating ul li:last-child {
    margin-right: 0;
}

.testimonial_sec .slider-card .review-text p {
    font-style: italic;
    font-size: 16px;
    line-height: 24px;
    color: #374151;
    font-family: "Inter", sans-serif;
}

.testimonial_sec .slick-arrow {
    position: absolute;
    z-index: 1;
    bottom: -70px;
    width: 50px;
    height: 50px;
    background-size: 50px !important;
    font-size: 0;
    border: none;
    cursor: pointer;
    top: 50%;
}

.testimonial_sec .slick-arrow.slick-prev {
    background: url(../img/testimonial-left-arrow.svg) no-repeat;
    left: -60px;
}

.testimonial_sec .slick-arrow.slick-next {
    background: url(../img/testimonial-right-arrow.svg) no-repeat;
    right: -60px;
}
.testimonial_sec .slick-arrow.slick-disabled{opacity: 0.5;}
.testimonial_sec .slick-list {
    border-radius: 16px;
}

.testimonial_sec ul.slick-dots {
    bottom: -55px;
}

.testimonial_sec ul.slick-dots li button {
    display: none;
}

.testimonial_sec ul.slick-dots li {
    width: 12px;
    height: 12px;
    background: #D1D5DB;
    border-radius: 100%;
}

.testimonial_sec ul.slick-dots li.slick-active {
    background: #4E1DBA;
}

.testimonial_sec ul.slick-dots li:last-child {
    margin-right: 0px;
}


/* Client Testimonial section css end here */

/* FAQ section css start here */
.updated_faq {
    padding: 50px 0px;
    background: #f9fafb;
}
.updated_faq .card{background: #f9fafb;}

.updated_faq .top-heading {
    max-width: 1252px;
    width: 100%;
    margin: 0 auto 50px;
    text-align: center;
}

.updated_faq .faq_inner {
    display: flex;
    width: 100%;
    justify-content: center;
}

/* FAQ section css end here */

/* Greeting Form section css start here */
.greeting_cards {
    padding: 90px 0px 50px;
}

.greeting_cards .inner_part {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.greeting_cards .left_tab {
    width: 42%;
    position: relative;
    margin-top: 50px;
}

.greeting_cards .left_tab ul {
    margin-bottom: 0;
}

/* .greeting_cards .left_tab ul li:first-child{background: #E6F7F4;} */
/* .greeting_cards .left_tab ul li:first-child::before{background: #E6F7F4;} */
.greeting_cards .left_tab::before {
    content: '';
    position: absolute;
    top: -40px;
    left: -20px;
    width: 90%;
    height: calc(100% + 80px);
    z-index: -1;
    background: #F6F6F8;
}

.greeting_cards .right_content {
    width: 50%;
}

.greeting_cards .left_tab .inner_items {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px 0px;
    transition: ease-in-out 0.4s;
    position: relative;
}

.greeting_cards .left_tab .inner_items:hover::after {
    content: '';
    top: 0;
    left: -20px;
    background: #E6F7F4;
    width: 25px;
    height: 100%;
    position: absolute;
    z-index: -1;
}

.greeting_cards .left_tab .inner_items:hover {
    background: #E6F7F4;
    border-radius: 0px 50px 50px 0px;
    transition: 0.4s;
}

.greeting_cards .left_tab .inner_items ul {
    list-style: none;
}

.greeting_cards .left_tab .inner_items ul li {
    display: inline-block;
    margin-right: 3px;
    width: 15px;
}

.greeting_cards .left_tab .inner_items .icons {
    width: 45px;
}

.greeting_cards .left_tab .inner_items .content {
    width: calc(100% - 70px);
}

.greeting_cards .left_tab .inner_items .content h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
}

.greeting_cards .left_tab .inner_items .content p {
    font-size: 16px;
    font-weight: 400;
    color: #A29FAE;
}

.greeting_cards .left_tab .inner_items .review_star {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.greeting_cards .left_tab .inner_items .review_star .rating_data h6 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
}

.greeting_cards .right_content h2 {
    margin-bottom: 45px;
}

.greeting_cards .right_content h2 span {
    color: #6A6A6A;
}

.greeting_cards .right_content p {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 15px;
}

.greeting_cards .right_content p:last-child {
    margin-bottom: 0;
}


/* Greeting Form section css end here */

/* app update section css start here */
.app_update_sec {
    padding: 100px 0px 50px;
}

.app_update_sec .details_card {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.app_update_sec .details_card .image {
    width: 35%;
}

.app_update_sec .details_card .content-part {
    width: 50%;
}

.app_update_sec .top-content {
    margin-bottom: 40px;
}

.app_update_sec .top-content p {
    font-size: 24px;
    line-height: 45px;
    color: #000;
}

.app_update_sec .growth-part {
    display: flex;
    flex-wrap: wrap;
    border-radius: 30px;
    padding: 30px 20px;
}

.app_update_sec .growth-part.green {
    background: #C0E863;
}

.app_update_sec .growth-part.blue {
    background: #498DEF;
}

.app_update_sec .growth-part.blue .traffic_details::after {
    background: #fff;
}

.app_update_sec .growth-part.purple .traffic_details::after {
    background: #fff;
}

.app_update_sec .growth-part.blue h2 {
    color: #fff;
}

.app_update_sec .growth-part.blue p {
    color: #fff;
}

.app_update_sec .growth-part.purple {
    background: #7137AC;
}

.app_update_sec .growth-part.dark-blue {
    background: #294FB0;
}

.app_update_sec .growth-part.dark-brown {
    background: #CB1D18;
}

.app_update_sec .growth-part.purple h2 {
    color: #fff;
}

.app_update_sec .growth-part.purple p {
    color: #fff;
}

.app_update_sec .growth-part.brown {
    background: #E3C683;
}


.app_update_sec .growth-part .traffic_details {
    margin-right: 25px;
    padding-right: 25px;
    position: relative;
    text-align: center;
}

.app_update_sec .growth-part .traffic_details h2 {
    margin-bottom: 0;
}

.app_update_sec .growth-part .traffic_details p {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}

.app_update_sec .growth-part .traffic_details:last-child {
    margin-right: 0px;
    padding-right: 0px;
}

.app_update_sec .growth-part .traffic_details::after {
    content: '';
    position: absolute;
    right: 0;
    width: 1px;
    height: 100%;
    top: 0;
    background: #000000;
}

.app_update_sec .growth-part .traffic_details:last-child:after {
    display: none;
}

.app_update_sec .case-story {
    margin-top: 50px;
}

.app_update_sec .case-story a {
    text-decoration: none;
    transition: 0.4s;
    font-size: 16px;
    font-weight: 800;
    color: #3B3B3B;
}

.app_update_sec .case-story a:hover {
    color: #5519c2;
    text-decoration: underline;
}

.app_update_sec .inner_part {
    position: relative;
}


.app_update_sec .inner_part::before {
    content: '';
    position: absolute;
    width: 500%;
    height: 100%;
    left: -500%;
    top: 0;
    background: #fff;
    z-index: 1;
}

.app_update_sec .slick-arrow {
    position: absolute;
    z-index: 1;
    width: 60px;
    height: 60px;
    background-size: 60px !important;
    font-size: 0;
    border: none;
    cursor: pointer;
    top: unset !important;
    bottom: 40px;
}

.app_update_sec .slick-arrow.slick-prev {
    background: url(../img/testimonial-left-arrow.svg) no-repeat;
    right: 65px !important;
    left: unset !important;
}

.app_update_sec .slick-arrow.slick-next {
    background: url(../img/testimonial-right-arrow.svg) no-repeat;
    right: 0px !important;
}
.app_update_sec .slick-arrow.slick-disabled{opacity: 0.5;}

/* app update section css end here */

/* Popular Choice section css start here */
.popular_choice {
    padding: 50px 0px 0px;
    background: #d9d9d9;
}

.popular_choice .top-content {
    text-align: center;
    max-width: 1172px;
    margin: 0 auto;
    width: 100%;
}

.popular_choice .top-content h2 {
    margin-bottom: 29px;
}

.popular_choice .top-content p {
    font-size: 24px;
    font-weight: 500;
    line-height: 45px;
    color: #000;
}

/* Popular Choice section css end here */

/* Choice Slider section css start here */
.choice_slider {
    background: #D9D9D9;
    padding: 36px 0px 93px;
}

.choice_slider .inner_part .inner_cards {
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: 40px 60px 80px 80px;
    align-items: center;
    gap: 30px;
    border-radius: 30px;
    margin: 0 10px;
}

.choice_slider .inner_part {
    max-width: 1128px;
    margin: 0 auto;
    width: 100%;
    border-radius: 28px;
}


.choice_slider .client-img {
    width: 200px;
}

.choice_slider .right_content {
    width: calc(100% - 230px);
}

.choice_slider .client-img .images {
    border-radius: 100%;
    width: 65px;
    height: 65px;
    margin-bottom: 15px;
}

.choice_slider .client-img .images img {
    border-radius: 100%;
    object-fit: cover;
}

.choice_slider .contents h6 {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 0;
}

.choice_slider .contents p {
    font-size: 16px;
    line-height: 1;
    color: #B6B6B6;
    margin-bottom: 0;
    font-weight: 700;
}

.choice_slider .right_content p {
    color: #575757;
}

.choice_slider .right_content ul {
    display: flex;
    margin-bottom: 0;
    margin-top: 15px;
}

.choice_slider ul.slick-dots {
    bottom: 42px;
}

.choice_slider ul.slick-dots li {
    width: 80px;
    height: 4px;
    background: #D9D9D9;
    border-radius: 30px;
}

.choice_slider ul.slick-dots li.slick-active {
    background: #DE253A;
}

.choice_slider ul.slick-dots li button {
    font-size: 0;
    width: 0;
    height: 0;
    display: none;
}

.choice_slider .slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.choice_slider .slick-list {
    border-radius: 30px;
}

.choice_slider .slick-arrow {
    position: absolute;
    z-index: 1;
    bottom: -100px;
    width: 50px;
    height: 50px;
    background-size: 50px !important;
    font-size: 0;
    border: none;
    cursor: pointer;
    top: unset;
}

.choice_slider .slick-arrow.slick-prev {
    background: url(../img/testimonial-left-arrow.svg) no-repeat;
    background-size: auto;
    left: 45.5%;
}

.choice_slider .slick-arrow.slick-next {
    background: url(../img/testimonial-right-arrow.svg) no-repeat;
    background-size: auto;
    right: 45.5%;
}
.choice_slider .slick-arrow.slick-disabled {opacity: 0.5;}
/* Choice Slider section css end here */
/* animated section update section css start here */

.contact_us_form_wrapper.update {
    padding: 80px 0px 100px;
}

.contact_us_form_wrapper.update .inner_part {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact_us_form_wrapper.update .left_contents {
    width: 50%;
    padding-right: 50px;
}

.contact_us_form_wrapper.update .left_contents p a {
    transition: 0.4s;
    font-weight: 700;
    text-decoration: underline;
    color: #000;
}

.contact_us_form_wrapper.update .left_contents p a:hover {
    color: #5519c2;
    text-decoration: none;
}

.contact_us_form_wrapper.update .contact_us_inner_right {
    width: 40%;
}

/* animated section update section css end here */

.ourWorkProcess-section.update {
    padding: 40px !important;
}

.innovation-industry-wrapper.update .innovation-industry-inner {
    padding-bottom: 40px !important;
}

.frequently-asked-question.update .asked-question-right-part {
    padding: 40px 0px 40px !important;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.frequently-asked-question.update .custom_container {
    margin: unset;
}

.frequently-asked-question.update .title_asked_custom {
    background: #FAFAFA;
    padding: 30px 0px;
}

.frequently-asked-question.update .title_asked_custom h2 {
    font-size: 48px !important;
    line-height: 1;
}

.section2.update {
    padding-bottom: 0 !important;
}




/* Areas We Serve section css start here */
.areas_serve {
    padding: 30px 0px 40px;
    background: #f9fafb;
}

.areas_serve .inner_part {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.areas_serve .austin_card {
    width: calc(20% - 13px);
    border: 1px solid rgba(0, 0, 0, 0.19);
    padding: 30px 15px;
    transition: 0.4s;
}

.areas_serve .austin_card:hover {
    box-shadow: 0 29px 46px 0 rgb(80 83 130 / 17%);
}

.areas_serve .austin_card h3 {
    margin-bottom: 5px;
}

.areas_serve .austin_card h6 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}


/* Areas We Serve section css end here */

/* invest custom section css start here */
.invest_custom {
    padding: 57px 0px;
}

.invest_custom .inner_part {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.invest_custom .left_part {
    width: 60%;
}

.invest_custom .left_part p {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 40px;
}

.invest_custom .left_part p:last-child {
    margin-bottom: 0px;
}

.invest_custom .right_part {
    width: 34%;
}

.invest_custom .cards_update {
    background: url(../img/background-image-section.png) no-repeat;
    width: 328px;
    height: 185px;
    background-size: 328px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    padding: 30px 15px 45px 80px;
}

.invest_custom .icons_top {
    width: 61px;
    height: 62px;
    margin-bottom: 5px;
}

.invest_custom .icons_top img {
    width: 100%;
    object-fit: cover;
}

.invest_custom .cards_update .content h6 {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1;
}

.invest_custom h4 {
    font-size: 20px;
    margin: 20px 0px 15px;
}

/* invest custom section css end here */

.industry_sec.updated_cards .industries_cards {
    background: #F7F7F7;
    border-radius: 24px;
    padding: 30px 20px 30px 20px;
    margin: 0px 15px;
    text-align: unset;
    min-height: 460px;
}

.industry_sec.updated_cards .industry-slider .slick-list {
    width: calc(100% + 30px);
    margin-left: -15px;
}

/* .industry_sec.updated_cards .industry-slider .slick-track {display: flex !important;} */

.industry_sec.updated_cards .industries_icon {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
}

.industry_sec.updated_cards .industries_content h3 {
    color: #3B3B3B;
    font-size: 28px;
    line-height: 1;
}

.industry_sec.updated_cards .industries_content p {
    color: #404044;

}

/* Technology Stack section css start here */
.technology-stack {
    padding: 70px 0px 100px;
}

.technology-stack .inner_part {
    display: flex;
    flex-wrap: wrap;
    max-width: 1485px;
    border-radius: 35px;
    width: 100%;
    border: 1px solid #5519C2;
}

.technology-stack .top-content h2 {
    margin-bottom: 0px;
}

.technology-stack .top-content p {
    font-size: 24px;
    line-height: 40px;
}

.technology-stack .top-content {
    margin-bottom: 25px;
}

.technology-stack .left_part {
    padding: 50px 30px 50px 45px;
    width: 40%;
    background: #4612B5;
    border-radius: 35px;
    max-height: 410px;
}

.technology-stack .right_part {
    width: 60%;
    background: #fff;
    border-radius: 0px 35px 35px 0px;
    max-height: 400px;
    padding: 50px 30px 50px 140px;

}

.technology-stack .right_part .tab-content {
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
}

.technology-stack .right_part .load_more {
    height: 100%;
    overflow: auto;
    scrollbar-width: thin;
}

.technology-stack .right_part .inner_forntend {
    display: flex;
    flex-wrap: wrap;
    background: #F4F4F4;
    border-radius: 13px;
    padding: 18px 30px 18px 50px;
    margin-bottom: 10px;
    align-items: center;
    text-align: center;
    width: 85%;
}

.technology-stack .right_part .update-icon {
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.technology-stack .right_part .update-icon img {
    width: 100%;
    object-fit: cover;
}

.technology-stack .right_part .heading-content {
    width: calc(100% - 65px);
}

.technology-stack .right_part .heading-content h6 {
    margin-bottom: 0;
}

.technology-stack .right_part .inner_forntend:last-child {
    margin-bottom: 0;
}

.technology-stack .left_part ul {
    height: 100%;
    overflow: auto;
    overflow-x: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    margin-bottom: 0;
}

.technology-stack .left_part ul li {
    padding: 15px 0px 15px 0px;
    border-bottom: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    font-size: 20px;
    width: 95%;
    opacity: 0.5;
}

.technology-stack .left_part ul li.active {
    opacity: 1;
}

.technology-stack .left_part ul li.activate-list {
    opacity: 1;
}

.technology-stack .left_part ul li:last-child {
    margin-bottom: 0;
}

.technology-stack .left_part ul li span {
    min-width: 35px;
    display: inline-block;
}

.technology-stack.update .right_part {
    padding: 50px 30px 50px 50px;
}

.technology-stack.update .right_part .tech-icons {
    width: 100px;
    height: 100px;
    margin-bottom: 15px;background: #4612B5;border-radius: 13px;padding: 20px;display: flex;
  justify-content: center;
  align-items: center;
}

.technology-stack.update .right_part .tech-icons img {
    width: 100%;
    object-fit: cover;
}

.technology-stack.update .right_contentes {
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
}

.technology-stack.update {
    padding: 40px 0px 40px;
}

.technology-stack.update .right_contentes .hidden_content {
    width: 97%;
}

.technology-stack.update .right_contentes h6 {
    margin-bottom: 10px;
}

.technology-stack.update .top-content {
    margin-bottom: 30px;
}

/* Technology Stack section css end here */


/* Advanced Technology section css start here */
.advance_tech {
    width: 100%;
    padding: 60px 0px 60px;
    background: #f9fafb;
}

.advance_tech .inner_part {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.advance_tech .left_part {
    width: 45%;
}

.advance_tech .right_part {
    width: 45%;
    max-height: 390px;
    overflow: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
}

.advance_tech .right_part .data-content {
    padding-right: 25px;
    margin-bottom: 40px;
}

.advance_tech .right_part .data-content:last-child {
    margin-bottom: 0px;
}

.advance_tech .right_part .top-content {
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
    align-items: center;
    margin-bottom: 25px;
}

.advance_tech .right_part .logo-img {
    width: 77px;
    height: 77px;background: #D9D9D9;padding: 15px;border-radius: 9px;
}

.advance_tech .right_part .logo-img img {
    width: 100%;
    object-fit: cover;
}

.advance_tech .right_part .logo-heading h5 {
    margin-bottom: 0;
}

.advance_tech .right_part .logo-img img {
    width: 100%;
    object-fit: cover;
}
.advance_tech .right_part .logo-heading {
    width: calc(100% - 112px);
}

/* Advanced Technology section css end here */

/* Client review section css start here */
.client_testimonial {
    padding: 20px 0px 60px;
}

.client_testimonial .inner_part {
    max-width: 840px;
    margin: 0 auto;
    width: 100%;
}

.client_testimonial .inner_card {
    text-align: center;
    padding: 15px;
}

.client_testimonial .inner_card .blank-img {
    width: 129px;
    height: 129px;
    margin: 0 auto 20px;
    border-radius: 100%;
}

.client_testimonial .inner_card .blank-img img {
    width: 100%;
    object-fit: cover;
    border-radius: 100%;
}

.client_testimonial .inner_card .reviews-text p {
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 15px;
}

.client_testimonial .inner_card .reviews-text h4 {
    color: #3B3B3B;
    font-size: 22px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 0;
}

.client_testimonial .inner_card .reviews-text h6 {
    color: #3B3B3B;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 0;
}


.client_testimonial .slick-arrow {
    position: absolute;
    z-index: 1;
    width: 52px;
    height: 52px;
    background-size: 52px !important;
    font-size: 0;
    border: none;
    cursor: pointer;
    top: 50% !important;
}

.client_testimonial .slick-arrow.slick-prev {
    background: url(../img/left-arrow-update.svg) no-repeat;
    left: -90px !important;
    right: unset !important;
}

.client_testimonial .slick-arrow.slick-next {
    background: url(../img/right-arrow-update.svg) no-repeat;
    right: -90px !important;
}
.client_testimonial .slick-arrow.slick-disabled {opacity: 0.5;}


/* Client review section css end here */

.ios-development-type.update .development-type-box-wrapper {
    padding-bottom: 0;
}

.ios-development-type.update .paddingBottom {
    padding-bottom: 40px;
    padding-top: 40px;
}

.appDeal_has_country_dropdown.update_country_code ul.iti__country-list {
    display: block !important;
}

.appDeal_has_country_dropdown.update_country_code ul.iti__country-list.iti__hide {
    display: none !important;
}

.appDeal_has_country_dropdown.update_country_code input {
    height: 45px;
    border-radius: 10px;
    border: 1px solid rgba(121, 117, 131, 0.1215686275);
    background: #e6e6e7;
}


.requerment_calculator.form_updates .button_wrap button.active.formloader img {
    visibility: hidden;
}

/* country app section css start here */
.country_data {
    width: 100%;
    padding: 50px 0px;
}

.country_data .top-contents {
    margin-bottom: 40px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.country_data .heading-top {
    width: 70%;
}

.country_data .short_contents {
    width: 100%;
    margin-top: 30px;
}

.country_data .short_contents p {
    font-size: 24px;
    line-height: 40px;
}

.country_data .right_logo {
    width: 160px;
}

.country_data .heading-top h2 {
    margin-bottom: 0;
}

.country_data .heading-top h2 span {
    color: #8D8A9B;
}

.country_data .animate-logo {
    top: 28%;
}

.country_data .inner_part {
    background: #F7F7F7;
    border-radius: 27px;
    padding: 40px 30px 40px 40px;
    height: 350px;
}

.country_data .strategy-parts {
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
}

.country_data .additional_details {
    margin-bottom: 52px;
    display: flex;
    flex-wrap: wrap;
    padding-right: 2px;
}

.country_data .update-counts {
    width: 70px;
}

.country_data .update-counts span {
    font-size: 27px;
    line-height: 1.2;
    color: #1C1C1C;
}

.country_data .update-details {
    width: calc(100% - 70px);
}

.country_data .update-details p {
    font-size: 24px;
    line-height: 40px;
}

.country_data h4 {
    color: #1C1C1C;
    margin-bottom: 20px;
    font-size: 27px;
    line-height: 1.2;
}

.country_data .right_part p {
    color: #1C1C1C;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
}

.country_data .tabs-details {
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    padding-right: 2px;
}

.country_data .tabs-details:last-child {
    margin-bottom: 0;
}


/* country app section css end here */

/* CTA section css start here */
.updated_cta {
    padding: 40px 0px;
    background: #4612b5;
}

.updated_cta .inner_part {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.updated_cta .left_part {
    width: 65%;
}

.updated_cta .left_part h2 {
    margin-bottom: 20px;
    color: #fff;
}

.updated_cta .left_part p {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 40px;
    color: #fff;
}

.updated_cta .left_part p:last-child {
    margin-bottom: 0px;
}

.updated_cta .left_part .btn-box {
    margin-top: 40px;
}

.updated_cta .left_part .btn-box .btn_one {
    min-width: 200px;
    border-radius: 10px;
    background: #C0E863;
    padding: 15px 13px;
    text-align: center;
    border: none;
    font-weight: 700;
}

.updated_cta .left_part .btn-box .btn_one:hover {
    background: #5519c2;
    color: #fff;
}



.updated_cta .right_part {
    width: 32%;
}

.updated_cta .right_part .image {
    width: 100%;
}

.updated_cta .right_part .image img {
    width: 100%;
    object-fit: cover;
}

.client_testimonial ul.slick-dots {
    display: none;
}

/* CTA section css end here */






/* Responsive */

@media (max-width:1688px) {
    .btn_one {
        padding: 15px 15px 15px 20px;
    }

    .btn_one span {
        margin-left: 5px;
    }

    .services_section_update .container {
        max-width: 1280px;
    }

    .industry_sec .slick-arrow.slick-prev {
        right: -5px !important;
    }

    .industry_sec .slick-arrow.slick-next {
        right: -65px !important;
    }

    .industry_sec .industry-slider .slick-list {
        width: calc(100% + 30px);
        margin-left: -15px;
    }

    .industry_sec .industries_cards {
        margin: 0px 15px;
    }

    .app_portfolio .slick-arrow.slick-prev {
        right: -5px !important;
    }

    .app_portfolio .slick-arrow.slick-next {
        right: -65px !important;
    }

    .app_portfolio .slick-list {
        width: calc(100% + 40px);
        margin-left: -20px;
    }

    .app_portfolio .inner_card {
        margin: 0 20px;
    }

    .other_talent .slick-arrow.slick-prev {
        right: -5px !important;
    }

    .other_talent .slick-arrow.slick-next {
        right: -65px !important;
    }

    .hire_developer .inner_content h2 {
        margin-bottom: 30px;
        font-size: 40px;
    }

    .hire_developer .inner_content p {
        margin-bottom: 30px;
        font-size: 20px;
        line-height: 1.5;
    }

    .app_development_service .additional_details {
        margin-bottom: 35px;
    }

    .app_development_service h4 {
        margin-bottom: 20px;
    }

    .android_tech .tech-images {
        margin-top: 50px;
    }

    .android_tech .tech-images .icon {
        margin-bottom: 10px;
    }

    .android_tech .tech-images .tech-icon h5 {
        font-size: 18px;
    }

    .service_app .top_content h2 {
        margin-bottom: 30px;
        font-size: 40px;
        line-height: 1.2;
    }

    .service_app .top_content p {
        line-height: 30px;
        font-size: 20px;
    }

    .service_app .inner_part .cards .icon {
        margin-bottom: 35px;
    }

    .service_app .inner_part .cards h6 {
        margin-bottom: 15px;
    }

    .industry_sec .top-content h2 {
        margin-bottom: 20px;
        font-size: 40px;
    }

    .industries_developer .top_headings h2 {
        margin-bottom: 20px;
        font-size: 40px;
    }

    .app_portfolio .app_heading h2 {
        margin-bottom: 20px;
        font-size: 40px;
    }

    .industries_developer .top_headings {
        margin-bottom: 50px;
    }

    .android_tech .top-content h2 {
        margin-bottom: 20px;
        font-size: 40px;
        line-height: 1.2;
    }

    .app_portfolio .app_heading {
        margin-bottom: 40px;
    }

    .app_portfolio .btn-box .btn_one {
        padding: 13px;
        min-width: 260px;
        font-size: 20px;
    }

    .industry_sec .top-content {
        margin-bottom: 40px;
    }

    .flexible_hring {
        padding: 70px 0px;
    }

    .flexible_hring .top-heading {
        margin: 0 auto 40px;
    }

    .other_talent .slick-list {
        width: calc(100% + 30px);
        margin-left: -15px;
    }

    .other_talent .talent_cards {
        margin: 0 15px;
    }

    .testimonial_sec .top-heading {
        margin: 0 auto 40px;
    }

    .testimonial_sec {
        padding: 70px 0px 100px;
    }

    .updated_faq .top-heading {
        margin: 0 auto 40px;
    }

    .updated_faq .top-heading h2 {
        font-size: 40px;
        margin-bottom: 15px;
    }

    .popular_choice .top-content p {
        line-height: 40px;
    }

    .upated_banner .left_part h1 {
        margin-bottom: 40px;
        font-size: 50px;
    }

    .upated_banner .left_part p {
        font-size: 20px;
        line-height: 30px;
    }

    .upated_banner .left_part ul li {
        margin-bottom: 15px;
    }

    .upated_banner .left_part ul li a {
        font-size: 20px;
    }

    .app_development_service {
        padding: 90px 0px 51px;
    }

    .app_development_service .left_part h2 {
        font-size: 40px;
        line-height: 1.2;
    }

    .app_development_service .left_part p {
        font-size: 20px;
        line-height: 30px;
    }

    .android_tech .top-content p {
        font-size: 20px;
        line-height: 30px;
    }

    .service_app .top_content {
        margin-bottom: 40px;
    }

    .industry_sec {
        padding: 40px 0px 40px;
        background: #f9fafb;
    }

    .industry_sec.updated_cards {
        background: #fff;
    }

    .industry_sec .top-content p {
        font-size: 20px;
        line-height: 30px;
    }

    .industries_developer {
        padding: 40px 0px 40px;
    }

    .app_portfolio .inner_card h2 {
        font-size: 40px;
    }

    .app_portfolio .inner_card p {
        font-size: 18px;
        line-height: 28px;
    }

    .app_portfolio .inner_card h4 {
        font-size: 28px;
        line-height: 40px;
    }

    .app_portfolio .inner_card ul li {
        margin-bottom: 10px;
        font-size: 20px;
    }

    .app_portfolio .inner_card ul li::before {
        top: 4px;
    }

    .industry_sec .industries_cards h3 {
        font-size: 24px;
    }

    .app_portfolio .btn-box .btn_one .arrow {
        background-size: 24px;
        position: relative;
        top: 3px;
    }

    .greeting_cards .right_content h2 {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .greeting_cards .right_content p {
        line-height: 30px;
    }

    .app_update_sec .top-content h2 {
        font-size: 40px;
    }

    .app_update_sec .growth-part .traffic_details h2 {
        font-size: 40px;
    }

    .app_update_sec .growth-part .traffic_details p {
        font-size: 12px;
    }

    .popular_choice .top-content h2 {
        font-size: 40px;
        margin-bottom: 15px;
    }

    .contact_us_form_wrapper.update .left_contents h2 {
        font-size: 40px;
    }

    .frequently-asked-question.update .title_asked_custom h2 {
        font-size: 40px !important;
        margin-bottom: 15px;
    }

    .areas_serve .top-content h2 {
        font-size: 40px;
        margin-bottom: 15px;
    }

    .areas_serve .austin_card h3 {
        font-size: 20px;
    }

    .invest_custom .left_part h2 {
        font-size: 40px;
    }

    .invest_custom .left_part p {
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 30px;
    }

    .supply_chain_sec .left_part h3 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 15px;
    }

    .supply_chain_sec .left_part p {
        font-size: 20px;
        line-height: 30px;
    }

    .industry_sec.updated_cards .industries_content h3 {
        font-size: 22px;
    }

    .industry_sec.updated_cards .industries_icon {
        width: 90px;
        height: 90px;
        margin-bottom: 15px;
    }

    .technology-stack .top-content h2 {
        font-size: 40px;
    }

    .technology-stack.update .top-content p {
        font-size: 20px;
        line-height: 30px;
    }

    .app_portfolio .app_heading p {
        font-size: 20px;
        line-height: 30px;
    }

    .country_data .heading-top h2 {
        font-size: 40px;
    }

    .country_data .short_contents p {
        font-size: 20px;
        line-height: 30px;
    }

    .country_data .update-details p {
        font-size: 20px;
        line-height: 30px;
    }

    .updated_cta .left_part p {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .updated_cta .left_part h2 {
        font-size: 40px;
    }

    .new_hire_sec .top-heading h2 {
        margin-bottom: 10px;
        font-size: 40px;
    }

    .new_hire_sec .top-heading p {
        font-size: 20px;
        line-height: 30px;
    }

    .cloud_service .left_part h2 {
        font-size: 40px;
    }

    .flexible_hiring_sec .top-heading p {
        font-size: 20px;
        line-height: 30px;
    }

    .flexible_hiring_sec .top-heading h2 {
        font-size: 40px;
        margin-bottom: 10px;
    }

    .technology-stack .top-content p {
        font-size: 20px;
        line-height: 30px;
    }

    .other_talent .top-heading h2 {
        font-size: 40px;
    }

    .other_talent .top-heading p {
        font-size: 20px;
        line-height: 30px;
    }

    .app_update_sec .top-content p {
        font-size: 20px;
        line-height: 30px;
    }

    .popular_choice .top-content p {
        font-size: 20px;
        line-height: 30px;
    }

    .advance_tech .left_part h2 {
        font-size: 40px;
    }

}

@media (max-width:1439px) {
    .industry_sec .top-content {
        max-width: 1120px;
    }

    .industry_sec .slick-arrow.slick-prev {
        right: 60px !important;
    }

    .industry_sec .slick-arrow.slick-next {
        right: 0px !important;
    }

    .app_portfolio .app_heading {
        max-width: 1120px;
    }

    .app_portfolio .slick-arrow.slick-prev {
        right: 70px !important;
    }

    /* .app_portfolio .slick-arrow {
        top: -17% !important;
    } */

    .app_portfolio .slick-arrow.slick-next {
        right: 10px !important;
    }

    .other_talent .top-heading {
        max-width: 1120px;
    }

    .other_talent .slick-arrow.slick-prev {
        right: 65px !important;
    }

    .other_talent .slick-arrow.slick-next {
        right: 5px !important;
    }

    .other_talent .top-heading {
        margin-bottom: 40px;
    }

    .app_portfolio .inner_part {
        margin-bottom: 40px;
    }

    .supply_chain_sec .right_part .image {
        margin-top: -90px;
    }


}

@media (max-width:1366px) {
    .services_section_update .container {
        max-width: 1180px;
    }

    .upated_banner {
        padding: 80px 0px;
    }

    .app_development_service.service_padding {
        padding: 80px 0px 90px;
    }

    .technology-stack {
        padding: 70px 0px 80px;
    }

    .upated_banner .left_part p {
        font-size: 18px;
        line-height: 28px;
    }

    .upated_banner .left_part h1 {
        margin-bottom: 30px;
        font-size: 45px;
    }

    .upated_banner .left_part ul li a {
        font-size: 18px;
    }

    .app_development_service .left_part h2 {
        font-size: 36px;
    }

    .app_development_service .left_part p {
        font-size: 18px;
        line-height: 26px;
    }

    .app_development_service .right_part p {
        font-size: 18px;
        line-height: 26px;
    }

    .app_development_service h4 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .app_development_service .countes span {
        font-size: 24px;
    }

    .supply_chain_sec .left_part h3 {
        font-size: 26px;
        line-height: 34px;
    }

    .supply_chain_sec .left_part p {
        font-size: 18px;
        line-height: 26px;
    }

    .cloud_service .left_part h2 {
        font-size: 36px;
    }

    .cloud_service .left_part p {
        font-size: 18px;
        line-height: 26px;
    }

    .cloud_service .right_part .cloud_conuslting .aws-heading {
        width: calc(100% - 90px);
    }

    .cloud_service .right_part .cloud_conuslting .aws-logo {
        width: 80px;
    }

    .cloud_service .right_part .inner_contents h3 {
        font-size: 22px;
    }

    .cloud_service .right_part .inner_contents p {
        font-size: 18px;
        line-height: 26px;
    }

    .cloud_service .right_part .cloud_conuslting {
        margin-bottom: 15px;
    }

    .service_app .top_content h2 {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .service_app .top_content p {
        line-height: 26px;
        font-size: 18px;
    }

    .service_app .inner_part .cards .icon {
        margin-bottom: 25px;
    }

    .service_app .inner_part .cards h6 {
        font-size: 20px;
    }

    .service_app .inner_part .cards {
        padding: 30px 9px 20px 15px;
    }

    .app_development_service .right_part {
        padding: 49px 40px 54px 34px;
    }

    .service_app .inner_part .cards {
        width: calc(25% - 11px);
    }

    .service_app .inner_part {
        gap: 20px 14px;
    }

    .technology-stack {
        padding: 50px 0px 70px;
    }

    .industry_sec .top-content {
        max-width: 1000px;
    }

    .industry_sec .top-content h2 {
        margin-bottom: 15px;
        font-size: 36px;
    }

    .industry_sec .top-content p {
        font-size: 18px;
        line-height: 26px;
    }

    .industry_sec .industries_cards {
        padding: 30px 15px 30px 15px;
    }

    .industry_sec .industry-slider .slick-list {
        width: calc(100% + 20px);
        margin-left: -10px;
    }

    .industry_sec .industries_cards {
        margin: 0px 10px;border-radius: 24px;
    }

    .technology-stack .top-content h2 {
        font-size: 36px;
    }
  .advance_tech .left_part h2 {
    font-size: 36px;
  }
  .android_tech .top-content h2{font-size: 36px;}
  .android_tech .tech-images{gap: 50px 48px;}
    .technology-stack .top-content p {
        font-size: 18px;
        line-height: 26px;
    }

    .industry_sec .industries_cards .industries_icon {
        width: 80px;
        height: 80px;
    }

    .industry_sec .industries_cards .btn-box .btn_one {
        padding: 10px;
        font-size: 14px;
        min-width: 125px;
    }

    .new_hire_sec .top-heading h2 {
        font-size: 36px;
    }

    .new_hire_sec .top-heading p {
        font-size: 18px;
        line-height: 26px;
    }

    .new_hire_sec .left_part h3 {
        font-size: 22px;
        line-height: 30px;
    }

    .new_hire_sec .left_part p {
        font-size: 18px;
        line-height: 26px;
    }

    .app_portfolio .app_heading h2 {
        margin-bottom: 15px;
        font-size: 36px;
    }

    .app_portfolio .app_heading p {
        font-size: 18px;
        line-height: 26px;
    }

    .app_portfolio .app_heading {
        max-width: 1000px;
    }

    .app_portfolio .inner_card h2 {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .app_portfolio .inner_card p {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 30px;
    }

    .app_portfolio .inner_card h4 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .app_portfolio .inner_card ul li {
        font-size: 18px;
    }

    .app_portfolio .inner_card {
        padding: 40px 80px 45px 60px;
        margin: 0 10px;
    }

    .app_portfolio .slick-list {
        width: calc(100% + 20px);
        margin-left: -10px;
    }

    .app_portfolio .btn-box .btn_one .arrow {
        background-size: 20px;
        width: 20px;
        height: 18px;
    }

    .app_portfolio .btn-box .btn_one {
        padding: 11px;
        min-width: 230px;
        font-size: 18px;
    }

    .app_portfolio .inner_part {
        margin-bottom: 30px;
    }

    .flexible_hiring_sec .top-heading h2 {
        font-size: 36px;
    }

    .flexible_hiring_sec .top-heading p {
        font-size: 18px;
        line-height: 26px;
    }

    .flexible_hiring_sec .dedicated-hiring .img-icon {
        width: 65px;
        height: 65px;
    }

    .flexible_hiring_sec .dedicated-hiring .card_heading {
        width: calc(100% - 85px);
    }

    .flexible_hiring_sec .dedicated-hiring .card_heading h3 {
        font-size: 20px;
    }

    .flexible_hiring_sec .dedicated-hiring {
        margin-bottom: 20px;
    }

    .flexible_hiring_sec .hiring-cards .btm-content p {
        font-size: 18px;
        line-height: 26px;
    }

    .flexible_hiring_sec .dedicated-hiring {
        margin-bottom: 15px;
    }

    .other_talent .top-heading {
        max-width: 1000px;
    }

    .other_talent .top-heading h2 {
        font-size: 36px;
    }

    .other_talent .top-heading p {
        font-size: 18px;
        line-height: 26px;
    }

    .other_talent .top-heading {
        margin-bottom: 30px;
    }

    .other_talent .talent_cards .icons {
        height: 70px;
        width: 70px;
        margin-bottom: 25px;
    }

    .other_talent .talent_cards h4 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .other_talent .talent_cards .btn-box .btn_one {
        min-width: 140px;
        padding: 11px;
    }

    .other_talent .talent_cards {
        padding: 45px 30px 50px 30px;
    }

    .other_talent .slick-list {
        width: calc(100% + 20px);
        margin-left: -10px;
    }

    .other_talent .talent_cards {
        margin: 0 10px;
    }

    .other_talent {
        padding: 52px 0px 60px;
    }

    .testimonial_sec {
        padding: 50px 0px 70px;
    }

    .testimonial_sec ul.slick-dots {
        bottom: -40px;
    }

    .testimonial_sec .top-heading h3 {
        margin-bottom: 15px;
    }

    .updated_faq .top-heading h2 {
        font-size: 36px;
    }

    .greeting_cards {
        padding: 70px 0px 50px;
    }

    .greeting_cards .right_content h2 {
        font-size: 36px;
        margin-bottom: 15px;
    }

    .greeting_cards .right_content p {
        line-height: 26px;
        font-size: 18px;
    }

    .section2.update .build_title h1 br {
        display: none;
    }


    .app_update_sec {
        padding: 70px 0px 50px;
    }

    .app_update_sec .top-content h2 {
        font-size: 36px;
        margin-bottom: 15px;
    }

    .app_update_sec .top-content p {
        font-size: 18px;
        line-height: 26px;
    }

    .app_update_sec .details_card .image {
        width: 35%;
    }

    .app_update_sec .growth-part .traffic_details h2 {
        font-size: 36px;
    }

    .popular_choice .top-content h2 {
        font-size: 36px;
    }

    .popular_choice .top-content p {
        font-size: 20px;
        line-height: 30px;
    }

    .choice_slider .inner_part .inner_cards {
        padding: 40px 50px 60px 50px;
    }

    .app_update_sec .growth-part .traffic_details h2 {
        font-size: 30px;
    }

    .app_update_sec .growth-part .traffic_details {
        margin-right: 20px;
        padding-right: 20px;
    }

    .popular_choice .top-content p {
        font-size: 18px;
        line-height: 26px;
    }

    .choice_slider ul.slick-dots {
        bottom: 25px;
    }

    .contact_us_form_wrapper.update {
        padding: 60px 0px 80px;
    }

    .industry_sec .industries_cards h3 {
        font-size: 18px;min-height: auto;
    }

    .country_data .heading-top h2 {
        font-size: 36px;
    }

    .country_data .short_contents p {
        font-size: 18px;
        line-height: 26px;
    }

    .country_data h4 {
        font-size: 24px;
    }

    .country_data .update-counts span {
        font-size: 24px;
    }

    .country_data .update-details p {
        font-size: 18px;
        line-height: 26px;
    }

    .updated_cta .left_part h2 {
        font-size: 36px;
    }

    .updated_cta .left_part p {
        font-size: 18px;
        line-height: 26px;
    }

    .frequently-asked-question.update .title_asked_custom h2 {
        font-size: 36px !important;
    }

    .invest_custom .left_part h2 {
        font-size: 36px;
    }

    .invest_custom .left_part p {
        margin-bottom: 15px;
        font-size: 18px;
        line-height: 26px;
    }

    .invest_custom .cards_update .content h6 {
        font-size: 14px;
    }

    .industry_sec.updated_cards .industries_content h3 {
        font-size: 20px;
    }

    .technology-stack.update .top-content p {
        font-size: 18px;
        line-height: 26px;
    }

    .btn_two {
        font-size: 20px;
        min-width: 260px;
        padding: 12px 18px;
    }

    .client_testimonial .inner_card .blank-img {
        width: 100px;
        height: 100px;
    }

    .client_testimonial .inner_card .reviews-text p {
        font-size: 18px;
        line-height: 26px;
    }

    .client_testimonial .inner_card .reviews-text h4 {
        font-size: 20px;
    }

    .app_development_service .right_part {
        padding: 49px 25px 54px 25px;
    }




}

@media (max-width:1279px) {
    .other_talent .top-heading {
    max-width: 850px;
  }
   .other_talent .top-heading {
    max-width: 850px;
  }
    .app_development_service .countes {
        width: 50px;
    }

    .cmpny_details {
        width: calc(100% - 50px);
    }

    .app_development_service .additional_details {
        margin-bottom: 20px;
    }

    .upated_banner .right_part textarea {
        min-height: unset;
    }

    .supply_chain_sec .right_part .image {
        margin-top: 0;
    }

    .supply_chain_sec .left_part {
        width: 61%;
    }

    .app_development_service.service_padding {
        padding: 70px 0px 70px;
    }

    .cloud_service .left_part {
        width: 45%;
    }

    .technology-stack .right_part {
        padding: 50px 30px 50px 100px;
    }

    .industry_sec .top-content {
        max-width: 850px;
    }

    .app_portfolio .app_heading {
        max-width: 850px;
    }

    .flexible_hiring_sec .hiring-cards {
        width: 45%;
    }

    .greeting_cards .left_tab::before {
        width: 100%;
        left: -15px;
    }

    .industry_sec.updated_cards .industry-slider .slick-list {
        width: calc(100% + 20px);
        margin-left: -10px;
    }

    .industry_sec.updated_cards .industries_cards {
        margin: 0px 10px;
    }

    .technology-stack .left_part ul li {
        font-size: 18px;
    }


}

@media (max-width:1023px) {
    .services_section_update .container {
        max-width: 900px;
    }
    .app_portfolio .inner_card.black{min-height: 450px;}

    .upated_banner .left_part {
        width: 100%;
        margin-bottom: 50px;
    }

    .upated_banner .right_part {
        width: 100%;
    }

    .upated_banner {
        padding: 60px 0px;
    }

    .our_client .top-heading {
        margin-bottom: 15px;
    }

    .our_client .top-heading h6 {
        margin-bottom: 0;
    }

    .app_development_service .left_part {
        width: 100%;
        margin-bottom: 50px;
    }

    .app_development_service .right_part {
        width: 100%;
    }

    .app_development_service.service_padding {
        padding: 60px 0px;
    }

    .supply_chain_sec .left_part {
        width: 100%;
        order: 2;
        text-align: center;
    }

    .supply_chain_sec .right_part {
        width: 100%;
        order: 1;
        margin-bottom: 50px;
    }

    .supply_chain_sec .right_part .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .supply_chain_sec .left_part .download-link {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .cloud_service .left_part {
        width: 100%;
        margin-bottom: 50px;
    }

    .cloud_service .right_part {
        width: 100%;
    }

    .service_app .inner_part .cards {
        width: calc(33.333% - 7px);
    }

    .service_app .inner_part {
        gap: 15px 10px;
    }

    .technology-stack .left_part {
        width: 100%;
    }

    .technology-stack .right_part {
        border-radius: 0px 35px 35px 35px;
        width: 100%;
    }

    .industry_sec .top-content {
        padding-bottom: 50px;
    }

    .new_hire_sec .right_part {
        width: 100%;
        position: relative;
        order: 1;
        margin-bottom: 50px;
    }

    .new_hire_sec .left_part {
        width: 100%;
        order: 2;
    }

    .app_portfolio .app_heading {
        padding-bottom: 60px;
    }

    .app_portfolio .inner_card {
        padding: 30px 40px 30px 40px;
    }

    .flexible_hiring_sec .hiring-cards {
        width: 48%;
    }

    .other_talent .top-heading {
        padding-bottom: 60px;
    }

    /* .other_talent .slick-arrow {
        top: -10% !important;
    } */

    .greeting_cards .left_tab {
        width: 100%;
        margin-bottom: 100px;
    }

    .greeting_cards .right_content {
        width: 100%;
    }

    .greeting_cards .left_tab::before {
        width: 90%;
    }

    .app_update_sec .details_card .image {
        width: 100%;
        margin-bottom: 30px;
    }

    .app_update_sec .details_card .image img {
        width: 35%;
    }

    .app_update_sec .details_card .content-part {
        width: 100%;
    }

    .choice_slider .inner_part .inner_cards {
        padding: 30px 35px 50px 30px;
    }

    .choice_slider .client-img {
        width: 100%;
        text-align: center;
    }

    .choice_slider .client-img .images {
        margin: 0 auto 10px;
    }

    .choice_slider .right_content {
        text-align: center;
        width: 100%;
    }

    .app_update_sec .growth-part .traffic_details {
        width: 22%;
    }

    .app_update_sec .growth-part {
        border-radius: 20px;
    }

    .choice_slider .right_content ul {
        justify-content: center;
    }

    .choice_slider .slick-arrow.slick-next {
        right: 41.5%;
    }

    .contact_us_form_wrapper.update .left_contents {
        width: 100%;
        padding-right: 0;
        margin-bottom: 50px;
    }

    .contact_us_form_wrapper.update .contact_us_inner_right {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .contact_us_form_wrapper.update .contact_us_inner_right .rotate_img {
        width: 30%;
    }

    /* .industry_sec.new_page .inner_part .slick-arrow {
        top: -10% !important;
    } */
.app_portfolio {
  padding: 40px 0px 38px;
}
.cloud_service {
  padding: 40px 0px;}
    .updated_cta .right_part .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .updated_cta .right_part .image img {
        width: 35%;
    }

    .updated_cta .right_part {
        width: 100%;
        order: 1;
        margin-bottom: 50px;
    }

    .updated_cta .left_part {
        width: 100%;
        order: 2;
        text-align: center;
    }

    .areas_serve .inner_part {
        gap: 10px;
    }

    .areas_serve .austin_card {
        width: calc(33.33% - 13px);
    }

    .invest_custom .left_part {
        width: 100%;
        margin-bottom: 50px;
    }

    .invest_custom .right_part {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .supply_chain_sec .right_part .image img {
        width: 30%;
    }

    .industry_sec.updated_cards .slick-arrow {
        top: -50px !important;
    }
.technology-stack .top-content h2 br{display: none;}
    .client_testimonial .inner_part {
        max-width: 600px;
    }

    .client_testimonial .slick-arrow.slick-prev {
        left: -70px !important;
    }

    .client_testimonial .slick-arrow.slick-next {
        right: -70px !important;
    }

    .advance_tech .right_part {
        width: 100%;
    }

    .advance_tech .left_part {
        width: 100%;
        margin-bottom: 50px;
    }

    .advance_tech {
        padding-bottom: 60px;
    }

    .new_hire_sec .right_part .image img {
        width: 40%;
    }

    .new_hire_sec .right_part .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .new_hire_sec .right_part .animation_images .animate-logo {
        top: 34%;
    }

    /* .industry_sec.button_positions .inner_part .slick-arrow {
        top: -20% !important;
    } */
      .android_tech .tech-images {
    gap: 50px 45px;
  }

}

@media (max-width:767px) {
    .technology-stack.update .right_part {
  padding: 40px 30px 40px 30px;
}
.our_client .btm_part .images {
  width: calc(15% - 23px);
}
.new_hire_sec .left_part h3::before {left: -40px;
  width: 45px;}
  .new_hire_sec .left_part{padding-left: 60px;}
   .android_tech .top-content h2 {
    font-size: 30px;
  }
  .android_tech .top-content p {
    font-size: 15px;
    line-height: 23px;
  }
   .android_tech .tech-images {
    gap: 25px 45px;
  }
    .android_tech .tech-images .tech-icon h5 {
    font-size: 15px;
  }
  .android_tech .tech-images .tech-icon{width: calc(25% - 34px);}
    .upated_banner .left_part h1 {
        margin-bottom: 20px;
        font-size: 40px;
    }

    .upated_banner .left_part ul {
        margin-top: 40px;
    }

    .app_development_service .left_part h2 {
        font-size: 30px;
    }

    .app_development_service.service_padding {
        padding: 50px 0px;
    }

    .app_development_service .left_part p {
        font-size: 15px;
        line-height: 23px;
    }

    .upated_banner .left_part p {
        font-size: 15px;
        line-height: 23px;
    }

    .upated_banner .left_part ul li a {
        font-size: 16px;
    }

    .app_development_service .countes span {
        font-size: 20px;
    }

    .app_development_service h4 {
        font-size: 20px;
    }

    .app_development_service .right_part p {
        font-size: 15px;
        line-height: 23px;
    }

    .app_development_service .right_part {
        padding: 40px 20px 40px 20px;
    }

    .supply_chain_sec .left_part h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .cloud_service .left_part h2 {
        font-size: 30px;
    }

    .cloud_service .left_part p {
        font-size: 15px;
        line-height: 23px;
    }

    .cloud_service .right_part .cloud_conuslting .aws-logo {
        width: 65px;
    }

    .cloud_service .right_part .cloud_conuslting .aws-heading {
        width: calc(100% - 75px);
    }

    .cloud_service .right_part .inner_contents h3 {
        font-size: 20px;
    }

    .service_app .top_content h2 br {
        display: none;
    }

    .service_app .top_content h2 {
        font-size: 30px;
    }

    .service_app .top_content p {
        line-height: 22px;
        font-size: 15px;
    }

    .service_app .inner_part .cards {
        width: calc(50% - 5px);
    }

    .service_app .inner_part {
        gap: 10px;
    }

    .technology-stack {
        padding: 40px 0px 50px;
    }

    .technology-stack .top-content h2 {
        font-size: 30px;
    }

    .technology-stack .top-content p {
        font-size: 15px;
        line-height: 23px;
    }

    .technology-stack .left_part {
        padding: 30px;
    }

    .technology-stack .right_part .inner_forntend {
        padding: 13px 30px 13px 30px;
        width: 100%;
    }

    .technology-stack .right_part {
        padding: 30px;
    }

    .industry_sec .top-content h2 {
        font-size: 30px;
    }

    .industry_sec .top-content p {
        font-size: 15px;
        line-height: 23px;
    }

    .new_hire_sec .top-heading h2 {
        font-size: 30px;
    }

    .new_hire_sec .top-heading p {
        font-size: 15px;
        line-height: 23px;
    }

    .new_hire_sec .top-heading {
        margin-bottom: 30px;
    }

    .new_hire_sec .left_part h3 {
        font-size: 20px;
        line-height: 28px;
    }

    .new_hire_sec .left_part p {
        font-size: 15px;
        line-height: 23px;
    }

    .app_portfolio .app_heading h2 {
        font-size: 30px;
    }

    .app_portfolio .app_heading p {
        font-size: 15px;
        line-height: 23px;
    }

    .app_portfolio.button_update {
        top: -10% !important;
    }

    .app_portfolio .inner_card .right_image {
        width: 100%;
        order: 1;
        margin-bottom: 30px;
    }

    .app_portfolio .inner_card .left_content {
        width: 100%;
        order: 2;
    }
.app_portfolio .inner_card.black{min-height: auto;}
    .app_portfolio .inner_card .right_image .image img {
        width: 60%;
    }

    .app_portfolio .inner_card h2 {
        font-size: 30px;
    }

    .app_portfolio .inner_card p {
        font-size: 15px;
        line-height: 23px;
    }

    .app_portfolio.button_update .slick-arrow {
        top: -7% !important;
    }

    .app_portfolio .inner_card h4 {
        font-size: 20px;
        line-height: 28px;
    }

    .app_portfolio .inner_card ul li::before {
        top: 4px;
        width: 8px;
        height: 8px;
    }

    .app_portfolio .inner_card ul li {
        font-size: 15px;
    }

    .flexible_hiring_sec {
        padding: 40px 0px;
    }

    .flexible_hiring_sec .top-heading h2 {
        font-size: 30px;
    }

    .flexible_hiring_sec .top-heading p {
        font-size: 15px;
        line-height: 23px;
    }

    .flexible_hiring_sec .dedicated-hiring .card_heading h3 {
        font-size: 20px;
        line-height: 24px;
    }

    .flexible_hiring_sec .hiring-cards .btm-content p {
        font-size: 15px;
        line-height: 23px;
    }

    .flexible_hiring_sec .inner_part {
        row-gap: 25px;
    }

    .flexible_hiring_sec .hiring-cards {
        width: 100%;
    }

    .other_talent {
        padding: 40px 0px 50px;
    }

    .other_talent .talent_cards {
        padding: 30px 20px 30px 20px;
    }

    .other_talent .talent_cards .icons {
        height: 60px;
        width: 60px;
        margin-bottom: 20px;
    }

    .other_talent .talent_cards h4 {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .other_talent .talent_cards p {
        font-size: 15px;
        line-height: 23px;
        margin-bottom: 12px;
    }

    .other_talent .top-heading h2 {
        font-size: 30px;
    }

    .other_talent .top-heading p {
        font-size: 15px;
        line-height: 23px;
    }

    .testimonial_sec .top-heading h3 {
        font-size: 30px;
    }

    .testimonial_sec .slider-card .client-details {
        width: 70%;
    }

    .testimonial_sec .slider-card .review-text p {
        font-size: 15px;
        line-height: 23px;
    }

    .testimonial_sec {
        padding: 50px 0px 55px;
    }

    .updated_faq .top-heading h2 {
        font-size: 30px;
    }

    .greeting_cards .right_content h2 {
        font-size: 30px;
    }

    .greeting_cards .right_content p {
        line-height: 23px;
        font-size: 15px;
    }

    .section2.update .build_product p {
        font-size: 15px;
        line-height: 23px;
    }

    .section2.update .build_title h1 {
        line-height: 1.2 !important;
    }

    .app_update_sec {
        padding: 50px 0px 50px;
    }

    .app_update_sec .top-content h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .app_update_sec .top-content p {
        font-size: 15px;
        line-height: 23px;
    }

    .popular_choice .top-content h2 {
        font-size: 30px;
    }

    .popular_choice .top-content p {
        font-size: 15px;
        line-height: 23px;
    }

    .choice_slider .slick-arrow.slick-prev {
        left: 40.5%;
    }

    .contact_us_form_wrapper.update .left_contents h2 {
        font-size: 30px;
    }

    .country_data .right_logo {
        display: none;
    }

    .country_data .heading-top h2 {
        font-size: 30px;
    }

    .country_data .heading-top h2 br {
        display: none;
    }

    .country_data .heading-top {
        width: 100%;
    }

    .country_data .short_contents p {
        font-size: 15px;
        line-height: 23px;
    }

    .country_data .inner_part {
        padding: 30px 20px 25px 20px;
    }

    .country_data .update-details {
        width: calc(100% - 50px);
    }

    .country_data .update-counts {
        width: 50px;
    }

    .country_data h4 {
        font-size: 20px;
    }

    .country_data .update-details p {
        font-size: 15px;
        line-height: 23px;
    }

    .updated_cta .left_part h2 {
        font-size: 30px;
    }

    .updated_cta .left_part p {
        font-size: 16px;
        line-height: 23px;
    }

    .frequently-asked-question.update .title_asked_custom h2 {
        font-size: 30px !important;
    }

    .areas_serve .austin_card {
        width: calc(33.33% - 7px);
    }

    .areas_serve .top-content h2 {
        font-size: 30px;
    }

    .invest_custom .left_part h2 {
        font-size: 30px;
    }

    .invest_custom .left_part p {
        font-size: 15px;
        line-height: 23px;
    }

    .invest_custom .right_part {
        justify-content: center;
    }

    /* .app_portfolio.software_dev_btn .slick-arrow {
        top: -7% !important;
    } */

    .app_portfolio .inner_card {
        padding: 30px 25px 30px 25px;
    }

    .client_testimonial .slick-arrow {
        width: 40px;
        height: 40px;
        background-size: 40px !important;
    }

    .client_testimonial .slick-arrow.slick-prev {
        left: -45px !important;
    }

    .client_testimonial .slick-arrow.slick-next {
        right: -45px !important;
    }

    .client_testimonial .inner_part {
        max-width: 500px;
    }

    .client_testimonial .inner_card .reviews-text p {
        font-size: 15px;
        line-height: 23px;
    }

    .client_testimonial {
        padding: 20px 0px 40px;
    }

    .advance_tech .left_part h2 {
        font-size: 30px;
    }

    .advance_tech .right_part .logo-heading h5 {
        font-size: 22px;
    }

    .advance_tech {
        padding-bottom: 40px;
    }

    .cloud_service .right_part .inner_contents p {
        font-size: 15px;
        line-height: 23px;
    }

    .ourWorkProcess-section.update {
        padding: 40px 0px !important;
    }
     .supply_chain_sec .left_part p {
    font-size: 15px;
    line-height: 23px;
  }
    .technology-stack.update .top-content p {
    font-size: 15px;
    line-height: 23px;
  }

}



@media (max-width:600px) {
    .custom_content_page{margin-top: 60px !important;}


    .upated_banner .left_part h1 {
        font-size: 32px;
    }

    .upated_banner .left_part {
        margin-bottom: 30px;
    }

    .upated_banner .input_divide .input_wrapper {
        width: 100%;
    }

    .upated_banner .right_part .contact_form {
        padding: 30px 20px 30px;
    }

    .upated_banner .captcha-div .copy-txt {
        width: 100%;
    }

    .upated_banner .captcha-div .copy-txt.nda-txt {
        width: 100%;
        margin-top: 15px;
        justify-content: flex-start;
    }

    .upated_banner .direct_contact button {
        min-width: 160px;
        padding: 10px 20px;
    }

    .upated_banner {
        padding: 50px 0px;
    }

    .app_development_service.service_padding {
        padding: 40px 0px;
    }

    .app_development_service .left_part h2 {
        font-size: 24px;
    }

    .app_development_service .left_part {
        margin-bottom: 30px;
    }

    .app_development_service .cmpny_details {
        width: calc(100% - 40px);
    }

    .app_development_service .countes {
        width: 40px;
    }

    .app_development_service h4 {
        font-size: 18px;
    }

    .supply_chain_sec .right_part .image img {
        width: 40%;
    }

    .supply_chain_sec .right_part {
        margin-bottom: 30px;
    }

    .supply_chain_sec .left_part h3 {
        font-size: 20px;
        line-height: 28px;
    }

    .btn_one {
        padding: 12px 15px 12px 20px;
    }

    .cloud_service {
        padding: 40px 0px;
    }

    .cloud_service .left_part h2 {
        font-size: 24px;
    }

    .cloud_service .left_part {
        margin-bottom: 30px;
    }

    .cloud_service .right_part .cloud_conuslting .aws-logo {
        width: 55px;
    }

    .cloud_service .right_part .inner_contents h3 {
        font-size: 18px;
    }

    .cloud_service .right_part .cloud_conuslting .aws-heading {
        width: calc(100% - 65px);
    }

    .service_app .top_content h2 {
        font-size: 24px;
    }

    .service_app .top_content {
        margin-bottom: 30px;
    }

    .service_app .inner_part .cards {
        width: 100%;
    }

    .technology-stack .top-content h2 {
        font-size: 24px;margin-bottom: 10px;
    }

    .technology-stack .left_part ul li {
        font-size: 16px;
        padding: 13px 0px 13px 0px;
    }

    /* .technology-stack .left_part {
        border-radius: 20px;
    } */

    .technology-stack .right_part .update-icon img {
        width: 70%;
    }

    .technology-stack .right_part .inner_forntend {
        padding: 10px 20px 10px 20px;
    }

    .technology-stack .right_part .heading-content h6 {
        font-size: 16px;
    }

    .industry_sec .top-content h2 {
        font-size: 24px;
    }

    .industry_sec .slick-arrow {
        width: 40px;
        height: 40px;
        background-size: 40px !important;
    }

    .industry_sec .slick-next {
        display: block !important
    }

    .industry_sec .slick-arrow.slick-prev {
        right: 45px !important;
    }

    .new_hire_sec .top-heading h2 {
        font-size: 24px;
    }

    .new_hire_sec .right_part .image img {
        width: 100%;
    }

    .new_hire_sec .right_part {
        margin-bottom: 30px;
    }

    .app_portfolio {
        padding: 40px 0px 38px;
    }

    .app_portfolio .app_heading h2 {
        font-size: 24px;
    }

    .app_portfolio.button_update .slick-arrow {
        display: block !important;
    }

    .app_portfolio .slick-arrow {
        width: 40px;
        height: 40px;
        background-size: 40px !important;
    }

    .app_portfolio .slick-arrow.slick-prev {
        right: 58px !important;
    }

    .app_portfolio .inner_card .right_image .image img {
        width: 80%;
    }

    .app_portfolio .inner_card h2 {
        font-size: 24px;
    }

    .app_portfolio .inner_card {
        border-radius: 24px;
    }

    .flexible_hiring_sec .top-heading h2 {
        font-size: 24px;
    }

    .flexible_hiring_sec .dedicated-hiring .card_heading h3 {
        font-size: 18px;
        line-height: 22px;
    }

    .other_talent .top-heading h2 {
        font-size: 24px;
    }

    .other_talent .talent_cards {
        border-radius: 20px;
    }

    .other_talent .slick-arrow {
        display: block !important;
        width: 40px;
        height: 40px;
        background-size: 40px !important;
    }

    .other_talent .slick-arrow.slick-prev {
        right: 50px !important;
    }

    .testimonial_sec {
        padding: 40px 0px;
    }

    .testimonial_sec .slider-card {
        padding: 25px 15px;
    }

    .testimonial_sec .slider-card .client-details {
        width: 100%;
        margin-bottom: 15px;
    }

    .testimonial_sec .slider-card .client_rating {
        width: 100%;
    }

    .testimonial_sec .top-heading h3 {
        font-size: 24px;
        margin-bottom: 5px;
    }

    .testimonial_sec .slider-card .top-content {
        margin-bottom: 0;
    }

    .updated_faq {
        padding: 40px 0px;
    }

    .updated_faq .top-heading h2 {
        font-size: 24px;
    }

    .greeting_cards {
        padding: 50px 0px;
    }

    /* .greeting_cards .left_tab .inner_items:hover{display: none;} */
    .greeting_cards .left_tab::before {
        width: 100%;
        left: 0;
    }

    .greeting_cards .left_tab .inner_items .review_star {
        justify-content: center;
    }

    .greeting_cards .left_tab .inner_items .content p {
        text-align: center;
    }

    .greeting_cards .left_tab .inner_items .content h5 {
        text-align: center;
    }

    .greeting_cards .left_tab .inner_items .content {
        width: 100%;
    }

    .greeting_cards .left_tab .inner_items {
        justify-content: center;
        align-items: center;
    }

    .greeting_cards .left_tab ul li {
        margin-bottom: 10px;
    }

    .greeting_cards .left_tab ul li:last-child {
        margin-bottom: 0px;
    }

    .greeting_cards .right_content h2 {
        font-size: 24px;
    }

    .app_update_sec .top-content h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .app_update_sec .top-content {
        margin-bottom: 30px;
    }

    .app_update_sec .details_card .image img {
        width: 50%;
    }

    .app_update_sec .growth-part {
        padding: 20px 15px;
    }

    .app_update_sec .growth-part .traffic_details {
        width: 43%;
        padding-right: 0;
        margin-right: 0;
    }

    .app_update_sec .growth-part {
        gap: 10px;
    }

    .app_update_sec .growth-part .traffic_details::after {
        display: none;
    }

    .app_update_sec .growth-part .traffic_details h2 {
        font-size: 24px;
    }

    .app_update_sec .slick-arrow {
        width: 40px;
        height: 40px;
        background-size: 40px !important;
    }

    .app_update_sec .slick-arrow {
        display: block !important;
    }

    .app_update_sec .slick-arrow.slick-prev {
        right: 45px !important;
    }

    .popular_choice .top-content h2 {
        font-size: 24px;
    }

    .choice_slider ul.slick-dots li {
        width: 40px;
    }

    .choice_slider .slick-arrow {
        width: 40px;
        height: 40px;
        background-size: 40px !important;
    }

    .choice_slider .inner_part .inner_cards {
        padding: 20px 15px 40px 15px;
    }

    .choice_slider ul.slick-dots {
        bottom: 10px;
    }

    .choice_slider .inner_part .inner_cards {
        gap: 15px;
    }

    .choice_slider .slick-arrow {
        display: block !important;
        bottom: -80px;
    }

    .choice_slider {
        padding: 36px 0px 70px;
    }

    .choice_slider .slick-arrow.slick-prev {
        left: 35.5%;
    }

    .contact_us_form_wrapper.update .left_contents h2 {
        font-size: 24px;
    }

    .contact_us_form_wrapper.update .contact_us_inner_right .rotate_img {
        width: 50%;
    }

    .contact_us_form_wrapper.update {
        padding: 50px 0px 50px;
    }

    .country_data .heading-top h2 {
        font-size: 24px;
    }

    .country_data .update-details {
        width: calc(100% - 45px);
    }

    .country_data .update-counts {
        width: 45px;
    }

    .updated_cta .right_part .image img {
        width: 50%;
    }

    .updated_cta .left_part h2 {
        font-size: 24px;
    }

    .frequently-asked-question.update .title_asked_custom h2 {
        font-size: 24px !important;
    }

    .areas_serve .austin_card {
        width: calc(50% - 5px);
    }

    .invest_custom .left_part h2 {
        font-size: 24px;
    }

    .supply_chain_sec .right_part .image img {
        width: 50%;
    }

    .industry_sec.updated_cards .industries_cards {
        min-height: 405px;
    }

    .technology-stack .left_part ul li span {
        min-width: 25px;
    }

    .technology-stack.update .right_part {
        padding: 30px 15px 30px 25px;
    }

    .technology-stack.update .right_part .tech-icons {
        width: 80px;
        height: 80px;
    }

    .technology-stack.update .right_part .tech-icons {
        margin: 0 auto 15px;
    }

    .technology-stack.update .right_contentes {
        text-align: center;
    }

    .app_portfolio .slick-arrow {
        display: block !important;
    }

    .app_portfolio .inner_card .btn-box .btn_two {
        min-width: 100%;
        font-size: 16px;
    }

    .app_portfolio .inner_card {
        border-radius: 20px;
    }

    .client_testimonial .inner_card .blank-img {
        width: 80px;
        height: 80px;
    }

    /* .client_testimonial .slick-arrow {display: none;} */
    .app_development_service .right_part {
        border-radius: 24px;
    }
    .our_client .btm_part{gap: 20px;}
.our_client .btm_part .images{width: calc(25% - 15px);}
.invest_custom {
  padding: 40px 0px;
}
.invest_custom h4{font-size: 18px;}
.global-dot ul {
  padding-left: 15px;
}
.global-dot ul li{font-size: 15px;}
.global-dot ul li::before {left: -15px;width: 5px;
  height: 5px;}
.our_client .top-heading h6{line-height: 24px;}
.invest_custom .left_part{margin-bottom: 35px;}
.client_testimonial .slick-arrow.slick-prev{left: 37% !important;
    bottom: -68px;
    top: unset !important;}
.client_testimonial .slick-arrow.slick-next{right: 37% !important;
    display: block !important;
    bottom: -68px !important;
    top: unset !important;}
.client_testimonial .inner_card{padding: 15px 0px;}
.advance_tech{padding-top: 40px;}
.advance_tech .right_part .logo-heading {
  width: calc(100% - 92px);
}
.advance_tech .right_part .top-content{gap: 15px;margin-bottom: 15px;}
  .advance_tech .right_part .logo-heading h5 {
    font-size: 20px;
  }
 .android_tech .tech-images .tech-icon {
    width: calc(34% - 34px);
  }
  .greeting_cards .left_tab .inner_items:hover{background: transparent;}
  .greeting_cards .left_tab .inner_items:hover::after {background: transparent;}


}