/*-----------------
testimonail slider layout one
----------------------*/
.cww-testimonials.layout-one .testimonial-wrapp .inner-wrapp .test-desc {
    position: relative;
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    margin: 10px 0 40px 0;
    text-align: center;
    line-height: 1.4;
}
.cww-testimonials.layout-one .testimonial-wrapp .inner-wrapp.slick-center .test-desc{
    margin : 10px 20px 40px;
}
.cww-testimonials.layout-one .testimonial-wrapp .test-desc:after {
    content: '';
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    background-color: #fff;
    transform: rotate(45deg);
    bottom: -14px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.cww-testimonials.layout-one .testimonial-wrapp .inner-wrapp {
    padding: 0 20px;
    outline: none;
    opacity: 0.6;
}
.cww-testimonials.layout-one .testimonial-wrapp .inner-wrapp.slick-center {
    opacity: 1;
}
.cww-testimonials.layout-one .testimonial-wrapp .content-wrap .cww-test-box-image img {
    width: 70px;
    height: 70px;
    display: block;
    margin: 0 auto 10px;
    border-radius: 50px;
}
.cww-testimonials.layout-one .testimonial-wrapp .inner-wrapp .content-wrap .test-name {
    text-align: center;
    font-weight: 600;
}
.cww-testimonials.layout-one .testimonial-wrapp .content-wrap .test-deg {
    color: #888;
    font-size: 13px;
    text-align: center;
}
.cww-testimonials.layout-one .testimonial-wrapp .slick-dots li button:before {
    font-size: 10px;
}
.cww-testimonials.layout-one .testimonial-wrapp .slick-dots li {
    position: relative;
    display: inline-block;
    width: 15px;
}
.cww-testimonials.layout-one .testimonial-wrapp .slick-dots {
    bottom: -40px;
}
.cww-testimonials .testimonial-wrapp .inner-wrapp{
    outline: none;
}
/*---------------
testimonial slide layout two
------------------------*/
.cww-testimonials.layout-two .testimonial-wrapp .inner-wrapp .test-desc {
    color: #222222;
    font-size: 16px;
    margin-bottom: 40px;
}

.cww-testimonials.layout-two .testimonial-wrapp .inner-wrapp .content-wrap {
    display: flex;
    align-items: center;
}
.cww-testimonials.layout-two .testimonial-wrapp .inner-wrapp .content-wrap .cww-test-box-image img {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    margin-right: 15px;
}
.cww-testimonials.layout-two .testimonial-wrapp .inner-wrapp .content-wrap .test-name {
    font-weight: 600;
    font-size: 13px;
    columns: #222222;
    text-transform: uppercase;
}
.cww-testimonials.layout-two .testimonial-wrapp .content-wrap .test-deg {
    color: #777777;
    font-size: 13px;
}
.cww-testimonials.layout-two .testimonial-wrapp .inner-wrapp {
    margin: 150px 0;
}
/*---------------------
testimonials layout three
-------------------------*/
.cww-testimonials.layout-three .testimonial-wrapp .inner-wrapp {
    padding: 25px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    margin: 40px;
    transition: all 0.4s ease-in-out;
}
.cww-testimonials.layout-three .slick-dots {
    bottom: -55px;
}
.cww-testimonials.layout-three .testimonial-wrapp .inner-wrapp.slick-center{
    transform: scale(1.2);
}
.cww-testimonials.layout-three .testimonial-wrapp .inner-wrapp .test-desc {
    color: #222222;
    font-size: 13px;
    margin-bottom: 20px;
    text-align: center;
   /* background: url(../img/cot1.png) no-repeat left top, url(../img/cot2.png) no-repeat right bottom;*/
}

.cww-testimonials.layout-three .testimonial-wrapp .content-wrap .cww-test-box-image img {
    width: 70px;
    height: 70px;
    display: block;
    margin: 0 auto 10px;
    border-radius: 50px;
}
.cww-testimonials.layout-three .testimonial-wrapp .inner-wrapp .content-wrap .test-name {
    text-align: center;
    font-weight: 600;
    font-size: 12px;
}
.cww-testimonials.layout-three .testimonial-wrapp .content-wrap .test-deg {
    color: #888;
    font-size: 12px;
    text-align: center;
}
.cww-testimonials.layout-three .testimonial-wrapp button.slick-arrow,
.cww-testimonials.layout-four .testimonial-wrapp button.slick-arrow {
    width: 60px;
    height: 60px;
    background-color: #fafafa;
    border-radius: 50px;
    z-index: 111;
    box-shadow: -1px 4px 9px -4px rgba(0, 0, 0, 0.1);
}
/*.cww-testimonials.layout-three .testimonial-wrapp .slick-prev,
.cww-testimonials.layout-four .testimonial-wrapp .slick-prev {
    left: -80px;
}*/
/*.cww-testimonials.layout-three .testimonial-wrapp .slick-next,
.cww-testimonials.layout-four .testimonial-wrapp .slick-next {
    right: -80px;
}*/
.cww-testimonials.layout-three .testimonial-wrapp .slick-prev:hover:before, 
.cww-testimonials.layout-three .testimonial-wrapp .slick-next:hover:before,
.cww-testimonials.layout-four .testimonial-wrapp .slick-prev:hover:before, 
.cww-testimonials.layout-four .testimonial-wrapp .slick-next:hover:before {
    color: #222;
}
.cww-testimonials.layout-three .testimonial-wrapp .slick-prev::before, 
.cww-testimonials.layout-three .testimonial-wrapp .slick-next::before,
.cww-testimonials.layout-four .testimonial-wrapp .slick-prev::before, 
.cww-testimonials.layout-four .testimonial-wrapp .slick-next::before{
    background-color: #fafafa;
    width: 60px;
    height: 60px;
    padding: 0;
    display: block;
    border-radius: 50px;
    display: flex!important;
    justify-content: center;
    align-items: center;
    color: #222;
}
.cww-testimonials.layout-three .testimonial-wrapp .slick-next::before,
.cww-testimonials.layout-four .testimonial-wrapp .slick-next::before{
    
    font-family: "Font Awesome 5 Free";
}
.cww-testimonials.layout-three .testimonial-wrapp .slick-prev::before,
.cww-testimonials.layout-four .testimonial-wrapp .slick-prev::before{
    
    font-family: "Font Awesome 5 Free";
}
/*-------------------
testimonial layout four
-----------------------*/
.cww-testimonials.layout-four .testimonial-wrapp .inner-wrapp {
    padding: 50px;
    background-color: #f9f9f9;
    margin: 0 20px;
}
.cww-testimonials.layout-four .testimonial-wrapp .inner-wrapp .test-desc {
    color: #313131;
    font-size: 20px;
    margin-bottom: 30px;
    text-align: center;
}

.cww-testimonials.layout-four .testimonial-wrapp .content-wrap .cww-test-box-image img {
    width: 70px;
    height: 70px;
    display: block;
    margin: 0 auto 10px;
    border-radius: 50px;
}
.cww-testimonials.layout-four .testimonial-wrapp .inner-wrapp .content-wrap .test-name {
    text-align: center;
    font-weight: 600;
    font-size: 14px;
}
.cww-testimonials.layout-four .testimonial-wrapp .content-wrap .test-deg {
    color: #888;
    font-size: 14px;
    text-align: center;
}
/*---------------------------
testimonials layout five
-----------------------------*/
.cww-testimonials.layout-five .testimonial-wrapp{
    width: 100%;
}
.cww-testimonials.layout-five .testimonial-wrapp .inner-wrapp{
    display: flex;
    margin: 0 200px;
    align-items: center;
}
.cww-testimonials.layout-five .testimonial-wrapp .cww-test-box-image img {
    width: 180px;
    height: 180px;
    display: block;
    margin-right: 15px;
    border-radius: 50%;

}
.cww-testimonials.layout-five .testimonial-wrapp .cww-test-box-image {
    width: 50%;
    height: 180px;
}
.cww-testimonials.layout-five .testimonial-wrapp .inner-wrapp .test-desc {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.5;
}
.cww-testimonials.layout-five .testimonial-wrapp .inner-wrapp .test-name {
    font-weight: 600;
    font-size: 18px;
    color: #fff;
}
.cww-testimonials.layout-five .testimonial-wrapp .test-deg {
    color: #fff;
    font-size: 16px;
}
.cww-testimonials.layout-five .testimonial-wrapp .slick-prev::before, 
.cww-testimonials.layout-five .testimonial-wrapp .slick-next::before {
    background: transparent;
    font-family: fontawesome;
    padding: 9px 10px;
    color: #FFF;
    border: 2px solid #fff;
    font-size: 13px;
    cursor: pointer;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}
.cww-testimonials.layout-five .testimonial-wrapp .slick-prev:hover:before, 
.cww-testimonials.layout-five .testimonial-wrapp .slick-next:hover:before{
   background-color: #fff;
   color: #fe625e;
}
.cww-testimonials.layout-five .testimonial-wrapp .slick-prev::before{
    content: '\f053';
}
.cww-testimonials.layout-five .testimonial-wrapp .slick-next::before{
    content: '\f054';
}
.cww-testimonials.layout-five .testimonial-wrapp button.slick-arrow {
    height: auto;
    width: auto;
    z-index: 11;
    top: -30px;
    left: 80%!important;
}
.cww-testimonials.layout-five .testimonial-wrapp button.slick-arrow.slick-prev {
    left: 76%!important;
}
/*-------------------
testimonial layout four
-----------------------*/
.cww-testimonials.layout-six .testimonial-wrapp .inner-wrapp {
    margin: 0 30px;
    position: relative;
}
.cww-testimonials.layout-six .testimonial-wrapp .inner-wrapp .cww-test-box-image img {
    width: 65px;
    height: 65px;
    display: block;
    border-radius: 50px;
    border: 4px solid #fff;
    position: absolute;
    top: 25px;
    left: -25px;
}

.cww-testimonials.layout-six .testimonial-wrapp .inner-wrapp .content-wrap {
    padding: 40px 40px 40px 60px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.cww-testimonials.layout-six .testimonial-wrapp .inner-wrapp .content-wrap .test-desc {
    font-size: 15px;
    font-weight: 300;
    font-style: italic;
    line-height: 1.4;
}
.cww-testimonials.layout-six .testimonial-wrapp .inner-wrapp .content-wrap .name-wrapp .test-name {
    font-size: 15px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    letter-spacing: 3px;
    line-height: 1;
}
.cww-testimonials.layout-six .testimonial-wrapp .inner-wrapp .content-wrap .name-wrapp .test-deg {
    font-size: 13px;
    color: #a5a5a5;
}
.cww-testimonials.layout-six .testimonial-wrapp .inner-wrapp .content-wrap .name-wrapp {
    margin-bottom: 10px;
}
.cww-testimonials.layout-six .testimonial-wrapp .slick-dots li button:before {
    content: '';
    opacity: 1;
    background-color: #fff;
    border: 1px solid #aeaeae;
    border-radius: 50px;
    width: 10px;
    height: 10px;
    transition: all 0.4s ease-in-out;
    transform: translateY(3px) translateX(3px);
}
.cww-testimonials.layout-six .testimonial-wrapp .slick-dots li.slick-active button:before,
.cww-testimonials.layout-six .testimonial-wrapp .slick-dots li:hover button:before {
    border: 5px solid;
    color: var(--theme-color);
    width: 10px;
    height: 10px;
   /* transform: translateY(0);*/
}
.cww-testimonials.layout-six .testimonial-wrapp .slick-dots {
    bottom: -50px;
}

.cww-testimonials.layout-three .testimonial-wrapp .inner-wrapp .test-desc i {
    color: #ccc;
    margin: 0 10px;
    font-size: 20px;
    opacity: 0.5;
}

.slick-dots li.slick-active button:before,
.slick-dots li button:before{
    color: var(--theme-color);
}