



.t3-wrapper{
    padding-top: 80px;
    background: #FBFBFB;
    overflow: hidden;
}
.t3-carousel-item{
    padding-left: 50px;

}

.t3-qoute{
    width: 44.48px !important;
}
.t3-comment{
    margin-top: 50px;
    font-family: 'Paytone One', sans-serif;
    font-size: 31px;
    line-height: 130%;
    color: #2E2E2E;
    margin-bottom: 60px;
    width: 85%;
}
.t3-profile-box{
    display: flex;
}
.profile-com{
margin-right: 25px;
}
.profile-com1{
    width: 70px !important;
    
}
.profile-com2{
    width: 68px !important;
    height: 25px;
    position: relative;
    top: 23px;
}

.profile-com4{
    width: 68px !important;
    height: 25px;
    position: relative;
}


.profile-com3{
    width: 68px !important;
    height: 40px;
    position: relative;
    top: 15px;
}

.t3-profile-box-right{
margin-top: 9px;
}
.t3-profile-name{
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 16px;
    color: #343434;
}
.t3-profile-post{
    margin-bottom: 0px ;
    font-size: 14px;
    color: #303030;
}
.t3-profile-img{
    position: relative;
    bottom: 37px;
    transform: scale(.8);
}

.t3-owl-carousel .owl-nav{
    position: relative;
    top: -50px;
    left: 90px;
}
.t3-owl-carousel svg{
    width: 45px;
}
.t3-owl-carousel svg:hover{
    color:#05034E !important ;
}   
.t3-owl-carousel button:focus{
    outline: none !important;
}
@media only screen and (max-width: 1030px) {

    .t3-carousel-item{
        padding-left: 20px;
    
    }
    .t3-profile-img{
        width: 100%;
    }

}


@media only screen and (max-width: 800px) {

    .t3-carousel-item{
        padding-left: 0px;
    
    }
    .t3-comment {
        font-size: 21px;
        margin-bottom: 20px;
    }    

}
@media only screen and (max-width: 600px) {
    .t3-profile-img{
        width: 300px;
        top: 50px;
    }
    .t3-profile-img-box{
        display: flex;
        width: 100%;
        justify-content: center;
    }
    .t3-carousel-item-box{
        padding: 0px 20px;
    }
    .t3-owl-carousel svg{
       display: none;
    }
}












