p { font-weight: 300; } body, code, html, kbd, pre, samp { font-family: "Product Sans", Arial, sans-serif; } h1, h2, h3, h4, h5, h6 { margin-top: 0; } ol, ul { list-style: none; } a { text-decoration: none !important; } .newfont { font-family: "Product Sans"; } .usabanner { padding: 210px 0 0; position: relative; background-position: center; background-repeat: no-repeat; background-size: cover; } .usabanner::after { position: absolute; content: ""; top: 0; left: 0; right: 0; bottom: 0; height: 100%; width: 100%; background-color: #000; opacity: 0.8; } .usabanner .container { z-index: 1; position: relative; } .usabannercontent h1 { color: #fff; font-size: 40px; font-weight: 700; margin-bottom: 14px; line-height: 56px; } .usabannercontent p { color: #fff; font-size: 18px; line-height: 29px; margin-bottom: 12px; } .usabannercontent h1 span { color: #0080ff; } .usabannerinner { margin-top: 20px; } .usabannerinner span { color: #fff; font-size: 18px; position: relative; padding-left: 25px; margin-right: 18px; font-weight: 300; } .usabannerinner span::after { position: absolute; content: ""; top: 2px; left: 0; right: 0; bottom: 0; height: 16px; width: 16px; background-color: #0080ff; border-radius: 30px; } .usaform form .form-group .form-control { background-color: transparent; border-radius: 0; height: 50px; padding: 14px 0; resize: none; color: #fff; font-size: 16px; box-shadow: unset; border: 0; border-bottom: 2px solid #fff; } .usaform form .form-group .form-control::placeholder { color: #fff; } .usaform form .form-group textarea.form-control { height: 100px; } .usaform form .form-group::after { position: absolute; content: ""; bottom: 0; height: 2px; background-color: #1a81ff; width: 20%; left: 0; transition: 0.3s ease-in-out; } .usaform form .form-group { margin-bottom: 15px; position: relative; } .usaform { backdrop-filter: blur(20px); padding: 30px 40px 20px; border-radius: 20px; position: relative; background: radial-gradient(circle at 30% 30%, rgba(15, 76, 129, 0.8), #000c1a); } .usaform h2 { color: #fff; font-weight: 700; font-size: 30px; margin-bottom: 20px; text-align: center; margin-top: 10px; } .usaform h2 span { color: #0080ff; font-size: 30px; } .usaform form .form-group:has(input:focus)::after { width: 100%; } .usaform form .form-group:last-child::after { display: none; } .formbtn { background: #1a81ff; color: #fff !important; font-weight: 600; text-transform: uppercase; border-radius: 7px; padding: 16px 20px; display: flex; font-size: 16px; transition: 0.5s all; box-shadow: 0 0 20px #0000002e; justify-content: center; text-align: center; border: 0; width: 100%; margin-top: 25px; } .partnericon { height: 120px; overflow: hidden; position: relative; width: 100%; max-width: 100%; display: flex; backdrop-filter: blur(7px); align-items: center; z-index: 2; margin-top: 60px; } .partnericon_main { display: flex; position: absolute; white-space: nowrap; will-change: transform; animation: 35s linear infinite client-marquee; align-items: center; } .partner_img { width: 120px; margin: 0 20px; text-align: center; display: flex; align-items: center; justify-content: center; } .partner_img img { filter: brightness(0) invert(1); aspect-ratio: 3 / 2; height: 100%; width: 100%; object-fit: contain; } .formbgchange { background-color: #0000007d; border-radius: 20px 20px 0 0; padding: 20px 30px; margin: 25px -10px -20px; } @keyframes client-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } } .lazyload { display: block; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 0.5s; } .newbtn_design { background: #0080ff; color: #fff !important; font-size: 16px; line-height: 24px; font-weight: 600; height: 60px; display: inline-flex; align-items: center; justify-content: center; border-radius: 20px; padding: 5px 60px 5px 25px; transition: 0.3s ease-in-out; position: relative; border: 0; } .newbtn_design img, .newbtn_white img { max-width: 20px; position: absolute; right: 22px; animation: 1s infinite wobble; transition: 0.5s; } .newbtn_design:hover img, .newbtn_design_white:hover img, .newbtn_white:hover img { right: calc(100% - 50px); } .newbtn_design:hover, .newbtn_design_white:hover, .newbtn_white:hover { padding: 5px 25px 5px 60px; } .newbtn_design_white { background: #fff; color: #0080ff !important; font-size: 16px; line-height: 24px; font-weight: 600; height: 60px; display: inline-flex; align-items: center; justify-content: center; border-radius: 20px; padding: 5px 60px 5px 25px; transition: 0.3s ease-in-out; position: relative; border: 0; } .newbtn_design_white img { max-width: 20px; position: absolute; right: 22px; animation: 1s infinite wobble; transition: 0.5s; filter: invert(35%) sepia(100%) saturate(7471%) hue-rotate(197deg) brightness(100%) contrast(101%); } .newbtn_design_white:hover { padding: 5px 25px 5px 60px; } @keyframes wobble { 0%, 100% { transform: none; } 15% { transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); } 30% { transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); } 45% { transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); } 60% { transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); } 75% { transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); } } @-webkit-keyframes wobble { 0%, 100% { -webkit-transform: none; } 15% { -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); } 30% { -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); } 45% { -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); } 60% { -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); } 75% { -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); } } .usabannerbtns a:first-child { color: #fff; font-size: 18px; display: inline-flex; align-items: center; margin-right: 36px; border-right: 1px solid #f2f2f2ed; padding: 6px 26px 6px 0; } .usabannerbtns { display: flex; margin-top: 20px; align-items: center; } .usabannerbtns a:first-child img { margin-right: 10px; animation: 1s infinite wobble; max-width: 27px; } .headingmain h2 { font-weight: 700; font-family: "Product Sans"; font-size: 36px; margin-bottom: 15px; line-height: 48px; } .heading_center { text-align: center; } .heading_light h2, .heading_light p { color: #fff; } .heading_dark h2, .heading_dark p { color: #08223a; } .headingmain p { font-weight: 400; font-size: 18px; margin: 0; line-height: 30px; } .headingmain { margin-bottom: 30px; } .py { padding: 34px 0 !important; } .usernumber_main { display: flex; border: 0; border-radius: 20px; overflow: hidden; background-color: #fff; } .usernumber_box { width: 20%; text-align: center; padding: 20px 20px; border-right: 1px solid #b3c8c8; height: 280px; display: flex; align-items: center; justify-content: center; } .usernumber_box img { max-width: 60px; transition: 0.3s ease-in-out; } .usernumber_count { color: #041527; margin: 26px 0 6px; font-weight: 700; font-size: 38px; display: flex; justify-content: center; } .usernumber_box:hover img { transform: rotateY(360deg); } .usernumber_box .spanuse { color: #041527; font-size: 16px; line-height: 34px; margin: 0; font-weight: 600; padding: 0; display: block; } .bg-black { background-color: #000; } .topnotch_main { display: flex; flex-wrap: wrap; } .topnotchhead { bottom: 0; z-index: 2; width: 100%; padding: 16px 10px; transition: 0.3s ease-in-out; text-align: center; left: 0; right: 0; margin: 0 auto; position: absolute; background-color: #fff; } .topnotchhead h3 { font-weight: 700; color: #08223a; font-size: 20px; margin-bottom: 0; line-height: 24px; } .topnotchbox > img { height: 460px; width: 100%; object-fit: cover; border-radius: 10px; position: relative; z-index: 0; } .topnotchbox { position: relative; border-radius: 20px; width: 32%; height: auto; margin-bottom: 30px; margin-right: 15px; overflow: hidden; } .topnotchinner { padding: 20px 16px; background-color: #1a81ff; border-radius: 0; width: 100%; z-index: 1; overflow-x: hidden; overflow-y: auto; height: 404px; left: 0; right: 0; margin: 0 auto; position: absolute; bottom: -100%; transition: 0.3s ease-in-out; } .topnotchinner::-webkit-scrollbar { display: none; } .topnotchbox:hover .topnotchinner { bottom: 56px; } .topnotchinner p { color: #fff; font-size: 17px; margin-bottom: 0; line-height: 26px; } .topnotchbox .interlink_update { color: #000 !important; font-weight: 900; font-style: italic; } .interlink_dark { color: #000 !important; font-weight: 700; font-weight: 900; font-style: italic; } .topnotchinner ul { padding-left: 0; margin-top: 14px; color: #fff; } .topnotchinner ul li { margin-bottom: 3px; position: relative; padding-left: 22px; } .topnotchinner ul li::after { content: ""; position: absolute; right: 0; height: 12px; width: 12px; background-color: #ffffff; border-radius: 30px; top: 6px; left: 0; } .tg_gredient { background: linear-gradient(0deg, #1a81ff 0, #000 100%) !important; } .tg_gredient1 { background: linear-gradient(180deg, #1a81ff 0, #000 100%) !important; } .usernumber { padding-top: 50px !important; } .usactamain { background-color: #fff; border-radius: 20px; padding: 30px 0; display: flex; position: relative; } .usactacontent h2 { color: #08223a; font-size: 32px; line-height: 42px; font-weight: 700; margin-bottom: 10px; text-transform: capitalize; } .usactaimg img { max-width: 351px; margin: -74px 0 -30px -30px; } .usactacontent { padding: 0 40px; width: 70%; } .usactaimg { width: 30%; } .usactacontent h3 { color: #1a81ff; font-size: 28px; line-height: 40px; font-weight: 700; margin-bottom: 10px; text-transform: capitalize; } .usactacontent p { color: #08223a; font-size: 18px; line-height: 28px; margin-bottom: 20px; font-weight: 400; } .headingmain span { font-weight: 600; font-size: 22px; display: block; margin-bottom: 6px; color: #ffffff; font-style: italic; } .offersolutions_tabs { border-radius: 20px; overflow: hidden; display: flex; } .offersolutions_tabs .nav-tabs { width: 40%; padding: 30px; border: 0; background-color: #eef3ff; height: 575px; overflow-y: auto; } .offersolutions_tabs .nav-tabs::-webkit-scrollbar { display: none; } .offersolutions_tabs .nav-tabs li button { display: flex; align-items: center; justify-content: flex-start; padding: 20px; font-size: 18px; font-weight: 700; border: 0 !important; background-color: #fff; border-radius: 20px; margin-bottom: 20px; color: #08223a !important; cursor: pointer !important; text-align: left; width: 100%; } .offersolutions_tabs .nav-tabs li.active button { background-color: #1a81ff; color: #fff !important; } .offersolutions_tabs .nav-tabs li.active button img { filter: brightness(50); } .offersolutions_tabs .tab-content { width: 60%; } .offersolutions_tabs .nav-tabs li button img { max-width: 45px; margin-right: 12px; } .offersolutions_box img { height: 100%; width: 100%; object-fit: cover; } .offersolutions_inner { position: absolute; top: 50%; left: 0; right: 0; margin: 0 auto; width: 100%; z-index: 2; padding: 44px 50px; transform: translateY(-50%); } .un_servicesico { max-width: 50px; margin-bottom: 15px; filter: brightness(60.5); } .offersolutions_inner h3 { font-size: 22px; font-weight: 700; line-height: 34px; color: #ffff; margin-bottom: 10px; } .offersolutions_inner p { font-size: 18px; line-height: 28px; font-weight: 300; color: #fff; } .offersolutions_inner ul { margin-top: 15px; padding: 0; } .offersolutions_inner ul li { position: relative; font-size: 18px; font-weight: 300; color: #fff; margin-bottom: 7px; padding-left: 23px; } /* .offersolutions_box::after { position: absolute; content: ''; bottom: 0; left: 0; height: 100%; width: 100%; background: linear-gradient(180deg, rgba(196, 196, 196, 0) 0, #000 50%); } */ .offersolutions_box { overflow: hidden; height: 575px; width: 100%; position: relative; border-radius: 0; background-color: #ffffff14; } .offersolutions_inner ul li::after { position: absolute; top: 5px; right: 0; height: 12px; width: 12px; background-color: #fff; border-radius: 30px; bottom: 0; left: 0; content: ""; } .offersolutions_tabs .nav-tabs li { width: 100%; } .hiredeveloper .headingmain { background-color: #ffff; border-radius: 20px; box-shadow: 0 0 350px #ffffff00; padding: 34px 30px; margin: 0; } .hiredeveloper_box { background-color: #ffffff14; border-radius: 20px; padding: 30px 20px; transition: 0.3s ease-in-out; box-shadow: 0 0 350px #ffffff00; } .hiredeveloper_box:hover { background-color: #fff; } .hiredeveloper_box:hover p, .hiredeveloper_box:hover h3 { color: #08223a; } .hiredeveloper_box img { max-width: 50px; margin-bottom: 15px; filter: brightness(50); transition: 0.3s ease-in-out; } .hiredeveloper_box:hover img { filter: unset; } .hiredeveloper_box h3 { color: #fff; font-size: 22px; margin-bottom: 10px; transition: 0.3s ease-in-out; font-weight: 700; line-height: 28px; } .hiredeveloper_box p { color: #fff; font-size: 18px; margin-bottom: 0; transition: 0.3s ease-in-out; line-height: 28px; } .hiredeveloper .row { display: flex; flex-wrap: wrap; } .hiredeveloper .row .col-md-4 { display: flex; margin-bottom: 30px; } .hiredeveloper .headingmain .newbtn_design { margin-top: 15px; } .hiredeveloper .row .col-md-4:first-child { width: 42%; } .hiredeveloper .row .col-md-4:nth-child(2), .hiredeveloper .row .col-md-4:nth-child(3) { width: 29%; } .hiredeveloper .row .col-md-4:nth-child(4), .hiredeveloper .row .col-md-4:nth-child(5), .hiredeveloper .row .col-md-4:nth-child(6) { margin-bottom: 30px; } .usaindustry_tabs .nav-tabs { width: 40%; border: 0; height: 470px; overflow-y: auto; padding: 0 4px; } .usaindustry_tabs .nav-tabs::-webkit-scrollbar { width: 10px; } .usaindustry_tabs .nav-tabs::-webkit-scrollbar-track { background: #ffff; border-radius: 10px; } .usaindustry_tabs .nav-tabs::-webkit-scrollbar-thumb { background: #1a81ff; border-radius: 10px; } .usaindustry_tabs { display: flex; } .usaindustry_tabs .tab-content { width: 60%; padding-left: 40px; } .usaindustry_tabs .nav > li.active > button { background-color: #fff; border: 2px solid #fff; color: #08223a; } .usaindustry_tabs .nav > li.active > button img { filter: invert(35%) sepia(100%) saturate(7471%) hue-rotate(197deg) brightness(100%) contrast(101%); } .usaindustry_tabs .nav > li > button { border: 2px solid #fff; outline: 0; color: #fff; display: flex; align-items: center; font-size: 20px; background-color: transparent; border-radius: 20px; height: 100px; background-color: transparent; font-weight: 700; padding: 10px 28px; cursor: pointer !important; width: 100%; text-align: left; } .usaindustry_tabs .nav > li > button img { max-width: 56px; margin-right: 15px; filter: brightness(60.5); } .usaindustry_tabs .nav > li { width: 100%; margin-bottom: 20px; } .usaindustrymain { width: 100%; border: 1px solid #f2f2f240; border-radius: 20px; padding: 50px 40px; background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(12px); } .usaindustrymain h3 { font-size: 22px; font-weight: 600; line-height: 38px; color: #ffff; margin-bottom: 10px; } .usaindustrymain p { font-size: 18px; line-height: 28px; font-weight: 300; color: #fff; margin-bottom: 15px; } .bestsuit p { font-size: 16px; padding-left: 24px; position: relative; margin-bottom: 4px; } .bestsuit p::after { position: absolute; right: 0; height: 12px; width: 12px; background-color: #0080ff; border-radius: 30px; top: 8px; left: 0; content: ""; } .usaindustryico { max-width: 65px; margin-bottom: 20px; filter: brightness(30.5); } .interlink_update { color: #1a81ff !important; font-weight: 900; font-style: italic; } .usalatesttech_btns .btntech span { display: inline-flex; align-items: center; height: 30px; width: 30px; background: #fff; border-radius: 50px; color: #0080ff; justify-content: center; font-weight: 700; margin-right: 9px; font-size: 15px; } .usalatesttech_btns .btntech { padding: 18px 22px; margin-right: 20px; border-radius: 10px; font-size: 20px; transition: 0.3s ease-in-out; background-color: #ffffff14; box-shadow: 0 0 350px #ffffff00; color: #fff; font-weight: 700; outline: 0; cursor: pointer; } .usalatesttech_btns .btntech.active { background-color: #fff; color: #0080ff; } .usalatesttech_btns .btntech.active span { background-color: #0080ff; color: #fff; } .usalatesttechsinner { display: flex; align-items: center; margin: 40px 0 30px; background: #ffff; padding: 30px; border-radius: 20px; } .usalatesttechscontent h3 { color: #08223a; font-size: 26px; line-height: 36px; font-weight: 700; margin-bottom: 12px; } .usalatesttechscontent p { font-size: 18px; line-height: 29px; font-weight: 300; margin-top: 8px !important; color: #08223a; } .usalatesttechscontent li { position: relative; padding-left: 20px; } .usalatesttechscontent li::after { position: absolute; right: 0; height: 12px; width: 12px; background-color: #0080ff; border-radius: 30px; top: 8px; left: 0; content: ""; } .usalatesttechscontent { width: 50%; padding: 0 100px 0 30px; } .usalatesttechsimg { width: 50%; text-align: center; height: 440px; overflow: hidden; display: flex; align-items: center; justify-content: center; border-radius: 14px; } .usalatesttechslider .slick-next, .usalatesttechslider .slick-prev { text-indent: -9999px; padding: 0; position: absolute; margin: 0 auto; bottom: auto; z-index: 3; overflow: hidden; width: 50px !important; height: 50px !important; border: 0; background-color: transparent; display: flex; align-items: center; } .usalatesttechslider .slick-prev { right: auto; left: 10px; top: 50%; transform: translateY(-50%) scale(-1); } .usalatesttechslider .slick-next { right: 10px; left: auto; top: 50%; transform: translateY(-50%); } .usalatesttechslider .slick-next::after, .usalatesttechslider .slick-prev::after { position: absolute; content: ""; background-image: url(../images/common_icons/arrow_icn.webp); background-repeat: no-repeat; background-position: center; background-size: 23px; border: 2px solid #fff; border-radius: 50px; width: 50px; height: 50px; background-color: #fff; } .quote_usatestimonial img { max-width: 40px; } .usatestimonial_video { position: relative; border-radius: 8px; overflow: hidden; width: 30%; height: 450px; } .usatestimonial_slider { width: 70%; padding-left: 10px; } .usatestimonial_video > img { max-width: 100%; height: 100%; object-fit: cover; width: 100%; } .usatestimonial_video:after { content: ""; display: block; position: absolute; left: 0; top: 0; opacity: 1; width: 100%; height: 100%; z-index: 1; background: linear-gradient(to bottom, rgba(50, 87, 153, 0.3) 0, rgba(32, 124, 202, 0.4) 70%, rgba(0, 0, 0, 0.8) 100%); } .clients_usatestimonials_main { display: flex; margin-bottom: 50px; } .usatestimonial_video .Video_btn { z-index: 2; } .papularapps_icons img, .quote_usatestimonial img { max-width: 40px; } .usatestimonial_content p { font-size: 17px; line-height: 25px; font-weight: 400; color: #08223a; margin: 0; } .usatestimonialbottom { display: flex; align-items: center; margin-top: 20px; } .usatestimonialprofile { display: flex; align-items: center; justify-content: center; border-radius: 10px; overflow: hidden; height: 60px; width: 60px; margin-right: 16px; } .usatestimonialbottom h3 { color: #08223a; font-weight: 700; font-size: 18px; margin-bottom: 4px; line-height: 22px; display: block; } .usatestimonialbottom h4 { color: #0080ff; font-size: 14px; font-weight: 400; margin-bottom: 5px; } .usatestimonialbottom h5 { color: #000; margin: 0; font-size: 14px; } .usatestimonial_content { height: 269px; overflow-y: auto; overflow-x: hidden; } .usatestimonial_content::-webkit-scrollbar { display: none; } .Video_btn { color: #fff !important; border-radius: 50px; font-size: 30px; animation-name: pulsewala1; animation-duration: 1.5s; animation-timing-function: ease-out; animation-iteration-count: infinite; margin: 0 auto; display: flex; right: 0; position: absolute; left: 0; text-align: center; width: 80px; height: 80px; background-color: #0080ff; align-items: center; justify-content: center; top: 50%; transform: translateY(-50%); } .Video_btn img { filter: brightness(20.5); } .usatestimonialprofile img { height: 100%; width: 100%; object-fit: cover; } @keyframes pulsewala1 { 0% { box-shadow: 0 0 0 0 #89beff; } 80% { box-shadow: 0 0 0 14px #5e9de9; } } .usatestimonial_main { display: flex; margin-bottom: 0; } .usatestimonial_box { position: relative; z-index: 1; background: #fff; padding: 17px; margin: 6px 14px 4px; border-radius: 8px; box-shadow: 1px 0 0 3px rgb(123 149 162 / 15%); } .usatestimonial_slider { width: 70%; padding-left: 10px; } .quote_usatestimonial { margin-bottom: 20px; } .usatestimonial_slider .slick-prev { right: 0; left: -74px; bottom: -90px; transform: translateY(-50%) scale(-1); } .usatestimonial_slider .slick-next { right: -86px; left: 0; bottom: -90px; transform: translateY(-50%); } .usatestimonial_slider .slick-next::after, .usatestimonial_slider .slick-prev::after { position: absolute; content: ""; background-image: url(../images/common_icons/arrow_icn.webp); background-repeat: no-repeat; background-position: center; background-size: 23px; border: 2px solid #000; border-radius: 14px; width: 50px; height: 50px; background-color: #fff; } .usatestimonial_slider .slick-next, .usatestimonial_slider .slick-prev { text-indent: -9999px; padding: 0; position: absolute; margin: 0 auto; z-index: 3; overflow: hidden; width: 50px !important; height: 50px !important; border: 0; background-color: transparent; display: none !important; align-items: center; } .aboutproject_portfolio { position: relative; z-index: 1; width: 65%; } .aboutprojects span { font-size: 15px; font-weight: 500; line-height: 21px; color: #2e3b5b; display: block; margin-bottom: 6px; } .aboutprojects strong { font-size: 15px; font-weight: 600; line-height: 21px; color: #2e3b5b; display: block; margin-bottom: 0; } .aboutprojects { margin-right: 30px; } .casestudy_btn a { color: #2e3b5b; border: 1.35px solid #2e3b5b; transition: 0.5s; font-size: 17.49px; font-weight: 600; line-height: 26.24px; text-align: left; height: 52px; display: inline-flex; align-items: center; justify-content: center; border-radius: 12px; padding: 0 20px; } .casestudy_btn a img { margin-left: 15px; transition: 0.3s; max-width: 28px; } .casestudy_btn a:hover { background-color: #2e3b5b; color: #fff; } .casestudy_btn a:hover img { filter: brightness(20.5); margin-left: 20px; } button { outline: 0 !important; } .usaengagementmodelbox { background: #fff; border-radius: 20px; padding: 30px 20px; width: 100%; position: relative; transition: 0.3s ease-in-out; margin: 0 10px; } .usaengagementmodelbox h3 { font-weight: 700; font-size: 22px; color: #08223a; margin-bottom: 15px; } .usaengagementmodelbox p { color: #08223a; font-size: 18px; line-height: 27px; margin-bottom: 20px; min-height: 200px; } .usaengagementmodelbox ul { background-color: #f2f2f2; padding: 16px 20px 16px 40px; border-radius: 20px; min-height: 160px; } .usaengagementmodelbox ul li::after { position: absolute; content: ""; top: 8px; left: -21px; right: auto; bottom: 0; height: 12px; width: 12px; background-color: #0080ff; border-radius: 30px; } .usaengagementmodelbox li { position: relative; } .usaengagementmodelbox li p { text-align: left; margin-bottom: 6px; min-height: auto; } .usaengagementmodelbox span { margin-bottom: 18px; display: block; } .usaengagementmodelbox span img { max-width: 50px; } .usaengagementmodelbox .newbtn_design { width: 100%; justify-content: flex-start; margin-top: 20px; } .usaengagementslider .slick-next, .usaengagementslider .slick-prev { text-indent: -9999px; padding: 0; position: absolute; margin: 0 auto; bottom: auto; z-index: 3; overflow: hidden; width: 50px !important; height: 50px !important; border: 0; background-color: transparent; display: flex; align-items: center; } .usaengagementslider .slick-prev { right: auto; left: -70px; top: 50%; transform: translateY(-50%) scale(-1); } .usaengagementslider .slick-next { right: -70px; left: auto; top: 50%; transform: translateY(-50%); } .usaengagementslider .slick-next::after, .usaengagementslider .slick-prev::after { position: absolute; content: ""; background-image: url(../images/common_icons/arrow_icn.webp); background-repeat: no-repeat; background-position: center; background-size: 23px; border: 2px solid #fff; border-radius: 50px; width: 50px; height: 50px; background-color: #fff; } .usaportfolioright .img-bx img { position: absolute; left: -120px; top: 50%; transform: translateY(-50%); max-height: 460px; } .usaportfolioright { height: 500px; width: 50%; object-fit: cover; position: relative; border-radius: 0 30px 30px 0; } .usaportfolioright { background-position: center; background-size: 100%; background-repeat: no-repeat; } .usaportfolioleft { display: flex; width: 77%; gap: 20px; background-color: #fff; padding: 30px 25px; border-radius: 30px 0 0 30px; height: 500px; } .usaportfolioslide { margin-bottom: -120px; } .usaportfolioleft .casestudy_btn { margin-bottom: 20px; } .available_btns { display: flex; } .available_btns a { margin-right: 10px; } .usastandout table { width: 100%; box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px; position: relative; z-index: 1; } .usastandout tr:nth-child(odd) { background-color: #fff; color: #08223a; } .usastandout tr .cls { background-color: #0080ff; position: relative; border-bottom: none; color: #fff; } .usastandout td { font-size: 16px; font-weight: 600; } .usastandout td, .usastandout th { border: 1px solid #e0e0e0; padding: 16px 20px; text-align: center; } .usastandout table img { max-width: 25px; } .usastandout .newbtn_design { margin-top: 10px; border-radius: 10px; font-size: 15px; height: 52px; } .usastandout tr:nth-child(2n) { background-color: #08223a; color: #fff; } .usabusinessgrowth .headingmain p { margin-bottom: 15px; } .usabusinessgrowth_box { background-color: #ffffff14; border-radius: 20px; padding: 30px 20px; transition: 0.3s ease-in-out; box-shadow: 0 0 350px #ffffff00; width: 24%; margin: 0 5px 0; } .usabusinessgrowth_box img { max-width: 50px; margin-bottom: 15px; } .usabusinessgrowth_box h3 { color: #fff; margin-bottom: 12px; } .usabusinessgrowth_box h3 .usernumber_count { color: #fff; font-size: 28px; justify-content: flex-start; margin: 0; } .usabusinessgrowth_box p { color: #fff; } .usabusinessgrowth_box p { color: #fff; margin: 0; font-size: 17px; } .usabusinessgrowthmain { display: flex; flex-wrap: wrap; justify-content: center; } .usamap { border-radius: 20px; overflow: hidden; } .usaofficeaddress h3 img { max-width: 40px; filter: brightness(10.5); margin-right: 10px; } .usaofficeaddress h3 { color: #fff; font-size: 20px; display: flex; align-items: center; font-weight: 700; } .usaofficeaddress p { color: #fff; margin: 0; font-size: 17px; } .usaofficeaddress { background-color: #ffffff14; border-radius: 20px; padding: 20px 20px; transition: 0.3s ease-in-out; box-shadow: 0 0 350px #ffffff00; margin-top: 12px; } .usabusinessgrowthmain { margin-top: 20px; } .usacost .price-table { background: radial-gradient(circle at 30% 30%, rgba(15, 76, 129, 0.8), #000c1a); box-shadow: 0 0 350px #ffffff00; overflow: hidden; border-radius: 14px; border: 0; } .usacost .price-table tr td { padding: 15px 24px; font-size: 16px; font-weight: 500; border: 0; text-align: center; color: #fff; border-right: 1px solid #ffffff14; border-bottom: 1px solid #ffffff14; } .usacost .price-table tr.price-table-head th { font-size: 16px; font-weight: 600; text-transform: uppercase; background-color: #08223a; color: #fff; text-align: center; padding: 20px 20px; } .usacostimg img { max-width: 100%; } .usaprocessbox { overflow: hidden; border-radius: 20px; } .usaprocessboximg { height: 180px; overflow: hidden; } .usaprocessboxtxt { background-color: #fff; padding: 20px 20px; transition: 0.3s ease-in-out; } .usaprocessboximg img { max-width: 100%; height: 100%; width: 100%; object-fit: cover; } .usaprocessboxtxt h3 { color: #08223a; font-size: 22px; font-weight: 600; line-height: 28px; margin-bottom: 10px; } .usaprocessboxtxt p { font-size: 17px; margin: 0; line-height: 25px; } .usaprocessboxtxt ul li::after { content: ""; position: absolute; right: 0; height: 12px; width: 12px; background-color: #0080ff; border-radius: 30px; top: 5px; left: 0; } .usaprocessboxtxt ul li { position: relative; padding-left: 20px; font-size: 17px; margin-bottom: 8px; } .usaprocessboxtxt ul { padding: 0; margin-top: 10px; } .usadevelopmentprocess_main .col-md-4 .usaprocessbox { height: 630px; background-color: #fff; } .usadevelopmentprocess_main .col-md-4 { margin-bottom: 30px; } .usadevelopmentprocess_main { margin-bottom: 30px; } .usawhyschoose_box { background-color: #ffffff14; border-radius: 16px; padding: 30px 20px; transition: 0.3s ease-in-out; box-shadow: 0 0 350px #ffffff00; } .usawhyschooseslider { width: 92%; margin-top: 0; margin-left: auto; margin-bottom: 0; } .usawhyschoose_box { margin-right: 24px; min-height: 595px; } .usawhyschoose_box img { width: 100%; height: 250px; object-fit: cover; margin-bottom: 15px; border-radius: 10px; } .usawhyschoose_box h3 { color: #fff; font-size: 22px; margin-bottom: 12px; transition: 0.3s ease-in-out; line-height: 30px; font-weight: 700; max-width: 80%; } .usawhyschoose_box p { color: #fff; font-size: 18px; margin-bottom: 0; transition: 0.3s ease-in-out; line-height: 28px; } .usawhyschooseslider .slick-next, .usawhyschooseslider .slick-prev { text-indent: -9999px; padding: 0; position: absolute; margin: 0 auto; bottom: auto; z-index: 3; overflow: hidden; width: 50px !important; height: 50px !important; border: 0; background-color: transparent; display: flex; align-items: center; } .usawhyschooseslider .slick-prev { right: auto; left: -20px; top: 50%; transform: translateY(-50%) scale(-1); } .usawhyschooseslider .slick-next { right: 10px; left: auto; top: 50%; transform: translateY(-50%); } .usawhyschooseslider .slick-next::after, .usawhyschooseslider .slick-prev::after { position: absolute; content: ""; background-image: url(../images/common_icons/arrow_icn.webp); background-repeat: no-repeat; background-position: center; background-size: 23px; border: 2px solid #fff; border-radius: 50px; width: 50px; height: 50px; background-color: #fff; } .videobox > img { max-width: 100%; } .usavideo .row { display: flex; align-items: center; } .usavideo { position: relative; } .usaawardsslider .usaawardsslide .box { display: flex; align-items: center; justify-content: center; margin-top: 12px; gap: 10px; } .usaawardsslider .usaawardsslide .box h3 { color: #08223a; font-size: 20px; font-weight: 600; } .usaawardsslider .usaawardsslide { display: flex; flex-direction: column; justify-content: center; margin: 0 10px; align-items: center; border: 1.2px solid #efefef; border-radius: 24px; padding: 30px 20px; background-color: #fff; } .usaawardsslider .usaawardsslide a { display: flex; flex-direction: column; justify-content: center; align-items: center; } .usaawardsslider .usaawardsslide h3 { font-size: 18px; color: #fff; font-weight: 700; } .usaawardsslider .usaawardsslide p { font-size: 15px; color: #08223a; font-weight: 600; } .usaawardsslider .usaawardsslide img { width: 100%; } .usaawardsslider .slick-next, .usaawardsslider .slick-prev { text-indent: -9999px; padding: 0; position: absolute; margin: 0 auto; bottom: auto; z-index: 3; overflow: hidden; width: 50px !important; height: 50px !important; border: 0; background-color: transparent; display: flex; align-items: center; } .usaawardsslider .slick-prev { right: auto; left: -60px; top: 50%; transform: translateY(-50%) scale(-1); } .usaawardsslider .slick-next { right: -60px; left: auto; top: 50%; transform: translateY(-50%); } .usaawardsslider .slick-next::after, .usaawardsslider .slick-prev::after { position: absolute; content: ""; background-image: url(../images/common_icons/arrow_icn.webp); background-repeat: no-repeat; background-position: center; background-size: 23px; border: 2px solid #fff; border-radius: 50px; width: 50px; height: 50px; background-color: #fff; } .usaexpertsbox { background-color: #ffffff14; padding: 13px 28px 13px 15px; transition: 0.3s ease-in-out; box-shadow: 0 0 350px #ffffff00; border-radius: 50px; display: flex; align-items: center; transition: 0.3s ease-in-out; margin: 0 10px 30px; } .usaexpertsmain { display: flex; flex-wrap: wrap; justify-content: center; margin-bottom: -38px; } .usaexpertsbox:hover { background-color: #fff; } .usaexpertsimg img { max-width: 100%; width: 100%; object-fit: cover; height: 100%; } .usaexpertsimg { width: 70px; height: 70px; overflow: hidden; border-radius: 50%; } .usaexpertsbox h3 { color: #fff; font-size: 20px; margin-left: 20px; margin-bottom: 0; transition: 0.3s ease-in-out; font-weight: 700; } .usaexpertsbox:hover h3 { color: #08223a; } .faq_box { padding: 0 50px 0 25px; border-radius: 10px; margin-bottom: 30px; cursor: pointer; background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); box-shadow: unset; height: 90px; align-items: center; } .faq_box_head::after { content: ""; position: absolute; right: 10px; background-image: url(../images/common_icons/add-fill.svg); height: 32px; width: 32px; background-size: 29px; top: 28px; } .faq_box.active .faq_box_head::after { background-image: url(../images/common_icons/subtract-fill.svg); } .faq_box_head { display: flex; font-weight: 600; color: #fff; font-size: 18px; height: 90px; align-items: center; } .faq_data { font-size: 17px; padding-bottom: 18px; line-height: 27px; color: #fff; text-align: left; display: none; } .faq_box.active .faq_data { display: block; } .faq_box.active { height: auto; } .faq_data ul { padding-left: 20px; list-style: circle; } .usatechstack_tabs ul li button { padding: 18px 22px; margin-right: 20px; border-radius: 10px; font-size: 20px; transition: 0.3s ease-in-out; background-color: #ffffff14; box-shadow: 0 0 350px #ffffff00; color: #fff; outline: 0; border: 0; font-weight: 700; } .usatechstack_tabs ul li.active button { background-color: #fff; color: #0080ff; } .usatechstack_tabs ul { border: 0; } .usatechstack_tabs ul { border: 0; display: flex; white-space: nowrap; overflow-x: auto; overflow-y: hidden; padding-bottom: 10px; margin-bottom: 40px; } .usatechstack_tabs ul::-webkit-scrollbar { width: 10px; height: 6px; } .usatechstack_tabs ul::-webkit-scrollbar-track { background: #ffffff14; border-radius: 10px; } .usatechstack_tabs ul::-webkit-scrollbar-thumb { background: #fff; border-radius: 10px; } .usatechstackicon { height: 100px; width: 100px; display: flex; align-items: center; justify-content: center; background-color: #fff; border-radius: 16px; margin: 0 auto; } .usatechstackicon img { max-width: 70%; } .usatechstackbox h3 { margin: 12px 0 0; color: #fff; font-size: 18px; } .usatechstackbox { text-align: center; margin: 0 10px 0; width: 9%; } .usatechstackmain { display: flex; flex-wrap: wrap; justify-content: center; } .usagetintouchleft { display: flex; width: 50%; height: 650px; background-size: cover; background-position: center; position: relative; padding: 60px 50px; } .usagetintouchleft::after { position: absolute; content: ""; left: 0; right: 0; bottom: 0; top: 0; background-color: #000; opacity: 0.7; } .usagetintouchleft > div { position: relative; z-index: 1; } .usagetintouchmain { display: flex; } .usagetintouchleft h2 { color: #fff; font-weight: 700; font-family: "Product Sans"; text-transform: capitalize; font-size: 36px; margin-bottom: 15px; line-height: 48px; } .usagetintouchleft p { font-weight: 400; font-size: 18px; margin: 0; line-height: 30px; color: #fff; } .usagetintouch { padding-bottom: 0 !important; } .usagetintouchright { width: 50%; padding: 30px 50px; text-align: center; } .usagetintouchform h2 { color: #fff; font-size: 34px; margin-bottom: 30px; font-weight: 700; } .usagetintouchform .form-group .form-control { border: 1px solid #f2f2f2; background-color: transparent; border-radius: 50px; height: 60px; color: #fff; font-size: 16px; padding: 20px 30px; box-shadow: unset; font-weight: 700; } .usagetintouchform .form-group textarea.form-control { height: 150px; border-radius: 20px; } .usagetintouchform .form-group { margin-bottom: 24px; } .usagetintouchform .form-group:last-child { margin-bottom: 0; } .usagetintouchform .form-group .formbtn { border-radius: 50px; } .new-slider { height: 750px; width: 100%; display: flex; perspective: 1000px; position: relative; align-items: center; overflow: hidden; } .box-common { background-size: contain; background-position: center center; background-repeat: no-repeat; } /* FIXED SELECTOR */ .new-slider[class*="box"] { overflow: hidden; border-radius: 20px; transition: all 1s cubic-bezier(0.68, -0.6, 0.32, 1.6); position: absolute; width: 388px; height: 100%; } /* HIDDEN SLIDES */ .new-slider[class*="box"]:nth-child(10), .new-slider[class*="box"]:nth-child(9), .new-slider[class*="box"]:nth-child(8), .new-slider[class*="box"]:nth-child(7), .new-slider[class*="box"]:nth-child(1) { visibility: hidden; z-index: 1; } /* SCALE & POSITION */ .new-slider[class*="box"]:nth-child(10) { transform: scale(0.3) translate(-50%, -50%); top: 20%; } .new-slider[class*="box"]:nth-child(8), .new-slider[class*="box"]:nth-child(9) { transform: scale(0.4) translate(-50%, -50%); top: 20%; } .new-slider[class*="box"]:nth-child(7), .new-slider[class*="box"]:nth-child(1) { transform: scale(0.5) translate(-50%, -50%); top: 20%; } .new-slider[class*="box"]:nth-child(2), .new-slider[class*="box"]:nth-child(6) { transform: scale(0.6) translate(-50%, -50%); top: 25%; z-index: 2; visibility: visible; } .new-slider[class*="box"]:nth-child(3), .new-slider[class*="box"]:nth-child(5) { transform: scale(0.7) translate(-50%, -50%); top: 30%; z-index: 3; visibility: visible; } .new-slider[class*="box"]:nth-child(4) { transform: scale(0.8) translate(-50%, -50%); top: 34%; z-index: 4; visibility: visible; } /* LEFT POSITIONS */ .new-slider[class*="box"]:nth-child(1) { left: 2%; } .new-slider[class*="box"]:nth-child(2) { left: 5%; } .new-slider[class*="box"]:nth-child(3) { left: 25%; } .new-slider[class*="box"]:nth-child(4) { left: 47%; } .new-slider[class*="box"]:nth-child(5) { left: 65%; } .new-slider[class*="box"]:nth-child(6) { left: 81%; } .new-slider[class*="box"]:nth-child(7) { left: 80%; } .new-slider[class*="box"]:nth-child(8), .new-slider[class*="box"]:nth-child(9), .new-slider[class*="box"]:nth-child(10) { left: 70%; } /* ANIMATION */ .new-slider .firstSlide { animation: firstChild 1s; } /*Animation for buyers landing page slider*/ @-webkit-keyframes firstChild { 0% { left: 100%; transform: scale(0.5) translate(-50%, -50%); } 100% { left: 0%; transform: scale(0.5) translate(-50%, -50%); } } @keyframes firstChild { 0% { left: 100%; transform: scale(0.5) translate(-50%, -50%); } 100% { left: 0%; transform: scale(0.5) translate(-50%, -50%); } } .usalatesttechsimg img { border-radius: 14px; } .faqusa .row .col-md-6 .faq_box:last-child { margin: 0; } .usaindustrymain .newbtn_design { border-radius: 12px; background-color: #fff; color: #0080ff !important; margin-top: 15px; height: 54px; } .usaindustrymain .newbtn_design img { filter: invert(35%) sepia(100%) saturate(7471%) hue-rotate(197deg) brightness(100%) contrast(101%); } .chicago-change-css section.main-blog-bx { padding: 30px 0px 105px 0px; background-color: #000000; } .main-blog-bx .slick-prev::after, .main-blog-bx .slick-next::after { background-color: #fff !important; } .chicago-change-css .blg-heading { color: #fff; } .usapointss span { display: block; margin-bottom: 10px; } .bestservicesfront, .bestservicesback { position: absolute; width: 100%; height: 270px; backface-visibility: hidden; border-radius: 12px; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 36px; } .bestservicesfront { background-color: #ffffff14; box-shadow: 0 0 350px #ffffff00; } .bestservicesbox { background-color: transparent; cursor: pointer; perspective: 1000px; width: 31%; margin: 0 13px; } .bestservices_main .bestservicesbox:nth-child(10), .bestservices_main .bestservicesbox:nth-child(11) { width: 47.6%; } .bestservicesinner { position: relative; width: 100%; height: 300px; text-align: center; transition: transform 0.8s; transform-style: preserve-3d; } .bestservicesback { width: 100%; background-color: #fff; transform: rotateY(180deg); } .bestservicesback p { font-size: 17px; line-height: 26px; margin: 0; color: #08223a; } .bestservicesbox:hover .bestservicesinner { transform: rotateY(180deg); } .bestservicesfront img { margin-bottom: 20px; max-width: 70px; } .bestservicesfront h3 { color: #fff; font-size: 20px; margin: 0; line-height: 30px; font-weight: 700; } .bestservices_main { display: flex; flex-wrap: wrap; justify-content: center; } .usactacontent ul { padding: 0; margin-bottom: 10px; } .usactacontent ul li { padding-left: 20px; position: relative; font-size: 17px; margin-bottom: 7px; } .usactacontent ul li::after { content: ""; position: absolute; right: 0; height: 12px; width: 12px; background-color: #0080ff; border-radius: 30px; top: 5px; left: 0; } .mt { margin-top: 30px; } .usasimplewaysbox { background-color: #ffffff14; border-radius: 20px; padding: 30px 25px; position: relative; margin-top: 40px; } .usasimplewaysbox span { position: absolute; right: 30px; top: -60px; color: #ffffff; font-size: 80px; font-weight: 700; } .usasimplewaysbox img { max-width: 50px; margin-bottom: 15px; filter: brightness(30.5); } .usasimplewaysbox h3 { color: #fff; margin-bottom: 12px; font-weight: 700; font-size: 21px; line-height: 30px; } .usasimplewaysbox p { color: #fff; font-size: 18px; margin: 0; line-height: 28px; min-height: 310px; } .usasimplewaysbox ul { padding: 0; margin-top: 20px; background-color: #fff; border-radius: 10px; padding: 18px 20px 10px; } .usasimplewaysbox ul li { position: relative; padding-left: 20px; margin-bottom: 8px; font-size: 17px; } .usasimplewaysbox ul li::after { content: ""; position: absolute; right: 0; height: 12px; width: 12px; background-color: #0080ff; border-radius: 30px; top: 5px; left: 0; } .usasimplewaysrow { display: flex; flex-wrap: wrap; } .usasimplewaysrow .col-md-4 { display: flex; } .usa_at .row .col-md-4:nth-child(7), .usa_at .row .col-md-4:nth-child(8) { width: 50%; } .industrybox { background-color: #fff; border-radius: 14px; overflow: hidden; position: relative; margin-bottom: 30px; } .industryboximg { height: 60px; overflow: hidden; background: #1a81ff; width: 60px; border-radius: 10px; margin: 20px 20px 0px 20px; display: flex; align-items: center; justify-content: center; } .industryboximg img { max-width: 45px; } .industryboxtxt { padding: 20px 20px 70px; } .industryboxtxt h3 { color: #05081a; font-size: 20px; margin-bottom: 10px; margin-top: 0; font-weight: 700; line-height: 26px; max-width: 80%; } .usastandout th { font-size: 20px; } .industryboxtxt p { font-weight: 300; color: #08223a; font-size: 18px; } .industrybox .industrybtn { width: 100%; height: 55px; border-radius: 0; transform: unset; position: absolute; bottom: 0; left: 0; right: 0; background: #0080ff; color: #fff !important; text-align: center; align-items: center; display: flex; justify-content: center; font-size: 17px; font-weight: 700; } .industrybox .industrybtn img { margin-left: 15px; transition: 0.3s ease-in-out; } .industrybox:hover .industrybtn img { transform: translateX(10px); } .industryrow { display: flex; flex-wrap: wrap; } .industryrow .col-md-3 { display: flex; } .industrydesign .container { width: 100% !important; max-width: 1240px; } .overflow-x-add { overflow-x: hidden !important; } .overflow-hidden { overflow: hidden !important; } .usafeaturessbox { border-radius: 24px; padding: 40px 30px; height: 350px; position: relative; display: flex; align-items: flex-end; flex-wrap: wrap; background-color: #fff; overflow: hidden; margin: 0 10px; background-position: center; background-repeat: no-repeat; background-size: cover; } .usafeaturessbox::after { position: absolute; content: ""; bottom: 0; left: 0; height: 100%; width: 100%; background: linear-gradient(180deg, rgba(196, 196, 196, 0) 20%, #000000 83%); } .usafeaturesscontent img { max-width: 60px; filter: brightness(50); } .usafeaturesscontent h3 { font-weight: 700; color: #fff; font-size: 24px; line-height: 32px; margin-top: 20px; margin-bottom: -10px; min-height: 70px; } .usafeaturesscontent { position: absolute; bottom: 25px; left: 0; right: 0; margin: 0 auto; width: 80%; z-index: 1; } .usafeaturesshover { position: absolute; background-color: #fff; left: 0; right: 0; margin: 0 auto; display: flex; align-items: center; justify-content: center; text-align: center; padding: 20px 40px; height: 100%; bottom: -100%; transition: 0.3s ease-in-out; z-index: 3; } .usafeaturessbox:hover .usafeaturesshover { bottom: 0; } .usafeaturesshover p { font-size: 18px; color: #08223a; } .usafeaturesslider .slick-next, .usafeaturesslider .slick-prev { text-indent: -9999px; padding: 0; position: absolute; margin: 0 auto; bottom: auto; z-index: 3; overflow: hidden; width: 50px !important; height: 50px !important; border: 0; background-color: transparent; display: flex; align-items: center; } .usafeaturesslider .slick-prev { right: auto; left: -70px; top: 50%; transform: translateY(-50%) scale(-1); } .usafeaturesslider .slick-next { right: -70px; left: auto; top: 50%; transform: translateY(-50%); } .usafeaturesslider .slick-next::after, .usafeaturesslider .slick-prev::after { position: absolute; content: ""; background-image: url(../images/common_icons/arrow_icn.webp); background-repeat: no-repeat; background-position: center; background-size: 23px; border: 2px solid #fff; border-radius: 50px; width: 50px; height: 50px; background-color: #fff; } .usaagile { width: 100%; border: 1px solid #f2f2f240; border-radius: 20px; padding: 22px 20px; background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(12px); } .usaagile img { max-width: 60px; margin-bottom: 14px; } .usaagile h3 { color: #fff; font-size: 20px; line-height: 30px; margin-bottom: 10px; font-weight: 700; transition: 0.3s ease-in-out; } .usaagile p { color: #fff; font-size: 17px; line-height: 26px; transition: 0.3s ease-in-out; margin: 0; } .usaagileprocessrow { display: flex; flex-wrap: wrap; margin-bottom: -30px; } .usaagileprocessrow .col-md-4 { display: flex; margin-bottom: 30px; } .agilebtn img { position: absolute; bottom: 0; right: 0; max-width: 240px; left: 0; margin: 0 auto; } .agilebtn { width: 100%; border-radius: 20px; display: flex; align-items: center; justify-content: center; color: #fff !important; background: #1a81ff; font-size: 30px; transition: 0.3s ease-in-out; position: relative; overflow: hidden; padding-bottom: 130px; } .usaagileprocessrow .col-md-4:nth-child(8), .usaagileprocessrow .col-md-4:nth-child(7) { width: 38%; } .usaagileprocessrow .col-md-4:nth-child(2), .usaagileprocessrow .col-md-4:nth-child(3) { width: 30%; } .usaagileprocessrow .col-md-4:nth-child(1) { width: 40%; } .usaagileprocessrow .col-md-4:nth-child(9) { width: 24%; } .usaaisolution .usaindustry_tabs .nav > li.active > button { background-color: #fff; color: #08223a; border-color: #fff; } .usaaisolution .usaindustry_tabs .nav > li > button { background-color: rgba(255, 255, 255, 0.1); color: #fff; border-color: #1a81ff; } .usaaisolution .usaindustry_tabs .nav-tabs { height: 360px; } .blogsdark .blg-heading p { color: #fff; } .blogsdark { background-color: #000; } .blogsdark .blg-heading h2 { color: #fff; } .blogsdark .blg-heading { text-align: center; margin-bottom: 20px; } .casestudys { background-color: #1a81ff; padding-top: 0 !important; overflow: hidden; position: relative; padding-bottom: 50px !important; } .casestudys .headingmain { background-color: #000; position: relative; padding: 20px 10px 20px 70px; max-width: 51%; margin: 0; } .casestudys .headingmain h2 { margin-bottom: 0; } .casestudyslideinner { display: flex; } .casestudyleft { width: 50%; padding: 60px 70px 70px; margin-top: 140px; height: 460px; } .casestudyright { width: 50%; background-size: cover; background-position: center; background-repeat: no-repeat; position: relative; } .casestudyicon { height: 90px; width: 90px; position: absolute; top: 90px; left: -40px; display: flex; align-items: center; justify-content: center; } .casestudyleft h3 { color: #ffffff; font-size: 26px; line-height: 36px; font-weight: 700; margin-bottom: 12px; } .casestudyleft p { font-weight: 400; font-size: 18px; margin: 0; line-height: 30px; color: #fff; } .casestudyslide { margin-top: -140px; } .casestudymobile { position: absolute; max-width: 370px; left: -60px; bottom: 20px; animation: bounce1 1s infinite alternate; -webkit-animation: bounce1 1s infinite alternate; } .casestudyicon img { max-width: 90px; } @keyframes bounce1 { from { transform: translateX(0); } to { transform: translateX(-15px); } } .casestudybtheading { background-color: #000; padding: 32px 10px; width: 63%; text-align: center; } .casestudybtheading h4 { color: #fff; font-size: 19px; margin-bottom: 0; } .casestudybtheading p { color: #fff; font-size: 15px; font-weight: 400; margin: 0; } .casestudybtnmain { display: flex; width: 37%; background-color: #fff; align-items: center; justify-content: center; color: #000 !important; font-size: 18px; } .casestudybtnmain img { animation: phoneRing 2s ease-in-out infinite; margin-right: 5px; } @keyframes phoneRing { 0% { transform: rotate(0); } 20% { transform: rotate(15deg) scale(1); } 40% { transform: rotate(-10deg) scale(1.2); } 60% { transform: rotate(15deg) scale(1); } 80% { transform: rotate(-5deg) scale(1.2); } 100% { transform: rotate(0) scale(1); } } .casestudybtnss { display: flex; width: 47%; margin-top: -44px; position: absolute; bottom: 5px; } .casestudylink { color: #fff !important; font-size: 16px; display: flex; align-items: center; margin-top: 15px; } .casestudylink img { margin-left: 15px; transition: 0.3s all; filter: brightness(30.5); } .casestudylink:hover img { transform: translateX(10px); } .casestudysslider .slick-next, .casestudysslider .slick-prev { text-indent: -9999px; padding: 0; position: absolute; margin: 0 auto; bottom: auto; z-index: 3; overflow: hidden; width: 70px !important; height: 70px !important; border: 0; background-color: transparent; display: flex; align-items: center; background-color: #0080ffa8; } .casestudysslider .slick-prev { right: 70px; left: auto; top: -140px; transform: scale(-1); } .casestudysslider .slick-next { right: 0; left: auto; top: -140px; } .casestudysslider .slick-next::after, .casestudysslider .slick-prev::after { position: absolute; content: ""; background-image: url(../images/common_icons/arrow_icn.webp); background-repeat: no-repeat; background-position: center; background-size: 23px; border: 0; border-radius: 0; width: 70px; height: 70px; filter: invert(1); } .casestudysslider .slick-list { overflow: unset; } .pb-60 { padding-bottom: 60px !important; } .pt-60 { padding-top: 60px !important; } .useaboutpart .headingmain { margin-bottom: 0; } .useaboutpart .headingmain p { margin-bottom: 20px; } .usaengagementmodelbox .pheight { min-height: 100px; } .businessgrowthinner .growthtxtbox:last-child { margin-right: 0; } .businessgrowthinner { display: flex; } .growthtxtbox span { font-weight: 700; font-size: 35px; font-style: normal; display: flex; justify-content: center; margin-bottom: 10px; line-height: 36px; } .growthtxtbox h3 { color: #fff; font-size: 18px; margin: 0; } .growthtxtbox { width: 32%; background-color: #ffffff14; border-radius: 20px; padding: 30px 10px; transition: 0.3s ease-in-out; box-shadow: 0 0 350px #ffffff00; text-align: center; margin-right: 13px; } .ouragileslider .usaagile.slick-slide.slick-current.slick-active { transform: scale(1); background-color: #fff; } .ouragileslider .usaagile.slick-slide.slick-current.slick-active img { filter: unset; } .ouragileslider .usaagile.slick-slide.slick-current.slick-active h3, .ouragileslider .usaagile.slick-slide.slick-current.slick-active p { color: #041527; } .ouragileslider .usaagile { transform: scale(0.9); transition: 0.3s ease-in-out; margin: 0 13px; height: 440px; } .ouragileslider .usaagile img { filter: brightness(20.5); } .ouragileslider .slick-next, .ouragileslider .slick-prev { text-indent: -9999px; padding: 0; position: absolute; margin: 0 auto; bottom: auto; z-index: 3; overflow: hidden; width: 50px !important; height: 50px !important; border: 0; background-color: transparent; display: flex; align-items: center; } .ouragileslider { margin-bottom: 50px; } .ouragileslider .slick-prev { right: auto; left: 130px; transform: translateY(-50%) scale(-1); bottom: -100px; } .ouragileslider .slick-next { right: auto; left: 200px; bottom: -100px; transform: translateY(-50%); } .ouragileslider .slick-next::after, .ouragileslider .slick-prev::after { position: absolute; content: ""; background-image: url(../images/common_icons/arrow_icn.webp); background-repeat: no-repeat; background-position: center; background-size: 23px; border: 2px solid #fff; border-radius: 50px; width: 50px; height: 50px; background-color: #fff; } .perfectai_tabs { display: flex; } .perfectai_tabs .tab-content { width: 50%; } .perfectai_tabs .nav-tabs { width: 50%; display: flex; flex-wrap: wrap; justify-content: center; border: 0; } .perfectai_tabs .nav-tabs li { width: 44%; margin: 0 10px 20px; display: flex; } .perfectai_tabs .nav-tabs li:last-child { margin-bottom: 0; } .perfectai_tabs .nav-tabs li.active .nav-link { background-color: #fff; color: #000; } .perfectai_tabs .nav-tabs li .nav-link { border-radius: 20px; border: 0; padding: 20px 20px; width: 100%; font-weight: 700; font-size: 19px; background-color: #ffffff14; transition: 0.3s ease-in-out; box-shadow: 0 0 350px #ffffff00; color: #fff; } .perfectai_tabs .nav-tabs li.active .nav-link img { filter: invert(35%) sepia(100%) saturate(7471%) hue-rotate(197deg) brightness(100%) contrast(101%); } .perfectai_tabs .nav-tabs li .nav-link img { display: block; margin: 0 auto 10px; max-width: 50px; filter: brightness(30); transition: 0.3s ease-in-out; } .perfectaimain { background-color: #fff; padding: 40px 40px; border-radius: 20px; height: 500px; } .perfectaimain img { max-width: 60px; margin-bottom: 15px; filter: invert(35%) sepia(100%) saturate(7471%) hue-rotate(197deg) brightness(100%) contrast(101%); } .perfectaimain h3 { color: #08223a; font-size: 22px; line-height: 36px; font-weight: 700; margin-bottom: 12px; } .perfectaimain p { color: #08223a; font-size: 18px; line-height: 28px; margin-bottom: 15px; } .perfectaimain ul { padding-left: 0; } .perfectaimain ul li { color: #08223a; font-size: 18px; line-height: 28px; margin-bottom: 10px; font-weight: 300; position: relative; padding-left: 20px; } .perfectaimain ul li::after { position: absolute; right: 0; height: 12px; width: 12px; background-color: #0080ff; border-radius: 30px; top: 8px; left: 0; content: ""; } /* los-angeles */ .cost-reduce-cta .cost-container { background-color: #fff; border-radius: 20px; position: relative; display: flex; } .reducectacontent { padding: 30px 40px; width: 68%; } .reducectacontent h2 { color: #08223a; font-size: 32px; line-height: 42px; font-weight: 700; margin-bottom: 10px; text-transform: capitalize; } .reducectacontent h3 { color: #1a81ff; font-size: 28px; line-height: 40px; font-weight: 700; margin-bottom: 10px; text-transform: capitalize; } .reducectacontent p { color: #08223a; font-size: 18px; line-height: 28px; margin-bottom: 5px; } .cost-reduce-cta .cost-container .side-reduce { position: relative; width: 32%; } .cost-reduce-cta .cost-container .side-reduce .imm-reduce { position: absolute; right: 4%; bottom: 0; } .cost-reduce-cta .cost-container .side-reduce img { width: 100%; } .cost-reduce-cta .cost-container .side-reduce .textt span { color: #08223a; font-size: 18px; line-height: 28px; font-weight: 500; } .cost-reduce-cta .cost-container .side-reduce .textt { transition: 1s linear; background: #fff; padding: 20px 30px; position: absolute; left: 0; width: 40%; z-index: 1; border-radius: 20px; border: 2px solid #1a81ff; box-shadow: #0080ff 0 px 0 0, #1a81ff 0 0 0 0; text-align: center; } .cost-reduce-cta .cost-container .side-reduce .textt.me-1 { z-index: 2; position: absolute; left: -12%; top: 5%; animation: 2s linear infinite alternate-reverse about-anim; } .cost-reduce-cta .cost-container .side-reduce .textt.me-2 { position: absolute; top: auto; z-index: 2; left: 65%; bottom: 46%; animation: 2s linear infinite alternate-reverse hero-anim; } .cost-reduce-cta .cost-container .side-reduce .textt.me-3 { position: absolute; left: -12%; top: auto; z-index: 2; bottom: 20%; animation: 2s linear infinite alternate-reverse hero-anim; } .cost-reduce-cta .cost-container ul { padding-left: 25px; margin-bottom: 30px; } .cost-reduce-cta .cost-container ul li { position: relative; } .cost-reduce-cta .cost-container ul li::after { position: absolute; content: ""; top: 8px; left: -15px; right: 0; bottom: 0; height: 10px; width: 10px; background-color: #0080ff; border-radius: 30px; } @keyframes hero-anim { 0% { transform: translateY(0); } 100% { transform: translateY(15px); } } @keyframes about-anim { 0% { transform: translateX(0); } 100% { transform: translateX(15px); } } .astounding img { width: 100%; } .astounding p { margin-bottom: 30px; } .use-case-bx ul li { background-color: #fff; border-radius: 12px; } .use-case-bx ul.nav.nav-pills { display: grid; gap: 15px; grid-template-columns: repeat(4, 1fr); } .use-case-bx .nav:before { display: none; } .use-case-bx .nav-pills > li > a { color: #08223a; background-color: #fff; width: 100%; text-align: center; display: flex; align-items: center; border-radius: 12px; padding: 15px 5px; height: 100%; } .use-case-bx .nav-pills > li.active > a, .use-case-bx .nav-pills > li.active > a:focus, .use-case-bx .nav-pills > li.active > a:hover { color: #fff; background-color: #1a81ff; } .use-case-bx .nav-pills > li.active > a img { filter: brightness(0) invert(1); } .use-case-bx h4 { font-size: 18px; font-weight: 600; line-height: 22px; } .use-case-bx .tab-content { border: 1px solid #f2f2f240; border-radius: 20px; padding: 50px 30px; background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(12px); transition: all 0.5s; color: #fff; position: relative; min-height: 375px; } .use-case-bx .tab-content p { font-size: 18px; line-height: 28px; font-weight: 400; color: #fff; margin-bottom: 15px; } .industries-transform .indd-slide h3 { font-size: 22px; font-weight: 600; line-height: 38px; color: #ffff; margin-bottom: 10px; } .industries-transform .indd-slide p { font-size: 18px; line-height: 28px; font-weight: 400; color: #fff; margin-bottom: 15px; } .industries-transform .indd-slide { border: 1px solid #f2f2f240; border-radius: 20px; padding: 30px 20px; background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(12px); margin: 0 10px; min-height: 450px; transition: all 0.5s; } .industries-transform .indd-slide:hover { background: #0080ff33; border: 1px solid #fff; } .industries-transform .indd-slide .usaindustryico { max-width: 65px; margin-bottom: 20px; filter: brightness(30.5); } .industries-transform .slick-next, .industries-transform .slick-prev { text-indent: -9999px; padding: 0; position: absolute; margin: 0 auto; bottom: auto; z-index: 3; overflow: hidden; width: 50px !important; height: 50px !important; border: 0; background-color: transparent; display: flex; align-items: center; } .industries-transform .slick-prev { right: auto; left: -60px; top: 50%; transform: translateY(-50%) scale(-1); } .industries-transform .slick-next { right: -60px; left: auto; top: 50%; transform: translateY(-50%); } .industries-transform .slick-next::after, .industries-transform .slick-prev::after { position: absolute; content: ""; background-image: url(../images/common_icons/arrow_icn.webp); background-repeat: no-repeat; background-position: center; background-size: 23px; border: 2px solid #fff; border-radius: 50px; width: 50px; height: 50px; background-color: #fff; } .headingmain h4 { font-size: 22px; font-weight: 400; line-height: 38px; color: #ffff; margin-bottom: 10px; font-style: italic; } .Guarantee-boxs ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; } .Guarantee-boxs ul li { border: 1px solid #f2f2f240; border-radius: 20px; padding: 30px 20px; background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(12px); transition: all 0.5s; } .Guarantee-boxs ul li:hover { background: #0080ff33; border: 1px solid #fff; } .Guarantee-boxs ul li h3 { font-size: 22px; font-weight: 600; line-height: 38px; color: #ffff; margin-bottom: 10px; } .Guarantee-boxs ul li p { font-size: 18px; line-height: 28px; font-weight: 400; color: #fff; margin-bottom: 15px; } .Guarantee-boxs ul li img { filter: brightness(30.5); } .Guarantee-boxs .col-md-4 { position: sticky; top: 110px; } .Guarantee-boxs .headingmain p { margin-bottom: 30px; } .costmobileapp_img img { max-width: 100%; height: 100%; width: 100%; object-fit: cover; } .costmobileapp_form .form-container { background: #1a81ff; padding: 40px; width: 100%; max-width: 100%; height: 430px; border-radius: 20px; } .costmobileapp_form .progress-bar { display: flex; margin-bottom: 30px; width: 100%; height: auto; } .costmobileapp_form .costmobileapp_form .progress-bar div { height: 3px; flex: 1; background-color: rgba(255, 255, 255, 0.3); margin-right: 5px; } .costmobileapp_form h3 { color: #fff; font-size: 32px; line-height: 44px; margin-bottom: 10px; } .costmobileapp .radiobtnsstep input { display: none; } .costmobileapp .nextbtns { background-color: #fff; border: 2px solid #fff; border-radius: 50px; color: #1a81ff; } .costmobileapp .previousbtns { border: 2px solid #fff; background: 0 0; border-radius: 50px; margin-right: 20px; color: #fff; } .costmobileapp .nextbtns, .costmobileapp .previousbtns { padding: 12px 32px; font-weight: 700; font-size: 20px; } .costmobileapp .form-actions { margin-top: 30px; display: flex; justify-content: space-between; position: absolute; bottom: 30px; width: 80%; } .costmobileapp .progress-bar div { height: 3px; width: 0; background-color: #fff; display: flex; align-items: center; opacity: 0.8; transition: 0.3s ease-in-out; } .costmobileapp_form .progress-bar div.active { opacity: 1; width: 20%; } .costmobileapp .radiobtnsstep label { position: relative; color: #fff; font-size: 18px; width: 100%; font-weight: 500; margin-top: 12px; padding-left: 30px; line-height: 21px; } .costmobileapp .costmobileapp_img { height: 430px; overflow: hidden; border-radius: 20px; } .costmobileapp .radiobtnsstep label::after { position: absolute; content: ""; left: 0; top: 0; height: 20px; width: 20px; border: 1px solid #fff; border-radius: 50px; } .costmobileapp .radiobtnsstep label::before { position: absolute; content: ""; left: 4px; top: 4px; height: 12px; width: 12px; background-color: #fff; border-radius: 50px; transform: scale(0); transition: 0.3s ease-in-out; } .costmobileapp .radiobtnsstep input:checked ~ label::before { transform: scale(1); } .costmobileapp .costmobileapp_form .form-control { height: 54px; border-radius: 40px; box-shadow: unset !important; border: 0; margin-bottom: 19px; font-size: 18px; padding: 22px; } .costmobileapp .costmobileapp_form .form-step { display: none; } .costmobileapp .costmobileapp_form .form-step.active { display: block; } .agile-process-box .tab-content.clearfix { background-image: url(../images/los-angeles/Process-phone.webp); height: 582.82px; background-repeat: no-repeat; display: flex; max-width: 320px; align-items: center; justify-content: center; color: #fff; } .agile-process-box ul.nav.nav-pills { display: grid; gap: 20px; grid-template-columns: repeat(2, 1fr); } .agile-process-box .nav:before { display: none; } .agile-process-box .nav-pills > li > a { border: 1px solid #f2f2f240; border-radius: 20px; padding: 20px 20px; background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(12px); transition: all 0.5s; color: #fff; position: relative; } .agile-process-box .pro-bx { display: flex; gap: 20px; align-items: center; } .agile-process-box .nav-pills > li > a span { font-size: 45px; color: #fff; } .agile-process-box .nav-pills > li > a h3 { font-size: 18px; line-height: 28px; font-weight: 400; color: #fff; margin-bottom: 0; } .agile-process-box .tab-content > .tab-pane h3 { font-size: 22px; font-weight: 600; line-height: 38px; margin-bottom: 10px; } .agile-process-box .tab-content > .tab-pane p { font-size: 18px; line-height: 28px; font-weight: 400; color: #fff; margin-bottom: 15px; } .agile-process-box .tab-content > .tab-pane { padding: 15px 25px 15px 25px; } .agile-process-box .col-md-4.phone { display: flex; justify-content: center; } .agile-process-box .nav-pills > li.active > a, .agile-process-box .nav-pills > li.active > a:focus, .agile-process-box .nav-pills > li.active > a:hover { color: #fff; border-color: #fff; background-color: #1a81ff; } .engagementmodelbox { background: #f2f2f2; border-radius: 30px; padding: 30px 30px 110px; height: 100%; width: 100%; position: relative; transition: 0.3s ease-in-out; } .engagementmodelbox:hover { transform: translateY(-5px); } .engagementmodelbox h3 { font-weight: 700; font-size: 22px; color: #08223a; margin-bottom: 15px; } .bestfor { margin-top: 25px; font-size: 16px; color: #08223a; line-height: 24px; margin-bottom: 10px; } .engagementmodelbox p { color: #08223a; font-size: 16px; line-height: 25px; margin-bottom: 20px; min-height: 180px; } .bestfor strong { color: #1a81ff; } .engagementmodelbox ul { background-color: #fff; padding: 16px 20px 16px 40px; border-radius: 20px; position: relative; min-height: 200px; } .engagementmodelbox ul li { position: relative; } .engagementmodelbox ul li::after { position: absolute; content: ""; top: 8px; left: -21px; right: auto; bottom: 0; height: 12px; width: 12px; background-color: #0080ff; border-radius: 30px; } .engagementmodelbox li p { text-align: left; margin-bottom: 6px; min-height: auto; } .engagementmodelbox span { margin-bottom: 18px; display: block; } .engagementmodelbox span img { max-width: 50px; } .engagementmodelbox .newbtn_design { width: 84%; justify-content: flex-start; border-radius: 15px; position: absolute; bottom: 30px; left: 0; right: 0; margin: 0 auto; } .engagementmodel .col-md-12 .row .col-md-4 { display: flex; align-items: flex-start; margin-bottom: 21px; } .engagementmodelbox ul li::after { position: absolute; content: ""; top: 8px; left: -21px; right: auto; bottom: 0; height: 12px; width: 12px; background-color: #0080ff; border-radius: 30px; } .rational-reasons .re-flipbox .re-front { transform: rotateY(0); transform-style: preserve-3d; position: relative; border: 1px solid #f2f2f240; padding: 30px 20px; background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(70px); } .rational-reasons .re-flipbox .cardflipinner .re-front::before { content: ""; position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; display: block; opacity: 0.4; border-radius: 15px; background-color: #000; } .rational-reasons .innercontent p { font-size: 17px; line-height: 26px; font-weight: 400; color: #fff; } .rational-reasons .col-md-3 { margin-bottom: 30px; } .rational-reasons .innercontent .newbtn_design { background: #fff; color: #0080ff !important; font-size: 16px; line-height: 24px; border-radius: 12px; height: 50px; } .rational-reasons .re-flipbox .innercontent { position: absolute; left: 0; width: 100%; padding: 10px; outline: transparent solid 1px; -webkit-perspective: inherit; perspective: inherit; z-index: 2; top: 50%; transform: translateY(-50%) translateZ(60px) scale(0.94); text-align: center; } .rational-reasons .re-flipbox .re-back { background: #3370ff; } .rational-reasons .re-flipbox .innercontent h3 { font-size: 22px; font-weight: 600; line-height: 38px; color: #ffff; } .rational-reasons .re-flipbox .re-back { position: absolute; top: 0; left: 0; transform: rotateY(180deg); transform-style: preserve-3d; } .rational-reasons .re-flipbox .re-flipinner { position: relative; width: 100%; height: 100%; backface-visibility: hidden; transform-style: preserve-3d; perspective: 1000px; } .rational-reasons .re-flipbox .re-flipinner img { filter: brightness(30.5); } .rational-reasons .re-flipbox .re-back, .rational-reasons .re-flipbox .re-front { background-position: center; border-radius: 15px; width: 100%; height: 100%; min-height: 340px; transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1); backface-visibility: hidden; background-size: cover; } .rational-reasons .re-flipbox:hover .re-front { transform: rotateY(-180deg); transform-style: preserve-3d; } .rational-reasons .re-flipbox:hover .re-back { transform: rotateY(0); transform-style: preserve; background-color: #0080ff; } .mtt { margin-top: 30px; } .clutch-review-bx img { width: 100%; } .clutchimgs { display: block; box-shadow: 0 0 20px #5e565624; margin-top: 25px; height: 230px; display: flex; align-items: center; background-color: #fff; overflow: hidden; } .world-class-bx .main-world { display: flex; flex-wrap: wrap; } .world-class-bx .main-world .item__overlay { bottom: 0; z-index: 2; width: 100%; padding: 16px 10px; transition: 0.3s ease-in-out; text-align: center; left: 0; right: 0; margin: 0 auto; position: absolute; background-color: #fff; } .world-class-bx .main-world .item__overlay h3 { font-weight: 700; color: #08223a; font-size: 20px; margin-bottom: 0; line-height: 24px; } .world-class-bx .main-world .world-item > img { height: 300px; width: 100%; object-fit: cover; border-radius: 10px; position: relative; z-index: 0; } .world-class-bx .main-world .world-item { position: relative; border-radius: 20px; width: 32%; height: auto; margin-bottom: 30px; margin-right: 15px; overflow: hidden; text-align: center; } .world-class-bx .main-world .item__body { padding: 20px 16px; background-color: #1a81ff; border-radius: 0; width: 100%; z-index: 1; overflow-x: hidden; overflow-y: auto; height: 250px; left: 0; right: 0; margin: 0 auto; position: absolute; bottom: -100%; transition: 0.3s ease-in-out; } .world-class-bx .main-world .item__body::-webkit-scrollbar { display: none; } .world-class-bx .main-world .world-item:hover .item__body { bottom: 56px; } .world-class-bx .main-world .world-item p { color: #fff; font-size: 17px; margin-bottom: 0; line-height: 26px; } .world-class-bx .main-world .world-item .interlink_update { color: #000 !important; font-style: italic; } .benchmark-bx .imgs-bench img { width: 100%; } .benchmark-bx ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px; } .benchmark-bx .bench-bx { display: flex; border: 1px solid #f2f2f240; border-radius: 20px; padding: 50px 40px; background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(12px); align-items: center; height: 100%; } .benchmark-bx .bench-bx .contt-bench { width: 50%; } .benchmark-bx .bench-bx .imgs-bench { width: 50%; padding: 0 0 0 20px; } .benchmark-bx .bench-bx .contt-bench h3 { font-size: 22px; font-weight: 600; line-height: 38px; color: #ffff; margin-bottom: 10px; } .benchmark-bx .bench-bx .contt-bench p { font-size: 18px; line-height: 28px; font-weight: 300; color: #fff; margin-bottom: 15px; } .usaico { max-width: 65px; margin-bottom: 20px; } .losangeles-change-css section.main-blog-bx { padding: 30px 0px 105px 0px; background-color: #000000; } .losangeles-change-css .blg-heading { color: #fff; } /* los-angeles */ .useaboutimg img { max-width: 100%; } .usahighcta .usactaimg img { max-width: 391px; } /* global */ .usabanner .listt { padding-left: 20px; list-style: disc; color: #fff; display: flex; flex-direction: column; gap: 5px; font-weight: 300; } .appmakers ul.nav.nav-pills { display: flex; justify-content: center; margin-bottom: 0px; } .appmakers .reviewLogo { width: 100%; background: #fff; border-top-left-radius: 12px; border-top-right-radius: 12px; padding: 10px; display: flex; justify-content: center; } .appmakers .reviewLogo img { max-width: 100px; } .appmakers .reviewStarCount { height: 50px; background: #1a81ff; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; display: flex; flex-direction: column; width: 100%; justify-content: center; align-items: center; color: #fff; } .appmakers .reviewStarCount img { width: 94px; margin-bottom: 5px; } .appmakers .reviewStarCount span { font-size: 14px; } .appmakers .nav-pills > li.active > .nav-link, .appmakers .nav-pills > li > .nav-link:focus, .appmakers .nav-pills > li > .nav-link:hover, .appmakers .nav > li > .nav-link:hover { color: #08223a; background-color: transparent; } .appmakers ul li .nav-link { border: 2px solid #fff; border-bottom: 0px; border: 0; border-radius: 20px 20px 0 0; padding: 0px 0px; background: rgba(255, 255, 255, 0.1); } .appmakers li.active .nav-link .reviewStarCount { background: #fff; color: #1a81ff; } .appmakers ul li { margin: 0 30px; width: auto; background: transparent; border-radius: 0; } .appmakers .reviewAuthorInfo { border: 1px solid #f2f2f240; padding: 20px 20px; background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(12px); transition: all 0.5s; color: #fff; border-top-left-radius: 12px; border-top-right-radius: 12px; } .appmakers .AuthorInnerReviewLogo { width: 16%; } .appmakers .AuthorInnerReviewLogo img { max-width: 45px; } .appmakers .nameAuthor { color: #fff; font-size: 18px; font-style: normal; font-weight: 700; line-height: normal; } .appmakers .reviewInnerStarsDiv { display: flex; align-items: center; gap: 15px; margin-top: 10px; padding-left: 15px; font-size: 16px; line-height: 26px; } .appmakers .reviewInnerStarsDiv .me_icon { max-width: 40px; } .appmakers .review-slider { margin-top: 30px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; } .appmakers .tab-content.clearfix { border: 1px solid #f2f2f240; border-radius: 20px; padding: 30px 30px; background: rgba(255, 255, 255, 0.1); } .appmakers .logoAndName { display: flex; align-items: center; gap: 10px; } .appmakers .reviewInner { height: 390px; overflow: hidden; margin-bottom: 20px; border-radius: 20px; } .appmakers .reviewText { background: #fff; padding: 20px 20px; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; height: 100%; } .appmakers .reviewText p { font-size: 18px; line-height: 28px; font-weight: 400; color: #08223a; overflow-y: scroll; height: 155px; margin: 10px; } .appmakers .reviewText strong { color: #08223a; } .appmakers .review-btn { display: flex; justify-content: end; padding-right: 20px; } .appmakers .review-btn a { color: #fff; font-size: 18px; font-weight: 500; display: flex; align-items: center; gap: 5px; } .appmakers .review-btn a img { max-width: 15px; } .appmakers .reviewText p::-webkit-scrollbar-thumb { background-color: #1a81ff; color: #fff; border-radius: 12px; } .appmakers .reviewText p::-webkit-scrollbar { border-radius: 15px; width: 6px; } .appmakers .slick-next, .appmakers .slick-prev { text-indent: -9999px; padding: 0; position: absolute; margin: 0 auto; bottom: auto; z-index: 3; overflow: hidden; width: 50px !important; height: 50px !important; border: 0; background-color: transparent; display: flex; align-items: center; } .appmakers .slick-prev { right: auto; left: -60px; top: 50%; transform: translateY(-50%) scale(-1); } .appmakers .slick-next { right: -60px; left: auto; top: 50%; transform: translateY(-50%); } .appmakers .slick-next::after, .appmakers .slick-prev::after { position: absolute; content: ""; background-image: url(../images/common_icons/arrow_icn.webp); background-repeat: no-repeat; background-position: center; background-size: 23px; border: 2px solid #fff; border-radius: 50px; width: 50px; height: 50px; background-color: #fff; } .winning-projects .winning-slider { overflow: hidden; } .winning-projects .winn-bx { margin: 0 50px; border: 1px solid #f2f2f240; border-radius: 20px; padding: 30px 20px; background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(12px); transition: all 0.5s; opacity: 0.3; display: flex !important; gap: 10px; } .winning-projects .winn-bx .win-contt { padding: 20px 20px 0px 15px; width: 60%; } .winning-projects .winn-bx { margin: 0 50px; border: 1px solid #f2f2f240; border-radius: 20px; padding: 30px 20px; background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(12px); transition: all 0.5s; } .winning-projects .winn-bx.slick-slide.slick-current.slick-active.slick-center { opacity: 9; } .winning-projects .img-win { height: auto; overflow: hidden; display: flex; width: 40%; } .winning-projects .img-win img { width: 100%; border-radius: 10px; display: block; object-fit: cover; } .winning-projects .winn-bx h3 { font-size: 22px; font-weight: 600; line-height: 38px; color: #ffff; margin-bottom: 10px; } .winning-projects .winn-bx p { font-size: 18px; line-height: 28px; font-weight: 400; color: #fff; margin-bottom: 15px; } .winning-projects .slick-next, .winning-projects .slick-prev { text-indent: -9999px; padding: 0; position: absolute; margin: 0 auto; bottom: auto; z-index: 3; overflow: hidden; width: 50px !important; height: 50px !important; border: 0; background-color: transparent; display: flex; align-items: center; } .winning-projects .slick-prev { right: auto; left: 16%; top: 50%; transform: translateY(-50%) scale(-1); } .winning-projects .slick-next { right: 16%; left: auto; top: 50%; transform: translateY(-50%); } .winning-projects .slick-next::after, .winning-projects .slick-prev::after { position: absolute; content: ""; background-image: url(../images/common_icons/arrow_icn.webp); background-repeat: no-repeat; background-position: center; background-size: 23px; border: 2px solid #fff; border-radius: 50px; width: 50px; height: 50px; background-color: #fff; } .overflow-x-add { overflow-x: hidden; } .business-consortium .business-icons { display: grid; grid-template-columns: repeat(5, 1fr); grid-column-gap: 0; grid-row-gap: 48px; } .business-consortium .business-icons img { max-width: 100px; object-fit: contain; } .business-consortium ul.nav.nav-pills { display: flex; justify-content: center; cursor: pointer; } .business-consortium .tab-content.clearfix { background: #fff; border-radius: 20px; padding: 40px 50px; } .business-consortium ul.nav.nav-pills li a { font-size: 22px; font-weight: 600; line-height: 38px; color: #ffff; border-radius: 10px 10px 0 0; border: 1px solid #f2f2f240; background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(12px); transition: all 0.5s; } .business-consortium .nav-pills > li.active > a, .business-consortium .nav-pills > li.active > a:focus, .business-consortium .nav-pills > li.active > a:hover { background-color: #fff !important; color: #08223a !important; } .business-consortium .nav-pills > li > a:hover { background-color: transparent; color: #fff !important; } .business-consortium .iconss { display: flex; justify-content: center; } .digital-leapp .digital-bx { border: 1px solid #f2f2f240; border-radius: 20px; background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(12px); transition: all 0.5s; } .digital-leapp .digital-bx h3 { text-align: center; padding: 25px; position: relative; color: #fff; } .digital-leapp .digital-bx h3::after { content: ""; height: 2px; position: absolute; left: 0; bottom: 0; width: 100%; background: linear-gradient(90deg, #ffffff 0, #0080ff 50%, #fff 100%); } .digital-leapp .digital-bx ul { display: grid; grid-template-columns: repeat(2, 1fr); text-align: center; gap: 20px; padding: 25px 25px 25px 25px; } .digital-leapp .digital-bx li .di-icon { margin: 0 auto 15px; border-radius: 8px; border: 1px solid #f2f2f240; width: 65px; height: 65px; display: flex; align-items: center; justify-content: center; transition: 0.5s; padding: 10px; } .digital-leapp .digital-bx li .di-icon img { max-width: 45px; } .digital-leapp .digital-bx li:hover .di-icon { transition: 0.5s; border-radius: 50%; border-color: #1a81ff; } .digital-leapp .digital-bx li:hover p { color: #1a81ff; } .digital-leapp .digital-bx li p { font-size: 16px; line-height: 22px; font-weight: 300; color: #fff; } .adopt-advanced .nav-pills { justify-content: space-between; display: flex; gap: 10px; margin-bottom: 35px; padding: 20px 0 0; } .adopt-advanced .nav-pills > li.active > a, .adopt-advanced .nav-pills > li.active > a:focus, .adopt-advanced .nav-pills > li.active > a:hover, .adopt-advanced .nav-pills > li > a:hover { color: #fff; background-color: transparent; } .adopt-advanced .nav-pills > li a { display: flex; gap: 5px; align-items: center; position: relative; transition: all 0.5s; border: 2px solid #ffffff00; border-bottom: 0; } .adopt-advanced .nav-pills > li.active a { border: 2px solid #fff; border-radius: 0; } .adopt-advanced .nav-pills > li a img { max-width: 45px; } .adopt-advanced .nav-pills > li a h3 { color: #fff; font-size: 18px; line-height: 28px; font-weight: 400; margin-bottom: 0; } .adopt-advanced .adopt-contt h3 { font-size: 22px; font-weight: 600; line-height: 38px; color: #ffff; margin-bottom: 10px; } .adopt-advanced .adopt-contt p { font-size: 18px; line-height: 28px; font-weight: 400; color: #fff; margin-bottom: 15px; } .adopt-advanced .adopt-contt ul { list-style: disc; padding-left: 30px; } .adopt-advanced .adopt-contt ul li { font-size: 16px; line-height: 22px; font-weight: 400; color: #fff; margin-bottom: 10px; } .adopt-advanced .tab-pane { border-radius: 20px; overflow: hidden; position: relative; } .adopt-advanced .adopt-bx { position: relative; padding-bottom: 35%; overflow: hidden; } .adopt-advanced .adopt-bx img { position: absolute; top: 50%; left: 0; object-fit: cover; min-width: 100%; min-height: 100%; transform: translateY(-50%); width: 100%; border-radius: 20px; overflow: hidden; } .adopt-advanced .adopt-contt { position: absolute; top: 0; height: 100%; padding: 30px; width: 46%; display: flex; flex-direction: column; justify-content: center; left: 40px; } .adopt-advanced .adopt-contt .newbtn_design { width: max-content; } .mobilizing .mobi-icon { display: flex; align-items: center; gap: 20px; margin-top: 10px; border: 1px solid #f2f2f240; border-radius: 20px; background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(12px); padding: 20px 20px; justify-content: center; transition: 0.5s; } .mobilizing .mobi-icon:hover { border-radius: 8px; } .mobilizing-bx { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; } .mobilizing .mobi-icon img { max-width: 55px; } .mobilizing .mobi-icon h3, .mobilizing .mobi-icon a { font-size: 18px; line-height: 28px; font-weight: 400; color: #fff; margin-bottom: 0; transition: all 0.5 s; } .mobilizing .mobi-icon:hover h3, .mobilizing .mobi-icon:hover a { color: #08223a; } .make-testimonial .testi-img { text-align: center; padding: 15px 0; } .make-testimonial ul li.active { background: #1a81ff; border-radius: 0 100px 100px 0; } .make-testimonial .col-md-3 { padding: 0; border-right: 1px solid #ccc; } .make-testimonial ul li .nav-link { background-color: transparent; border: 0; width: 100%; padding: 0; } .make-testimonial ul li .testi-img img { width: 90px; height: 90px; border-radius: 100%; border: 2px solid rgba(255, 255, 255, 0); } .make-testimonial .tab_bg { border-radius: 10px; background-color: #fff; box-shadow: 0 0 20px 0 rgba(57, 73, 99, 0.15); } .make-testimonial ul.nav.nav-pills { display: flex; flex-direction: column; gap: 10px; } .make-testimonial .nav-pills > li > a { padding: 0; width: 100%; border-radius: 0; transition: all 0.5s; } .make-testimonial .nav-pills > li.active > a, .make-testimonial .nav-pills > li.active > a:focus, .make-testimonial .nav-pills > li.active > a:hover, .make-testimonial .nav-pills > li > a:hover { color: #fff; background-color: transparent; } .make-testimonial .nav-pills > li.active > a img { border: 2px solid #fff; } .make-testimonial .testimonial_text { padding: 30px 40px; } .make-testimonial .testimonial_text h3 { color: #08223a; font-size: 24px; font-weight: 600; margin-bottom: 20px; } .make-testimonial .testimonial_text p { font-weight: 400; font-size: 18px; margin: 0; color: #08223a; line-height: 30px; } .make-testimonial .testimonial_text h4 { color: #1a81ff; font-size: 18px; font-weight: 500; } .make-testimonial .testimonial_text h5 { color: #1a81ff; font-size: 18px; font-weight: 500; } .make-testimonial .rating img { width: 130px; margin: 15px 0; } .make-testimonial .feedback { padding: 45px 0 0; position: relative; } .make-testimonial .feedback:before { position: absolute; content: ""; left: 0; top: 14%; background: url(../images/mobile-app-development/quotes_before.png) no-repeat; width: 20px; height: 17px; } .make-testimonial .summary { background: #f7f7f7; padding: 40px; border-radius: 15px; } .make-testimonial .summary ul { padding: 0; margin: 30px 0 0; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: end; } .make-testimonial .summary ul li { color: #1a81ff; } .make-testimonial .summary ul li span { display: block; font-weight: 600; color: #303030; margin-bottom: 6px; } .make-testimonial .nav-pills > li + li { margin-left: 0; } .faqusa ul.nav.nav-pills { display: flex; flex-direction: column; gap: 10px; cursor: pointer; } .faqusa ul.nav.nav-pills li.active { background-color: rgb(255 255 255 / 11%); border-radius: 12px; } .faqusa ul.nav.nav-pills li a { font-size: 18px; line-height: 28px; font-weight: 400; color: #fff; padding: 20px 20px; } .faqusa ul.nav.nav-pills > li.active > a, .faqusa ul.nav.nav-pills > li.active > a:focus, .faqusa ul.nav.nav-pills > li.active > a:hover, .faqusa ul.nav.nav-pills > li > a:hover { color: #fff; background-color: transparent; border-radius: 12px; } .usaexperts { overflow: hidden; } .dark-blog-css section.main-blog-bx { padding: 30px 0px 105px 0px; background-color: #000000; } .dark-blog-css .blg-heading { color: #fff; } .globalgetintouch .get-bg { border: 1px solid #f2f2f240; border-radius: 20px 20px; background: rgba(255, 255, 255, 0.1); padding: 40px 30px 30px 30px; color: #fff; } .globalgetintouch .contact_page_itms { padding-left: 15px; margin: 15px 0 30px; } .globalgetintouch .contact_page_itms li { position: relative; margin-bottom: 10px; padding-left: 30px; font-weight: 400; font-size: 18px; line-height: 30px; } .globalgetintouch .contact_page_itms li::after { position: absolute; content: ""; left: 0px; top: 2px; background-image: url("../images/common_icons/check-double-line.svg"); background-repeat: no-repeat; height: 18px; width: 24px; background-size: 24px; filter: brightness(0) invert(1); } .globalgetintouch .contact_top_bn_itms { margin: 20px 0 30px; } .globalgetintouch .contact_top_bn_itm { display: flex; gap: 20px; padding-left: 15px; margin: 25px 0; } .globalgetintouch .contact_top_bn_itm p a { color: #fff !important; font-size: 16px; } .globalgetintouch h3 { font-size: 24px; font-weight: 600; margin-bottom: 20px; } .globalgetintouch ul.certi-get { display: grid; gap: 15px; padding: 25px 20px; grid-template-columns: repeat(3, 1fr); border: 1px solid #f2f2f240; border-radius: 20px 0 0 20px; background: rgba(255, 255, 255, 0.1); } .globalgetintouch ul.certi-get li { text-align: center; } .globalgetintouch ul.certi-get li img { filter: brightness(0) invert(1); max-width: 150px; } .globalgetintouch .nocls { display: flex; gap: 20px; } .globalgetintouch .contact_hr_itm_con { display: flex; align-items: center; gap: 15px; } .globalgetintouch .contact_hr_itm_con img { width: 100%; } .globalgetintouch .contact_hr_itm_con h4, .globalgetintouch .contact_hr_itm_con p { margin-bottom: 0; } .globalgetintouch h2 { color: #fff; font-size: 34px; margin-bottom: 30px; font-weight: 700; } .globalgetintouch .getintouch-form .form-control { border: 1px solid #f2f2f2; background-color: transparent; border-radius: 50px; height: 60px; color: #fff; font-size: 16px; padding: 20px 30px; box-shadow: unset; font-weight: 700; } .globalgetintouch .getintouch-form .form-group textarea.form-control { height: 150px; border-radius: 20px; } .globalgetintouch .getintouch-form .form-group { margin-bottom: 24px; } .globalgetintouch .getintouch-form .form-group:last-child { margin-bottom: 0; } .globalgetintouch .getintouch-form .form-group .formbtn { border-radius: 50px; } .getintouch-form { padding: 45px 40px; background: #000000bd; border-radius: 20px 20px; box-shadow: 0 31px 42px 0 rgb(0 0 0 / 0.5); } /* global */ /* new-page */ .global-bannner { padding: 140px 0 0; position: relative; background-position: center; background-repeat: no-repeat; background-size: cover; } .global-bannner::after { position: absolute; content: ""; top: 0; left: 0; right: 0; bottom: 0; height: 100%; width: 100%; background-color: #000; opacity: 0.8; } .global-bannner .container { z-index: 1; position: relative; } .texthidden_section .read-more-text { display: inline; } .texthidden_section label.read-more-button.hidden-bx { display: none; } .texthidden_section .hidden-text { display: none; } .texthidden_section .read-more-toggle { display: none; } .texthidden_section .read-more-toggle:checked ~ .read-more-text .hidden-text { display: inline; } .texthidden_section .read-more-toggle + .read-more-text + .read-more-button::before { content: "Read More"; color: #0080ff; cursor: pointer; text-decoration: underline; } .texthidden_section .read-more-toggle:checked + .read-more-text + .read-more-button::before { content: "Read Less"; color: #0080ff; cursor: pointer; text-decoration: underline; } .texthidden_section .read-more-toggle:checked ~ .read-more-text { height: 400px; overflow-x: hidden; overflow-y: auto; display: block; margin-bottom: 10px; } .texthidden_section .read-more-text::-webkit-scrollbar { width: 10px; } .texthidden_section .read-more-text::-webkit-scrollbar-thumb { background: #0080ff; border-radius: 10px; } .texthidden_section .read-more-text::-webkit-scrollbar-track { box-shadow: inset 0 0 5px grey; border-radius: 10px; } .texthidden_section .mebanner_content p { margin-bottom: 10px; } .texthidden_section .newbtn_design { margin-top: 20px; } .global-bannner .listt { padding-left: 20px; list-style: disc; color: #fff; display: flex; flex-direction: column; gap: 5px; font-weight: 300; } .competitive-cta .cta-bg { background-color: #fff; border-radius: 20px; position: relative; display: flex; height: auto; } .competitive-cta .cta-bg .img-com img { width: 100%; position: absolute; bottom: 0; } .competitive-cta .img-com { height: auto; position: relative; width: 30%; } .competitive-cta .com-contt { padding: 60px 30px 50px 40px; } .developer-choose ul { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; padding-left: 0; } .developer-choose ul li h3 { font-size: 22px; font-weight: 600; line-height: 38px; color: #ffff; margin-bottom: 10px; } .developer-choose ul li p { font-size: 18px; line-height: 28px; font-weight: 400; color: #fff; margin-bottom: 15px; } .developer-choose ul li .developer-choose .tp-feature-5 { transform-style: preserve-3d; position: relative; } .developer-choose ul li .tp-feature-item { transition: 0.6s; transform-style: preserve-3d; position: relative; height: 300px; } .developer-choose .tp-feature { height: 100%; } .developer-choose ul li .tp-feature-front { backface-visibility: hidden; transition: all 0.5s; transform-style: preserve-3d; z-index: 2; transform: rotateY(0deg); /* Changed from rotateX(0deg) to rotateY(0deg) */ display: flex; flex-direction: column; align-items: center; text-align: center; justify-content: center; height: 100%; border: 1px solid #f2f2f240; border-radius: 20px; padding: 30px 20px; background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(12px); } .developer-choose ul li .tp-feature:hover .tp-feature-front { transform: rotateY(180deg); /* Changed from rotateX(180deg) to rotateY(180deg) */ } .developer-choose ul li .tp-feature-front .tp-feature-front-icon img { max-width: 55px; filter: brightness(0) invert(1); margin-bottom: 20px; } .developer-choose ul li .tp-feature-back { backface-visibility: hidden; transition: all 0.5s; transform-style: preserve-3d; transform: rotateY(-180deg); position: absolute; top: 0; left: 0; height: 100%; width: 100%; border-radius: 10px; overflow: hidden; } .developer-choose ul li .tp-feature:hover .tp-feature-back { transform: rotateY(0deg); transform-style: preserve-3d; } .developer-choose ul li .tp-feature-back-bg { position: relative; z-index: 1; padding: 20px 10px; height: 100%; background: #1a81ff; display: flex; align-items: center; } .next-business ul { padding-left: 0; display: grid; grid-template-columns: repeat(4, 1fr); } .next-business ul li img { max-width: 55px; margin-bottom: 20px; } .next-business ul li { display: flex; flex-direction: column; border-left: 1px solid #f2f2f240; border-bottom: 1px solid #f2f2f240; background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(12px); padding: 50px 10px; justify-items: center; align-items: center; text-align: center; transition: all 0.5s; } .next-business ul li h3 { font-size: 22px; font-weight: 600; line-height: 38px; color: #ffff; margin-bottom: 0; } .improve-experience .improve-head { display: flex; gap: 20px; align-items: center; padding-bottom: 30px; border-bottom: 1px solid #f2f2f240; margin-bottom: 30px; } .improve-experience .improve-head img { max-width: 45px; } .improve-experience .improve-contt p { font-size: 18px; line-height: 28px; font-weight: 400; color: #fff; margin-bottom: 15px; } .improve-experience .improve-head h3 { font-size: 22px; font-weight: 600; line-height: 38px; color: #ffff; margin-bottom: 10px; } .improve-experience .improve-contt li { position: relative; margin-bottom: 10px; padding-left: 30px; } .improve-experience ul { padding-left: 0; } .improve-experience .improve-contt li::after { position: absolute; content: ""; left: 0px; top: 2px; background-image: url("../images/common_icons/check-double-line.svg"); background-repeat: no-repeat; height: 18px; width: 24px; background-size: 24px; filter: brightness(0) invert(1); } .improve-experience .improve-bx { border: 1px solid #f2f2f240; border-radius: 20px; padding: 30px 20px; background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(12px); transition: all 0.5s; } .improve-experience .row { display: flex; height: auto; } .improve-experience .row .col-md-4 { height: auto; display: flex; } .improve-experience { padding-bottom: 90px !important; } .usagetintouchleft li { position: relative; margin-bottom: 10px; padding-left: 30px; } .usagetintouchleft li::after { position: absolute; content: ""; left: 0px; top: 2px; background-image: url("../images/common_icons/check-double-line.svg"); background-repeat: no-repeat; height: 18px; width: 24px; background-size: 24px; filter: brightness(0) invert(1); } .usagetintouchleft ul { padding-left: 0; padding-top: 20px; } .interlink_update_wht { color: #fff !important; text-decoration: underline !important; font-weight: 900; font-style: italic; } /* new-page */ /* ?? */ .global_banner { overflow: hidden; height: 100vh; position: relative; } .global_banner .bannervideo { height: 100%; width: 100%; object-fit: cover; z-index: 0; position: relative; } .global_banner .partnericon { margin-top: 40px; } .global_banner::after { background: #000000a3; position: absolute; content: ""; top: 0; left: 0; right: 0; bottom: 0; height: 100%; width: 100%; } .global_banner .global_banner_content { position: absolute; z-index: 1; left: 0; top: auto; bottom: 0; right: 0; width: 100%; overflow: hidden; height: 100vh; display: flex; flex-direction: column; align-items: end; justify-content: end; } .global_banner video::-webkit-media-controls, .global_banner video::-webkit-media-controls-enclosure, .global_banner video::-webkit-media-controls-panel, .global_banner video::-webkit-media-controls-start-playback-button { display: none !important; -webkit-appearance: none; } .global_banner .global_banner_content .usabannercontent { max-width: 85%; position: absolute; top: 30%; } .culturalfold .culturalitem { display: flex; position: relative; margin: 0 15px; } .culturalfold .culturalimg { background-size: 100%; margin: 0 15px; padding: 15px; margin: 15px 15px 30px; width: 70%; } .culturalfold .culturalimg img { width: 100%; } .culturalfold .culturalitem .culturalctnn { width: 53%; position: absolute; right: 20px; bottom: 0; color: #fff; border: 1px solid #f2f2f240; border-radius: 20px; background: rgb(0 0 0 / 41%); backdrop-filter: blur(12px); transition: all 0.5s; padding: 45px 30px; bottom: 0; } .culturalfold .culturalitem .culturalctnn ul { list-style: disc; margin-top: 20px; } .culturalfold .culturalitem .culturalctnn li { font-size: 18px; line-height: 28px; font-weight: 300; margin-top: 5px; } .culturalfold .slick-next, .culturalfold .slick-prev { text-indent: -9999px; padding: 0; position: absolute; margin: 0 auto; bottom: auto; z-index: 3; overflow: hidden; width: 50px !important; height: 50px !important; border: 0; background-color: transparent; display: flex; align-items: center; } .culturalfold .slick-prev { right: auto; left: -60px; top: 50%; transform: translateY(-50%) scale(-1); } .culturalfold .slick-next { right: -60px; left: auto; top: 50%; transform: translateY(-50%); } .culturalfold .slick-next::after, .culturalfold .slick-prev::after { position: absolute; content: ""; background-image: url(../images/common_icons/arrow_icn.webp); background-repeat: no-repeat; background-position: center; background-size: 23px; border: 2px solid #fff; border-radius: 50px; width: 50px; height: 50px; background-color: #fff; } .culturalfold h3 { font-size: 22px; font-weight: 600; line-height: 38px; margin-bottom: 10px; } /* Hide elements initially */ .culturalimg, .culturalctnn { opacity: 0; transform: translateX(0); transition: all 0.8s ease; } /* Slide in from right (image) */ .culturalimg.animate-in { opacity: 1; transform: translateX(50px); animation: imgSlideIn 0.8s forwards; } @keyframes imgSlideIn { from { opacity: 0; transform: translateX(80px); } to { opacity: 1; transform: translateX(0); } } /* Slide in from left (text) */ .culturalctnn.animate-in { opacity: 1; animation: textSlideIn 0.8s forwards; } @keyframes textSlideIn { from { opacity: 0; transform: translateX(-80px); } to { opacity: 1; transform: translateX(0); } } .augmentingfold ul { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; padding-left: 0; } .augmentingfold ul li { border-left: 1px solid #f2f2f240; padding: 30px 30px; color: #fff; margin-top: 30px; } .augmentingfold ul li h3 { font-size: 22px; font-weight: 600; line-height: 38px; margin-bottom: 10px; } .augmentingfold ul li p { font-size: 18px; line-height: 28px; font-weight: 300; } .augmentingfold ul li span { font-size: 40px; color: #1a81ff; font-weight: 900; } .recognizedcase .recoscroll { height: 390px; overflow-y: auto; scroll-behavior: smooth; padding-right: 20px; box-sizing: border-box; } .recognizedcase .recoscroll::-webkit-scrollbar { width: 8px; height: 6px; } .recognizedcase .recoscroll::-webkit-scrollbar-track { background: #2928284b; border-radius: 10px; } .recognizedcase .recoscroll::-webkit-scrollbar-thumb { background: #1a81ff; border-radius: 10px; } .recognizedcase .mainreco { display: flex; gap: 30px; } .recognizedcase .mainreco .address span { font-size: 18px; line-height: 28px; font-weight: 300; } .recognizedcase .mainreco .recoimg img { width: 100%; height: 100%; object-fit: cover; } .recognizedcase .mainreco .recocontt { width: 45%; padding: 30px 0; color: #fff; } .recognizedcase .mainreco .recoimg { width: 55%; } .recognizedcase .mainreco .recocontt h5 { color: #1a81ff; margin-bottom: 20px; font-size: 16px; } .recognizedcase .mainreco .recocontt h3 { font-size: 22px; font-weight: 600; line-height: 38px; margin-bottom: 10px; } .recognizedcase .mainreco .recocontt p { font-size: 18px; line-height: 28px; font-weight: 300; } .recognizedcase span.results_head { font-size: 22px; font-weight: 600; } .recognizedcase .results_count { display: flex; color: #fff; padding: 15px 0 30px; } .recognizedcase .states_head + .states_head { margin-left: 10px; padding-left: 30px; border-left: 1px solid #707070; } .recognizedcase .states_head span { font-size: 40px; } .recognizedcase .states_head { width: 140px; } .video_cards_panel .common__btn.text-center { margin: 8rem auto 0; } .video_cards_panel .vid_card_grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-column-gap: 20px; } .video_cards_panel .card_col { position: relative; } .video_cards_panel .video_card_inner { border-radius: 12px; position: relative; transition: all 0.5s; } .video_cards_panel .video_poster { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; } .video_cards_panel .video_poster img { width: 100%; } .video_cards_panel .muteunmute { position: absolute; right: 6px; bottom: 2px; cursor: pointer; } .video_cards_panel .mute, .video_cards_panel .unmute { display: none; } .video_cards_panel .video_card video { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; border-radius: 12px; transition: transform 1s ease; } .video_cards_panel .video_play { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); } .video_cards_panel .card_col:nth-child(even) { margin-top: 55px; } .video_cards_panel .video_caption { text-align: center; padding-top: 20px; } .video_cards_panel .video_caption span { display: block; font-size: 16px; color: #fff; text-shadow: 0 2px 7px #333; } .video_cards_panel .video_cards_panel .cl-nm { font-weight: 600; } .video_cards_panel .cl-dt { font-weight: 300; padding-top: 5px; } .video_cards_panel .video_card_inner { position: relative; overflow: hidden; } .video_cards_panel .video_card_inner video { width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 0.4s ease; border-radius: 12px; } .video_cards_panel .video_play { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 2; transition: opacity 0.3s ease; } .video_cards_panel .video_poster { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1; transition: opacity 0.4s ease; } .video_cards_panel .video_poster img { width: 100%; height: 100%; object-fit: cover; } .video_cards_panel .video_card_inner:hover .video_play { opacity: 0; } .video_cards_panel .video_card_inner:hover .video_poster { opacity: 0; } .video_cards_panel .video_card_inner:hover video { opacity: 1; } .renderhigh li { padding: 20px 30px; border-bottom: 1px solid #707070; } .renderhigh .topp { display: flex; align-items: center; margin-bottom: 20px; gap: 15px; } .renderhigh .topp img { max-width: 45px; } .renderhigh h3 { font-size: 22px; font-weight: 600; line-height: 38px; margin-bottom: 0px; color: #fff; } .renderhigh .bott p { font-size: 18px; line-height: 28px; font-weight: 300; color: #fff; } .renderhigh .col-md-5 { position: sticky; top: 110px; } .renderhigh .solution_cta { background-image: url(../images/mobile-app-development/image-bg.webp); background-color: #1b1b1b; width: 100%; background-size: 94%; border-radius: 8px; padding: 40px 40px; background-repeat: no-repeat; background-position: center center; } .renderhigh .industry_cta img { max-width: 45px; } .renderhigh .solution_cta h3 { font-size: 24px; line-height: 42px; color: #fff; margin: 20px 0; } .renderhigh .solution_cta p { font-size: 18px; line-height: 28px; font-weight: 300; color: #fff; margin-bottom: 20px; } .fencebx { overflow: hidden; } .fencebx ul { display: grid; grid-template-columns: repeat(3, 1fr); padding: 0; gap: 30px; color: #fff; } .fencebx ul li img { max-width: 45px; margin-bottom: 20px; } .fencebx ul li h3 { font-size: 22px; font-weight: 600; line-height: 38px; margin-bottom: 10px; } .fencebx ul li p { font-size: 18px; line-height: 28px; font-weight: 300; } .fencebx ul li { position: relative; margin-top: 0; color: #fff; background: #171717; border: 1px solid #2b2b2b; border-radius: 8px; width: 100%; display: block; transition: all ease-in 0.2s; padding: 30px 30px; cursor: pointer; } .fencebx ul li:hover { border: 1px solid #1a81ff; } .techcolla ul { padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); gap: 30px; } .techcolla ul li { transition: all ease-in 0.2s; text-align: center; margin-top: 30px; } .techcolla ul li img { max-width: 100px; } .customprocess .procmain { display: flex; align-items: center; gap: 40px; padding: 20px 20px; } .customprocess .procmain .proimg { width: 40%; } .customprocess .procmain .proimg img { width: 100%; border-radius: 12px; } .customprocess .tab-pane { border-radius: 20px; padding: 20px 20px; transition: 0.3s ease-in-out; box-shadow: 0 0 350px #ffffff00; margin-top: 12px; background-color: #ffffff14; } .customprocess .procmain .procontt { width: 60%; color: #fff; } .customprocess .procmain .procontt h3 { font-size: 22px; font-weight: 600; line-height: 38px; margin-bottom: 10px; } .customprocess .procmain .procontt ul { list-style: disc; } .customprocess .procmain .procontt li { font-size: 18px; line-height: 28px; font-weight: 300; margin-top: 10px; } .customprocess ul.nav.nav-pills { display: flex; flex-direction: column; gap: 10px; background-color: #ffffff14; border-radius: 20px; padding: 20px 20px; transition: 0.3s ease-in-out; box-shadow: 0 0 350px #ffffff00; margin-top: 12px; cursor: pointer; } .customprocess ul.nav.nav-pills li .nav-link { color: #ffffff60; background-color: transparent; font-size: 18px; width: 100%; border: 0; padding: 10px 0; } .customprocess ul.nav.nav-pills li .nav-link.active { color: #fff; background-color: transparent; } .customprocess ul.nav.nav-pills li:hover .nav-link { color: #fff; background-color: transparent; } .laurels .badge_card { background: #171717; border: 1px solid #1a81ff; border-radius: 10px; padding: 30px 10px; color: #fff; margin: 0 10px; text-align: center; display: flex !important; justify-content: center; flex-direction: column; align-items: center; } .laurels .badge_card img { width: 80%; display: flex; align-items: center; justify-content: center; } .laurels .badge_head { font-size: 18px; line-height: 1.5; padding-top: 10px; } .laurels .slick-next, .laurels .slick-prev { text-indent: -9999px; padding: 0; position: absolute; margin: 0 auto; bottom: auto; z-index: 3; overflow: hidden; width: 50px !important; height: 50px !important; border: 0; background-color: transparent; display: flex; align-items: center; } .laurels .slick-prev { right: auto; left: -60px; top: 50%; transform: translateY(-50%) scale(-1); } .laurels .slick-next { right: -60px; left: auto; top: 50%; transform: translateY(-50%); } .laurels .slick-next::after, .laurels .slick-prev::after { position: absolute; content: ""; background-image: url(../images/common_icons/arrow_icn.webp); background-repeat: no-repeat; background-position: center; background-size: 23px; border: 2px solid #fff; border-radius: 50px; width: 50px; height: 50px; background-color: #fff; } .postdelivery-bx img { width: 100%; height: 85vh; object-fit: contain; } .postdelivery-bx { background-size: 100%; background-repeat: no-repeat; background-attachment: fixed; position: relative; } .postdelivery-bx::after { position: absolute; content: ""; top: 0; left: 0; right: 0; bottom: 0; height: 100%; width: 100%; background-color: #000; opacity: 0.8; } .postdelivery-bx .container { position: relative; z-index: 2; } .postdelivery-bx .panel { background-color: transparent; color: #fff; } .postdelivery-bx .panel-default > .panel-heading { color: #ffffff; background-color: transparent; border-color: #fff; padding: 20px 25px; } .postdelivery-bx .panel-default > .panel-heading + .panel-collapse > .panel-body { border-top-color: #fff; padding: 20px 25px; } .postdelivery-bx .accordion .accordion-item .accordion-header a { display: block; width: 100%; font-size: 18px; font-weight: 500; line-height: 26px; } .postdelivery-bx .panel-group h3 a { font-size: 22px; font-weight: 600; text-align: left; line-height: 28px; } .postdelivery-bx .panel-group p { font-weight: 300; font-size: 17px; line-height: 22px; padding-top: 10px; } .postdelivery-bx h3.panel-title a { position: relative; display: block; padding-right: 30px; } .postdelivery-bx h3.panel-title a::after { content: ""; position: absolute; right: 0; top: 50%; width: 25px; height: 25px; background-image: url(../images/dubai-uae/down.webp); background-size: contain; background-repeat: no-repeat; transform: translateY(-50%) rotate(0deg); transition: transform 0.3s ease; filter: brightness(0) invert(1); } .postdelivery-bx h3.panel-title a[aria-expanded="true"]::after { transform: translateY(-50%) rotate(180deg); } .offercustombx .main-offer { background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(12px); border: 1px solid rgba(255, 255, 255, 0.2); padding: 40px 20px; border-radius: 14px; position: relative; transition: 0.3s ease-in-out; height: 100%; cursor: pointer; margin: 0 10px; min-height: 545px; } .offercustombx .main-offer:hover { background: #1a81ff; } .offercustombx .icon-bx { position: absolute; right: 0; top: 0; background: #1a81ff; border-radius: 0px 12px 0px 40px; height: 75px; width: 75px; display: flex; align-items: center; justify-content: center; transition: 0.3s ease-in-out; } .offercustombx img { max-width: 45px; filter: brightness(0) invert(1); transition: 0.3s ease-in-out; } .offercustombx .main-offer:hover .icon-bx { background: #fff; } .offercustombx .main-offer:hover .icon-bx img { filter: none; } .offercustombx .main-offer h3 { color: #fff; font-weight: 700; font-size: 21px; margin-bottom: 14px; line-height: 31px; } .offercustombx .main-offer p { color: #fff; font-size: 18px; margin: 0; line-height: 28px; } .offercustombx .main-offer ul { list-style: disc; padding-left: 20px; } .offercustombx .main-offer li { color: #fff; font-size: 16px; padding-top: 10px; line-height: 28px; font-weight: 300; } .offercustombx .slick-next, .offercustombx .slick-prev { text-indent: -9999px; padding: 0; position: absolute; margin: 0 auto; bottom: auto; z-index: 3; overflow: hidden; width: 50px !important; height: 50px !important; border: 0; background-color: transparent; display: flex; align-items: center; } .offercustombx .slick-prev { right: auto; left: -60px; top: 50%; transform: translateY(-50%) scale(-1); } .offercustombx .slick-next { right: -60px; left: auto; top: 50%; transform: translateY(-50%); } .offercustombx .slick-next::after, .offercustombx .slick-prev::after { position: absolute; content: ""; background-image: url(../images/common_icons/arrow_icn.webp); background-repeat: no-repeat; background-position: center; background-size: 23px; border: 2px solid #fff; border-radius: 50px; width: 50px; height: 50px; background-color: #fff; } .harnesses .harnebx { background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(12px); border: 1px solid rgba(255, 255, 255, 0.2); padding: 60px 20px 40px; border-radius: 14px; position: relative; transition: 0.3s ease-in-out; height: 100%; cursor: pointer; color: #fff; } .harnesses ul { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; padding: 0; margin: 0; } .harnesses ul li { margin-top: 40px; } .harnesses .icns { position: absolute; top: -10%; background-color: #1a81ff; padding: 5px; border-radius: 5px; } .harnesses .icns img { max-width: 45px; } .harnesses .contt h3 { color: #fff; font-weight: 700; font-size: 21px; margin-bottom: 14px; line-height: 31px; } .harnesses .contt p { color: #fff; font-size: 18px; margin: 0; line-height: 28px; } .distinctive-table table { margin-top: 40px; border-collapse: collapse; } .distinctive-table table img { max-width: 35px; } .distinctive-table tr th.cls { border-top: none; } .distinctive-table tr .cls.last:after, .distinctive-table tr .cls:after { content: ""; height: 135px; top: -29px; position: absolute; padding: 30px 0; left: 0; z-index: -1; } .distinctive-table table { width: 100%; position: relative; z-index: 1; } .distinctive-table tr { border: 1px solid #1a81ff; color: #fff; } .distinctive-table td, .distinctive-table th { padding: 24px 30px; text-align: center; } .distinctive-table th { font-size: 24px; font-weight: 600; line-height: 30px; } .distinctive-table td { font-size: 18px; font-weight: 400; line-height: 25px; } .distinctive-table tr:nth-child(2) td:nth-child(2), .distinctive-table tr:nth-child(4) td:nth-child(2), .distinctive-table tr:nth-child(6) td:nth-child(2), .distinctive-table tr:nth-child(8) td:nth-child(2) { background: #06c; } .distinctive-table tr:first-child { background-image: url(../images/custom_software_dubai/table-headingbg.webp); background-size: 100% 100%; background-repeat: no-repeat; border: none; } .distinctive-table tr:nth-child(8) { border-radius: 20px; } .distinctive-table tr .cls { background-color: #0080ff; position: relative; border-bottom: 1px solid; color: #fff; width: 30%; } .distinctive-table tr .cls:after { width: 100%; background: #0080ff; border-radius: 20px; border: 1px solid; } .distinctive-table tr .cls.last:after { width: 100%; background: #06c; border-radius: 20px; border: 1px solid; } .distinctive-table td.cls.last { border-bottom: 1px solid transparent !important; } .integratebx .row { display: flex; align-items: center; } .integratebx img { width: 80%; } .integratebx ul { display: flex; flex-wrap: wrap; gap: 15px; padding: 0; color: #fff; margin-bottom: 20px; } .integratebx ul li { width: 30%; margin-bottom: 10px; padding-left: 30px; position: relative; font-weight: 300; font-size: 16px; line-height: 22px; } .integratebx ul li:before { content: ""; background-image: url(../images/mobile-app-development/checklist.webp); background-size: 18px; width: 18px; height: 18px; position: absolute; left: 0; top: 0px; background-repeat: no-repeat; } .integratebx .in { display: block; position: relative; border: 1px solid #1a81ff; padding: 40px 20px; border-radius: 12px; overflow: visible; box-shadow: 0 3px 6px #05081a, 0 3px 6px #1a81ff; overflow: hidden; } .integratebx .in span { position: absolute; top: 0; left: 8px; width: 98%; height: 100%; display: block; box-sizing: border-box; } .integratebx .in span:first-child { transform: rotate(0); } .integratebx .in span:nth-child(2) { transform: rotate(180deg); } .integratebx .in span::before { content: ""; position: absolute; width: 100%; height: 3px; background: #0080ff; animation: 4s linear infinite animate-border; } @keyframes animate-border { 0% { transform: scaleX(0); transform-origin: left; } 50% { transform: scaleX(1); transform-origin: left; } 50.1% { transform: scaleX(1); transform-origin: right; } 100% { transform: scaleX(0); transform-origin: right; } } .deploytab ul { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; } .deploytab .nav:before { display: none; } .deploytab li .nav-link { background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(12px); border: 1px solid rgba(255, 255, 255, 0.2); padding: 20px 20px; border-radius: 14px; transition: 0.3s ease-in-out; height: auto; cursor: pointer; color: #fff; display: flex; flex-direction: column; gap: 10px; justify-content: center; align-items: center; text-align: center; height: 100%; font-size: 16px; font-weight: 500; width: 100%; } .deploytab .nav-pills > li.active > .nav-link, .deploytab .nav-pills > li > .nav-link:focus, .deploytab .nav-pills > li > .nav-link:hover { color: #fff; background-color: #1a81ff; } .deploytab li .nav-link img { max-width: 45px; } .deploytab .nav > li > a:hover { background-color: transparent; } .deploytab .tab-pane { background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(12px); border: 1px solid rgba(255, 255, 255, 0.2); padding: 20px 20px; border-radius: 14px; } .deploytab .tab-pane img { max-width: 45px; margin-bottom: 20px; } .deploytab .tab-pane h3 { color: #fff; font-weight: 700; font-size: 21px; margin-bottom: 10px; line-height: 31px; } .deploytab .tab-pane p { color: #fff; font-size: 18px; margin: 0; line-height: 28px; } .techinti .tools_tech_wrap { padding: 8rem 0 0; } .techinti .tools_tech_wrap .app__subhead, .case_studies .app__subhead { padding-bottom: 15px; } .techinti .tools_tech_wrapper { display: flex; margin-top: 30px; border-radius: 25px; overflow: hidden; } .techinti .tools_tech_left { position: relative; padding: 20px 20px 0 30px; width: 50%; background-color: rgba(17, 99, 251, 1); } .techinti .tools_tab_link { color: #fff; font-size: 22px; font-weight: 600; padding: 24px 0; margin-bottom: 5px; cursor: pointer; position: relative; padding-left: 80px; } .techinti .tools_tech_scroll_num { position: absolute; left: 20px; font-weight: 500; } .techinti .tools_tab_link.active { color: #fff; background: rgba(60, 128, 254, 1); border-radius: 12px; } .techinti .tools_tab_link:hover { background: rgba(8, 83, 221, 1); border-radius: 12px; } .techinti .total_count { color: #89b5fd; } .techinti .active .tools_arrow { opacity: 1; visibility: visible; } .techinti .tools_arrow { position: absolute; right: 20px; top: 50%; transform: translateY(-50%); opacity: 0; visibility: hidden; } .techinti .tools_tech_rt { position: relative; width: 50%; padding: 20px 20px 0; background-color: #fff; } .techinti .tools_rt_inner { position: relative; padding: 30px; } .techinti .list_head { cursor: pointer; color: #fff; font-size: 18px; position: relative; } .techinti .list_num { position: absolute; left: 0; } .techinti .tab_cont_dtl { margin: 30px 0 0; } .techinti .tab_cont_dtl li:not(:last-child) { border-bottom: 1px solid #fff; padding-bottom: 25px; margin-bottom: 25px; } .techinti .tools_card_head { color: #fff; font-size: 22px; padding-top: 20px; } .techinti .accor_content { display: none; } .techinti .accor_content .para { color: #fff; } .techinti .tools_tab_content { display: none; } .techinti .tools_tab_content.active { display: block; } .techinti .tools_tech_scroll_num img { max-width: 20px; } .techinti .tools_tab_grid ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; padding: 0; } .techinti .tools_tab_grid ul li { background-color: #f7f7f7; border-radius: 16px; height: auto; display: flex; align-items: center; padding: 22px; gap: 10px; } .techinti .tools_tab_grid ul li img { max-width: 35px; } .techinti .tools_tab_grid ul li figure { min-width: 80px; height: 60px; display: flex; align-items: center; justify-content: center; } .techinti .tools_tab_grid ul li figure img { max-width: 35px; } .techinti .tools_tab_grid ul li span { margin: 0 0 0 4px; font-size: 14px; line-height: 1.2; font-weight: 600; } .techinti .tools_tech_scroll li:last-child { margin-bottom: 0; } .techinti .tools_right_scroll { overflow-y: scroll; height: 500px; padding-right: 35px; } .techinti .scrollle_content::-webkit-scrollbar, .techinti .tools_right_scroll::-webkit-scrollbar { -webkit-appearance: none; width: 7px; } .techinti .tools_right_scroll::-webkit-scrollbar-thumb { background-color: #f0ebeb01; border-radius: 20px; } .techinti .tools_tech_scroll { overflow-y: scroll; height: 480px; padding-right: 15px; padding-left: 0; } .techinti .scrollle_content::-webkit-scrollbar, .techinti .tools_tech_scroll::-webkit-scrollbar { -webkit-appearance: none; width: 7px; } .techinti .tools_tech_scroll::-webkit-scrollbar-thumb { background-color: rgba(118, 165, 253, 1); border-radius: 20px; } .techinti .list_head { cursor: pointer; } .techinti .tools-tab-accordion { display: none; position: relative; padding-left: 40px; background: #3c80fe; border-radius: 8px; margin-bottom: 20px; } .techinti .tech_stack_head { font-size: 18px; line-height: 28px; font-weight: 600; color: #010101; margin-bottom: 20px; } .techinti .tools_tab_content { display: none; opacity: 0; transition: opacity 0.3s ease-in-out; } .techinti .tools_tab_content.active { display: block; opacity: 1; } .techinti .tools_tab_link.active { background: #1a81ff; } .location_sections { position: relative; } .location_slider { position: relative; z-index: 2; } .locationslider_content { position: absolute; bottom: 0; left: 0; right: 0; margin: 0 auto; width: 100%; z-index: 2; padding: 14px 14px; min-height: 220px; } .locationslider_box { overflow: hidden; height: 380px; width: 100%; position: relative; margin: 0 12px; border-radius: 10px; } .locationslider_box img { height: 100%; width: 100%; object-fit: cover; } .locationslider_box::after { position: absolute; content: ""; bottom: 0; left: 0; height: 100%; width: 100%; background: linear-gradient(180deg, rgba(196, 196, 196, 0) 0%, #031231 70%); } .locationslider_content h3 { color: #fff; font-weight: 700; font-size: 16px; margin-bottom: 3px; line-height: 24px; } .locationslider_content p { color: #fff; font-size: 14px; margin-bottom: 0; line-height: 21px; text-align: left; } .locationslider_content p a { color: #fff; font-weight: 700; } .postall { position: relative; } .centerpost { position: absolute; bottom: 0; left: auto; text-align: center; width: 100%; } .postall .bgpost { position: relative; animation: 20s linear infinite bg-circle-rotate; } .postdelivery-bx { overflow: hidden; } @keyframes bg-circle-rotate { from { transform: rotate(0); } to { transform: rotate(360deg); } } .recognizedcase .skipbtn { position: sticky; top: 33%; right: 0; display: flex; justify-content: end; z-index: 2; } .recognizedcase .skipbtn a { background-color: #fff; padding: 10px 20px; border-radius: 50px; color: #175eff; font-size: 16px; display: none; width: max-content; } .recognizedcase .skipbtn a { position: relative; animation: pulse-animation 2s infinite; } .lazy-section { opacity: 0; transition: opacity 0.5s ease-in-out; } .lazy-section.loaded { opacity: 1; } .useaboutpart ul { list-style: disc; } .useaboutpart ul li p { font-weight: 300; font-size: 16px; margin-bottom: 5px !important; line-height: 22px; } .useaboutpart ul::marker { color: #fff; } .usascale .price-table { background: linear-gradient(0deg, rgba(21, 27, 58, 0.05), rgba(21, 27, 58, 0.05)), radial-gradient(65.11% 133.4% at 50% -30.96%, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%); box-shadow: 0 0 350px #ffffff00; overflow: hidden; border-radius: 14px; } .usascale .price-table tr td { padding: 15px 24px; font-size: 16px; font-weight: 300; border: 0; text-align: left; color: #fff; border-radius: 14px; border: 1px solid #ffffff14; } .usascale .price-table tr.price-table-head th { font-size: 16px; font-weight: 600; text-transform: uppercase; background: linear-gradient(0deg, rgba(21, 27, 58, 0.05), rgba(21, 27, 58, 0.05)), radial-gradient(65.11% 133.4% at 50% -30.96%, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%); color: #fff; text-align: left; padding: 20px 20px; border: 1px solid #ffffff14; } .usascaleimg img { max-width: 100%; } .softsol .hover-accordion { max-width: 900px; margin: auto; } .softsol .accordion-item { background: linear-gradient(0deg, rgba(21, 27, 58, 0.05), rgba(21, 27, 58, 0.05)), radial-gradient(65.11% 133.4% at 50% -30.96%, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%); color: #fff; border: 2px solid #ffffff29; padding: 20px; margin-bottom: 12px; border-radius: 12px; cursor: pointer; transition: all 0.4s ease; overflow: hidden; } .softsol .accordion-item h3 { margin: 0; font-size: 20px; } .softsol .accordion-item p { max-height: 0; opacity: 0; margin: 0px; transition: all 0.4s ease; line-height: 1.6; } .softsol .accordion-item.active { background: #1b263b; } .softsol .accordion-item.active p { max-height: 200px; margin-top: 10px; opacity: 1; } .softsol p { color: #fff; font-size: 18px; margin-bottom: 15px; line-height: 30px; } .softsol .solimgg img { width: 100%; border-radius: 12px; } .usabg_img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; } .usabg_optmize { position: relative; padding-top: 200px; } .usabg_optmize::after { position: absolute; content: ""; top: 0; left: 0; right: 0; bottom: 0; height: 100%; width: 100%; background-color: #000; opacity: 0.8; } .usabg_optmize .container { position: relative; z-index: 2; } .globalform_img { display: flex; align-items: center; justify-content: center; border-radius: 20px; overflow: hidden; height: 640px; } .globalform_img img { height: 100%; width: 100%; object-fit: cover; } /* FIXED SELECTOR */ .new-slider[class*="box"] { overflow: hidden; border-radius: 20px; transition: all 1s cubic-bezier(0.68, -0.6, 0.32, 1.6); position: absolute; width: 388px; height: 100%; } /* HIDDEN SLIDES */ .new-slider[class*="box"]:nth-child(10), .new-slider[class*="box"]:nth-child(9), .new-slider[class*="box"]:nth-child(8), .new-slider[class*="box"]:nth-child(7), .new-slider[class*="box"]:nth-child(1) { visibility: hidden; z-index: 1; } /* SCALE & POSITION */ .new-slider[class*="box"]:nth-child(10) { transform: scale(0.3) translate(-50%, -50%); top: 20%; } .new-slider[class*="box"]:nth-child(8), .new-slider[class*="box"]:nth-child(9) { transform: scale(0.4) translate(-50%, -50%); top: 20%; } .new-slider[class*="box"]:nth-child(7), .new-slider[class*="box"]:nth-child(1) { transform: scale(0.5) translate(-50%, -50%); top: 20%; } .new-slider[class*="box"]:nth-child(2), .new-slider[class*="box"]:nth-child(6) { transform: scale(0.6) translate(-50%, -50%); top: 25%; z-index: 2; visibility: visible; } .new-slider[class*="box"]:nth-child(3), .new-slider[class*="box"]:nth-child(5) { transform: scale(0.7) translate(-50%, -50%); top: 30%; z-index: 3; visibility: visible; } .new-slider[class*="box"]:nth-child(4) { transform: scale(0.8) translate(-50%, -50%); top: 34%; z-index: 4; visibility: visible; } /* LEFT POSITIONS */ .new-slider[class*="box"]:nth-child(1) { left: 2%; } .new-slider[class*="box"]:nth-child(2) { left: 5%; } .new-slider[class*="box"]:nth-child(3) { left: 25%; } .new-slider[class*="box"]:nth-child(4) { left: 47%; } .new-slider[class*="box"]:nth-child(5) { left: 65%; } .new-slider[class*="box"]:nth-child(6) { left: 81%; } .new-slider[class*="box"]:nth-child(7) { left: 80%; } .new-slider[class*="box"]:nth-child(8), .new-slider[class*="box"]:nth-child(9), .new-slider[class*="box"]:nth-child(10) { left: 70%; } /* ANIMATION */ .new-slider .firstSlide { animation: firstChild 1s; } /*Animation for buyers landing page slider*/ @-webkit-keyframes firstChild { 0% { left: 100%; transform: scale(0.5) translate(-50%, -50%); } 100% { left: 0%; transform: scale(0.5) translate(-50%, -50%); } } @keyframes firstChild { 0% { left: 100%; transform: scale(0.5) translate(-50%, -50%); } 100% { left: 0%; transform: scale(0.5) translate(-50%, -50%); } } @media (min-width: 1200px) { .global_banner .global_banner_content .usabannercontent { width: 1170px; } } @media (max-width: 1023px) { .usabanner { padding: 60px 0 0; } .usabannercontent h1 { font-size: 34px; margin-bottom: 20px; line-height: 46px; } .usabannercontent { text-align: center; margin-bottom: 50px; } .usabannerbtns { display: flex; margin-top: 20px; justify-content: center; } .usernumber_box .spanuse { font-size: 16px; line-height: 24px; } .usernumber_count { margin: 26px 0 6px; font-size: 28px; } .headingmain h2 { font-size: 30px; margin-bottom: 13px; line-height: 40px; } .topnotchbox { border-radius: 10px; width: 47%; height: auto; margin-bottom: 20px; } .usactaimg { display: none; } .usactacontent { padding: 0 40px; width: 100%; text-align: center; } .usactacontent h2 { font-size: 30px; line-height: 39px; } .usactacontent h3 { font-size: 24px; line-height: 30px; } .offersolutions_tabs { flex-wrap: wrap; border-radius: 10px; } .offersolutions_tabs .nav-tabs { width: 100%; padding: 30px; border: 0; background-color: #eef3ff; height: auto; overflow-y: auto; } .offersolutions_tabs .nav-tabs { width: 100%; padding: 30px; border: 0; background-color: #eef3ff; height: auto; overflow-y: auto; display: flex; overflow-x: auto; overflow-y: hidden; white-space: nowrap; } .offersolutions_tabs .nav-tabs li button { display: flex; align-items: center; justify-content: flex-start; padding: 20px; font-size: 16px; font-weight: 700; border: 0 !important; background-color: #fff; border-radius: 10px; margin-bottom: 0; color: #08223a !important; cursor: pointer !important; margin-right: 14px; width: auto; } .offersolutions_tabs .tab-content { width: 100%; } .hiredeveloper .row .col-md-4:first-child { width: 100% !important; text-align: center; } .hiredeveloper .row .col-md-4 { width: 50% !important; margin-bottom: 20px !important; } br { display: none; } .usaindustry_tabs .nav-tabs { width: 100%; border: 0; height: auto; overflow-y: hidden; padding: 0 4px; overflow-x: auto; display: flex; white-space: nowrap; } .usaindustry_tabs { flex-wrap: wrap; } .usaindustry_tabs .nav > li > button { display: flex; align-items: center; font-size: 18px; border-radius: 10px; height: 80px; font-weight: 700; margin-right: 15px; padding: 10px 18px; width: auto; } .usaindustry_tabs .nav > li > button img { max-width: 40px; margin-right: 13px; } .usaindustry_tabs .tab-content { width: 100%; padding-left: 0; margin-top: 30px; } .usaindustrymain { width: 100%; border-radius: 10px; padding: 40px 30px; } .new-slider[class*="box"] { width: 258px; } .new-slider { height: 570px; } body { overflow-x: hidden; } .usalatesttechsimg { display: none; } .usalatesttechsinner { display: flex; align-items: center; margin: 30px 0 90px; background: #ffff; padding: 20px; border-radius: 10px; } .usalatesttechscontent { width: 100%; padding: 0 70px 0 10px; } .usalatesttechslider .slick-next { right: -60px; left: 0; top: auto; transform: unset; bottom: 20px; } .usalatesttechslider .slick-prev { right: 0; left: -60px; top: auto; transform: scale(-1); bottom: 20px; } .usaengagementslider .slick-next { right: -60px; left: 0; top: auto; transform: unset; bottom: -70px; } .usaengagementslider .slick-prev { right: 0; left: -60px; top: auto; transform: scale(-1); bottom: -70px; } .usernumber_main { border-radius: 10px; } .usaengagementmodelbox { height: 650px; } .usaengagementslider { margin-bottom: 70px; } .usabusinessgrowth_box { border-radius: 10px; padding: 30px 20px; width: 47%; margin: 0 10px 20px; } .usacostimg { display: none; } .usadevelopmentprocess_main .col-md-6, .usadevelopmentprocess_main .col-md-4 { margin-bottom: 20px; } .usaawardsslider .slick-next { right: -60px; left: 0; top: auto; transform: unset; bottom: -70px; } .usaawardsslider .slick-prev { right: 0; left: -60px; top: auto; transform: scale(-1); bottom: -70px; } .usaawardsslider { margin-bottom: 60px; } .usatechstackicon { height: 70px; width: 70px; border-radius: 6px; margin: 0 auto; } .usatechstackicon img { max-width: 60%; } .usatechstackbox h3 { margin: 12px 0 0; font-size: 15px; } .usatechstack_tabs ul li button { padding: 11px 22px; margin-right: 10px; border-radius: 6px; font-size: 17px; } .usabannerinner span::after { display: none; } .bestservicesback { transform: unset; padding: 20px 10px; } .bestservicesfront, .bestservicesback { position: relative; width: 100%; height: auto; backface-visibility: unset; border-radius: 0; padding: 16px; } .bestservicesfront { border-radius: 0; padding: 36px 10px 20px; } .bestservicesbox:hover .bestservicesinner { transform: unset; } .bestservicesinner { height: auto; text-align: center; transform-style: unset; } .bestservicesbox { perspective: unset; width: 31%; margin: 0 8px 20px; border-radius: 10px; overflow: hidden; } .usaaisolution .usaindustry_tabs .nav-tabs { height: auto; } .usasimplewaysbox p { min-height: auto; } .usasimplewaysrow .col-md-4 { margin-bottom: 30px; } .usasimplewaysrow .col-md-4:last-child { margin-bottom: 0; } .usactacontent ul li::after { display: none; } .industryrow .col-md-3 { width: 33%; } .usafeaturesslider .slick-prev { right: 0; left: -60px; top: auto; transform: scale(-1); bottom: -70px; } .usafeaturesslider .slick-next { right: -60px; left: 0; top: auto; transform: unset; bottom: -70px; } .usafeaturesslider { margin-bottom: 90px; } .usaagileprocessrow .col-md-4:nth-child(2), .usaagileprocessrow .col-md-4:nth-child(3) { width: 52%; } .usaagileprocessrow .col-md-4 { margin-bottom: 30px; width: 50% !important; } .usaagileprocessrow .col-md-4:last-child { display: none; } /* los-angeles */ .cost-reduce-cta .cost-container .side-reduce { display: none; } .reducectacontent { padding: 30px 22px; width: 100%; } .use-case-bx ul.nav.nav-pills { grid-template-columns: repeat(8, 1fr); overflow-x: scroll; } .use-case-bx ul.nav.nav-pills::-webkit-scrollbar { width: 10px; height: 6px; } .use-case-bx ul.nav.nav-pills::-webkit-scrollbar-track { background: #ffffff14; border-radius: 10px; } .use-case-bx ul.nav.nav-pills::-webkit-scrollbar-thumb { background: #fff; border-radius: 10px; } .use-case-bx .nav-pills > li > a { width: max-content; padding: 10px; } .use-case-bx .col-md-4 { margin-top: 20px; } .Guarantee-boxs .col-md-4 { position: relative; top: auto; width: 100%; } .Guarantee-boxs ul { grid-template-columns: repeat(1, 1fr); gap: 15px; padding: 0; } .agile-process-box ul.nav.nav-pills { gap: 8px; grid-template-columns: repeat(8, 1fr); overflow-x: scroll; } .agile-process-box ul.nav.nav-pills::-webkit-scrollbar { width: 10px; height: 6px; } .agile-process-box ul.nav.nav-pills::-webkit-scrollbar-track { background: #ffffff14; border-radius: 10px; } .agile-process-box ul.nav.nav-pills::-webkit-scrollbar-thumb { background: #fff; border-radius: 10px; } .agile-process-box .col-md-4.phone { margin-top: 20px; } .agile-process-box .nav-pills > li > a { width: max-content; } .agile-process-box .nav-pills > li > a span { font-size: 30px; } .agile-process-box .pro-bx { gap: 10px; } .engagementmodelbox p { min-height: auto; } .engagementmodelbox ul { min-height: auto; } .costmobileapp_form .form-container { border-radius: 8px; padding: 20px; } .costmobileapp_form h3 { font-size: 24px; line-height: 32px; } .Guarantee-boxs .headingmain { margin-bottom: 20px; text-align: center; } .costmobileapp_img { height: auto; margin-bottom: 20px; border-radius: 8px; } .form-actions { position: relative; bottom: auto; width: 100%; } .previousbtns { margin-right: 0; } .industries-transform .slick-next { right: -60px; left: 0; top: auto; transform: unset; bottom: -26px; } .industries-transform .slick-prev { right: 0; left: -60px; top: auto; transform: scale(-1); bottom: -26px; } .benchmark-bx .bench-bx { border-radius: 8px; padding: 20px 20px; flex-direction: column-reverse; text-align: center; } .benchmark-bx .bench-bx .contt-bench { width: 100%; } .benchmark-bx .bench-bx .imgs-bench { width: 100%; padding: 0; } .benchmark-bx .imgs-bench img { width: 50%; } .benchmark-bx ul { grid-template-columns: repeat(1, 1fr); gap: 20px; padding: 0; } /* los-angeles */ /* global */ .appmakers ul.nav.nav-pills { overflow-x: scroll; justify-content: flex-start; margin-bottom: 15px; } .appmakers ul.nav.nav-pills::-webkit-scrollbar { width: 10px; height: 6px; } .appmakers ul.nav.nav-pills::-webkit-scrollbar-track { background: #ffffff14; border-radius: 10px; } .appmakers ul.nav.nav-pills::-webkit-scrollbar-thumb { background: #fff; border-radius: 10px; } .appmakers .reviewText p { overflow-y: auto; font-size: 15px; line-height: 25px; height: 170px; } .appmakers .reviewText { height: 330px !important; overflow-y: scroll; padding: 10px; text-align: center; } .appmakers .reviewText::-webkit-scrollbar { width: 10px; height: 4px; } .appmakers .reviewText::-webkit-scrollbar-track { background: #ffffff14; border-radius: 10px; } .appmakers .reviewText::-webkit-scrollbar-thumb { background: #1a81ff; border-radius: 10px; } .astounding .nav > li > a { padding: 10px 10px; } .winning-projects .winn-bx { margin: 0 5px; border-radius: 8px; padding: 10px 10px; text-align: center; } .winning-projects .winn-bx .win-contt { padding: 10px; width: 100%; } .astounding ul li { margin-bottom: 20px; } .business-consortium ul.nav.nav-pills { overflow-x: scroll; justify-content: flex-start; margin-bottom: 15px; } .business-consortium ul.nav.nav-pills::-webkit-scrollbar { width: 10px; height: 6px; } .business-consortium ul.nav.nav-pills::-webkit-scrollbar-track { background: #ffffff14; border-radius: 10px; } .business-consortium ul.nav.nav-pills::-webkit-scrollbar-thumb { background: #fff; border-radius: 10px; } .business-consortium ul.nav.nav-pills li a { width: max-content; } .business-consortium ul.nav.nav-pills li { margin-bottom: 20px; } .business-consortium .tab-content.clearfix { border-radius: 8px; padding: 15px 5px; } .business-consortium .business-icons { grid-template-columns: repeat(3, 1fr); grid-row-gap: 15px; } .digital-leapp .digital-bx { margin: 0 10px 30px 10px; } .usabanner .listt { list-style: none; } .overflow-x-add { overflow-x: auto; } .adopt-advanced .adopt-bx { padding-bottom: 0; overflow: auto; height: auto; } .make-testimonial .tab_bg { border-radius: 0; } .adopt-advanced .adopt-bx img { border-radius: 10px 10px 0px 0px; } .adopt-advanced .adopt-contt { position: relative; top: 0; padding: 20px; width: 100%; left: auto; background: #ffffff0a; border-radius: 0px 0px 10px 10px; } .make-testimonial ul.nav.nav-pills { overflow-x: scroll; flex-direction: row; justify-content: flex-start; margin-bottom: 15px; } .make-testimonial ul.nav.nav-pills::-webkit-scrollbar { width: 10px; height: 6px; } .make-testimonial ul.nav.nav-pills::-webkit-scrollbar-track { background: #ffffff14; border-radius: 10px; } .make-testimonial ul.nav.nav-pills::-webkit-scrollbar-thumb { background: #08223a; border-radius: 10px; } .make-testimonial ul li.active { border-radius: 0px 0 100px 100px; margin-bottom: 15px; } .make-testimonial .testi-img { padding: 15px 10px; } .make-testimonial .testi-img img { position: relative; animation: pulse-animation 2s infinite; } @keyframes pulse-animation { 0% { box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2); } 100% { box-shadow: 0 0 0 20px rgba(0, 0, 0, 0); } } .make-testimonial li.active .testi-img img { animation: none; } .mobilizing .mobi-icon { gap: 10px; flex-direction: column; border: 1px solid #fff; border-radius: 8px; } .mobilizing-bx { grid-template-columns: repeat(3, 1fr); gap: 10px; } .make-testimonial .testimonial_text { padding: 20px 15px; } .make-testimonial .summary ul { gap: 16px; } .appmakers .reviewInner { width: 330px; overflow-y: hidden; } .appmakers .reviewInnerStarsDiv .me_icon { max-width: 30px; } .adopt-advanced .nav-pills { overflow-x: scroll; overflow-y: hidden; flex-direction: row; justify-content: flex-start; margin-bottom: 15px; } .adopt-advanced .nav-pills::-webkit-scrollbar { width: 10px; height: 6px; } .adopt-advanced .nav-pills::-webkit-scrollbar-track { background: #ffffff14; border-radius: 10px; } .adopt-advanced .nav-pills::-webkit-scrollbar-thumb { background: #fff; border-radius: 10px; } .adopt-advanced .adopt-bx img { object-fit: cover; min-width: auto; min-height: auto; width: 100%; overflow: hidden; position: initial; transform: unset; } .appmakers .review-slider { grid-template-columns: repeat(6, 1fr); overflow-x: scroll; width: 100%; justify-content: flex-start; margin-bottom: 15px; } .appmakers .review-slider::-webkit-scrollbar { width: 10px; height: 6px; } .appmakers .review-slider::-webkit-scrollbar-track { background: #ffffff14; border-radius: 10px; } .appmakers .review-slider::-webkit-scrollbar-thumb { background: #fff; border-radius: 10px; } .appmakers .tab-content > .active { width: 100%; overflow: hidden; } .appmakers .tab-content.clearfix { border-radius: 8px; padding: 10px; justify-content: center; display: flex; } .winning-projects .winn-bx { flex-direction: column; } .winning-projects .img-win { width: 100%; } .winning-projects .img-win img { height: 200px; } /* global */ /* new */ .competitive-cta .img-com { display: none; } .competitive-cta .com-contt { padding: 20px 10px; } .competitive-cta .cta-bg { border-radius: 8px; } .developer-choose ul { grid-template-columns: repeat(2, 1fr); } .developer-choose ul li .tp-feature-item { transform-style: unset; height: auto; overflow: hidden; border-radius: 10px; } .developer-choose ul li .tp-feature-front { padding: 25px 40px 0; backface-visibility: unset; transition: 0.6s; transform-style: unset; transform: unset !important; height: auto; border-radius: 0; } .developer-choose ul li .tp-feature-back { backface-visibility: unset; transition: 0.6s; transform-style: unset; transform: unset; position: unset; height: auto; width: 100%; border-radius: 0; } .next-business ul { grid-template-columns: repeat(3, 1fr); } .improve-experience .row { flex-direction: column; } .improve-experience .improve-bx { margin-bottom: 30px; } .faqusa ul.nav.nav-pills { flex-direction: row; gap: 5px; justify-content: center; margin-bottom: 20px; } .faqusa ul.nav.nav-pills li a { padding: 10px; } /* new */ .culturalfold .culturalitem .culturalctnn { width: 100%; position: relative; right: auto; bottom: auto; border-radius: 8px; padding: 15px 15px; } .culturalfold .culturalimg { background-size: 100%; margin: 0 10px; padding: 0; margin: 10px; width: 100%; } .culturalfold .culturalitem { flex-direction: column; } .culturalfold { overflow: hidden; } .augmentingfold ul { grid-template-columns: repeat(2, 1fr); } .renderhigh .solution_cta { width: 100%; padding: 15px; margin-bottom: 30px; } .renderhigh .solution_cta .cta_para { font-size: 20px; line-height: 28px; } .renderhigh .col-md-5 { position: relative; top: auto; } .renderhigh ul { padding: 0; } .renderhigh li { padding: 20px 15px; border: 1px solid #707070; margin-bottom: 20px; border-radius: 8px; } .fencebx ul { grid-template-columns: repeat(2, 1fr); gap: 20px; } .integratebx ul li { width: 48%; } .deploytab ul { grid-template-columns: repeat(6, 1fr); gap: 10px; overflow-x: scroll; margin-bottom: 20px; } .deploytab ul::-webkit-scrollbar { width: 8px; height: 6px; } .deploytab ul::-webkit-scrollbar-track { background: #ffffff14; border-radius: 10px; } .deploytab ul::-webkit-scrollbar-thumb { background: #fff; border-radius: 10px; } .deploytab li .nav-link { padding: 10px; border-radius: 8px; flex-direction: row; gap: 10px; width: max-content; } .deploytab li .nav-link img { display: none; } .distinctive-table td, .distinctive-table th { font-size: 15px; line-height: 20px; padding: 10px; } .distinctive-table table img { max-width: 20px; } .distinctive-table td { font-size: 15px; font-weight: 300; line-height: 22px; } .harnesses ul { grid-template-columns: repeat(2, 1fr); } .vid_card_grid { grid-template-columns: repeat(2, 1fr); } .tools_tech_left { width: 100%; } .tools_tech_scroll { overflow-y: hidden; height: auto; padding-right: 15px; padding-left: 0; overflow-x: scroll; display: flex; gap: 20px; } .active .tools_arrow { display: none; } .tools_tech_wrapper { margin-top: 20px; border-radius: 10px; overflow: hidden; flex-direction: column; } .tools_tech_rt { width: 100%; } .tools_tab_link span { display: flex; justify-content: center; align-items: center; width: max-content; gap: 10px; } .tools_tech_scroll_num { position: relative; left: auto; } .tools_tab_link { padding: 10px; } .global_banner .global_banner_content .usabannercontent { max-width: 100%; } .techinti .tools_tech_left { padding: 10px; width: 100%; } .techinti .tools_tech_rt { width: 100%; padding: 10px; } .techinti .tools_tech_scroll { height: auto; overflow-y: hidden; } .techinti .tools_tab_link { font-size: 18px; padding: 10px; padding-left: 50px; border: 1px solid #fff; border-radius: 12px; } .techinti .tools_tech_wrapper { border-radius: 10px; } .techinti .tools_right_scroll { padding-right: 0; } .techinti .tools_rt_inner { padding: 10px 0; } .laurels { overflow: hidden; } .integratebx img { width: 60%; margin-bottom: 20px; } .integratebx { text-align: center; } .postall .bgpost { display: none !important; } .centerpost { display: none; } .postdelivery-bx img { height: auto; object-fit: cover; width: 45%; margin-bottom: 20px; } .recognizedcase .states_head span { font-size: 28px; } .global_banner .global_banner_content .usabannercontent { position: relative; top: auto; } .customprocess ul.nav.nav-pills { flex-direction: row; overflow-x: scroll; gap: 5px; border-radius: 10px; padding: 10px; } .customprocess ul.nav.nav-pills li .nav-link { width: max-content; } .customprocess .tab-pane { border-radius: 10px; padding: 10px; } .usabg_optmize { padding-top: 60px; } } @media (max-width: 767px) { .usagetintouchmain { flex-wrap: wrap; } .usagetintouchleft { width: 100%; height: auto; padding: 40px 30px; text-align: center; } .py { padding: 20px 0 !important; } .usagetintouchleft h2 { font-size: 28px; margin-bottom: 10px; line-height: 38px; } .usagetintouchleft p { font-size: 16px; margin: 0; line-height: 28px; } .usagetintouchright { width: 100%; padding: 40px 30px; } .usagetintouchform h2 { font-size: 22px; margin-bottom: 30px; } .usagetintouchform .form-group { margin-bottom: 18px; } .usagetintouchform .form-group textarea.form-control { height: 110px; border-radius: 10px; } .usagetintouchform .form-group .formbtn { border-radius: 10px; } .usagetintouch { padding-bottom: 0 !important; } .usagetintouchform .form-group .form-control { border-radius: 10px; height: 45px; font-size: 15px; padding: 10px 17px; } .faq_box { padding: 0 40px 0 15px; height: auto; margin-bottom: 15px; } .faq_box_head { font-size: 16px; height: auto; align-items: center; padding: 10px 0; } .faq_data { font-size: 15px; padding-bottom: 18px; line-height: 26px; } .headingmain h2 { font-size: 26px; margin-bottom: 11px; line-height: 37px; } .usatestimonial_video { border-radius: 8px; width: 100%; height: 430px; } .usatestimonial_main { display: flex; margin-bottom: 0; flex-wrap: wrap; } .usatestimonial_slider { width: 100%; padding-left: 0; margin-top: 20px; } .usatestimonial_box { margin: 0; } .usatechstackbox { margin: 0 10px 20px; width: 26%; } .usatechstackicon { height: 60px; width: 60px; } .usatechstack_tabs ul { border: 0; padding-bottom: 10px; margin-bottom: 30px; } .usaexpertsbox { padding: 17px 10px; border-radius: 10px; margin: 0 5px 15px; width: 46%; flex-wrap: wrap; justify-content: center; } .usaexpertsimg { width: 50px; height: 50px; border-radius: 50%; margin: 0 auto 11px; } .usaexpertsbox h3 { font-size: 17px; margin-left: 0; margin-bottom: 0; transition: 0.3s ease-in-out; width: 100%; text-align: center; } .usavideo .row { flex-wrap: wrap; } .usawhyschooseslider .slick-next { right: -60px; left: 0; top: auto; transform: unset; bottom: -70px; } .usawhyschooseslider .slick-prev { right: 0; left: -60px; top: auto; transform: scale(-1); bottom: -70px; } .usawhyschoose_box h3 { font-size: 20px; margin-bottom: 9px; line-height: 29px; max-width: 100%; } .usawhyschoose_box p { font-size: 16px; margin-bottom: 0; line-height: 26px; } .usawhyschooseslider { width: 88%; margin: 0 20px 70px; } .usawhyschoose_box { border-radius: 10px; padding: 14px 10px; margin-right: 0; } .usabannercontent h1 { font-size: 30px; margin-bottom: 15px; line-height: 40px; } .usabannercontent p { font-size: 16px; line-height: 28px; margin-bottom: 11px; } .usabanner { padding: 40px 0 0; } .usabannerinner { margin-top: 10px; } .usabannerinner span { font-size: 16px; padding-left: 0; margin-right: 0; width: 100%; display: block; margin-bottom: 5px; } .usabannerinner span::after { display: none; } .usabannerbtns a:first-child { width: 100%; border: 1px solid #f2f2f24f !important; border-right: 0; padding: 13px 10px; justify-content: center; margin: 0 0 15px; border-radius: 10px; font-size: 16px; } .usabannerbtns { margin-top: 20px; flex-wrap: wrap; } .usabannerbtns .newbtn_design { width: 100%; justify-content: flex-start; border-radius: 10px; } .newbtn_design { font-size: 14px; line-height: 21px; height: 50px; border-radius: 12px; } .usabannercontent { margin-bottom: 30px; } .usaform { backdrop-filter: blur(20px); padding: 20px 20px 20px; border-radius: 10px; } .formbtn { padding: 13px 20px; } .usaform h2 { font-size: 20px; margin-bottom: 15px; margin-top: 0; } .usaform h2 span { font-size: 20px; } .partner_img { width: 80px; margin: 0 10px; } .partner_img img { height: 70px; } .usernumber_main { border-radius: 10px; flex-wrap: wrap; } .usernumber_box { width: 50%; border-bottom: 1px solid #b3c8c8; padding: 10px 10px; height: 210px; text-align: center; } .usernumber_main .usernumber_box:last-child { width: 100%; height: 180px; } .usernumber_box .spanuse { font-size: 16px; line-height: 23px; text-align: center; } .usernumber_count { margin: 16px 0 4px; font-size: 24px; } .usernumber_box img { max-width: 50px; } .mobileslider { margin-bottom: 90px; } .mobileslider .slick-next, .mobileslider .slick-prev { text-indent: -9999px; padding: 0; position: absolute; margin: 0 auto; bottom: auto; z-index: 3; overflow: hidden; width: 50px !important; height: 50px !important; border: 0; background-color: transparent; display: flex; align-items: center; } .mobileslider .slick-prev { right: 0; left: -60px; top: auto; transform: scale(-1); bottom: -70px; } .mobileslider .slick-next { right: -60px; left: 0; top: auto; transform: unset; bottom: -70px; } .mobileslider .slick-next::after, .mobileslider .slick-prev::after { position: absolute; content: ""; background-image: url(../images/common_icons/arrow_icn.webp); background-repeat: no-repeat; background-position: center; background-size: 23px; border: 2px solid #fff; border-radius: 50px; width: 50px; height: 50px; background-color: #fff; } .topnotchbox { border-radius: 10px; width: 100%; height: 780px; margin-bottom: -0; margin-right: 0; background-color: #1a81ff; } .topnotchbox > img { height: 230px; border-radius: 0; } .topnotchhead { position: relative; padding: 14px 10px; } .topnotchinner { position: relative; bottom: 0 !important; height: auto; width: 100%; border-radius: 0; text-align: left; } .usactacontent h2 { font-size: 26px; line-height: 36px; } .usactacontent { padding: 0 20px; } .usactacontent h3 { font-size: 20px; line-height: 28px; } .usactacontent p { font-size: 16px; line-height: 25px; margin-bottom: 20px; } .usactamain { border-radius: 10px; } .offersolutions_tabs .nav-tabs { padding: 12px; } .offersolutions_tabs .nav-tabs li { width: auto; } .offersolutions_box { height: auto; width: 100%; border-radius: 0; } .offersolutions_inner { position: relative; width: 100%; z-index: 2; padding: 34px 20px; transform: unset; } .un_servicesico { max-width: 45px; margin-bottom: 12px; } .offersolutions_inner h3 { font-size: 20px; line-height: 31px; margin-bottom: 9px; } .offersolutions_inner p { font-size: 16px; line-height: 28px; } .offersolutions_inner ul li { font-size: 16px; margin-bottom: 6px; padding-left: 23px; } .hiredeveloper .row .col-md-4 { width: 100% !important; margin-bottom: 20px !important; } .hiredeveloper .headingmain { border-radius: 10px; } .hiredeveloper_box { border-radius: 10px; } .hiredeveloper_box img { max-width: 45px; margin-bottom: 14px; } .hiredeveloper_box h3 { font-size: 20px; margin-bottom: 10px; line-height: 26px; } .hiredeveloper_box p { font-size: 16px; margin-bottom: 0; line-height: 27px; } .headingmain p { font-size: 16px; margin: 0; line-height: 26px; } .usaindustry_tabs .nav > li { width: auto; } .usaindustrymain { border-radius: 10px; padding: 30px 20px; } .usaindustryico { max-width: 45px; margin-bottom: 15px; } .usaindustrymain h3 { font-size: 20px; line-height: 30px; margin-bottom: 10px; } .usaindustrymain p { font-size: 16px; line-height: 28px; margin-bottom: 13px; } .usalatesttechscontent { width: 100%; padding: 0; } .usalatesttechscontent h3 { font-size: 20px; line-height: 26px; margin-bottom: 12px; } .usalatesttechscontent p { font-size: 16px; line-height: 26px; margin-top: 0 !important; } .usalatesttech_btns .btntech { padding: 14px 22px; margin-right: 8px; border-radius: 6px; font-size: 18px; } .usalatesttech_btns .btntech span { height: 20px; width: 20px; border-radius: 3px; margin-right: 5px; font-size: 11px; } .usalatesttechsslide .container { padding: 0; } .usalatesttechsinner { align-items: flex-start; margin: 30px 0 90px; padding: 20px; border-radius: 10px; height: 540px; } .usaengagementmodelbox h3 { font-size: 20px; margin-bottom: 12px; line-height: 28px; } .usaengagementmodelbox p { font-size: 16px; line-height: 25px; margin-bottom: 20px; min-height: auto; } .usaengagementmodelbox { height: 710px; border-radius: 10px; margin: 0; } .usamap { border-radius: 10px; height: 280px; } .usaofficeaddress { border-radius: 10px; padding: 20px 20px; margin-top: 22px; } .usaofficeaddress h3 { font-size: 17px; } .usabusinessgrowth_box img { max-width: 45px; } .usabusinessgrowth_box { border-radius: 10px; padding: 30px 20px; width: 100%; margin: 0 0 20px; } .usaprocessboxtxt h3 { font-size: 20px; } .usaprocessboxtxt p { font-size: 16px; } .new-slider { height: 540px; } .usaportfolioslide { margin: 0 -20px -50px; position: relative; left: -25px; } .usadevelopmentprocess_main .usaprocessbox { height: 670px !important; background-color: #fff; border-radius: 10px; } .usadevelopmentprocess_main .col-md-6, .usadevelopmentprocess_main .col-md-4 { margin-bottom: 0; } .usaawardsslider .usaawardsslide { border-radius: 10px; } .new-slider[class*="box"] { width: 150px; height: 100%; } .new-slider { height: 300px; } .new-slider[class*="box"]:nth-child(4) { left: 45%; } .new-slider[class*="box"]:nth-child(5) { left: 62%; } .new-slider[class*="box"]:nth-child(6), .new-slider[class*="box"]:nth-child(7) { left: 79%; } .new-slider[class*="box"]:nth-child(1) { left: 2%; } .new-slider[class*="box"]:nth-child(2) { left: 5%; } .usaportfolio { overflow: hidden; } .offersolutions_tabs .nav-tabs li button img { display: none; } .usaindustry_tabs .nav > li > button img { display: none; } .usaindustry_tabs .nav > li > button { font-size: 17px; height: 60px; width: auto; } .partnericon { height: 100px; margin-top: 10px; } .hiredeveloper .row { justify-content: center; } .headingmain { margin-bottom: 20px; } .faqusa .row .col-md-6 .faq_box:last-child { margin: 0 0 15px; } .bestsuit p { margin-bottom: 4px; } .bestservicesfront img { margin: 0 auto 15px; max-width: 46px; } .bestservicesfront h3 { font-size: 18px; line-height: 27px; } .bestservicesbox { margin-bottom: 0; } .bestservicesfront { border-radius: 0; padding: 20px 10px 20px; height: 150px; } .bestservicesback { align-items: flex-start; height: 310px; flex-direction: unset; } .formbgchange { border-radius: 10px 10px 0 0; padding: 20px 30px; margin: 25px -10px -20px; } .usasimplewaysbox span { right: 30px; top: -45px; font-size: 60px; } .usasimplewaysbox { border-radius: 10px; padding: 30px 25px; margin-top: 20px; } .usasimplewaysbox h3 { margin-bottom: 10px; font-weight: 700; font-size: 18px; line-height: 25px; } .usasimplewaysbox p { font-size: 16px; margin: 0; line-height: 27px; } .usasimplewaysbox ul li { padding-left: 20px; margin-bottom: 7px; font-size: 16px; } .mt { margin-top: 20px; } .newbtn_design_white { font-size: 14px; line-height: 21px; height: 50px; border-radius: 12px; } .industryboxtxt { padding: 20px 20px 70px; height: 400px; } .industrybox { border-radius: 10px; margin-bottom: 0; } .usafeaturessbox { height: 430px; padding: 20px 10px; border-radius: 10px; } .usafeaturesscontent { position: relative; bottom: 0; width: 100%; text-align: center; margin-bottom: 15px; } .usafeaturessbox::after { background: #000000b5; } .usafeaturesscontent img { max-width: 50px; margin: 0 auto; } .usafeaturesscontent h3 { font-size: 18px; line-height: 27px; margin-top: 16px; margin-bottom: 0; min-height: 60px; } .usafeaturesshover { position: relative; padding: 20px 20px; height: auto; bottom: 0; border-radius: 10px; height: 240px; align-items: flex-start; } .usafeaturesshover p { font-size: 16px; color: #08223a; line-height: 26px; margin-bottom: 0; } .usactacontent ul li { padding-left: 0; font-size: 16px; margin-bottom: 6px; } .usabusinessgrowthmain .usabusinessgrowth_box:last-child { margin-bottom: 0; } .usaagileprocessrow .col-md-4 { margin-bottom: 20px; width: 100% !important; } .usaagile { border-radius: 10px; } .usaagile img { max-width: 50px; margin-bottom: 13px; } .usaagile h3 { color: #fff; font-size: 18px; line-height: 27px; margin-bottom: 10px; } .usaagile p { font-size: 16px; line-height: 26px; margin: 0; } .table-responsive { margin-bottom: 0; } .usastandout .newbtn_design { margin-top: 10px; border-radius: 7px; font-size: 14px; height: 46px; white-space: nowrap; } .usavideo .heading_light, .usaagileprocess .heading_light { text-align: center; } .usaagileprocessrow .col-md-4:nth-child(1) { margin: 0; } .bestservices_main .bestservicesbox:nth-child(10), .bestservices_main .bestservicesbox:nth-child(11) { width: auto; } .casestudyslide { margin-top: 0; } .casestudys .headingmain { padding: 20px 16px; margin: 0; } .casestudys .headingmain { padding: 20px 16px; margin: 0; max-width: 100%; } .casestudys { padding-top: 0 !important; padding-bottom: 20px !important; } .casestudybtnmain { width: 100%; font-size: 20px; padding: 14px 0; } .casestudybtheading { padding: 20px 20px; width: 100%; text-align: center; } .casestudybtheading h4 { font-size: 19px; margin-bottom: 8px; line-height: 27px; } .casestudyslideinner { display: flex; flex-wrap: wrap; } .casestudyleft { width: 100%; padding: 20px 20px 0; margin-top: 0; height: 440px; order: 1; } .casestudymobile { max-width: 230px; left: 0; right: 0; margin: 0 auto; bottom: 0; } .casestudyicon { height: 70px; width: 70px; position: absolute; top: 0; left: 0; } .casestudyicon img { max-width: 70px; } .casestudyright { width: 100%; position: relative; height: 400px; } .casestudyleft h3 { font-size: 20px; line-height: 30px; margin-bottom: 10px; } .casestudyleft p { font-size: 16px; margin: 0; line-height: 27px; } .casestudysslider .slick-next::after, .casestudysslider .slick-prev::after { width: 50px; height: 50px; } .casestudysslider .slick-next, .casestudysslider .slick-prev { width: 50px !important; height: 50px !important; } .casestudysslider .slick-next, .casestudysslider .slick-prev { top: 0; } .casestudybtnss { width: 100%; margin-top: 0; position: unset; bottom: 0; flex-wrap: wrap; } .topnotchhead h3 { font-size: 17px; } .perfectai_tabs { flex-wrap: wrap; } .perfectai_tabs .nav-tabs { width: 100%; margin-bottom: 10px; flex-wrap: nowrap; justify-content: flex-start; white-space: nowrap; overflow-x: auto; overflow-y: hidden; } .perfectai_tabs .tab-content { width: 100%; } .perfectai_tabs .nav-tabs li { width: auto; margin: 0 10px 20px; display: flex; } .perfectai_tabs .nav-tabs li .nav-link { border-radius: 10px; border: 0; padding: 13px 20px; width: 100%; font-weight: 700; font-size: 18px; } .perfectaimain img { max-width: 50px; margin-bottom: 12px; } .perfectai_tabs .nav-tabs li .nav-link img { display: none; margin: 0 auto 0; } .perfectaimain { background-color: #fff; padding: 20px 20px; border-radius: 10px; height: auto; } .perfectaimain h3 { font-size: 20px; line-height: 25px; margin-bottom: 10px; } .perfectaimain p { font-size: 17px; line-height: 26px; margin-bottom: 14px; } .perfectaimain ul li { font-size: 17px; line-height: 26px; } .industryboxtxt p { font-size: 17px; line-height: 25px; } .businessgrowthinner { display: flex; flex-wrap: wrap; justify-content: space-between; } .businessgrowthinner .growthtxtbox { width: 48%; margin-bottom: 15px; border-radius: 10px; margin-right: 0; padding: 20px 10px; } .growthtxtbox span { font-size: 30px; margin-bottom: 6px; line-height: 36px; } .growthtxtbox h3 { font-size: 16px; } .businessgrowthinner .growthtxtbox:last-child { margin-right: 0; width: 100%; margin-bottom: 0; } .usastandout td br { display: block; } .ouragileslider .usaagile { margin: 0; height: 520px; transform: scale(1); } .ouragileslider { margin-bottom: 90px; } .ouragileslider .slick-next { right: -70px; left: 0; bottom: -96px; transform: translateY(-50%); } .ouragileslider .slick-prev { right: 0; left: -70px; transform: translateY(-50%) scale(-1); bottom: -95px; } /* los-angeles */ .usaico { max-width: 45px; margin-bottom: 15px; } .world-class-bx .main-world .item__body { position: relative; bottom: 0 !important; height: auto; width: 100%; border-radius: 0; text-align: left; } .world-class-bx .main-world .world-item { border-radius: 10px; width: 100%; height: 550px; margin-bottom: -0; margin-right: 0; background-color: #1a81ff; } .world-class-bx .main-world .world-item > img { height: 230px; border-radius: 0; } .world-class-bx .main-world .item__overlay { position: relative; padding: 14px 10px; } .rational-reasons .re-flipbox .innercontent { display: flex; flex-direction: column; justify-content: center; align-items: center; } .rational-reasons .re-flipbox .re-front { height: 220px; display: flex; align-items: center; min-height: auto; } .re-flipbox { height: auto; } .rational-reasons .re-flipbox .re-back, .rational-reasons .re-flipbox:hover .re-front { transform: unset; transform-style: unset; } .rational-reasons .re-flipbox .re-back { position: relative; min-height: auto; width: 90%; margin: -40px auto 0px; } .rational-reasons .re-flipbox .innercontent { position: relative; transform: unset; top: unset; } .costmobileapp .nextbtns, .costmobileapp .previousbtns { padding: 12px 15px; font-size: 16px; } .astounding p { margin-bottom: 30px; } .Guarantee-boxs ul li { min-height: 425px; } .industries-transform .indd-slide { min-height: 440px; } .industries-transform a.newbtn_design { margin-top: 25px; } .usaengagementmodelbox .newbtn_design { width: 86%; justify-content: flex-start; position: absolute; bottom: 30px; left: 0; right: 0; margin: 0 auto; } /* global */ .mobilizing-bx { grid-template-columns: repeat(2, 1fr); } .winning-projects .winn-bx { margin-bottom: 75px; } .winning-projects .slick-next { right: -60px; left: 0; top: auto; transform: unset; bottom: 5px; } .winning-projects .slick-prev { right: 0; left: -60px; top: auto; transform: scale(-1); bottom: 5px; } .business-consortium .business-icons { grid-template-columns: repeat(2, 1fr); } .digital-leapp .digital-bx ul { gap: 20px; padding: 10px; } .appmakers .slick-next { right: -60px; left: 0; top: auto; transform: unset; bottom: 5px; } .appmakers .slick-prev { right: 0; left: -60px; top: auto; transform: scale(-1); bottom: 5px; } .globalgetintouch h3 { font-size: 18px; margin-bottom: 10px; } .globalgetintouch .contact_page_itms li { font-size: 15px; line-height: 22px; } .globalgetintouch .contact_hr_itm_con { align-items: start; gap: 10px; flex-direction: column; } .globalgetintouch .nocls { gap: 10px; flex-direction: column; } .globalgetintouch .nocls .hidecls { display: none; } .globalgetintouch .get-bg { border-radius: 10px 10px; padding: 20px 15px; } .globalgetintouch ul.certi-get { border-radius: 10px; gap: 15px; grid-template-columns: repeat(2, 1fr); } .globalgetintouch ul.certi-get li img { max-width: 100px; } .globalgetintouch ul.certi-get li:last-child { grid-column: span 2; } .globalgetintouch h2 { font-size: 22px; } .getintouch-form { padding: 25px 20px; text-align: center; border-radius: 10px; } .globalgetintouch .getintouch-form .form-control { border-radius: 10px; height: 50px; padding: 10px 15px; } /* global */ /* new */ .developer-choose ul { grid-template-columns: repeat(1, 1fr); } .developer-choose ul li .tp-feature-front .tp-feature-front-icon img { max-width: 35px; margin-bottom: 15px; } .next-business ul { grid-template-columns: repeat(2, 1fr); } .next-business ul li { padding: 20px 10px; } .next-business ul li img { max-width: 35px; margin-bottom: 15px; } .next-business ul li h3 { font-size: 18px; line-height: 26px; } .global-bannner { padding: 60px 0 30px; } .developer-choose ul li .tp-feature-back-bg { align-items: start; } .global-bannner .listt { list-style: none; } /* new */ .culturalfold .slick-next { right: -70px; left: 0; top: auto; bottom: -70px; margin: 0 auto; } .culturalfold .slick-prev { left: -70px; right: 0; top: auto; bottom: -70px; margin: 0 auto; } .culturalfold h3 { font-size: 20px; line-height: 28px; } .culturalfold .culturalitem .culturalctnn li { font-size: 16px; line-height: 22px; margin-top: 5px; } .augmentingfold ul { grid-template-columns: repeat(1, 1fr); } .augmentingfold ul li { border: 1px solid #f2f2f240; border-radius: 8px; } .augmentingfold ul li { border-left: 1px solid #f2f2f240; padding: 15px; color: #fff; margin-top: 10px; } .augmentingfold ul li span { font-size: 35px; } .recognizedcase .mainreco { gap: 10px; flex-direction: column-reverse; border: 1px solid #1a81ff; padding-bottom: 20px; border-radius: 8px; position: sticky; top: 10px; background: #000; } .recognizedcase .mainreco .recocontt { width: 100%; text-align: center; padding: 10px 20px 30px; } .states_head span { font-size: 30px; } .recognizedcase .mainreco .recoimg { width: 100%; } .recognizedcase .mainreco .recoimg img { width: 100%; height: auto; object-fit: cover; border-radius: 8px 8px 0 0; } .fencebx ul { grid-template-columns: repeat(1, 1fr); } .techcolla ul { padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; } .techcolla ul li img { max-width: 85px; } .laurels .awardusbx { padding-bottom: 50px; } .awardusbx .slick-next { right: -70px; left: 0; top: auto; bottom: -35px; margin: 0 auto; } .awardusbx .slick-prev { left: -70px; right: 0; top: auto; bottom: -35px; margin: 0 auto; } .postdelivery-bx .panel-group h3 a { font-size: 18px; line-height: 26px; } .badge_card_text { padding-top: 15px; } .offercustombx .row, .offercustombx .col-md-4 { display: flex; height: auto; flex-direction: column; margin-bottom: 20px; } .integratebx .row { flex-direction: column; } .integratebx ul li { width: 100%; } .harnesses ul { grid-template-columns: repeat(1, 1fr); } .culturalfold .culturalslider { margin-bottom: 60px; } .recognizedcase .recoscroll { height: 700px; padding-right: 6px; position: sticky; top: 0; } .recognizedcase .mainreco .recocontt h3 { font-size: 19px; line-height: 28px; margin-bottom: 6px; } .recognizedcase span.results_head { font-size: 18px; } .recognizedcase .states_head span { font-size: 20px; } .recognizedcase .mainreco .recocontt h5 { margin-bottom: 10px; } .tools_tech_rt { padding: 20px 0px 0; } .tools_tab_grid ul li { border-radius: 10px; padding: 5px; flex-direction: column; } .tools_rt_inner { padding: 5px; } .faq_box_head::after { top: auto; line-height: 32px; } .video_cards_panel .vid_card_grid { grid-template-columns: repeat(2, 1fr); } .video_cards_panel .card_col:nth-child(even) { margin-top: 0; } .video_cards_panel .card_col { margin-bottom: 20px; } .integratebx .col-md-8 { text-align: left; } .global_banner { height: 850px; } .global_banner .global_banner_content { height: 850px; } .offercustombx { padding-bottom: 60px !important; } .offercustombx .slick-next { right: -70px; left: 0; top: auto; bottom: -80px; margin: 0 auto; } .offercustombx .slick-prev { left: -70px; right: 0; top: auto; bottom: -80px; margin: 0 auto; } .customprocess .procmain { align-items: start; gap: 10px; padding: 10px; flex-direction: column; } .customprocess .procmain .proimg { width: 100%; } .customprocess .procmain .procontt { width: 100%; } .recognizedcase .skipbtn a { display: block; } .laurels .badge_card img { max-width: 100%; } /* slider */ .usaportfolioslide { height: 350px; } .new-slider { margin: auto; height: 300px; justify-content: center; } .new-slider[class*="box"] { left: 50% !important; transform: translateX(-50%) scale(0.9) !important; top: 0% !important; } .new-slider[class*="box"]:nth-child(4) { transform: translateX(-50%) scale(1) !important; z-index: 5; } .new-slider[class*="box"]:nth-child(3), .new-slider[class*="box"]:nth-child(5) { transform: translateX(-50%) scale(0.85) !important; opacity: 0.7; z-index: 3; } .new-slider[class*="box"]:nth-child(n + 6), .new-slider[class*="box"]:nth-child(1), .new-slider[class*="box"]:nth-child(2) { opacity: 0; visibility: hidden; pointer-events: none; } /* slider */ .usascale .table-responsive { border: none; } .softsol .solimgg img { margin-bottom: 20px; } .softsol .accordion-item h3 { font-size: 17px; } .usabg_optmize { padding-top: 40px; } .globalform_img { height: 260px; margin-bottom: 20px; border-radius: 10px; } .industries-transform .slick-next , .industries-transform .slick-prev { bottom: 9px; } .industries-transform .indd-slide { min-height: auto; height: 480px; margin-bottom: 70px; } }