﻿.case-study-area {
    background-color: #0f3041
}
.case-study-area .container{
	max-width: 80%;
	margin: auto
}
.testimonials-area .container{
	max-width: 80%;
	margin: auto
}
.case-study-area .section-title span {
    color: #fff
}
.case-study-area .section-title h2 {
    color: #fff
}
.case-study-area .section-title h2 span {
    color: #c8242f
}
.case-study-area .testimonials-slider .testimonials-slider-item .img-text {
    bottom: 25px!important;
}
.case-study-area .testimonials-slider .testimonials-slider-item .img-text h3 {
    font-size: 20px;
    margin-bottom: 15px;
	color: #fff;
}
.testimonials-areas{
	padding-bottom: 60px;
}
.testimonials-areas h3 {
    font-size: 20px;
    margin-bottom: 15px;
	color: #000;
}
.case-study-area .testimonials-slider .testimonials-slider-item .img-text a {
    color: #c8242f
}
.case-study-area .testimonials-slider.owl-theme .owl-nav .owl-prev, .case-study-area .testimonials-slider.owl-theme .owl-nav .owl-next {
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}


.testimonials-area .section-title {
    text-align: center
}
.testimonials-area .section-title span::before {
    width: 80px;
    margin: auto
}
.testimonials-area .testimonials-slider .testimonials-slider-item {
    position: relative
}
.testimonials-area .testimonials-slider .testimonials-slider-item .testimonials-img {
    position: relative;
}
.testimonials-area .testimonials-slider .testimonials-slider-item .testimonials-img img {
	width: 100%;
    overflow: hidden;
    border-radius: 50% / 48%;
    border: 2px solid #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,.1);
}
.testimonials-area .testimonials-slider .testimonials-slider-item .testimonials-img .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,0,0,0)), to(black));
    background-image: linear-gradient(to bottom, rgba(255,0,0,0), black);
    background-image: -webkit-linear-gradient(to bottom, rgba(255,0,0,0), black);
    width: 100%;
    height: 80%;
    border-radius: 5px
}
.testimonials-area .testimonials-slider .testimonials-slider-item .testimonials-img .caption .caption-text {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 10px
}
.testimonials-area .testimonials-slider .testimonials-slider-item .testimonials-img .caption .caption-text h3 {
    font-size: 18px;
    color: #fff
}
.testimonials-area .testimonials-slider .testimonials-slider-item .testimonials-img .caption .caption-text p {
    color: #fff
}
.testimonials-area .testimonials-slider .testimonials-slider-item .testimonials-img .caption.bottom-0 .caption-text {
    top: auto;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    bottom: 0
}
.testimonials-area .testimonials-slider .testimonials-slider-item .img-text {
    border-radius: 5px;
    padding: 30px 35px;
    right: 0;
    bottom: 0;
	text-align: center;
}
.testimonials-area .testimonials-slider .testimonials-slider-item .img-text p {
    color: #fff;
    font-size: 14px
}
.testimonials-areas .testimonials-slider .testimonials-slider-item .img-text p {
    color: #000;
    font-size: 14px
}
.testimonials-area .testimonials-slider .testimonials-slider-item .img-text .rating i {
    color: #ffb401;
    font-size: 20px
}
.testimonials-area .testimonials-slider.owl-theme .owl-nav {
    margin-top: 20px;
	text-align: center;
	margin-bottom: 40px
}
.testimonials-area .testimonials-slider.owl-theme .owl-nav .owl-prev, .testimonials-area .testimonials-slider.owl-theme .owl-nav .owl-next {
    background: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    margin: 0 15px;
    -webkit-box-shadow: 1px 2px 20px 0 #cac3c3;
    box-shadow: 1px 2px 20px 0 #cac3c3;
    -webkit-transition: all .5s;
    transition: all .5s;
	border-radius: 50%;
}
.testimonials-area .testimonials-slider.owl-theme .owl-nav .owl-prev i, .testimonials-area .testimonials-slider.owl-theme .owl-nav .owl-next i {
	font-size: 20px;
}
.testimonials-area .testimonials-slider.owl-theme .owl-nav .owl-prev:hover, .testimonials-area .testimonials-slider.owl-theme .owl-nav .owl-next:hover {
    background-color: #c8242f;
    color: #fff
}