
/** testimonial-section **/

.testimonial-section{
  position: relative;
}

.testimonial-block-one .inner-box{
  position: relative;
  display: block;
}

.testimonial-block-one .inner-box .text{
  position: relative;
  display: block;
  background: #fff;
  padding: 43px 40px 41px 45px;
  border-radius: 7px;
  margin-bottom: 32px;
}

.testimonial-block-one .inner-box .text:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 44px;
  height: 11px;
  left: 67px;
  bottom: -10px;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%, 50% 100%, 0% 0%);
}

.testimonial-block-one .inner-box .text .quote{
  position: relative;
  display: block;
  margin-bottom: 23px;
}

.testimonial-block-one .inner-box .text p{
  line-height: 30px;
  color: #494949;
}

.testimonial-block-one .inner-box .author-box{
  position: relative;
  display: block;
  padding: 17px 0px 14px 95px;
  margin-left: 57px;
}

.testimonial-block-one .inner-box .author-box .author-thumb{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 71px;
  height: 71px;
  border-radius: 50%;
}

.testimonial-block-one .inner-box .author-box .author-thumb img{
  width: 100%;
  border-radius: 50%;
}

.testimonial-block-one .inner-box .author-box h5{
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  font-weight: 700;
}

.testimonial-block-one .inner-box .author-box .designation{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 16px;
  color: #eaeaea;
}

.testimonial-section .pattern-layer{
  position: absolute;
  left: 100px;
  top: 90px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}


/** testimonial-style-two **/

.testimonial-style-two{
  position: relative;
  display: block;
}

.testimonial-style-two .sec-title{
  padding-bottom: 41px;
  border-bottom: 1px solid #e7e7e7;
}

.testimonial-style-two .sec-title h4{
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #515151;
  font-weight: 500;
  margin-top: 10px;
}

.testimonial-style-two .content-box{
  position: relative;
  display: block;
}

.testimonial-style-two .content-box .rating-box{
  position: relative;
  display: block;
  padding-left: 185px;
}

.testimonial-style-two .content-box .rating-box .rated-text{
  position: absolute;
  left: 0px;
  top: 0px;
}

.testimonial-style-two .content-box .rating-box .rated-text:before{
  position: absolute;
  content: '';
  background: #dcdcdc;
  width: 1px;
  height: calc(100% - 4px);
  top: 5px;
  right: -35px;
}

.testimonial-style-two .content-box .rating-box .rated-text h2{
  display: block;
  font-size: 75px;
  line-height: 60px;
  margin-bottom: 13px;
}

.testimonial-style-two .content-box .rating-box .rated-text .rating-list{
  position: relative;
  display: flex;
  align-items: center;
}

.testimonial-style-two .content-box .rating-box .rated-text .rating-list li{
  margin-right: 10px;
}

.testimonial-style-two .content-box .rating-box .rated-text .rating-list li:last-child{
  margin: 0px;
}

.testimonial-style-two .content-box .rating-box h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: #515151;
  font-weight: 500;
  margin-bottom: 20px;
}

.testimonial-block-two .inner-box{
  position: relative;
  display: block;
  padding-left: 210px;
}

.testimonial-block-two .inner-box .thumb-box{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 20px;
  width: 172px;
  height: 172px;
  border-radius: 50%;
}

.testimonial-block-two .inner-box .thumb-box img{
  width: 100%;
  border-radius: 50%;
}

.testimonial-block-two .inner-box .rating-list{
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 33px;
}

.testimonial-block-two .inner-box .rating-list li{
  margin-right: 10px;
}

.testimonial-block-two .inner-box .rating-list:last-child{
  margin: 0px;
}

.testimonial-block-two .inner-box p{
  line-height: 30px;
  margin-bottom: 24px;
}

.testimonial-block-two .inner-box h4{
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

.testimonial-block-two .inner-box h4 span{
  display: inline-block;
  font-size: 18px;
  font-family: var(--text-font);
  font-weight: 400;
}

.testimonial-style-two .owl-nav{
  margin-left: 210px;
  margin-top: 40px;
}

.testimonial-section.home-4 .nav-style-one .owl-nav{
  position: absolute;
  left: -400px;
  bottom: 128px;
}

.testimonial-section.home-4 .nav-style-one .owl-nav button{
  border-color: #a7a7a7;
  width: 45px;
  height: 45px;
  line-height: 45px;
}

.testimonial-section.home-4 .nav-style-one .owl-nav button.owl-prev:before{
  background-image: url(../../images/icons/icon-85.png);
}

.testimonial-section.home-4 .nav-style-one .owl-nav button.owl-next:before{
  background-image: url(../../images/icons/icon-86.png);
}


/** testimonial-style-three **/

.testimonial-style-three{
  position: relative;
  background: #15244c;
  padding: 130px 0px 160px 0px;
}

.testimonial-style-three:before{
  position: absolute;
  content: '';
  width: calc(50% - 115px);
  height: 100px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
}

.testimonial-style-three .content-box{
  position: relative;
  display: block;
  max-width: 620px;
}

.testimonial-block-three .inner-box{
  position: relative;
  display: block;
}

.testimonial-block-three .inner-box h3{
  position: relative;
  display: block;
  font-size: 28px;
  line-height: 34px;
  font-family: var(--jost);
  color: #fff;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 31px;
}

.testimonial-block-three .inner-box p{
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 28px;
}

.testimonial-block-three .inner-box h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

.testimonial-block-three .inner-box h4 span{
  font-size: 18px;
  font-family: var(--text-font);
  color: #fff;
  font-weight: 400;
}

.testimonial-style-three .owl-nav{
  position: relative;
  display: block;
  margin-top: 62px;
}

.testimonial-style-three .nav-style-one .owl-nav button{
  border-color: #717785;
}

.testimonial-style-three .nav-style-one .owl-nav button:hover{

}

.testimonial-style-three .nav-style-one .owl-nav button.owl-prev:before{
  background-image: url(../../images/icons/icon-94.png);
}

.testimonial-style-three .nav-style-one .owl-nav button.owl-next:before{
  background-image: url(../../images/icons/icon-95.png);
}

.testimonial-style-three .image-layer{
  position: absolute;
  right: 430px;
  bottom: 50px;
}

.testimonial-style-three .shape .shape-1{
  position: absolute;
  top: -108px;
  right: 22px;
  width: 216px;
  height: 216px;
  border-radius: 50%;
  border: 60px solid #1d4485;
  clip-path: polygon(0% 50%, 100% 50%, 100% 100%, 0% 100%, 0% 0%);
}

.testimonial-style-three .shape .shape-2{
  position: absolute;
  right: 428px;
  bottom: 115px;
  width: 340px;
  height: 340px;
  background: #1d4484;
  border-radius: 50%;
  -webkit-animation: zoom-fade 10s infinite linear;
  animation: zoom-fade 10s infinite linear;
}

.testimonial-style-three .shape .shape-3{
  position: absolute;
  right: 380px;
  bottom: 120px;
  width: 428px;
  height: 428px;
  border: 1px solid #747474;
  border-radius: 50%;
}

.testimonial-style-three .quote-box{
  position: absolute;
  left: 43%;
  bottom: 87px;
}


/** testimonial-style-four **/

.testimonial-style-four{
  position: relative;
}

.testimonial-style-four .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.testimonial-block-four{
  position: relative;
  display: block;
}

.testimonial-block-four .inner-box{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  padding: 40px 40px 66px 40px;
  margin-bottom: 68px;
}

.testimonial-block-four .inner-box:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 57px;
  height: 44px;
  left: 120px;
  bottom: -44px;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
}

.testimonial-block-four .inner-box .upper-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.testimonial-block-four .inner-box .upper-box .rating-box{
  position: relative;
  display: flex;
  align-items: center;
}

.testimonial-block-four .inner-box .upper-box .rating-list{
  position: relative;
  display: flex;
  align-items: center;
}

.testimonial-block-four .inner-box .upper-box .rating-list:before{
  position: absolute;
  content: '';
  background: #dddddd;
  width: 1px;
  height: 33px;
  top: -7px;
  right: -21px;
  display:none;
}

.testimonial-block-four .inner-box .upper-box .rating-list li{
  margin-right: 10px;
}

.testimonial-block-four .inner-box .upper-box .rating-list li:last-child{
  margin-right: 0px;
}

.testimonial-block-four .inner-box p{
  font-size: 20px;
  line-height: 30px;
  color: #2e2e2e;
  font-weight: 500;
  font-style: italic;
}

.testimonial-block-four .author-box{
  position: relative;
  display: block;
  padding: 23px 0px 21px 100px;
}

.testimonial-block-four .author-box .thumb-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 84px;
  height: 84px;
  border-radius: 50%;
}

.testimonial-block-four .author-box .thumb-box img{
  width: 100%;
  border-radius: 50%;
}

.testimonial-block-four .author-box h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 20px;
  font-family: var(--text-font);
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.testimonial-block-four .author-box .designation{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-family: var(--roboto);
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}

.testimonial-style-four .owl-dots{
  position: absolute;
  right: 30px;
  bottom: 53px;
}

.testimonial-style-four .owl-theme .owl-dots .owl-dot span{
  position: relative;
  display: inline-block;
  width: 13px;
  height: 13px;
  border: 2px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  margin: 0px;
  margin-right: 10px;
  background: transparent;
}

.testimonial-style-four .owl-theme .owl-dots .owl-dot:last-child span{
  margin-right: 0px;
}

.testimonial-style-four .owl-theme .owl-dots .owl-dot.active span,
.testimonial-style-four .owl-theme .owl-dots .owl-dot span:hover{
  background: #08213a;
  border-color: #08213a;
}


.testimonial-section.dark-section{
}

.testimonial-section.dark-section .testimonial-block-one .inner-box .author-box h5{
  color: var(--title-color);
}

.testimonial-section.dark-section .testimonial-block-one .inner-box .author-box .designation{
  color: #0b1953;
}

.testimonial-section.dark-section .owl-nav{
  position: absolute;
  left: -400px;
  bottom: 120px;
}

.testimonial-section.dark-section .owl-nav button{
  border-color: #a7a7a7;
  width: 45px;
  height: 45px;
  line-height: 45px;
}

.testimonial-section.dark-section .owl-nav button:hover{

}

.testimonial-section.dark-section .owl-nav button.owl-prev:before{
  background-image: url(../../images/icons/icon-64.png);
}

.testimonial-section.dark-section .owl-nav button.owl-next:before{
  background-image: url(../../images/icons/icon-65.png);
}


/** testimonial-style-five **/

.testimonial-style-five{
  position: relative;
}

.testimonial-style-five .inner-container{
  border-bottom: 1px solid #c4c4c4;
}

.testimonial-style-five .content-box{
  position: relative;
  display: block;
}

.testimonial-block-five .inner-box{
  position: relative;
  display: block;
  padding-left: 195px;
}

.testimonial-block-five .inner-box .icon-box{
  position: absolute;
  left: 0px;
  top: 8px;
}

.testimonial-block-five .inner-box p{
  font-size: 20px;
  line-height: 30px;
  color: #0b1970;
  margin-bottom: 24px;
}

.testimonial-block-five .inner-box .author-box{
  position: relative;
  display: block;
  padding: 9px 0px 8px 85px;
}

.testimonial-block-five .inner-box .author-box .thumb-box{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 0px;
  width: 63px;
  height: 63px;
  border-radius: 50%;
}

.testimonial-block-five .inner-box .author-box .thumb-box img{
  width: 100%;
  border-radius: 50%;
}

.testimonial-block-five .inner-box .author-box h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}

.testimonial-block-five .inner-box .author-box .designation{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}

.testimonial-style-five .owl-dots{
  position: relative;
  margin-left: 272px;
  margin-top: 13px;
}

.testimonial-style-five .owl-theme .owl-dots .owl-dot span{
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #c0c0c0;
  border-radius: 50%;
  cursor: pointer;
  margin: 0px;
  margin-right: 8px;
  transition: all 500ms ease;
}

.testimonial-style-five .owl-theme .owl-dots .owl-dot.active span{

}

.testimonial-section.home-16{
  background: #fdfdfe;
}

.testimonial-section.home-16 .testimonial-block-one .inner-box .text{
  border: 1px solid #ededed;
}

.testimonial-section.home-16 .testimonial-block-one .inner-box .text:before{
  clip-path: none;
  background-image: url(../../images/shape/shape-18.png);
  width: 43px;
  bottom: -11px;
}

.testimonial-section.home-17{
  background: #f4f5f9;
}

.testimonial-section.dark-section.home-17 .testimonial-block-one .inner-box .author-box .designation{
  color: #444;
}

.testimonial-page-section .testimonial-block-one .inner-box .text{
  background: #f8f8f8;
}

.testimonial-page-section .testimonial-block-one .inner-box .text:before{
  background-image: url(../../images/shape/shape-22.png) !important;
}

.testimonial-page-section .testimonial-block-one .inner-box{
  margin-bottom: 80px;
}































