|
1Server IP : 2a02:4780:11:1776:0:2637:29db:10 / Your IP : 216.73.216.175 Web Server : LiteSpeed System : Linux in-mum-web1676.main-hosting.eu 5.14.0-503.38.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Apr 18 08:52:10 EDT 2025 x86_64 User : u641149403 ( 641149403) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF Directory (0555) : /home/u641149403/domains/mistytourandtravel.in/../itciedu.in/public_html/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<?php include('include/header.php'); ?>
<!-----about us section---->
<div class="container-fluid" style="">
<div class="container pb-5">
<div class="row">
<div class="col-sm-12 col-12">
<br><br>
<center>
<h2 class="ITCI_heading">Privacy <span style="color:#FF6600;" class="hspan">Policy</span></h2>
</center>
<p class="main"><strong><span data-preserver-spaces="true">At Digital Marketing Institute, we value your privacy and are committed to protecting your personal information. We may collect personal identification information from users when they visit our site, register for our courses, or use our services12345. This information may include your name, email address, phone number, and other relevant details. We use this information to provide you with the best possible experience and to improve our services.
We do not sell, trade, or rent your personal information to third parties. We may share your information with trusted partners who assist us in providing our services, but only to the extent necessary to perform these functions. We may also disclose your information if required by law or to protect our rights or the rights of others.
We take reasonable measures to protect your personal information from unauthorized access, alteration, or disclosure. We use industry-standard security protocols to ensure the confidentiality and integrity of your data.
By using our site or services, you consent to our Privacy Policy. We reserve the right to modify this policy at any time, so please review it frequently. If you have any questions or concerns about our Privacy Policy, please contact us.</p>
<br>
</div>
</div>
</div>
</div>
<script src="../cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="../cdnjs.cloudflare.com/ajax/libs/waypoints/4.0.1/jquery.waypoints.min.js" ></script>
<script src="../cdnjs.cloudflare.com/ajax/libs/Counter-Up/1.0.0/jquery.counterup.min.js" ></script>
<script type="text/javascript">
function toggleIcon(e) {
$(e.target)
.prev('.panel-heading')
.find(".more-less")
.toggleClass('glyphicon-plus glyphicon-minus');
}
$('.panel-group').on('hidden.bs.collapse', toggleIcon);
$('.panel-group').on('shown.bs.collapse', toggleIcon);
</script>
<script type="text/javascript">
function inVisible(element) {
//Checking if the element is
//visible in the viewport
var WindowTop = $(window).scrollTop();
var WindowBottom = WindowTop + $(window).height();
var ElementTop = element.offset().top;
var ElementBottom = ElementTop + element.height();
//animating the element if it is
//visible in the viewport
if ((ElementBottom <= WindowBottom) && ElementTop >= WindowTop)
animate(element);
}
function animate(element) {
//Animating the element if not animated before
if (!element.hasClass('ms-animated')) {
var maxval = element.data('max');
var html = element.html();
element.addClass("ms-animated");
$({
countNum: element.html()
}).animate({
countNum: maxval
}, {
//duration 5 seconds
duration: 5000,
easing: 'linear',
step: function() {
element.html(Math.floor(this.countNum) + html);
},
complete: function() {
element.html(this.countNum + html);
}
});
}
}
//When the document is ready
$(function() {
//This is triggered when the
//user scrolls the page
$(window).scroll(function() {
//Checking if each items to animate are
//visible in the viewport
$("h2[data-max]").each(function() {
inVisible($(this));
});
})
});
</script>
<script type="text/javascript" src="../cdnjs.cloudflare.com/ajax/libs/owl-carousel/1.3.3/owl.carousel.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$("#testimonial-slider").owlCarousel({
items:3,
itemsDesktop:[1199,2],
itemsDesktopSmall:[979,2],
itemsTablet:[768,2],
itemsMobile:[600,1],
pagination:true,
navigation:false,
navigationText:["",""],
slideSpeed:1000,
autoPlay:true
});
});
</script>
<script type="text/javascript">
$('input:text').focus(
function(){
$(this).val('');
});
</script>
<?php include('include/footer.php'); ?>