

/* Industrial training block */
.quote-v1 {

    background: #090;
    box-shadow: 10px 12px 10px lightgray;
    padding: 10px 0;
    margin-left: 0;
    margin-right: 0;
    width:80%;
border-radius: 20px;
    margin: auto;
}
.quote-v1 a {
    margin: 5px;
    display: inline-block;
}
.quote-v1 span {
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    margin: 13px 5px 8px;
    line-height: 26px;
    display: inline-block;
}
.quote-v1 a.btn-transparent {
    color: #000000;
    font-weight: bold;
    font-size: 16px;
    padding: 8px 18px;
    white-space: nowrap;
    text-decoration: none;
    border: solid 1px #ffffff;
    background: #ffffff;
}
.quote-v1 a.btn-transparent:hover {
    background: green;
    color: #fff;
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.quote-v1 a.btn-transparent i {
    margin-right: 10px;
}



/* Placed Student block*/
.testimonials-v1 blockquote {
    padding: 15px;
    border: none;
    color:#ffffff;
    display: block;
    font-size: 14px;
    line-height: 20px;
    background: #090;
    position: relative;

}
.testimonials-v1 blockquote:before {
    content: " ";
    display: block;
    position: absolute;
    bottom: -20px;
    left: 70px;
    width: 0;
    height: 0;
    border-left: 0 inset rgba(0, 0, 0, 0);
    border-right: 22px inset rgba(0, 0, 0, 0);
    border-top: 22px solid #090;
}
.testimonials-v1 blockquote:after {
    width: 13px;
    height: 13px;
    z-index: 23;
    content: " ";
    display: block !important;
    position: absolute;
    right: 0;
    bottom: 0;
    background: blue url(../images/blockquote-corner.png) no-repeat;
}

.testimonials-v1 .carousel-info img {
    width: 75px;
    height: 75px;
    padding: 3px;
    border-radius: 150px !important;
    border: solid 1px #f5f5f5;
}
.testimonials-v1 .carousel-info {
    overflow: hidden;
}
.testimonials-v1 .carousel-info img {
    margin-right: 15px;
}
.testimonials-v1 .carousel-info span {
    display: block;
}
.testimonials-v1 span.testimonials-name {
    color: #090;
   font-weight: bold;
    font-size: 16px;

    margin: 23px 0 7px;
}
.testimonials-v1 span.testimonials-post {
    color: #656565;
    font-size: 12px;
    font-weight: bold;
}
.testimonials-v1 .left-btn,
.testimonials-v1 .right-btn {
    right: 0;
    width: 26px;
    height: 26px;
    bottom: 30px;
    border-radius: 26px !important;
    position: absolute;
    display: inline-block;
}
.testimonials-v1 .left-btn {
    right: 30px;
    background: darkblue url(../images/fa-angles.png) no-repeat 8px 8px;
}
.testimonials-v1 .right-btn {
    background: darkblue url(../images/fa-angles.png) no-repeat -33px 8px;
}
.testimonials-v1 .left-btn:hover {
    background: #090 url(../images/fa-angles.png) no-repeat 8px -31px;
}
.testimonials-v1 .right-btn:hover {
    background: #090 url(../images/fa-angles.png) no-repeat -33px -31px;
}
.data
{
    height: 120px;

}