
/*------------------------------------------------------------------------
# mod_ol_testimonials Extension
# ------------------------------------------------------------------------
# author    olwebdesign
# copyright Copyright (C) 2020 olwebdesign.com. All Rights Reserved.
# @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
# Websites: http://www.olwebdesign.com
-------------------------------------------------------------------------*/
.testimonial-10{position:relative;}
.testimonial-10 .testimonial-text {
	background-color: #fff;
	padding:25px;
	color: #111;
	border: 1px solid #eef1f2;
}
.testimonial-10 .testimonial-text p {
    margin: 0px;
}
.testimonial-10 .fa-quote-right {
	position: absolute;
	right: 15px;
	top: 0px;
	font-size: 60px;
	color: rgba(0,0,0,0.1);
}
.testimonial-10 .shadow {
    box-shadow: 0 .5rem 1rem 
    rgba(0,0,0,.15) !important;
}
.testimonial-10 .testimonial-detail {
	padding: 0px;
	margin-bottom:10px;
	margin-right:90px;
}

.testimonial-10 .testimonial-pic{
	float: left;
	margin-right: 15px;
	width: 100px;
	height: 100px;

}

.testimonial-10 .testimonial-name {
	color: #23252d;
}

.testimonial-10 .testimonial-position {
	color: #23252d;
	font-size: 14px;
}

.testimonial-10 .quote-left:before {
	top: 50px;
}


/*testimonial 2 with background image*/

.testimonial-10.testimonial-bg .testimonial-name,
.testimonial-10.testimonial-bg .testimonial-position {
	color: #d7b39a;
}

@media only screen and (max-width:768px) {
	.testimonial-10.no-bg-testimonial {
		margin: 0px;
		border: 1px solid #f0f0f0;
	}
	.testimonial-10{padding:0px;margin:0px;}
}

@media only screen and (max-width:576px) {
.testimonial-10 .fa-quote-right {
	position: inherit;
	right: inherit;
	top: inherit;
	font-size: 22px;
	padding-top:12px;
}
}
@media only screen and (max-width:480px) {
.testimonial-10 .testimonial-text {
	padding:15px;
}
.testimonial-10 .testimonial-pic{
	float: none !important;
	clear:both;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: auto;
margin-right: auto;
}
.testimonial-10 .testimonial-detail {
    margin-bottom: 10px;
    margin-right: 0px;
	text-align:center;
}
}

.icon-font-block:hover .flat-icon{
	-webkit-animation: bounce-in-fwd 1.1s both;
	        animation: bounce-in-fwd 1.1s both;
}
.sx-icon-box-wraper:hover .scale-in-center{
	-webkit-animation: bounce-in-fwd 1.1s both;
	        animation: bounce-in-fwd 1.1s both;
}

.hover-animation-1:hover .scale-in-center{
	-webkit-animation: bounce-in-fwd 1.1s both;
	        animation: bounce-in-fwd 1.1s both;
}

@-webkit-keyframes bounce-in-fwd {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: scale(0.84);
            transform: scale(0.84);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  89% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes bounce-in-fwd {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: scale(0.84);
            transform: scale(0.84);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  89% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
