"team slider"
Bootstrap 3.3.0 Snippet by Stephenmokoro

<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <section class="web_disigner"> <div class="web_disigner_contain"> <center><h1 style=" display:inline;">Featured Web Developer</h1></center> <div class="container"> <div class='row'> <div class='col-md-12'> <div class="carousel slide media-carousel" id="media"> <div class="carousel-inner"> <div class="item active"> <div class="row"> <div class="col-md-4 padtop30"> <center><div class="parent_circle"> <div class="parent_circle_contain"> <p>R JOSHI </p> <p>Developer PROFILE</p> <a href="#">Know More...</a> </div> <div class=" child_round_circle child_round_circle_img1"> </div> </div> </center> </div> <div class="col-md-4 padtop30"> <center><div class="parent_circle"> <div class="parent_circle_contain"> <p>ABHISHEK</p> <p>DESIGNER PROFILE</p> <a href="#">Know More...</a> </div> <div class="child_round_circle child_round_circle_img2 "> </div> </div> </center> </div> <div class="col-md-4 padtop30"> <center> <div class="parent_circle"> <div class="parent_circle_contain"> <p>DEV</p> <p>DESIGNER PROFILE</p> <a href="#">Know More...</a> </div> <div class=" child_round_circle child_round_circle_img3 "> </div> </div> </center> </div> </div> </div> <div class="item"> <div class="row"> <div class="col-md-4 padtop30"> <center><div class="parent_circle"> <div class="parent_circle_contain"> <p>VINITA</p> <p>DESIGNER PROFILE</p> <a href="#">Know More...</a> </div> <div class=" child_round_circle child_round_circle_img4 "> </div> </div> </center> </div> <div class="col-md-4 padtop30"> <center><div class="parent_circle"> <div class="parent_circle_contain"> <p>M . KHAN</p> <p>Developer PROFILE</p> <a href="#">Know More...</a> </div> <div class=" child_round_circle child_round_circle_img5"> </div> </div> </center> </div> <div class="col-md-4 padtop30"> <center><div class="parent_circle"> <div class="parent_circle_contain"> <p>BRIJESH</p> <p>DESIGNER PROFILE</p> <a href="#">Know More...</a> </div> <div class=" child_round_circle child_round_circle_img6"> </div> </div> </center> </div> </div> </div> </div> <a data-slide="prev" href="#media" class="left carousel-control">‹</a> <a data-slide="next" href="#media" class="right carousel-control">›</a> </div> </div> </div> </div> </div>
/* carousel */ .media-carousel { margin-bottom: 0; padding: 0 40px 30px 40px; margin-top: 30px; } /* Previous button */ .media-carousel .carousel-control.left { left: -12px; background-image: none; background: none repeat scroll 0 0 #222222; border: 4px solid #FFFFFF; border-radius: 23px 23px 23px 23px; height: 40px; width : 40px; margin-top: 30px } /* Next button */ .media-carousel .carousel-control.right { right: -12px !important; background-image: none; background: none repeat scroll 0 0 #222222; border: 4px solid #FFFFFF; border-radius: 23px 23px 23px 23px; height: 40px; width : 40px; margin-top: 30px } /* Changes the position of the indicators */ .media-carousel .carousel-indicators { right: 50%; top: auto; bottom: 0px; margin-right: -19px; } /* Changes the colour of the indicators */ .media-carousel .carousel-indicators li { background: #c0c0c0; } .media-carousel .carousel-indicators .active { background: #333333; } .media-carousel img { width: 250px; height: 100px } /* here is custom styling */ .web_disigner { background: #43b8e3; min-height: 400px; } .web_disigner .web_disigner_contain { padding: 80px 0px; } .web_disigner .parent_circle { background: #63cdf4 none repeat scroll 0 0; border: 15px solid #30a9d4; border-radius: 50%; height: 170px; width: 170px; display: table; position: relative; } .web_disigner .parent_circle .parent_circle_contain { display: table-cell; vertical-align: middle; font-size: 13px; text-align: center; font-weight: 600; } .web_disigner .parent_circle .child_round_circle { border: 15px solid #63cdf4; border-radius: 50%; height: 120px; left: 125px; position: absolute; top: -25px; width: 120px; } .web_disigner .parent_circle .child_round_circle_img1 { background: url("http://imensosoftware.com/wp-content/uploads/2016/01/1.jpg"); background-size: 100%; } .web_disigner .parent_circle .child_round_circle_img2 { background: transparent url("http://imensosoftware.com/wp-content/uploads/2016/01/2.jpg") repeat scroll 0 -11px/100% auto; background-position:top; } .web_disigner .parent_circle .child_round_circle_img3 { background: url("http://imensosoftware.com/wp-content/uploads/2016/01/8.jpg"); background-size: 100%; } .web_disigner .parent_circle .child_round_circle_img4 { background: url("http://imensosoftware.com/wp-content/uploads/2016/01/9.jpg"); background-size: 100%; } .web_disigner .parent_circle .child_round_circle_img5 { background: url("http://imensosoftware.com/wp-content/uploads/2016/01/6.jpg"); background-size: 100%; } .web_disigner .parent_circle .child_round_circle_img6 { background: url("http://imensosoftware.com/wp-content/uploads/2016/01/5.jpg"); background-size: 100%; } .padtop30 { padding-top: 30px; } /* here is our responsive css */ @media only screen and (max-width: 360px) { .web_disigner .parent_circle .child_round_circle { border: 15px solid #63cdf4; border-radius: 50%; height: 100px; left: 100px; position: absolute; top: -38px; width: 100px; } .media-carousel .carousel-control.left{ margin-top: 290px; } .media-carousel .carousel-control.right{ margin-top: 290px; } } /* End carousel */ @import url(//fonts.googleapis.com/css?family=Lato:400,900); @import url(//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css); body { padding: 60px 0px; } .animate { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .info-card { width: 100%; border: 1px solid rgb(215, 215, 215); position: relative; font-family: 'Lato', sans-serif; margin-bottom: 20px; overflow: hidden; } .info-card > img { width: 100px; margin-bottom: 60px; } .info-card .info-card-details, .info-card .info-card-details .info-card-header { width: 100%; height: 100%; position: absolute; bottom: -100%; left: 0; padding: 0 15px; background: rgb(255, 255, 255); text-align: center; } .info-card .info-card-details::-webkit-scrollbar { width: 8px; } .info-card .info-card-details::-webkit-scrollbar-button { width: 8px; height: 0px; } .info-card .info-card-details::-webkit-scrollbar-track { background: transparent; } .info-card .info-card-details::-webkit-scrollbar-thumb { background: rgb(160, 160, 160); } .info-card .info-card-details::-webkit-scrollbar-thumb:hover { background: rgb(130, 130, 130); } .info-card .info-card-details .info-card-header { height: auto; bottom: 100%; padding: 10px 5px; } .info-card:hover .info-card-details { bottom: 0px; overflow: auto; padding-bottom: 25px; } .info-card:hover .info-card-details .info-card-header { position: relative; bottom: 0px; padding-top: 45px; padding-bottom: 25px; } .info-card .info-card-details .info-card-header h1, .info-card .info-card-details .info-card-header h3 { color: rgb(62, 62, 62); font-size: 22px; font-weight: 900; text-transform: uppercase; margin: 0 !important; padding: 0 !important; } .info-card .info-card-details .info-card-header h3 { color: rgb(142, 182, 52); font-size: 15px; font-weight: 400; margin-top: 5px; } .info-card .info-card-details .info-card-detail .social { list-style: none; padding: 0px; margin-top: 25px; text-align: center; } .info-card .info-card-details .info-card-detail .social a { position: relative; display: inline-block; min-width: 40px; padding: 10px 0px; margin: 0px 5px; overflow: hidden; text-align: center; background-color: rgb(215, 215, 215); border-radius: 40px; } a.social-icon { text-decoration: none !important; box-shadow: 0px 0px 1px rgb(51, 51, 51); box-shadow: 0px 0px 1px rgba(51, 51, 51, 0.7); } a.social-icon:hover { color: rgb(255, 255, 255) !important; } a.facebook { color: rgb(59, 90, 154) !important; } a.facebook:hover { background-color: rgb(59, 90, 154) !important; } a.twitter { color: rgb(45, 168, 225) !important; } a.twitter:hover { background-color: rgb(45, 168, 225) !important; } a.github { color: rgb(51, 51, 51) !important; } a.github:hover { background-color: rgb(51, 51, 51) !important; } a.google-plus { color: rgb(244, 94, 75) !important; } a.google-plus:hover { background-color: rgb(244, 94, 75) !important; } a.linkedin { color: rgb(1, 116, 179) !important; } a.linkedin:hover { background-color: rgb(1, 116, 179) !important; }
<script> $(document).ready(function() { $('#media').carousel({ // pause: true, interval:3 secon, }); }); </script>

Questions / Comments: