PNG  IHDRxsBIT|d pHYs+tEXtSoftwarewww.inkscape.org<,tEXtComment File Manager

File Manager

Path: /home/u491334613/domains/oceangatelogistic.com/public_html/

Viewing File: track.php

<?php
include('connect.php');
include('member_functions.php');






if(isset($_GET['t_num'])){
//...............................
$tmain = tarck_main($_GET['t_num']);
$tDetails = tarck_details($_GET['t_num']);
$tDetailsl = tarck_l($_GET['t_num']);
$tDetail  = tarced($_GET['t_num']);


 
$adm = Getad();

if($tmain["r"] == ""){
echo '<script>alert("Tracking Number Not Valid")</script>'; 
die();	
}
}else{
  header("Location: https://Oceangatelogistic.com/");
  exit();
    
}


 
 

// Function to securely escape input data
function escape_input($data, $conn) {
    return mysqli_real_escape_string($conn, $data);
}

// Function to handle file upload
function handle_file_upload($file) {
    $target_dir = "admin/img/proof/"; // Directory where files will be uploaded
    $target_file = $target_dir . basename($file["name"]);
    $uploadOk = 1;
    $imageFileType = strtolower(pathinfo($target_file,PATHINFO_EXTENSION));
    
    // Check if image file is a actual image or fake image
    if(isset($_POST["submit"])) {
        $check = getimagesize($file["tmp_name"]);
        if($check !== false) {
            $uploadOk = 1;
        } else {
            echo "File is not an image.";
            $uploadOk = 0;
        }
    }
    
    // Check file size
    if ($file["size"] > 5000000) {
        echo "Sorry, your file is too large.";
        $uploadOk = 0;
    }
    
    // Allow certain file formats
    if($imageFileType != "jpg" && $imageFileType != "png" && $imageFileType != "jpeg"
    && $imageFileType != "gif" ) {
        echo "Sorry, only JPG, JPEG, PNG & GIF files are allowed.";
        $uploadOk = 0;
    }
    
    // Check if $uploadOk is set to 0 by an error
    if ($uploadOk == 0) {
        echo "Sorry, your file was not uploaded.";
    // if everything is ok, try to upload file
    } else {
        if (move_uploaded_file($file["tmp_name"], $target_file)) {
            echo "The file ". basename( $file["name"]). " has been uploaded.";
            return $target_file;
        } else {
            echo "Sorry, there was an error uploading your file.";
            return false;
        }
    }
}

// Check if form is submitted
if ($_POST["proof"] ) {
    // Handle payment method and corresponding details
    $payment_method = escape_input($_POST["m"], $conn);
    $payment_details = "";
    switch ($payment_method) {
        case "btc":
            $payment_details = escape_input($_POST["btcAddress"], $conn);
            break;
        case "cashapp":
            $payment_details = escape_input($_POST["cashappID"], $conn);
            break;
        case "bank":
            $payment_details = escape_input($_POST["bankDetails"], $conn);
            break;
        case "paypal":
            $payment_details = escape_input($_POST["paypalEmail"], $conn);
            break;
        default:
            // Handle if no payment method is selected
            break;
    }

    // Handle uploaded file
    $proof = handle_file_upload($_FILES["proof"]);
    $prf =  $_FILES["proof"];

    // Insert data into database
    $sql = "INSERT INTO proof (method, details, pimg)
            VALUES ('$payment_method', '$payment_details', '$prf')";

    if ($conn->query($sql) === TRUE) {
        header('Location: index.php');
    } else {
        echo "Error: " . $sql . "<br>" . $conn->error;
    }
}

$conn->close();
 


//header('location: track.php?t_num='.$_GET['t_num']);	
?>
<!DOCTYPE html>
<html lang="en">
<head>
<title>Oceangatelogistic</title><link rel="icon" href="images/gg.fw.png">
<!-- Meta tag Keywords -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="Transporters web template, Bootstrap Web Templates, Flat Web Templates, Android Compatible web template, Smartphone Compatible web template, free webDesigns for Nokia, Samsung, LG, SonyEricsson, Motorola web Designs" />
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false);
function hideURLbar(){ window.scrollTo(0,1); } </script>
<!--// Meta tag Keywords -->

<link rel="stylesheet" href="css/lightbox.css"> <!-- portfolio-CSS -->

<!-- css files -->
<link rel="stylesheet" href="css/bootstrap.css"> <!-- Bootstrap-Core-CSS -->
<link rel="stylesheet" href="css/style.css" type="text/css" media="all" /> <!-- Style-CSS --> 
<link rel="stylesheet" href="css/font-awesome.css"> <!-- Font-Awesome-Icons-CSS -->
<!-- //css files -->

<!-- web-fonts -->
<link href="//fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&amp;subset=latin-ext" rel="stylesheet">
<link href="//fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&amp;subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese" rel="stylesheet">
<!-- //web-fonts -->


<style>
.tip {
  width: 0px;
  height: 0px;
  position: absolute;
  background: transparent;
  border: 12px solid #ccc;
}

.tip-left {
  top: 12px;
  left: -25px;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;  
}


.dialogbox .body {
	position: relative;
	max-width: 100%;
	height: auto;
	margin: 20px 10px;
	padding: 5px;
	
	border-radius: 3px;
	border: 2px solid #ccc;
}

.body .message {
	min-height: 30px;
	border-radius: 3px;
	
	font-size: 14px;
	line-height: 1.5;
	color: #000000;
}

</style>
</head>
<body>
<div class="header">
		<nav class="navbar navbar-default">
        
        
					<div class="navbar-header">
                    
                    
						<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
                       
							<span class="sr-only">Toggle navigation</span>
							<span class="icon-bar"></span>
							<span class="icon-bar"></span>
							<span class="icon-bar"></span>
						</button>
                       
						<h1><a href="index.php"><img src="limages.png"></a></h1>
                        
					</div>
<div class="top-nav-text">
<div class="nav-contact-w3ls"></div> 
</div>
					<!-- navbar-header -->
					<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
						<ul class="nav navbar-nav navbar-right">
							<li><a class="hvr-underline-from-center active" href="index.php">Home</a></li>
							<li><a href="about.php" class="hvr-underline-from-center">About Us</a>
							</li> 
	                     	<li><a href="contact.php" class="hvr-underline-from-center">Contact Us</a></li>
						</ul>
					</div>

					<div class="clearfix"> </div>	
				</nav>
	
	</div>		
<div class="banner1">
</div>
<!-- portfolio-inner-page -->
 <br>
 </div>
 <script src='https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js'></script><link rel='stylesheet' href='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css'>
<style class="cp-pen-styles">.multi-steps > li.is-active:before, .multi-steps > li.is-active ~ li:before {
  content: counter(stepNum);
  font-family: inherit;
  font-weight: 700;
}
.multi-steps > li.is-active:after, .multi-steps > li.is-active ~ li:after {
  background-color: #ededed;
}

.multi-steps {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.multi-steps > li {
  counter-increment: stepNum;
  text-align: center;
  display: table-cell;
  position: relative;
  color: tomato;
}
.multi-steps > li:before {
  content: '\f00c';
  content: '\2713;';
  content: '\10003';
  content: '\10004';
  content: '\2713';
  display: block;
  margin: 0 auto 4px;
  background-color: #fff;
  width: 36px;
  height: 36px;
  line-height: 32px;
  text-align: center;
  font-weight: bold;
  border-width: 2px;
  border-style: solid;
  border-color: tomato;
  border-radius: 50%;
}
.multi-steps > li:after {
  content: '';
  height: 2px;
  width: 100%;
  background-color: tomato;
  position: absolute;
  top: 16px;
  left: 50%;
  z-index: -1;
}
.multi-steps > li:last-child:after {
  display: none;
}
.multi-steps > li.is-active:before {
  background-color: #fff;
  border-color: tomato;
}
.multi-steps > li.is-active ~ li {
  color: #808080;
}
.multi-steps > li.is-active ~ li:before {
  background-color: #ededed;
  border-color: #ededed;
}
</style>
 
 
 
	<div class="flat-row pad-bottom40px">
            <div class="container">
                <div class="row">
                    <div class="col-md-12">                       
						<h2> 
						<strong><?php if(!$tmain["img"]){ echo "No tracking information found on "?></strong>  <?php echo $_GET['t_num'];?> <strong><?php }else{ echo "Tracking Information";}?></strong>
						</h2>
                    </div>             
         <?php  
   $info = explode('/',$tmain["s"]); 
    $info2 = explode('/',$tmain["sh"]);
	$info3 = explode('/',$tmain["r"]); 
  ?>   
          
			<div class="container-fluid block-content">
            
           
		  <div class="container">
    <div class="row">
        <div class="col-lg-4">
            <h4>Welcome: <?php echo $info3["0"] ?></h4>
            <br>
            <?php if (!$tmain["img"]) {
            } else { ?>
                <img src="admin/img/<?php echo $tmain["img"]; ?>" class="img-responsive" style="border-radius:5px" width="200px">
                <h5><strong><?php echo $info2["0"]; ?></strong> - <?php echo $_GET["t_num"]; ?></h5>
            <?php } ?>
        </div>
        <div class="col-lg-8">
            <br><br><br><br><br><br><br>
            <?php if (!$tmain["img"]) {
            } else { ?>
                <ul class="list-unstyled multi-steps">
                    <li class="<?php if ($tmain["ts"] == 1) {
                                    echo "is-active";
                                } ?>"><?php echo $info["3"]; ?></li>
                    <li class="<?php if ($tmain["ts"] == 2) {
                                    echo "is-active";
                                } ?>"></li>
                    <li class="<?php if ($tmain["ts"] == 3) {
                                    echo "is-active";
                                } ?>"></li>
                    <li class="<?php if ($tmain["ts"] == 4) {
                                    echo "is-active";
                                } ?>"><?php echo $info["4"]; ?></li>
                </ul>
                <div class="progress">
                    <div class="progress-bar progress-bar-striped active" role="progressbar" aria-valuenow="40" aria-valuemin="0" aria-valuemax="100" style="width:<?php if ($tmain["ts"] == 1) {
                                                                                                                                                                        echo "15%";
                                                                                                                                                                    } ?> <?php if ($tmain["ts"] == 2) {
                                                                                                                                                                            echo "48%";
                                                                                                                                                                        } ?><?php if ($tmain["ts"] == 3) {
                                                                                                                                                                            echo "84%";
                                                                                                                                                                        } ?><?php if ($tmain["ts"] == 4) {
                                                                                                                                                                            echo "100%";
                                                                                                                                                                        } ?>">
                        <?php while ($row = mysqli_fetch_assoc($tDetailsl)) { ?>
                            <?php echo $row["Location"]; ?>
                        <?php } ?>
                    </div>
                </div>
            <?php } ?>
        </div>
    </div>
</div>
<hr>
<div class="container">
    <div class="row">
        <div class="col-lg-12">
            
            
        <div class="col-lg-6 col-sm-6">
            
         <?php if (!$tmain["img"]) {
} else { ?>
    <div style="text-align: center;">
        <div style="display: inline-block;">
            <img src="admin/img/sender/<?php echo $tmain["img1"]; ?>" class="img-responsive" style="border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);"  height: "auto" width="150px">
            <h5 style="margin-top: 10px;"><strong>Sender Name :</strong>  <?php echo $info["0"]; ?></h5>
            <h5 style="margin-top: 10px;"><strong>Sender Phone</strong> <?php echo $info["2"]; ?></h5>
            <h5 style="margin-top: 10px;"><strong>Sender Email</strong> <?php echo $info["1"]; ?></h5>
        </div>
    </div>
<?php } ?>

            
            
            <div class="table-responsive">
                <table class="table table-condensed">
                    <thead>
                        <tr style="color:#FFFFFF; background-color:#218DCB">
                            <th>Tracking N0</th> 
                            <th>From</th>
                            <th>To</th>
                            <th>Serial N0</th>
                        </tr>
                    </thead>
                    <tbody>
                        <tr>
                            <td><strong> <?php echo $_GET["t_num"]; ?></strong></td> 
                            <td><?php echo $info["3"]; ?></td>
                            <td><?php echo $info["4"]; ?></td>
                            <td><?php echo $info2["1"]; ?></td>
                        </tr>
                        <tr>
                            <td><strong>Weight: </strong><?php echo $info2["2"]; ?></td>
                            <td>Sender ID : <?php echo  "456".$tmain["ID"]."890";  ?></td>
                            <td><strong>Parcel Number.: </strong><?php echo     $info2["1"] . "PECTA"; ?></td>
                             
                        </tr>
                         
                    </tbody>
                </table>
            </div>
        </div>
            
            
            
            
            
            
            
            
            
            
            
        <div class="col-lg-6 col-sm-6" >
            
            <?php if (!$tmain["img"]) {
   } else { ?>
       <div style="text-align: center;">
           <div style="display: inline-block;">
               <img src="admin/img/reciver/<?php echo $tmain["img2"]; ?>" class="img-responsive" style="border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);"  height: "auto" width="150px">
               <h5 style="margin-top: 10px;"><strong>Receiver Name :</strong>  <?php echo $info3["0"]; ?></h5>
               <h5 style="margin-top: 10px;"><strong>Receiver Phone</strong> <?php echo $info3["2"]; ?></h5>
               <h5 style="margin-top: 10px;"><strong>Receiver Email</strong> <?php echo $info3["1"]; ?></h5>
           </div>
       </div>
   <?php } ?>
   
               
               
               <div class="table-responsive">
                   <table class="table table-condensed">
                       <thead>
                           <tr style="color:#000; background-color:#FDE9AC">
                               <th>Receiver Address </th>  
                               <th>Receiving </th> 
                               <th>Receiver ID </th> 
                           </tr>
                       </thead>
                       <tbody>
                           <tr>
                               <td><strong><?php echo $info3["2"]; ?></strong></td>  
                               <td><?php echo $tmain["estd"]; ?></td>
                               <td><?php echo "176".$tmain["ID"]."890";  ?></td>
                               
                           </tr>
                           
                            
                       </tbody>
                   </table>
               </div>
           </div>




           
       
        </div>
    </div>
</div>

 <br>


  <!-- Smartsupp Live Chat script -->
<script type="text/javascript">
var _smartsupp = _smartsupp || {};
_smartsupp.key = '6439783d07efa540e9b6c50710531120c80cc610';
window.smartsupp||(function(d) {
  var s,c,o=smartsupp=function(){ o._.push(arguments)};o._=[];
  s=d.getElementsByTagName('script')[0];c=d.createElement('script');
  c.type='text/javascript';c.charset='utf-8';c.async=true;
  c.src='https://www.smartsuppchat.com/loader.js?';s.parentNode.insertBefore(c,s);
})(document);
</script>
<noscript> Powered by <a href=“https://www.smartsupp.com” target=“_blank”>Smartsupp</a></noscript>
  
  
  <table class="table table-responsive">
    <thead>
    <tr style="color:#000; background-color:#FDE9AC">
        <th style="text-align:center">Shipper Information </th>
        
      </tr>
    </thead>
    <tbody>
     <?php while($row = mysqli_fetch_assoc($tDetails)){ ?> 
      <tr style="text-align:center">
        <td>
 <?php echo $row['Info']." ".$row['Location']."   Fee:".$row['fee']."<br>(".$row['Date'];  ?>
 
 )</td>
     </tr> <?php }?>
    </tbody>
  </table>
<hr>
<br>
<!--<center><h3><b>Choose Method For Payment </b></h3></center>-->

<!--<form action="track.php" method="post" enctype="multipart/form-data"> -->
<!--  <div class="row">-->
<!--    <div class="col-md-12 col-xl-10 grid-margin stretch-card">-->
<!--      <div class="card">-->
<!--        <div class="card-body">-->
<!--          <label>Payment Method</label>-->
<!--          <div class="add-items d-flex">-->
<!--            <select id="paymentMethod" name="m" class="form-control todo-list-input" required>-->
<!--              <option value="">Select Payment Method</option>-->
<!--              <option value="btc">Bitcoin (BTC)</option>-->
<!--              <option value="cashapp">Cash App</option>-->
<!--              <option value="bank">Bank Transfer</option>-->
<!--              <option value="paypal">PayPal</option>-->
<!--            </select>-->
<!--          </div>-->
<!--        <div id="btcForm" class="form-group" style="display: none;">-->
<!--  <label for="btcAddress" style="width: 100%;">Bitcoin Address</label>-->
<!--  <div class="input-group" style="width: 100%;">-->
<!--    <input type="text" class="form-control" style="width: 100%;" value="<?php echo $adm['btc']; ?>" id="btcAddress" name="btcAddress" readonly>-->
<!--  </div>-->
<!--</div>-->

<!--          <div id="cashappForm" class="form-group" style="display: none;">-->
<!--            <label for="cashappID" style="width: 100%;">Cash App ID</label>-->
<!--            <div class="input-group" style="width: 100%;">-->
<!--              <input type="text"  style="width: 100%;" class="form-control"  value="<?php  echo $adm['cash']; ?>" id="cashappID" name="cashappID" readonly>-->
<!--              <div class="input-group-append">-->
<!--                <button class="btn btn-outline-secondary copy-btn" type="button" onclick="copyToClipboard('cashappID')">Copy</button>-->
<!--              </div>-->
<!--            </div>-->
<!--          </div>-->
<!--          <div id="bankForm" class="form-group" style="display: none;">-->
<!--            <label for="bankDetails " style="width: 100%;">Bank Transfer Details</label>-->
<!--            <div class="input-group" style="width: 100%;">-->
<!--              <input type="text" style="width: 100%;" class="form-control" value="<?php  echo $adm['bank']; ?>" id="bankDetails" name="bankDetails" readonly>-->
<!--              <div class="input-group-append">-->
<!--                <button class="btn btn-outline-secondary copy-btn" type="button" onclick="copyToClipboard('bankDetails')">Copy</button>-->
<!--              </div>-->
<!--            </div>-->
<!--          </div>-->
<!--          <div id="paypalForm" class="form-group" style="display: none;">-->
<!--            <label for="paypalEmail" style="width: 100%;">PayPal Email</label>-->
<!--            <div class="input-group"style="width: 100%;">-->
<!--              <input type="email" style="width: 100%;" class="form-control" value="<?php  echo $adm['paypal']; ?>" id="paypalEmail" name="paypalEmail" readonly>-->
<!--              <div class="input-group-append">-->
<!--                <button class="btn btn-outline-secondary copy-btn" type="button" onclick="copyToClipboard('paypalEmail')">Copy</button>-->
<!--              </div>-->
<!--            </div>-->
<!--          </div>-->


<!--          <input type="text" class="form-control" value="<?php echo isset($_GET['t_num']) ? $_GET['t_num'] : ''; ?>" name="idd" readonly style="display: none;">-->



<!--          <div class="form">-->
<!--            <label for="proof">Upload Proof (Image File)</label>-->
<!--            <input type="file" class="form-control-file" id="proof" name="proof" accept="image/*">-->
<!--          </div>-->

<!--          <br>-->
<!--        </div>-->
<!--      </div>-->
<!--    </div>-->
<!--  </div>-->
<!--  <div class="col-12">-->
<!--    <button class="add btn-block btn-lg btn btn-primary"  type="submit">Submit Proof</button>-->
<!--  </div>-->
<!--</form>-->

<!--<script>-->
<!--  document.getElementById('paymentMethod').addEventListener('change', function() {-->
<!--    var selectedMethod = this.value;-->
    
    // Hide all forms first
<!--    var allForms = document.querySelectorAll('.form-group');-->
<!--    allForms.forEach(function(form) {-->
<!--      form.style.display = 'none';-->
<!--    });-->
    
    // Show the form corresponding to the selected method
<!--    var selectedForm = document.getElementById(selectedMethod + 'Form');-->
<!--    if (selectedForm) {-->
<!--      selectedForm.style.display = 'block';-->
<!--    }-->
<!--  });-->

<!--  function copyToClipboard(elementId) {-->
<!--    var input = document.getElementById(elementId);-->
<!--    input.select();-->
<!--    document.execCommand('copy');-->
    // Optionally, you can provide feedback to the user that the text has been copied.
<!--    alert('Copied to clipboard');-->
<!--  }-->
<!--</script>-->



<hr>

<style>
  /* CSS for making the table scrollable */
  .scrollable-table {
    max-height: 250px; /* Adjust the max-height as needed */
    overflow-y: auto;
  }

  /* CSS for the table row */
  .cream-row {
    background-color: #FDF5E6; /* Cream color */
  }

  /* CSS for the preview image */
  .preview-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    text-align: center;
  }

  .preview-modal img {
    max-width: 90%;
    max-height: 90%;
    margin-top: 2%;
  }
</style>
<div class="row">
 
<div  class="col-lg-6 col-sm-12">
    <div class="table-responsive">
        Payment Proof
<table class="table table-responsive scrollable-table">
  <thead>
    <tr style="color:#000; background-color:#FDE9AC; text-align:center;">
      <th> ID</th>
      <th> Date</th>
      <th> Proof(click to Preview)</th>
    </tr>
  </thead>
  <tbody>
    <?php while($rowd = mysqli_fetch_assoc($tDetail)){ ?> 
      <tr class="cream-row" style="text-align:center;">
        <td>
          <?php echo  $rowd['id']   ?>
        </td>
        <td>
          <?php echo   $rowd['date']   ?>
        </td>
        <td>
          <?php echo "<img class='preview-image' style='width:90px; cursor:pointer;' src='admin/img/proof/" . $rowd['pimg'] . "'>"; ?>
        </td>
      </tr>
    <?php }?>
  </tbody>
</table>
</div>
</div>

</div>

<!-- Preview Modal -->
<div class="preview-modal" id="previewModal">
  <span class="close-preview">&times;</span>
  <img class="modal-content" id="previewImage">
</div>

<script>
  // JavaScript for image preview
  document.addEventListener("DOMContentLoaded", function() {
    var previewModal = document.getElementById("previewModal");
    var previewImage = document.getElementById("previewImage");
    var previewImages = document.getElementsByClassName("preview-image");
    var closePreview = document.getElementsByClassName("close-preview")[0];

    for (var i = 0; i < previewImages.length; i++) {
      previewImages[i].addEventListener("click", function() {
        previewImage.src = this.src;
        previewModal.style.display = "block";
      });
    }

    closePreview.addEventListener("click", function() {
      previewModal.style.display = "none";
    });

    window.onclick = function(event) {
      if (event.target == previewModal) {
        previewModal.style.display = "none";
      }
    };
  });
</script>

<br>







<div class="container">
    <p style="background-color:#323680; color:#FFF;">
        <marquee scrollamount="2" onMouseOver="stop">Reference code number 65432,Serial number 907685432,Deposit Number AJGTKD.</marquee>
    </p>
</div>



	<div class="row main-grid">
					<div class="col-sm-3 wow slideInUp" data-wow-delay="0.3s">
						<div class="sidebar-container">
							<div>
							<div class="container">
    <h2>Terms and Conditions:</h2>
    <ol>
      <li><strong>Package Refund Policy:</strong> Once a package has been received by the courier service, refunds will not be issued under any circumstances. Customers are advised to ensure accuracy in their shipping details prior to dispatch.</li>
      <li><strong>Payment Installment Terms:</strong> Payment for courier services must be made according to agreed-upon terms, which may include weekly, fortnightly, or monthly installments. Failure to comply with payment schedules may result in additional fees and suspension of services until outstanding balances are settled.</li>
      <li><strong>Storage Fee:</strong> Packages held in storage for any reason, including failure to make timely payments or unavailability of recipients, will be subject to a storage fee. This fee accrues daily until the package is either collected or alternative arrangements are made.</li>
      <li><strong>Package Movement:</strong> Packages will only be transported once full payment has been received and confirmed by the courier service. Any delays in payment may result in corresponding delays in package movement.</li>
      <li><strong>Package Privacy:</strong> The privacy and integrity of packages entrusted to our service are of utmost importance. Unless required by law enforcement agencies, customs regulations, or in cases of suspected illegal activities, packages will not be opened or inspected without explicit consent from the sender or recipient.</li>
      <li><strong>International Shipments:</strong> Shipments crossing international borders may be subject to additional fees, taxes, and customs duties as dictated by the destination country's regulations. Customers are responsible for ensuring compliance with all relevant customs requirements and for any associated costs incurred.</li>
      <li><strong>Responsibility for Package Damage:</strong> While every effort is made to ensure the safe handling and delivery of packages, the courier service accepts responsibility for any damage, loss, or tampering that occurs while the package is in our possession. Customers are encouraged to adequately package and insure valuable items to mitigate potential risks during transit.</li>
      <li><strong>Service Limitations:</strong> The courier service reserves the right to refuse service to any individual or organization deemed to be in violation of these terms and conditions or engaged in activities that compromise the safety, legality, or reputation of the service.</li>
      <li><strong>Amendment of Terms:</strong> These terms and conditions may be updated or modified by the courier service at any time without prior notice. Customers are advised to review these terms periodically to ensure continued compliance and understanding of their obligations.</li>
    </ol>
    <p>By utilizing the services of our courier service, customers acknowledge their acceptance of these terms and conditions and agree to abide by them in all interactions with the service.</p>
  </div>
  
							</div>
						</div>
					</div> 
					
				</div>    
  
            
		 
					
					
					
					
                </div><!-- /.row -->
            </div><!-- /.container -->
        </div><!-- /.flat-row -->
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    <br>
    	<!-- //portfolio-inner-page -->


<!-- footer -->
	<footer>
	  <div class="copyright">
	    <div class="container">
				<p>© Oceangatelogistic 2014. All RIGHTS RESERVED.</p>
			</div>
		</div>
	</footer>
	<!-- //footer -->



<!-- js-scripts -->					
<!-- js -->
	<script type="text/javascript" src="js/jquery-2.1.4.min.js"></script>
	<script type="text/javascript" src="js/bootstrap.js"></script> <!-- Necessary-JavaScript-File-For-Bootstrap --> 
<!-- //js -->	
<!-- //js-scripts -->

	<!--script for portfolio-->
			<script src="js/lightbox-plus-jquery.min.js"> </script>
			<script src="js/easyResponsiveTabs.js" type="text/javascript"></script>
			<script type="text/javascript">
				$(document).ready(function () {
					$('#horizontalTab').easyResponsiveTabs({
						type: 'default', //Types: default, vertical, accordion           
						width: 'auto', //auto or any width like 600px
						fit: true   // 100% fit in a container
					});
				});		
			</script>
	<!--//script for portfolio-->
			
 <!-- start-smoth-scrolling -->
<script src="js/SmoothScroll.min.js"></script>
<script type="text/javascript" src="js/move-top.js"></script>
<script type="text/javascript" src="js/easing.js"></script>
<script type="text/javascript">
	jQuery(document).ready(function($) {
		$(".scroll").click(function(event){		
			event.preventDefault();
			$('html,body').animate({scrollTop:$(this.hash).offset().top},1000);
		});
	});
</script>
<!-- here stars scrolling icon -->
	<script type="text/javascript">
		$(document).ready(function() {
			/*
				var defaults = {
				containerID: 'toTop', // fading element id
				containerHoverID: 'toTopHover', // fading element hover id
				scrollSpeed: 1200,
				easingType: 'linear' 
				};
			*/
								
			$().UItoTop({ easingType: 'easeOutQuart' });
								
			});
	</script>
	<!-- //here ends scrolling icon -->
<!-- start-smoth-scrolling -->
 </body>
</html>
b IDATxytVսϓ22 A@IR :hCiZ[v*E:WũZA ^dQeQ @ !jZ'>gsV仿$|?g)&x-EIENT ;@xT.i%-X}SvS5.r/UHz^_$-W"w)Ɗ/@Z &IoX P$K}JzX:;` &, ŋui,e6mX ԵrKb1ԗ)DADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADA݀!I*]R;I2$eZ#ORZSrr6mteffu*((Pu'v{DIߔ4^pIm'77WEEE;vƎ4-$]'RI{\I&G :IHJ DWBB=\WR޽m o$K(V9ABB.}jѢv`^?IOȅ} ڶmG}T#FJ`56$-ھ}FI&v;0(h;Б38CӧOWf!;A i:F_m9s&|q%=#wZprrrla A &P\\СC[A#! {olF} `E2}MK/vV)i{4BffV\|ۭX`b@kɶ@%i$K z5zhmX[IXZ` 'b%$r5M4º/l ԃߖxhʔ)[@=} K6IM}^5k㏷݆z ΗÿO:gdGBmyT/@+Vɶ纽z񕏵l.y޴it뭷zV0[Y^>Wsqs}\/@$(T7f.InݺiR$푔n.~?H))\ZRW'Mo~v Ov6oԃxz! S,&xm/yɞԟ?'uaSѽb,8GלKboi&3t7Y,)JJ c[nzӳdE&KsZLӄ I?@&%ӟ۶mSMMњ0iؐSZ,|J+N ~,0A0!5%Q-YQQa3}$_vVrf9f?S8`zDADADADADADADADADAdqP,تmMmg1V?rSI꒟]u|l RCyEf٢9 jURbztѰ!m5~tGj2DhG*{H9)꒟ר3:(+3\?/;TUݭʴ~S6lڧUJ*i$d(#=Yݺd{,p|3B))q:vN0Y.jkק6;SɶVzHJJЀ-utѹսk>QUU\޲~]fFnK?&ߡ5b=z9)^|u_k-[y%ZNU6 7Mi:]ۦtk[n X(e6Bb."8cۭ|~teuuw|ήI-5"~Uk;ZicEmN/:]M> cQ^uiƞ??Ңpc#TUU3UakNwA`:Y_V-8.KKfRitv޲* 9S6ֿj,ՃNOMߤ]z^fOh|<>@Å5 _/Iu?{SY4hK/2]4%it5q]GGe2%iR| W&f*^]??vq[LgE_3f}Fxu~}qd-ږFxu~I N>\;͗O֊:̗WJ@BhW=y|GgwܷH_NY?)Tdi'?խwhlmQi !SUUsw4kӺe4rfxu-[nHtMFj}H_u~w>)oV}(T'ebʒv3_[+vn@Ȭ\S}ot}w=kHFnxg S 0eޢm~l}uqZfFoZuuEg `zt~? b;t%>WTkķh[2eG8LIWx,^\thrl^Ϊ{=dž<}qV@ ⠨Wy^LF_>0UkDuʫuCs$)Iv:IK;6ֲ4{^6եm+l3>݆uM 9u?>Zc }g~qhKwڭeFMM~pМuqǿz6Tb@8@Y|jx](^]gf}M"tG -w.@vOqh~/HII`S[l.6nØXL9vUcOoB\xoǤ'T&IǍQw_wpv[kmO{w~>#=P1Pɞa-we:iǏlHo׈꒟f9SzH?+shk%Fs:qVhqY`jvO'ρ?PyX3lх]˾uV{ݞ]1,MzYNW~̈́ joYn}ȚF߾׮mS]F z+EDxm/d{F{-W-4wY듏:??_gPf ^3ecg ҵs8R2מz@TANGj)}CNi/R~}c:5{!ZHӋӾ6}T]G]7W6^n 9*,YqOZj:P?Q DFL|?-^.Ɵ7}fFh׶xe2Pscz1&5\cn[=Vn[ĶE鎀uˌd3GII k;lNmشOuuRVfBE]ۣeӶu :X-[(er4~LHi6:Ѻ@ԅrST0trk%$Č0ez" *z"T/X9|8.C5Feg}CQ%͞ˣJvL/?j^h&9xF`њZ(&yF&Iݻfg#W;3^{Wo^4'vV[[K';+mӍִ]AC@W?1^{එyh +^]fm~iԵ]AB@WTk̏t uR?l.OIHiYyԶ]Aˀ7c:q}ힽaf6Z~қm(+sK4{^6}T*UUu]n.:kx{:2 _m=sAߤU@?Z-Vކеz왍Nэ{|5 pڶn b p-@sPg]0G7fy-M{GCF'%{4`=$-Ge\ eU:m+Zt'WjO!OAF@ik&t݆ϥ_ e}=]"Wz_.͜E3leWFih|t-wZۍ-uw=6YN{6|} |*={Ѽn.S.z1zjۻTH]흾 DuDvmvK.`V]yY~sI@t?/ϓ. m&["+P?MzovVЫG3-GRR[(!!\_,^%?v@ҵő m`Y)tem8GMx.))A]Y i`ViW`?^~!S#^+ѽGZj?Vģ0.))A꨷lzL*]OXrY`DBBLOj{-MH'ii-ϰ ok7^ )쭡b]UXSְmռY|5*cֽk0B7镹%ڽP#8nȎq}mJr23_>lE5$iwui+ H~F`IjƵ@q \ @#qG0".0" l`„.0! ,AQHN6qzkKJ#o;`Xv2>,tێJJ7Z/*A .@fفjMzkg @TvZH3Zxu6Ra'%O?/dQ5xYkU]Rֽkق@DaS^RSּ5|BeHNN͘p HvcYcC5:y #`οb;z2.!kr}gUWkyZn=f Pvsn3p~;4p˚=ē~NmI] ¾ 0lH[_L hsh_ғߤc_њec)g7VIZ5yrgk̞W#IjӪv>՞y睝M8[|]\շ8M6%|@PZڨI-m>=k='aiRo-x?>Q.}`Ȏ:Wsmu u > .@,&;+!!˱tﭧDQwRW\vF\~Q7>spYw$%A~;~}6¾ g&if_=j,v+UL1(tWake:@Ș>j$Gq2t7S?vL|]u/ .(0E6Mk6hiۺzښOrifޱxm/Gx> Lal%%~{lBsR4*}{0Z/tNIɚpV^#Lf:u@k#RSu =S^ZyuR/.@n&΃z~B=0eg뺆#,Þ[B/?H uUf7y Wy}Bwegל`Wh(||`l`.;Ws?V@"c:iɍL֯PGv6zctM̠':wuW;d=;EveD}9J@B(0iհ bvP1{\P&G7D޴Iy_$-Qjm~Yrr&]CDv%bh|Yzni_ˆR;kg}nJOIIwyuL}{ЌNj}:+3Y?:WJ/N+Rzd=hb;dj͒suݔ@NKMԄ jqzC5@y°hL m;*5ezᕏ=ep XL n?מ:r`۵tŤZ|1v`V뽧_csج'ߤ%oTuumk%%%h)uy]Nk[n 'b2 l.=͜E%gf$[c;s:V-͞WߤWh-j7]4=F-X]>ZLSi[Y*We;Zan(ӇW|e(HNNP5[= r4tP &0<pc#`vTNV GFqvTi*Tyam$ߏWyE*VJKMTfFw>'$-ؽ.Ho.8c"@DADADADADADADADADA~j*֘,N;Pi3599h=goضLgiJ5փy~}&Zd9p֚ e:|hL``b/d9p? fgg+%%hMgXosج, ΩOl0Zh=xdjLmhݻoO[g_l,8a]٭+ӧ0$I]c]:粹:Teꢢ"5a^Kgh,&= =՟^߶“ߢE ܹS J}I%:8 IDAT~,9/ʃPW'Mo}zNƍ쨓zPbNZ~^z=4mswg;5 Y~SVMRXUյڱRf?s:w ;6H:ºi5-maM&O3;1IKeamZh͛7+##v+c ~u~ca]GnF'ټL~PPPbn voC4R,ӟgg %hq}@#M4IÇ Oy^xMZx ) yOw@HkN˖-Sǎmb]X@n+i͖!++K3gd\$mt$^YfJ\8PRF)77Wא!Cl$i:@@_oG I{$# 8磌ŋ91A (Im7֭>}ߴJq7ޗt^ -[ԩSj*}%]&' -ɓ'ꫯVzzvB#;a 7@GxI{j޼ƌ.LÇWBB7`O"I$/@R @eee@۷>}0,ɒ2$53Xs|cS~rpTYYY} kHc %&k.], @ADADADADADADADADA@lT<%''*Lo^={رc5h %$+CnܸQ3fҥK}vUVVs9G R,_{xˇ3o߾;TTTd}馛]uuuG~iԩ@4bnvmvfϞ /Peeeq}}za I~,誫{UWW뮻}_~YƍSMMMYχ֝waw\ďcxꩧtEƍկ_?۷5@u?1kNׯWzz/wy>}zj3 k(ٺuq_Zvf̘:~ ABQ&r|!%KҥKgԞ={<_X-z !CyFUUz~ ABQIIIjݺW$UXXDٳZ~ ABQƍecW$<(~<RSSvZujjjԧOZQu@4 8m&&&jԩg$ď1h ͟?_{768@g =@`)))5o6m3)ѣƌJ;wҿUTT /KZR{~a=@0o<*狔iFɶ[ˎ;T]]OX@?K.ۈxN pppppppppppppppppPfl߾] ,{ァk۶mڿo5BTӦMӴiӴ|r DB2e|An!Dy'tkΝ[A $***t5' "!駟oaDnΝ:t֭[gDШQ06qD;@ x M6v(PiizmZ4ew"@̴ixf [~-Fٱc&IZ2|n!?$@{[HTɏ#@hȎI# _m(F /6Z3z'\r,r!;w2Z3j=~GY7"I$iI.p_"?pN`y DD?: _  Gÿab7J !Bx@0 Bo cG@`1C[@0G @`0C_u V1 aCX>W ` | `!<S `"<. `#c`?cAC4 ?c p#~@0?:08&_MQ1J h#?/`7;I  q 7a wQ A 1 Hp !#<8/#@1Ul7=S=K.4Z?E_$i@!1!E4?`P_  @Bă10#: "aU,xbFY1 [n|n #'vEH:`xb #vD4Y hi.i&EΖv#O H4IŶ}:Ikh @tZRF#(tXҙzZ ?I3l7q@õ|ۍ1,GpuY Ꮿ@hJv#xxk$ v#9 5 }_$c S#=+"K{F*m7`#%H:NRSp6I?sIՖ{Ap$I$I:QRv2$Z @UJ*$]<FO4IENDB`