{"id":77,"date":"2020-04-21T10:18:10","date_gmt":"2020-04-21T10:18:10","guid":{"rendered":"https:\/\/srushtyglobal.com\/3d-modeling-rendering\/home\/"},"modified":"2024-12-27T11:35:46","modified_gmt":"2024-12-27T11:35:46","slug":"home","status":"publish","type":"page","link":"https:\/\/srushty.com\/3d-modeling-rendering\/","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"77\" class=\"elementor elementor-77\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-21821d07 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle\" data-id=\"21821d07\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"aux-parallax-section elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-20623186\" data-id=\"20623186\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6c80168a aux-appear-watch-animation aux-fade-in elementor-widget elementor-widget-aux_modern_heading\" data-id=\"6c80168a\" data-element_type=\"widget\" data-widget_type=\"aux_modern_heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<section class=\"aux-widget-modern-heading\">\n            <div class=\"aux-widget-inner\"><h1 class=\"aux-modern-heading-primary\">3D Modeling &amp; Visualization<\/h1><h3 class=\"aux-modern-heading-secondary\"><span class=\"aux-head-before\">3D Virtual Models More Magical than Ever<\/span><\/h3><div class=\"aux-modern-heading-description\"><p>3D Modeling, Rendering, Rigging, Animation, Photogrammetry &amp; more...<\/p><\/div><\/div>\n        <\/section>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8fbfb67 aux-appear-watch-animation aux-fade-in-right-2 elementor-widget elementor-widget-aux_modern_button\" data-id=\"8fbfb67\" data-element_type=\"widget\" data-widget_type=\"aux_modern_button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t    <div class=\"aux-modern-button-wrapper aux-modern-button-align-left\" >\n                    <a class=\"aux-modern-button aux-info aux-modern-button-md aux-modern-button-curve aux-modern-button-default aux-icon-\" href=\"#contact-us\">\n                <div class=\"aux-overlay\"><\/div>\n                                <div class=\"aux-text\">\n<span class=\"aux-text-before\">Get Quote<\/span>                <\/div>\n            <\/a>\n            \n    <\/div>\n\n    \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"aux-parallax-section elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-55ad155\" data-id=\"55ad155\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7bcea87 elementor-widget elementor-widget-html\" data-id=\"7bcea87\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<!-- Import the component -->\n<script type=\"module\" src=\"https:\/\/ajax.googleapis.com\/ajax\/libs\/model-viewer\/3.5.0\/model-viewer.min.js\"><\/script>\n\n<!-- Use it like any other HTML element -->\n<div class=\"demo\">\n<model-viewer id=\"Module1\" auto-rotate src=\"https:\/\/srushty.com\/wp-content\/uploads\/sites\/7\/glb\/chair.glb\" poster=\"https:\/\/srushty.com\/wp-content\/uploads\/sites\/7\/glb\/chair.webp\" tone-mapping=\"neutral\" shadow-intensity=\"1\" ar camera-controls touch-action=\"pan-y\" alt=\"A 3D model carousel\">\n  \n  <button slot=\"ar-button\" id=\"ar-button\">\n    View in your space\n  <\/button>\n\n  <div id=\"ar-prompt\">\n   <!-- <img decoding=\"async\" src=\"..\/..\/assets\/hand.png\"> -->\n  <\/div>\n\n  <button id=\"ar-failure\">\n    AR is not tracking!\n  <\/button>\n\n \n<\/model-viewer><\/div>\n\n<script type=\"module\">\n  const model-viewer = document.querySelector(\"#Module1\");\n\n  \n<\/script>\n\n<style>\n  \/* This keeps child nodes hidden while the element loads *\/\n  :not(:defined) > * {\n    display: none;\n  }\n  \n  .demo model-viewer {\n\n    overflow-x: hidden;\n    height:600px;\n    width:800px;\n  }\n\n  #ar-button {\n    background-image: url(..\/..\/assets\/ic_view_in_ar_new_googblue_48dp.png);\n    background-repeat: no-repeat;\n    background-size: 30px 30px;\n    background-position: 12px 50%;\n    background-color: #fff;\n    position: absolute;\n    left: 50%;\n    transform: translateX(-50%);\n    white-space: nowrap;\n   \n    padding: 0px 16px 0px 40px;\n    font-family: Roboto Regular, Helvetica Neue, sans-serif;\n    font-size: 14px;\n    color:#4285f4;\n    height: 136px;\n    line-height: 36px;\n    border-radius: 18px;\n    border: 1px solid #DADCE0;\n  }\n\n  #ar-button:active {\n    background-color: #E8EAED;\n  }\n\n  #ar-button:focus {\n    outline: none;\n  }\n\n  #ar-button:focus-visible {\n    outline: 1px solid #4285f4;\n  }\n\n  @keyframes circle {\n    from { transform: translateX(-50%) rotate(0deg) translateX(50px) rotate(0deg); }\n    to   { transform: translateX(-50%) rotate(360deg) translateX(50px) rotate(-360deg); }\n  }\n\n  @keyframes elongate {\n    from { transform: translateX(100px); }\n    to   { transform: translateX(-100px); }\n  }\n\n  .demo model-viewer > #ar-prompt {\n    position: absolute;\n    left: 50%;\n    bottom: 175px;\n    animation: elongate 2s infinite ease-in-out alternate;\n    display: none;\n  }\n\n  .demo model-viewer[ar-status=\"session-started\"] > #ar-prompt {\n    display: block;\n  }\n\n  .demo model-viewer > #ar-prompt > img {\n    animation: circle 4s linear infinite;\n  }\n\n  .demo model-viewer > #ar-failure {\n    position: absolute;\n    left: 50%;\n    transform: translateX(-50%);\n    bottom: 175px;\n    display: none;\n  }\n\n  .demo model-viewer[ar-tracking=\"not-tracking\"] > #ar-failure {\n    display: block;\n  }\n\n  \n\n<\/style>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-26873c8 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"26873c8\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"aux-parallax-section elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-af77f58\" data-id=\"af77f58\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-0b28dfd aux-appear-watch-animation aux-scale-up elementor-widget elementor-widget-aux_modern_heading\" data-id=\"0b28dfd\" data-element_type=\"widget\" data-widget_type=\"aux_modern_heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<section class=\"aux-widget-modern-heading\">\n            <div class=\"aux-widget-inner\"><h2 class=\"aux-modern-heading-primary\">Our Services<\/h2><div class=\"aux-modern-heading-divider\"><\/div><\/div>\n        <\/section>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-0643f55 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"0643f55\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"aux-parallax-section elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-a48e88e\" data-id=\"a48e88e\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a28930a elementor-widget elementor-widget-image\" data-id=\"a28930a\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/elementor\/thumbs\/3D-Chair-Rendering-qtzh6t6v2yi2y2orxqtis0nl2ptg3ceubgbcbnsw00.webp\" title=\"3D Chair Rendering\" alt=\"3D Chair Rendering\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-775edb5 elementor-widget elementor-widget-heading\" data-id=\"775edb5\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Furniture<\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-27bc619 elementor-widget elementor-widget-text-editor\" data-id=\"27bc619\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Create a hyper-realistic virtual experience for your furniture products, featuring a variety of textures such as wood, fabric, leather, metal, wicker, or glass.<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8ec4416 elementor-widget elementor-widget-button\" data-id=\"8ec4416\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/srushty.com\/3d-modeling-rendering\/furniture\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"auxicon2 auxicon2-arrow-medium-right\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">View More<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"aux-parallax-section elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-d8e0c06\" data-id=\"d8e0c06\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a46a7a6 elementor-widget elementor-widget-image\" data-id=\"a46a7a6\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/elementor\/thumbs\/Furniture-rendering-image-qtzh74gxcyxite8e3vp1lxt47c9unpnmd0562zc5xc.webp\" title=\"Furniture rendering image\" alt=\"Furniture rendering image\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0ddccee elementor-widget elementor-widget-heading\" data-id=\"0ddccee\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Lifestyle<\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e398b69 elementor-widget elementor-widget-text-editor\" data-id=\"e398b69\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Tap into our expertise in the art of selling a lifestyle. Create a low poly to hyper-realistic virtual experience that immerses your audience in the essence of the lifestyle your products offer.<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6dbc1dc elementor-widget elementor-widget-button\" data-id=\"6dbc1dc\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/srushty.com\/3d-modeling-rendering\/lifestyle\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"auxicon2 auxicon2-arrow-medium-right\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">View More<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"aux-parallax-section elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-b2c6fd5\" data-id=\"b2c6fd5\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-344bb51 elementor-widget elementor-widget-image\" data-id=\"344bb51\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/elementor\/thumbs\/Black_EF-qukdg1aeuqnobdp4lr4ig5ydcxwnoqzxn2kzea77k0.webp\" title=\"Black_EF\" alt=\"Black_EF\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e7f944c elementor-widget elementor-widget-heading\" data-id=\"e7f944c\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Engineering<\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-32f701c elementor-widget elementor-widget-text-editor\" data-id=\"32f701c\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Create visual manuals and exploded product images to enhance your digital catalog. Include animated product images, virtual tours, or a comprehensive product catalog.<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6894bb7 elementor-widget elementor-widget-button\" data-id=\"6894bb7\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/srushty.com\/3d-modeling-rendering\/engineering\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"auxicon2 auxicon2-arrow-medium-right\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">View More<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-ae4ca19 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"ae4ca19\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"aux-parallax-section elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-13f2ef4\" data-id=\"13f2ef4\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-34b87dd elementor-pagination-position-inside elementor-widget elementor-widget-image-carousel\" data-id=\"34b87dd\" data-element_type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:&quot;1&quot;,&quot;navigation&quot;:&quot;dots&quot;,&quot;autoplay_speed&quot;:2000,&quot;autoplay&quot;:&quot;yes&quot;,&quot;infinite&quot;:&quot;yes&quot;,&quot;effect&quot;:&quot;slide&quot;,&quot;speed&quot;:500}\" data-widget_type=\"image-carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-carousel-wrapper swiper\" dir=\"ltr\">\n\t\t\t<div class=\"elementor-image-carousel swiper-wrapper\" aria-live=\"off\">\n\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 4\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/2024\/12\/OUTDOOR-VISUALISATION-SRUSHTY3D-1.webp\" alt=\"OUTDOOR-VISUALISATION-SRUSHTY3D-1\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 4\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/2024\/12\/OUTDOOR-VISUALISATION-SRUSHTY3D-2.webp\" alt=\"OUTDOOR-VISUALISATION-SRUSHTY3D-2\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 of 4\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/2024\/12\/OUTDOOR-VISUALISATION-SRUSHTY3D-3.webp\" alt=\"OUTDOOR-VISUALISATION-SRUSHTY3D-3\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 of 4\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/2024\/12\/OUTDOOR-VISUALISATION-SRUSHTY3D-4.webp\" alt=\"OUTDOOR-VISUALISATION-SRUSHTY3D-4\" \/><\/figure><\/div>\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7478434 Commands elementor-reverse-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7478434\" data-element_type=\"section\" id=\"Commands\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"aux-parallax-section elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-995344d\" data-id=\"995344d\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-81f74f8 aux-appear-watch-animation aux-fade-in-up-1 elementor-widget elementor-widget-aux_modern_heading\" data-id=\"81f74f8\" data-element_type=\"widget\" data-widget_type=\"aux_modern_heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<section class=\"aux-widget-modern-heading\">\n            <div class=\"aux-widget-inner\"><h2 class=\"aux-modern-heading-primary\">Engaging 3D Models<\/h2><div class=\"aux-modern-heading-description\"><p>Increase user engagement with top-notch 3D models with our team of highly skilled 3D artists. We offer<\/p><\/div><\/div>\n        <\/section>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-dc04be8 elementor-icon-list--layout-inline aux-appear-watch-animation aux-fade-in-up-1 elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"dc04be8\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<ul class=\"elementor-icon-list-items elementor-inline-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-check-circle\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Realistic Visuals<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-check-circle\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Competitive Pricing<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a992ff elementor-icon-list--layout-inline aux-appear-watch-animation aux-fade-in-up-1 elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"7a992ff\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<ul class=\"elementor-icon-list-items elementor-inline-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-check-circle\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Efficient Turnaround<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-check-circle\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Clear Communication<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-16a8423 aux-appear-watch-animation aux-fade-in-right elementor-widget elementor-widget-aux_modern_button\" data-id=\"16a8423\" data-element_type=\"widget\" data-widget_type=\"aux_modern_button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t    <div class=\"aux-modern-button-wrapper aux-modern-button-align-left\" >\n                    <a class=\"aux-modern-button aux-black aux-modern-button-md aux-modern-button-curve aux-modern-button-default aux-icon-\" href=\"#contact\">\n                <div class=\"aux-overlay\"><\/div>\n                                <div class=\"aux-text\">\n<span class=\"aux-text-before\">Contact Us<\/span>                <\/div>\n            <\/a>\n            \n    <\/div>\n\n    \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"aux-parallax-section elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-182e3db\" data-id=\"182e3db\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7132fdd8 elementor-widget elementor-widget-html\" data-id=\"7132fdd8\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<!-- Import the component -->\r\n<script type=\"module\" src=\"https:\/\/ajax.googleapis.com\/ajax\/libs\/model-viewer\/3.5.0\/model-viewer.min.js\"><\/script>\r\n\r\n<!-- Use it like any other HTML element -->\r\n<div class=\"drill\">\r\n<model-viewer id=\"drill1\" src=\"https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/2024\/06\/green-drill.glb\" poster=\"https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/2024\/06\/green-drill.webp\" tone-mapping=\"neutral\" shadow-intensity=\"1\" ar camera-controls touch-action=\"pan-y\" alt=\"A 3D model carousel\">\r\n  \r\n  <button slot=\"ar-button\" id=\"ar-button\">\r\n    View in your space\r\n  <\/button>\r\n\r\n  <div id=\"ar-prompt\">\r\n   <!-- <img decoding=\"async\" src=\"..\/..\/assets\/hand.png\"> -->\r\n  <\/div>\r\n\r\n  <button id=\"ar-failure\">\r\n    AR is not tracking!\r\n  <\/button>\r\n\r\n <div class=\"slider\">\r\n    <div class=\"slides\">\r\n      <button class=\"slide selected\" onclick=\"switchSrc(this, 'green-drill')\" style=\"background-image: url('https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/2024\/06\/green-drill.webp');\">\r\n\r\n      <\/button><button class=\"slide\" onclick=\"switchSrc(this, 'yellow-drill')\" style=\"background-image: url('https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/2024\/06\/yellow-drill.webp');\">\r\n\r\n      <\/button>\r\n      <button class=\"slide\" onclick=\"switchSrc(this, 'gray-drill')\" style=\"background-image: url('https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/2024\/06\/gray-drill.webp');\">\r\n\r\n      <\/button>\r\n      <button class=\"slide\" onclick=\"switchSrc(this, 'sky-blue-drill')\" style=\"background-image: url('https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/2024\/06\/sky-blue-drill.webp');\">\r\n\r\n      <\/button><\/div>\r\n  <\/div>\r\n<\/model-viewer><\/div>\r\n\r\n<script type=\"module\">\r\n  const modelViewer2 = document.querySelector(\"#drill1\");\r\n  \r\n  window.switchSrc = (element, name) => {\r\n    const base = \"https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/2024\/06\/\" + name;\r\n    modelViewer2.src = base + '.glb';\r\n    modelViewer2.poster = base + '.webp';\r\n    const slides = document.querySelectorAll(\".slide\");\r\n    slides.forEach((element) => {element.classList.remove(\"selected\");});\r\n    element.classList.add(\"selected\");\r\n  };\r\n\r\n  document.querySelector(\".slider\").addEventListener('beforexrselect', (ev) => {\r\n    \/\/ Keep slider interactions from affecting the XR scene.\r\n    ev.preventDefault();\r\n  });\r\n<\/script>\r\n\r\n<style>\r\n  \/* This keeps child nodes hidden while the element loads *\/\r\n  :not(:defined) > * {\r\n    display: none;\r\n  }\r\n\r\n  .drill model-viewer {\r\n    background-color: #fff;\r\n    overflow-x: hidden;\r\n    height:600px;\r\n    width:600px;\r\n  }\r\n\r\n  #ar-button {\r\n    background-image: url(..\/..\/assets\/ic_view_in_ar_new_googblue_48dp.png);\r\n    background-repeat: no-repeat;\r\n    background-size: 30px 30px;\r\n    background-position: 12px 50%;\r\n    background-color: #fff;\r\n    position: absolute;\r\n    left: 50%;\r\n    transform: translateX(-50%);\r\n    white-space: nowrap;\r\n   \r\n    padding: 0px 16px 0px 40px;\r\n    font-family: Roboto Regular, Helvetica Neue, sans-serif;\r\n    font-size: 14px;\r\n    color:#4285f4;\r\n    height: 136px;\r\n    line-height: 36px;\r\n    border-radius: 18px;\r\n    border: 1px solid #DADCE0;\r\n  }\r\n\r\n  #ar-button:active {\r\n    background-color: #E8EAED;\r\n  }\r\n\r\n  #ar-button:focus {\r\n    outline: none;\r\n  }\r\n\r\n  #ar-button:focus-visible {\r\n    outline: 1px solid #4285f4;\r\n  }\r\n\r\n  @keyframes circle {\r\n    from { transform: translateX(-50%) rotate(0deg) translateX(50px) rotate(0deg); }\r\n    to   { transform: translateX(-50%) rotate(360deg) translateX(50px) rotate(-360deg); }\r\n  }\r\n\r\n  @keyframes elongate {\r\n    from { transform: translateX(100px); }\r\n    to   { transform: translateX(-100px); }\r\n  }\r\n\r\n  .drill model-viewer > #ar-prompt {\r\n    position: absolute;\r\n    left: 50%;\r\n    bottom: 175px;\r\n    animation: elongate 2s infinite ease-in-out alternate;\r\n    display: none;\r\n  }\r\n\r\n  .drill model-viewer[ar-status=\"session-started\"] > #ar-prompt {\r\n    display: block;\r\n  }\r\n\r\n  .drill model-viewer > #ar-prompt > img {\r\n    animation: circle 4s linear infinite;\r\n  }\r\n\r\n  .drill model-viewer > #ar-failure {\r\n    position: absolute;\r\n    left: 50%;\r\n    transform: translateX(-50%);\r\n    bottom: 175px;\r\n    display: none;\r\n  }\r\n\r\n  .drill model-viewer[ar-tracking=\"not-tracking\"] > #ar-failure {\r\n    display: block;\r\n  }\r\n\r\n  .slider {\r\n    width: 100%;\r\n    text-align: center;\r\n    overflow: hidden;\r\n    position: absolute;\r\n    bottom: 16px;\r\n  }\r\n\r\n  .slides {\r\n    display: flex;\r\n    overflow-x: auto;\r\n    scroll-snap-type: x mandatory;\r\n    scroll-behavior: smooth;\r\n    -webkit-overflow-scrolling: touch;\r\n  }\r\n\r\n  .slide {\r\n    scroll-snap-align: start;\r\n    flex-shrink: 0;\r\n    width: 40px;\r\n    height: 40px;\r\n    padding:10px 10px;\r\n    background-size: contain;\r\n    background-position: center;\r\n    background-color: #fff;\r\n    margin-left: 30px;\r\n    border-radius: 150px;\r\n    border: none;\r\n    display: flex;\r\n  }\r\n\r\n  .slide.selected {\r\n    border: 2px solid #4285f4;\r\n  }\r\n\r\n  .slide:focus {\r\n    outline: none;\r\n  }\r\n\r\n  .slide:focus-visible {\r\n    outline: 1px solid #4285f4;\r\n  }\r\n\r\n<\/style>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-c2756b9 Pairing elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"c2756b9\" data-element_type=\"section\" id=\"Pairing\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"aux-parallax-section elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-c5080f0\" data-id=\"c5080f0\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-0235247 elementor-widget elementor-widget-bdt-image-compare\" data-id=\"0235247\" data-element_type=\"widget\" data-widget_type=\"bdt-image-compare.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"bdt-image-compare bdt-position-relative\">\n\t\t\t<div id=\"image-compare-0235247\" class=\"image-compare bdt-image-compare-overlay\" data-settings=\"{&quot;id&quot;:&quot;image-compare-0235247&quot;,&quot;default_offset_pct&quot;:50,&quot;before_label&quot;:&quot;Texture View&quot;,&quot;after_label&quot;:&quot;Render View&quot;,&quot;no_overlay&quot;:true,&quot;on_hover&quot;:true,&quot;smoothing&quot;:true,&quot;smoothing_amount&quot;:400,&quot;bar_color&quot;:&quot;#fff&quot;}\">\n\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"1920\" height=\"1080\" src=\"https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/2024\/05\/Wireframe-3D-slider.webp\" class=\"attachment-full size-full wp-image-2088\" alt=\"\" srcset=\"https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/2024\/05\/Wireframe-3D-slider.webp 1920w, https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/2024\/05\/Wireframe-3D-slider-1536x864.webp 1536w\" \/>\t\t\t\t<img decoding=\"async\" width=\"1920\" height=\"1080\" src=\"https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/2024\/05\/texture-3D-slider.webp\" class=\"attachment-full size-full wp-image-2087\" alt=\"\" srcset=\"https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/2024\/05\/texture-3D-slider.webp 1920w, https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/2024\/05\/texture-3D-slider-1536x864.webp 1536w\" \/>\t\t\t<\/div>\n\t\t<\/div>\n\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"aux-parallax-section elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-0cbd6b8\" data-id=\"0cbd6b8\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-dedaa11 aux-appear-watch-animation aux-fade-in-right-1 elementor-widget elementor-widget-aux_modern_heading\" data-id=\"dedaa11\" data-element_type=\"widget\" data-widget_type=\"aux_modern_heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<section class=\"aux-widget-modern-heading\">\n            <div class=\"aux-widget-inner\"><h2 class=\"aux-modern-heading-primary\">Why Choose Srushty 3D?<\/h2><div class=\"aux-modern-heading-description\"><p>With a focus on innovation and client satisfaction, we leverage a state-of-the-art digital studio and professional lighting to produce superior 3D visualizations.<\/p><\/div><\/div>\n        <\/section>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-0ac4a28 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"0ac4a28\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"aux-parallax-section elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-5644fd0 elementor-invisible\" data-id=\"5644fd0\" data-element_type=\"column\" data-settings=\"{&quot;animation&quot;:&quot;slideInRight&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-09fe9ec elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"09fe9ec\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img decoding=\"async\" width=\"512\" height=\"512\" src=\"https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/2024\/06\/03.svg\" class=\"attachment-full size-full wp-image-2419\" alt=\"\" srcset=\"https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/\/2024\/06\/03.svg 150w, https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/\/2024\/06\/03.svg 300w, https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/\/2024\/06\/03.svg 768w, https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/\/2024\/06\/03.svg 1024w, https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/\/2024\/06\/03.svg 512w\" \/><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">A dedicated team of 30+ 3D artists<\/h3><\/div><\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"aux-parallax-section elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-f10a85f elementor-invisible\" data-id=\"f10a85f\" data-element_type=\"column\" data-settings=\"{&quot;animation&quot;:&quot;slideInRight&quot;,&quot;animation_delay&quot;:500}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-d6840f1 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"d6840f1\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"512\" height=\"512\" src=\"https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/2024\/06\/02.svg\" class=\"attachment-full size-full wp-image-2418\" alt=\"\" srcset=\"https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/\/2024\/06\/02.svg 150w, https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/\/2024\/06\/02.svg 300w, https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/\/2024\/06\/02.svg 768w, https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/\/2024\/06\/02.svg 1024w, https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/\/2024\/06\/02.svg 512w\" \/><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">Expertise in multiple world-class tools<\/h3><\/div><\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"aux-parallax-section elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-f920783 elementor-invisible\" data-id=\"f920783\" data-element_type=\"column\" data-settings=\"{&quot;animation&quot;:&quot;slideInRight&quot;,&quot;animation_delay&quot;:1000}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-0f1bf54 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"0f1bf54\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"512\" height=\"512\" src=\"https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/2024\/06\/01.svg\" class=\"attachment-full size-full wp-image-2417\" alt=\"\" srcset=\"https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/\/2024\/06\/01.svg 150w, https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/\/2024\/06\/01.svg 300w, https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/\/2024\/06\/01.svg 768w, https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/\/2024\/06\/01.svg 1024w, https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/\/2024\/06\/01.svg 512w\" \/><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">Customer-centric approach<\/h3><\/div><\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-162d58e elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"162d58e\" data-element_type=\"section\" id=\"portfolio\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"aux-parallax-section elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c516f9d\" data-id=\"c516f9d\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6f9e8f7 aux-appear-watch-animation aux-scale-up elementor-widget elementor-widget-aux_modern_heading\" data-id=\"6f9e8f7\" data-element_type=\"widget\" data-widget_type=\"aux_modern_heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<section class=\"aux-widget-modern-heading\">\n            <div class=\"aux-widget-inner\"><h2 class=\"aux-modern-heading-primary\">Explore Our Creations<\/h2><div class=\"aux-modern-heading-divider\"><\/div><\/div>\n        <\/section>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0fecbe9 elementor-widget elementor-widget-bdt-advanced-image-gallery\" data-id=\"0fecbe9\" data-element_type=\"widget\" data-widget_type=\"bdt-advanced-image-gallery.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"bdt-avdg-0fecbe9\" class=\"bdt-ep-advanced-image-gallery bdt-ep-advanced-image-gallery-skin-default bdt-grid bdt-grid-small bdt-child-width-1-1 bdt-child-width-1-3@s bdt-child-width-1-2@m\" data-bdt-grid=\"\" data-bdt-lightbox=\"animation: slide;\" data-settings=\"{&quot;id&quot;:&quot;#bdt-avdg-0fecbe9&quot;,&quot;tiltShow&quot;:false}\">\n\t\t\t\n\t\t\t\t<div class=\"bdt-ep-advanced-image-gallery-item bdt-transition-toggle\">\n\t\t\t\t\t<div class=\"bdt-ep-advanced-image-gallery-inner\">\n\t\t\t\t\t\t<div class=\"bdt-ep-advanced-image-gallery-thumbnail bdt-transition-toggle\"><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"500\" src=\"https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/2024\/09\/3D_shoe_rendering_image.webp\" class=\"jgalleryImage\" alt=\"3D_shoe_rendering_image\" \/><\/div>\t\t<div class=\"bdt-position-cover bdt-overlay bdt-overlay-default bdt-transition-fade\">\n\t\t\t<div class=\"bdt-ep-advanced-image-gallery-content\">\n\t\t\t\t<div class=\"bdt-ep-advanced-image-gallery-content-inner\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"bdt-flex-inline bdt-ep-advanced-image-gallery-item-link-wrapper\">\n\t\t\t\t\t\t\t<a class=\"bdt-ep-advanced-image-gallery-item-link elementor-clickable icon-type-icon \" data-elementor-open-lightbox=\"no\" data-caption=\"\" data-href=\"https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/2024\/09\/3D_shoe_rendering_image.webp\">\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span>\n\t\t\t\t\t\t\t\t\t\t\t<i class=\"ep-icon-plus-2\"><\/i>\n\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\n\t\t\t\t<div class=\"bdt-ep-advanced-image-gallery-item bdt-transition-toggle\">\n\t\t\t\t\t<div class=\"bdt-ep-advanced-image-gallery-inner\">\n\t\t\t\t\t\t<div class=\"bdt-ep-advanced-image-gallery-thumbnail bdt-transition-toggle\"><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"500\" src=\"https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/2024\/10\/3D_Engineering_rendering.webp\" class=\"jgalleryImage\" alt=\"3D_Engineering_rendering\" \/><\/div>\t\t<div class=\"bdt-position-cover bdt-overlay bdt-overlay-default bdt-transition-fade\">\n\t\t\t<div class=\"bdt-ep-advanced-image-gallery-content\">\n\t\t\t\t<div class=\"bdt-ep-advanced-image-gallery-content-inner\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"bdt-flex-inline bdt-ep-advanced-image-gallery-item-link-wrapper\">\n\t\t\t\t\t\t\t<a class=\"bdt-ep-advanced-image-gallery-item-link elementor-clickable icon-type-icon \" data-elementor-open-lightbox=\"no\" data-caption=\"\" data-href=\"https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/2024\/10\/3D_Engineering_rendering.webp\">\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span>\n\t\t\t\t\t\t\t\t\t\t\t<i class=\"ep-icon-plus-2\"><\/i>\n\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\n\t\t\t\t<div class=\"bdt-ep-advanced-image-gallery-item bdt-transition-toggle\">\n\t\t\t\t\t<div class=\"bdt-ep-advanced-image-gallery-inner\">\n\t\t\t\t\t\t<div class=\"bdt-ep-advanced-image-gallery-thumbnail bdt-transition-toggle\"><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"500\" src=\"https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/2024\/09\/Furniture-rendering-image.webp\" class=\"jgalleryImage\" alt=\"Furniture rendering image\" \/><\/div>\t\t<div class=\"bdt-position-cover bdt-overlay bdt-overlay-default bdt-transition-fade\">\n\t\t\t<div class=\"bdt-ep-advanced-image-gallery-content\">\n\t\t\t\t<div class=\"bdt-ep-advanced-image-gallery-content-inner\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"bdt-flex-inline bdt-ep-advanced-image-gallery-item-link-wrapper\">\n\t\t\t\t\t\t\t<a class=\"bdt-ep-advanced-image-gallery-item-link elementor-clickable icon-type-icon \" data-elementor-open-lightbox=\"no\" data-caption=\"\" data-href=\"https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/2024\/09\/Furniture-rendering-image.webp\">\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span>\n\t\t\t\t\t\t\t\t\t\t\t<i class=\"ep-icon-plus-2\"><\/i>\n\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\n\t\t\t\t<div class=\"bdt-ep-advanced-image-gallery-item bdt-transition-toggle\">\n\t\t\t\t\t<div class=\"bdt-ep-advanced-image-gallery-inner\">\n\t\t\t\t\t\t<div class=\"bdt-ep-advanced-image-gallery-thumbnail bdt-transition-toggle\"><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"500\" src=\"https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/2024\/12\/Srushty-3D-Shoe-modeling.webp\" class=\"jgalleryImage\" alt=\"Srushty-3D-Shoe-modeling\" \/><\/div>\t\t<div class=\"bdt-position-cover bdt-overlay bdt-overlay-default bdt-transition-fade\">\n\t\t\t<div class=\"bdt-ep-advanced-image-gallery-content\">\n\t\t\t\t<div class=\"bdt-ep-advanced-image-gallery-content-inner\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"bdt-flex-inline bdt-ep-advanced-image-gallery-item-link-wrapper\">\n\t\t\t\t\t\t\t<a class=\"bdt-ep-advanced-image-gallery-item-link elementor-clickable icon-type-icon \" data-elementor-open-lightbox=\"no\" data-caption=\"\" data-href=\"https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/2024\/12\/Srushty-3D-Shoe-modeling.webp\">\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span>\n\t\t\t\t\t\t\t\t\t\t\t<i class=\"ep-icon-plus-2\"><\/i>\n\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9089953 Life-style aux-appear-watch-animation aux-mask-from-left elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9089953\" data-element_type=\"section\" id=\"Life-style\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"aux-parallax-section elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-5acba40\" data-id=\"5acba40\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"aux-scroll-anim elementor-element elementor-element-6a69eac aux-appear-watch-animation aux-fade-in-up-2 elementor-widget elementor-widget-aux_modern_heading\" data-move-in=\"\" data-move-out=\"\" data-axis-x=\"200\" data-axis-y=\"200\" data-rotate=\"90\" data-scale=\"1\" data-vp-top=\"0.5\" data-vp-bot=\"0.5\" data-el-top=\"0.2\" data-scroll-animation-off=\"1024\" data-id=\"6a69eac\" data-element_type=\"widget\" data-widget_type=\"aux_modern_heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<section class=\"aux-widget-modern-heading\">\n            <div class=\"aux-widget-inner\"><h2 class=\"aux-modern-heading-primary\">Realistic 3D Renderings<\/h2><div class=\"aux-modern-heading-description\"><p>Elevate your online shopping experience with our immersive 3D e-commerce solutions powered by AR &amp; VR, allowing customers to explore products in detail and make informed purchasing decisions from the comfort of their homes across any device.<\/p><\/div><\/div>\n        <\/section>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-296597d elementor-widget elementor-widget-image-carousel\" data-id=\"296597d\" data-element_type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:&quot;1&quot;,&quot;navigation&quot;:&quot;none&quot;,&quot;autoplay_speed&quot;:3000,&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;infinite&quot;:&quot;yes&quot;,&quot;effect&quot;:&quot;slide&quot;,&quot;speed&quot;:500}\" data-widget_type=\"image-carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-carousel-wrapper swiper\" dir=\"ltr\">\n\t\t\t<div class=\"elementor-image-carousel swiper-wrapper\" aria-live=\"off\">\n\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 4\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/2024\/06\/Untitled-design955.webp\" alt=\"Untitled-design955\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 4\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/2024\/07\/Handbag-3d-image.webp\" alt=\"Handbag-3d-image\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 of 4\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/2024\/08\/Handbag-3d-image_2.webp\" alt=\"Handbag-3d-image_2\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 of 4\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/2024\/08\/Handbag-3d-image_3.webp\" alt=\"Handbag-3d-image_3\" \/><\/figure><\/div>\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7440cf8 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7440cf8\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"aux-parallax-section elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-fc678a1\" data-id=\"fc678a1\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-276ca95 aux-appear-watch-animation aux-scale-up elementor-widget elementor-widget-aux_modern_heading\" data-id=\"276ca95\" data-element_type=\"widget\" data-widget_type=\"aux_modern_heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<section class=\"aux-widget-modern-heading\">\n            <div class=\"aux-widget-inner\"><h2 class=\"aux-modern-heading-primary\">Our Valuable Clients<\/h2><div class=\"aux-modern-heading-divider\"><\/div><\/div>\n        <\/section>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-26d9711 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"26d9711\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"aux-parallax-section elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-20b0878\" data-id=\"20b0878\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-835f271 elementor-widget elementor-widget-image-carousel\" data-id=\"835f271\" data-element_type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:&quot;6&quot;,&quot;slides_to_scroll&quot;:&quot;1&quot;,&quot;navigation&quot;:&quot;none&quot;,&quot;autoplay_speed&quot;:0,&quot;speed&quot;:4000,&quot;slides_to_show_mobile&quot;:&quot;3&quot;,&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;slides_to_show_tablet&quot;:&quot;4&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;infinite&quot;:&quot;yes&quot;,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:20,&quot;sizes&quot;:[]},&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"image-carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-carousel-wrapper swiper\" dir=\"ltr\">\n\t\t\t<div class=\"elementor-image-carousel swiper-wrapper\" aria-live=\"off\">\n\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 22\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/2024\/06\/Grinn-tech-logo.webp\" alt=\"Grinn-tech-logo\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 22\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/2024\/06\/igendesign-logo.webp\" alt=\"igendesign-logo\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 of 22\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/2024\/06\/Bigcat-logo.webp\" alt=\"Bigcat-logo\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 of 22\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/2024\/06\/GDD-logo-150x36.webp\" alt=\"GDD-logo\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"5 of 22\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/2024\/06\/Aero-Glass-Logo.webp\" alt=\"Aero-Glass-Logo\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"6 of 22\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/2024\/06\/Airth-logo.webp\" alt=\"Airth-logo\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"7 of 22\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/2024\/06\/Ambima-Electronics-logo.webp\" alt=\"Ambima-Electronics-logo\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"8 of 22\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/2024\/06\/Stellar-design-logo.webp\" alt=\"Stellar-design-logo\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"9 of 22\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/2024\/06\/a-e-logo.webp\" alt=\"a-e-logo\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"10 of 22\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/2024\/06\/Vortex.webp\" alt=\"Vortex\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"11 of 22\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/2024\/06\/Peer-Robotics-Logo.webp\" alt=\"Peer-Robotics-Logo\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"12 of 22\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/2024\/06\/scriplogix-logo.webp\" alt=\"scriplogix-logo\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"13 of 22\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/2024\/06\/NMS-Works-logo.webp\" alt=\"NMS-Works-logo\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"14 of 22\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/2024\/06\/Nimble-logo.webp\" alt=\"Nimble-logo\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"15 of 22\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/2024\/06\/mamaope-logo.webp\" alt=\"mamaope-logo\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"16 of 22\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/2024\/06\/Molbio-logo.webp\" alt=\"Molbio-logo\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"17 of 22\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/2024\/06\/Navson-tech-logo.webp\" alt=\"Navson-tech-logo\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"18 of 22\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/2024\/06\/LRT-Logo.webp\" alt=\"LRT-Logo\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"19 of 22\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/2024\/06\/Kritikare-logo.webp\" alt=\"Kritikare-logo\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"20 of 22\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/2024\/06\/Client-logo-1.webp\" alt=\"Client-logo-1\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"21 of 22\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/2024\/06\/Client-logo-2.webp\" alt=\"Client-logo-2\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"22 of 22\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/2024\/06\/IHL-Logo.webp\" alt=\"IHL-Logo\" \/><\/figure><\/div>\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-5eccfeb elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5eccfeb\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"aux-parallax-section elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-352a4ce\" data-id=\"352a4ce\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-d5daa42 aux-appear-watch-animation aux-scale-up elementor-widget elementor-widget-aux_modern_heading\" data-id=\"d5daa42\" data-element_type=\"widget\" data-widget_type=\"aux_modern_heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<section class=\"aux-widget-modern-heading\">\n            <div class=\"aux-widget-inner\"><h2 class=\"aux-modern-heading-primary\">Testimonials<\/h2><div class=\"aux-modern-heading-divider\"><\/div><\/div>\n        <\/section>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-ebc1af2 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"ebc1af2\" data-element_type=\"section\" id=\"aux-app-reviews\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"aux-parallax-section elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-c908998\" data-id=\"c908998\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-d7431aa aux-appear-watch-animation aux-zoom-in-2 elementor-widget elementor-widget-aux_modern_heading\" data-id=\"d7431aa\" data-element_type=\"widget\" data-widget_type=\"aux_modern_heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<section class=\"aux-widget-modern-heading\">\n            <div class=\"aux-widget-inner\"><h2 class=\"aux-modern-heading-primary\">On the go.<br> In the know.<\/h2><\/div>\n        <\/section>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-53a7ce9 aux-appear-watch-animation aux-fade-in-left-1 elementor-widget elementor-widget-aux_carousel_navigation\" data-id=\"53a7ce9\" data-element_type=\"widget\" data-widget_type=\"aux_carousel_navigation.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\n        <div class=\"aux-carousel-navigation\" data-target=\".carousel-testimonials\">\n                                <div class=\"aux-prev aux-prev-custom aux-custom-nav\">\n                                            <span class=\"auxicon2 auxicon2-arrow-thin-left\"><\/span>\n                                        <\/div>\n                    <div class=\"aux-next aux-next-custom aux-custom-nav\">\n                                            <span class=\"auxicon2 auxicon2-arrow-thin-right\"><\/span>\n                                        <\/div>\n                        <\/div>\n\n    \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"aux-parallax-section elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-112f61f\" data-id=\"112f61f\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-fddc531 carousel-testimonials elementor-widget elementor-widget-aux_flexible_carousel\" data-id=\"fddc531\" data-element_type=\"widget\" data-settings=\"{&quot;columns&quot;:&quot;2&quot;,&quot;columns_tablet&quot;:&quot;inherit&quot;,&quot;columns_mobile&quot;:&quot;1&quot;}\" data-widget_type=\"aux_flexible_carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<section class=\"widget-container aux-widget-flexible-carousel aux-parent-auc6dd5a20\" style=\"\" ><div data-element-id=\"auc6dd5a20\" class=\"master-carousel aux-no-js aux-mc-before-init aux--control\" data-columns=\"2\" data-autoplay=\"true\" data-delay=\"2\" data-navigation=\"peritem\" data-space=\"25\" data-loop=\"yes\" data-wrap-controls=\"true\" data-bullets=\"false\" data-bullet-class=\"aux-bullets aux-small aux-mask\" data-arrows=\"false\" data-same-height=\"true\" data-responsive=\"1025:2,767:1\" ><div class=\"aux-col aux-mc-item\">\t\t<div data-elementor-type=\"section\" data-elementor-id=\"459\" class=\"elementor elementor-459\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-66969dfb elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"66969dfb\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"aux-parallax-section elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-340e1bd6\" data-id=\"340e1bd6\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-5e84015f elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5e84015f\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"aux-parallax-section elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-e7d7375\" data-id=\"e7d7375\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b52a1e elementor-position-left elementor-widget-mobile__width-inherit elementor-vertical-align-top elementor-widget elementor-widget-image-box\" data-id=\"b52a1e\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"70\" height=\"70\" src=\"https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/2024\/02\/AKshen.png\" class=\"attachment-full size-full wp-image-473\" alt=\"\" \/><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-title\">Dr.Akshen Sundaresan,<\/p><p class=\"elementor-image-box-description\">-<\/p><\/div><\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"aux-parallax-section elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-40f19e88\" data-id=\"40f19e88\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6eb22e75 elementor-widget-mobile__width-inherit elementor-view-default elementor-widget elementor-widget-aux_icon\" data-id=\"6eb22e75\" data-element_type=\"widget\" data-widget_type=\"aux_icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t        <div class=\"elementor-icon-wrapper\">\n            <div class=\"elementor-icon\"> \n                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"51.721\" height=\"44.938\" viewBox=\"0 0 51.721 44.938\"><path id=\"Path_4\" data-name=\"Path 4\" d=\"M57.857-63.635a10.928,10.928,0,0,1-.707,3.957,9.489,9.489,0,0,1-2.084,3.25A9.841,9.841,0,0,1,51.709-54.2a11.82,11.82,0,0,1-4.522.813,11,11,0,0,1-4.769-.989,9.963,9.963,0,0,1-3.5-2.72,11.68,11.68,0,0,1-2.12-4.1,18.1,18.1,0,0,1-.707-5.193,30.627,30.627,0,0,1,.813-6.712,44.725,44.725,0,0,1,2.261-7.136,55.464,55.464,0,0,1,3.356-6.818,35.714,35.714,0,0,1,4.133-5.794,21.031,21.031,0,0,1,4.628-3.992,9.079,9.079,0,0,1,4.8-1.484,4.191,4.191,0,0,1,1.731.283q.6.283,1.166.565A37.976,37.976,0,0,0,51-86.387a29.061,29.061,0,0,0-2.9,12.506,13.945,13.945,0,0,1,3.78,1.1,10.384,10.384,0,0,1,3.109,2.12,9.989,9.989,0,0,1,2.084,3.074A9.724,9.724,0,0,1,57.857-63.635Zm-28.828,0a10.928,10.928,0,0,1-.707,3.957,9.489,9.489,0,0,1-2.084,3.25A9.841,9.841,0,0,1,22.881-54.2a11.82,11.82,0,0,1-4.522.813,11,11,0,0,1-4.769-.989,9.963,9.963,0,0,1-3.5-2.72,11.68,11.68,0,0,1-2.12-4.1,18.1,18.1,0,0,1-.707-5.193A30.627,30.627,0,0,1,8.078-73.1a44.725,44.725,0,0,1,2.261-7.136A55.464,55.464,0,0,1,13.7-87.058a35.715,35.715,0,0,1,4.133-5.794,21.031,21.031,0,0,1,4.628-3.992,9.079,9.079,0,0,1,4.8-1.484,4.191,4.191,0,0,1,1.731.283q.6.283,1.166.565a37.977,37.977,0,0,0-7.984,11.093,29.061,29.061,0,0,0-2.9,12.506,13.945,13.945,0,0,1,3.78,1.1,10.383,10.383,0,0,1,3.109,2.12,9.989,9.989,0,0,1,2.084,3.074A9.724,9.724,0,0,1,29.028-63.635Z\" transform=\"translate(-7.266 98.328)\" fill=\"#1e45ff\"><\/path><\/svg>            <\/div>\n        <\/div>\n        \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-3fcf0105 elementor-widget elementor-widget-text-editor\" data-id=\"3fcf0105\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Impressed with Srushty Global Solutions! Mr. Marutha &amp; team are empathetic, progressive, and shrewd, delivering market-leading innovations. Hoping to work on more exciting projects with them.<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t<\/div><div class=\"aux-col aux-mc-item\">\t\t<div data-elementor-type=\"section\" data-elementor-id=\"465\" class=\"elementor elementor-465\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1ca024b0 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"1ca024b0\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"aux-parallax-section elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-41286df9\" data-id=\"41286df9\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-5213889a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5213889a\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"aux-parallax-section elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-342235a9\" data-id=\"342235a9\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-140ed6fd elementor-position-left elementor-widget-mobile__width-inherit elementor-vertical-align-top elementor-widget elementor-widget-image-box\" data-id=\"140ed6fd\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"70\" height=\"70\" src=\"https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/2024\/02\/Gowtham.png\" class=\"attachment-full size-full wp-image-474\" alt=\"\" \/><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-title\">Gautham M N<\/p><p class=\"elementor-image-box-description\">YUGA design<\/p><\/div><\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"aux-parallax-section elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4f9890bf\" data-id=\"4f9890bf\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3b552df1 elementor-widget-mobile__width-inherit elementor-view-default elementor-widget elementor-widget-aux_icon\" data-id=\"3b552df1\" data-element_type=\"widget\" data-widget_type=\"aux_icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t        <div class=\"elementor-icon-wrapper\">\n            <div class=\"elementor-icon\"> \n                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"51.721\" height=\"44.938\" viewBox=\"0 0 51.721 44.938\"><path id=\"Path_4\" data-name=\"Path 4\" d=\"M57.857-63.635a10.928,10.928,0,0,1-.707,3.957,9.489,9.489,0,0,1-2.084,3.25A9.841,9.841,0,0,1,51.709-54.2a11.82,11.82,0,0,1-4.522.813,11,11,0,0,1-4.769-.989,9.963,9.963,0,0,1-3.5-2.72,11.68,11.68,0,0,1-2.12-4.1,18.1,18.1,0,0,1-.707-5.193,30.627,30.627,0,0,1,.813-6.712,44.725,44.725,0,0,1,2.261-7.136,55.464,55.464,0,0,1,3.356-6.818,35.714,35.714,0,0,1,4.133-5.794,21.031,21.031,0,0,1,4.628-3.992,9.079,9.079,0,0,1,4.8-1.484,4.191,4.191,0,0,1,1.731.283q.6.283,1.166.565A37.976,37.976,0,0,0,51-86.387a29.061,29.061,0,0,0-2.9,12.506,13.945,13.945,0,0,1,3.78,1.1,10.384,10.384,0,0,1,3.109,2.12,9.989,9.989,0,0,1,2.084,3.074A9.724,9.724,0,0,1,57.857-63.635Zm-28.828,0a10.928,10.928,0,0,1-.707,3.957,9.489,9.489,0,0,1-2.084,3.25A9.841,9.841,0,0,1,22.881-54.2a11.82,11.82,0,0,1-4.522.813,11,11,0,0,1-4.769-.989,9.963,9.963,0,0,1-3.5-2.72,11.68,11.68,0,0,1-2.12-4.1,18.1,18.1,0,0,1-.707-5.193A30.627,30.627,0,0,1,8.078-73.1a44.725,44.725,0,0,1,2.261-7.136A55.464,55.464,0,0,1,13.7-87.058a35.715,35.715,0,0,1,4.133-5.794,21.031,21.031,0,0,1,4.628-3.992,9.079,9.079,0,0,1,4.8-1.484,4.191,4.191,0,0,1,1.731.283q.6.283,1.166.565a37.977,37.977,0,0,0-7.984,11.093,29.061,29.061,0,0,0-2.9,12.506,13.945,13.945,0,0,1,3.78,1.1,10.383,10.383,0,0,1,3.109,2.12,9.989,9.989,0,0,1,2.084,3.074A9.724,9.724,0,0,1,29.028-63.635Z\" transform=\"translate(-7.266 98.328)\" fill=\"#1e45ff\"><\/path><\/svg>            <\/div>\n        <\/div>\n        \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-11f08bab elementor-widget elementor-widget-text-editor\" data-id=\"11f08bab\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>We have worked with Srushty on multiple projects with extremely supportive engineers with client interactions to creative problem-solving. We feel proud to be partnered with such a wonderful team.<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t<\/div><div class=\"aux-col aux-mc-item\">\t\t<div data-elementor-type=\"section\" data-elementor-id=\"468\" class=\"elementor elementor-468\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-464c2c2c elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"464c2c2c\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"aux-parallax-section elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7a669f0d\" data-id=\"7a669f0d\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-531b9883 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"531b9883\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"aux-parallax-section elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-5a9d4b31\" data-id=\"5a9d4b31\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a3398cc elementor-position-left elementor-widget-mobile__width-inherit elementor-vertical-align-top elementor-widget elementor-widget-image-box\" data-id=\"a3398cc\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"70\" height=\"70\" src=\"https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/2024\/02\/1-1.png\" class=\"attachment-full size-full wp-image-471\" alt=\"\" \/><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-title\">Vilas Tank<\/p><p class=\"elementor-image-box-description\">Aventose<\/p><\/div><\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"aux-parallax-section elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-566f48d3\" data-id=\"566f48d3\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7068bfbf elementor-widget-mobile__width-inherit elementor-view-default elementor-widget elementor-widget-aux_icon\" data-id=\"7068bfbf\" data-element_type=\"widget\" data-widget_type=\"aux_icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t        <div class=\"elementor-icon-wrapper\">\n            <div class=\"elementor-icon\"> \n                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"51.721\" height=\"44.938\" viewBox=\"0 0 51.721 44.938\"><path id=\"Path_4\" data-name=\"Path 4\" d=\"M57.857-63.635a10.928,10.928,0,0,1-.707,3.957,9.489,9.489,0,0,1-2.084,3.25A9.841,9.841,0,0,1,51.709-54.2a11.82,11.82,0,0,1-4.522.813,11,11,0,0,1-4.769-.989,9.963,9.963,0,0,1-3.5-2.72,11.68,11.68,0,0,1-2.12-4.1,18.1,18.1,0,0,1-.707-5.193,30.627,30.627,0,0,1,.813-6.712,44.725,44.725,0,0,1,2.261-7.136,55.464,55.464,0,0,1,3.356-6.818,35.714,35.714,0,0,1,4.133-5.794,21.031,21.031,0,0,1,4.628-3.992,9.079,9.079,0,0,1,4.8-1.484,4.191,4.191,0,0,1,1.731.283q.6.283,1.166.565A37.976,37.976,0,0,0,51-86.387a29.061,29.061,0,0,0-2.9,12.506,13.945,13.945,0,0,1,3.78,1.1,10.384,10.384,0,0,1,3.109,2.12,9.989,9.989,0,0,1,2.084,3.074A9.724,9.724,0,0,1,57.857-63.635Zm-28.828,0a10.928,10.928,0,0,1-.707,3.957,9.489,9.489,0,0,1-2.084,3.25A9.841,9.841,0,0,1,22.881-54.2a11.82,11.82,0,0,1-4.522.813,11,11,0,0,1-4.769-.989,9.963,9.963,0,0,1-3.5-2.72,11.68,11.68,0,0,1-2.12-4.1,18.1,18.1,0,0,1-.707-5.193A30.627,30.627,0,0,1,8.078-73.1a44.725,44.725,0,0,1,2.261-7.136A55.464,55.464,0,0,1,13.7-87.058a35.715,35.715,0,0,1,4.133-5.794,21.031,21.031,0,0,1,4.628-3.992,9.079,9.079,0,0,1,4.8-1.484,4.191,4.191,0,0,1,1.731.283q.6.283,1.166.565a37.977,37.977,0,0,0-7.984,11.093,29.061,29.061,0,0,0-2.9,12.506,13.945,13.945,0,0,1,3.78,1.1,10.383,10.383,0,0,1,3.109,2.12,9.989,9.989,0,0,1,2.084,3.074A9.724,9.724,0,0,1,29.028-63.635Z\" transform=\"translate(-7.266 98.328)\" fill=\"#1e45ff\"><\/path><\/svg>            <\/div>\n        <\/div>\n        \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-7b2d185b elementor-widget elementor-widget-text-editor\" data-id=\"7b2d185b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>We have been working with Srushty since 2019. They brings a very good skill set &amp; capabilities for design, development and prototyping, which makes like working with an internal team<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t<\/div><\/div><\/section><!-- widget-container -->\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>3D Modeling &amp; Visualization 3D Virtual Models More Magical than Ever 3D Modeling, Rendering, Rigging, Animation, Photogrammetry &amp; more&#8230; Get Quote View in your space AR is not tracking! Our Services Furniture Create a hyper-realistic virtual experience for your furniture products, featuring a variety of textures such as wood, fabric, leather, metal, wicker, or glass. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":1314,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"templates\/page-builder-content.php","meta":{"footnotes":""},"class_list":["post-77","page","type-page","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Srushty 3D - Modeling &amp; Rendering Services<\/title>\n<meta name=\"description\" content=\"Enhance your user experience with our range of highly detail-oriented 3D modeling and rendering services specialized in Visualization, E-commerce, Scan Cleanup, Gaming, AR\/ VR.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/srushty.com\/3d-modeling-rendering\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Srushty 3D - Modeling &amp; Rendering Services\" \/>\n<meta property=\"og:description\" content=\"Enhance your user experience with our range of highly detail-oriented 3D modeling and rendering services specialized in Visualization, E-commerce, Scan Cleanup, Gaming, AR\/ VR.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/srushty.com\/3d-modeling-rendering\/\" \/>\n<meta property=\"og:site_name\" content=\"Srushty 3D\" \/>\n<meta property=\"article:modified_time\" content=\"2024-12-27T11:35:46+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/2024\/05\/srushty-3D-logo-icon.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"675\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"15 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/srushty.com\/3d-modeling-rendering\/\",\"url\":\"https:\/\/srushty.com\/3d-modeling-rendering\/\",\"name\":\"Srushty 3D - Modeling & Rendering Services\",\"isPartOf\":{\"@id\":\"https:\/\/srushty.com\/3d-modeling-rendering\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/srushty.com\/3d-modeling-rendering\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/srushty.com\/3d-modeling-rendering\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/2024\/05\/srushty-3D-logo-icon.png\",\"datePublished\":\"2020-04-21T10:18:10+00:00\",\"dateModified\":\"2024-12-27T11:35:46+00:00\",\"description\":\"Enhance your user experience with our range of highly detail-oriented 3D modeling and rendering services specialized in Visualization, E-commerce, Scan Cleanup, Gaming, AR\/ VR.\",\"breadcrumb\":{\"@id\":\"https:\/\/srushty.com\/3d-modeling-rendering\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/srushty.com\/3d-modeling-rendering\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/srushty.com\/3d-modeling-rendering\/#primaryimage\",\"url\":\"https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/2024\/05\/srushty-3D-logo-icon.png\",\"contentUrl\":\"https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/2024\/05\/srushty-3D-logo-icon.png\",\"width\":1200,\"height\":675},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/srushty.com\/3d-modeling-rendering\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/srushty.com\/3d-modeling-rendering\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Home\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/srushty.com\/3d-modeling-rendering\/#website\",\"url\":\"https:\/\/srushty.com\/3d-modeling-rendering\/\",\"name\":\"Srushty 3D\",\"description\":\"Modeling &amp; Visualization\",\"publisher\":{\"@id\":\"https:\/\/srushty.com\/3d-modeling-rendering\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/srushty.com\/3d-modeling-rendering\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/srushty.com\/3d-modeling-rendering\/#organization\",\"name\":\"Srushty 3D\",\"url\":\"https:\/\/srushty.com\/3d-modeling-rendering\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/srushty.com\/3d-modeling-rendering\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/2024\/02\/3D.svg\",\"contentUrl\":\"https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/2024\/02\/3D.svg\",\"caption\":\"Srushty 3D\"},\"image\":{\"@id\":\"https:\/\/srushty.com\/3d-modeling-rendering\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Srushty 3D - Modeling & Rendering Services","description":"Enhance your user experience with our range of highly detail-oriented 3D modeling and rendering services specialized in Visualization, E-commerce, Scan Cleanup, Gaming, AR\/ VR.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/srushty.com\/3d-modeling-rendering\/","og_locale":"en_US","og_type":"article","og_title":"Srushty 3D - Modeling & Rendering Services","og_description":"Enhance your user experience with our range of highly detail-oriented 3D modeling and rendering services specialized in Visualization, E-commerce, Scan Cleanup, Gaming, AR\/ VR.","og_url":"https:\/\/srushty.com\/3d-modeling-rendering\/","og_site_name":"Srushty 3D","article_modified_time":"2024-12-27T11:35:46+00:00","og_image":[{"width":1200,"height":675,"url":"https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/2024\/05\/srushty-3D-logo-icon.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"15 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/srushty.com\/3d-modeling-rendering\/","url":"https:\/\/srushty.com\/3d-modeling-rendering\/","name":"Srushty 3D - Modeling & Rendering Services","isPartOf":{"@id":"https:\/\/srushty.com\/3d-modeling-rendering\/#website"},"primaryImageOfPage":{"@id":"https:\/\/srushty.com\/3d-modeling-rendering\/#primaryimage"},"image":{"@id":"https:\/\/srushty.com\/3d-modeling-rendering\/#primaryimage"},"thumbnailUrl":"https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/2024\/05\/srushty-3D-logo-icon.png","datePublished":"2020-04-21T10:18:10+00:00","dateModified":"2024-12-27T11:35:46+00:00","description":"Enhance your user experience with our range of highly detail-oriented 3D modeling and rendering services specialized in Visualization, E-commerce, Scan Cleanup, Gaming, AR\/ VR.","breadcrumb":{"@id":"https:\/\/srushty.com\/3d-modeling-rendering\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/srushty.com\/3d-modeling-rendering\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/srushty.com\/3d-modeling-rendering\/#primaryimage","url":"https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/2024\/05\/srushty-3D-logo-icon.png","contentUrl":"https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/2024\/05\/srushty-3D-logo-icon.png","width":1200,"height":675},{"@type":"BreadcrumbList","@id":"https:\/\/srushty.com\/3d-modeling-rendering\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/srushty.com\/3d-modeling-rendering\/"},{"@type":"ListItem","position":2,"name":"Home"}]},{"@type":"WebSite","@id":"https:\/\/srushty.com\/3d-modeling-rendering\/#website","url":"https:\/\/srushty.com\/3d-modeling-rendering\/","name":"Srushty 3D","description":"Modeling &amp; Visualization","publisher":{"@id":"https:\/\/srushty.com\/3d-modeling-rendering\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/srushty.com\/3d-modeling-rendering\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/srushty.com\/3d-modeling-rendering\/#organization","name":"Srushty 3D","url":"https:\/\/srushty.com\/3d-modeling-rendering\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/srushty.com\/3d-modeling-rendering\/#\/schema\/logo\/image\/","url":"https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/2024\/02\/3D.svg","contentUrl":"https:\/\/srushty.com\/3d-modeling-rendering\/wp-content\/uploads\/sites\/7\/2024\/02\/3D.svg","caption":"Srushty 3D"},"image":{"@id":"https:\/\/srushty.com\/3d-modeling-rendering\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/srushty.com\/3d-modeling-rendering\/wp-json\/wp\/v2\/pages\/77","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/srushty.com\/3d-modeling-rendering\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/srushty.com\/3d-modeling-rendering\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/srushty.com\/3d-modeling-rendering\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/srushty.com\/3d-modeling-rendering\/wp-json\/wp\/v2\/comments?post=77"}],"version-history":[{"count":1456,"href":"https:\/\/srushty.com\/3d-modeling-rendering\/wp-json\/wp\/v2\/pages\/77\/revisions"}],"predecessor-version":[{"id":3440,"href":"https:\/\/srushty.com\/3d-modeling-rendering\/wp-json\/wp\/v2\/pages\/77\/revisions\/3440"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/srushty.com\/3d-modeling-rendering\/wp-json\/wp\/v2\/media\/1314"}],"wp:attachment":[{"href":"https:\/\/srushty.com\/3d-modeling-rendering\/wp-json\/wp\/v2\/media?parent=77"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}