.auto-container{
  position:static;
  max-width:1200px;
  padding:0px 15px;
  margin:0 auto;
}
.boxed_wrapper{
  position: relative;
  margin: 0 auto;
  overflow: hidden !important;
  width: 100%;
  min-width: 300px;
  height: 340px;
}
/** testimonial-section **/

.boxed_wrapper .testimonial-section{
  position: relative;
}

.testimonial-section .pattern-layer .pattern-1{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 698px;
  height: 450px;
  background-repeat: no-repeat;
}

.testimonial-section .pattern-layer .pattern-2{
  position: absolute;
  top: 0px;
  right: 0px;
  height: 450px;
  width: 577px;
  background-size: cover;
  background-repeat: no-repeat;
}

.testimonial-section .sec-title{
  margin-top: 10px;
  margin-bottom: 45px;
  text-align: center;
  font-size: 26px;
}

.testimonial-section .owl-carousel .owl-stage-outer{
  overflow: visible;
}

.testimonial-section .owl-carousel .owl-stage-outer .owl-item{
  opacity: 0;
  transition: all 500ms ease;
}

.testimonial-section .owl-carousel .owl-stage-outer .owl-item.active{
  opacity: 1;
}

.testimonial-block-one .inner-box{
  position: relative;
  display: block;
  background: #fff;
  padding: 50px 50px 60px 60px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.06);
  max-width: 570px;
  margin-bottom: 40px;
}

.testimonial-block-one .inner-box .pattern{
  position: absolute;
  top: 10px;
  right: 0px;
  width: 560px;
  height: 376px;
  background-repeat: no-repeat;
  z-index: -1;
}

.testimonial-block-one .inner-box:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 60px;
  height: 40px;
  left: 0px;
  bottom: -39px;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0px 0px);
}

.testimonial-block-one .inner-box .icon-box{
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 160px;
  line-height: 90px;
  font-weight: 700;
  z-index: 1;
}

.testimonial-block-one .inner-box .icon-box:before{
  position: absolute;
  content: '';
  background: #f6f6f6;
  width: 130px;
  height: 130px;
  top: 0px;
  right: 0px;
  z-index: -1;
}

.testimonial-block-one .inner-box p{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 32px;
  z-index: 1;
}

.testimonial-block-one .inner-box .author-box{
  position: relative;
  padding: 15px 0px 12px 125px;
}

.testimonial-block-one .inner-box .author-box .image-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 87px;
  height: 86px;
  background: #fff;
  padding: 7px;
}

.testimonial-block-one .inner-box .author-box .image-box img{
  width: 100%;
}

.testimonial-block-one .inner-box .author-box h4{
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 5px;
}

.testimonial-block-one .inner-box .author-box .designation{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.border-bottom{
  border-bottom: 1px solid #dfdfdf !important;
}

.border-top{
  border-bottom: 1px solid #dfdfdf !important;
}
/** clients-section **/

.clients-section{
  position: relative;
  padding: 20px 0px 40px 0px;
}

.clients-section .clients-logo-box{
  position: relative;
  display: block;
}

.clients-section .clients-logo-box img{
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  opacity: 0.6;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.clients-section .clients-logo-box img:hover{
  opacity: 1;
  transform: scale(1.05);
}