File: /var/www/html/ccc/v5.3/assets/team-member.php
<style>
@media (min-width: 1200px){
.container {
width: 1180px !important;
max-width: 100% !important;
}
}
.container{
width:1172px !important;
}
</style>
<section class="team-members" id="team" style="margin-top:5%; margin-bottom:5%;">
<div class="container" >
<div class="row ">
<div class="col-lg-8 offset-lg-2 col-md-10 offset-md-1">
<div class="sec-heading text-center">
<h1 style="margin-bottom:5%; font-size: 46px; font-weight: bold; line-height: 1.2em;">Team <span style="color: #00a0e3;"> Members</span></h1>
</div>
</div>
</div>
</div>
<div class="testimonial-box">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="team-slider owl-carousel">
<div class="single-box text-center">
<div class="info-area" style="margin-bottom:8% !important;">
<h4 style="color: #004aad;">Neeraj Kumar</h4>
<p>Working with the company who have the DNA of encouraging employees to bring new ideas to the table is what any professional would dream of. The leaders not only gives the liberty to take the decision of on our own, but also teaches us to take the responsibilities of the things that go wrong. I spend wonderful two years and look forward to many more.</p>
<a href="#" >Learn More</a>
</div>
<div class="img-area"><img alt="" class="img-fluid move-animation" src="images/career-images/neeraj-kumar.png"></div>
</div>
<div class="single-box text-center">
<div class="info-area" style="margin-bottom:8% !important;">
<h4 style="color: #004aad;">Deepak Pandey</h4>
<p>Working with the company who have the DNA of encouraging employees to bring new ideas to the table is what any professional would dream of. The leaders not only gives the liberty to take the decision of on our own, but also teaches us to take the responsibilities of the things that go wrong. I spend wonderful two years and look forward to many more.</p>
<a href="#">Learn More</a>
</div>
<div class="img-area"><img alt="" class="img-fluid move-animation" src="images/career-images/deepak-pandey.png"></div>
</div>
<div class="single-box text-center">
<div class="info-area" style="margin-bottom:8% !important;">
<h4 style="color: #004aad;">Shubham Das</h4>
<p>Working with the company who have the DNA of encouraging employees to bring new ideas to the table is what any professional would dream of. The leaders not only gives the liberty to take the decision of on our own, but also teaches us to take the responsibilities of the things that go wrong. I spend wonderful two years and look forward to many more.</p>
<a href="#">Learn More</a>
</div>
<div class="img-area"><img alt="" class="img-fluid move-animation" src="images/career-images/3 (1).png"></div>
</div>
<div class="single-box text-center">
<div class="info-area" style="margin-bottom:8% !important;">
<h4 style="color: #004aad;">Monaj Kumar</h4>
<p>Working with the company who have the DNA of encouraging employees to bring new ideas to the table is what any professional would dream of. The leaders not only gives the liberty to take the decision of on our own, but also teaches us to take the responsibilities of the things that go wrong. I spend wonderful two years and look forward to many more.</p>
<a href="#">Learn More</a>
</div>
<div class="img-area"><img alt="" class="img-fluid move-animation" src="images/career-images/monaj-kumar.png"></div>
</div>
<div class="single-box text-center">
<div class="info-area" style="margin-bottom:8% !important;">
<h4 style="color: #004aad;">Rohit Sharma</h4>
<p>Working with the company who have the DNA of encouraging employees to bring new ideas to the table is what any professional would dream of. The leaders not only gives the liberty to take the decision of on our own, but also teaches us to take the responsibilities of the things that go wrong. I spend wonderful two years and look forward to many more.</p>
<a href="#">Learn More</a>
</div>
<div class="img-area"><img alt="" class="img-fluid move-animation" src="images/career-images/rohit-sharma.png"></div>
</div>
<div class="single-box text-center">
<div class="info-area" style="margin-bottom:8% !important;">
<h4 style="color: #004aad;">Anil Rawat</h4>
<p>Working with the company who have the DNA of encouraging employees to bring new ideas to the table is what any professional would dream of. The leaders not only gives the liberty to take the decision of on our own, but also teaches us to take the responsibilities of the things that go wrong. I spend wonderful two years and look forward to many more.</p>
<a href="#">Learn More</a>
</div>
<div class="img-area"><img alt="" class="img-fluid move-animation" src="images/career-images/anil-rawat.png"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js">
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js">
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.6.0/js/bootstrap.min.js">
</script>
<script>
$('.team-slider').owlCarousel({
loop: true,
nav: false,
autoplay: true,
autoplayTimeout: 5000,
smartSpeed: 450,
margin: 20,
responsive: {
0: {
items: 1
},
768: {
items: 2
},
991: {
items: 3
},
1200: {
items: 3
},
1920: {
items: 3
}
}
});
</script>