
/*------------------------------------------------------------------------
# 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 Section Four
====================================================================

***/
:root {
 --oltes1-base:#fda700;
}

.testimonial-block-four{
	position:relative;
	margin-right:18px;
}

.testimonial-block-four .inner-box{
	position:relative;
}

.testimonial-block-four .inner-box .upper-content{
	position:relative;
	text-align:center;
	border-radius:20px;
	padding:40px 30px 90px;
	background-color:#f5f5f5;
}

.testimonial-block-four .inner-box .upper-content .rating{
	position:absolute;
	right:-18px;
	top:70px;
	border-radius:50px;
	padding:14px;
	display:inline-block;
	background-color:#222222;
}

.testimonial-block-four .inner-box .upper-content .rating .fa{
	position:relative;
	margin-top: 7px;
	color:var(--oltes1-base);
	display:block;
}

.testimonial-block-four .inner-box .upper-content .comment-icon{
	position:relative;
	color:var(--oltes1-base);
	font-size:60px;
	line-height:1em;
}

.testimonial-block-four .inner-box .upper-content .text{
	position:relative;
	color:#777777;
	margin-top:25px;
	padding:0px 25px;
}

.testimonial-block-four .inner-box .upper-content .quote::after{
	position:absolute;
	left:50%;
	top:0px;
	color:#e8e8e8;
    content: "\f10e";
    font-family: "Font Awesome 6 Free";
	font-size:90px;
	font-weight: 800;
	line-height:1em;
	margin-left:-40px;
}

.testimonial-block-four .inner-box .lower-content{
	position:relative;
	margin-left:40px;
	margin-right:40px;
	margin-top:-60px;
}

.testimonial-block-four .inner-box .lower-content .lower-inner{
	position:relative;
	overflow:hidden;
	border-radius:8px;
	background-color:#ffffff;
	padding:20px 30px 20px 170px;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.testimonial-block-four .inner-box .lower-content .lower-inner .image{
	position:absolute;
	left:0px;
	top:0px;
	width:133px;
	height:133px;
}

.testimonial-block-four .inner-box .lower-content h3{
	position:relative;
	color:var(--oltes1-base);
	font-size:24px;
	text-transform:uppercase;
}

.testimonial-block-four .inner-box .lower-content .designation{
	position:relative;
	color:#777777;
	font-size:14px;
	margin-top:5px;
}

.testimonial_1 .btn-style-one {
  border: 1px solid var(--oltes1-base);
  border-radius: 60px;
  overflow: hidden;
  padding: 4px 5.5px;
  padding-right: 27px;
  position: relative;
  color: var(--oltes1-base);
}
.testimonial_1 .btn-style-one .icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--oltes1-base);
  color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  width: 45px;
  z-index: 1;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.testimonial_1 .btn-style-one .icon i {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  width: 10px;
}
.testimonial_1 .btn-style-one .icon i:first-child {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.testimonial_1 .btn-style-one .icon i:last-child {
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.testimonial_1 .btn-style-one:before {
  background-color: var(--oltes1-base);
  bottom: 10px;
  border-radius: 50px;
  content: "";
  height: 45px;
  left: 5.5px;
  position: absolute;
  right: 5.5px;
  top: 4px;
  width: 45px;
  z-index: 0;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.testimonial_1 .btn-style-one:hover {
  color: #fff;
}
.testimonial_1 .btn-style-one:hover i:first-child {
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.testimonial_1 .btn-style-one:hover i:last-child {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.testimonial_1 .btn-style-one .icon i svg {
  fill: #fff;
}
.testimonial_1 .btn-style-one:hover:before {
  left: 11px;
  width: calc(100% - 16px);
}

.testimonial_1 .theme-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial_1 .theme-btn .btn-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}