/*--- Testimonials Parts Starts Here ----*/
.mrg2{
	padding-top: .05em;
}
.testimonial{
	background: rgb(44, 52, 61);
	padding: 0.5em 0.5em;
    height: 10em;
}
.testimonial h2.top-title{
	font-size:1.4em;
	color:#000;
	font-weight:600;
	text-transform:uppercase;
	text-align:center;
	margin:5em 0 0.0em 0;
	font-family: Georgia, 'Times New Roman', Times, serif;
}
.testimonial h5{
	font-size:1.8em;
	color: rgb(206, 206, 206);
	font-weight: 500;
	text-align:right;
	margin-bottom:.5em;
	margin-top:0em;
	text-transform:capitalize;
	font-family:'Times New Roman', Times, serif;
}
.testimonial blockquote.style1{
	padding-top: 0px;
	margin: 0px;
	/* background-image: url(../images/quote-left.png); */
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: 37px;
}
.testimonial blockquote.style1 span {
	display: block;
	/* background-image: url(../images/quote-right.png); */
	background-repeat: no-repeat;
	background-position: bottom right;
	text-align: center;
	color: rgb(206, 206, 206);
	text-transform:capitalize;
	font: 16px/20px normal Tahoma, sans-serif;
	font-family: cursive;
	font-weight:200;
	font-size:.8em;
	
}
.testimonial-slide h5{
	font-size:1.2em;
	color:white;
	font-weight:400;
	text-align:center;
	margin-top:0em;
}
/*--- Testimonials Parts Ends Here ----*/

/*---Testimonials-Quats ResponsiveSlides  -----*/
#slider2,
#slider1 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}

.rslides_tabs {
	list-style: none;
	padding: 0;
	background: rgba(0,0,0,.25);
	box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	-moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	-webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	font-size: 18px;
	list-style: none;
	margin: 0 auto 50px;
	max-width: 540px;
	padding: 10px 0;
	text-align: center;
	width: 100%;
  }
  .rslides_tabs li {
	display: inline;
	float: none;
	margin-right: 1px;
  }
  .rslides_tabs a {
	width: auto;
	line-height: 20px;
	padding: 9px 20px;
	height: auto;
	background: transparent;
	display: inline;
  }
  .rslides_tabs li:first-child {
	margin-left: 0;
  }
  .rslides_tabs .rslides_here a {
	background: rgba(255,255,255,.1);
	color: #fff;
	font-weight: bold;
  }
  #slider3-pager .rslides_here a {
	background: #FFF;
	border-radius:30em;
	opacity:1;
  }
  .rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
  }
  .rslides li {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
  }
  .rslides li{
	position: relative;
	display: block;
	float: left;
  }
  .rslides img {
	height: auto;
	border: 0;
	width:100%;
  }
  .callbacks_container {
	position: relative;
  float: center;
  width: 100%;
  }
  .callbacks {
	position: absolute;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
  }
  .callbacks li {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
  }
  .callbacks img {
	position: relative;
	z-index: 1;
	height: auto;
	border: 0;
  }
  .callbacks .caption {
	  display: block;
	  position: absolute;
	  z-index: 2;
	  font-size: 20px;
	  text-shadow: none;
	  color: #fff;
	  left: 0;
	  right: 0;
	  padding: 10px 20px;
	  margin: 0;
	  max-width: none;
	  top: 10%;
	  text-align: center;
  }
  .callbacks_nav {
		position: absolute;
	  -webkit-tap-highlight-color: rgba(0,0,0,0);
	  top: 52%;
	  left: 0px;
	  opacity: 0.5;
	  z-index: 3;
	  text-indent: -9999px;
	  overflow: hidden;
	  text-decoration: none;
	  height: 61px;
	  width: 55px;
	  background: transparent url("../images/themes.png") no-repeat left top;
	  margin-top: 188px;
  }
  .callbacks_nav:active {
	opacity: 1.0;
  }
  .callbacks_nav.next {
	left: auto;
	background-position: right top;
	right: 0px;
  }
  .callbacks_tabs{
	list-style: none;
	position: relative;
	top: 393px;
	z-index: 999;
	left: 0em;
	padding: 0;
	margin: 0;
}
.callbacks_tabs li{
	display:inline-block;
}

.callbacks_tabs a{
	visibility: hidden;
   }
   .callbacks_tabs a:after {
	 content: "\f111";
	 font-size:0;
	 font-family: FontAwesome;
	 visibility: visible;
	 display: block;
	 height:10px;
	 width:10px;
	 display:inline-block;
	 border:2px solid rgb(182, 180, 180);
	 border-radius: 30px;
	 -webkit-border-radius: 30px;
	 -moz-border-radius: 30px;
	 -o-border-radius: 30px;
	 -ms-border-radius: 30px;
   }
   .callbacks_here a:after{
	   border:2px solid #FFF;
	   background:rgb(219, 214, 214);
   }
/*---Testimonials-Quats ResponsiveSlides  -----*/

/*----Responsives Here ---*/
@media (max-width:1200px){ 
	.callbacks_tabs {
		top: 490px;
	}	   
}

@media (max-width:985px){ 
	.callbacks_tabs {
		
		top: 625px;
	}	   
}
@media (max-width:765px){ 
	.callbacks_tabs {
		top: 480px;
	}	   
}
@media (max-width:500px){ 
	.callbacks_tabs {
		top: 500px;
	}	   
}
@media (max-width:480px){
	.testimonial blockquote.style1{
		padding-top: 0px;
		margin-bottom: 0px;
		
		text-indent: 37px;
	}
	.testimonial blockquote.style1 span {
		
		font-weight:200;
		font-size:.8em;
		
	}
	.testimonial-slide h5{
		font-size:1.2em;
		font-weight:400;
		margin-top:-1em;
	}
 
	.testimonial{
		background: rgb(44, 52, 61);
		padding: 0.5em 0.5em;
		height: 12em;
	}
 /*----Responsives Ends ---*/