/*
Theme Name: Edutrail
Theme URI: https://wpastra.com/
description: >-
  Astra Child Theme
Author: Harsh Solanki
Author URI: https://example.com
Template: astra
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: astra-child
*/

.parent-test-next, .parent-test-prev{
    cursor:pointer;
}

.testimonial-item{
    margin:10px;
}

.testimonial-img{
    overflow: hidden;
    background: #fff;
    border-radius: 50%;
    width: 120px;
    margin: auto;
    transform: translate(0px, 50%);
}

.testimonial-img img{
    padding: 12px;
    border-radius: 50%;
    /*transition: transform 0.5s;*/
}

.testimonial-content {
    background: #eee;
    padding: 100px 24px 24px 24px;
    box-shadow: 0px 1px 5px 0px;
}

/*.testimonial-content:after{*/
/*    position:absolute;*/
/*    display:block;*/
/*    bottom:0px;*/
/*    left:10px;*/
/*    content:"";*/
/*    width:60px;*/
/*    height:5px;*/
/*    background:#FBA525;*/
/*}*/

.testinomial-heading {
    margin-top: 32px;
}

.testinomial-heading h3 {
    margin-bottom: 8px;
    font-size: 1.5rem;
    text-align:center;
    color:#FBA525;
}

.testimonial-designation{
    font-size: 0.8rem;
    color:#4B4B4B;
}

.testimonial-sub-heading h5 {
    color: #4B4B4B;
    font-weight: 400;
    font-size: 1.1rem;
    line-height:32px;
    text-align:justify;
}

.testimonial-sub-heading i{
    font-size:1.8rem;
    margin:0 12px;
    color:#FBA525;
}

.owl-nav, .owl-dots{
    display:none;
}