
/*testimonial slider start*/
.widget-gallery.testimonial-gallery-slider .article-title{
  display:none;
}
.widget.left-content-testimonial {
    position: absolute;
    top: 30px;
    left: 260px;
    z-index: 1;
    max-width: 412px;
}
.widget.left-content-testimonial h2{
    font-family: Plain;
   font-size: 60px;
   font-weight:500;
   line-height: 72.2px;
   letter-spacing: -0.04em;
   text-align: left;
   margin: 0 0 28px 0;
   padding:0;
} 
.widget.left-content-testimonial p{
  font-family: Plain;
  font-size: 22px;
  font-weight: 500;
  line-height: 36.42px;
  text-align: left;
  margin:0;
  padding:0;
}
.widget-gallery.testimonial-gallery-slider .owl-carousel {
    max-width: 900px;
    margin-left: auto;
}
.widget-gallery.testimonial-gallery-slider {
    padding-top:0px;
    padding-bottom:140px;
    padding-right: 235px;
}
.widget-gallery.testimonial-gallery-slider .owl-nav {
    position: absolute;
    top: 275px;
    width: auto;
    left: -459px;
}
.widget-gallery.testimonial-gallery-slider .article-content{
    background-color:#000;
    padding:38px;
    color:#fff;
    min-height:600px;
    border-radius:5px;
    position:relative;
} 

.widget-gallery.testimonial-gallery-slider .article-content:before{
   content:'';
    background: url(/template/94f344fb/images/quote-icon.svg) no-repeat center;
   position:absolute;
   width:221px;
   height:181px;
   right:45px;
   bottom:88px;
}

.widget-gallery.testimonial-gallery-slider .article-content p{
  font-family: Plain;
  font-size: 26px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -0.02em;
  color:#fff;
}

.widget-gallery.testimonial-gallery-slider .article-content .test-content {
  font-family: Plain;
  font-size: 22px;
  font-weight: 400;
  line-height: 39px;
  letter-spacing: -0.02em;
  min-height:432px;
  padding-bottom:40px;
  color:rgba(255, 255, 255, 0.84);
}
.widget-gallery.testimonial-gallery-slider .article-content .testi-name{
  font-family: Plain;
  font-size: 23px;
  font-weight: 500;
  line-height: 29px;
  color:#fff;
}
.widget-gallery.testimonial-gallery-slider .article-content .designation{
  font-family: Plain;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  opacity:0.6;
  color:#fff;
  margin-top:5px;
}


.widget-gallery.testimonial-gallery-slider .owl-theme .owl-controls .owl-nav [class*="owl-"] {
    color: #fff;
    font-size: 0;
    margin: 5px;
    padding: 4px 7px;
    background: 0
}

.widget-gallery.testimonial-gallery-slider .owl-prev:before {
    content: "";
    background: url(/template/94f344fb/images/left-arrow-project.png) no-repeat center;
    width: 56px;
    height: 50px;
    position: absolute;
    left: -60px;
    top: 50px;
    background-color: #fff;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0
}

.widget-gallery.testimonial-gallery-slider .owl-prev:hover:before {
  /*  background: url(/template/94f344fb/images/left-arrow-project-hover.png) no-repeat center;*/
  
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0
}

.widget-gallery.testimonial-gallery-slider .owl-next:before {
    content: "";
    background: url(/template/94f344fb/images/right-arrow-project.png) no-repeat center;
    width: 56px;
    height: 50px;
    position: absolute;
    left: -5px;
    top: 50px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0
}

.widget-gallery.testimonial-gallery-slider .owl-next:hover:before {
   /* background: url(/template/94f344fb/images/right-arrow-project-hover.png) no-repeat center;*/
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0
}

.widget-gallery.testimonial-gallery-slider .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background-color: transparent !important
}
/*testimonial slider start*/



