/* Arrows */

.slick-prev,
.slick-next {
 font-size: 0;
 line-height: 0;
 position: absolute;
 top:102px;
 display: block;
 width: 15px;
 height: 28px;
 padding: 0;
 -webkit-transform: translate(0, -50%);
 -ms-transform: translate(0, -50%);
 transform: translate(0, -50%);
 cursor: pointer;
 color: transparent;
 border: none;
 outline: none;
 z-index: 6;
}

.slick-prev:hover,
.slick-next:hover {
 background-color: transparent;
}

.slick-prev {
 left:0;
 width:35px;
 height:40px;
 background: url('../img/testimonials/test-left-arr.png') center center;
}

.slick-next {
 right:0;
 width:35px;
 height:40px;
 background: url('../img/testimonials/test-right-arr.png') center center;
}


/* Dots */

.slick-dots li {
 background: none;
}

.slick-dots {
 display: block;
 float: left;
 width: 100%;
 padding: 0;
 margin: 35px 0 10px 0;
 list-style: none;
 text-align: center;
}

.slick_projects.int .slick-dots {
 margin: 30px 0 10px 0;
}

.slick-dots li {
 position: relative;
 display: inline-block;
 width: 15px;
 height: 15px;
 margin: 0 4px;
 padding: 0;
 cursor: pointer;
}

.slick-dots li button {
 font-size: 0;
 line-height: 0;
 display: block;
 width: 100%;
 height: 100%;
 padding: 0;
 cursor: pointer;
 color: transparent;
 border: 0;
 outline: none;
 border-radius: 500px;
 border: 2px solid #bec7ca;
 background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
 outline: none;
}

.slick-dots li.slick-active button {
 background-color: #bec7ca;
}

@media screen and (max-width:1100px) {}

@media screen and (max-width:850px) {}
