{"id":731,"date":"2025-08-01T13:23:57","date_gmt":"2025-08-01T13:23:57","guid":{"rendered":"https:\/\/afttransport.com\/?page_id=731"},"modified":"2025-10-17T07:23:36","modified_gmt":"2025-10-17T07:23:36","slug":"contact","status":"publish","type":"page","link":"https:\/\/afttransport.com\/index.php\/contact\/","title":{"rendered":"Contact"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"731\" class=\"elementor elementor-731\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0fd3200 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-equal-height-no e-con e-parent\" data-id=\"0fd3200\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e6420bc elementor-widget elementor-widget-html\" data-id=\"e6420bc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n  <meta charset=\"UTF-8\" \/>\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\r\n  <title>Prime Logistic Header<\/title>\r\n  <style>\r\n    * {\r\n      box-sizing: border-box;\r\n      margin: 0;\r\n      padding: 0;\r\n    }\r\n\r\n    body {\r\n      font-family: Arial, sans-serif;\r\n    }\r\n\r\n    header {\r\n      display: flex;\r\n      justify-content: space-between;\r\n      align-items: center;\r\n      padding: 15px 30px;\r\n      background-color: white;\r\n      flex-wrap: wrap;\r\n      position: relative;\r\n    }\r\n\r\n    .logo {\r\n      margin-right: 40px; \/* Space between logo and nav *\/\r\n    }\r\n\r\n    .logo img {\r\n      height: 50px;\r\n    }\r\n\r\n    .menu-toggle {\r\n      display: none;\r\n      flex-direction: column;\r\n      cursor: pointer;\r\n    }\r\n\r\n    .menu-toggle span {\r\n      height: 3px;\r\n      width: 25px;\r\n      background: #333;\r\n      margin: 4px 0;\r\n      border-radius: 2px;\r\n    }\r\n\r\n    .nav-container {\r\n      display: flex;\r\n      justify-content: space-between;\r\n      align-items: center;\r\n      flex: 1;\r\n    }\r\n\r\n    nav {\r\n      display: flex;\r\n      align-items: center;\r\n      gap: 15px;\r\n      flex-wrap: wrap;\r\n      justify-content: flex-start;\r\n    }\r\n\r\n    nav a {\r\n      text-decoration: none;\r\n      color: green;\r\n      font-size: 16px;\r\n    }\r\n\r\n    nav a:hover {\r\n      color: #333;\r\n    }\r\n\r\n    .tracking-button {\r\n      background-color: #0066ff;\r\n      color: black;\r\n      padding: 10px 20px;\r\n      font-weight: bold;\r\n      border: none;\r\n      border-radius: 5px;\r\n      cursor: pointer;\r\n      transition: all 0.3s ease;\r\n      text-decoration: none;\r\n      margin-left: auto;\r\n      margin-right: 40px; \/* Spacing from right edge *\/\r\n    }\r\n\r\n    .tracking-button:hover {\r\n      background-color: black;\r\n      color: white;\r\n    }\r\n\r\n    \/* Responsive Design *\/\r\n    @media (max-width: 768px) {\r\n      header {\r\n        flex-direction: column;\r\n        align-items: flex-start;\r\n      }\r\n\r\n      .menu-toggle {\r\n        display: flex;\r\n      }\r\n\r\n      .nav-container {\r\n        flex-direction: column;\r\n        align-items: flex-start;\r\n        width: 100%;\r\n      }\r\n\r\n      nav {\r\n        display: none;\r\n        flex-direction: column;\r\n        width: 100%;\r\n        margin-top: 10px;\r\n      }\r\n\r\n      nav.active {\r\n        display: flex;\r\n      }\r\n\r\n      nav a {\r\n        margin: 8px 0;\r\n      }\r\n\r\n      .tracking-button {\r\n        margin: 10px 0 0 0;\r\n        margin-right: 0;\r\n      }\r\n    }\r\n  <\/style>\r\n<\/head>\r\n<body>\r\n\r\n  <header>\r\n    <a href=\"https:\/\/afttransport.com\" class=\"logo\">\r\n      <img decoding=\"async\" src=\"https:\/\/afttransport.com\/wp-content\/uploads\/2025\/07\/Aft-transport-logo-d.png\" alt=\"Prime Logistic Logo\" \/>\r\n    <\/a>\r\n\r\n    <div class=\"menu-toggle\" onclick=\"toggleMenu()\">\r\n      <span><\/span>\r\n      <span><\/span>\r\n      <span><\/span>\r\n    <\/div>\r\n\r\n    <div class=\"nav-container\">\r\n      <nav id=\"main-nav\">\r\n        <a href=\"https:\/\/afttransport.com\/index.php\/home\/\">Home<\/a>\r\n        <a href=\"https:\/\/afttransport.com\/index.php\/about\/\">About<\/a>\r\n        <a href=\"https:\/\/afttransport.com\/index.php\/services\/\">Services<\/a>\r\n        <a href=\"https:\/\/afttransport.com\/index.php\/my-account\/\">Login<\/a>\r\n        <a href=\"https:\/\/afttransport.com\/index.php\/contact\/\">Contact<\/a>\r\n      <\/nav>\r\n      <a class=\"tracking-button\" href=\"https:\/\/afttransport.com\/index.php\/track-form\/\">TRACKING<\/a>\r\n    <\/div>\r\n  <\/header>\r\n\r\n  <script>\r\n    function toggleMenu() {\r\n      const nav = document.getElementById('main-nav');\r\n      nav.classList.toggle('active');\r\n    }\r\n  <\/script>\r\n\r\n<\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4111e67 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-equal-height-no e-con e-parent\" data-id=\"4111e67\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7a9cd7c90 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-equal-height-no\" data-id=\"7a9cd7c90\" data-element_type=\"section\" data-e-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=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1f952e76\" data-id=\"1f952e76\" data-element_type=\"column\" data-e-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-5202b588 elementor-widget elementor-widget-heading\" data-id=\"5202b588\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Our Location &amp; Contact<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-41e370d5 elementor-widget elementor-widget-text-editor\" data-id=\"41e370d5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><strong>Address:<\/strong> ZELAZNA 59A 00-848 WARSZAWA POLSKA<\/p><p><strong>Phone:<\/strong> +48 732 121 334<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5c0f9664 wpr-tooltip-effect-scale wpr-hotspot-trigger-none wpr-hotspot-tooltip-position-top wpr-hotspot-icon-position-right elementor-widget elementor-widget-wpr-image-hotspots\" data-id=\"5c0f9664\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"wpr-image-hotspots.default\">\n\t\t\t\t\t\n\t\t<div class=\"wpr-image-hotspots\" data-options=\"{&quot;tooltipTrigger&quot;:&quot;none&quot;}\">\n\t\t\t\n\t\t\t\t\t\t\t<div class=\"wpr-hotspot-image\">\n\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/afttransport.com\/wp-content\/uploads\/2025\/08\/900-scaled-1.jpg\" >\n\t\t\t\t<\/div>\n\t\t\t\n\t\t\t<div class=\"wpr-hotspot-item-container\">\n\t\t\t\t\n\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t<div class=\"wpr-hotspot-item elementor-repeater-item-c586061 wpr-hotspot-anim-tada\">\n\n\t\t\t\t\t\t<div class=\"wpr-hotspot-content\">\n\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\t\t\t<i class=\"far fa-dot-circle\"><\/i>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"wpr-hotspot-tooltip\"><p>ZELAZNA 59A 00-848 WARSZAWA POLSKA<\/p><\/div>\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\n\t\t\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<div class=\"elementor-element elementor-element-43da886 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-equal-height-no e-con e-parent\" data-id=\"43da886\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3626100 elementor-widget elementor-widget-spacer\" data-id=\"3626100\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b205754 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-equal-height-no e-con e-parent\" data-id=\"b205754\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-3bf10fbe0 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-equal-height-no\" data-id=\"3bf10fbe0\" data-element_type=\"section\" data-e-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=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-51f0158d\" data-id=\"51f0158d\" data-element_type=\"column\" data-e-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-78a512f3 elementor-widget elementor-widget-heading\" data-id=\"78a512f3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Send Us a Message<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-feb4ce3 wpr-step-type-number_text wpr-step-content-layout-vertical wpr-custom-styles-yes elementor-widget elementor-widget-wpr-form-builder\" data-id=\"feb4ce3\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;success_message&quot;:&quot;Submission successful&quot;,&quot;error_message&quot;:&quot;Submission failed&quot;,&quot;button_width&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:39,&quot;sizes&quot;:[]},&quot;button_width_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;button_width_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;step_type&quot;:&quot;number_text&quot;,&quot;step_content_layout&quot;:&quot;vertical&quot;}\" data-widget_type=\"wpr-form-builder.default\">\n\t\t\t\t\t\t\t<form class=\"wpr-form\" method=\"post\" name=\"New Form\" page=\"Contact\" page_id=\"731\" novalidate>\n\t\t\t<input type=\"hidden\" name=\"post_id\" value=\"731\"\/>\n\t\t\t<input type=\"hidden\" name=\"form_id\" value=\"feb4ce3\"\/>\n\t\t\t<input type=\"hidden\" name=\"referer_title\" value=\"\" \/>\n\n\t\t\t<div class=\"wpr-step-wrap\"><span class=\"wpr-step\"><span class=\"wpr-step-content\"><span class=\"wpr-step-number\">1<\/span><\/span><span class=\"wpr-step-label\"><span class=\"wpr-step-main-label\"><\/span><span class=\"wpr-step-sub-label\"><\/span><\/span><\/span><span class=\"wpr-step-sep\"><\/span><span class=\"wpr-step\"><span class=\"wpr-step-content\"><span class=\"wpr-step-number\">2<\/span><\/span><span class=\"wpr-step-label\"><span class=\"wpr-step-main-label\"><\/span><span class=\"wpr-step-sub-label\"><\/span><\/span><\/span><span class=\"wpr-step-sep\"><\/span><\/div>\n\t\t\t<div class=\"wpr-form-fields-wrap wpr-labels-above\">\n\t\t\t\t<div class=\"wpr-step-tab wpr-step-tab-hidden\">\t\t\t\t\t<div class=\"wpr-form-field-type-step wpr-field-group wpr-column wpr-field-group-a5514ca elementor-repeater-item-a5514ca\">\n\t\t\t\t\t\t<input type=\"hidden\" class=\"wpr-step-input\" id=form-field-a5514ca value=>\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"wpr-form-field-type-text wpr-field-group wpr-column wpr-field-group-name elementor-repeater-item-e6cdf22\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-name\" class=\"wpr-form-field-label\" data-alt-label=\"Name\">\n\t\t\t\t\t\t\t\t\tName\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t<input size=\"1 \"type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" class=\"wpr-form-field  wpr-form-field-textual\" placeholder=\"Ex. John\">\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"wpr-form-field-type-email wpr-field-group wpr-column wpr-field-group-email elementor-repeater-item-215d8d0\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-email\" class=\"wpr-form-field-label\" data-alt-label=\"Email\">\n\t\t\t\t\t\t\t\t\tEmail\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t<input size=\"1 \"type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" class=\"wpr-form-field  wpr-form-field-textual\" placeholder=\"Ex. john@mycompany.com\">\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"wpr-stp-btns-wrap\"><button type=\"button\" class=\"wpr-step-prev\">Previous<\/button><button type=\"button\" class=\"wpr-step-next\">Next<\/button><\/div><\/div><div class=\"wpr-step-tab wpr-step-tab-hidden\">\t\t\t\t\t<div class=\"wpr-form-field-type-step wpr-field-group wpr-column wpr-field-group-e4ce50e elementor-repeater-item-e4ce50e\">\n\t\t\t\t\t\t<input type=\"hidden\" class=\"wpr-step-input\" id=form-field-e4ce50e value=>\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"wpr-form-field-type-textarea wpr-field-group wpr-column wpr-field-group-message elementor-repeater-item-369e97e\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-message\" class=\"wpr-form-field-label\" data-alt-label=\"Message\">\n\t\t\t\t\t\t\t\t\tMessage\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t<textarea class=\"wpr-form-field-textual wpr-form-field \" name=\"form_fields[message]\" id=\"form-field-message\" rows=\"7\" placeholder=\"Please Describe Your Query\"><\/textarea>\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"wpr-field-group wpr-stp-btns-wrap wpr-column wpr-form-field-type-submit\" data-actions=\"[&quot;email&quot;]\" data-redirect-url=\"\" data-mailchimp-fields=\"{&quot;email_field&quot;:&quot;&quot;,&quot;first_name_field&quot;:&quot;&quot;,&quot;last_name_field&quot;:&quot;&quot;,&quot;address_field&quot;:&quot;&quot;,&quot;phone_field&quot;:&quot;&quot;,&quot;birthday_field&quot;:&quot;&quot;,&quot;group_id&quot;:&quot;&quot;}\" data-list-id=\"\"><button type=\"button\" class=\"wpr-step-prev\">Previous<\/button>\t\t\t<button type=\"submit\" class=\"wpr-button\">\n\t\t\t\t<span >\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"wpr-align-icon-left elementor-button-icon\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-envelope\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"><\/path><\/svg>\t\t\t\t\t\t\t<span class=\"wpr-hidden-element\">Submit<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span>Send<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\t\n\t\t\t\t<div class=\"wpr-double-bounce wpr-loader-hidden\">\n\t\t\t\t\t<div class=\"wpr-child wpr-double-bounce1\"><\/div>\n\t\t\t\t\t<div class=\"wpr-child wpr-double-bounce2\"><\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/button>\n\t\t<\/div><\/div>\t\t\t\t\n\t\t\t<\/div>\n\t\t<\/form>\n\t  \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-5730db20 elementor-section-full_width elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-equal-height-no\" data-id=\"5730db20\" data-element_type=\"section\" data-e-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=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6fc8576a\" data-id=\"6fc8576a\" data-element_type=\"column\" data-e-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-772f66ec elementor-widget elementor-widget-text-editor\" data-id=\"772f66ec\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Contact Us<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-214a7c40 elementor-widget elementor-widget-heading\" data-id=\"214a7c40\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">+48 732 121 334<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7170847 elementor-widget elementor-widget-heading\" data-id=\"7170847\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">ZELAZNA 59A 00-848 WARSZAWA POLSKA<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3dc61eb8 elementor-widget elementor-widget-heading\" data-id=\"3dc61eb8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">contact@afttransport.com<br><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-856a155 elementor-shape-rounded elementor-grid-0 e-grid-align-center elementor-widget elementor-widget-social-icons\" data-id=\"856a155\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"social-icons.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-repeater-item-92a7464\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Facebook-f<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-facebook-f\" viewBox=\"0 0 320 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-repeater-item-8f2ce6a\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Twitter<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-twitter\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-tumblr elementor-repeater-item-62f33af\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Tumblr<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-tumblr\" viewBox=\"0 0 320 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M309.8 480.3c-13.6 14.5-50 31.7-97.4 31.7-120.8 0-147-88.8-147-140.6v-144H17.9c-5.5 0-10-4.5-10-10v-68c0-7.2 4.5-13.6 11.3-16 62-21.8 81.5-76 84.3-117.1.8-11 6.5-16.3 16.1-16.3h70.9c5.5 0 10 4.5 10 10v115.2h83c5.5 0 10 4.4 10 9.9v81.7c0 5.5-4.5 10-10 10h-83.4V360c0 34.2 23.7 53.6 68 35.8 4.8-1.9 9-3.2 12.7-2.2 3.5.9 5.8 3.4 7.4 7.9l22 64.3c1.8 5 3.3 10.6-.4 14.5z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitch elementor-repeater-item-5ca442a\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Twitch<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-twitch\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M391.17,103.47H352.54v109.7h38.63ZM285,103H246.37V212.75H285ZM120.83,0,24.31,91.42V420.58H140.14V512l96.53-91.42h77.25L487.69,256V0ZM449.07,237.75l-77.22,73.12H294.61l-67.6,64v-64H140.14V36.58H449.07Z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-6fd2f84\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Instagram<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-instagram\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\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>Prime Logistic Header Home About Services Login Contact TRACKING Our Location &amp; Contact Address: ZELAZNA 59A 00-848 WARSZAWA POLSKA Phone: +48 732 121 334 ZELAZNA 59A 00-848 WARSZAWA POLSKA Send Us a Message 12 Name Email PreviousNext Message Previous Submit Send Contact Us +48 732 121 334 ZELAZNA 59A 00-848 WARSZAWA POLSKA contact@afttransport.com Facebook-f Twitter Tumblr Twitch Instagram<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-731","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/afttransport.com\/index.php\/wp-json\/wp\/v2\/pages\/731","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/afttransport.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/afttransport.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/afttransport.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/afttransport.com\/index.php\/wp-json\/wp\/v2\/comments?post=731"}],"version-history":[{"count":43,"href":"https:\/\/afttransport.com\/index.php\/wp-json\/wp\/v2\/pages\/731\/revisions"}],"predecessor-version":[{"id":907,"href":"https:\/\/afttransport.com\/index.php\/wp-json\/wp\/v2\/pages\/731\/revisions\/907"}],"wp:attachment":[{"href":"https:\/\/afttransport.com\/index.php\/wp-json\/wp\/v2\/media?parent=731"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}