/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.draggable
{
    /*cursor: pointer;*/border-radius: 8px;
    cursor: grab;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img {  display: inline-block;  filter: grayscale(1);}
.slick-slide img:hover {  filter: grayscale(0);}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
/*.slick-arrow.slick-hidden {
    display: none;
}*/


#client .slick-dots { text-align:center; margin-top:25px; padding: 0 25px;}
#client .slick-dots li { display: inline-block; }
#client .slick-dots li button { display: inline-block; width: 34px; height: 5px;background: #B9C0C6;text-indent: -999999px; margin-right:5px; cursor:pointer; border:none;}
#client .slick-dots li.slick-active button {background: #a62d2d;}

#testimonial .slick-dots { text-align:center; margin-top:25px; padding: 0 25px;}
#testimonial .slick-dots li { display: inline-block; }
#testimonial .slick-dots li button { display: inline-block; width: 34px; height: 5px;background: #fff;text-indent: -999999px; margin-right:5px; cursor:pointer; border:none;}
#testimonial .slick-dots li.slick-active button {background: #a62d2d;}

.testimonial-active-2 .slick-dots , .testimonial-active-4 .slick-dots{ text-align: center;
  margin: 0 auto;
  position: relative;
  bottom: 40px;}
.testimonial-active-2 .slick-dots li, .testimonial-active-4 .slick-dots li  { display: inline-block; margin:0 5px; }
.testimonial-active-2 .slick-dots li button, .testimonial-active-4 .slick-dots li button { font-size: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #fff;
  cursor: pointer;}
.testimonial-active-2 .slick-dots li.slick-active button, .testimonial-active-4 .slick-dots li.slick-active button {background: #fff;}

.testimonial-active .slick-arrow {
position:absolute;
top:-65px; 
 width:51.18px; height:51.18px;
  color: transparent;  border: none; cursor:pointer;
}
.testimonial-active .slick-arrow.slick-prev {right:90px; background: url(../images/prev.svg) no-repeat  center center;}
 
.testimonial-active .slick-arrow.slick-next  {right:15px ; background: url(../images/next.svg) no-repeat  center center;}

.testimonial-area .testimonial-active .slick-arrow.slick-prev:hover { background: url(../images/prev-blanco.svg) no-repeat  center center; }
.testimonial-area .testimonial-active .slick-arrow.slick-next:hover { background: url(../images/next-blanco.svg) no-repeat  center center; }

/*testimonial-area2*/
.testimonial-area2 .testimonial-active .slick-arrow.slick-prev:hover { opacity:0.7; }
.testimonial-area2 .testimonial-active .slick-arrow.slick-next:hover { opacity:0.7; }


.testimonial-active-2 .slick-arrow {
position:absolute;
top: 50%;
 width:52px; height:52px;
  color: transparent;  border: none; cursor:pointer; z-index:2;
-webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.testimonial-active-2 .slick-arrow.slick-prev {left:-65px; background: url(../images/prev.svg) no-repeat  center center;}
 
.testimonial-active-2 .slick-arrow.slick-next  {right:-65px; background: url(../images/next.svg) no-repeat  center center;}

.testimonial-active-2 .slick-arrow:hover { opacity:0.7; }


@media (min-width: 992px){
	.testimonial-active .slick-arrow {top:-125px;} 
	.testimonial-active-2 .slick-arrow.slick-prev {left:-95px;}
	.testimonial-active-2 .slick-arrow.slick-next  {right:-95px;}
}

@media (min-width: 576px) and (max-width:991.98px){
	.testimonial-active .slick-arrow { width:40px; height:40px; background-size: cover!important;}
	.testimonial-active-2 .slick-arrow { width:40px; height:40px; background-size: cover!important;}
	.testimonial-active .slick-arrow.slick-prev {right:80px;} 
	.testimonial-active-2 .slick-arrow.slick-prev {left:-55px;}
	.testimonial-active-2 .slick-arrow.slick-next  {right:-55px;}
}
@media (max-width:575.98px){
	.testimonial-active .slick-arrow { width:30px; height:30px; background-size: cover!important;}
	.testimonial-active-2 .slick-arrow { display:none !important;}
	.testimonial-active .slick-arrow.slick-prev {right:55px;}
	/*.testimonial-active-2 .slick-arrow.slick-prev {left:-35px;}
	.testimonial-active-2 .slick-arrow.slick-next  {right:-35px;}*/
}