/*-- video popup --*/

.w3l-aboutblock button{
	color:#fff;
	background: #e60012;
	border: 1px solid #e60012;
	border-radius: 30px;
	line-height: 30px;
	text-align: center;
	padding: 5px 20px;
	font-size: 16px;}
.w3l-aboutblock .title-big{font-size: 24px; margin-bottom: 5px!important;}
.w3l-aboutblock button:hover{background: #222;border: 1px solid #222;}
.w3l-aboutblock ul.w3l-right-book li span {
  font-size: 12px;
  margin-right: 10px;
  opacity: 0.4; }

.w3l-aboutblock .play-view {
  left: 0;
  right: 0;
  top: calc(50% - 40px); }

.w3l-aboutblock span.video-play-icon {
  background: var(--primary-color);
  color: #fff;
  display: inline-block;
  padding-left: 5px;
  width: 65px;
  height: 65px;
  line-height: 65px;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
  -webkit-animation: ripple 1s linear infinite;
  animation: ripple 1s linear infinite; }

.w3l-aboutblock span.video-play-icon:hover {
  transform: scale(1.1);
  transition: 0.3s ease-in-out; }

.w3l-aboutblock img {
  border-radius: 10px;
  width: 100%; }

ol.w3l-right li {
  font-size: 18px;
  line-height: 28px;
  color: var(--heading-color);
  margin-top: 5px;
  position: relative; }

ol.w3l-right li:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: var(--bg-color);
  border-radius: 100px;
  position: absolute;
  top: 11px;
  left: -20px;
  border: 1px solid var(--primary-color); }

@-webkit-keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(217, 38, 38, 0.15), 0 0 0 10px rgba(217, 38, 38, 0.15), 0 0 0 20px rgba(217, 38, 38, 0.15); }
  100% {
    box-shadow: 0 0 0 10px rgba(217, 38, 38, 0.15), 0 0 0 20px rgba(217, 38, 38, 0.15), 0 0 0 40px rgba(217, 38, 38, 0); } }

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(217, 38, 38, 0.15), 0 0 0 10px rgba(217, 38, 38, 0.15), 0 0 0 20px rgba(217, 38, 38, 0.15); }
  100% {
    box-shadow: 0 0 0 10px rgba(217, 38, 38, 0.15), 0 0 0 20px rgba(217, 38, 38, 0.15), 0 0 0 40px rgba(217, 38, 38, 0); } }

/*-- //video popup --*/
/*-- testimonials --*/
.w3l-clients {
  background: var(--bg-grey); }

.w3l-clients .testimonial {
  position: relative;
  overflow: hidden;
  text-align: left; }

.w3l-clients .testimonial {
  display: block;
  margin: 0;
  padding: 40px 30px;
  position: relative;
  background: var(--bg-color);
  border-radius: var(--border-radius);
  -webkit-border-radius: var(--border-radius);
  -o-border-radius: var(--border-radius);
  -moz-border-radius: var(--border-radius);
  border: none;
  box-shadow: 0 25px 98px 0 rgba(19, 19, 19, 0.03); }

.w3l-clients .testi-des {
  display: flex;
  text-align: center; }

.w3l-clients blockquote q {
  font-size: 18px;
  line-height: 28px;
  color: var(--para-color); }

.w3l-clients blockquote q::before {
  font-size: 50px;
  color: var(--primary-color);
  font-weight: 600;
  display: inline-block;
  font-family: "Merriweather", serif; }

.w3l-clients .test-img {
  width: 70px;
  height: 70px;
  display: inline-block;
  overflow: hidden;
  background: var(--bg-color);
  border-radius: 50%; }

.w3l-clients .testimonial img {
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center; }

.w3l-clients .testimonial blockquote {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  position: relative;
  margin-bottom: 1.5em; }

.w3l-clients .testimonial .peopl {
  margin: 0;
  margin-left: 20px;
  text-align: left; }

.w3l-clients .testimonial .peopl h3 {
  margin: 0;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -.5px; }

.w3l-clients p.indentity {
  color: #777;
  font-size: 17px;
  font-style: normal;
  margin-bottom: 0;
  text-align: left;
  opacity: 0.8; }

/*-- //testimonials --*/