diff --git a/404.html b/404.html index cdd7516..7cbbcea 100644 --- a/404.html +++ b/404.html @@ -138,7 +138,7 @@
  • Pricing
  • Tracking
  • -
  • Team
  • +
  • Team
  • FAQ
  • 404 Error
  • diff --git a/about.php b/about.php index db75f61..d740f84 100644 --- a/about.php +++ b/about.php @@ -558,7 +558,7 @@ -
    All Member
    +
    All Member
    diff --git a/assets/images/access-images/abroad-bg.png b/assets/images/access-images/abroad-bg.png new file mode 100644 index 0000000..a755297 Binary files /dev/null and b/assets/images/access-images/abroad-bg.png differ diff --git a/assets/images/access-images/book.jpg b/assets/images/access-images/book.jpg new file mode 100644 index 0000000..f6c2060 Binary files /dev/null and b/assets/images/access-images/book.jpg differ diff --git a/assets/images/access-images/career-counceling.jpg b/assets/images/access-images/career-counceling.jpg new file mode 100644 index 0000000..1a88edf Binary files /dev/null and b/assets/images/access-images/career-counceling.jpg differ diff --git a/assets/images/access-images/departure.jpg b/assets/images/access-images/departure.jpg new file mode 100644 index 0000000..1ae1c1c Binary files /dev/null and b/assets/images/access-images/departure.jpg differ diff --git a/assets/images/access-images/doc-format.jpg b/assets/images/access-images/doc-format.jpg new file mode 100644 index 0000000..d557253 Binary files /dev/null and b/assets/images/access-images/doc-format.jpg differ diff --git a/assets/images/access-images/education-system.jpg b/assets/images/access-images/education-system.jpg new file mode 100644 index 0000000..f3532a4 Binary files /dev/null and b/assets/images/access-images/education-system.jpg differ diff --git a/assets/images/access-images/regrsitration.jpg b/assets/images/access-images/regrsitration.jpg new file mode 100644 index 0000000..21a0779 Binary files /dev/null and b/assets/images/access-images/regrsitration.jpg differ diff --git a/assets/images/access-images/sop-format.jpg b/assets/images/access-images/sop-format.jpg new file mode 100644 index 0000000..eb0ab5a Binary files /dev/null and b/assets/images/access-images/sop-format.jpg differ diff --git a/assets/images/access-images/test-date.jpg b/assets/images/access-images/test-date.jpg new file mode 100644 index 0000000..a3cfd84 Binary files /dev/null and b/assets/images/access-images/test-date.jpg differ diff --git a/assets/images/access-images/test-prepration.jpg b/assets/images/access-images/test-prepration.jpg new file mode 100644 index 0000000..bbc48c1 Binary files /dev/null and b/assets/images/access-images/test-prepration.jpg differ diff --git a/assets/images/access-images/university-selection.jpg b/assets/images/access-images/university-selection.jpg new file mode 100644 index 0000000..ccb6a40 Binary files /dev/null and b/assets/images/access-images/university-selection.jpg differ diff --git a/assets/sass/style.css b/assets/sass/style.css index c011b42..28810c0 100644 --- a/assets/sass/style.css +++ b/assets/sass/style.css @@ -5231,7 +5231,7 @@ img { } .wpo-funfact-section .titel-image { text-align: center; -/* margin-bottom: 65px;*/ + /* margin-bottom: 65px;*/ } @media (max-width: 767px) { .wpo-funfact-section .titel-image { @@ -5298,7 +5298,7 @@ img { letter-spacing: -1px; max-width: 286px; border-radius: 100px; -/* background: linear-gradient(107deg, rgba(11, 55, 66, 0.12) 38.02%, rgba(28, 140, 168, 0) 89.08%);*/ + /* background: linear-gradient(107deg, rgba(11, 55, 66, 0.12) 38.02%, rgba(28, 140, 168, 0) 89.08%);*/ margin: 0 auto; } @media (max-width: 1199px) { @@ -5497,7 +5497,7 @@ img { top: 0; height: 100%; width: 60%; - background: rgb(7, 46, 54); + background: #991b4e; z-index: -1; } @media (max-width: 991px) { @@ -5549,7 +5549,7 @@ img { border-radius: 9px; border: 13px solid #FFF; background: #FF7236; - max-width: 485px; + max-width: 540px; padding: 60px 45px; } @media (max-width: 1199px) { @@ -6172,7 +6172,7 @@ img { } /*3.9 wpo-testimonial-section */ .wpo-testimonial-section, .wpo-testimonial-section-s2 { - padding-bottom: 0; + /* padding-bottom: 0;*/ } .wpo-testimonial-section .testimonial-wrap, .wpo-testimonial-section-s2 .testimonial-wrap { background: #FFF; @@ -6562,8 +6562,8 @@ img { position: relative; z-index: 1; background: #FFF5F0; - padding-top: 290px; - margin-top: -150px; + /* padding-top: 290px; + margin-top: -150px;*/ } @media (max-width: 991px) { .wpo-team-section, .wpo-team-section-s2, .wpo-team-section-s3 { @@ -7403,7 +7403,7 @@ img { /*5.3 wpo-funfact-section-s2 */ .wpo-funfact-section-s2, .wpo-funfact-section-s3 { position: relative; -/* background: url(../images/funfact-bg.png) no-repeat center/cover; + /* background: url(../images/funfact-bg.png) no-repeat center/cover; padding-top: 315px; margin-top: -230px;*/ } @@ -14466,10 +14466,24 @@ img { } } /*Hero section Video */ -.fact{ - font-size: 100px !important; +.fact { + font-size: 100px !important; } -.paragraph-padding{ - padding: 20px 0px; +.paragraph-padding { + padding: 20px 0px; } +.submit-btn { + margin-top: 24px; + width: 100%; + background: #991b4e; + border-radius: 8px; + border: 0; + padding: 19px 0; + color: #fff; +} +.submit-btn:hover { + background: #fff; + color: #444; +} + /*extra css*/ \ No newline at end of file diff --git a/blog-fullwidth.html b/blog-fullwidth.html index b3003bb..1c1ab94 100644 --- a/blog-fullwidth.html +++ b/blog-fullwidth.html @@ -138,7 +138,7 @@
  • Pricing
  • Tracking
  • -
  • Team
  • +
  • Team
  • FAQ
  • 404 Error
  • diff --git a/blog-left-sidebar.html b/blog-left-sidebar.html index 749be9f..0e41508 100644 --- a/blog-left-sidebar.html +++ b/blog-left-sidebar.html @@ -138,7 +138,7 @@
  • Pricing
  • Tracking
  • -
  • Team
  • +
  • Team
  • FAQ
  • 404 Error
  • diff --git a/blog-single-fullwidth.html b/blog-single-fullwidth.html index 16072d6..db104ba 100644 --- a/blog-single-fullwidth.html +++ b/blog-single-fullwidth.html @@ -138,7 +138,7 @@
  • Pricing
  • Tracking
  • -
  • Team
  • +
  • Team
  • FAQ
  • 404 Error
  • diff --git a/blog-single-left-sidebar.html b/blog-single-left-sidebar.html index f2b4ec8..9fb1946 100644 --- a/blog-single-left-sidebar.html +++ b/blog-single-left-sidebar.html @@ -138,7 +138,7 @@
  • Pricing
  • Tracking
  • -
  • Team
  • +
  • Team
  • FAQ
  • 404 Error
  • diff --git a/blog-single.html b/blog-single.html index c684841..6a027b4 100644 --- a/blog-single.html +++ b/blog-single.html @@ -138,7 +138,7 @@
  • Pricing
  • Tracking
  • -
  • Team
  • +
  • Team
  • FAQ
  • 404 Error
  • diff --git a/blog.html b/blog.html index d25c7a0..ad8500b 100644 --- a/blog.html +++ b/blog.html @@ -138,7 +138,7 @@
  • Pricing
  • Tracking
  • -
  • Team
  • +
  • Team
  • FAQ
  • 404 Error
  • diff --git a/faq.html b/faq.html index caaf874..8f8a604 100644 --- a/faq.html +++ b/faq.html @@ -138,7 +138,7 @@
  • Pricing
  • Tracking
  • -
  • Team
  • +
  • Team
  • FAQ
  • 404 Error
  • diff --git a/header.php b/header.php index b436a71..bc25502 100644 --- a/header.php +++ b/header.php @@ -86,7 +86,7 @@
  • Pricing
  • Tracking
  • -
  • Team
  • +
  • Team
  • FAQ
  • 404 Error
  • diff --git a/index-2.html b/index-2.html index 3884bf5..54bf480 100644 --- a/index-2.html +++ b/index-2.html @@ -138,7 +138,7 @@
  • Pricing
  • Tracking
  • -
  • Team
  • +
  • Team
  • FAQ
  • 404 Error
  • @@ -1206,7 +1206,7 @@
    - All Member + All Member
    diff --git a/index-3.html b/index-3.html index 5fea517..d27daac 100644 --- a/index-3.html +++ b/index-3.html @@ -127,7 +127,7 @@
  • Pricing
  • Tracking
  • -
  • Team
  • +
  • Team
  • FAQ
  • 404 Error
  • diff --git a/index-4.html b/index-4.html index a884664..fca64c2 100644 --- a/index-4.html +++ b/index-4.html @@ -92,7 +92,7 @@
  • Pricing
  • Tracking
  • -
  • Team
  • +
  • Team
  • FAQ
  • 404 Error
  • diff --git a/index.html b/index.html index 1e1d58d..7f6a2f5 100644 --- a/index.html +++ b/index.html @@ -120,7 +120,7 @@
  • Pricing
  • Tracking
  • -
  • Team
  • +
  • Team
  • FAQ
  • 404 Error
  • @@ -990,7 +990,7 @@
    -
    All Member
    +
    All Member
    diff --git a/index.php b/index.php index 22ff747..a4b70aa 100644 --- a/index.php +++ b/index.php @@ -1,16 +1,16 @@ - - - - - - - - - - - - - - - \ No newline at end of file + + + + + + + + + + + + + + + diff --git a/ocean-transport.html b/ocean-transport.html index 831dafc..a960218 100644 --- a/ocean-transport.html +++ b/ocean-transport.html @@ -138,7 +138,7 @@
  • Pricing
  • Tracking
  • -
  • Team
  • +
  • Team
  • FAQ
  • 404 Error
  • diff --git a/parts/form.php b/parts/form.php index 0ccab06..e9f1318 100644 --- a/parts/form.php +++ b/parts/form.php @@ -5,97 +5,70 @@
    -

    Trusted transport service

    -

    Transportation service - area often consider

    +

    Need Help with Your Study Abroad Plans?

    +

    We're here to guide you through every step of your study abroad journey, providing expert advice and support tailored to your needs.

    -
    -

    Transportation service areas often consider factors like - coverage, efficiency, cost, accessibility, reliability and - sustainability for optimal performance.

    -
    -
      -
    • -

      Domestic and - International Service

      -
    • -
    • -

      End to End Tracking - Service system

      -
    • -
    -
      -
    • -

      Dedicated Transport wise

      -
    • -
    • -

      Domestics & Logistics

      -
    • -
    - more about us
    +
    -

    Request a quote form

    +

    Reach Out for Assistance

    -
    - - +
    + +
    - -
    -
    - -
    -
    - +
    - + + +
    +
    + + +
    +
    +
    - +
    -
    -
      -
    • - - -
    • -
    • - - -
    • -
    • - - -
    • -
    +
    + +
    - +
    @@ -103,11 +76,13 @@
    -
    +
    +
    -
    +
    \ No newline at end of file diff --git a/parts/team.php b/parts/team.php index ce6b705..ce90f7a 100644 --- a/parts/team.php +++ b/parts/team.php @@ -4,9 +4,7 @@
    -

    Trusted transport service

    -

    Best Logistic consultant - team for company

    +

    The People Behind
    Our Success

    @@ -104,13 +102,15 @@
    -
    All Member
    +
    Our Team Members
    + \ No newline at end of file diff --git a/parts/testimonial.php b/parts/testimonial.php index 09e3a89..8687a00 100644 --- a/parts/testimonial.php +++ b/parts/testimonial.php @@ -3,31 +3,23 @@
    -
    -
    +
    +
    -

    Trusted transport service

    -

    What Our Client’s Says

    +

    What Our Students Say

    -

    Climb the mountain not to plant your flag but to - embrace the ways challenge, enjoy the air, and - behold the. Climb it see the world, not so the - world can see you. This is due to their excellent - service competitive pricing

    +

    The long-woven dream of my parents to send me abroad for further studies was brought into reality by the responsible handling of the AEN. I feel I would not have ...

    Robert J. Hare/

    - Freight Manager
    + Asset Engineer, City Care Civil, NZ
    -

    I recently used for my logistics needs, and I am - thoroughly impressed with their exceptional service. I contacted - them, team demonstrated and making the entire - process smooth and hassle-free.

    +

    Abroad studies was like a dream for me. I never thought of getting the dream turned into reality. Thanks to the invaluable guidance and counselling of the qualified counsellors

    Winifred P. Reyes/

    - Freight Manager
    + Registered Nurse, ADHB, NZ
    diff --git a/pricing.html b/pricing.html index 1a77031..b749400 100644 --- a/pricing.html +++ b/pricing.html @@ -138,7 +138,7 @@
  • Pricing
  • Tracking
  • -
  • Team
  • +
  • Team
  • FAQ
  • 404 Error
  • diff --git a/project-2.html b/project-2.html index 60b1027..2d8e8dc 100644 --- a/project-2.html +++ b/project-2.html @@ -138,7 +138,7 @@
  • Pricing
  • Tracking
  • -
  • Team
  • +
  • Team
  • FAQ
  • 404 Error
  • diff --git a/project-3.html b/project-3.html index 0946b64..08b1dd2 100644 --- a/project-3.html +++ b/project-3.html @@ -138,7 +138,7 @@
  • Pricing
  • Tracking
  • -
  • Team
  • +
  • Team
  • FAQ
  • 404 Error
  • diff --git a/project-single.html b/project-single.html index 351f287..f05859c 100644 --- a/project-single.html +++ b/project-single.html @@ -138,7 +138,7 @@
  • Pricing
  • Tracking
  • -
  • Team
  • +
  • Team
  • FAQ
  • 404 Error
  • diff --git a/project.html b/project.html index 18c16c9..6767647 100644 --- a/project.html +++ b/project.html @@ -138,7 +138,7 @@
  • Pricing
  • Tracking
  • -
  • Team
  • +
  • Team
  • FAQ
  • 404 Error
  • diff --git a/road-transport.html b/road-transport.html index e2dafc0..b07261b 100644 --- a/road-transport.html +++ b/road-transport.html @@ -138,7 +138,7 @@
  • Pricing
  • Tracking
  • -
  • Team
  • +
  • Team
  • FAQ
  • 404 Error
  • diff --git a/service.php b/service.php index a34d690..4fb259a 100644 --- a/service.php +++ b/service.php @@ -28,7 +28,7 @@
    -
    +

    Career Counselling

    We help the students to find what is best for their career to them who are in the state of dilemma and are confused in selecting courses as per their academics and career goal.

    @@ -38,7 +38,7 @@
    -
    +

    University Selection

    With Access Education Network we can bring the information of the Universities worldwide in a single place so that the students are able to reach them as per their course desire.

    @@ -48,10 +48,80 @@
    -
    +
    -

    Providing solutions for Industrial - ment, and restoration.

    +

    Abroad Study Handbook

    +

    Getting assured that all the relevant documents required to start the visa process have been collected, students should get notified about the necessary conditions,

    + +
    +
    +
    +
    +
    +
    +
    +

    Test Preparation Guide

    +

    Preparation for the test is a crucial job. Students should be determined and dedicated in due course of preparation for scoring high.

    + +
    +
    +
    +
    +
    +
    +
    +

    Mock Test Registration

    +

    Register for our mock tests and prepare yourself for success with real exam-like experience and expert feedback.

    + +
    +
    +
    +
    +
    +
    +
    +

    IELTS Available Date

    +

    Check the latest available dates for IELTS and secure your spot to start your journey towards global opportunities.

    + +
    +
    +
    +
    +
    +
    +
    +

    Post Departure Guide

    +

    Students flying abroad need to comfort their state of mind before departure. They must be well informed about the necessary factors they need to keep in mind after they land in the foreign land.

    + +
    +
    +
    +
    +
    +
    +
    +

    SOP Sample Format

    +

    A simple SOP format will help you string together various pieces of information in a steady flow. It is divided into different paragraphs for better understanding.

    + +
    +
    +
    +
    +
    +
    +
    +

    Documentation Guidance

    +

    Access envisions to create the condition to have easy access of the students to us. The students remain in the dilemma of sorting out the best place to offer appropriate and needful guidance regarding the necessary documents and documentation.

    + +
    +
    +
    +
    +
    +
    +
    +

    Australian Education System

    +

    The Australian Education System has three levels of education in practice. Primary, secondary and tertiary are the three distinct levels of education. The university level of education is the highest level of education in the country.

    diff --git a/services-single.html b/services-single.html index 5536262..5cfe7a3 100644 --- a/services-single.html +++ b/services-single.html @@ -138,7 +138,7 @@
  • Pricing
  • Tracking
  • -
  • Team
  • +
  • Team
  • FAQ
  • 404 Error
  • diff --git a/shop-single.html b/shop-single.html index a3fd54f..23e94f2 100644 --- a/shop-single.html +++ b/shop-single.html @@ -138,7 +138,7 @@
  • Pricing
  • Tracking
  • -
  • Team
  • +
  • Team
  • FAQ
  • 404 Error
  • diff --git a/team.html b/team.html deleted file mode 100644 index 882d4f9..0000000 --- a/team.html +++ /dev/null @@ -1,569 +0,0 @@ - - - - - - - - - - - - Logistika - Transportation & Logistics HTML Template - - - - - - - - - - - - - - - - - - -
    - -
    -
    -
    -
    -
    -
    -
    - -
    -
    -
    - - - - - - -
    -
    -
    -
    -
    -

    Internation Logistics

    -

    Team

    -
    -
    -
    -
    -
    - - - - -
    -
    -
    -
    -
    -
    - -
    -
      -
    • -
    • -
    • -
    • -
    -
    -
    -
    -
    -

    Alextina Ditarson

    - Transportation Planner -
    -
    -
    -
    -
    -
    -
    -
    - -
    -
      -
    • -
    • -
    • -
    • -
    -
    -
    -
    -
    -

    Leslie Alexander

    - Supply Chain Manager -
    -
    -
    -
    -
    -
    -
    -
    - -
    -
      -
    • -
    • -
    • -
    • -
    -
    -
    -
    -
    -

    Brooklyn Simmons

    - Logistics Coordinator -
    -
    -
    -
    -
    -
    -
    -
    - -
    -
      -
    • -
    • -
    • -
    • -
    -
    -
    -
    -
    -

    Marvin McKinney

    - Warehouse Manager -
    -
    -
    -
    -
    -
    -
    -
    - -
    -
      -
    • -
    • -
    • -
    • -
    -
    -
    -
    -
    -

    Warehouse Manager

    - Fleet Supervisor -
    -
    -
    -
    -
    -
    -
    -
    - -
    -
      -
    • -
    • -
    • -
    • -
    -
    -
    -
    -
    -

    Warehouse Manager

    - Fleet Supervisor -
    -
    -
    -
    -
    -
    - -
    -
    - - - - -
    -
    - - - - -
    - -
    - -
    -
    - - - -
    -
    -
    -
    -

    Trusted transport service

    -

    Transport & Logistics - proejcts that we providde

    - Contact support -
    -
    -
    -
    - -
    -
    - Call For Inquiry -

    +236 (456) 896 22

    -
    -
    -
    -
    - -
    -
    - Send Us Email -

    contact@logistika.com

    -
    -
    -
    -
    -
    -
    - - - - - - - - -
    - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/team.php b/team.php new file mode 100644 index 0000000..e3177db --- /dev/null +++ b/team.php @@ -0,0 +1,190 @@ + + +
    +
    +
    +
    +
    +

    Internation Logistics

    +

    Team

    +
    +
    +
    +
    +
    + + + +
    +
    +
    +
    +
    +
    +
    +
      +
    • +
    • +
    • +
    • +
    +
    +
    +
    +
    +

    Alextina Ditarson

    + Transportation Planner
    +
    +
    +
    +
    +
    +
    +
    +
    +
      +
    • +
    • +
    • +
    • +
    +
    +
    +
    +
    +

    Leslie Alexander

    + Supply Chain Manager
    +
    +
    +
    +
    +
    +
    +
    +
    +
      +
    • +
    • +
    • +
    • +
    +
    +
    +
    +
    +

    Brooklyn Simmons

    + Logistics Coordinator
    +
    +
    +
    +
    +
    +
    +
    +
    +
      +
    • +
    • +
    • +
    • +
    +
    +
    +
    +
    +

    Marvin McKinney

    + Warehouse Manager
    +
    +
    +
    +
    +
    +
    +
    +
    +
      +
    • +
    • +
    • +
    • +
    +
    +
    +
    +
    +

    Warehouse Manager

    + Fleet Supervisor
    +
    +
    +
    +
    +
    +
    +
    +
    +
      +
    • +
    • +
    • +
    • +
    +
    +
    +
    +
    +

    Warehouse Manager

    + Fleet Supervisor
    +
    +
    +
    +
    +
    +
    +
    + + + + +
    +
    + + + +
    + +
    + +
    +
    + + + +
    +
    +
    +
    +

    Trusted transport service

    +

    Transport & Logistics + proejcts that we providde

    + Contact support
    +
    +
    +
    +
    Call For Inquiry +

    +236 (456) 896 22

    +
    +
    +
    +
    +
    Send Us Email +

    contact@logistika.com

    +
    +
    +
    +
    +
    +
    + + \ No newline at end of file diff --git a/tracking.html b/tracking.html index 1ade495..a4d9879 100644 --- a/tracking.html +++ b/tracking.html @@ -138,7 +138,7 @@
  • Pricing
  • Tracking
  • -
  • Team
  • +
  • Team
  • FAQ
  • 404 Error
  • diff --git a/train-transport.html b/train-transport.html index 54ce86a..565116a 100644 --- a/train-transport.html +++ b/train-transport.html @@ -138,7 +138,7 @@
  • Pricing
  • Tracking
  • -
  • Team
  • +
  • Team
  • FAQ
  • 404 Error