/*!
 * Admission Nepal - v1.0.0
 * @author Admission Nepal - http://admissionnepal.com/
 * Copyright (c) 2020
 */
/* testimonials */
.testimonials .testi-avatar img {
    width: 80px;
    border-radius: 50%;
    display: inline-block;
}

.testimonials .testi-full {
    text-align: center;
}

.testimonials .testi-full .testi-avatar {
    margin-bottom: 20px;
}

.testimonials .testi-text {
    padding: 0 100px;
}

.testimonials .testi-big .testi-text p {
    font-size: 22px;
    line-height: 40px;
}

/*testimonials border*/
.testimonials.testimonials-border .testi-avatar {
    margin-top: 30px;
}

.testimonials.testimonials-border .testi-text {
    padding: 0px;
}

.testimonials.testimonials-border .testi-text p {
    padding: 20px;
    border: 3px solid #f0f1f3;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.testimonials.testimonials-border .testi-text p:before {
    content: "";
    border-style: solid;
    border-color: #f0f1f3 transparent transparent;
    border-width: 17px 14px 0;
    height: 0;
    width: 0;
    position: absolute;
    left: 50%;
    bottom: -20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.testimonials.testimonials-border .testi-text p:after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-style: solid;
    border-color: #ffffff transparent transparent;
    border-width: 18px 15px 0;
    height: 0;
    width: 0;
    bottom: -14px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

/*testimonials border hover*/
.testimonials.testimonials-border .testimonials-wrap:hover .testi-text p {
    border: 3px solid #4cbd89;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.testimonials.testimonials-border .testimonials-wrap:hover .testi-text p:before {
    border-color: #4cbd89 transparent transparent;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

@media (max-width: 1199.98px) {
    .testimonials .testi-text {
        padding: 0px;
    }
}

@media (max-width: 991.98px) {
    .testimonials .testi-text {
        padding: 0 50px;
    }
}

@media (max-width: 767.98px) {
    .testimonials .testi-text {
        padding: 0 20px;
    }
}

@media (max-width: 575.98px) {
    .testimonials .testi-text {
        padding: 0px;
    }
}

