@charset "UTF-8";
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.testimonial_slider .slick-prev,
.testimonial_slider .slick-next {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    background: transparent;
    border: none;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial_slider .slick-prev,
.testimonial_slider .slick-next {
    font-size: 0;
    line-height: 0;
}

.testimonial_slider .slick-prev:before,
.testimonial_slider .slick-next:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 32px;
    color: #fff;
    opacity: 1;
}

.testimonial_slider .slick-prev {
    left: -60px;
}

.testimonial_slider .slick-prev:before {
    content: "\f0a8";
}

.testimonial_slider .slick-next {
    right: -60px;
}

.testimonial_slider .slick-next:before {
    content: "\f0a9";
}
/* Dots */
.testimonial_slider.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.testimonial_slider .slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

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

.testimonial_slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

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

.testimonial_slider .slick-dots li button:hover:before,
.testimonial_slider .slick-dots li button:focus:before {
    opacity: 1;
}

.testimonial_slider .slick-dots li button:before {
    content: '';
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: #fff;
    opacity: 1;
    position: absolute;
    top: 5px;
    left: 5px;
}

.testimonial_slider .slick-dots li.slick-active button:before {
    opacity: 1;
    background: #000;
    border: 1px solid #000;
}

.testimonial_slider .slick-disabled {
    display: none !important;
}

.our-results-slider .our-results-slide {
    background: #fff;
    padding: 15px;
}
.our-results-slider .our-results-slide > a,
.our-results-slider .our-results-slide {
    display: block;
}
.our-results-slider .our-results-content {
    background: #ffffff;
    padding: 15px 0px 0px 0px;
}
.our-results-slider .our-results-title {
    font-size: 20px;
    font-weight: 600;
    color: #d20032;
    line-height: 1.3;
    margin: 0;
}
.our-results-title a {
    color: inherit;
    text-decoration: none;
}
.our-results-title a:hover {
    color: inherit;
    text-decoration: none;
}
.our-results-slider .slick-prev{
    display: none !important
}
.our-results-slider.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.our-results-slider .slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.our-results-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.our-results-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.our-results-slider .slick-dots li button:hover,
.our-results-slider .slick-dots li button:focus {
    outline: none;
}
.our-results-slider .slick-dots li button:hover:before,
.our-results-slider .slick-dots li button:focus:before {
    opacity: 1;
}

.our-results-slider .slick-dots li button:before {
    content: '';
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: #fff;
    opacity: 1;
    position: absolute;
    top: 15px;
    left: 5px;
}

.our-results-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    background: #d20032;
    border: 1px solid #d20032;
}
.our-results-slider .slick-next {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    background: transparent;
    border: none;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    line-height: 0;
    right: -50px;
}
.our-results-slider .slick-next:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 32px;
    color: #fff;
    opacity: 1;
    content: "\f0a9";
}
@media (max-width: 768px) {
   .testimonial_slider .slick-dots{
     display: none !important;
    }
    .testimonial_slider .slick-next {
    right: -35px !important;
    }
    .testimonial_slider .slick-prev {
    left: -35px !important;
   }
   .our-results-slider .slick-next{
    display: none !important;
    }
}