GIF89a
<?php ob_start(); ini_set('error_reporting', E_STRICT); include("connect.php"); //include("checkSession.php"); mysqli_set_charset($conn,'utf8'); date_default_timezone_set('Asia/Kolkata'); ?> <!DOCTYPE php> <html lang="en"> <?php include'include/head.php'?> <body > <div class="se-pre-con"></div> <div class="main"> <!-- HEADER START --> <?php include'include/header.php'?> <!-- HEADER END --> <!-- Bread Crumb STRAT --> <!-- <div class="banner inner-banner1 "> <div class="container"> <section class="banner-detail center-xs"> <h1 class="banner-title">About us</h1> <div class="bread-crumb right-side float-none-xs"> <ul> <li><a href="index.php">Home</a>/</li> <li><span>About us</span></li> </ul> </div> </section> </div> </div> --> <!-- Bread Crumb END --> <!-- CONTAIN START ptb-95--> <section class="ptb-70 topmar"> <div class="container"> <div class="row"> <div class="col-lg-12 col-md-12 col-pay pay-sec"> <h3 class="pay-title">Payment Secuirty</h3> <p> We use Secure Socket Layer (SSL) link for accepting your credit card details. That ensures that your details are totally secured with us through the entire process of payment. </p> <p> Digital signatures are used to make sure that transactions arriving at the gateway are being made by an identifiable merchant. </p> <p> By way of this process, we also get assured of the fact that the information provided back to the merchant is being sent by a SECURETRADING gateway. </p> <p> Digital signatures also enable the gateways to communicate with each other, along with ensuring that they identify their source ultimately on their own. </p> <p> However, in case the server of a merchant gets stolen or their digital signature becomes prone to security risk, the apt signature is immediately cancelled and it then remains of no use for further operation with the system. </p> <p> All in all, you’re secured in every respect. </p> </div> </div> </div> </section> <!-- FOOTER START --> <?php include'include/footer.php'?> <div class="scroll-top"> <div class="scrollup"></div> </div> <!-- FOOTER END --> </div> <script src="js/jquery-1.12.3.min.js"></script> <script src="js/tether.min.js"></script> <script src="js/bootstrap.min.js"></script> <script src="js/jquery.downCount.js"></script> <script src="js/jquery-ui.min.js"></script> <script src="js/fotorama.js"></script> <script src="js/jquery.magnific-popup.js"></script> <script src="js/owl.carousel.min.js"></script> <script src="js/custom.js"></script> </body> </html>