
/* ===================================
        testimonial sec
====================================== */
.testimonial-sec{
    padding-bottom: 120px;
    min-height: 400px;
}
.testimonial-sec .reviews{
    font-family: 'Roboto', sans-serif;
}
.testimonial-sec .review-box{

    padding-right: 25px;
	
}

.testimonial-sec .review-box .next-review-btn{
    transform: rotate(-90deg);
    right: -5px;
    top:20%;
}
.testimonial-sec .review-box .prev-review-btn{
    transform: rotate(90deg);
    right: -1px;
    bottom:20%;
}
.testimonial-sec .review-box .prev-review-btn:hover,.testimonial-sec .review-box .next-review-btn:hover{
    opacity: 1;
    color: #243973;
    cursor: pointer;
}
.testimonial-sec .review-box .navigate-btn{
    display: inline-block;
    position: absolute;
    color: #243973;
    opacity: 1;
    transition: .8s ease;
}
.testimonial-sec .review-box .navigate-btn i{
    font-size: 30px;
    margin-bottom: 8px;
    transition: .5s ease;
	color:#CBA739;
	
}
.testimonial-sec .review-box .navigate-btn span{
    display: inline-block;
    background-color: #243973;
    margin-bottom: 5px;
    margin-right: 5px;
}
.testimonial-sec .reviews .review-body{
    background-color: #FFF;
    padding: 40px;
    border-radius: 15px;
    padding-bottom: 80px;
	border: solid 2px #243973;
}
.testimonial-sec .reviews .user-comment{
    font-size: 16px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}
.testimonial-sec .reviews .comment-date{
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    font-size: 12px;
    font-weight: 300;
}
.testimonial-sec .reviews .user-img{
    height: 100px;
    width: 100px;
    border: solid 2px #FFFFFF;
    border-radius: 50%;
    margin-top: -50px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 1px 1px 15px #918f8f;
}
.testimonial-sec .reviews .user-name{
    font-size: 18px;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 3px;
    color: #FFFFFF;
    font-family: 'Oswald',sans-serif;
    text-transform: uppercase;
}
.testimonial-sec .reviews .user-designation{
    font-family: "Open Sans", sans-serif;
    font-style: italic;
    font-size: 14px;
    font-weight: 300;
    color: #FFFFFF;
    opacity: .7;
}
.testimonial-sec .reviews .review-stars{
    margin-bottom: 0;
}
.testimonial-sec .reviews .review-stars li{
    display: inline-block;
}
.testimonial-sec .reviews .review-stars li i{
    color: #243973;
    font-size: 18px;
}