/*! * Parsley.js * Version 2.3.5 - built Sun, Feb 28th 2016, 6:25 am * http://parsleyjs.org * Guillaume Potier - * Marc-Andre Lafortune - * MIT Licensed */ function _toConsumableArray(e){if(Array.isArray(e)){for(var t=0,i=Array(e.length);t1)throw Error("Second argument not supported");if("object"!=typeof t)throw TypeError("Argument must be an object");e.prototype=t;var i=new e;return e.prototype=null,i}}()},a=s,o={namespace:"data-parsley-",inputs:"input, textarea, select",excluded:"input[type=button], input[type=submit], input[type=reset], input[type=hidden]",priorityEnabled:!0,multiple:null,group:null,uiEnabled:!0,validationThreshold:3,focus:"first",trigger:!1,triggerAfterFailure:"input",errorClass:"parsley-error",successClass:"parsley-success",classHandler:function(e){},errorsContainer:function(e){},errorsWrapper:'
    ',errorTemplate:"
  • "},l=function(){};l.prototype={asyncSupport:!0,actualizeOptions:function(){return a.attr(this.$element,this.options.namespace,this.domOptions),this.parent&&this.parent.actualizeOptions&&this.parent.actualizeOptions(),this},_resetOptions:function(e){this.domOptions=a.objectCreate(this.parent.options),this.options=a.objectCreate(this.domOptions);for(var t in e)e.hasOwnProperty(t)&&(this.options[t]=e[t]);this.actualizeOptions()},_listeners:null,on:function(e,t){this._listeners=this._listeners||{};var i=this._listeners[e]=this._listeners[e]||[];return i.push(t),this},subscribe:function(t,i){e.listenTo(this,t.toLowerCase(),i)},off:function(e,t){var i=this._listeners&&this._listeners[e];if(i)if(t)for(var n=i.length;n--;)i[n]===t&&i.splice(n,1);else delete this._listeners[e];return this},unsubscribe:function(t,i){e.unsubscribeTo(this,t.toLowerCase())},trigger:function(e,t,i){t=t||this;var n,r=this._listeners&&this._listeners[e];if(r)for(var s=r.length;s--;)if(n=r[s].call(t,t,i),n===!1)return n;return this.parent?this.parent.trigger(e,t,i):!0},reset:function(){if("ParsleyForm"!==this.__class__)return this._resetUI(),this._trigger("reset");for(var e=0;e3&&(i=[].slice.call(arguments,1,-1)),this.fn.call(this,t,i);if(e.isArray(t)){if(!this.validateMultiple)throw"Validator `"+this.name+"` does not handle multiple values";return this.validateMultiple.apply(this,arguments)}if(this.validateNumber)return isNaN(t)?!1:(arguments[0]=parseFloat(arguments[0]),this.validateNumber.apply(this,arguments));if(this.validateString)return this.validateString.apply(this,arguments);throw"Validator `"+this.name+"` only handles multiple values"},parseRequirements:function(t,i){if("string"!=typeof t)return e.isArray(t)?t:[t];var n=this.requirementType;if(e.isArray(n)){for(var r=d(t,n.length),s=0;s0},validateString:function(e){return/\S/.test(e)},priority:512},type:{validateString:function(e,t){var i=arguments.length<=2||void 0===arguments[2]?{}:arguments[2],n=i.step,r=void 0===n?"1":n,s=i.base,a=void 0===s?0:s,o=m[t];if(!o)throw new Error("validator type `"+t+"` is not supported");if(!o.test(e))return!1;if("number"===t&&!/^any$/i.test(r||"")){var l=Number(e),u=Math.max(g(r),g(a));if(g(l)>u)return!1;var d=function(e){return Math.round(e*Math.pow(10,u))};if((d(l)-d(a))%d(r)!=0)return!1}return!0},requirementType:{"":"string",step:"string",base:"number"},priority:256},pattern:{validateString:function(e,t){return t.test(e)},requirementType:"regexp",priority:64},minlength:{validateString:function(e,t){return e.length>=t},requirementType:"integer",priority:30},maxlength:{validateString:function(e,t){return e.length<=t},requirementType:"integer",priority:30},length:{validateString:function(e,t,i){return e.length>=t&&e.length<=i},requirementType:["integer","integer"],priority:30},mincheck:{validateMultiple:function(e,t){return e.length>=t},requirementType:"integer",priority:30},maxcheck:{validateMultiple:function(e,t){return e.length<=t},requirementType:"integer",priority:30},check:{validateMultiple:function(e,t,i){return e.length>=t&&e.length<=i},requirementType:["integer","integer"],priority:30},min:{validateNumber:function(e,t){return e>=t},requirementType:"number",priority:30},max:{validateNumber:function(e,t){return t>=e},requirementType:"number",priority:30},range:{validateNumber:function(e,t,i){return e>=t&&i>=e},requirementType:["number","number"],priority:30},equalto:{validateString:function(t,i){var n=e(i);return n.length?t===n.val():t===i},priority:256}}};var y={},v=function T(e,t,i){for(var n=[],r=[],s=0;s0&&"undefined"==typeof t.options.noFocus&&(this._focusedField=t.$element,"first"===this.options.focus))break}return null===this._focusedField?null:this._focusedField.focus()},_destroyUI:function(){this.$element.off(".Parsley")}},y.Field={_reflowUI:function(){if(this._buildUI(),this._ui){var e=v(this.validationResult,this._ui.lastValidationResult);this._ui.lastValidationResult=this.validationResult,this._manageStatusClass(),this._manageErrorsMessages(e),this._actualizeTriggers(),!e.kept.length&&!e.added.length||this._failedOnce||(this._failedOnce=!0,this._actualizeTriggers())}},getErrorsMessages:function(){if(!0===this.validationResult)return[];for(var e=[],t=0;t0?this._errorClass():this._resetClass()},_manageErrorsMessages:function(t){if("undefined"==typeof this.options.errorsMessagesDisabled){if("undefined"!=typeof this.options.errorMessage)return t.added.length||t.kept.length?(this._insertErrorWrapper(),0===this._ui.$errorsWrapper.find(".parsley-custom-error-message").length&&this._ui.$errorsWrapper.append(e(this.options.errorTemplate).addClass("parsley-custom-error-message")),this._ui.$errorsWrapper.addClass("filled").find(".parsley-custom-error-message").html(this.options.errorMessage)):this._ui.$errorsWrapper.removeClass("filled").find(".parsley-custom-error-message").remove();for(var i=0;i').appendTo(this.$element)),i.attr({name:t.attr("name"),value:t.attr("value")})}this.$element.trigger(e.extend(e.Event("submit"),{parsley:!0}))}},validate:function(t){if(arguments.length>=1&&!e.isPlainObject(t)){a.warnOnce("Calling validate on a parsley form without passing arguments as an object is deprecated.");var i=_slice.call(arguments),n=i[0],r=i[1],s=i[2];t={group:n,force:r,event:s}}return w[this.whenValidate(t).state()]},whenValidate:function(){var t=this,i=arguments.length<=0||void 0===arguments[0]?{}:arguments[0],n=i.group,r=i.force,s=i.event;this.submitEvent=s,s&&(this.submitEvent=e.extend({},s,{preventDefault:function(){a.warnOnce("Using `this.submitEvent.preventDefault()` is deprecated; instead, call `this.validationResult = false`"),t.validationResult=!1}})),this.validationResult=!0,this._trigger("validate"),this._refreshFields();var o=this._withoutReactualizingFormOptions(function(){return e.map(t.fields,function(e){return e.whenValidate({force:r,group:n})})}),l=function(){var i=e.Deferred();return!1===t.validationResult&&i.reject(),i.resolve().promise()};return e.when.apply(e,_toConsumableArray(o)).done(function(){t._trigger("success")}).fail(function(){t.validationResult=!1,t.focus(),t._trigger("error")}).always(function(){t._trigger("validated")}).pipe(l,l)},isValid:function(t){if(arguments.length>=1&&!e.isPlainObject(t)){a.warnOnce("Calling isValid on a parsley form without passing arguments as an object is deprecated.");var i=_slice.call(arguments),n=i[0],r=i[1];t={group:n,force:r}}return w[this.whenValid(t).state()]},whenValid:function(){var t=this,i=arguments.length<=0||void 0===arguments[0]?{}:arguments[0],n=i.group,r=i.force;this._refreshFields();var s=this._withoutReactualizingFormOptions(function(){return e.map(t.fields,function(e){return e.whenValid({group:n,force:r})})});return e.when.apply(e,_toConsumableArray(s))},_refreshFields:function(){return this.actualizeOptions()._bindFields()},_bindFields:function(){var t=this,i=this.fields;return this.fields=[],this.fieldsMappedById={},this._withoutReactualizingFormOptions(function(){t.$element.find(t.options.inputs).not(t.options.excluded).each(function(e,i){var n=new window.Parsley.Factory(i,{},t);"ParsleyField"!==n.__class__&&"ParsleyFieldMultiple"!==n.__class__||!0===n.options.excluded||"undefined"==typeof t.fieldsMappedById[n.__class__+"-"+n.__id__]&&(t.fieldsMappedById[n.__class__+"-"+n.__id__]=n,t.fields.push(n))}),e(i).not(t.fields).each(function(e,t){t._trigger("reset")})}),this},_withoutReactualizingFormOptions:function(e){var t=this.actualizeOptions;this.actualizeOptions=function(){return this};var i=e();return this.actualizeOptions=t,i},_trigger:function(e){return this.trigger("form:"+e)}};var b=function(t,i,n,r,s){if(!/ParsleyField/.test(t.__class__))throw new Error("ParsleyField or ParsleyFieldMultiple instance expected");var a=window.Parsley._validatorRegistry.validators[i],o=new f(a);e.extend(this,{validator:o,name:i,requirements:n,priority:r||t.options[i+"Priority"]||o.priority,isDomConstraint:!0===s}),this._parseRequirements(t.options)},F=function(e){var t=e[0].toUpperCase();return t+e.slice(1)};b.prototype={validate:function(e,t){var i=this.requirementList.slice(0);return i.unshift(e),i.push(t),this.validator.validate.apply(this.validator,i)},_parseRequirements:function(e){var t=this;this.requirementList=this.validator.parseRequirements(this.requirements,function(i){return e[t.name+F(i)]})}};var C=function(t,i,n,r){this.__class__="ParsleyField",this.__id__=a.generateID(),this.$element=e(t),"undefined"!=typeof r&&(this.parent=r),this.options=n,this.domOptions=i,this.constraints=[],this.constraintsByName={},this.validationResult=[],this._bindConstraints()},$={pending:null,resolved:!0,rejected:!1};C.prototype={validate:function(t){arguments.length>=1&&!e.isPlainObject(t)&&(a.warnOnce("Calling validate on a parsley field without passing arguments as an object is deprecated."),t={options:t});var i=this.whenValidate(t);if(!i)return!0;switch(i.state()){case"pending":return null;case"resolved":return!0;case"rejected":return this.validationResult}},whenValidate:function(){var e=this,t=arguments.length<=0||void 0===arguments[0]?{}:arguments[0],i=t.force,n=t.group;return this.refreshConstraints(),!n||this._isInGroup(n)?(this.value=this.getValue(),this._trigger("validate"),this.whenValid({force:i,value:this.value,_refreshed:!0}).always(function(){e._reflowUI()}).done(function(){e._trigger("success")}).fail(function(){e._trigger("error")}).always(function(){e._trigger("validated")})):void 0},hasConstraints:function(){return 0!==this.constraints.length},needsValidation:function(e){return"undefined"==typeof e&&(e=this.getValue()),e.length||this._isRequired()||"undefined"!=typeof this.options.validateIfEmpty?!0:!1},_isInGroup:function(t){return e.isArray(this.options.group)?-1!==e.inArray(t,this.options.group):this.options.group===t},isValid:function(t){if(arguments.length>=1&&!e.isPlainObject(t)){a.warnOnce("Calling isValid on a parsley field without passing arguments as an object is deprecated.");var i=_slice.call(arguments),n=i[0],r=i[1];t={force:n,value:r}}var s=this.whenValid(t);return s?$[s.state()]:!0},whenValid:function(){var t=this,i=arguments.length<=0||void 0===arguments[0]?{}:arguments[0],n=i.force,r=void 0===n?!1:n,s=i.value,a=i.group,o=i._refreshed;if(o||this.refreshConstraints(),!a||this._isInGroup(a)){if(this.validationResult=!0,!this.hasConstraints())return e.when();if(("undefined"==typeof s||null===s)&&(s=this.getValue()),!this.needsValidation(s)&&!0!==r)return e.when();var l=this._getGroupedConstraints(),u=[];return e.each(l,function(i,n){var r=e.when.apply(e,_toConsumableArray(e.map(n,function(e){return t._validateConstraint(s,e)})));return u.push(r),"rejected"===r.state()?!1:void 0}),e.when.apply(e,u)}},_validateConstraint:function(t,i){var n=this,r=i.validate(t,this);return!1===r&&(r=e.Deferred().reject()),e.when(r).fail(function(e){!0===n.validationResult&&(n.validationResult=[]),n.validationResult.push({assert:i,errorMessage:"string"==typeof e&&e})})},getValue:function(){var e;return e="function"==typeof this.options.value?this.options.value(this):"undefined"!=typeof this.options.value?this.options.value:this.$element.val(),"undefined"==typeof e||null===e?"":this._handleWhitespace(e)},refreshConstraints:function(){return this.actualizeOptions()._bindConstraints()},addConstraint:function(e,t,i,n){if(window.Parsley._validatorRegistry.validators[e]){var r=new b(this,e,t,i,n);"undefined"!==this.constraintsByName[r.name]&&this.removeConstraint(r.name),this.constraints.push(r),this.constraintsByName[r.name]=r}return this},removeConstraint:function(e){for(var t=0;t1){var i=[];return this.each(function(){i.push(e(this).parsley(t))}),i}return e(this).length?new E(this,t):void a.warn("You must bind Parsley on an existing element.")},"undefined"==typeof window.ParsleyExtend&&(window.ParsleyExtend={}),M.options=e.extend(a.objectCreate(o),window.ParsleyConfig),window.ParsleyConfig=M.options,window.Parsley=window.psly=M,window.ParsleyUtils=a;var O=window.Parsley._validatorRegistry=new c(window.ParsleyConfig.validators,window.ParsleyConfig.i18n);window.ParsleyValidator={},e.each("setLocale addCatalog addMessage addMessages getErrorMessage formatMessage addValidator updateValidator removeValidator".split(" "),function(t,i){window.Parsley[i]=e.proxy(O,i),window.ParsleyValidator[i]=function(){var e;return a.warnOnce("Accessing the method '"+i+"' through ParsleyValidator is deprecated. Simply call 'window.Parsley."+i+"(...)'"),(e=window.Parsley)[i].apply(e,arguments)}}),window.Parsley.UI=y,window.ParsleyUI={removeError:function(e,t,i){var n=!0!==i;return a.warnOnce("Accessing ParsleyUI is deprecated. Call 'removeError' on the instance directly. Please comment in issue 1073 as to your need to call this method."),e.removeError(t,{updateClass:n})},getErrorsMessages:function(e){return a.warnOnce("Accessing ParsleyUI is deprecated. Call 'getErrorsMessages' on the instance directly."),e.getErrorsMessages()}},e.each("addError updateError".split(" "),function(e,t){window.ParsleyUI[t]=function(e,i,n,r,s){var o=!0!==s;return a.warnOnce("Accessing ParsleyUI is deprecated. Call '"+t+"' on the instance directly. Please comment in issue 1073 as to your need to call this method."),e[t](i,{message:n,assert:r,updateClass:o})}}),/firefox/i.test(navigator.userAgent)&&e(document).on("change","select",function(t){e(t.target).trigger("input")}),!1!==window.ParsleyConfig.autoBind&&e(function(){e("[data-parsley-validate]").length&&e("[data-parsley-validate]").parsley()});var A=e({}),R=function(){a.warnOnce("Parsley's pubsub module is deprecated; use the 'on' and 'off' methods on parsley instances or window.Parsley")},D="parsley:";e.listen=function(e,n){var r;if(R(),"object"==typeof arguments[1]&&"function"==typeof arguments[2]&&(r=arguments[1],n=arguments[2]),"function"!=typeof n)throw new Error("Wrong parameters");window.Parsley.on(i(e),t(n,r))},e.listenTo=function(e,n,r){if(R(),!(e instanceof x||e instanceof _))throw new Error("Must give Parsley instance");if("string"!=typeof n||"function"!=typeof r)throw new Error("Wrong parameters");e.on(i(n),t(r))},e.unsubscribe=function(e,t){if(R(),"string"!=typeof e||"function"!=typeof t)throw new Error("Wrong arguments");window.Parsley.off(i(e),t.parsleyAdaptedCallback)},e.unsubscribeTo=function(e,t){if(R(),!(e instanceof x||e instanceof _))throw new Error("Must give Parsley instance");e.off(i(t))},e.unsubscribeAll=function(t){R(),window.Parsley.off(i(t)),e("form,input,textarea,select").each(function(){var n=e(this).data("Parsley");n&&n.off(i(t))})},e.emit=function(e,t){var n;R();var r=t instanceof x||t instanceof _,s=Array.prototype.slice.call(arguments,r?2:1);s.unshift(i(e)),r||(t=window.Parsley),(n=t).trigger.apply(n,_toConsumableArray(s))};e.extend(!0,M,{asyncValidators:{"default":{fn:function(e){return e.status>=200&&e.status<300},url:!1},reverse:{fn:function(e){return e.status<200||e.status>=300},url:!1}},addAsyncValidator:function(e,t,i,n){return M.asyncValidators[e]={fn:t,url:i||!1,options:n||{}},this}}),M.addValidator("remote",{requirementType:{"":"string",validator:"string",reverse:"boolean",options:"object"},validateString:function(t,i,n,r){var s,a,o={},l=n.validator||(!0===n.reverse?"reverse":"default");if("undefined"==typeof M.asyncValidators[l])throw new Error("Calling an undefined async validator: `"+l+"`");i=M.asyncValidators[l].url||i,i.indexOf("{value}")>-1?i=i.replace("{value}",encodeURIComponent(t)):o[r.$element.attr("name")||r.$element.attr("id")]=t;var u=e.extend(!0,n.options||{},M.asyncValidators[l].options);s=e.extend(!0,{},{url:i,data:o,type:"GET"},u),r.trigger("field:ajaxoptions",r,s),a=e.param(s),"undefined"==typeof M._remoteCache&&(M._remoteCache={});var d=M._remoteCache[a]=M._remoteCache[a]||e.ajax(s),h=function(){var t=M.asyncValidators[l].fn.call(r,d,i,n);return t||(t=e.Deferred().reject()),e.when(t)};return d.then(h,h)},priority:-1}),M.on("form:submit",function(){M._remoteCache={}}),window.ParsleyExtend.addAsyncValidator=function(){return ParsleyUtils.warnOnce("Accessing the method `addAsyncValidator` through an instance is deprecated. Simply call `Parsley.addAsyncValidator(...)`"),M.addAsyncValidator.apply(M,arguments)},M.addMessages("en",{defaultMessage:"This value seems to be invalid.",type:{email:"This value should be a valid email.",url:"This value should be a valid url.",number:"This value should be a valid number.",integer:"This value should be a valid integer.",digits:"This value should be digits.",alphanum:"This value should be alphanumeric."},notblank:"This value should not be blank.",required:"This value is required.",pattern:"This value seems to be invalid.",min:"This value should be greater than or equal to %s.",max:"This value should be lower than or equal to %s.",range:"This value should be between %s and %s.",minlength:"This value is too short. It should have %s characters or more.",maxlength:"This value is too long. It should have %s characters or fewer.",length:"This value length is invalid. It should be between %s and %s characters long.",mincheck:"You must select at least %s choices.",maxcheck:"You must select %s choices or fewer.",check:"You must select between %s and %s choices.",equalto:"This value should be the same."}),M.setLocale("en");var q=M;return q}); //# sourceMappingURL=parsley.min.js.map Mv Trans India Pvt. Ltd – Your Trusted Partner in Cargo and Logistics Solutions

    Mv Trans India Pvt. Ltd

    Your Trusted Partner in Cargo Solutions.

    MV Trans India Private Limited has been one of the leading Logistics company. We would like to introduce ourselves as Total Logistics Service Providers currently offering services to large Indian and multinational companies in the areas of Warehousing, C&F, primary and secondary transportation having our own fleet of vehicles.

    Supply Chain Solutions

    At MV Trans India Private Limited, we understand that an efficient supply chain is the backbone of any successful business. Our Supply Chain Solutions are designed to streamline the flow of goods, reduce operational costs, and ensure timely delivery, giving you a competitive edge in the market. We offer a comprehensive suite of services that cover every aspect of the supply chain, from procurement to final delivery, with the goal of maximizing efficiency and minimizing delays.

    End-to-End Transportation

    At MV Trans India Private Limited, we provide comprehensive End-to-End Transportation Solutions that cater to the unique needs of businesses across India. From managing complex supply chains to ensuring timely delivery of goods, we offer a seamless transportation experience, enabling you to focus on your core operations without any logistical worries. Our services are supported by a vast fleet of vehicles and a nationwide network of offices.

    Contract Logistics Services

    MV Trans India Private Limited is your trusted partner for Contract Logistics, offering tailored solutions that seamlessly integrate into your supply chain. We provide comprehensive logistics management for businesses looking to outsource their warehousing, transportation, and distribution needs, ensuring a smooth and efficient flow of goods from origin to destination.

    Fast Delivery

    On-time, every time—thus, a reliable courier service you can trust.

    Real-Time Tracking

    Monitor your package’s journey with our live tracking system, so you stay informed.

    Affordable Rates

    Quality delivery services at competitive, and thus transparent prices.

    Secure Handling

    Your packages are safe with our top-tier security protocols, ensuring peace of mind.

    Τα Κορυφαία Μπόνους του Novibet για Παίκτες στην Ελλάδα

    Η πλατφόρμα Novibet έχει καθιερωθεί στην ελληνική αγορά ως ένας από τους κορυφαίους παρόχους online καζίνο και στοιχήματος. Ένας από τους λόγους που ξεχωρίζει είναι η λίστα επαληθευμένων μπόνους στο Novibet Greece, η οποία προσφέρει στους παίκτες ασφαλείς και συμφέρουσες προσφορές. Κάθε μπόνους έχει ελεγχθεί για τη νομιμότητα και την αξιοπιστία του, εξασφαλίζοντας ότι οι χρήστες απολαμβάνουν δίκαιους όρους συμμετοχής.

    Η Novibet διαθέτει μεγάλη ποικιλία από προσφορές για νέους και υφιστάμενους παίκτες. Αυτές περιλαμβάνουν μπόνους εγγραφής, επιστροφές χρημάτων, προσφορές επανακατάθεσης και καθημερινές εκπλήξεις. Χάρη στον διαρκή έλεγχο και την επιβεβαίωση των όρων, οι παίκτες μπορούν να επιλέξουν το κατάλληλο μπόνους χωρίς φόβο παραπλάνησης ή κρυφών χρεώσεων.

    Τα καλύτερα μπόνους της Novibet

    Αξίζει να σημειωθεί ότι τα μπόνους της Novibet προσαρμόζονται συχνά στις ανάγκες των παικτών, προσφέροντας προσωποποιημένες προτάσεις. Η λίστα ανανεώνεται τακτικά, έτσι ώστε να αντανακλά τις πιο πρόσφατες ευκαιρίες. Η διαφάνεια, η ασφάλεια και η ευκολία πλοήγησης καθιστούν τη Novibet ιδανική επιλογή για όποιον αναζητά αξιόπιστα μπόνους στην Ελλάδα.

    Years of Experience
    0 +

    MV Trans India Pvt. Ltd

    Logistics that is dedicated to your company

    MV Trans India Private Limited has been growing over the past many years showing its competency and professional nature of working. We are backed by a dedicated team of customer oriented office staff, trained & experienced moving team, offices across the country, self-owned warehouses and fleet of vehicles. The operation has been built around understanding the client’s requirements and offering a full logistics package delivered by knowledgeable staff. We offer great quality services at competitive prices. All managed by experienced location logistics personnel. Choose us and you can be assured of the very best quality of services.

    When it comes to our customers, carriers, and business partners, MV Trans India Private Limited believes in setting proper expectations of what we provide. We communicate openly to troubleshoot issues, allowing for the creation of sustainable solutions.

    MV Trans India Private Limited doesn’t believe in making changes if it’s not a long-term solution. The worst thing for us to hear is, “Why did you make this change? It was already working so well!” Don’t fix what isn’t broken, unless it provides a road map to increased productivity and bottom-line savings.

    Company at Glance - Shaping Futures with Streamlined Logistics.

    Fleets
    0 +
    Branches
    0 +
    Years of Experience
    0 +

    What We Offer

    OUR SERVICES

    At MV Trans India Pvt. Ltd., we offer a full spectrum of logistics and transportation services designed to meet the diverse needs of our clients. From small shipments to large-scale industrial projects, we provide solutions that ensure safe, efficient, and timely deliveries.

    International Air Freight

    Our Air Freight Services are carefully crafted to cater to all your air transportation needs, our range of highly flexible and customizable products allows you to create unlimited possibilities to expand your supply chain.

    Global Air Charter Operations

    We, at Mv Trans India Pvt. Ltd have always upheld our tradition of understanding and prioritizing our customer’s needs and with our strong global presence and Airline partnerships.

    International Ocean Freight

    Working in tandem with some of the world’s leading shipping lines, Our Ocean freight services cover all major global markets, with an emphasis on developing new trade lanes.

    Rail Freight

    At MV Trans India Pvt. Ltd., We offer comprehensive rail freight solutions that provide a cost-effective and reliable solutions. Our team of experts ensures that your cargo reaches its destination safely, securely, and on time.

    Warehousing and Distribution

    At MV Trans India Pvt. Ltd., we provide end-to-end warehousing and distribution solutions designed to optimize your supply chain, reduce costs, and ensure timely deliveries.

    Dangerous Goods Handling

    We specialize in the safe and compliant handling of dangerous goods across various sectors. We ensures the safe, compliant, and timely delivery of your hazardous materials.

    Customs Clearance

    To support our customers, our network of global customs experts, with local expertise of their respective countries play a crucial part in the seamless processes of our customers supply chains world-wide.

    Project and Heavy Cargo

    We ensure the safe and efficient movement of oversized, heavy cargo across long distances, whether domestically or internationally for project cargo and heavy cargo transportation.

    Trusted By ThousandsOf Happy Customers

    At MV Trans India Pvt. Ltd., our core values guide everything we do and define our commitment to excellence in logistics and transportation. We believe that these principles are essential for building lasting relationships with our clients, employees, and partners.

    Real Time Tracking

    If you have questions about your shipment status, our team can guide you through our real-time tracking system, helping you access important information and updates regarding your cargo’s journey.

    24/7 Online Support

    Logistics doesn’t stop at 5 PM, and neither do we. Our support team is available around the clock to ensure that you have access to assistance whenever you need it, no matter where you are in the world.

    Multi Warehouse

    Our multi-warehouse system allows for better inventory control and visibility. You can maintain optimal stock levels at different locations, minimizing the risk of stockouts or overstock situations.

    Cross - Docking

    As your logistics partner, our cross docking solutions can transform your supply chain, driving efficiency, reducing costs, and ensuring timely delivery of your products. Let us help you optimize your logistics operations today!

    Proud to Deliver Excellence

    At MV Trans India Pvt. Ltd., we are committed to providing flexible, reliable, and cost-effective logistics services to meet your business needs. Whatever your logistics challenges, our team of experts is here to deliver solutions that ensure smooth and successful operations.

    Image hover effect image

    AIR FREIGHT

    Image hover effect image

    IMPORT & EXPORT

    Image hover effect image

    Road Freight

    Image hover effect image

    Ship Freight

    Image hover effect image

    Train Freight

    Why Choose Us

    Experience the benefits of smooth moving

    At MV Trans India Pvt. Ltd., we are committed to providing top-tier logistics and transportation solutions that cater to a variety of industries. With a focus on excellence, reliability, and customer satisfaction, we stand out as your trusted logistics partner.

    Expertise Across Industries

    With extensive experience in handling logistics for diverse sectors like manufacturing, retail, pharmaceuticals, construction, and energy, we understand the unique needs of each industry and offer tailored solutions.

    Specialized Handling

    Whether you need to transport heavy cargo, dangerous goods, or time-sensitive shipments, our expert team and specialized equipment ensure safe and compliant handling of all types of cargo.

    Global Reach with Local Expertise

    Our extensive network of global partners allows us to provide seamless international logistics services, while our deep understanding of local markets ensures compliance with regional regulations and smooth operations.

    Exceptional Customer Service

    At MV Trans India Pvt. Ltd., customer satisfaction is our top priority. Our dedicated support team is available to provide real-time assistance, keep you updated on your shipment status, and resolve any concerns quickly and efficiently.

    End-to-End Solutions

    From freight forwarding to customs clearance, warehousing, and distribution, we provide comprehensive services that cover every step of the logistics process. Our seamless integration of services ensures efficient and hassle-free operations.

    Advanced Technology

    We leverage cutting-edge technology for real-time tracking, inventory management, and supply chain optimization, allowing you full visibility and control over your shipments at all times.

    Commitment to Safety and Compliance

    We follow stringent safety protocols and adhere to all regulatory requirements, ensuring that your goods are transported and handled in full compliance with industry standards.

    Cost-Effective Solutions

    We offer competitive pricing without compromising on the quality of service. Our efficient logistics processes and innovative solutions help reduce costs and improve your bottom line.

    Talk to us about your service requirements today.