/****************************************************************
	JAG Testimonial Theme 2 CSS
*****************************************************************/
.jag-tst-theme-2{
	clear: both;
	float: left;
	width: 100%;
}
.jag-tst-theme-2 .jag-tst-wrapper{
	border-radius: 15px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
	color: #ffffff;
	padding: 20px 10px 10px;
}
.jag-tst-theme-2 .jag-tst-avatar{
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	width: 120px;
	height: 120px;
	margin: 0 auto;
	border: 5px solid #ffffff;
	background: #ffffff;
	position: relative;
	z-index: 99;
}
.jag-tst-theme-2 .jag-tst-wrapper:hover .jag-tst-avatar:after{
	animation: avtar-hover 1s;
	-webkit-animation: avtar-hover 1s;
}
.jag-tst-theme-2 .jag-tst-avatar:after {
    content: "";
    position: absolute;
    top: -4px;
    left: -5px;
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 100%;
    opacity: 0;
	transition: 0.4s all;
}
.jag-tst-theme-2 .jag-tst-avatar img{
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}
.jag-tst-theme-2 .jag-tst-details{
	padding: 20px;
	text-align: center;
}
.jag-tst-theme-2 .jag-tst-details .jag-testimonial-title{
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
}
.jag-tst-theme-2 .jag-tst-details .jag-name{
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
}
.jag-tst-theme-2 .jag-tst-details .jag-designation{
	font-size: 14px;
	margin: 5px 0;
}
.jag-tst-theme-2 .jag-message{
	font-size: 14px;
	line-height: 22px;
}
.jag-tst-theme-2 .jag-message i{
	font-size: 30px;
	margin-right: 10px;
}
.jag-tst-theme-2 .jag-tst-details .jag-rating{
	margin: 5px 0;
}
.jag-tst-theme-2 .jag-tst-details .jag-rating i{
	font-size: 18px;
	margin: 0 2px;
}
.jag-tst-theme-2 .jag-tst-col{
	margin-bottom: 30px;
}
.jag-tst-theme-2  .jag-message i,
.jag-tst-theme-2 .jag-tst-details .jag-rating i{
	color: #ffffff;
}
@keyframes avtar-hover {
    0%  {opacity: 0;}
    70%  {opacity: 0.4;}
	100% {opacity: 0;}
}
@-webkit-keyframes avtar-hover {
     0%  {opacity: 0;}
    70%  {opacity: 0.4;}
	100% {opacity: 0;}
}
/****************************************************************
	Slider Style CSS
*****************************************************************/
.owl-nav {
   margin-top: 10px;
   text-align: center;
   -webkit-tap-highlight-color: transparent; 
}
.owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
.owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none; 
}
.owl-nav .disabled {
    opacity: 0.5;
    cursor: default; 
}
.owl-nav.disabled + .owl-dots {
  margin-top: 10px; 
}
 .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; 
}
.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; 
}
.owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 30px; 
}
.owl-dots .owl-dot.active span, 
.owl-dots .owl-dot:hover span {
    background: #869791; 
}
.jag-tst-theme-2.owl-carousel .jag-tst-wrapper{
	width: 99%;
	margin: 0 auto;
}
/****************************************************************
	THEME COLORS CSS
*****************************************************************/
/*Random Theme color*/
.jag-tst-theme-2.jag-tst-random-colors .jag-tst-col:nth-child(3n+2) .jag-tst-wrapper,
.jag-tst-theme-2.jag-tst-random-colors .owl-item:nth-child(3n+2) .jag-tst-wrapper{
	background: #ea3566;
}
.jag-tst-theme-2.jag-tst-random-colors .jag-tst-col:nth-child(4n+3) .jag-tst-wrapper,
.jag-tst-theme-2.jag-tst-random-colors .owl-item:nth-child(4n+3) .jag-tst-wrapper{
	background: #ea4e00;
}
.jag-tst-theme-2.jag-tst-random-colors .jag-tst-col:nth-child(5n+4) .jag-tst-wrapper,
.jag-tst-theme-2.jag-tst-random-colors .owl-item:nth-child(5n+4) .jag-tst-wrapper{
	background: #00aac4;
}
/*Default Theme color*/
/*.jag-tst-theme-2 .jag-tst-wrapper{		
	background: #ff0044;
}*/
/*Theme orange*/
.jag-tst-theme-2.jag-tst-theme-orange .jag-tst-wrapper{
	background: #ea4e00;
}
/*Theme dark red*/
.jag-tst-theme-2.jag-tst-theme-darkred .jag-tst-wrapper{
	background: #c40000;
}
/*Theme pink*/
.jag-tst-theme-2.jag-tst-theme-pink  .jag-tst-wrapper{
	background: #f90f90;
}
/*Theme blue*/
.jag-tst-theme-2.jag-tst-theme-blue .jag-tst-wrapper{
	background: #00aac4;
}