@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700);

.testimonial-section .carousel-indicators .active{
	background-color: #d84545;
}
.testimonial-section .carousel-indicators li{
	background-color: #000;
}
.fgts_slider_wrap {    
    padding: 40px 30px;
}
.fgts-text {
    font-family: 'Roboto', sans-serif;
    width: 100%;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 17px;
    padding: 0px 15px;
    font-weight: 500;
    color: #394d57;
}
.testimonial-slider .fgts-image-holder img {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    border: 2px solid #908c8c;
}
#fgts-testimonials-slider .fgts-image-holder img {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    /*border: 2px solid #908c8c;*/
}
#fgts-testimonials-slider .item { text-align: center; }
.fgts-personname { margin-bottom: 10px; margin-top: 15px; }
.fgts-designation h5, .fgts-personname h5 { font-family: 'Roboto', sans-serif; }
.fgts-designation h5 { font-weight: 400; color: #394d57; }
.fgts-personname h5 { font-weight: 700; color: #394d57; }

#fgts-testimonials-slider .owl-prev span, #fgts-testimonials-slider .owl-next span{
    font-size: 45px;
    color: #fff;
}

#fgts-testimonials-slider .owl-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: inline-block;
}
#fgts-testimonials-slider .owl-next{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    display: inline-block;
}
#fgts-testimonials-slider .owl-nav { margin-top: 0px; }
#fgts-testimonials-slider .owl-nav [class*=owl-]:hover, #fgts-testimonials-slider .owl-nav [class*=owl-]:active, #fgts-testimonials-slider .owl-nav [class*=owl-]:focus {
    background: transparent;
    color: #a7a2a2;
    text-decoration: none;
    display: inline-block;
}
#fgts-testimonials-slider .owl-dots { margin-top: 30px; }
#fgts-testimonials-slider .owl-dots .owl-dot.active span, #fgts-testimonials-slider .owl-dots .owl-dot:hover span {
    background: #7c5acc;
}
#fgts-testimonials-slider .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    background: #6b6969;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.fgts-view-btn {
    text-align: center;
    margin-top: 35px;
}
.fgts-view-btn a {
    text-transform: uppercase;
    font-size: 17px;
    color: #fff;
    background-image: linear-gradient(-90deg,#ce4aad 0,#7c5acc 100%);
    padding: 11px 31px;
    text-decoration: none;
    border-radius: 20px;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
}
.fgts-view-btn a:hover, .fgts-view-btn a:focus, .fgts-view-btn a:active {
    color: #fff;
    background-image: linear-gradient(-90deg,#7c5acc 0, #ce4aad 100%);
    text-decoration: none;
}
.fgts-item-wrap {
    background-color: #fff;
    border-radius: 8px;
    margin: 0px 18px;
    padding: 20px 0px;
}
#fgts-testimonials-slider i.fa {
    font-size: 60px;
}
.col-md-12 {
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.owl-carousel .owl-stage-outer { width: 100%; }

@media only screen and (max-width: 480px){
    .fgts_slider_wrap { padding: 40px 0px;}
    .fgts-item-wrap { margin: 0px 0px;}
    #fgts-testimonials-slider i.fa { font-size: 47px; }
}