icons changes and content
@@ -164,6 +164,33 @@ p {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.tooltip-container {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.tooltip {
|
||||
visibility: hidden;
|
||||
opacity: 0;
|
||||
background-color: #333;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
border-radius: 4px;
|
||||
padding: 5px 10px;
|
||||
position: absolute;
|
||||
bottom: 100%;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
white-space: nowrap;
|
||||
z-index: 10;
|
||||
transition: opacity 0.3s;
|
||||
}
|
||||
|
||||
.tooltip-container:hover .tooltip {
|
||||
visibility: visible;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.cloud-box {
|
||||
background: linear-gradient(to bottom, #1E1E1EE5, #000000E5);
|
||||
padding: 25px 15px;
|
||||
@@ -299,15 +326,15 @@ p {
|
||||
}
|
||||
|
||||
|
||||
#card_slide .slick-slide {
|
||||
/* #card_slide .slick-slide {
|
||||
display: flex !important;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
} */
|
||||
|
||||
#card_slide .slick-slide img {
|
||||
transform: scale(0.9);
|
||||
width: 80%;
|
||||
width: 90%;
|
||||
height: auto;
|
||||
border-radius: 8px;
|
||||
filter: grayscale(100%);
|
||||
@@ -723,6 +750,10 @@ button.next_arrow {
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.mobile-banner-content .transform-box-main .transform-box:first-child {
|
||||
grid-column: span 2;
|
||||
}
|
||||
|
||||
.mobile-banner {
|
||||
width: auto;
|
||||
height: 400px;
|
||||
@@ -801,22 +832,26 @@ button.next_arrow {
|
||||
}
|
||||
|
||||
.four-grid .transform-box-main .transform-box .transform-inn-content .mid-para {
|
||||
min-height: 68px;
|
||||
min-height: 58px;
|
||||
}
|
||||
|
||||
.transform-box img,
|
||||
.innovating-box img {
|
||||
width: 25px;
|
||||
height: 25px;
|
||||
margin-top: 6px;
|
||||
margin-top: 1px;
|
||||
}
|
||||
|
||||
|
||||
.innovating-box-main {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
grid-gap: 40px;
|
||||
margin: 40px 0;
|
||||
grid-gap: 30px;
|
||||
margin: 40px 0 0;
|
||||
}
|
||||
|
||||
.web-innovating .lets_talk {
|
||||
margin-top: 40px;
|
||||
}
|
||||
|
||||
.innovating-box {
|
||||
@@ -933,11 +968,17 @@ button.next_arrow {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
input:-webkit-autofill {
|
||||
-webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
|
||||
box-shadow: 0 0 0px 1000px transparent inset !important;
|
||||
.cmm-inputs-main input:-webkit-autofill {
|
||||
-webkit-box-shadow: 0 0 0 1000px transparent inset !important;
|
||||
box-shadow: 0 0 0 1000px transparent inset !important;
|
||||
background-color: transparent !important;
|
||||
color: inherit !important;
|
||||
-webkit-text-fill-color: #fff !important;
|
||||
/* White text */
|
||||
color: #fff !important;
|
||||
/* Fallback for non-WebKit browsers */
|
||||
caret-color: #fff !important;
|
||||
/* White cursor */
|
||||
transition: background-color 5000s ease-in-out 0s;
|
||||
}
|
||||
|
||||
.cmm-inputs-main .row {
|
||||
@@ -1496,9 +1537,9 @@ input:-webkit-autofill {
|
||||
word-spacing: 2px;
|
||||
}
|
||||
|
||||
.why-hire-sec {
|
||||
/* .why-hire-sec {
|
||||
background-color: #121212;
|
||||
}
|
||||
} */
|
||||
|
||||
.why-hire-sec .transform-box-main {
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
@@ -1949,12 +1990,12 @@ p.btn-sym {
|
||||
.flutter-exp img {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
margin-top: 3px;
|
||||
}
|
||||
|
||||
.flutter-exp-inn-content {
|
||||
display: flex;
|
||||
gap: 10px;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.flutter-exp .grey-para {
|
||||
@@ -3175,6 +3216,13 @@ p.btn-sym {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.ios-banner-sec {
|
||||
background-image: url(../images/new-img/ios-banner.webp);
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
background-position: bottom;
|
||||
}
|
||||
|
||||
|
||||
.ios-sec .col-md-7 {
|
||||
display: flex;
|
||||
@@ -3236,6 +3284,10 @@ p.btn-sym {
|
||||
list-style-type: disc;
|
||||
}
|
||||
|
||||
.mobile_view_img{
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* ***** Media screen ***** */
|
||||
|
||||
|
||||
@@ -3315,6 +3367,10 @@ p.btn-sym {
|
||||
|
||||
@media (max-width:1199px) {
|
||||
|
||||
.web-innovating .innovating-box-main {
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
}
|
||||
|
||||
.mobile-banner {
|
||||
height: 380px;
|
||||
}
|
||||
@@ -3382,6 +3438,13 @@ p.btn-sym {
|
||||
|
||||
@media (max-width:991px) {
|
||||
|
||||
.mobile_view_img{
|
||||
display: block;
|
||||
}
|
||||
|
||||
.innovating-box-main {
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
}
|
||||
|
||||
.mobile-download-main {
|
||||
gap: 85px;
|
||||
@@ -3436,6 +3499,10 @@ p.btn-sym {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.strategic-sec .strategic-side {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.develope-ai-sec .col-md-5 img {
|
||||
scale: 1;
|
||||
display: none;
|
||||
@@ -3535,6 +3602,25 @@ p.btn-sym {
|
||||
padding: 40px 0;
|
||||
}
|
||||
|
||||
|
||||
.flutter-exp-main {
|
||||
grid-template-columns: repeat(1, 1fr);
|
||||
grid-gap: 36px 40px;
|
||||
}
|
||||
|
||||
.mobile-banner-content .transform-box-main .transform-box:first-child {
|
||||
grid-column: span 1;
|
||||
}
|
||||
|
||||
.web-innovating .innovating-box-main {
|
||||
grid-template-columns: repeat(1, 1fr);
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.innovating-box {
|
||||
padding: 12px;
|
||||
}
|
||||
|
||||
.mob-wrapper {
|
||||
display: none;
|
||||
}
|
||||
@@ -3564,7 +3650,7 @@ p.btn-sym {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.dot {
|
||||
.details-img .dot {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@@ -3754,7 +3840,7 @@ p.btn-sym {
|
||||
}
|
||||
|
||||
.cloud-logo-main {
|
||||
gap: 20px;
|
||||
gap: 30px;
|
||||
}
|
||||
|
||||
.lets-collaborate-sec .lets_talk a {
|
||||
@@ -3798,7 +3884,8 @@ p.btn-sym {
|
||||
}
|
||||
|
||||
.innovating-box-main {
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
grid-template-columns: repeat(1, 1fr);
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.mobile-download-main {
|
||||
@@ -3829,6 +3916,7 @@ p.btn-sym {
|
||||
|
||||
.block-main {
|
||||
grid-template-columns: repeat(1, 1fr);
|
||||
grid-gap: 40px;
|
||||
}
|
||||
|
||||
|
||||
@@ -3876,11 +3964,6 @@ p.btn-sym {
|
||||
scale: 1;
|
||||
}
|
||||
|
||||
.flutter-exp-main {
|
||||
grid-template-columns: repeat(1, 1fr);
|
||||
grid-gap: 36px 40px;
|
||||
}
|
||||
|
||||
.four-grid .transform-box-main {
|
||||
grid-template-columns: repeat(1, 1fr);
|
||||
}
|
||||
@@ -3982,6 +4065,14 @@ p.btn-sym {
|
||||
|
||||
@media (max-width:420px) {
|
||||
|
||||
.steps-main {
|
||||
grid-template-columns: repeat(1, 1fr);
|
||||
}
|
||||
|
||||
.steps-main .step .step-number:not(:last-child)::after {
|
||||
content: none;
|
||||
}
|
||||
|
||||
.innovating-box-main {
|
||||
grid-template-columns: repeat(1, 1fr);
|
||||
}
|
||||
|
||||
3
assets/images/new-img/android-logo.svg
Normal file
@@ -0,0 +1,3 @@
|
||||
<svg width="32" height="41" viewBox="0 0 32 41" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M7.51609 0.0858116C6.88849 0.314587 6.54286 0.81789 6.54286 1.49507C6.54286 2.06243 6.6793 2.30951 7.39785 3.05989L8.07092 3.75537L7.4797 4.48745C6.76116 5.38425 6.2609 6.20784 5.81522 7.25106C5.49688 8.01059 4.99662 9.74928 4.99662 10.1245C4.99662 10.2892 4.89657 10.2983 3.47767 10.2983C2.06786 10.2983 1.91324 10.3166 1.49484 10.518C1.24926 10.6278 0.876345 10.9115 0.667148 11.1402C-0.0604954 11.9364 -0.0150177 11.2043 0.0122689 21.7371L0.0395555 31.1169L0.303326 31.666C0.648957 32.3706 1.34931 33.0661 2.04057 33.4047C2.54083 33.6517 2.66817 33.6792 3.54134 33.67C4.06888 33.67 4.6419 33.6609 4.81471 33.6517C4.98753 33.6426 5.61512 33.6609 6.19723 33.6883L7.26141 33.7432L7.2887 36.1774L7.31599 38.6207L7.57066 39.1057C7.93448 39.8012 8.45293 40.332 9.10781 40.6889C9.67173 41 9.68992 41 10.8632 41C11.9547 41 12.082 40.9817 12.5641 40.7529C13.2554 40.4326 13.8193 39.8836 14.1922 39.1973L14.5015 38.6207L14.5287 36.1683L14.556 33.7249H16.0022H17.4484L17.4757 36.1225C17.503 38.5109 17.503 38.5292 17.7486 39.0508C18.0851 39.7738 18.6399 40.3503 19.3585 40.7072C19.9315 40.9908 19.9952 41 21.0957 41C22.1326 41 22.2781 40.9817 22.7511 40.7529C23.4424 40.4326 24.0063 39.8836 24.3792 39.1973L24.6885 38.6207L24.7157 36.1774L24.743 33.7432L25.8072 33.6883C26.3893 33.6609 27.0169 33.6426 27.1897 33.6517C27.3626 33.6609 27.9356 33.67 28.4631 33.67C29.3363 33.6792 29.4636 33.6517 29.9639 33.4047C30.6551 33.0661 31.3555 32.3706 31.7011 31.666L31.9649 31.1169L31.9922 21.7097C32.0104 12.6227 32.0104 12.2841 31.8376 11.9089C31.6193 11.3965 31.0735 10.7925 30.6097 10.5454C30.2913 10.3716 30.0457 10.3349 28.8815 10.2983L27.5263 10.2526L27.3626 9.429C26.9805 7.50728 26.0346 5.58557 24.7976 4.20377L24.3792 3.73706L25.0614 3.05989C26.0346 2.08073 26.2074 1.49507 25.7344 0.70808C25.4707 0.268829 25.0523 0.0492058 24.4793 0.0492058C23.8426 0.0492058 23.6516 0.168171 22.7511 1.08327L21.9962 1.85196L21.2958 1.49507C19.8314 0.753834 17.9851 0.323738 16.2751 0.323738C14.5651 0.323738 12.7187 0.753834 11.2544 1.49507L10.554 1.85196L9.79907 1.08327C9.38067 0.653172 8.93499 0.250526 8.80765 0.18647C8.42564 -0.0148506 7.8981 -0.0606079 7.51609 0.0858116ZM18.2943 3.60895C21.1867 4.36848 23.4515 6.59218 24.2883 9.49305C24.4065 9.88655 24.4702 10.2251 24.452 10.2526C24.4247 10.28 20.7137 10.2892 16.2114 10.28L8.02544 10.2526L8.18916 9.60287C8.98956 6.49152 11.5909 4.10311 14.8471 3.47169C15.7294 3.30697 17.3847 3.37103 18.2943 3.60895ZM4.35994 21.5998C4.35994 30.7234 4.36903 30.5404 3.86878 30.6685C3.74144 30.696 3.52315 30.696 3.39581 30.6685C2.89555 30.5404 2.90465 30.7234 2.90465 21.5998V13.2267H3.63229H4.35994V21.5998ZM24.7339 22.0116V30.7966H16.0022H7.27051V22.0116V13.2267H16.0022H24.7339V22.0116ZM29.0998 21.5998C29.0998 30.7234 29.1089 30.5404 28.6086 30.6685C28.4813 30.696 28.263 30.696 28.1357 30.6685C27.6354 30.5404 27.6445 30.7234 27.6445 21.5998V13.2267H28.3722H29.0998V21.5998ZM11.6182 35.7382C11.5909 38.0168 11.5727 38.0717 10.9087 38.0717C10.2447 38.0717 10.2266 38.0168 10.1993 35.7382L10.172 33.7249H10.9087H11.6455L11.6182 35.7382ZM21.8052 35.7382C21.7779 38.0168 21.7597 38.0717 21.0957 38.0717C20.4318 38.0717 20.4136 38.0168 20.3863 35.7382L20.359 33.7249H21.0957H21.8325L21.8052 35.7382Z" fill="#E5195E"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.3 KiB |
BIN
assets/images/new-img/api-first.webp
Normal file
|
After Width: | Height: | Size: 313 KiB |
4
assets/images/new-img/apple-logo.svg
Normal file
@@ -0,0 +1,4 @@
|
||||
<svg width="39" height="39" viewBox="0 0 39 39" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M23.8417 0.121922C22.8134 0.396141 20.5511 1.69868 20.1702 2.23188C20.0788 2.35376 19.995 2.62036 19.9722 2.81841C19.9036 3.55727 20.4597 4.1438 21.2214 4.1438C21.5794 4.1438 21.686 4.09809 22.2573 3.71724C23.438 2.92505 24.6796 2.39946 25.1519 2.48325C25.5175 2.5518 25.8831 2.79556 26.0202 3.06977C26.4773 3.93813 25.1976 6.56606 23.8189 7.60962C23.598 7.7772 23.179 8.0438 22.8819 8.21138C22.3335 8.50845 20.0103 9.44536 19.4085 9.60532L19.0657 9.69673L17.7784 9.08735C15.7903 8.13521 15.0134 7.92192 13.5204 7.92192C12.3778 7.92192 11.4562 8.06665 10.4735 8.38657C7.5257 9.36157 5.05011 11.5934 3.70187 14.4803C2.81066 16.3922 2.42218 18.3042 2.4298 20.7645C2.4298 23.9028 3.11534 26.9268 4.53214 30.0956C5.94894 33.2719 8.46261 36.6083 10.405 37.9108C11.6923 38.7639 12.6901 39.0458 14.2669 38.9772C15.3866 38.9391 15.9655 38.7944 17.3747 38.2307C18.304 37.8651 19.0657 37.7661 20.3454 37.8575C21.0462 37.9108 21.2671 37.9717 22.1355 38.2993C23.537 38.8401 24.1235 38.962 25.3652 38.9543C26.1116 38.9543 26.5382 38.9163 26.9267 38.8172C27.597 38.642 28.5568 38.2002 29.1737 37.7813C31.1237 36.4559 33.7364 32.7997 35.0009 29.6309C35.6103 28.0999 35.3894 26.5307 34.4144 25.4719C34.2468 25.2891 33.8202 24.9463 33.4698 24.7102C32.3273 23.9409 31.6341 23.0268 31.2913 21.8233C31.04 20.9092 31.0476 19.6143 31.3294 18.7688C31.6036 17.9538 32.015 17.3292 32.8681 16.4532C33.8583 15.4401 34.2011 14.7012 34.2011 13.5967C34.2011 13.0026 34.0716 12.4389 33.8126 11.9133C33.4775 11.2049 32.1292 9.97857 31.1009 9.43774C30.7353 9.2397 30.5982 9.20923 30.2935 9.2397C29.6308 9.30064 29.1737 9.80337 29.1737 10.4737C29.1737 10.9993 29.3718 11.2887 30.0497 11.7458C30.9105 12.3323 31.5198 12.9112 31.6189 13.2463C31.7864 13.7948 31.6722 14.0461 30.8952 14.8459C29.7984 15.9809 29.1737 17.0625 28.8234 18.4336C28.6025 19.2944 28.6253 21.5795 28.8538 22.4174C29.2118 23.7276 29.7984 24.7483 30.7353 25.7081C31.1161 26.0965 31.6798 26.584 31.9997 26.7973C33.1042 27.5286 33.0966 27.8942 31.9464 30.1641C30.7048 32.6168 28.7472 35.1077 27.4599 35.8542C26.622 36.3417 26.2183 36.4483 25.2509 36.4407C24.3444 36.4331 23.8417 36.3264 22.4021 35.8389C21.2366 35.4504 20.6273 35.3438 19.5075 35.3438C18.2888 35.3438 18.0527 35.3895 16.3616 35.9608C15.5314 36.2426 14.8001 36.4407 14.465 36.4788C12.4312 36.692 10.8544 35.519 8.50831 32.0151C5.19484 27.0639 4.02941 20.4979 5.71281 16.2551C6.26886 14.8536 6.9087 13.8786 7.91417 12.8731C9.94796 10.8469 12.8501 9.9481 15.0591 10.6641C15.3485 10.7555 16.1941 11.1288 16.9482 11.4868C18.2583 12.1114 18.3421 12.1418 18.9362 12.1723C19.6827 12.2104 19.9493 12.1418 21.8232 11.4182C24.154 10.5194 24.9538 10.07 25.9288 9.10259C26.721 8.31802 27.2085 7.62485 27.7646 6.51274C28.4196 5.20259 28.6634 4.28852 28.6253 3.26782C28.6025 2.63559 28.5644 2.47563 28.3587 2.04907C27.8941 1.11216 27.1323 0.457077 26.1421 0.15239C25.548 -0.0304222 24.4663 -0.0456543 23.8417 0.121922Z" fill="#E5195E"/>
|
||||
<path d="M18.205 5.0502C17.4509 5.55293 17.4509 6.63457 18.205 7.1373C18.3878 7.2668 18.563 7.3125 18.8829 7.3125C19.6522 7.3125 20.1093 6.86309 20.1093 6.09375C20.1093 5.32441 19.6522 4.875 18.8829 4.875C18.563 4.875 18.3878 4.9207 18.205 5.0502Z" fill="#E5195E"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.2 KiB |
18
assets/images/new-img/hybrid-app.svg
Normal file
@@ -0,0 +1,18 @@
|
||||
<svg width="41" height="41" viewBox="0 0 41 41" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M30.7781 0.164063C30.6305 0.254297 30.4418 0.442969 30.3516 0.590626C30.1957 0.853126 30.1875 1.01719 30.1875 7.80938C30.1875 14.659 30.1875 14.7656 30.3516 14.9297C30.5156 15.0938 30.6223 15.0938 35.4375 15.0938C40.2527 15.0938 40.3594 15.0938 40.5234 14.9297C40.6875 14.7656 40.6875 14.659 40.6875 7.80938C40.6875 1.01719 40.6793 0.853126 40.5234 0.590626C40.4332 0.442969 40.2445 0.254297 40.0969 0.164063C39.8344 0.00820351 39.6703 9.53674e-07 35.4375 9.53674e-07C31.2047 9.53674e-07 31.0406 0.00820351 30.7781 0.164063ZM39.375 7.54688V13.7812H38.3906H37.4062V12.7969V11.8125H37.7344H38.0625V11.1563V10.5H35.4375H32.8125V11.1563V11.8125H33.1406H33.4687V12.7969V13.7812H32.4844H31.5V7.54688V1.3125H35.4375H39.375V7.54688ZM36.0937 12.7969V13.7812H35.4375H34.7812V12.7969V11.8125H35.4375H36.0937V12.7969Z" fill="#E5195E"/>
|
||||
<path d="M32.1562 3.28125V3.9375H32.8125H33.4688V3.28125V2.625H32.8125H32.1562V3.28125Z" fill="#E5195E"/>
|
||||
<path d="M34.7812 3.28125V3.9375H35.4375H36.0938V3.28125V2.625H35.4375H34.7812V3.28125Z" fill="#E5195E"/>
|
||||
<path d="M37.4062 3.28125V3.9375H38.0625H38.7188V3.28125V2.625H38.0625H37.4062V3.28125Z" fill="#E5195E"/>
|
||||
<path d="M32.1562 5.90625V6.5625H32.8125H33.4688V5.90625V5.25H32.8125H32.1562V5.90625Z" fill="#E5195E"/>
|
||||
<path d="M34.7812 5.90625V6.5625H35.4375H36.0938V5.90625V5.25H35.4375H34.7812V5.90625Z" fill="#E5195E"/>
|
||||
<path d="M37.4062 5.90625V6.5625H38.0625H38.7188V5.90625V5.25H38.0625H37.4062V5.90625Z" fill="#E5195E"/>
|
||||
<path d="M32.1562 8.53125V9.1875H32.8125H33.4688V8.53125V7.875H32.8125H32.1562V8.53125Z" fill="#E5195E"/>
|
||||
<path d="M34.7812 8.53125V9.1875H35.4375H36.0938V8.53125V7.875H35.4375H34.7812V8.53125Z" fill="#E5195E"/>
|
||||
<path d="M37.4062 8.53125V9.1875H38.0625H38.7188V8.53125V7.875H38.0625H37.4062V8.53125Z" fill="#E5195E"/>
|
||||
<path d="M23.1328 2.78906C22.9934 2.92851 22.9688 3.05976 22.9688 3.77344V4.59375H17.8254C12.0996 4.59375 11.8125 4.61836 10.2785 5.12695C6.86602 6.26719 4.29023 8.84297 3.1582 12.2473C2.6332 13.8305 2.625 13.9289 2.625 20.4012V26.25H3.28125H3.9375V21.1805C3.9375 18.3996 3.97852 15.6762 4.01953 15.1348C4.21641 12.6492 5.15977 10.5738 6.88242 8.85117C8.58867 7.14492 10.6641 6.19336 13.125 5.98828C13.6418 5.94726 16.0699 5.90625 18.5227 5.90625H22.9688V6.72656C22.9688 7.44023 22.9934 7.57148 23.1328 7.71094C23.4773 8.05547 23.7727 7.95703 25.6348 6.84141C26.5863 6.27539 27.4066 5.75039 27.4641 5.67656C27.5133 5.60273 27.5625 5.41406 27.5625 5.25C27.5625 5.08594 27.5133 4.89726 27.4641 4.82344C27.4066 4.74961 26.5863 4.22461 25.6348 3.65859C23.7727 2.54297 23.4773 2.44453 23.1328 2.78906ZM25.0441 4.95469C25.2574 5.07773 25.4297 5.21719 25.4297 5.25C25.4297 5.28281 25.2574 5.42226 25.0441 5.54531C24.8227 5.66836 24.5684 5.82422 24.4699 5.88984L24.2812 6.00469V5.25V4.49531L24.4699 4.61016C24.5684 4.67578 24.8227 4.83164 25.0441 4.95469Z" fill="#E5195E"/>
|
||||
<path d="M12.9199 12.6247C12.7395 12.7068 12.477 12.9036 12.3293 13.0513C11.7879 13.6173 11.8125 13.3466 11.8125 19.7696V25.5939H11.3203C10.5492 25.5939 10.5 25.6759 10.5 27.0048C10.5 28.2353 10.5984 28.547 11.0824 29.0146C11.6648 29.5642 11.107 29.5314 20.3438 29.5314C29.5805 29.5314 29.0227 29.5642 29.6051 29.0146C30.0891 28.547 30.1875 28.2353 30.1875 27.0048C30.1875 25.6759 30.1383 25.5939 29.3672 25.5939H28.875V19.7696C28.875 13.3466 28.8996 13.6173 28.3582 13.0513C28.2105 12.9036 27.948 12.7068 27.7676 12.6247C27.4559 12.4771 27.0867 12.4689 20.3438 12.4689C13.6008 12.4689 13.2316 12.4771 12.9199 12.6247ZM27.1031 13.8962C27.2918 13.97 27.4066 14.0931 27.4723 14.2736C27.5379 14.4622 27.5625 16.1603 27.5625 20.065V25.5939H20.3438H13.125V20.065C13.125 16.1603 13.1496 14.4622 13.2152 14.2736C13.3957 13.7732 13.1742 13.7896 20.3273 13.7814C25.7004 13.7814 26.8734 13.7978 27.1031 13.8962ZM28.875 27.1935C28.875 27.6611 28.6863 28.022 28.3828 28.1286C27.9973 28.2599 12.6902 28.2599 12.3047 28.1286C12.0012 28.022 11.8125 27.6611 11.8125 27.1935V26.9064H20.3438H28.875V27.1935Z" fill="#E5195E"/>
|
||||
<path d="M19.0477 14.5523C18.5801 14.6754 18.375 14.9297 18.375 15.3809C18.375 15.6926 18.3422 15.75 18.1043 15.8977C17.8336 16.0535 17.8254 16.0535 17.5465 15.9059C17.3907 15.8238 17.1364 15.7582 16.9641 15.75C16.7016 15.75 16.6114 15.8074 16.2176 16.2504C15.7172 16.8 15.184 17.7926 15.1184 18.293C15.0528 18.7852 15.143 18.9984 15.5039 19.2035C15.791 19.3676 15.8321 19.425 15.8321 19.6875C15.8321 19.95 15.791 20.0074 15.5039 20.1715C15.143 20.3766 15.0528 20.5898 15.1184 21.082C15.184 21.5824 15.7172 22.575 16.2176 23.1246C16.6114 23.5676 16.7016 23.625 16.9641 23.625C17.1364 23.625 17.3907 23.5512 17.5301 23.4609C17.8008 23.3051 17.8008 23.3051 18.0879 23.4691C18.3422 23.625 18.375 23.6742 18.375 23.9941C18.375 24.6914 18.8754 24.9375 20.2864 24.9375C21.8203 24.9375 22.3125 24.7078 22.3125 23.9941C22.3125 23.6824 22.3453 23.625 22.5832 23.4773C22.8539 23.3215 22.8621 23.3215 23.1411 23.4691C23.2969 23.5512 23.5512 23.6168 23.7235 23.625C23.986 23.625 24.0762 23.5676 24.47 23.1246C24.9703 22.575 25.5036 21.5824 25.5692 21.082C25.6348 20.5898 25.5446 20.3766 25.1836 20.1715C24.8965 20.0074 24.8555 19.95 24.8555 19.6875C24.8555 19.425 24.8965 19.3676 25.1836 19.2035C25.5446 18.9984 25.6348 18.7852 25.5692 18.293C25.5036 17.7926 24.9703 16.8 24.47 16.2504C24.0762 15.8074 23.986 15.75 23.7235 15.75C23.5512 15.75 23.2969 15.8238 23.1575 15.9141C22.8868 16.0699 22.8868 16.0699 22.5996 15.9059C22.3453 15.75 22.3125 15.7008 22.3125 15.3809C22.3125 14.9215 22.0746 14.6508 21.5578 14.5277C21.0657 14.4129 19.5071 14.4211 19.0477 14.5523ZM20.7129 15.832C20.8606 15.832 20.9098 15.8895 20.9508 16.1191C21.0328 16.5375 21.3528 16.8574 22.0254 17.1938C22.6243 17.4891 22.9032 17.5219 23.4528 17.3824C23.5184 17.366 23.6743 17.5137 23.8137 17.7434L24.0598 18.1289L23.7317 18.4406L23.4036 18.7441L23.4118 19.7039C23.42 20.7129 23.4938 20.9262 23.8793 21.041C24.0926 21.1148 24.0762 21.2297 23.7891 21.6809C23.5676 22.0336 23.5348 22.0582 23.3379 21.9844C22.9524 21.8367 22.5914 21.8941 22.0008 22.1895C21.3446 22.5176 21.0328 22.8375 20.9508 23.2559C20.9098 23.4938 20.8688 23.5348 20.6391 23.5594C20.4996 23.5758 20.2535 23.5676 20.0813 23.5594C19.8188 23.5266 19.7778 23.4938 19.7368 23.2477C19.6547 22.8375 19.3348 22.5176 18.6868 22.1895C18.0961 21.8941 17.7352 21.8367 17.3496 21.9844C17.1528 22.0582 17.12 22.0336 16.8985 21.6809C16.6114 21.2297 16.595 21.1148 16.8082 21.041C17.1856 20.9262 17.2676 20.7129 17.2758 19.7203C17.284 18.9082 17.2676 18.7523 17.1282 18.5801C17.0461 18.4734 16.9067 18.3586 16.8164 18.334C16.595 18.2602 16.6114 18.1453 16.8985 17.6941C17.12 17.3414 17.1528 17.3168 17.3496 17.3906C17.7352 17.5383 18.0961 17.4809 18.6868 17.1855C19.343 16.8574 19.6547 16.5375 19.7368 16.1191C19.7778 15.8813 19.827 15.8402 20.0485 15.8074C20.1879 15.791 20.352 15.791 20.4094 15.8074C20.475 15.8156 20.6063 15.832 20.7129 15.832Z" fill="#E5195E"/>
|
||||
<path d="M19.3922 17.5465C18.9082 17.768 18.498 18.1617 18.2602 18.6375C18.0879 18.9821 18.0469 19.1789 18.0469 19.6793C18.0551 20.6227 18.4078 21.2625 19.1789 21.7137C19.6957 22.0172 20.7211 22.0828 21.2543 21.8449C21.7711 21.6153 22.1812 21.2215 22.4273 20.7375C22.5996 20.393 22.6406 20.1961 22.6406 19.6875C22.6406 19.1789 22.5996 18.9821 22.4273 18.6375C22.1895 18.1617 21.7793 17.768 21.2953 17.5465C20.8359 17.3414 19.8516 17.3414 19.3922 17.5465ZM20.9672 19.0641C21.1969 19.2938 21.2461 19.4086 21.2461 19.6875C21.2461 19.9664 21.1969 20.0813 20.9672 20.311C20.7375 20.5407 20.6227 20.5899 20.3438 20.5899C20.0648 20.5899 19.95 20.5407 19.7203 20.311C19.4906 20.0813 19.4414 19.9664 19.4414 19.6875C19.4414 19.4086 19.4906 19.2938 19.7203 19.0641C19.95 18.8344 20.0648 18.7852 20.3438 18.7852C20.6227 18.7852 20.7375 18.8344 20.9672 19.0641Z" fill="#E5195E"/>
|
||||
<path d="M36.75 22.1237C36.75 23.83 36.709 25.6675 36.6679 26.2089C36.4711 28.7027 35.5359 30.7534 33.8051 32.4925C32.0824 34.207 30.0316 35.1503 27.5625 35.3554C27.0457 35.3964 25.2082 35.4374 23.4855 35.4374H20.3437V34.6171C20.3437 33.9034 20.3191 33.7722 20.1797 33.6327C19.8351 33.2882 19.5398 33.3866 17.6777 34.5023C16.7343 35.0683 15.9058 35.5933 15.8484 35.6671C15.7172 35.8394 15.7172 36.348 15.8566 36.5202C15.9058 36.5941 16.7343 37.1191 17.6777 37.6851C19.5398 38.8007 19.8351 38.8991 20.1797 38.5546C20.3191 38.4152 20.3437 38.2839 20.3437 37.5702V36.7499H24.1828C28.4648 36.7499 28.9406 36.7089 30.409 36.2167C33.8215 35.0765 36.389 32.5089 37.5293 29.0964C38.0215 27.628 38.0625 27.1523 38.0625 22.862V19.0312H37.4062H36.75V22.1237ZM19.0148 36.4546L18.9902 36.8155L18.457 36.4956C18.1617 36.3234 17.9238 36.1429 17.9238 36.0937C17.9238 36.0445 18.1617 35.864 18.457 35.6917L18.9902 35.3718L19.0148 35.7327C19.0312 35.9296 19.0312 36.2577 19.0148 36.4546Z" fill="#E5195E"/>
|
||||
<path d="M3.10078 31.3195L0 34.4121V34.7648C0 35.3391 0.172266 35.4375 1.14844 35.4375H1.96875V37.8984C1.96875 40.2527 1.97695 40.3676 2.13281 40.5234C2.28867 40.6793 2.40352 40.6875 6.5625 40.6875C10.7215 40.6875 10.8363 40.6793 10.9922 40.5234C11.148 40.3676 11.1562 40.2527 11.1562 37.8984V35.4375H11.9766C12.9527 35.4375 13.125 35.3391 13.125 34.7648V34.4121L10.0242 31.3195L6.93164 28.2188H6.5625H6.19336L3.10078 31.3195ZM8.69531 32.0332L10.7871 34.125H10.4754C10.2785 34.125 10.1145 34.1824 10.0078 34.2891C9.85195 34.4449 9.84375 34.5598 9.84375 36.9141V39.375H9.1875H8.53125V37.8984C8.53125 35.9379 8.69531 36.0938 6.5625 36.0938C4.42969 36.0938 4.59375 35.9379 4.59375 37.8984V39.375H3.9375H3.28125V36.9141C3.28125 34.5598 3.27305 34.4449 3.11719 34.2891C3.01055 34.1824 2.84648 34.125 2.64961 34.125H2.33789L4.42969 32.0332C5.57812 30.8848 6.53789 29.9414 6.5625 29.9414C6.58711 29.9414 7.54687 30.8848 8.69531 32.0332ZM7.21875 38.3906V39.375H6.5625H5.90625V38.3906V37.4063H6.5625H7.21875V38.3906Z" fill="#E5195E"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 9.6 KiB |
BIN
assets/images/new-img/ios-banner.webp
Normal file
|
After Width: | Height: | Size: 98 KiB |
12
assets/images/new-img/iot-logo.svg
Normal file
@@ -0,0 +1,12 @@
|
||||
<svg width="49" height="35" viewBox="0 0 49 35" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M19.7412 0.093663C16.5562 0.428419 13.2756 1.72919 10.8845 3.62295C9.89934 4.39767 9.09593 5.17239 8.98115 5.4402C8.67509 6.17666 9.3446 6.99921 10.1002 6.81748C10.2341 6.77922 10.741 6.41577 11.2192 5.99494C13.486 4.03422 15.7815 2.88649 18.6604 2.2648C19.4734 2.09264 19.9707 2.05438 21.4628 2.05438C24.3512 2.04481 26.2163 2.48478 28.7605 3.78555C30.1377 4.49332 30.4629 4.54114 30.8933 4.11074C31.1133 3.88119 31.1707 3.74729 31.1707 3.3934C31.1707 2.80997 30.9507 2.60912 29.4013 1.84396C26.4172 0.361468 23.0505 -0.250658 19.7412 0.093663Z" fill="#E5195E"/>
|
||||
<path d="M20.6018 4.68431C18.5551 4.83734 16.7761 5.39208 14.9588 6.44417C13.7728 7.12325 12.2808 8.44314 12.1851 8.89267C12.099 9.27525 12.3573 9.8013 12.7112 9.98302C13.1703 10.2221 13.5624 10.1074 14.2128 9.52393C15.4562 8.41445 16.6326 7.72581 18.1629 7.21889C19.4159 6.79806 20.2097 6.67372 21.5487 6.67372C23.3277 6.67372 24.8867 7.0276 26.3979 7.77363C27.3831 8.27098 27.9091 8.61531 28.7986 9.38046C29.5829 10.0595 29.8889 10.1839 30.348 10.0308C30.7689 9.89694 30.9793 9.57175 30.9793 9.05527C30.9793 8.70139 30.9315 8.60574 30.4819 8.16578C27.8995 5.67902 24.2842 4.40694 20.6018 4.68431Z" fill="#E5195E"/>
|
||||
<path d="M32.5671 5.1148C32.0506 5.64085 32.3375 6.66425 33.0357 6.79815C34.0496 6.999 34.6904 5.83214 33.9731 5.10524C33.6192 4.76092 32.921 4.76092 32.5671 5.1148Z" fill="#E5195E"/>
|
||||
<path d="M2.56337 8.24227C1.693 8.49094 0.841765 9.16045 0.411364 9.93518C-0.00947227 10.6812 -0.0190367 10.8055 0.00965666 17.7302L0.0383501 24.3297L0.287026 24.8557C0.784378 25.9174 1.84603 26.7017 3.00333 26.8547C4.58147 27.0747 6.0544 26.2904 6.7526 24.8749L7.02041 24.3297V17.5389V10.7482L6.71435 10.1169C6.12135 8.92134 5.06926 8.22314 3.7398 8.15618C3.3094 8.13706 2.82161 8.16575 2.56337 8.24227ZM4.37105 10.3847C4.51452 10.4899 4.72494 10.7195 4.84928 10.8916L5.05969 11.2072V17.472V23.7271L4.84928 24.1097C4.24671 25.1809 2.67814 25.1331 2.13297 24.0236C1.96081 23.6793 1.95124 23.3732 1.95124 17.5867C1.95124 14.2487 1.97994 11.3985 2.01819 11.2551C2.1234 10.9012 2.5538 10.4134 2.90769 10.2604C3.29027 10.0786 4.04586 10.1456 4.37105 10.3847Z" fill="#E5195E"/>
|
||||
<path d="M36.5746 8.32859C35.7712 8.62509 35.1017 9.22765 34.7287 10.0311C34.5182 10.4615 34.48 10.691 34.48 11.3223C34.48 12.2787 34.7669 12.9674 35.4364 13.6082C36.0007 14.1534 36.6702 14.4116 37.7223 14.4881L38.5257 14.5551L38.5544 19.4903C38.5831 24.3586 38.5831 24.4351 38.8031 24.9612C39.0518 25.5924 39.7022 26.2811 40.2952 26.5776C41.9785 27.3906 44.0158 26.5967 44.6566 24.8942C44.8383 24.3969 44.8479 24.1673 44.8479 19.4616V14.5551L45.7278 14.4881C47.239 14.3733 48.1859 13.7708 48.731 12.5848C48.9606 12.0779 48.9797 11.9344 48.9415 11.1979C48.9128 10.5093 48.8554 10.2797 48.6258 9.85891C48.2624 9.18939 47.6789 8.66335 47.0094 8.41467C46.4834 8.22338 46.3399 8.21382 41.6629 8.22338C38.4875 8.22338 36.7659 8.26164 36.5746 8.32859ZM46.6173 10.5571C47.0477 10.9971 47.0859 11.5709 46.7034 12.03C46.3782 12.4222 45.9669 12.5178 44.5992 12.5178C43.5662 12.5178 43.4323 12.537 43.2315 12.7187C43.1167 12.8239 42.9828 13.0247 42.9254 13.1586C42.8776 13.2925 42.8393 15.6263 42.8393 18.6965C42.8393 24.4638 42.8489 24.3491 42.3037 24.7125C41.7394 25.076 41.0508 24.8464 40.716 24.1769C40.5534 23.8804 40.5439 23.4022 40.5439 18.4669V13.0726L40.2665 12.7952C39.9891 12.5178 39.9795 12.5178 38.8509 12.5178C38.2293 12.5178 37.5693 12.47 37.378 12.4222C36.6415 12.2213 36.2685 11.504 36.565 10.8727C36.8807 10.2128 36.7372 10.2319 41.7585 10.2224H46.273L46.6173 10.5571Z" fill="#E5195E"/>
|
||||
<path d="M20.5064 9.37118C18.1822 9.67724 16.0398 11.0067 14.739 12.9483C14.213 13.7517 14.0121 14.1534 13.7061 15.1481C13.4574 15.942 13.4287 16.1333 13.4287 17.4914C13.4287 19.213 13.5435 19.7295 14.1939 21.0972C15.2268 23.2205 17.2067 24.8656 19.5021 25.4873C20.4873 25.7551 22.7541 25.736 23.7392 25.449C26.5703 24.6265 28.7892 22.4075 29.497 19.6912C30.6639 15.1864 28.0432 10.6911 23.5957 9.56247C22.7158 9.34249 21.3768 9.25641 20.5064 9.37118ZM23.041 11.4849C23.7105 11.638 24.9539 12.2692 25.4799 12.7283C26.9816 14.0099 27.7563 15.655 27.7563 17.5392C27.7371 21.0972 24.7817 23.8805 21.2333 23.6796C16.7476 23.4309 14.06 18.7348 16.0781 14.6986C16.7763 13.3022 18.2014 12.0875 19.6934 11.6093C20.7073 11.2745 21.9602 11.2363 23.041 11.4849Z" fill="#E5195E"/>
|
||||
<path d="M20.5161 14.1053C18.4501 14.7461 17.4172 17.1372 18.3736 19.1075C18.6414 19.6718 19.4162 20.4369 19.9996 20.7239C21.7786 21.5942 23.9401 20.8291 24.7914 19.0405C25.5374 17.4624 25.0401 15.5591 23.6245 14.5835C22.7733 13.9905 21.5203 13.7992 20.5161 14.1053ZM22.4576 16.2381C22.8115 16.4964 23.1367 17.0798 23.1367 17.4815C23.1367 18.1415 22.6011 18.8588 21.9699 19.031C20.8795 19.3179 19.77 18.218 20.0665 17.1563C20.1909 16.7068 20.4109 16.4294 20.8508 16.1521C21.2717 15.8842 22.0177 15.9225 22.4576 16.2381Z" fill="#E5195E"/>
|
||||
<path d="M12.4913 25.1908C11.9366 25.7456 12.0801 26.3386 12.9313 27.075C15.6667 29.447 18.6509 30.5182 22.0845 30.3748C25.279 30.2313 28.2058 29.0262 30.396 26.9316C30.9412 26.4151 30.9794 26.3577 30.9794 25.9464C30.9794 25.363 30.5969 24.9517 30.0517 24.9517C29.6404 24.9517 29.4204 25.076 28.7605 25.6882C28.0719 26.3194 26.7711 27.1228 25.7573 27.5437C22.4766 28.921 18.67 28.5766 15.705 26.6542C15.3511 26.4151 14.7199 25.9368 14.3086 25.5925C13.6391 25.0187 13.5147 24.9517 13.1513 24.9517C12.8357 24.9517 12.6826 25.0091 12.4913 25.1908Z" fill="#E5195E"/>
|
||||
<path d="M9.39234 28.3183C8.81847 28.5957 8.75152 29.5234 9.27757 29.9634C9.93752 30.5182 10.894 30.0782 10.894 29.227C10.894 29.007 10.8366 28.7583 10.7696 28.6818C10.4253 28.2418 9.861 28.0888 9.39234 28.3183Z" fill="#E5195E"/>
|
||||
<path d="M32.7774 28.3756C32.6435 28.4617 32.127 28.873 31.6393 29.2938C29.6212 31.0058 27.297 32.1344 24.6094 32.7179C23.6912 32.9092 23.3182 32.9379 21.5105 32.9283C19.2055 32.9187 18.4116 32.7944 16.537 32.1631C15.4466 31.7901 14.8345 31.5032 13.5433 30.7667C12.826 30.3459 12.6634 30.2885 12.3573 30.3363C11.8313 30.4224 11.5156 30.7859 11.5156 31.3023C11.5156 31.8284 11.6687 32.0005 12.6729 32.6127C14.5954 33.77 17.0248 34.6021 19.4063 34.9081C20.5158 35.0516 22.9643 35.0229 24.0929 34.8508C27.5361 34.3343 30.6063 32.9092 33.2461 30.6041C33.9156 30.0207 34.1451 29.7529 34.2217 29.4851C34.4703 28.586 33.5426 27.8687 32.7774 28.3756Z" fill="#E5195E"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 6.3 KiB |
4
assets/images/new-img/native-app.svg
Normal file
|
After Width: | Height: | Size: 7.0 KiB |
15
assets/images/new-img/pwa-app.svg
Normal file
|
After Width: | Height: | Size: 11 KiB |
8
assets/images/new-img/tablet-logo.svg
Normal file
@@ -0,0 +1,8 @@
|
||||
<svg width="29" height="37" viewBox="0 0 29 37" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M2.12606 0.121008C1.14981 0.475352 0.43389 1.21296 0.130167 2.17475C0.0216945 2.52187 0 2.84728 0 3.96817C0 5.24091 0.0072315 5.34215 0.14463 5.47955C0.332649 5.66757 0.72315 5.66757 0.947327 5.48678C1.11365 5.34938 1.12088 5.31323 1.15704 3.94647C1.1932 2.69542 1.20766 2.52187 1.35229 2.26153C1.56924 1.85657 2.07544 1.40822 2.5021 1.24189C2.84198 1.11172 3.21802 1.10449 14.1737 1.10449C25.1295 1.10449 25.5055 1.11172 25.8454 1.24189C26.3154 1.42268 26.8072 1.87826 27.0169 2.33385L27.1904 2.69542V18.4963V34.2971L27.0169 34.6587C26.8072 35.1142 26.3154 35.5698 25.8454 35.7506C25.5055 35.8808 25.1295 35.888 14.1737 35.888C3.21802 35.888 2.84198 35.8808 2.5021 35.7506C2.07544 35.5843 1.56924 35.1359 1.35229 34.731L1.1932 34.4417L1.15704 20.7163L1.12088 6.9837L0.918401 6.81015C0.67253 6.60043 0.441122 6.58597 0.188019 6.78845L0 6.93308V20.6729C0 34.3043 0 34.4128 0.14463 34.8467C0.484511 35.8374 1.21489 36.5678 2.20561 36.8932C2.54549 37.0017 3.57236 37.0089 14.3184 36.9944L26.0696 36.9727L26.5541 36.7341C27.0458 36.481 27.6533 35.9314 27.9136 35.5047C27.9931 35.3746 28.1233 35.0781 28.2029 34.8394C28.3475 34.4128 28.3475 34.232 28.3475 18.4963C28.3475 2.67373 28.3475 2.57972 28.2029 2.14583C27.9208 1.30697 27.3568 0.663371 26.5541 0.265638L26.0696 0.0197673L14.2822 0.00530434C3.05892 -0.00915866 2.4804 -0.00192716 2.12606 0.121008Z" fill="#E5195E"/>
|
||||
<path d="M11.6138 2.01557C11.4692 2.13128 11.4258 2.22529 11.4258 2.44946C11.4258 2.81104 11.621 3.02075 11.9609 3.02075C12.5177 3.02075 12.7636 2.39884 12.337 2.03727C12.0983 1.82755 11.8669 1.82032 11.6138 2.01557Z" fill="#E5195E"/>
|
||||
<path d="M13.7689 1.94326C13.6025 2.03004 13.4507 2.2976 13.4507 2.50732C13.4507 2.57963 13.5158 2.72426 13.6025 2.83273L13.7472 3.02075H15.2658C16.6832 3.02075 16.7844 3.01352 16.9218 2.87612C17.1243 2.67364 17.1171 2.22529 16.9146 2.03727C16.7772 1.91433 16.6253 1.89987 15.3381 1.88541C14.4486 1.87817 13.8629 1.89987 13.7689 1.94326Z" fill="#E5195E"/>
|
||||
<path d="M2.55996 3.86689C2.47318 3.88135 2.34301 3.9609 2.2707 4.04767C2.14053 4.18507 2.1333 4.56834 2.1333 14.678V25.1637L2.33578 25.3372C2.58165 25.5469 2.81306 25.5614 3.06616 25.3589L3.25418 25.2143V15.0902V4.97331H14.1737H25.0933V8.83493V12.7038L25.2813 12.8484C25.5344 13.0509 25.7658 13.0364 26.0117 12.8267L26.2142 12.6532V8.4155V4.18507L26.0479 4.01875L25.8815 3.85242L14.2967 3.84519C7.92573 3.83796 2.63951 3.85242 2.55996 3.86689Z" fill="#E5195E"/>
|
||||
<path d="M25.2379 14.1574C25.0933 14.302 25.0933 14.396 25.0933 22.4736V30.6452H14.1737H3.25418V28.7289C3.25418 26.9065 3.24694 26.8053 3.10955 26.6679C2.92153 26.4799 2.50933 26.4726 2.32131 26.6606C2.10437 26.8776 2.0899 27.109 2.1116 29.3652L2.13329 31.4551L2.33578 31.6287L2.53826 31.8022H14.1737H25.8092L26.0117 31.6287L26.2142 31.4551L26.2359 23.11C26.2431 18.5252 26.2359 14.6636 26.2142 14.5334C26.1925 14.4033 26.1057 14.2297 26.0262 14.1502C25.8382 13.9621 25.426 13.9694 25.2379 14.1574Z" fill="#E5195E"/>
|
||||
<path d="M13.6531 32.1059C13.2987 32.1999 12.8142 32.6265 12.6479 32.9881C12.4816 33.3569 12.4671 34.0222 12.6262 34.391C13.0746 35.4758 14.5932 35.7361 15.4176 34.8611C15.6996 34.5718 15.837 34.1813 15.837 33.704C15.8298 32.5542 14.8029 31.7949 13.6531 32.1059ZM14.4919 33.328C14.7523 33.5305 14.7523 33.9065 14.4919 34.109C14.3835 34.1958 14.2461 34.2609 14.1738 34.2609C13.9279 34.2609 13.6675 33.9788 13.6675 33.7185C13.6675 33.4582 13.9279 33.1761 14.1738 33.1761C14.2461 33.1761 14.3835 33.2412 14.4919 33.328Z" fill="#E5195E"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.5 KiB |
6
assets/images/new-img/tv-logo.svg
Normal file
@@ -0,0 +1,6 @@
|
||||
<svg width="47" height="36" viewBox="0 0 47 36" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M1.05768 0.257145L0.800537 0.514286V15.136V29.7576L1.07541 30.0236L1.34142 30.2808L9.58773 30.3074L17.8252 30.3251V31.3005C17.8252 32.2315 17.8163 32.2759 17.6301 32.3202C17.5148 32.3468 15.5907 32.7281 13.3473 33.1626C11.104 33.6059 9.13551 34.0049 8.98477 34.0581C8.56802 34.1911 8.33748 34.5281 8.33748 34.998C8.33748 35.335 8.38182 35.4414 8.63896 35.6985C8.85177 35.9113 9.02024 36 9.21531 36C9.35719 36 11.1129 35.6631 13.0991 35.2463C15.0853 34.8384 17.0715 34.4394 17.5148 34.3596C18.8537 34.1291 20.5562 34.0493 24.2981 34.0493H27.8892L32.8015 35.0335C36.1444 35.6985 37.8114 36 38.0064 35.9557C38.6626 35.8404 38.9907 34.9094 38.5651 34.3773C38.3434 34.0847 38.5119 34.1202 33.6528 33.1626C31.4094 32.7192 29.4853 32.3379 29.3789 32.3202C29.1838 32.2759 29.1749 32.2404 29.1749 31.3005V30.3251L37.4124 30.3074L45.6587 30.2808L45.9247 30.0236L46.1996 29.7576V15.136V0.514286L45.9424 0.257145L45.6853 0H23.5H1.31482L1.05768 0.257145ZM44.2488 13.2562V24.5616H23.5H2.75128V13.2562V1.95074H23.5H44.2488V13.2562ZM4.52467 27.4433V28.3744H3.63798H2.75128V27.4433V26.5123H3.63798H4.52467V27.4433ZM44.2488 27.4433V28.3744H25.3621H6.47541V27.4433V26.5123H25.3621H44.2488V27.4433ZM27.2242 31.2118V32.0985H23.5H19.7759V31.2118V30.3251H23.5H27.2242V31.2118Z" fill="#E5195E"/>
|
||||
<path d="M22.1258 10.4985C20.7248 10.8266 19.7051 11.3409 18.5967 12.2719C17.7455 12.999 17.5948 13.6197 18.1268 14.1517C18.6233 14.6483 19.1287 14.5685 19.8736 13.8502C21.1061 12.6709 23.0834 12.0946 24.7416 12.4493C25.5662 12.6266 26.5416 13.0877 27.2154 13.6108C27.8184 14.0808 28.2174 14.1872 28.6342 13.9655C28.98 13.7882 29.2105 13.3005 29.1396 12.9015C29.0066 12.2276 27.5169 11.2079 25.8943 10.6847C25.247 10.4719 24.9544 10.4365 23.8992 10.4098C23.0568 10.3832 22.4893 10.4187 22.1258 10.4985Z" fill="#E5195E"/>
|
||||
<path d="M22.4182 14.3558C21.4871 14.6573 20.7246 15.3135 20.6182 15.8987C20.5206 16.3952 20.8576 16.9007 21.3364 16.9893C21.7532 17.0691 22.0103 16.9805 22.427 16.6347C23.1719 16.014 23.9167 15.9785 24.8123 16.5371C25.2734 16.8209 25.4064 16.8652 25.6901 16.8209C26.4527 16.6967 26.7896 15.7657 26.2842 15.1716C26.1601 15.0209 25.7522 14.746 25.3886 14.5686C24.7591 14.2583 24.6527 14.2317 23.8192 14.214C23.1364 14.1962 22.8083 14.2228 22.4182 14.3558Z" fill="#E5195E"/>
|
||||
<path d="M23.1807 18.0798C22.8527 18.2838 22.6576 18.7626 22.7462 19.1527C22.8881 19.7823 23.8103 20.0926 24.3246 19.6847C24.8743 19.2503 24.7768 18.3458 24.165 18.0443C23.7748 17.867 23.5177 17.8759 23.1807 18.0798Z" fill="#E5195E"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.6 KiB |
5
assets/images/new-img/watch-logo.svg
Normal file
@@ -0,0 +1,5 @@
|
||||
<svg width="26" height="36" viewBox="0 0 26 36" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M7.60161 0.160188L7.39927 0.320376L7.37398 3.01827L7.34868 5.70773L6.19365 5.75831C5.28311 5.79204 4.89529 5.85105 4.36414 6.01967C2.61051 6.57611 1.28686 7.85761 0.66297 9.60281L0.401611 10.3279V18.1265V25.9251L0.66297 26.6501C1.28686 28.3953 2.60208 29.6684 4.36414 30.2333C4.92058 30.4187 5.25782 30.4609 6.32854 30.4946L7.61004 30.5452V33.0998C7.61004 35.5532 7.61847 35.6712 7.77866 35.8314C7.94728 36 8.05688 36 12.7192 36C15.7712 36 17.5417 35.9663 17.6428 35.9157C17.9295 35.7639 17.9801 35.2749 17.9801 32.8721V30.5452L19.2278 30.4946C20.2396 30.4609 20.5937 30.4103 21.1417 30.2333C22.9037 29.6768 24.2189 28.3953 24.8428 26.6501L25.1042 25.9251V18.1265V10.3279L24.8428 9.60281C24.2189 7.85761 22.8953 6.57611 21.1417 6.01967C20.6105 5.85105 20.2227 5.79204 19.3122 5.75831L18.1487 5.70773V3.14473C18.1487 0.463701 18.115 0.185481 17.7693 0.0505866C17.6934 0.0252938 15.4171 1.10269e-06 12.7107 1.10269e-06C7.99786 1.10269e-06 7.78709 0.00843202 7.60161 0.160188ZM16.7154 3.58314V5.73302H12.7529H8.79037V3.58314V1.43326H12.7529H16.7154V3.58314ZM20.2733 7.28431C21.0742 7.46136 21.715 7.79016 22.3051 8.34661C22.9374 8.93677 23.3506 9.59438 23.5529 10.3532C23.7047 10.8759 23.7131 11.3564 23.7131 18.1265C23.7131 24.8965 23.7047 25.377 23.5529 25.8998C23.1314 27.4258 21.833 28.6314 20.2564 28.9686C19.4386 29.1457 6.05032 29.1372 5.22409 28.9602C3.67281 28.6314 2.36601 27.4089 1.94447 25.8913C1.80114 25.377 1.79271 24.8543 1.79271 18.1265C1.79271 11.3564 1.80114 10.8759 1.9529 10.3532C2.36601 8.84403 3.66438 7.62998 5.1988 7.29274C5.97445 7.12412 19.4723 7.11569 20.2733 7.28431ZM16.5468 32.5855V34.6511H12.7951H9.0433V32.5855V30.5199H12.7951H16.5468V32.5855Z" fill="#E5195E"/>
|
||||
<path d="M5.88166 8.70897C5.40953 8.89445 5.25778 9.02092 5.02171 9.4256L4.78564 9.82186V18.1347V26.4476L5.03857 26.8523C5.19876 27.1052 5.41796 27.3244 5.62874 27.434C5.96597 27.6111 6.03342 27.6111 12.7529 27.6111C19.4723 27.6111 19.5397 27.6111 19.877 27.434C20.0878 27.3244 20.307 27.1052 20.4671 26.8523L20.7201 26.4476V18.1263V9.80499L20.4671 9.40031C20.307 9.14738 20.0878 8.92818 19.877 8.81858C19.5397 8.64153 19.4554 8.64153 12.8372 8.62467C7.84607 8.61623 6.06714 8.6331 5.88166 8.70897ZM19.2447 10.1928C19.3796 10.4457 19.3627 25.9839 19.2278 26.1188C19.0845 26.2621 6.42124 26.2621 6.27792 26.1188C6.13459 25.9755 6.13459 10.2771 6.27792 10.1338C6.35379 10.0579 7.91351 10.0326 12.7697 10.0326C18.9917 10.0326 19.1604 10.0326 19.2447 10.1928Z" fill="#E5195E"/>
|
||||
<path d="M13.638 13.9869C13.5369 14.029 13.4273 14.1133 13.3767 14.1723C13.3261 14.2398 12.854 15.5634 12.3312 17.1147C11.8085 18.666 11.3448 20.0318 11.3027 20.1414C11.2268 20.3438 11.1846 20.3101 10.2235 19.3489L9.2118 18.3456L10.2657 17.2749C11.2689 16.2632 11.3195 16.1958 11.3195 15.867C11.3195 15.4623 11.0329 15.1756 10.6113 15.1756C10.3921 15.1756 10.1561 15.378 8.88299 16.6426L7.41602 18.1096L7.4666 18.4384C7.51719 18.7166 7.7111 18.9442 8.89986 20.1246C9.92843 21.1531 10.3415 21.5072 10.5439 21.5494C10.6956 21.5831 10.8137 21.6168 10.8137 21.6253C10.8137 21.6337 10.7547 21.8108 10.6872 22.0047C10.5017 22.519 10.527 22.8225 10.7715 23.0585C11.0244 23.3199 11.4629 23.3367 11.7158 23.1091C11.876 22.9574 12.5504 21.0857 13.6886 17.6459L14.1355 16.2801L14.2788 16.5077C14.3547 16.6342 14.8437 17.1485 15.3579 17.6627L16.2938 18.5901L15.2315 19.6524C14.2788 20.6051 14.1692 20.7485 14.1607 21.0182C14.1523 21.4398 14.4474 21.7517 14.8605 21.7517C15.1387 21.7517 15.2652 21.6421 16.6226 20.2763C18.4858 18.4047 18.4774 18.6745 16.6985 16.8787C15.3326 15.5044 15.0207 15.2852 14.6413 15.4286C14.4305 15.5129 14.4221 15.5044 14.4811 15.3274C14.6329 14.83 14.6244 14.3747 14.4727 14.1808C14.2956 13.97 13.891 13.8773 13.638 13.9869Z" fill="#E5195E"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.7 KiB |
@@ -667,10 +667,22 @@
|
||||
Scalable
|
||||
and High-Performance Solutions.</p>
|
||||
<div class="cloud-logo-main">
|
||||
<img loading="lazy" src="../assets/images/new-img/aws.svg" alt="">
|
||||
<img loading="lazy" src="../assets/images/new-img/cloud.svg" alt="">
|
||||
<img loading="lazy" src="../assets/images/new-img/azure.svg" alt="">
|
||||
<img loading="lazy" src="../assets/images/new-img/ibm.svg" alt="">
|
||||
<div class="tooltip-container">
|
||||
<img loading="lazy" src="../assets/images/new-img/aws.svg" alt="">
|
||||
<span class="tooltip">Amazon Web Services</span>
|
||||
</div>
|
||||
<div class="tooltip-container">
|
||||
<img loading="lazy" src="../assets/images/new-img/cloud.svg" alt="">
|
||||
<span class="tooltip">Cloud Service</span>
|
||||
</div>
|
||||
<div class="tooltip-container">
|
||||
<img loading="lazy" src="../assets/images/new-img/azure.svg" alt="">
|
||||
<span class="tooltip">Microsoft Azure</span>
|
||||
</div>
|
||||
<div class="tooltip-container">
|
||||
<img loading="lazy" src="../assets/images/new-img/ibm.svg" alt="">
|
||||
<span class="tooltip">IBM Cloud</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="cloud-box cloud-side">
|
||||
@@ -915,7 +927,7 @@
|
||||
<div class="award-content-main">
|
||||
<div class="award-content">
|
||||
<img loading="lazy" src="../assets/images/new-img/award-first.svg" alt="">
|
||||
<p>Leading Performer in SEO Excellence - techbehemoths</p>
|
||||
<p>Top Mobile App Development Company - techbehemoths</p>
|
||||
<p>2024</p>
|
||||
</div>
|
||||
<div class="award-content">
|
||||
|
||||
@@ -98,7 +98,7 @@
|
||||
|
||||
<!-- Why Hire Mobile App Developers start -->
|
||||
|
||||
<section class="why-hire-sec company-sets-apart four-grid bg-black section">
|
||||
<section class="why-hire-sec bg-grey company-sets-apart four-grid bg-black section">
|
||||
<div class="container">
|
||||
<h2 class="mid-head">Our Project Management Services
|
||||
</h2>
|
||||
@@ -187,7 +187,7 @@
|
||||
|
||||
<!-- Why Hire Mobile App Developers start -->
|
||||
|
||||
<section class="why-hire-sec company-sets-apart section">
|
||||
<section class="why-hire-sec bg-grey company-sets-apart section">
|
||||
<div class="container">
|
||||
<h2 class="mid-head">iOS Development Process Section
|
||||
</h2>
|
||||
@@ -522,7 +522,7 @@
|
||||
<div class="award-content-main">
|
||||
<div class="award-content">
|
||||
<img loading="lazy" src="../assets/images/new-img/award-first.svg" alt="">
|
||||
<p>Leading Performer in SEO Excellence - techbehemoths</p>
|
||||
<p>Top Mobile App Development Company - techbehemoths</p>
|
||||
<p>2024</p>
|
||||
</div>
|
||||
<div class="award-content">
|
||||
|
||||
@@ -521,7 +521,7 @@
|
||||
<div class="award-content-main">
|
||||
<div class="award-content">
|
||||
<img loading="lazy" src="../assets/images/new-img/award-first.svg" alt="">
|
||||
<p>Leading Performer in SEO Excellence - techbehemoths</p>
|
||||
<p>Top Mobile App Development Company - techbehemoths</p>
|
||||
<p>2024</p>
|
||||
</div>
|
||||
<div class="award-content">
|
||||
|
||||
@@ -119,7 +119,7 @@
|
||||
|
||||
<!-- Why Hire Mobile App Developers start -->
|
||||
|
||||
<section class="why-hire-sec company-sets-apart section">
|
||||
<section class="why-hire-sec bg-grey company-sets-apart section">
|
||||
<div class="container">
|
||||
<h2 class="mid-head">What Sets Us Apart
|
||||
</h2>
|
||||
@@ -186,7 +186,7 @@
|
||||
<div class="award-content-main">
|
||||
<div class="award-content">
|
||||
<img loading="lazy" src="../assets/images/new-img/award-first.svg" alt="">
|
||||
<p>Leading Performer in SEO Excellence - techbehemoths</p>
|
||||
<p>Top Mobile App Development Company - techbehemoths</p>
|
||||
<p>2024</p>
|
||||
</div>
|
||||
<div class="award-content">
|
||||
|
||||
@@ -867,7 +867,7 @@
|
||||
<div class="award-content-main">
|
||||
<div class="award-content">
|
||||
<img loading="lazy" src="../assets/images/new-img/award-first.svg" alt="">
|
||||
<p>Leading Performer in SEO Excellence - techbehemoths</p>
|
||||
<p>Top Mobile App Development Company - techbehemoths</p>
|
||||
<p>2024</p>
|
||||
</div>
|
||||
<div class="award-content">
|
||||
|
||||
@@ -355,7 +355,7 @@
|
||||
<!-- Why Hire Mobile App Developers start -->
|
||||
|
||||
|
||||
<section class="why-hire-sec section">
|
||||
<section class="why-hire-sec bg-grey section">
|
||||
<div class="container">
|
||||
<h2 class="mid-head">Why Hire Startup Consulting from Us
|
||||
</h2>
|
||||
@@ -468,7 +468,7 @@
|
||||
</div>
|
||||
<div class="step">
|
||||
<div class="step-number">04.</div>
|
||||
<div class="mid-para">4. Engage Your Team
|
||||
<div class="mid-para">Engage Your Team
|
||||
</div>
|
||||
<div class="dark-grey-para">
|
||||
Get working with your dedicated development team and start your development process.
|
||||
@@ -674,7 +674,7 @@
|
||||
<div class="award-content-main">
|
||||
<div class="award-content">
|
||||
<img loading="lazy" src="../assets/images/new-img/award-first.svg" alt="">
|
||||
<p>Leading Performer in SEO Excellence - techbehemoths</p>
|
||||
<p>Top Mobile App Development Company - techbehemoths</p>
|
||||
<p>2024</p>
|
||||
</div>
|
||||
<div class="award-content">
|
||||
|
||||
@@ -16,13 +16,16 @@
|
||||
</div>
|
||||
<div class="col-md-2">
|
||||
<div class="get-in-icons">
|
||||
<a class="get-in-icon socialContainer containerOne" href="https://www.facebook.com/wdideas" target="_blank">
|
||||
<a class="get-in-icon socialContainer containerOne" href="https://www.facebook.com/wdideas"
|
||||
target="_blank">
|
||||
<img class="socialSvg" src="../assets/images/new-img/fb.svg" alt="">
|
||||
</a>
|
||||
<a class="get-in-icon socialContainer containerTwo" href="https://www.instagram.com/wdipl/" target="_blank">
|
||||
<a class="get-in-icon socialContainer containerTwo" href="https://www.instagram.com/wdipl/"
|
||||
target="_blank">
|
||||
<img class="socialSvg" src="../assets/images/new-img/insta.svg" alt="">
|
||||
</a>
|
||||
<a class="get-in-icon socialContainer containerThree" href="https://twitter.com/wdideas" target="_blank">
|
||||
<a class="get-in-icon socialContainer containerThree" href="https://twitter.com/wdideas"
|
||||
target="_blank">
|
||||
<img class="socialSvg" src="../assets/images/new-img/twitter.svg" alt="">
|
||||
</a>
|
||||
</div>
|
||||
@@ -258,8 +261,8 @@
|
||||
</div>
|
||||
<p class="mini-head-para">Enter Details</p>
|
||||
<p class="grey-para">
|
||||
Fill in all the details required to start. Be accurate to enable smooth processing.
|
||||
</p>
|
||||
Fill in the required information correctly to initiate the process. This will ensure
|
||||
that your request is handled efficiently and smoothly. </p>
|
||||
</div>
|
||||
<div class="details-content">
|
||||
<div class="details-img">
|
||||
@@ -279,8 +282,8 @@
|
||||
</div>
|
||||
<p class="mini-head-para">Book Appointment</p>
|
||||
<p class="grey-para">
|
||||
Select an appropriate time slot according to your schedule. Make it easy to plan and
|
||||
remain ahead.
|
||||
Select your convenient time slot, so that planning is made easier and on-time support
|
||||
can be received from our consultancy expertise.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
<!-- Why Hire Mobile App Developers start -->
|
||||
|
||||
|
||||
<section class="why-hire-sec section">
|
||||
<section class="why-hire-sec bg-grey section">
|
||||
<div class="container">
|
||||
<h2 class="mid-head">Why Hire Mobile App Developers from Us
|
||||
</h2>
|
||||
@@ -938,7 +938,7 @@
|
||||
<div class="award-content-main">
|
||||
<div class="award-content">
|
||||
<img loading="lazy" src="../assets/images/new-img/award-first.svg" alt="">
|
||||
<p>Leading Performer in SEO Excellence - techbehemoths</p>
|
||||
<p>Top Mobile App Development Company - techbehemoths</p>
|
||||
<p>2024</p>
|
||||
</div>
|
||||
<div class="award-content">
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
<div class="col-md-7 banner-col">
|
||||
<p>WDI is more than just a Development Company</p>
|
||||
<h2 class="head">We are Your Strategic <br> Partner in <span class="gr-txt">Innovation</span></h2>
|
||||
<img loading="lazy" class="mobile_view_img" src="../assets/images/new-img/strategic-side.webp" alt="">
|
||||
<p class="grey-para">Mind blowing solutions deployed at lightning speeds. We can start a project
|
||||
within <br> 3 days and deliver the MVP in less than 10 weeks.</p>
|
||||
<div class="lets_talk">
|
||||
@@ -225,10 +226,22 @@
|
||||
Scalable
|
||||
and High-Performance Solutions.</p>
|
||||
<div class="cloud-logo-main">
|
||||
<img loading="lazy" src="../assets/images/new-img/aws.svg" alt="">
|
||||
<img loading="lazy" src="../assets/images/new-img/cloud.svg" alt="">
|
||||
<img loading="lazy" src="../assets/images/new-img/azure.svg" alt="">
|
||||
<img loading="lazy" src="../assets/images/new-img/ibm.svg" alt="">
|
||||
<div class="tooltip-container">
|
||||
<img loading="lazy" src="../assets/images/new-img/aws.svg" alt="">
|
||||
<span class="tooltip">Amazon Web Services</span>
|
||||
</div>
|
||||
<div class="tooltip-container">
|
||||
<img loading="lazy" src="../assets/images/new-img/cloud.svg" alt="">
|
||||
<span class="tooltip">Cloud Service</span>
|
||||
</div>
|
||||
<div class="tooltip-container">
|
||||
<img loading="lazy" src="../assets/images/new-img/azure.svg" alt="">
|
||||
<span class="tooltip">Microsoft Azure</span>
|
||||
</div>
|
||||
<div class="tooltip-container">
|
||||
<img loading="lazy" src="../assets/images/new-img/ibm.svg" alt="">
|
||||
<span class="tooltip">IBM Cloud</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="cloud-box cloud-side">
|
||||
@@ -539,7 +552,7 @@
|
||||
<div class="award-content-main">
|
||||
<div class="award-content">
|
||||
<img loading="lazy" src="../assets/images/new-img/award-first.svg" alt="">
|
||||
<p>Top health and wellness app developers Mumbai</p>
|
||||
<p>Top Mobile App Development Company - techbehemoths</p>
|
||||
<p>2024</p>
|
||||
</div>
|
||||
<div class="award-content">
|
||||
|
||||
@@ -98,7 +98,7 @@
|
||||
|
||||
<!-- Why Hire Mobile App Developers start -->
|
||||
|
||||
<section class="why-hire-sec company-sets-apart four-grid bg-black section">
|
||||
<section class="why-hire-sec bg-grey company-sets-apart four-grid bg-black section">
|
||||
<div class="container">
|
||||
<h2 class="mid-head">Our Project Management Services
|
||||
</h2>
|
||||
@@ -187,7 +187,7 @@
|
||||
|
||||
<!-- Why Hire Mobile App Developers start -->
|
||||
|
||||
<section class="why-hire-sec company-sets-apart section">
|
||||
<section class="why-hire-sec bg-grey company-sets-apart section">
|
||||
<div class="container">
|
||||
<h2 class="mid-head">iOS Development Process Section
|
||||
</h2>
|
||||
@@ -522,7 +522,7 @@
|
||||
<div class="award-content-main">
|
||||
<div class="award-content">
|
||||
<img loading="lazy" src="../assets/images/new-img/award-first.svg" alt="">
|
||||
<p>Leading Performer in SEO Excellence - techbehemoths</p>
|
||||
<p>Top Mobile App Development Company - techbehemoths</p>
|
||||
<p>2024</p>
|
||||
</div>
|
||||
<div class="award-content">
|
||||
|
||||
106
pages/ios.php
@@ -8,7 +8,7 @@
|
||||
<!-- Modern Tools start -->
|
||||
|
||||
|
||||
<section class="streamline-sec p-top section">
|
||||
<section class="ios-banner-sec p-top section">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-6 banner-col">
|
||||
@@ -45,7 +45,7 @@
|
||||
|
||||
<section class="flutter-exp-sec bg-grey section">
|
||||
<div class="container">
|
||||
<h2 class="mid-head">Why Choose Our iOS Development Services?
|
||||
<h2 class="mid-head">Why Choose Our iOS Development Services
|
||||
</h2>
|
||||
<p class="grey-para">Your application requires more than brilliant code. It needs a proven iOS professional,
|
||||
scalable and dedicated to seamless user experiences. We innovate, harness the cutting edge, and drive
|
||||
@@ -98,7 +98,7 @@
|
||||
|
||||
<!-- Why Hire Mobile App Developers start -->
|
||||
|
||||
<section class="why-hire-sec company-sets-apart four-grid bg-black section">
|
||||
<section class="why-hire-sec bg-grey company-sets-apart four-grid bg-black section">
|
||||
<div class="container">
|
||||
<h2 class="mid-head">Our iOS Development Services
|
||||
</h2>
|
||||
@@ -112,39 +112,46 @@
|
||||
<div class="transform-box">
|
||||
<div class="transform-inn-content">
|
||||
<img src="../assets/images/new-img/why-hire.png" alt="">
|
||||
<p class="mid-para">Custom iOS App Development</p>
|
||||
<p class="mid-para">Custom iOS App <br> Solutions</p>
|
||||
</div>
|
||||
<p class="grey-para">We are the best iOS mobile application development company that provides
|
||||
customized iOS application development according to the needs of your business and ensures that
|
||||
your users will have a seamless and packed experience.</p>
|
||||
your users will have a seamless and packed experience.
|
||||
</p>
|
||||
</div>
|
||||
<div class="transform-box">
|
||||
<div class="transform-inn-content">
|
||||
<img src="../assets/images/new-img/why-hire.png" alt="">
|
||||
<p class="mid-para">iOS Expertise</p>
|
||||
<p class="mid-para">Expertise in iOS <br> Development
|
||||
</p>
|
||||
</div>
|
||||
<p class="grey-para">
|
||||
Our team has the great experience of iPhone app development and iPad app development as well as
|
||||
other iOS platforms. We ensure applications are robust and scalable enough to run on all Apple
|
||||
devices smoothly.</p>
|
||||
devices smoothly.
|
||||
</p>
|
||||
</div>
|
||||
<div class="transform-box">
|
||||
<div class="transform-inn-content">
|
||||
<img src="../assets/images/new-img/why-hire.png" alt="">
|
||||
<p class="mid-para">Latest Technologies and Innovation</p>
|
||||
<p class="mid-para">Innovative and Modern Technologies
|
||||
</p>
|
||||
</div>
|
||||
<p class="grey-para">From AI integration to AR/VR and IoT solutions, our iOS app development
|
||||
services are made with the latest technologies that create innovative applications which break
|
||||
boundaries but can also attract audiences.</p>
|
||||
boundaries but can also attract audiences.
|
||||
</p>
|
||||
</div>
|
||||
<div class="transform-box">
|
||||
<div class="transform-inn-content">
|
||||
<img src="../assets/images/new-img/why-hire.png" alt="">
|
||||
<p class="mid-para">End-to-End iOS App Development Solutions</p>
|
||||
<p class="mid-para">Comprehensive Development Process
|
||||
</p>
|
||||
</div>
|
||||
<p class="grey-para">A trusted iOS application development company in India and iPhone application
|
||||
development company USA, we provide complete app development from concept and design to
|
||||
development, testing, and launching, ensuring a smooth process every time.</p>
|
||||
development, testing, and launching, ensuring a smooth process every time.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -156,7 +163,7 @@
|
||||
|
||||
<!-- Why Hire Mobile App Developers start -->
|
||||
|
||||
<section class="why-hire-sec company-sets-apart section">
|
||||
<section class="why-hire-sec bg-grey company-sets-apart section">
|
||||
<div class="container">
|
||||
<h2 class="mid-head">iOS Development Process
|
||||
</h2>
|
||||
@@ -203,7 +210,8 @@
|
||||
</div>
|
||||
<p class="grey-para">Intensive app testing for iOS guarantees the flawless functionality of an
|
||||
application across the devices used. We undertake the handling of deployment through the App
|
||||
Store, guaranteeing proper guidelines and a smooth launch for easy user adoption and growth.</p>
|
||||
Store, guaranteeing proper guidelines and a smooth launch for easy user adoption and growth.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -312,6 +320,71 @@
|
||||
<!-- Crafting Scalable Code, Driving end -->
|
||||
|
||||
|
||||
|
||||
<!-- Why Hire Mobile App Developers start -->
|
||||
|
||||
<section class="why-hire-sec bg-grey company-sets-apart section">
|
||||
<div class="container">
|
||||
<h2 class="mid-head">Our Complete Development Solutions
|
||||
</h2>
|
||||
<p class="grey-para">Extensively experienced in developing scalable and high-performance mobile application
|
||||
solutions, we customize every project to address specific business requirements. Our depth in various
|
||||
technologies means fluid experiences with flexibility and great performance on various platforms.
|
||||
</p>
|
||||
<div class="transform-box-main">
|
||||
<div class="transform-box">
|
||||
<div class="transform-inn-content">
|
||||
<img src="../assets/images/new-img/why-hire.png" alt="">
|
||||
<p class="mid-para">Mobile Application Development
|
||||
</p>
|
||||
</div>
|
||||
<p class="grey-para">We are specialized in developing user-friendly and high-performance mobile
|
||||
applications, focusing on both iOS and Android and cross-platform. Our applications aim at
|
||||
delivering easy user experiences for our customers to offer them scalable security and speed
|
||||
performance.
|
||||
</p>
|
||||
</div>
|
||||
<div class="transform-box">
|
||||
<div class="transform-inn-content">
|
||||
<img src="../assets/images/new-img/why-hire.png" alt="">
|
||||
<p class="mid-para">Hybrid Application Development
|
||||
</p>
|
||||
</div>
|
||||
<p class="grey-para">Hybrid development provides a chance to reduce your development cycle. The same
|
||||
code can be run on multiple platforms at a lower cost, meaning your app has a consistent and
|
||||
flexible performance along with savings in costs.
|
||||
</p>
|
||||
</div>
|
||||
<div class="transform-box">
|
||||
<div class="transform-inn-content">
|
||||
<img src="../assets/images/new-img/why-hire.png" alt="">
|
||||
<p class="mid-para">Android Application Development
|
||||
</p>
|
||||
</div>
|
||||
<p class="grey-para">Our Android app development services focus on creating feature-rich,
|
||||
high-performance apps tailored to Android's ecosystem. We make sure that your app is built with
|
||||
seamless integration, and high responsiveness, and gives an exceptional experience across all
|
||||
devices of Android.
|
||||
</p>
|
||||
</div>
|
||||
<div class="transform-box">
|
||||
<div class="transform-inn-content">
|
||||
<img src="../assets/images/new-img/why-hire.png" alt="">
|
||||
<p class="mid-para">Native Application Development
|
||||
</p>
|
||||
</div>
|
||||
<p class="grey-para">Native App Development helps build fully optimized iOS and Android Apps. It
|
||||
focuses on giving users the best experience possible on any platform. Security and performance
|
||||
for your users can be guaranteed because of this.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Why Hire Mobile App Developers end -->
|
||||
|
||||
|
||||
<!-- Portfolio slider start -->
|
||||
|
||||
<section class="dual-slider">
|
||||
@@ -430,7 +503,10 @@
|
||||
</div>
|
||||
<p class="mid-head">Comprehensive Automotive Solutions</p>
|
||||
<p class="mini-head-para">One-Stop Shop for All Vehicle Needs</p>
|
||||
<p class="grey-para">Sai Service Group is a leading automotive dealership offering a wide range of services under one roof. Specializing in car sales, after-sales support, repairs, maintenance, and insurance, we are dedicated to providing a seamless and hassle-free experience for every customer. </p>
|
||||
<p class="grey-para">Sai Service Group is a leading automotive dealership offering a wide
|
||||
range of services under one roof. Specializing in car sales, after-sales support,
|
||||
repairs, maintenance, and insurance, we are dedicated to providing a seamless and
|
||||
hassle-free experience for every customer. </p>
|
||||
</div>
|
||||
<div class="bg-content-right">
|
||||
<img src="../assets/images/new-img/imgs/ss-side.webp" class="for-full-w" alt="">
|
||||
@@ -535,7 +611,7 @@
|
||||
<div class="award-content-main">
|
||||
<div class="award-content">
|
||||
<img loading="lazy" src="../assets/images/new-img/award-first.svg" alt="">
|
||||
<p>Leading Performer in SEO Excellence - techbehemoths</p>
|
||||
<p>Top Mobile App Development Company - techbehemoths</p>
|
||||
<p>2024</p>
|
||||
</div>
|
||||
<div class="award-content">
|
||||
|
||||
@@ -101,24 +101,52 @@
|
||||
|
||||
<div class="innovating-box-main">
|
||||
<div class="innovating-box">
|
||||
<img src="../assets/images/new-img/transform-mob-icon.png" alt="">
|
||||
<p class="mid-para">Hybrid App Development</p>
|
||||
<p class="dark-grey-para">Combine web app flexibility and native app power to deliver outstanding
|
||||
mobile solutions, tailored to business needs.
|
||||
<img src="../assets/images/new-img/apple-logo.svg" alt="">
|
||||
<p class="mid-para">iOS App Development</p>
|
||||
<p class="dark-grey-para">Develop outstanding ios app development software that leverage the Apple
|
||||
ecosystem to deliver smooth user experiences. Designed for performance and reliability, these
|
||||
apps elevate business value.
|
||||
</p>
|
||||
</div>
|
||||
<div class="innovating-box">
|
||||
<img src="../assets/images/new-img/transform-mob-icon.png" alt="">
|
||||
<p class="mid-para">Native App Development</p>
|
||||
<p class="dark-grey-para">Develop fully-optimized apps tapping into the very best of what iOS or
|
||||
Android has to offer, for incredible performance and satisfied users.
|
||||
<img src="../assets/images/new-img/android-logo.svg" alt="">
|
||||
<p class="mid-para">Android App Development</p>
|
||||
<p class="dark-grey-para">Develop powerful with top android app development company in india that
|
||||
take advantage of the flexibility of the platform to deliver innovative solutions. Ensure
|
||||
compatibility across devices for maximum reach and user satisfaction.
|
||||
</p>
|
||||
</div>
|
||||
<div class="innovating-box">
|
||||
<img src="../assets/images/new-img/transform-mob-icon.png" alt="">
|
||||
<p class="mid-para">Progressive Web Apps (PWA)</p>
|
||||
<p class="dark-grey-para">Bridge between web and mobile with PWAs that deliver great app-like
|
||||
experience, ensuring an accessible and faster experience on all devices.</p>
|
||||
<img src="../assets/images/new-img/watch-logo.svg" alt="">
|
||||
<p class="mid-para">Wearable App Development</p>
|
||||
<p class="dark-grey-para">Create feature-rich mobile applications for wearables that make lives
|
||||
easier and better connected. The smartwatches and fitness tracker applications redefine the
|
||||
engagement and interaction with the users.
|
||||
</p>
|
||||
</div>
|
||||
<div class="innovating-box">
|
||||
<img src="../assets/images/new-img/tablet-logo.svg" alt="">
|
||||
<p class="mid-para">Tablet</p>
|
||||
<p class="dark-grey-para">Implement mobile application design services that make most of the space
|
||||
on the screen for productivity and entertainment. Tablet applications can be custom-made to
|
||||
satisfy user needs of industries with the utmost precision.
|
||||
</p>
|
||||
</div>
|
||||
<div class="innovating-box">
|
||||
<img src="../assets/images/new-img/tv-logo.svg" alt="">
|
||||
<p class="mid-para">TV</p>
|
||||
<p class="dark-grey-para">Turn a TV screen into an interactive medium by creating bespoke mobile
|
||||
application development solutions that use smooth navigation and rich visuals while optimized
|
||||
performance that would improve interaction.
|
||||
</p>
|
||||
</div>
|
||||
<div class="innovating-box">
|
||||
<img src="../assets/images/new-img/iot-logo.svg" alt="">
|
||||
<p class="mid-para">IoT</p>
|
||||
<p class="dark-grey-para">IoT-driven applications are developed with us, where real-time monitoring,
|
||||
automation, and actionable insights can be derived for smarter business operations and enhance
|
||||
connectivity for seamless integration and efficiency.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -136,55 +164,55 @@
|
||||
<div class="mobile-banner-content">
|
||||
<div class="row">
|
||||
<div class="col-md-5">
|
||||
<p class="mid-head">Transforming Ideas <br> into Exceptional Mobile <br> Experiences</p>
|
||||
<p class="mid-head">Transforming Concepts <br> into Exceptional Mobile <br> Experiences</p>
|
||||
</div>
|
||||
<div class="col-md-7">
|
||||
<p class="grey-para">At the core of our mobile app development services lies innovation and
|
||||
precision. Leveraging cutting-edge frameworks like Flutter, React Native, and Swift, we
|
||||
design apps that are not only fast and secure but also inherently scalable. From intuitive
|
||||
UX/UI design to seamless backend integration, our team ensures every app is optimized for
|
||||
performance, reliability, and cross-platform compatibility.</p>
|
||||
<p class="grey-para">As the most innovative mobile app development company, our specialized
|
||||
solutions provide opportunities in business. Our services include ensuring scalability, high
|
||||
performance, and an easily usability user experience. Designed with utilization of
|
||||
frameworks such as Flutter, React Native, or Swift, we create innovative apps that will set
|
||||
the face of the industry. From intuitive UX/UI design and robust backend integration to
|
||||
delivering mobile applications with outstanding results, we are your trusted partner for
|
||||
success.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="transform-box-main">
|
||||
<div class="transform-box">
|
||||
<div class="transform-inn-content">
|
||||
<img src="../assets/images/new-img/transform-mob-icon.png" alt="">
|
||||
<p class="mid-para">Custom Mobile App Development</p>
|
||||
<img src="../assets/images/new-img/hybrid-app.svg" alt="">
|
||||
<p class="mid-para">Hybrid App Development
|
||||
</p>
|
||||
</div>
|
||||
<p class="grey-para">Partner with the best mobile application development company to bring your
|
||||
idea to life. Our custom app solutions are dedicated to specific business needs, focusing on
|
||||
aspects like reliability, scalability, and unmatched performance.</p>
|
||||
</div>
|
||||
<div class="transform-box">
|
||||
<div class="transform-inn-content">
|
||||
<img src="../assets/images/new-img/transform-mob-icon.png" alt="">
|
||||
<p class="mid-para">Cross-Platform App Development</p>
|
||||
</div>
|
||||
<p class="grey-para">One of the best mobile app development companies, we develop applications
|
||||
that give the best performance across platforms. Using Flutter and React Native
|
||||
technologies, we ensure inexpensive development with constant user experience across
|
||||
platforms.
|
||||
<p class="grey-para">Hybrid application development allows combining the benefits of web
|
||||
applications with the capabilities of native applications in order to create great mobile
|
||||
solutions for varied business needs with performance that's seamless. Being one of the
|
||||
trusted hybrid app development companies, we focus on developing scalable and versatile apps
|
||||
which redefine user experiences.
|
||||
</p>
|
||||
</div>
|
||||
<div class="transform-box">
|
||||
<div class="transform-inn-content">
|
||||
<img src="../assets/images/new-img/transform-mob-icon.png" alt="">
|
||||
<p class="mid-para">Wearable & IoT App Development</p>
|
||||
<img src="../assets/images/new-img/native-app.svg" alt="">
|
||||
<p class="mid-para">Native App Development
|
||||
</p>
|
||||
</div>
|
||||
<p class="grey-para">Our mobile app development company is very good at wearing and IoT solution
|
||||
development. Connect users to their digital world smoothly through secure as well as a
|
||||
reliable performance level.
|
||||
<p class="grey-para">Develop fully optimized applications that leverage the best of both iOS and
|
||||
Android to deliver truly incredible performance, unmatched user satisfaction, and fantastic
|
||||
functionality. Native app development ensures that applications are designed to produce the
|
||||
highest degree of reliability and efficiency through the expertise of the company.
|
||||
</p>
|
||||
</div>
|
||||
<div class="transform-box">
|
||||
<div class="transform-inn-content">
|
||||
<img src="../assets/images/new-img/transform-mob-icon.png" alt="">
|
||||
<p class="mid-para">Progressive Web App (PWA) Development</p>
|
||||
<img src="../assets/images/new-img/pwa-app.svg" alt="">
|
||||
<p class="mid-para">Progressive Web App (PWA)
|
||||
</p>
|
||||
</div>
|
||||
<p class="grey-para">Discover tomorrow's apps. As a custom mobile applications development
|
||||
company, focus on speed and accessibility and be engaged, in order to deliver applications
|
||||
that scale efficiently for the future web.
|
||||
<p class="grey-para">Bridge the gap between web and mobile with PWAs that provide an app-like
|
||||
experience ensuring faster and easier solutions on all devices at any time from anywhere. As
|
||||
a leading progressive web app development company, we design PWAs to enhance accessibility
|
||||
and user engagement.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -372,10 +400,22 @@
|
||||
Scalable
|
||||
and High-Performance Solutions.</p>
|
||||
<div class="cloud-logo-main">
|
||||
<img loading="lazy" src="../assets/images/new-img/aws.svg" alt="">
|
||||
<img loading="lazy" src="../assets/images/new-img/cloud.svg" alt="">
|
||||
<img loading="lazy" src="../assets/images/new-img/azure.svg" alt="">
|
||||
<img loading="lazy" src="../assets/images/new-img/ibm.svg" alt="">
|
||||
<div class="tooltip-container">
|
||||
<img loading="lazy" src="../assets/images/new-img/aws.svg" alt="">
|
||||
<span class="tooltip">Amazon Web Services</span>
|
||||
</div>
|
||||
<div class="tooltip-container">
|
||||
<img loading="lazy" src="../assets/images/new-img/cloud.svg" alt="">
|
||||
<span class="tooltip">Cloud Service</span>
|
||||
</div>
|
||||
<div class="tooltip-container">
|
||||
<img loading="lazy" src="../assets/images/new-img/azure.svg" alt="">
|
||||
<span class="tooltip">Microsoft Azure</span>
|
||||
</div>
|
||||
<div class="tooltip-container">
|
||||
<img loading="lazy" src="../assets/images/new-img/ibm.svg" alt="">
|
||||
<span class="tooltip">IBM Cloud</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="cloud-box cloud-side">
|
||||
@@ -513,7 +553,10 @@
|
||||
</div>
|
||||
<p class="mid-head">Comprehensive Automotive Solutions</p>
|
||||
<p class="mini-head-para">One-Stop Shop for All Vehicle Needs</p>
|
||||
<p class="grey-para">Sai Service Group is a leading automotive dealership offering a wide range of services under one roof. Specializing in car sales, after-sales support, repairs, maintenance, and insurance, we are dedicated to providing a seamless and hassle-free experience for every customer. </p>
|
||||
<p class="grey-para">Sai Service Group is a leading automotive dealership offering a wide
|
||||
range of services under one roof. Specializing in car sales, after-sales support,
|
||||
repairs, maintenance, and insurance, we are dedicated to providing a seamless and
|
||||
hassle-free experience for every customer. </p>
|
||||
</div>
|
||||
<div class="bg-content-right">
|
||||
<img src="../assets/images/new-img/imgs/ss-side.webp" class="for-full-w" alt="">
|
||||
@@ -619,7 +662,7 @@
|
||||
<div class="award-content-main">
|
||||
<div class="award-content">
|
||||
<img loading="lazy" src="../assets/images/new-img/award-first.svg" alt="">
|
||||
<p>Leading Performer in SEO Excellence - techbehemoths</p>
|
||||
<p>Top Mobile App Development Company - techbehemoths</p>
|
||||
<p>2024</p>
|
||||
</div>
|
||||
<div class="award-content">
|
||||
|
||||
@@ -98,7 +98,7 @@
|
||||
|
||||
<!-- Why Hire Mobile App Developers start -->
|
||||
|
||||
<section class="why-hire-sec company-sets-apart four-grid bg-black section">
|
||||
<section class="why-hire-sec bg-grey company-sets-apart four-grid bg-black section">
|
||||
<div class="container">
|
||||
<h2 class="mid-head">Our Project Management Services
|
||||
</h2>
|
||||
@@ -187,7 +187,7 @@
|
||||
|
||||
<!-- Why Hire Mobile App Developers start -->
|
||||
|
||||
<section class="why-hire-sec company-sets-apart section">
|
||||
<section class="why-hire-sec bg-grey company-sets-apart section">
|
||||
<div class="container">
|
||||
<h2 class="mid-head">iOS Development Process Section
|
||||
</h2>
|
||||
@@ -523,7 +523,7 @@
|
||||
<div class="award-content-main">
|
||||
<div class="award-content">
|
||||
<img loading="lazy" src="../assets/images/new-img/award-first.svg" alt="">
|
||||
<p>Leading Performer in SEO Excellence - techbehemoths</p>
|
||||
<p>Top Mobile App Development Company - techbehemoths</p>
|
||||
<p>2024</p>
|
||||
</div>
|
||||
<div class="award-content">
|
||||
|
||||
@@ -518,7 +518,7 @@
|
||||
<div class="award-content-main">
|
||||
<div class="award-content">
|
||||
<img loading="lazy" src="../assets/images/new-img/award-first.svg" alt="">
|
||||
<p>Leading Performer in SEO Excellence - techbehemoths</p>
|
||||
<p>Top Mobile App Development Company - techbehemoths</p>
|
||||
<p>2024</p>
|
||||
</div>
|
||||
<div class="award-content">
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
|
||||
<!-- Why Hire Mobile App Developers start -->
|
||||
|
||||
<section class="why-hire-sec company-sets-apart section">
|
||||
<section class="why-hire-sec bg-grey company-sets-apart section">
|
||||
<div class="container">
|
||||
<h2 class="mid-head">Our Product Development Services
|
||||
</h2>
|
||||
@@ -506,7 +506,7 @@
|
||||
<div class="award-content-main">
|
||||
<div class="award-content">
|
||||
<img loading="lazy" src="../assets/images/new-img/award-first.svg" alt="">
|
||||
<p>Leading Performer in SEO Excellence - techbehemoths</p>
|
||||
<p>Top Mobile App Development Company - techbehemoths</p>
|
||||
<p>2024</p>
|
||||
</div>
|
||||
<div class="award-content">
|
||||
|
||||
@@ -108,7 +108,7 @@
|
||||
|
||||
<!-- Why Hire Mobile App Developers start -->
|
||||
|
||||
<section class="why-hire-sec company-sets-apart four-grid bg-black section">
|
||||
<section class="why-hire-sec bg-grey company-sets-apart four-grid bg-black section">
|
||||
<div class="container">
|
||||
<h2 class="mid-head">Our Project Management Services
|
||||
</h2>
|
||||
@@ -199,7 +199,7 @@
|
||||
|
||||
<!-- Why Hire Mobile App Developers start -->
|
||||
|
||||
<section class="why-hire-sec company-sets-apart section">
|
||||
<section class="why-hire-sec bg-grey company-sets-apart section">
|
||||
<div class="container">
|
||||
<h2 class="mid-head">Tools We Use to Drive Project Success
|
||||
</h2>
|
||||
@@ -520,7 +520,7 @@
|
||||
<div class="award-content-main">
|
||||
<div class="award-content">
|
||||
<img loading="lazy" src="../assets/images/new-img/award-first.svg" alt="">
|
||||
<p>Leading Performer in SEO Excellence - techbehemoths</p>
|
||||
<p>Top Mobile App Development Company - techbehemoths</p>
|
||||
<p>2024</p>
|
||||
</div>
|
||||
<div class="award-content">
|
||||
|
||||
@@ -514,7 +514,7 @@
|
||||
<div class="award-content-main">
|
||||
<div class="award-content">
|
||||
<img loading="lazy" src="../assets/images/new-img/award-first.svg" alt="">
|
||||
<p>Leading Performer in SEO Excellence - techbehemoths</p>
|
||||
<p>Top Mobile App Development Company - techbehemoths</p>
|
||||
<p>2024</p>
|
||||
</div>
|
||||
<div class="award-content">
|
||||
|
||||
@@ -283,10 +283,22 @@
|
||||
Scalable
|
||||
and High-Performance Solutions.</p>
|
||||
<div class="cloud-logo-main">
|
||||
<img loading="lazy" src="../assets/images/new-img/aws.svg" alt="">
|
||||
<img loading="lazy" src="../assets/images/new-img/cloud.svg" alt="">
|
||||
<img loading="lazy" src="../assets/images/new-img/azure.svg" alt="">
|
||||
<img loading="lazy" src="../assets/images/new-img/ibm.svg" alt="">
|
||||
<div class="tooltip-container">
|
||||
<img loading="lazy" src="../assets/images/new-img/aws.svg" alt="">
|
||||
<span class="tooltip">Amazon Web Services</span>
|
||||
</div>
|
||||
<div class="tooltip-container">
|
||||
<img loading="lazy" src="../assets/images/new-img/cloud.svg" alt="">
|
||||
<span class="tooltip">Cloud Service</span>
|
||||
</div>
|
||||
<div class="tooltip-container">
|
||||
<img loading="lazy" src="../assets/images/new-img/azure.svg" alt="">
|
||||
<span class="tooltip">Microsoft Azure</span>
|
||||
</div>
|
||||
<div class="tooltip-container">
|
||||
<img loading="lazy" src="../assets/images/new-img/ibm.svg" alt="">
|
||||
<span class="tooltip">IBM Cloud</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="cloud-box cloud-side">
|
||||
@@ -322,7 +334,7 @@
|
||||
<div class="award-content-main">
|
||||
<div class="award-content">
|
||||
<img loading="lazy" src="../assets/images/new-img/award-first.svg" alt="">
|
||||
<p>Leading Performer in SEO Excellence - techbehemoths</p>
|
||||
<p>Top Mobile App Development Company - techbehemoths</p>
|
||||
<p>2024</p>
|
||||
</div>
|
||||
<div class="award-content">
|
||||
|
||||