/****************************************************************
	JAG Testimonial Theme 4 CSS
*****************************************************************/
.jag-tst-theme-4{
	clear: both;
	float: left;
	width: 100%;
}
.jag-tst-theme-4 .jag-tst-wrapper{
	border-radius: 15px;
	padding: 20px 10px 10px;
	word-wrap: break-word;
}
.jag-tst-theme-4 .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-4 .jag-tst-wrapper:hover .jag-tst-avatar:after{
	animation: avtar-hover 1s;
	-webkit-animation: avtar-hover 1s;
}
.jag-tst-theme-4 .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-4 .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-4 .jag-tst-details{
	text-align: center;
	margin: 10px 0;
}
.jag-tst-theme-4 .jag-testimonial-title{
	font-size: 16px;
	font-weight: 700;
	color: #0a0a0a;
	text-align: center;
	line-height: 20px;
	padding: 10px 20px 0;
}
.jag-tst-theme-4 .jag-tst-details .jag-name{
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
}
.jag-tst-theme-4 .jag-tst-details .jag-designation{
	font-size: 14px;
	margin: 5px 0;
}

.jag-tst-theme-4 .jag-message{
	font-size: 14px;
	line-height: 22px;
	padding: 5px 20px 10px;
	text-align: center;
}
.jag-tst-theme-4 .jag-message i{
	font-size: 30px;
	color: #aaa;
	margin-right: 10px;
}
.jag-tst-theme-4 .jag-tst-details .jag-rating{
	margin: 5px 0;
}
.jag-tst-theme-4 .jag-tst-details .jag-rating i{
	font-size: 18px;
	margin: 0 2px;
}
.jag-tst-theme-4 .jag-tst-col{
	margin-bottom: 30px;
}
@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-4.owl-carousel .jag-tst-wrapper{
	width: 99%;
	margin: 0 auto;
}