
/* Slider-2 */
   
	#carousel .bx-pager-item a.bx-pager-link.active { background-color: #73dee8; }
	
	/* Slider-3 */
	
	#client-testimonial-single {
		padding: 15px 0 0 10px;
		border-left: 3px solid #decc00;
		margin: 30px 0;
	}
	
	#client-testimonial-single blockquote {
		float: left;  
		width: 620px; 
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
		padding: 15px 0 0 45px;		
		margin-right: 15px; 
		background: url(/web/20220426200250im_/http://kalangutkar.com/js/images/bg-blockquote.png) no-repeat top left;
	}
	
	#client-testimonial-single blockquote p { font-style: normal; }
	
	#client-testimonial-single blockquote p.author { 
		text-align: right;
		color: #afafaf;
		padding-right: 20px;
	}
	
	#client-testimonial-single blockquote p.author span:before { content: none; }
	
	#client-testimonial-single blockquote p.author span {
		display: inline-block;
		color: #73dee8;
	}
	
	#client-testimonial-single img { float: left; }
	
	#client-testimonial-single .headline {
		float: left;
		width: 140px;
		padding: 52px 0 53px 0;
		margin: 0;
		background-color: #decc00;
	}
	
	#client-testimonial-single .headline img {
		position: relative;
		float: none;
		margin: 0 auto;
	}
	
	#client-testimonial-single .bx-pager { 
		bottom: 20px; 
		left: 30px;
		width: auto;
	}
	
	#client-testimonial-single .bx-pager-item a.bx-pager-link {
		width: 7px;
		height: 7px;
		margin-left: 2px;
		background-color: #afafaf; 
	}
	
	#client-testimonial-single .bx-pager-item a.bx-pager-link.active { background-color: #73dee8; }

/* ==========================================================================
   #RESET AND LAYOUT
   ========================================================================== */

	.bx-wrapper {
		position: relative; 
	}
	
	.bx-wrapper img {
		display: block;
		max-width: 100%;
	}

/* ==========================================================================
   #THEME
   ========================================================================== */

	#client-testimonial-double .bx-wrapper {  }
	#client-testimonial-single .bx-wrapper { margin-bottom: 0px; }
	
	#client-testimonial-double .bx-wrapper .bx-viewport {
		/*min-height: 300px;*/
	}
	
	.bx-wrapper .bx-pager,
	.bx-wrapper .bx-controls-auto {
		position: relative;
		/*bottom: -60px;
		width: 100%;*/
	}

/* #LOADER
   ========================================================================== */

	.bx-wrapper .bx-loading {
		position: absolute;
		z-index: 5;
		top: 0;
		left: 0;
		width: 100%;
		min-height: 50px;
		height: 100%;
		background: url(/web/20220426200250im_/http://kalangutkar.com/js/bxslider/images/bx_loader.gif) center center no-repeat #fff;
	}

/* #PAGER
   ========================================================================== */

	.bx-wrapper .bx-pager {
		color: #666;
		text-align: center;
	}
	
	.bx-wrapper .bx-pager .bx-pager-item,
	.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
		display: inline-block;
	}
	
	.bx-wrapper .bx-pager.bx-default-pager a {
		display: block;
		width: 10px;
		height: 10px;
		-webkit-border-radius: 5px;
		   -moz-border-radius: 5px;
				border-radius: 5px;
		outline: 0;
		margin: 0 5px;
		background: #fff;
		text-indent: -9999px;
	}
	
	.bx-wrapper .bx-pager.bx-default-pager a:hover,
	.bx-wrapper .bx-pager.bx-default-pager a.active {
		background: #e2ca03;
	}

/* #DIRECTION CONTROLS (NEXT / PREV
   ========================================================================== */

	.bx-wrapper .bx-prev {
		left: 30px;
		background: url(/web/20220426200250im_/http://kalangutkar.com/js/bxslider/images/bg_direction_nav.png) no-repeat center left;
	}
	
	.bx-wrapper .bx-next {
		right: 30px;
		background: url(/web/20220426200250im_/http://kalangutkar.com/js/bxslider/images/bg_direction_nav.png) no-repeat center right;
	}
	
	.bx-wrapper .bx-prev:hover {
		opacity: 1;
	}
	
	.bx-wrapper .bx-next:hover {
		opacity: 1;
	}
	
	.bx-wrapper .bx-controls-direction a {
		position: absolute;
		z-index: 9999;
		top: 50%;
		width: 28px;
		height: 27px;
		outline: 0;
		margin-top: -16px;
		text-indent: -9999px;
		opacity: 0.3;
	}
	
	.bx-wrapper .bx-controls-direction a.disabled {
		display: none;
	}

/* #AUTO CONTROLS (START / STOP)
   ========================================================================== */

	.bx-wrapper .bx-controls-auto {
		text-align: center;
	}
	
	.bx-wrapper .bx-controls-auto .bx-start {
		display: block;
		width: 10px;
		height: 11px;
		outline: 0;
		margin: 0 3px;
		text-indent: -9999px;
		background: url(/web/20220426200250im_/http://kalangutkar.com/js/bxslider/images/controls.png) -86px -11px no-repeat;
	}
	
	.bx-wrapper .bx-controls-auto .bx-start:hover,
	.bx-wrapper .bx-controls-auto .bx-start.active {
		background-position: -86px 0;
	}
	
	.bx-wrapper .bx-controls-auto .bx-stop {
		display: block;
		width: 9px;
		height: 11px;
		outline: 0;
		margin: 0 3px;
		text-indent: -9999px;
		background: url(/web/20220426200250im_/http://kalangutkar.com/js/bxslider/images/controls.png) -86px -44px no-repeat;
	}
	
	.bx-wrapper .bx-controls-auto .bx-stop:hover,
	.bx-wrapper .bx-controls-auto .bx-stop.active {
		background-position: -86px -33px;
	}

/* #PAGER WITH AUTO-CONTROLS HYBRID LAYOUT
   ========================================================================== */

	.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
		width: 80%;
		text-align: left;	
	}
	
	.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
		right: 0;
		width: 35px;
	}

/* #IMAGE CAPTIONS
   ========================================================================== */

	.bx-wrapper .bx-caption {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		background: rgba(80, 80, 80, 0.75);
	}
	
	.bx-wrapper .bx-caption span {
		display: block;
		padding: 10px;
		color: #fff;
		font-family: Arial;
		font-size: 13px;
	}

/* #SLIDE TEXT
   ========================================================================== */

	.slidetext {
		position: absolute;
		bottom:90px;
		left: 120px;
		width: 250px;
		padding: 25px;
		background-color: rgba(0, 0, 0, 0.5);
		color: #aeb0b3;
	}
	
	.slidetext h2, 
	.slidetext h3 {
		color: #ffffff;
	}
	
	.slidetext a, 
	.slidetext h2 a, 
	.slidetext h3 a {
		color: #ffffff;
		text-decoration: none;
	}
	
	
	@media (min-width: 768px) and (max-width: 979px) {
	
		.bx-wrapper { margin-bottom: 30px; }
		
		/*#client-testimonial-double .bx-wrapper .bx-viewport { min-height: 345px; }*/
		
	}
	
	@media (max-width: 767px) {
	
		.slidetext { display: none; }
		
		#client-testimonial-double .bx-wrapper .bx-viewport { min-height: 0; }
	
	}
/*
     FILE ARCHIVED ON 20:02:50 Apr 26, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 04:31:11 Feb 22, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.716
  exclusion.robots: 0.032
  exclusion.robots.policy: 0.019
  esindex: 0.014
  cdx.remote: 19.912
  LoadShardBlock: 1709.805 (3)
  PetaboxLoader3.datanode: 1645.431 (4)
  PetaboxLoader3.resolve: 166.191 (2)
  load_resource: 110.654
*/